@font-face {
  font-family: 'Univers';
  src: url('../fonts/univers/Univers-reg.woff2') format('woff2'), url('../fonts/univers/Univers-reg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Univers';
  src: url('../fonts/univers/Univers-bold.woff2') format('woff2'), url('../fonts/univers/Univers-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Univers';
  src: url('../fonts/univers/Univers-obliq.woff2') format('woff2'), url('../fonts/univers/Univers-obliq.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/univers/Univers-cond.woff2') format('woff2'), url('../fonts/univers/Univers-cond.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/univers/Univers-cond-oblique.woff2') format('woff2'), url('../fonts/univers/Univers-cond-oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/univers/Univers-bold-cond.woff2') format('woff2'), url('../fonts/univers/Univers-bold-cond.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* Global reset
*******************************************************************************/
html,
body,
div,
a,
span,
object,
iframe,
p,
blockquote,
pre,
img,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
form,
legend,
textarea,
button,
input,
select,
header {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* =HTML5 display definitions
*******************************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
/* Tags reset
*******************************************************************************/
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a:hover,
a:active,
label:focus,
label:active {
  outline: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/* Normalizing form elements
*******************************************************************************/
fieldset {
  border: none;
}
textarea,
button,
input,
select {
  font-size: 100%;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  min-height: 30px;
  max-height: 400px;
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Normalizing Tags
*******************************************************************************/
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  width: 100%;
  font: 16px Univers, Arial, sans-serif;
  color: #000;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  body {
    line-height: 1.875;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    line-height: 1.5;
  }
}
::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
a {
  color: #231f20;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #41424A;
}
button {
  font-family: Univers, Arial, sans-serif;
}
/* =Useful classes
*******************************************************************************/
.clearfix:before,
.container:before,
.clearfix:after,
.container:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after {
  clear: both;
}
.debug {
  border: 4px solid red;
}
.no-display,
.hidden {
  display: none;
  visibility: hidden;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.clear {
  clear: both;
}
.texthide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
hr,
.hr {
  height: 1px;
  font: 0/0 serif;
  border-top: none;
  border-bottom: 1px solid #DEDEDE;
  margin: 15px 0;
}
.svg-hide {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1000000px;
  left: -1000000px;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .desk {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .desk-no {
    display: none;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) {
  .tabl {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tabl-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mob {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mob-no {
    display: none;
  }
}
.col2-set {
  width: 100%;
}
.col2-set:before,
.col2-set:after {
  content: "";
  display: table;
}
.col2-set:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .col2-set .col-1 {
    float: left;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .col2-set .col-2 {
    float: right;
    padding-right: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
/*
 visibility classes*/
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  color: #42770D;
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.icon-plus {
  width: 26px;
  height: 26px;
  border: 1px solid #42770D;
  position: relative;
}
.icon-plus:before,
.icon-plus:after {
  content: "";
  width: 12px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 6px;
  background: #42770D;
}
.icon-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wrapper {
  min-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    padding-top: 136px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 53px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper:after {
    content: "";
    display: block;
  }
}
.browser-ie .wrapper {
  -webkit-transition: none;
  transition: none;
}
.frame,
.main {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .frame,
  .main {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.frame--md {
  max-width: 980px;
}
@media only screen and (min-width: 768px) {
  .main {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar {
    width: 175px;
  }
}
.sidebar .button {
  width: 100%;
  padding-right: 11px;
  padding-left: 11px;
}
.sidebar .block {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .sidebar:not(.col-left-first) {
    display: none;
  }
}
.col2-left-layout .main:before,
.col2-right-layout .main:before,
.col2-left-layout .main:after,
.col2-right-layout .main:after {
  content: "";
  display: table;
}
.col2-left-layout .main:after,
.col2-right-layout .main:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: calc(100% - 205px);
  }
}
@media only screen and (min-width: 1200px) {
  .col2-left-layout .col-main {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .col2-left-layout .col-left {
    float: left;
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .col2-right-layout .col-main {
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .col2-right-layout .col-right {
    float: right;
    clear: right;
  }
}
.page-header {
  min-width: 320px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  z-index: 999;
}
@media only screen and (min-width: 1200px) {
  .page-header {
    padding-top: 32px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-header {
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
.browser-ie .page-header {
  -webkit-transition: none;
  transition: none;
}
.page-header .logo {
  display: block;
  position: relative;
  z-index: 101;
  -webkit-transition: opacity 0.3s, width 0.3s, height 0.3s, margin 0.3s;
  transition: opacity 0.3s, width 0.3s, height 0.3s, margin 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media only screen and (min-width: 1200px) {
  .page-header .logo {
    width: 410px;
    margin: 24px auto -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-header .logo {
    width: 200px;
    margin: -13px auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .logo {
    width: 160px;
    margin: 2px auto -2px;
  }
}
.page-header .logo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.browser-ie .page-header .logo {
  -webkit-transition: none;
  transition: none;
}
.page-header a.logo:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) {
  .header-sticky .wrapper {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-sticky .page-header {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-sticky .page-header .logo {
    width: 260px;
    height: 33px;
    margin-bottom: -6px;
  }
}
.header-top {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .header-top .nav,
  .header-top .nav-item,
  .header-top .nav-top {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item {
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item:not(:last-child) {
    margin-right: 4px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #000;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item a {
    position: relative;
    color: #41424A;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #DADADB;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.header-top .nav-item a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media only screen and (min-width: 1200px) {
  .header-top .nav-item.active a:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.select-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-store li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-store li:first-child:after {
  content: '';
  width: 1px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  margin: 0 10px;
}
.select-store li a {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
}
.select-store li.store-blend-it-yourself a {
  background: url(../images/logos/logo-biy.svg) no-repeat;
  width: 140px;
  height: 11px;
}
.select-store li.store-juice-generation a {
  background: url(../images/logos/logo-juice.svg) no-repeat;
  width: 136px;
  height: 20px;
}
.header-left,
.header-right {
  line-height: 18px;
}
.header-left {
  float: left;
}
@media only screen and (max-width: 1199px) {
  .header-left .btn-loc {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-left .icon-location {
    width: 14px;
    height: 21px;
  }
}
.header-right {
  float: right;
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}
.header-right .account-wrapper {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.header-right-message {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .header-right-message {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-top {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-top a {
    padding: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-top a:hover {
    color: #231f20;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search {
    display: inline-block;
    margin-right: 15px;
    padding-right: 14px;
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search {
    padding: 0 65px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1200px) {
  .header-search:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #000;
  }
}
.header-search .icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1200px) {
  .header-search .btn-icon use {
    fill: #000;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search .btn-icon:hover use {
    fill: #3a8400;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search .btn-toggle {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search .btn-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search .btn-toggle .icon {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search input[type="text"],
  .header-search input[type="search"] {
    width: 291px;
    height: 30px;
    padding: 5px 0;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search input[type="text"],
  .header-search input[type="search"] {
    height: 49px;
    padding-right: 0;
    padding-left: 26px;
    border: none;
    text-align: center;
    color: #000;
    background: none;
  }
  .header-search input[type="text"]:focus,
  .header-search input[type="search"]:focus {
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search .input-box {
    padding: 0 0 0 15px;
    position: absolute;
    top: -5px;
    left: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search .input-box {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
  }
}
.header-search .input-box .btn-icon {
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  .header-search .input-box .btn-icon {
    top: 4px;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search .input-box .btn-icon {
    top: 50%;
    left: 0;
    margin-top: -11px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search .input-box .btn-icon use {
    fill: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search .input-box .btn-icon:hover use {
    fill: #3a8400;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search:not(.active) .input-box {
    top: -500px;
    -webkit-transform: translateX(30px) skewX(-20deg);
            transform: translateX(30px) skewX(-20deg);
    opacity: 0;
    -webkit-transition: top 0s 0.35s, opacity 0.3s 0.05s, -webkit-transform 0.3s;
    transition: top 0s 0.35s, opacity 0.3s 0.05s, -webkit-transform 0.3s;
    transition: top 0s 0.35s, transform 0.3s, opacity 0.3s 0.05s;
    transition: top 0s 0.35s, transform 0.3s, opacity 0.3s 0.05s, -webkit-transform 0.3s;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search:not(.active) .btn-toggle .icon-x {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search.active .input-box {
    -webkit-transition: top 0s, opacity 0.3s, -webkit-transform 0.3s 0.05s;
    transition: top 0s, opacity 0.3s, -webkit-transform 0.3s 0.05s;
    transition: top 0s, transform 0.3s 0.05s, opacity 0.3s;
    transition: top 0s, transform 0.3s 0.05s, opacity 0.3s, -webkit-transform 0.3s 0.05s;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search.active .btn-toggle .icon-search {
    display: none;
  }
}
.header-minicart {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .header-minicart {
    margin-left: 8px;
  }
}
.header-minicart .link-minicart {
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .header-minicart .link-minicart .label {
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .header-minicart .link-minicart .label {
    display: inline-block;
    vertical-align: middle;
  }
}
.header-minicart .link-minicart .icon {
  width: 14px;
  height: 13px;
}
@media only screen and (min-width: 1200px) {
  .header-minicart .link-minicart .icon {
    margin-top: -3px;
  }
}
.header-minicart .link-minicart use {
  color: #2e6800;
}
@media only screen and (min-width: 1200px) {
  .header-minicart .link-minicart:hover .label:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.header-minicart .link-minicart.no-count .icon-cart-full {
  display: none;
}
.header-minicart .link-minicart:not(.no-count) .icon-cart {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .nav-main {
    position: relative;
    background-color: #f5f5f5;
    z-index: 100;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav-item {
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main .nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav-item > a {
    display: block;
    padding: 11px 25px 7px;
    position: relative;
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    z-index: 0;
    -webkit-perspective: 500px;
            perspective: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main .nav-item > a {
    width: calc(100% - 52px);
    display: block;
    text-align: left;
    padding: 14px 10px;
    font-size: 18px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav-item > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(-10px) rotateY(45deg);
            transform: translateY(-10px) rotateY(45deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E5E5E5;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav-item > a:hover:before,
  .nav-main .nav-item > a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(0);
            transform: translateY(0) rotateY(0);
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main .nav-item.active a {
    background: rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .nav-item.active a:before,
  .nav-main .nav-item.active a:after {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(0);
            transform: translateY(0) rotateY(0);
  }
}
.nav-main .nav-item.is-active .menu-opener:after {
  content: '_';
  position: absolute;
  top: 15px;
  line-height: 0;
}
.nav-main .menu-opener {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .nav-main .menu-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52px;
    line-height: 46px;
    font-size: 30px;
    padding: 0;
    border: 0;
    background-color: transparent;
    position: relative;
  }
}
.nav-main .menu-opener:after {
  content: '+';
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
}
.nav-main .submenu {
  font-size: 12px;
  line-height: 1.25;
  font-family: 'Univers Condensed', Arial, sans-serif;
}
@media only screen and (max-width: 1199px) {
  .nav-main .submenu {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-main .submenu {
    -webkit-transition: 0.27s;
    transition: 0.27s;
    background-color: #f5f5f5;
    min-width: 138px;
    max-width: 200px;
    padding: 20px 22px;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.nav-main .submenu .nav-subitem {
  margin-bottom: 5px;
  text-transform: lowercase;
}
.nav-main .submenu .nav-subitem.active a {
  text-decoration: underline;
}
.nav-main .submenu .nav-subitem a {
  color: #000;
}
.nav-main .submenu .nav-subitem a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .nav-main .submenu .nav-subitem a {
    display: block;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-main-mob {
    margin-bottom: 23px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-main-mob {
    margin-bottom: 16px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob:not(.active) {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob.active {
    z-index: 999;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob a {
    display: block;
    text-transform: uppercase;
  }
}
.nav-main-mob .select-store {
  padding: 14px 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob .select-store {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-main-mob .header-right-message {
  padding: 14px 10px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob .account-wrapper a {
    text-align: center;
    padding: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob .account-wrapper a:hover {
    color: #231f20;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob .btn-toggle-mainnav {
    display: inline-block;
    margin-bottom: 17px;
  }
}
.nav-main-mob .nav-main .nav-item {
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .nav-main-mob > div:last-child,
  .nav-main-mob > ul:last-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-toggle-mainnav {
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-toggle-mainnav:not(.active) use {
    fill: #41424A;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-toggle-mainnav .icon-menu-mob,
  .btn-toggle-mainnav .icon-x {
    width: 22px;
    height: 20px;
  }
}
.footer {
  font-family: 'Univers Condensed', Arial, sans-serif;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .footer {
    height: 360px;
  }
}
.footer a {
  color: #414042;
  display: inline-block;
}
.footer .press-wrap {
  border: solid #959595;
  border-width: 1px 0;
}
.footer-social {
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer-social {
    margin-bottom: 58px;
  }
}
.footer-social__frame {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 12px 20px;
}
.footer-social h3 {
  font-size: 18px;
  line-height: 1;
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #000;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (min-width: 1365px) {
  .footer-social h3 {
    margin-right: 2em;
  }
}
.foot-social-list {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.foot-social-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.foot-social-list li:last-child {
  margin-right: 0;
}
.foot-social-list img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  max-width: 23px;
}
.foot-social-list img:hover {
  opacity: 0.85;
}
.footer-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #414042;
  padding-bottom: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 72px;
  }
}
.footer-main h4 {
  font-size: 1em;
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer-main p {
  margin-bottom: 0;
}
.footer-copyright {
  font-size: 10px;
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .footer-copyright {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-copyright {
    position: absolute;
    bottom: 72px;
    left: 20px;
  }
}
@media only screen and (min-width: 500px) {
  .block-footer--nav,
  .block-footer--help {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .block-footer--nav,
  .block-footer--help {
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .block-footer--nav,
  .block-footer--help {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .block-footer--nav a,
  .block-footer--help a {
    position: relative;
  }
  .block-footer--nav a:after,
  .block-footer--help a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
  .block-footer--nav a:hover:after,
  .block-footer--help a:hover:after {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 1;
  }
}
@media only screen and (max-width: 499px) {
  .block-footer--help {
    margin: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .block-footer--help p:last-child {
    margin-bottom: 25px;
  }
}
.block--subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 500px) {
  .block--subscribe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .block--subscribe {
    padding-top: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .block--subscribe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 502px;
            flex: 0 0 502px;
    max-width: 502px;
  }
}
@media only screen and (max-width: 767px) {
  .block--subscribe {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.subscribe__text-top {
  margin-bottom: 15px;
}
.block-subscribe-image {
  margin-right: 20px;
  max-width: 280px;
}
@media only screen and (max-width: 1024px) {
  .block-subscribe-image {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .block-subscribe-image + .block-subscribe-text {
    width: 60%;
  }
}
@media only screen and (min-width: 1365px) {
  .block-subscribe-image + .block-subscribe-text {
    width: 40%;
  }
}
.block-subscribe-image img {
  max-width: 100%;
}
.block-subscribe-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: 'Univers Condensed', Arial, sans-serif;
  line-height: 1.572;
  color: #000;
  width: 100%;
}
.block-subscribe-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .block-subscribe-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.block-subscribe-title .sup-tm {
  display: inline-block;
  vertical-align: sub;
  margin-top: 2px;
  font-size: 0.75em;
}
@media only screen and (max-width: 767px) {
  .block-subscribe-title br {
    display: none;
  }
}
.subscribe-form .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.subscribe-form .input-text {
  background-color: #f5f5f5;
  border: 0;
  color: #000;
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  width: 80%;
  min-width: 0;
  padding: 4px 10px;
  height: 23px;
}
.subscribe-form .input-text::-webkit-input-placeholder {
  color: #000;
}
.subscribe-form .input-text::-moz-placeholder {
  color: #000;
}
.subscribe-form .input-text:-ms-input-placeholder {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .subscribe-form .input-text {
    height: 36px;
    font-size: 16px;
  }
}
.subscribe-form .btn-submit {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  background-color: #e3e3e3;
  position: relative;
}
.subscribe-form .btn-submit:hover {
  background-color: #b0b0b0;
}
.subscribe-form .btn-submit:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -5px;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 2px 2px 0 0;
}
.subscribe-form .validation-advice {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 0.8em;
}
.block-subscribe-title-sm {
  font-size: 12px;
  line-height: 1.2;
  font-family: 'Univers Condensed', Arial, sans-serif;
  margin-bottom: 0;
}
.block-subscribe-title-sm > span {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.image-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .image-badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1365px) {
  .image-badges {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.image-badges .image-badge:not(:first-child) {
  margin-left: 15px;
}
.press-logos {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #414042;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .press-logos {
    border-width: 2px 0;
    padding-top: 41px;
    padding-bottom: 41px;
  }
}
.press-logo-item {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.press-logo-item img {
  max-width: 100%;
}
.footer-bottom {
  line-height: 1.2;
  padding: 25px 2.25% 25px 3.75%;
  text-align: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    padding-top: 56px;
    padding-bottom: 56px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-bottom .nav {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .nav li {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .nav li:first-child:before {
  display: none;
}
.footer-bottom .nav li:before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 14px 0;
}
.footer-bottom .nav a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .footer-bottom .nav a {
    position: relative;
  }
  .footer-bottom .nav a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
  .footer-bottom .nav a:hover:after {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 1;
  }
}
.footer-bottom .copyright {
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-bottom__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
.logo-foot {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .logo-foot {
    margin: 0 0 15px;
  }
}
.logo-foot img {
  width: 100%;
  height: auto;
}
#livechat-compact-container {
  display: none;
}
.messages {
  margin-bottom: 30px;
}
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
}
.messages li li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.messages .error-msg li {
  color: #000;
  border-left: 5px solid #C3172F;
  background-color: rgba(195, 23, 47, 0.2);
}
.messages .error-msg li:before {
  border-left-color: #C3172F;
}
.messages .notice-msg li {
  color: #000;
  border-left: 5px solid #E26703;
  background-color: rgba(226, 103, 3, 0.2);
}
.messages .notice-msg li:before {
  border-left-color: #E26703;
}
.messages .success-msg li {
  color: #000;
  border-left: 5px solid #3a8400;
  background-color: rgba(58, 132, 0, 0.2);
}
.messages .success-msg li:before {
  border-left-color: #3a8400;
}
::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus::-moz-placeholder {
  opacity: 0;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
form .form-instructions {
  font-style: italic;
  color: #000;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=phone],
input[type=date],
input[type=tel],
input[type=search],
select,
textarea {
  width: 100%;
  max-width: 695px;
  padding: 10px 20px;
  font-weight: 400;
  font-family: 'Univers Condensed', Arial, sans-serif;
  border: 1px solid #DEDEDE;
  color: #000;
  vertical-align: top;
  background: #fff;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=phone],
  input[type=date],
  input[type=tel],
  input[type=search],
  select,
  textarea {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=phone],
  input[type=date],
  input[type=tel],
  input[type=search],
  select,
  textarea {
    font-size: 16px;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=phone]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  border-color: #000;
  color: #000;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
input[type=phone][disabled],
input[type=date][disabled],
input[type=tel][disabled],
input[type=search][disabled],
select[disabled],
textarea[disabled] {
  background: #f7f7f7;
  opacity: 0.5;
}
input[type=text].validation-failed,
input[type=password].validation-failed,
input[type=email].validation-failed,
input[type=number].validation-failed,
input[type=phone].validation-failed,
input[type=date].validation-failed,
input[type=tel].validation-failed,
input[type=search].validation-failed,
select.validation-failed,
textarea.validation-failed {
  border-color: #C3172F;
  -webkit-box-shadow: inset 0 0 0 1px #C3172F;
          box-shadow: inset 0 0 0 1px #C3172F;
}
input[type=text].validation-failed + .validation-advice,
input[type=password].validation-failed + .validation-advice,
input[type=email].validation-failed + .validation-advice,
input[type=number].validation-failed + .validation-advice,
input[type=phone].validation-failed + .validation-advice,
input[type=date].validation-failed + .validation-advice,
input[type=tel].validation-failed + .validation-advice,
input[type=search].validation-failed + .validation-advice,
select.validation-failed + .validation-advice,
textarea.validation-failed + .validation-advice {
  color: #C3172F;
}
input[type=text].validation-passed,
input[type=password].validation-passed,
input[type=email].validation-passed,
input[type=number].validation-passed,
input[type=phone].validation-passed,
input[type=date].validation-passed,
input[type=tel].validation-passed,
input[type=search].validation-passed,
select.validation-passed,
textarea.validation-passed {
  border-color: #42770D;
  -webkit-box-shadow: inset 0 0 0 1px #42770D;
          box-shadow: inset 0 0 0 1px #42770D;
}
input[type=text].validation-passed + .validation-advice,
input[type=password].validation-passed + .validation-advice,
input[type=email].validation-passed + .validation-advice,
input[type=number].validation-passed + .validation-advice,
input[type=phone].validation-passed + .validation-advice,
input[type=date].validation-passed + .validation-advice,
input[type=tel].validation-passed + .validation-advice,
input[type=search].validation-passed + .validation-advice,
select.validation-passed + .validation-advice,
textarea.validation-passed + .validation-advice {
  color: #42770D;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=phone],
input[type=date],
input[type=search],
select {
  height: 50px;
}
textarea {
  height: 180px;
  resize: vertical;
}
label[for] {
  cursor: pointer;
}
label .required {
  color: #C3172F;
}
.validation-advice {
  font-weight: 400;
  font-style: italic;
  color: #C3172F;
}
.required em {
  margin-right: 4px;
  color: #C3172F;
}
p.required {
  text-align: right;
  color: #C3172F;
}
.field {
  padding-bottom: 15px;
}
.field label {
  margin-bottom: 3px;
}
.field-datepicker input {
  max-width: 300px;
}
.f-check input[type=radio],
.f-check input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.f-check input[type=radio] + label,
.f-check input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.f-check input[type=radio] + label:before,
.f-check input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-right: 12px;
  border: 1px solid #DEDEDE;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s, border-color 0.3s;
  transition: background-size 0.3s, border-color 0.3s;
}
.f-check input[type=radio].validation-failed + label:before,
.f-check input[type=checkbox].validation-failed + label:before {
  border-color: #C3172F;
}
.f-check input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("../images/icons/icon-disc-action.svg");
  background-size: 0;
}
.f-check input[type=radio]:checked + label:before {
  background-size: 70%;
}
.f-check input[type=checkbox] + label {
  margin-bottom: 0;
}
.f-check input[type=checkbox] + label:before {
  width: 27px;
  height: 27px;
  background-image: url("../images/icons/icon-check-action.svg");
  background-size: 0;
}
.f-check input[type=checkbox]:checked + label:before {
  background-size: 68%;
}
.buttons-set {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .buttons-set .button,
  .buttons-set .btn,
  .buttons-set > .back-link {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .buttons-set .button:not(:first-child),
  .buttons-set .btn:not(:first-child),
  .buttons-set > .back-link:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .buttons-set .button:not(:first-child),
  .buttons-set .btn:not(:first-child),
  .buttons-set > .back-link:not(:first-child) {
    margin-top: 20px;
  }
}
.buttons-set > .back-link {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .buttons-set > .back-link {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .buttons-set > .back-link + .button {
    float: right;
  }
}
.buttons-set > .back-link a {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  position: relative;
  font-family: Univers, Arial, sans-serif;
  line-height: 1;
  color: #41424A;
  z-index: 0;
}
.buttons-set > .back-link a:not([disabled]) {
  cursor: pointer;
}
.buttons-set > .back-link a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #DADADB;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.buttons-set > .back-link a:hover:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
form .legend {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #DEDEDE;
  font-family: Univers, Arial, sans-serif;
  text-transform: uppercase;
}
.button {
  display: inline-block;
  min-height: 50px;
  padding: 11px 30px;
  border: 3px solid #000;
  font: 700 16px 'Univers Condensed', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.button:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.button:not([disabled]):not(.disabled):hover {
  color: #fff;
  background-color: #41424A;
}
.button[disabled],
.button.disabled {
  border-color: #000;
  color: #000;
}
.button_full-width {
  width: 100%;
}
.btn-cart {
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn {
  display: inline-block;
  background: none;
  border: none;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
}
.btn:not([disabled]) {
  cursor: pointer;
}
.btn.bg-dark {
  background-color: #41424A;
  color: #fff;
}
.btn.bg-dark:hover {
  color: #41424A;
  background-color: #fff;
}
.btn-icon {
  display: inline-block;
  background: none;
  border: none;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
}
.btn-icon:not([disabled]) {
  cursor: pointer;
}
.btn-icon .icon {
  pointer-events: none;
}
.btn-icon use {
  fill: #41424A;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btn-icon:hover use {
  fill: #42770D;
}
.btn-light {
  padding: 16px 39px;
  font-family: Univers, Arial, sans-serif;
  font-size: 17.97px;
  text-transform: uppercase;
  color: #41424A;
  background: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.btn-light:hover {
  color: #fff;
  background: #41424A;
}
.btn-str-common {
  display: inline-block;
  padding: 15px 41px;
  border: 2px solid #41424A;
  font-family: Univers, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #41424A;
  background: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn-str-common:hover {
  color: #fff;
  background-color: #41424A;
}
.btn-str-light {
  display: inline-block;
  background: none;
  border: none;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px 41px;
  border: 2px solid #fff;
  font-family: Univers, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn-str-light:not([disabled]) {
  cursor: pointer;
}
.btn-str-light:hover {
  color: #41424A;
  background-color: #fff;
}
.btn-link {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  position: relative;
  font-family: Univers, Arial, sans-serif;
  line-height: 1;
  color: #41424A;
  z-index: 0;
}
.btn-link:not([disabled]) {
  cursor: pointer;
}
.btn-link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #DADADB;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.btn-link:hover:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.btn-select-menu {
  display: inline-block;
  max-width: 642px;
  padding: 15px 47px 15px 19px;
  border: 1px solid #DEDEDE;
  position: relative;
  font-family: Univers, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  cursor: pointer;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .btn-select-menu {
    font-size: 18px;
  }
}
.btn-select-menu .icon-arrow-d {
  width: 12px;
  height: 6px;
  position: absolute;
  top: 22px;
  right: 21px;
  cursor: pointer;
}
.btn-select-menu .icon-arrow-d use {
  fill: #000;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btn-select-menu .icon-arrow-d .icon {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .btn-select-menu.mob {
    display: none;
  }
}
.btn-remove-dark,
.btn-add-dark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  background: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-remove-dark .icon,
.btn-add-dark .icon,
.btn-remove-dark svg,
.btn-add-dark svg {
  pointer-events: none;
}
.btn-remove-dark use,
.btn-add-dark use {
  fill: #fff;
}
.btn-remove-dark .icon {
  width: 60%;
  height: 60%;
}
.btn-remove-dark:hover {
  background: #C3172F;
}
.btn-add-dark .icon-plus {
  width: 75%;
  height: 75%;
  border: none;
}
.btn-add-dark .icon-plus:before,
.btn-add-dark .icon-plus:after {
  width: 100%;
  left: 0;
  background: #fff;
}
.btn-add-dark:hover {
  background: #42770D;
}
.btn-dark {
  min-height: 50px;
  padding: 14.5px 41px;
  font: 18px/1.2 Univers, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #41424A;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
}
.btn-dark:hover {
  color: #41424A;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #41424A;
          box-shadow: inset 0 0 0 2px #41424A;
}
.banner {
  position: relative;
}
.banner .img {
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-content {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.bfm-careers-index-index .banner .banner-content {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) {
  .bfm-careers-index-index .banner .banner-content {
    max-width: 75%;
  }
}
.banner .banner-left-text {
  font-family: Univers, Arial, sans-serif;
  font-weight: 700;
  padding-top: 15px;
}
.banner .banner-left-text h3 {
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-weight: 700;
}
.banner-txt {
  position: relative;
  background-color: #41424A;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .banner-txt.large {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-txt {
    height: 324px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-txt {
    height: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cms-page-view .banner-txt {
    height: 300px;
  }
  .cms-page-view-sidebar .banner-txt {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .banner-txt {
    height: 130px;
  }
  .cms-page-view-sidebar .banner-txt {
    margin-top: 52px;
  }
}
.banner-txt .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-family: Univers, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .banner-txt .banner-content {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-txt .banner-content {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .cms-page-view .banner-txt .banner-content {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-txt .banner-content p {
    font-size: 18px;
    font-family: Univers, Arial, sans-serif;
    text-transform: none;
    margin-top: 30px;
    line-height: 1.6;
  }
}
table {
  width: 100%;
}
tr:nth-child(odd) {
  background: #fff;
}
tr:nth-child(even) {
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  th,
  td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  th,
  td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
th {
  font-weight: 400;
  font-family: Univers, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  th {
    padding-right: 27px;
    padding-left: 27px;
  }
}
@media only screen and (max-width: 767px) {
  th {
    padding-right: 19px;
    padding-left: 19px;
  }
}
@media only screen and (min-width: 768px) {
  td {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  td {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.table-str {
  border-top: 7px solid #DEDEDE;
  border-bottom: 7px solid #DEDEDE;
}
.table-caption {
  font-style: italic;
  color: #000;
}
.std h1:not([class]),
.std h2:not([class]),
.std h3:not([class]),
.std h4:not([class]),
.std h5:not([class]),
.std strong:not([class]) {
  font-family: 'Univers Condensed', Arial, sans-serif;
}
.std h1:not([class]),
.std h2:not([class]),
.std h3:not([class]),
.std h4:not([class]),
.std h5:not([class]) {
  text-transform: uppercase;
  font-family: 'Univers Condensed', Arial, sans-serif;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .std h1:not([class]),
  .std h2:not([class]),
  .std h3:not([class]),
  .std h4:not([class]),
  .std h5:not([class]) {
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .std h1:not([class]),
  .std h2:not([class]),
  .std h3:not([class]),
  .std h4:not([class]),
  .std h5:not([class]) {
    margin-bottom: 17px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px) {
  .std h1:not([class]) {
    font-size: 50px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .std h1:not([class]) {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .std h2:not([class]) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .std h2:not([class]) {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .std h3:not([class]) {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .std h3:not([class]) {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .std h4:not([class]) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .std h4:not([class]) {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .std h5:not([class]) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .std h5:not([class]) {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .std h6:not([class]) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .std h6:not([class]) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .std p,
  .std hr,
  .std ul:not([class]),
  .std ol:not([class]) {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .std p,
  .std hr,
  .std ul:not([class]),
  .std ol:not([class]) {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .std hr {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .std hr {
    margin-top: 17px;
  }
}
.std a:not(.btn):hover {
  text-decoration: underline;
  color: #231f20;
}
.std ul:not([class]) li,
.std ol:not([class]) li {
  margin-bottom: 5px;
}
.std ul:not([class]) {
  list-style-type: disc;
}
.std ul:not([class]) li {
  margin-left: 20px;
}
.std ol:not([class]) {
  counter-reset: item;
}
.std ol:not([class]) > li {
  list-style-type: none;
  counter-increment: item;
  margin-left: 3px;
}
.std ol:not([class]) > li:before {
  content: counter(item) ".";
  display: inline-block;
  font-family: Univers, Arial, sans-serif;
  width: 20px;
}
.std blockquoteul:not([class]) {
  margin: 0 auto 29px;
  text-align: center;
  quotes: "“" "”" "‘" "’";
}
@media only screen and (min-width: 1200px) {
  .std blockquoteul:not([class]) {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .std blockquoteul:not([class]) {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .std blockquoteul:not([class]) {
    max-width: 100%;
  }
}
.std blockquoteul:not([class]):before,
.std blockquoteul:not([class]):after {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
.std blockquoteul:not([class]):before {
  content: open-quote;
}
.std blockquoteul:not([class]):after {
  content: close-quote;
}
.std blockquoteul:not([class]) p {
  display: inline;
}
.std video {
  max-width: 100% !important;
  height: auto !important;
}
.std img {
  max-width: 100%;
  height: auto;
}
.std img[style*="float: right"] {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .std img[style*="float: right"] {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .std img[style*="float: right"] {
    margin-left: 15px;
  }
}
.std img[style*="float: left"] {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .std img[style*="float: left"] {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .std img[style*="float: left"] {
    margin-right: 10px;
  }
}
.std table {
  width: 100% !important;
  table-layout: fixed;
}
.std table caption {
  height: 70px;
  line-height: 70px;
  background: #41424A;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Univers, Arial, sans-serif;
  padding-left: 32px;
  padding-right: 32px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .std .table-wrapper {
    overflow-x: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .std iframe {
    height: 200px !important;
  }
}
.std .accordion {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.std .accordion li {
  margin: 0;
}
.welcome-msg {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .welcome-msg {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-msg {
    margin-bottom: 18px;
  }
}
.contact_block {
  overflow: hidden;
  margin: 20px 0;
}
.contact_block li {
  float: left;
  width: 33.3%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .contact_block li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.contact_block li a:hover {
  text-decoration: underline;
  color: #231f20;
}
.contact_block li.last {
  margin: 0;
}
.contact-us {
  max-width: 695px;
  margin: 40px auto 20px auto;
}
.contact-us__required-text {
  color: #000;
  font-style: italic;
}
.contact-us__heading {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
.contact-us .buttons-set .button_full-width {
  margin: 0;
}
.title-stripe {
  position: relative;
  font-family: Univers, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title-stripe.bg-dark .inner {
    background: #41424A;
  }
}
@media only screen and (min-width: 1200px) {
  .title-stripe {
    margin-bottom: 34px;
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .title-stripe {
    margin-bottom: 21px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .title-stripe {
    margin-bottom: 13px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .title-stripe:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #E5E5E5;
  }
}
@media only screen and (min-width: 768px) {
  .title-stripe .inner {
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    background: #fff;
  }
}
.title-stripe .sep-txt {
  font-family: 'Lobster', cursive;
  font-style: normal;
}
.title-prod-block,
.block-title {
  font-family: 'Univers Condensed', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .title-prod-block,
  .block-title {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .title-prod-block,
  .block-title {
    margin-bottom: 18px;
  }
}
.title-prod-block strong,
.block-title strong {
  font-weight: 400;
}
.title-block {
  font-family: Univers, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .title-block {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-block {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .title-block {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .title-block {
    font-size: 20px;
  }
}
.main .page-title h1,
.main .page-title h2 {
  font-weight: 400;
  font-family: Univers, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main .page-title h1,
  .main .page-title h2 {
    margin-bottom: 30px;
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .main .page-title h1,
  .main .page-title h2 {
    margin-bottom: 17px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #41424A;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  max-width: 100%;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 1;
}
.breadcrumbs li {
  float: left;
  margin-right: 10px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.bfmcoolercleanse-index-index .breadcrumbs li {
  color: #999;
}
.breadcrumbs a {
  position: relative;
  color: #fff;
}
.bfmcoolercleanse-index-index .breadcrumbs a {
  color: #41424A;
}
.bfmcoolercleanse-index-index .breadcrumbs a:after {
  background: #41424A;
}
.bfmcoolercleanse-index-index .breadcrumbs a:hover {
  color: #000;
}
.bfmcoolercleanse-index-index .breadcrumbs a:hover:after {
  background: #000;
}
.breadcrumbs a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs a:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.breadcrumbs use {
  fill: #fff;
}
.bfmcoolercleanse-index-index .breadcrumbs use {
  fill: #41424A;
}
.breadcrumbs .icon-arrow-r {
  width: 4px;
  height: 8px;
  margin-left: 5px;
}
.breadcrumbs strong {
  font-weight: 400;
}
.pager .amount {
  display: none;
}
.pager .pages > strong {
  display: none;
}
.pager .pages ol {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.pager .pages ol li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 32px;
  height: 34px;
  letter-spacing: 0.035em;
  min-width: 34px;
}
@media only screen and (max-width: 767px) {
  .pager .pages ol li {
    font-size: 16px;
    line-height: 28px;
    min-width: 30px;
    height: 30px;
  }
}
.pager .pages ol li.current {
  background: #f7f7f7;
  cursor: default;
  border: 1px solid #dedede;
  color: #000;
}
.pager .pages ol li + li {
  margin-left: 8px;
}
.pager .pages ol li > a {
  display: block;
  height: 100%;
  color: #272727;
  padding: 0 5px;
  border: 1px solid #dedede;
}
.pager .pages ol li > a:hover {
  background: #f7f7f7;
}
.pager .pages ol li > a.previous,
.pager .pages ol li > a.next {
  position: relative;
  font: 0/0 a;
}
.pager .pages ol li > a.previous:after,
.pager .pages ol li > a.next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .pager .pages ol li > a.previous:after,
  .pager .pages ol li > a.next:after {
    width: 6px;
    height: 6px;
  }
}
.pager .pages ol li > a.previous:after {
  border-width: 0 0 2px 2px;
  margin-left: 2px;
  border-color: transparent transparent #9e9e9e #9e9e9e;
}
.pager .pages ol li > a.next:after {
  border-width: 2px 2px 0 0;
  margin-left: -2px;
  border-color: #9e9e9e #9e9e9e transparent transparent;
}
.box-head {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .box-head {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .box-head {
    margin-bottom: 18px;
  }
}
.box-head:before,
.box-head:after {
  content: "";
  display: table;
}
.box-head:after {
  clear: both;
}
.box-head h2 {
  font-family: Univers, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .box-head h2 {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .box-head h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .box-head > a {
    float: right;
  }
}
.ias-spinner,
.please-wait {
  margin-top: 50px;
  text-align: center;
}
.ias-spinner img,
.please-wait img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ias-spinner .text,
.please-wait .text {
  margin-top: 19px;
  font-family: Univers, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.ias-spinner .text,
.please-wait .text,
.ias-spinner .text em,
.please-wait .text em {
  font-style: normal;
}
.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  font-style: italic;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* Print styles
*******************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  .simplemenu,
  .nav,
  .pagenavigator,
  .banner,
  .aside,
  .registration-container {
    display: none !important;
  }
  .header .logo * {
    display: block !important;
    padding: 0;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .page-print h1,
  .page-print .order-date {
    margin-bottom: 20px;
  }
  .page-print .buttons-set {
    display: none;
  }
  .page-print .col2-set {
    width: 100%;
  }
  .page-print .col2-set:before,
  .page-print .col2-set:after {
    content: "";
    display: table;
  }
  .page-print .col2-set:after {
    clear: both;
  }
  .page-print .col2-set .col-1,
  .page-print .col2-set .col-2 {
    width: 50%;
    padding: 0 30px 30px;
  }
  .page-print .col2-set .col-1 {
    float: left;
    padding-left: 0;
  }
  .page-print .col2-set .col-2 {
    float: right;
    padding-right: 0;
  }
  .page-print .col2-set .narrow {
    width: 33%;
  }
  .page-print .col2-set .wide {
    width: 65%;
  }
}
.page-print > div {
  padding: 30px;
}
.page-print #my-orders-table th {
  padding-right: 32px;
  padding-left: 32px;
}
.page-print #my-orders-table th:first-child {
  text-align: left;
}
.pp {
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 9999;
  margin: 0 0 0 7px;
  display: none;
}

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