@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}
@charset "UTF-8";
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../fonts/MinionPro-Regular.eot?1");
  src: url("../fonts/MinionPro-Regular.eot?1#iefix") format("embedded-opentype"), url("../fonts/MinionPro-Regular.woff2?1") format("woff2"), url("../fonts/MinionPro-Regular.woff?1") format("woff"), url("../fonts/MinionPro-Regular.svg?1#wf") format("svg"), url("../fonts/MinionPro-Regular.ttf?1") format("truetype");
  font-weight: normal;
  font-style: normal; }

.media-wrapper {
  position: relative;
  overflow: hidden; }
  .media-wrapper img {
    bottom: -9999px;
    height: 100%;
    left: -9999px;
    margin: auto;
    max-width: none;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto; }
  .media-wrapper--img-center img {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    min-width: auto;
    right: auto; }

.highlight {
  color: #cccb07; }

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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; }

/* 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

*,
*:before,
*:after {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

ul, ol {
  list-style-type: none; }

button {
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

html,
body {
  width: 100%;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    html.lock,
    body.lock {
      overflow: hidden;
      position: fixed;
      height: 100%;
      width: 100%; } }
  html.lock-screen,
  body.lock-screen {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

html {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2c2d2d;
  line-height: 1; }

html {
  font-size: .879vw; }
  @media (max-width: 2000px) {
    html {
      font-size: 16px; } }
  @media (max-width: 1300px) {
    html {
      font-size: 14px; } }
  @media (max-width: 992px) {
    html {
      font-size: 13px; } }
  @media (max-width: 767px) {
    html {
      font-size: 16px; } }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

a {
  text-decoration: none;
  color: inherit;
  display: inline-block; }
  a:hover {
    color: currentColor; }

.base-size {
  font-size: 1rem; }

p {
  font-size: 1.125rem;
  line-height: 1.5; }

.p-large {
  font-size: 2.25rem; }

h1,
.h1 {
  font-size: 3.75rem;
  line-height: 0.87; }

h2,
.h2 {
  font-size: 2.6875rem;
  line-height: 1.21; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 2.1875rem; } }

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.21; }

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.5; }

h5,
.h5 {
  font-size: 0.9375rem;
  line-height: 1.5; }

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.5; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: #fff; }

img {
  display: block;
  max-width: 100%; }

button {
  border: 0;
  padding: 0;
  background: transparent; }

select {
  background-position: right center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

.page-title {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 3.5625rem;
  text-align: center;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  margin-top: 2.4375rem; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 24px;
      line-height: 28px;
      padding-bottom: 7px;
      margin-bottom: 12px; } }

.desktop-hide {
  display: none; }
  @media (max-width: 767px) {
    .desktop-hide {
      display: block; } }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

img[data-lazy],
video[data-lazy],
iframe[data-lazy],
.swiper-lazy {
  opacity: 0;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  min-height: 5%; }

div[data-lazy],
section[data-lazy] {
  position: relative;
  z-index: 1; }
  div[data-lazy] .bg,
  section[data-lazy] .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s, background .25s;
    transition: opacity .25s, background .25s;
    z-index: -1;
    background-size: cover;
    background-position: 0 0; }

.lazy-loaded,
.swiper-lazy-loaded {
  opacity: 1 !important; }
  .lazy-loaded .bg,
  .swiper-lazy-loaded .bg {
    opacity: 1 !important; }

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF; }

::selection {
  background-color: #000000;
  color: #FFFFFF; }

.clearfix {
  display: block; }
  .clearfix:after {
    height: 0;
    clear: both;
    font-size: 0;
    content: "\A";
    display: block;
    visibility: hidden; }

.container {
  width: 100%;
  max-width: 86.25rem;
  padding: 0 3.75rem;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      max-width: 80rem; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 30px; } }
  @media (max-width: 567px) {
    .container {
      padding: 0 15px; } }

.woocommerce-cart-form .shop_table {
  border: 0 !important; }
  .woocommerce-cart-form .shop_table thead {
    background-color: #e5eff4;
    font-size: 1rem;
    color: #707070; }
    .woocommerce-cart-form .shop_table thead th {
      text-align: center; }
  .woocommerce-cart-form .shop_table tbody {
    font-size: 1.0625rem !important; }
    .woocommerce-cart-form .shop_table tbody td {
      text-align: center; }
      .woocommerce-cart-form .shop_table tbody td span {
        font-weight: 300 !important; }
      .woocommerce-cart-form .shop_table tbody td.product-name a {
        color: #cccb07; }
      .woocommerce-cart-form .shop_table tbody td.product-quantity {
        min-width: 10.625rem;
        /* Firefox */ }
        .woocommerce-cart-form .shop_table tbody td.product-quantity span {
          display: none; }
        .woocommerce-cart-form .shop_table tbody td.product-quantity input::-webkit-outer-spin-button,
        .woocommerce-cart-form .shop_table tbody td.product-quantity input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .woocommerce-cart-form .shop_table tbody td.product-quantity input[type=number] {
          -moz-appearance: textfield; }
        .woocommerce-cart-form .shop_table tbody td.product-quantity input {
          width: 7.625rem;
          height: 1.875rem;
          background-color: #f6f6f5;
          border: 0;
          font-weight: 300 !important; }
      .woocommerce-cart-form .shop_table tbody td.actions .button {
        font-size: 0.875rem !important;
        border-radius: 0;
        height: 2rem; }
      .woocommerce-cart-form .shop_table tbody td.actions .coupon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .woocommerce-cart-form .shop_table tbody td.actions .coupon input {
          font-size: 0.875rem;
          height: 2rem; }
  .woocommerce-cart-form .shop_table a.remove {
    width: 1rem;
    height: 1rem;
    border: 1px solid #707070;
    border-radius: 0;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 0.8125rem;
    color: #707070 !important;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .woocommerce-cart-form .shop_table a.remove:hover {
      background-color: #707070;
      color: #fff !important;
      text-decoration: none !important; }

.cart-collaterals table {
  border-radius: 0 !important; }
  .cart-collaterals table tr {
    color: #707070; }
    .cart-collaterals table tr p {
      font-size: 0.9375rem; }
    .cart-collaterals table tr ul li {
      text-indent: 0; }

.cart-collaterals h2 {
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 0.9375rem !important; }

.cart-collaterals .checkout-button {
  background-color: #d71c1c !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-collaterals .checkout-button:hover {
    text-decoration: none !important;
    background-color: #ab1313 !important; }

.cart-collaterals .cart-subtotal,
.cart-collaterals .order-total {
  color: #707070; }
  .cart-collaterals .cart-subtotal td,
  .cart-collaterals .order-total td {
    text-align: right; }

.pswp {
  z-index: 99999; }

.input-filed-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9375rem; }
  @media (max-width: 767px) {
    .input-filed-row {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0; } }

.input-field {
  position: relative;
  margin-bottom: 0.9375rem;
  padding: 0 0.4375rem; }
  .input-field--30 {
    width: 35%; }
    @media (max-width: 767px) {
      .input-field--30 {
        padding: 0 0 0 0.3125rem; } }
  .input-field--50 {
    width: 50%; }
    @media (max-width: 767px) {
      .input-field--50 {
        width: 100%;
        padding: 0; } }
  .input-field--70 {
    width: 65%; }
    @media (max-width: 767px) {
      .input-field--70 {
        padding: 0 0.3125rem 0 0; } }
  .input-field--100 {
    width: 100%; }
    @media (max-width: 767px) {
      .input-field--100 {
        padding: 0; } }
  @media (max-width: 767px) {
    .input-field {
      margin-bottom: 12px; } }
  .input-field br {
    display: none; }
  .input-field--text-right {
    text-align: right; }
  .input-field.is-required:after {
    position: absolute;
    left: -1.4375rem;
    top: 1rem;
    content: '*';
    font-size: 1.25rem;
    font-weight: 600; }
  .input-field__show-password {
    position: absolute;
    bottom: 0.8125rem;
    right: 0.625rem;
    width: 1.8125rem;
    height: 1.125rem;
    cursor: pointer;
    background: url("../images/icons/show.svg") no-repeat center center;
    background-size: cover; }
    @media (max-width: 767px) {
      .input-field__show-password {
        bottom: 7px; } }
    .input-field__show-password .icon {
      width: 1.875rem;
      height: 1.125rem; }
  .input-field--checkbox {
    padding: 1.3125rem 0 0;
    margin-bottom: 4.0625rem; }
    @media (max-width: 767px) {
      .input-field--checkbox {
        margin-bottom: 3.75rem; } }
    .input-field--checkbox:after {
      top: 1.3125rem !important; }
  .input-field.is-select:before {
    position: absolute;
    right: 0.875rem;
    top: 1.1875rem;
    content: '\F0D7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px; }
  .input-field input[type="text"],
  .input-field input[type="password"],
  .input-field input[type="email"],
  .input-field input[type="tel"],
  .input-field select,
  .input-field textarea {
    width: 100%;
    height: 2.75rem;
    border: 0;
    background-color: #e6f0f4;
    padding: 0 0.9375rem;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    -webkit-appearance: none; }
    @media (max-width: 767px) {
      .input-field input[type="text"],
      .input-field input[type="password"],
      .input-field input[type="email"],
      .input-field input[type="tel"],
      .input-field select,
      .input-field textarea {
        height: 32px;
        font-size: 12px; } }
  .input-field ::-webkit-input-placeholder {
    color: rgba(44, 45, 45, 0.5); }
  .input-field ::-moz-placeholder {
    color: rgba(44, 45, 45, 0.5); }
  .input-field ::-ms-input-placeholder {
    color: rgba(44, 45, 45, 0.5); }
  .input-field ::placeholder {
    color: rgba(44, 45, 45, 0.5); }
  .input-field textarea {
    height: 9.375rem;
    padding-top: 0.75rem;
    resize: none; }
  .input-field select {
    color: rgba(44, 45, 45, 0.5); }
    .input-field select.is-active {
      color: #2c2d2d; }
  .input-field label {
    font-weight: 700;
    color: #707070;
    margin-bottom: 0.1875rem;
    display: block;
    line-height: 1.5rem; }
    .input-field label mark {
      color: #d71c1c;
      font-size: 1.125rem;
      font-weight: 300; }
      @media (max-width: 767px) {
        .input-field label mark {
          font-size: 0.75rem; } }
    @media (max-width: 767px) {
      .input-field label {
        font-size: 12px;
        line-height: 18px; } }

.custom-check {
  display: inline-block;
  position: relative; }
  .custom-check input[type="checkbox"],
  .custom-check input[type="radio"] {
    display: none; }
    .custom-check input[type="checkbox"]:checked + label:after,
    .custom-check input[type="radio"]:checked + label:after {
      background: url("../images/check.svg") no-repeat center center; }
  .custom-check label {
    position: relative;
    padding-left: 1.5625rem;
    display: block;
    line-height: 1.125rem;
    cursor: pointer;
    color: #707070;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 767px) {
      .custom-check label {
        font-size: 12px;
        padding-left: 18px; } }
    .custom-check label::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 0.9375rem;
      height: 0.9375rem;
      border: 1px solid #707070;
      background-color: #ffffff;
      content: ''; }
      @media (max-width: 767px) {
        .custom-check label::after {
          width: 11px;
          height: 11px;
          top: 3px; } }

.wpcf7-form {
  position: relative; }

.wpcf7-response-output {
  width: 100%;
  margin: 1.25rem 0 0 0 !important;
  line-height: 1.2;
  font-size: 0.75rem;
  padding: 0 !important;
  border: none !important;
  color: red; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green; }

span.wpcf7-not-valid-tip {
  font-size: 0.6875rem !important;
  text-align: left;
  position: absolute;
  margin-top: 2px; }

span.invalid-feedback {
  font-size: 0.6875rem !important;
  text-align: left;
  margin-top: 4px;
  color: #f00;
  font-weight: normal;
  display: block; }

.newsletter__item-input .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  font-weight: 400;
  margin-top: 7px !important;
  margin-left: 6px !important; }
  @media (max-width: 767px) {
    .newsletter__item-input .wpcf7 form.sent .wpcf7-response-output {
      margin-left: 0 !important; } }

.newsletter__item-input .wpcf7 form.failed .wpcf7-response-output, .newsletter__item-input .wpcf7 form.aborted .wpcf7-response-output {
  color: #f98f8f;
  font-weight: 400;
  margin-top: 7px !important;
  margin-left: 6px !important; }
  @media (max-width: 767px) {
    .newsletter__item-input .wpcf7 form.failed .wpcf7-response-output, .newsletter__item-input .wpcf7 form.aborted .wpcf7-response-output {
      margin-left: 0 !important; } }

.error {
  color: red;
  font-size: 0.875rem; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  border: 0.0625rem solid #b8b8b8;
  border-radius: 0;
  height: 2.8125rem;
  padding: 0 1.875rem 0 0.8125rem;
  width: 100%;
  font-weight: 300;
  cursor: pointer;
  color: #707070; }
  @media (max-width: 767px) {
    select {
      height: 2rem;
      font-size: 0.75rem;
      padding: 0 1.875rem 0 0.5625rem; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #e6f0f4 inset !important; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 2.75rem;
  border: 0;
  background-color: #e6f0f4;
  padding: 0 0.9375rem; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.75rem;
    padding: 0;
    color: #000;
    font-weight: 400; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px; }

.additional-info {
  margin-top: 3.125rem;
  padding: 0; }
  @media (max-width: 992px) {
    .additional-info {
      margin-bottom: 3.125rem; } }

.woocommerce-error {
  margin-bottom: 20px !important; }
  .woocommerce-error::before {
    top: -21px;
    left: 0; }

.woocommerce form .form-row.woocommerce-invalid input {
  border: 1px solid #a00; }

.btn {
  padding: 0 0.9375rem;
  height: 3.0625rem;
  min-width: 10.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  background-color: #cccb07;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  border: 0; }
  @media (max-width: 767px) {
    .btn {
      height: 1.875rem;
      font-size: 12px; } }
  .btn:hover {
    color: #fff;
    background-color: #005073; }
  .btn--red {
    background-color: #d71c1c; }
    .btn--red:hover {
      background-color: #ab1313; }
  .btn--rio-grande {
    background-color: #cccb07; }
    .btn--rio-grande:hover {
      background-color: #cccb07; }
  .btn--reverse {
    background-color: transparent;
    border: 1px solid #FFF; }
    .btn--reverse:hover {
      background-color: #fff;
      color: #505050; }
  .btn--blue-reverse {
    background-color: transparent;
    border: 1px solid #cccb07;
    color: #cccb07; }
    .btn--blue-reverse:hover {
      background-color: #cccb07;
      color: white; }
      .btn--blue-reverse:hover:after {
        border-color: #fff; }
  .btn--arrow:after {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    content: '';
    width: 0.9375rem;
    height: 0.9375rem;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #cccb07;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
    @media (max-width: 767px) {
      .btn--arrow:after {
        width: 10px;
        height: 10px;
        right: 15px; } }

.text-content h1 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 3.5625rem;
  text-align: center;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  color: #cccb07; }
  @media (max-width: 767px) {
    .text-content h1 {
      font-size: 24px;
      line-height: 28px;
      padding-bottom: 7px;
      margin-bottom: 12px; } }

.text-content h2 {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 300;
  margin-bottom: 1.875rem;
  color: #cccb07; }
  @media (max-width: 767px) {
    .text-content h2 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 7px; } }

.text-content h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: 300;
  margin-bottom: 1.875rem;
  color: #cccb07; }
  @media (max-width: 767px) {
    .text-content h3 {
      font-size: 18px;
      line-height: 24px; } }

.text-content h4,
.text-content h5,
.text-content h6 {
  color: #cccb07;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 300;
  margin-bottom: 1.875rem; }
  @media (max-width: 767px) {
    .text-content h4,
    .text-content h5,
    .text-content h6 {
      font-size: 17px;
      line-height: 23px; } }

@media (max-width: 767px) {
  .text-content p {
    font-size: 12px;
    line-height: 20px; } }

.text-content p > img {
  width: auto !important;
  height: auto !important; }

.text-content img,
.text-content video,
.text-content iframe,
.text-content ul,
.text-content ol,
.text-content blockquote,
.text-content p {
  margin: 0 0 1.875rem; }
  @media (max-width: 767px) {
    .text-content img,
    .text-content video,
    .text-content iframe,
    .text-content ul,
    .text-content ol,
    .text-content blockquote,
    .text-content p {
      margin-bottom: 25px; } }
  .text-content img:first-child,
  .text-content video:first-child,
  .text-content iframe:first-child,
  .text-content ul:first-child,
  .text-content ol:first-child,
  .text-content blockquote:first-child,
  .text-content p:first-child {
    margin-top: 0; }
  .text-content img:last-child,
  .text-content video:last-child,
  .text-content iframe:last-child,
  .text-content ul:last-child,
  .text-content ol:last-child,
  .text-content blockquote:last-child,
  .text-content p:last-child {
    margin-bottom: 0; }

.text-content a:not(.btn) {
  color: #1385b3; }
  .text-content a:not(.btn):hover {
    text-decoration: underline; }

.text-content strong,
.text-content a {
  font-weight: 500; }

.text-content ul,
.text-content ol {
  padding: 0; }
  .text-content ul li,
  .text-content ol li {
    position: relative;
    list-style: none;
    margin-bottom: 0.625rem;
    padding-left: 0.875rem;
    font-size: 1.25rem;
    line-height: 1.75rem; }
    @media (max-width: 767px) {
      .text-content ul li,
      .text-content ol li {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 4px;
        padding-left: 10px; } }

.text-content ol li {
  text-indent: 0;
  padding-left: 1.25rem; }
  @media (max-width: 767px) {
    .text-content ol li {
      padding-left: 12px; } }

.text-content ul > li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.5rem solid #cccb07;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  left: 0;
  display: block;
  font-style: inherit;
  font-weight: inherit;
  top: 0.5625rem; }
  @media (max-width: 767px) {
    .text-content ul > li:before {
      border-left: 6px solid #cccb07;
      top: 0.3125rem; } }

.text-content ol {
  counter-reset: li; }

.text-content ol > li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

.text-content blockquote {
  position: relative; }
  .text-content blockquote:after, .text-content blockquote:before {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-family: inherit; }
  .text-content blockquote:before {
    content: "\AB"; }
  .text-content blockquote:after {
    content: "\BB"; }

.text-content .table-wrapper {
  overflow-x: auto;
  margin-bottom: 1.875rem;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .text-content .table-wrapper {
      margin-right: -15px;
      margin-bottom: 10px; } }

.text-content table {
  vertical-align: middle;
  padding: 1.3125rem 0 1.875rem 0;
  width: 100%; }
  .text-content table thead {
    background-color: #cccb07;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #fff; }
    @media (max-width: 767px) {
      .text-content table thead {
        font-size: 12px;
        line-height: 14px; } }
    .text-content table thead tr th {
      padding: 0.75rem 1.0625rem;
      font-weight: 400;
      text-align: left; }
  .text-content table tbody {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #fff; }
    @media (max-width: 767px) {
      .text-content table tbody {
        font-size: 12px;
        line-height: 14px; } }
    .text-content table tbody tr {
      border-bottom: 1px solid #b9b3b3; }
      .text-content table tbody tr td {
        padding: 0.75rem 1.0625rem;
        font-weight: 400;
        text-align: left;
        color: #231f20; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.autocomplete-suggestions {
  border: 1px solid #b8b8b8;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.75rem 0 0.875rem;
  border-top: 0; }
  .autocomplete-suggestions strong {
    color: #707070;
    font-weight: 700; }

.autocomplete-suggestion {
  padding: 0.3125rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.25rem;
  color: #707070;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.autocomplete-no-suggestion {
  padding: 2px 15px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000; }

.berocket_lgv_additional_data {
  font-size: 19px; }

.berocket_lgv_additional_data * {
  font: inherit; }

.berocket_lgv_additional_data .fa {
  font-family: FontAwesome;
  font-weight: normal; }

.berocket_lgv_additional_data p,
.berocket_lgv_additional_data .lgv_link,
.berocket_lgv_additional_data .lgv_link_hover,
.berocket_lgv_additional_data .lgv_link h3,
.berocket_lgv_additional_data .lgv_link_hover h3,
.berocket_lgv_additional_data .lgv_description,
.berocket_lgv_additional_data .lgv_meta,
.berocket_lgv_additional_data .lgv_price {
  padding: 0;
  margin: 0; }

.berocket_lgv_additional_data .lgv_link,
.berocket_lgv_additional_data .lgv_link_hover {
  color: #333333;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em; }

.berocket_lgv_additional_data a {
  text-decoration: none;
  color: inherit; }

.berocket_lgv_additional_data a:hover,
.berocket_lgv_additional_data a:focus {
  color: rgba(51, 51, 51, 0.7); }

.berocket_lgv_additional_data .lgv_link h3,
.berocket_lgv_additional_data .lgv_link_hover h3 {
  color: inherit;
  font: inherit;
  line-height: inherit; }

.berocket_lgv_additional_data .lgv_description,
.berocket_lgv_additional_data .lgv_meta {
  font-size: 0.85em;
  line-height: 1.1em;
  color: #333333; }

.berocket_lgv_additional_data .lgv_price {
  font-size: 0.85em;
  line-height: 1.1em;
  color: #77a464; }

.berocket_lgv_grid .berocket_lgv_additional_data,
.berocket_lgv_grid .berocket_lgv_additional_data {
  display: none; }

.berocket_lgv_after_additional {
  display: block;
  clear: both;
  height: 10px; }

.berocket_lgv_additional_data {
  display: block;
  line-height: 1em;
  clear: none;
  float: left;
  max-width: 60%;
  width: initial;
  text-align: initial;
  letter-spacing: initial; }

.berocket_lgv_additional_data h3 {
  clear: none; }

.berocket_lgv_list {
  clear: left; }

.woocommerce ul.products .product.berocket_lgv_list:nth-child(n),
.woocommerce-page ul.products .product.berocket_lgv_list:nth-child(n) {
  float: left;
  margin: 0;
  margin-right: 10px; }

.woocommerce ul.products .product.berocket_lgv_list > a img .woocommerce-page ul.products .product.berocket_lgv_list > a img,
.woocommerce ul.products .product.berocket_lgv_list p,
.woocommerce-page ul.products .product.berocket_lgv_list p {
  margin: 0; }

.woocommerce ul.products .product.berocket_lgv_list div,
.woocommerce-page ul.products .product.berocket_lgv_list div {
  margin-bottom: 5px; }

.woocommerce ul.products .product.berocket_lgv_list h1,
.woocommerce-page ul.products .product.berocket_lgv_list h1,
.woocommerce ul.products .product.berocket_lgv_list h2,
.woocommerce-page ul.products .product.berocket_lgv_list h2,
.woocommerce ul.products .product.berocket_lgv_list h3,
.woocommerce-page ul.products .product.berocket_lgv_list h3,
.woocommerce ul.products .product.berocket_lgv_list h4,
.woocommerce-page ul.products .product.berocket_lgv_list h4,
.woocommerce ul.products .product.berocket_lgv_list h5,
.woocommerce-page ul.products .product.berocket_lgv_list h5,
.woocommerce ul.products .product.berocket_lgv_list h6,
.woocommerce-page ul.products .product.berocket_lgv_list h6,
.woocommerce ul.products .product.berocket_lgv_list .price,
.woocommerce-page ul.products .product.berocket_lgv_list .price,
.woocommerce-page ul.products li.berocket_lgv_list_grid.product.berocket_lgv_list .price {
  display: none; }

a.berocket_lgv_button,
.berocket_lgv_widget a.berocket_lgv_button,
a.berocket_lgv_button_test,
.lgv_admin_settings .lgv_toggle_next {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #000;
  outline: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
          box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
  border: 0 solid black;
  background: #dcdcdc -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: #dcdcdc linear-gradient(#fff, #dcdcdc);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

a.berocket_lgv_button .fa,
.berocket_lgv_widget a.berocket_lgv_button .fa,
a.berocket_lgv_button_test .fa,
.lgv_admin_settings .lgv_toggle_next .fa {
  line-height: inherit; }

.berocket_lgv_widget a.berocket_lgv_button:hover,
a.berocket_lgv_button_test.hover,
.lgv_admin_settings .lgv_toggle_next:hover {
  background: #dcdcdc -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#fff));
  background: #dcdcdc linear-gradient(#dcdcdc, #fff); }

.berocket_lgv_widget a.berocket_lgv_button.selected,
a.berocket_lgv_button_test.selected,
.lgv_admin_settings .lgv_toggle_next:active {
  background: #dcdcdc -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#fff));
  background: #dcdcdc linear-gradient(#dcdcdc, #fff);
  -webkit-box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 1px 2px #fff;
          box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 1px 2px #fff; }

.br_lgv_product_count_block a,
.br_lgv_product_count_block span {
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  border: 0 solid black; }

.br_lgv_product_count_block a {
  color: #0073aa;
  width: initial; }

.br_lgv_product_count_block a:hover {
  color: #30a3da; }

.br_lgv_product_count_block a.selected {
  color: #333; }

.berocket_lgv_widget .br_lgv_product_count_block {
  display: inline-block; }

.lgv_img_advanced {
  width: 24%;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.lgv_img_advanced a {
  display: block; }

.lgv_img_advanced a img {
  width: 100%;
  height: initial; }

.berocket_lgv_list.berocket_lgv_advanced {
  display: none !important; }

.group_table .berocket_lgv_list.berocket_lgv_advanced {
  display: block !important; }

.woocommerce ul.products .berocket_lgv_additional_data .add_to_cart_button,
.berocket_lgv_additional_data .add_to_cart_button,
.berocket_lgv_additional_data .out_of_stock_button,
.berocket_lgv_additional_data .lgv_addtocart_advanced a.button {
  width: 100%;
  text-align: center;
  background-color: #ebe9eb;
  border: 0px solid black;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #515151;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0.618em 0em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  height: initial;
  clear: none; }

.berocket_lgv_additional_data span.out_of_stock_button {
  cursor: initial;
  white-space: normal; }

.woocommerce ul.products .berocket_lgv_additional_data .add_to_cart_button:hover,
.berocket_lgv_additional_data .add_to_cart_button:hover {
  background-color: #dad8da; }

.berocket_lgv_additional_data .lgv_img_advanced {
  position: relative; }

.berocket_lgv_additional_data .lgv_pos_inside_img,
.berocket_lgv_additional_data .lgv_out_of_stock_inside_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.berocket_lgv_additional_data span.out_of_stock_button.lgv_out_of_stock_inside_img {
  cursor: pointer; }

.berocket_lgv_additional_data .lgv_pos_inside_img * {
  display: block; }

.berocket_lgv_additional_data .lgv_img_advanced:hover .lgv_pos_inside_img,
.berocket_lgv_additional_data .lgv_img_advanced:hover .lgv_out_of_stock_inside_img {
  opacity: 1; }

.berocket_lgv_additional_data.lgv_advanced {
  max-width: 100%;
  width: 100%; }

.berocket_lgv_additional_data .lgv_addtocart_advanced {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.lgv_text_div_advanced {
  padding-left: 0.5em; }

.woocommerce ul.products .berocket_lgv_additional_data .lgv_out_of_stock_button a,
div.berocket_lgv_additional_data .lgv_out_of_stock_button a {
  border-style: solid; }

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

.header {
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .header {
      padding-bottom: 1.25rem; } }
  @media (max-width: 767px) {
    .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative; } }
  .header__inner-top {
    padding-top: 1.5rem;
    padding-bottom: 1.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .header__inner-top {
        margin-bottom: 0.5rem;
        padding-top: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .header__inner-top > .container {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 0 0.625rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .header__quick-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2.375rem;
    margin-right: 0; }
    @media (max-width: 767px) {
      .header__quick-links-wrapper {
        width: 100%;
        padding: 0;
        margin: 0; } }
    @media (max-width: 567px) {
      .header__quick-links-wrapper {
        margin-right: 0.25rem; } }
    .header__quick-links-wrapper li {
      border-left: 2px solid #b7b7b7;
      min-width: 5.375rem;
      min-height: 2.5rem;
      width: 25%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 767px) {
        .header__quick-links-wrapper li {
          min-height: inherit;
          min-width: inherit; } }
      @media (max-width: 567px) {
        .header__quick-links-wrapper li {
          min-height: 20px;
          border-left-width: 1px;
          text-align: center; }
          .header__quick-links-wrapper li:first-child {
            border-left-width: 0; } }
      .header__quick-links-wrapper li:last-child {
        border-right: 2px solid #b7b7b7; }
        @media (max-width: 567px) {
          .header__quick-links-wrapper li:last-child {
            border-right: 0; } }
      .header__quick-links-wrapper li a {
        color: #707070;
        text-transform: uppercase;
        line-height: 1.0625rem;
        font-weight: 500;
        padding: 0.3125rem 0.625rem 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        font-size: 0.875rem; }
        @media (max-width: 767px) {
          .header__quick-links-wrapper li a {
            font-size: 14px; } }
        @media (max-width: 567px) {
          .header__quick-links-wrapper li a {
            font-size: 8px;
            line-height: 14px;
            padding: 0.3125rem 0.1875rem 0; } }
        .header__quick-links-wrapper li a:hover {
          color: #505050; }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .header__lang {
        padding-bottom: 0.5625rem;
        margin-left: auto; } }
    .header__lang li {
      margin: 0 0.0625rem; }
      .header__lang li.is-active a {
        background-color: #cccb07;
        color: #ffffff; }
        .header__lang li.is-active a:hover {
          color: #ffffff; }
      .header__lang li a {
        color: #b9b3b3;
        text-transform: uppercase;
        line-height: 1.0625rem;
        font-weight: 500;
        padding: 0.125rem 0.1875rem;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media (max-width: 767px) {
          .header__lang li a {
            font-size: 14px; } }
        @media (max-width: 567px) {
          .header__lang li a {
            font-size: 10px;
            padding: 0.125rem 0.125rem;
            background-color: #b9b3b3;
            color: #fff; } }
        .header__lang li a:hover {
          color: #505050; }
  .header__inner-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0.625rem; }
    @media (max-width: 767px) {
      .header__inner-middle {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .header__inner-middle > .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 0; } }
    @media (max-width: 567px) {
      .header__inner-middle {
        margin-top: 8px; } }
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -1.5rem; }
    @media (max-width: 992px) {
      .header__logo {
        max-width: 10.625rem; } }
    @media (max-width: 767px) {
      .header__logo {
        margin-top: 0.125rem; }
        .header__logo img {
          max-width: 154px; } }
    @media (max-width: 567px) {
      .header__logo {
        margin-top: -0.9375rem; }
        .header__logo img {
          max-width: 110px; } }
    .header__logo a {
      display: block;
      position: relative;
      overflow: hidden; }
      .header__logo a:after {
        content: "";
        position: absolute;
        top: -50%;
        left: -60%;
        width: 20%;
        height: 200%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.3);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(77%, rgba(255, 255, 255, 0.3)), color-stop(92%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 77%, rgba(255, 255, 255, 0.8) 92%, rgba(255, 255, 255, 0) 100%); }
      .header__logo a:hover:after {
        opacity: 1;
        left: 130%;
        -webkit-transition-property: left, top, opacity;
        transition-property: left, top, opacity;
        -webkit-transition-duration: 1.1s, 1.1s, 0.55s;
                transition-duration: 1.1s, 1.1s, 0.55s;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease; }
  .header__search {
    position: relative;
    margin-bottom: 0.1875rem;
    max-width: 33.125rem;
    width: 100%;
    margin-left: auto; }
    @media (max-width: 767px) {
      .header__search {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        z-index: 99999;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
    .header__search.is-active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    .header__search input[type="text"] {
      width: calc(100% - 2.375rem);
      height: 2.4375rem;
      border: 1px solid #b8b8b8;
      font-size: 0.875rem;
      padding: 0 1.0625rem;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      color: #707070; }
      @media (max-width: 767px) {
        .header__search input[type="text"] {
          width: 100%;
          height: 40px; } }
      .header__search input[type="text"]:focus {
        border-color: #949494; }
  .header__search-cta {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.4375rem;
    width: 2.4375rem;
    background: url("../images/icons/search.svg") no-repeat center center;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #cccb07; }
    @media (max-width: 767px) {
      .header__search-cta {
        background: url("../images/icons/fill-arrow-right.svg") no-repeat center center; } }
    .header__search-cta:hover {
      opacity: 0.85; }
  .header__mob-search-trigger {
    height: 16px;
    width: 16px;
    background: url("../images/icons/search.svg") no-repeat center center;
    background-size: cover;
    display: none;
    margin-bottom: 2px; }
    @media (max-width: 767px) {
      .header__mob-search-trigger {
        display: block;
        background: url("../images/icons/search-grey.svg") no-repeat center center; } }
    @media (max-width: 567px) {
      .header__mob-search-trigger {
        margin-top: -9px; } }
  .header__user {
    position: relative;
    height: 2.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.1875rem; }
    @media (max-width: 767px) {
      .header__user {
        margin-bottom: 0;
        height: 16px;
        display: none; } }
    @media (max-width: 767px) {
      .header__user--logged {
        display: block; } }
    .header__user--logged .header__user-image {
      display: block; }
    .header__user--logged .header__user-trigger .icon {
      display: none; }
  .header__user-mobile-login {
    margin-right: 8px;
    margin-top: -8px;
    margin-left: auto;
    display: none; }
    @media (max-width: 767px) {
      .header__user-mobile-login {
        display: block; }
        .header__user-mobile-login--logged {
          display: none; } }
  .header__user-image {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    overflow: hidden;
    display: none; }
  .header__user-trigger {
    margin-left: 1rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .header__user-trigger {
        margin: -6px 8px 0 0; } }
    .header__user-trigger:hover .icon {
      opacity: 0.85; }
    .header__user-trigger .icon {
      width: 1.6875rem;
      height: 1.6875rem;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 767px) {
        .header__user-trigger .icon {
          width: 17px;
          height: 17px; } }
  .header__user-logged {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 0.75rem;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header__user-logged.is-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .header__user-logged-inner {
    width: 12.625rem;
    border: 1px solid #707070;
    padding: 2.0625rem 1.375rem 1.875rem;
    background-color: #fff;
    position: relative; }
    @media (max-width: 767px) {
      .header__user-logged-inner {
        padding: 10px 13px 10px;
        width: 146px; } }
    .header__user-logged-inner:after {
      content: "";
      position: absolute;
      top: -1rem;
      right: 0.5rem;
      width: 2.75rem;
      height: 1.375rem;
      background: url("../images/logged-arrow.png") no-repeat center center;
      background-size: contain; }
      @media (max-width: 1200px) {
        .header__user-logged-inner:after {
          top: -1.0625rem; } }
      @media (max-width: 767px) {
        .header__user-logged-inner:after {
          right: 18px;
          top: -16px; } }
    .header__user-logged-inner ul {
      border-bottom: 1px solid #707070; }
      @media (max-width: 767px) {
        .header__user-logged-inner ul {
          border-bottom: 0; } }
      .header__user-logged-inner ul li {
        margin-bottom: 1.5625rem; }
        @media (max-width: 767px) {
          .header__user-logged-inner ul li {
            margin-bottom: 0;
            border-bottom: 1px solid #b8b8b8; } }
        .header__user-logged-inner ul li a {
          color: #707070;
          font-size: 1.125rem;
          font-weight: 400;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          @media (max-width: 767px) {
            .header__user-logged-inner ul li a {
              font-size: 14px;
              line-height: 20px;
              font-weight: 300;
              padding: 2px 0; } }
          .header__user-logged-inner ul li a:hover {
            color: #505050; }
  .header__user-logout {
    color: #707070;
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: 1.375rem; }
    @media (max-width: 767px) {
      .header__user-logout {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        margin-top: 14px;
        width: 100%;
        text-align: left; } }
    .header__user-logout:hover {
      color: #505050; }
  .header__user-login {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 0.75rem;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header__user-login.is-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .header__user-login .btn {
      height: 2.75rem;
      font-weight: 400;
      min-width: 11.75rem; }
    .header__user-login .custom-check {
      padding-top: 0.875rem; }
  .header__user-login-inner {
    width: 27.8125rem;
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #707070;
    padding: 2.3125rem 1.5625rem 2rem;
    background-color: #fff;
    position: relative; }
    .header__user-login-inner:after {
      content: "";
      position: absolute;
      top: -1.375rem;
      right: 0;
      width: 2.4375rem;
      height: 1.375rem;
      background: url("../images/login-arrow.png") no-repeat center center;
      background-size: cover; }
      @media (max-width: 767px) {
        .header__user-login-inner:after {
          display: none; } }
    .header__user-login-inner--page {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0;
      width: 100%; }
      .header__user-login-inner--page:after {
        display: none; }
    @media (max-width: 767px) {
      .header__user-login-inner {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 0;
        width: 100%;
        padding: 26px 0 36px; } }
  .header__user-login-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.625rem; }
    .header__user-login-social .btn {
      min-width: 2.75rem;
      height: 2.75rem;
      margin-right: 0.8125rem;
      padding: 0; }
      .header__user-login-social .btn .icon {
        width: 1.5625rem;
        height: 1.5625rem; }
      .header__user-login-social .btn--main {
        min-width: inherit;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 2.8125rem; }
        .header__user-login-social .btn--main .icon {
          width: 1.75rem;
          height: 1.75rem;
          position: absolute;
          left: 0.5625rem;
          top: 0.5rem; }
      .header__user-login-social .btn:last-child {
        margin-right: 0; }
  .header__user-login-form .btn {
    width: 100%;
    height: 2.75rem;
    margin: 2.375rem 0 2.8125rem; }
    @media (max-width: 767px) {
      .header__user-login-form .btn {
        height: 32px;
        margin: 33px 0 27px; } }
  .header__user-login-forgotten-pass {
    position: absolute;
    right: 0;
    top: 0.25rem;
    color: #cccb07;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 767px) {
      .header__user-login-forgotten-pass {
        font-size: 12px;
        font-weight: 700; } }
    .header__user-login-forgotten-pass:hover {
      color: #013b54; }
  .header__user-login-new-user {
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header__user-login-new-user .btn {
        font-weight: 700; } }
    @media (max-width: 767px) {
      .header__user-login-new-user p {
        font-size: 14px;
        line-height: 18px; } }
  .header__user-login-info {
    text-align: center;
    padding: 0 1.25rem;
    margin-bottom: 2.1875rem; }
    .header__user-login-info p {
      font-size: 0.9375rem;
      line-height: 1.3125rem;
      color: #707070; }
      @media (max-width: 767px) {
        .header__user-login-info p {
          font-size: 12px;
          line-height: 14px;
          max-width: 272px;
          margin: 0 auto; } }
  .header__user-login-help {
    color: #cccb07;
    font-weight: 700;
    margin-top: 2.8125rem; }
    @media (max-width: 767px) {
      .header__user-login-help {
        font-size: 12px;
        margin-top: 35px; } }
  .header__user-info {
    text-align: right; }
    @media (max-width: 767px) {
      .header__user-info {
        position: absolute;
        right: 0;
        top: 30px; } }
    @media (max-width: 567px) {
      .header__user-info {
        top: 25px; } }
    .header__user-info p {
      font-size: 0.875rem; }
      @media (max-width: 767px) {
        .header__user-info p {
          font-size: 10px; } }
      .header__user-info p strong {
        font-weight: 500; }
  .header__inner-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 1.125rem;
    background-color: #f6f6d9;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 767px) {
      .header__inner-bottom {
        margin-top: 0;
        padding-bottom: 0.625rem;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    @media (max-width: 567px) {
      .header__inner-bottom {
        margin-top: -1px; } }
    @media (max-width: 767px) {
      .header__inner-bottom > .container {
        padding-left: 0; } }
    .header__inner-bottom > img {
      position: absolute;
      bottom: 0;
      right: 5.5%;
      max-width: 7.2%; }
      @media (max-width: 1720px) {
        .header__inner-bottom > img {
          max-width: 6.5%;
          right: 15px; } }
      @media (max-width: 1390px) {
        .header__inner-bottom > img {
          display: none; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .header__nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        right: 52px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 99999;
        display: block; }
        .header__nav.is-active {
          opacity: 1;
          visibility: visible; }
        .header__nav:after {
          position: absolute;
          left: 100%;
          width: 52px;
          height: 100%;
          content: "";
          background-color: #888888;
          opacity: 0.9; } }
  .header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header__nav-inner {
        display: block;
        overflow-y: auto;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 22px; } }
  .header__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header__nav-wrapper {
        display: block; } }
    .header__nav-wrapper--main {
      margin-right: 10.125rem; }
      @media (max-width: 1200px) {
        .header__nav-wrapper--main {
          margin-right: 6.25rem; } }
      @media (max-width: 992px) {
        .header__nav-wrapper--main {
          margin-right: 1.5625rem; } }
      @media (max-width: 767px) {
        .header__nav-wrapper--main {
          margin-right: 0; } }
      .header__nav-wrapper--main::after {
        position: absolute;
        left: -2.1875rem;
        width: 24.0625rem;
        top: 2.875rem;
        height: 2.125rem;
        content: "";
        background: url("../images/main-nav-bcg.svg") no-repeat center center;
        background-size: cover; }
        @media (max-width: 1300px) {
          .header__nav-wrapper--main::after {
            width: 338px;
            left: -31px;
            background-size: contain;
            top: 39px; } }
        @media (max-width: 992px) {
          .header__nav-wrapper--main::after {
            width: 285px;
            top: 34px;
            background-size: contain;
            left: -24px; } }
        @media (max-width: 767px) {
          .header__nav-wrapper--main::after {
            display: none; } }
      .header__nav-wrapper--main .header__nav-item {
        -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
                box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
        background-color: #f6f6f5;
        margin: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media (max-width: 767px) {
          .header__nav-wrapper--main .header__nav-item {
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: transparent; } }
        .header__nav-wrapper--main .header__nav-item:first-child {
          margin-right: -0.625rem; }
          @media (max-width: 767px) {
            .header__nav-wrapper--main .header__nav-item:first-child {
              margin-right: 0; } }
        .header__nav-wrapper--main .header__nav-item.is-active {
          background-color: #cccb07;
          color: #fff;
          -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #cccb07;
                  box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #cccb07;
          font-weight: 500; }
          @media (max-width: 767px) {
            .header__nav-wrapper--main .header__nav-item.is-active {
              -webkit-box-shadow: none;
                      box-shadow: none;
              background-color: #e6e6e6; } }
          .header__nav-wrapper--main .header__nav-item.is-active > a {
            color: #fff; }
            @media (max-width: 767px) {
              .header__nav-wrapper--main .header__nav-item.is-active > a {
                color: #707070; } }
            .header__nav-wrapper--main .header__nav-item.is-active > a:after {
              border-top: 5px solid #fff; }
              @media (max-width: 767px) {
                .header__nav-wrapper--main .header__nav-item.is-active > a:after {
                  border-top: 1px solid #707070;
                  -webkit-transform: translateY(-50%) rotate(-45deg);
                          transform: translateY(-50%) rotate(-45deg); } }
            .header__nav-wrapper--main .header__nav-item.is-active > a:before {
              opacity: 1;
              visibility: visible; }
        .header__nav-wrapper--main .header__nav-item > a {
          padding: 0.5625rem 2.25rem 0.5625rem 0.625rem;
          position: relative;
          z-index: 99999;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          @media (max-width: 767px) {
            .header__nav-wrapper--main .header__nav-item > a {
              padding: 12px; } }
          .header__nav-wrapper--main .header__nav-item > a:after {
            position: absolute;
            right: 1.25rem;
            top: 0.9375rem;
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #707070;
            -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            @media (max-width: 767px) {
              .header__nav-wrapper--main .header__nav-item > a:after {
                display: none; } }
          .header__nav-wrapper--main .header__nav-item > a i {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 40px;
            z-index: 1;
            display: none; }
            .header__nav-wrapper--main .header__nav-item > a i.hide {
              display: none; }
            @media (max-width: 767px) {
              .header__nav-wrapper--main .header__nav-item > a i {
                display: block; } }
            .header__nav-wrapper--main .header__nav-item > a i:after {
              position: absolute;
              right: 1rem;
              top: 50%;
              content: "";
              width: 0.5rem;
              height: 0.5rem;
              border-width: 1px 1px 0 0;
              border-style: solid;
              border-color: #707070;
              -webkit-transform: translateY(-50%) rotate(135deg);
                      transform: translateY(-50%) rotate(135deg);
              -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            .header__nav-wrapper--main .header__nav-item > a i.is-active::after {
              -webkit-transform: translateY(-50%) rotate(-45deg);
                      transform: translateY(-50%) rotate(-45deg); }
          .header__nav-wrapper--main .header__nav-item > a:before {
            content: "";
            position: absolute;
            bottom: -1.125rem;
            left: 50%;
            -webkit-transform: translate(-50%);
                    transform: translate(-50%);
            width: 2.4375rem;
            height: 1.375rem;
            background: url("../images/nav-arrow.png") no-repeat center center;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            @media (max-width: 1300px) {
              .header__nav-wrapper--main .header__nav-item > a:before {
                bottom: -1.1875rem; } }
            @media (max-width: 992px) {
              .header__nav-wrapper--main .header__nav-item > a:before {
                bottom: -1.25rem; } }
            @media (max-width: 767px) {
              .header__nav-wrapper--main .header__nav-item > a:before {
                display: none; } }
          .header__nav-wrapper--main .header__nav-item > a:hover {
            color: #fff; }
            @media (max-width: 767px) {
              .header__nav-wrapper--main .header__nav-item > a:hover {
                background-color: #e6e6e6;
                color: #707070; } }
            .header__nav-wrapper--main .header__nav-item > a:hover:after {
              border-top: 5px solid #fff; }
              @media (max-width: 767px) {
                .header__nav-wrapper--main .header__nav-item > a:hover:after {
                  border-top: 1px solid #707070; } }
  .header__nav-item {
    margin-right: 0.8125rem; }
    .header__nav-item.is-active > a {
      color: #cccb07; }
    .header__nav-item.is-active .icon-caret:after {
      border-top-color: #cccb07; }
    @media (max-width: 1200px) {
      .header__nav-item {
        margin-right: 1.875rem; } }
    @media (max-width: 992px) {
      .header__nav-item {
        margin-right: 0.625rem; } }
    @media (max-width: 767px) {
      .header__nav-item {
        margin: 0; }
        .header__nav-item:last-child {
          margin-bottom: 0; } }
    .header__nav-item:last-child {
      margin-right: 0; }
    .header__nav-item > a {
      font-size: 1rem;
      font-weight: 500;
      color: #000000;
      text-transform: uppercase;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: relative;
      padding-right: 0.75rem; }
      @media (max-width: 1600px) {
        .header__nav-item > a {
          font-size: 0.875rem; } }
      @media (max-width: 767px) {
        .header__nav-item > a {
          font-size: 14px;
          display: block;
          padding: 12px;
          position: relative;
          font-weight: 400;
          color: #707070;
          border-bottom: 1px solid #707070; } }
      .header__nav-item > a:hover {
        color: #cccb07; }
        @media (max-width: 767px) {
          .header__nav-item > a:hover {
            background-color: #e6e6e6;
            color: #707070; } }
      .header__nav-item > a i {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 40px;
        z-index: 1;
        display: none; }
        @media (max-width: 767px) {
          .header__nav-item > a i {
            display: block; } }
        .header__nav-item > a i:after {
          position: absolute;
          right: 1rem;
          top: 50%;
          content: "";
          width: .5rem;
          height: .5rem;
          border-color: #707070;
          border-style: solid;
          border-width: 1px 1px 0 0;
          -webkit-transform: translateY(-50%) rotate(135deg);
                  transform: translateY(-50%) rotate(135deg);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .header__nav-item > a i.is-active:after {
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
        .header__nav-item > a i.hide {
          display: none; }
  .header .icon-caret {
    position: absolute;
    width: 0.625rem;
    height: 0.3125rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 767px) {
      .header .icon-caret {
        display: none; } }
    .header .icon-caret:after {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #000000;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header__nav-item-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 2.0625rem;
    padding-top: 2.3125rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99999; }
    @media (max-width: 767px) {
      .header__nav-item-dropdown {
        position: relative;
        display: none;
        width: 100%;
        padding: 0;
        top: auto; } }
    .header__nav-item-dropdown.is-active {
      opacity: 1;
      visibility: visible; }
      @media (max-width: 767px) {
        .header__nav-item-dropdown.is-active {
          display: block; } }
  .header__nav-item-dropdown-wrapper {
    min-height: 480px;
    -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
            box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
    border: 1px solid #707070;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    @media (max-width: 767px) {
      .header__nav-item-dropdown-wrapper {
        -webkit-box-shadow: none;
                box-shadow: none;
        min-height: inherit;
        border: 0; } }
  .header__nav-item-dropdown-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__nav-item-dropdown-inner > ul {
      border-right: 1px solid #b9b3b3;
      width: 20.7%;
      background-color: #fff; }
      @media (max-width: 767px) {
        .header__nav-item-dropdown-inner > ul {
          width: 100%;
          border: 0; } }
      @media (max-width: 767px) {
        .header__nav-item-dropdown-inner > ul li.is-active {
          background-color: #e6e6e6; } }
      @media (max-width: 767px) {
        .header__nav-item-dropdown-inner > ul li.is-active > a:after {
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); } }
      .header__nav-item-dropdown-inner > ul li a {
        font-size: 1.125rem;
        line-height: 1.375rem;
        color: #707070;
        padding: 1.25rem 2.0625rem;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: block;
        position: relative;
        font-weight: 400; }
        @media (max-width: 767px) {
          .header__nav-item-dropdown-inner > ul li a {
            padding: 12px 24px;
            font-size: 14px;
            line-height: 19px;
            border-bottom: 1px solid #707070; } }
        .header__nav-item-dropdown-inner > ul li a i {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 40px;
          z-index: 1; }
          .header__nav-item-dropdown-inner > ul li a i.hide {
            display: none; }
          .header__nav-item-dropdown-inner > ul li a i:after {
            position: absolute;
            right: 1rem;
            top: 50%;
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            border-width: 1px 1px 0 0;
            border-style: solid;
            border-color: #707070;
            -webkit-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg);
            -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            @media (max-width: 767px) {
              .header__nav-item-dropdown-inner > ul li a i:after {
                -webkit-transform: translateY(-50%) rotate(135deg);
                        transform: translateY(-50%) rotate(135deg); } }
          .header__nav-item-dropdown-inner > ul li a i.is-active::after {
            -webkit-transform: translateY(-50%) rotate(-45deg);
                    transform: translateY(-50%) rotate(-45deg); }
        .header__nav-item-dropdown-inner > ul li a:hover {
          background-color: #e6e6e6; }
      .header__nav-item-dropdown-inner > ul li > ul {
        position: absolute;
        top: 0;
        left: 20.7%;
        width: 20.7%;
        height: 100%;
        border-right: 1px solid #b9b3b3;
        padding: 0.6875rem 0;
        opacity: 0;
        visibility: hidden;
        background-color: #fff; }
        @media (max-width: 767px) {
          .header__nav-item-dropdown-inner > ul li > ul {
            position: relative;
            left: auto;
            width: 100%;
            border-right: 0;
            padding: 0;
            display: none; } }
        .header__nav-item-dropdown-inner > ul li > ul.is-active {
          opacity: 1;
          visibility: visible; }
          @media (max-width: 767px) {
            .header__nav-item-dropdown-inner > ul li > ul.is-active {
              display: block; } }
        @media (max-width: 767px) {
          .header__nav-item-dropdown-inner > ul li > ul li {
            border-bottom: 1px solid #707070; } }
        @media (max-width: 767px) {
          .header__nav-item-dropdown-inner > ul li > ul li.is-active {
            background-color: transparent; } }
        .header__nav-item-dropdown-inner > ul li > ul li a {
          padding: 0.5625rem 2.0625rem; }
          @media (max-width: 767px) {
            .header__nav-item-dropdown-inner > ul li > ul li a {
              padding: 9px 43px;
              border-bottom: 0; } }
  .header__nav-item-dropdown-title {
    text-align: center;
    border-bottom: 1px solid #b9b3b3;
    padding: 0.75rem; }
    @media (max-width: 767px) {
      .header__nav-item-dropdown-title {
        display: none; } }
    .header__nav-item-dropdown-title h2 {
      color: #231f20;
      font-size: 3.125rem;
      font-weight: 300;
      line-height: 3.625rem; }
  .header__nav-trigger {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 16px;
    bottom: 41px;
    height: 30px;
    width: 30px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    background-color: #ff1414;
    border-radius: 6px;
    z-index: 99999; }
    @media (max-width: 767px) {
      .header__nav-trigger {
        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; } }
    .header__nav-trigger.is-active .header__nav-trigger-inner i:first-child, .header__nav-trigger.is-active .header__nav-trigger-inner i:last-child {
      opacity: 0;
      visibility: hidden; }
    .header__nav-trigger.is-active .header__nav-trigger-inner i:nth-child(2) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header__nav-trigger.is-active .header__nav-trigger-inner i:nth-child(3) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .header__nav-trigger-inner {
    position: relative;
    width: 18px;
    height: 12px; }
    .header__nav-trigger-inner i {
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .header__nav-trigger-inner i:nth-child(2), .header__nav-trigger-inner i:nth-child(3) {
        top: 5px; }
      .header__nav-trigger-inner i:last-child {
        top: 10px; }
  .header__nav-close {
    display: none;
    position: absolute;
    right: 16px;
    top: 0;
    cursor: pointer;
    z-index: 99999;
    padding: 25px; }
    @media (max-width: 767px) {
      .header__nav-close {
        display: block; } }
    .header__nav-close i {
      width: 20px;
      height: 3px;
      background: #cccb07;
      position: absolute;
      top: 24px;
      left: 15px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .header__nav-close i:nth-child(2) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .header__cart {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px; } }
    .header__cart:hover .btn {
      color: #fff;
      background-color: #005073; }
  .header__cart-page-trigger {
    min-width: 4.8125rem;
    font-weight: 500;
    height: 3.4375rem; }
    @media (max-width: 767px) {
      .header__cart-page-trigger {
        min-width: 48px;
        height: 30px;
        font-size: 12px;
        padding: 0 2px; } }
  .header__cart-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px 1px 1px 0;
    border-color: #707070;
    border-style: solid;
    min-width: 3.5625rem;
    height: 3.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .header__cart-trigger {
        min-width: 26px;
        height: 30px;
        border-width: 2px 2px 2px 0;
        border-color: #cccb07; } }
    .header__cart-trigger .icon {
      width: 1.75rem;
      height: 1.75rem; }
      @media (max-width: 767px) {
        .header__cart-trigger .icon {
          width: 15px;
          height: 15px; } }
  .header__cart-trigger-number {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: #d71c1c;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: 500;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    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;
    padding-top: 1px; }
    @media (max-width: 767px) {
      .header__cart-trigger-number {
        width: 10px;
        height: 10px;
        font-size: 8px;
        top: 4px;
        right: 4px; } }
  .header__cart-dropdown-wrapper {
    position: relative; }
    @media (max-width: 567px) {
      .header__cart-dropdown-wrapper {
        display: none; } }
  .header__cart-dropdown {
    position: absolute;
    top: 100%;
    padding-top: 0.8125rem;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99999; }
    .header__cart-dropdown.is-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .header__cart-dropdown-inner {
    position: relative;
    width: 18rem;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 10px 3px rgba(0, 0, 0, 0.16);
    border: 1px solid #b9b3b3;
    border-bottom: 0;
    background-color: #ffffff; }
    .header__cart-dropdown-inner:after {
      content: "";
      position: absolute;
      top: -2.3125rem;
      right: -0.125rem;
      width: 1.0625rem;
      height: 2.3125rem;
      background: url("../images/cart-arrow.png") no-repeat center center;
      background-size: cover; }
    .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item {
      padding: 0.625rem !important; }
      .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item:after {
        position: absolute;
        left: 0.625rem;
        right: 0.625rem;
        bottom: 0;
        border-bottom: 1px solid #707070;
        content: "";
        display: block; }
      .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove_from_cart_button {
        right: 10px !important;
        top: 0.3125rem !important;
        left: auto !important;
        font-size: 18px;
        padding: 10px;
        color: #707070 !important; }
        .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove_from_cart_button:hover {
          background-color: transparent !important;
          color: #d71c1c !important; }
      .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item a {
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: #707070;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item a img {
          margin-right: 0.5rem;
          margin-left: 0;
          width: 3rem; }
      .header__cart-dropdown-inner .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
        font-size: 0.75rem;
        display: block;
        margin-top: 0.3125rem;
        text-align: right;
        position: absolute;
        right: 0.625rem;
        bottom: 0.5625rem;
        background-color: #fff;
        z-index: 99999; }
    .header__cart-dropdown-inner .woocommerce-mini-cart__empty-message {
      padding: 0.9375rem 0.625rem; }
    .header__cart-dropdown-inner .woocommerce-mini-cart__total {
      font-size: 1rem;
      font-weight: 700;
      color: #cccb07;
      border-top: 0 !important;
      padding: 0.4375rem 0.625rem !important;
      text-align: right; }
    .header__cart-dropdown-inner .woocommerce-mini-cart__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__cart-dropdown-inner .woocommerce-mini-cart__buttons .button {
        margin: 0 !important;
        border-radius: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        font-size: 1rem;
        text-align: center;
        padding: 0.8125rem 0.3125rem !important;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .header__cart-dropdown-inner .woocommerce-mini-cart__buttons .button.checkout {
          background-color: #cccb07;
          color: #fff; }
          .header__cart-dropdown-inner .woocommerce-mini-cart__buttons .button.checkout:hover {
            background-color: #005073; }
  .header__cart-dropdown-list {
    padding: 0.1875rem 0.375rem; }
  .header__cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.4375rem 0;
    border-bottom: 1px solid #b8b8b8; }
    .header__cart-item:last-child {
      border-bottom: 0; }
  .header__cart-item-title {
    color: #707070;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin-right: 0.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .header__cart-item-title strong {
      text-transform: uppercase;
      font-weight: 700;
      display: block; }
  .header__cart-item-price {
    font-size: 0.75rem;
    font-weight: 700;
    color: #cccb07;
    white-space: nowrap; }
  .header__cart-dropdown-total {
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    background-color: #cccb07;
    padding: 0.5rem; }
  .header__mobile-nav {
    display: none;
    margin-top: 14px;
    padding: 0 30px;
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .header__mobile-nav {
        display: block; } }
    .header__mobile-nav ul li {
      width: auto;
      -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
              box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
      background-color: #f6f6f5;
      margin-right: -0.625rem;
      padding: 4px 20px 4px 8px;
      position: relative;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      text-align: center; }
      @media (max-width: 767px) {
        .header__mobile-nav ul li {
          background: #FFFFFF !important;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      .header__mobile-nav ul li:last-child {
        padding-right: 8px;
        margin-right: 12px; }
      .header__mobile-nav ul li a {
        font-weight: 500;
        font-size: 0.875rem; }
  .header__mobile-nav-inner {
    overflow: hidden; }
  .header__mobile-nav-arrow {
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 23px;
    background-color: #cccb07; }
    .header__mobile-nav-arrow:after {
      position: absolute;
      left: 5px;
      top: 50%;
      content: "";
      width: 12px;
      height: 12px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #fff;
      -webkit-transform: translateY(-50%) rotate(-135deg);
              transform: translateY(-50%) rotate(-135deg);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header__mobile-nav-arrow.swiper-button-disabled {
      width: 10px;
      height: 13px;
      background-color: #b9b3b3; }
      .header__mobile-nav-arrow.swiper-button-disabled:after {
        width: 7px;
        height: 7px;
        top: 6px;
        left: 4px; }
    .header__mobile-nav-arrow--right {
      left: auto;
      right: 0.9375rem; }
      .header__mobile-nav-arrow--right:after {
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        left: -1px; }
      .header__mobile-nav-arrow--right.swiper-button-disabled:after {
        left: 0; }

.header-list-wrapper {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 285%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff; }
  @media (max-width: 767px) {
    .header-list-wrapper {
      position: relative;
      left: auto;
      width: 100%;
      display: none; } }
  .header-list-wrapper.is-active {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 767px) {
      .header-list-wrapper.is-active {
        display: block; } }
  .header-list-wrapper__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
    .header-list-wrapper__col h4 {
      padding: 1.25rem 2.0625rem 0.4375rem;
      font-weight: 700;
      color: #cccb07; }
      @media (max-width: 767px) {
        .header-list-wrapper__col h4 {
          padding: 24px 53px 9px;
          font-size: 14px;
          line-height: 19px; } }
    .header-list-wrapper__col--big {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .header-list-wrapper__col--big ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 1.25rem;
           -moz-column-gap: 1.25rem;
                column-gap: 1.25rem; }
        @media (max-width: 767px) {
          .header-list-wrapper__col--big ul {
            -webkit-column-count: inherit;
               -moz-column-count: inherit;
                    column-count: inherit; } }
    .header-list-wrapper__col ul li {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      overflow: hidden; }
      @media (max-width: 767px) {
        .header-list-wrapper__col ul li {
          border-bottom: 0 !important; } }
      .header-list-wrapper__col ul li a {
        font-weight: 400;
        padding-top: 0.3125rem !important;
        padding-bottom: 0.3125rem !important; }
        @media (max-width: 767px) {
          .header-list-wrapper__col ul li a {
            padding: 9px 53px !important;
            border-bottom: 0; } }
        .header-list-wrapper__col ul li a:after {
          display: none; }

.footer {
  background-color: #707070;
  padding-top: 5.875rem; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 2.8125rem; } }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #060606;
    padding-bottom: 5.625rem; }
    @media (max-width: 567px) {
      .footer__inner {
        display: block;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .footer__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .footer__inner h3 {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 3.4375rem;
      padding-bottom: 0.625rem;
      border-bottom: 2px solid #cccb07;
      max-width: 12.5rem;
      width: 100%; }
      @media (max-width: 767px) {
        .footer__inner h3 {
          margin-bottom: 10px; } }
      @media (max-width: 567px) {
        .footer__inner h3 {
          max-width: 100%;
          margin-bottom: 1.5rem; } }
    .footer__inner h4 {
      color: #060606;
      font-weight: 700;
      margin-bottom: 1.5rem;
      width: 100%; }
  .footer__info {
    margin-right: 5.5rem; }
    .footer__info h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .footer__info ul li {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 400;
      margin-bottom: 0.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer__info ul li .icon--pin {
        width: 1.375rem;
        height: 1.375rem; }
      .footer__info ul li .icon--phone {
        width: 1.1875rem;
        height: 1.25rem; }
      .footer__info ul li .icon--mail {
        width: 1.5rem;
        height: 1.375rem; }
      .footer__info ul li a:hover {
        text-decoration: underline; }
  .footer__info-icon-wrapp {
    min-width: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 767px) {
    .footer__col {
      margin-bottom: 15px; } }
  .footer__col--social {
    margin-right: 5rem; }
    .footer__col--social img {
      margin-bottom: 2.75rem; }
      @media (max-width: 767px) {
        .footer__col--social img {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .footer__col--social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin: 0;
        margin-bottom: 2.8125rem; } }
  .footer__col--nav {
    max-width: 19.0625rem;
    width: 100%;
    margin-right: 8.125rem; }
    @media (max-width: 1200px) {
      .footer__col--nav {
        margin-right: 1.875rem; } }
    @media (max-width: 767px) {
      .footer__col--nav {
        width: 50%;
        margin: 0; } }
    @media (max-width: 567px) {
      .footer__col--nav {
        max-width: 100%;
        width: 100%;
        padding-bottom: 3.25rem; } }
  .footer__col--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .footer__col--contact {
        width: 50%;
        margin: 0; } }
    @media (max-width: 567px) {
      .footer__col--contact {
        width: 100%;
        margin: 0; } }
    .footer__col--contact p {
      font-size: 1rem; }
    .footer__col--contact .left,
    .footer__col--contact .right {
      width: 50%;
      padding-right: 3.5rem; }
      @media (max-width: 992px) {
        .footer__col--contact .left,
        .footer__col--contact .right {
          width: 100%;
          padding-right: 0; } }
      .footer__col--contact .left p,
      .footer__col--contact .right p {
        font-size: 1rem; }
        @media (max-width: 767px) {
          .footer__col--contact .left p,
          .footer__col--contact .right p {
            font-size: 0.875rem; } }
      .footer__col--contact .left .left-space,
      .footer__col--contact .right .left-space {
        padding-left: 3.125rem; }
        @media (max-width: 992px) {
          .footer__col--contact .left .left-space,
          .footer__col--contact .right .left-space {
            padding-left: 0; } }
        @media (max-width: 567px) {
          .footer__col--contact .left .left-space,
          .footer__col--contact .right .left-space {
            padding-left: 3.125rem; } }
    .footer__col--contact > p {
      padding-top: 1.3125rem; }
      @media (max-width: 992px) {
        .footer__col--contact > p {
          padding-top: 0; } }
      @media (max-width: 767px) {
        .footer__col--contact > p {
          font-size: 0.875rem; } }
      @media (max-width: 567px) {
        .footer__col--contact > p {
          padding-bottom: 0.9375rem; } }
    .footer__col--contact ul li {
      margin-bottom: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 567px) {
        .footer__col--contact ul li {
          margin-bottom: 1.25rem; } }
      .footer__col--contact ul li:last-child {
        margin-bottom: 0; }
        @media (max-width: 992px) {
          .footer__col--contact ul li:last-child {
            margin-bottom: 2rem; } }
        @media (max-width: 567px) {
          .footer__col--contact ul li:last-child {
            margin-bottom: 1.125rem; } }
      .footer__col--contact ul li svg {
        margin-right: 0.9375rem;
        min-width: 2.125rem;
        height: 2.125rem; }
        .footer__col--contact ul li svg path,
        .footer__col--contact ul li svg rect {
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .footer__col--contact ul li .icon-location:hover path {
        fill: #cccb07 !important; }
      .footer__col--contact ul li .icon-phone:hover path {
        fill: #cccb07 !important; }
      .footer__col--contact ul li .icon-info:hover rect {
        fill: #cccb07 !important; }
      .footer__col--contact ul li .icon-email:hover g path {
        fill: #cccb07 !important; }
      @media (max-width: 992px) {
        .footer__col--contact ul li {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer__nav li {
      width: 50%;
      margin-bottom: 1.875rem; }
      @media (max-width: 767px) {
        .footer__nav li {
          width: 100%;
          margin-bottom: 0.6875rem; } }
      @media (max-width: 567px) {
        .footer__nav li {
          margin-bottom: 0.5rem; } }
      .footer__nav li:last-child {
        margin-bottom: 0; }
      .footer__nav li a {
        color: #060606;
        font-size: 1rem;
        font-weight: 300; }
        @media (max-width: 767px) {
          .footer__nav li a {
            font-size: 14px;
            line-height: 18px; } }
        .footer__nav li a.is-active {
          text-decoration: underline; }
        .footer__nav li a:hover {
          text-decoration: underline;
          color: #FFFFFF; }
  .footer__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .footer__social-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
        margin-bottom: 0; } }
    .footer__social-wrapper li {
      margin-right: 0.6875rem; }
      @media (max-width: 767px) {
        .footer__social-wrapper li {
          margin-right: 13px; } }
      .footer__social-wrapper li:last-child {
        margin-right: 0; }
      .footer__social-wrapper li a {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .footer__social-wrapper li a:hover {
          color: #cccb07; }
        .footer__social-wrapper li a .icon--fb {
          width: 1.3125rem;
          height: 1.25rem; }
          @media (max-width: 767px) {
            .footer__social-wrapper li a .icon--fb {
              width: 23px;
              height: 23px; } }
        .footer__social-wrapper li a .icon--insta {
          width: 1.3125rem;
          height: 1.25rem; }
          @media (max-width: 767px) {
            .footer__social-wrapper li a .icon--insta {
              width: 23px;
              height: 23px; } }
        .footer__social-wrapper li a .icon--yt {
          width: 1.75rem;
          height: 1.25rem; }
          @media (max-width: 767px) {
            .footer__social-wrapper li a .icon--yt {
              width: 31px;
              height: 23px; } }
  @media (max-width: 767px) {
    .footer__trustmark-logo {
      text-align: center; }
      .footer__trustmark-logo img {
        max-width: 204px; } }
  .footer__bottom {
    background-color: #f2f2f2; }
  .footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.4375rem 0; }
    @media (max-width: 567px) {
      .footer__bottom-inner {
        -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;
        padding: 11px 0; } }
    .footer__bottom-inner p {
      font-size: 0.875rem;
      line-height: 1.0625rem;
      color: #707070; }
      @media (max-width: 567px) {
        .footer__bottom-inner p {
          font-size: 0.75rem;
          line-height: 1rem; } }

.main-carousel {
  padding-top: 5.625rem;
  margin-top: 1.4375rem; }
  @media (max-width: 567px) {
    .main-carousel {
      padding-top: 43px; } }
  .main-carousel__inner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b9b3b3), to(#5d5a5a));
    background-image: linear-gradient(180deg, #b9b3b3 0%, #5d5a5a 100%); }
  .main-carousel__wrapper {
    position: relative; }
    .main-carousel__wrapper .swiper-wrapper {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .main-carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 11.25rem;
    opacity: 0 !important; }
    @media (max-width: 1200px) {
      .main-carousel__item {
        padding-left: 3.75rem; } }
    @media (max-width: 567px) {
      .main-carousel__item {
        display: block;
        padding: 0; } }
    .main-carousel__item.swiper-slide-active {
      z-index: 1;
      opacity: 1 !important; }
    .main-carousel__item.has-transition {
      -webkit-transition: all 0.5s ease !important;
      transition: all 0.5s ease !important; }
  .main-carousel__item-image {
    margin-top: -5.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.4%;
            flex: 0 0 33.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 567px) {
      .main-carousel__item-image {
        margin-top: -2.625rem;
        padding: 0 2.8125rem; }
        .main-carousel__item-image img {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  .main-carousel__item-image-inner {
    position: relative; }
    .main-carousel__item-image-inner:after {
      position: absolute;
      left: -2.75rem;
      right: 2.625rem;
      bottom: 1.5rem;
      height: 42%;
      content: '';
      -webkit-transform: skew(12deg);
              transform: skew(12deg);
      background: rgba(0, 0, 0, 0.3);
      -webkit-filter: blur(10px);
              filter: blur(10px); }
    @media (max-width: 567px) {
      .main-carousel__item-image-inner {
        padding-top: 0.9375rem; } }
    .main-carousel__item-image-inner img {
      position: relative;
      z-index: 1; }
  .main-carousel__item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .main-carousel__item-text-inner {
    text-align: center;
    padding: 0 4.625rem 2.25rem 1.875rem; }
    @media (max-width: 1200px) {
      .main-carousel__item-text-inner {
        padding-top: 1.25rem;
        padding-right: 2.1875rem; } }
    @media (max-width: 767px) {
      .main-carousel__item-text-inner {
        padding: 1.25rem 0.9375rem; } }
    @media (max-width: 567px) {
      .main-carousel__item-text-inner {
        padding: 0.9375rem 0 2.8125rem; } }
    .main-carousel__item-text-inner h2 {
      font-size: 3.75rem;
      line-height: 4rem;
      color: #fff;
      margin-bottom: 4.375rem;
      font-family: "MinionPro-Regular"; }
      @media (max-width: 1200px) {
        .main-carousel__item-text-inner h2 {
          font-size: 3.25rem;
          line-height: 4rem;
          margin-bottom: 3.125rem; } }
      @media (max-width: 992px) {
        .main-carousel__item-text-inner h2 {
          margin-bottom: 2.5rem; } }
      @media (max-width: 767px) {
        .main-carousel__item-text-inner h2 {
          font-size: 1.8125rem;
          line-height: 1.9375rem;
          margin-bottom: 1.25rem; } }
    .main-carousel__item-text-inner .btn {
      height: 5.3125rem;
      min-width: 15.4375rem;
      font-size: 1.625rem; }
      @media (max-width: 1200px) {
        .main-carousel__item-text-inner .btn {
          height: 4.6875rem;
          min-width: 14.1875rem;
          font-size: 1.5rem; } }
      @media (max-width: 767px) {
        .main-carousel__item-text-inner .btn {
          height: 2.125rem;
          min-width: 6.25rem;
          font-size: 0.75rem; } }

.main-carousel-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 567px) {
    .main-carousel-pagination {
      top: auto;
      bottom: 1.0625rem;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .main-carousel-pagination .swiper-pagination-bullet {
    width: 1.4375rem;
    height: 1.4375rem;
    background-color: #f6f6d9;
    opacity: 0.25;
    display: block;
    margin-bottom: 0.375rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    @media (max-width: 767px) {
      .main-carousel-pagination .swiper-pagination-bullet {
        width: 0.625rem;
        height: 0.625rem;
        margin: 0.125rem 0; } }
    @media (max-width: 567px) {
      .main-carousel-pagination .swiper-pagination-bullet {
        margin: 0 0.125rem; } }
    .main-carousel-pagination .swiper-pagination-bullet:hover {
      opacity: 0.8; }
    .main-carousel-pagination .swiper-pagination-bullet:last-child {
      margin-bottom: 0; }
    .main-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.carousel {
  padding-top: 3.5rem; }
  @media (max-width: 567px) {
    .carousel {
      padding-top: 0.625rem; } }
  .carousel__inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 567px) {
      .carousel__inner .container {
        display: block;
        padding-right: 0; } }
  .carousel__inner .left {
    width: 72.4%; }
    @media (max-width: 567px) {
      .carousel__inner .left {
        width: 100%; } }
  .carousel__inner .right {
    width: 27.6%;
    padding-top: 6.25rem; }
    @media (max-width: 567px) {
      .carousel__inner .right {
        padding-top: 0;
        width: 100%; } }
  .carousel__wrapper {
    position: relative; }
    .carousel__wrapper .swiper-wrapper {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-transition: all 0.45s ease !important;
      transition: all 0.45s ease !important; }
      @media (max-width: 567px) {
        .carousel__wrapper .swiper-wrapper {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
  .carousel .swiper-slide {
    opacity: 0 !important; }
    .carousel .swiper-slide.swiper-slide-active {
      z-index: 1;
      opacity: 1 !important; }
    .carousel .swiper-slide.has-transition {
      -webkit-transition: all 0.5s ease !important;
      transition: all 0.5s ease !important; }
  @media (max-width: 567px) {
    .carousel__titles {
      display: none; } }
  .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 567px) {
      .carousel__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 0 0 0; } }
    .carousel__item--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 567px) {
        .carousel__item--reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 0; } }
      .carousel__item--reverse .carousel__item-image {
        margin-top: auto;
        padding-right: 4.375rem; }
        @media (max-width: 567px) {
          .carousel__item--reverse .carousel__item-image {
            padding: 0;
            margin: 0; } }
      .carousel__item--reverse .carousel__item-text {
        padding-right: 0; }
      @media (max-width: 567px) {
        .carousel__item--reverse .carousel__item-text-inner .d-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .carousel__item--reverse .carousel__item-text-inner p {
        margin-bottom: 5.3125rem;
        white-space: pre-line; }
        @media (max-width: 567px) {
          .carousel__item--reverse .carousel__item-text-inner p {
            margin-bottom: 0.9375rem; } }
        .carousel__item--reverse .carousel__item-text-inner p strong {
          color: #cccb07;
          font-weight: inherit; }
  .carousel__item-target {
    width: 100%;
    padding: 0.8125rem 0.9375rem;
    background-color: #b9b3b3;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.4375rem;
    cursor: pointer;
    max-width: calc(100% - 0.3125rem);
    margin-left: auto; }
    .carousel__item-target:last-child {
      margin-bottom: 0; }
    .carousel__item-target.is-active {
      background-color: #cccb07;
      background: url("../images/carousel-item-target-logos.png") no-repeat center center;
      background-size: 100% 100%;
      max-width: 100%; }
  .carousel__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 567px) {
      .carousel__item-image {
        padding: 0 2.8125rem; } }
    @media (max-width: 567px) {
      .carousel__item-image {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%;
        right: 0; } }
  .carousel__item-image-inner {
    position: relative; }
    .carousel__item-image-inner .media-wrapper {
      padding-bottom: 141%; }
  .carousel__item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1.5625rem 4.375rem 1.5625rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 567px) {
      .carousel__item-text {
        z-index: 1;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        margin-right: auto; } }
  @media (max-width: 1200px) {
    .carousel__item-text-inner {
      padding-top: 1.25rem;
      padding-right: 2.1875rem; } }
  @media (max-width: 767px) {
    .carousel__item-text-inner {
      padding: 1.25rem 0.9375rem; } }
  @media (max-width: 567px) {
    .carousel__item-text-inner {
      padding: 0.9375rem 0 2.8125rem;
      padding-bottom: 0; } }
  .carousel__item-text-inner .eyebrow {
    display: block;
    color: #707070;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    @media (max-width: 567px) {
      .carousel__item-text-inner .eyebrow {
        font-size: 1rem;
        margin-bottom: 0.6875rem; } }
    .carousel__item-text-inner .eyebrow strong {
      color: #cccb07; }
  .carousel__item-text-inner h2 {
    font-size: 4.6875rem;
    line-height: 0.96;
    margin-bottom: 2.75rem;
    font-family: "Roboto", sans-serif;
    color: #cccb07;
    font-weight: 400; }
    @media (max-width: 1200px) {
      .carousel__item-text-inner h2 {
        font-size: 3.25rem;
        line-height: 4rem;
        margin-bottom: 3.125rem; } }
    @media (max-width: 992px) {
      .carousel__item-text-inner h2 {
        margin-bottom: 2.5rem; } }
    @media (max-width: 767px) {
      .carousel__item-text-inner h2 {
        font-size: 1.8125rem;
        line-height: 1.9375rem;
        margin-bottom: 1.25rem; } }
    @media (max-width: 567px) {
      .carousel__item-text-inner h2 {
        margin-bottom: 0.9375rem;
        max-width: 12.5rem;
        min-height: 4.375rem;
        font-size: 8vw; } }
  .carousel__item-text-inner p {
    color: #707070;
    font-family: "Roboto", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.36;
    margin-bottom: 2.625rem; }
    .carousel__item-text-inner p.description {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 0; }
      @media (max-width: 567px) {
        .carousel__item-text-inner p.description {
          margin-bottom: 0;
          font-size: 1rem;
          line-height: normal; } }
    @media (max-width: 567px) {
      .carousel__item-text-inner p {
        padding-right: 0.625rem;
        margin-bottom: 0.625rem;
        font-size: 1rem;
        line-height: normal; } }
  .carousel__item-text-inner .btn {
    height: 2.75rem;
    min-width: 18rem;
    font-size: 1rem;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background-color: #cccb07;
    margin-top: 4rem;
    border: none; }
    @media (max-width: 1200px) {
      .carousel__item-text-inner .btn {
        height: 4.6875rem;
        min-width: 14.1875rem;
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .carousel__item-text-inner .btn {
        height: 2.125rem;
        min-width: 6.25rem;
        font-size: 0.75rem; } }
    @media (max-width: 567px) {
      .carousel__item-text-inner .btn {
        margin-top: 0.9375rem;
        min-width: auto;
        max-width: 48%; } }
  .carousel__item-text-inner .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .carousel__item-text-inner .d-flex .btn {
      min-width: 8.375rem;
      margin-right: 1.125rem;
      margin-top: 0; }
      @media (max-width: 567px) {
        .carousel__item-text-inner .d-flex .btn {
          margin-top: 0.9375rem;
          margin-right: 0;
          min-width: auto;
          max-width: 48%; } }

.carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.875rem; }
  @media (max-width: 567px) {
    .carousel-pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-transform: none;
              transform: none;
      left: auto;
      top: auto;
      bottom: auto;
      padding-top: 1.875rem;
      padding-bottom: 0.9375rem; } }
  .carousel-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 10px;
    background-color: #b9b3b3;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 1;
    margin: 0 0.375rem; }
    @media (max-width: 767px) {
      .carousel-pagination .swiper-pagination-bullet {
        width: 0.625rem;
        height: 0.625rem;
        margin: 0.125rem 0; } }
    @media (max-width: 567px) {
      .carousel-pagination .swiper-pagination-bullet {
        margin: 0 0.125rem; } }
    .carousel-pagination .swiper-pagination-bullet:hover {
      opacity: 0.8; }
    .carousel-pagination .swiper-pagination-bullet:last-child {
      margin-bottom: 0; }
    .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 2.3125rem;
      background-color: #cccb07; }
      @media (max-width: 567px) {
        .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 1.375rem; } }

.category-type {
  padding: 4.5625rem 0 5.8125rem 0; }
  @media (max-width: 567px) {
    .category-type {
      padding: 3rem 0; } }
  .category-type__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 992px) {
      .category-type__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .category-type__item {
    text-align: center;
    width: 25%;
    margin: 0 1.1875rem; }
    @media (max-width: 992px) {
      .category-type__item {
        width: 50%;
        margin: 0;
        padding: 0 1.25rem 2.5rem 1.25rem; } }
    @media (max-width: 567px) {
      .category-type__item {
        width: 100%;
        padding: 0 0 1.875rem 0; } }
    .category-type__item img {
      display: inline-block;
      margin-bottom: 1.1875rem; }
    .category-type__item h3 {
      color: #707070;
      font-family: "Roboto", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.15;
      margin-bottom: 1.125rem; }
    .category-type__item p {
      color: #707070;
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.28; }
    .category-type__item svg {
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 567px) {
        .category-type__item svg {
          width: 3.75rem;
          height: auto; } }
      .category-type__item svg path {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .category-type__item svg:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
        .category-type__item svg:hover .orange-bcg {
          fill: rgba(255, 195, 18, 0.36); }
        .category-type__item svg:hover .blue-bcg {
          fill: rgba(0, 101, 145, 0.36); }
        .category-type__item svg:hover .grey-bcg {
          fill: rgba(185, 179, 179, 0.36); }
        .category-type__item svg:hover .red-bcg {
          fill: #e23528; }
        .category-type__item svg:hover .darkblue-bcg {
          fill: #2c94bf; }
        .category-type__item svg:hover .green-bcg {
          fill: #cbd42a; }

.releases {
  padding-top: 5rem;
  padding-bottom: 1.875rem; }
  @media (max-width: 992px) {
    .releases {
      padding-bottom: 0; } }
  @media (max-width: 567px) {
    .releases {
      padding-top: 1.5625rem; } }
  @media (max-width: 567px) {
    .releases .container {
      padding: 0; } }
  .releases-title h3 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.05;
    padding: 0.6875rem 0.8125rem 0.3125rem 0.8125rem;
    min-width: 15rem;
    text-align: center;
    margin: 0;
    background-color: #cccb07;
    display: table; }
    @media (max-width: 567px) {
      .releases-title h3 {
        margin: auto; } }
  .releases .cards-wrapper {
    max-width: calc(100% - 7.5rem);
    margin: auto;
    overflow: visible;
    position: relative; }
    @media (max-width: 992px) {
      .releases .cards-wrapper {
        max-width: calc(100% - 0.9375rem); } }
    @media (max-width: 567px) {
      .releases .cards-wrapper {
        max-width: 100%; } }
  .releases .swiper-books-button-next,
  .releases .swiper-books-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + -0.625rem));
            transform: translateY(calc(-50% + -0.625rem));
    left: -3.75rem;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 0.9375rem; }
    .releases .swiper-books-button-next:hover,
    .releases .swiper-books-button-prev:hover {
      opacity: 0.7; }
    @media (max-width: 992px) {
      .releases .swiper-books-button-next,
      .releases .swiper-books-button-prev {
        display: none; } }
  .releases .swiper-books-button-next {
    left: auto;
    right: -3.75rem; }
  @media (max-width: 567px) {
    .releases .swiper-container {
      overflow: visible;
      padding: 0 3.125rem; } }
  @media (max-width: 992px) {
    .releases .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .releases .swiper-slide:hover img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
    @media (max-width: 992px) {
      .releases .swiper-slide:hover img {
        -webkit-transform: scale(1);
                transform: scale(1); } }
  .releases .swiper-slide:hover p {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .releases .swiper-slide:hover .card-cta {
    opacity: 1;
    visibility: visible; }
  .releases .swiper-slide img {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 992px) {
      .releases .swiper-slide img {
        margin-bottom: 0.625rem; } }
  .releases .swiper-slide p {
    position: absolute;
    text-align: center;
    line-height: 1.24;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #847f7f;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    @media (max-width: 992px) {
      .releases .swiper-slide p {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none;
        font-size: 1.125rem;
        line-height: normal;
        padding-bottom: 0.625rem; } }
  .releases .swiper-slide .card-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: right;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 992px) {
      .releases .swiper-slide .card-cta {
        position: relative;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 992px) {
      .releases .swiper-slide .card-cta > div {
        text-align: center; } }
    .releases .swiper-slide .card-cta span {
      display: block;
      font-size: 0.875rem; }
      .releases .swiper-slide .card-cta span.highlight {
        font-size: 1rem;
        font-weight: 500;
        color: #cccb07; }
        @media (max-width: 992px) {
          .releases .swiper-slide .card-cta span.highlight {
            padding-top: 0.3125rem; } }
    .releases .swiper-slide .card-cta .btn {
      min-width: 6.125rem;
      height: 1.75rem;
      font-size: 0.875rem;
      font-weight: 700; }
      @media (max-width: 992px) {
        .releases .swiper-slide .card-cta .btn {
          margin-top: 0.625rem; } }
  .releases .cards-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.5rem; }
    @media (max-width: 567px) {
      .releases .cards-pagination {
        top: auto;
        bottom: 1.0625rem;
        right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
    .releases .cards-pagination .swiper-pagination-bullet {
      width: 0.875rem;
      height: 0.875rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0.875rem;
              flex: 0 0 0.875rem;
      border-radius: 10px;
      background-color: #b9b3b3;
      display: block;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer;
      opacity: 1;
      margin: 0 0.375rem; }
      @media (max-width: 992px) {
        .releases .cards-pagination .swiper-pagination-bullet {
          margin: 0.125rem 0.375rem; } }
      @media (max-width: 767px) {
        .releases .cards-pagination .swiper-pagination-bullet {
          width: 0.625rem;
          height: 0.625rem;
          -webkit-box-flex: 0;
              -ms-flex: 0 0.625rem;
                  flex: 0 0.625rem; } }
      .releases .cards-pagination .swiper-pagination-bullet:hover {
        opacity: 0.8; }
      .releases .cards-pagination .swiper-pagination-bullet:last-child {
        margin-bottom: 0; }
      .releases .cards-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2.3125rem;
        background-color: #cccb07; }
        @media (max-width: 992px) {
          .releases .cards-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            margin: 0.125rem 0.375rem; } }
        @media (max-width: 767px) {
          .releases .cards-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 0.625rem;
            height: 0.625rem;
            -webkit-box-flex: 0;
                -ms-flex: 0 0.625rem;
                    flex: 0 0.625rem; } }

.new-info {
  padding: 0.625rem 0;
  background: url("../images/new-info.jpg") no-repeat center center;
  background-size: cover;
  display: block; }
  .new-info--bottom-space {
    margin-bottom: 3.4375rem; }
    @media (max-width: 567px) {
      .new-info--bottom-space {
        margin-bottom: 67px; } }
  @media (max-width: 567px) {
    .new-info {
      padding: 28px 0 10px; } }
  .new-info__inner {
    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;
    position: relative; }
    @media (max-width: 567px) {
      .new-info__inner {
        display: block; } }
    .new-info__inner p {
      color: #ffdf80;
      font-size: 1.8125rem;
      font-weight: 400;
      line-height: 2.125rem; }
      @media (max-width: 567px) {
        .new-info__inner p {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
  .new-info__category {
    color: #ffffff;
    font-size: 2.75rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 12.875rem; }
    @media (max-width: 992px) {
      .new-info__category {
        margin-right: 1.875rem; } }
    @media (max-width: 567px) {
      .new-info__category {
        position: absolute;
        left: 0;
        top: -40px;
        font-size: 14px;
        background-color: #cccb07;
        padding: 7px; } }

.products-tabs {
  padding: 3.75rem 0 4.375rem; }
  @media (max-width: 567px) {
    .products-tabs {
      padding: 1.125rem 0 1.25rem; } }
  .products-tabs--gray-bcg {
    background-color: #f6fafb; }
    .products-tabs--gray-bcg .products-tabs__links li {
      background-color: #fff; }
  .products-tabs__title {
    text-align: center;
    margin-bottom: 2.1875rem; }
    @media (max-width: 567px) {
      .products-tabs__title {
        margin-bottom: 20px; } }
    .products-tabs__title h2 {
      color: #231f20;
      font-size: 3.125rem;
      font-weight: 300;
      line-height: 3.625rem; }
      @media (max-width: 567px) {
        .products-tabs__title h2 {
          font-size: 30px;
          line-height: 34px;
          max-width: 170px;
          margin: 0 auto;
          text-align: center; } }
  .products-tabs__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 2.8125rem; }
    @media (max-width: 567px) {
      .products-tabs__links {
        margin: 0 -15px 26px;
        padding: 0 0.9375rem; } }
    .products-tabs__links li {
      -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
              box-shadow: -3px 0 3px rgba(0, 0, 0, 0.16);
      background-color: #f6f6f5;
      margin-right: -0.625rem;
      padding: 0.625rem 0.9375rem 0.625rem 0.3125rem;
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      min-width: 8.9375rem;
      text-align: center; }
      @media (max-width: 567px) {
        .products-tabs__links li {
          font-size: 0.75rem;
          min-width: auto;
          padding: 0.5rem 1rem 0.5rem 0.5rem;
          margin-right: -0.4375rem; }
          .products-tabs__links li:last-child {
            padding-right: 0.625rem; } }
      .products-tabs__links li:after {
        position: absolute;
        right: 1.25rem;
        top: 0.9375rem;
        content: '';
        width: 0;
        height: 0; }
      .products-tabs__links li:hover {
        background-color: #ececec; }
      .products-tabs__links li.is-active {
        -webkit-box-shadow: -1px 0px 0 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #ececec;
                box-shadow: -1px 0px 0 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #ececec;
        font-weight: 500;
        background-color: #ececec; }
        @media (max-width: 567px) {
          .products-tabs__links li.is-active {
            -webkit-box-shadow: -1px 0px 0 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #ececec;
                    box-shadow: -1px 0px 0 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #ececec; } }
      .products-tabs__links li.tab-klett.is-active {
        color: #fff;
        -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #D71C1A;
                box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #D71C1A;
        background-color: #d71c1c; }
        @media (max-width: 567px) {
          .products-tabs__links li.tab-klett.is-active {
            -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #D71C1A;
                    box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #D71C1A; } }
      .products-tabs__links li.tab-novi-logos.is-active {
        color: #fff;
        background-color: #a3cb38;
        -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #a3cb38;
                box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #a3cb38; }
        @media (max-width: 567px) {
          .products-tabs__links li.tab-novi-logos.is-active {
            -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #a3cb38;
                    box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #a3cb38; } }
      .products-tabs__links li.tab-freska.is-active {
        color: #fff;
        background-color: #cccb07;
        -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #cccb07;
                box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -6px 0px 0px #cccb07; }
        @media (max-width: 567px) {
          .products-tabs__links li.tab-freska.is-active {
            -webkit-box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #cccb07;
                    box-shadow: -3px 0px 0px 0px rgba(0, 0, 0, 0.16), 0px -5px 0px 0px #cccb07; } }
  .products-tabs__content-inner {
    display: none; }
    .products-tabs__content-inner.is-active {
      display: block; }
  .products-tabs__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2.5rem; }
    @media (max-width: 1200px) {
      .products-tabs__items-wrapper {
        padding: 0;
        margin: 0 -0.625rem; } }
    @media (max-width: 567px) {
      .products-tabs__items-wrapper {
        margin: 0 -0.3125rem; } }
  .products-tabs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
    margin-bottom: 0.9375rem; }
    @media (max-width: 992px) {
      .products-tabs__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        margin-bottom: 1.875rem; } }
    @media (max-width: 567px) {
      .products-tabs__item {
        margin-bottom: 1.875rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .products-tabs__item-inner {
    padding: 0 0.625rem;
    display: block; }
    @media (max-width: 567px) {
      .products-tabs__item-inner {
        padding: 0 0.3125rem; } }
    .products-tabs__item-inner:hover .media-wrapper {
      opacity: 0.85; }
  .products-tabs__item-image {
    position: relative; }
    .products-tabs__item-image .media-wrapper {
      padding-bottom: 132.38%;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .products-tabs__item-info {
    padding: 0.625rem 0 0; }
    .products-tabs__item-info h3 {
      color: #707070;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1.625rem; }
      @media (max-width: 992px) {
        .products-tabs__item-info h3 {
          font-size: 0.875rem !important;
          line-height: 1rem !important;
          margin-bottom: 0rem; } }
    .products-tabs__item-info p {
      color: #707070;
      font-size: 1.125rem;
      line-height: 1.375rem; }
      @media (max-width: 992px) {
        .products-tabs__item-info p {
          font-size: 1rem;
          line-height: 1.25rem; } }
      @media (max-width: 992px) {
        .products-tabs__item-info p {
          font-size: 0.875rem;
          line-height: 1rem; } }
  .products-tabs__items-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.875rem; }
    @media (max-width: 567px) {
      .products-tabs__items-cta {
        padding-top: 0; }
        .products-tabs__items-cta .btn {
          height: 1.875rem;
          width: 100%; } }
  .products-tabs__item-tag {
    background-color: #cccb07;
    color: #fff;
    position: absolute;
    left: -0.5rem;
    top: 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.0625rem;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem 0.1875rem; }
  .products-tabs__add {
    position: absolute;
    top: -0.3125rem;
    right: 0.3125rem; }
    .products-tabs__add .custom-check input[type="checkbox"]:checked + label,
    .products-tabs__add .custom-check input[type="radio"]:checked + label {
      border-color: #d71c1c;
      border-width: 2px; }
    .products-tabs__add .custom-check label {
      padding-left: 0;
      width: 1.875rem;
      height: 1.875rem;
      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;
      border: 1px solid #707070;
      background-color: #fff;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 567px) {
        .products-tabs__add .custom-check label {
          width: 1.375rem;
          height: 1.375rem; } }
      .products-tabs__add .custom-check label:after {
        display: none; }
      .products-tabs__add .custom-check label .icon {
        width: 1.25rem;
        height: 1.25rem; }
        @media (max-width: 567px) {
          .products-tabs__add .custom-check label .icon {
            width: 0.9375rem;
            height: 0.9375rem; } }

.woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.25rem !important;
  color: #707070;
  height: 3.125rem;
  overflow: hidden;
  padding: 0 !important;
  margin-bottom: 0.625rem !important;
  position: relative;
  z-index: 999; }
  @media (max-width: 767px) {
    .woocommerce-loop-product__title {
      height: 100%; } }
  .woocommerce-loop-product__title span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding-bottom: 5px; }
    @media (max-width: 767px) {
      .woocommerce-loop-product__title span {
        position: relative; } }
  .woocommerce-loop-product__title:hover {
    overflow: visible; }

.newsletter {
  background-color: #cccb07;
  padding: 1.25rem 0; }
  .newsletter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .newsletter__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .newsletter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(50% - 24px); }
    @media (max-width: 992px) {
      .newsletter__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42%;
                flex: 0 0 42%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 1200px) {
      .newsletter__item {
        width: calc(50% - 10px);
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit; } }
    @media (max-width: 767px) {
      .newsletter__item {
        width: 100%;
        margin-bottom: 14px; }
        .newsletter__item:last-child {
          margin-bottom: 0; } }
  .newsletter__item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .newsletter__item-info h3 {
      color: #fff;
      font-size: 1.6875rem;
      font-weight: 300;
      margin-bottom: 0.25rem; }
      @media (max-width: 767px) {
        .newsletter__item-info h3 {
          font-size: 20px; } }
    .newsletter__item-info p {
      color: #fff;
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 300; }
      @media (max-width: 767px) {
        .newsletter__item-info p {
          font-size: 12px;
          line-height: 16px; } }
  .newsletter__item-input {
    margin-left: 0.6875rem;
    padding-bottom: 0.3125rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 992px) {
      .newsletter__item-input {
        margin-left: 0;
        margin-top: 15px;
        width: 100%; } }
    .newsletter__item-input .input-field {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .newsletter__item-input .input-field {
          padding: 0; } }
      .newsletter__item-input .input-field input {
        background-color: #fff;
        width: 100%;
        height: 2.1875rem;
        padding: 0 0.75rem;
        font-weight: 300; }
        @media (max-width: 767px) {
          .newsletter__item-input .input-field input {
            font-size: 12px; } }
  .newsletter__item-input-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.1875rem;
    width: 2.1875rem; }
    .newsletter__item-input-btn:hover::after {
      right: 0.4375rem; }
    .newsletter__item-input-btn:after {
      position: absolute;
      top: 0.75rem;
      right: 1rem;
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-left: 6px solid #707070;
      border-bottom: 6px solid transparent;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .newsletter .wpcf7-response-output {
    padding-left: 0.4375rem !important;
    font-weight: 400; }
  .newsletter .wpcf7 form.invalid .wpcf7-response-output,
  .newsletter .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #dc3232; }

.breadcrumb {
  margin: 3.9375rem 0 0; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-top: 25px; } }
  .breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumb__list li,
    .breadcrumb__list a {
      color: #707070;
      font-weight: 400; }
    .breadcrumb__list li {
      margin-right: 16px;
      position: relative;
      margin-bottom: 0.3125rem; }
      .breadcrumb__list li:after {
        position: absolute;
        right: -0.75rem;
        top: 0;
        content: "/"; }
      .breadcrumb__list li:last-child:after {
        display: none; }
      .breadcrumb__list li a {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        max-width: 12.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden; }
        .breadcrumb__list li a:hover {
          color: #505050; }

.featured-products {
  padding: 1.25rem 0; }
  @media (max-width: 767px) {
    .featured-products {
      padding: 1.25rem 0; } }
  .featured-products__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .featured-products__inner {
        display: block; } }
  .featured-products__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
    @media (max-width: 767px) {
      .featured-products__column {
        margin-bottom: 42px; }
        .featured-products__column:last-child {
          margin-bottom: 0; } }
    .featured-products__column h3 {
      border-bottom: 1px solid #b8b8b8;
      font-size: 1.25rem;
      line-height: 1.5rem;
      padding-bottom: 0.25rem;
      position: relative;
      margin-bottom: 1.75rem;
      font-weight: 300;
      padding-right: 0.625rem; }
      .featured-products__column h3:after {
        position: absolute;
        left: 0;
        bottom: -2px;
        min-width: 16.5rem;
        border-top: 3px solid #cccb07;
        content: ''; }
        @media (max-width: 767px) {
          .featured-products__column h3:after {
            right: 25px;
            width: inherit;
            min-width: inherit; } }
  .featured-products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.125rem;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding-right: 3.5625rem; }
    @media (max-width: 1200px) {
      .featured-products__item {
        padding-right: 1.5625rem; } }
    @media (max-width: 767px) {
      .featured-products__item {
        margin-bottom: 0.8125rem; } }
    .featured-products__item:hover {
      opacity: 0.85; }
    .featured-products__item--products-carousel {
      padding-right: 0;
      margin-bottom: 0; }
      .featured-products__item--products-carousel:hover {
        opacity: 1; }
      .featured-products__item--products-carousel .featured-products__item-info-inner {
        padding-left: 1.25rem;
        position: relative; }
        @media (max-width: 1600px) {
          .featured-products__item--products-carousel .featured-products__item-info-inner {
            padding-left: 0.9375rem; } }
        @media (max-width: 567px) {
          .featured-products__item--products-carousel .featured-products__item-info-inner {
            padding-left: 10px; } }
        .featured-products__item--products-carousel .featured-products__item-info-inner h4 {
          margin-bottom: 0.625rem; }
        .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add {
          position: absolute;
          right: 0.25rem;
          bottom: 0.625rem;
          top: auto; }
          @media (max-width: 1600px) {
            .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add {
              right: 0; } }
          @media (max-width: 567px) {
            .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add {
              bottom: 5px; } }
          .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add .custom-check label {
            border-color: transparent; }
            @media (max-width: 1600px) {
              .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add .custom-check label {
                width: 1.5625rem;
                height: 1.5625rem; } }
            @media (max-width: 567px) {
              .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add .custom-check label {
                width: 30px;
                height: 30px; } }
            .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add .custom-check label .icon {
              width: 1.5625rem;
              height: 1.4375rem; }
              @media (max-width: 1600px) {
                .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add .custom-check label .icon {
                  width: 1.25rem;
                  height: 1.125rem; } }
              @media (max-width: 567px) {
                .featured-products__item--products-carousel .featured-products__item-info-inner .products-tabs__add .custom-check label .icon {
                  width: 25px;
                  height: 23px; } }
      .featured-products__item--products-carousel .featured-products__item-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32.5%;
                flex: 0 0 32.5%; }
        @media (max-width: 567px) {
          .featured-products__item--products-carousel .featured-products__item-image {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 35.5%;
                    flex: 0 0 35.5%; } }
      .featured-products__item--products-carousel .featured-products__item-info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 67.5%;
                flex: 0 0 67.5%; }
        @media (max-width: 567px) {
          .featured-products__item--products-carousel .featured-products__item-info {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 64.5%;
                    flex: 0 0 64.5%; } }
      .featured-products__item--products-carousel .featured-products__item-info-old-price {
        margin-bottom: 0;
        padding-right: 1.875rem; }
      .featured-products__item--products-carousel .featured-products__item-info-price {
        padding-right: 1.875rem; }
  .featured-products__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.5%;
            flex: 0 0 25.5%; }
    @media (max-width: 767px) {
      .featured-products__item-image {
        width: 75px;
        min-width: 75px;
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit; } }
    .featured-products__item-image .media-wrapper {
      padding-bottom: 133.33%; }
  .featured-products__item-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74.5%;
            flex: 0 0 74.5%; }
  .featured-products__item-info-inner {
    padding-left: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    @media (max-width: 1200px) {
      .featured-products__item-info-inner {
        padding-left: 1.25rem; } }
    .featured-products__item-info-inner h4 {
      font-size: 1rem;
      line-height: 1.1875rem;
      color: #cccb07;
      font-weight: 700;
      margin-bottom: 1.125rem;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 2.5rem;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767px) {
        .featured-products__item-info-inner h4 {
          height: 100%; } }
      .featured-products__item-info-inner h4 span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        padding-bottom: 5px; }
        @media (max-width: 767px) {
          .featured-products__item-info-inner h4 span {
            position: relative; } }
      .featured-products__item-info-inner h4:hover {
        overflow: visible; }
    .featured-products__item-info-inner span {
      display: block; }
  .featured-products__item-info-old-price {
    margin-bottom: 0.3125rem;
    padding: 0 0.125rem 0 0.5625rem; }
    .featured-products__item-info-old-price mark {
      position: relative; }
      .featured-products__item-info-old-price mark:after {
        position: absolute;
        left: 0;
        top: 0.5rem;
        width: 100%;
        border-bottom: 1px solid #d71c1c;
        content: '';
        -webkit-transform: rotate(14deg);
                transform: rotate(14deg); }
  .featured-products__item-info-price {
    font-size: 1rem;
    line-height: 1.1875rem; }

.testimonials {
  padding: 5rem 0; }
  @media (max-width: 767px) {
    .testimonials {
      padding: 2.5rem 0; } }
  @media (max-width: 567px) {
    .testimonials {
      padding: 3.4375rem 0; } }
  .testimonials--two .testimonials__inner {
    margin: 0 -3.125rem; }
  .testimonials--two .testimonials__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.33%;
            flex: 0 0 39.33%; }
  .testimonials--two .testimonials__item-inner {
    padding: 0 3.125rem; }
  .testimonials h2 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.05;
    padding: 0.6875rem 0.8125rem 0.3125rem 0.8125rem;
    margin: auto auto 3.375rem auto;
    background-color: #cccb07;
    display: table; }
    @media (max-width: 767px) {
      .testimonials h2 {
        font-size: 18px;
        line-height: normal;
        padding: 0.5rem 0.8125rem; } }
  .testimonials__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .testimonials__inner {
        display: block; } }
  .testimonials__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
    @media (max-width: 767px) {
      .testimonials__item {
        margin-bottom: 44px; }
        .testimonials__item:last-child {
          margin-bottom: 0; } }
  .testimonials__item-image {
    width: 6.25rem;
    height: 6.25rem;
    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;
    border-radius: 50%;
    margin: 0 auto 0.9375rem; }
    @media (max-width: 767px) {
      .testimonials__item-image {
        width: 72px;
        height: 72px; } }
    .testimonials__item-image-radius {
      border-radius: 43px; }
  .testimonials__item-inner {
    text-align: center;
    font-style: italic;
    padding: 0 0.75rem; }
    .testimonials__item-inner p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #707070;
      position: relative; }
      @media (max-width: 767px) {
        .testimonials__item-inner p {
          font-size: 16px;
          line-height: 22px; } }
      .testimonials__item-inner p::after {
        position: absolute;
        left: 0;
        top: -2.5rem;
        content: '';
        width: 2.0625rem;
        height: 1.875rem;
        background: url("../images/quotation-mark.png") no-repeat center center;
        background-size: cover;
        opacity: 0.4; }
        @media (max-width: 767px) {
          .testimonials__item-inner p::after {
            width: 24px;
            height: 22px;
            top: -30px; } }
    .testimonials__item-inner span {
      font-weight: 400;
      color: #707070;
      padding-top: 0.1875rem;
      display: block; }
      @media (max-width: 767px) {
        .testimonials__item-inner span {
          font-size: 16px;
          line-height: 22px; } }

.text-banner {
  margin: 5rem 0; }
  @media (max-width: 767px) {
    .text-banner {
      margin: 2.5rem 0;
      padding: 0 15px; } }
  .text-banner h2 {
    color: #cccb07;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.375rem;
    margin-bottom: 1.25rem; }
    @media (max-width: 767px) {
      .text-banner h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center; } }
  .text-banner p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.375rem;
    color: #707070;
    margin-bottom: 1.25rem; }
    @media (max-width: 767px) {
      .text-banner p {
        font-size: 16px;
        line-height: 22px; } }
  .text-banner__inner {
    padding: 2.5rem 0; }
    @media (max-width: 767px) {
      .text-banner__inner {
        padding: 15px 0 20px; } }
  .text-banner__cta {
    text-align: center; }
    .text-banner__cta .btn {
      padding: 0 3.375rem 0 1.5625rem;
      margin: 0 auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .text-banner__cta .btn {
          font-size: 18px;
          line-height: 22px;
          height: 35px;
          padding: 0 2.1875rem 0 1rem; } }

.info-notice {
  margin-top: 44px;
  padding: 1em 2em 1em 3em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  border-top-color: #cccb07;
  word-wrap: break-word; }
  @media (max-width: 767px) {
    .info-notice {
      font-size: 13px; } }

.banner {
  padding: 1.5625rem 0;
  background: url("../images/banner-bcg.jpg") no-repeat center center;
  background-size: cover;
  margin: 2.5rem 0;
  display: block; }
  @media (max-width: 567px) {
    .banner {
      margin: 40px 0 0 0;
      padding: 0 0 20px; } }
  .banner--small {
    padding: 0.9375rem 0; }
    @media (max-width: 567px) {
      .banner--small {
        padding: 0 0 20px; } }
  .banner--image {
    display: block;
    padding: 0;
    background: none; }
  .banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 567px) {
      .banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .banner__inner h2 {
      color: #cccb07;
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-weight: 500; }
      @media (max-width: 767px) {
        .banner__inner h2 {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 567px) {
        .banner__inner h2 {
          text-align: center; } }
    .banner__inner p {
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-top: 0.5rem; }
      @media (max-width: 767px) {
        .banner__inner p {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 567px) {
        .banner__inner p {
          margin-top: 18px; } }
  .banner__category {
    background-color: #cccb07;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.4375rem;
    font-weight: 400;
    margin-right: 2.1875rem; }
    @media (max-width: 767px) {
      .banner__category {
        font-size: 20px;
        margin-right: 20px; } }
    @media (max-width: 567px) {
      .banner__category {
        margin: -1rem 0 0 0;
        font-size: 1rem; } }
  .banner__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.375rem; }
    @media (max-width: 567px) {
      .banner__content {
        padding-top: 15px; } }

.card-info {
  padding: 4.375rem 0; }
  .card-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .card-info__inner {
        display: block;
        margin: 0; } }
  .card-info .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 1.875rem; }
    @media (max-width: 767px) {
      .card-info .card {
        padding: 0; } }
  .card-info--three-column .card-info__inner {
    margin: 0 -0.875rem; }
    @media (max-width: 767px) {
      .card-info--three-column .card-info__inner {
        margin: 0; } }
  .card-info--three-column .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 0.875rem; }
    @media (max-width: 767px) {
      .card-info--three-column .card {
        padding: 0; } }
    .card-info--three-column .card__image .media-wrapper {
      padding-bottom: 67.08%; }
    .card-info--three-column .card__info-inner h2 {
      font-size: 1.3125rem;
      line-height: 1.5rem;
      margin-bottom: 0.5rem; }
  .card-info--horizontal .card:hover .btn {
    background-color: #cccb07; }
  .card-info--horizontal .card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .card-info--horizontal .card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .card-info--horizontal .card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%; }
    @media (max-width: 767px) {
      .card-info--horizontal .card__image {
        margin: 22px 0 0; } }
    .card-info--horizontal .card__image .media-wrapper {
      padding-bottom: 66.89%; }
  .card-info--horizontal .card__info-inner {
    padding-right: 1.8125rem; }
    .card-info--horizontal .card__info-inner h2 {
      font-size: 1.125rem;
      line-height: 1.375rem;
      font-weight: 500;
      margin-bottom: 0.625rem; }
    .card-info--horizontal .card__info-inner p {
      font-size: 1rem;
      line-height: 1.1875rem; }
      @media (max-width: 767px) {
        .card-info--horizontal .card__info-inner p {
          font-size: 14px;
          line-height: 18px; } }
  .card-info--single .card-info__inner {
    margin: 0; }
  .card-info--single .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0; }
    .card-info--single .card__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 767px) {
        .card-info--single .card__inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .card-info--single .card__info-inner {
      padding: 0 0 0 2.375rem; }
      @media (max-width: 767px) {
        .card-info--single .card__info-inner {
          padding: 23px 0 0; } }
      .card-info--single .card__info-inner h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300; }
        @media (max-width: 767px) {
          .card-info--single .card__info-inner h2 {
            font-size: 18px;
            line-height: 22px;
            font-weight: 500; } }
    .card-info--single .card__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      @media (max-width: 767px) {
        .card-info--single .card__image {
          width: 100%; } }
      .card-info--single .card__image .media-wrapper {
        padding-bottom: 56.39%; }
  .card-info--video .card__image {
    cursor: pointer; }
    .card-info--video .card__image:hover:after {
      opacity: 0.85; }
    .card-info--video .card__image:after {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: '';
      width: 4.375rem;
      height: 4.875rem;
      background: url("../images/icons/play-icon.svg") no-repeat center center;
      background-size: cover;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 767px) {
        .card-info--video .card__image:after {
          background-size: 51px; } }

@media (max-width: 767px) {
  .card {
    margin-bottom: 35px; }
    .card:last-child {
      margin-bottom: 0; } }

.card__image {
  margin-bottom: 1.25rem;
  position: relative; }
  .card__image .media-wrapper {
    padding-bottom: 48.16%; }
    @media (max-width: 767px) {
      .card__image .media-wrapper {
        padding-bottom: 67.24%; } }

.card__category {
  background-color: #cccb07;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 0.8125rem; }
  @media (max-width: 767px) {
    .card__category {
      padding: 6px 9px; } }

.card__info-inner h2 {
  color: #cccb07;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin-bottom: 1.125rem; }
  @media (max-width: 767px) {
    .card__info-inner h2 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 6px; } }

.card__info-inner p {
  color: #707070;
  line-height: 1.1875rem; }
  @media (max-width: 767px) {
    .card__info-inner p {
      font-size: 14px;
      line-height: 18px; } }

.card__info-inner .btn {
  min-width: 6.125rem;
  height: 1.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.25rem; }

.card-carousel {
  background-color: #f2f2f2;
  padding: 1.6875rem 0 1.25rem; }
  @media (max-width: 567px) {
    .card-carousel {
      background: #fff; } }
  .card-carousel__wrapper {
    padding: 0 3.125rem;
    position: relative; }
    @media (max-width: 567px) {
      .card-carousel__wrapper {
        padding: 0; } }
  .card-carousel__inner {
    overflow: hidden; }
    @media (max-width: 567px) {
      .card-carousel__inner .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important; } }
  .card-carousel__nav-arrow {
    position: absolute;
    left: 0;
    top: 5.9375rem;
    z-index: 1; }
    @media (max-width: 1600px) {
      .card-carousel__nav-arrow {
        top: 5.3125rem; } }
    @media (max-width: 1200px) {
      .card-carousel__nav-arrow {
        top: 4.5rem; } }
    @media (max-width: 567px) {
      .card-carousel__nav-arrow {
        display: none; } }
    .card-carousel__nav-arrow svg {
      width: 1.75rem;
      height: 3.4375rem; }
    .card-carousel__nav-arrow.swiper-button-disabled {
      opacity: 0.3; }
    .card-carousel__nav-arrow--right {
      left: auto;
      right: 0; }
  @media (max-width: 567px) {
    .card-carousel__item {
      margin-bottom: 1.25rem; } }
  .card-carousel__item-image .media-wrapper {
    padding-bottom: 66.75%; }
  .card-carousel__item-info {
    padding: 0 1.875rem; }
    @media (max-width: 1200px) {
      .card-carousel__item-info {
        padding: 0 0.625rem; } }
    @media (max-width: 567px) {
      .card-carousel__item-info {
        padding: 0 20px; } }
  .card-carousel__category {
    background-color: #cccb07;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 0.8125rem; }
    @media (max-width: 767px) {
      .card-carousel__category {
        padding: 6px 9px; } }
  .card-carousel__item-info-inner {
    border: 1px solid #707070;
    background-color: #fff;
    margin-top: -3rem;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 1.0625rem; }
    @media (max-width: 567px) {
      .card-carousel__item-info-inner {
        padding: 15px 10px 30px; } }
    .card-carousel__item-info-inner h2 {
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.375rem;
      margin-bottom: 0.9375rem;
      color: #cccb07; }
      @media (max-width: 567px) {
        .card-carousel__item-info-inner h2 {
          margin-bottom: 3px; } }
    .card-carousel__item-info-inner p {
      color: #707070;
      font-size: 1rem;
      line-height: 1.1875rem; }
      @media (max-width: 567px) {
        .card-carousel__item-info-inner p {
          font-size: 14px;
          line-height: 18px; } }

.products-carousel {
  padding: 2.5rem 0 4.8125rem;
  position: relative; }
  @media (max-width: 767px) {
    .products-carousel {
      padding-bottom: 2.5rem; } }
  .products-carousel__title {
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 1.75rem; }
    .products-carousel__title h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      padding-bottom: 0.25rem;
      position: relative;
      font-weight: 300;
      padding-right: 0.625rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .products-carousel__title h2:after {
        position: absolute;
        left: 0;
        bottom: -2px;
        border-top: 3px solid #cccb07;
        content: '';
        right: -0.9375rem; }
        @media (max-width: 767px) {
          .products-carousel__title h2:after {
            right: 25px;
            width: inherit;
            min-width: inherit; } }
  .products-carousel__inner {
    overflow: hidden; }
  .products-carousel__wrapper {
    padding: 0 1.875rem;
    position: relative; }
    @media (max-width: 567px) {
      .products-carousel__wrapper {
        padding: 0 25px; } }
  .products-carousel__nav-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
    .products-carousel__nav-arrow svg {
      width: 0.9375rem;
      height: 1.9375rem; }
    .products-carousel__nav-arrow.swiper-button-disabled {
      opacity: 0.3; }
    .products-carousel__nav-arrow--right {
      left: auto;
      right: 0; }

.products-carousel-pagination {
  position: absolute;
  bottom: 46px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .products-carousel-pagination {
      display: none; } }
  .products-carousel-pagination .swiper-pagination-bullet {
    width: 1.4375rem;
    height: 0.6875rem;
    background-color: #cccb07;
    opacity: 0.25;
    display: block;
    margin: 0.1875rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer; }
    .products-carousel-pagination .swiper-pagination-bullet:hover {
      opacity: 0.8; }
    .products-carousel-pagination .swiper-pagination-bullet:last-child {
      margin-bottom: 0; }
    .products-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.banners {
  padding: 2.5rem 0; }
  .banners--small .banners__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
  .banners--small .banners__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 0; }
  .banners--small .banners__item-image {
    padding: 1.125rem 0 0 1.125rem; }
    @media (max-width: 767px) {
      .banners--small .banners__item-image {
        padding: 9px 0 6px 9px; } }
  .banners--small .banners__item-info {
    padding: 0.625rem 0.9375rem 0.9375rem 0.9375rem; }
    @media (max-width: 767px) {
      .banners--small .banners__item-info {
        padding: 9px; } }
  .banners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.0625rem; }
    @media (max-width: 767px) {
      .banners__inner {
        display: block; } }
  .banners__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 1.0625rem; }
    @media (max-width: 767px) {
      .banners__item {
        margin-bottom: 10px; } }
  .banners__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 9.6875rem;
    position: relative;
    height: 100%; }
    @media (max-width: 1300px) {
      .banners__item-inner {
        padding-top: 1rem; } }
    @media (max-width: 767px) {
      .banners__item-inner {
        padding-right: 9px;
        min-height: 8.625rem; } }
    .banners__item-inner > picture {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .banners__item-inner > picture img {
        bottom: -9999px;
        height: 100%;
        left: -9999px;
        margin: auto;
        max-width: none;
        position: absolute;
        right: -9999px;
        top: -9999px;
        width: auto; }
  .banners__item-info {
    padding: 1.3125rem 1.75rem 1rem;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .banners__item-info {
        padding: 9px; } }
    .banners__item-info h3 {
      font-size: 1.75rem;
      line-height: 2rem;
      font-weight: 500;
      color: #cccb07;
      margin-bottom: 0.9375rem;
      max-width: 14.625rem; }
      @media (max-width: 992px) {
        .banners__item-info h3 {
          font-size: 1.125rem;
          line-height: 1.375rem;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .banners__item-info h3 {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 19px;
          max-width: 100%;
          letter-spacing: -0.7px; } }
    .banners__item-info p {
      font-size: 1rem;
      line-height: 1.1875rem;
      max-width: 10.375rem; }
      @media (max-width: 767px) {
        .banners__item-info p {
          font-size: 0.875rem;
          line-height: 1.125rem;
          max-width: 100%; } }
  .banners__item-image {
    position: relative;
    z-index: 1;
    max-width: 50%; }
    @media (max-width: 767px) {
      .banners__item-image {
        padding: 6px 0; } }

.payment-options {
  margin-bottom: 2.5rem; }
  @media (max-width: 767px) {
    .payment-options {
      margin-top: 0; } }
  @media (max-width: 567px) {
    .payment-options {
      padding-top: 1.5625rem; } }
  .payment-options__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 567px) {
      .payment-options__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .payment-options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 567px) {
      .payment-options__list {
        margin-bottom: 0.625rem; } }

.docs {
  padding-left: 2.1875rem;
  padding-top: 20px;
  padding-bottom: 20px; }
  .docs h1 {
    color: #231f20;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 1.12;
    text-align: center;
    margin: auto;
    margin-bottom: 2.5rem; }
  .docs .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #b9b3b3;
    border-width: 1px 0 1px 0;
    margin-top: -1px;
    padding: 0.5rem 0; }
    .docs .row .col-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 2.1875rem;
              flex: 0 0 2.1875rem;
      margin-right: 1.6875rem; }
    .docs .row .col-2 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .docs .row .col-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 3.75rem;
              flex: 0 0 3.75rem;
      margin-left: 0.9375rem; }
    .docs .row .col-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 7.6875rem;
              flex: 0 0 7.6875rem;
      margin-left: 4.875rem; }
    .docs .row .new {
      height: 1.625rem;
      background-color: #e23528;
      font-size: 1rem;
      font-weight: 400;
      padding: 0.25rem 0.5rem;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      color: #FFFFFF; }
    .docs .row .btn {
      height: 2.3125rem;
      min-width: 7.6875rem;
      font-size: 0.75rem; }
    .docs .row .date {
      color: #707070;
      font-size: 1rem;
      font-weight: 300;
      margin-bottom: 0.3125rem; }
    .docs .row .title {
      color: #707070;
      font-size: 1.25rem;
      font-weight: 400; }

.dropdown-icons {
  position: relative; }
  .dropdown-icons:hover .dropdown-icons__list {
    opacity: 1; }
  .dropdown-icons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding-top: 0.625rem;
    position: absolute; }
    @media (max-width: 767px) {
      .dropdown-icons__list {
        position: relative;
        opacity: 1;
        text-align: center;
        max-width: 0.0625rem; } }
    .dropdown-icons__list li {
      width: calc(100% / 5); }
      .dropdown-icons__list li a:hover img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      .dropdown-icons__list li img {
        max-width: 1.875rem;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.mobile-login {
  padding: 15px 0; }
  .mobile-login__title h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    color: #231f20;
    border-bottom: 2px solid #dcdcdc;
    padding: 2px; }

.authors {
  margin-top: 2.5rem; }
  @media (max-width: 767px) {
    .authors {
      margin-top: 30px;
      margin-bottom: 55px; } }
  .authors h1 {
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 3.5625rem;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .authors h1 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 7px;
        margin-bottom: 17px; } }
  .authors__category {
    padding-bottom: 2.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #b9b3b3; }
    @media (max-width: 767px) {
      .authors__category {
        margin-bottom: 16px;
        padding-bottom: 15px; } }
    .authors__category:last-child {
      border-bottom: 0; }
      @media (max-width: 767px) {
        .authors__category:last-child {
          border-bottom: 1px solid #b9b3b3; } }
  .authors__autocomplete {
    position: relative;
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .authors__autocomplete {
        margin-bottom: 25px; } }
    .authors__autocomplete i {
      position: absolute;
      right: 0;
      top: 0;
      height: 2.4375rem;
      width: 2.4375rem;
      background: url("../images/icons/search.svg") no-repeat center center;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 767px) {
        .authors__autocomplete i {
          display: none; } }
  .authors__category-letter {
    font-size: 3.125rem;
    font-weight: 300;
    color: #cccb07;
    margin-bottom: 0.8125rem;
    display: block; }
    @media (max-width: 767px) {
      .authors__category-letter {
        font-size: 32px;
        margin-bottom: 3px; } }
  .authors__category-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem; }
    @media (max-width: 767px) {
      .authors__category-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media (max-width: 567px) {
      .authors__category-list {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .authors__category-list li {
      margin-bottom: 0.0625rem;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
      .authors__category-list li a {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media (max-width: 767px) {
          .authors__category-list li a {
            font-size: 14px;
            line-height: 18px; } }
        .authors__category-list li a:hover {
          color: #cccb07; }
  .authors__autocomplete-input {
    border: 1px solid #b8b8b8;
    height: 2.5rem;
    width: 100%;
    padding: 0 0.9375rem;
    font-size: 1.25rem;
    background-color: transparent;
    font-weight: 700;
    color: #707070; }
    @media (max-width: 767px) {
      .authors__autocomplete-input {
        height: 32px;
        font-size: 12px;
        padding: 0 10px; } }
  .authors ::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 400; }
  .authors ::-moz-placeholder {
    color: #707070;
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 400; }
  .authors ::-ms-input-placeholder {
    color: #707070;
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 400; }
  .authors ::placeholder {
    color: #707070;
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 400; }
    @media (max-width: 767px) {
      .authors ::-webkit-input-placeholder {
        opacity: 0.5; }
      .authors ::-moz-placeholder {
        opacity: 0.5; }
      .authors ::-ms-input-placeholder {
        opacity: 0.5; }
      .authors ::placeholder {
        opacity: 0.5; } }

#spinner {
  visibility: hidden;
  width: 30px;
  height: 30px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #538dd1;
  border-radius: 100%;
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#spinner.show {
  visibility: visible; }

.news-details {
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
  overflow-x: auto;
  /* list styles */
  /* ordered lists */
  /* set colours here */ }
  .news-details img {
    height: auto; }
    @media (max-width: 767px) {
      .news-details img {
        width: 100%; } }
  .news-details__date {
    font-size: 1.0625rem;
    color: #707070;
    display: block;
    font-weight: 400;
    margin-bottom: 0.75rem; }
    @media (max-width: 767px) {
      .news-details__date {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 6px; } }
  .news-details h1 {
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 3.5625rem;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .news-details h1 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 7px;
        margin-bottom: 12px; } }
  .news-details h2 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .news-details h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px; } }
  .news-details h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 300;
    margin-bottom: 1.875rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .news-details h3 {
        font-size: 18px;
        line-height: 24px; } }
  .news-details h4,
  .news-details h5,
  .news-details h6 {
    color: #cccb07;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 300;
    margin-bottom: 1.875rem; }
    @media (max-width: 767px) {
      .news-details h4,
      .news-details h5,
      .news-details h6 {
        font-size: 17px;
        line-height: 23px; } }
  .news-details__hero {
    margin-bottom: 1.125rem; }
    .news-details__hero img {
      width: 100%; }
  .news-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.125rem !important; }
    @media (max-width: 767px) {
      .news-details__share {
        margin-bottom: 20px !important; } }
    .news-details__share li {
      margin-left: 0.8125rem;
      padding-left: 0 !important;
      margin-bottom: 0 !important;
      list-style: none !important; }
      .news-details__share li:before {
        display: none !important; }
      .news-details__share li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        list-style: none !important; }
        .news-details__share li a:hover {
          opacity: 0.8; }
        .news-details__share li a svg,
        .news-details__share li a img {
          width: 2rem;
          height: 2rem; }
          @media (max-width: 767px) {
            .news-details__share li a svg,
            .news-details__share li a img {
              width: 22px;
              height: 22px; } }
  @media (max-width: 767px) {
    .news-details p {
      font-size: 12px;
      line-height: 20px; } }
  .news-details p > img {
    width: auto !important;
    height: auto !important; }
  .news-details__intro {
    margin: 0 0 1.875rem; }
    @media (max-width: 767px) {
      .news-details__intro {
        margin-bottom: 25px; } }
    .news-details__intro p {
      font-size: 1.25rem;
      line-height: 1.75rem; }
      @media (max-width: 767px) {
        .news-details__intro p {
          font-size: 15px;
          line-height: 21px; } }
  .news-details img,
  .news-details video,
  .news-details ul,
  .news-details ol,
  .news-details blockquote,
  .news-details p {
    margin: 0 0 1.875rem; }
    @media (max-width: 767px) {
      .news-details img,
      .news-details video,
      .news-details ul,
      .news-details ol,
      .news-details blockquote,
      .news-details p {
        margin-bottom: 25px; } }
    .news-details img:first-child,
    .news-details video:first-child,
    .news-details ul:first-child,
    .news-details ol:first-child,
    .news-details blockquote:first-child,
    .news-details p:first-child {
      margin-top: 0; }
    .news-details img:last-child,
    .news-details video:last-child,
    .news-details ul:last-child,
    .news-details ol:last-child,
    .news-details blockquote:last-child,
    .news-details p:last-child {
      margin-bottom: 0; }
  .news-details hr {
    margin: 1.875rem 0; }
  .news-details iframe {
    display: table;
    margin: auto; }
  .news-details a:not(.btn) {
    color: #cccb07; }
    .news-details a:not(.btn):hover {
      text-decoration: underline; }
  .news-details strong {
    font-weight: 700;
    color: #707070; }
  .news-details a {
    font-weight: 700; }
  .news-details ul,
  .news-details ol {
    padding: 0;
    margin-top: 2.0625rem; }
    .news-details ul li,
    .news-details ol li {
      position: relative;
      list-style: none;
      margin-bottom: 0.75rem;
      font-size: 1.25rem; }
      @media (max-width: 767px) {
        .news-details ul li,
        .news-details ol li {
          font-size: 15px;
          margin-bottom: 4px; } }
  .news-details ol li {
    text-indent: 0;
    padding-left: 1.25rem; }
  .news-details .wc_payment_methods > li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-left: none;
    border-bottom: 0.25rem solid transparent;
    position: absolute;
    left: 0;
    display: block;
    font-style: inherit;
    font-weight: inherit;
    top: 0.3125rem; }
    @media (max-width: 767px) {
      .news-details .wc_payment_methods > li:before {
        border-left: 6px solid #cccb07; } }
  .news-details ol {
    counter-reset: li; }
  .news-details ol > li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; }
  .news-details blockquote {
    position: relative; }
    .news-details blockquote:after, .news-details blockquote:before {
      display: inline-block;
      font-size: inherit;
      color: inherit;
      font-family: inherit; }
    .news-details blockquote:before {
      content: "\AB"; }
    .news-details blockquote:after {
      content: "\BB"; }
  .news-details .table-wrapper {
    overflow-x: auto;
    margin-bottom: 1.875rem;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .news-details .table-wrapper {
        margin-right: -15px;
        margin-bottom: 10px; } }
  .news-details table {
    vertical-align: middle;
    padding: 1.3125rem 0 1.875rem 0;
    width: 100%; }
    .news-details table thead {
      background-color: #cccb07;
      font-size: 0.875rem;
      line-height: 1rem;
      color: #fff; }
      @media (max-width: 767px) {
        .news-details table thead {
          font-size: 12px;
          line-height: 14px; } }
      .news-details table thead tr th {
        padding: 0.75rem 1.0625rem;
        font-weight: 400;
        text-align: left; }
    .news-details table tbody {
      font-size: 0.875rem;
      line-height: 1rem;
      color: #fff; }
      @media (max-width: 767px) {
        .news-details table tbody {
          font-size: 12px;
          line-height: 14px; } }
      .news-details table tbody tr {
        border-bottom: 1px solid #b9b3b3; }
        .news-details table tbody tr td {
          padding: 0.75rem 1.0625rem;
          font-weight: 400;
          text-align: left;
          color: #231f20; }
  .news-details ol li {
    list-style: none; }
  .news-details ul li {
    list-style: disc; }
  .news-details ol {
    list-style-type: decimal; }
  .news-details ol ol {
    list-style-type: upper-alpha; }
  .news-details ol ol ol {
    list-style-type: upper-roman; }
  .news-details ol ol ol ol {
    list-style-type: lower-alpha; }
  .news-details ol ol ol ol ol {
    list-style-type: lower-roman; }
  .news-details ol ol ol ol ol ol {
    list-style-type: lower-greek; }
  .news-details ul li {
    margin-left: 1.25rem;
    margin-top: 0.625rem; }
  .news-details ul ul li {
    margin-left: 1.25rem;
    margin-top: 0.625rem; }
  .news-details ul ul ul li {
    margin-left: 1.25rem;
    margin-top: 0.625rem; }
  .news-details ul ul ul ul li {
    margin-left: 1.25rem;
    margin-top: 0.625rem; }
  .news-details ul ul ul ul ul li {
    margin-left: 1.25rem;
    margin-top: 0.625rem; }
  .news-details ul ul ul ul ul ul li {
    margin-left: 1.25rem;
    margin-top: 0.625rem; }
  .news-details img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .news-details img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .news-details img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .news-details a img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .news-details a img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .news-details a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.content-details {
  margin-top: 2.625rem;
  padding-bottom: 2.5rem;
  overflow-x: auto; }
  .content-details img {
    height: auto; }
    @media (max-width: 767px) {
      .content-details img {
        width: 100%; } }
  .content-details__date {
    font-size: 1.0625rem;
    color: #707070;
    display: block;
    font-weight: 400;
    margin-bottom: 0.75rem; }
    @media (max-width: 767px) {
      .content-details__date {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 6px; } }
  .content-details h1 {
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 3.5625rem;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .content-details h1 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 7px;
        margin-bottom: 12px; } }
  .content-details h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 300;
    margin-bottom: 1.875rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .content-details h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px; } }
  .content-details h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 300;
    margin-bottom: 1.875rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .content-details h3 {
        font-size: 18px;
        line-height: 24px; } }
  .content-details h4,
  .content-details h5,
  .content-details h6 {
    color: #cccb07;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 300;
    margin-bottom: 1.875rem; }
    @media (max-width: 767px) {
      .content-details h4,
      .content-details h5,
      .content-details h6 {
        font-size: 17px;
        line-height: 23px; } }
  .content-details__hero {
    margin-bottom: 1.125rem; }
  .content-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.125rem !important; }
    @media (max-width: 767px) {
      .content-details__share {
        margin-bottom: 20px !important; } }
    .content-details__share li {
      margin-left: 0.8125rem;
      padding-left: 0 !important;
      margin-bottom: 0 !important; }
      .content-details__share li:before {
        display: none !important; }
      .content-details__share li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .content-details__share li a:hover {
          opacity: 0.8; }
        .content-details__share li a svg {
          width: 2rem;
          height: 2rem; }
          @media (max-width: 767px) {
            .content-details__share li a svg {
              width: 22px;
              height: 22px; } }
  @media (max-width: 767px) {
    .content-details p {
      font-size: 12px;
      line-height: 20px; } }
  .content-details__intro {
    margin: 0 0 1.875rem; }
    @media (max-width: 767px) {
      .content-details__intro {
        margin-bottom: 25px; } }
    .content-details__intro p {
      font-size: 1.25rem;
      line-height: 1.75rem; }
      @media (max-width: 767px) {
        .content-details__intro p {
          font-size: 15px;
          line-height: 21px; } }
  .content-details img,
  .content-details video,
  .content-details iframe,
  .content-details ul,
  .content-details ol,
  .content-details blockquote,
  .content-details p {
    margin: 0 0 1.875rem; }
    @media (max-width: 767px) {
      .content-details img,
      .content-details video,
      .content-details iframe,
      .content-details ul,
      .content-details ol,
      .content-details blockquote,
      .content-details p {
        margin-bottom: 25px; } }
    .content-details img:first-child,
    .content-details video:first-child,
    .content-details iframe:first-child,
    .content-details ul:first-child,
    .content-details ol:first-child,
    .content-details blockquote:first-child,
    .content-details p:first-child {
      margin-top: 0; }
    .content-details img:last-child,
    .content-details video:last-child,
    .content-details iframe:last-child,
    .content-details ul:last-child,
    .content-details ol:last-child,
    .content-details blockquote:last-child,
    .content-details p:last-child {
      margin-bottom: 0; }
  .content-details a:not(.btn) {
    color: #1385b3; }
    .content-details a:not(.btn):hover {
      text-decoration: underline; }
  .content-details strong,
  .content-details a {
    font-weight: 500; }
  .content-details ul,
  .content-details ol {
    padding: 0; }
    .content-details ul li,
    .content-details ol li {
      position: relative;
      list-style: none;
      margin-bottom: 0.625rem;
      line-height: 1.25rem;
      text-indent: 0.875rem; }
      @media (max-width: 767px) {
        .content-details ul li,
        .content-details ol li {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 4px;
          text-indent: 10px; } }
  .content-details ol li {
    text-indent: 0;
    padding-left: 1.25rem; }
    @media (max-width: 767px) {
      .content-details ol li {
        padding-left: 12px; } }
  .content-details ul > li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    position: absolute;
    left: 0;
    display: block;
    font-style: inherit;
    font-weight: inherit;
    top: 0.3125rem; }
  .content-details .wc_payment_methods > li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-left: none;
    border-bottom: 0.25rem solid transparent;
    position: absolute;
    left: 0;
    display: block;
    font-style: inherit;
    font-weight: inherit;
    top: 0.3125rem; }
  .content-details ol {
    counter-reset: li; }
  .content-details ol > li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; }
  .content-details blockquote {
    position: relative; }
    .content-details blockquote:after, .content-details blockquote:before {
      display: inline-block;
      font-size: inherit;
      color: inherit;
      font-family: inherit; }
    .content-details blockquote:before {
      content: "\AB"; }
    .content-details blockquote:after {
      content: "\BB"; }
  .content-details .table-wrapper {
    overflow-x: auto;
    margin-bottom: 1.875rem;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .content-details .table-wrapper {
        margin-right: -15px;
        margin-bottom: 10px; } }
  .content-details table {
    vertical-align: middle;
    padding: 1.3125rem 0 1.875rem 0;
    width: 100%; }
    .content-details table thead {
      font-size: 0.875rem;
      line-height: 1rem;
      color: #fff; }
      @media (max-width: 767px) {
        .content-details table thead {
          font-size: 12px;
          line-height: 14px; } }
      .content-details table thead tr th {
        padding: 0.75rem 1.0625rem;
        font-weight: 400;
        text-align: left; }
    .content-details table tbody {
      font-size: 0.875rem;
      line-height: 1rem;
      color: #fff; }
      @media (max-width: 767px) {
        .content-details table tbody {
          font-size: 12px;
          line-height: 14px; } }
      .content-details table tbody tr {
        border-bottom: 1px solid #b9b3b3; }
        .content-details table tbody tr td {
          padding: 0.75rem 1.0625rem;
          font-weight: 400;
          text-align: left;
          color: #231f20; }

.news-list {
  margin-top: 2.625rem;
  padding-bottom: 3.75rem; }
  .news-list h1 {
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 3.5625rem;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    color: #cccb07; }
    @media (max-width: 767px) {
      .news-list h1 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 7px;
        margin-bottom: 12px; } }
  .news-list__item {
    margin-bottom: 1.375rem;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 1.375rem;
    padding-left: 2.375rem; }
    @media (max-width: 767px) {
      .news-list__item {
        margin-bottom: 25px; } }
    .news-list__item h2 {
      font-size: 2.125rem;
      line-height: 2.5rem;
      font-weight: 300;
      margin-bottom: 1.875rem; }
      @media (max-width: 767px) {
        .news-list__item h2 {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 7px; } }
  .news-list__item-date {
    font-size: 1.0625rem;
    color: #707070;
    display: block;
    margin-bottom: 0.6875rem; }
    @media (max-width: 767px) {
      .news-list__item-date {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 6px; } }
  .news-list__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .news-list__item-inner {
        display: block; } }
  .news-list__item-details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .news-list__item-details-inner {
    padding-left: 1.875rem;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .news-list__item-details-inner {
        padding-left: 0;
        padding-top: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .news-list__item-details-inner p {
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin-bottom: 1.25rem;
      width: 100%;
      text-align: left; }
      @media (max-width: 767px) {
        .news-list__item-details-inner p {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 12px; } }
    .news-list__item-details-inner .btn {
      font-weight: 400; }
      @media (max-width: 767px) {
        .news-list__item-details-inner .btn {
          min-width: 148px;
          height: 34px; } }
  .news-list__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.9%;
            flex: 0 0 25.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.contact {
  padding-bottom: 5.3125rem; }
  @media (max-width: 767px) {
    .contact {
      padding-bottom: 35px; } }
  .contact__sub-title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding-top: 0.75rem;
    margin-bottom: 1.875rem; }
    @media (max-width: 767px) {
      .contact__sub-title {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-top: 0.3125rem;
        margin-bottom: 1.625rem; } }
  .contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .contact__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .contact__inner ul {
      margin-bottom: 1.8125rem; }
      @media (max-width: 767px) {
        .contact__inner ul {
          margin-bottom: 20px; } }
      .contact__inner ul li {
        font-size: 1rem;
        line-height: 1.5rem; }
        @media (max-width: 767px) {
          .contact__inner ul li {
            font-size: 14px;
            line-height: 18px; } }
        .contact__inner ul li strong {
          font-weight: 700; }
        .contact__inner ul li a {
          color: #cccb07;
          font-weight: 700; }
    .contact__inner p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 2.8125rem; }
      @media (max-width: 767px) {
        .contact__inner p {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 35px; } }
      .contact__inner p a:not(.btn) {
        color: #cccb07;
        font-weight: 700; }
  .contact__logo {
    margin-bottom: 2.0625rem; }
    @media (max-width: 767px) {
      .contact__logo {
        max-width: 100px;
        margin-bottom: 25px; } }
  .contact__info {
    padding-top: 0.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 6.25rem; }
    @media (max-width: 992px) {
      .contact__info {
        padding-right: 2.5rem; } }
    @media (max-width: 767px) {
      .contact__info {
        padding-right: 0;
        padding-top: 0;
        margin-top: 35px; } }
    .contact__info .btn {
      min-width: 17.375rem;
      margin-top: 0.9375rem; }
      @media (max-width: 567px) {
        .contact__info .btn {
          margin-top: 0;
          width: 100%; } }
  .contact__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 767px) {
      .contact__form .input-field {
        margin-bottom: 20px; } }
    .contact__form .input-field:last-child {
      margin-bottom: 0; }
    .contact__form .input-field textarea {
      border: 1px solid #707070;
      background-color: #fff;
      height: 24.625rem; }
    @media (max-width: 567px) {
      .contact__form .input-field .btn {
        width: 100%; } }

.faq {
  padding-bottom: 6.25rem; }
  @media (max-width: 767px) {
    .faq .page-title {
      margin-bottom: 32px; } }
  .faq__item {
    margin-bottom: 0.9375rem; }
    @media (max-width: 767px) {
      .faq__item {
        margin-bottom: 11px; } }
  .faq__item-trigger {
    border: 1px solid #707070;
    padding: 0.5rem 2.8125rem 0.4375rem 0.9375rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .faq__item-trigger:after {
      width: 0;
      height: 0;
      border-left: 0.3125rem solid transparent;
      border-right: 0.3125rem solid transparent;
      border-top: 0.3125rem solid #707070;
      position: absolute;
      top: 50%;
      right: 0.8125rem;
      content: '';
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 767px) {
        .faq__item-trigger:after {
          right: 8px; } }
    @media (max-width: 767px) {
      .faq__item-trigger {
        padding: 6px 52px 6px 9px; } }
    .faq__item-trigger.is-active {
      background-color: #cccb07; }
      .faq__item-trigger.is-active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
        border-top-color: #fff; }
      .faq__item-trigger.is-active h2 {
        color: #fff; }
    .faq__item-trigger:hover {
      background-color: #cccb07; }
      .faq__item-trigger:hover:after {
        border-top-color: #fff; }
      .faq__item-trigger:hover h2 {
        color: #fff; }
    .faq__item-trigger h2 {
      font-size: 1.375rem;
      line-height: 1.75rem;
      color: #707070;
      font-weight: 300;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 767px) {
        .faq__item-trigger h2 {
          font-size: 14px;
          line-height: 18px; } }
  .faq__item-content {
    padding: 1.4375rem 1.125rem 0.6875rem;
    display: none; }
    @media (max-width: 767px) {
      .faq__item-content {
        padding: 25px 0 8px; } }
    .faq__item-content,
    .faq__item-content * {
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-weight: 300; }
      @media (max-width: 767px) {
        .faq__item-content,
        .faq__item-content * {
          font-size: 12px;
          line-height: 18px; } }
    .faq__item-content ol {
      list-style-type: decimal;
      padding-left: 1.25rem; }
      @media (max-width: 767px) {
        .faq__item-content ol {
          padding-left: 12px; } }

.locations {
  padding-bottom: 8.75rem; }
  @media (max-width: 767px) {
    .locations {
      padding-bottom: 4.375rem; } }
  .locations__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.9375rem;
    padding-top: 1.4375rem; }
    @media (max-width: 767px) {
      .locations__list-wrapper {
        padding-top: 1.875rem;
        margin-bottom: 2.0625rem; } }
    .locations__list-wrapper > div {
      max-width: 37.9375rem;
      width: 100%;
      position: relative; }
      .locations__list-wrapper > div:after {
        border-left: 0.3125rem solid transparent;
        border-right: 0.3125rem solid transparent;
        border-top: 0.3125rem solid #707070;
        content: '';
        position: absolute;
        top: 1.3125rem;
        right: 0.8125rem; }
        @media (max-width: 767px) {
          .locations__list-wrapper > div:after {
            top: 0.8125rem;
            right: 0.5625rem; } }
  .locations__item {
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 1.875rem; }
    @media (max-width: 767px) {
      .locations__item {
        margin-bottom: 0.9375rem; } }
    .locations__item * {
      font-size: 1.25rem;
      font-weight: 700;
      color: #707070; }
      @media (max-width: 767px) {
        .locations__item * {
          font-size: 0.875rem; } }
    .locations__item h2 {
      color: #cccb07;
      margin-bottom: 2.125rem; }
      @media (max-width: 767px) {
        .locations__item h2 {
          margin-bottom: 1.375rem; } }
    .locations__item ul {
      margin-top: 0.25rem; }
      .locations__item ul li {
        font-weight: 300;
        margin-bottom: 0.25rem; }
  .locations__item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .locations__item-details-inner {
    margin-bottom: 1.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-right: 1.25rem; }
    @media (max-width: 767px) {
      .locations__item-details-inner {
        margin-bottom: 0.9375rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }

.product-details {
  margin-bottom: 3.4375rem; }
  .product-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.75rem; }
    @media (max-width: 767px) {
      .product-details__top {
        display: block; } }
    .product-details__top .breadcrumb {
      margin-top: 0; }
      @media (max-width: 767px) {
        .product-details__top .breadcrumb {
          margin-bottom: 3.125rem; } }
      .product-details__top .breadcrumb__list {
        margin-bottom: 0 !important; }
      .product-details__top .breadcrumb .container {
        padding: 0; }
    .product-details__top .btn {
      background-color: #b9b3b3;
      height: 2.5rem;
      font-weight: 700;
      padding: 0 0.625rem; }
      @media (max-width: 767px) {
        .product-details__top .btn {
          height: 1.875rem;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 0 0.4375rem; } }
      .product-details__top .btn .icon {
        width: 0.625rem;
        height: 1.4375rem;
        margin-left: 0.625rem; }
        @media (max-width: 767px) {
          .product-details__top .btn .icon {
            width: 0.5rem;
            height: 1.125rem; } }
  .product-details__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .product-details__inner {
        display: block; } }
  .product-details__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.2%;
            flex: 0 0 41.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .product-details__left .onsale {
      left: 0.625rem !important;
      top: 0.625rem !important; }
    @media (max-width: 767px) {
      .product-details__left {
        margin-bottom: 1.875rem; } }
    .product-details__left .woocommerce-product-gallery {
      padding-bottom: 132%;
      width: 100% !important;
      position: relative !important;
      overflow: hidden; }
    .product-details__left .woocommerce-product-gallery__wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      max-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-details__left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        height: 100%; }
        .product-details__left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
          max-height: 100%; }
  .product-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.875rem; }
    .product-details__social .btn {
      height: 2.25rem;
      padding: 0 0.75rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        .product-details__social .btn {
          height: 1.875rem;
          font-size: 0.875rem;
          padding: 0 0.5625rem; } }
      .product-details__social .btn .icon {
        width: 1.625rem;
        height: 1.625rem;
        margin-left: 0.5rem;
        margin-top: -0.1875rem; }
  .product-details__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 !important; }
    @media (max-width: 567px) {
      .product-details__social-wrapper {
        padding-top: 10px;
        margin-bottom: 23px; } }
    .product-details__social-wrapper li {
      margin-right: 0.8125rem; }
      .product-details__social-wrapper li:last-child {
        margin-right: 0; }
      .product-details__social-wrapper li a {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .product-details__social-wrapper li a:hover {
          opacity: 0.85; }
        .product-details__social-wrapper li a .icon,
        .product-details__social-wrapper li a img,
        .product-details__social-wrapper li a svg {
          width: 2rem;
          height: 2rem;
          fill: #cccb07; }
  .product-details__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.8%;
            flex: 0 0 58.8%;
    padding-left: 4.25rem; }
    @media (max-width: 767px) {
      .product-details__info {
        padding-left: 0; } }
    .product-details__info * {
      color: #707070;
      font-size: 1.25rem;
      font-weight: 400; }
      @media (max-width: 767px) {
        .product-details__info * {
          text-align: center;
          font-size: 0.875rem;
          line-height: 1.125rem; } }
    .product-details__info > p {
      display: block;
      font-size: 1.25rem;
      line-height: normal;
      margin-bottom: 1.875rem; }
      @media (max-width: 767px) {
        .product-details__info > p {
          line-height: 1.125rem;
          margin-bottom: 1.375rem; } }
    .product-details__info h3 {
      font-size: 1.25rem; }
      @media (max-width: 767px) {
        .product-details__info h3 {
          font-size: 0.875rem; } }
      .product-details__info h3.highlight-bcg {
        background-color: #b7b7b7;
        padding: 0.5625rem 1.0625rem 0.5625rem 1.0625rem;
        color: #FFFFFF;
        font-size: 1rem;
        font-weight: 700;
        margin-top: 1.875rem; }
    .product-details__info .amount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .product-details__info .amount,
      .product-details__info .amount * {
        font-size: 2rem;
        font-weight: 700;
        color: #cccb07; }
    .product-details__info .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 1.875rem;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 767px) {
        .product-details__info .price {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .product-details__info .price del {
        opacity: 1 !important;
        position: relative;
        text-decoration: none !important;
        margin-bottom: 0.375rem; }
        @media (max-width: 767px) {
          .product-details__info .price del {
            margin-bottom: 0.9375rem; } }
        .product-details__info .price del:after {
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%;
          border-bottom: 1px solid #d71c1c;
          content: "";
          -webkit-transform: rotate(14deg);
                  transform: rotate(14deg); }
        .product-details__info .price del span {
          font-size: 1.25rem;
          font-weight: 400;
          color: #707070; }
      .product-details__info .price ins {
        text-decoration: none; }
    .product-details__info .stock {
      color: #cccb07 !important;
      font-weight: 400;
      text-align: right; }
    .product-details__info .cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 1.5rem; }
      @media (max-width: 767px) {
        .product-details__info .cart {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .product-details__info .cart .quantity {
        margin-right: 0.875rem !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .product-details__info .cart .quantity {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .product-details__info .cart .quantity > span {
          margin-right: 0.375rem;
          font-size: 1rem;
          font-weight: 300; }
          @media (max-width: 767px) {
            .product-details__info .cart .quantity > span {
              margin-right: 0;
              margin-bottom: 0.3125rem;
              font-size: 0.875rem; } }
        @media (max-width: 767px) {
          .product-details__info .cart .quantity {
            margin-right: 0 !important;
            margin-bottom: 0.75rem !important; } }
        .product-details__info .cart .quantity__inner {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .product-details__info .cart .quantity__cta {
          height: 100%;
          font-size: 1.25rem;
          font-weight: 700;
          width: 1.375rem; }
        .product-details__info .cart .quantity input {
          width: 3.5rem;
          height: 3.5rem;
          color: #707070;
          font-weight: 700;
          font-size: 1.25rem;
          text-align: center; }
          @media (max-width: 767px) {
            .product-details__info .cart .quantity input {
              width: 2.9375rem;
              height: 2.9375rem; } }
        .product-details__info .cart .quantity input::-webkit-outer-spin-button,
        .product-details__info .cart .quantity input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .product-details__info .cart .quantity input[type="number"] {
          -moz-appearance: textfield; }
    .product-details__info .single_add_to_cart_button {
      padding: 0 0.9375rem !important;
      height: 3.375rem;
      min-width: 22.75rem;
      font-size: 1rem;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      color: #fff !important;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
      text-align: center;
      cursor: pointer !important;
      font-weight: 700 !important;
      border-radius: 0 !important;
      background: #cccb07 !important;
      position: relative; }
      .product-details__info .single_add_to_cart_button:after {
        position: absolute;
        right: 0.75rem;
        top: 0.6875rem;
        width: 2.3125rem;
        height: 2.125rem;
        background: url("../images/icons/cart-white.svg") no-repeat center center;
        background-size: cover;
        content: ""; }
        @media (max-width: 767px) {
          .product-details__info .single_add_to_cart_button:after {
            position: relative;
            top: auto;
            right: auto;
            width: 1.75rem;
            height: 1.625rem;
            margin-left: 1.25rem; } }
      @media (max-width: 767px) {
        .product-details__info .single_add_to_cart_button {
          height: 2.9375rem !important;
          font-size: 12px !important; } }
      @media (max-width: 567px) {
        .product-details__info .single_add_to_cart_button {
          width: 100%; } }
      .product-details__info .single_add_to_cart_button:hover {
        color: #fff;
        background-color: #e25420 !important; }
  .product-details__title {
    font-size: 1.875rem;
    color: #cccb07;
    line-height: 2.125rem;
    margin-bottom: 2.5rem;
    max-width: 30.4375rem; }
    @media (max-width: 767px) {
      .product-details__title {
        font-size: 1.375rem;
        line-height: 1rem;
        text-align: center;
        margin-top: 1.5625rem; } }
  .product-details__subtitle {
    font-size: 1.375rem;
    color: #707070;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 1.875rem; }
    @media (max-width: 767px) {
      .product-details__subtitle {
        font-size: 1rem;
        line-height: 1.125rem;
        text-align: center;
        margin-bottom: 0.75rem; } }
  .product-details__authors {
    margin: 0 0 1.6875rem; }
    @media (max-width: 767px) {
      .product-details__authors {
        margin-bottom: 0.75rem; } }
    .product-details__authors small {
      font-size: 0.75rem; }
    .product-details__authors ul {
      margin-top: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 767px) {
        .product-details__authors ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 0 !important; } }
      .product-details__authors ul li {
        margin-right: 0.375rem;
        margin-bottom: 0.625rem; }
        .product-details__authors ul li a {
          color: #cccb07; }
          .product-details__authors ul li a:hover {
            text-decoration: underline; }
  .product-details__other-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.375rem; }
    .product-details__other-info a {
      color: #cccb07; }
      .product-details__other-info a:hover {
        text-decoration: underline; }
    @media (max-width: 767px) {
      .product-details__other-info {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0rem; } }
    .product-details__other-info:last-child {
      margin-bottom: 1.875rem; }
    .product-details__other-info h3 {
      margin-right: 0.25rem; }
    .product-details__other-info ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0 !important; }
      .product-details__other-info ul li a {
        color: #cccb07; }
        .product-details__other-info ul li a:hover {
          text-decoration: underline; }

.products-tabs__item-tag {
  z-index: 899; }

.stock-hidden {
  display: none !important; }

.info h2 {
  font-size: 1.875rem;
  color: #cccb07;
  margin-bottom: 1.5rem; }

.info p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #707070; }

.info img,
.info video,
.info iframe,
.info ul,
.info ol,
.info blockquote,
.info p {
  margin: 0 0 1.875rem; }
  @media (max-width: 767px) {
    .info img,
    .info video,
    .info iframe,
    .info ul,
    .info ol,
    .info blockquote,
    .info p {
      margin-bottom: 25px; } }
  .info img:first-child,
  .info video:first-child,
  .info iframe:first-child,
  .info ul:first-child,
  .info ol:first-child,
  .info blockquote:first-child,
  .info p:first-child {
    margin-top: 0; }
  .info img:last-child,
  .info video:last-child,
  .info iframe:last-child,
  .info ul:last-child,
  .info ol:last-child,
  .info blockquote:last-child,
  .info p:last-child {
    margin-bottom: 0; }

.info a:not(.btn) {
  color: #1385b3; }
  .info a:not(.btn):hover {
    text-decoration: underline; }

.info strong,
.info a {
  font-weight: 500; }

.info ul,
.info ol {
  padding: 0; }
  .info ul li,
  .info ol li {
    position: relative;
    list-style: none;
    margin-bottom: 0.625rem;
    text-indent: 0.875rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #707070; }

.info ol li {
  text-indent: 0;
  padding-left: 1.25rem; }

.info ul > li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.5rem solid #cccb07;
  border-bottom: 0.25rem solid transparent;
  position: absolute;
  left: 0;
  display: block;
  font-style: inherit;
  font-weight: inherit;
  top: 0.6875rem; }

.info h3,
.info h4,
.info h5,
.info h6 {
  color: #cccb07;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: 300;
  margin-bottom: 1.875rem; }

.info h3 {
  font-size: 1.75rem;
  line-height: 2.25rem; }

.products-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
  position: relative; }
  @media (max-width: 767px) {
    .products-list-wrapper {
      overflow: visible !important; } }
  .products-list-wrapper--product {
    display: block; }
  .products-list-wrapper .woocommerce-notices-wrapper {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 0.9375rem; }
    @media (max-width: 767px) {
      .products-list-wrapper .woocommerce-notices-wrapper {
        font-size: 12px; } }
    .products-list-wrapper .woocommerce-notices-wrapper .button {
      background-color: transparent;
      color: #cccb07;
      padding: 0;
      margin-left: 0.9375rem;
      white-space: nowrap; }
      .products-list-wrapper .woocommerce-notices-wrapper .button:hover {
        color: #005073;
        background-color: transparent; }
    .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-message,
    .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-error {
      padding: 0.625rem;
      border-top: 0;
      font-weight: 600;
      padding-left: 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 0; }
      .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-message:before,
      .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-error:before {
        color: #cccb07;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0.9375rem; }
      .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-message li,
      .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-error li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .products-list-wrapper .woocommerce-notices-wrapper .woocommerce-error:before {
      content: '\E016';
      color: #d71c1c; }

.products {
  padding-top: 2.0625rem !important; }
  @media (max-width: 767px) {
    .products {
      padding-top: 25px; } }
  .products .tabs.wc-tabs {
    display: none; }
  .products .woocommerce-tabs h2 {
    font-size: 1.875rem;
    color: #cccb07;
    margin-bottom: 1.5rem; }
  .products .woocommerce-tabs p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #707070; }
  .products .materials .woof_products_top_panel {
    padding-left: 0rem; }
  .products .woof_products_top_panel {
    padding-left: 3.125rem;
    line-height: normal;
    padding-right: 5rem;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .products .woof_products_top_panel {
        padding-left: 1.25rem;
        margin: 0 0 35px; } }
    .products .woof_products_top_panel ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .products .woof_products_top_panel ul li {
        border-radius: 0.4375rem;
        border: 1px solid #b8b8b8;
        margin-right: 0.3125rem !important;
        margin-bottom: 0.3125rem !important; }
        .products .woof_products_top_panel ul li a {
          display: block;
          font-size: 0.875rem;
          padding: 0.125rem 0.5rem 0.125rem 0.25rem;
          color: #707070;
          position: relative; }
          @media (max-width: 767px) {
            .products .woof_products_top_panel ul li a {
              font-size: 0.75rem; } }
          .products .woof_products_top_panel ul li a::after {
            position: absolute;
            right: 1.3125rem;
            top: 0;
            height: 100%;
            content: '';
            border-right: 1px solid #b8b8b8; }
          .products .woof_products_top_panel ul li a .woof_remove_ppi {
            background: url("../images/icons/close.svg") no-repeat center right;
            padding-right: 1.0625rem;
            display: block; }
  .products .materials .woof_products_top_panel {
    padding-left: 0rem; }
  .products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.25rem -1.875rem 0 0 !important; }
    @media (max-width: 992px) {
      .products .products {
        margin: 2.25rem -1.5625rem 0 0 !important; } }
    @media (max-width: 767px) {
      .products .products {
        margin: 0 !important; } }
    .products .products .shop_buttons--list {
      display: none;
      width: 8.4375rem; }
      @media (max-width: 767px) {
        .products .products .shop_buttons--list {
          width: 100%; } }
      .products .products .shop_buttons--list .price {
        font-size: 1.125rem !important;
        font-weight: 700 !important;
        color: #cccb07 !important;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 0.9375rem !important;
        text-align: center;
        margin-bottom: 0.75rem;
        display: block; }
        @media (max-width: 767px) {
          .products .products .shop_buttons--list .price {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 126px;
                    flex: 0 0 126px;
            text-align: left;
            margin-bottom: 0 !important; } }
        .products .products .shop_buttons--list .price del {
          opacity: 1 !important;
          position: relative;
          text-decoration: none !important;
          margin-bottom: 0.375rem; }
          @media (max-width: 767px) {
            .products .products .shop_buttons--list .price del {
              margin-bottom: 0.9375rem; } }
          .products .products .shop_buttons--list .price del:after {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            border-bottom: 1px solid #d71c1c;
            content: "";
            -webkit-transform: rotate(14deg);
                    transform: rotate(14deg); }
          .products .products .shop_buttons--list .price del span {
            font-size: 0.9375rem;
            font-weight: 400;
            color: #707070; }
        .products .products .shop_buttons--list .price ins {
          text-decoration: none;
          margin-top: 3px;
          display: block; }
      .products .products .shop_buttons--list .shop_buttons__inner {
        background-color: #f6f6f5;
        padding: 0.625rem 0.3125rem; }
        @media (max-width: 767px) {
          .products .products .shop_buttons--list .shop_buttons__inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0.625rem 0;
            background-color: transparent; }
            .products .products .shop_buttons--list .shop_buttons__inner .shop_buttons_wrapp {
              margin-top: -17px; } }
      .products .products .shop_buttons--list .btn {
        min-width: 6.1875rem;
        height: 2.25rem;
        background-color: #cccb07;
        font-size: 0.875rem;
        font-weight: 700;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        width: 100%;
        margin-bottom: 0.875rem; }
        @media (max-width: 767px) {
          .products .products .shop_buttons--list .btn {
            min-width: 10.125rem;
            height: 1.4375rem;
            font-size: 12px;
            margin-bottom: 9px; } }
        .products .products .shop_buttons--list .btn:hover {
          background-color: #ef991d; }
      .products .products .shop_buttons--list .button {
        min-width: 6.1875rem;
        width: 100%;
        height: 2.25rem;
        background-color: #cccb07;
        font-size: 0.75rem;
        font-weight: 700;
        border-radius: 0;
        color: #fff;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 0 2.5rem 0 0.3125rem; }
        @media (max-width: 767px) {
          .products .products .shop_buttons--list .button {
            min-width: 10.125rem;
            height: 1.4375rem;
            font-size: 12px;
            padding: 0 0.3125rem; } }
        .products .products .shop_buttons--list .button:after {
          background: url("../images/icons/cart.svg") no-repeat center center transparent;
          background-size: 80%;
          height: 100%;
          width: 2.1875rem;
          background-color: #fff;
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          border: 1px solid #707070;
          border-left-width: 0; }
          @media (max-width: 767px) {
            .products .products .shop_buttons--list .button:after {
              display: none; } }
        .products .products .shop_buttons--list .button:hover {
          background-color: #005073; }
      .products .products .shop_buttons--list .berocket_lgv_additional_data {
        display: none; }
  .products .berocket_lgv_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0.3125rem;
    right: 0; }
    @media (max-width: 767px) {
      .products .berocket_lgv_widget {
        margin-bottom: 20px; } }
    .products .berocket_lgv_widget .berocket_lgv_set {
      border-radius: 0 !important;
      border: 1px solid #707070;
      background: #fff !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #707070 !important;
      line-height: normal;
      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: 2.0625rem !important;
      height: 1.875rem !important; }
      .products .berocket_lgv_widget .berocket_lgv_set:hover {
        border: 1px solid #707070;
        border: 1px solid #707070;
        background-color: #707070 !important;
        color: #fff !important; }
      .products .berocket_lgv_widget .berocket_lgv_set.berocket_lgv_button_list {
        margin-left: -1px; }
      .products .berocket_lgv_widget .berocket_lgv_set.selected {
        border: 1px solid #707070;
        background-color: #707070 !important;
        color: #fff !important; }
    .products .berocket_lgv_widget .view-switch {
      border: 1px solid #707070;
      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;
      height: 28px;
      width: 33px;
      cursor: pointer;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .products .berocket_lgv_widget .view-switch:nth-child(2) {
        margin-left: -1px; }
      .products .berocket_lgv_widget .view-switch svg {
        fill: #707070;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .products .berocket_lgv_widget .view-switch:hover, .products .berocket_lgv_widget .view-switch.active {
        background-color: #707070; }
        .products .berocket_lgv_widget .view-switch:hover svg, .products .berocket_lgv_widget .view-switch.active svg {
          fill: #FFFFFF; }
  .products .product-item-wrapper {
    margin: 0 0 4rem;
    width: 33.29%;
    padding: 0 1.875rem;
    border-right: 1px solid #707070;
    position: relative; }
    .products .product-item-wrapper:after {
      position: absolute;
      left: 0;
      bottom: -1.9375rem;
      border-bottom: 1px solid #707070;
      content: '';
      width: 300%; }
      @media (max-width: 992px) {
        .products .product-item-wrapper:after {
          bottom: -16px; } }
      @media (max-width: 767px) {
        .products .product-item-wrapper:after {
          bottom: -24px; } }
    .products .product-item-wrapper:nth-child(3n+1):after {
      left: 1.875rem; }
      @media (max-width: 992px) {
        .products .product-item-wrapper:nth-child(3n+1):after {
          left: 21px; } }
      @media (max-width: 767px) {
        .products .product-item-wrapper:nth-child(3n+1):after {
          left: 0; } }
    @media (max-width: 992px) {
      .products .product-item-wrapper {
        padding: 0 1.5625rem;
        margin: 0 0 2.5rem; } }
    @media (max-width: 767px) {
      .products .product-item-wrapper {
        width: 100%;
        border-right: 0;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .products .product-item-wrapper .berocket_lgv_list_grid {
          max-width: 300px; } }
  .products .berocket_lgv_list_grid {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    position: relative; }
    .products .berocket_lgv_list_grid.berocket_lgv_grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .products .berocket_lgv_list_grid.berocket_lgv_grid .products-tabs__item-tag {
        left: 0;
        top: 4.625rem;
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem 0.1875rem;
        z-index: 9999; }
      .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 100%;
        position: relative;
        margin-bottom: 18px; }
        .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__image img {
          bottom: auto;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%;
          height: auto;
          min-width: auto;
          right: auto;
          position: absolute;
          width: auto; }
      .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__title {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 1.25rem !important;
        font-weight: 400;
        color: #707070;
        height: 2.5625rem;
        overflow: hidden;
        padding: 0 !important;
        margin-bottom: 0.875rem !important;
        position: relative;
        z-index: 999; }
        @media (max-width: 767px) {
          .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__title {
            height: 100%; } }
        .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__title span {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          padding-bottom: 5px; }
          @media (max-width: 767px) {
            .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__title span {
              position: relative; } }
        .products .berocket_lgv_list_grid.berocket_lgv_grid .woocommerce-loop-product__title:hover {
          overflow: visible; }
      .products .berocket_lgv_list_grid.berocket_lgv_grid .shop_buttons {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
    .products .berocket_lgv_list_grid.berocket_lgv_list {
      border-right: 0 !important;
      width: 7.5625rem !important;
      padding: 0 !important;
      margin: 0 0 1.0625rem !important; }
      @media (max-width: 767px) {
        .products .berocket_lgv_list_grid.berocket_lgv_list {
          width: 6.3125rem !important;
          margin: 0 !important; }
          .products .berocket_lgv_list_grid.berocket_lgv_list .woocommerce-loop-product__title {
            display: none; } }
      .products .berocket_lgv_list_grid.berocket_lgv_list .products-grid-item-title,
      .products .berocket_lgv_list_grid.berocket_lgv_list .shop_buttons {
        display: none; }
    .products .berocket_lgv_list_grid .products-grid-item-title {
      margin-bottom: 0.9375rem;
      height: 4.25rem;
      overflow: hidden; }
    .products .berocket_lgv_list_grid .onsale {
      top: 6.25rem !important;
      right: 4.375rem !important; }
    .products .berocket_lgv_list_grid h4 {
      overflow: hidden; }
      .products .berocket_lgv_list_grid h4 a {
        font-size: 1.125rem;
        line-height: 1.375rem;
        color: #707070; }
    .products .berocket_lgv_list_grid .products-grid-subtitle {
      font-size: 0.875rem;
      font-weight: 300; }
    .products .berocket_lgv_list_grid .shop_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 0.75rem; }
      .products .berocket_lgv_list_grid .shop_buttons .price {
        font-size: 1.125rem !important;
        font-weight: 700 !important;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 1.0625rem !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #e23528 !important; }
        .products .berocket_lgv_list_grid .shop_buttons .price del {
          opacity: 1 !important;
          position: relative;
          text-decoration: none !important;
          margin-right: 0.375rem;
          color: #707070;
          font-size: 0.9375rem;
          font-weight: 400; }
          @media (max-width: 767px) {
            .products .berocket_lgv_list_grid .shop_buttons .price del {
              margin-bottom: 0.9375rem; } }
          .products .berocket_lgv_list_grid .shop_buttons .price del:after {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            border-bottom: 1px solid #d71c1c;
            content: "";
            -webkit-transform: rotate(14deg);
                    transform: rotate(14deg); }
          .products .berocket_lgv_list_grid .shop_buttons .price del span {
            font-size: 0.9375rem;
            font-weight: 400;
            color: #707070; }
        .products .berocket_lgv_list_grid .shop_buttons .price ins {
          text-decoration: none; }
      .products .berocket_lgv_list_grid .shop_buttons .btn {
        min-width: 6.1875rem;
        height: 2.25rem;
        background-color: #cccb07;
        font-size: 0.75rem;
        font-weight: 700;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%; }
        @media (max-width: 1200px) {
          .products .berocket_lgv_list_grid .shop_buttons .btn {
            min-width: inherit; } }
        @media (max-width: 992px) {
          .products .berocket_lgv_list_grid .shop_buttons .btn {
            min-width: 100%;
            margin-bottom: 0.625rem; } }
        .products .berocket_lgv_list_grid .shop_buttons .btn:hover {
          background-color: #ef991d; }
      .products .berocket_lgv_list_grid .shop_buttons .button {
        display: none; }
      .products .berocket_lgv_list_grid .shop_buttons .add_to_cart_button {
        min-width: 6.1875rem;
        height: 2.25rem;
        background-color: #cccb07;
        font-size: 0.75rem;
        font-weight: 700;
        border-radius: 0;
        color: #fff;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 0 3.125rem 0 0.9375rem;
        margin-top: 0 !important; }
        @media (max-width: 992px) {
          .products .berocket_lgv_list_grid .shop_buttons .add_to_cart_button {
            min-width: 100%; } }
        @media (max-width: 767px) {
          .products .berocket_lgv_list_grid .shop_buttons .add_to_cart_button {
            min-width: 10.125rem;
            height: 2.25rem;
            font-size: 12px;
            padding: 0 0.3125rem;
            width: 100%; } }
        .products .berocket_lgv_list_grid .shop_buttons .add_to_cart_button:after {
          background: url("../images/icons/cart.svg") no-repeat center center transparent;
          background-size: 80%;
          height: 100%;
          width: 2.1875rem;
          background-color: #fff;
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          border: 1px solid #707070;
          background-size: 1.375rem 1.25rem;
          border-left-width: 0; }
          @media (max-width: 767px) {
            .products .berocket_lgv_list_grid .shop_buttons .add_to_cart_button:after {
              display: none; } }
        .products .berocket_lgv_list_grid .shop_buttons .add_to_cart_button:hover {
          background-color: #005073; }
      .products .berocket_lgv_list_grid .shop_buttons .added_to_cart {
        color: #cccb07;
        font-weight: 400;
        font-size: 0.875rem;
        display: block;
        width: 100%; }

.products-filters {
  padding: 0 1.75rem 0 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.45%;
          flex: 0 0 18.45%;
  border-right: 1px solid #707070; }
  @media (max-width: 992px) {
    .products-filters {
      padding: 0 1.5625rem 0 0 !important; } }
  @media (max-width: 767px) {
    .products-filters {
      width: 226px !important;
      min-width: 226px;
      margin-left: -226px;
      border-right: 0;
      padding: 0 1.25rem !important;
      -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: margin-left;
      opacity: 0;
      visibility: hidden; }
      .products-filters.is-active {
        margin-left: -30px;
        position: relative;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        margin-right: 35px; } }
  @media (max-width: 567px) {
    .products-filters.is-active {
      margin-left: -15px; } }
  .products-filters .products-filters__trigger {
    display: block;
    float: inherit;
    margin-bottom: 1.5625rem;
    margin-top: 0.875rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .products-filters .products-filters__trigger {
        display: none; } }
  .products-filters__trigger {
    float: left;
    display: none;
    width: 29px;
    height: 21px;
    background: url("../images/icons/filters-trigger.svg") no-repeat center center; }
    @media (max-width: 767px) {
      .products-filters__trigger {
        display: block;
        margin-bottom: 20px;
        margin-top: 14px; } }
  .products-filters h4 {
    border-left: 3px solid  #e6e6e6;
    padding: 0.5rem 2.1875rem 0.375rem 0.875rem;
    color: #cccb07;
    text-transform: uppercase;
    position: relative;
    line-height: 1.1875rem; }
    @media (max-width: 992px) {
      .products-filters h4 {
        font-size: 0.875rem;
        line-height: 1rem; } }
    .products-filters h4 .woof_front_toggle {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 0; }
      .products-filters h4 .woof_front_toggle:after {
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #707070;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .products-filters h4 .woof_front_toggle.woof_front_toggle_opened:after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
                transform: translateY(-50%) rotate(-180deg); }
  .products-filters button.woof_reset_search_form {
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 0.8125rem; }
  .products-filters .woof_container_subject,
  .products-filters .woof_container {
    padding-bottom: 0 !important; }
  .products-filters .woof_container {
    margin-bottom: 0.625rem; }
  .products-filters .woof_block_html_items {
    margin-top: 1.125rem;
    margin-bottom: 0.375rem;
    width: 100% !important; }
    .products-filters .woof_block_html_items.woof_closed_block {
      display: none; }
  .products-filters .woof_list_checkbox {
    padding-left: 1.0625rem; }
    .products-filters .woof_list_checkbox li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 0.5625rem; }
      .products-filters .woof_list_checkbox li:last-child {
        padding-bottom: 0; }
      .products-filters .woof_list_checkbox li input[type="checkbox"],
      .products-filters .woof_list_checkbox li input[type="radio"] {
        display: none; }
        .products-filters .woof_list_checkbox li input[type="checkbox"]:checked + label:after,
        .products-filters .woof_list_checkbox li input[type="radio"]:checked + label:after {
          background: url("../images/check.svg") no-repeat center center;
          background-size: 9px 7px; }
      .products-filters .woof_list_checkbox li label {
        position: relative;
        display: block;
        line-height: 1rem;
        padding: 0 0 0 0.9375rem;
        cursor: pointer;
        color: #707070;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        font-size: 0.875rem;
        font-weight: 400; }
        @media (max-width: 767px) {
          .products-filters .woof_list_checkbox li label {
            font-size: 12px;
            padding-left: 18px; } }
        .products-filters .woof_list_checkbox li label::after {
          position: absolute;
          left: 0;
          top: 0.125rem;
          width: 0.6875rem;
          height: 0.6875rem;
          border: 1px solid #b8b8b8;
          background-color: #ffffff;
          content: ''; }
          @media (max-width: 767px) {
            .products-filters .woof_list_checkbox li label::after {
              width: 11px;
              height: 11px;
              top: 3px; } }
      .products-filters .woof_list_checkbox li ul li label {
        font-weight: 300;
        color: #707070; }
  .products-filters .woof_childs_list {
    padding-left: 1.125rem;
    padding-top: 0.625rem; }

.woocommerce-pagination .page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-pagination .page-numbers li {
    border-radius: 0.375rem;
    border: 0 !important;
    margin: 0 1px !important;
    background-color: #f6f6f5; }
    .woocommerce-pagination .page-numbers li span,
    .woocommerce-pagination .page-numbers li a {
      width: 1.8125rem;
      height: 1.8125rem;
      padding: 0.125rem 0 0 0 !important;
      font-size: 0.75rem !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #707070;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .woocommerce-pagination .page-numbers li span.current,
      .woocommerce-pagination .page-numbers li a.current {
        background-color: #b9b3b3 !important; }

ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
          box-shadow: none; }

.berocket_lgv_additional_data {
  padding-left: 6.5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3.125rem;
  max-width: inherit; }
  @media (max-width: 992px) {
    .berocket_lgv_additional_data {
      padding: 0 1.5625rem; } }
  @media (max-width: 767px) {
    .berocket_lgv_additional_data {
      padding-right: 0; } }
  .berocket_lgv_additional_data .lgv_link {
    font-size: 1.25rem;
    color: #707070;
    line-height: normal;
    margin-bottom: 0.875rem;
    overflow: hidden;
    font-weight: 400; }
    @media (max-width: 767px) {
      .berocket_lgv_additional_data .lgv_link {
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 0.625rem; } }
  .berocket_lgv_additional_data p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #707070;
    margin-bottom: 0.9375rem; }
    @media (max-width: 767px) {
      .berocket_lgv_additional_data p {
        font-size: 0.75rem;
        line-height: 0.875rem; } }
  @media (max-width: 767px) {
    .berocket_lgv_additional_data .product_meta {
      display: none; } }
  .berocket_lgv_additional_data .product_meta span {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #707070;
    display: block;
    margin-bottom: 0.625rem; }
  .berocket_lgv_additional_data .product_meta .posted_in {
    display: none; }
  .berocket_lgv_additional_data .lgv_price {
    display: none; }
  .berocket_lgv_additional_data .lgv_meta {
    display: none; }

body.list-view .shop_buttons--list {
  display: block !important; }

body.list-view .products .products {
  margin-left: 0 !important;
  padding-left: 4.1875rem; }
  @media (max-width: 992px) {
    body.list-view .products .products {
      padding-left: 1.5625rem; } }
  @media (max-width: 767px) {
    body.list-view .products .products {
      padding-left: 0;
      width: 100%; } }

body.list-view .product-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0;
  position: relative;
  border-right: 0 !important;
  margin-bottom: 1.0625rem; }
  body.list-view .product-item-wrapper:after {
    position: absolute;
    left: 0 !important;
    right: 1.875rem !important;
    bottom: 0;
    border-bottom: 2px solid #dcdcdc;
    content: ''; }
    @media (max-width: 992px) {
      body.list-view .product-item-wrapper:after {
        right: 1.5625rem !important; } }
    @media (max-width: 767px) {
      body.list-view .product-item-wrapper:after {
        right: 0 !important; } }
  @media (max-width: 767px) {
    body.list-view .product-item-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 0.625rem;
      margin-bottom: 1.375rem;
      border-right: 0;
      padding-right: 0 !important; } }

.related.products {
  background-color: #f6f6f5;
  padding: 1.5625rem 0 0 !important;
  margin: 3.125rem 0 !important; }
  .related.products h2 {
    font-size: 1.875rem;
    color: #cccb07;
    margin-bottom: 1.75rem;
    text-align: center;
    padding: 0 1.25rem !important;
    width: 100%; }
    .related.products h2 span {
      background-color: transparent !important; }
  .related.products .products.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 !important;
    padding: 0; }
    .related.products .products.list .product-item-wrapper {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      width: inherit;
      margin: 0 0 1.25rem !important;
      padding: 0 1.25rem !important;
      border-right: 1px solid #b8b8b8;
      border-bottom: 0; }
      @media (max-width: 992px) {
        .related.products .products.list .product-item-wrapper {
          padding: 0 0.9375rem !important; } }
      @media (max-width: 767px) {
        .related.products .products.list .product-item-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
          .related.products .products.list .product-item-wrapper:nth-child(2n+0) {
            border: 0; }
          .related.products .products.list .product-item-wrapper .shop_buttons__inner {
            display: block; }
            .related.products .products.list .product-item-wrapper .shop_buttons__inner .price {
              text-align: center;
              margin-bottom: 15px !important; }
              .related.products .products.list .product-item-wrapper .shop_buttons__inner .price del {
                margin-bottom: 5px; }
          .related.products .products.list .product-item-wrapper .shop_buttons_wrapp {
            margin-top: 10px; } }
      @media (max-width: 567px) {
        .related.products .products.list .product-item-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          border: 0; } }
      .related.products .products.list .product-item-wrapper img {
        margin-top: 0; }
        @media (max-width: 567px) {
          .related.products .products.list .product-item-wrapper img {
            width: 100%; } }
      .related.products .products.list .product-item-wrapper:nth-child(5n+0) {
        border: 0; }
      .related.products .products.list .product-item-wrapper .berocket_lgv_additional_data {
        padding: 0;
        height: 3rem;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0.3125rem; }
        .related.products .products.list .product-item-wrapper .berocket_lgv_additional_data .product_meta,
        .related.products .products.list .product-item-wrapper .berocket_lgv_additional_data p {
          display: none; }
      .related.products .products.list .product-item-wrapper .berocket_lgv_after_additional {
        display: none !important; }
      .related.products .products.list .product-item-wrapper .shop_buttons,
      .related.products .products.list .product-item-wrapper .berocket_lgv_list {
        width: 100% !important; }
      .related.products .products.list .product-item-wrapper .berocket_lgv_list {
        margin-bottom: 5px !important; }
    .related.products .products.list li h4 {
      font-size: 1.25rem;
      color: #707070;
      line-height: normal;
      margin-bottom: 0.25rem;
      height: 3.0625rem;
      overflow: hidden; }
      @media (max-width: 767px) {
        .related.products .products.list li h4 {
          height: 2.1875rem; } }
    .related.products .products.list li small {
      font-size: 1.125rem; }
    .related.products .products.list li img {
      margin: 0.625rem 0; }
    .related.products .products.list li .price {
      color: #cccb07;
      font-size: 1.125rem;
      font-weight: 700; }
    .related.products .products.list li .add_to_cart_button {
      border-radius: 0;
      color: #fff;
      padding: 12px 20px !important;
      margin-top: 0;
      font-size: 0;
      width: 1.625rem;
      height: 2.25rem; }
  .related.products .product-item-wrapper:after {
    display: none; }
  @media (max-width: 767px) {
    .related.products .product-item-wrapper {
      width: 100%; } }
  .related.products .berocket_lgv_additional_data {
    padding: 0; }
    @media (max-width: 767px) {
      .related.products .berocket_lgv_additional_data {
        margin-top: 15px; } }

.products-filters-results {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; }
  .products-filters-results__loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .products-filters-results__loader.hide {
      opacity: 0;
      visibility: hidden; }
  .products-filters-results__loader-circle {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #cccb07;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    margin: 9.375rem auto 0; }
    @media (max-width: 767px) {
      .products-filters-results__loader-circle {
        margin-top: 100px;
        width: 40px;
        height: 40px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #cccb07; } }

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

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

.berocket_lgv_widget {
  z-index: 9999; }

.registration {
  padding-bottom: 7.5rem; }
  @media (max-width: 767px) {
    .registration {
      padding-bottom: 0.625rem; } }
  .registration__intro {
    max-width: 55.625rem;
    margin: 0 auto 0.9375rem; }
    @media (max-width: 767px) {
      .registration__intro {
        border-bottom: 1px solid #b9b3b3;
        padding-bottom: 1.875rem; } }
    .registration__intro p {
      font-size: 1rem;
      line-height: 1.375rem;
      text-align: center; }
      @media (max-width: 767px) {
        .registration__intro p {
          font-size: 0.75rem;
          line-height: 1rem; } }
  .registration__green {
    color: green; }
  .registration__inner {
    max-width: 39.375rem;
    margin: 0 auto; }
    .registration__inner .input-field label {
      font-weight: 300;
      position: relative; }
      .registration__inner .input-field label mark {
        position: absolute;
        top: -0.625rem;
        margin-left: 0.3125rem; }
        @media (max-width: 767px) {
          .registration__inner .input-field label mark {
            top: -0.375rem;
            margin-left: 0.125rem; } }
  .registration__techer-form-wrapper {
    padding: 1.875rem 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #b9b3b3;
    margin: 1.875rem -0.5rem 4.0625rem; }
    @media (max-width: 767px) {
      .registration__techer-form-wrapper {
        margin: 0.5rem 0 2.1875rem;
        padding: 1.25rem 0; } }
  .registration__cta {
    margin: 0 -0.5rem; }
    @media (max-width: 767px) {
      .registration__cta {
        margin: 0; } }
    .registration__cta .custom-check {
      margin-bottom: 1.0625rem; }
      .registration__cta .custom-check label {
        font-weight: 700; }
    .registration__cta > p {
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.375rem;
      color: #707070;
      margin-bottom: 2.125rem; }
      @media (max-width: 767px) {
        .registration__cta > p {
          font-size: 0.75rem;
          line-height: 0.875rem; } }
    .registration__cta .btn {
      max-width: 23.125rem;
      width: 100%;
      height: 2rem;
      margin-bottom: 3.125rem; }
      @media (max-width: 767px) {
        .registration__cta .btn {
          margin-bottom: 2.5rem; } }
    .registration__cta a {
      font-weight: 700;
      color: #cccb07; }
      @media (max-width: 767px) {
        .registration__cta a {
          font-size: 0.75rem; } }
  .registration__techer-form {
    padding: 1.9375rem 0.5rem 0; }
    @media (max-width: 767px) {
      .registration__techer-form {
        padding: 0.75rem 0 0; } }
    .registration__techer-form .input-field {
      margin-bottom: 1.125rem; }
      .registration__techer-form .input-field .checkboxes {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        padding: 0;
        margin-bottom: 0; }
    .registration__techer-form h3,
    .registration__techer-form h4 {
      font-size: 1rem;
      line-height: 1.25rem;
      color: #707070; }
      @media (max-width: 767px) {
        .registration__techer-form h3,
        .registration__techer-form h4 {
          font-size: 0.75rem;
          line-height: 0.875rem; } }
    .registration__techer-form h3 {
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 0.625rem; }
    .registration__techer-form h4 {
      margin-bottom: 1.25rem; }
      @media (max-width: 767px) {
        .registration__techer-form h4 {
          margin-bottom: 0.9375rem; } }
    .registration__techer-form .custom-check {
      width: 100%;
      margin-bottom: 0.25rem; }
  .registration__techer-form-select {
    position: relative; }
    .registration__techer-form-select select {
      background-color: #fff;
      border: 1px solid #707070;
      color: #707070; }
    .registration__techer-form-select:after {
      border-left: 0.3125rem solid transparent;
      border-right: 0.3125rem solid transparent;
      border-top: 0.3125rem solid #707070;
      content: '';
      position: absolute;
      top: 1.3125rem;
      right: 0.8125rem; }
      @media (max-width: 767px) {
        .registration__techer-form-select:after {
          top: 0.8125rem;
          right: 0.5625rem; } }

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 1.875rem; } }

@media (max-width: 767px) {
  .woocommerce-Addresses {
    margin-top: 1.875rem; } }

.woocommerce-Address {
  margin-bottom: 2.5rem; }
  .woocommerce-Address address {
    line-height: 1.5rem; }

.woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9375rem; }
  .woocommerce-Address-title:after, .woocommerce-Address-title::before {
    display: none !important; }
  .woocommerce-Address-title h3 {
    margin-bottom: 0; }

.btn--form-save {
  color: #fff !important;
  background-color: #cccb07 !important;
  float: right;
  margin-top: 1.25rem !important;
  margin-right: 3px !important; }

@media (max-width: 767px) {
  .woocommerce-address-fields .select2-container--default .select2-selection--single {
    height: 32px; } }

@media (max-width: 767px) {
  .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px; } }

@media (max-width: 767px) {
  .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px; } }

.woocommerce-MyAccount-content .woocommerce-form-row span {
  font-size: 0.8125rem;
  line-height: 0.9375rem; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content .woocommerce-form-row span {
      font-size: 0.6875rem;
      line-height: 0.8125rem; } }
  .woocommerce-MyAccount-content .woocommerce-form-row span.show-password-input {
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .woocommerce-MyAccount-content .woocommerce-form-row span.show-password-input {
        font-size: 0.875rem; } }

.woocommerce-MyAccount-content fieldset legend {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 3px;
  margin: 1.875rem 0 0.625rem;
  display: block;
  float: left; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-content fieldset legend {
      font-size: 1rem; } }

/*TODO: ovo izmeniti*/
@media (min-width: 993px) {
  /* ---------------------
      WOOCOMMERCE
      --------------------- */
  body .woocommerce .col2-set .col-1 {
    width: 100%; }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 48%;
    float: left; }
  #order_review_heading,
  .woocommerce #order_review,
  .woocommerce-page #order_review {
    float: left;
    width: 48%;
    margin-left: 2%; } }

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  width: 100px !important; }

.materials {
  padding-left: 2.25rem;
  padding-bottom: 20px; }
  .materials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 3.125rem; }
    .materials__item:not(:first-child) {
      padding-top: 3.125rem; }
      @media (max-width: 767px) {
        .materials__item:not(:first-child) {
          padding-top: 0.9375rem; } }
    @media (max-width: 767px) {
      .materials__item {
        display: block;
        padding-bottom: 0.9375rem;
        padding-top: 0.9375rem; } }
    .materials__item .left {
      color: #707070;
      max-width: 720px; }
      @media (max-width: 1300px) {
        .materials__item .left {
          padding-right: 1.5625rem; } }
      @media (max-width: 767px) {
        .materials__item .left {
          padding-right: 0; } }
      @media (max-width: 567px) {
        .materials__item .left {
          padding: 0; } }
      .materials__item .left .materials__item-date {
        font-size: 1rem; }
      .materials__item .left .materials__item-title {
        padding: 0.5rem 0 0.75rem 0; }
        .materials__item .left .materials__item-title h2 {
          font-size: 1.25rem;
          font-weight: 400; }
        .materials__item .left .materials__item-title span {
          font-size: 18px; }
      .materials__item .left p {
        font-size: 16px;
        line-height: 1.13; }
        @media (max-width: 767px) {
          .materials__item .left p {
            padding-bottom: 1.125rem; } }
    .materials__item .right .dropdown-icons .btn {
      min-width: 12.25rem;
      height: 1.9375rem; }
    .materials__item .right .dropdown-icons__list {
      min-width: 12.25rem; }

.permission_tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.permission_tooltip_text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
.permission_tooltip:hover .permission_tooltip_text {
  visibility: visible; }

.about__cover {
  padding: 4.0625rem 0;
  min-height: 49.0625rem;
  background-image: linear-gradient(222deg, #cccb07 0%, #cccb07 100%);
  margin-top: 1.4375rem; }
  .about__cover .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about__cover .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.55%;
            flex: 0 0 79.55%;
    margin-left: -17.6%;
    padding-right: 0.9375rem; }
  .about__cover .row p {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4; }
    .about__cover .row p strong {
      font-weight: 700; }
  .about__cover .row--intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -75%;
    max-width: 162.4%;
    margin-bottom: 3.4375rem; }
    .about__cover .row--intro img {
      min-width: 9.5rem; }
    .about__cover .row--intro p {
      padding-left: 3.375rem; }

.about__counters {
  width: 15.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.5rem;
          flex: 0 0 15.5rem; }
  @media (max-width: 767px) {
    .about__counters {
      margin: auto;
      width: 100%;
      max-width: 28.125rem; } }

.about__counters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10rem; }
  @media (max-width: 767px) {
    .about__counters-wrapper {
      padding-top: 3.75rem; } }
  .about__counters-wrapper .item {
    width: 100%;
    border-radius: 1.25rem;
    background-color: #cccb07;
    text-align: center;
    padding-bottom: 0.5625rem; }
    .about__counters-wrapper .item:nth-child(even) {
      background-color: #f6f6d9; }
    .about__counters-wrapper .item span {
      color: #FFFFFF;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.9;
      display: block; }
    .about__counters-wrapper .item strong {
      color: #FFFFFF;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 0.95;
      display: block; }

.mission {
  padding-top: 4.875rem;
  padding-bottom: 4.625rem; }
  .mission h2 {
    color: #231f20;
    font-size: 3.125rem;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #b9b3b3;
    padding-bottom: 0.5rem;
    margin-bottom: 3.1875rem; }
  .mission__content svg {
    margin: 0 auto;
    display: table;
    margin-bottom: 3.3125rem;
    max-width: 31.25rem; }
    .mission__content svg a {
      pointer-events: auto;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .mission__content svg a:hover {
        opacity: 0.75; }
  .mission__content p {
    color: #231f20;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4; }

.about-us__inner {
  padding-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .about-us__inner {
      display: block; } }

.about-us .text-content {
  padding-right: 4.5rem; }
  @media (max-width: 767px) {
    .about-us .text-content {
      padding: 0; } }
  .about-us .text-content p {
    font-size: 1.25rem;
    line-height: 1.4; }

.awards {
  background-color: #f8f6f6;
  padding: 3.75rem 0 3.375rem 0; }
  .awards h2 {
    color: #231f20;
    font-size: 3.125rem;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #b9b3b3;
    padding-bottom: 0.5rem;
    margin-bottom: 3.1875rem; }
  .awards .btn {
    height: 2.125rem;
    min-width: 7.125rem;
    max-width: 7.125rem;
    margin: auto;
    margin-top: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

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