﻿@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box; }

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

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords; } }

body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased; }

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit; }

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

/* 9. Improve line wrapping */
p {
  text-wrap: pretty; }

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance; }

/*
    10. Create a root stacking context
  */
#root, #__next {
  isolation: isolate; }

@font-face {
  font-family: 'GabrielSansCond';
  src: url("/assets/client/fonts/GabrielSansCond-BlackItalic.woff2") format("woff2"), url("/assets/client/fonts/GabrielSansCond-BlackItalic.woff");
  font-style: italic; }

@font-face {
  font-family: 'gilroybold';
  src: url("/assets/client/fonts/gilroy-bold-webfont.woff2") format("woff2"), url("/assets/client/fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroysemibold';
  src: url("/assets/client/fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("/assets/client/fonts/gilroy-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroymedium';
  src: url("/assets/client/fonts/gilroy-medium-webfont.woff2") format("woff2"), url("/assets/client/fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroyregular';
  src: url("/assets/client/fonts/gilroy-regular-webfont.woff2") format("woff2"), url("/assets/client/fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroyheavy';
  src: url("/assets/client/fonts/gilroy-heavy-webfont.woff2") format("woff2"), url("/assets/client/fonts/gilroy-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroyblack';
  src: url("/assets/client/fonts/gilroy-black-webfont.woff2") format("woff2"), url("/assets/client/fonts/gilroy-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.form-ctn h3 {
  margin-bottom: 40px; }

.form-ctn .form-group {
  display: flex;
  position: relative;
  padding-top: 1.5rem; }
  .form-ctn .form-group + .form-group {
    margin-top: 1.5rem; }

.form-ctn .input-label {
  color: #8597a3;
  position: absolute;
  top: 1.5rem;
  transition: .25s ease; }

.form-ctn .input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid #000;
  font-size: 1.125rem;
  padding: .25rem 0; }
  .form-ctn .input-field:focus, .form-ctn .input-field:valid {
    outline: 0;
    border-bottom-color: #000; }
    .form-ctn .input-field:focus + .input-label, .form-ctn .input-field:valid + .input-label {
      color: #000;
      transform: translateY(-1.5rem); }

.form-ctn .btn {
  margin-top: 40px; }

#OrderTransactionComments {
  width: 100%;
  padding: 10px;
  height: 150px; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  transition: opacity 0.3s ease; }
  .modal .modal-dialog {
    position: relative;
    margin: 2rem auto;
    max-width: 600px;
    transform: translateY(-20px);
    transition: transform 0.3s ease; }
  .modal .popup_header {
    margin-left: 0; }
  .modal .modal-header {
    margin-bottom: 25px; }
  .modal .modal-body,
  .modal .success-template {
    display: flex; }
  .modal.in {
    display: block; }
    .modal.in .modal-dialog {
      transform: translateY(0); }
  .modal .popup_header {
    margin-right: 25px;
    font-family: 'gilroybold'; }
  .modal .modal-content {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 25px; }
    .modal .modal-content .description span br {
      display: none; }
  .modal .close {
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    background: none;
    color: #000;
    opacity: 0.7;
    cursor: pointer;
    float: right; }
    .modal .close:hover {
      opacity: 1; }
  .modal .modal-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between; }

* {
  margin: 0;
  padding: 0; }

.nav-icon2,
#nav-icon2 {
  width: 30px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .nav-icon2 span,
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .nav-icon2 span:nth-child(even),
  #nav-icon2 span:nth-child(even) {
    left: 50%; }
  .nav-icon2 span:nth-child(odd),
  #nav-icon2 span:nth-child(odd) {
    left: 0px; }
  .nav-icon2 span:nth-child(1),
  .nav-icon2 span:nth-child(2),
  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 0px; }
  .nav-icon2 span:nth-child(3),
  .nav-icon2 span:nth-child(4),
  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 10px; }
  .nav-icon2 span:nth-child(5),
  .nav-icon2 span:nth-child(6),
  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 20px; }
  .nav-icon2.open span:nth-child(1),
  .nav-icon2.open span:nth-child(6),
  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-icon2.open span:nth-child(2),
  .nav-icon2.open span:nth-child(5),
  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px; }
  .nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px; }
  .nav-icon2.open span:nth-child(3),
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .nav-icon2.open span:nth-child(4),
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .nav-icon2.open span:nth-child(5),
  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 12px; }
  .nav-icon2.open span:nth-child(6),
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 12px; }

body.menu-open {
  overflow: hidden; }

#nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
  display: flex;
  background-color: #FF0000;
  align-items: center;
  justify-content: space-between;
  display: none;
  z-index: 10; }
  @media (max-width: 1439px) {
    #nav-mobile {
      display: flex; } }
  #nav-mobile .cart {
    height: 30px;
    margin: 0 30px;
    position: relative; }
  #nav-mobile .navbar-brand {
    position: relative;
    z-index: 10;
    width: 50%;
    margin-right: 20px; }
  #nav-mobile .menu-mobile-right {
    display: flex;
    align-items: center;
    z-index: 10; }
  #nav-mobile #mobile-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #f00;
    opacity: 0;
    z-index: 5;
    transition: opacity .4s, top .4s; }
    #nav-mobile #mobile-search.show {
      top: 100%;
      opacity: 1; }

#mobile-menu {
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  background-color: #FF0000;
  z-index: 10;
  height: 100vh;
  overflow: auto;
  display: none;
  padding: 60px 20px 150px; }
  #mobile-menu .mobile-menu-content {
    max-width: 700px;
    margin: auto; }
  #mobile-menu a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    width: 80%; }
  #mobile-menu .product-all,
  #mobile-menu .cat-name {
    margin-bottom: 37px; }
  #mobile-menu .has-submenu {
    display: flex;
    justify-content: space-between; }
  #mobile-menu .category__back,
  #mobile-menu .category__open {
    margin-left: 25px;
    width: 31px;
    height: 19px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9Ii0zLjIyNjMyZS0wOCIgeTE9IjkuODU4ODkiIHgyPSIzMSIgeTI9IjkuODU4ODgiIHN0cm9rZT0iI0YxRjFGMSIvPgo8cGF0aCBkPSJNMjEuMjQwMSAxOS41TDMxIDEwTDIxLjI0MDEgMC41IiBzdHJva2U9IiNGMUYxRjEiLz4KPC9zdmc+Cg==");
    display: inline-block; }
  #mobile-menu .category__back {
    transform: rotate(-180deg);
    position: absolute;
    left: 0;
    top: 40px; }
  .menu-open #mobile-menu {
    display: block; }
  #mobile-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100vw;
    background-color: #FF0000;
    transition: left .5s;
    display: none !important;
    width: 100%;
    max-width: 700px; }
    #mobile-menu .dropdown-menu > ul {
      padding-top: 40px;
      margin-left: 80px; }
      #mobile-menu .dropdown-menu > ul > li {
        margin-bottom: 45px; }
        #mobile-menu .dropdown-menu > ul > li a {
          font-family: 'gilroybold';
          font-size: 17px; }
          #mobile-menu .dropdown-menu > ul > li a + .dropdown-menu ul li a {
            font-size: 14px;
            font-family: 'gilroybold';
            margin-bottom: 0; }
            #mobile-menu .dropdown-menu > ul > li a + .dropdown-menu ul li a + .dropdown-menu {
              margin-top: 0; }
    #mobile-menu .dropdown-menu.menu-active {
      left: 50%;
      transform: translateX(-50%);
      display: block !important; }
  #mobile-menu .mobile-menu-bottom-nav {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #fff; }
    #mobile-menu .mobile-menu-bottom-nav a {
      font-size: 20px;
      display: block;
      margin-bottom: 20px; }
    #mobile-menu .mobile-menu-bottom-nav .fb-mobile {
      font-size: 14px;
      margin-top: 40px;
      margin-bottom: 40px; }

header .nav-top-bar {
  background-color: #201F23;
  color: #E4E4E4;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 30px; }
  @media (max-width: 1439px) {
    header .nav-top-bar {
      display: none; } }
  header .nav-top-bar .top-menu-right {
    display: flex;
    align-items: center; }
    header .nav-top-bar .top-menu-right li a {
      color: #E4E4E4;
      text-decoration: none;
      font-family: gilroysemibold, sans-serif; }
      header .nav-top-bar .top-menu-right li a:hover {
        color: #DCDCDC; }

header .nav-bottom-bar {
  background-color: #FF0000;
  display: flex;
  color: #E4E4E4;
  min-height: 89px;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between; }
  @media (max-width: 1439px) {
    header .nav-bottom-bar {
      display: none; } }
  header .nav-bottom-bar a {
    color: #fff; }
  header .nav-bottom-bar ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none; }
    header .nav-bottom-bar ul .cat-name {
      font-size: 14px;
      font-style: normal;
      font-weight: 700; }
  header .nav-bottom-bar .product-all {
    display: none; }
  header .nav-bottom-bar .cart {
    background: #005BC5;
    padding: 28px;
    margin-right: -30px;
    transition: background .3s; }
    header .nav-bottom-bar .cart .items {
      transition: transform .3s; }
    header .nav-bottom-bar .cart:hover {
      background-color: #004390; }
      header .nav-bottom-bar .cart:hover .items {
        transform: scale(1.15); }

header .search {
  position: relative;
  max-width: 400px;
  margin: auto;
  width: 100%; }
  header .search input {
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-right: 50px;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 24px; }
    header .search input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
      /* remplace "white" par ta couleur */
      -webkit-text-fill-color: #fff !important;
      /* couleur du texte */
      transition: background-color 5000s ease-in-out 0s;
      /* évite les flashs jaunes */ }
    header .search input::placeholder {
      color: #fff; }
  header .search .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    padding: 5px; }

header .top-menu-right {
  justify-content: flex-end; }
  header .top-menu-right li {
    list-style: none; }
    header .top-menu-right li a {
      margin-left: 30px; }
  header .top-menu-right .account-menu {
    padding-left: 0;
    margin-left: 30px; }
    header .top-menu-right .account-menu a {
      margin-left: 0; }
    header .top-menu-right .account-menu .dropdown {
      display: none; }

@media (min-width: 1440px) {
  header .cart .cart-icon-wrapper {
    position: relative; } }

header .cart .items {
  display: block;
  width: 22px;
  height: 22px;
  color: #000;
  background-color: #FFD33A;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  top: -8px;
  right: -14px;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px; }

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap; }

.navbar {
  position: relative; }
  .navbar .navbar-nav > li {
    list-style: none; }
    .navbar .navbar-nav > li .category__open {
      display: none; }
    .navbar .navbar-nav > li .dropdown-toggle {
      padding: 35px 25px;
      text-decoration: none;
      transition: background-color .3s;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: inline-block; }
      .navbar .navbar-nav > li .dropdown-toggle .fa-angle-down {
        display: none; }
      .navbar .navbar-nav > li .dropdown-toggle:hover {
        background-color: #fff;
        color: #000; }
    .navbar .navbar-nav > li.menu-active .dropdown-toggle {
      background-color: #fff;
      color: #000; }

@media (max-width: 1439px) {
  .close-main-menu {
    display: none; } }

.nav-bottom-bar .has-submenu.menu-active .dropdown-menu {
  display: flex !important; }

.nav-bottom-bar .has-submenu.menu-active > .dropdown-menu > .category__back {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block; }
  .nav-bottom-bar .has-submenu.menu-active > .dropdown-menu > .category__back .close-main-menu {
    display: block; }

.nav-bottom-bar .category__back {
  display: none; }

.nav-bottom-bar .has-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  background-color: #DB0000;
  padding: 50px;
  z-index: 20; }
  .nav-bottom-bar .has-submenu > .dropdown-menu > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0;
    justify-content: flex-start; }
    .nav-bottom-bar .has-submenu > .dropdown-menu > ul a {
      text-decoration: none; }
    .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li {
      width: 20%;
      margin-top: 0;
      margin-bottom: 40px; }
      .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li > a {
        font-family: 'gilroybold';
        font-size: 17px;
        display: block;
        margin-bottom: 20px; }
      .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li > .dropdown-menu {
        margin-top: 20px !important; }
      .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li .dropdown-menu {
        margin-top: 0; }
        .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li .dropdown-menu > ul {
          flex-wrap: wrap;
          margin-left: 20px; }
          .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li .dropdown-menu > ul > li {
            width: 100%; }
            .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li .dropdown-menu > ul > li a {
              font-family: 'gilroybold';
              font-size: 14px;
              margin-bottom: 13px; }
            .nav-bottom-bar .has-submenu > .dropdown-menu > ul > li .dropdown-menu > ul > li .dropdown-menu ul {
              margin-top: 0; }

body, html {
  padding: 0;
  margin: 0;
  color: #FF0000;
  font-family: gilroymedium, sans-serif; }
  body a, html a {
    color: #FF0000; }

@media (max-width: 991px) {
  #container > .inner,
  #container > .content {
    margin-top: 80px !important; } }

.btn {
  font-family: gilroysemibold, sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: normal;
  padding: 14px 25px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color .3s; }
  .btn:not(:disabled):hover {
    cursor: pointer; }
  .btn--lvl2 {
    padding: 12px 20px; }
  .btn svg {
    display: inline-block;
    margin-left: 10px; }
  .btn--red {
    color: #fff;
    background: #FF0000;
    bordeR: none; }
    .btn--red:not(:disabled):hover {
      background: #DB0000; }
  .btn--yellow {
    color: #000;
    background: #FFD33A;
    border: none; }
    .btn--yellow:not(:disabled):hover {
      background: #ECC12A; }
  .btn--blue {
    color: #fff;
    background: #005BC5;
    border: none; }
    .btn--blue:not(:disabled):hover {
      background: #004390; }
  .btn--black {
    color: #fff;
    background: #201F23;
    bordeR: none; }
    .btn--black:not(:disabled):hover {
      background: #000; }
  .btn--outline {
    color: #FF0000;
    background: none;
    border: 1px solid #FF0000; }
    .btn--outline:not(:disabled):hover {
      background-color: rgba(255, 0, 0, 0.3); }
  .btn--outline-black {
    color: #201F23;
    background: none;
    border: 1px solid #201F23; }
    .btn--outline-black:not(:disabled):hover {
      background-color: rgba(0, 0, 0, 0.2); }
  .btn--lvl-2 {
    font-weight: 400;
    font-size: 16px; }

.btn_search {
  background: none;
  border: none; }

.grid-pattern {
  border-top: 1px solid #201F23;
  background-color: #fefefe;
  background-image: linear-gradient(#201F23 0, transparent 0), linear-gradient(90deg, #201F23 0, transparent 0px), linear-gradient(#201F23 1px, transparent 1px), linear-gradient(90deg, #201F23 1px, #fff 1px);
  background-size: 120px 120px, 120px 120px, 67px 67px, 67px 67px;
  background-position: -4.8px -4.8px, -4.8px -4.8px, -2.4px -2.4px, -2.4px -2.4px;
  width: 100%; }
  .grid-pattern.two-line {
    height: 134px; }
  .grid-pattern.four-line {
    height: 268px; }
  .grid-pattern.five-line {
    height: 335px; }

.inner {
  color: #FF0000;
  max-width: 1600px;
  padding: 100px 30px;
  margin: auto;
  font-family: gilroymedium, sans-serif; }
  .inner.small {
    max-width: 950px; }

.h1,
h1 {
  font-size: 55px;
  font-family: GabrielSansCond, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 90px */ }
  @media (min-width: 992px) {
    .h1,
    h1 {
      font-size: 72px; } }
  .h1.page-title,
  h1.page-title {
    width: 100%;
    margin-bottom: 120px;
    text-align: center; }

h2 {
  font-family: gilroyheavy, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal; }
  @media (max-width: 767px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-family: gilroyheavy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (min-width: 992px) {
    h3 {
      font-size: 29px; } }

h4 {
  font-family: gilroybold, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

h5 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase; }

.alt-font {
  font-family: "GabrielSansCond", sans-serif;
  font-style: italic;
  text-transform: uppercase; }

.p1 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 31.25px */ }

.p2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 23.8px */ }

.p3 {
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.btn_search {
  background: none; }

.layout-has-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between; }
  @media (min-width: 1100px) {
    .layout-has-filter {
      gap: 50px; } }
  .layout-has-filter .filter-menu {
    width: 100%;
    background: none;
    margin-right: 0;
    padding: 0;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .layout-has-filter .filter-menu {
        margin-bottom: 0;
        max-width: 250px;
        width: 25%; } }
  .layout-has-filter h1 {
    text-transform: uppercase;
    color: #000; }

.cd-top {
  position: fixed;
  right: 20px;
  bottom: 20px; }

.breadcrumb {
  padding-top: 60px;
  margin-left: 20px; }
  .breadcrumb li {
    list-style: none;
    color: #005BC5; }
    .breadcrumb li .separator {
      margin: 0 4px; }
    .breadcrumb li a {
      color: #005BC5;
      text-decoration: none; }
      .breadcrumb li a strong {
        font-weight: 400; }

.opening-hours h4 {
  margin-bottom: 35px; }

.opening-hours p {
  line-height: 1.5; }
  .opening-hours p strong {
    font-weight: 400;
    min-width: 200px;
    display: inline-block; }

.quantity .ui-spinner,
.item_quantity .ui-spinner {
  border-radius: 0;
  border: none;
  margin-right: 30px;
  height: 44px !important; }
  .quantity .ui-spinner .ui-spinner-input,
  .item_quantity .ui-spinner .ui-spinner-input {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 26px;
    border: 1px solid #201F23;
    width: 50px;
    text-align: center; }
  .quantity .ui-spinner .ui-spinner-button,
  .item_quantity .ui-spinner .ui-spinner-button {
    background: #201F23;
    color: #fff;
    height: 22px;
    width: 22px;
    border-radius: 0;
    margin-bottom: -1px; }
    .quantity .ui-spinner .ui-spinner-button .ui-button-text,
    .item_quantity .ui-spinner .ui-spinner-button .ui-button-text {
      padding: 0; }
    .quantity .ui-spinner .ui-spinner-button .ui-icon-plus,
    .item_quantity .ui-spinner .ui-spinner-button .ui-icon-plus {
      width: 20px;
      height: 20px;
      top: -1px;
      left: 1px;
      background-position: 50%;
      background-image: url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Rectangle 57" d="M12.157 7.57824L6.50012 1.92139L0.843262 7.57824" stroke="white" stroke-width="2"/></svg>') !important; }
    .quantity .ui-spinner .ui-spinner-button .ui-icon-minus,
    .item_quantity .ui-spinner .ui-spinner-button .ui-icon-minus {
      width: 20px;
      height: 20px;
      background-position: 50%;
      transform: rotate(180deg);
      top: 1px;
      left: 1px;
      background-image: url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Rectangle 57" d="M12.157 7.57824L6.50012 1.92139L0.843262 7.57824" stroke="white" stroke-width="2"/></svg>') !important; }
    .quantity .ui-spinner .ui-spinner-button .ui-icon,
    .item_quantity .ui-spinner .ui-spinner-button .ui-icon {
      position: relative;
      margin-top: 0; }

.search .form-group {
  padding-top: 0;
  margin-top: 0; }

form .control-label,
form .input-label {
  top: 25px;
  transform: none !important;
  color: #000;
  position: absolute;
  transition: top .4s; }

form .form-group {
  flex-wrap: wrap;
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative; }

form .is-active .control-label,
form .is-active .input-label,
form .has-value .control-label,
form .has-value .input-label {
  top: 2px;
  transform: none; }

form label.error {
  position: absolute;
  bottom: -22px;
  width: 100%;
  left: -3px;
  padding: 0;
  font-size: 14px; }

.modal .close {
  position: relative;
  top: -5px; }

.modal .modal-dialog {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center; }

.newsletter-page {
  text-align: center; }
  .newsletter-page h1 {
    margin-bottom: 25px; }
  .newsletter-page .form-inline {
    display: flex;
    justify-content: center;
    margin-top: 25px; }
  .newsletter-page .btn {
    margin-left: 25px; }
  .newsletter-page #NewsletterEmail {
    width: 100%;
    color: #201F23;
    border: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #000;
    font-size: 1.125rem;
    padding: 0.25rem 0; }

footer .bot,
footer .top {
  display: flex;
  flex-wrap: wrap;
  background-color: #201F23;
  color: #E4E4E4; }

footer .top {
  padding: 40px 30px;
  justify-content: space-between; }
  @media (max-width: 575px) {
    footer .top {
      gap: 20px;
      justify-content: center !important; } }

@media (max-width: 991px) and (min-width: 576px) {
  footer .address-detail,
  footer .opening-hours {
    width: 50%; } }

footer .address-detail a {
  text-decoration: none;
  font-family: gilroybold;
  font-size: 17px;
  font-style: normal;
  line-height: normal; }
  @media (max-width: 575px) {
    footer .address-detail a {
      text-align: center;
      margin: 0 auto 30px; } }
  footer .address-detail a:hover {
    color: #FF0000; }

@media (max-width: 575px) {
  footer .address-detail {
    text-align: center;
    margin: 0 auto 30px; } }

@media (max-width: 575px) {
  footer .opening-hours h4 {
    text-align: center; } }

@media (max-width: 575px) {
  footer .opening-hours {
    margin: 0 auto 30px; } }

footer .bot {
  padding: 30px 30px 15px;
  align-items: center;
  justify-content: space-between; }
  footer .bot .logo-volcan {
    width: 84px;
    height: 8px; }
    @media (max-width: 767px) {
      footer .bot .logo-volcan {
        margin: 25px auto 0; } }
  @media (max-width: 991px) {
    footer .bot a {
      width: 100%;
      margin-top: 20px; } }

footer a {
  color: #E4E4E4; }

footer p {
  font-size: 17px !important; }

footer .phone-number {
  display: block;
  margin-top: 15px; }

footer h4 {
  margin-bottom: 35px; }

footer .contact-detail .virtual-tour {
  margin-top: 30px;
  display: flex;
  text-decoration: none; }
  @media (max-width: 575px) {
    footer .contact-detail .virtual-tour {
      width: 100%;
      justify-content: center; } }
  footer .contact-detail .virtual-tour img {
    margin-left: 10px; }

@media (max-width: 575px) {
  footer .contact-detail {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; } }

@media (max-width: 767px) {
  footer .fb-detail {
    margin-top: 25px; } }

footer .copyright {
  display: flex;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.36px; }
  footer .copyright .spacer {
    margin: 0 30px; }
  footer .copyright .footer-link {
    text-decoration: underline;
    margin-right: 40px;
    text-underline-offset: 8px; }
  @media (max-width: 767px) {
    footer .copyright {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
      text-align: center; }
      footer .copyright .spacer {
        display: none; }
      footer .copyright .footer-links-wrapper {
        width: 100%; }
        footer .copyright .footer-links-wrapper a {
          display: block;
          margin-top: 10px; } }

.newsletter {
  position: relative;
  text-align: center;
  padding: 100px 0;
  color: #201F23;
  background-color: #FFD33A; }
  .newsletter h2 {
    margin-bottom: 50px; }
  .newsletter .intro {
    margin: auto;
    max-width: 640px; }
  .newsletter .newsletter-content {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .newsletter .newsletter-content {
        width: 55%; } }
  .newsletter .arrow {
    position: absolute;
    transform: translateY(-50%);
    max-width: 400px; }
    .newsletter .arrow--left {
      left: 0;
      top: 50%;
      width: 20%; }
    .newsletter .arrow--right {
      right: 0;
      top: 50%;
      width: 20%; }
  .newsletter form {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-content: flex-end;
    align-items: flex-end; }
    @media (max-width: 575px) {
      .newsletter form {
        justify-content: space-between; } }
    .newsletter form label {
      font-family: gilroymedium, sans-serif;
      font-size: 17px;
      font-weight: 500; }
    .newsletter form input {
      width: 100%;
      color: #201F23; }
      @media (min-width: 576px) {
        .newsletter form input {
          max-width: 280px; } }
      .newsletter form input::placeholder {
        color: #000000; }
    .newsletter form .form-group {
      align-items: flex-end; }
      @media (max-width: 575px) {
        .newsletter form .form-group {
          width: 100%; } }
    .newsletter form .btn {
      margin-top: 0;
      margin-left: 30px; }

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #e1d1d1 !important; }
