@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 600;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Bold.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-Bold.ttf?fbd2sr") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-BoldItalic.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-BoldItalic.ttf?fbd2sr") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-DemiBold.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf?fbd2sr") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-DemiBoldItalic.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-DemiBoldItalic.ttf?fbd2sr") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Heavy.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-Heavy.ttf?fbd2sr") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-HeavyItalic.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-HeavyItalic.ttf?fbd2sr") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Italic.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-Italic.ttf?fbd2sr") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Medium.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-Medium.ttf?fbd2sr") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-MediumItalic.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-MediumItalic.ttf?fbd2sr") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Regular.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-Regular.ttf?fbd2sr") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-UltraLight.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-UltraLight.ttf?fbd2sr") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-UltraLightItalic.woff?fbd2sr") format("woff"), url("../fonts/AvenirNext-UltraLightItalic.ttf?fbd2sr") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'black_jackregular';
  src: url("../fonts/blackjack-webfont.woff?fbd2sr") format("woff"), url("../fonts/blackjack-webfont.ttf?fbd2sr") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.jcf-list ul, .accordion-base, .breadcrumbs, .starrating, .thumbnail-box .color-list, .social-networks, .top-nav, .nav, .drop-holder .menu, .drop-holder .column .text ul, .product-list, .point-box .column .contact, .product-text-description .logos-list, .product-text-description .list, .smart-list, .forum-section .starrating, .comment-list, .comment-list .user-info, .comment-list .answer-hold .answer-list, .product-listing, .advice-and-service, .progress-bar-holder .step, .my-account-menu, .select-menu .slide ul, .cycle-gallery .counter, .pagination ul, .slick-dots, .sidebar-menu, .sidebar-menu .choice-list, .category-list, .epigraph-list, .step-box .link-box, .different-link, .footer-nav-holder .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, .drop-holder .menu:after, .point-box .column:after, .product-text-description .logos-list:after, .forum-section .starrating:after, .comment-list .user-info:after, .product-listing:after, .progress-bar-holder .step:after, .product-popup:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

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

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

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 15px/1.2 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 34px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

.subtitle {
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 15px;
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: url("/images/line-orange-2.svg") 0 100%/98px 8px no-repeat;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 25px;
  }
}

p {
  margin: 0 0 1em;
}

a {
  color: #f3a000;
  transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
}

blockquote {
  font-size: 18px;
  margin: 0 0 28px;
  padding: 3px 20px 0;
  line-height: 1.38889;
  border-left: 2px solid #f3a000;
}
blockquote p:last-of-type, blockquote p:only-child {
  margin-bottom: 0;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.form-holder {
  position: relative;
  padding: 51px 0 37px;
}
@media (max-width: 767px) {
  .form-holder {
    padding: 25px 0;
  }
}
.form-holder:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #f6f6f6;
  position: absolute;
}
.form-holder > * {
  position: relative;
}
.form-holder .form-title-holder {
  margin-bottom: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d8d8d8;
}
.form-holder .form-title {
  line-height: 1;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 4px;
}
.form-holder .form-subtitle {
  color: #bc2b0b;
  margin-bottom: 0;
  font: 32px/1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.form-holder .holder {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .form-holder .holder {
    padding: 0;
  }
}
.form-holder .form-info {
  font-size: 15px;
  margin-bottom: 31px;
}
.form-holder .form-info p:last-of-type, .form-holder .form-info p:only-child {
  margin-bottom: 0;
}
.form-holder .btn-holder {
  display: flex;
  margin: 0 -10px;
  padding: 11px 0 0;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1278px) {
  .form-holder .btn-holder {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1099px) {
  .form-holder .btn-holder {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .form-holder .btn-holder {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .form-holder .btn-holder {
    align-items: center;
    flex-direction: column;
  }
}
.form-holder .btn-holder.input-added {
  align-items: flex-end;
}
@media (max-width: 1278px) {
  .form-holder .btn-holder.input-added {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .form-holder .btn-holder.input-added {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .form-holder .btn-holder.input-added {
    align-items: center;
  }
}
.form-holder .btn-holder > * {
  width: 50%;
  margin: 0 10px;
}
@media (max-width: 1278px) {
  .form-holder .btn-holder > * {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .form-holder .btn-box {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .form-holder .btn-box {
    margin-bottom: 10px;
    padding: 0;
  }
}
.form-holder .btn-box a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}
.form-holder .btn-box a:hover {
  text-decoration: underline;
}
.form-holder .jcf-file {
  width: 240px;
  line-height: 1;
  font-size: 15px;
  border-radius: 2px;
  position: relative;
  margin-bottom: 8px;
  padding: 8px 10px 8px 42px;
  border: 2px solid #d8d8d8;
  display: block;
  height: 40px;
}
@media (max-width: 1278px) {
  .form-holder .jcf-file {
    margin: 0 auto 4px;
  }
}
@media (max-width: 991px) {
  .form-holder .jcf-file {
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .form-holder .jcf-file {
    margin: 0 auto 8px;
  }
}
.form-holder .jcf-file:before {
  top: 50%;
  left: 8px;
  line-height: 1;
  font-size: 27px;
  content: "";
  position: absolute;
  font-family: 'icomoon' !important;
  transform: translateY(-50%);
}
.form-holder .jcf-file .jcf-upload-button {
  display: none;
}
.form-holder .jcf-file .jcf-fake-input {
  margin: 0;
  padding: 0;
  height: auto;
  border: none;
  display: block;
  line-height: inherit;
  width: auto;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
}
.form-holder .btn {
  padding: 11px 15px;
  border-radius: 2px;
  border: 0;
  max-width: 240px;
}
.form-holder .btn-text {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 1278px) {
  .form-holder .btn-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .form-holder .btn-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .form-holder .btn-text {
    text-align: center;
  }
}

.form-group-row {
  display: flex;
  margin: 0 -10px 26px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-group-row {
    margin: 0;
    flex-direction: column;
  }
}
.form-group-row .form-group {
  width: 50%;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .form-group-row .form-group {
    width: 100%;
    margin: 0 0 15px;
  }
}

.form-group {
  line-height: 1;
  font-size: 15px;
  margin-bottom: 15px;
}
.form-group--hidden {
  display: none;
}
.form-group .file-desc {
  font-size: 13px;
  font-style: italic;
}
.form-group.input-error input[type='text'],
.form-group.input-error input[type='tel'],
.form-group.input-error input[type='email'],
.form-group.input-error input[type='search'],
.form-group.input-error input[type='password'],
.form-group.input-error input[type='date'],
.form-group.input-error textarea {
  background: #FFD6DB;
}
.form-group.input-error .invalid-text {
  max-height: 35px;
}
.form-group label {
  margin-bottom: 6px;
  vertical-align: top;
  display: inline-block;
}
.form-group label.lbl-catalog-select {
  margin-top: 5px;
  display: block;
}
.form-group input[type='text'],
.form-group input[type='tel'],
.form-group input[type='email'],
.form-group input[type='search'],
.form-group input[type='password'],
.form-group input[type='date'],
.form-group textarea {
  width: 100%;
  outline: none;
  display: block;
  padding: 8px 10px;
  background: #fff;
  border-radius: 2px;
  line-height: inherit;
  border: 2px solid #d8d8d8;
}
.form-group input[type='text']:focus,
.form-group input[type='tel']:focus,
.form-group input[type='email']:focus,
.form-group input[type='search']:focus,
.form-group input[type='password']:focus,
.form-group input[type='date']:focus,
.form-group textarea:focus {
  border-color: #d8d8d8;
}
.form-group textarea {
  resize: none;
  padding-bottom: 14px;
}
.form-group .invalid-text {
  max-height: 0;
  color: #FF001F;
  line-height: 1;
  font-size: 13px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.form-group .invalid-text span {
  padding: 10px 0 0;
  vertical-align: top;
  display: inline-block;
}
.form-group .product-selector__button, .form-group .product-selector__drawer {
  width: 100%;
  outline: none;
  display: block;
  padding: 8px 10px;
  background: #fff;
  border-radius: 2px;
  line-height: inherit;
  border: 2px solid #d8d8d8;
}
.form-group .product-selector__button span, .form-group .product-selector__drawer span {
  float: right;
  transform: scale(0.6);
  margin-top: -0.8rem;
}
.form-group .product-selector__button {
  cursor: pointer;
}
.form-group .product-selector__button p {
  margin: 0;
}
.form-group .product-selector__drawer.hidden {
  display: none;
}
.form-group .product-selector__option {
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  min-height: 80px;
}
.form-group .product-selector__option:last-child {
  border-bottom: none;
}
.form-group .product-selector__option:hover {
  background-color: whitesmoke;
  cursor: pointer;
}
.form-group .product-selector__reference {
  margin: 0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='date'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  padding: 0.4em 0.7em;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='date']:focus,
textarea:focus {
  border-color: #000;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='date']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #b0b0b0;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='date']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b0b0b0;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='date'].placeholder,
textarea.placeholder {
  color: #b0b0b0;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #b0b0b0;
}
textarea:-moz-placeholder {
  color: #b0b0b0;
}
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
textarea.placeholder {
  color: #b0b0b0;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* custom checkbox styles */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 42px;
  width: 124px;
}
.jcf-number input {
  -moz-appearance: textfield;
}
.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 3px 42px 3px 42px;
  margin: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #f1f1f1;
  width: 42px;
  height: 40px;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}
.jcf-number .jcf-btn-dec:before, .jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #000;
  transform: translateX(-50%) translateY(-50%);
}
.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
  right: auto;
  left: 1px;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.jcf-number .jcf-btn-inc:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 2px;
  top: 50%;
  left: 50%;
  background: #000;
  transform: translateX(-50%) translateY(-50%);
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #6d6d6d;
  margin: 0 22px 0 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  cursor: pointer;
}
.jcf-checkbox.jcf-checked {
  background: #f3a000;
  border-color: #f3a000;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #d8d8d8;
  background: #fff;
  min-width: 150px;
  height: 42px;
  cursor: pointer;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 38px;
  margin: 0 40px 0 20px;
  cursor: pointer;
}
.jcf-select .jcf-select-text span,
.jcf-select .jcf-select-text img {
  display: inline-block;
  vertical-align: middle;
}
.jcf-select .jcf-select-text span {
  margin: 0 0 0 12px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.jcf-select .jcf-select-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font: 8px/1 "icomoon";
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 999999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d8d8d8;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 13px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100% !important;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list ul .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 12px 9px 12px 54px;
  color: #000;
  height: 1%;
  position: relative;
  border-top: 1px solid #d8d8d8;
  cursor: pointer;
}
.jcf-list .jcf-option img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-scrollbar-vertical {
  width: 4px;
}
.jcf-list .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 4px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-item .jcf-list .jcf-option {
  padding: 12px 9px 12px 37px;
}
.jcf-select-item .jcf-list .jcf-option img {
  left: 10px;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom file input styles */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}
.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px;
}
.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}

/* custom scrollbars styles */
.select-menu .slide ul.pp-scrollable {
  overflow: auto;
  margin-right: 5px;
  width: calc(100% - 5px) !important;
  height: 100px;
}
.select-menu .slide ul.pp-scrollable::-webkit-scrollbar, .select-menu .slide ul.pp-scrollable::-webkit-scrollbar-track {
  cursor: default;
  background: #d2d2d2;
  width: 7px;
  bottom: 0;
  right: 5px;
  top: 0;
  border-radius: 50px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  height: auto;
}
.select-menu .slide ul.pp-scrollable::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  width: 7px;
  height: auto;
  border-radius: 16px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #d2d2d2;
  width: 7px;
  bottom: 0;
  right: 6px;
  top: 0;
  border-radius: 50px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #4a4a4a;
  height: 1px;
  width: 7px;
  border-radius: 16px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* custom range input styles */
/* range input */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 100%;
}
.jcf-range .jcf-range-track {
  position: relative;
  display: block;
  height: 3px;
}
.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #9b9b9b;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
}
.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 0;
  right: 0;
}
.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #f3a000;
  width: 3px;
  height: 3px;
}
.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -3px;
  padding: 0 0 0 3px;
}
.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -3px 0 0;
  padding: 0 3px 0 0;
}
.jcf-range .jcf-range-handle {
  position: absolute;
  background: #f3a000;
  width: 3px;
  height: 19px;
  margin: -8px 0 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px;
}
.jcf-range .jcf-active-handle {
  z-index: 2;
}

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3;
}

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}

.jcf-radio span {
  display: none;
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fbd2sr");
  src: url("../fonts/icomoon.eot?fbd2sr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fbd2sr") format("truetype"), url("../fonts/icomoon.woff?fbd2sr") format("woff"), url("../fonts/icomoon.svg?fbd2sr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-chevron-lg-bottom:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chevron-lg-top:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-bons-plans:before {
  content: "";
}

.icon-car:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-choisir:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-double-chat:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-setting:before {
  content: "";
}

.icon-palm:before {
  content: "";
}

.icon-paylib:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-zoom:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-svg-1:before {
  content: "";
}

.icon-test:before {
  content: "";
}

.icon-uniE927:before {
  content: "";
}

.icon-uniE928:before {
  content: "";
}

.icon-uniE929:before {
  content: "";
}

.icon-uniE92A:before {
  content: "";
}

.icon-uniE92B:before {
  content: "";
}

.icon-uniE92C:before {
  content: "";
}

/* .icon-cb-x3 .path1:before {
  content: "\e91d";
  color: rgb(0, 0, 0);
}
.icon-cb-x3 .path2:before {
  content: "\e91e";
  margin-left: -2.6025390625em;
  color: rgb(29, 29, 29);
}
.icon-cb-x3 .path3:before {
  content: "\e91f";
  margin-left: -2.6025390625em;
  color: rgb(29, 29, 29);
}
.icon-cb-x4 .path1:before {
  content: "\e920";
  color: rgb(0, 0, 0);
}
.icon-cb-x4 .path2:before {
  content: "\e921";
  margin-left: -2.591796875em;
  color: rgb(29, 29, 29);
}
.icon-cb-x4 .path3:before {
  content: "\e922";
  margin-left: -2.591796875em;
  color: rgb(29, 29, 29);
} */
/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide img.zones-click {
  height: 45px;
  width: 45px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  z-index: 9999;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 13px;
  border-radius: 50px;
  background: #4a4a4a;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1299px) {
  .badge {
    font-size: 15px;
  }
}
.badge.orange {
  background: #f3a000;
  color: #000;
  font-size: 0.7em;
}
.badge.new {
  font-size: 0.7em;
  padding: 11px 5px;
}

.badge-item {
  display: inline-block;
  padding: 2px 4px;
  background: #0bc162;
  color: #fff;
  font-size: 13px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 14px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  min-width: 210px;
  transition: background .3s ease;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.btn-outline-white:hover {
  background: #fff;
  color: #4a4a4a;
}
.btn-outline-gray {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  background: none;
}
.btn-outline-gray:hover {
  background: #4a4a4a;
  color: #fff;
}

.btn-white {
  background: #fff;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn-orange {
  background: #f3a000;
}
.btn-orange:hover {
  background: rgba(243, 160, 0, 0.7);
}

.btn-red {
  background: #bc2b0b;
}
.btn-red:hover {
  background: rgba(188, 43, 11, 0.7);
}

.btn-gray {
  background: #4a4a4a;
  color: #fff;
}
.btn-gray:hover {
  background: rgba(74, 74, 74, 0.7);
}

.btn-black {
  background: #000;
  color: #fff;
}
.btn-black:hover {
  background: rgba(0, 0, 0, 0.7);
}
.btn-black i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  font-size: 16px;
}

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

.btn-discover {
  cursor: pointer;
}

.accordion-base {
  font-size: 15px;
  line-height: 1.333334;
}
.accordion-base li.active .opener:after {
  transform: rotateX(180deg) translateY(-50%);
}
.accordion-base .opener {
  color: #000;
  display: block;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  padding: 23px 35px 23px 19px;
  border-top: 1px solid #D8D8D8;
}
.accordion-base .opener:after {
  top: 50%;
  right: 21px;
  font-size: 8px;
  line-height: 1;
  content: "";
  position: absolute;
  will-change: transform;
  transform-origin: 0% 0%;
  font-family: 'icomoon' !important;
  transform: rotateX(0deg) translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.accordion-base .slide {
  padding: 2px 20px 35px 19px;
  border-bottom: 1px solid #D8D8D8;
}
.accordion-base p {
  margin-bottom: 0;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 13px;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: 11px;
  }
}
.breadcrumbs a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li + li:before {
  color: #4a4a4a;
  content: "/\00a0";
  font-weight: 400;
}

.btn-popup-concours {
  z-index: 10000 !important;
  background: #eca40f;
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  position: fixed;
  right: -93px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none !important;
}
.btn-popup-concours:hover,
.btn-popup-concours a {
  text-decoration: none !important;
}

.alert-box {
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  font-size: 16px;
  display: none;
}

.alert-box-error {
  border: 1px solid crimson;
  color: crimson;
  font-weight: bold;
}

.succes-alert-box {
  display: none;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  padding: 2rem 2rem;
}
.succes-alert-box h3 {
  text-align: center;
}

.form-concours .magasin-list-box {
  width: 100%;
  padding: 3px;
}
.form-concours .magasin-list-box .magasin-select {
  width: 100%;
  padding: 3px;
}
.form-concours .get-zip-box {
  flex-direction: column;
  padding: 1rem 0;
}
.form-concours .get-zip-box .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-concours .get-zip-box .get-zip-btn {
  min-width: unset;
  font-size: 13px;
  border: 0;
  margin-left: 10px;
}
.form-concours select {
  width: 100% !important;
  position: relative;
  width: 100%;
  outline: none;
  display: block;
  padding: 8px 10px;
  background: #fff;
  border-radius: 2px;
  line-height: inherit;
  border: 2px solid #d8d8d8;
}

.popup-jeu-concours {
  display: none;
}
.popup-jeu-concours .inner-popup-jeu-concours {
  width: 767px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 3rem auto 1rem auto;
  padding: 0.5rem;
}
.popup-jeu-concours .inner-popup-jeu-concours h1 {
  line-height: 2rem;
  text-align: center;
}
.popup-jeu-concours .inner-popup-jeu-concours h1 b {
  color: #eca40f;
}
.popup-jeu-concours .pl-contest__tab {
  display: block;
}
.popup-jeu-concours .pl-contest__tab--confirm {
  display: none;
}

@media screen and (max-width: 968px) {
  .popup-jeu-concours {
    display: none;
    width: 95%;
    min-height: 500px;
  }
  .popup-jeu-concours .inner-popup-jeu-concours {
    width: 100%;
    margin: 3rem auto 1rem auto;
    padding: 1rem;
  }
}
.proloisirs-contest__intro {
  margin: 20px 0;
  padding: 20px;
  background: #eca40f;
  text-align: center;
}
.proloisirs-contest__intro strong {
  display: block;
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
}
.proloisirs-contest__intro, .proloisirs-contest__intro a {
  color: white;
}
.proloisirs-contest__intro a {
  font-weight: bold;
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 64px;
}
@media (max-width: 1278px) {
  .container {
    padding: 0 15px;
  }
}

.main-holder {
  overflow: hidden;
  display: flex;
}
@media (max-width: 767px) {
  .main-holder {
    flex-wrap: wrap;
  }
}
.main-holder #sidebar {
  width: 23%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-holder #sidebar {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .main-holder #sidebar {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}

.pl-cart--prds-linked-detail {
  display: block;
  border: 1px solid #d8d8d8;
  margin: 0 0 10px;
  padding: 0;
}
.pl-cart--prds-linked-detail__item {
  display: flex;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .pl-cart--prds-linked-detail__item {
    flex-wrap: wrap;
  }
}
.pl-cart--prds-linked-detail__item .col {
  padding: 0 !important;
  margin: 0;
  border: 0;
}
.pl-cart--prds-linked-detail__item .col:first-child {
  margin: 10px;
}
@media (max-width: 991px) {
  .pl-cart--prds-linked-detail__item .col:first-child {
    width: calc( 100% - 20px ) !important;
  }
}
.pl-cart--prds-linked-detail__item .col .heading {
  padding: 10px !important;
}
.pl-cart--prds-linked-detail__item h4 {
  display: block;
  font-size: 12px;
}
.pl-cart--prds-linked-detail__item:last-child {
  border: 0;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  width: 100%;
}

.configurator .check-slider .jcf-radio.jcf-checked + .radio-holder .img-block {
  border: 1px solid #f3a000;
}
.configurator .check-slider .jcf-radio.jcf-checked + .radio-holder .title {
  background-color: #f3a000;
}
.configurator .back-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  color: #4a4a4a;
  padding: 0;
  line-height: 1;
  margin: 0;
  top: 7px;
}
.configurator .back-btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: color 0.3s ease-in-out;
  content: "";
  font-size: 18px;
  color: #979797;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.configurator .back-btn:hover {
  color: #f3a000;
  text-decoration: none;
}
.configurator .steps-list-menu {
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 2rem 1rem;
  text-align: center;
  margin: 0;
  list-style: none;
}
.configurator .steps-list-menu li {
  position: relative;
  padding: 0 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
}
.configurator .steps-list-menu li:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e933";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f3a000;
  font-size: 0.8rem;
}
.configurator .steps-list-menu li:last-child:before {
  content: "" !important;
}
.configurator .steps-list-menu a {
  color: #000;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  display: inline-block;
  vertical-align: top;
}
.configurator .steps-list-menu a.disabled {
  color: #979797;
  pointer-events: none;
}
.configurator .steps-list-menu a.active, .configurator .steps-list-menu a:hover {
  background-color: #f3a000;
}

.orange-link {
  color: #f3a000;
  text-decoration: none;
}
.orange-link:hover {
  text-decoration: underline;
}

.link-red {
  color: #bc2b0b;
  text-decoration: none;
}

.starrating {
  line-height: 0;
}
.starrating li {
  display: inline-block;
  vertical-align: middle;
}

.price {
  color: #bc2b0b;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.price.gratis {
  text-transform: uppercase;
}
.price.inline {
  display: inline;
}

.old-price {
  text-decoration: line-through;
  color: #6d6d6d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  font-size: 13px;
  font-weight: 400;
}

.head {
  text-align: center;
  padding: 0 0 21px;
}
@media (max-width: 767px) {
  .head {
    padding: 0 5px 20px;
  }
}
.head .section-description {
  display: block;
  color: #646464;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 4px;
  font-size: 14px;
}
@media (max-width: 1299px) {
  .head .section-description {
    padding: 0 0 10px;
  }
}
.head .h1,
.head h1 {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-family: "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 34px;
}
@media (max-width: 767px) {
  .head .h1,
  .head h1 {
    font-size: 25px;
    margin: 0 0 8px;
  }
}
.head mark,
.head .h2,
.head h2 {
  font: 400 41px/1.1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  margin: 0 0 26px;
  background: none;
  display: block;
}
@media (max-width: 1299px) {
  .head mark,
  .head .h2,
  .head h2 {
    margin: 0 0 14px;
  }
}
@media (max-width: 767px) {
  .head mark,
  .head .h2,
  .head h2 {
    font-size: 32px;
    margin: 0 0 24px;
  }
}
.head mark {
  margin: 0;
}
@media (max-width: 767px) {
  .head p {
    font-size: 13px;
    line-height: 1.4;
  }
}
.head p b {
  display: block;
}
.head p a {
  color: #000;
  text-decoration: none;
}
.head p a:hover {
  text-decoration: underline;
  color: #f3a000;
}

.heading {
  padding: 0 0 17px;
}
@media (max-width: 1099px) {
  .heading {
    padding: 0 0 10px;
  }
}
.heading .section-description {
  display: block;
  color: #646464;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .heading .section-description {
    padding: 0 0 2px;
  }
}
.heading h2,
.heading .h2 {
  margin: 0;
  font-weight: 600;
  font-size: 34px;
  padding: 0 80px 8px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.heading h2.proloisirs,
.heading .h2.proloisirs {
  padding: 0 80px 0 0;
}
@media (max-width: 1099px) {
  .heading h2,
  .heading .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .heading h2,
  .heading .h2 {
    font-size: 25px;
  }
}
.heading h2 i,
.heading .h2 i {
  color: #000;
  font-size: 80px;
  position: absolute;
  right: -16px;
  bottom: 8px;
}
@media (max-width: 1099px) {
  .heading h2 i,
  .heading .h2 i {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .heading h2 i,
  .heading .h2 i {
    font-size: 40px;
  }
}
.heading h2 i:before,
.heading .h2 i:before {
  color: #000;
}
.heading h3,
.heading .h3 {
  font-weight: 400;
  font: 400 30px/1.1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  margin: 0 0 6px;
}
@media (max-width: 1099px) {
  .heading h3,
  .heading .h3 {
    font-size: 26px;
  }
}
.heading p b {
  display: block;
}

.thumbnail-image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumbnail-box {
  max-width: 275px;
  margin: 0 auto;
  border: 1px solid #303030;
}
.thumbnail-box.on-image {
  border: none;
}
.thumbnail-box.on-image .color-list {
  border: 1px solid #303030;
}
.thumbnail-box .thumbnail-image {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .thumbnail-box .thumbnail-image {
    /* margin: 0 0 12px; */
  }
}
.thumbnail-box .thumbnail-image .thumbnail-image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.thumbnail-box .thumbnail-image:hover .image-box,
.thumbnail-box .thumbnail-image:hover .logo-alize {
  opacity: 0;
}
.thumbnail-box .thumbnail-image:hover .thumbnail-image-hover {
  opacity: 1;
}
.thumbnail-box .thumbnail-image:hover .badge-box {
  visibility: hidden;
}
.thumbnail-box .thumbnail-image.style {
  padding: 0;
}
.thumbnail-box .thumbnail-image.style .image-box {
  height: 100%;
}
.thumbnail-box .thumbnail-image .logo-alize {
  padding: 16px 10px;
  text-align: center;
  width: 100%;
  background: #fff;
  transition: opacity 0.3s ease;
  height: 66px;
}
.thumbnail-box .thumbnail-image .logo-alize img {
  display: inline-block;
  height: 30px;
  width: 100%;
}
.thumbnail-box .thumbnail-image .badge-box {
  position: absolute;
  bottom: 16px;
  right: 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thumbnail-box .image-box {
  transition: opacity 0.3s ease;
}
.thumbnail-box .image-box img {
  vertical-align: top;
}
.thumbnail-box .thumbnail-descr {
  text-align: center;
  font-weight: 600;
  padding: 0;
}
.thumbnail-box .thumbnail-descr .price-holder {
  padding: 12px 0 12px;
  margin: 0 0 12px;
  background-color: #d8d8d8;
}
.thumbnail-box .thumbnail-descr p {
  font-size: 15px;
  margin: 0 0 12px;
  height: 38px;
  overflow: hidden;
  padding: 0 12px;
}
.thumbnail-box .thumbnail-descr p a {
  color: inherit;
  text-decoration: none;
}
.thumbnail-box .thumbnail-descr p a:hover {
  color: #f3a000;
  text-decoration: underline;
}
.thumbnail-box .thumbnail-descr .lab-prc-str {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
  margin-top: 3px;
}
.thumbnail-box .color-list {
  text-align: center;
  padding: 0 0 11px;
}
@media (max-width: 1299px) {
  .thumbnail-box .color-list {
    padding: 0 0 8px;
  }
}
.thumbnail-box .color-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1px;
}
@media (max-width: 1749px) {
  .thumbnail-box .color-list li {
    padding: 0;
  }
}
.thumbnail-box .color-list li a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 2px;
}
.thumbnail-box .color-list li a.two-color span {
  float: left;
  height: 14px;
  width: 7px;
}
.thumbnail-box .color-list li a span {
  display: block;
  height: 14px;
  width: 14px;
}
.thumbnail-box .color-list li img {
  display: block;
}
.thumbnail-box .price-holder .text {
  color: #6d6d6d;
  font-weight: 400;
  font-size: 13px;
}

.picto-link {
  display: inline-block;
  vertical-align: middle;
  background: #f3a000;
  color: #000;
  padding: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.picto-link:hover {
  background: #f3a000;
}
.picto-link.picto-link-choose-store {
  font-size: 14px;
  width: 21px;
  height: 20px;
  padding: 3px;
}
.picto-link.picto-link-choose-store:hover {
  cursor: pointer;
}

.social-networks li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.social-networks a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 18px;
  transition: all 0.3s ease;
}
.social-networks a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-networks a:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}
.social-networks a.icon-twitter {
  background-color: #55acee;
}
.social-networks a.icon-linkedin {
  background-color: #0A66C2;
}
.social-networks a.icon-facebook {
  background-color: #3b5998;
}
.social-networks a.icon-pinterest {
  background-color: #cc2127;
}
.social-networks a.icon-email {
  background-color: #4a4a4a;
}
.social-networks a.icon-instagram {
  background-image: linear-gradient(166deg, #4e60d3 0%, #913baf 14%, #d52d88 76%, #f26d4f 100%);
}

#go-top {
  position: fixed;
  bottom: 26px;
  left: 50%;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-decoration: none;
  z-index: 80;
  text-indent: -9999px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  border: 1px solid #f3a000;
  background: #f3a000;
  border-radius: 50%;
  transition: background 0.3s ease;
  margin: 0 0 0 -23px;
}
@media (max-width: 767px) {
  #go-top {
    bottom: 57px;
  }
}
#go-top:hover {
  background: #f3a000;
}
#go-top:before {
  content: "";
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  font-family: "icomoon";
  font-size: 12px;
  transform: translateX(-50%) translateY(-50%);
}

.product-thumbnail {
  background-color: #f6f6f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: none;
}
.product-thumbnail:hover {
  background: #fff;
  text-decoration: none;
}
.product-thumbnail .product-name {
  padding: 18px 29px;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1099px) {
  .product-thumbnail .product-name {
    font-size: 16px;
    padding: 18px;
  }
}
.product-thumbnail .product-name strong {
  font-weight: 600;
}
.product-thumbnail img {
  width: 100%;
}

hr {
  border-top: none;
  border-color: #d8d8d8;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}

figcaption {
  font-size: 13px;
}

.next-reappro {
  font-weight: 600;
  font-size: inherit !important;
  margin-bottom: 1rem !important;
}
.next-reappro .date {
  color: #ea6645;
}

.foo {
  margin: 0 -0.5rem;
}
.foo .btn-box {
  margin: 0 0.5rem;
}
.foo .btn-box:first-of-type .btn {
  border: 2px solid #f3a000;
  color: #f3a000;
}
.foo .btn-box:first-of-type .btn:hover {
  background-color: #f3a000;
  color: #fff;
}
.foo .btn-box .btn {
  width: 100% !important;
}
.foo .btn-black {
  border: 2px solid transparent !important;
}

.ldd-text {
  color: #4a5568 !important;
  font-weight: normal !important;
  padding-top: 0 !important;
  text-align: left !important;
}

.outsize-text {
  color: #4a5568;
  font-size: 0.8rem;
  font-weight: 600;
}

#header {
  padding: 8px 0 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 1099px) {
  #header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.01);
  }
}
@media (max-width: 767px) {
  #header {
    padding: 10px 15px;
  }
}
.nav-active #header:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  height: 100vh;
}
@media (max-width: 1099px) {
  #header .container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #header .container {
    padding: 0;
  }
}
#header h1, #header .h1 {
  margin: 0;
  display: block;
}
#header .tel {
  padding: 0 25px 0 0;
}
#header .tel a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
#header .tel a:hover {
  color: #bc2b0b;
  text-decoration: underline;
}
#header .tel a b {
  margin: 0 0 0 4px;
  font-weight: 700;
}
#header .access {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
@media (max-width: 1099px) {
  #header .access {
    margin: 10px 0 0;
  }
}
#header .access:hover {
  text-decoration: underline;
  color: #f3a000;
}
#header #admin-menu {
  background: rgba(243, 242, 238, 0.8);
  padding: 5px 10px;
  max-width: 510px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 3px;
}
@media (max-width: 1099px) {
  #header #admin-menu {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  #header #admin-menu {
    text-align: center;
  }
}
#header #admin-menu .reset {
  margin: 0 0 0 2px;
  padding: 0.4em 0.7em;
  min-width: 50px;
}
#header #admin-menu .ui-autocomplete-input {
  width: 250px;
}
@media (max-width: 767px) {
  #header #admin-menu .ui-autocomplete-input {
    width: 100%;
  }
}

.fixed-panel {
  background: #fff;
}
.fixed-position .fixed-panel {
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.01);
  z-index: 1000;
}
@media (max-width: 1099px) {
  .fixed-position .fixed-panel {
    position: static !important;
    width: auto !important;
    box-shadow: none;
  }
}

.fixed-position {
  	/* .logo {
  		padding: 18px 0 0;
  
  		@include media('<desktop') {
  			padding: 0;
  		}
  		img {
  			width: 126px;
  		}
  	} */
}
@media (max-width: 1099px) {
  .fixed-position {
    height: auto !important;
  }
}

.logo img {
  display: block;
  transition: width .3s ease;
}
.logo .descr {
  display: block;
  font-size: 10px;
  color: #000;
  font-weight: 400;
  padding: 4px 0 0;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .logo .descr {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .logo img {
    width: 87px;
  }
}
.logo a {
  text-decoration: none;
  display: block;
}

.top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .top-panel {
    justify-content: flex-end;
  }
}
.top-panel .col {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .top-panel .col {
    display: none;
  }
}

.top-nav {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 0 0;
}
.top-nav li {
  padding: 0 0 0 26px;
}
@media (max-width: 767px) {
  .top-nav li {
    padding: 0 0 0 10px;
  }
}
.top-nav li.menu-search .icon-search {
  font-size: 24px;
}
@media (min-width: 1100px) {
  .top-nav li.menu-search {
    display: none;
  }
}
.top-nav a {
  text-decoration: none;
  color: #000;
}
.top-nav a:hover {
  color: #bc2b0b;
}
.top-nav a i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.top-nav a .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
}
@media (max-width: 767px) {
  .top-nav a .text {
    display: none;
  }
}
.top-nav .btn-orange:hover {
  color: black;
}
.top-nav .cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.top-nav .cart .quantity {
  position: absolute;
  top: 0;
  right: -12px;
  width: 19px;
  height: 19px;
  background: #bc2b0b;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}
.top-nav .link {
  color: #f5a100;
  font-weight: 700;
}
.top-nav .link:hover i:before {
  color: #f3a000;
}
.top-nav .link i {
  display: none;
}
@media (max-width: 767px) {
  .top-nav .link i {
    display: block;
  }
}
.top-nav .link i:before {
  color: #000;
}
@media (max-width: 767px) {
  .top-nav .link span {
    display: none;
  }
}

.search {
  min-width: 258px;
  position: relative;
}
.search input[type="search"] {
  border: 1px solid #000000;
  height: 30px;
  width: 100%;
  font-size: 13px;
  font-style: italic;
  color: #000;
  padding: 4px 24px 4px 14px;
}
.search input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.search input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search input[type="search"]:-moz-placeholder {
  color: #000;
}
.search input[type="search"]:-ms-input-placeholder {
  color: #000;
}
.search input[type="search"].placeholder {
  color: #000;
}
.search button[type="submit"] {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  border: 0;
  font-size: 14px;
  background: none;
}

.header-holder {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .header-holder {
    justify-content: flex-start;
  }
}
.header-holder .nav-opener {
  float: right;
  width: 41px;
  height: 41px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  margin: 16px 10px 0 0;
}
@media (max-width: 1099px) {
  .header-holder .nav-opener {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-holder .nav-opener {
    width: 26px;
    height: 26px;
    margin: 4px 10px 0 4px;
  }
}
.header-holder .nav-opener:before, .header-holder .nav-opener:after,
.header-holder .nav-opener span {
  background: #000;
  position: absolute;
  top: 20px;
  left: 10%;
  right: 10%;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .header-holder .nav-opener:before, .header-holder .nav-opener:after,
  .header-holder .nav-opener span {
    height: 3px;
    top: 17px;
  }
}
.nav-active .header-holder .nav-opener:before, .nav-active .header-holder .nav-opener:after, .nav-active
.header-holder .nav-opener span {
  background: #f3a000;
}
.header-holder .nav-opener:before, .header-holder .nav-opener:after {
  content: '';
  top: 12px;
}
@media (max-width: 767px) {
  .header-holder .nav-opener:before, .header-holder .nav-opener:after {
    top: 11px;
  }
}
.nav-active .header-holder .nav-opener:before, .nav-active .header-holder .nav-opener:after {
  transform: rotate(45deg);
  top: 20px;
  left: 15%;
  right: 15%;
}
.header-holder .nav-opener:after {
  top: 28px;
}
@media (max-width: 767px) {
  .header-holder .nav-opener:after {
    top: 23px;
  }
}
.nav-active .header-holder .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-active .header-holder .nav-opener span {
  opacity: 0;
}

@media (max-width: 1099px) {
  #nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
  }
  .nav-active #nav {
    max-height: 4000px;
  }
}
#nav .search {
  display: none;
}
@media (max-width: 1099px) {
  #nav .search {
    display: block;
    margin: 0 20px;
  }
}
#nav .search input[type="search"] {
  height: 30px;
}
#nav .mobile-visible {
  display: none;
  text-transform: uppercase;
}
#nav .mobile-visible .tel, #nav .mobile-visible .access {
  display: block;
}
@media (max-width: 1099px) {
  #nav .mobile-visible {
    display: block;
    padding: 22px 0 44px;
  }
}
@media (max-width: 767px) {
  #nav .mobile-visible {
    font-size: 12px;
  }
}

@media (max-width: 1099px) {
  .nav-wrap {
    background: #fff;
    position: relative;
    transform: translateY(-100%);
    transition: all .3s ease;
    text-align: center;
    padding: 10px 0 0;
  }
  .nav-active .nav-wrap {
    transform: translateY(0);
  }
}

.nav {
  padding: 28px 0 0;
  margin: 0 -13px 0 0;
}
@media (max-width: 1099px) {
  .nav {
    margin: 0;
    padding: 25px 0 0;
  }
}
.nav > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 30px;
}
@media (max-width: 1299px) {
  .nav > li {
    padding: 0 0 28px;
  }
}
@media (max-width: 1099px) {
  .nav > li {
    display: block;
    text-align: center;
    position: static;
    padding: 0 0 8px;
  }
}
.nav > li:first-child > span:after {
  display: none;
}
.nav > li.bons-plans:hover > span:before {
  background: url(/images/line-2.svg) no-repeat;
  width: 42px;
  height: 12px;
  background-size: 42px 12px;
  opacity: 1;
}
@media (max-width: 1099px) {
  .nav > li.bons-plans:hover > span:before {
    width: 23px;
    height: 6px;
    background-size: 23px 6px;
  }
}
.nav > li.pl-menu__item--about > span {
  border-left: 1px solid #979797;
}
.nav > li.pl-menu__item--about > span:before {
  background: url(/images/line-2.svg) no-repeat;
  width: 42px;
  height: 12px;
  background-size: 42px 12px;
}
@media (max-width: 1099px) {
  .nav > li.pl-menu__item--about > span:before {
    width: 23px;
    height: 6px;
    background-size: 23px 6px;
  }
}
.nav > li.pl-menu__item--builder > span {
  border-right: 1px solid #979797;
}
.nav > li.pl-menu__item--builder > span:before {
  background: url(/images/bons-plans.svg) no-repeat;
  width: 44px;
  height: 23px;
  background-size: 44px 23px;
}
@media (max-width: 1099px) {
  .nav > li.pl-menu__item--builder > span:before {
    width: 23px;
    height: 12px;
    background-size: 23px 12px;
  }
}
.nav > li.inspirations:hover > span:before {
  background: url(/images/bons-plans.svg) no-repeat;
  width: 44px;
  height: 23px;
  background-size: 44px 23px;
}
@media (max-width: 1099px) {
  .nav > li.inspirations:hover > span:before {
    width: 23px;
    height: 12px;
    background-size: 23px 12px;
  }
}
.nav > li.hover > span:before {
  opacity: 1;
}
.nav > li.hover .drop-holder {
  opacity: 1;
  visibility: visible;
}
.nav > li:hover > span:before {
  opacity: 1;
}
@media (min-width: 1100px) {
  .nav > li:hover .drop-holder {
    opacity: 1;
    visibility: visible;
  }
}
.nav > li.active > span:before {
  opacity: 1;
}
.nav > li > span {
  display: block;
  padding: 8px 10px;
  position: relative;
}
.nav > li > span:before {
  content: '';
  position: absolute;
  bottom: 93%;
  left: 50%;
  background: url(/images/line.svg) no-repeat;
  width: 60px;
  height: 8px;
  background-size: 60px 8px;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 1099px) {
  .nav > li > span:before {
    width: 23px;
    height: 5px;
    background-size: 23px 5px;
  }
}
.nav > li > span > a {
  text-decoration: none;
  color: #000;
}

.drop-holder {
  opacity: 0;
  visibility: hidden;
  overflow: visible !important;
}
.drop-holder:before {
  content: '';
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.drop-holder .drop-menu {
  background: #fff;
}
@media (max-width: 1099px) {
  .drop-holder .drop-menu {
    padding: 24px 0 0;
  }
}

.drop-holder {
  position: absolute;
  top: 100%;
  right: -20px;
  background: #fff;
  overflow: hidden;
  min-width: 1000px;
  transition: all .2s ease;
}
@media (max-width: 1099px) {
  .drop-holder {
    top: 40px;
    min-width: 100%;
    width: 100%;
    z-index: 100;
    right: 0;
  }
}
.drop-holder.inspirations {
  min-width: 912px;
  border-radius: 6px;
}
@media (max-width: 1299px) {
  .drop-holder.inspirations {
    min-width: 825px;
    right: -2px;
  }
}
@media (max-width: 1099px) {
  .drop-holder.inspirations {
    min-width: 100%;
    width: 100%;
  }
}
.drop-holder.inspirations .drop-menu {
  border-radius: 4px;
  border-top: 1px solid #d8d8d8;
}
.drop-holder.small-drop {
  width: 346px;
  min-width: 346px;
  border-radius: 2px;
  margin: 0 -80px 0 0;
}
@media (max-width: 1099px) {
  .drop-holder.small-drop {
    min-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.drop-holder.small-drop.onecollection {
  width: 692px;
  min-width: 692px;
}
@media (max-width: 1099px) {
  .drop-holder.small-drop.onecollection {
    width: 100%;
    min-width: 100%;
  }
}
.drop-holder.small-drop.onecollection .collection-gallery {
  display: block;
  width: 50%;
}
.drop-holder.small-drop.onecollection .collection-gallery img {
  max-width: 60%;
}
@media (max-width: 1099px) {
  .drop-holder.small-drop.onecollection .collection-gallery {
    display: none;
  }
}
.drop-holder.small-drop.onecollection .column .slideset .text {
  width: 40%;
}
.drop-holder .close-drop {
  display: none;
}
@media (max-width: 1099px) {
  .drop-holder .close-drop {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    text-decoration: none;
    padding: 0 0 0 26px;
    position: relative;
  }
}
.drop-holder .close-drop i {
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
}
.drop-holder .menu {
  transition: all .3s ease;
  padding: 0 30px;
}
@media (max-width: 1099px) {
  .drop-holder .menu {
    padding: 10px 0 44px;
  }
}
.drop-holder .menu li {
  float: left;
  padding: 42px 12px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  width: 33.33%;
}
@media (max-width: 1099px) {
  .drop-holder .menu li {
    float: none;
    font-size: 15px;
    padding: 6px 12px;
    width: 100%;
  }
}
.drop-holder .menu li:hover a, .drop-holder .menu li.active a {
  color: #f3a000;
  text-decoration: underline;
}
.drop-holder .menu li .image {
  position: relative;
  margin: 0 0 10px;
}
@media (max-width: 1099px) {
  .drop-holder .menu li .image {
    display: none;
  }
}
.drop-holder .menu li .image .img-blog {
  padding: 13px 27px 10px 27px;
  background-image: url("/images/inspiration-back.png");
  background-position: center top;
  background-size: auto 109%;
}
.drop-holder .menu li .image .blog-title {
  font-size: 12px;
}
.drop-holder .menu li .popup-holder {
  position: absolute;
  top: 18%;
  right: 22%;
}
.drop-holder .menu li .popup-holder .popup-box {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
.drop-holder .menu li .popup-holder .link-red {
  color: #bc2b0b;
  text-decoration: none;
}
.drop-holder .menu li a {
  text-decoration: none;
  color: #000;
}
.drop-holder .menu li a:hover {
  color: #f3a000;
  text-decoration: underline;
}
.drop-holder .menu li .orange-link {
  color: #f3a000;
  text-decoration: none;
}
.drop-holder .menu li .orange-link:hover {
  text-decoration: underline;
}
.drop-holder .column {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1099px) {
  .drop-holder .column {
    display: block;
  }
}
.drop-holder .column .collection-gallery {
  display: none;
}
@media (max-width: 1099px) {
  .drop-holder .column .collection-gallery {
    display: none;
  }
}
.drop-holder .column .collection-gallery .slide-box {
  display: flex;
  align-items: center;
  height: 438px;
  color: #646464;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.drop-holder .column .collection-gallery h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.drop-holder .column .collection-gallery h2 span {
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  text-indent: -4px;
  font-size: 46px;
  color: #f3a000;
  font-weight: 400;
}
.drop-holder .column .text {
  width: 100%;
  padding: 20px 10px 20px 10px;
  text-align: center;
}
@media (max-width: 1099px) {
  .drop-holder .column .text {
    width: 100%;
    padding: 20px 20px 44px;
  }
}
@media (max-width: 1099px) {
  .drop-holder .column .text img {
    display: none;
  }
}
.drop-holder .column .text ul {
  text-align: center;
  margin-top: 10px;
}
.drop-holder .column .text ul li {
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 8px;
}
@media (max-width: 1099px) {
  .drop-holder .column .text ul li {
    padding: 0 0 12px;
  }
}
.drop-holder .column .text ul li:first-child .orange-link {
  text-transform: uppercase;
  font-weight: 600;
}
.drop-holder .column .text ul li.active a {
  color: #f3a000;
  text-decoration: underline;
}
.drop-holder .column .text ul a {
  text-decoration: none;
  color: #000;
}
.drop-holder .column .text ul a:hover {
  color: #f3a000;
  text-decoration: underline;
}
.drop-holder .column .text ul .orange-link {
  color: #f3a000;
  text-decoration: none;
  /* &:hover {
  	text-decoration: underline;
  } */
}
.drop-holder.collection_is_active.inspirations {
  min-width: 1216px;
}
@media (max-width: 1299px) {
  .drop-holder.collection_is_active.inspirations {
    min-width: 1100px;
  }
}
@media (max-width: 1099px) {
  .drop-holder.collection_is_active.inspirations {
    min-width: 100%;
  }
}
@media (min-width: 1100px) {
  .drop-holder.collection_is_active .menu li {
    width: 25%;
  }
}

.pl-menu__item--about {
  position: unset !important;
}
.pl-menu__item--about .drop-holder {
  left: 5%;
  max-width: 100%;
  right: 5%;
  min-width: 1px;
}
@media (max-width: 1099px) {
  .pl-menu__item--about .drop-holder {
    min-width: 100%;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
}
.pl-menu__item--about .pl-menu__drop-menu {
  display: block;
  padding: 40px 80px;
}
.pl-menu__item--about .pl-menu__drop-menu__columns {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  justify-content: space-between;
}
.pl-menu__item--about .pl-menu__drop-menu__column {
  width: 18%;
  flex-basis: 18%;
  overflow: hidden;
}
.pl-menu__item--about .pl-menu__drop-menu__column a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}
.pl-menu__item--about .pl-menu__drop-menu__column a:hover {
  color: #f3a000;
  text-decoration: underline;
}
.pl-menu__item--about .pl-menu__drop-menu__column__figure > a {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pl-menu__item--about .pl-menu__drop-menu__column__title {
  text-align: center;
  display: block;
  padding: 20px 0 0;
  margin: 0;
}
.pl-menu__item--about .pl-menu__drop-menu__column--instagram img {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -25px;
  margin-right: -20px;
}
.pl-menu__item--about .pl-menu__drop-menu__column--instagram img.pop-heart {
  top: 20px;
  right: 20px;
  right: 40px;
  margin-top: 0;
}
.pl-menu__item--about .pl-menu__drop-menu__column--instagram .pl-menu__drop-menu__column__title {
  font-size: 20px;
  font-weight: 600;
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.pl-menu__item--about .pl-menu__drop-menu__column--blog .pl-menu__drop-menu__column__figure strong {
  display: block;
}
.pl-menu__item--about .pl-menu__drop-menu__column--blog .pl-menu__drop-menu__column__figure a {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 1099px) {
  .pl-menu__item--about .pl-menu__drop-menu {
    padding: 40px;
  }
  .pl-menu__item--about .pl-menu__drop-menu__columns {
    margin-top: 20px !important;
  }
}
@media (max-width: 768px) {
  .pl-menu__item--about .pl-menu__drop-menu__columns {
    margin: 0 !important;
    flex-wrap: wrap;
  }
  .pl-menu__item--about .pl-menu__drop-menu__column {
    width: 100%;
    flex-basis: 100%;
  }
  .pl-menu__item--about .pl-menu__drop-menu__column__figure {
    display: none;
  }
}

@media (min-width: 769px) {
  .cart-wrap:hover .drop-cart-info-holder, .cart-wrap.hover .drop-cart-info-holder {
    opacity: 1;
    visibility: visible;
  }
  .cart-wrap:hover .cart-hold:after, .cart-wrap.hover .cart-hold:after {
    visibility: visible;
  }
}
.cart-hold {
  position: relative;
  z-index: 100;
}
.cart-hold:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 150px;
  visibility: hidden;
}

.drop-cart-info-holder {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 484px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1000px) {
  .drop-cart-info-holder {
    display: none;
  }
}
.drop-cart-info-holder:before {
  content: '';
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.drop-cart-info-holder .close-drop {
  display: none;
}
.drop-cart-info-holder .drop-cart-info {
  z-index: 400;
  position: relative;
  padding: 18px 40px 32px 54px;
}
.drop-cart-info-holder .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  padding: 0 0 10px;
}
.drop-cart-info-holder .title span {
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 27px;
  color: #bc2b0b;
  font-weight: 400;
}
.drop-cart-info-holder .quantity {
  display: block;
}
.drop-cart-info-holder .total-holder {
  padding: 30px 0 40px;
  border-top: 2px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0;
}
.drop-cart-info-holder .total-holder .price {
  font-size: 22px;
}
.drop-cart-info-holder .total-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}
.drop-cart-info-holder .product-list {
  height: 290px;
}
.drop-cart-info-holder .product-list .product-info {
  padding: 10px 30px 0 24px;
}

.product-list li {
  overflow: hidden;
  padding: 4px 0 18px;
  text-transform: none;
}
.product-list .product-image {
  float: left;
  border: 1px solid #979797;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-list .product-info {
  overflow: hidden;
  padding: 0 30px 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.product-list .alize-logo {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

#main {
  position: relative;
  z-index: 2;
}

.action-holder .slick-slide {
  background: rgba(243, 160, 0, 0.35);
  padding: 15px 0;
  color: #bc2b0b;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 32px;
}
@media (max-width: 1299px) {
  .action-holder .slick-slide {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .action-holder .slick-slide {
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
    padding: 17px 0;
  }
}
.action-holder b {
  font-weight: 700;
}
.action-holder p {
  margin: 0;
  text-align: center;
}
.action-holder p a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.action-holder p a:hover {
  text-decoration: underline;
}

@keyframes slideInFromLeft {
  0% {
    left: -100px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: -10px;
  }
}
@keyframes slideInFromRight {
  0% {
    right: -100px;
  }
  90% {
    right: 0px;
  }
  100% {
    right: -10px;
  }
}
.right-popup-banner {
  width: 11rem;
  line-height: 1.2;
}

.left-popup-banner,
.right-popup-banner {
  position: fixed;
  z-index: 1000000;
  padding: 5px 5px 15px;
  top: 50%;
  font-weight: 600;
  transition: all 1s ease;
}
.left-popup-banner:hover,
.right-popup-banner:hover {
  cursor: pointer;
}
.left-popup-banner .popup-text,
.left-popup-banner .popop-text,
.right-popup-banner .popup-text,
.right-popup-banner .popop-text {
  padding: 0 5px;
  font-size: 15px;
}

.left-popup-banner {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  left: -100px;
  display: none;
}
.left-popup-banner.anim-up {
  animation: 1.3s ease-out 0s 1 slideInFromLeft;
  left: -10px;
}

.right-popup-banner {
  /* transform: translateX(50%) translateY(50%) rotate(-90deg);
  right: -100px; */
}
.right-popup-banner.anim-up {
  animation: 1s ease-out 0s 1 slideInFromRight;
}

.block-holder {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}
@media (max-width: 1299px) {
  .block-holder {
    padding: 30px 0 0;
  }
}
@media (max-width: 991px) {
  .block-holder {
    display: block;
  }
}
@media (max-width: 767px) {
  .block-holder {
    padding: 20px 0 0;
  }
}
.block-holder .block-point-search {
  background: #f6f6f6;
  width: 80%;
}
@media (max-width: 991px) {
  .block-holder .block-point-search {
    margin: 0 0 49px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-holder .block-point-search {
    width: auto;
    margin: 0 -15px 49px;
  }
}
.block-holder .block-point-search h2, .block-holder .block-point-search .h2 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 24px;
}
@media (max-width: 1299px) {
  .block-holder .block-point-search h2, .block-holder .block-point-search .h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .block-holder .block-point-search h2, .block-holder .block-point-search .h2 {
    font-size: 25px;
  }
}
.block-holder .block-point-search h2 span, .block-holder .block-point-search .h2 span {
  display: block;
  font: 41px/0.9 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bc2b0b;
}
@media (max-width: 1299px) {
  .block-holder .block-point-search h2 span, .block-holder .block-point-search .h2 span {
    font-size: 36px;
  }
}
@media (max-width: 1099px) {
  .block-holder .block-point-search h2 span, .block-holder .block-point-search .h2 span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .block-holder .block-point-search h2 span, .block-holder .block-point-search .h2 span {
    font-size: 32px;
    line-height: 31px;
    padding: 4px 0 0;
  }
}
.block-holder .block-point-search .text-holder {
  padding: 0 0 0 76px;
  width: 100%;
}
@media (max-width: 1749px) {
  .block-holder .block-point-search .text-holder {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1299px) {
  .block-holder .block-point-search .text-holder {
    padding: 7px 0 0 51px;
  }
}
@media (max-width: 1278px) {
  .block-holder .block-point-search .text-holder {
    padding: 7px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .block-holder .block-point-search .text-holder {
    padding: 18px 0 0;
  }
}
.block-holder .image-map {
  max-width: 345px;
  flex-shrink: 0;
}
@media (max-width: 1499px) {
  .block-holder .image-map {
    flex-shrink: 1;
  }
}
@media (max-width: 1299px) {
  .block-holder .image-map {
    max-width: 308px;
  }
}
@media (max-width: 1278px) {
  .block-holder .image-map {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .block-holder .image-map {
    margin: 0 auto;
    max-width: 104px;
  }
}
.block-holder h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px;
}
.block-holder .image-link-block {
  padding: 0 0 0 28px;
  flex-shrink: 0;
  transition: all .3s ease;
}
@media (max-width: 1749px) {
  .block-holder .image-link-block {
    flex-shrink: 1;
  }
}
@media (max-width: 1299px) {
  .block-holder .image-link-block {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .block-holder .image-link-block {
    width: 100%;
    padding: 0 6px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block-holder .image-link-block img {
    width: 100%;
  }
}
.block-holder .image-link-block:hover {
  opacity: 0.7;
}
.block-holder .btn {
  padding: 12px 15px;
  border-radius: 2px;
  min-width: 223px;
}
@media (max-width: 1749px) {
  .block-holder .btn {
    min-width: 149px;
  }
}
@media (max-width: 767px) {
  .block-holder .btn {
    min-width: 250px;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 15px 13px;
  }
}

.point-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1299px) {
  .point-search {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 1099px) {
  .point-search {
    display: block;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .point-search {
    margin: 0 24px 19px;
  }
}
.point-search input[type="search"] {
  width: 340px;
  height: 42px;
  border: 2px solid #d8d8d8;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 61px 7px 15px;
}
.point-search input[type="search"]::-webkit-input-placeholder {
  color: #4a4a4a;
}
.point-search input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a;
}
.point-search input[type="search"]:-moz-placeholder {
  color: #4a4a4a;
}
.point-search input[type="search"]:-ms-input-placeholder {
  color: #4a4a4a;
}
.point-search input[type="search"].placeholder {
  color: #4a4a4a;
}
@media (max-width: 1749px) {
  .point-search input[type="search"] {
    width: 246px;
  }
}
@media (max-width: 1099px) {
  .point-search input[type="search"] {
    width: 100%;
  }
}
.point-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  background: #4a4a4a;
  border: 0;
  border-radius: 2px;
  width: 60px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .point-search input[type="submit"] {
    font-size: 13px;
    font-weight: 500;
  }
}
.point-search input[type="submit"]:hover {
  background: rgba(74, 74, 74, 0.7);
}

.point-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 40px 20px 54px;
}
@media (max-width: 1749px) {
  .point-box {
    padding: 13px 15px 20px 15px;
  }
}
@media (max-width: 1299px) {
  .point-box {
    padding: 13px 15px 10px 32px;
  }
}
@media (max-width: 1278px) {
  .point-box {
    padding: 13px 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  .point-box {
    display: block;
    text-align: center;
    padding: 27px 10px 36px 10px;
  }
}
.point-box.store-style {
  padding: 0 40px 20px 0;
  align-items: flex-start;
  background: #f6f6f6;
}
@media (max-width: 991px) {
  .point-box.store-style {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .point-box.store-style {
    padding: 51px 36px;
  }
}
.point-box.store-style .btn {
  min-width: 149px;
}
.point-box.store-style .text-holder {
  padding: 50px 0 0 60px;
}
@media (max-width: 1749px) {
  .point-box.store-style .text-holder {
    padding: 50px 0 0 20px;
  }
}
@media (max-width: 1299px) {
  .point-box.store-style .text-holder {
    padding: 40px 0 0 36px;
  }
}
@media (max-width: 1099px) {
  .point-box.store-style .text-holder {
    padding: 40px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .point-box.store-style .text-holder {
    padding: 30px 10px;
  }
}
.point-box.store-style h3, .point-box.store-style .h3 {
  position: relative;
  padding: 0 0 0 40px;
}
@media (max-width: 1299px) {
  .point-box.store-style h3, .point-box.store-style .h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .point-box.store-style h3, .point-box.store-style .h3 {
    padding: 0;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.point-box.store-style h3 img, .point-box.store-style .h3 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 40px;
}
@media (max-width: 767px) {
  .point-box.store-style h3 img, .point-box.store-style .h3 img {
    position: static;
    display: block;
    width: 34px;
    margin: 0 auto 12px;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .point-box.store-style .title {
    padding: 0 0 8px;
  }
}
.point-box .title {
  text-transform: uppercase;
  color: #646464;
  font-size: 15px;
  display: block;
  padding: 0 0 16px;
}
.point-box .store-changes {
  position: absolute;
  top: 18px;
  right: 29px;
  text-decoration: none;
  padding: 0 20px 0  0;
  font-size: 13px;
  font-weight: 600;
  z-index: 9;
}
@media (max-width: 1299px) {
  .point-box .store-changes {
    top: 18px;
    right: 20px;
  }
}
.point-box .store-changes i {
  position: absolute;
  top: -2px;
  right: 0;
  color: #000;
  font-size: 18px;
}
.point-box .column {
  width: 100%;
}
.point-box .column .col {
  float: left;
  padding: 0 19% 0 0;
}
@media (max-width: 1299px) {
  .point-box .column .col {
    padding: 0 27% 0 0;
  }
}
@media (max-width: 1099px) {
  .point-box .column .col {
    padding: 0 18% 0 0;
  }
}
@media (max-width: 767px) {
  .point-box .column .col {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }
}
.point-box .column .col:last-child {
  padding: 0;
}
.point-box .column address {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 1299px) {
  .point-box .column address {
    font-size: 13px;
  }
}
.point-box .column .contact {
  font-weight: 500;
}
.point-box .column .contact li {
  padding: 0 0 4px;
  font-size: 14px;
}
@media (max-width: 1299px) {
  .point-box .column .contact li {
    font-size: 13px;
  }
}
.point-box .column .contact a {
  text-decoration: none;
  color: #000;
}
.point-box .distance {
  font-size: 14px;
  padding: 0 0 12px;
  display: block;
}
.point-box .distance .icon-choisir {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 5px 0;
}
.point-box .distance .icon-choisir:before {
  color: #000;
}
.point-box .distance a {
  color: #bc2b0b;
  text-decoration: none;
  font-weight: 600;
}
.point-box .distance a:hover {
  text-decoration: underline;
}
.point-box .image-hold {
  flex-shrink: 0;
  max-width: 392px;
  text-align: center;
}
@media (max-width: 1749px) {
  .point-box .image-hold {
    max-width: 300px;
  }
}
@media (max-width: 1299px) {
  .point-box .image-hold {
    max-width: 246px;
  }
}
@media (max-width: 1099px) {
  .point-box .image-hold {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .point-box .image-hold {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .point-box .image-hold {
    max-width: 248px;
    margin: 0 auto;
  }
}
.point-box .image-hold img {
  margin: 0 0 28px;
}
@media (max-width: 1299px) {
  .point-box .image-hold img {
    margin: 0 0 24px;
  }
}
.point-box .row {
  display: block;
  align-items: center;
  padding: 12px 0 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  .point-box .row {
    flex-wrap: wrap;
    width: 50%;
    padding: 0 0 0 10px;
  }
}
.point-box .row p {
  margin: 0;
  width: 70%;
  display: inline-block;
}
.point-box .row .small-box {
  color: #fff;
  width: 20%;
  flex-shrink: 0;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 767px) {
  .point-box .row .small-box {
    margin: 0 0 10px;
    width: 109px;
  }
}
.point-box .row .small-box.green {
  background-color: #0bc162;
}
.point-box .row .small-box.red {
  background-color: #d0021b;
}

.collection-shopping-section {
  display: flex;
  align-items: stretch;
  background: #f6f6f6;
  margin: 28px 0 0px;
}
@media (max-width: 1299px) {
  .collection-shopping-section {
    margin: 20px 0 0px;
  }
}
@media (max-width: 1099px) {
  .collection-shopping-section {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .collection-shopping-section {
    margin: 0 -15px;
  }
}
@media (max-width: 1299px) {
  .collection-shopping-section .head {
    padding: 0 0 27px;
  }
}
@media (max-width: 767px) {
  .collection-shopping-section .head {
    padding: 0 4px 13px;
  }
}
.collection-shopping-section .col {
  width: 52.5%;
  padding: 48px 0 40px;
}
@media (max-width: 1299px) {
  .collection-shopping-section .col {
    width: 50%;
  }
}
@media (max-width: 1099px) {
  .collection-shopping-section .col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .collection-shopping-section .col {
    padding: 54px 0 60px;
  }
}
.collection-shopping-section .col:first-child {
  width: 47.5%;
  padding: 0;
}
@media (max-width: 1299px) {
  .collection-shopping-section .col:first-child {
    width: 50%;
  }
}
@media (max-width: 1099px) {
  .collection-shopping-section .col:first-child {
    width: 100%;
  }
}
.collection-shopping-section .btn {
  padding: 11px 15px;
}
.collection-shopping-section .popup-wrap {
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}
@media (max-width: 1099px) {
  .collection-shopping-section .popup-wrap {
    display: none;
  }
}
.collection-shopping-section .popup-wrap .image-wrap {
  position: relative;
}
.collection-shopping-section .popup-wrap .popup-holder {
  position: absolute;
}
.collection-shopping-section .popup-wrap .popup-holder a {
  display: block;
}
.collection-shopping-section .popup-wrap .popup-holder.style1 {
  top: 30.5%;
  left: 26%;
}
.collection-shopping-section .popup-wrap .popup-holder.style2 {
  top: 19.5%;
  left: 73.5%;
}
.collection-shopping-section .popup-wrap .popup-holder.style3 {
  bottom: 28.5%;
  left: 57.6%;
}

.popup-holder .popup {
  width: 270px;
  display: none;
  position: absolute;
  left: 50%;
  padding: 1px;
}
.popup-holder .popup-box {
  background: #fff;
  position: relative;
  padding: 23px 18px 17px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  z-index: 1;
  /* &:after {
  	content: '';
  	position: absolute;
  	left: 50%;
  	top: 100%;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 12px 12.5px 0 12.5px;
  	border-color: #ffffff transparent transparent transparent;
  	margin: 0 0 0 -13px;
  } */
}
.popup-holder .popup-box p {
  margin: 0;
}

.our-favorites {
  padding: 73px 0 40px;
}
@media (max-width: 1299px) {
  .our-favorites {
    padding: 63px 0 9px;
  }
}
@media (max-width: 767px) {
  .our-favorites {
    padding: 52px 0 9px;
  }
}
@media (max-width: 767px) {
  .our-favorites header.head {
    padding: 0 5px 9px;
  }
}
@media (max-width: 1299px) {
  .our-favorites header.head .section-description {
    padding: 0 0 10px;
  }
}
@media (max-width: 1299px) {
  .our-favorites header.head .h2,
  .our-favorites header.head h2 {
    margin: 0 0 10px;
  }
}

.image-gallery {
  display: flex;
  align-items: stretch;
  padding: 26px 0 0;
  margin: 0 -64px;
}
@media (max-width: 1278px) {
  .image-gallery {
    margin: 0 -15px;
  }
}
@media (max-width: 1099px) {
  .image-gallery {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .image-gallery {
    padding: 21px 0 0;
  }
}
.image-gallery .col {
  width: 33.3%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1099px) {
  .image-gallery .col {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .image-gallery .col {
    padding: 0 10px;
    width: 100%;
  }
}
.image-gallery .col:first-child {
  padding: 0 6px;
}
@media (max-width: 1299px) {
  .image-gallery .col:first-child {
    padding: 0 5px;
  }
}
@media (max-width: 1099px) {
  .image-gallery .col:first-child {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .image-gallery .col:first-child {
    padding: 0 5px;
    width: 100%;
  }
}
@media (max-width: 1099px) {
  .image-gallery .col:last-child {
    width: 100%;
  }
}
@media (max-width: 1099px) {
  .image-gallery .col:last-child .image-block-small {
    width: 25%;
    height: 100%;
  }
}
@media (max-width: 599px) {
  .image-gallery .col:last-child .image-block-small {
    width: 50%;
    height: 50%;
  }
}
.image-gallery .col .image-block-small {
  width: 50%;
  height: 50%;
  padding: 0 6px 6px;
}
.image-gallery .col .image-block-small.bottom {
  padding: 6px 6px 0;
}
@media (max-width: 1299px) {
  .image-gallery .col .image-block-small.coltwo {
    padding: 0px 6px 6px;
  }
  .image-gallery .col .image-block-small.coltwo.bottom {
    padding: 0px 6px 6px;
  }
}
@media (max-width: 599px) {
  .image-gallery .col .image-block-small.coltwo {
    padding: 0 6px 10px;
  }
  .image-gallery .col .image-block-small.coltwo.bottom {
    padding: 0 6px 10px;
  }
}
@media (max-width: 1299px) {
  .image-gallery .col .image-block-small {
    padding: 0 5px 8px;
  }
  .image-gallery .col .image-block-small.bottom {
    padding: 0 5px 8px;
  }
}
@media (max-width: 599px) {
  .image-gallery .col .image-block-small {
    padding: 0 6px 10px;
  }
  .image-gallery .col .image-block-small.bottom {
    padding: 0 6px 10px;
  }
}
.image-gallery .col .image-block-small a {
  display: block;
  position: relative;
  height: 100%;
}
.image-gallery .col .image-block-small a:hover .btn {
  opacity: 1;
}
.image-gallery .col .image-block-small a:hover .btn:hover {
  background: #fff;
}
.image-gallery .col .image-block-small .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 149px;
  font-size: 12px;
  opacity: 0;
}
@media (max-width: 767px) {
  .image-gallery .col .image-block-small .btn {
    min-width: 100px;
    padding: 10px 5px;
  }
}
.image-gallery .col .image-block-small img {
  width: 100%;
  height: 100%;
}
.image-gallery h3 {
  font: 40px/1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .image-gallery h3 {
    font-size: 32px;
    margin: 0 0 18px;
  }
}
.image-gallery .image-block {
  position: relative;
}
@media (max-width: 1099px) {
  .image-gallery .image-block {
    width: 100%;
    padding: 0 0 10px;
  }
}
@media (max-width: 1099px) {
  .image-gallery .image-block img {
    width: 100%;
  }
}
.image-gallery .image-block .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 66px 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1299px) {
  .image-gallery .image-block .text-box {
    min-width: 291px;
  }
}
@media (max-width: 767px) {
  .image-gallery .image-block .text-box {
    min-width: 241px;
    padding: 20px 10px;
  }
}
.image-gallery .image-block .text-box p {
  font-weight: 600;
  color: #f3a000;
}
.image-gallery .image-block .text-box p.first {
  color: black;
}
@media (max-width: 767px) {
  .image-gallery .image-block .text-box .btn {
    min-width: 140px;
    font-size: 13px;
    padding: 12px;
  }
}
.image-gallery.instagram .image-block {
  width: 100%;
}
.image-gallery.instagram .col.first {
  background: url(/images/bg-instagram-min.jpg?2) no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
}

.only-you {
  padding: 30px 0;
}
@media (max-width: 1499px) {
  .only-you {
    padding: 30px 0 166px;
  }
}
@media (max-width: 1099px) {
  .only-you {
    padding: 30px 0 50px;
  }
}
@media (max-width: 899px) {
  .only-you {
    padding: 30px 0 110px;
  }
}
@media (max-width: 767px) {
  .only-you {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .only-you .head {
    padding: 0 5px 8px;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row {
    display: flex;
    margin: 0 -10px;
  }
}
@media (max-width: 599px) {
  .only-you .mobile-row {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row .row {
    width: 33.3%;
  }
}
@media (max-width: 599px) {
  .only-you .mobile-row .row {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row .company-information {
    padding: 0 5px;
  }
}
@media (max-width: 599px) {
  .only-you .mobile-row .company-information {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row .company-information.style2 {
    padding: 0 5px;
  }
}
@media (max-width: 599px) {
  .only-you .mobile-row .company-information.style2 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row .company-information .company-box {
    padding: 15px;
  }
}
@media (max-width: 599px) {
  .only-you .mobile-row .company-information .company-box {
    padding: 25px 27px 34px;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row .heading h2 {
    padding: 0 60px 0 0;
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-row .heading h2 i {
    right: 0;
  }
}
@media (min-width: 768px) {
  .only-you .desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-you .mobile-hidden {
    display: none;
  }
}
.only-you .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 64px;
}
@media (max-width: 1299px) {
  .only-you .row {
    margin: 0 0 60px;
  }
}
@media (max-width: 1099px) {
  .only-you .row {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .only-you .row {
    display: block;
    margin: 0 0 48px;
  }
}
.only-you .row.style1 {
  margin: 0 0 30px;
}
@media (max-width: 1299px) {
  .only-you .row.style1 {
    margin: 0 0 24px;
  }
}
@media (max-width: 1099px) {
  .only-you .row.style1 {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .only-you .row.style1 {
    margin: 0 0 18px;
  }
}
.only-you .row.style1 .col {
  width: 64%;
}
@media (max-width: 1099px) {
  .only-you .row.style1 .col {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .only-you .row.style1 .col {
    width: 100%;
  }
}
.only-you .row.style1 .col:first-child {
  width: 38%;
}
@media (max-width: 1099px) {
  .only-you .row.style1 .col:first-child {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .only-you .row.style1 .col:first-child {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .only-you .row.style3 {
    margin: 0 0 18px;
  }
}
@media (max-width: 1099px) {
  .only-you .row.style3 {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .only-you .row.style3 {
    margin: 0 0 18px;
  }
}
.only-you .col {
  width: 48%;
}
@media (max-width: 1299px) {
  .only-you .col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .only-you .col {
    width: 100%;
  }
}
.only-you .col:first-child {
  width: 50%;
}
@media (max-width: 1299px) {
  .only-you .col:first-child {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .only-you .col:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .only-you .col:first-child {
    width: 100%;
  }
}
.only-you .link-box {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .only-you .link-box {
    margin: 40px -15px 0;
  }
}
.only-you .link-box:hover .text {
  background: rgba(255, 255, 255, 0.7);
}
.only-you .link-box img {
  display: block;
}
.only-you .link-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  min-width: 370px;
  padding: 30px 20px 30px 120px;
  color: #000;
  text-decoration: none;
  font-size: 25px;
  transition: background .3s ease;
}
@media (max-width: 991px) {
  .only-you .link-box .text {
    min-width: 320px;
    padding: 30px 10px 30px 100px;
  }
}
@media (max-width: 767px) {
  .only-you .link-box .text {
    padding: 3px 20px 3px;
    text-align: center;
    min-width: 250px;
  }
}
.only-you .link-box .text span {
  display: block;
  font: 32px/1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bc2b0b;
}
.only-you .link-box .text i {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  font-size: 58px;
}
@media (max-width: 767px) {
  .only-you .link-box .text i {
    position: static;
    display: block;
    transform: translateY(0);
    font-size: 50px;
  }
}
.only-you .title-holder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 1099px) {
  .only-you .title-holder {
    font-size: 25px;
    padding: 0 0 41px;
  }
}
.only-you .title-holder strong {
  font-weight: 600;
  display: block;
  max-width: 292px;
  position: relative;
  padding: 0 0 20px;
}
@media (max-width: 1099px) {
  .only-you .title-holder strong {
    padding: 0 0 24px;
  }
}
.only-you .title-holder strong:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(/images/line.svg) no-repeat;
  width: 98px;
  height: 12px;
  background-size: 98px 12px;
  transform: translateX(-50%);
}
.only-you .title-holder span {
  font: 400 35px/1.1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bc2b0b;
  display: block;
}
@media (max-width: 767px) {
  .only-you .title-holder span {
    font-size: 32px;
  }
}

.company-information {
  padding: 0 114px 0 0;
  position: relative;
}
@media (max-width: 1099px) {
  .company-information {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .company-information {
    padding: 0 20px;
  }
}
.company-information.active .opener {
  transform: rotate(180deg);
}
.company-information .opener {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-decoration: none;
  font-size: 10px;
  color: #000;
  display: none;
  transition: transform .3s ease;
}
@media (max-width: 767px) {
  .company-information .opener {
    display: block;
  }
}
.company-information .heading {
  position: relative;
}
.company-information.style2 {
  padding: 0 120px 0 177px;
  width: 100%;
}
@media (max-width: 1299px) {
  .company-information.style2 {
    padding: 0 112px 0 114px;
  }
}
@media (max-width: 1099px) {
  .company-information.style2 {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .company-information.style2 {
    padding: 0 20px;
  }
}
.company-information.style2 .company-box {
  right: auto;
  left: 0;
}
@media (max-width: 1299px) {
  .company-information.style2 .company-box {
    top: 106px;
  }
}
@media (max-width: 1099px) {
  .company-information.style2 .company-box {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .company-information.style2 .company-box {
    top: auto;
  }
}
.company-information .company-box {
  position: absolute;
  right: 0;
  top: 80px;
  background: #fff;
  max-width: 467px;
  font-size: 16px;
  padding: 63px 30px 62px 42px;
  box-shadow: 0 50px 35px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (max-width: 1299px) {
  .company-information .company-box {
    top: 51px;
  }
}
@media (max-width: 1099px) {
  .company-information .company-box {
    top: 30px;
    padding: 20px;
    max-width: 360px;
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .company-information .company-box {
    position: relative;
    top: auto;
    width: 100%;
    right: auto;
    padding: 25px 27px 34px;
    max-width: 100%;
  }
}
.company-information .company-box p {
  line-height: 1.4;
  padding: 0 0 12px;
}
@media (max-width: 767px) {
  .company-information .company-box p {
    font-size: 15px;
    line-height: 1.35;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .company-information .heading {
    padding: 0 25px 10px 0;
  }
}
.company-information .btn {
  min-width: 149px;
}

@media (max-width: 767px) {
  .breadcrumbs-holder {
    padding: 19px 0 0;
    text-align: center;
  }
}
.breadcrumbs-holder .back {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  text-decoration: none;
  padding: 0 0 0 26px;
  position: relative;
  margin: 0 6px 0 0;
}
@media (max-width: 767px) {
  .breadcrumbs-holder .back {
    height: 18px;
    width: 20px;
    padding: 0;
    margin: 0 2px 0 0;
  }
}
.breadcrumbs-holder .back:hover {
  text-decoration: underline;
}
.breadcrumbs-holder .back i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .breadcrumbs-holder .back span {
    display: none;
  }
}
.breadcrumbs-holder .breadcrumbs {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .breadcrumbs-holder .breadcrumbs {
    max-width: 260px;
    text-align: left;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-holder .breadcrumbs li {
    display: inline;
  }
}

.product-slider-holder .image {
  position: relative;
}
.product-slider-holder .popup-holder {
  position: absolute;
}
.product-slider-holder .popup-holder a {
  display: block;
}
.product-slider-holder .popup-holder .popup-box {
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
}
.product-slider-holder .popup-holder.style1 {
  top: 39.5%;
  left: 14%;
}
@media (max-width: 767px) {
  .product-slider-holder .popup-holder.style1 {
    top: 11.5%;
    left: 30%;
  }
}
.product-slider-holder .popup-holder.style2 {
  top: 30.5%;
  right: 18%;
}
@media (max-width: 767px) {
  .product-slider-holder .popup-holder.style2 {
    top: 38%;
    right: 19.5%;
  }
}
.product-slider-holder .social-networks a {
  width: 21px;
  height: 21px;
  font-size: 12px;
}
.product-slider-holder .social-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slider-holder .social-holder .title {
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px 0 0;
  display: block;
}

.product-section {
  position: relative;
}
.product-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #d8d8d8;
}
.product-section .product-popup {
  padding: 30px 64px 0 76px;
}
@media (max-width: 1399px) {
  .product-section .product-popup {
    padding: 30px 64px 0 60px;
  }
}
@media (max-width: 1278px) {
  .product-section .product-popup {
    padding: 30px 34px 0;
  }
}
@media (max-width: 1099px) {
  .product-section .product-popup {
    padding: 30px 34px 18px;
  }
}
@media (max-width: 767px) {
  .product-section .product-popup {
    padding: 18px 0 18px;
  }
}
.product-section .product-popup .heading {
  padding: 0 0 31px;
}
@media (max-width: 767px) {
  .product-section .product-popup .heading {
    padding: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .product-section .product-popup .heading h2 {
    display: block;
  }
}
.product-section .product-popup .col {
  width: 50%;
}
@media (max-width: 1278px) {
  .product-section .product-popup .col {
    padding: 0 0 0 30px;
    width: 55%;
  }
}
@media (max-width: 1099px) {
  .product-section .product-popup .col {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .product-section .product-popup .col {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-section .product-popup .col {
    padding: 21px 20px;
  }
}
.product-section .product-popup .col:first-child {
  width: 50%;
}
@media (max-width: 1278px) {
  .product-section .product-popup .col:first-child {
    padding: 0;
    width: 45%;
  }
}
@media (max-width: 1099px) {
  .product-section .product-popup .col:first-child {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .product-section .product-popup .col:first-child {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product-section .product-popup .col:first-child {
    padding: 0;
  }
}
.product-section .product-popup .heading h2, .product-section .product-popup .heading .h2 {
  padding: 0;
}
.product-section .product-popup .image {
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 1299px) {
  .product-section .product-popup .image {
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  .product-section .product-popup .image {
    max-width: 100%;
    margin: 0 0 22px;
  }
}
.product-section .product-popup .image > a {
  display: block;
  width: 100%;
}
.product-section .product-popup .image img {
  width: 100%;
}
.product-section .product-popup .product-3d-viewer {
  width: calc(100% - 2px);
  height: 400px;
  border: 1px solid #d8d8d8 !important;
}
.product-section .product-popup .product-3d-viewer, .product-section .product-popup .product-3d-viewer:focus, .product-section .product-popup .product-3d-viewer:active, .product-section .product-popup .product-3d-viewer:hover {
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.product-section .product-popup .details-zones-click {
  margin-bottom: 18px;
}
.product-section .product-popup .details-zones-click .zones-click {
  filter: invert(1);
  width: 15px;
  height: 15px;
  border: none;
  display: inline-block;
}
.product-section .product-popup .forum-box {
  justify-content: space-between;
}
.product-section .product-popup .forum-box .rating-box,
.product-section .product-popup .forum-box .forum {
  width: 48%;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-section .product-popup .forum-box .rating-box,
  .product-section .product-popup .forum-box .forum {
    width: 100%;
  }
}
.product-section .product-popup .forum-box .forum {
  text-align: center;
}
@media (max-width: 1299px) {
  .product-section .product-popup .forum-box .forum {
    padding: 10px 19px 6px;
  }
}
.product-section .product-popup .text-voir {
  padding: 0 0 24px;
}
.product-section .product-popup .btn-box {
  justify-content: space-between;
}
.product-section .product-popup .btn-box .btn {
  width: 48.4%;
}
@media (max-width: 1278px) {
  .product-section .product-popup .btn-box .btn {
    min-width: 150px;
  }
}
@media (max-width: 569px) {
  .product-section .product-popup .btn-box .btn {
    width: 100%;
  }
}
.product-section .product-popup .price-row {
  max-width: 500px;
}
@media (max-width: 767px) {
  .product-section .product-popup .price-row {
    max-width: 350px;
    margin: 0 auto;
  }
}
.product-section .product-popup .price-row .price-box {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .product-section .product-popup .info-holder .info-box {
    width: 50%;
  }
}
@media (max-width: 569px) {
  .product-section .product-popup .info-holder .info-box {
    width: 100%;
  }
}
.product-section .product-popup .info-holder .info-box.delivery {
  padding: 12px 10px 6px 16px;
}

.product-text-description {
  max-width: 50%;
  background-color: #f6f6f6;
  padding: 46px 40px 72px 66px;
  max-width: none;
  text-align: left;
  margin-left: -76px;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .product-text-description {
    margin-left: -60px;
  }
}
@media (max-width: 1099px) {
  .product-text-description {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-text-description {
    padding: 46px 20px 72px 20px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.product-text-description h3, .product-text-description .h3 {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 40px;
  font: 32px/1.2 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: none;
}
.product-text-description h3:before, .product-text-description .h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/line-orange.svg) no-repeat;
  width: 98px;
  height: 12px;
  background-size: 98px 12px;
}
.product-text-description .logos-list {
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .product-text-description .logos-list {
    margin: 0 0 40px;
  }
}
.product-text-description .logos-list li {
  float: left;
  padding: 0 18px 0 0;
}
.product-text-description .logos-list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.product-text-description h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product-text-description h4 {
    font-size: 13px;
    margin: 0 0 3px;
  }
}
.product-text-description h4.underline {
  text-decoration: underline;
}
.product-text-description .list {
  font-size: 15px;
  padding: 0 0 30px 10px;
}
@media (max-width: 767px) {
  .product-text-description .list {
    padding: 0 0 14px 10px;
  }
}
.product-text-description .list li {
  position: relative;
  padding: 0 0 2px 23px;
}
@media (max-width: 767px) {
  .product-text-description .list li {
    padding: 0 0 0px 25px;
    line-height: 1.2;
  }
}
.product-text-description .list li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}
.product-text-description p {
  margin: 0 0 27px;
}
.product-text-description p b {
  font-weight: 600;
}
.product-text-description blockquote {
  margin: 0 0 22px;
  padding: 2px 0 2px 18px;
  border-left: 2px solid #f3a000;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1299px) {
  .product-text-description blockquote {
    margin: 0 0 31px;
  }
}
@media (max-width: 767px) {
  .product-text-description blockquote {
    font-size: 15px;
    padding: 2px 0 2px 10px;
  }
}
.product-text-description blockquote p {
  margin: 0 0 4px;
}
.product-text-description .care-instructions {
  background: #fff;
  border: 5px dashed #000;
  padding: 30px 15px;
  max-width: 832px;
}
@media (max-width: 1299px) {
  .product-text-description .care-instructions {
    max-width: 510px;
    border-width: 4px;
  }
}
.product-text-description .care-instructions h3, .product-text-description .care-instructions .h3 {
  margin: 0 0 24px;
}
.product-text-description .care-instructions .list {
  padding: 0 0 10px;
}
@media (max-width: 1299px) {
  .product-text-description .care-instructions .list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-text-description .care-instructions .list {
    padding: 0 0 14px 10px;
  }
}
.product-text-description .care-instructions .list li {
  padding: 0 0 12px 12px;
}
@media (max-width: 1299px) {
  .product-text-description .care-instructions .list li {
    padding: 0 0 30px 12px;
  }
}
@media (max-width: 767px) {
  .product-text-description .care-instructions .list li {
    padding: 0 0 3px 24px;
  }
}
.product-text-description .care-instructions .btn {
  padding: 11px 25px;
}

.smart-list {
  margin: 0 0 60px;
  padding: 8px 0 0;
}
.smart-list li {
  padding: 11px 33px;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .smart-list li {
    padding: 11px 20px;
  }
}
.smart-list li:first-child {
  border-top: 1px solid #d8d8d8;
}

.hover-tooltip {
  background-color: #4a4a4a;
  color: #fff;
  z-index: 1000;
  position: relative;
  padding: 6px;
  font-size: 13px;
  font-weight: 600;
  max-width: 400px;
}
@media (max-width: 767px) {
  .hover-tooltip {
    max-width: 80%;
  }
}

.forum-section {
  border-top: 1px solid #d8d8d8;
  padding: 62px 0 0;
}
@media (max-width: 767px) {
  .forum-section {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .forum-section .container {
    padding: 0;
  }
}
.forum-section .starrating {
  background: #fff;
  border: 2px solid #d8d8d8;
  width: 195px;
  padding: 4px;
  text-align: center;
  margin: 0 0 15px;
}
.forum-section .starrating li {
  display: inline-block;
  vertical-align: top;
}
.forum-section h3, .forum-section .h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .forum-section h3, .forum-section .h3 {
    margin: 0 0 21px;
  }
}
.forum-section .title-starrating {
  display: block;
  font-weight: 400;
  padding: 4px 0 6px;
}
.forum-section p {
  margin: 0 0 18px;
}
.forum-section .forum-box {
  background-color: #f6f6f6;
  padding: 44px 20px;
}
@media (max-width: 767px) {
  .forum-section .forum-box {
    padding: 24px 20px 43px;
  }
}
.forum-section .forum-box form label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
  font-size: 15px;
}
.forum-section .forum-box form textarea {
  display: block;
  width: 100%;
  height: 179px;
  border: 2px solid #d8d8d8;
  padding: 26px;
  resize: none;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .forum-section .forum-box form textarea {
    margin: 0 0 21px;
  }
}
.forum-section .forum-box form textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.forum-section .forum-box form textarea::-moz-placeholder {
  opacity: 1;
  color: #b0b0b0;
}
.forum-section .forum-box form textarea:-moz-placeholder {
  color: #b0b0b0;
}
.forum-section .forum-box form textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.forum-section .forum-box form textarea.placeholder {
  color: #b0b0b0;
}
.forum-section .forum-box form .form-group {
  margin: 0 0 14px;
}
.forum-section .forum-box form input[type='text'],
.forum-section .forum-box form input[type='email'] {
  border: 2px solid #d8d8d8;
  width: 100%;
  height: 42px;
}
.forum-section .forum-box form input[type='submit'] {
  background-color: #4a4a4a;
  border-radius: 2px;
  height: 40px;
  width: 226px;
  border: 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  margin: 0 0 0 auto;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .forum-section .forum-box form input[type='submit'] {
    margin: 0 auto;
  }
}
.forum-section .forum-box form input[type='submit']:hover {
  background: rgba(74, 74, 74, 0.7);
}

.comment-holder {
  padding: 36px 0 67px;
}
@media (max-width: 767px) {
  .comment-holder {
    padding: 21px 15px 35px;
  }
}
.comment-holder .comment-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .comment-holder .comment-title {
    flex-wrap: wrap;
    padding: 0;
  }
}
.comment-holder .comment-title .hold {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .comment-holder .comment-title .hold {
    padding: 0 0 20px;
  }
}
.comment-holder .comment-title strong {
  font-size: 22px;
  font-weight: 600;
  display: block;
  padding: 0 10px 0 0;
}
.comment-holder .comment-title .star {
  line-height: 1;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .comment-holder .comment-title .star {
    padding: 0 10px 0 0;
  }
}
.comment-holder .comment-title .star .starrating {
  background: none;
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.comment-holder .comment-title h3 {
  margin: 0;
}
@media (max-width: 991px) {
  .comment-holder .comment-title h3 {
    margin: 0 0 8px;
    width: 100%;
  }
}
.comment-holder .btn {
  padding: 11px 30px;
}
@media (max-width: 767px) {
  .comment-holder .btn {
    padding: 11px 20px;
    max-width: 255px;
    margin: 0 auto;
    display: block;
  }
}

.sticky-wrap {
  position: relative;
  z-index: 1000;
}
.sticky-wrap #block {
  padding: 0 0 10px;
}

#btn-fixed {
  width: 100%;
  position: absolute;
  top: 55vh;
  transform: translateY(-50%);
  right: 0;
  left: 0 !important;
  height: 0;
  z-index: 200000;
}
@media (max-width: 767px) {
  #btn-fixed {
    display: none;
  }
}
@media (max-width: 767px) {
  #btn-fixed .btn-next,
  #btn-fixed .btn-prev {
    left: -6px;
  }
}
#btn-fixed .btn-next:hover,
#btn-fixed .btn-prev:hover {
  opacity: 1;
  text-decoration: none;
}
#btn-fixed .btn-next:hover .slide-box,
#btn-fixed .btn-prev:hover .slide-box {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #btn-fixed .btn-next {
    left: auto;
    right: -6px;
  }
}
#btn-fixed .btn-next .slide-box {
  left: auto;
  right: 0;
}
#btn-fixed .slide-box {
  display: block;
  text-indent: 0;
  width: 291px;
  transform: translateY(-50%);
  background: #fff;
  overflow: hidden;
  padding: 14px 14px 14px 4px;
  position: absolute;
  top: 50%;
  left: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  font: 600 13px/1.1 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  #btn-fixed .slide-box {
    display: none !important;
  }
}
#btn-fixed .slide-box img {
  float: left;
  width: 70px;
  margin: 0 10px 0 0;
}
#btn-fixed .slide-box .title {
  display: block;
  padding: 0 0 4px;
}
#btn-fixed .slide-box .price {
  color: #bc2b0b;
}

.comment-list > li {
  padding: 25px 20px 20px;
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .comment-list > li {
    padding: 25px 6px 20px;
  }
}
.comment-list .comment-list-head {
  display: flex;
  justify-content: space-between;
}
.comment-list .comment-list-head .picto-avis-verifie {
  position: relative;
  top: -25px;
  right: -20px;
}
@media (max-width: 767px) {
  .comment-list .comment-list-head .picto-avis-verifie {
    right: -6px;
  }
}
.comment-list .user-info {
  padding: 0 0 26px;
}
@media (max-width: 767px) {
  .comment-list .user-info {
    padding: 0 0 10px;
  }
}
.comment-list .user-info > li {
  float: left;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .comment-list .user-info > li {
    margin: 0 8px 8px 0;
  }
}
.comment-list .user-info > li:last-child {
  border-right: 0;
}
.comment-list .user-info > li .starrating {
  background: none;
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
}
.comment-list p {
  margin: 0;
}
.comment-list p span {
  display: block;
}
.comment-list .answer-hold {
  background-color: #f6f6f6;
  padding: 28px 28px 20px;
  margin: 14px 0 0;
}
@media (max-width: 767px) {
  .comment-list .answer-hold {
    padding: 20px 14px 20px;
  }
}
.comment-list .answer-hold p {
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px;
}

.main-holder {
  border-top: 1px solid #d8d8d8;
  padding: 0 0 40px;
}
.main-holder .content {
  width: 100%;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .main-holder .content {
    padding: 0;
  }
}

.filter-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 2px 35px 7px;
}
@media (max-width: 767px) {
  .filter-holder {
    padding: 19px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.filter-holder h2, .filter-holder .h2 {
  font: 32px/1.2 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .filter-holder h2, .filter-holder .h2 {
    width: 100%;
    margin: 0 0 10px;
  }
}

.filter {
  position: relative;
}
.filter .jcf-select {
  width: 100%;
  min-width: 264px;
  display: block;
}
.filter .jcf-select.jcf-select-filter-select {
  border: 0;
  height: 24px;
}
.filter .jcf-select.jcf-select-filter-select .jcf-select-text {
  line-height: 22px;
  margin: 0 40px 0 77px;
  font-weight: 600;
  font-size: 15px;
}
.filter .title {
  position: absolute;
  top: 3px;
  left: 16px;
  z-index: 10;
}

.product-listing {
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .product-listing {
    margin: 0 -10px;
  }
}
.product-listing > li {
  width: 25%;
  padding: 0 15px 24px;
}
@media (max-width: 1499px) {
  .product-listing > li {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .product-listing > li {
    padding: 0 10px 20px;
    width: 50%;
  }
}
@media (max-width: 549px) {
  .product-listing > li {
    width: 100%;
  }
}
.product-listing .price-holder .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
}

.advice-and-service {
  display: flex;
  padding: 40px 0 30px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1299px) {
  .advice-and-service {
    width: auto;
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .advice-and-service {
    flex-wrap: wrap;
  }
}
.advice-and-service li {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .advice-and-service li {
    width: 50%;
    padding: 0 15px 30px;
  }
}
@media (max-width: 499px) {
  .advice-and-service li {
    width: 100%;
  }
}

.point-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .point-wrapper {
    flex-wrap: wrap;
  }
}
.point-wrapper .col {
  width: 48.5%;
}
@media (max-width: 991px) {
  .point-wrapper .col {
    width: 100%;
    padding: 0 0 10px;
  }
}
.point-wrapper .point-box {
  padding: 0 40px 14px 0;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 1278px) {
  .point-wrapper .point-box {
    padding: 0 10px 14px 0;
  }
}
@media (max-width: 767px) {
  .point-wrapper .point-box {
    padding: 10px;
  }
}
.point-wrapper .point-box .image-hold {
  max-width: 202px;
}
.point-wrapper .point-box .image-hold .btn {
  margin: 0 0 10px;
  font-size: 13px;
  min-width: 165px;
  padding: 12px;
}
@media (max-width: 767px) {
  .point-wrapper .point-box .image-hold img {
    width: 100%;
  }
}
.point-wrapper .point-box .text-holder {
  padding: 24px 0 0 32px;
  width: 100%;
}
@media (max-width: 1278px) {
  .point-wrapper .point-box .text-holder {
    padding: 24px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .point-wrapper .point-box .text-holder {
    padding: 20px 0 0;
  }
}
.point-wrapper .point-box .distance .icon-choisir {
  margin: 0 1px 0 0;
}
.point-wrapper .point-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px;
}
.point-wrapper .point-box h3 img {
  top: -4px;
  transform: translateY(0);
}
.point-wrapper .point-box .column .col {
  float: none;
  padding: 0;
  width: 100%;
}
.point-wrapper .point-box .column address {
  font-size: 13px;
  margin: 0 0 10px;
}
.point-wrapper .point-box .column .contact li {
  font-size: 13px;
}
.point-wrapper .point-box .column .contact .time-open:before {
  top: 2px;
}
.point-wrapper .point-box .column .contact a:hover {
  text-decoration: underline;
}

.progress-bar-holder {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 14px;
}
@media (max-width: 991px) {
  .progress-bar-holder {
    flex-wrap: wrap;
  }
}
.progress-bar-holder h3, .progress-bar-holder .h3 {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .progress-bar-holder h3, .progress-bar-holder .h3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .progress-bar-holder h3, .progress-bar-holder .h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .progress-bar-holder .progress-bar {
    width: 100%;
  }
}
.progress-bar-holder .step {
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .progress-bar-holder .step {
    margin: 0;
    display: block;
    width: 100%;
  }
}
.progress-bar-holder .step li {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
@media (max-width: 767px) {
  .progress-bar-holder .step li {
    padding: 0 0 10px;
    width: 100%;
  }
}
.progress-bar-holder .step li.active a {
  color: #f3a000;
}
.progress-bar-holder .step li.current a {
  border-bottom-color: #f3a000;
}
.progress-bar-holder .step li:first-child a {
  padding-left: 0;
}
.progress-bar-holder .step li:last-child a {
  padding-right: 0;
}
.progress-bar-holder .step a, .progress-bar-holder .step span {
  color: #000;
  padding: 0 17px 4px;
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  .progress-bar-holder .step a, .progress-bar-holder .step span {
    padding: 0 0 4px;
  }
}
.progress-bar-holder .step a:hover {
  color: #f3a000;
}
.progress-bar-holder .progress {
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 2px;
  position: relative;
}
.progress-bar-holder .progress span {
  position: absolute;
  border-radius: 2px;
  background: #f3a000;
  left: 0;
  top: 0;
  bottom: 0;
}

.basket-wrapper {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .basket-wrapper {
    padding: 10px 0 0;
  }
}
.basket-wrapper .row-hold {
  display: flex;
  align-items: stretch;
  margin: 0 -15px 34px;
}
@media (max-width: 991px) {
  .basket-wrapper .row-hold {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.basket-wrapper .row-hold .col-hold {
  width: 67%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .basket-wrapper .row-hold .col-hold {
    padding: 0 15px 30px;
    width: 100%;
  }
}
.basket-wrapper .row-hold .col-hold:last-child {
  width: 33.5%;
}
@media (max-width: 991px) {
  .basket-wrapper .row-hold .col-hold:last-child {
    width: 100%;
  }
}
.basket-wrapper .row-hold.fifty .col-hold {
  width: 50%;
}
.basket-wrapper .row-hold.fifty .col-hold:last-child {
  width: 50%;
}
.basket-wrapper .row-hold.one .col-hold, .basket-wrapper .row-hold.one:last-child {
  width: 100%;
}
.basket-wrapper .basket-point {
  border: 1px solid #d8d8d8;
  height: 100%;
}
.basket-wrapper .basket-point .point-box {
  padding: 31px 15px 27px 19px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-point .point-box {
    display: flex;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .basket-wrapper .basket-point .point-box {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.basket-wrapper .basket-point .point-box .image-hold {
  max-width: 160px;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-point .point-box .column .col {
    text-align: left;
    width: 50%;
    float: left;
  }
}
@media (max-width: 599px) {
  .basket-wrapper .basket-point .point-box .column .col {
    text-align: center;
    width: 100%;
    float: none;
  }
}
.basket-wrapper .basket-point .point-box .text-holder {
  padding: 8px 0 0 30px;
  width: 100%;
}
@media (max-width: 599px) {
  .basket-wrapper .basket-point .point-box .text-holder {
    text-align: left;
    padding: 0;
  }
}
.basket-wrapper .basket-point .point-box .text-holder h3 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 42px;
  margin: 0 0 20px;
}
@media (max-width: 599px) {
  .basket-wrapper .basket-point .point-box .text-holder h3 {
    text-align: center;
    padding: 0;
  }
}
.basket-wrapper .basket-point .point-box .text-holder h3 img {
  margin: 0;
  position: absolute;
  left: 0;
  top: -8px;
  width: 22px;
}
@media (max-width: 599px) {
  .basket-wrapper .basket-point .point-box .text-holder h3 img {
    left: -5px;
    position: relative;
  }
}
.basket-wrapper .basket-point .point-box .text-holder address {
  font-size: 13px;
}
.basket-wrapper .basket-point .point-box .contact li {
  font-size: 13px;
}
.basket-wrapper .basket-point .point-box .contact li a:hover {
  text-decoration: underline;
}
.basket-wrapper .basket-point .point-box .contact .time-open:before {
  top: 2px;
}
.basket-wrapper .title-hold {
  display: block;
  padding: 9px 18px;
  border-bottom: 1px solid #d8d8d8;
  text-transform: uppercase;
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 16px;
}
.basket-wrapper .mode-pay, .basket-wrapper .billing-address {
  border: 1px solid #d8d8d8;
  height: 100%;
}
.basket-wrapper .mode-pay .box, .basket-wrapper .billing-address .box {
  padding: 30px 20px;
}
.basket-wrapper .mode-pay .name, .basket-wrapper .billing-address .name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  /* padding: 0 0 12px; */
}
.basket-wrapper .mode-pay address, .basket-wrapper .billing-address address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}
.basket-wrapper .mode-pay {
  width: 100%;
}
.basket-wrapper .mode-pay .box {
  text-align: center;
}
.basket-wrapper .mode-pay .payment-box {
  padding: 16px 16px 0;
}
.basket-wrapper .mode-pay .payment-box .title {
  display: block;
  padding: 0 0 18px;
  font-size: 15px;
  font-weight: 600;
}
.basket-wrapper .mode-pay .accept {
  padding: 0 0 20px;
}
.basket-wrapper .mode-pay .accept .jcf-checkbox {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}
.basket-wrapper .mode-pay .accept .jcf-checkbox span {
  height: 7px;
  width: 12px;
}
.basket-wrapper .mode-pay .accept label {
  font-size: 13px;
}
.basket-wrapper .mode-pay .accept label a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}
.basket-wrapper .mode-pay .accept label a:hover {
  color: #f3a000;
}
.basket-wrapper .mode-pay .payment-radio {
  padding: 0 0 20px;
}
.basket-wrapper .mode-pay .payment-radio .jcf-radio {
  display: none;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type {
  width: 15%;
  display: inline-block;
}
@media (max-width: 941px) {
  .basket-wrapper .mode-pay .payment-radio .block-pay-type {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .basket-wrapper .mode-pay .payment-radio .block-pay-type {
    width: 100%;
  }
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type .type-cb {
  background-image: url("/images/cbpayments.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 20px;
  margin: 5px 0 15px;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type .type-cb.no-back {
  background-image: none;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type label {
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  min-height: 85px;
  display: block;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type label.jcf-label-active {
  background: #f3a000;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type label i {
  display: block;
  font-size: 30px;
  margin: 0 0 10px;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type label .name {
  display: block;
}
.basket-wrapper .mode-pay .payment-radio .block-pay-type label sub {
  display: block;
  margin-bottom: 5px;
}

.cart-pickup-product {
  border: 4px solid #bc2b0b;
  padding: 0;
}
.cart-pickup-product__header {
  margin: 0;
  display: block;
  background: #bc2b0b;
  color: #000;
  padding: 9px 18px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
.cart-pickup-product__title {
  color: inherit;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.cart-pickup-product__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin: 0;
  border: none;
}
@media (max-width: 650px) {
  .cart-pickup-product__inner {
    flex-wrap: wrap;
  }
}
.cart-pickup-product__col {
  margin: 0;
  display: block;
  padding: 0;
  border: none;
}
.cart-pickup-product__col--img {
  width: 165px;
  flex-basis: 165px;
  margin-right: 20px;
}
.cart-pickup-product__col--img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.cart-pickup-product__col--desc {
  width: calc( 100% - 165px - 230px - 40px );
  flex-basis: calc( 100% - 165px - 230px - 40px );
}
.cart-pickup-product__col--desc.no-img {
  width: calc( 100% - 230px - 20px );
  flex-basis: calc( 100% - 230px - 20px );
}
@media (max-width: 650px) {
  .cart-pickup-product__col--desc.no-img {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .cart-pickup-product__col--desc {
    width: calc( 100% - 165px - 20px );
    flex-basis: calc( 100% - 165px - 20px );
  }
}
.cart-pickup-product__col--buttonset {
  width: 230px;
  flex-basis: 230px;
  margin-left: 20px;
  text-align: center;
}
.cart-pickup-product__col--buttonset .price {
  display: block;
}
.cart-pickup-product__col--buttonset .price.gratis {
  font-size: 1.3em;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .cart-pickup-product__col--buttonset {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    padding-top: 15px;
  }
}
@media (max-width: 450px) {
  .cart-pickup-product__col {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.basket-table {
  margin-top: 50px;
  width: 100%;
}
.basket-table.pmt-choose {
  margin-top: 50px;
}
.basket-table.pmt-choose, .basket-table.pmt-choose tr, .basket-table.pmt-choose tbody, .basket-table.pmt-choose tbody td, .basket-table.pmt-choose tfoot {
  display: block;
  max-width: 100%;
}
.basket-table.pmt-choose td {
  max-width: 100%;
}
.basket-table.pmt-choose td:first-child {
  border-right: none;
}
.basket-table.pmt-choose td:last-child {
  text-align: center;
  border-left: none;
}
.basket-table.pmt-choose td .gratis {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.basket-table.pmt-choose .product-popup .col.no-img {
  width: 100%;
}
.basket-table.pmt-choose p {
  font-size: 1.1em;
  line-height: 1.4em;
}
.basket-table th {
  padding: 9px 18px;
  border: 1px solid #d8d8d8;
  text-transform: uppercase;
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 599px) {
  .basket-table th {
    width: 100% !important;
    float: left !important;
  }
}
.basket-table th:last-child {
  border-left: 0;
}
@media (max-width: 599px) {
  .basket-table th:last-child {
    border-left: 1px solid #d8d8d8;
  }
}
.basket-table th:first-child {
  border-right: 0;
}
@media (max-width: 599px) {
  .basket-table th:first-child {
    border-right: 1px solid #d8d8d8;
  }
}
@media (max-width: 599px) {
  .basket-table th.mobile-hidden {
    display: none;
  }
}
@media (max-width: 599px) {
  .basket-table tr {
    float: left;
    width: 100%;
  }
}
.basket-table td {
  border: 1px solid #d8d8d8;
  padding: 10px;
}
@media (max-width: 599px) {
  .basket-table td {
    float: left !important;
    width: 100% !important;
    border-bottom: 0;
  }
}
.basket-table td:last-child {
  width: 240px;
}
@media (max-width: 1299px) {
  .basket-table td:last-child {
    width: 140px;
  }
}
@media (max-width: 599px) {
  .basket-table td:last-child {
    border-top: 0 !important;
    border: 1px solid #d8d8d8;
  }
}
@media (max-width: 767px) {
  .basket-table td:last-child .del-line-cart {
    display: none;
  }
}
.basket-table .product-popup {
  padding: 21px 9px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.basket-table .product-popup .fancybox-close-small {
  display: none;
}
@media (max-width: 767px) {
  .basket-table .product-popup {
    padding: 0;
  }
  .basket-table .product-popup .fancybox-close-small {
    display: block;
    right: 10px;
    top: 0px;
    left: auto;
  }
}
@media (max-width: 459px) {
  .basket-table .product-popup {
    text-align: left;
    flex-wrap: wrap;
  }
}
.basket-table .product-popup .col {
  padding: 0 0 0 32px;
  width: auto;
}
@media (max-width: 1099px) {
  .basket-table .product-popup .col {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 459px) {
  .basket-table .product-popup .col {
    width: 100%;
    padding: 0;
  }
}
.basket-table .product-popup .col:first-child {
  width: 165px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basket-table .product-popup .col:first-child {
    padding: 0;
    width: 140px;
  }
}
@media (max-width: 459px) {
  .basket-table .product-popup .col:first-child {
    width: 100%;
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .basket-table .product-popup .price-row {
    padding: 0 0 5px;
  }
}
.basket-table .product-popup .heading {
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .basket-table .product-popup .heading {
    text-align: left;
  }
}
.basket-table .product-popup .image {
  position: relative;
  margin: 0;
  max-width: 165px;
}
@media (max-width: 767px) {
  .basket-table .product-popup .image {
    max-width: 140px;
  }
}
@media (max-width: 599px) {
  .basket-table .product-popup .image {
    max-width: 170px;
  }
}
.basket-table .product-popup .image .logo-alize {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.basket-table .product-popup .heading h2 {
  padding: 0;
  font-size: 15px;
}
.basket-table .product-popup .heading h2 a {
  color: black;
  text-decoration: none;
}
.basket-table .product-popup .heading h2 a:hover {
  text-decoration: underline;
}
.basket-table .quality-hold {
  text-align: center;
}
.basket-table .quality-hold .jcf-number {
  display: block;
  margin: 0 auto 16px;
}
.basket-table .quality-hold .descr {
  display: block;
  font-size: 10px;
}
.basket-table .quality-hold .descr b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .basket-table .product-popup .price-row .price-box {
    text-align: left;
  }
}
.basket-table .product-popup .price-row .price-box .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.basket-table .product-popup .price-row .price-box .old-price {
  font-size: 15px;
}
.basket-table .product-popup .price-row .price-box .text {
  padding: 0;
  font-size: 13px;
}
.basket-table .product-popup .price-row .price-box p {
  margin: 10px 0 0;
}
.basket-table .quality-hold .price {
  font-size: 20px;
}

.selected-box {
  display: block;
  padding: 0 0 0 23px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 8px;
}
.selected-box .color {
  border: 1px solid #C4C4C4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
}
.selected-box .color span {
  display: block;
  height: 14px;
  width: 14px;
}
.selected-box .color.two-color span {
  float: left;
  width: 6px;
}

.my-cart {
  border: 1px solid #d8d8d8;
  background-color: #f6f6f6;
  padding: 0 0 24px;
}
@media (max-width: 991px) {
  .my-cart {
    max-width: 600px;
    margin: 0 auto;
  }
}
.my-cart .cart-hold {
  padding: 24px 14px 12px;
}
.my-cart .title-hold {
  background: #f3a000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
}
.my-cart .title-hold i {
  font-size: 28px;
}
.my-cart .table-cart {
  width: 100%;
}
.my-cart .table-cart td {
  padding: 4px 4px 16px;
  font-size: 15px;
}
.my-cart .table-cart td:first-child {
  vertical-align: top;
  font-weight: 600;
}
.my-cart .table-cart td:last-child {
  text-align: right;
  font-size: 13px;
}
.my-cart .table-cart td:last-child .free_port_dates {
  font-size: 13px;
}
.my-cart .promo-form {
  padding: 0 18px 24px;
}
.my-cart .promo-form .input-holder {
  position: relative;
  padding: 0 59px 0 0;
}
.my-cart .promo-form label {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
}
.my-cart .promo-form input[type="text"] {
  width: 100%;
  height: 42px;
  border: 2px solid #d8d8d8;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 61px 7px 15px;
}
.my-cart .promo-form input[type="text"]::-webkit-input-placeholder {
  color: #4a4a4a;
}
.my-cart .promo-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a;
}
.my-cart .promo-form input[type="text"]:-moz-placeholder {
  color: #4a4a4a;
}
.my-cart .promo-form input[type="text"]:-ms-input-placeholder {
  color: #4a4a4a;
}
.my-cart .promo-form input[type="text"].placeholder {
  color: #4a4a4a;
}
.my-cart .promo-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  background: #4a4a4a;
  border: 0;
  border-radius: 2px;
  width: 60px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .my-cart .promo-form input[type="submit"] {
    font-size: 13px;
    font-weight: 500;
  }
}
.my-cart .promo-form input[type="submit"]:hover {
  background: rgba(74, 74, 74, 0.7);
}
.my-cart .total-price {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-right: 0;
  border-left: 0;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  margin: 0 0 10px;
}
.my-cart .total-price .price {
  font-size: 20px;
}
.my-cart .btn {
  width: 100%;
  padding: 11px;
}

.stick-cart .frequent-questions {
  margin: 20px 0;
}
.stick-cart .frequent-questions .subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
}

.my-orders {
  border: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .my-orders {
    margin: 10px 0;
  }
}
.my-orders .table-hold {
  padding: 15px;
  overflow-x: auto;
}
.my-orders .table-hold .option-check {
  margin-bottom: 0px;
}
.my-orders .filter-select .filter .jcf-select.jcf-select-filter-select .jcf-select-text {
  margin: 0 40px 0 50px;
}
.my-orders .selected-box {
  margin: 0;
}
.my-orders .orders-table {
  width: 100%;
  min-width: 600px;
}
.my-orders .orders-table tr {
  border: 1px solid #d8d8d8;
}
.my-orders .orders-table th {
  padding: 8px;
  text-transform: uppercase;
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .my-orders .orders-table th {
    font-size: 13px;
  }
}
.my-orders .orders-table th:last-child {
  border-left: 0;
}
.my-orders .orders-table th:first-child {
  border-right: 0;
}
.my-orders .orders-table td {
  border: 0;
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 1099px) {
  .my-orders .orders-table td {
    font-size: 13px;
    padding: 5px;
  }
}
.my-orders .orders-table td:last-child {
  width: 240px;
}
@media (max-width: 1099px) {
  .my-orders .orders-table td:last-child {
    width: 200px;
  }
}

.filter-select {
  padding: 22px 15px;
}
.filter-select .filter {
  position: relative;
}
.filter-select .filter .jcf-select {
  width: 100%;
  min-width: 264px;
  display: block;
  border: 1px solid #d8d8d8;
  height: 40px;
}
.filter-select .filter .jcf-select.jcf-select-filter-select .jcf-select-text {
  line-height: 34px;
  margin: 0 40px 0 90px;
  font-weight: 600;
  font-size: 15px;
}
.filter-select .filter .title {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  font-weight: 400;
  font-size: 15px;
}

.jcf-select-filter-select .jcf-list .jcf-option {
  padding: 12px;
}

.reverse {
  padding: 66px 0;
}
@media (max-width: 991px) {
  .reverse {
    padding: 0;
  }
}
.reverse .btn-box {
  padding: 26px 0;
}
.reverse .btn-box .btn {
  min-width: 266px;
  padding: 12px;
}

.my-account {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .my-account {
    flex-wrap: wrap;
  }
}
.my-account .title-hold {
  background: #f3a000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}
.my-account .title-hold i {
  font-size: 22px;
}

.my-account-accordion {
  width: 65.8%;
}
@media (max-width: 991px) {
  .my-account-accordion {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .my-account-accordion .hidden-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .my-account-accordion .tab {
    border-bottom: 1px solid #d8d8d8;
  }
}
.my-account-accordion .tab.active .opener {
  background-color: #f6f6f6;
}
.my-account-accordion .opener {
  display: none;
  font-size: 16px;
  padding: 21px 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media (max-width: 991px) {
  .my-account-accordion .opener {
    display: block;
  }
}
.my-account-accordion .opener:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 46%;
  font: 8px/8px 'icomoon';
  transform: rotate(-90deg) translateY(-50%);
}

.my-account-menu {
  width: 31.5%;
}
@media (max-width: 991px) {
  .my-account-menu {
    width: 100%;
    order: 2;
  }
}
.my-account-menu li {
  border-bottom: 1px solid #d8d8d8;
}
.my-account-menu a {
  font-size: 16px;
  padding: 21px 16px;
  display: block;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.my-account-menu a.active, .my-account-menu a:hover {
  background-color: #f6f6f6;
}
.my-account-menu a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 46%;
  font: 8px/8px 'icomoon';
  transform: rotate(-90deg) translateY(-50%);
}

.col-downloads {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .col-downloads {
    flex-wrap: wrap;
  }
}
.col-downloads .col {
  width: 49%;
  max-width: none;
  margin: 5px 8px 10px 0px;
}
@media (max-width: 991px) {
  .col-downloads .col {
    width: 100%;
    padding: 0 0 15px;
  }
}

.downloads-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #f6f6f6;
  height: 100%;
}
.downloads-box .text-box {
  padding: 43px 20px 20px 41px;
}
@media (max-width: 991px) {
  .downloads-box .text-box {
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .downloads-box .text-box {
    padding: 10px;
  }
}
@media (max-width: 499px) {
  .downloads-box .heading {
    padding: 0;
  }
}
@media (max-width: 499px) {
  .downloads-box .heading h2 {
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .downloads-box .heading h3 {
    font-size: 22px;
  }
}
.downloads-box .img-box {
  flex-shrink: 0;
}
@media (max-width: 499px) {
  .downloads-box .img-box {
    width: 150px;
  }
}
.downloads-box .img-box img {
  width: 100%;
}
.downloads-box .version-flip {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 28px;
  font-size: 15px;
  color: #000;
}
@media (max-width: 499px) {
  .downloads-box .version-flip {
    margin: 0 0 10px;
  }
}
.downloads-box .version-flip:hover {
  color: #f3a000;
}
.downloads-box .btn {
  font-size: 13px;
  min-width: 165px;
  margin-bottom: 10px;
}
@media (max-width: 499px) {
  .downloads-box .btn {
    min-width: 100px;
    padding: 8px;
  }
}

.icon-holder {
  text-align: center;
  padding: 60px 0;
}

.btn-group {
  text-align: center;
  padding: 40px 0;
}
.btn-group .btn {
  margin: 0 10px 10px;
  min-width: 247px;
}
.btn-group.no-padding-top {
  padding-top: 0;
}

.load-button-box {
  text-align: center;
}
.load-button-box .title {
  display: block;
  padding: 0 0 32px;
  font: 32px/1.1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.load-button-box .btn {
  padding: 11px 25px;
}

.select-menu {
  position: relative;
  width: 100%;
  z-index: 100;
}
.select-menu .selected-box {
  padding: 0 0 0 34px;
  margin: 0;
}
.select-menu .selected-box .color {
  width: 22px;
  height: 22px;
  border: 1px solid #C4C4C4;
}
.select-menu .selected-box .color.two-color span {
  width: 11px;
}
.select-menu .selected-box .color span {
  height: 22px;
  width: 22px;
}
.select-menu .opener {
  display: flex;
  padding: 13px 18px;
  border: 1px solid #d8d8d8;
  position: relative;
  color: #000;
  text-decoration: none;
  min-height: 42px;
}
.select-menu .opener:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font: 8px/1 'icomoon';
}
.select-menu .opener .color.two-color span {
  width: 10px;
}
.select-menu .slide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0;
  padding: 4px 0;
}
.select-menu .slide .jcf-scrollable-wrapper {
  width: 100% !important;
}
.select-menu .slide ul {
  width: 100% !important;
}
.select-menu .slide ul.jcf-scrollable {
  height: 100px;
}
.select-menu .slide ul li {
  padding: 10px 17px;
  cursor: pointer;
}
.select-menu .slide ul li:hover {
  background: #f2f2f2;
}

.timestamp {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 14px;
  color: #2a9c8e;
  position: relative;
}
.timestamp:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2a9c8e;
}
.timestamp.close {
  color: orange;
}
.timestamp.close:before {
  background-color: orange;
}

.section-store .timestamp:before {
  top: 6px;
}

.pl-dlv--access {
  margin: 0 0 16px;
}
.pl-dlv--access .jcf-checkbox {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.pl-dlv--access__label {
  display: inline-block;
  vertical-align: top;
  width: calc( 100% - 27px );
  font-size: 14px;
}
.pl-dlv--access__tooltip {
  display: inline;
  vertical-align: middle;
  position: relative;
}
.pl-dlv--access__tooltip__q {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #f3a000;
  font-weight: bolder;
  color: #000;
  line-height: 15px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
}
.pl-dlv--access__tooltip__r {
  position: absolute;
  top: 100%;
  left: -999999em;
  padding: 5px;
  width: 150px;
  margin: 5px auto 0 -60px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.pl-dlv--access__tooltip:hover .pl-dlv--access__tooltip__r {
  left: 0;
}

.payment-box button.btn {
  border: 0;
  outline: 0 none;
}

.cycle-gallery {
  position: relative;
}
@media (max-width: 767px) {
  .cycle-gallery {
    margin: 0 -15px;
  }
}
.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
}
.cycle-gallery .slideset {
  display: block;
}
.cycle-gallery .slide {
  min-height: 786px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}
@media (max-width: 991px) {
  .cycle-gallery .slide {
    min-height: 500px;
  }
}
.cycle-gallery .slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cycle-gallery .slide.active {
  z-index: 2;
}
.cycle-gallery .content-holder {
  text-align: center;
  padding: 40px;
  line-height: 1.3;
  font-size: 17px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.cycle-gallery .content-holder .slider-bubble {
  background: #fff;
  border-radius: 1000em;
  width: 355px;
  height: 355px;
  padding: 40px;
}
.cycle-gallery .content-holder .slider-bubble.slider-bubble--hidden {
  display: none;
}
.cycle-gallery .content-holder .slider-bubble .btn {
  border-radius: 1000px;
  color: #000;
  min-width: auto;
  padding: 12px 20px;
}
.cycle-gallery .content-holder .slider-bubble .btn:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .cycle-gallery .content-holder .slider-bubble .btn {
    padding: 7px 10px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .cycle-gallery .content-holder .slider-bubble {
    width: 250px;
    height: 250px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cycle-gallery .content-holder {
    font-size: 13px;
    padding: 20px;
  }
}
.cycle-gallery .content-holder p {
  margin: 0 0 26px;
}
.cycle-gallery .h1,
.cycle-gallery h1 {
  max-width: 250px;
  margin: 20px 10px 10px;
  display: block;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .cycle-gallery .h1,
  .cycle-gallery h1 {
    max-width: 150px;
    margin: 0 30px 10px;
    font-size: 23px;
  }
}
.cycle-gallery .h1 strong,
.cycle-gallery h1 strong {
  display: block;
  font: 45px/1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
}
@media (max-width: 768px) {
  .cycle-gallery .h1 strong,
  .cycle-gallery h1 strong {
    font-size: 28px;
  }
}
.cycle-gallery .slide-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  height: 100%;
}
.cycle-gallery .slide-box.position-left .content-holder {
  display: block;
}
.cycle-gallery .slide-box.position-left .content-holder .slider-bubble {
  background: none;
  padding: 0;
  padding-left: 30px;
  width: auto;
  display: block;
}
@media (max-width: 991px) {
  .cycle-gallery .slide-box.position-left .content-holder .slider-bubble {
    padding-left: 40px;
  }
}
.cycle-gallery .slide-box.position-left .content-holder .slider-bubble > div,
.cycle-gallery .slide-box.position-left .content-holder .slider-bubble .h1 {
  text-align: left;
}
.cycle-gallery .slide-box.position-left .content-holder .slider-bubble .h1 {
  margin: 0 0 10px;
  max-width: 100%;
  display: block;
  max-height: 41px;
  overflow: hidden;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
@media (max-width: 768px) {
  .cycle-gallery .slide-box.position-left .content-holder .slider-bubble .h1 {
    max-height: 30px;
  }
}
.cycle-gallery .slide-box.position-left .content-holder .slider-bubble .btn {
  color: #fff;
  border-color: #fff;
}
.cycle-gallery .slide-box.position-left .content-holder .slider-bubble .btn:hover {
  background: #fff;
  border-color: #fff;
  color: #4a4a4a;
}
.cycle-gallery .slide-box.position-left .text-holder {
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .cycle-gallery .slide-box.position-left .text-holder {
    text-align: center;
  }
}
.cycle-gallery .slide-box.position-left .button-holder {
  text-align: center;
}
.cycle-gallery .counter {
  padding: 0 0 26px;
}
.cycle-gallery .counter li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #fff;
  padding: 0 8px;
}
.cycle-gallery .counter li:first-child {
  border-left: 0;
}
.cycle-gallery .counter li span {
  display: block;
}
.cycle-gallery .counter li .number {
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
}
.cycle-gallery .counter li .descr {
  font-size: 13px;
}
.cycle-gallery .btn {
  font-size: 13px;
  padding: 16px;
}
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  left: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 300px;
}
.cycle-gallery .btn-next {
  left: auto;
  right: 20px;
}
.cycle-gallery .pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 10;
}
.cycle-gallery .pagination ul li a {
  background: #fff;
}

.pl-home-widget--slider .cycle-gallery .slide {
  height: 460px;
  min-height: 460px;
}

.product-section .cycle-gallery .slide:after {
  display: none;
}

.cycle-gallery .button-prev,
.cycle-gallery .button-next,
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  color: #000;
  background: none;
  border: 0;
  outline: none;
  transition: opacity .3s ease;
  transform: translateY(-50%);
  text-decoration: none;
}
.cycle-gallery .button-prev:hover,
.cycle-gallery .button-next:hover,
.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
  opacity: 0.7;
}
.cycle-gallery .button-prev:before,
.cycle-gallery .button-next:before,
.cycle-gallery .btn-prev:before,
.cycle-gallery .btn-next:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cycle-gallery .button-next,
.cycle-gallery .btn-next {
  left: auto;
  right: 0;
}

.collection-gallery {
  position: relative;
  background: #f6f6f6;
}
.collection-gallery .mask {
  position: relative;
  overflow: hidden;
}
.collection-gallery .slideset {
  width: 99999px;
  float: left;
}
.collection-gallery .slide {
  float: left;
}
.collection-gallery .slide.active {
  z-index: 2;
}
.collection-gallery .text-holder {
  text-align: center;
}
.collection-gallery .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 10;
}

.pagination ul {
  text-align: center;
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
.pagination ul li.active a {
  background: #f3a000;
}
.pagination ul li a {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #605e60;
  border-radius: 50%;
}
.pagination ul li a:hover {
  background: #f3a000;
}

.slick-dots {
  text-align: center;
  font-size: 0;
  padding: 57px 0 20px;
}
@media (max-width: 1299px) {
  .slick-dots {
    padding: 49px 0 20px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
.slick-dots li.slick-active button {
  background: #f3a000;
}
.slick-dots li button {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #605e60;
  border-radius: 50%;
  padding: 0;
  border: 0;
}
.slick-dots li button:hover {
  background: #f3a000;
}

.thumbnail-slider,
.thumbnail-small-slider {
  padding: 0 44px;
}
@media (max-width: 767px) {
  .thumbnail-slider,
  .thumbnail-small-slider {
    padding: 0 23px;
  }
}
.thumbnail-slider .slick-slide,
.thumbnail-small-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .thumbnail-slider .btn-prev,
  .thumbnail-slider .btn-next,
  .thumbnail-small-slider .btn-prev,
  .thumbnail-small-slider .btn-next {
    top: 130px;
  }
}

.thumbnail-small-slider .slick-dots {
  padding: 48px 0 24px;
}
@media (max-width: 1299px) {
  .thumbnail-small-slider .slick-dots {
    padding: 33px 0 24px;
  }
}
@media (max-width: 767px) {
  .thumbnail-small-slider .slick-dots {
    padding: 36px 0 37px;
  }
}
@media (max-width: 1299px) {
  .thumbnail-small-slider .slick-slide {
    padding: 0 10px;
  }
}

.tab-gallery {
  max-width: 900px;
  margin: 0 auto 31px;
  position: relative;
}
@media (max-width: 1299px) {
  .tab-gallery {
    margin: 0 auto 39px;
  }
}
@media (max-width: 767px) {
  .tab-gallery {
    padding: 0 30px;
    text-align: center;
    margin: 0 auto 13px;
  }
}
.tab-gallery > .btn-prev,
.tab-gallery > .btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 30px;
  height: 30px;
  color: #000;
  margin-top: -15px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.tab-gallery > .btn-prev:before,
.tab-gallery > .btn-next:before {
  display: block;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  line-height: 30px;
}
.tab-gallery > .btn-next {
  right: 0;
  left: auto;
}
.tab-gallery .mask {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.tab-gallery .slideset {
  width: 99999px;
  float: left;
}
@media (min-width: 768px) {
  .tab-gallery .slideset {
    width: 100%;
  }
}
.tab-gallery .slide {
  float: left;
}
@media (min-width: 768px) {
  .tab-gallery .slide {
    padding: 0 10px;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.tab-gallery .tab-link {
  font-size: 16px;
  font-weight: 600;
}
.tab-gallery .tab-link a {
  text-decoration: none;
  color: #9b9b9b;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 18px 0 0;
  outline: none;
}
@media (max-width: 1299px) {
  .tab-gallery .tab-link a {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .tab-gallery .tab-link a {
    padding: 16px 0 0;
    text-transform: capitalize;
    color: #000;
  }
}
.tab-gallery .tab-link a.active {
  color: #000;
}
.tab-gallery .tab-link a.active:before {
  opacity: 1;
}
.tab-gallery .tab-link a:hover:before {
  opacity: 1;
}
.tab-gallery .tab-link a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/images/line-orange.svg) no-repeat;
  width: 60px;
  height: 8px;
  background-size: 60px 8px;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .tab-gallery .tab-link a:before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tab-gallery .btn-prev,
  .tab-gallery .btn-next {
    display: none;
  }
}

.blog-post-gallery {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  	/* &.slick-slider {
  
  		.slick-track {
  			display: flex !important;
  
  			.slick-slide {
  				width: 300px;
  				height: inherit !important;
  
  				> div {
  					height: 100%;
  				}
  			}
  		}
  	} */
  	/* .slick-arrow {
  		width: 40px;
  		flex-basis: 40px;
  		overflow: hidden;
  		background: none;
  		border: 0;
  		padding: 0;
  		outline: 0;
  
  		&::before {
  			height: 100%;
  			display: flex;
  			align-items: center;
  			text-align: center;
  			justify-content: center;
  		}
  	} */
  /* .slick-list {
  	width: calc( 100% - 80px );
  	flex-basis: calc( 100% - 80px );
  } */
}
.blog-post-gallery .slick-dots {
  width: 100%;
  flex-basis: 100%;
}
.blog-post-gallery .slide {
  height: 100%;
  display: block;
}
.blog-post-gallery .time {
  position: absolute;
  top: 28px;
  left: 28px;
  background: #fff;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 15px;
  padding: 9px;
  text-align: center;
}
@media (max-width: 1299px) {
  .blog-post-gallery .time {
    top: 12px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .blog-post-gallery .time {
    left: 30px;
    top: 12px;
    padding: 9px;
  }
}
.blog-post-gallery .time .date {
  display: block;
  font-size: 26px;
  line-height: 1;
}
.blog-post-gallery .image-box {
  height: 200px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.blog-post-gallery .image-box img {
  height: 100%;
  width: auto;
  max-width: 99999%;
}
.blog-post-gallery .slide-box {
  position: relative;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 0;
}
.blog-post-gallery .slide-box .text-box {
  display: block;
  background: #fff;
  max-width: 100%;
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.36;
  border-radius: 0 0 4px 4px;
  color: #4a4a4a;
  text-decoration: none;
  transition: box-shadow .3s ease;
  height: calc( 100% - 200px );
}
.blog-post-gallery .slide-box .title-post {
  background: #bc2b0b;
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  top: -16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-post-gallery .slide-box .title-post {
    left: 28px;
    padding: 6px 5px;
    top: -14px;
  }
}
.blog-post-gallery .slide-box h3, .blog-post-gallery .slide-box .h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .blog-post-gallery .slide-box h3, .blog-post-gallery .slide-box .h3 {
    margin: 0 0 3px;
  }
}
.blog-post-gallery .slide-box .comment {
  font-size: 12px;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .blog-post-gallery .slide-box .comment {
    margin: 0 0 10px;
  }
}
.blog-post-gallery .slide-box .comment span {
  color: #bc2b0b;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.blog-post-gallery .slide-box .comment i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 8px 0 0;
}
.blog-post-gallery .slide-box .lire-link {
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none;
}
.blog-post-gallery .slide-box .lire-link:hover {
  color: #f3a000;
}
@media (max-width: 1469px) {
  .blog-post-gallery .slide-box p {
    height: 54px;
    overflow: hidden;
  }
}
.blog-post-gallery .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
@media (max-width: 767px) {
  .blog-post-gallery .btn-prev {
    left: -14px;
  }
}
@media (max-width: 767px) {
  .blog-post-gallery .btn-next {
    right: -14px;
  }
}

.action-slider .slick-prev,
.action-slider .slick-next {
  display: none;
}

.product-slider {
  padding: 0 7px;
}
@media (max-width: 1299px) {
  .product-slider {
    padding: 0;
  }
}
.product-slider .icon-zoom {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 45px !important;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  outline: none;
}
@media (max-width: 767px) {
  .product-slider .icon-zoom {
    bottom: 13px;
    right: 18px;
  }
}
.product-slider .icon-zoom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product-slide-video-embed-container {
  position: relative;
  padding-bottom: 73%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.product-slide-video-embed-container iframe, .product-slide-video-embed-container embed, .product-slide-video-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
}

.banner-slide-video-embed-container {
  overflow: hidden;
  max-width: 100%;
}
.banner-slide-video-embed-container iframe, .banner-slide-video-embed-container embed, .banner-slide-video-embed-container object {
  border: none;
  width: 100%;
  z-index: 1;
  display: block;
  position: relative;
}

.slider-nav {
  max-width: 560px;
  margin: 0 auto 16px;
  padding: 0;
}
@media (max-width: 767px) {
  .slider-nav {
    padding: 0 46px;
  }
}
.slider-nav .slick-slide {
  padding: 0 8px;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .slider-nav .slick-slide {
    padding: 0 6px;
  }
}
.slider-nav .nav-box {
  border: 1px solid #d8d8d8;
  position: relative;
}
.slider-nav .nav-box:hover img {
  opacity: .7;
}

.product-cycle-gallery {
  position: relative;
}
@media (max-width: 1099px) {
  .product-cycle-gallery {
    padding-bottom: 8px;
  }
}
.product-cycle-gallery .mask {
  position: relative;
  overflow: hidden;
}
.product-cycle-gallery .slideset {
  width: 99999px;
  float: left;
}
.product-cycle-gallery .slide {
  float: left;
}
.product-cycle-gallery #block {
  background: #fff;
  z-index: 1000;
}

/* .slick-slider {
	padding: 0;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;

	.slick-list,
	.slick-dots {
		flex-basis: 100%;
		width: 100%;
	}

	.slick-arrow {
		width: 40px;
		flex-basis: 40px;
		overflow: hidden;
		background: none;
		border: 0;
		padding: 0;
		margin: 0;
		cursor: pointer;

		&:before {
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
		}

		+ .slick-list {
			flex-basis: calc( 100% - 80px );
			width: calc( 100% - 80px );
		}

	}
} */
.configurator .slick-slider {
  display: block !important;
}
.configurator .slick-slider .slick-list {
  flex-basis: auto;
  width: auto;
}

.lightbox-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

div.lightbox {
  width: 994px;
}
@media (max-width: 1099px) {
  div.lightbox {
    width: 900px;
  }
}
@media (max-width: 991px) {
  div.lightbox {
    width: 760px;
  }
}
@media (max-width: 767px) {
  div.lightbox {
    width: 320px;
    min-width: 319px;
  }
}

.popup-text.lightbox:not(.popup-no-chair) {
  width: 596px;
}
@media (max-width: 767px) {
  .popup-text.lightbox:not(.popup-no-chair) {
    width: 320px;
    min-width: 319px;
  }
}
.popup-text.lightbox.popup-no-chair {
  width: 700px;
}
@media (max-width: 767px) {
  .popup-text.lightbox.popup-no-chair {
    width: 320px;
    min-width: 319px;
  }
}
.popup-text .head {
  text-align: left;
  position: relative;
  padding: 0 150px 0 0;
}
@media (max-width: 767px) {
  .popup-text .head {
    padding: 0 0 20px;
    text-align: center;
  }
}
.popup-text .head .section-description {
  font-size: 14px;
}
.popup-text .head i {
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 72px;
}
@media (max-width: 767px) {
  .popup-text .head i {
    position: static;
    font-size: 40px;
  }
}
.popup-text .head h2 {
  margin: 0 0 14px;
}
.popup-text .text-wrap {
  padding: 20px 12px 20px 28px;
}
@media (max-width: 767px) {
  .popup-text .text-wrap {
    text-align: center;
    padding: 20px 0 0;
  }
}

.product-popup {
  padding: 60px 64px 40px 40px;
}
@media (max-width: 1099px) {
  .product-popup {
    padding: 20px 0;
  }
}
.product-popup .col {
  float: left;
  width: 68%;
  padding: 0 0 0 60px;
}
@media (max-width: 991px) {
  .product-popup .col {
    width: 75%;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product-popup .col {
    float: left;
    width: 100%;
    padding: 0;
  }
}
.product-popup .col:first-child {
  width: 32%;
  text-align: center;
  padding: 0;
}
@media (max-width: 991px) {
  .product-popup .col:first-child {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .product-popup .col:first-child {
    width: 100%;
    padding: 0 0 13px;
  }
}
.product-popup .col:first-child .btn {
  width: 100%;
  min-width: 140px;
}
@media (max-width: 767px) {
  .product-popup .col:first-child .btn {
    width: auto;
    min-width: 238px;
    padding: 11px 15px;
  }
}
@media (max-width: 767px) {
  .product-popup .desktop {
    display: none !important;
  }
}
.product-popup .mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .product-popup .mobile {
    display: block !important;
  }
}
.product-popup .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .product-popup .image {
    margin: 0 auto 21px;
    max-width: 278px;
  }
}
.product-popup .image img {
  border: 1px solid #d8d8d8;
  display: block;
}
.product-popup h2, .product-popup .h2 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-popup h2, .product-popup .h2 {
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 7px;
  }
}
.product-popup .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 17px;
}
@media (max-width: 767px) {
  .product-popup .heading {
    display: block;
    text-align: center;
    padding: 17px 0 15px;
  }
}
.product-popup .heading .badge-box {
  white-space: nowrap;
  margin: 0 10px 7px 10px;
}
.product-popup .heading .logo-alize {
  border: 1px solid #d8d8d8;
  padding: 6px 18px 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-popup .heading .logo-alize {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #979797;
  }
}
.product-popup .heading .logo-alize img {
  display: block;
}
.product-popup .forum-box {
  display: flex;
  align-items: stretch;
  padding: 0 0 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-popup .forum-box {
    flex-wrap: wrap;
    text-align: center;
  }
}
.product-popup .forum-box .forum {
  border: 1px solid #d8d8d8;
  padding: 10px 10px 6px 10px;
  color: #000;
  font-size: 13px;
  width: 48%;
}
@media (max-width: 767px) {
  .product-popup .forum-box .forum {
    width: 100%;
  }
}
.product-popup .forum-box .forum a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}
.product-popup .forum-box .forum a:hover {
  color: #f3a000;
}
.product-popup .forum-box .forum i {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.product-popup .forum-box .rating-box {
  border: 1px solid #d8d8d8;
  padding: 6px 8px 6px;
  margin: 0 0 0 20px;
  color: #000;
  display: flex;
  align-items: center;
  width: 48%;
}
@media (max-width: 767px) {
  .product-popup .forum-box .rating-box {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    justify-content: center;
  }
}
.product-popup .forum-box .rating-box a {
  color: inherit;
  font-size: 13px;
}
.product-popup .forum-box .rating-box a:hover {
  color: #f3a000;
}
.product-popup .forum-box .rating-box .rating {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px 0 8px;
}
.product-popup .text-voir {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 4px;
}
.product-popup .text-voir a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.product-popup .text-voir a:hover {
  text-decoration: underline;
  color: #f3a000;
}
.product-popup .select-group {
  display: flex;
  padding: 0 0 23px;
  align-items: center;
}
@media (max-width: 767px) {
  .product-popup .select-group {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 10px;
  }
}
.product-popup .select-group .jcf-select {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .product-popup .select-group .jcf-select {
    margin: 0 0 18px;
  }
}
.product-popup .select-group .jcf-number {
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .product-popup .select-group .jcf-number {
    margin: 10px 0 0;
  }
}
.product-popup .price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 24px;
}
@media (max-width: 767px) {
  .product-popup .price-row {
    flex-wrap: wrap;
  }
}
.product-popup .price-row .sale-time {
  border: 2px solid #f3a000;
  padding: 10px;
  border-radius: 50px;
  width: 146px;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .product-popup .price-row .sale-time {
    width: 46%;
    padding: 7px;
  }
}
.product-popup .price-row .text {
  font-size: 10px;
  max-width: 148px;
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
  .product-popup .price-row .text {
    width: 52%;
  }
}
.product-popup .price-row .text p {
  margin: 0;
}
@media (max-width: 767px) {
  .product-popup .price-row .price-box {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }
}
.product-popup .price-row .price-box .price {
  font-size: 32px;
}
.product-popup .price-row .price-box p {
  font-size: 10px;
  margin: 0;
}
.product-popup .price-row .price-box .old-price {
  font-size: 18px;
}
.product-popup .info-box.delivery .orange-text {
  color: #f3a000;
  font-weight: 600;
}
.product-popup .info-box.delivery .delivery-text {
  background-color: #f3a000;
  font-size: 13px;
  margin-top: 10px;
  padding: 0.5rem;
}
.product-popup .info-holder {
  display: flex;
  align-items: stretch;
  padding: 0 0 24px;
}
@media (max-width: 767px) {
  .product-popup .info-holder {
    flex-wrap: wrap;
    padding: 0 0 4px;
  }
}
.product-popup .info-holder .info-box {
  background: #f6f6f6;
  border: 1px solid #d8d8d8;
  padding: 12px 10px 6px;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .product-popup .info-holder .info-box {
    width: 100%;
    margin: 0 0 18px;
    padding: 12px 18px 6px 24px;
  }
}
.product-popup .info-holder .info-box:last-child {
  /* border-left: 0; */
}
@media (max-width: 767px) {
  .product-popup .info-holder .info-box:last-child {
    border: 1px solid #d8d8d8;
  }
}
.product-popup .info-holder .info-box.delivery {
  background: none;
  text-align: left;
}
.product-popup .info-holder .info-box .title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 0 0 4px;
}
.product-popup .info-holder .info-box .price {
  font-size: 18px;
}
.product-popup .info-holder .info-box.payx .or {
  display: inline-block;
  margin: 0 5px;
}
.product-popup .info-holder .info-box.payx .end {
  margin: 1em 0 0;
}
.product-popup dl {
  margin: 0;
  overflow: hidden;
  font-size: 13px;
}
.product-popup dl dt {
  float: left;
}
.product-popup dl dd {
  overflow: hidden;
  padding: 0 0 0 4px;
}
.product-popup dl dd .picto-link {
  margin: 0 0 0 8px;
}
.product-popup .btn-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-popup .btn-box {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.product-popup .btn {
  min-width: 247px;
  padding: 12px 15px;
}
@media (max-width: 767px) {
  .product-popup .btn {
    width: 100%;
    margin: 0 0 16px;
  }
}

.fancybox-close-small {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  color: #f3a000;
  top: 34px;
  right: 30px;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .fancybox-close-small {
    top: 4px;
    right: 4px;
  }
}
@media (max-width: 767px) {
  .fancybox-close-small {
    right: auto;
    left: 50%;
    margin: 0 0 0 -16px;
    top: 5px;
  }
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font: 32px/1 'icomoon';
  text-indent: 0;
}

.popup_choose_promo {
  width: 75%;
}
.popup_choose_promo p {
  font-size: 1.3em;
  line-height: 1.3em;
}
.popup_choose_promo .fancybox-close-small {
  display: none;
}
.popup_choose_promo .choose-promo-wrap {
  padding: 40px;
}
@media (max-width: 768px) {
  .popup_choose_promo .choose-promo-wrap {
    padding: 0;
  }
}
.popup_choose_promo .product-popup {
  padding: 15px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
.popup_choose_promo .product-popup:hover {
  border: 1px solid #f3a000;
}
.popup_choose_promo .product-popup.choose-prd-promo {
  border: 2px solid #f3a000;
}
.popup_choose_promo .product-popup .image {
  margin: 0;
  max-width: none;
}
.popup_choose_promo .product-popup .image img {
  border: none;
}
.popup_choose_promo .input-block-radio-value {
  display: block;
  float: left;
  width: 5%;
}
.popup_choose_promo .col {
  float: left;
  display: block;
  width: 30%;
  padding: 0;
}
.popup_choose_promo .col:last-child {
  width: 65%;
}
.popup_choose_promo .btn-box {
  text-align: center;
}
.popup_choose_promo .btn-box label {
  display: block;
  margin-bottom: 10px;
}
.popup_choose_promo .head a {
  color: #f3a000;
}
@media (max-width: 779px) {
  .popup_choose_promo .col {
    width: 95%;
    text-align: center;
  }
  .popup_choose_promo .col:last-child {
    width: 100%;
  }
  .popup_choose_promo .heading {
    padding: 0;
    text-align: center;
    flex: none;
  }
  .popup_choose_promo .heading p {
    width: 100%;
  }
}

/* .popup_choose_promo {
	width: 80%;

	.choose-promo-wrap {
		padding: 40px 60px;
	}

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

	.basket-table {
		td {
			border: none;
			padding: 0;

			&:first-child {
				width: 240px;

				@include media('<widescreen') {
					width: 140px;
				}

				@include media('<600px') {
					border-top: 0 !important;
					border: 1px solid #d8d8d8;
				}

				@include media('<phone') {
					.del-line-cart {
						display: none;
					}
				}
			}
		}

		.product-popup {
			border: 1px solid #d8d8d8;
			padding: 14px;
			margin: 15px 0;

			&:hover {
				cursor: pointer;
			}
		}

		.choose-prd-promo {
			.product-popup {
				border: 2px solid #f3a000;
			}
		}
	}

	p {
		font-size: 1.3em;
		line-height: 1.3em;
	}
} */
.popup-shopping.lightbox {
  width: 700px;
}
@media (max-width: 767px) {
  .popup-shopping.lightbox {
    width: 320px;
    min-width: 319px;
  }
}
@media (max-width: 991px) {
  .popup-shopping .fancybox-close-small {
    top: 34px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .popup-shopping .fancybox-close-small {
    right: auto;
    left: 50%;
    top: 11px;
  }
}
.popup-shopping .shopping-wrap {
  padding: 22px 43px;
}
@media (max-width: 991px) {
  .popup-shopping .shopping-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .popup-shopping .shopping-wrap {
    padding: 30px 0;
  }
}
.popup-shopping .head {
  text-align: left;
  padding: 0 0 6px;
}
@media (max-width: 767px) {
  .popup-shopping .head {
    text-align: center;
  }
}
.popup-shopping .product-popup {
  padding: 16px 0 16px;
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
}
.popup-shopping .product-popup:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.popup-shopping .product-popup .col {
  width: 76%;
  padding: 10px 0 0 18px;
}
@media (max-width: 767px) {
  .popup-shopping .product-popup .col {
    width: 100%;
    padding: 0;
  }
}
.popup-shopping .product-popup .col:first-child {
  width: 24%;
  padding: 0;
}
@media (max-width: 767px) {
  .popup-shopping .product-popup .col:first-child {
    width: 100%;
  }
}
.popup-shopping .product-popup .title {
  display: block;
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .popup-shopping .product-popup .title {
    text-align: center;
  }
}
.popup-shopping .product-popup .select-group {
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .popup-shopping .product-popup .select-group .select-menu {
    margin: 0 0 10px;
  }
}
.popup-shopping .product-popup .select-group.color-box {
  position: relative;
  z-index: 150;
}
.popup-shopping .product-popup .image {
  height: 144px;
  max-width: 127px;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .popup-shopping .product-popup .image {
    max-width: 249px;
    height: 282px;
    margin: 0 auto 10px;
  }
}
.popup-shopping .product-popup .image .logo-alize {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.popup-shopping .product-popup .badge-box {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
}
.popup-shopping .product-popup .badge-box .badge {
  font-size: 13px;
  padding: 8px 13px;
}
.popup-shopping .product-popup .reload-infos-ajax {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f0f11;
  z-index: 999;
  opacity: 0.5;
}
.popup-shopping .jcf-select .jcf-select-text {
  margin: 0 40px 0 10px;
}
.popup-shopping .price-box {
  font-size: 13px;
}
@media (max-width: 991px) {
  .popup-shopping .price-box {
    text-align: center;
  }
}
.popup-shopping .price-box .price {
  display: inline-block;
  vertical-align: middle;
}
.popup-shopping .btn-box {
  padding: 40px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .popup-shopping .btn-box {
    justify-content: center;
  }
}
.popup-shopping .btn {
  min-width: auto;
}
@media (max-width: 991px) {
  .popup-shopping .btn {
    min-width: 188px;
    width: auto;
  }
}

.popup-mobile-choisir.popup-active .link i:before {
  color: #f3a000;
}
.popup-mobile-choisir.popup-active .popup:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  height: 100vh;
}
.popup-mobile-choisir .popup {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  padding: 20px;
}
@media (min-width: 1100px) {
  .popup-mobile-choisir .popup {
    display: none !important;
  }
}
.popup-mobile-choisir .popup-title {
  text-align: center;
  display: block;
  padding: 0 0 20px;
}
.popup-mobile-choisir .close {
  width: 30px;
  display: block;
  margin: 0 auto 20px;
  color: #f3a000;
}
.popup-mobile-choisir .newsletter {
  text-align: center;
}
.popup-mobile-choisir .newsletter .input-holder {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 58px 0 0;
}
@media (max-width: 767px) {
  .popup-mobile-choisir .newsletter .input-holder {
    display: block;
  }
}
.popup-mobile-choisir .newsletter input[type="email"],
.popup-mobile-choisir .newsletter input[type="text"] {
  width: 100%;
}
.popup-mobile-choisir .newsletter input[type="submit"] {
  background: #f3a000;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
}
.popup-mobile-choisir .newsletter input[type="submit"]:hover {
  background: #f2bc4c;
}
.popup-mobile-choisir .btn {
  padding: 12px;
}
@media (max-width: 767px) {
  .popup-mobile-choisir .btn {
    display: block;
    margin: 10px 0 0;
  }
}
.popup-mobile-choisir .btn:hover {
  color: inherit;
}

@media (max-width: 767px) {
  .fancybox-slide > * {
    padding: 24px 20px;
  }
}

#popup-voir.lightbox {
  width: 873px;
}
@media (max-width: 991px) {
  #popup-voir.lightbox {
    width: 700px;
  }
}
@media (max-width: 767px) {
  #popup-voir.lightbox {
    width: 100%;
  }
}

.voir-product-holder {
  padding: 24px 34px;
}
@media (max-width: 991px) {
  .voir-product-holder {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .voir-product-holder {
    padding: 20px 0;
  }
}
.voir-product-holder .head {
  text-align: left;
  padding: 0 0 24px;
}
@media (max-width: 767px) {
  .voir-product-holder .head {
    text-align: center;
    padding: 0 0 16px;
  }
}
.voir-product-holder .head .section-description {
  padding: 0 0 14px;
}
.voir-product-holder .head h1,
.voir-product-holder .head .h1 {
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 767px) {
  .voir-product-holder .head h1,
  .voir-product-holder .head .h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .text-holder {
    text-align: center;
  }
}
.voir-product-holder .holder {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 22px;
  margin: 0 0 20px;
}
.voir-product-holder h3, .voir-product-holder .h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .voir-product-holder h3, .voir-product-holder .h3 {
    text-align: center;
    margin: 0 0 22px;
  }
}
.voir-product-holder .point-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .voir-product-holder .point-search {
    display: block;
    margin: 0;
  }
}
.voir-product-holder .point-search .btn {
  padding: 12px;
}
@media (max-width: 767px) {
  .voir-product-holder .point-search .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .point-search label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
  }
  .voir-product-holder .point-search label br {
    display: none;
  }
}
.voir-product-holder .point-search .input-hold {
  position: relative;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .voir-product-holder .point-search .input-hold {
    padding: 0 0 10px;
    margin: 0;
  }
}
.voir-product-holder .point-box {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .voir-product-holder .point-box {
    margin: 0 -20px 20px;
    padding: 18px 36px;
  }
}
.voir-product-holder .point-box .image-hold {
  max-width: 248px;
}
@media (max-width: 1099px) {
  .voir-product-holder .point-box .image-hold {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .point-box .image-hold {
    max-width: 248px;
  }
}
.voir-product-holder .point-box .image-hold .btn {
  font-size: 13px;
  padding: 12px;
}
.voir-product-holder .point-box .image-hold .btn:hover {
  text-decoration: none;
}
.voir-product-holder .point-box .text-holder {
  padding: 20px 0 0 34px;
}
@media (max-width: 767px) {
  .voir-product-holder .point-box .text-holder {
    text-align: left;
    padding: 17px 0 0;
    margin: 0 -18px;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .point-box h3 {
    text-align: left;
    margin: 0 0 14px !important;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .point-box h3 img {
    display: inline;
    margin: -10px 0 0;
  }
}
.voir-product-holder .point-box a:hover {
  text-decoration: underline;
}
.voir-product-holder .point-box .store-changes {
  top: 0;
  right: 0;
  background-color: #4a4a4a;
  color: #fff;
  padding: 9px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.voir-product-holder .point-box .store-changes:hover {
  opacity: 0.9;
  text-decoration: none;
}
.voir-product-holder .point-box h3, .voir-product-holder .point-box .h3 {
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .voir-product-holder .point-box .wrap {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .point-box .column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .voir-product-holder .point-box .column .col {
    text-align: left;
  }
}
.voir-product-holder .point-box .column address {
  font-size: 13px;
}
.voir-product-holder .point-box .column .contact li {
  font-size: 13px;
}
.voir-product-holder .point-box .column .contact .time-open:before {
  top: 3px;
  width: 6px;
  height: 6px;
}

.popup-addtocart-wrapper {
  max-width: 100%;
}

.popup-addtocart {
  max-width: 1060px;
}
.popup-addtocart .inner {
  padding: 40px 40px 20px;
}
@media (max-width: 991px) {
  .popup-addtocart .inner {
    padding: 20px;
  }
}
.popup-addtocart .inner .head {
  padding: 0;
  text-align: left;
}
.popup-addtocart .actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .popup-addtocart .actions {
    padding: 0 20px;
  }
}
.popup-addtocart .actions .btn {
  width: 48.4%;
}
@media (max-width: 569px) {
  .popup-addtocart .actions .btn {
    width: 100%;
    margin-bottom: 16px;
  }
}
.popup-addtocart .our-favorites {
  padding: 10px 40px 40px;
  background-color: #f6f6f6;
}
.popup-addtocart .our-favorites .head {
  padding: 0;
}

.tab-content .sidebar-menu {
  opacity: 0;
  visibility: hidden;
}
.tab-content .active .sidebar-menu {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu > li {
  border-top: 1px solid #d8d8d8;
}
.sidebar-menu > li:first-child {
  border-top: 0;
}
.sidebar-menu > li.active .opener-slide:after {
  transform: rotate(90deg);
}
.sidebar-menu > li.gray {
  background-color: #f6f6f6;
}
.sidebar-menu .btn {
  padding: 12px;
  min-width: 167px;
  margin: 0 0 20px;
}
.sidebar-menu .slide {
  padding: 0 12px 0 20px;
}
.sidebar-menu .opener-slide {
  padding: 22px 23px 21px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.sidebar-menu .opener-slide:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font: 8px/8px 'icomoon';
}
.sidebar-menu .slide-box {
  padding: 8px 0;
}
.sidebar-menu .checkbox-hold {
  padding: 5px 0 40px;
}
.sidebar-menu .checkbox-hold .jcf-scrollable {
  height: 110px;
}
.sidebar-menu .jcf-scrollable {
  height: 74px;
}
@media (max-width: 1299px) {
  .sidebar-menu .jcf-scrollable {
    height: 80px;
  }
}
.sidebar-menu .choice-list li {
  padding: 6px 46px 6px 0;
  position: relative;
  margin: 0 0 10px;
  font-size: 15px;
}
.sidebar-menu .choice-list a {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.sidebar-menu .choice-list a:hover {
  color: #f3a000;
}
.sidebar-menu .jcf-scrollable,
.sidebar-menu .jcf-scrollable-wrapper {
  width: 100% !important;
}
.sidebar-menu .checkbox {
  width: 100%;
  padding: 10px 0;
}
.sidebar-menu .checkbox label {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.sidebar-menu .range-holder {
  padding: 0 30px 0 0;
}
.sidebar-menu .range-holder .jcf-range {
  display: block;
  margin: 0 0 20px;
}
.sidebar-menu .range-holder label {
  font-size: 15px;
}
.sidebar-menu .range-holder label b {
  font-weight: 600;
}
.sidebar-menu .jcf-scrollbar-vertical {
  width: 10px;
}
.sidebar-menu .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 10px;
}

[class*='underline'] {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
[class*='underline']:not(:hover) {
  color: inherit;
}
[class*='underline']:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  position: absolute;
}
[class*='underline'][class*='solid']:before {
  height: 1px;
  background: currentColor;
}
[class*='underline'][class*='dotted']:hover:before {
  border-bottom-color: currentColor;
}
[class*='underline'][class*='dotted']:before {
  border-bottom: 2px dotted #bc2b0b;
  transition: border-color 0.3s ease-in-out;
}

[class^='section-category'] {
  padding: 30px 0;
}
@media (max-width: 991px) {
  [class^='section-category'] {
    padding: 0 0 30px;
  }
}
[class^='section-category'] .head {
  text-align: left;
}
[class^='section-category'] .head h2, [class^='section-category'] .head .h2 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1.031;
}
@media (max-width: 767px) {
  [class^='section-category'] .head h2, [class^='section-category'] .head .h2 {
    font-size: 25px;
  }
}
[class^='section-category'] .text-box {
  font-size: 15px;
  padding-top: 20px;
  line-height: 1.333334;
}
[class^='section-category'] .text-box .text-wrap p:last-of-type, [class^='section-category'] .text-box .text-wrap p:only-child {
  margin-bottom: 0;
  text-align: justify;
}

.category-columns {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .category-columns {
    flex-wrap: wrap;
  }
}

.category-infos {
  list-style: none;
  min-width: 390px;
  width: 390px;
  max-width: 390px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .category-infos {
    margin-right: 30px;
    min-width: inherit;
    width: 180%;
    max-width: none;
  }
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 15px;
}
@media (max-width: 1023px) {
  .category-list {
    margin: 30px 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .category-list {
    justify-content: center;
    margin: 30px 30px 0 40px;
  }
}
.category-list .text-box {
  padding-top: 20px;
}
.category-list li {
  margin: 0 15px 28px;
  width: calc((100% - 15px * 2 * 3) / 3);
}
@media (max-width: 1099px) {
  .category-list li {
    margin: 0 10px 20px;
    width: calc((100% - 15px * 2 * 2) / 2);
  }
}
@media (max-width: 767px) {
  .category-list li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.category-list li:not(.text-box) {
  height: 310px;
  display: flex;
  overflow: hidden;
  padding: 0 0 45px;
  background: #f6f6f6;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .category-list li:not(.text-box) {
    max-width: 400px;
  }
}
.category-list li:not(.text-box):hover .info-holder {
  max-height: 240px;
}
.category-list .img-holder {
  flex: 1;
}
.category-list .img-holder img {
  width: 100%;
}
.category-list .text-holder {
  padding: 0 20px;
  color: #000;
  text-transform: none;
  text-decoration: none;
  background: #f6f6f6;
  z-index: 9;
}
.category-list .title {
  color: #000;
  padding: 6px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
}
.category-list .info-holder {
  max-height: 0;
  font-size: 13px;
  overflow: hidden;
  line-height: 1.385;
  transition: max-height 0.3s ease-in-out;
  display: block;
}
.category-list .info-holder > div, .category-list .info-holder > span {
  height: 264px;
  overflow-y: auto;
}
.category-list .count-product {
  color: #9B9B9B;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.category-list .info p:last-of-type, .category-list .info p:only-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section-category-extensive {
    padding: 30px 0;
  }
}
.section-category-extensive .info-box {
  display: flex;
  background: #f6f6f6;
  margin-bottom: 35px;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .section-category-extensive .info-box {
    flex-direction: column;
  }
}
.section-category-extensive .info-box .text-box {
  max-width: 58.855%;
  padding: 43px 40px 64px;
}
@media (max-width: 1099px) {
  .section-category-extensive .info-box .text-box {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .section-category-extensive .info-box .text-box {
    max-width: none;
    padding-bottom: 0;
  }
}
.section-category-extensive .info-box .text-box .head {
  padding-bottom: 17px;
}
.section-category-extensive .info-box .img-holder {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-category-extensive .info-box .img-holder {
    align-self: flex-end;
  }
}

.two-columns {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .two-columns {
    flex-direction: column;
  }
}
.two-columns > [class*="col"] {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .two-columns > [class*="col"] {
    width: 100%;
  }
}
.two-columns > [class*="col"]:last-child {
  padding-left: 64px;
}
@media (max-width: 1099px) {
  .two-columns > [class*="col"]:last-child {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .two-columns > [class*="col"]:last-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .two-columns .col.img-holder {
    margin-bottom: 20px;
    margin-left: calc(15px * -1);
    width: calc(100% + 15px * 2);
  }
}
.two-columns .col.img-holder img {
  min-width: 100%;
  vertical-align: top;
  display: inline-block;
}
.two-columns [class^="sticky-wrap"] {
  overflow: hidden;
  width: calc(50% + calc((100vw - 1920px) / 2) + 64px);
  margin-left: calc(calc((100vw - 1920px) / 2) * -1 - 64px);
}
@media (max-width: 1919px) {
  .two-columns [class^="sticky-wrap"] {
    width: calc(50% + 64px);
    margin-left: calc(64px * -1);
  }
}
@media (max-width: 1278px) {
  .two-columns [class^="sticky-wrap"] {
    margin-left: calc(15px * -1);
    width: calc(50% + 15px);
  }
}
.two-columns .info {
  padding-top: 6px;
}
@media (max-width: 991px) {
  .two-columns .info {
    padding-top: 0;
  }
}
.two-columns .text-info {
  font-size: 18px;
  padding-top: 31px;
  line-height: 1.389;
  margin-bottom: 29px;
}
@media (max-width: 991px) {
  .two-columns .text-info {
    padding-top: 10px;
  }
}
.two-columns .text-info p:last-of-type, .two-columns .text-info p:only-child {
  margin-bottom: 0;
}
.two-columns .form-holder:before {
  left: -64px;
  right: calc((calc((100vw - 1920px) / 2) + 64px) * -1);
}
@media (max-width: 1919px) {
  .two-columns .form-holder:before {
    right: -64px;
  }
}
@media (max-width: 1278px) {
  .two-columns .form-holder:before {
    left: -15px;
    right: -15px;
  }
}

.section-content {
  padding: 30px 0 55px;
}
.section-content .head {
  text-align: left;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .section-content .head {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-content .head h2 {
    margin-bottom: 10px;
  }
}
.section-content .figure {
  margin-bottom: 33px;
}
.section-content .subtitle {
  margin-bottom: 20px;
}
.section-content .text-box {
  font-size: 15px;
  margin-bottom: 47px;
  line-height: 1.333334;
}
.section-content .text-box .store-address,
.section-content .text-box .store-catacteristics {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.section-content .picto-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 549px) {
  .section-content .picto-legend {
    align-items: flex-start;
    flex-direction: column;
  }
}
.section-content .picto-legend > div {
  flex: 1 1 0%;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .section-content .picto-legend > div {
    flex: 0 1 50%;
    text-align: left;
  }
  .section-content .picto-legend > div:nth-of-type(2n) {
    text-align: right;
  }
}
.section-content .picto-legend .picto-information {
  align-items: center;
  cursor: help;
  display: inline-flex;
  text-align: center;
}
.section-content .picto-legend .picto-information:hover::after {
  display: inline-block;
}
.section-content .picto-legend .picto-information::after {
  content: attr(aria-label);
  border: 1px solid black;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.75rem;
  display: none;
  left: 0;
  padding: 0.5rem;
  pointer-events: none;
  position: absolute;
  text-align: justify;
  top: 100%;
  white-space: pre-wrap;
  z-index: 50;
}
.section-content .picto-legend .picto-information img {
  margin-right: 1rem;
}

.picto-informations {
  text-align: center;
  padding: 2rem 0 1rem 0;
}

.epigraph-box {
  background: #f6f6f6;
  margin-bottom: 40px;
  padding: 38px 30px 60px 19px;
}
@media (max-width: 991px) {
  .epigraph-box {
    padding: 20px;
  }
}
.epigraph-box .btn {
  min-width: auto;
  padding: 11px 16px;
}

.epigraph-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.epigraph-list {
  font-size: 15px;
  margin: 0 0 13px;
  line-height: 1.333334;
}
.epigraph-list li {
  padding-left: 12px;
  position: relative;
}
.epigraph-list li:before {
  top: 6px;
  left: 2px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: currentColor;
}
.epigraph-list li:not(:last-of-type) {
  margin-bottom: 19px;
}

/* NOUVELLE HP */
.pl-two-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pl-two-columns .pl-column--first {
  flex-basis: 70%;
  margin-right: 20px;
  width: 70%;
}
@media (max-width: 992px) {
  .pl-two-columns .pl-column--first {
    flex-basis: 55%;
    width: 55%;
  }
}
.pl-two-columns .pl-column--last {
  flex-basis: calc(100% - 70% - 20px);
  width: calc(100% - 70% - 20px);
}
@media (max-width: 992px) {
  .pl-two-columns .pl-column--last {
    flex-basis: calc(100% - 55% - 20px);
    width: calc(100% - 55% - 20px);
  }
}
@media screen and (max-width: 685px) {
  .pl-two-columns .pl-column {
    flex-basis: 100% !important;
    width: 100% !important;
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .pl-two-columns--section1 .pl-column--first {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .pl-two-columns--section1 .pl-column--last {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .pl-two-columns--section1 .pl-column--last {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.pl-two-columns--section4 .pl-column--last {
  flex-basis: 70%;
  width: 70%;
}
@media (max-width: 992px) {
  .pl-two-columns--section4 .pl-column--last {
    flex-basis: 55%;
    width: 55%;
  }
}
.pl-two-columns--section4 .pl-column--first {
  flex-basis: calc(100% - 70% - 20px);
  width: calc(100% - 70% - 20px);
}
@media (max-width: 992px) {
  .pl-two-columns--section4 .pl-column--first {
    flex-basis: calc(100% - 55% - 20px);
    width: calc(100% - 55% - 20px);
  }
}

.pl-home-section--2 {
  margin: 50px 0;
  padding: 0;
  border: 0;
}
.pl-home-section--4 {
  margin: 50px 0 0;
  display: block;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 685px) {
  .pl-home-section--2 {
    margin: 0;
  }
}

.pl-home-widget--product, .pl-home-widget--discover {
  height: 220px;
  overflow: hidden;
  display: block;
  margin: 0 0 20px 0;
}
.pl-home-widget--product .btn, .pl-home-widget--discover .btn {
  border-radius: 500px;
  text-transform: initial;
  padding: 7px 14px;
  min-width: auto;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .pl-home-widget--product .btn, .pl-home-widget--discover .btn {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .pl-home-widget--product, .pl-home-widget--discover {
    width: 47%;
    flex-basis: 47%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .pl-home-widget--product, .pl-home-widget--discover {
    width: 100%;
    flex-basis: 100%;
    margin-top: 20px;
  }
}
.pl-home-widget--discover {
  margin-bottom: 0;
}
.pl-home-widget--discover .pl-home-widget-inner--discover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pl-home-widget--discover .pl-home-widget-inner--discover .pl-discover-pop-holder {
  border-radius: 8px;
  background-color: rgba(24, 20, 38, 0.5);
  text-align: center;
  padding: 10px;
  width: 200px;
  flex-basis: 200px;
}
.pl-home-widget--discover .pl-home-widget-inner--discover .title {
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.pl-home-widget-inner--product {
  display: flex;
  height: 100%;
}
.pl-home-widget-inner--about {
  height: 100% !important;
}
.pl-home-widget-inner--advices {
  min-height: 400px !important;
}
.pl-home-widget-inner--advices, .pl-home-widget-inner--about {
  height: calc(100% - 80px);
  max-height: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pl-home-widget-inner--advices .pl-advices-pop-holder,
.pl-home-widget-inner--advices .pl-about-pop-holder, .pl-home-widget-inner--about .pl-advices-pop-holder,
.pl-home-widget-inner--about .pl-about-pop-holder {
  border-radius: 8px;
  background-color: rgba(24, 20, 38, 0.5);
  text-align: center;
  padding: 10px;
  width: 200px;
  flex-basis: 200px;
}
.pl-home-widget-inner--advices .title, .pl-home-widget-inner--about .title {
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
.pl-home-widget-inner--advices .btn, .pl-home-widget-inner--about .btn {
  border-radius: 500px;
  text-transform: initial;
  padding: 7px 14px;
  min-width: auto;
  font-size: 14px;
  font-weight: 400;
}
.pl-home-widget-inner--instagram {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px;
  width: 100%;
}
@media screen and (max-width: 633px) {
  .pl-home-widget-inner--instagram {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pl-home-widget-inner--instagram .pl-instagram__grid--hashtag {
    margin: 0 auto;
  }
  .pl-home-widget-inner--instagram .pl-instagram__grid--feed {
    width: 100% !important;
  }
}
.pl-home-widget-inner--instagram .pl-instagram__column__title {
  position: absolute;
  left: -9999em;
  top: 0;
  bottom: 0;
  right: auto;
  width: auto;
  height: auto;
}
.pl-home-widget-inner--instagram .pl-instagram__column:hover {
  cursor: pointer;
}
.pl-home-widget-inner--instagram .pl-instagram__column:hover .pl-instagram__column__title {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pl-home-widget-inner--instagram .pl-instagram__grid {
  width: 250px;
  background: none;
}
.pl-home-widget-inner--instagram .pl-instagram__grid > a {
  display: block;
}
.pl-home-widget-inner--instagram .pl-instagram__grid img {
  margin: 0 0 0 auto;
  display: block;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed {
  width: calc(100% - 250px);
  display: flex;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed a {
  position: relative;
  display: block;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-track {
  display: flex;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-slide {
  width: 250px;
  height: 250px;
  margin-right: 20px;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-arrow {
  width: 40px;
  flex-basis: 40px;
  overflow: hidden;
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-arrow::before {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-list {
  width: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  overflow: hidden;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--feed .slick-dots {
  width: 100%;
  flex-basis: 100%;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--hashtag {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  height: 250px;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--hashtag a,
.pl-home-widget-inner--instagram .pl-instagram__grid--hashtag h3 {
  padding: 5px;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--hashtag h3 {
  padding: 10px 0 5px;
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
}
.pl-home-widget-inner--instagram .pl-instagram__grid--hashtag img {
  margin: 0 auto;
}
.pl-home-widget-inner--stores {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: #f6f6f6;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .pl-home-widget-inner--stores {
    flex-wrap: wrap;
  }
  .pl-home-widget-inner--stores .image-map,
  .pl-home-widget-inner--stores .text-holder {
    flex-basis: 100%;
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
}
.pl-home-widget-inner--stores .text-holder {
  margin: 0 0 0 30px;
  padding: 30px 0;
}
.pl-home-widget-inner--stores .text-holder .h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  color: #000000;
  margin: 0 0 32px;
}
.pl-home-widget-inner--stores .text-holder .h2 span {
  font-family: "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 35px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  color: #bc2b0b;
  display: block;
}
@media screen and (max-width: 885px) {
  .pl-home-widget-inner--stores .text-holder .h2,
  .pl-home-widget-inner--stores .text-holder .h2 span {
    text-align: center;
  }
}
.pl-home-widget-inner--stores .text-holder .point-search {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.pl-home-widget-inner--stores .text-holder .point-search input {
  height: 42px;
  position: relative;
  border-right: 0;
}
.pl-home-widget-inner--stores .text-holder .point-search input[type="button"], .pl-home-widget-inner--stores .text-holder .point-search input[type="submit"] {
  background: #4a4a4a;
  border: 0;
  border-radius: 0;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  padding: 13px 15px;
}
.pl-home-widget-inner--stores .text-holder .point-search input[type="search"] {
  padding: 7px 15px;
}
@media screen and (max-width: 885px) {
  .pl-home-widget-inner--stores .text-holder .point-search {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pl-home-widget-inner--stores .text-holder .point-search input[type="submit"] {
    margin: 0;
  }
  .pl-home-widget-inner--stores .text-holder .point-search input[type="search"] {
    width: calc(100% - 60px);
  }
  .pl-home-widget-inner--stores .text-holder .point-search input[type="button"] {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 685px) {
  .pl-home-widget-inner--advices {
    margin-bottom: 20px !important;
  }
  .pl-home-widget-inner--stores {
    border-radius: 0;
    margin: 0 -15px;
  }
}
.pl-home-widget--product {
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}
.pl-home-widget--product .title,
.pl-home-widget--product .title a {
  font-family: AvenirNext;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-decoration: none;
}
.pl-home-widget--product .title {
  margin: 0;
  padding: 0;
  max-height: 60px;
  overflow: hidden;
}
.pl-home-widget--product .title a:hover {
  text-decoration: underline;
  color: #f3a000;
}
.pl-home-widget--product .prd-price-holder {
  display: block;
  margin: 14px 0;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  padding: 10px;
}
.pl-home-widget--product .prd-price-info,
.pl-home-widget--product .old-price {
  font-family: AvenirNext;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #6d6d6d;
  display: inline-block;
}
.pl-home-widget--product .old-price {
  margin-left: 5px;
  position: relative;
}
.pl-home-widget--product .old-price:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #6d6d6d;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.pl-home-widget--product .prd-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  color: #f3a000;
  display: block;
}
@media (max-width: 1080px) {
  .pl-home-widget--product .prd-price {
    font-size: 18px;
  }
}
.pl-home-widget--product-img-box {
  flex-basis: 55%;
  width: 55%;
  position: relative;
}
.pl-home-widget--product-img-box a {
  display: flex;
  align-items: center;
  height: 100%;
}
.pl-home-widget--product-img-box a img {
  vertical-align: middle;
}
.pl-home-widget--product-img-box .badge-box {
  position: absolute;
  top: 10px;
  left: 10px;
}
.pl-home-widget--product-meta {
  flex-basis: 45%;
  width: 45%;
  padding: 10px;
}
.pl-home-widget--advices, .pl-home-widget--about {
  height: 100%;
}
.pl-home-widget--blog > h2 {
  text-align: center;
  display: block;
  margin: 0 0 20px;
  font-size: 25px;
  text-align: center;
  color: #000;
}
.pl-home-widget--best .our-favorites {
  padding: 30px 0 0 !important;
}
.pl-home-widget--best .our-favorites .h2 {
  color: #bc2b0b;
}
.pl-home-widget--best .slick-slider {
  padding: 0;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.pl-home-widget--best .slick-slider .slick-track {
  display: flex !important;
}
.pl-home-widget--best .slick-slider .slick-track .slick-slide {
  height: inherit !important;
  width: 241px !important;
}
.pl-home-widget--best .slick-slider .slick-track .slick-slide > div {
  height: 100%;
}
.pl-home-widget--best .slick-arrow {
  width: 40px;
  flex-basis: 40px;
  overflow: hidden;
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
}
.pl-home-widget--best .slick-arrow::before {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.pl-home-widget--best .slick-list {
  width: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
}
.pl-home-widget--best .slick-dots {
  width: 100%;
  flex-basis: 100%;
}
.pl-home-widget--builder {
  border: 1px solid #d8d8d8;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.pl-home-widget--builder .buttonset {
  text-align: center;
}
.pl-home-widget--builder .buttonset .button {
  background: #4a4a4a;
  color: #fff;
}
.pl-home-widget--builder .buttonset .button:hover {
  background: rgba(74, 74, 74, 0.7);
}

.pl-cms__content--list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pl-cms__content--list__item {
  display: inline-block;
  border: 1px solid #303030;
  width: calc( 20% - 30px );
  flex-basis: calc( 20% - 30px );
  max-width: 330px;
  overflow: hidden;
  margin: 0 15px 24px;
}
.pl-cms__content--list__item__img, .pl-cms__content--list__item__title {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border: none;
  outline: 0 none;
  text-decoration: none;
}
.pl-cms__content--list__item__img:hover, .pl-cms__content--list__item__img:focus, .pl-cms__content--list__item__title:hover, .pl-cms__content--list__item__title:focus {
  outline: 0 none;
  text-decoration: underline;
  color: #f3a000;
}
.pl-cms__content--list__item__title {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  padding: 12px;
}
@media screen and (max-width: 1545px) {
  .pl-cms__content--list__item {
    width: calc( 25% - 30px );
    flex-basis: calc( 25% - 30px );
  }
}
@media screen and (max-width: 1000px) {
  .pl-cms__content--list__item {
    width: calc( 33.33% - 30px );
    flex-basis: calc( 33.33% - 30px );
  }
}
@media screen and (max-width: 750px) {
  .pl-cms__content--list__item {
    width: calc( 50% - 30px );
    flex-basis: calc( 50% - 30px );
  }
}
@media screen and (max-width: 750px) {
  .pl-cms__content--list__item {
    width: calc( 50% - 30px );
    flex-basis: calc( 50% - 30px );
  }
}
@media screen and (max-width: 500px) {
  .pl-cms__content--list__item {
    width: calc( 100% - 30px );
    flex-basis: calc( 100% - 30px );
  }
}

.section-contact-form {
  padding: 30px 0 42px;
}
.section-contact-form .head {
  text-align: left;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .section-contact-form .head {
    padding-bottom: 0;
  }
}
.section-contact-form .head h2 {
  line-height: 0.97561;
}
@media (max-width: 991px) {
  .section-contact-form .head h2 {
    margin-bottom: 10px;
  }
}
.section-contact-form .text-info {
  margin-bottom: 40px;
}
.section-contact-form .popup-holder {
  display: none;
}
@media (max-width: 991px) {
  .section-contact-form .img-holder {
    display: none;
  }
}

.service-box {
  display: flex;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 23px 0 14px;
  border: 1px solid #d8d8d8;
}
.service-box [class^='icon-'] {
  line-height: 1;
  padding: 0 17px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .service-box [class^='icon-'] {
    font-size: 32px;
    padding: 0 10px;
  }
}
.service-box dl {
  margin: 0;
  display: flex;
  font-size: 13px;
  line-height: 1.538;
  flex-direction: column;
}
.service-box dl div {
  display: flex;
}
@media (max-width: 767px) {
  .service-box dl div {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
.service-box dl dt {
  flex-shrink: 0;
}
.service-box dl b {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}
.service-box dl dd {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .service-box dl dd {
    margin-left: 0;
  }
}
.service-box [href^='tel'] {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.service-box [href^='tel']:hover {
  text-decoration: underline;
}

.step-box {
  font-size: 15px;
  line-height: 1.333333;
}
.step-box .step-title {
  margin-bottom: 27px;
  font: 32px/0.96875 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.step-box .step-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11111;
}
.step-box a:not(:hover) {
  color: inherit;
}
.step-box .step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: newCounter;
}
.step-box .step-list > li {
  border-top: 1px solid #d8d8d8;
}
.step-box .step-list > li > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .step-box .step-list > li > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.step-box .step-list .active-step .holder:before {
  color: #fff;
  background: #f3a000;
}
.step-box .step-list .holder {
  padding-top: 18px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.step-box .step-list .holder:before {
  color: #f3a000;
  font-size: 20px;
  min-width: 40px;
  font-weight: 700;
  line-height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  border: 2px solid #f3a000;
  counter-increment: newCounter;
  content: counters(newCounter,".");
}
.step-box .step-list .holder:only-child {
  padding-bottom: 31px;
}
.step-box .step-list .holder > div {
  padding-top: 11px;
}
.step-box .text-box {
  line-height: 1.6;
}
.step-box .text-box p:last-of-type, .step-box .text-box p:only-child {
  margin-bottom: 0;
}
.step-box .link-box {
  display: flex;
  padding-top: 0;
  flex-wrap: wrap;
  margin: 0 -10px 18px;
}
@media (max-width: 767px) {
  .step-box .link-box {
    margin: 0 -5px 15px;
  }
}
.step-box .link-box li {
  margin: 0 10px 20px;
  width: calc((100% - 10px * 2 * 2) / 2);
  height: 80px;
  display: flex;
  color: inherit;
  border-radius: 2px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  border: 1px solid #d8d8d8;
  transition: background 0.3s ease-in-out;
  padding: 2px;
}
@media (max-width: 767px) {
  .step-box .link-box li {
    margin: 0 5px 15px;
    width: calc((100% - 5px * 2 * 2) / 2);
  }
}
.step-box .link-box li:hover {
  background: rgba(243, 160, 0, 0.55);
}
.popup-active .step-box .link-box .popup-opener-form {
  background: rgba(243, 160, 0, 0.55);
}

.withdrawal-intro {
  display: block;
  margin: 15px 0 0;
  background: #d8d8d8;
  padding: 10px;
}

#footer {
  padding: 16px 0 0;
}
#footer header.head {
  padding: 0 0 14px;
}
@media (max-width: 1299px) {
  #footer header.head {
    padding: 0 0 18px;
  }
}
@media (max-width: 767px) {
  #footer header.head {
    padding: 0 0 5px;
  }
}

.newsletters-holder {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media screen and (max-width: 660px) {
  .newsletters-holder {
    flex-wrap: wrap;
    margin: 0;
  }
}
.newsletters-holder .col {
  width: 57%;
  padding: 10px;
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 48px 20px 46px;
}
@media screen and (max-width: 790px) {
  .newsletters-holder .col {
    width: 48% !important;
  }
}
@media screen and (max-width: 660px) {
  .newsletters-holder .col {
    width: 100% !important;
    margin: 0  0 20px;
  }
}
.newsletters-holder .title {
  font-weight: 600;
  display: block;
  font-size: 25px;
  text-align: center;
  padding: 0 0 16px;
}
.newsletters-holder .title span {
  font: 400 32px/1.1 "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bc2b0b;
  display: block;
}
.newsletters-holder .btn {
  min-width: 149px;
  padding: 12px 15px;
}
.newsletters-holder .newsletter-col {
  width: 40%;
}
.newsletters-holder .subsribe-col {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0;
}
.newsletters-holder .subsribe-catalog {
  width: 50%;
}
@media screen and (max-width: 790px) {
  .newsletters-holder .subsribe-catalog {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.newsletters-holder .subsribe-catalog--right {
  padding-left: 40px;
}
.newsletters-holder .subsribe-catalog--right figure {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 790px) {
  .newsletters-holder .subsribe-catalog--right figure {
    display: block;
    width: 100%;
  }
}
.newsletters-holder .subsribe-catalog--left {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
}
.newsletters-holder .subsribe-catalog--left figure {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  align-self: flex-end;
}
@media screen and (max-width: 790px) {
  .newsletters-holder .subsribe-catalog--left figure {
    display: none;
  }
}
.newsletters-holder .subsribe-catalog .title {
  margin: 0;
  padding: 0;
  width: 100%;
}
.newsletters-holder .subsribe-catalog .title span {
  color: #f3a000;
}
.newsletters-holder .subsribe-catalog img {
  margin: 0 auto;
  display: block;
  padding: 0;
}
.newsletters-holder .subsribe-catalog .text-box {
  display: block;
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 790px) {
  .newsletters-holder .subsribe-catalog .text-box {
    margin: 20px 0 0;
  }
  .newsletters-holder .subsribe-catalog .text-box, .newsletters-holder .subsribe-catalog .text-box h4, .newsletters-holder .subsribe-catalog .text-box a {
    text-align: center !important;
  }
}
.newsletters-holder .subsribe-catalog .text-box h4 {
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.newsletters-holder .subsribe-catalog .text-box a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.newsletters-holder .subsribe-catalog .text-box a:hover {
  text-decoration: underline;
  color: #f3a000;
}
@media (max-width: 767px) {
  .newsletters-holder .newsletter input[type="text"],
  .newsletters-holder .newsletter input[type="email"] {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1124px) {
  .newsletters-holder .newsletter input[type="email"] {
    width: 100%;
    margin: 0 0 10px;
  }
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  border: 2px solid #d8d8d8;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  height: 42px;
  min-width: 258px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .newsletter input[type="text"],
  .newsletter input[type="email"] {
    width: 100%;
  }
}
.newsletter input[type="text"]::-webkit-input-placeholder,
.newsletter input[type="email"]::-webkit-input-placeholder {
  color: #4a4a4a;
}
.newsletter input[type="text"]::-moz-placeholder,
.newsletter input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a;
}
.newsletter input[type="text"]:-moz-placeholder,
.newsletter input[type="email"]:-moz-placeholder {
  color: #4a4a4a;
}
.newsletter input[type="text"]:-ms-input-placeholder,
.newsletter input[type="email"]:-ms-input-placeholder {
  color: #4a4a4a;
}
.newsletter input[type="text"].placeholder,
.newsletter input[type="email"].placeholder {
  color: #4a4a4a;
}
.newsletter input[type="submit"] {
  height: 42px;
  width: 132px;
  background: #4a4a4a;
  border: 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background .3s ease;
}
.newsletter input[type="submit"]:hover {
  background: rgba(74, 74, 74, 0.7);
}

.different-link {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  background-color: #f6f6f6;
  padding: 0 44px;
}
@media (max-width: 991px) {
  .different-link {
    flex-wrap: wrap;
    padding: 0 12%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .different-link {
    padding: 0;
  }
}
.different-link li {
  text-align: center;
}
@media (max-width: 991px) {
  .different-link li {
    width: 50%;
  }
}
.different-link a {
  display: inline-block;
  vertical-align: middle;
  padding: 50px 20px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .different-link a {
    padding: 20px 20px;
  }
}
.different-link a:hover p {
  text-decoration: underline;
}
.different-link a b {
  display: block;
  font-weight: 600;
}
.different-link a i {
  font-size: 50px;
  display: block;
  padding: 0 0 26px;
}
@media (max-width: 767px) {
  .different-link a i {
    font-size: 40px;
    padding: 0 0 8px;
  }
}
.different-link a p {
  margin: 0;
}
@media (max-width: 767px) {
  .different-link a p {
    font-size: 13px;
  }
}

.footer-nav-holder {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  padding: 52px 0 26px;
  border-bottom: 2px solid #d8d8d8;
}
@media (max-width: 991px) {
  .footer-nav-holder {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder {
    padding: 22px 0 26px;
  }
}
.footer-nav-holder .box {
  text-align: center;
}
.footer-nav-holder .box .widget-avis-verifies {
  display: block;
  margin: 15px 0 0;
}
@media (max-width: 991px) {
  .footer-nav-holder .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder .box {
    padding: 0 0 5px;
  }
}
@media (max-width: 499px) {
  .footer-nav-holder .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-nav-holder .box:first-child {
    padding: 0 0 40px;
  }
}
.footer-nav-holder .box .tel-box a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.footer-nav-holder .box .tel-box a:hover {
  text-decoration: underline;
}
.footer-nav-holder .box .btn {
  min-width: 149px;
}
.footer-nav-holder .box .btn:hover {
  text-decoration: none;
}
.footer-nav-holder h3, .footer-nav-holder .h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.footer-nav-holder h4, .footer-nav-holder .h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
  display: block;
}
.footer-nav-holder h5, .footer-nav-holder .h5 {
  font-size: 15px;
  margin: 0 0 6px;
}
.footer-nav-holder .tel {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #f3a000;
}
.footer-nav-holder address {
  font-style: normal;
  font-size: 13px;
  padding: 6px 0 28px;
}
.footer-nav-holder .footer-nav {
  padding: 0 0 30px;
}
.footer-nav-holder .footer-nav li {
  padding: 0 0 12px;
  font-size: 15px;
}
.footer-nav-holder .footer-nav a {
  color: #000;
  text-decoration: none;
}
.footer-nav-holder .footer-nav a:hover {
  text-decoration: underline;
}

.bootom-panel {
  padding: 40px 0;
}
@media (max-width: 1099px) {
  .bootom-panel {
    padding: 8px 0 109px;
  }
}
.bootom-panel .hold {
  max-width: 914px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  .bootom-panel .hold {
    max-width: 590px;
  }
}
@media (max-width: 1099px) {
  .bootom-panel .hold {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.bootom-panel .hold a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .bootom-panel .hold a {
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .bootom-panel .hold a {
    display: inline-block;
  }
}
.bootom-panel .hold a:hover {
  text-decoration: underline;
}

.popup-choisir {
  position: fixed;
  left: 30px;
  bottom: 28px;
  z-index: 100;
}
@media (max-width: 991px) {
  .popup-choisir {
    display: none;
  }
}
.popup-choisir.popup-active {
  width: 100%;
  left: 0;
}
.popup-choisir .popup {
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
  background: #2d3847;
  color: #fff;
  padding: 25px 60px;
  display: none;
  z-index: 9;
}
@media (max-width: 1099px) {
  .popup-choisir .popup {
    padding: 25px 40px 25px 20px;
  }
}
.popup-choisir .popup-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .popup-choisir .popup-title {
    font-size: 18px;
  }
}
.popup-choisir .popup-title i {
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.popup-choisir .popup-title span {
  display: inline-block;
  vertical-align: middle;
}
.popup-choisir form {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15.5%;
}
@media (max-width: 1199px) {
  .popup-choisir form {
    padding: 0 0 0 20px;
  }
}
.popup-choisir form input[type="text"] {
  min-width: 186px;
}
.popup-choisir form input[type="submit"] {
  width: 60px;
  background: #f3a000;
  color: #000;
  transition: background .3s ease;
  font-weight: 500;
}
.popup-choisir form input[type="submit"]:hover {
  background: #f2bc4c;
}
.popup-choisir .btn {
  padding: 12px 15px;
  margin: 0 0 0 8px;
  min-width: 196px;
  font-weight: 500;
  background: #f3a000;
  color: black;
}
.popup-choisir .btn.hover {
  color: black;
  background: #f2bc4c;
}
.popup-choisir .close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}
.popup-choisir .close:hover:after, .popup-choisir .close:hover:before {
  background: #f3a000;
}
.popup-choisir .close:after, .popup-choisir .close:before {
  content: '';
  position: absolute;
  left: 14px;
  top: -3px;
  width: 2px;
  height: 36px;
  background: #fff;
  transform: rotate(45deg);
  transition: background .3s ease;
}
.popup-choisir .close:before {
  transform: rotate(-45deg);
}

.button {
  background: #000;
  padding: 12px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  z-index: 40;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.button:hover {
  background: rgba(0, 0, 0, 0.7);
}
.button i,
.button span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.button i {
  font-size: 20px;
}

.chat-link {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  background: #f3a000;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 34px;
  bottom: 20px;
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  z-index: 80;
}
@media (max-width: 767px) {
  .chat-link {
    right: 21px;
    bottom: 50px;
  }
}
.chat-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 26px;
}

.section-cms-v23 .head h1 {
  font: 400 3em "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  text-align: left;
}
.section-cms-v23 .cms-v23-tags {
  text-transform: uppercase;
  font-size: 1.1em;
}
.section-cms-v23 .cms-v23-accroche {
  font: 400 3em "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  text-align: left;
  line-height: 46px;
  margin-top: 15px;
}
.section-cms-v23 .pl-cms-v23 .cms-item {
  display: flex;
  margin-bottom: 20px;
  max-width: 1150px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .pl-cms-v23 .cms-item {
    display: block;
  }
}
.section-cms-v23 .pl-cms-v23 .cms-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .section-cms-v23 .pl-cms-v23 .cms-item.item-reverse {
    flex-direction: row-reverse;
  }
  .section-cms-v23 .pl-cms-v23 .cms-item.item-reverse .cms-content {
    padding: 50px 50px 0 100px;
  }
  .section-cms-v23 .pl-cms-v23 .cms-item.item-reverse .cms-img {
    padding: 50px 0 0 50px;
  }
}
.section-cms-v23 .pl-cms-v23 .cms-img {
  width: 50%;
  padding: 50px 50px 0 0;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .pl-cms-v23 .cms-img {
    width: 100%;
    padding: 50px;
  }
}
.section-cms-v23 .pl-cms-v23 .cms-img img {
  width: 100%;
  object-fit: contain;
}
.section-cms-v23 .pl-cms-v23 .cms-content {
  width: 50%;
  padding: 50px 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .pl-cms-v23 .cms-content {
    width: 100%;
    padding: 0 50px 75px;
  }
}
.section-cms-v23 .pl-cms-v23 .cms-content .cms-title {
  color: black;
  background: none;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px;
  padding: 0;
  font-size: 2.2em;
}
.section-cms-v23 .pl-cms-v23 .cms-content .cms-subtitle {
  font: 400 35px "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  line-height: 35px;
  margin: 10px 0;
}
.section-cms-v23 .pl-cms-v23 .cms-content .cms-short-desc {
  color: black;
}
.section-cms-v23 .pl-cms-v23 .cms-content .cms-link {
  color: black;
  border: 1px solid #000;
  padding: 13px 40px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.section-cms-v23 .pl-cms-v23 .cms-content .cms-link:hover {
  background-color: #2d3847;
  border-color: #2d3847;
  color: white;
}
.section-cms-v23 .page-cms-v23 .head {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px 0 80px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .head {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .section-cms-v23 .page-cms-v23 .head {
    padding: 0;
  }
}
.section-cms-v23 .page-cms-v23 .head .head-div {
  width: 50%;
  text-align: center;
}
.section-cms-v23 .page-cms-v23 .head .head-div-img {
  padding: 30px;
  margin-left: -110px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img {
    margin-left: 0;
  }
}
.section-cms-v23 .page-cms-v23 .head .head-div1 {
  text-align: left;
  padding-right: 110px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .head .head-div1 {
    padding: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .section-cms-v23 .page-cms-v23 .head .head-div1 {
    padding-right: 0;
  }
}
.section-cms-v23 .page-cms-v23 .head .head-div-img-main {
  margin-top: -90px;
  width: calc(50% + 110px);
}
@media screen and (max-width: 1023px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img-main {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img-main {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 10px;
  }
}
.section-cms-v23 .page-cms-v23 .head .head-div-img-scd1 {
  margin-top: -130px;
}
@media screen and (max-width: 1023px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img-scd1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img-scd1 {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 10px;
  }
}
.section-cms-v23 .page-cms-v23 .head .head-div-img-scd2 {
  padding: 30px 0px 30px 160px;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img-scd2 {
    padding: 30px 0px 30px 90px;
  }
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .head .head-div-img-scd2 {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 10px;
  }
}
.section-cms-v23 .page-cms-v23 .cms-content {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .cms-content {
    padding: 0 40px;
  }
}
.section-cms-v23 .page-cms-v23 .cms-content h1, .section-cms-v23 .page-cms-v23 .cms-content .h1 {
  font-size: 36px;
  margin: 0;
}
.section-cms-v23 .page-cms-v23 .cms-content h2, .section-cms-v23 .page-cms-v23 .cms-content .h2 {
  font-size: 24px;
}
.section-cms-v23 .page-cms-v23 .cms-content p, .section-cms-v23 .page-cms-v23 .cms-content iframe {
  margin-bottom: 40px;
}
.section-cms-v23 .page-cms-v23 .cms-content ul {
  margin-top: -25px;
}
.section-cms-v23 .page-cms-v23 .cms-content .cms-subtitle {
  font: 400 3em "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  text-align: left;
  margin-bottom: 25px;
}
.section-cms-v23 .page-cms-v23 .cms-content .citation {
  width: 75%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .cms-content .citation {
    width: 90%;
  }
}
.section-cms-v23 .page-cms-v23 .cms-content .citation p {
  font: 400 2.5em "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
  margin: 0;
  line-height: 42px;
}
.section-cms-v23 .page-cms-v23 .cms-content .image_in_content {
  margin: 0 -80px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .page-cms-v23 .cms-content .image_in_content {
    margin: 0 -40px;
  }
}
.section-cms-v23 .page-cms-v23 .cms-content .legende {
  margin-top: 10px;
}
.section-cms-v23 .cms-navig {
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .cms-navig {
    display: block;
  }
}
.section-cms-v23 .cms-navig a {
  width: 50%;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section-cms-v23 .cms-navig a {
    width: 90%;
    margin: 20px auto;
  }
}
.section-cms-v23 .cms-navig span {
  display: block;
}
.section-cms-v23 .cms-navig .chevron {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5f3;
  padding-top: 4px;
  margin-right: 10px;
}
.section-cms-v23 .cms-navig .icon-chevron-lg-top {
  rotate: -90deg;
  display: block;
  font-size: 0.6em;
}
.section-cms-v23 .cms-navig .desc {
  width: calc(100% - 120px);
  padding: 0 10px;
}
.section-cms-v23 .cms-navig .desc .desc-title {
  font: 400 1.5em "black_jackregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f3a000;
}
.section-cms-v23 .cms-navig .desc .desc-name {
  font-weight: bold;
  font-size: 1.2em;
}
.section-cms-v23 .cms-navig img {
  display: block;
  width: 80px;
  height: 80px;
}
.section-cms-v23 .cms-navig .prev.--masked, .section-cms-v23 .cms-navig .next.--masked {
  border: 1px solid transparent;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.section-cms-v23 .cms-navig .next {
  flex-direction: row-reverse;
}
.section-cms-v23 .cms-navig .next .chevron {
  margin-left: 10px;
  padding-top: 26px;
}
.section-cms-v23 .cms-navig .next .icon-chevron-lg-top {
  rotate: 90deg;
}
.section-cms-v23 .cms-navig .next .desc {
  text-align: right;
}

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