/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */

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: bold;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}
#mobilemenu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: white;
  z-index: 9999;
}
#mobilemenu #top-menu {
  overflox: scroll;
}
#mobilemenu .menu-img-container {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0px;
}
#mobilemenu .megamenu {
  position: static;
  left: auto;
  transform: none;
}
#mobilemenu .megamenu.active .top-menu {
  max-height: 700px !important;
}
#mobilemenu > ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#mobilemenu > ul li {
  width: 100%;
  min-height: 48px;
  box-sizing: box-border;
  box-shadow: 0 1px 0 #ccc;
  margin: 0;
  padding: 0;
  position: relative;
}
#mobilemenu > ul li.haschildren:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  right: 16px;
  border: 8px solid transparent;
  border-top: 11px solid #ccc;
}
#mobilemenu > ul li.haschildren a {
  width: calc(100% - 48px);
}
#mobilemenu > ul li a {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  box-sizing: box-border;
  padding: 0 16px;
  text-decoration: none;
}
#mobilemenu > ul li ul.top-menu {
  font-size: 12px;
  margin: 0;
  padding: 0;
  max-height: 0;
  display: block;
  overflow: hidden;
  box-shadow: inset 0px -8px 18px -10px #888, inset 0px 8px 18px -10px #888;
}
#mobilemenu > ul li ul.top-menu li {
  width: 100%;
  min-height: 48px;
  box-sizing: box-border;
  box-shadow: 0 1px 0 #ccc;
  margin: 0;
  padding: 0;
}
#mobilemenu > ul li ul.top-menu li a {
  height: 48px;
  width: 100%;
  line-height: 48px;
  font-size: 12px;
  box-sizing: box-border;
  padding: 0 16px 0 32px;
  margin: 0;
  text-transform: none;
}
#mobilemenu > ul li ul.top-menu li .minimenu {
  display: none;
}
#mobilemenu > ul li ul.top-menu li .minimenu ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#mobilemenu > ul li ul.top-menu li .minimenu ul li {
  height: 48px;
  box-sizing: box-border;
  box-shadow: 0 1px 0 #333;
  margin: 0;
  padding: 0;
}
#mobilemenu > ul li ul.top-menu li .minimenu ul li a {
  height: 48px;
  width: 100%;
  box-sizing: box-border;
  padding: 0 16px;
  font-size: 12px;
  margin: 0;
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1323px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 1324px) {
  .hide-large {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding: 0 16px;
  }
}

.spacer {
  width: 100%;
  height: 16px;
}

#payment-option-4-container label {
  text-align: left !important;
}

/*RESPONSIVE MENU*/
@media (max-width: 1026px) {
  #_desktop_top_menu > .menu--container {
    display: block !important;
    width: 100%;
  }
  #menuback {
    position: fixed;
    z-index: 9999;
    bottom: 16px;
    right: 200%;
  }
  body.noscroll,
  html.noscroll {
    overflow: hidden;
  }
  #_desktop_top_menu {
    z-index: 20 !important;
    position: fixed !important;
    left: 130% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.9) !important;
    transition: left 0.3s !important;
  }
  #_desktop_top_menu.active {
    left: 0% !important;
  }
  #_desktop_top_menu.active #menuback {
    right: 16px;
  }
  #_desktop_top_menu #top-menu li {
    float: none;
    width: 100%;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
  }
  #_desktop_top_menu #top-menu li.haschildren:after {
    content: "\F061";
    margin-right: 16px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  #_desktop_top_menu #top-menu li a {
    color: #333;
    text-transform: none;
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    width: auto;
    padding: 0 16px;
  }
  #_desktop_top_menu #top-menu li:last-child {
    border-bottom: none;
  }
  #_desktop_top_menu #top-menu li:hover a {
    background: transparent !important;
  }
  #_desktop_top_menu #top-menu li:hover.haschildren:after {
    z-index: auto !important;
    width: auto !important;
    height: 48px !important;
    line-height: 48px !important;
    content: "\F061" !important;
    position: static !important;
    background: none !important;
  }
  .megamenu {
    overflow: visible !important;
  }
  .megamenu,
  .minimenu {
    z-index: 20;
    position: fixed !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    box-shadow: none;
    transform: translateX(130%) !important;
    transition: all 0.5s !important;
  }
  .megamenu.opened,
  .minimenu.opened {
    transform: none !important;
  }
  .megamenu:before,
  .minimenu:before {
    content: none !important;
  }
  .megamenu:after,
  .minimenu:after {
    content: none !important;
  }
  div[data-depth="0"] {
    left: 16px !important;
    width: calc(100% - 16px) !important;
  }
  div[data-depth="1"] {
    z-index: 24;
    left: 32px !important;
    width: calc(100% - 32px) !important;
  }
  div[data-depth="2"] {
    z-index: 25;
    left: 48px !important;
    width: calc(100% - 48px) !important;
  }
  div[data-depth="3"] {
    z-index: 26;
    left: 64px !important;
    width: calc(100% - 64px) !important;
  }
  .top-menu {
    z-index: 20;
    position: absolute;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    overflow-y: scroll;
    align-items: center;
    background: white;
  }
  .top-menu ul {
    box-shadow: -9px 0 10px rgba(0, 0, 0, 0.2) !important;
  }
  .top-menu li {
    float: none;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #aaa !important;
    background: transparent !important;
    height: 48px !important;
    transition: all 0.2s !important;
    flex-shrink: 0 !important;
  }
  .top-menu li.haschildren:after {
    content: "\F061";
    margin-right: 16px;
    transition: all 0.2s !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    box-shadow: -1px 0 0 #dadada;
    padding-left: 16px;
    font-weight: 900;
    height: 48px !important;
    line-height: 48px !important;
    font-family: "Font Awesome 5 Free";
  }
  .top-menu li:before {
    content: none !important;
  }
  .top-menu li:active {
    background: rgba(0, 0, 0, 0.1) !important;
  }
  .top-menu li.haschildren:active:after {
    transform: translateX(16px);
  }
  .top-menu li a {
    color: #333 !important;
    flex-shrink: 0 !important;
    text-transform: none !important;
    display: inline-block !important;
    width: calc(100% - 50px) !important;
    padding: 0 16px !important;
    box-shadow: none !important;
    line-height: 48px !important;
    height: 48px !important;
    text-decoration: none;
  }
}

@media (max-width: 1024px) {
  #_desktop_top_menu {
    top: 117px !important;
    height: calc(100vh - 117px) !important;
  }
  .megamenu,
  .minimenu {
    top: 117px !important;
    height: calc(100% - 117px) !important;
  }
}

@media (max-width: 767px) {
  .modal-title {
    position: relative !important;
    margin-left: 34px !important;
  }
  .modal-title i {
    font-size: 28px !important;
    position: absolute;
    left: -34px;
  }
  .h1.product-title.mt-0 {
    font-size: 26px;
  }
  .product-cover {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-cover img {
    max-width: 70%;
    box-shadow: none !important;
  }
  #blockcart-modal
    > div
    > div
    > div.modal-body
    > div
    > div.col-md-5.divide-right
    > div
    > div:nth-child(2)
    > p:nth-child(2) {
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
    font-size: 24px !important;
    padding: 16px 0 !important;
    font-weight: bold !important;
  }
  #blockcart-modal > div > div > div.modal-body .col-md-6 {
    padding: 0 !important;
  }
  .cart-content-btn button {
    font-size: 12px !important;
    padding: 0 !important;
  }
  #_desktop_top_menu {
    top: 128px !important;
    height: calc(100vh - 128px) !important;
  }
  .megamenu,
  .minimenu {
    top: 128px !important;
    height: calc(100% - 128px) !important;
  }
  .small-only .st-head-row.st-head-row-main {
    padding-top: 16px;
  }
  #ld_cmb .ld_cmb_tab {
    transform: none !important;
    width: calc(100% + 10px) !important;
    position: fixed !important;
    top: calc(100% - 40px) !important;
    bottom: auto !important;
    left: -5px !important;
    right: auto !important;
    border-radius: 0 !important;
  }
  #ld_cmb {
    margin-top: -50px;
  }
  .qty .control-label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-quantity .qty {
    margin-bottom: 26px !important;
  }
  .degressif {
    text-align: center;
    padding-bottom: 16px;
    margin-left: 0 !important;
  }
  .bootstrap-touchspin {
    width: 200px !important;
  }
  #checkout-personal-information-step > .content > ul {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 0rem !important;
  }
  #checkout-personal-information-step > .content > ul li {
    margin: 0 0;
  }
  #checkout-personal-information-step > .content > ul li:nth-child(2) {
    display: none;
  }
  #checkout-personal-information-step > .content > ul li:nth-child(3) a {
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    background: #fefefe;
    color: #292929;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #403e7f !important;
    color: #fefefe;
    text-decoration: none;
    padding: 8px 12px;
  }
  #checkout-personal-information-step > .content > ul li:nth-child(3) a:hover {
    background: #2f2d5d !important;
    text-decoration: none;
    color: #fefefe !important;
  }
  #checkout-personal-information-step > .content > ul li:nth-child(3) a:active {
    background: #26254c !important;
    color: #fefefe !important;
  }
  #checkout-personal-information-step > .content > ul li:nth-child(3) a:focus {
    outline: none !important;
  }
}

.btn {
  border-radius: 5px;
  overflow: hidden;
  background: #fefefe;
  color: #292929;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-rounded {
  border-radius: 32px;
}
.btn:disabled {
  opacity: 0.3;
}
.btn:disabled:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}
.btn.btn-primary {
  background: #403e7f !important;
  color: #fefefe;
}
.btn.btn-primary:hover {
  background: #2f2d5d !important;
  color: #fefefe;
}
.btn.btn-primary:active {
  background: #26254c !important;
  color: #fefefe;
}
.btn.btn-black {
  background: #292929;
  color: #fefefe;
}
.btn.btn-black:hover {
  background: #434343;
  color: #fefefe;
}
.btn.btn-black:active {
  background: #4f4f4f;
  color: #fefefe;
}
.btn.btn-touchspin:hover {
  box-shadow: none;
  transform: none;
}
.btn.btn-touchspin:active {
  box-shadow: none;
  transform: none;
}
.btn.btn-flat {
  box-shadow: none;
  transform: none;
}
.btn.btn-flat:hover {
  box-shadow: none;
  transform: none;
}
.btn.btn-flat:active {
  box-shadow: none;
  transform: none;
}
.btn:hover {
  background: #e5e5e5;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  color: #292929;
}
.btn:hover {
  background: #e5e5e5;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  color: #292929;
}
.btn:active {
  background: #d8d8d8;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  color: #292929;
  outline: none !important;
}
.btn:focus {
  outline: none !important;
}

a.btn {
  text-decoration: none !important;
}
a.btn:hover {
  text-decoration: none !important;
}

.input-group-btn .btn:hover {
  transform: none !important;
}

.card,
.tabs {
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2) !important;
  border: none;
}
.card .nav-tabs .nav-link,
.tabs .nav-tabs .nav-link {
  text-decoration: none;
}
.card .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link.active {
  color: #403e7f;
  border-bottom: 3px solid #403e7f;
}
.card .nav-tabs .nav-link.active:hover,
.tabs .nav-tabs .nav-link.active:hover {
  border-bottom: 3px solid #403e7f;
  color: #403e7f;
}
.card .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #9a99db;
  color: #9a99db;
}
@media (max-width: 767px) {
  .card,
  .tabs {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.cart-grid {
  margin-top: 1rem;
}

.card-block.card-header {
  padding: 0;
  border-bottom: 1px solid #292929;
}
.card-block.card-header h1 {
  color: #fefefe;
  background: #292929;
  margin: 0;
  padding: 1rem 2rem;
}

.subtitleproduct {
  font-size: 18px;
  display: block;
}

.input-group.bootstrap-touchspin {
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: none;
  border: none !important;
}
.input-group.bootstrap-touchspin input {
  border: 1px solid #cbcbcb;
  border-radius: 5px 0 0 5px !important;
  min-width: 70px;
}
.input-group.bootstrap-touchspin .btn-touchspin {
  border-left: 0;
  border: 1px solid #cbcbcb;
  border-radius: 0 0 5px 0 !important;
  overflow: hidden;
}
.input-group.bootstrap-touchspin .btn-touchspin:first-child {
  border-radius: 0 5px 0 0 !important;
}

.bootstrap-touchspin {
  width: 200px !important;
}

.qty .control-label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rounded-5 {
  border-radius: 5px;
  overflow: hidden;
}

#blockcart-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
#blockcart-modal .modal-content .modal-header button.close {
  color: #fefefe;
  margin-top: -9px;
  font-size: 30px;
  opacity: 0.8;
}
#blockcart-modal .modal-content .modal-body {
  background: #fefefe !important;
}

.tab-flat {
  box-shadow: none !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .tab-flat {
    margin: 16px 0 0 -24px;
    width: calc(100% + 48px);
  }
}
@media (max-width: 767px) {
  .tab-flat .nav-tabs {
    font-size: 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .tab-flat .tab-content {
    padding: 8px 24px;
  }
}

.dn {
  display: none;
}

body {
  background: #fefefe;
  font-family: "Open Sans", sans-serif;
  padding-top: 163px;
}
@media (max-width: 767px) {
  body {
    padding-top: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 116px;
  }
}

#wrapper,
.header--container,
.wrap--container,
#content,
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  #wrapper,
  .header--container,
  .wrap--container,
  #content,
  .content-wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #wrapper,
  .header--container,
  .wrap--container,
  #content,
  .content-wrapper {
    width: 100% !important;
    padding: 0 16px;
    box-sizing: box-border;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  #wrapper,
  .header--container,
  .wrap--container,
  #content,
  .content-wrapper {
    width: 1000px !important;
  }
}
@media (min-width: 1324px) {
  #wrapper,
  .header--container,
  .wrap--container,
  #content,
  .content-wrapper {
    width: 1332px !important;
  }
}
#wrapper:after,
.header--container:after,
.wrap--container:after,
#content:after,
.content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.menu--container {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .menu--container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu--container {
    width: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .menu--container {
    width: 100% !important;
  }
}
@media (min-width: 1324px) {
  .menu--container {
    width: 1390px !important;
  }
}

@media(max-width: 1280px){
  .top-menu{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #292929;
  }
  .top-menu a{
    font-size: 16px;
    padding: 0 7px;
  }
  .wrap--container{
    margin-top: 48px;
  }
}

@media(max-width: 1025px){
  .top-menu{
    background-color: #FFF !important;
  }
  .wrap--container{
    margin-top: 0px;
  }
}

.menu--container:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper.noafter:after,
.header--container.noafter:after,
.wrap--container.noafter:after,
#content.noafter:after,
.content-wrapper.noafter:after {
  content: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-form {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .contact-form {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .contact-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .contact-form .form-footer {
    margin: 14px 16px;
  }
}

@media (max-width: 767px) {
  .contact-rich {
    margin-top: 32px;
    width: 100% !important;
    padding: 0 16px;
    box-sizing: box-border;
  }
}

@media (max-width: 767px) {
  .contact-rich h4 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .family_modal_toggle {
    position: fixed !important;
    top: 96px !important;
    left: 0 !important;
    width: 100% !important;
    height: 32px !important;
    background: #292929 !important;
    color: #fefefe !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .family_modal_toggle i {
    margin: 0 8px !important;
  }
}

@media (max-width: 767px) {
  .family_modal_toggle i:last-child {
    transform: none !important;
  }
}

.block-category {
  position: relative;
  display: flex;
  min-height: 100px;
  background: #f4f4f4;
  box-shadow: none !important;
  overflow: visible;
  border-radius: 0 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-category {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .block-category {
    flex-direction: column;
    align-items: center;
    box-shadow: 50vw 0 0 #f4f4f4, -50vw 0 0 #f4f4f4 !important;
  }
}
.block-category .category-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 32px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .block-category .category-image {
    margin-right: 0px;
  }
}
.block-category .category-image img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.5);
  transition: all 0.2s;
}
.block-category .category-image:hover {
  width: 350px;
  height: 150px;
  border-radius: 0;
}
.block-category .category-image:hover img {
  transform: scale(1);
}
.block-category .category-infos {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-category .category-infos h1 {
  text-transform: none;
  font-size: 24px;
}
.block-category .category-infos hr {
  width: 100%;
  margin-top: 0.5rem;
}
.block-category .category-infos #category-description.text-muted p {
  color: #555 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-category .category-infos #category-description.text-muted p {
    margin: 16px 0 32px;
  }
}
@media (max-width: 767px) {
  .block-category .category-infos #category-description.text-muted p {
    margin: 16px 0 32px;
  }
}
.block-category .category-infos #category-description.text-muted p a > img {
  width: auto;
  max-width: 175px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .block-category .category-infos {
    text-align: center;
  }
}

.subcategories-title {
  font-weight: normal;
}
.subcategories-title span {
  font-weight: bold;
}

#subcategories {
  display: flex;
  flex-wrap: wrap;
}
#subcategories .subcategory {
  width: 24%;
  margin: 0 0.5% 16px;
  position: relative;
}
@media (max-width: 767px) {
  #subcategories .subcategory {
    width: 94%;
    margin: 0 3% 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #subcategories .subcategory {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  #subcategories .subcategory {
    width: 32.3333333%;
  }
}
#subcategories .subcategory:hover .subcategory-image {
  transform: translateY(-3px);
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
}
#subcategories .subcategory:hover .subcategory-image h2 {
  color: #292929;
}
#subcategories .subcategory:hover .subcategory-image img {
  transform: translateX(-2em);
  opacity: 1;
}
#subcategories .subcategory .subcategory-image {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 200px;
  width: 100%;
}
#subcategories .subcategory .subcategory-image > a {
  height: 200px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
#subcategories .subcategory .subcategory-image > a img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: contain;
  transition: transform 0.2s, opacity 0.2s;
  object-position: center;
  position: absolute;
  bottom: -0.5em;
  left: 42%;
  tranform-origin: 0 0;
}
#subcategories .subcategory .subcategory-image > a h2 {
  font-size: 15px;
  padding: 8px 16px;
  height: 50px;
  width: 70%;
  box-sizing: border-box;
  color: #434343;
  transition: color 0.2s;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-family .modal-content {
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-family .modal-header {
  color: #fefefe;
  background: #292929;
  border-radius: 5px 5px 0 0;
}
.modal-family .modal-header .fa-times {
  color: rgba(254, 254, 254, 0.5);
  box-shadow: none;
}
.modal-family .modal-header .fa-times:hover {
  color: rgba(254, 254, 254, 0.8);
}
.modal-family .modal-header .fa-times:active {
  color: #fefefe;
}

.modal-family .modal-body {
  height: 60vh;
  width: 50vw;
}
@media (max-width: 767px) {
  .modal-family .modal-body {
    height: 100vmin;
    width: 90vw;
    min-height: auto !important;
    min-width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-family .modal-body {
    height: 100vmin;
    width: 90vw;
    min-height: auto !important;
    min-width: auto !important;
  }
}
.modal-family .modal-body a {
  text-decoration: none;
}

.modal-family #instant-search {
  border-radius: 3px;
}
.modal-family #instant-search:focus {
  outline: none;
  border-color: #292929;
  box-shadow: 0 0 0 2px rgba(41, 41, 41, 0.5);
}

header.page-cms-12 {
  background: #9a99db;
  border-radius: 10px;
  box-shadow: 0 5px 0 #7573ce, 0 12px 17px rgba(0, 0, 0, 0.1),
    inset 0 -1px rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 14px 33px 18px 33px;
}
header.page-cms-12 h1 {
  margin: 0;
  color: #fefefe;
}
@media (max-width: 767px) {
  header.page-cms-12 {
    margin: 16px;
  }
}

.page-cms-12 table {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.page-cms-12 table tbody > tr > td > div > a > img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

#catalogue-h2 {
  font-weight: bold;
  font-size: 40px;
  position: relative;
  margin: 32px 0 24px 0;
}
#catalogue-h2:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 5px;
  background: #eee;
  bottom: 7px;
  left: 10px;
}
#catalogue-h2 span {
  background: white;
  display: inline-block;
  padding-right: 8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #catalogue-h2 {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    text-align: left;
  }
}

#catalogue-h3 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  #catalogue-h3 {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
    text-align: left;
  }
}
#catalogue-h3 a {
  text-decoration: none;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  margin: 12px 0;
}
@media (max-width: 767px) {
  #catalogue-h3 a {
    padding-left: 0px;
  }
}
#catalogue-h3 a:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 17px;
  background: #403e7f;
  bottom: 4px;
  left: 0;
  border-radius: 20px 0 0;
}
@media (max-width: 767px) {
  #catalogue-h3 a:after {
    content: none;
  }
}

.cat-cell {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  height: 100px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.1);
  float: left;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cat-cell {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cat-cell {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 0px;
    height: 80px;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.cat-cell .cat-cell-img {
  width: 100px;
  height: 100px;
  margin-right: 18px;
}
.cat-cell .cat-cell-img a {
  width: 100px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .cat-cell .cat-cell-img a {
    margin-top: 0;
  }
}
.cat-cell .cat-cell-img a img {
  object-fit: contain;
  object-position: center;
  width: 70px;
}
.cat-cell .cat-cell-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  position: relative;
}
.cat-cell .cat-cell-title p {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: center;
  color: #999;
  margin-bottom: 0;
}
.cat-cell .cat-cell-title p:nth-child(1) a {
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #6260c7;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cat-cell .cat-cell-title p:nth-child(1) a {
    font-size: 13px;
  }
}
.cat-cell .cat-cell-title p:nth-child(2) {
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  bottom: 12px;
  right: 8px;
  text-align: right;
  color: #aaa;
  margin: 0;
}
.cat-cell .cat-cell-title p:nth-child(2) a {
  color: #aaa;
  text-decoration: none;
}
.cat-cell .cat-cell-title br {
  display: none;
}

table.table-product {
  width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  overflow: hidden;
  border: none !important;
}
table.table-product tr:nth-child(odd) {
  background: #f1f1f1 !important;
}
table.table-product tr th {
  border: none !important;
  background: #cbcbcb !important;
  color: #292929;
  padding: 0.525rem 1.25rem;
  text-align: center;
}
table.table-product tr td {
  color: #292929;
  border: 2px solid #e5e5e5 !important;
  padding: 0.325rem 1.25rem;
  text-align: center;
}
table.table-product tr:last-child td {
  border-bottom: 1px solid transparent !important;
}
table.table-product tr:first-child td {
  border-top: 1px solid transparent !important;
}
table.table-product tr td:first-child {
  border-left: 1px solid transparent !important;
}

.products-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .products-selection {
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .products-selection {
    flex-direction: column;
  }
}
.products-selection .sortby {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.products-selection .sortby .sort-by {
  margin-right: 0.9375rem;
  margin-left: 0;
}
@media (max-width: 767px) {
  .products-selection .sortby {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .products-selection .sortby .products-sort-order {
    margin: 8px;
  }
}
.products-selection .total-products {
  display: flex;
  justify-content: flex-end;
}
.products-selection .total-products p {
  display: inline-block;
}
.products-selection .pagination-products {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .products-selection .pagination-products {
    flex-direction: column;
  }
}
.products-selection .pagination-products > p {
  display: inline-flex;
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .products-selection .pagination-products > p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.products-selection .pagination-products > nav.pagination {
  width: 420px;
  margin: 0;
}
@media (max-width: 767px) {
  .products-selection .pagination-products > nav.pagination {
    width: 100%;
    font-size: 12px;
  }
}
.products-selection .pagination-products > nav.pagination .page-list {
  box-shadow: none;
  padding: 0;
  background: none;
}
.products-selection .pagination-products > nav.pagination .page-list li {
  margin-right: 8px;
}
.products-selection
  .pagination-products
  > nav.pagination
  .page-list
  li:last-child {
  margin-left: 0;
}
.products-selection
  .pagination-products
  > nav.pagination
  .page-list
  li.current
  > a.round {
  background: #eee;
  color: #292929;
  font-weight: 700;
}
@media (max-width: 767px) {
  .products-selection
    .pagination-products
    > nav.pagination
    .page-list
    li.current
    > a.round {
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    font-size: 1rem;
    width: 24px;
  }
}
.products-selection .pagination-products > nav.pagination .page-list li > a {
  font-weight: normal;
  text-decoration: none;
}
.products-selection
  .pagination-products
  > nav.pagination
  .page-list
  li
  > a.disabled {
  pointer-events: none;
  cursor: auto;
  color: #b2b2b2;
}
.products-selection
  .pagination-products
  > nav.pagination
  .page-list
  li
  > a.round {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.products-selection
  .pagination-products
  > nav.pagination
  .page-list
  li
  > a.round:hover {
  background: #f6f6f6;
}

#product-availability {
  width: auto;
  padding: 16px 24px;
  border-radius: 5px;
  background: #ff4c4c;
  color: #fefefe;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#product-availability i {
  margin-right: 8px;
  color: #fefefe !important;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEgklEQVR4nO2WXWxUVRDHf+fe3W7dbU188IWSSDGYii3VADVSicRGCZKihDejPKBGHxAiBEUblAZSU5CalI/Eh8aYENJKVEKBFFGU4gahDRWK7La2VtguHwINdJfd+7F7x4ctW5YtIOn6YHSSycycOzPnnzlzMwP/dVLjz6A05jUkbz0e2PpShj388otZoeU/d+uucQMANwh1rz+fcThp0qQM21j6ToYd3PwpgDsXAHQN4UjvJWLWaCHeX/hYhlPieEdaV558kkoB5KQCIIJhOxhW1kuMkmWNuisNEQEgRwAcDDuJYd8egFhmWldKccMzZwDMuwDIqICmk8x1BWKGRcxMpI9s285wsY14hp1M3Z/DJzBMDHP0UtM0M1wMw0jrGookuawAgmEYxG+qwK0AzPgoAIXCyWUF3CqJ7pg86HOT53LhceskEikwSilEBJlQhGPbOLaNbVnYmpY7AF6XEB86h5mXj1I6AKFQKMPn+mAYgIQIMdtG8jwpgOO+XSkPcD/gucdIExjOzSwAN6DfY2QSsO/q9T/986SU5l+8WH7v7ZXaLfvFO3ODUFYnJ3/tlb2FhbIbpO/kSSl8cqPkT6+XlfV75Mi7q+WXrVsFpTSU0rZt+1GgVu4kd0MWp/pHKc/qNdvl6t59Yl+8KNeipnx5oF8MMyEXNm2S83V14hiGNO/vk8vhy3KtrU2SkYh81NgmKOVJ/QVrJRAYkrq6ztvKW6m/vz8Vj1JerWy9LN3wk/R80SJDLS0ijiN2wpG+BQukp6pKktGoRPx+udLcLGfPD8t7jUdFK1svKOVFKe/mzd9JdfUeOXQoLFVVu8aUPVVVaf6tulq+0bRUPEp5O453ZyEUEemdO1eClZWSjESyvgWDwTQATftQ2tvDUln5lRw8ODimvF28C+DsnEoKy8txYrEx26RnzpwMW/N66fb703ZDwyxqao5SW1vBqlV+6utnZcnAjBljxrsA7GgUMU3kpol1JxJdR3wFEI0AsGLFYQ4ceItlyw7T0PA0y5dny1OnOjNyWN3dUF4OKOXt6uoSy7Iy2LhyRbqKi+XEtGlZ3yzLksP+Y+kn2LixVUpLt0tra58UF38+puwqLk7zidJS2THSAwqlvNqjH1xfNP8p1rz2BIX7WsibPJmCigoC06ejFRYy5VgHLk1xuamJi3HF2vBDfPtDJ06gzgfQ2dFxvaSkJL3n3Y2UUgSDQWbMnOlzAax8pYyVCx/mzy0fc2nhq6zbNUhTuYkRj6O7XFwdjrGi4Qi1by5i4lCIDc0tPDKvhMZAKuHpigpiEybgRKN/C4BWUMAf584BIz3wrPQT+nqA76ctouWz0/jyXSREyJs6Fc3nQ5wkoQvDvLHuIIvnT+GFZW/zTE0NjSMJJ7e3U1RUhNvtRtd1lBqdcTf2AQARwXEcbNtGGxyE2bNTACLnL7D3gcdp3eHH7XYRITXPzwwMoPt8mKEQ4fAgAJ80hTkzMJHnliyBnTtTFaiuJuB2c5+moas7D9ikCHHHQUZ2RjXeeT6ij2MfyM08//fuA38BPosAqb/KabYAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.flag.flag-fr {
  background-position: -16px 0;
}

.flag.flag-en-gb {
  background-position: 0 -16px;
}

.flag.flag-en {
  background-position: -16px -16px;
}

.blackbutton {
  background: #292929;
  color: #fefefe;
  font-size: 14px;
  line-height: 14px;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
}
.blackbutton:hover {
  background: #434343;
  color: #fefefe;
}
.blackbutton:active {
  background: #5c5c5c;
  color: #fefefe;
}
.blackbutton:focus {
  outline: none;
  color: #fefefe;
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.2);
}
.blackbutton:visited {
  outline: darkgray;
  color: #fefefe;
}

nav.breadcrumb {
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 0;
}
nav.breadcrumb span {
  float: left;
  margin: 0 8px;
}
nav.breadcrumb ol {
  padding-left: 0;
}
nav.breadcrumb ol li {
  float: left;
  list-style: none;
}
nav.breadcrumb ol li:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\F054";
  font-weight: 900;
  font-size: 10px;
  transform: translateY(-1px);
  color: #b2b2b2;
}
nav.breadcrumb ol li:last-child:after {
  content: none;
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 36px;
  background: #f1f1f1;
  box-shadow: inset 0 -2px 7px rgba(0, 0, 0, 0.25);
  color: #292929;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.header-nav .menu--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.menu--container > div > a {
  color: #292929;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  display: inline-block;
  transition: all 0.2s;
  box-shadow: 0 0px 0 transparent;
  font-size: 14px;
}
.menu--container > div > a.link-icon {
  width: 36px;
  padding: 0;
  text-align: center;
}
.menu--container > div > a.link-icon i {
  line-height: 31px;
  font-size: 18px;
}
.menu--container > div > a.link-facebook {
  margin-left: 16px;
}
.menu--container > div > a .fa-phone,
.menu--container > div > a .fa-map-marker-alt {
  font-size: 14px;
}
.menu--container > div > a i {
  font-size: 14px;
  margin-right: 4px;
}
.menu--container > div > a:hover {
  box-shadow: 0 -2px 0 #9a99db;
  color: #9a99db;
  transform: translateY(2px);
}
.menu--container > div > a:hover.link-twitter {
  box-shadow: 0 -2px 0 #55acee;
  color: #55acee;
}
.menu--container > div > a:hover.link-facebook {
  box-shadow: 0 -2px 0 #3b5999;
  color: #3b5999;
}

@media (min-width: 1025px) and (max-width: 1323px) {
  .header-nav .menu--container {
    width: 100% !important;
  }
}

.user-info a,
.user-info a:visited,
.user-info a:hover {
  border: none;
  background: #292929;
  padding: 0;
  color: white;
  height: 36px;
  display: inline-block;
  text-decoration: none;
  line-height: 36px;
  padding: 0 16px;
  transition: all 0.2s;
  font-size: 14px;
  float: left;
}
@media (max-width: 767px) {
  .user-info a,
  .user-info a:visited,
  .user-info a:hover {
    padding: 0 8px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .user-info a,
  .user-info a:visited,
  .user-info a:hover {
    padding: 0 8px;
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .user-info a,
  .user-info a:visited,
  .user-info a:hover {
    padding: 0 8px;
    text-align: center;
  }
}
.user-info a:hover,
.user-info a:visited:hover,
.user-info a:hover:hover {
  color: #fefefe;
  box-shadow: 0 -2px 0 #292929;
  transform: translateY(2px);
  border-radius: 0 0 5px 5px;
}
.user-info a:hover .fas.fa-chevron-down,
.user-info a:visited:hover .fas.fa-chevron-down,
.user-info a:hover:hover .fas.fa-chevron-down {
  transform: translate(4px, 0) rotate(0deg);
}
.user-info a .fas.fa-chevron-down,
.user-info a:visited .fas.fa-chevron-down,
.user-info a:hover .fas.fa-chevron-down {
  font-size: 12px;
  transition: transform 0.2s;
  transform: translate(4px, -1px) rotate(-90deg);
}
.user-info a .fas.fa-user-circle,
.user-info a:visited .fas.fa-user-circle,
.user-info a:hover .fas.fa-user-circle {
  font-size: 20px;
  transform: translateY(2px);
  padding-right: 4px;
}
@media (max-width: 767px) {
  .user-info a .fas.fa-user-circle,
  .user-info a:visited .fas.fa-user-circle,
  .user-info a:hover .fas.fa-user-circle {
    padding-right: 0;
  }
}
.user-info a span,
.user-info a:visited span,
.user-info a:hover span {
  line-height: 36px;
}

.header-nav--modules > div {
  float: left;
  margin-left: 8px;
}

@media (min-width: 1025px) and (max-width: 1323px) {
  .header-nav--infos a {
    font-size: 12px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1323px) {
  .menu--container > div > a {
    font-size: 12px !important;
    padding: 0;
  }
}

.header-top {
  position: fixed;
  top: 36px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 80px;
  padding: 0;
  background: #fefefe;
  margin: 0;
}
@media (max-width: 767px) {
  .header-top {
    top: 36px;
    height: 60px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
}
.header-top .header--container {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header-top .header--container {
    top: 36px;
    height: 60px !important;
    padding-left: 16px;
  }
}
.header-top .header--container .logo {
  padding: 0;
}
@media (max-width: 767px) {
  .header-top .header--container .logo {
    margin-right: 0;
    width: 180px;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .header-top .header--container .logo > img {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top .header--container .logo {
    margin-right: 0;
    width: 180px;
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top .header--container .logo > img {
    width: 180px;
  }
}
.header-top .header--container .phone-icons {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #403e7f;
}
.header-top .header--container .phone-icons i {
  font-size: 30px;
}
.header-top .header--container .phone-icons:active {
  color: #9a99db;
}
.header-top .header--container #search_widget {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header-top .header--container #search_widget {
    position: fixed;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 0;
    background: white;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: top 0.2s;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top .header--container #search_widget {
    position: fixed;
    width: 100%;
    height: 80px;
    top: -80px;
    left: 0;
    background: white;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: top 0.2s;
  }
}
@media (max-width: 767px) {
  .header-top .header--container #search_widget.active {
    top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top .header--container #search_widget.active {
    top: 36px;
  }
}
@media (max-width: 767px) {
  .header-top .header--container #search_widget form {
    flex-grow: 1;
    margin: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top .header--container #search_widget form {
    flex-grow: 1;
    margin: 0 16px;
  }
}
.header-top .header--container #search_widget input[type="text"] {
  border: none;
  border-bottom: 2px solid #bdc2cf;
  width: calc(100% - 75px);
  height: 40px;
  padding: 0 12px;
  transition: border-bottom 0.2s;
}
@media (max-width: 767px) {
  .header-top .header--container #search_widget input[type="text"] {
    margin: 0 16px;
    box-sizing: border-box;
    width: calc(100% - 108px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-top .header--container #search_widget input[type="text"] {
    margin: 0 16px;
    box-sizing: border-box;
    width: calc(100% - 108px);
  }
}
.header-top .header--container #search_widget input[type="text"]:focus {
  outline: none;
  border-bottom: 2px solid #292929;
}
.header-top
  .header--container
  #search_widget
  input[type="text"]:focus
  + button
  i {
  color: #9a99db;
}
.header-top .header--container #search_widget button {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.header-top .header--container #search_widget button i {
  color: #2f2d5d;
  font-size: 28px;
  transition: all 0.2s;
}
.header-top .header--container #search_widget button i:hover {
  color: #3b39a2 !important;
}
.header-top .header--container #search_widget button i:active {
  color: #7573ce;
}
.header-top .header--container #search_widget button i:focus {
  outline: none;
}
.header-top .header--container #search_widget button:hover {
  color: #9a99db;
}
.header-top .header--container .blockcart {
  width: 45px;
  height: 40px;
  position: relative;
  margin-left: 12px;
  margin-right: 10px;
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .header-top .header--container .blockcart {
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .header-top .header--container .blockcart.large {
    transform: scale(0.5);
    margin-top: -12px !important;
  }
}
@media (max-width: 767px) {
  .header-top .header--container .blockcart.large .cart-products-count {
    top: 40px !important;
    color: #403e7f !important;
    top: 47px !important;
    font-size: 25px !important;
    width: 40px !important;
    text-align: center !important;
    left: calc(50% - 26px) !important;
  }
}
.header-top .header--container .blockcart a {
  width: 45px;
  height: 40px;
  transition: all 0.1s;
  display: block;
}
.header-top .header--container .blockcart a:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 35px;
  border-radius: 3px;
  width: 0;
  transition: all 0.1s;
  height: 3px;
  background: #514fa1;
}
.header-top .header--container .blockcart a:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 32px;
  border-radius: 3px;
  width: 0;
  transition: all 0.2s;
  height: 3px;
  background: #6e6cb7;
}
.header-top .header--container .blockcart i {
  color: #bdc2cf;
  font-size: 40px;
  position: relative;
}
.header-top .header--container .blockcart a > i {
  color: #403e7f;
}
.header-top .header--container .blockcart a:hover {
  padding-left: 10px;
}
.header-top .header--container .blockcart a:hover span {
  margin-left: 10px;
}
.header-top .header--container .blockcart a:hover:after {
  width: 20px;
}
.header-top .header--container .blockcart a:hover:before {
  width: 15px;
}
.header-top .header--container .blockcart span {
  position: absolute;
  font-size: 12px;
  color: #fefefe;
  top: 7px;
  left: 7px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  transition: all 0.1s;
}

.menu--container:after {
  content: none;
}

.search_widget_toggle > i {
  font-size: 25px !important;
}

.header-nav-ham .fas {
  font-size: 25px !important;
  transform: rotate(0deg);
  transition: all 0.2s;
}

.header-nav-ham.active .fas {
  transform: rotate(180deg);
}
.header-nav-ham.active .fas:before {
  content: "\F00D";
}

.family_modal_toggle {
  margin-left: 4px;
  text-decoration: none;
  padding: 7px 14px;
  line-height: 28px;
  border-radius: 5px;
}
.family_modal_toggle:hover {
  background: #eee;
}
.family_modal_toggle:active,
.family_modal_toggle:focus {
  color: #403e7f;
  text-decoration: none;
}
.family_modal_toggle i:last-child {
  margin-left: 4px;
  font-size: 20px;
  transform: translateY(2px);
}

#familyModalCenter .modal-dialog .modal-body {
  min-width: 400px;
  min-height: 500px;
  max-height: 80%;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  #familyModalCenter .modal-dialog .modal-body {
    min-width: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #familyModalCenter .modal-dialog .modal-body {
    min-width: 100% !important;
  }
}
#familyModalCenter .modal-dialog .modal-body .list-group > li.active button i {
  transform: rotate(180deg);
}
#familyModalCenter
  .modal-dialog
  .modal-body
  .list-group
  > li.active
  button
  i:first-child {
  opacity: 0;
}
#familyModalCenter
  .modal-dialog
  .modal-body
  .list-group
  > li.active
  button
  i:last-child {
  opacity: 1;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li.active ul {
  max-height: 480px;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li button {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  color: #999;
  position: relative;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li button i {
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 17px;
  transition: all 0.2s;
}
#familyModalCenter
  .modal-dialog
  .modal-body
  .list-group
  > li
  button
  i:last-child {
  opacity: 0;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li button:hover {
  color: #333;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li > div {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li > div > a {
  width: auto;
  height: 48px;
  line-height: 48px;
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li > a {
  width: auto;
  height: 48px;
  line-height: 48px;
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li ul {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.2s;
}
#familyModalCenter
  .modal-dialog
  .modal-body
  .list-group
  > li
  ul
  > li:last-child
  a:before {
  height: 24px !important;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li ul > li > a {
  padding: 0 16px 0 48px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
#familyModalCenter .modal-dialog .modal-body .list-group > li ul > li > a:after,
#familyModalCenter
  .modal-dialog
  .modal-body
  .list-group
  > li
  ul
  > li
  > a:before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 48%;
  left: 20px;
  background: #d8d8d8;
}
#familyModalCenter
  .modal-dialog
  .modal-body
  .list-group
  > li
  ul
  > li
  > a:before {
  width: 1px;
  height: 48px;
  top: 1px;
  left: 20px;
}

.menus {
  position: fixed;
  top: 116px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 48px;
  background: #292929;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  color: #fefefe;
}

.megamenu a {
  transition: padding 0.1s;
}

.has-image {
  width: 24px;
  height: 24px;
  background: #000;
  display: inline-block;
}

#_desktop_top_menu {
  width: 100%;
  height: 48px;
  background: #292929;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
  margin: 0;
  z-index: 999;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  position: fixed;
  font-weight: normal !important;
  top: 115px;
}
#_desktop_top_menu #top-menu {
  font-size: 20px;
  margin-bottom: 0;
}
#_desktop_top_menu #top-menu > li {
  float: left;
}
#_desktop_top_menu #top-menu > li > a {
  height: 48px;
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 48px;
  font-weight: normal !important;
  font-family: "Open Sans Condensed", sans-serif;
  color: #fefefe;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1323px) {
  #_desktop_top_menu #top-menu > li > a {
    padding: 0 10px;
  }
}
#_desktop_top_menu #top-menu > li:hover > a {
  background: white;
  color: #222;
}
#_desktop_top_menu #top-menu > li > .megamenu {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 400px;
  background: white;
  top: 48px;
  left: 0px;
  transition: all 0.2s;
  box-shadow: 0 0 1px, 0 5px 5px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  text-transform: none !important;
  overflow: hidden;
}
#_desktop_top_menu #top-menu > li > .megamenu:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 33.33%;
  top: 0;
  clear: both;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
#_desktop_top_menu #top-menu > li > .megamenu:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 66.66%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul {
  margin: 0;
  padding: 0;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li {
  width: 33.33%;
  height: 44px;
  position: relative;
  background: -moz-linear-gradient(left, white 90%, #f3f3f3 100%);
  background: -webkit-linear-gradient(left, white 90%, #f3f3f3 100%);
  background: linear-gradient(left, white 90%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=1 );
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li > a {
  box-sizing: border-box;
  display: inline-block;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  padding: 0 16px;
  text-transform: none !important;
  color: #222;
  text-decoration: none;
  overflow: hidden;
  font-weight: normal !important;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li.sublinks:before {
  content: "\F0DA";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  color: #ccc;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 7;
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 9px;
  font-size: 30px;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li.haschildren:before {
  content: "\F054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 14px;
  right: 16px;
  color: #bdbdbd;
  z-index: 2;
  font-size: 16px;
  transition: color 0.2s, transform 0.2s;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li > .minimenu {
  display: none;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li:hover > a {
  padding: 0 16px 0 24px;
  position: relative;
  background: white;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover.haschildren:before {
  color: #666;
  transform: translateX(5px);
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover.haschildren:after {
  content: "";
  z-index: 6;
  position: absolute;
  left: 99%;
  top: 0;
  width: 2%;
  height: 43px;
  background: white;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li:hover > .minimenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: auto;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu:after {
  content: "";
  z-index: 6;
  position: absolute;
  left: 1px;
  top: 0;
  width: 16px;
  height: 900px;
  background: white;
}
#_desktop_top_menu #top-menu > li > .megamenu > ul > li:hover > .minimenu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li {
  width: 100%;
  height: 44px;
  display: block;
  position: relative;
  background: -moz-linear-gradient(left, white 90%, #f3f3f3 100%);
  background: -webkit-linear-gradient(left, white 90%, #f3f3f3 100%);
  background: linear-gradient(left, white 90%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=1 );
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.sublinks:before {
  content: "\F0DA";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  color: #ccc;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 7;
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 9px;
  font-size: 30px;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li
  > a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #222;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  text-transform: none !important;
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > a {
  padding: 0 16px 0 24px;
  position: relative;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.haschildren:before {
  content: "\F054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 14px;
  z-index: 2;
  right: 16px;
  color: #bdbdbd;
  font-size: 16px;
  transition: color 0.2s, transform 0.2s;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li
  > .minimenu {
  display: none;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li
  > .minimenu {
  display: none;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active {
  background: white;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover.haschildren:after,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active.haschildren:after {
  content: "";
  z-index: 6;
  position: absolute;
  left: 99%;
  top: 0;
  width: 2%;
  height: 43px;
  background: white;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover.haschildren:before,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active.haschildren:before {
  color: #666;
  transform: translateX(5px);
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu {
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  width: 100%;
  height: auto;
  background: white;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu:after,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu:after {
  content: "";
  z-index: 6;
  position: absolute;
  left: 1px;
  top: 0;
  width: 16px;
  height: 900px;
  background: white;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu
  > ul,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu
  > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu
  > ul
  > li {
  background: white;
  width: 100%;
  height: 44px;
  display: block;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.sublinks:before,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu
  > ul
  > li.sublinks:before {
  content: "\F0DA";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  color: #ccc;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 7;
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 9px;
  font-size: 30px;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li
  > a,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu
  > ul
  > li
  > a {
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  color: #222;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li:hover
  > a,
#_desktop_top_menu
  #top-menu
  > li
  > .megamenu
  > ul
  > li:hover
  > .minimenu
  > ul
  > li.active
  > .minimenu
  > ul
  > li:hover
  > a {
  padding: 0 16px 0 24px;
  position: relative;
}

.megamenu {
  margin: 0 auto;
  padding: 0;
  border-radius: none;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .megamenu {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .megamenu {
    width: 100% !important;
    border-radius: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .megamenu {
    width: 100% !important;
    border-radius: none !important;
  }
}
@media (min-width: 1324px) {
  .megamenu {
    width: 1332px !important;
  }
}
.megamenu a .menu-img-container {
  float: left;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}
.megamenu a .menu-img-container img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  border-radius: 5px;
}

.top-menu > li > a > .menu-img-container {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 2px;
}
.top-menu > li > a > .menu-img-container i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  transform: translateY(2px);
  color: #a5a5a5;
}

.top-menu > li > a > .menu-img-container > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.gradied-text {
  background: -moz-linear-gradient(
    -120deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 60%
  ) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -120deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 60%
  ) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    -120deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 60%
  ) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ) !important;
  /* IE6-9 fallback on horizontal gradient */
  background: transparent !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.pt-128 {
  padding-top: 128px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.ml-128 {
  margin-left: 128px !important;
}

.pl-128 {
  padding-left: 128px !important;
}

.mr-128 {
  margin-right: 128px !important;
}

.pr-128 {
  padding-right: 128px !important;
}

@media (max-width: 767px) {
  .fd-c-phone {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fd-c-tablet {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .fd-cr-phone {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fd-cr-tablet {
    flex-direction: column-reverse;
  }
}

.dfc {
  display: flex;
  justify-content: center;
}

.dfs {
  display: flex;
  justify-content: flex-start;
}

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

@media (max-width: 767px) {
  .dfsb.resp {
    flex-direction: column;
  }
}

.aic {
  align-items: center;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.tac {
  text-align: center;
}

.twb {
  font-weight: bold;
}

.tcb {
  color: #292929;
}

.tdu {
  text-decoration: underline;
}

.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -180px;
}

#hero {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
#hero iframe {
  margin-bottom: 20px;
}
#hero .informations {
  font-size: 16px;
}
#hero .informations h1 {
  font-size: 32px;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 32px;
  color: #292929;
}
#hero .informations p {
  margin-bottom: 8px;
  font-style: italic;
}
#hero .informations p a {
  color: #4f4ec0;
}
#hero .informations p a:hover {
  color: #9a99db;
}
#hero .visuals {
  width: 628px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #hero .visuals {
    width: 228px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #hero .visuals img {
    width: 228px;
    height: auto;
  }
}

@media (max-width: 767px) {
  #hero {
    flex-direction: column;
    justify-content: center;
  }
  #hero .informations {
    margin: 0 16px;
  }
  #hero .visuals {
    width: 100% !important;
  }
  #hero .visuals img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #_desktop_language_selector {
    margin: 0 !important;
  }
}

.language-selector-wrapper {
  line-height: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .language-selector-wrapper {
    padding: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .language-selector-wrapper {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .language-selector-wrapper {
    padding: 0 !important;
  }
}
.language-selector-wrapper > a > .flag {
  transform: translateY(2px);
  margin: 0 4px 0 8px;
}
@media (max-width: 767px) {
  .language-selector-wrapper > a > .flag {
    margin: 0;
  }
}

.language-selector-wrapper {
  border: none;
  background: transparent;
  padding: 0;
  color: #292929;
  line-height: 36px;
  font-size: 12px;
  padding: 0 8px;
  transition: all 0.2s;
}
.language-selector-wrapper a {
  color: #292929;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  padding-right: 8px;
  display: inline-block;
  transition: all 0.2s;
  box-shadow: 0 0px 0 transparent;
  font-size: 14px;
}
@media (max-width: 767px) {
  .language-selector-wrapper a {
    width: 36px;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .language-selector-wrapper a {
    width: 36px;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .language-selector-wrapper a {
    width: 36px;
    padding-right: 0;
    text-align: center;
  }
}
.language-selector-wrapper a:hover,
.language-selector-wrapper a.active {
  color: #292929 !important;
}
.language-selector-wrapper:hover,
.language-selector-wrapper.active {
  color: #292929 !important;
  box-shadow: 0 -2px 0 #292929;
  transform: translateY(2px);
}
.language-selector-wrapper:hover .fas.fa-chevron-down,
.language-selector-wrapper.active .fas.fa-chevron-down {
  transform: translate(4px, 0) rotate(0deg);
}
.language-selector-wrapper:hover > a,
.language-selector-wrapper.active > a {
  color: #9a99db;
}
.language-selector-wrapper:hover .dropdown-menu,
.language-selector-wrapper.active .dropdown-menu {
  opacity: 1;
  display: block;
}
.language-selector-wrapper .fas.fa-chevron-down {
  font-size: 12px;
  transition: transform 0.2s;
  transform: translate(4px, -1px) rotate(-90deg);
}
.language-selector-wrapper .fas.fa-user-circle {
  font-size: 20px;
  transform: translateY(2px);
}
.language-selector-wrapper .dropdown-menu {
  display: none;
  opacity: 0;
  width: 100%;
  height: auto;
  background: #fefefe;
  position: absolute;
  top: 32px;
  right: 0;
  margin: 0;
  padding: 10px 0 0 0;
  border-radius: 0 0 5px 5px;
  list-style: none;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s;
  z-index: 99999;
  border: none;
}
@media (max-width: 767px) {
  .language-selector-wrapper .dropdown-menu {
    right: auto;
    left: -75px;
  }
}
@media (min-width: 1025px) and (max-width: 1323px) {
  .language-selector-wrapper .dropdown-menu {
    right: auto;
    left: -75px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .language-selector-wrapper .dropdown-menu {
    right: auto;
    left: -75px;
  }
}
.language-selector-wrapper .dropdown-menu li {
  position: relative;
}
.language-selector-wrapper .dropdown-menu li a {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px 0 16px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.language-selector-wrapper .dropdown-menu li a .flag {
  padding-right: 24px;
}
.language-selector-wrapper .dropdown-menu li a:hover {
  color: #9a99db;
  transform: translateX(2px);
}
.language-selector-wrapper .dropdown-menu li.current:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 20px;
  background: #9a99db;
}

.contact-rich {
  width: 300px;
}
.contact-rich h4 {
  font-size: 25px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-form {
  margin-left: 64px;
  padding: 0;
}
.contact-form h3 {
  font-size: 30px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.homeslider_tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeslider_tabs li {
  list-style: none;
  float: left;
}
.homeslider_tabs li a {
  width: 16px;
  height: 16px;
  margin: 24px 8px;
  display: block;
  border-radius: 50%;
  transition: all 0.2s;
  overflow: hidden;
  text-indent: 200%;
  background: #e5e4f6;
}
.homeslider_tabs li a:hover {
  background: #3b39a2;
  transform: scale(1.1);
}
.homeslider_tabs li.homeslider_here a {
  background: #9a99db;
}
.homeslider_tabs li.homeslider_here a:hover {
  transform: scale(1);
}

.homeslider .caption {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px 120px !important;
}
.homeslider .caption .caption-description {
  color: rgba(254, 254, 254, 0.7) !important;
}
.homeslider .caption .caption-description p {
  color: rgba(254, 254, 254, 0.7) !important;
}
.homeslider .caption .slidetitle {
  margin-bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #373b86;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 18px 5px 18px;
  border-radius: 5px;
  font-size: 3.125rem;
  font-weight: 600;
}
.homeslider .caption .slider-button {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #292929;
  font-family: "Open Sans Condensed", sans-serif;
  color: #fefefe;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 12px;
  font-size: 18px;
}
.homeslider .caption .slider-button:hover {
  background: #434343;
}
.homeslider .caption .slider-button:active {
  background: #4f4f4f;
}

.surfooter {
  width: 100%;
  height: 64px;
  background: #292929;
  color: #fefefe;
}
@media (max-width: 767px) {
  .surfooter {
    height: 128px;
  }
}
.surfooter .wrap--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .surfooter .wrap--container {
    height: 128px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .surfooter .wrap--container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 16px;
  }
}
.surfooter .wrap--container .block_newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 64px;
  margin-bottom: 0;
  font-size: inherit;
}
@media (max-width: 767px) {
  .surfooter .wrap--container .block_newsletter {
    margin-right: 0;
  }
}
.surfooter .wrap--container .block_newsletter form {
  display: flex;
}
.surfooter .wrap--container .block_newsletter span {
  font-family: "Open Sans", sans-serif;
  font-weight: light;
  color: rgba(254, 254, 254, 0.9);
  margin-right: 16px;
}
.surfooter .wrap--container .block_newsletter input[type="email"] {
  padding: 8px 16px;
  min-width: 200px;
  background: #fefefe;
  color: #292929;
  border-radius: 20px;
  border: none;
  font-size: 13px;
  box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.2);
  transition: all 0.2s;
  margin-right: 16px;
  height: auto;
}
@media (max-width: 767px) {
  .surfooter .wrap--container .block_newsletter input[type="email"] {
    min-width: 210px;
    width: 210px;
  }
}
.surfooter .wrap--container .block_newsletter input[type="email"]:focus {
  outline: none;
  min-width: 300px;
  box-shadow: 0 0 0 5px rgba(254, 254, 254, 0.2);
}
.surfooter .wrap--container .block_newsletter input[type="submit"] {
  padding: 8px 16px;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  height: auto;
  width: 170px;
}
@media (max-width: 767px) {
  .surfooter .wrap--container .block_newsletter input[type="submit"] {
    width: 110px;
  }
}
.surfooter .wrap--container .block-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 64px;
}
.surfooter .wrap--container .block-social span {
  font-family: "Open Sans", sans-serif;
  font-weight: light;
  color: rgba(254, 254, 254, 0.9);
}
.surfooter .wrap--container .block-social ul {
  margin: 0 0 0 16px;
  padding: 0;
}
.surfooter .wrap--container .block-social ul li {
  float: left;
  list-style: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fefefe;
  font-size: 19px;
  margin-left: 12px;
  transition: all 0.2s;
}
.surfooter .wrap--container .block-social ul li:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.surfooter .wrap--container .block-social ul li:active {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.surfooter .wrap--container .block-social ul li a {
  width: 38px;
  height: 38px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #413e7f;
  text-indent: 0;
}
.surfooter .wrap--container .block-social ul li a i.fa-facebook {
  font-size: 21px;
  transform: translateY(-1px);
}
.surfooter .wrap--container .block-social ul li a i.fa-facebook:before {
  content: "\F39E";
}

.featuresfooter {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 110px;
  background: #fefefe;
}
.featuresfooter .wrap--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.featuresfooter .wrap--container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 12px;
}
.featuresfooter .wrap--container > div .feature {
  margin-left: 12px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
  color: #767676;
  margin-top: -3px;
}
.featuresfooter .wrap--container > div .feature .title {
  color: #292929;
  font-size: 32px;
}

.infosfooter {
  background: #f6f6f6;
}
.infosfooter .wrap--container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.infosfooter .wrap--container .links {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 767px) {
  .infosfooter .wrap--container .links {
    width: 100%;
    box-sizing: border-box;
  }
}
.infosfooter .wrap--container .links .wrapper {
  margin: 0;
  padding: 24px 16px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .infosfooter .wrap--container .links .wrapper {
    padding: 24px 16px;
    box-sizing: border-box;
  }
}
.infosfooter .wrap--container .links .wrapper .h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 20px;
  min-width: 150px;
  position: relative;
}
.infosfooter .wrap--container .links .wrapper .h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #bebebe;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.infosfooter .wrap--container .links .wrapper ul {
  margin: 0;
  padding: 0;
}
.infosfooter .wrap--container .links .wrapper ul li {
  list-style: none;
  font-size: 12px;
  line-height: 16px;
}
.infosfooter .wrap--container .links .wrapper ul li a {
  color: #767676;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}
.infosfooter .wrap--container .links .wrapper ul li a i {
  margin-right: 4px;
  color: #403e7f;
}
.infosfooter .wrap--container .links .wrapper ul li a:hover {
  color: #9a99db;
  transform: translateX(3px);
}
.infosfooter .wrap--container .security {
  width: 200px;
  height: auto;
  margin: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.infosfooter .wrap--container .security div {
  display: flex;
  margin-top: 8px;
  width: 200px;
  justify-content: space-evenly;
}
.infosfooter .wrap--container .security div i {
  font-size: 35px;
  color: #292929;
}
.infosfooter .wrap--container .block-contact {
  margin-bottom: 32px;
  font-size: 14px;
  margin-left: 16px;
  padding-left: 0;
  margin-top: 20px;
}
.infosfooter .wrap--container .block-contact .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}

.copryrightsfooter {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #434343;
}
.copryrightsfooter .wrap--container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7f7f7f;
}
.copryrightsfooter .wrap--container a {
  color: #a5a5a5;
  text-decoration: none;
  margin-right: 32px;
}
.copryrightsfooter .wrap--container a:hover {
  color: #e5e5e5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .block_newsletter {
    padding: 0;
  }
  .block_newsletter input[type="email"]:focus {
    min-width: 200px !important;
  }
  .featuresfooter {
    height: 220px;
  }
  .featuresfooter .wrap--container {
    height: 220px;
    flex-wrap: wrap;
  }
  .featuresfooter .wrap--container > div {
    height: 110px;
    width: 50%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0 64px;
  }
  .featuresfooter .wrap--container > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .featuresfooter .wrap--container > div .feature {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .block_newsletter {
    padding: 0;
    border-bottom: none;
    margin-right: 16px;
  }
  .block_newsletter > span {
    display: none !important;
  }
  .block_newsletter input[type="email"]:focus {
    min-width: 200px !important;
  }
  .featuresfooter {
    height: 440px;
  }
  .featuresfooter .wrap--container {
    flex-direction: column;
    height: 440px;
    justify-content: space-around;
    align-items: flex-start;
  }
  .featuresfooter .wrap--container > div {
    height: 110px;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0 16px;
  }
  .featuresfooter .wrap--container > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .featuresfooter .wrap--container > div .feature {
    text-align: right;
  }
  .infosfooter .wrap--container {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .infosfooter .wrap--container .block-contact {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .infosfooter .wrap--container .security {
    margin: 0 auto 64px;
  }
  .infosfooter .links {
    margin-bottom: 32px;
  }
  .infosfooter .links .h3,
  .infosfooter .links ul {
    display: block !important;
  }
  .copryrightsfooter {
    height: auto;
  }
  .copryrightsfooter .wrap--container {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

footer {
  padding: 0 !important;
}

#new-block-reassurance .reassurance {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#new-block-reassurance .reassurance:last-child {
  border-bottom: none !important;
}
#new-block-reassurance .reassurance .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin-left: 14px;
}
#new-block-reassurance .reassurance .infos span {
  font-size: 14px;
}
#new-block-reassurance .reassurance .infos span:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}
#new-block-reassurance .reassurance .infos a {
  font-size: 14px;
  text-decoration: none;
  margin-top: 16px;
}
#new-block-reassurance .reassurance img {
  flex-shrink: 0;
}

.form-rounded input,
.form-rounded select,
.form-rounded textarea {
  padding: 8px 16px;
  min-width: 200px;
  background: #f6f6f6 !important;
  color: #292929;
  border-radius: 20px;
  border: none;
  font-size: 13px;
  box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.2);
  transition: all 0.2s;
  margin-right: 16px;
  height: auto;
  height: calc(2.5rem - 2px);
}
.form-rounded input:focus,
.form-rounded select:focus,
.form-rounded textarea:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fefefe !important;
  border: none !important;
  outline: none !important;
}

.form-rounded textarea {
  line-height: 22px;
  height: auto !important;
}

.form-rounded .group-span-filestyle label {
  line-height: 18px;
  border-radius: 0 20px 20px 0;
  height: calc(2.5rem - 2px);
  background: #9a99db;
}
.form-rounded .group-span-filestyle label:hover {
  background: #adace2 !important;
}

.form-rounded input[type="submit"] {
  margin-right: 0;
  background: #9a99db !important;
  color: #fefefe;
}
.form-rounded input[type="submit"]:hover {
  background: #adace2 !important;
}

#js-active-search-filters {
  background: #f6f6f6 !important;
  border-radius: 20px;
}

.btn-unstyle.select-title {
  padding: 8px 16px;
  min-width: 200px;
  background: #f6f6f6 !important;
  color: #292929;
  border-radius: 20px;
  border: none;
  font-size: 13px;
  box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.2);
  transition: all 0.2s;
  margin-right: 16px;
  height: auto;
  height: calc(2.5rem - 2px);
}
.btn-unstyle.select-title:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fefefe !important;
  border: none !important;
  outline: none !important;
}

.images-container .product-cover {
  border-radius: 5px !important;
  overflow: hidden;
}

.images-container .thumb.js-thumb {
  border-radius: 5px !important;
  overflow: hidden;
  border: 0px solid transparent !important;
}
.images-container .thumb.js-thumb.selected {
  border: 0px solid transparent !important;
}
.images-container .thumb.js-thumb:hover {
  border: 0px solid transparent !important;
}

.product-discounts .h6 {
  text-align: left;
  font-size: 18px;
  display: block;
  text-align: center;
}

.product-discounts table {
  width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  overflow: hidden;
  border: none !important;
}
.product-discounts table tr:nth-child(odd) {
  background: #f1f1f1 !important;
}
.product-discounts table tr th {
  border: none !important;
  background: #cbcbcb !important;
  color: #292929;
}
.product-discounts table tr td {
  color: #292929;
  border: 2px solid #e5e5e5 !important;
}
.product-discounts table tr:last-child td {
  border-bottom: 1px solid transparent !important;
}
.product-discounts table tr:first-child td {
  border-top: 1px solid transparent !important;
}
.product-discounts table tr td:first-child {
  border-left: 1px solid transparent !important;
}

.product-line-info {
  font-size: 16px;
}

h1.product-title {
  text-transform: none;
  font-weight: normal;
  font-size: 32px;
  margin: 2rem 0 3rem 0;
  background: #fefefe;
  position: relative;
}
h1.product-title:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -16px;
  left: 0;
  background: #5c5c5c;
}

.informations-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}
.informations-quantity i {
  font-size: 42px;
}
.informations-quantity i.fa-exclamation-circle {
  color: #ff4c4c;
}
.informations-quantity i.fa-check-circle {
  color: #3fa05b;
}
.informations-quantity i.fa-exclamation-triangle {
  color: #ff9a52;
}
.informations-quantity .infos.quantity {
  font-size: 20px;
}
.informations-quantity .infos strong {
  color: #292929;
}

.price-block .amount {
  color: #292929;
  font-size: 27px;
  font-weight: bold;
}
.price-block .amount span {
  font-size: 16px;
  transform: translateY(-14px);
  display: inline-block;
}

.degressif {
  font-weight: bold;
}

.banner {
  display: block;
}
.banner img {
  width: 100%;
}

.page-content > section > h1 {
  font-size: 48px;
  margin: 16px 0 32px;
}

.product-flag.new {
  background: #fefefe !important;
  color: #9a99db !important;
}

.discount-percentage {
  color: #fefefe !important;
  background: #9a99db !important;
}

.discount-percentage,
.product-flag {
  border-radius: 3px !important;
  font-family: "Open Sans Condensed", sans-serif;
  left: auto !important;
  right: 10px !important;
}

.thumbnail-container {
  width: 313px !important;
  height: 400px !important;
  overflow: hidden;
  overflow: visible;
  box-shadow: none !important;
  background: transparent !important;
}
.thumbnail-container .thumbnail {
  transition: all 0.2s;
  height: 313px !important;
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.thumbnail-container .thumbnail:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.05) !important;
}
.thumbnail-container .thumbnail:hover .thumbnail {
  height: 313px !important;
}
.thumbnail-container .thumbnail:hover .thumbnail img {
  transform: scale(1.05);
}
.thumbnail-container .thumbnail img {
  transform: scale(1.05);
}
.thumbnail-container .product-description {
  bottom: auto;
  top: 313px;
  background: transparent !important;
}
.thumbnail-container .thumbnail img {
  transform-origin: 50% 100%;
  transition: all 0.2s;
  width: 100%;
  margin-left: 0px;
}
.thumbnail-container .highlighted-informations {
  display: none !important;
}
.thumbnail-container .product-description {
  width: 100% !important;
  height: 90px !important;
}
.thumbnail-container .product-description:after {
  display: none;
}
.thumbnail-container .product-title a {
  font-size: 16px;
}
.thumbnail-container .product-price-and-shipping {
  font-size: 26px;
}

.products-section-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 300;
  text-transform: none;
}

.thumbnail-container .thumbnail {
  width: 313px;
  height: 313px;
}

.thumbnail-container .thumbnail img {
  transition: all 0.2s;
  width: 100%;
  margin-left: 0px;
  object-fit: scale-down;
  transform: none;
}

.menu--container > div > a {
  font-size: 12px !important;
}

.homeslider .caption .caption-description {
  background: rgba(69, 69, 76, 0.6) !important;
  color: #fefefe !important;
  padding: 8px 12px;
  border-radius: 5px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  section.page-cms {
    padding: 0 16px !important;
  }
}

section.page-cms img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.qty {
  padding: 0 !important;
  min-width: 100px;
}

.products-sort-order .select-list:hover {
  background: #9a99db;
}

.hidden {
  display: none;
}

#notifications {
  margin-top: 0;
}

.block-categories,
#search_filters {
  padding: 1rem 1.25rem;
  margin-bottom: 1.563rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px !important;
  overflow: hidden;
}

.block-category > h1 {
  margin: 0 0 0.67em;
}

.filter-block {
  border-radius: 5px !important;
  box-shadow: none !important;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
  margin-left: 0;
}

.modal-backdrop {
  z-index: 9998;
}

.modal {
  z-index: 9999;
}

.modal-body {
  padding: 0;
}
.modal-body figure {
  margin: 0;
  border-radius: 5px !important;
  overflow: hidden;
}

#product-modal .modal-content .modal-body .image-caption {
  width: auto;
}

#product-modal .modal-content .modal-body .product-images img {
  border-radius: 5px !important;
  overflow: hidden;
}
#product-modal .modal-content .modal-body .product-images img:hover,
#product-modal .modal-content .modal-body .product-images img.selected {
  border: 5px solid #9a99db;
}

#main > h2 {
  font-size: 32px;
  margin: 24px 0 32px;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.block-categories .category-sub-menu li[data-depth="1"] > a {
  margin-left: 8px;
}

.block-categories .category-sub-menu li[data-depth="2"] > a {
  margin-left: 16px;
}

.navbar-toggler.collapse-icons,
.current-price,
#blockcart-modal .product-name {
  color: #9a99db;
}

.thumbnail-container .product-price-and-shipping {
  font-size: 16px;
}

.current-price {
  font-size: 24px;
}

.product-quantity .add .btn {
  border-radius: 5px !important;
  overflow: hidden;
  background: #9a99db;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  transition: all 0.2s;
}
.product-quantity .add .btn:hover {
  background: #7573ce;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.product-quantity .add .btn:active {
  background: #4f4ec0;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.product-quantity .add .btn:focus {
  outline: none;
}

.price {
  font-size: 150%;
}

#product-modal .modal-content .modal-body {
  margin-left: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: fit-content;
  }
}

a {
  color: #403e7f;
  text-decoration: underline;
}
a:hover {
  color: #6260c7;
}

body#checkout a:hover {
  color: #6260c7;
}

.color-brand-dark {
  color: #403e7f !important;
}

.color-brand {
  color: #9a99db !important;
}

p {
  color: #5a5a5a;
}

.form-control:focus,
.input-group.focus {
  outline: 0.1875rem solid #9a99db !important;
}

.hide {
  display: none !important;
}
.show {
  display: inline-block !important;
}

.restock {
  font-size: 15px;
  margin-left: 13px;
  width: 100%;
  font-style: italic;
  text-align: right;
  padding-right: 135px;
}

.js-qv-product-cover {
  height: auto;
}


@media(max-width: 1060px){
  .top-menu li a{
    padding: 0 7px !important;
  }
}

.payment-options{
  display: flex;
  flex-direction: column;
}
.payment-options > div:nth-child(7){
  order: 2;
}
.payment-options > div:nth-child(4){
  order: 0;
}
.payment-options > div:first-child{
  order: 1;
}