/*

Theme Name: AOR US
Author: Pixl Graphx
Author URI: https://pixlgraphx.com/
Description: Custom site for AOR US

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  text-decoration: none;
  color: #0fa2b8;
}

a:hover {
  color: #5C068C
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: 'Barlow-Medium';
    src: url('fonts/Barlow-Medium.woff2') format('woff2'),
        url('fonts/Barlow-Medium.woff') format('woff'),
        url('fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('fonts/Barlow-SemiBold.woff') format('woff'),
        url('fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('fonts/Barlow-Bold.woff2') format('woff2'),
        url('fonts/Barlow-Bold.woff') format('woff'),
        url('fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url('fonts/Barlow-Regular.woff2') format('woff2'),
        url('fonts/Barlow-Regular.woff') format('woff'),
        url('fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0
}

.post-title,
.single-post-title,
.post-category {
  font-family: 'Barlow-Bold', sans-serif
}

.single-content h1,
.page-content h1,
.single-content h2,
.page-content h2,
.single-content h3,
.page-content h3 {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101;
  margin-bottom: 10px;
}

.single-content h1,
.page-title,
.page-content h1 {
  font-size: 28px;
  color: #5C068C
}

@media (min-width: 1024px) {
  .single-content h1,
  .page-title,
  .page-content h1 {
    font-size: 35px
  }
}

.single-content h2,
.page-content h2 {
  font-size: 25px;
}

.single-content h3,
.page-content h3 {
  font-size: 20px;
}

.page-title {
  font-family: 'Barlow-Bold', sans-serif;
}

p {
  margin-top: 0
}

/* Clear
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clear:before,.clear:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both
}

/* Formatting
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
    background-color: #e6e7e9;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Alignment
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 10px !important;
    width: 100%;
    font-family: 'NeutraText-Book', sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #3B496A;
    border-color: #3B496A;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 0;
    padding: 10px 10px 10px 10px;
    background: url('images/icon_down.svg') no-repeat center right 10px;
    background-size: 14px
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

::-webkit-input-placeholder {
    color: #7e7975;
    color: #8a8a8a;
    font-family: 'Barlow-Medium', sans-serif;
    font-size: 14px;
    line-height: 20px
}

:-moz-placeholder {
    color: #7e7975;
    color: #8a8a8a;
    font-family: 'Barlow-Medium', sans-serif;
    font-size: 14px;
    line-height: 20px
}

::-moz-placeholder {
    color: #7e7975;
    color: #8a8a8a;
    font-family: 'Barlow-Medium', sans-serif;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7e7975;
    color: #8a8a8a;
    font-family: 'Barlow-Medium', sans-serif;
    font-size: 14px;
    line-height: 20px
}

/* Html
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color: #150021;
}

html *,html *:before,html *:after {
    -moz-box-sizing:inherit;
    box-sizing:inherit
}

/* Frames
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-frame {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff
}

.inner-frame {
    flex: 1 0 auto;
}

/* body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  max-width: 1800px;
  margin: auto;
  font-family: 'Barlow-Regular', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*padding-top: 77px;*/
  background-color: #fff;
  color: #4a4a4a;
  word-wrap: break-word;
}

/*@media (min-width: 768px) {
  body {
    padding-top: 156px
  }
}*/

/* List
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Ul */

.main ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 1.2em !important;
    margin-bottom: 20px !important;
}

.main ul li {
/*  list-style: disc outside !important;*/
    margin-bottom: 0 !important;
}

/* Ol */

.main ol {
  list-style-type: decimal;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}

.main ol li {
    margin-left: 40px;
    margin-bottom: 10px;
    position: relative;
}

.main ol li:before {
    margin-right: 5px;
    color: #333;
    font-weight: bold;
    font-family: 'Brown-Regular', sans-serif;
    border-radius: 0;
    margin-right: 8px;
    position: absolute;
    left: -40px;
    top: -1px;
    width: 30px;
    text-align: right;
}

/* Form Ul */

.main form ul {
    list-style: none !important;
    padding-left: 0 !important
}

/* Products Sidebar Ul */

#products-sidebar aside {
  margin-bottom: 30px;
}

.products-sidebar .widget-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #010101
}

@media (min-width: 1200px) {
  .products-sidebar .widget-title {
    font-size: 18px
  }
}

.products-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.products-sidebar ul li a {
  color: #4a4a4a
}

.products-sidebar ul li a:hover {
  color: #5C068C
}

.products-sidebar .product-categories li.current-cat a {
  color: #5C068C
}

/*.products-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  border: 0 !important;
}

.products-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px !important;
  border: 1px solid #010101;
  color: #010101 !important
}
*/
/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content {
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;
}

@media (min-width: 768px) {
  .content-at-medium {
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .content-at-large {
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;
  }
}

.content-row {
    width: 90%;
    max-width: 672px;
    margin: 0 auto;
}

.content-row-medium {
    width: 90%;
    max-width: 972px;
    margin: 0 auto;
}

/* Columns
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.one-whole {
  width: 100%
}

.one-half {
    width: 50%
}

@media (min-width: 667px) {
    .one-half-at-small {
        width: 50%
    }
}

@media (min-width: 768px) {
    .one-half-at-medium {
        width: 50%
    }

    .one-third-at-medium {
        width: 33.33333%
    }

    .one-fourth-at-medium {
        width: 25%
    }

    .one-fifth-at-medium {
      width: 20%
    }
}

@media (min-width: 1024px) {
    .one-half-at-large {
        width: 50%
    }

    .one-third-at-large {
        width: 33.33333%
    }

    .two-thirds-at-large {
      width: 66.66666%
    }

    .one-fourth-at-large {
        width: 25%
    }

    .one-fifth-at-large {
      width: 20%
    }
}

@media (min-width: 1200px) {
    .one-half-at-extra-large {
        width: 50% !important;
    }

    .one-third-at-extra-large {
        width: 33.33333%
    }

    .one-fourth-at-extra-large {
        width: 25%
    }

    .one-fifth-at-extra-large {
      width: 20%
    }
}

/* Padding
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pad-top-small {
    padding-top: 30px
}

.pad-top-medium {
    padding-top: 60px
}

.pad-top-large {
  padding-top: 80px
}

.pad-bottom-small {
  padding-bottom: 30px
}

.pad-bottom-medium {
  padding-bottom: 60px;
}

.pad-bottom-large {
  padding-bottom: 80px;
}

.pad-vert-small {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad-vert-medium {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 1024px) {
    .pad-top-medium-at-large {
        padding-top: 60px;
    }

    .pad-bottom-medium-at-large {
        padding-bottom: 60px;
    }

    .pad-vert-small-at-large {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pad-vert-medium-at-large {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .pad-vert-large-at-large {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .pad-top-none-at-large {
        padding-top: 0
    }
}

/* Shipping and Promo Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.shipping-bar,
.promo-bar {
  color: #fff;
  font-family: 'Barlow-Bold', sans-serif;
  text-align: center;
}

.shipping-bar p,
.promo-bar p {
  margin-bottom: 0
}

.promo-bar {
  font-family: 'Barlow-Medium', sans-serif
}

.shipping-bar {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px
}

.start-shopping {
  text-decoration: underline;
  text-transform: none;
  font-family: 'Barlow-Regular', sans-serif;
  margin-left: 15px
}

.start-shopping a,
.promo-bar a {
  color: #fff;
  transition: .5s
}

.promo-bar a {
  display: inline-block;
}

.start-shopping a:hover,
.promo-bar a:hover {
  opacity: .7
}

.promo-bar {
  font-size: 14px;
  padding: 8px 20px
}

@media (min-width: 768px) {

  .promo-bar {
    font-size: 16px;
  }
}

.promo-bar-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 667px) {
  .promo-bar-link {
    flex-direction: row;
  }
}

.shipping-bar {
  background-color: #5ca84b;
}

.promo-bar {
  background-color: #5C068C;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-footer {
  background-color: #faf8f7;
  border-top: 1px solid #e7e7e7;
}

.main-footer a {
  color: #010101;
}

.main-footer a:hover {
  color: #5C068C;
}

/* Footer Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer-sidebar {
  display: flex;
  flex-wrap: wrap;
}

.footer-sidebar>* {
  width: 50%;
  margin-bottom: 20px
}

.footer-sidebar .customer-service-widget {
  width: 100%
}

@media (min-width: 768px) {
  .footer-sidebar>* {
    width: 25%
  }
}

@media (min-width: 1024px) {
  .footer-sidebar>* {
    width: 17.584745762711865%; /* 207.5 / 1180 */
  }

  .footer-sidebar .customer-service-widget {
    width: 29.66101694915254% !important; /* 350 / 1180 */
  }
}

.footer-sidebar .customer-service-widget {
  width: 100%
}

.footer-sidebar .widget-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #5C068C;
  margin-bottom: 10px
}

.footer-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-sidebar ul li a {
  font-size: 14px;
  color: #010101;
  transition: .5s
}

.footer-sidebar ul li a:hover {
  color: #5C068C;
}

.footer-social-media {
  display: flex;
  align-items: center;
}

.footer-social-media>* {
  margin-right: 10px
}

.footer-social-media img {
  width: 28px
}

/* Disclamer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.disclamer {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 14px;
  padding: 15px 10px;
  border: 2px solid #5C068C;
  color: #010101;
  text-align: center;
}

.disclamer p {
  margin: 0;
}

/* Copyright
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.copyright {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #010101;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.copyright>* {
  margin: 0 10px;
}

.copyright p {
  margin: 0;
}

@media (min-width: 615px) {
  .copy {
    order: -1
  }
}

/* Section Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section-hero p {
  margin-top: 0;
}

/* Master Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#sticky-wrapper {
  height: 121px !important
}

@media (min-width: 768px) {
  #sticky-wrapper {
    height: 60px !important
  }
}

@media (min-width: 1281px) {
  #sticky-wrapper {
    height: 73px !important
  }
}

@media (min-width: 768px) {
  .master-header-wrapper {
    padding: 0;
  }
}

.master-header {
  width: 100%;
  background-color: #fff;
  z-index: 900;
}

@media (min-width: 768px) {
  .master-header {
    height: 60px !important
  }
}

@media (min-width: 1281px) {
  .master-header {
    height: 73px !important;
  }
}

.master-header-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .master-header-content {
    height: 60px !important;
    justify-content: space-between;
  }
}

@media (min-width: 1281px) {
  .master-header-content {
    height: 73px !important;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .master-header-content {
    justify-content: initial;
  }
}

.master-logo {
  margin-right: auto;
}

@media (min-width: 768px) {
  .master-logo {
    margin-right: initial;
  }
}

@media (min-width: 1400px) {
  .master-logo {
    margin-right: auto;
  }
}

.master-logo,
.master-logo img {
  max-width: 143px
}

.master-logo a {
  display: inline-block;
}

@media (min-width: 1281px) {
  .master-logo,
  .master-logo img {
    max-width: 187px
  }
}

.master-sign-in {
  display: none;
}

@media (min-width: 1281px) {
  .master-sign-in {
    display: block;
  }
}

@media (min-width: 1400px) {
  .master-sign-in {
    margin-right: 60px
  }
}

.master-sign-in-content {
  display: flex;
  align-items: center;
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  line-height: 18px
}

.master-sign-in-content a {
  color: #010101;
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 16px;
  line-height: 16px
}

.master-sign-in-content a:hover {
  color: #5C068C
}

.master-sign-in-icon,
.master-sign-in-icon img {
  width: 22px
}

.master-sign-in-icon {
  margin-right: 10px
}

.master-search {
  order: 4;
  flex: 0 1 100%;
  margin-top: 15px;
}

@media (min-width: 1400px) {
  .master-search {
    margin-right: 60px;
  }
}

.master-search label {
  display: none;
}

.master-search input {
  width: 100%;
  border-radius: 0;
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 14px;
  background-color: #f4f4f4;
  transition: .5s
}

.master-search input:focus {
  background-color: #fff
}

.master-search #searchsubmit {
  display: none;
}

@media (min-width: 768px) {
  .master-search {
    order: initial;
    flex: initial;
    margin-top: 0;
    min-width: 350px
  }
}

@media (min-width: 1024px) {
  .master-search {
    min-width: 450px
  }
}

@media (min-width: 1280px) {
  .master-search {
    min-width: 350px
  }
}

.master-cart,
.master-cart img {
  width: 30px
}

.master-cart {
  margin-right: 70px;
}

@media (min-width: 1281px) {
  .master-cart {
    margin-right: 0
  }
}

.master-language {
  display: none;
  font-family: 'Barlow-Bold', sans-serif;
}

#promo-star{font-size: .7em; padding-top: 3px;}

.promo-bar span{
  float: right;  
}

@media (max-width: 600px){
  #promo-bar-widget{
    width: 100%; 
}
};
 
#promo-bar-widget p{
  font-size: 12px; 
}
 
/* Responsive Menu Pro */

button#responsive-menu-pro-button {
  top: 10px !important;
  right: 5% !important
}

/* Master Mega Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.master-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1400px) {
  .master-mega-menu {
    margin-right: 30px
  }
}

.master-mega-menu:hover .master-mega-menu-trigger {
  background-color: transparent;
  color: #5C068C;
}

.master-mega-menu-trigger {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  height: 73px;
  font-family: 'Barlow-SemiBold', sans-serif;
  font-weight: normal;
  background-color: transparent;
  color: #010101;
  transition: .5s;
}

.master-mega-menu-trigger-arrow-down img {
  width: 12px;
  margin-left: 10px;
}

.master-mega-menu {
  display: none;
}

@media (min-width: 1281px) {
  .master-mega-menu {
    display: inline-block;
  }
}

.master-mega-menu-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  left: 0;
  right: 0;
  padding: 30px 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.master-mega-menu-spotlight-col {
  padding: 0 30px;
  border-right: 1px solid #e0e0e0;
}

.master-mega-menu-spotlight-col:first-child {
  padding-left: 0;
}

.master-mega-menu-spotlight-col:last-child {
  border-right: 0;
}

.master-mega-menu ul {
  list-style: none;
  padding-left: 0
}

.master-mega-menu-spotlight h3,
.master-mega-menu-spotlight h4 {
  color: #5C068C;
  font-size: 16px;
  font-family: 'Barlow-Bold', sans-serif;
}

.master-mega-menu-spotlight a {
  font-size: 14px;
  color: #737373;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
  transition: .5s
}

.master-mega-menu-content a:hover {
  color: #5C068C
}

.master-mega-menu:hover .master-mega-menu-content {
  display: block;
}

.master-mega-menu:hover .master-mega-menu-trigger {
  background-color: transparent;
  color: #5C068C
}

.mega-menu-dietary-item {
  display: flex;
  align-items: center;
}

.mega-menu-dietary-icon {
  margin-right: 10px
}

.mega-menu-dietary-icon img {
  max-width: 30px;
  width: 30px; 
}

.mega-menu-dietary-name a {
  margin-bottom: 0
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.master-nav {
  display: none;
}

@media (min-width: 1281px) {
  .master-nav {
    display: block;
  }
}

@media (min-width: 1400px) {
  .master-nav {
    margin-right: 30px
  }
}

.main-nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.main-nav li {
  margin-right: 30px;
  position: relative;
}

.main-nav li a {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 73px;
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #010101;
  transition: .5s;
  cursor: pointer;
}

.main-nav li a:hover {
  color: #5C068C
}

.main-nav .sub-menu,
.main-nav .children {
    background-color: #fff;
    border-top: 0;
    padding: 0;
    position: absolute;
    top: 72px;
    left: -15px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 1px solid #e7e7e7;
    text-align: left;
    list-style: none;
}

.main-nav .sub-menu ul,
.main-nav .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

.main-nav .sub-menu li {
   margin-left: 0;
   margin-right: 0;
   border-bottom: .2px solid #e7e7e7;
}

.main-nav .sub-menu li:last-child {
    border-bottom: none;
}

.main-nav .sub-menu li:first-child > a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -12px;
    width: 0;
    height: 0;
}

.main-nav .sub-menu li a {
    height: auto;
    width: 200px;
    padding: 12px 15px;
    display: block;
    color: #010101;
    font-size: 14px;
    color: #737373;
    text-align: left;
    text-transform: capitalize !important;
    transition: none
}

.sub-menu li a:hover {
    border-bottom: 0;
    color: #fff;
}

ul.main-nav ul a,
.main-nav ul ul a {
    color: #010101;
    margin: 0;
    width: 100%;
}

ul.main-nav ul a:hover,
.main-nav ul ul a:hover,
ul.main-nav ul a:focus,
.main-nav ul ul a:focus {
    background-color: #5C068C;
    color: #fff;
}

ul.main-nav li:hover > ul,
.main-nav ul li:hover > ul,
ul.main-nav .focus > ul,
.main-nav .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

li#menu-item-wpml-ls-6-en {
  display: none;
}

.master-mega-menu-spotlight-col{padding-left: 10px !important; }

/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Main Slider */

.Slider-Title,
.Slider-Button {
  font-family: 'Barlow-Bold', sans-serif!important;
}

/* Section Dropdown */

.section-dropdown {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .section-dropdown {
    padding: 60px 0;
  }
}

.section-dropdown h2 {
  font-family: 'Barlow-Bold', sans-serif;
  color: #5C068C;
  font-size: 24px;
  line-height: 1.4;
  margin: 50px 0 40px;
}

@media (min-width: 1200px) {
  .section-dropdown h2 {
    font-size: 28px
  }
}

.section-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 500px;
  min-height: 50px;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
  background: url('images/icon_down.svg') no-repeat center right 10px;
  background-size: 12px
}

@media (min-width: 1200px) {
  .section-dropdown select {
    background-size: 14px
  }
}

/* Section Featured Products */

.featured-products-category-image {
  background: url('images/home-featured-ec.jpg') no-repeat bottom center;
  background-size: cover;
  min-height: 300px;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
  position: relative;
}

.featured-products-category-image-content {
  padding: 30px;
/*  display: flex;
  flex-direction: column;
  justify-content: space-between;*/
  width: 100%;
  height: 100%;
}

.featured-products-category-image-content h3 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #5C068C;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #5C068C;
}

.featured-products-category-image-content h1 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #010101;
}

@media (min-width: 1200px) {
  .featured-products-category-image-content h1 {
    font-size: 24px
  }
}

.featured-products-category-image-content-btn {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  font-family: 'Barlow-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #5C068C;
  color: #fff;
  transition: .5s;
  margin-top: 0px; 
}

.featured-products-category-image-content-btn:hover {
  background-color: #E0592A;
  color: #fff
}


@media (max-width: 1200px){
  .featured-products-category-image{
    background: url(images/home-featured-ec.jpg) no-repeat center right;
    background-size: cover;
    min-height: 420px;
  }
  
  .featured-products-category-image-content-btn{
    max-width: 235px;
    font-size: 13px;
  }
  
  .featured-products-category-image-content h1{
    font-size: 22px;  
  }
  
}

@media (max-width: 680px){
  .featured-products-category-image{
    background: url(images/home-featured-ec.jpg) no-repeat center right;
    background-size: cover;
    min-height: 275px; 
  }
  
  .featured-products-category-image-content-btn{
    max-width: 250px;
    font-size: 13px;
    margin-left: -20px; 
  }
  
  .featured-products-category-image-content h1{
    font-size: 18px;  
  }
  
  .featured-products-category-image-content-header{
    margin-left: -20px;   
  }
}


/* Product Card */

.product-spotlight {
  border: 2px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: .5s;
  position: relative;
  min-height: 100%
}

.product-spotlight:hover {
  border: 2px solid #5C068C;
}

.product-spotlight a {
  color: #010101
}

.product-spotlight a.add_to_cart_button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  padding: 15px;
  min-width: 200px;
  text-align: center;
  transition: .5s
}

.product-spotlight a.add_to_cart_button:hover {
  background-color: #e65a39;
  color: #fff
}

.product-spotlight:hover a.add_to_cart_button {
  display: block;
}

.product-spotlight-wrapper {
  position: relative;
}

.product-spotlight-wrapper a.button.add_to_cart_button.ajax_add_to_cart,
.product-spotlight-wrapper a.button.product_type_variable,
.product-spotlight-wrapper a.button.product_type_variable.add_to_cart_button,
.product-spotlight-wrapper a.button.product_type_simple,
.product-spotlight-wrapper a.button.product_type_dgfw_gift.add_to_cart_button,
.product-spotlight-wrapper a.button.product_type_bundle.product_type_bundle_input_required {
  display: none;
  position: absolute;
  top: 32%;
  top: 85px;
  left: 50%;
  transform: translate(-50%, -32%);
  transform: translate(-50%, 85px);
  transition: .5s;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  padding: 15px;
  font-family: 'Barlow-Bold', sans-serif;
  line-height: 16px;
  min-width: 200px;
  min-height: 50px;
  max-height: 50px;
  text-align: center;
  transition: .5s
}

.product-spotlight-wrapper a.button.add_to_cart_button.ajax_add_to_cart:hover,
.product-spotlight-wrapper a.button.product_type_variable:hover,
.product-spotlight-wrapper a.button.product_type_variable.add_to_cart_button:hover,
.product-spotlight-wrapper a.button.product_type_simple:hover,
.product-spotlight-wrapper a.button.product_type_dgfw_gift.add_to_cart_button:hover,
.product-spotlight-wrapper a.button.product_type_bundle.product_type_bundle_input_required:hover {
  background-color: #e65a39;
  color: #fff
}

.product-spotlight-wrapper:hover a.button.add_to_cart_button.ajax_add_to_cart,
.product-spotlight-wrapper:hover a.button.product_type_variable,
.product-spotlight-wrapper:hover a.button.product_type_variable.add_to_cart_button,
.product-spotlight-wrapper:hover a.button.product_type_simple,
.product-spotlight-wrapper:hover a.button.product_type_dgfw_gift.add_to_cart_button,
.product-spotlight-wrapper:hover a.button.product_type_bundle.product_type_bundle_input_required {
  display: block;
  z-index: 1
}

.product-spotlight .added_to_cart {
  text-align: center;
  color: #5ca84b;
}

.product-spotlight a.added_to_cart.wc-forward {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  transition: .5s
}

.product-spotlight a.added_to_cart.wc-forward:hover {
  color: #5C068C
}

.product-spotlight-wrapper a.added_to_cart {
  text-align: center;
  color: #5ca84b;
  z-index: 1
}

.product-spotlight-wrapper a.added_to_cart.wc-forward {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  transition: .5s
}

.product-spotlight-wrapper a.added_to_cart.wc-forward:hover {
  color: #5C068C
}

.product-card-flash {
  position: absolute;
  top: -2px;
  left: -2px;
  min-width: 100px;
  min-height: 40px;
  display: flex;;
  align-items: center;
  justify-content: center;
}

.single-product-gallery-wrapper .product-card-flash {
  top: 0;
  left: 0
}

.product-card-sale-flash {
  background-color: #5ca84b;
  color: #fff
}

.product-card-img {
  padding: 40px 20px;
  background-color: #fafafa;
  cursor: pointer;
  transition: .5s;
  text-align: center;
  position: relative;
}

.product-card-img:hover img {
  opacity: .7;
}

.product-card-header {
  padding: 20px 20px 10px 20px;
}

.up-sells h2 {
  display: none;
}

.product-card-title h2 {
  display: inline-block;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #010101;
  margin-bottom: 0;
  cursor: pointer;
}

.product-card-title h2:hover {
  color: #5C068C
}

.product-card-tagline {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #5C068C
}

.product-card-details {
  padding: 0 20px;
  margin-bottom: auto;
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 14px;
  color: #737373
}

.product-card-details h3 {
  color: #5C068C
}

.product-card-details ul {
  margin-top: 0
}

.product-card-footer {
  padding: 20px;
}

.product-card-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px
}

.product-card-icon {
  margin-right: 10px;
  text-align: center;
}

.product-card-icon img {
  width: 40px !important;
}

.product-card-dietary-name {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 10px;
  color: #010101
}

.product-card-meta {
  display: flex;
  align-items: flex-end;
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 17px;
  color: #010101
}

.product-card-price {
  margin-right: auto;
}

.product-card-price .price del span.woocommerce-Price-amount.amount {
  text-decoration: line-through;
}

.product-card-price .wcsatt-sub-options {
  display: block;
}

.product-card-meta span.woocommerce-Price-amount.amount {
  display: inline-block;
}

.single-product-price p {
  margin: 0;
}

.single-product-price {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.single-product-price .product-ss-options {
  margin-left: 5px
}

.wcsatt-sub-options,
.wcsatt-sub-discount {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 12px;
  text-transform: capitalize !important;
  color: #5ca84b
}

@media (min-width: 1200px) {
  .wcsatt-sub-options,
  .wcsatt-sub-discount {
    font-size: 10px
  }
}

@media (min-width: 1300px) {
  .wcsatt-sub-options,
  .wcsatt-sub-discount {
    font-size: 12px
  }
}

.wcsatt-dash {
  display: none;
}

.product-card-meta span.woocommerce-Price-amount.amount {
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 17px;
  color: #010101
}

.product-card-status {
  min-width: 70px;
  text-align: right;
}

.product-card-status,
.product-card-status div.stock {
  color: #E0592A !important
}

.random-products-headline {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  color: #010101;
  text-align: center;
}

@media (min-width: 1200px) {
  .random-products-headline {
    font-size: 35px
  }
}

/* Section Video */

.section-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
  min-height: 300px;
}

@media (min-width: 768px) {
  .section-video {
    background-position: center;
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .section-video {
    min-height: 600px
  }
}

.section-video-spotlight {
  display: flex;
  align-items: center;
  min-height: 300px
}

@media (min-width: 768px) {
  .section-video-spotlight {
    min-height: 400px
  }
}

@media (min-width: 1200px) {
  .section-video-spotlight {
    min-height: 600px
  }
}

.section-video-content-mob {
  background-color: #FBE5C0;
  color: #fff;
  padding: 40px 0;
  display: block
}

.section-video-content-desk {
  display: none;
}

.section-video-content-mob,
.section-video-content-desk {
  text-align: center;
}

@media (min-width: 768px) {
  .section-video-content-mob,
  .section-video-content-desk {
    text-align: initial;
  }

  .section-video-content-mob {
    display: none;
  }

  .section-video-content-desk {
    display: block !important;
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .section-video-content-desk {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  .section-video-content-desk {
    max-width: 500px;
  }
}

.section-video-content-mob h1,
.section-video-content-desk h1 {
  font-family: 'Barlow-Bold', sans-serif;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px
}

.section-video-content-mob h1 {
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-video-content-desk h1 {
    font-size: 45px
  }
}

.section-video-content-mob p {
  font-size: 16px;
  color: #010101;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .section-video-content-desk p {
    font-size: 18px
  }
}

@media (min-width: 1200px) {
  .section-video-content-desk p {
    font-size: 20px
  }
}

.section-video-content-mob a.section-video-btn,
.section-video-content-desk a.section-video-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-family: 'Barlow-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 15px 15px 30px;
  text-align: center;
  cursor: pointer;
  background: url('images/icon_play.svg') no-repeat;
  background-size: 30px;
  background-position: 30px;
  background-color: #e65a39;
  color: #fff;
  transition: .5s
}

.section-video-content-mob a.section-video-btn:hover,
.section-video-content-desk a.section-video-btn:hover {
  background-color: #5C068C
}

/* Desktop */

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none
}

.modal-video-content {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    padding: 60px 0
}

.modal {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1) 400ms, visibility 0s linear 800ms, z-index 0s linear 800ms
}

.modal .modal-video-content {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1), visibility 0s linear 400ms
}

.modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 900;
    pointer-events: auto
}

.modal.active .modal-video-content {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.modal.active {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1), visibility 0s linear, z-index 0s linear
}

.modal.active .modal-video-content {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1) 400ms, visibility 0s linear
}

.modal div, .modal video, .modal iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 0;
}

.video-close-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: url('images/close.png') center center no-repeat;
    background-size: 30px;
    z-index: 900
}

/* Mobile */

.modalmb {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none
}

.modalmb-video-content {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    padding: 60px 0
}

.modalmb {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1) 400ms, visibility 0s linear 800ms, z-index 0s linear 800ms
}

.modalmb .modalmb-video-content {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1), visibility 0s linear 400ms
}

.modalmb.active {
    opacity: 1;
    visibility: visible;
    z-index: 900;
    pointer-events: auto;
}

.modalmb.active .modalmb-video-content {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.modalmb.active {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1), visibility 0s linear, z-index 0s linear
}

.modalmb.active .modalmb-video-content {
    transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1) 400ms, visibility 0s linear
}

.modalmb div, .modalmb video, .modalmb iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 0;
}

.videomb-close-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: url('images/close.png') center center no-repeat;
    background-size: 30px;
    z-index: 900
}

/* Section Testimonials */

.section-testimonials {
  background: url('images/testimonial_purple.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
  padding: 40px 0;
  min-height: 400px
}

@media (min-width: 600px) {
  .section-testimonials {
    background-position: -380px
  }
}

@media (min-width: 768px) {
  .section-testimonials {
    min-height: 500px;
    background-position: -350px
  }
}

@media (min-width: 1024px) {
  .section-testimonials {
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .section-testimonials {
    padding: 0;
    min-height: 700px;
  }
}

.section-testimonials-spotlight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 400px;
  color: #fff;
}

@media (min-width: 768px) {
  .section-testimonials-spotlight {
    min-height: 500px
  }
}

@media (min-width: 1200px) {
  .section-testimonials-spotlight {
    min-height: 700px
  }
}

.section-testimonials-content {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 600px) {
  .section-testimonials-content {
    width: 100%;
    max-width: 60%;
    text-align: initial;
  }
}

@media (min-width: 768px) {
  .section-testimonials-content {
    width: 100%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .section-testimonials-content {
    width: 100%;
    max-width: 550px;
  }
}

.section-testimonials-content h1 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #fEC669;
}

@media (min-width: 1200px) {
  .section-testimonials-content h1 {
    font-size: 35px;
  }
}

.section-testimonials-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-family: 'Barlow-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
  background-size: 30px;
  background-position: 30px;
  background-color: #5CA84B;
  color: #fff;
  transition: .5s
}

.section-testimonials-btn:hover {
  background-color: #E0592A;
  color: #fff
}

/* Section Scientists */

.section-scientists {
  background: url('images/scientists_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  vertical-align: middle;
  padding: 40px 0;
  min-height: 300px
}

@media (min-width: 768px) {
  .section-scientists {
    min-height: 400px
  }
}

@media (min-width: 1200px) {
  .section-scientists {
    padding: 0;
    min-height: 600px;
    background-position: center;
  }
}

.section-scientists-spotlight {
  display: flex;
  align-items: center;
  min-height: 300px
}

@media (min-width: 768px) {
  .section-scientists-spotlight {
    min-height: 400px
  }
}

@media (min-width: 1200px) {
  .section-scientists-spotlight {
    min-height: 600px
  }
}

.section-scientists-content {
  width: 100%;
  max-width: 550px;
  margin: auto;
}

@media (min-width: 1024px) {
  .section-scientists-content {
    margin: initial;
  }
}

.section-scientists-content h2 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-scientists-content h2 {
    
    text-align: initial;
  }
}

@media (min-width: 1200px) {
  .section-scientists-content h2 {
    font-size: 35px;
    text-align: initial;
  }
}

.section-scientist-content-action-rows .action-row {
  width: 100%;
  background-color: #fff;
  padding: 8px 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.action-icon {
  margin-right: 15px
}

@media (min-width: 1024px) {
  .action-icon {
    margin-right: 30px;
  }
}

.action-icon img {
  max-width: 50px
}

@media (min-width: 1024px) {
  .action-icon img {
    max-width: 90px
  }
}

.action-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #010101;
  margin-bottom: 0
}

.action-description {
  color: #010101;
  font-size: 12px
}

@media (min-width: 1024px) {
  .action-title {
    font-size: 20px
  }

  .action-description {
    color: #010101;
    font-size: 14px
  }
}

/* Latest Posts */

.section-latest {
  padding: 40px 0;
}

@media (min-width: 1200px) {
  .section-latest {
    padding: 80px 0;
  }
}

.section-latest .latest-posts-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
  text-align: center;
}

@media (min-width: 1200px) {
  .section-latest .latest-posts-title {
    font-size: 35px
  }
}

/* Section Finder */

.section-finder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  padding: 40px 0;
  /*min-height: 300px*/
}

@media (min-width: 768px) {
  .section-finder {
    background-size: 150%;
    padding: 0;
    min-height: 400px
  }
}

@media (min-width: 1024px) {
  .section-finder {
    background-size: 130%;
  }
}

.section-finder-spotlight {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .section-finder-spotlight {
    min-height: 400px
  }
}

.section-finder-content {
  width: 100%;
  max-width: 550px;
  margin: auto;
  text-align: center;
}

.section-finder-content h1 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .section-finder-content h1 {
    font-size: 30px;
  }
}

a.section-finder-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-family: 'Barlow-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #5ca84b;
  color: #fff;
  transition: .5s;
  margin-top: 15px;
}

a.section-finder-btn:hover {
  background-color: #5C068C
}

/* Slick
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slick-prev:before {
  color: transparent;
  background: url('images/arrow_left.svg') no-repeat left;
}

.slick-prev:hover:before {
  background: url('images/arrow_left_p.svg') no-repeat left;
}

.slick-next:before {
  color: transparent;
  background: url('images/arrow_right.svg') no-repeat right;
}

.slick-next:hover:before {
  background: url('images/arrow_right_p.svg') no-repeat right;
}

.research-slider .slick-prev:before {
  background: url('images/arrow_left_p.svg') no-repeat left;
}

.research-slider .slick-next:before {
  background: url('images/arrow_right_p.svg') no-repeat right;
}

.horz-cat-scrolling-nav .slick-prev {
  left: -35px;
  width: 23px;
  height: 23px;
}

.horz-cat-scrolling-nav .slick-next {
  right: -35px;
  width: 23px;
  height: 23px
}

@media (min-width: 1024px) {
  .horz-cat-scrolling-nav .slick-prev {
    left: -50px
  }

  .horz-cat-scrolling-nav .slick-next {
    right: -50px;
  }
}

.horz-cat-scrolling-nav-container {
  height: 44px;
}

.horz-cat-scrolling-nav,
.research-slider {
  display: none;
}

.horz-cat-scrolling-nav.slick-initialized,
.research-slider.slick-initialized {
  display: block;
}

.horz-cat-scrolling-nav {
  max-width: 85%;
  margin: auto;
}

@media (min-width: 1024px) {
  .horz-cat-scrolling-nav {
    max-width: 90%;
  }
}

@media (min-width: 1024px) {
  .single .horz-cat-scrolling-nav {
    max-width: 100%
  }
}

.horz-cat-scrolling-nav:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255,255,255,0), white 100%);
  height: 100%;
  width: 5%;
}

.horz-cat-scrolling-nav a {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  display: inline-block;
  padding: 8px 15px;
  color: #0fa2b8;
  border: 2px solid #0fa2b8;
  min-width: 230px;
  max-width: 230px;
  text-align: center;
  margin-right: 20px;
  transition: .3s;
  outline: none;
}

.horz-cat-scrolling-nav a:hover {
  border: 2px solid #5C068C;
  color: #5C068C
}

.horz-cat-scrolling-nav a:focus,
.horz-cat-scrolling-nav a:active {
  outline: none;
}

.research-slider button.slick-arrow {
  display: none !important;
}

@media (min-width: 667px) {
  .research-slider button.slick-arrow {
    display: initial !important;
  }
}

/* Post
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.post-thumbnail {
  margin-bottom: 20px;
  min-height: 300px
}

.post-thumbnail .image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  transition: .3s
}

.search .post-thumbnail .image{
  background-size: auto 100%; 
}

@media (min-width: 768px) {
  .post-thumbnail {
    min-height: 400px
  }

  .post-thumbnail .image {
    height: 400px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7
  }
}

.post-thumbnail .image:hover,
.post-thumbnail .image:focus {
    opacity: 0.8;
}

.post-content {
  padding: 0 20px
}

@media (min-width: 768px) {
  .post-content {
    padding: 0;
  }
}

.post-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.post-title a {
  color: #010101;
  transition: .3s
}

.post-title a:hover {
  color: #5C068C
}

.post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 20px
}

.post-category {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #0fa2b8;
}

.post-category a {
  color: #0fa2b8;
  transition: .3s
}

.post-category a:hover {
  color: #5C068C
}

/* Featured Post
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.featured-post .post-thumbnail {
  min-height: 300px
}

.featured-post .post-thumbnail .image {
  height: 300px;
  transition: .3s ease-in-out;
}

@media (min-width: 768px) {
  .featured-post .post-thumbnail {
    min-height: 400px
  }

  .featured-post .post-thumbnail .image {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .featured-post .post-thumbnail {
    min-height: 600px
  }

  .featured-post .post-thumbnail .image {
    height: 600px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7
  }
}

.featured-post-content {
  padding: 0 20px
}

@media (min-width: 1024px) {
  .featured-post-content {
    padding: 0;
  }
}

.featured-post-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .featured-post-title {
    font-size: 30px
  }
}

.featured-post-title a {
  color: #010101;
  transition: .3s
}

.featured-post-title a:hover {
  color: #5C068C
}

.featured-post-category {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
}

.featured-post-category a {
  color: #0fa2b8
}

.featured-post-category a:hover {
  color: #5C068C
}

/* Category
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.category-title {
  font-family: 'Barlow-Bold', sans-serif;
  color: #5C068C;
  font-size: 28px;
  margin-bottom: 0;
  margin-bottom: 30px;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .category-title {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
}

/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a.malinky-load-more__button,
button.fwp-load-more {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    min-height: 44px;
    min-width: 100px;
    max-width: 230px;
    font-family: 'Barlow-Bold', sans-serif;
    font-size: 15px;
    background-color: #5C068C;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1;
    border-radius: 0;
    transition: .5s
}

a.malinky-load-more__button:hover,
button.fwp-load-more:hover {
  background-color: #e65a39
}

button.fwp-load-more {
  margin-top: 60px
}

.filters-button-pagination-wrapper {
  text-align: center
}

/* Woocommerce Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #ababab;
  font-family: 'Barlow-Medium', sans-serif;
  transition: .5s
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background: none;
  color: #5C068C;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #5C068C;
  font-weight: bold
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  padding: 11px 8px;
  width: 40px;
  height: 40px;
  background-color: #d0d0d0;
  color: #fff;
  border-radius: 50px;
  transition: .5s
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  background-color: #5C068C
}

/* Facetwp Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.facetwp-pager {
  margin-top: 30px;
  text-align: center;
}

a.facetwp-previous,
a.facetwp-next {
  display: none;
}

.facetwp-page {
  font-family: 'Barlow-Medium', sans-serif;
  color: #ababab;
  transition: .5s
}

.facetwp-page:hover {
  color: #5C068C
}

.facetwp-page.active {
  color: #5C068C;
  font-weight: normal;
}

a.facetwp-page.first-page,
a.facetwp-page.last-page {
  padding: 8px;
  width: 40px;
  height: 40px;
  background-color: #d0d0d0;
  color: #fff;
  border-radius: 50px;
  transition: .5s
}

a.facetwp-page.first-page:hover,
a.facetwp-page.last-page:hover {
  background-color: #5C068C
}

/* Single Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-banner {
  min-height: 250px
}

@media (min-width: 768px) {
  .single-banner {
    min-height: 350px
  }
}

@media (min-width: 1024px) {
  .single-banner {
    min-height: 500px
  }
}

@media (min-width: 1680px) {
  .single-banner {
    min-height: 600px
  }
}

.single-banner .image {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .single-banner .image {
    min-height: 350px
  }
}

@media (min-width: 1024px) {
  .single-banner .image {
    min-height: 500px;
  }
}

@media (min-width: 1680px) {
  .single-banner .image {
    min-height: 600px;
  }
}

/* Sharing Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sharing-icons {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharing-icons li {
  margin: 0 10px;
}

.sharing-icons li a {
  font-family: 'Barlow-Medium', sans-serif;
  color: #010101;
}

.sharing-icons li a:hover {
  color: #5C068C
}

.sharing-icons img {
  width: 25px
}

/* Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-post-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .single-post-title {
    font-size: 40px
  }
}

.single-post-meta-bottom {
  border-top: 2px solid #010101;
}

.single-post-date {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  color: #5C068C;
  margin-bottom: 30px;
}

/* Author Box
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.author-box {
  background: #f7f7f7;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 667px) {
  .author-box {
    text-align: left;
    flex-direction: row
  }
}

@media (min-width: 1024px) {
  .author-box {
    padding: 40px;
  }
}

.author-box-avatar {
  margin-bottom: 20px
}

@media (min-width: 667px) {
  .author-box-avatar {
    margin-right: 30px
  }
}

.author-box-avatar img {
  border-radius: 50px;
}

.author-box-about-the-author-title {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  color: #5C068C;
  margin-bottom: 10px;
}

.author-box-name {
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 25px;
  color: #010101;
  margin-bottom: 10px;
}

.author-box-name a {
  color: #010101
}

.author-box-name a:hover {
  color: #5C068C
}

.author-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .author-page-box {
    padding: 0;
  }
}

.author-page-box-avatar {
  margin-right: 15px
}

.author-page-box-avatar img {
  border-radius: 50px;
  border: 1px solid #e7e7e7
}

.author-page-box-title {
  color: #010101;
  font-size: 18px;
  margin-bottom: 0
}

/* Related Post
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.related-posts-section-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  color: #010101;
  text-align: center;
  margin-bottom: 35px
}

@media (min-width: 1024px) {
  .related-posts-section-title {
    font-size: 28px
  }
}

@media (min-width: 1200px) {
  .related-posts-section-title {
    font-size: 30px
  }
}

.related-post .post-thumbnail {
  min-height: 300px
}

.related-post .post-thumbnail .image {
  height: 300px;
}

@media (min-width: 667px) {
  .related-post .post-thumbnail {
    min-height: 400px
  }

  .related-post .post-thumbnail .image {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .related-post .post-thumbnail {
    min-height: 500px
  }

  .related-post .post-thumbnail .image {
    height: 500px;
  }
}

.related-post-content {
  padding: 0 20px
}

@media (min-width: 1024px) {
  .related-post-content {
    padding: 0;
  }
}

.related-post-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px
}

.related-post-title a {
  color: #010101;
}

/* About
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mission-content {
  display: flex;
  flex-direction: column;
}

.mission-title {
  font-size: 24px;
  line-height: 1.4
}

@media (min-width: 1024px) {
  .mission-content {
    flex-direction: row;
  }

  .mission-title {
    width: 30%;
    padding-right: 70px
  }

  .mission-description {
    width: 70%
  }
}

@media (min-width: 1200px) {
  .mission-title {
    font-size: 35px
  }
}

#about-gallery ul {
  list-style: none;
  padding-left: 0
}

.about-gallery-content {
  background-color: #fafafa;
  padding: 30px
}

.about-gallery-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #5C068C
}

@media (min-width: 1200px) {
  .about-gallery-title {
    font-size: 35px
  }
}

.flexible-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.flexible-content:last-child {
  margin-bottom: 0
}

.flexible-image {
  text-align: center;
  margin-bottom: 30px
}

.flexible-image img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.flexible-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #5C068C
}

.flexible-btn {
  display: inline-block;
  width: 100%;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #e65a39;
  color: #fff;
  transition: .5s;
  margin-top: 30px
}

.flexible-btn:hover {
  background-color: #5C068C;
  color: #fff
}

.flexible-content-right .flexible-image {
  order: -1
}

@media (min-width: 667px) {
  .flexible-btn {
    max-width: 350px;
  }
}

@media (min-width: 1024px) {
  .flexible-content {
    flex-direction: row;
  }

  .flexible-content>* {
    width: 50%
  }

  .flexible-image {
    text-align: center;
    margin-bottom: 30px
  }

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

  .flexible-content-right .flexible-image {
    order: initial;
  }

  .flexible-content-left .flexible-spotlight {
    padding-left: 60px
  }

  .flexible-content-right .flexible-spotlight {
    padding-right: 60px
  }

  .flexible-btn {
    font-size: 16px 
  }
}

@media (min-width: 1200px) {
  .flexible-title {
    font-size: 35px
  }
}

.orthomolecular-nutrition-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .orthomolecular-nutrition-title {
    font-size: 35px
  }
}

.orthomolecular-nutrition-icons {
  margin-top: 40px
}

.orthomolecular-nutrition-icons-spotlight {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
}

.orthomolecular-nutrition-icon-image {
  margin-bottom: 5px
}

.orthomolecular-nutrition-icon-image img {
  max-width: 120px;
}

/* Research
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.research-slider-container {
  background-color: #5C068C;
  border-top: 1px solid #7c37a3
}

.research-slide {
  padding: 30px 0;
}

@media (min-width: 1024px) {
  .research-slide {
    padding: 60px 0;
  }
}

.research-slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .research-slide-content {
    flex-direction: row
  }

  .research-slide-content>* {
    width: 50%
  }
}

.research-slide-spotlight {
  color: #fff;
  margin-bottom: 30px
}

@media (min-width: 667px) {
  .research-slide-spotlight {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .research-slide-spotlight {
    max-width: initial;
    padding-right: 60px;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0
  }
}

.research-slide-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fEC669;
}

@media (min-width: 1200px) {
  .research-slide-title {
    font-size: 35px;
  }
}

.research-slide-button {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #5CA84B;
  display: inline-block;
  padding: 15px;
  min-width: 200px;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  transition: .5s
}

.research-slide-button:hover {
  background-color: #e65a39;
  color: #fff
}

@media (min-width: 667px) {
  .research-slide-button {
    max-width: 250px
  }
}

.research-slide-image img {
  max-width: 500px;
  margin: auto;
}

.research-spotlight {
  border: 1px solid #e7e7e7;
  display: inline-block;
  transition: .5s;
  display: flex;
  flex-direction: column;
}

.research-spotlight:hover {
  border: 1px solid #5C068C;
}

.research-spotlight:hover .research-thumbnail img {
  opacity: .7
}

.research-thumbnail {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
}

.research-thumbnail img {
  transition: .5s
}

.research-content {
  padding: 20px;
}

.research-title {
  font-family: 'Barlow-Bold',sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #010101;
  margin-bottom: 0
}

.research-title:hover {
  color: #5C068C
}

.research-location {
  font-family: 'Barlow-Bold',sans-serif;
  font-size: 16px;
  color: #5C068C
}

.research-date {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0;
  color: #010101
}

.research-short-description {
  color: #737373;
  font-size: 14px;
  margin-bottom: auto;
}

.research-footer {
  padding: 0 20px 20px 20px;
}

.research-button {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
  color: #010101;
  text-transform: uppercase;
}

.research-button:hover {
  color: #5C068C
}

.single-research-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .single-research-title {
    font-size: 40px
  }
}

.single-research-location {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #010101
}

@media (min-width: 1200px) {
  .single-research-location {
    font-size: 20px
  }
}


.single-research-date {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
  color: #010101;
  margin: 15px 0;
}

@media (min-width: 1200px) {
  .single-research-date {
    font-size: 16px
  }
}

/* Guarantee
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.guarantee-content {
  display: flex;
  flex-direction: column;
}

.guarantee-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
}

@media (min-width: 1024px) {
  .guarantee-content {
    flex-direction: row;
  }

  .guarantee-title {
    width: 30%;
    padding-right: 70px
  }

  .guarantee-spotlight {
    width: 70%
  }
}

.guarantee-video-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-family: 'Barlow-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 15px 15px 30px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  background: url('images/icon_play.svg') no-repeat;
  background-size: 30px;
  background-position: 30px;
  background-color: #5ca84b;
  color: #fff;
  transition: .5s
}

.guarantee-video-btn:hover {
  background-color: #5C068C;
  color: #fff
}

@media (min-width: 1200px) {
  .guarantee-title {
    font-size: 35px
  }
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.step:last-child {
  margin-bottom: 0
}

.step-image {
  text-align: center;
  margin-bottom: 30px
}

.step-image img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.step-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #5C068C
}

.step-name-and-number {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  color: #5C068C;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #5C068C
}

.step-right .step-image {
  order: -1
}

@media (min-width: 1024px) {
  .step {
    flex-direction: row;
  }

  .step>* {
    width: 50%
  }

  .step-image {
    text-align: center;
    margin-bottom: 30px
  }

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

  .step-right .step-image {
    order: initial;
  }

  .step-left .step-spotlight {
    padding-left: 60px
  }

  .step-right .step-spotlight {
    padding-right: 60px
  }
}

@media (min-width: 1200px) {
  .step-title {
    font-size: 35px
  }
}

.step .box {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
}

.step .box-icon {
  margin-right: 15px
}

@media (min-width: 1024px) {
  .step .box-icon {
    margin-right: 30px;
  }
}

.step .box-icon img {
  max-width: 50px
}

@media (min-width: 1200px) {
  .step .box-icon img {
    max-width: 80px
  }
}

.step .box-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #010101;
  margin-bottom: 0
}

.step .box-description {
  color: #010101;
  font-size: 12px
}

@media (min-width: 1200px) {
  .step .box-title {
    font-size: 20px
  }

  .step .box-description {
    color: #4a4a4a;
    font-size: 14px
  }
}

.find-your-products {
  background-color: #5C068C;
  color: #fff;
  text-align: center;
}

.find-your-products-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  ;line-height: 1.4;
  color: #fEC669
}

.find-your-products-button {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 15px 15px 30px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #5ca84b;
  color: #fff;
  transition: .5s
}

.find-your-products-button:hover {
  background-color: #e65a39;
  color: #fff
}

@media (min-width: 1024px) {
  .find-your-products-button {
    font-size: 16px
  }
}

@media (min-width: 1200px) {
  .find-your-products-title {
    font-size: 35px
  }
}

/* Story
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.our-story-content,
.give-back-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-story-title,
.give-back-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #5C068C;
}

@media (min-width: 1024px) {
  .our-story-content,
  .give-back-content {
    flex-direction: row;
  }

  .our-story-image,
  .give-back-image {
    width: 40%;
    padding-right: 70px
  }

  .our-story-spotlight,
  .give-back-spotlight {
    width: 60%
  }
}

@media (min-width: 1200px) {
  .our-story-title,
  .give-back-title {
    font-size: 35px
  }
}

.our-story-image,
.give-back-image {
  text-align: center;
  margin-bottom: 30px
}

.our-story-image img,
.give-back-image img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.give-back-section {
  background-color: #f7f7f7
}

.page-template-page-story .section-hero{
    float: left;
    width: 100%;
}

.trackRecord{
  width: 100%;
  float: left;
  margin: 0;
  background: #f7f7f7;
  padding: 60px 5%;
  max-width: 100%; 
}

.track-record-section-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #010101;
  text-align: center;
}

.track-record {
  margin: 0 auto;
  position: relative;
}

.track-record-line {
  width: 40px;
  height: 100%;
  position: absolute;
}

.track-record-line:after {
  content: "";
  position: absolute;
  border-left: 1px solid #0fa2b8;
  height: 100%;
}

.track-record-item {
  width: 100%;
  position: relative;
  z-index: 90;
}

.track-record-item-inner {
  position: relative;
  margin-bottom: 30px;
  transition: all .3s ease;
  background-color: #fff;
  padding: 40px 20px;
  margin-left: 40px;
  -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
}

.track-record-item-inner:hover {
  -moz-box-shadow: 0px 1px 9px #0fa2b8;
  -webkit-box-shadow: 0px 1px 9px #0fa2b8;
  box-shadow: 0px 1px 9px #0fa2b8;
}

.track-record-item-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0fa2b8;
  width: 12px;
  height: 12px;
}

.track-record-item:nth-child(even) .track-record-item-inner:after,
.track-record-item:nth-child(odd) .track-record-item-inner:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right:8px solid #0fa2b8;
  border-bottom: 8px solid transparent; 
  left: -9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s ease;
}

@media (min-width: 1024px) {
  .track-record {
    padding: 70px 10px;
    overflow: hidden;
  }

  .track-record-line {
    top: 0;
    left: 50%;
  }

  .track-record-item-inner {
    margin-left: initial;
    /*margin-bottom: 0;*/
    margin: -60px 0 -20px;
  }

  .track-record-item-inner:before {
    right: -77px;
    left: initial;
  }

  .track-record-item:nth-child(even) {
    margin-right: 50%;
    padding-right: 70px;
    width: 50%;
  }

  .track-record-item:nth-child(odd) {
    margin-left: 50%;
    padding-left: 70px;
    width: 50%;
  }

  .track-record-item:nth-child(odd) .track-record-item-inner:before {
    right: auto;
    left: -75px;
  }

  .track-record-item:nth-child(even) .track-record-item-inner:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0fa2b8;
    border-right: 0;
    right: -9px;
    left: initial;
  }
}

.track-box {
  display: flex;
  align-items: center;
}

.track-box-year {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #0fa2b8;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.track-box-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #010101;
  margin-bottom: 10px
}

.track-box-spotlight {
  padding-left: 20px;
  line-height: 1.4;
  color: #4a4a4a
}

@media (min-width: 1200px) {
  .track-record-section-title {
    font-size: 35px;
  }

  .track-box-year {
    font-size: 40px
  }

  .track-box-title {
    font-size: 18px
  }
}

/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.testimonials-content {
  display: flex;
  flex-direction: column;
}

.testimonials-page-title {
  font-size: 24px;
  line-height: 1.4
}

@media (min-width: 1024px) {
  .testimonials-content {
    flex-direction: row;
  }

  .testimonials-page-title {
    width: 40%;
    padding-right: 70px
  }

  .testimonials-page-description {
    width: 60%
  }
}

@media (min-width: 1200px) {
  .testimonials-page-title {
    font-size: 35px
  }
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.testimonial-content:last-child {
  margin-bottom: 0
}

.testimonial-image {
  text-align: center;
  margin-bottom: 30px
}

.testimonial-image img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.testimonial-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #5C068C
}

.testimonial-spotlight h3 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #010101
}

.testimonial-spotlight ul li {
  color: #737373
}

.testimonial-content-right .testimonial-image {
  order: -1
}

@media (min-width: 1024px) {
  .testimonial-content {
    flex-direction: row;
  }

  .testimonial-content>* {
    width: 50%
  }

  .testimonial-image {
    text-align: center;
    margin-bottom: 30px
  }

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

  .testimonial-content-right .testimonial-image {
    order: initial;
  }

  .testimonial-content-left .testimonial-spotlight {
    padding-left: 60px
  }

  .testimonial-content-right .testimonial-spotlight {
    padding-right: 60px
  }
}

@media (min-width: 1200px) {
  .testimonial-title {
    font-size: 35px
  }

  .testimonial-spotlight h2 {
    font-size: 22px
  }
}

/* Careers
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.career,
.career-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.career>*,
.career-meta>* {
  width: 100%
}

.career {
  padding: 30px;
  border: 2px solid #dfdfdf;
  margin-bottom: 30px
}

.career:last-child {
  margin-bottom: 0
}

.career-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.career-title a {
  color: #010101;
  transition: .5s
}

.career-title a:hover {
  color: #5C068C
}

.career-meta {
  font-family: 'Barlow-Bold', sans-serif;
  color: #5C068C
}

.career-action {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #e65a39;
  display: inline-block;
  padding: 15px;
  width: 100%;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  transition: .5s
}

.career-action:hover {
  background-color: #5C068C;
  color: #fff
}

@media (min-width: 667px) {
  .career-action {
    max-width: 250px
  }
}

@media (min-width: 1024px) {
  .career,
  .career-meta {
    flex-direction: row;
  }

  .career>*,
  .career-meta>* {
    width: initial
  }

  .career-spotlight {
    width: 70%
  }

  .career-date {
    margin-left: 40px
  }

  .career-apply {
    width: 30%;
    text-align: right;
  }

  .career-action {
    margin-top: 0
  }
}

@media (min-width: 1200px) {
  .career-title {
    font-size: 22px
  }
}

.single-career-secondary {
  margin-top: 30px
}

@media (min-width: 1024px) {
  .single-career-wrapper {
    display: flex;
  }

  .single-career-primary {
    width: 60%
  }

  .single-career-secondary {
    width: 40%;
    margin-top: 0;
    margin-left: 60px
  }
}

.single-career-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .single-career-title {
    font-size: 35px
  }
}

.single-career-location,
.single-career-date {
  color: #5C068C;
  font-family: 'Barlow-Bold', sans-serif
}

.single-career-location {
  margin-bottom: 20px
}

.single-career-date {
  margin-top: 30px
}

.single-career-form-wrapper {
  background-color: #f7f7f7;
  padding: 20px;
}

@media (min-width: 1200px) {
  .single-career-form-wrapper {
    padding: 30px;
  }
}

.single-career-form-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  color: #5C068C;
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .single-career-form-title {
    font-size: 20px;
  }
}

#gform_3 ul.gform_fields li.gfield {
  padding-right: 0 !important
}

#field_3_5,
#field_3_6 {
  margin-top: 30px !important;
}

#field_3_5 {
  font-size: 14px;
}

#gform_3 input[type="text"] {
  border: none;
  border: 1px solid #bbb;
  border-radius: 0;
}

#gform_3 input[type="text"]:focus {
  border: 1px solid #010101;
}

#gform_wrapper_3 .gform_footer {
  padding: 0;
}

#gform_submit_button_3 {
  width: 100%;
  height: 50px;
  background-color: #5C068C;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  transition: .5s
}

#gform_submit_button_3:hover {
  background-color: #e65a39
}

#gform_3 label {
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 14px
}

/* Press
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-press,
body.page-template-press .main-frame {
  background-color: #f7f7f7
}

.press-media {
  background-color: #fff;
}

.press-media-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .press-media-content {
    flex-direction: row;
  }
}

.press-media-content>* {
  width: 100%;
  margin-bottom: 30px
}

.press-materials {
  margin-bottom: 0
}

@media (min-width: 1200px) {
  .press-media-content>* {
    width: 50%;
    margin-bottom: 0
  }
}

.media-inqueries-title,
.press-materials-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  color: #5C068C;
  margin-bottom: 10px
}

@media (min-width: 1024px) {
  .media-inqueries-title,
  .press-materials-title {
    font-size: 25px
  }
}

.media-inqueries-content,
.press-materials-content {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 17px;
  color: #010101;
  flex-direction: column;
}

@media (min-width: 667px) {
  .media-inqueries-content,
  .press-materials-content {
    flex-direction: row;
  }
}

.media-inqueries-content>*,
.press-materials-content>* {
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 667px) {
  .media-inqueries-content>*,
  .press-materials-content>* {
    width: initial;
  }
}

.media-inqueries-content>* img,
.press-materials-content>* img {
  max-width: 22px;
  margin-right: 10px
}

.media-inqueries-content a,
.press-materials-content a {
  color: #010101;
  transition: .5s
}

.media-inqueries-content a:hover,
.press-materials-content a:hover {
  color: #5C068C
}

.in-the-press {
  background-color: #fff
}

.in-the-press-content {
  border-top: 1px solid #e7e7e7;
}

.in-the-press-title {
  text-align: center;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  color: #5C068C
}

@media (min-width: 1024px) {
  .in-the-press-title {
    font-size: 35px
  }
}

.in-the-press-logo {
  text-align: center;
}

.in-the-press-logo a {
  display: inline-block;
}

.in-the-press-logo img {
  width: 100%;
  max-width: 300px;
  margin: auto
}

.in-the-press-logo-spotlight {
  padding: 10px;
}

.in-the-press-logo-spotlight-title {
  max-width: 300px;
  margin: auto;
  color: #010101;
  transition: .5s
}

.in-the-press-logo-spotlight:hover .in-the-press-logo-spotlight-title {
  color: #5C068C
}

.press-page-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 30px;
  color: #5C068C;
  text-align: center;
}

@media (min-width: 1024px) {
  .press-page-title {
    font-size: 35px
  }
}

.press {
  margin-bottom: 30px
}

.press:last-child {
  margin-bottom: 0
}

.press-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.press-title a {
  color: #010101;
  transition: .5s
}

.press-title a:hover {
  color: #5C068C
}

.press-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e7e7e7;
  /*border-bottom: 0;*/
}

.press-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 20px
}

.press-excerpt p {
  margin-top: 0
}

.press-thumbnail {
  min-height: 290px
}

@media (min-width: 1024px) {
  .press .press-content {
    padding: 40px;
  }
}

.press-date {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 16px;
  color: #5C068C
}

/* Single Press
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-press-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .single-press-title {
    font-size: 40px
  }
}

.single-press-content {
  padding-bottom: 40px;
  border-bottom: 2px solid #010101
}

.single-press-date {
  margin-top: 20px;
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  color: #5C068C
}

/* Subscribe Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#mc_embed_signup {
  background-color: #5C068C;
  padding: 30px;
  text-align: center;
}

.mc_embed_signup_title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.4;
  color: #fec669
}

.mc-field-group {
  width: 100%;
  margin-bottom: 15px
}

.mc-field-group:last-child {
  margin-bottom: 0
}

.mc-field-group input {
  width: 100%;
  height: 40px;
  border-radius: 0;
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 15px;
  color: #010101;
  border: 1px solid #cfcfcf
}

.mc-field-group input:focus {
  border: 1px solid #cfcfcf;
}

@media (min-width: 667px) {
  .mc_embed_signup_inputs_container {
    display: flex;
    align-items: center;
  }

  .mc-field-group {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0
  }

  .mc-field-group:last-child {
    margin-right: 0
  }

  .mc-field-group input:last-child {
    margin-right: 0
  }
}

#mc-embedded-subscribe {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  line-height: .8;
  color: #fff;
  text-transform: uppercase;
  background-color: #5ca84b;
  transition: .5s;
  border: 1px solid #5ca84b;
}

#mc-embedded-subscribe:hover {
  background-color: #6cb05d
}

/* Magazine
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-magazines .page-title {
  margin-bottom: 30px;
}

.magazine {
  width: 90%;
  max-width: 1400px;
  min-height: 500px;
  margin: auto;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 59px;
}

.magazine:nth-of-type(odd) {
    background-position: left;
}

.magazine:nth-of-type(even) {
    background-position: right;
}

@media (min-width: 1024px) {
  .magazine:nth-of-type(odd) {
      justify-content: flex-start;
  }

  .magazine:nth-of-type(even) {
      justify-content: flex-end;
      background-position: center;
  }
}

.magazine-spotlight {
  max-width: 400px
}

.magazine-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px
}

@media (min-width: 1024px) {
  .magazine-title {
    font-size: 45px
  }
}

.magazine-title a {
  color: #010101;
}

.magazine-button {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #e65a39;
  display: inline-block;
  padding: 15px;
  min-width: 200px;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 50px;
  transition: .5s
}

.magazine-button:hover {
  background-color: #5C068C;
  color: #fff;
}

h1.page-title.magazine-category-page-title {
  margin-bottom: 0;
  line-height: 1.4;
}

.breadcrumb {
  color: #5C068C
}

.breadcrumb a {
  color: #838383;
  transition: .5s
}

.breadcrumb a:hover {
  color: #5C068C
}

/* Magazine Issue
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.magazine-issue-banner {
  background: url('images/magazines_marble_bg.jpg') no-repeat center;
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.magazine-issue-banner-spotlight {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .magazine-issue-banner-spotlight {
    flex-direction: row
  }

  .magazine-issue-banner-spotlight>* {
    width: 50%
  }
}

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

.magazine-issue-thumbnail {
  text-align: center;
}

.magazine-issue-thumbnail img {
  width: 100%;
  max-width: 500px;
  height: auto
}

.magazine-issue-content {
  margin-bottom: 30px
}

@media (min-width: 1024px) {
  .magazine-issue-content {
    padding-right: 60px;
    margin-bottom: 0
  }
}

.magazine-issue-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #010101;
  padding: 0 40px;
  margin-bottom: 10px
}

.single-magazine_issue .magazine-issue-title {
  font-size: 24px;
  padding: 0;
}

@media (min-width: 1200px) {
  .single-magazine_issue .magazine-issue-title {
    font-size: 35px
  }
}

.magazine-issue-download-pdf-btn {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #e65a39;
  display: inline-block;
  padding: 15px;
  min-width: 200px;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: .5s
}

.magazine-issue-download-pdf-btn:hover {
  background-color: #5C068C;
  color: #fff;
}

/* Raw Materials
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.raw-material {
  border: 1px solid #e7e7e7;
}

.raw-material-thumbnail {
  transition: .5s
}

.raw-material-thumbnail:hover {
  opacity: 0.8;
}

.raw-material-thumbnail img {
  max-width: 100%;
  height: auto;
}

.raw-material-content {
  background-color: #fff;
  padding: 20px
}

.raw-material-title,
.raw-material-subtitle {
  margin-bottom: 0
}

.raw-material-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 5px
}

.raw-material-title a {
  color: #010101;
  transition: .5s
}

.raw-material-title a:hover {
  color: #5C068C
}

.raw-material-subtitle {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 16px;
  color: #5C068C
}

/* Single Raw Material
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-raw-material-spotlight {
  background-color: #f7f7f7;
  border: 20px solid #fff;
}

.single-raw-material-title {
  font-family: 'Barlow-Medium', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  color: #010101;
  margin-bottom: 0;
  margin-bottom: 5px
}

@media (min-width: 1024px) {
  .single-raw-material-title {
    font-size: 50px
  }
}

.single-raw-material-subtitle {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 0;
  margin-bottom: 40px
}

.single-raw-content h2 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 25px;
  color: #010101;
  margin-bottom: 10px
}

.single-raw-content hr {
  margin: 0;
  margin: 30px 0;
  background-color: #010101
}

.single-raw-material-related-products-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #010101;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .single-raw-material-related-products-title {
    font-size: 30px
  }
}

.single-raw-material-resources-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #010101
}

div.image:empty {
  display: none;
}

/* New Single Raw Material
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-raw-material-banner {
  background-color: #f7f7f7;
}

/*.single-raw-material-banner-background {
  background-color: #f7f7f7;
  position: absolute;
  top:0;
  right: 0;
  bottom: 100px;
  left: 0;
  z-index: -1
}*/

/*@media (min-width: 768px) {
  .single-raw-material-banner-content {
    padding-bottom: 100px;
  }
}*/

.single-raw-material-title {
  font-family: 'Barlow-SemiBold', sans-serif
}

.single-raw-material-details {
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 18px;
  color: #5C068C
}

.single-raw-material-details p {
  margin-bottom: 0
}

.single-raw-material-details a {
  color: #5C068C;
  transition: .5s
}

.single-raw-material-details a:hover {
  color: #0fa2b8
}

.single-raw-material-benefits-section-title {
  text-align: center;
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 16px;
  color: #5C068C;
  margin: 0;
}

@media (min-width: 1200px) {
  .single-raw-material-benefits-section-title {
    font-size: 20px
  }
}

.single-raw-material-benefits {
  text-align: center;
  margin-bottom: 30px
}

.benefits {
  display: flex;
  justify-content: center;
}

ul.benefits-list {
  margin: 0 !important;
}

.benefits-list {
  color: #5C068C;
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 16px;
  padding-left: 0 !important;
}

/*@media (min-width: 1024px) {
  .benefits-list {
    display: flex;
    justify-content: center;
  }
}*/

@media (min-width: 1200px) {
  .benefits-list {
    font-size: 20px
  }
}



@media (min-width: 1024px) {
  .benefits-list li {
    margin: 0 15px
  }
}

.single-raw-material-dietarys {
  margin-bottom: 30px
}

.single-raw-material-dietarys .dietarys {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.single-raw-material-dietarys .dietarys .dietary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 15px;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .single-raw-material-dietarys .dietarys .dietary {
    margin: 0 30px;
    margin-bottom: 0
  }
}

.single-raw-material-dietarys .dietarys .dietary .dietary-icon {
  width: 40px;
  margin: auto;
}

@media (min-width: 1200px) {
  .single-raw-material-dietarys .dietarys .dietary .dietary-icon {
    width: 50px
  }
}

.single-raw-material-dietarys .dietarys .dietary .dietary-title {
  font-size: 12px;
  font-family: 'Barlow-SemiBold', sans-serif
}

@media (min-width: 1200px) {
  .single-raw-material-dietarys .dietarys .dietary .dietary-title {
    font-size: 14px
  }
}

.single-raw-material-dietarys .dietarys .dietary a {
  color: #4a4a4a;
  transition: .5s
}

.single-raw-material-dietarys .dietarys .dietary a:hover {
  color: #0fa2b8
}

.fact-box {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.fact-box-icon {
  width: 50px;
  margin-right: 15px
}

@media (min-width: 1200px) {
  .fact-box-icon {
    width: 70px
  }
}

.fact-box-content {
  display: flex;
  flex-direction: column;
}

.fact-box-title,
.fact-box-subtitle {
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 12px
}

@media (min-width: 1200px) {
  .fact-box-title,
  .fact-box-subtitle {
    font-size: 14px
  }
}

.fact-box-subtitle {
  color: #5C068C
}

.fact-box a {
  color: #5C068C;
  transition: .5s
}

.fact-box a:hover {
  color: #0fa2b8
}

.highlight-image,
.highlight-description {
  max-width: 500px;
  margin: auto;
}

.highlight-description {
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 18px;
  color: #5C068C;
  padding: 60px;
}

@media (min-width: 1200px) {
  .highlight-description {
    font-size: 24px
  }
}

.highlight-right-image {
  order: -1;
}

@media (min-width: 1024px) {
  .highlight-right-image {
    order: initial;
  }
}

.single-raw-material-research-title,
.single-raw-material-extra-content-title {
  font-size: 18px;
  font-family: 'Barlow-SemiBold', sans-serif;
  color: #5C068C;
  text-align: center;
}

@media (min-width: 1200px) {
  .single-raw-material-research-title,
  .single-raw-material-extra-content-title {
    font-size: 30px
  }
}

/* Woocommerce
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.products-main {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .products-main {
    flex-direction: row;
  }

  .products-primary {
    width: 78%
  }

  .products-secondary {
    width: 20%;
    margin-right: 2%
  }
}

.products-secondary-mobile-categories-dropdown select {
  margin-bottom: 30px
}

.products-secondary-mobile-categories-dropdown select {
  font-size: 14px !important
}

@media (min-width: 1024px) {
  .products-secondary-mobile-categories-dropdown select {
    font-size: 12px
  }
}

@media (min-width: 1200px) {
  .products-secondary-mobile-categories-dropdown select {
    font-size: 16px !important;
    display: none;
  }
}

#custom_html-3 {
  display: none
}

@media (min-width: 1200px) {
  #custom_html-3 {
    display: block;
  }
}

.woocommerce-page .page-title {
  display: none;
}

.tax-product_cat .page-title {
  display: inline-block;
  margin-bottom: 30px
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.woocommerce-notices-wrapper {
  /*width: 90%;*/
  max-width: 1380px;
  margin: 0 auto;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
  background-color: #5ca84b;
  color: #fff;
  font-family: 'Barlow-Medium', sans-serif;
  border-radius: 0;
  transition: .5s
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover {
  background-color: #e65a39
}

.woocommerce-products-pagination {
  margin-top: 30px
}

@media (min-width: 1024px) {
  .woocommerce-products-pagination {
    margin-top: 60px
  }
}

p.cart-empty {
  text-align: center;
  margin-top:60px;
}

.return-to-shop {
  text-align: center;
}

.return-to-shop a.button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  background-color: transparent;
  color: #0fa2b8;
  text-transform: uppercase;
  letter-spacing: 1;
  transition: .5s;
  border: 2px solid #0fa2b8;
  border-radius: 0
}

@media (min-width: 768px) {
  .return-to-shop a.button {
    max-width: 300px
  }
}

.return-to-shop a.button:hover {
  background-color: transparent;
  border: 2px solid #5C068C;
  color: #5C068C
}

/* Product Category */

.product-category-banner img {
  display: block;
}

/* Woocommerce Widgets */

/* Recently Viewed */

.widget_recently_viewed_products .widget-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  color: #010101;
  text-align: center;
  margin-top: 60px
}

@media (min-width: 1200px) {
  .widget_recently_viewed_products .widget-title {
    font-size: 24px
  }
}

.recently-viewed-carousel div.slick-list.draggable,
.recently-viewed-carousel .slick-track {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

.recently-viewed-carousel .slick-track > * {
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recently-viewed-carousel .slick-track > * > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.recently-viewed-carousel .slick-track > * > * {
  width: 100%
}

.recently-viewed-carousel .slick-slide img {
  display: initial;
}

.recently-viewed-carousel .slick-prev {
  left: -15px
}

.recently-viewed-carousel .slick-next {
  right: -15px
}

/* Single Product */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 60px;
  margin-bottom: 0
}

.woocommerce-pagination {
  margin-top: 30px
}

@media (min-width: 1024px) {
  .single-product-gallery {
    padding-right: 30px;
  }

  .single-product-description-spotlight {
    padding-left: 30px
  }
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #e7e7e7;
}

.single-product-gallery-wrapper {
  position: relative;
}

.single-product-gallery-wrapper ol.flex-control-nav.flex-control-thumbs img {
  max-width: 80px;
  margin: auto !important;
}

.single-product-gallery {
  text-align: center;
}

.single-product-gallery .woocommerce-product-gallery__image {
  margin-bottom: 30px
}

.single-product-gallery img,
.single-product-gallery-wrapper img {
  max-width: 500px;
  margin: auto;
}

.single-product-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #010101;
  margin-bottom: 0
}

@media (min-width: 1200px) {
  .single-product-title {
    font-size: 40px
  }
}

.single-product-sku {
  color: #5C068C;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-family: 'Barlow-Medium', sans-serif;
}

.single-product-dietary {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 30px
}

.single-product-dietary-item {
  text-align: center;
  margin-right: 30px
}

.single-product-dietary-item:last-child {
  margin-right: 0
}

.single-product-dietary-icon {
  margin-bottom: 10px
}

.single-product-dietary-icon img {
  max-width: 40px;
  width: 40px; 
}

.single-product-dietary-name {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

.single-product-description-wrapper .price del {
  color: #010101
}

.single-product-description-wrapper .price ins {
  color: #e65a39
}

.single-product-description-wrapper h3 {
  color: #5C068C;
  line-height: 1.4;
  margin-bottom: 10px
}

.woocommerce div.product p.stock {
  display: inline-block;
  background-color: #5ca84b;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Barlow-Medium', sans-serif;
}

.woocommerce div.product p.stock.out-of-stock {
  background-color: #e65a39
}

.single-product-cart {
  margin-top: 30px
}

.wcsatt-options-wrapper {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px
}

ul.wcsatt-options-product {
  list-style: none;
  padding-left: 0;
}

.woocommerce .quantity .qty {
  height: 50px;
  border-radius: 0;
  margin-right: 10px;
  background-color: #f9f9f9;
  color: #010101
}

.single-product-add-to-cart-button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  background-color: #5C068C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1;
  transition: .5s;
  border-radius: 0
}

@media (min-width: 667px) {
  .single-product-add-to-cart-button {
    max-width: 300px
  }
}

.single-product-add-to-cart-button:hover {
  background-color: #e65a39
}

.woocommerce-variation-add-to-cart .variations_button .woocommerce-variation-add-to-cart-enabled {
  display: flex;
}

.woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  background-color: #5C068C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1;
  transition: .5s;
  border-radius: 0
}

@media (min-width: 768px) {
  .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
    max-width: 300px
  }
}

.woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt:hover {
  background-color: #e65a39
}

.woocommerce div.product form.cart .variations td.label {
  display: none;
}

#stars label {
  cursor: pointer;
  transition: .5s
}

#stars label:hover {
  color: #5C068C
}

#stars label {
  width: auto !important;
}

#reviews-section {
  padding: 0 !important;
}

#reviews-section-1 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

#reviews-section-1 .reviews-heading {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px
}

@media (min-width: 1200px) {
  #reviews-section-1 .reviews-heading {
    font-size: 30px
  }
}

#reviews-section-1 .comment-block:last-child .separator {
  display: none;
}

ul.rating-pagination li {
  border: 1px solid transparent;
  line-height: 1.9;
  transition: .5s
}

.section-related-raw-materials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  vertical-align: middle;
  min-height: 300px;
}

@media (min-width: 768px) {
  .section-related-raw-materials {
    background-position: center;
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .section-related-raw-materials {
    min-height: 600px
  }
}

.section-related-raw-materials-spotlight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 400px;
}

@media (min-width: 768px) {
  .section-related-raw-materials-spotlight {
    min-height: 500px
  }
}

@media (min-width: 1200px) {
  .section-related-raw-materials-spotlight {
    min-height: 700px
  }
}

.section-related-raw-materials-content {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 600px) {
  .section-related-raw-materials-content {
    width: 100%;
    max-width: 60%;
    text-align: initial;
  }
}

@media (min-width: 768px) {
  .section-related-raw-materials-content {
    width: 100%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .section-related-raw-materials-content {
    width: 100%;
    max-width: 550px;
  }
}

.section-related-raw-materials-content h1 {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #5C068C;
  margin-bottom: 15px
}

@media (min-width: 1200px) {
  .section-related-raw-materials-content h1 {
    font-size: 35px;
  }
}

.section-related-raw-materials-btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-family: 'Barlow-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
  background-size: 30px;
  background-position: 30px;
  background-color: #E0592A;
  color: #fff;
  transition: .5s
}

.section-related-raw-materials-btn:hover {
  background-color: #5C068C;
  color: #fff
}

.single-product-related-posts-title,
.single-product-related-post-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #010101;
  margin-bottom: 30px !important;
}

@media (min-width: 1200px) {
  .single-product-related-posts-title,
  .single-product-related-post-title {
    font-size: 30px
  }
}

/* Login / Register */

#wc-product-reviews-pro-modal {
  width: 100%;
  max-width: 800px
}

.my-account-panel-row {
  text-align: center;
}

@media (min-width: 1024px) {
  .my-account-panel-login {
    padding-right: 80px;
  }

  .my-account-panel-register {
    padding-left: 80px
  }
}

.my-account-panel-row {
  margin-bottom: 15px
}

h2.my-account-panel-title {
  margin-bottom: 5px;
  line-height: 1.4
}

.my-account-panel-subtitle {
  color: #5C068C;
  margin-bottom: 30px
}

.my-account-panel-row a {
  transition: .5s
}

/* Mailchimp Newletter */

p.form-row.form-row-wide.mailchimp-newsletter,
form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
  display: none;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login input,
form.woocommerce-form.woocommerce-form-register.register input {
  border-radius: 0
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
  margin-top: 10px;
  padding: 0;
  border: none;
}

form.woocommerce-form.woocommerce-form-login.login p,
form.woocommerce-form.woocommerce-form-register.register p {
  padding: 0;
}

form.woocommerce-form.woocommerce-form-login.login label,
form.woocommerce-form.woocommerce-form-register.register label {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px
}

form.woocommerce-form.woocommerce-form-login.login button.woocommerce-Button.button,
form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  background-color: #5C068C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1;
  transition: .5s;
  border-radius: 0
}

form.woocommerce-form.woocommerce-form-login.login button.woocommerce-Button.button:hover,
form.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.button:hover {
  background-color: #e65a39
}

form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  display: inline-block;
  margin-top: 20px;
}

.dgfw-available-gifts-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  color: #010101
}

@media (min-width: 1200px) {
  .dgfw-available-gifts-title {
    font-size: 24px;
  }
}

.dgfw-gift h5.product-name {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #010101;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .dgfw-gift h5.product-name {
    font-size: 18px
  }
}

button.button.dgfw-add-gift-button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  background-color: #5C068C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1;
  transition: .5s;
  border-radius: 0
}

button.button.dgfw-add-gift-button:hover {
  background-color: #e65a39;
  color: #fff

}

h4.bundled_product_title.product_title {
  margin-bottom: 10px
}

.bundled_product_title_inner {
  display: inline-block;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #010101;
  margin-bottom: 0;
  cursor: pointer;
}

.bundled_product_title_inner:hover {
  color: #5C068C
}

button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  background-color: #5C068C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1;
  transition: .5s;
  border-radius: 0
}

@media (min-width: 768px) {
  button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt {
    max-width: 300px
  }
}

button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt:hover {
  background-color: #e65a39
}

/* Accordion */

.single-product-accordion {
  background-color: #f7f7f7
}

.accordion {
  border-bottom: 1px solid #010101
}

.accordion-toggle {
  display: none;
}

.accordion-option {
  position: relative;
}

.accordion-option label {
  margin-bottom: 0
}

.accordion-title,
.accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.5s;
}

.accordion-title {
  background-color: #f7f7f7;
  padding: 30px 0;
  display: block;
  color: #010101;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  cursor: pointer;
  border-top: 1px solid #010101
}

.products-sidebar .accordion-title {
  background-color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

@media (min-width: 1200px) {
  .accordion-title {
    font-size: 24px
  }

  .products-sidebar .accordion-title {
    font-size: 18px;
    padding: 30px 0;
  }
}

.accordion-title:after, .accordion-title:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 40%;
  width: 2px;
  height: 0.75em;
  background-color: #010101;
  transition: all 0.5s;
}

.accordion-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  width: 100%;
}

@media (max-width: 650px) {
  .accordion-content {
    width: 90%;
    margin-left: 5%;
  }
}


.products-sidebar .accordion-content {
  background-color: #fff
}

.accordion-content .accordion-content-spotlight {
  margin: 0;
  font-size: 16px;
  padding: 0 0 30px 0;
}

.accordion-toggle:checked + .accordion-title + .accordion-content {
  max-height: 8000px
}

.accordion-toggle:checked + .accordion-title:before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.nf-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #5C068C
}

@media (min-width: 1200px) {
  .nf-title {
    font-size: 18px
  }
}

/*.sf-label {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #010101;
}

.sf-serving-size {
  font-size: 12px;
  padding-bottom: 10px
}

@media (min-width: 1200px) {
  .sf-serving-size {
    font-size: 16px;
  }
}

.sf-head {
  display: flex;
  justify-content: space-between;
  border-top: 3px solid #010101;
  border-bottom: 3px solid #010101;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
  color: #010101;
  padding: 10px 0;
}

@media (min-width: 1200px) {
  .sf-head {
    font-size: 18px
  }
}

.sf-row {
  padding: 10px 0;
  border-bottom: 1px solid #010101
}

.sf-ingredient,
.sf-sub-ingredient {
  display: flex;
}

.sf-ingredient {
  font-size: 12px
}

.sf-sub-ingredient {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  font-size: 12px
}

@media (min-width: 1200px) {
  .sf-ingredient {
    font-size: 18px
  }

  .sf-sub-ingredient {
    font-size: 16px
  }
}

.sf-ingredient-name,
.sf-sub-ingredient-name {
  width: 50%;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .sf-ingredient-name,
  .sf-sub-ingredient-name {
    width: 60%;
  }
}

.sf-ingredient-name {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

.sf-ingredient-url,
.sf-sub-ingredient-url {
  color: #010101;
  transition: .5s
}

.sf-ingredient-url:hover,
.sf-sub-ingredient-url:hover {
  color: #5C068C
}

.sf-sub-ingredient-dash {
  margin-right: 5px
}

.sf-ingredient-amount-per-serving,
.sf-sub-ingredient-amount-per-serving,
.sf-ingredient-percent-daily,
.sf-sub-ingredient-percent-daily {
  width: 25%;
}

@media (min-width: 1200px) {
  .sf-ingredient-amount-per-serving,
  .sf-sub-ingredient-amount-per-serving,
  .sf-ingredient-percent-daily,
  .sf-sub-ingredient-percent-daily {
    width: 20%;
  }
}

.sf-ingredient-percent-daily,
.sf-sub-ingredient-percent-daily {
  text-align: right;
}

.footnote,
.other-ingredients {
  padding: 10px 0;
  font-size: 12px
}

.footnote {
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
  .footnote,
  .other-ingredients {
    font-size: 14px
  }
}

.single-product-related-products-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #010101
}

@media (min-width: 1200px) {
  .single-product-related-products-title {
    font-size: 30px
  }
}*/

.sf-label {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #010101;
  width: 60%;
  float: left;
  margin-left: 20%;
  margin-bottom: 40px; 
}

.sf-serving-size {
  font-size: 11px;
  padding-bottom: 10px
}

@media (min-width: 1200px) {
  .sf-serving-size {
    font-size: 14px;
  }
}

@media (max-width: 900px){
  .sf-label{
    width: 100%;
    margin-left: 0;  
  }
}

.sf-head {
  /*display: flex;
  justify-content: space-between;*/
  border-top: 3px solid #010101;
  border-bottom: 3px solid #010101;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 12px;
  color: #010101;
  padding: 10px 0;
}

.sf-head-primary {
  border-bottom: 0
}

@media (min-width: 1200px) {
  .sf-head {
    font-size: 16px
  }
}

.sf-row {
  padding: 10px 0;
  border-bottom: 1px solid #010101
}

/*.sf-ingredient,
.sf-sub-ingredient {
  display: flex;
}*/

.sf-ingredient {
  font-size: 11px
}

.sf-sub-ingredient {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  font-size: 10px
}

.sf-sub-ingredient:last-child {
  border-bottom: 0;
}

@media (min-width: 1200px) {
  .sf-ingredient {
    font-size: 16px
  }

  .sf-sub-ingredient {
    font-size: 14px
  }
}

/*.sf-ingredient-name,
.sf-sub-ingredient-name {
  width: 50%;
  padding-right: 20px;
}*/

/*@media (min-width: 1200px) {
  .sf-ingredient-name,
  .sf-sub-ingredient-name {
    width: 60%;
  }
}*/

.sf-ingredient-name {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

.sf-ingredient-url,
.sf-sub-ingredient-url {
  color: #010101;
  transition: .5s
}

.sf-ingredient-url:hover,
.sf-sub-ingredient-url:hover {
  color: #5C068C
}

.sf-sub-ingredient-dash {
  margin-right: 5px
}

/*.sf-ingredient-amount-per-serving,
.sf-sub-ingredient-amount-per-serving,
.sf-ingredient-percent-daily,
.sf-sub-ingredient-percent-daily {
  width: 25%;
}

@media (min-width: 1200px) {
  .sf-ingredient-amount-per-serving,
  .sf-sub-ingredient-amount-per-serving,
  .sf-ingredient-percent-daily,
  .sf-sub-ingredient-percent-daily {
    width: 20%;
  }
}*/

.sf-ingredient-percent-daily,
.sf-sub-ingredient-percent-daily,
.per-capsule-daily-value {
 text-align: right; 
}

.per-capsule.one-half, .per-day.one-half, .percent-daily-label.one-half, .per-day-percent-value-label.one-half {
    width: 25%;
    float: left;
    text-align: left;
}

.per-day.single-serving,.amount-per-serving-label.serving-single, .percent-daily-label, .per-capsule.single-serving-sub{
  margin-left: 30% !important;
  margin-right: 10% !important;
}

.amount-per-serving-label.one-half{
  width: 25%;
  float: left; 
}

.per-capsule.one-half, .percent-daily-label.one-half, .amount-per-serving-label.first{
  /*margin-left: 30%;
  margin-right: 10%; */
}

.per-day-percent-value-label.one-half, .percent-daily-label.one-half{
  text-align: right;
  font-size: 14px; 
}

.sf-ingredient-amount-per-serving.one-half,.sf-ingredient-percent-daily.one-half, .per-capsule-serving.one-half, .per-capsule-daily-value.one-half, .sf-sub-ingredient-amount-per-serving, .sf-sub-ingredient-percent-daily {
  width: 45% !important;
  float: left; 
}

@media (max-width: 650px){

.per-capsule.one-half, .per-day.one-half, .percent-daily-label.one-half, .per-day-percent-value-label.one-half {
    width: 39%;
    float: left;
    text-align: left;
}

.amount-per-serving-label.one-half{
  width: 39%;
  float: left; 
}

.per-day.single-serving,.amount-per-serving-label.serving-single, .percent-daily-label, .per-capsule.single-serving-sub{
  margin-left: 0% !important;
  margin-right: 0% !important;
}

.per-capsule.one-half, .percent-daily-label.one-half, .amount-per-serving-label.first{
  margin-left: 10%;
  margin-right: 10%; 
}
  
}

.sf-ingredient-percent-daily,
.sf-sub-ingredient-percent-daily {
  padding-right: 30px;
}

.footnote,
.other-ingredients {
  padding: 10px 0;
  font-size: 12px
}

.footnote {
  border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
  .footnote,
  .other-ingredients {
    font-size: 14px
  }
}

.single-product-related-products-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #010101
}

@media (min-width: 1200px) {
  .single-product-related-products-title {
    font-size: 30px
  }
}

/*.sf-head>* {
  width: 33.33333%
}*/

/*.per-capsule-amount-per-serving,
.per-day-amount-per-serving {
  text-align: right;
}*/

/*.sf-ingredient,
.sf-sub-ingredient {
  display: flex;
  width: 100%
}*/

/*.sf-ingredient>*,
.sf-sub-ingredient>* {
  width: 33.33333%
}*/

/*.per-capsule,
.per-day {
  display: flex;
  justify-content: space-between;
}*/

/*.per-capsule>*,
.per-day>* {
  width: 50%
}*/

/*.per-capsule {
  border-right: 1px solid #e0e0e0
}*/

/*.per-capsule-daily-value {
  text-align: right;
}*/



/*
.amount-per-serving-flex-labels>* {
  flex-grow: 1
}
*/


/*div.sf-head-flex {
  display: flex;
}

.sf-head-flex>* {
  flex-grow: 1
}

.sf-head-flex>*:first-child {
  margin-right: auto;
}*/






/*
.amount-per-serving-labels {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

.amount-per-serving-labels>* {
  flex-grow: 1;
  max-width: 50%;
  padding: 0;
}*/

.amount-per-serving-label {
  text-transform: uppercase;
  font-size: 13px
}

.percent-daily-label,
.per-day-percent-value-label {
  text-align: right;
  font-size: 15px
}

.percent-daily-label {
  padding-right: 30px;
}


/* Targetly
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.geotargetlygeopopup1553749971741overlay {
   background-color: rgba(0, 0, 0, 0.8) !important;
}

.geotargetlygeopopup1553749971741modal {
    width: 95% !important;
    max-width: 870px !important;
}

.aor-newsletter-popup {
    background: url('images/pop-up-bg.jpg') no-repeat center;
}

@media (min-width: 768px) {
   .aor-newsletter-popup {
       background-size: 125%
   }
}

.aor-newsletter-popup-signup-head {
  color: #fff
}

.aor-newsletter-popup-signup-head h2 {
    color: #fEC669 !important;
    font-weight: bold;
}

.aor-newsletter-popup-form {
    padding: 20px;
    margin-left: auto;
}

@media (min-width: 768px) {
    .aor-newsletter-popup-form {
        max-width: 60%
    }
}

@media (min-width: 1024px) {
    .aor-newsletter-popup-form {
        padding: 60px;
    }
}

.aor-newsletter-popup-signup {
    background-color: #fff;
    padding: 30px;
    border: 5px solid #e0e0e0;
}

.aor-newsletter-popup-signup-form {
    margin: 0;
}

.aor-newsletter-popup-signup-head {
    text-align: center;
}

.aor-newsletter-popup-signup-head .first {
    position: relative;
    padding-right: 15px
}

.aor-newsletter-popup-signup-head .st {
    position: absolute;
    top: -5px;
    font-size: 16px
}

.aor-newsletter-popup-signup input {
    border-radius: 0 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
}

.aor-newsletter-popup-signup input:focus {
    border: 1px solid #000;
}

.aor-newsletter-popup-signup input[type="text"],
.aor-newsletter-popup-signup input[type="email"] {
    -webkit-appearance: none !important;
    
font-size: 18px !important;
    margin-bottom: 15px !important;
    box-shadow: none !important;
}

.aor-newsletter-popup-signup-btn {
   width: 100% !important;
   background-color: #974293 !important;
   color: #fff !important;
   margin-bottom: 0 !important;
   text-transform: capitalize !important;
   border-radius: 0 !important;
}

.aor-newsletter-popup-signup-btn:hover {
    background-color: #783475 !important
}

/* Cart */

.woocommerce-info {
  border-top: none;
}

div.dgfw-available-gifts {
  margin-bottom: 60px
}

.master-cart {
  position: relative;
}

.menucart {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px
}

.cart-count a {
  display: inline-block;
  background-color: #e65a39;
  color: #fff;
  padding: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  text-align: center;
  font-size: 11px;
  position: relative;
  top: -5px;
  left: -5px;
  size: 11px;
  line-height: 11px;
}

.cart-content {
  display: flex;
  flex-direction: column;
}

.cart-primary,
.cart-secondary {
  width: 100%
}

@media (min-width: 1200px) {
  .cart-content {
    flex-direction: row
  }

  .cart-primary {
    width: 70%
  }

  .cart-secondary {
    width: 30%;
    margin-left: 40px
  }
}

.woocommerce table.shop_table {
  border-radius: 0
}

.woocommerce-cart table.cart img {
  width: 80px
}

a.remove {
  text-indent: -9999px;
  border: 0;
  background: url('images/icon_trash.png') no-repeat center !important;
  background-size: 20px !important;
  transition: .5s
}

a.remove:hover {
  background-color: transparent !important;
  color: transparent !important;
  background: url('images/icon_trash_p.png') no-repeat center !important;
  background-size: 20px !important;
  opacity: .7;
}

.cart-coupon {
  margin-bottom: 15px
}

.cart-coupon-label {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 16px;
  color: #010101;
  display: inline-block;
  margin-bottom: 10px
}

.cart-coupon input[type="text"] {
  min-height: 50px;
  border: none;
  border: 1px solid #010101;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 15px
}

.cart-coupon button.button {
  width: 100%;
  min-height: 50px;
  background-color: #010101;
  color: #fff;
  border-radius: 0;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 14px;
  transition: .5s;
}

.cart-coupon button.button:hover {
  background-color: #010101;
  color: #fff;
  opacity: .7
}

button.updatecart {
  width: 100%;
  min-height: 50px;
  background-color: transparent !important;
  color: #010101 !important;
  border: 1px solid #010101 !important;
  border-radius: 0 !important;
  font-family: 'Barlow-Bold', sans-serif !important;
  font-size: 14px !important;
  margin-bottom: 30px !important;
  transition: .5s !important
}

button.updatecart:hover {
  background-color: #010101 !important;
  color: #fff !important;
}

@media (min-width: 1300px) {
  .cart-coupon-form {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
  }

  .cart-coupon input[type="text"] {
    width: 68%;
    margin-right: 2%;
    margin-bottom: 0
  }

  .cart-coupon button.button {
    width: 30%
  }
}

.cart_totals {
  float: none;
  width: 100% !important;
  background-color: #f7f7f7;
  padding: 20px;
  border: 1px solid #ddd;
}

.cart_totals th {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

/*.cart-totals-shipping-label {

}*/

ul.wcsatt-options.overrides_exist {
  padding-left: 0
}

.cart_totals .woocommerce-Price-amount.amount {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

.order-total {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  color: #010101
}

.recurring-total {
  font-size: initial;
}

.woocommerce-shipping-destination {
  font-size: 14px
}

.woocommerce-shipping-contents small {
  color: #5ca84b !important;
  text-decoration: underline;
}



.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 50px;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  transition: .5s;
  padding: 18px;
  margin-bottom: 0
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #e65a39;
  color: #fff;
}

#pay_with_amazon {
  margin-top: 15px !important;
  text-align: center !important;
}

/* Cart Cross Sells */

.cart-cross-sells-products {
  margin-top: 30px
}

@media (min-width: 1200px) {
  .cart-cross-sells-products {
    margin-top: 60px
  }
}

.cart-cross-sells-products-title {
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #010101
}

@media (min-width: 1200px) {
  .cart-cross-sells-products-title {
    font-size: 30px
  }
}

/* Checkout */

#order_review_heading {
  display: none;
}

#order_review {
  background-color: #f7f7f7;
  padding: 11px;
  border: 1px solid #ddd;
}

.woocommerce table.shop_table {
  border: 0;
}

#order_review th.product-name,
#order_review th.product-total {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

.woocommerce table.shop_table tfoot th {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101;
  vertical-align: top
}

#order_review td.product-name,
#order_review td.product-name a {
  color: #5ca84b !important;
  text-decoration: underline;
}

.woocommerce-remove-coupon {
  color: #5C068C;
  font-size: 14px;
  font-family: 'Barlow-Regular', sans-serif;
  font-weight: 300
}

.first-payment-date small {
  font-family: 'Barlow-Regular', sans-serif;
  font-weight: 300
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  padding: 0;
  background-color: transparent;
}

fieldset#wc-authorize-net-cim-credit-card-credit-card-form {
  padding: 0;
  margin: 0;
  border: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce form .form-row label {

}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; 
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  float: none !important;
  width: 100%
}

.woocommerce form .form-row.woocommerce-invalid label {
  font-size: 14px;
  font-weight: 300
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields span {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

#ship-to-different-address label {
  margin-bottom: 0
}

#shipping_country_field strong {
  display: inline-block;
  margin-bottom: 15px
}

.woocommerce-billing-fields .woocommerce-input-wrapper input,
.woocommerce-shipping-fields .woocommerce-input-wrapper input {
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 15px !important
}

.woocommerce-billing-fields .woocommerce-input-wrapper select,
.woocommerce-shipping-fields .woocommerce-input-wrapper select {
  margin-bottom: 15px
}

.woocommerce form .form-row textarea {
  border-radius: 0;
  height: 75px
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  min-height: 50px;
  border-radius: 0;
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 40px;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px
}











.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  min-height: 50px;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  transition: .5s;
  padding: 18px;
  margin-bottom: 0
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
}

form.checkout_coupon.woocommerce-form-coupon,
form.woocommerce-form.woocommerce-form-login.login {
  max-width: 600px
}

form.checkout_coupon.woocommerce-form-coupon {
  padding: 0;
  border: 0;
}

form.checkout_coupon.woocommerce-form-coupon p,
form.woocommerce-form.woocommerce-form-login.login p {
  font-family: 'Barlow-Bold', sans-serif;
  color: #010101
}

form.checkout_coupon.woocommerce-form-coupon input.input-text,
form.woocommerce-form.woocommerce-form-login.login input.input-text {
  min-height: 50px;
  border-radius: 0;
  margin-bottom: 15px
}

form.checkout_coupon.woocommerce-form-coupon button.button,
form.woocommerce-form.woocommerce-form-login.login button.button {
  width: 100%;
  min-height: 50px;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 18px;
  transition: .5s;
  padding: 18px;
  margin-bottom: 0
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px
}


.shipping-calculator-form .select2-container--default .select2-selection--single {
  height: 30px;
  border-radius: 0;
  margin-bottom: 15px;
}

.shipping-calculator-form input.input-text {
  height: 30px;
  margin-bottom: 15px !important;
  border-radius: 0;
  font-size: 14px
}

.shipping-calculator-form button.button {
  width: 100%;
  min-height: 30px;
  background-color: transparent !important;
  color: #010101 !important;
  border: 1px solid #010101 !important;
  border-radius: 0 !important;
  font-family: 'Barlow-Bold', sans-serif !important;
  font-size: 14px !important;
  margin-bottom: 30px !important;
  transition: .5s !important
}

.shipping-calculator-form button.button:hover {
  background-color: #010101 !important;
  color: #fff !important
}

a.shipping-calculator-button {
  transition: .5s
}

.cart_item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1280px) {
  .woocommerce-cart-form__cart-item {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .cart_item .product-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
  }
}

@media (min-width: 1280px) {
  .cart_item .product-head {
    width: 30%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.cart_item .product-thumbnail {
  text-align: center;
}

.cart_item .product-thumbnail a {
  display: inline-block;
}

.cart_item .product-thumbnail img {
  max-width: 200px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  transition: .5s
}

.cart_item .product-thumbnail img:hover {
  opacity: .7
}

@media (min-width: 1200px) {
  .cart_item .product-thumbnail img {
    max-width: 100px;
  }
}

@media (min-width: 1280px) {
  .cart_item .product-thumbnail img {
    padding: 0;
    border: 0;
  }
}

.cart_item .product-name {
  text-align: center;
  margin: 15px 0 30px 0;
}

@media (min-width: 768px) {
  .cart_item .product-name {
    text-align: left;
    margin: 0;
    padding-left: 20px
  }
}

@media (min-width: 1280px) {
  .cart_item .product-name {
    padding-right: 20px;
  }
}

.cart_item .product-name a {
  color: #010101;
  transition: .5s
}

.cart_item .product-name a:hover {
  color: #5C068C
}

@media (min-width: 1024px) {
  .cart_item .product-action {
    display: flex;
    align-items: center;
  }

  .cart_item .product-action>* {
    width: 50%
  }
}

@media (min-width: 1280px) {
  .cart_item .product-action {
    width: 70%
  }

  .cart_item .product-action>*:first-child {
    width: 70%
  }

  .cart_item .product-action>*:last-child {
    width: 30%
  }
}

.cart_item .product-action-a {
  display: flex;
  align-items: center;
  margin-bottom: 30px
}

@media (min-width: 1024px) {
  .cart_item .product-action-a {
    margin-bottom: 0
  }

  .cart_item .product-action-a>* {
    padding: 0 20px;
  }

  .cart_item .product-action-a>*:first-child {
    padding-left: 0
  }
}

.cart_item ul.wcsatt-options.overrides_exist {
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 14px;
  font-weight: 300
}

.cart_item .product-quantity {
  margin-left: auto;
}

.cart_item .product-action-b {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .cart_item .product-action-b>* {
    padding: 0 20px;
  }

  .cart_item .product-action-b>*:last-child {
    padding-right: 0;
  }
}

.cart_item .product-quantity {
  display: flex;
  align-items: center;
}

.cart_item .product-quantity-label {
  margin-right: 10px
}

.cart_item .product-subtotal-label {
  text-decoration: underline;
}

.cart_item .product-remove {
  margin-left: auto;
  padding: 0 25px;
}

.checkout-message {
font-weight: bold;
color: #e65a39;
}

/* Wishlist
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#wl-wrapper .wl-already-in {
  margin-bottom: 10px;
}

#wl-wrapper .wl-already-in ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

#wl-wrapper .wl-already-in ul li a {
  transition: .5s;
}

#wl-wrapper.wl-button-wrap {
  padding-top: 30px !important;
}

#wl-wrapper .wl-add-link.present {
  background: url('images/icon_wishlist.svg') no-repeat !important;
  padding-left: 30px !important;
  color: #010101 !important;
  font-family: 'Barlow-Regular', sans-serif;
  transition: .5s
}

#wl-wrapper .wl-add-link.present:hover {
  opacity: .7
}

#wl-wrapper .wl-tabs > li > a {
  border-radius: 0
}

.cart_table_item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

@media (min-width: 1200px) {
  .cart_table_item {
    flex-direction: row
  }
}

.cart_table_item>* {
  width: 100%
}

@media (min-width: 1200px) {
  .cart_table_item>*:first-child {
    width: 30%
  }
}

.cart_table_item .product-before-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px
}

@media (min-width: 1200px) {
  .cart_table_item .product-before-head {
    margin-bottom: 0;
    margin-right: 40px
  }
}

@media (min-width: 768px) {
  .cart_table_item .product-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
  }
}

@media (min-width: 1280px) {
  .cart_table_item .product-head {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.cart_table_item .product-thumbnail {
  text-align: center;
}

.cart_table_item .product-thumbnail a {
  display: inline-block;
}

.cart_table_item .product-thumbnail img {
  max-width: 200px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  transition: .5s
}

.cart_table_item .product-thumbnail img:hover {
  opacity: .7
}

@media (min-width: 1200px) {
  .cart_table_item .product-thumbnail img {
    max-width: 100px;
  }
}

@media (min-width: 1280px) {
  .cart_table_item .product-thumbnail img {
    padding: 0;
    border: 0;
  }
}

.cart_table_item .product-name {
  text-align: center;
  margin: 15px 0 30px 0;
}

@media (min-width: 768px) {
  .cart_table_item .product-name {
    text-align: left;
    margin: 0;
    padding-left: 20px
  }
}

@media (min-width: 1280px) {
  .cart_table_item .product-name {
    padding-right: 20px;
  }
}

.cart_table_item .product-name a {
  color: #010101;
  transition: .5s
}

.cart_table_item .product-name a:hover {
  color: #5C068C
}

.cart_table_item .product-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

.cart_table_item .product-action>* {
  flex: 0 0 50%;
  text-align: center;
}

@media (min-width: 667px) {
  .cart_table_item .product-action>* {
    flex: 0 0 33.33333%;
    text-align: left;
  }
}

.cart_table_item .product-action div.quantity input.input-text.qty {
  margin: auto;
}

@media (min-width: 667px) {
  .cart_table_item .product-action div.quantity input.input-text.qty {
    margin: initial;
  }
}

.cart_table_item .product-action>*:last-child {
  flex-basis: 100%
}

@media (min-width: 667px) {
  .cart_table_item .product-action>*:last-child {
    flex-basis: 33.33333%
  }
}

.cart_table_item .product-action a.wishlist-add-to-cart-button {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  border-radius: 0;
  background-color: #5C068C;
  min-height: 40px;
  transition: .5s
}

@media (min-width: 667px) {
  .cart_table_item .product-action a.wishlist-add-to-cart-button {
    margin-top: 0;
  }
}

.cart_table_item .product-action a.wishlist-add-to-cart-button:hover {
  background-color: #e65a39
}

.wishlist-actions-list-select {
  display: flex;
  align-items: center;
}

.wishlist-actions-list-select>* {
  width: 50%
}

.wishlist-actions-list-select select  {
  width: 100%;
  max-width: 100% !important;
  height: 40px;
  margin-right: 15px;
}

.wishlist-actions-list-select button.button.small.wl-but.wl-add-to.btn-apply {
  height: 40px;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  transition: .5s
}

.wishlist-actions-list-select button.button.small.wl-but.wl-add-to.btn-apply:hover {
  background-color: #e65a39
}

.variation-FromWishlist {
  font-size: 11px;
  margin: 0;
}

#wl-wrapper .button {
  height: 40px;
  background-color: #5C068C;
  color: #fff;
  border-radius: 0;
  transition: .5s
}

.wl-form p.form-row {
  margin-bottom: 15px;
}

.wl-form p.form-row input[type="text"] {
  border-radius: 0
}

#wl-wrapper .button:hover {
  background-color: #e65a39;
}

ul.wl-share-links {
  padding-left: 0 !important;
}

.wl-intro-desc {
  font-family: "Barlow-Bold", sans-serif;
  color: #010101;
}

.view-a-list-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .view-a-list-filters {
    flex-direction: row
  }
}

.view-a-list-filters>* {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 15px
}

.view-a-list-filters>*:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .view-a-list-filters>* {
    width: 33.33333%;
    margin-right: 15px;
    margin-bottom: 0
  }
}

.view-a-list-filters>*:last-child {
  margin-right: 0
}

.view-a-list-filters input[type="submit"] {
  width: 100%;
  min-height: 48px
}

div.product-purchase a.wishlist-add-to-cart-button-view.button {
  width: 100% !important;
  text-align: center !important;
  margin-top: 30px
}

@media (min-width: 667px) {
  div.product-purchase a.wishlist-add-to-cart-button-view.button {
    margin-top: 0 !important
  }
}

/* My Account Wishlists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.my-account-lists-container {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.my-account-lists-container:last-child {
  border-bottom: 0;
}

.my-account-lists-spotlight {
  display: flex;
  flex-wrap: wrap;
}

.my-account-lists-spotlight>* {
  flex-grow: 1;
  min-width: 50%;
  margin-bottom: 15px
}

.my-account-lists-spotlight>*:last-child {
  margin-bottom: 0
}

@media (min-width: 1024px) {
  .my-account-lists-spotlight>* {
    min-width: 33.33333%;
  }
}

.my-account-lists-list-name {
  text-decoration: underline;
}

.my-account-lists label {
  font-family: 'Barlow-Bold', sans-serif
}

.my-account-lists a {
  color: #4a4a4a;
  transition: .5s
}

.my-account-lists a:hover {
  color: #5C068C
}

.my-account-lists-sharing {
  display: inline-block;
}

.my-account-lists-sharing ul.wl-share-links {
  margin-bottom: 0 !important
}

/* My Account
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding-left: 0 !important
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #4a4a4a;
  font-family: 'Barlow-Medium', sans-serif
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #5C068C
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #5C068C
}

form.woocommerce-EditAccountForm.edit-account label {
  display: block;
}

form.woocommerce-EditAccountForm.edit-account .input-text {
  margin-bottom: 15px !important;
  border-radius: 0
}

form.woocommerce-EditAccountForm.edit-account button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 15px;
  background-color: #5C068C;
  color: #fff;
  /*text-transform: uppercase;*/
  letter-spacing: 1;
  transition: .5s;
  border-radius: 0;
}

form.woocommerce-EditAccountForm.edit-account button:hover {
  background-color: #e65a39;
  color: #fff
}


/*-------- Search Tabs -----------*/

.search-filter{
    width: 100%;
    float: left; 
}

.search-filter li{
    display: block;
    float:left;
    padding: 10px 15px; 
    border: 1px solid #999;
    margin: 0 2px; 
}


/* Newsletter Signup */
.newsletter-signup{
    background: rgba(0,0,0, 0.8);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.newsletter{
    background: url('images/pop-up-bg.jpg') no-repeat center;
    width: 60%;
    float: left;
    margin-left: 20%;
    margin-top: 15%;
    position: relative;
}

.newsletter-close{
    position: absolute;
    top: -40px;
    right: -40px;
    font-size: 25px;
    font-weight: bold; 
    color: #fff; 
}

#mc_embed_signup {
    background-color: #5C068C;
    padding: 30px;
    width: 50%;
    margin: 50px;
    float: right;
    border: 4px solid #fff;
}

.newsletter h2{
   color: #fec669 !important
}

.newsletter p{
    color: #fff; 
}

#mc_embed_signup #mc-embedded-subscribe {
    width: 96%;
    background: transparent;
    padding: 8px 0;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    float: left;
    line-height: 20px;
    height: 40px;
}

.indicates-required{
    color: #fff; 
}

.newsletter .response{
    color: #fec669;
}

@media (min-width:750px) and (max-width: 900px){
    .newsletter{
        width: 90%;
        margin-left: 5%; 
    }
}

@media (max-width: 749px){
    .newsletter{
        width: 90%;
        margin-left: 5%;
        background: none; 
    }
    
    #mc_embed_signup{
        width: 100%;
        margin: 0;
        padding: 50px; 
    }
    
    .newsletter-close{
        top: -60px;
        right: 0; 
    }
}

/*------- Holiday Page -----------*/

.page-id-16456 .single-banner{
    min-height: inherit; 
}

.page-template-page-holiday .single-banner img {
    width: 100%;
    height: auto;
}

.page-id-16456 .package-copy, #featured-package .package-copy{
    margin-top: 10%;
}

.page-id-16456 h3{
    font-size: 18px !important;
    margin-top: 20px
}



.page-template-page-holiday .promo-banner{
    position: relative;
    width: 100%;
    float: left; 
}

.header-image, .header-image img{
    width: 100%;
    float: left; 
}

.page-template-page-holiday .info-box{
    width: 40%;
    float: left;
    position: absolute; 
    left: 15%;
    top: 25%;
}



.page-template-page-holiday .info-box h1{
    font-size: 2em;
    line-height: 1.4em;
    color: #fff; 
}

.page-template-page-holiday .info-box.black h1{
    color: #000; 
}

.page-template-page-holiday .info-box a{
    color: #fff;
    display: block;
    float: left;
    padding: 5px 15px; 
}

.page-template-page-holiday h5{
    font-size: 1.4em;
    line-height: 1.6em; 
}

.page-template-page-holiday h3{
    font-size: 2em;
    color: #5c068c;
    margin-bottom: 0; 
}

.holiday-packages-wrap{
    width: 100%;
    float: left;
}

.holiday-package{
    width: 100%;
    float: left; 
    padding: 80px 0; 
}

.package-image, #featured-package .package-image{
    width: 46%;
    float: left; 
    margin-right: 4%; 
}

.package-copy, #featured-package .package-copy{
    width: 48%;
    padding: 0 1%;
    float: left; 
}

.package-copy a{
    width: 60%;
    float: left;
    background: #5c068c;
    color: #fff;
    display: block;
    padding: 15px 5px;
    text-align: center; 
    clear: left; 
}

#package-2 .package-image{
    float: right; 
    margin-right: 0;
    margin-left: 4%; 
}

#package-2 .package-copy{
    float: left; 
}

/* customizable snowflake styling 
.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
*/
@media(max-width: 973px) {
    
.page-template-page-holiday .info-box {
    width: 65%;
    float: left;
    left: 3%;
    top: 5%;
}

.page-template-page-holiday .info-box h1 {
    font-size: 1.7em;
    line-height: 1.4em;
}

.holiday-package{
    width: 80%;
    margin: 0 10%; 
}

.package-image, #featured-package .package-image{
    width: 100%;
    float: left; 
    margin-right: 4%; 
}

.package-copy, #featured-package .package-copy{
    width: 100%;
    padding: 20px 0;
    float: left; 
}

}

@media(max-width: 589px){
    .page-template-page-holiday .info-box h1 {
        font-size: 1.1em;
        line-height: 1.1em;
        text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    }    

    .page-template-page-holiday .info-box{
        width: 90%;
        left: 5%; top: 20%; 
    }

    .header-image{
        width: 160%;
        float: right; 
    }

}

body .livechat_button{
    width: 120px;
    background: #fff;
    padding: 5px; 
    position: fixed;
    bottom: 0;
    right: 0; 
}

body .livechat_button img{
    width: 115px;
    height: auto; 
}


.cat-item-4285, .cat-item-4286{
  display: none; 
}


/*--------------------
 *  Black Friday
 *------------------*/  


.page-template-page-blackfriday .single-banner, .page-template-page-blackfriday2 .single-banner {
    position: relative;
}

.page-template-page-blackfriday .single-banner .image, .page-template-page-blackfriday2 .single-banner .image{
    float: left; 
    background-size: auto 100% !important;
    min-height: 450px; 
}

.page-template-page-blackfriday .single-banner, .page-template-page-blackfriday2 .single-banner{
  min-height: 450px; 
}

.page-template-page-blackfriday .single-banner h1, .page-template-page-blackfriday2 .single-banner h1{
    color: #fff; 
}

.countdown{
    width: 75%;
    text-align: center;
    margin: 80px 0 80px 5%;
    float: left;
    color: #fff;
}

.countdown #timer{
    font-size: 5em;  
}

.timer-label{
    width: 33.3%;
    float: left; 
}

.countdown #timer .timer-label span{
    font-size: 1.2em ;
    display: block;

}

.flash-sale-wrapper{
    width: 75%;
    float: left;
    padding: 50px 0;
    position: relative; 
}

.flash-sale-image{
    width: 33%;
    float: left;     
}

.flash-sale-info{
    width: 57%;
    float: left;
    margin-left: 5%;
    color: #fff; 
}

.bf-sale{
    width: 30%;
    float: left;
    margin: 20px 1.65%; 
}

.bf-sale img{
    width: 90%;
    margin: 10px 5%;
    float: left; 
}

.bf-sale h4{
    width: 100%;
    float: left;
    font-size: 1.05em;
    text-align: center;
    margin-bottom: 5px; 
}

.bf-sale  h5{
    font-size: .9em;
    text-align: center; 
}

.bf-sale .reg-price, .flash-sale-info .reg-price{
    text-decoration: line-through; 
}

.bf-sale .sale-price, .flash-sale-info .sale-price{
    color: #5c068c;
    font-weight: bold; 
}

.bf-sale{
    text-align: center;
    padding: 7px 0; 
}

.bf-sale a .add-to-cart, .flash-sale-info a .add-to-cart{
    border: 2px solid #fff;
    background: #5c068c;
    color: #fff;
    width: 35%;
    float: left; 
    padding: 5px 0;
    margin-bottom: 30px;
    text-align: center;     
}

.bf-sale a .product-details, .flash-sale-info a .product-details{
    border: 2px solid #5c068c;
    background: #fff; 
    color: #5c068c; 
    width: 35%;
    float :right;
    padding: 5px 0;
    margin-bottom: 30px;
    text-align: center; 
}

body .bf-sale a .product-details, body .bf-sale a .add-to-cart{
    width: 40%;
    margin: 0 5% 30px;  
}

.bf-sale h4{
    height: 40px; 
}

.nextsale h3{
    margin-bottom: 10px;
}

.nextsale{
    float: left;
    clear: both;
    background: rgba(36, 2, 55, .35);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;  
}

.nextsale #timer{
    font-size: 1.4em;
    width: 100%;
}

.nextsale .timer-label{
    width: 33.3%;
    float: left; 
}

.nextsale #timer .timer-label span{
    font-size: .75em ;
    display: block;

}

.page-template-page-blackfriday p.price{
    display: none; 
}

@media (min-width: 851px) and (max-width: 1100px){
    .single-banner .image{
            /*background-position-x: 61% !important;*/
    }
}

@media (min-width: 550px) and (max-width: 850px){
    .bf-sale{
        width: 45%;
        margin: 20px 2.5%; 
    }
    
    .sale-countdown.single-banner .image{
        background-image: none !important; 
    }
    
    .single-banner .image{
        background-size: auto 100%;
        background-position: right top; 
    }
    
    .flash-sale-wrapper{
        width: 100%; 
    }
    
    .flash-sale-image{
        width: 40%; 
    }
    
    .flash-sale-info{
        width: 57%;
        margin-left: 0; 
    }
    
    .countdown{
        width: 42%; 
    }
    
    .countdown #timer{
        font-size: 2.25em;  
    }
    
}

@media (max-width: 549px){
    .bf-sale{
        width: 90%;
        margin: 20px 5%; 
    }
    
    .sale-countdown.single-banner .image{
        background-image: none !important; 
    }

    #countdown.single-banner .image{
        background-image: none !important; 
    }
    
    .countdown{
        width: 90%; 
    }
    
    .flash-sale-wrapper{
        width: 100%; 
    }
    
    .flash-sale-image{
        width: 60%;
        margin: 0 20%; 
    }
    
    .flash-sale-info{
        width: 80%;
        margin-left: 10%;
        margin-top: 20px; 
    }
    
    .nextsale{
        width: 100%;
    }
    
    .countdown #timer{
        font-size: 2.25em;  
    }
    
    .page-template-page-blackfriday2 .flash-sale-image{
      width: 40% !important;
      margin: 0 30%; 
    }
    
    .page-template-page-blackfriday2 .flash-sale-info{
      width: 70% !important;
      margin-left: 15% !important; 
      margin-top: 0; 
    }
    
    .blackfriday-link{
  width: 60% !important;
  margin: 10px 20% !important;
    }
    
    .blackfriday-iframe{
        height: 500px !important;
    }
    
}
@media (min-width: 1250px){
  .page-template-page-blackfriday2 .flash-sale-image{
    width: 25% !important; 
  }
}

/*----- Ifram for black friday  -----*/

.page-template-page-blackfriday2 .shipping-bar, .page-template-page-blackfriday2 .master-header-wrapper, .page-template-page-blackfriday2 .promo-bar, .page-template-page-blackfriday2 .main-footer, .page-template-page-blackfriday2 #wpadminbar, .page-template-page-blackfriday2 .flash-sale-info ul{
  display: none; 
}

.rev_slider_wrapper{
  display: block;
  float: left; 
}

.page-template-page-blackfriday2 .flash-sale-info h3{
  font-size: 14px;
  margin: 0;
  padding: 0; 
}

.page-template-page-blackfriday2 .flash-sale-info h2{
  font-size: 30px;
  margin: 0;
  margin-bottom: 10px; 
  padding: 0; 
}

.page-template-page-blackfriday2 .buttons-wrap a{
  display: none; 
}

.page-template-page-blackfriday2 .flash-sale-image{
 width: 25%;  
}

.page-template-page-blackfriday2 .nextsale #timer{
  font-size: 15px; 
}

.page-template-page-blackfriday2 .buttons-wrap h5{
  margin-bottom: 5px; 
}

.page-template-page-blackfriday2 .single-banner .image{
  min-height: 200px; 
}

.blackfriday-link{
  float: left;
  clear: both;
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: bold; 
}

.page-template-page-blackfriday2 #chat-widget{
  display: none; 
}

.blackfriday-iframe{
  height: 400px;
  overflow: hidden; 
}

.bf-iframe{
  width: 100%;
  float: left;
  position: relative; 
}

.bf-iframe a{
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 30%;
  margin: 10px 35%;
  border: 2px solid #fff; 

}

.page-template-page-blackfriday2, .bf-iframe{
  background: rgb(123,88,156);
}

.page-template-page-blackfriday2 .sale-countdown{
  background: rgb(123,88,156);
  height: 1000px; 
}


/*-------- Search Tabs -----------*/

.search-filter{
    width: 100%;
    float: left; 
}

.search-filter li{
    display: block;
    float:left;
    padding: 10px 15px; 
    border: 1px solid #999;
    margin: 0 2px; 
}

.search .post{
    float: left; 
    padding: 10px; 
    width: 33.3%; 
}

.search .post p{
    font-size: 14px;     
}

.search .post h2{
    height: 50px;
    float: left; 
}

.search .post .post-excerpt{
    height: 70px;
    float: left; 
}

.search .post .post-category{
    float: left; 
}

.alm-btn-wrap{
    clear: both; 
}

.alm-btn-wrap .more{
    background: #5c068c;
}

.post-excerpt h3{
    font-size: 1em;
    font-weight: 300;
}

.search-results h2{
    font-size: 16px; 
}

.awesomplete{
    width: 80%; 
}

.ui-autocomplete{
  z-index: 9999 !important; 
}

.ui-autocomplete li{
  font-size: 14px; 
}

@media(min-width: 1300px){

    .search .post{
        width: 25%;
    }
    
}

@media(min-width: 600px) and (max-width: 800px){

    .search .post{
        width: 50%;
    }
    
}

@media(max-width: 599px){
    .search .post{
        width: 80%;
        margin: 10px 10%; 
    }
}


/* ----------------
 *  Webinars
 * ---------------*/

.webinar-tabs{
    width: 100%;
    float: left; 
}

.webinar-tabs li{
    width: 150px;
    margin-right: 25px;
    border: 2px solid #5c068c;
    padding: 7px 10px;
    text-align: center;
    display: block;
    Float: left; 
}

.webinar-block{
    display: none; 
}

#public-block{
    display: block; 
}

.webinar-tabs .active{
    background: #5c068c;
    color: #fff; 
}

.webinars{
    width: 100%;
    float: left;
}

.single-webinar{
    width: 22%;
    float: left;
    margin: 20px 1.5%; 
}

.single-webinar img{
    width: 100%; 
}

.single-webinar .webinar-title{
    height: 110px; 
    margin-top: 15px; 
}

.single-webinar .webinar-title h3{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #5c068c;
}

.single-webinar .webinar-title p{
    font-size: 14px;
    margin-bottom: 0;
}

.single-webinar .webinar-details{
    height: 100px; 
}

.single-webinar .webinar-details p{
    margin-bottom: 5px;
    font-size: 14px; 
}

.single-webinar .webinar-link{
    width: 60%;
    margin: 20px 0; 
    padding: 8px 5px;
    text-align: center;
    color: #fff;
    background: #e65a39;
}

.single-webinar .webinar-link a{
    color: #fff; 
}

@media(min-width: 775px) and (max-width: 1000px){
    .single-webinar{
        width: 30.3%;
        margin: 20px 1.5%
    }
    
    .single-webinar .webinar-title{
        height: 110px; 
    }
}

@media(min-width: 600px) and (max-width: 774px){
    .single-webinar{
        width: 46%;
        margin: 20px 2%
    }
    
    .single-webinar .webinar-title{
        height: 100px; 
    }
}

@media(max-width: 599px){
    .single-webinar{
        width: 100%;
        margin: 20px 0%
    }
    
    .single-webinar .webinar-title{
        height: 75px; 
    }
    

    
}



/*-----------------
 *  Press
 *----------------*/
.press-item{
    width: 48%;
    float: left;
    padding: 15px;
}

.press-item h3{
    font-size: 18px;
}

.press-item img{
    margin-bottom: 15px; 
}

.single-press-logo{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

.single-press-logo img{
    width: 200px;
    height: auto;
    text-align: center; 
}

.single-press-content{
    border: none; 
}

.press-product{
    width: 100%;
    float: left;
    margin-top: 40px; 
}

.press-product-image{
    width: 35%;
    margin-right: 5%;
    float: left; 
}

.press-product-description{
    width: 60%;
    float: left;
    margin-top: 50px;
}

.press-product-description .press-btn{
    width: 150px;
    padding: 5px; 
}

.press-btn{
    width: 250px;
    background: #5c068c;
    color: #fff;
    float :left;
    padding: 10px;
    text-align: center; 
}

.press-btn:hover{
    color: #fff; 
}

.press-back{
    width: 100%;
    float: left; 
}

.press-back a{
    width: 150px;
    background:#5c068c;
    color: #fff;
    float: left;
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center; 
}

@media (max-width: 950px) and (min-width: 650px){
   .press-item{
        width: 50%; 
    } 
}

@media (max-width: 649px){
   .press-item{
        width: 90%;
        margin: 0 5%; 
    }
    
    .press-product-image, .press-product-description{
        width: 80%;
        float: left;
        margin: 10px 10%;
    }
    
}

/*-----------------
 * Gated Page
 * --------------*/

.page-template-page-gated .gform_heading{
  display: none; 
}

.gated-thumb{
    width: 35%;
    float: left;
    padding-right: 50px; 
}

.gated-content{
    margin-top: 35px; 
}

.gated-content form{
    width: 100%;
    float: left;
}

.page-template-page-gated .gform_fields{
  float: left;
  width: 100%; 
}

.page-template-page-gated .gfield {
    width: 45% !important;
    float: left;
    clear: none !important; 
}

.page-template-page-gated input, .page-template-page-gated select{
  width: 95% !important;
  margin-right: 5%; 
}

.facetwp-checkbox[data-value="pro"]{
    display: none; 
}

@media (max-width: 950px) and (min-width: 650px){
  .gated-thumb{
    width: 45%;
    float: left;
    margin-bottom: 60px; 
    }  
}

@media (max-width: 649px){
    
    .gated-thumb{
        width: 75%;
        margin: 20px 12.5%; 
    }
    
}

/*--------------------
 * New Product Layout
 * -------------------*/
.new .product-section-title{
    text-align: center;
    color: #5c068c;
}

.new .single-product-cart input[type="radio"]{
    float: left;
    clear: left;
    margin-top: 4px; 
}

.new .single-product-cart li span.subscription-option-details, .new .single-product-cart li span.one-time-option-details{
    float: left;

}

.woocommerce .new .single-product-cart  p.price, .woocommerce .new .single-product-cart  span.price{
    font-size: 14px !important;
    margin: 0; 
}

.new .single-product-cart .single-product-add-to-cart-button, .woocommerce .new  .quantity .qty{
    float: left;
    margin-top: 20px; 
}

.new .single-product-cart ul.wcsatt-options-product li{
    width: 100%;
    float: left;
    margin: 5px 0; 
}

.woocommerce .new  div.product div.images.woocommerce-product-gallery{
    width: 60%;
    margin: 20px 20%; 
}

.woocommerce .new .single-product-gallery-wrapper{
    float: left; 
}

.new .single-product-section .content{
    padding-top: 20px; 
}

.new .single-product-section .one-half-at-large.product-gallery{
    width: 50%; 
}

.new .single-product-section .one-half-at-large.product-description{
    width: 50%; 
}

.woocommerce .new  div.product div.images .flex-control-thumbs{
    margin-top: 40px; 
}

.new .related{
    width: 94%;
    float: left;
    overflow: hidden;
}

.new .related-title{
    font-size: 15px;
    color: #5c068c; 
}

.new .related-price{
    font-size: 13px;
    color: #5c068c; 
}

.new .related-products, .new .related-content{
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 40px 0; 
    text-align: center;
    position: relative; 
}

.woocommerce .new div.product div.images.woocommerce-product-gallery {
    width: 75%;
    margin: 20px 10%;
}

.new .slick-slide img{
    margin: 0 auto; 
}

.new .single-product-accordion{
    width: 100%;
    float: left;
}

.new .single-product-accordion .accordion-title, .new .single-product-accordion .accordion-content, .new .single-product-accordion{
    background: #fff; 
}

.new .related-content-single{
    width: 20%;
    float: left;
    margin: 0 2.5%; 
}

.new .related-content-single img{
    width: 100%;
}

.new .related-content-single img, .new .related-item img, .new .upsell-item img{
    margin-bottom: 10px; 
}

.new #reviews-section-1{
    padding-left: 0; 
}

.new .content-row-medium{
    width: 90%;
    margin: 0 5%; 
}

.new .related-item,.new .upsell-item{
    width: 15%;
    float: left;
    margin: 0 2.5%; 
}

.new .product-more-button-prev, .new .product-more-button-next{
    display: none;
    background: #5c068c;
    color: #fff; 
    position: absolute;
    bottom: 10px;
    width: 75px;
    padding: 5px;
    text-align: center; 
}

.woocommerce .new div.product div.images .flex-control-thumbs li{
    width: 20%; 
}

@media (max-width: 700px){
   .new .single-product-dietary-item {
        text-align: center;
        margin-right: 10px;
    }
}

@media (max-width: 650px){
    .new .single-product-section .one-half-at-large.product-gallery {
        width: 90%;
        margin: 10px 5%;
    }    

    .woocommerce .new div.product div.images.woocommerce-product-gallery {
        width: 100%;
        margin: 20px 0%;
    }

    .new .single-product-section .one-half-at-large.product-description {
        width: 100%;
    }    
    
    .new .related-item, .new .upsell-item, .new .related-content-single {
        width: 46%;
        float: left;
        margin: 0 2%;
        display:none; 
    }
    
    #related-item-1, #related-item-2, #related-content-1, #related-content-2, #upsell-item-1, #upsell-item-2{
        display: block; 
    } 
    
    .new .product-more-button-next{
        display: block;
        right: 10px;
    }
    
    .new .product-more-button-prev{
        left: 10px; 
    }
    
    .new .related-title{
        font-size: 14px; 
    }
    
}


/* --------------------
 *  Affiliate Page
 * -------------------*/

.page-template-page-affiliate .single-banner .image{
    min-height: 350px;
    height: 350px;
    max-height: 350px; 
    width: 100%;
    height: auto;
    background-position: center;
    display: flex; 
}

.page-template-page-affiliate .single-banner{
    position: relative; 
    min-height: 350px; 
}

.page-template-page-affiliate .single-banner h2{
   font-size: 30px !important;
   margin-bottom: 15px !important; 
}

.page-template-page-affiliate .single-banner p{
    font-size: 20px !important; 
}

.page-template-page-affiliate .single-banner .header-copy{
    width: 100%;
    float: left;
    color: #fff;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important; 
}

.page-template-page-affiliate .affiliate-content p{
    font-size: 22px;
    width: 80%;
    margin-left: 10%;
    text-align: center; 
}

.page-template-page-affiliate .affiliate-content{
    width: 100%;
    float:left; 
}

.affiliate-steps{
    width: 20%;
    float: left;
    text-align: center;
    font-size: 18px; 
}

.affiliate-steps p{
    font-size: 15px !important; 
}

#step-2{
    margin: 0 6.5%; 
}

#step-3{
    margin-right: 6.5%; 
}

.affiliate-link{
    width: 130px;
    background: #5c068c;
    color: #fff;
    padding: 8px 0;
    text-align: center; 
}

.affiliate-steps h4 {
    font-size: 16px !important;
    height: 40px;
    float: left;
    width: 100%;
}

.affiliate-steps img{
    width: 80%;
    float: left;
    margin: 5px 10%; 
}

.affiliate-steps a{
    color: #000; 
}

.header-copy-inner{
    width: 325px;
    margin-top: 80px;
    margin-left: 100px;
}

.affiliate-signup {
    display: block;
    width: 110px;
    text-align: center;
    background: #5c068c;
    padding: 5px 0;
    border: 2px solid #fff;
    color: #fff;
}


#step-3, #step-4{
    margin-top: 10px;    
}

#step-3 img, #step-4 img{
    width: 72%;
    margin-bottom: 17px;    
}


@media(max-width: 700px) and (min-width: 550px){
    .page-template-page-affiliate .single-banner .image{
        background-position: left center;
        display: flex; 
    }    

    .affiliate-steps {
        width: 45%; 
    }
    
    #step-2 {
        margin: 0 5%; 
    }
    
}

@media(max-width: 549px){
    .header-copy-inner{
        width: 250px;
        margin-top: 50px; 
    }
    
    .affiliate-steps {
        width: 100%;
        margin: 0;
        padding: 20px 5%; 
    }
    
}


/*-------------------
 *  Podcasts
 *-----------------*/

.page-template-page-podcasts .presenter-info{
    width: 30%;
    float: right;
    padding: 0px 0px 0 30px;
    margin-top: 30px;
}

.page-template-page-podcasts .pro-webinars {
    width: 70%;
    float: left;
    padding: 0px 30px 0 0;
    border-right: 3px solid #5c068c;
    margin-top: 30px;
}

.page-template-page-podcasts .single-webinar{
    width: 95%;
    float: left;
    border-bottom: 4px solid #5c068c; 
    padding-bottom: 10px;
    margin-bottom: 10px; 
}

.podcast-links{
    width: 100%;
    float:left; 
}

.podcast-links ul{
    margin: 0;
    padding: 0 !important;
    width: 100%;
    float: left; 
}

.podcast-links ul li{
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0; 
}

.podcast-links ul li a{
    width: 100px;
    float: left;
    display: block;
    background: #5c068c;
    color: #fff; 
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px; 
}

.podcast-links ul li.icon a{
    width: 40px;
    background: none;
    padding: 0;
    margin-top: -5px; 
}

.podcast-links ul li a:hover{
    color: #fff; 
}

.podcast_link, .transcript_link{
    display: block;
    margin-top: 20px;
    width: 200px;
    float: left;
    padding: 5px 0;
    border: 2px solid #5c068c;
    margin-right: 15px;
    text-align: center; 
}

.podcast-copy{
    width: 100%;
    float: left;
    margin-top: 30px; 
}


@media(max-width: 650px){
    .page-template-page-podcasts .presenter-info {
        width: 100%;
        float: left;
    }

    .page-template-page-podcasts .pro-webinars {
        width: 100%;
        float: left;
        padding: 0px 0px 0 0;
        border-right: none;
        margin-top: 30px;
    }
}
/*----------------
 * Corona Update
 *----------------*/ 

.corona {
    width: 100%;
    padding: 15px 75px;
    text-align: center;
    background: #e0592a;
    color: #fff;
}

.corona p{
  margin: 0;
  padding: 0; 
}


.return-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 9999;
}


.return-popup .inner{
    width: 50%;
    background: #fff;
    top: 200px;
    position: absolute;
    left: 25%;
    padding: 25px;

}

.return-popup .inner .return-yes{
    width: 30%;
    float: left;
    background: #5c068c;
    color: #fff; 
    margin-left: 10%; 
    padding: 5px 0;
    text-align: center; 
}

.return-popup .inner a .return-no{
    width: 30%;
    float: right;
    background: #5c068c;
    color: #fff;
    margin-right: 10%;
    padding: 5px 0;
    text-align: center; 
}

/* ----------------
 *   Learn
 *----------------*/

.learn-category {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0; 
}

.learn-category-block {
    width: 25%;
    position: absolute;
    top: 15%;
    left: 10%;
}

#learn-category-2 .learn-category-block, #learn-category-4 .learn-category-block{
    right: 10%;
    left: auto;
}

.learn-category-block h2{
    font-size: 32px;
    margin-bottom: 15px; 
}

.learn-category-block .magazine-button{
    margin-top: 20px; 
}

@media (max-width: 1300px) and (min-width: 950px){

    .learn-category-block{
        width: 42% !important;
        left: 3% !important;
        top: 6% !important;
    }
    
    #learn-category-2 .learn-category-block, #learn-category-4 .learn-category-block{
        right: 3% !important;
        left: auto !important;
    }
    
}@media (max-width: 924px){
    .learn-category-block {
        width: 80%;
        position: static;
        top: auto;
        left: auto;
        margin: 10px 10%;
    }
}

/* Magazine Gifts */

.free-gifts{
    width: 100%;
    float: left; 
}

.magazine-gift {
    width: 25%;
    float: left;
    margin-bottom: 20px; 
}

.magazine-gift a{
    display: block;
    float: left;
    width: 80%;
    margin: 5px 00%;
    background: #5c068c;
    color: #fff;
    text-align: center;
    padding: 5px 0; 
}

.cart-item{
  float: left; 
}

/*--------------
 *  Rewards
 *------------*/

section.rewards-snipe {
    background: #5c068c;
    padding: 15px 0;
    font-size: 20px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.rewards-snipe h3 {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.rewards-snipe a {
    background: #fff;
    padding: 6px;
    color: #5c068c;
}

.rewards-bar{
    height: 0;
    /* overflow: hidden; */
    position: relative;
    background: #6aa442;
    text-transform: uppercase;
    padding-top: 15px; 
}

.bar-bronze, .bar-bronze #rewards-open, .bar-bronze #rewards-close{
    background: -webkit-linear-gradient(#804D1F, #885F25, #9C7A3C, #B18D56); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#804D1F, #885F25, #9C7A3C, #B18D56); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                
}

.bar-silver, .bar-silver #rewards-open, .bar-silver #rewards-close{
    background: -webkit-linear-gradient(#BCBEC0, #F1F2F2, #A7A9AC ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#BCBEC0, #F1F2F2, #A7A9AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
}

.bar-gold, .bar-gold #rewards-open, .bar-gold #rewards-close{
    background: -webkit-linear-gradient(#B09329, #D6B133, #957D20); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#B09329, #D6B133, #957D20); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */            
}

.bar-platinum, .bar-platinum #rewards-open, .bar-platinum #rewards-close{
    background: -webkit-linear-gradient(#D0CFCE  #7A7A7A, #E5E6E5,  #D4D4D3,  #C7C5C5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#D0CFCE  #7A7A7A, #E5E6E5,  #D4D4D3,  #C7C5C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */          
}

.sidebar-rewards{
    float: left;
    font-weight: bold;
}

.rewards-bar #rewards-open, .rewards-bar #rewards-close {
    position: absolute;
    top: 0;
    right: 5%;
    width: 120px;
    padding-top: 0;
    border-radius: 4px; 
}

.rewards-bar.open{
    height: 80px; 
}

.reward-label {
    width: 85px;
    float: left;
    text-align: left; 
    font-size: 14px;
    padding-top: 2px;
    padding-right: 8px; 
}

.next-tier-header{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

.tier-head{
    width: 40%;
    float: left;
    text-align: center;
    padding: 4px 0;
    border-radius: 6px;
}

.tier-bronze{
    background: #af7831;
}

.tier-silver{
    background: #C9C6C6;
    color: #000;
}

.tier-gold{
    background: #c2aa3b;
}

.tier-platinum{
    background: #e5e4e2;
    color: #000; 
}

.my-rewards-header{
    border: 2px solid #fff;
    width: 176px !important;
    padding: 4px 0;
    border-radius: 5px;
    padding-left: 0 !important;
    padding-right: 0 !important; 
    margin-left: 2% !important;
    text-align: center;
    margin-top: 20px !important; 
}

.rewards-slideout .rewards-points, .rewards-slideout .rewards-tier-header, .rewards-slideout .my-rewards-header {
    width: 40%;
    float: left;
    padding-top: 40px;
    margin: 0;
    padding:  0 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-size: 16px;
    padding-left: 5%;
}

.rewards-slideout .rewards-points span{
    float:left;
    text-align: left;
    font-weight: bold; 
}

.ywpar-wrapper{
    background: url(images/rewards-page-bg.jpg) no-repeat top left;
    background-size: 100% auto; 
}

.points-dashboard{
   /* background: #5c068c; */
    width: 100%;
    float: left;
    color: #fff !important; 
}

.rewards-top, .rewards-bottom{
    width: 100%;
    float: left;
    display: flex; 
}

.rewards-top{
    display: flex;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 15px;
}

.rewards-welcome{
    width: 65%;
    float: left;
    /*background: url(images/mountains.jpg) no-repeat left center;*/
   border-radius: 15px;
    padding: 8px 0 8px 16% ;
    background: url(images/welcome-banner-bg.jpg) left center no-repeat #f8f8f8;
    background-size: auto 100%;
}

.rewards-welcome h3{
    font-size: 38px;
    padding: 15px 15px 0 0px;
    line-height: 43px;
    font-weight: 400; 
}

.rewards-welcome h4{
    font-size: 24px;
    padding: 0px;
    color: #666; 
}

.rewards-tier{
    width: 54%;
    float : left;
    background: #F1F2F6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #BCBEC0, #F1F2F2, #A7A9AC ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BCBEC0, #F1F2F2, #A7A9AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
    color: #fff;
    margin-left: 3%;
    text-align: center;
    border-radius: 15px;
    text-transform: uppercase; 
}

.rewards-tier hr{
    height: 4px;
    width: 15%;
    margin: 10px 42.5%;
    padding: 0; 
}

.rewards-tier h3{
    font-size: 38px; 
    margin-bottom: 0;
    color: #fff !important; 
}

.rewards-tier h5{
    margin-top: 15px; 
}

.rewards-tier.Gold, .rewards-tier.gold{
    background: -webkit-linear-gradient(to right,#B09329, #D6B133, #957D20); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B09329, #D6B133, #957D20); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
}

.rewards-tier.Bronze, .rewards-tier.bronze{
    background: -webkit-linear-gradient(to right,  #804D1F, #885F25, #9C7A3C, #B18D56); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,  #804D1F, #885F25, #9C7A3C, #B18D56); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */            
}

.rewards-tier.Platinum, .rewards-tier.platinum{
    background: -webkit-linear-gradient(to right, #D0CFCE  #7A7A7A, #E5E6E5,  #D4D4D3,  #C7C5C5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #D0CFCE  #7A7A7A, #E5E6E5,  #D4D4D3,  #C7C5C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */            
}

.rewards-tier h5{
    margin-bottom: 0;
    font-size: 20px;
    padding: 0 10px;
    margin-top: 15px; 
}

.points-balance, .points-balance h3{
    background: #f7c57a;

}

.yearly-spend{
   background: #00a6b5;
   color: #fff;
   margin: 25px 3% !important; 
}

.next-tier{
    background: #8e72ac;
    color: #000;
    text-align: center;
}

.next-tier img{
    width: 80%;
    height: auto;
}

.points-dashboard-block{
    width: 31%;
    float: left;
    margin: 25px 0px;
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;

}

.points-dashboard-block h3{
    font-size: 60px;
    margin-top: 0px;
    line-height: 60px; 
    
}

.points-dashboard-block h4{
    margin-bottom: 0px;
    margin-top: 25px; 
    font-size: 18px;
    width: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase; 
}

.woocommerce-my-points .points-dashboard-block h3, .woocommerce-my-points .points-dashboard h3{
    color: #333; 
}

.reward-swag-item{

    float: left; 
    margin: 15px 2.5%; 
}

.points-dashboard h3 span{
    float: right;
    margin-right: 10%;
    font-size: 15px; 
}

.points-dashboard .graph{
    width: 60%;
    float: left;
    height: 150px;
    margin-left: 30%;
    position: relative;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff; 
}

.points-dashboard .graph h4{
    position: absolute;
    top: -25px;
    font-size: 12px;
    width: 100%;
    text-align: center; 
}

.points-dashboard .fill {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 90%;
    background: #7622a3;
    margin: 0 5%;
}

.points-dashboard .fill .current-spend{
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: 10px;
}

.points-dashboard .fill #less-than-50{
    top: -100px;
}

.points-dashboard .fill .current-spend span{
    font-size: 12px; 
    width: 100%;
    float: left;
    display: block;
    margin-top: -3px;
    line-height: 15px; 
}

.main .reward-buttons ul{
    width: 75%;
    float: left;
    margin: 0 12.5% 30px 12.5% !important;
    padding: 0;
    padding-left: 0 !important;
}

.reward-buttons li {
    width: 47.5%;
    float: left;
    display: block;
    text-align: center;
    background: #5c068c;
    padding: 10px 0;
    color: #fff;
    border-radius: 9px;
    font-size: 18px;
    text-transform: uppercase; 
}

.reward-buttons li.left {
    background: #6ba43b; 
}

.reward-buttons li.middle {
    margin: 0 2%;
}

.reward-buttons li.right {
    background: #e0582a;
    margin-left: 5%
}

.woocommerce-account .main {
    width: 100%;
    max-width: 100%; 
    margin: 0;
    padding: 0 !important;
    float: left;
}

.woocommerce-account .inner-frame{
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25% !important;
    background: #f7f7f7;
    padding-left: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 800px;
}

nav.woocommerce-MyAccount-navigation ul{
    width: 50%;
    margin: 40px 25%;
}

nav.woocommerce-MyAccount-navigation ul li{
    margin: 10px 0; 
}

.woocommerce-account .woocommerce-MyAccount-content{
    width: 70% !important;
    float: left !important;
    margin-left: 27.5%;
    margin-top: 30px;
}

.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--members-area{
    display: none; 
}


#yith-par-message-cart, #yith-par-message-reward-cart{
    background: #5c068c;
    color: #fec46f;
    border-top: none;
}

#yith-par-message-reward-cart a{
    width: 200px;
    text-align: center;
    clear: left; 
    background: #9d56c4;
    border-radius: 7px;
    color: #fff;
    padding: 5px 10px;
}

.add-swag{
        display: block;
        width: 80%;
        background: #5c068c;
        padding: 5px;
        text-align: center;
        color: #fff;
}


#yith-par-message-cart::before, #yith-par-message-reward-cart::before{
    content: none; 
}


td.reward-perk {
    width: 30% !important;
    margin-right: 10% !important;
    text-align: left !important;
}

.perks td {
    width: 15%;
    padding: 10px 0;
    margin: 0;
    text-align: center; 
}

.perks-inner{
    width: 80%;
    margin: 50px 10%;
    background: #fff;
    padding: 20px;
    position: relative; 
}

.perks{
    background: rgba(0,0,0, .90);
    position: absolute;
    z-index: 9999; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; 
}

.perks-close{
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px; 
}

.rewards {
    padding-top: 12px;
    margin-right: 15px;
}




.checkout-message {
    width: 50%;
    position: fixed;
    top: 150px;
    background: #5c068c;
    left: 25%;
    padding: 40px;
    z-index: 9999;
    text-align: center;
    display: none; 
}

.checkout-message h3 {
    color: #fff;
}

.checkout-close{
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: -10px;
    right: 15px;    
}


.rewards-dial{
    width: 100%;
    height: 80%;
}

.rewards-slideout{
    display: none;
    opacity: 0; 
}

.total-rewards{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px; 
}

.widget_ywpar_points_rewards p{
    margin-bottom: 5px; 
}

.total-rewards .reward-label{
    width: 170px; 
}

.total-rewards span{
    font-weight: bold; 
}

.progress{
  position: relative;
  margin: 4px;
  width: 180px;
  margin: 0 auto; 
  text-align: center;
  padding-top: 10px;
}

.progress span{
    display: none; 
}

.barOverflow{ /* Wraps the rotating .bar */
  position: relative;
  overflow: hidden; /* Comment this line to understand the trick */
  width: 180px; height: 90px; /* Half circle (overflow) */
  margin-bottom: -14px; /* bring the numbers up */
}
.bar{
  position: absolute;
  top: 0; left: 0;
  width: 180px; height: 180px; /* full circle! */
  border-radius: 50%;
  box-sizing: border-box;
  border: 15px solid #9469af;     /* half gray, */
  border-bottom-color: #5c068c;  /* half azure */
  border-right-color: #5c068c;
}

.reward-swag-item h3{
    height: 40px;
    font-size: 18px !important;
    line-height: 24px; 
}

.rewards-swag h2{
    font-size: 35px;
    color: #333; 
}

#gform_8 .gfield_consent_label{
    float: left;
    color: #fff; 
}

#gform_8 #input_8_3_1{
        float: left;
    margin-top: 6px;
}

#field_8_3 .gfield_required{
    display: none; 
}

#input_8_4_1 {
    float: left;
    margin-top: 5px;
}


.page-id-27858 .single-banner, .page-id-27858 .single-banner .image{
    height: 350px;
    min-height: 350px;
    max-height: 350px;
}

.single-product .single-product-price{
    display: block; 
}

h5.point-value{
    color: #77a464;
    font-size: 17px;
    font-weight: 400; 
}

.points-control {
    padding: 3px;
    float: left;
    margin-left: 10px; 
    border: 1px solid #fff;
    width: 32px;
    text-align: center;
}

.points-spend{
    width: 100%;
    float: left;
    clear: both;
    background: #5c068c;
    color: #fff;
    padding: 10px 50px; 
}

.woocommerce-cart-form{
    width: 100%;
    float: left; 
}

#checkout-form{
    width: 100%;
    float: left; 
}



@media (max-width: 1000px) and (min-width: 700px){
 
    .rewards-welcome{
        width: 100%;
        padding: 8px 0 8px 25%; 
    }
 
    .rewards-top{
        display: block; 
    }
 
    .rewards-tier{
        width: 94%;
        float: left; 
    }
 
    .progress{
        width: 150px;
        margin-top: 20px; 
    }
    
    .barOverflow{
        width: 150px;
        height: 75px; 
    }
    
    .bar{
        width: 150px;
        height: 150px; 
    }
    
    .points-dashboard-block h3 {
        font-size: 35px; 
    }
    
    nav.woocommerce-MyAccount-navigation ul{
        width: 80%;
        margin: 40px 10%;    
    }
    
    .rewards-swag h3{
        font-size: 16px;
        height: 40px; 
    }
    
    .add-swag{
        font-size: 14px; 
    }
    
    .rewards-slideout .rewards-points, .rewards-slideout .rewards-tier-header, .rewards-slideout .my-rewards-header {
        width: 50%
    }
    
    .total-rewards, .next-tier-header{
        margin-top: 0; 
    }
    
    .my-rewards-header{
        width: 25% !important;
        margin-left: 37.5% !important;
        margin-top: 10px !important; 
    }
    
}@media (max-width: 800px){
    .checkout-message{
        width: 80%;
        left: 10%;
    }
    
    .yearly-spend {
        background: #00a6b5;
        color: #fff;
        margin: 25px 0% !important;
    }
    
}@media (max-width: 700px) {

    .rewards-top, .rewards-bottom{
        display: block; 
    }

    .points-dashboard-block, .rewards-welcome, .rewards-tier {
        width: 100%;
        flex: none;
        display: block;
        margin: 10px 0 5px; 
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation{
        width: 40% !important; 
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 60% !important;
        margin-left: 40%;
    }

    .reward-swag-item{
        width: 45%; 
    }
    
    .rewards-swag h3{
        font-size: 16px;
        height: 40px; 
    }
    
    .main .reward-buttons ul{
        width: 100% !important;
        margin: 0 0 30px !important; 
    }
    
    .reward-buttons li{
        width: 100%;
        margin-top: 20px; 
    }
    
    .reward-buttons li.right{
        margin-left: 0; 
    }
    
    .rewards-slideout .rewards-points span, .next-tier-header, .next-tier-header, .tier-head{
        font-size: 14px; 
    }

    .rewards-slideout .rewards-points, .rewards-slideout .rewards-tier-header, .rewards-slideout .my-rewards-header    {
        width: 45%; 
        padding: 0 10px;
    }
    
    .total-rewards, .next-tier-header, .my-rewards-header{
        margin-top: 0 !important; 
    }
    
}

/* Rewards Landing Page */

.page-template-page-rewards .single-banner .image, .page-template-page-rewards .single-banner{
    min-height: 375px; 
}

.page-template-page-rewards .rewards-header {
    width: 50%;
    float: right;
    margin-top: 50px;
}

.page-template-page-rewards .rewards-header h1{
    color: #fec46f;
    font-size: 45px;
    margin-bottom: 0; 
    text-transform: uppercase;
    width: 85%;
    float: left;
    clear: left; 
}

.page-template-page-rewards .rewards-header p{
    width: 85%;
    color: #fff;
    font-size: 25px;
    font-weight: bold;    
}

.page-template-page-rewards .rewards-header p span{
    color: #fec46f;
}

.page-template-page-rewards .rewards-header .rewards-signup{
    width: 25%;
    background: #14a5b5;
    text-align: center;
    color: #fff;
    margin-left: 20%;
    padding: 5px 0;
    font-size: 15px; 
}

.rewards-section {
    width: 100%;
    float: left;
}

#rewards-top{
    background: #5c068c;
    color: #fff; 
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;    
}

#rewards-top .rewards-left{
    width: 70%;
    float:left;
    padding: 40px 6%;
    font-size: 22px;
    font-weight: 600;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;  

}

#rewards-top .rewards-right{
    background: url(images/rewards-arrow.png) #744f99 no-repeat left center;
    width: 30%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;      
}

.page-template-page-rewards #rewards-perks{
    width: 80%;
    margin: 40px 10%;
    text-align: center; 
}

#rewards-top .rewards-right .rewards-signup {
    width: 40%;
    background: #fff;
    color: #744f99;
    font-weight: 700; 
    text-align: center;
    margin-left: 30%;
    padding: 7px;
    text-transform: uppercase;
}

.page-template-page-rewards .reward-perk{
    width: 30%;
    float: left; 
}

.page-template-page-rewards .reward-perk h5{
    font-size:16px; 
}


.page-template-page-rewards h5{
    height: 70px;
    margin-top: 10px; 
    width: 75%;
    margin-left: 12.5%; 
    font-size: 14px;
    line-height: 18px;
}

.page-template-page-rewards #reward-perk-2, .page-template-page-rewards #reward-perk-5{
    margin: 0 5%; 
}

.page-template-page-rewards #rewards-dashboard{
    background: url('images/rewards-dashboard.jpg') no-repeat left center;
    background-size: 100% auto;
    width: 100%;
    float: left;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: row;    
}

.page-template-page-rewards #rewards-dashboard .left{
    width: 40%;
    float: left;
    margin-left: 5%;
    font-size: 32px;
    margin-right: 10%; 
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;    
    font-weight: 700; 
}

.page-template-page-rewards #rewards-dashboard .right{
    width: 50%;
    float: left;    
}

.page-template-page-rewards #tier-section{
    background: url(images/tier-bg.jpg);
    background-size: 20px auto;
}

.page-template-page-rewards .tiers-wrapper{
    width: 20%;
    float: left;
    margin: 40px 2.5%;
    text-align: center;
    background: #fff; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.page-template-page-rewards .tiers-wrapper h5{
    margin: 5px 2.5%;
    padding: 0;
    width: 95%;
    height: 45px; 
}

.page-template-page-rewards .tiers-wrapper h4{
    margin: 0;
    padding: 20px 0 0;
    font-size: 18px; 
}

.tier-bottom li{
    border-bottom: 2px solid #999;
    width: 90%;
    margin: 0px 5%;
    padding: 5px 0; 
    font-size: 14px;
    line-height: 17px; 
}

#tier-Gold .tier-top{
    background: -webkit-linear-gradient(to right,#B09329, #D6B133, #957D20); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B09329, #D6B133, #957D20); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
    color: #fff; 
}

#tier-Silver .tier-top{
    background: -webkit-linear-gradient(to right, #BCBEC0, #F1F2F2, #A7A9AC ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BCBEC0, #F1F2F2, #A7A9AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
}
#tier-Bronze .tier-top{
    background: -webkit-linear-gradient(to right,  #804D1F, #885F25, #9C7A3C, #B18D56); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,  #804D1F, #885F25, #9C7A3C, #B18D56); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */            
    color: #fff; 
}

#tier-Platinum .tier-top{
    background: linear-gradient(to bottom, #E5E4E2 0%, #D6D5D3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E5E4E2), color-stop(100%, #D6D5D3));
}

.tier-bottom{
    padding: 0 10%;
}

.tier-bottom ul{
    padding: 0;
    list-style: none;    
}

#rewards-join{
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: row;    
}

#rewards-join .left {
    width: 70%;
    float: left;
}

#rewards-join .right{
    width: 30%;
    float: left; 
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 5%;
    font-size: 20px;
    font-weight: bold;
    background: url('images/Rewards-Icon-Hand.png') no-repeat right bottom;
    background-size: auto 90%; 
}

#rewards-join .rewards-signup{
    width: 40%;
    background: #5b2d88;
    font-size: 15px;
    margin-left: 30%;
    color: #fff;
    padding: 3px 0;
}

.ui-datepicker-title select {
    margin-top: 2.5%;
    color: #fff !important;
}

#gform_wrapper_7, #gform_wrapper_8 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 9999;
    display:none;
}

#gform_7, #gform_8{
    background: #5b2d88;
    width: 50%;
    padding: 50px;
    margin-top: 50px;    
}

#gform_7 .top_label .gfield_label, #gform_7  legend.gfield_label, #gform_7 .field_sublabel_below .ginput_complex.ginput_container label, #gform_7  .field_description_below .gfield_description{
    color: #fff !important; 
}

#gform_8 .top_label .gfield_label, #gform_8  legend.gfield_label, #gform_8 .field_sublabel_below .ginput_complex.ginput_container label, #gform_8  .field_description_below .gfield_description{
    color: #fff !important; 
}

#field_7_3, #field_8_3, #field_7_2, #field_8_2{
    width: 50%;
    float: left;
    clear: none !important;
}

#field_7_2 input, #field_8_2 input{
    width: 100%;
}

#input_7_3 input #field_8_3 input{
    width: 85%; 
}

#field_7_4 label{
  color: #fff;
  float: left; 
}

#field_7_4 input{
  float: left;
  clear: left;
  margin-top: 5px; 
}

.rewards-close{
    position: fixed;
    top: 40px;
    right: 20%;
    color: #fff;
    z-index: 9999;
    font-size: 40px;
    display: none; 
}

#gform_8 .gform_heading{
    color: #fff;
    margin-bottom: 10px !important; 
}

#gform_8 .gform_heading a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.gform_wrapper div.validation_error{
    color: #fff !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important; 
}

@media (min-width: 1230px){
    .page-template-page-rewards .rewards-header{
        width: 40%; 
    }   
}@media (max-width: 1000px) and (min-width: 700px){
 
 #gform_7,  #gform_8{
    background: #5c068c;
    width: 75%;
    padding: 50px;
    margin-top: 50px;    
}

#gform_7 .top_label .gfield_label, #gform_7  legend.gfield_label, #gform_7 .field_sublabel_below .ginput_complex.ginput_container label, #gform_7  .field_description_below .gfield_description{
    color: #fff !important; 
}

#gform_8 .top_label .gfield_label, #gform_8  legend.gfield_label, #gform_8 .field_sublabel_below .ginput_complex.ginput_container label, #gform_8  .field_description_below .gfield_description{
    color: #fff !important; 
}

#field_7_2, #field_7_3, #field_8_2, #field_8_3{
    width: 50%;
    float: left;
    clear: none !important;
}
    
.rewards-close{
    right: 18%;
    top: 70px;
}    
    
}@media (max-width: 700px){

#gform_7, #gform_8{
    width: 80%;
    padding: 20px;
    margin-top: 50px;    
}

#gform_7 input, #gform_8 input{
    font-size: 12px; 
}

#gform_7 .top_label .gfield_label, #gform_7  legend.gfield_label, #gform_7 .field_sublabel_below .ginput_complex.ginput_container label, #gform_7  .field_description_below .gfield_description{
    color: #fff !important; 
}

#gform_8 .top_label .gfield_label, #gform_8  legend.gfield_label, #gform_8 .field_sublabel_below .ginput_complex.ginput_container label, #gform_8  .field_description_below .gfield_description{
    color: #fff !important; 
}

#field_8_2, #field_8_3, #input_12_1_3_container, #input_12_1_6_container, #field_7_2, #field_7_3, #input_14_1_3_container, #input_14_1_6_container{
    width: 100%;
    float: left;
    clear: none !important;
}

#gform_7 .gfield_required, #gform_8 .gfield_required{
    color: #fff; 
}

#field_7_4 label, #field_8_4 label{
  display: none; 
}

#field_8_4, #field_7_4{
  margin-top: 20px;
  color: #fff; 
}

.rewards-close{
    right: 20%;
    top: 60px;
}  

}@media (max-width: 950px) and (min-width: 700px){
    .page-template-page-rewards .rewards-header {
        width: 70%;
        float: right;
        margin-top: 50px;
    }
    
    #rewards-top .rewards-right .rewards-signup{
        margin-top: 26%; 
    }
    
    .page-template-page-rewards .tiers-wrapper{
        width: 44%; 
    }
    
    .tier-bottom li{
        padding: 10px 0; 
    }

    .page-template-page-rewards #rewards-dashboard .left{
        font-size: 20px; 
    }    

    #rewards-join .left{
        width: 60%;
        float:left;
    }

    #rewards-join .right{
        width: 40%;
        float: left; 
    }    
    
}@media (max-width: 699px){
    
    .page-template-page-rewards .rewards-header h1{
        font-size: 34px; 
    }
    
    .page-template-page-rewards .rewards-header p{
        font-size: 20px; 
    }
    
    #rewards-top .rewards-left {
        width: 80%;
        float: left;
        padding: 40px 10%;
    }    
    
    #rewards-top .rewards-left {
        width: 100%;
        float: left;
        padding: 27px 10%;
    }
    
    #rewards-top .rewards-right {
        background: none;
        width: 80%;
        float: left;
        position: relative;
    }
    
    #rewards-top .rewards-right .rewards-signup{
        margin: 20px 50px; 
    }

    .page-template-page-rewards #rewards-dashboard{
        display: block;
        background: none; 
    }
    
    .page-template-page-rewards #rewards-dashboard .left{
        width: 85%; 
    }
    
    .page-template-page-rewards #rewards-dashboard .right {
        width: 100%;
        float: left;
    }
    
    .page-template-page-rewards .rewards-header {
        width: 100%;
        float: right;
        margin-top: 50px;
        text-align: center;
    }
    
    .page-template-page-rewards .rewards-header .rewards-signup{
        width: 55%;
        float: left; 
    }

    .page-template-page-rewards .reward-perk {
        width: 50%;
        float: left;
    }

    .page-template-page-rewards #reward-perk-2, .page-template-page-rewards #reward-perk-5 {
        margin: 0;
    }

    .page-template-page-rewards .tiers-wrapper {
        width: 80%;
        float: left;
        margin: 40px 10%;
    }

    .tier-bottom li{
        padding: 10px 0; 
    }

    .reward-perk img {
        width: 90%;
    }

    #rewards-join{
        display: block; 
    }
  
    #rewards-join .left{
        width: 100%;
        float: left; 
    }
    
    #rewards-join .right{
        width: 100%;
        float: left;
        padding: 40px 0;
    }
  
  .page-template-page-rewards h5{
    height: 100px; 
  }
  
    .page-template-page-rewards .rewards-header img{
        float: left; 
    }
  
    .page-template-page-rewards .rewards-header p {
        font-size: 20px;
        float: left;
    }

    #rewards-top .rewards-right .rewards-signup{
        width: 100%; 
    }
  
}

.shop-item-2, .shop-item-3, .shop-item-4{
    display: none; 
}

.product-spotlight .add-to-cart-shop{
    margin-top: 20px; 
}

.product-spotlight .woocommerce-variation-add-to-cart{
    margin: 20px 0;
}

.product-spotlight button.simple_add_to_cart_button.button.alt, .product-spotlight button.variable_add_to_cart_button.button.alt {
    width: 74%;
    padding: 16px;
}

.add-to-cart-shop{
    width: 90%;
    margin: 0 5%; 
}

.woocommerce-simple-add-to-cart.simple_button{
    margin: 20px 0%;

}

.product-spotlight .ea-text{
  display: none; 
}


/*---------------------
 *  OTHER
 *  ____________________*/
.cat-item-4766{
  display:None; 
}

.store-locator-header{
  display: block;
  width: 100px;
  position: absolute;
  top: 5px;
  right: 5px; 
}

@media (min-width: 850px){
  .page-id-33801 .inner-frame{
    position: relative; 
  }

  .page-id-33801 .single-banner{
    position: relative; 
  }

  .page-id-33801 .content-row-medium{
    position: absolute;
    top: 50px;
    left: 10%;
    width: 50%; 
  }
}


/* --------
 *  Hero
 *--------*/  

.page-template-page-hero h1.page-title {
    color: #fff;
    letter-spacing: 35px;
    font-size: 85px;
    text-transform: uppercase;
    line-height: 85px;
    width: 70%;
    text-align: center;
    margin-left: 30%;
    display: block;
    padding: 150px 0;
    text-shadow: 2px 2px 4px #000000;
}

.page-template-page-hero h1.page-title span {
    font-size: 30px;
    line-height: 40px;
    display: block;
}

.page-template-page-hero .single-banner{
        min-height: auto !important;
}

.page-template-page-hero .main{
    font-size: 35px;
    line-height: 40px;
    color: #5c068c;
    font-weight: bold; 
}

#hero-section-2 {
    color: #fff;
    text-align: center;
    padding: 200px 0;
    text-shadow: 2px 2px 4px #000000;
    background-position: center left
}

#hero-section-2 h3 {
    font-size: 30px;
    font-weight: bold; 
    line-height: 40px;
    padding: 0;
    letter-spacing: 40px;
    margin: 0;
    text-transform: uppercase;
}

#hero-section-2 h3 span{
    color: #5c068c;
}

#hero-section-2 h2 {
    font-size: 85px;
    letter-spacing: 40px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

ul#gform_fields_11 label {
    width: 215px;
    float: left;
    padding-top: 10px;
}

#gform_11{
    width: 70%;
    margin: 100px 15%; 
}

ul#gform_fields_11 input{
    width: 70%; 
}


#field_11_6{
    margin-top: 70px; 
}

ul#gform_fields_11 #field_11_10{
    width: 70%; 
}

ul#gform_fields_11 #field_11_10 label{
    width: 100%;
}

@media (max-width: 1135px) and (min-width: 705px){
    .page-template-page-hero h1.page-title {
        letter-spacing: 30px;
        font-size: 75px;;
        line-height: 75px;
        width: 95%;
        margin-left: 5%;
    }

    .page-template-page-hero .image {
        background-size: auto 100% !important;
        background-position: left center !important;
    }
    
    .page-template-page-hero .main {
        font-size: 30px;
        line-height: 35px;
    }
    
    #hero-section-2 h2 {
        font-size: 75px;
        letter-spacing: 30px;
    }
    
    #hero-section-2{
        padding: 150px 0;
        background-position: center !important; 
    }
}@media (max-width: 704px){

    .page-template-page-hero .image {
        background-size: auto 100% !important;
        background-position: left center;
    }
    
    .page-template-page-hero h1.page-title span{
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 10px;
    }

    .page-template-page-hero h1.page-title {
        letter-spacing: 18px;
        font-size: 30px;;
        line-height: 50px;
        width: 100%;
        margin-left: 0%;
        padding: 50px 0; 
    }
    
    .page-template-page-hero .main {
        font-size: 18px;
        line-height: 30px;
    }
    
    #hero-section-2 {
        color: #fff;
        text-align: center;
        padding: 65px 0;
        background-size:  auto 100% !important;
    }
    
    #hero-section-2 h3{
        font-size: 18px;
        letter-spacing: 10px; 
    }
    
    #hero-section-2 h2 {
        font-size: 30px;
        letter-spacing: 18px;
    }
    
    ul#gform_fields_11 input {
        width: 100%;
    }
    
    ul#gform_fields_11 #field_11_10 {
        width: 100%;
    }
}
