@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@charset "UTF-8";
@keyframes opacityAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

html, body {
  margin: 0;
  padding: 0; }

html,
body {
  font-size: 10px;
  font-family: 'Roboto';
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden; }

:root {
  font-size: 10px; }

:target::before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
  background: #fff; }

:active, :focus {
  outline: none;
  -moz-outline-style: none; }

.topSeperate {
  height: 150px; }
  @media all and (min-width: 1200px) {
    .topSeperate {
      height: 170px; } }
  .topSeperate-home {
    height: 122px; }
    @media all and (min-width: 1200px) {
      .topSeperate-home {
        height: 115px; } }

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

a {
  color: #000;
  text-decoration: none; }

/*

    LazyLoad

*/
.lazy {
  transition: 0.2s all ease-in-out;
  opacity: 0; }
  .lazy.loaded {
    opacity: 1; }

.img-responsive {
  max-width: 100%;
  height: auto; }

::selection {
  background: #fcbb00;
  color: #000; }

::-moz-selection {
  background: #fcbb00;
  color: #000; }

video {
  width: 100%;
  height: auto; }

.cart-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/1fca2cf6a1ff1af3140ac48bd51343f9.png);
  background-repeat: no-repeat;
  background-size: 30px; }

.cart-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  background-color: #eaeaea;
  margin: 15px 0; }
  .cart-item > div {
    flex: 1;
    display: flex;
    align-items: center; }

.cart-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative; }
  .cart-info span {
    padding: 2px ​5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000;
    background-color: #fcbb00;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%; }
    .cart-info span:nth-child(2), .cart-info span:nth-child(3) {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .cart-info span:nth-child(2), .cart-info span:nth-child(3) {
          display: block; } }

.cart-total-container {
  border-radius: 2px;
  border: 1px solid #eaeaea;
  padding: 30px;
  margin: 0 15px 0 0;
  flex: 1; }

.cart-summary {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px; }
  .cart-summary span {
    padding: 5px; }
  .cart-summary .button {
    width: 100%;
    text-align: center; }
  .cart-summary .items-subtotal span {
    border-radius: 2px;
    background: #eaeaea;
    color: #000;
    font-weight: 700; }

.cart-overview {
  margin: 0 auto; }
  .cart-overview .product-quantity {
    width: 50px;
    text-align: center; }
  .cart-overview ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .cart-overview .cart-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background-color: #eaeaea;
    padding: 30px;
    margin: 15px 0; }
    .cart-overview .cart-item > * {
      padding: 10px;
      margin: 5px;
      font-size: 15px; }
    @media only screen and (min-width: 1024px) {
      .cart-overview .cart-item {
        flex-direction: row;
        flex-wrap: nowrap; } }
    .cart-overview .cart-item span {
      font-size: 15px; }
    .cart-overview .cart-item .product-name {
      display: block;
      font-weight: 700; }
    .cart-overview .cart-item .product-price {
      font-weight: 700; }
    .cart-overview .cart-item .remove-from-cart {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fcbb00;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-weight: 700;
      text-align: center; }

.card-header {
  position: relative;
  margin-bottom: -5px;
  display: flex;
  align-items: center;
  justify-content: center; }

.card-container {
  position: absolute;
  top: 0;
  left: calc( 50% - 15px);
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .card-container > div {
    flex: 1; }
  @media only screen and (min-width: 1024px) {
    .card-container {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between; }
      .card-container > div:last-child {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .card-container > div:last-child .button {
          margin: 10px; } }
  .card-container h1 {
    position: relative;
    background: #211f1e;
    color: #fcc11d;
    font-weight: 700;
    line-height: 50px;
    margin-left: -30px;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px; }
    @media only screen and (min-width: 1360px) {
      .card-container h1 {
        max-width: 550px;
        padding-right: 0; }
        .card-container h1:after {
          width: 0;
          top: 0px;
          height: 50px;
          border-top: 50px solid #211f1e;
          border-right: 32px solid transparent;
          content: "";
          display: block;
          position: absolute;
          left: 550px; } }
  .card-container h2 {
    font-weight: 400;
    color: #f3f3f3;
    padding-left: 10px;
    font-size: 35px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); }

.card-image {
  width: 100%;
  height: auto; }

.card-column {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  margin-bottom: -3px; }
  .card-column-reverse {
    flex-direction: column-reverse !important; }
  .card-column > div {
    margin: 0 !important; }
  @media only screen and (min-width: 1024px) {
    .card-column {
      flex-direction: row !important;
      align-items: center;
      justify-content: center; }
      .card-column > div {
        flex: none !important;
        width: 50%;
        margin: 0 !important; } }

.card-content {
  margin: 0;
  padding: 60px; }
  @media only screen and (min-width: 1024px) {
    .card-content {
      padding: 15px 60px; } }
  .card-content p {
    width: 100%; }
  .card-content h3 {
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px; }
    .card-content h3:after {
      content: '';
      display: block;
      width: 200px;
      height: 2px;
      background-color: #fcbb00;
      position: absolute;
      margin-top: 15px; }
  .card-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .card-content li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%; }
  .card-content li:before {
    content: "\2022   ";
    color: #fcc11d;
    font-size: 30px;
    position: absolute;
    left: -20px;
    top: 1px; }

.category-miniature img {
  max-width: 100%; }

.category-cover img {
  max-width: 360px; }

.category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .category-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc( 50% - 30px);
    margin: 15px;
    padding: 30px 45px;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    transition: 0.2s all ease-in-out; }
    .category-list-item:hover {
      background: #fcbb00;
      border-color: #fcbb00;
      color: #fff; }
      .category-list-item:hover svg path,
      .category-list-item:hover svg rect {
        fill: #fff; }
    .category-list-item-icon {
      width: 35px;
      height: 35px;
      margin: 15px; }
      .category-list-item-icon svg {
        width: auto;
        height: 100%; }
        .category-list-item-icon svg path,
        .category-list-item-icon svg rect {
          transition: 0.2s all ease-in-out; }
    .category-list-item-title {
      font-size: 1.8rem;
      font-weight: 700; }

@media only screen and (min-width: 1024px) {
  .category-list-item {
    flex-direction: row;
    justify-content: flex-start;
    width: calc( 30% - 30px);
    margin: 15px; } }

.column {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .column-reverse {
    flex-direction: column-reverse; }
  .column-right {
    padding: 0 15px; }

@media only screen and (min-width: 768px) {
  .column {
    flex-direction: row; }
    .column-widget {
      flex-direction: column-reverse; }
    .column > div:not(.column-none) {
      flex: 1;
      margin: 0 15px 0 0; }
    .column-one {
      flex: 1; } }

@media only screen and (min-width: 1360px) {
  .column-widget {
    flex-direction: row; } }

.container {
  width: calc( 100% - 30px);
  margin: 0 15px;
  padding: 15px 0;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 760px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .container {
      width: 960px; } }
  @media only screen and (min-width: 1360px) {
    .container {
      width: 1300px; } }
  @media only screen and (min-width: 1600px) {
    .container {
      width: 1400px; } }
  .container-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .container-row-reverse {
      flex-direction: column-reverse; }
    @media only screen and (min-width: 1024px) {
      .container-row {
        flex-direction: row; } }
  .container-fluid {
    width: calc( 100% - 30px);
    margin: 0 15px; }
  .container-narrow {
    max-width: 760px; }

.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 10px 64px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s all ease-in-out;
  z-index: 4;
  background: #fff; }
  .header-sub {
    background: #1b1b1b;
    padding: 0 15px; }
    .header-sub .header-menu {
      color: #fff; }
  .header-info {
    font-size: 14px;
    font-weight: 700;
    color: #e6e6e6;
    display: none; }
    .header-info p {
      font-size: 11px;
      font-weight: 700;
      color: #e6e6e6;
      margin: 0; }
    @media only screen and (min-width: 1360px) {
      .header-info {
        display: block; } }
    .header-info a {
      font-weight: 400;
      color: #e6e6e6;
      margin: 0 5px 0 0; }
  .header-main .header-menu {
    position: relative;
    margin: 15px;
    z-index: 1; }
    @media only screen and (min-width: 1024px) {
      .header-main .header-menu {
        flex: 1; } }
    .header-main .header-menu .nav {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: none; }
      @media only screen and (min-width: 1024px) {
        .header-main .header-menu .nav {
          display: block; } }
    .header-main .header-menu .nav > ul.nav-menu {
      display: flex;
      position: relative;
      bottom: 20px; }
      .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item:hover {
        background-color: #fcbb00; }
      .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu {
        display: none !important;
        position: fixed; }
        .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu .nav-menu-link {
          font-size: 1.1rem; }
          .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu .nav-menu-link:hover {
            display: block;
            text-decoration: underline; }
        .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu .nav-menu-item {
          display: block; }
        .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu {
          margin: 0;
          padding: 0; }
          .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > li > a {
            background: #1b1b1b;
            color: #fff;
            font-weight: normal;
            padding: 5px 15px; }
            @media only screen and (min-width: 1600px) {
              .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > li > a {
                padding: 10px; } }
            .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > .nav-menu-item > .nav-menu-link-dropdown + ul.nav-menu > li > a:after {
              content: ''; }
      .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item:hover > .nav-menu-link-dropdown + ul.nav-menu {
        display: flex !important;
        background: #1b1b1b;
        position: fixed;
        left: 0;
        margin: 0;
        padding: 20px 30px;
        min-width: 70%; }
        @media only screen and (min-width: 1600px) {
          .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item:hover > .nav-menu-link-dropdown + ul.nav-menu {
            left: 50%;
            transform: translateX(-50%); } }
        .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item:hover > .nav-menu-link-dropdown + ul.nav-menu > li > a {
          background: #1b1b1b;
          color: #fff;
          padding: 5px; }
          @media only screen and (min-width: 1600px) {
            .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item:hover > .nav-menu-link-dropdown + ul.nav-menu > li > a {
              padding: 10px; } }
          .header-main .header-menu .nav > ul.nav-menu > .nav-menu-item:hover > .nav-menu-link-dropdown + ul.nav-menu > li > a:after {
            content: ''; }
    .header-main .header-menu .nav-icon {
      display: block; }
      @media only screen and (min-width: 1024px) {
        .header-main .header-menu .nav-icon {
          display: none; } }
  .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px; }
    @media all and (min-width: 1024px) and (max-width: 1600px) {
      .header-container {
        width: auto; } }
  .header-newsletter {
    text-align: center;
    background: #fcbb00;
    padding: 7px 0;
    font-size: 9px;
    letter-spacing: 1px; }
  .header-submenu {
    background: #000; }
    .header-submenu .nav-menu .nav-menu {
      display: none; }
    .header-submenu .nav-menu-link {
      color: #fcbb00; }
      .header-submenu .nav-menu-link:hover {
        color: #000; }
    .header-submenu .nav-menu-item-dropdown > .nav-menu {
      flex-direction: column;
      position: absolute;
      left: 0;
      margin: 0;
      padding: 0;
      background: #fcbb00; }
      .header-submenu .nav-menu-item-dropdown > .nav-menu .nav-menu-link {
        color: #000;
        width: 100%; }
        .header-submenu .nav-menu-item-dropdown > .nav-menu .nav-menu-link:hover {
          color: #000;
          background: #fff; }
    .header-submenu .nav-menu-item-dropdown:hover > .nav-menu {
      display: flex; }
    .header-submenu .container > div {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .header-submenu .container > div > .header-info > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0 10px; }
      .header-submenu .container > div > .header-info svg {
        width: auto;
        height: 18px;
        margin-right: 10px; }
  .header-logo a {
    display: block; }
    .header-logo a img {
      max-width: 80px;
      height: auto;
      margin: 0 5px; }
  .header-search form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative; }
  .header-search .search {
    width: 290px; }
    @media only screen and (min-width: 768px) {
      .header-search .search {
        width: 300px; } }
    .header-search .search .form-input {
      border-radius: 18px;
      height: 36px; }
  .header-search-top {
    display: none; }
    @media only screen and (min-width: 1600px) {
      .header-search-top {
        display: block;
        position: relative;
        top: 0;
        right: 0; } }
  .header-search-sub {
    display: none;
    margin: 0 0 0 5px; }
    @media only screen and (min-width: 1360px) {
      .header-search-sub {
        display: block;
        position: relative;
        top: 0;
        right: 0; }
        .header-search-sub .search {
          width: 210px; } }
    @media only screen and (min-width: 1600px) {
      .header-search-sub {
        display: none; } }
  .header-search .search-icon {
    height: 36px;
    width: 75px;
    border-radius: 18px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 0;
    position: absolute;
    right: 0;
    background-color: #fcbb00;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAAmJLR0QA/4ePzL8AAAC8SURBVBgZdcExK4RhAADg59NFBjeY1OUXkO3KJPIHGG6zYVFisCsxKGYr2w2MBuljsbpT/gGLRYZj4Pq+V72O3lP3PKIR2+596bjRkElMaCtd23PoQdBU0TPkzpsFPzIbCkd6lgUNqWNdNdGpZ5nUpGBdlMv9925fdO5RvzGFHdGm0rTUqqAuqnrRMu7XlFe5P/M+PNkya86BjmBXYsatIAg+nWgqrelTs6iuiooLhRUDDLvUtWSAUVfOvgGzoDT1KyCQagAAAABJRU5ErkJggg==); }

.header-submenu .nav-menu-item-dropdown > .nav-menu > .nav-menu-item-dropdown > .nav-menu {
  left: 100%;
  top: 0;
  width: 480px; }

.header-submenu .nav-menu-item-dropdown > .nav-menu > .nav-menu-item-dropdown > .nav-menu {
  left: 100%;
  top: 0;
  width: 480px;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #000; }
  .header-submenu .nav-menu-item-dropdown > .nav-menu > .nav-menu-item-dropdown > .nav-menu .nav-menu-item {
    width: 50%; }
  .header-submenu .nav-menu-item-dropdown > .nav-menu > .nav-menu-item-dropdown > .nav-menu .nav-menu-link {
    background-color: #000;
    color: #fcbb00;
    width: 100%; }
    .header-submenu .nav-menu-item-dropdown > .nav-menu > .nav-menu-item-dropdown > .nav-menu .nav-menu-link:hover {
      background-color: #fff;
      color: #000; }

.nav-menu-link-dropdown {
  cursor: pointer; }

#index .homeslider-container {
  float: none; }
  #index .homeslider-container .caption {
    width: 100%;
    height: 95%;
    background: none;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #000; }
    #index .homeslider-container .caption .product-item-header {
      max-width: none; }
      #index .homeslider-container .caption .product-item-header:after {
        left: 50%;
        transform: translateX(-50%); }
  #index .homeslider-container .card-container {
    z-index: 1; }
  #index .homeslider-container .slide > p {
    display: none; }
  #index .homeslider-container .slide a {
    display: block;
    position: relative;
    height: calc( 10vw * 2.96875); }
  #index .homeslider-container .slide img {
    transition: 0.01s all ease-in-out;
    position: absolute;
    top: -100%;
    left: 0; }
  #index .homeslider-container .slide.homeslider1_on img {
    transition: 0.5s all ease-in-out;
    top: 0; }

.nav-menu {
  margin: 0;
  padding: 0 15px; }
  .nav-menu-item {
    display: inline-block;
    list-style-type: none; }
  .nav-menu-link {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.2rem;
    padding: 10px 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.2s all ease-in-out; }
    .nav-menu-link-dropdown {
      position: relative;
      padding: 10px 18px 10px 7px; }
      .nav-menu-link-dropdown:after {
        content: '\25BC';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 7px;
        transform: translate(0, -50%);
        font-size: 6px; }

.nav-submenu {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .nav-submenu {
      display: flex; } }
  .nav-submenu-item:last-child .nav-submenu-link {
    background-color: #fcbb00;
    color: #000; }
    .nav-submenu-item:last-child .nav-submenu-link:hover {
      background-color: #fff;
      color: #000; }
  .nav-submenu-link {
    display: inline-block;
    padding: 10px 15px;
    text-transform: none;
    color: #fff;
    border-radius: 2px; }
    .nav-submenu-link:hover {
      color: #000; }

.nav-mobile {
  display: flex;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background: #000;
  opacity: 1;
  padding: 20px 0 0;
  z-index: 5; }
  .nav-mobile .nav-menu,
  .nav-mobile .nav-submenu {
    display: block; }
    .nav-mobile .nav-menu-item,
    .nav-mobile .nav-submenu-item {
      display: flex;
      flex-direction: column; }
    .nav-mobile .nav-menu-link,
    .nav-mobile .nav-submenu-link {
      color: #fff;
      margin: 0;
      padding: 10px; }
      .nav-mobile .nav-menu-link:hover,
      .nav-mobile .nav-submenu-link:hover {
        background-color: #fff;
        color: #fcbb00; }
  .nav-mobile .nav-menu .nav-menu,
  .nav-mobile .nav-menu .nav-menu .nav-menu {
    display: none; }
  .nav-mobile-show {
    left: 0; }

.nav-icon {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 5;
  background-color: #fcbb00;
  padding: 10px;
  border-radius: 4px; }
  .nav-icon:focus > .nav-icon-container {
    box-shadow: 0 0 2px 2px #51a7e8; }
  .nav-icon-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 18px;
    height: 18px; }
  .nav-icon-bars {
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #000;
    transition: transform 220ms ease-in-out; }
    .nav-icon-bars:before, .nav-icon-bars:after {
      display: block;
      position: absolute;
      width: 18px;
      height: 1px;
      background-color: #000;
      content: ''; }
    .nav-icon-bars:before {
      top: -6px;
      transition: top 100ms 250ms ease-in, transform 220ms ease-in-out; }
    .nav-icon-bars:after {
      bottom: -6px;
      transition: bottom 100ms 250ms ease-in, transform 220ms ease-in-out; }
  .nav-icon--active .nav-icon-bars {
    transform: rotate(225deg);
    transition: transform 220ms 120ms ease-in-out;
    background-color: #000; }
    .nav-icon--active .nav-icon-bars:before, .nav-icon--active .nav-icon-bars:after {
      background-color: #000; }
    .nav-icon--active .nav-icon-bars:before {
      top: 0;
      transition: top 100ms ease-out; }
    .nav-icon--active .nav-icon-bars:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 100ms ease-out, 
 transform 220ms 120ms ease-in-out; }
  .nav-icon:focus, .nav-icon-container:focus {
    outline: none; }

a[href*="30-support"] {
  display: none; }

section.page-authentication {
  max-width: 960px;
  margin: 0 auto; }

[class*="page-cms"] .wrapper .container {
  max-width: 1140px; }

.page-header {
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin: 2.5rem 0;
  padding: 0; }
  .page-header-image {
    width: 100%;
    height: auto; }
  .page-header::first-letter {
    text-transform: uppercase; }
  .page-header:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #fcbb00;
    position: absolute;
    margin: 2rem 0; }

.page-cms-10 table {
  width: 100% !important; }

.product-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 3rem 0; }
  .product-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px;
    padding: 20px;
    width: calc( 100% - 30px);
    background-color: #F3F3F3;
    border-radius: 10px;
    transition: 0.2s all ease-in-out; }
    .product-list-item:hover {
      transform: scale(1.05); }
    .product-list-item .button {
      font-size: 1.2rem;
      white-space: nowrap; }
  .product-list-thumbnail {
    max-width: 100%;
    height: auto; }
  .product-list-title {
    font-size: 1.4rem !important;
    font-weight: 400;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 150%; }
    .product-list-title a {
      width: 100%; }
  .product-list-flags {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 0; }
    .product-list-flags li {
      position: relative;
      background-color: #000;
      color: #fcbb00;
      font-size: 1.4rem;
      text-transform: uppercase;
      margin: 5px 0 0 0;
      padding: 5px 15px; }
      .product-list-flags li:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -15px;
        width: 0;
        height: 28px;
        border-top: 28px solid #211f1e;
        border-right: 15px solid transparent; }
  .product-list-price {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: block; }

.product-availability {
  font-size: 1.4rem !important;
  padding: 15px !important; }

.products-sort-order {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
  .product-list {
    flex-direction: row; }
    .product-list-item {
      width: calc( 50% - 30px); } }

@media only screen and (min-width: 1024px) {
  .product-list {
    flex-direction: row; }
    .product-list-item {
      width: calc( 25% - 30px); } }

@media only screen and (min-width: 1360px) {
  .product-list {
    flex-direction: row; }
    .product-list-item {
      width: calc( 25% - 30px); } }

@media only screen and (min-width: 1600px) {
  .product-list {
    flex-direction: row; }
    .product-list-item {
      width: calc( 20% - 30px); } }

#js-active-search-filters {
  display: none; }

.product-cover img {
  max-width: 450px;
  height: auto;
  border: 1px solid #eaeaea; }

.product-item-header {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  max-width: 768px;
  margin: 10px 0; }
  .product-item-header:after {
    display: block;
    width: 200px;
    height: 2px;
    background-color: #fcbb00;
    position: absolute;
    bottom: 0; }
  .product-item-header h1,
  .product-item-header h2,
  .product-item-header h3 {
    margin: 2.5rem 0;
    padding: 0; }
    .product-item-header h1::first-letter,
    .product-item-header h2::first-letter,
    .product-item-header h3::first-letter {
      text-transform: uppercase; }

.product-item-description,
.product-item-description p,
.product-item-description p span {
  display: inline-block;
  font-family: "Roboto" !important;
  font-size: 1.6rem !important;
  line-height: 150% !important; }

.product-item .product-add-to-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.product-price {
  display: flex;
  flex-direction: column;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FCBB00;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: normal; }
  .product-price small {
    font-size: 18px;
    color: #8b8b8a;
    font-weight: normal; }

.product-description p span {
  font-family: "Roboto" !important;
  font-size: 20px !important; }

.product-quantity {
  display: flex;
  flex-direction: row;
  margin: 0 10px; }
  .product-quantity .form-quantity {
    text-align: center; }
  .product-quantity .form-input {
    width: 50px; }
  .product-quantity button {
    background-color: #fcbb00;
    color: #000;
    border: none;
    padding: 15px;
    transition: 0.2s all ease-in-out;
    cursor: pointer; }
    .product-quantity button:hover {
      background-color: #000;
      color: #fff; }

.product-add-to-cart .button {
  margin: 10px; }

.product-images {
  width: 100%;
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .product-images li {
    background: #000;
    max-width: 20%;
    cursor: pointer;
    margin: 0 15px 0 0; }
    .product-images li:nth-child(0) {
      margin: 0 15px 0 0; }
    .product-images li img {
      width: 100%;
      height: auto;
      opacity: 0.95;
      margin-bottom: -3px;
      transition: 0.2s all ease-in-out; }
    .product-images li:hover img {
      opacity: 1; }

/*
Lightbox
*/
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.order-infos-container {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  margin: 20px 0 34px 0;
  display: flex; }
  .order-infos-container p {
    font-size: 15px; }

.order-table {
  width: 100%; }
  .order-table td {
    padding: 15px; }

.order-status-label {
  display: block;
  padding: 5px 10px;
  border-radius: 3px; }

.section {
  display: flex;
  flex-direction: column; }
  .section-header {
    position: relative;
    font-size: 3rem;
    text-align: center;
    padding: 2rem 0; }
    .section-header:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      height: 2px;
      background: #f3f3f3; }
    .section-header h1,
    .section-header h2,
    .section-header h3,
    .section-header h4 {
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 50px;
      background: #fff;
      z-index: 2; }
    .section-header h1,
    .section-header h2,
    .section-header h3,
    .section-header h4 {
      font-size: 3rem; }
    .section-header-black {
      font-size: 18px;
      color: #fcc11d;
      font-weight: 300;
      background-color: #211f1e;
      padding: 2px 15px 2px 45px;
      display: inline-block;
      position: relative;
      left: -45px;
      z-index: 0;
      text-transform: uppercase;
      margin-bottom: 40px;
      height: 80px;
      display: flex;
      align-items: center; }
      .section-header-black:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 80px solid #211f1e;
        border-right: 50px solid transparent;
        display: block;
        position: absolute;
        right: -50px;
        top: 0;
        height: 80px; }
      .section-header-black h2 {
        margin: 0;
        padding: 0; }

.widget-column {
  width: 320px;
  margin: 0 15px;
  flex: none !important;
  align-self: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .widget-column {
      align-self: flex-start; } }
  @media only screen and (min-width: 1360px) {
    .widget-column {
      margin: 0 45px 0 0 !important; } }

.widget-title {
  font-size: 2.4rem;
  padding: 0 0 15px;
  border-bottom: 1px solid #fcbb00; }

.widget-subtitle {
  font-size: 1.6rem;
  font-weight: normal;
  color: #fddb7e; }

.widget-item {
  padding: 30px; }
  .widget-item p {
    font-size: 1.4rem; }

.widget-email-button {
  width: 100%; }

.widget-black {
  background-color: #262423;
  color: #fff; }

.widget-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget-list-item {
    margin: 0 0 30px; }
    .widget-list-item h4 {
      font-size: 16px;
      color: #fcbb00;
      margin: 15px 0 10px; }

.wrapper {
  background: #ededed;
  background: linear-gradient(to bottom, #ededed, #fff);
  background-image: url(../img/fa3542b1467beb8dbde304b8decc5f11.png);
  background-position: bottom right;
  background-repeat: no-repeat; }

.x13pmcookiebar-buttons,
.x13pmcookiebar-close {
  font-size: 1.5rem; }

.x13pmcookiebar-buttons,
.x13pmcookiebar-close {
  font-size: 1.5rem; }

#x13pmcookiebar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px; }
  #x13pmcookiebar p {
    font-size: 1.2rem; }
  #x13pmcookiebar a.button-orange {
    color: #000000 !important; }
    #x13pmcookiebar a.button-orange:hover {
      background-color: #2f2f2f !important;
      color: #fff !important; }
@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #1f1f1f;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #c39738;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #1f1f1f;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #c39738; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #1f1f1f;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #c39738;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #1f1f1f;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #c39738; }

.button {
  display: inline-block;
  border: none;
  font-size: 1.5rem;
  margin: 10px auto;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-family: 'Roboto';
  border-radius: 19px;
  transition: 0.2s all ease-in-out; }
  .button-gray {
    background: #eaeaea;
    color: #000; }
    .button-gray:hover {
      background: #000;
      color: #fff; }
  .button-orange {
    background: #fcbb00;
    color: #000; }
    .button-orange:hover {
      background: #000;
      color: #fff; }
  .button-black {
    background: #000;
    color: #fff; }
    .button-black:hover {
      background: #fcbb00;
      color: #fff; }
  .button-red {
    background: red;
    color: #fff; }
    .button-red:hover {
      background: #000;
      color: #fff; }
  .button strong {
    display: block; }

textarea {
  resize: none; }

.select,
.js-country {
  font-family: 'Roboto';
  padding: 10px 20px;
  border-radius: 2px; }

.select-field {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  font-size: 0; }

.form-label {
  width: 100%;
  margin: 10px 0 0; }

.form-login {
  max-width: 320px; }
  .form-login .lost_password {
    font-size: 20px; }

.form-footer {
  text-align: center; }

.form-input {
  font-family: 'Roboto';
  border: 1px solid #eaeaea;
  padding: 15px;
  width: 100%;
  border-radius: 24px; }

.form-errors {
  display: block;
  list-style: none;
  margin: 20px 0 !important;
  padding: 20px;
  color: #fff;
  background: #ff4444;
  font-size: 15px; }

.form-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.checkbox-field {
  display: block;
  margin: 15px 0;
  position: relative;
  width: 100%;
  cursor: pointer;
  text-align: left;
  order: 1; }
  .checkbox-field span,
  .checkbox-field p {
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    margin: 0;
    font-size: 16px; }
  .checkbox-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dadada; }
    .checkbox-field .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 9px;
      top: 5px;
      width: 7px;
      height: 13px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox-field input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .checkbox-field input[type=checkbox]:checked ~ .checkmark {
      background-color: #fcbb00 !important; }
      .checkbox-field input[type=checkbox]:checked ~ .checkmark:after {
        display: block; }

input[type=number] {
  max-width: 80px;
  font-family: 'Roboto';
  border: 1px solid #eaeaea;
  padding: 15px;
  margin: 5px 10px; }

.list {
  margin: 0;
  padding: 0; }
  .list-item {
    display: block; }

p {
  font-size: 20px;
  line-height: 150%; }

.table {
  width: 100%;
  background: #fff; }
  .table th,
  .table td {
    font-size: 14px;
    border: 1px solid #eaeaea;
    padding: 15px; }
  .table p {
    font-size: 14px;
    line-height: 100%; }

.link-list,
.action-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .link-list li,
  .action-list li {
    display: inline-block; }

.addresses-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0; }
  .addresses-list .address {
    width: 100%;
    margin: 0 15px 15px 0;
    padding: 30px;
    border: 1px solid #eaeaea;
    background: #fff; }
    @media only screen and (min-width: 480px) {
      .addresses-list .address {
        width: calc( 100% / 2 - 15px); } }
    @media only screen and (min-width: 1024px) {
      .addresses-list .address {
        width: calc( 100% / 3 - 15px); } }
    .addresses-list .address header {
      font-size: 18px; }

.accordion {
  list-style: none;
  margin: 2rem 0;
  padding: 0; }
  .accordion-tab {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px;
    cursor: pointer;
    color: #000;
    background-color: #fcbb00; }
    .accordion-tab:after {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      content: '';
      border: solid #000;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
      position: absolute;
      width: 2px;
      height: 2px;
      top: calc( 50% - 10px);
      left: auto;
      right: 30px;
      background: 0 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .accordion-tab-open:after {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .accordion-title {
    font-size: 2rem;
    margin: 0;
    font-weight: 400; }
  .accordion-content {
    display: none;
    padding: 15px;
    background: #fff; }
    .accordion-content p {
      margin: 0;
      padding: 5px;
      border: 1px solid #eaeaea; }

.block-reassurance {
  max-width: 960px;
  margin: 0 auto; }
  .block-reassurance ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .block-reassurance ul li {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background-color: #eaeaea;
      margin: 5px 5px 5px 0;
      padding: 30px 20px;
      text-align: center;
      flex: 1; }
      .block-reassurance ul li span {
        width: 100%;
        font-size: 16px;
        margin: 10px 15px; }

.blockreassurance_product {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.blockreassurance_product div {
  display: flex;
  flex-direction: column;
  align-items: center; }

.blockreassurance_product div .item-product {
  padding: 0 !important;
  width: 55px !important;
  height: 55px !important;
  background: #fcbb00 !important;
  border-radius: 50% !important;
  float: none;
  display: block; }

.blockreassurance_product div .item-product img {
  width: 25px !important;
  height: auto !important;
  margin: 15px !important;
  display: block !important;
  position: relative !important; }

.breadcrumb-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none; }
  .breadcrumb-list-item, .breadcrumb-list-link {
    display: inline-block; }
  .breadcrumb-list-item {
    font-size: 1.4rem; }
    .breadcrumb-list-item:not(:last-child) .breadcrumb-list-link {
      color: #000000; }
    .breadcrumb-list-item:not(:last-child):after {
      content: "\203A";
      padding: 0 5px;
      color: #000; }
    .breadcrumb-list-item:last-child .breadcrumb-list-link {
      color: #fcbb00; }

#supercheckout-fieldset div.supercheckout-container {
  border: none !important; }
  #supercheckout-fieldset div.supercheckout-container #columnleft-1,
  #supercheckout-fieldset div.supercheckout-container #columnleft-2,
  #supercheckout-fieldset div.supercheckout-container #columnleft-3 {
    border: none !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  #supercheckout-fieldset div.supercheckout-container #columnleft-1,
  #supercheckout-fieldset div.supercheckout-container #columnleft-2 {
    max-width: 320px !important;
    display: flex;
    flex-direction: column; }
  @media only screen and (min-width: 480px) {
    #supercheckout-fieldset div.supercheckout-container #supercheckout-fieldset div.supercheckout-container #columnleft-1,
    #supercheckout-fieldset div.supercheckout-container #supercheckout-fieldset div.supercheckout-container #columnleft-2 {
      max-width: 400px !important; } }
  @media only screen and (min-width: 1024px) {
    #supercheckout-fieldset div.supercheckout-container #columnleft-3 {
      width: calc(100% - 670px) !important; } }

#supercheckout-fieldset p.supercheckout-check {
  background-image: url(../img/b4916085dd99b4bfcb7b0aae623fb9e7.png) !important; }

#supercheckout-fieldset p.supercheckout-numbers-ship {
  background-image: url(../img/8919b77315294f4fc4b5b81c4f3bed47.png) !important; }

#supercheckout-fieldset p.supercheckout-numbers-2 {
  background-image: url(../img/3c68a473c447b20c77e3f4e44b0b7b6f.png) !important; }

#supercheckout-fieldset p.supercheckout-numbers-3 {
  background-image: url(../img/11d78c05af8c9432d7e449934fa6249e.png) !important; }

#supercheckout-fieldset p.supercheckout-numbers-4 {
  background-image: url(../img/ef01fa711ed464f7036eefdb0aff0191.png) !important; }

#supercheckout-fieldset .supercheckout-threecolumns {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (min-width: 1024px) {
    #supercheckout-fieldset .supercheckout-threecolumns {
      flex-direction: row;
      align-items: flex-start; } }
  #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-left,
  #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-middle,
  #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-right {
    display: flex;
    width: 100% !important;
    flex: 1;
    max-width: none !important;
    min-height: auto !important; }
    #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-left > .supercheckout-column-left,
    #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-middle > .supercheckout-column-left,
    #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-right > .supercheckout-column-left {
      display: none; }
    #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-left .supercheckout-blocks,
    #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-middle .supercheckout-blocks,
    #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-right .supercheckout-blocks {
      flex: 1; }
    @media only screen and (min-width: 1024px) {
      #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-left,
      #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-middle,
      #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-right {
        flex-direction: column; } }
  #supercheckout-fieldset .supercheckout-threecolumns .supercheckout-column-right {
    flex-direction: column; }

#supercheckout-fieldset .payment-additional-info {
  display: none !important; }

#supercheckout-fieldset #shipping-method .radio tr td:last-child {
  opacity: 0; }

#supercheckout-fieldset .supercheckout-threecolumns p {
  color: #000 !important;
  padding-bottom: 35px !important;
  font-size: 14px; }

#supercheckout-fieldset #payment_methods_additional_container p {
  padding-bottom: 15px !important; }

#supercheckout-fieldset table.radio tr.highlight {
  background-color: #eaeaea !important;
  padding: 10px 0; }

#supercheckout-fieldset #button-coupon {
  background: orange !important;
  border: none !important;
  color: #000 !important;
  padding: 8px !important;
  transition: 0.2s all ease-in-out; }
  #supercheckout-fieldset #button-coupon:hover {
    background: #eaeaea !important; }

#supercheckout-fieldset .supercheckout-summary {
  border-left: 1px solid #c5c5c5 !important;
  border-right: 1px solid #c5c5c5 !important; }
  #supercheckout-fieldset .supercheckout-summary th {
    background: #292929;
    color: #fff !important;
    padding: 10px 0 !important; }
  #supercheckout-fieldset .supercheckout-summary .supercheckout-model {
    display: none; }

#supercheckout-fieldset .modal {
  border: 1px solid #eaeaea !important;
  padding: 20px !important; }
  #supercheckout-fieldset .modal-header h2 {
    color: #000 !important;
    margin-bottom: 10px !important; }
  #supercheckout-fieldset .modal-body dl {
    margin-top: 0 !important; }

#supercheckout-fieldset table.supercheckout-summary th.supercheckout-qty,
#supercheckout-fieldset table.supercheckout-summary td.supercheckout-qty {
  width: 50px; }

#supercheckout-fieldset table.supercheckout-summary td.supercheckout-name {
  width: 60% !important; }

#supercheckout-fieldset table.supercheckout-totals {
  padding: 15px 0;
  border-bottom: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5; }
  #supercheckout-fieldset table.supercheckout-totals td.title {
    color: #000 !important; }
  #supercheckout-fieldset table.supercheckout-totals td {
    padding: 15px !important;
    border: 0 !important; }

#supercheckout-fieldset table.supercheckout-summary th.supercheckout-total,
#supercheckout-fieldset table.supercheckout-summary td.supercheckout-unit-total,
#supercheckout-fieldset table.supercheckout-summary td.supercheckout-total {
  width: 8% !important; }

#supercheckout-fieldset table tr td {
  padding: 15px !important; }

#supercheckout-fieldset #shipping-existing {
  padding-top: 10px !important; }

#supercheckout-fieldset #column-2-inside,
#supercheckout-fieldset #column-1-inside {
  border: none !important; }

#supercheckout-fieldset #supercheckout_voucher_input_row {
  display: none; }

#supercheckout-fieldset .supercheckout-column-middle {
  padding: 0 15px; }

#supercheckout-fieldset #total_price {
  background-color: #fcbb00;
  border-radius: 2px;
  padding: 10px 15px; }

#supercheckout-fieldset .supercheckout-name img {
  margin: 10px 15px; }

#supercheckout-fieldset .supercheckout-name div {
  display: flex;
  flex-direction: row;
  align-items: center; }
  #supercheckout-fieldset .supercheckout-name div a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: bold;
    padding: 15px;
    transition: 0.2s all ease-in-out; }
    #supercheckout-fieldset .supercheckout-name div a:hover {
      color: #fcbb00 !important; }
  #supercheckout-fieldset .supercheckout-name div small {
    display: none; }

#supercheckout-fieldset .label-radio {
  position: relative;
  padding-left: 30px;
  padding-top: 3px; }
  #supercheckout-fieldset .label-radio:before, #supercheckout-fieldset .label-radio:after {
    transition: 0.2s all ease-in-out; }
  #supercheckout-fieldset .label-radio:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e2e2e2; }
  #supercheckout-fieldset .label-radio:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fcbb00;
    opacity: 0; }

#supercheckout-fieldset input[type=radio] {
  display: none; }
  #supercheckout-fieldset input[type=radio]:checked ~ .label-radio:before {
    opacity: 1;
    background: #fcbb00; }
  #supercheckout-fieldset input[type=radio]:checked ~ .label-radio:after {
    opacity: 1;
    background: #fff; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight-active {
  background: #292929 !important;
  color: #fff !important; }
  #supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight-active label {
    color: #fff !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover {
  background: #292929 !important;
  color: #fff !important; }
  #supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover label {
    color: #fff !important; }
  #supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover td {
    background: #292929 !important;
    color: #fff !important; }
    #supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover td label {
      color: #fff !important; }

#supercheckout-fieldset .unit-price-cart {
  display: none; }

.supercheckout_address_detail {
  padding: 15px;
  border: none;
  background: #fff;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 3px; }

#module-supercheckout-supercheckout .section-header {
  padding: 0 0 20px;
  margin: -15px 0; }

#supercehckout_summary_total_shipping {
  display: none !important; }

#supercheckout-fieldset .supercheckout-threecolumns #payment-method tr {
  position: relative !important;
  min-height: 60px; }

#supercheckout-fieldset .supercheckout-threecolumns #payment-method tr:hover {
  cursor: pointer; }

#supercheckout-fieldset .supercheckout-threecolumns #payment-method tr td:nth-child(2) {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  cursor: pointer;
  align-items: center; }

#supercheckout-fieldset .supercheckout-threecolumns #payment-method tr td:nth-child(2) span[id*=payment_method_name] {
  padding-left: 10px !important;
  cursor: pointer; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr .shipping_info {
  position: relative !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr .shipping_info label {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr .shipping_info .supercheckout-shipping-small-title {
  font-size: 12px !important;
  color: #292929 !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight {
  cursor: pointer; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight-active {
  background: #fcbb00 !important;
  color: #292929 !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight-active label {
  color: #292929 !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover {
  background: #fcbb00 !important;
  color: #292929 !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover label {
  color: #292929 !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover td {
  background: #fcbb00 !important;
  color: #292929 !important; }

#supercheckout-fieldset .supercheckout-threecolumns table.radio tr.highlight:hover td label {
  color: #292929 !important; }

#supercheckout-fieldset .unit-price-cart {
  display: none; }

.supercheckout_address_detail {
  padding: 15px;
  border: none;
  background: #fff;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 3px; }

#module-supercheckout-supercheckout .section-header {
  padding: 0 0 20px;
  margin: -15px 0; }

#supercehckout_summary_total_shipping {
  display: none !important; }

.page-order-confirmation .widget-column {
  display: none; }

.supercheckout-reference {
  font-weight: bold;
  color: #000;
  text-align: center; }

.cms-content ol,
.accordion-content ol {
  margin-bottom: 15px;
  padding-left: 0px; }
  .cms-content ol li,
  .accordion-content ol li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 20px; }

.cms-content ul,
.accordion-content ul {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 10px; }
  .cms-content ul li,
  .accordion-content ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 20px; }
    .cms-content ul li:before,
    .accordion-content ul li:before {
      content: "\2022   ";
      color: #fcc11d;
      font-size: 30px;
      position: absolute;
      left: -20px;
      top: -12px; }

.cms-content img,
.accordion-content img {
  max-width: 100%;
  height: auto;
  margin: 15px auto; }

.cms-content .cms-header,
.cms-content h2,
.cms-content h3,
.accordion-content .cms-header,
.accordion-content h2,
.accordion-content h3 {
  font-size: 20px;
  font-weight: 700; }

.contact-form .form-group {
  width: 100%; }

.contact-form .form-control-label {
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0;
  display: block; }

.contact-form .select {
  width: 100%; }

.contact-form #captcha-box {
  margin: 15px 0; }

@media only screen and (min-width: 1024px) {
  .contact-form .column > div {
    flex: none; }
    .contact-form .column > div:nth-child(1) {
      width: calc( 30% - 15px); }
    .contact-form .column > div:nth-child(2) {
      width: calc( 70% - 15px); } }

.example-products {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0; }
  .example-products-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .example-products-list-item {
      width: calc( 100% - 15px);
      padding: 15px;
      text-align: center; }
      .example-products-list-item img {
        max-width: 100%;
        height: auto;
        filter: grayscale(100%) !important;
        transition: .3s ease-in-out;
        cursor: pointer; }
        .example-products-list-item img:hover {
          filter: grayscale(0%) !important; }
      @media only screen and (min-width: 480px) {
        .example-products-list-item {
          width: calc( 50% - 15px);
          padding: 15px; } }
      @media only screen and (min-width: 768px) {
        .example-products-list-item {
          width: calc( 30% - 30px);
          padding: 30px; } }
      @media only screen and (min-width: 1024px) {
        .example-products-list-item {
          width: calc( 25% - 30px);
          padding: 30px; } }

.language-selector-list {
  margin: 0;
  padding: 0; }

.language-selector-item {
  display: inline-block; }
  .language-selector-item.current {
    background: #3d3d3d; }

.language-selector-link {
  display: block;
  padding: 10px; }

.notification-success,
.alert-success {
  background-color: #29bd29;
  color: white; }

.notification-warning,
.alert-warning {
  background: #fcbb00;
  color: black; }

.notification-danger,
.alert-danger {
  background-color: #ff4545;
  color: white; }

.notification-info,
.alert-info {
  background-color: #5aa7ff;
  color: white; }

.notification ul,
.alert ul {
  margin: 0 30px;
  padding: 0;
  list-style: none;
  font-size: 16px; }

.offer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; }
  .offer-box {
    width: calc(100% - 30px);
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .offer-box {
        width: calc(50% - 30px); } }
    .offer-box h3 {
      position: relative;
      background: #211f1e;
      color: #fcc11d;
      font-weight: 900;
      line-height: 50px;
      max-width: 300px;
      margin-left: -30px;
      display: block;
      padding-left: 40px;
      font-size: 25px; }
      .offer-box h3:after {
        width: 0;
        top: 0px;
        height: 50px;
        border-top: 50px solid #211f1e;
        border-right: 32px solid transparent;
        content: "";
        display: block;
        position: absolute;
        left: 300px; }
    .offer-box ul li {
      font-size: 14px; }
  .offer-list {
    background-color: #262423; }
    .offer-list .container .column {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; }
    .offer-list .container a {
      width: calc( 50% - 30px);
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #fcc11d;
      padding: 30px;
      transition: 0.2s all ease-in-out; }
      @media only screen and (min-width: 768px) {
        .offer-list .container a {
          flex: 1;
          width: auto;
          text-align: center; } }
      .offer-list .container a svg {
        width: 100%;
        height: auto;
        max-width: 100px; }
        .offer-list .container a svg path {
          transition: 0.2s all ease-in-out;
          fill: #fcc11d; }
      .offer-list .container a h3 {
        font-size: 20px;
        font-weight: 200; }
      .offer-list .container a:hover {
        color: #eaeaea; }
        .offer-list .container a:hover svg path {
          fill: #eaeaea; }

.pagination {
  font-size: 20px;
  text-align: center; }
  .pagination ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .pagination ul li a {
      display: block;
      padding: 15px;
      margin: 10px;
      font-size: 20px;
      background: #fcbb00;
      color: #fff;
      border-radius: 2px;
      transition: 0.2s all ease-in-out; }
      .pagination ul li a:hover {
        background: #000;
        color: #fff; }
    .pagination ul li.current a {
      background: #000; }

.payment-infos {
  font-size: 18px; }
  .payment-infos td {
    padding: 15px;
    border: 1px solid #eaeaea; }

.register-section {
  padding: 60px 0;
  text-align: center; }
  .register-section h4 {
    font-size: 26px; }

.why-us {
  background: #000;
  margin-top: -5px; }
  .why-us h3 {
    font-size: 3.6rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    color: #eaeaea;
    text-align: center; }
    .why-us h3:after {
      content: '';
      display: block;
      width: 200px;
      height: 2px;
      background-color: #fcbb00;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 15px; }

.checkmark-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: space-around;
  justify-content: center; }

@media only screen and (min-width: 768px) {
  .checkmark-list {
    flex-direction: row; } }

.checkmark-item {
  width: 100%;
  color: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0 30px; }

.checkmark-item svg {
  width: 64px;
  height: 64px; }

.checkmark-item svg path {
  fill: #fff !important; }

.checkmark-item h4 {
  color: #fcbb00;
  font-weight: 400;
  font-size: 26px;
  margin: 20px 0 0;
  padding: 0; }

@media only screen and (min-width: 768px) {
  .checkmark-item {
    width: 50%; } }

@media only screen and (min-width: 1360px) {
  .checkmark-item {
    width: 30%; } }

.checkmark-item-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out; }

.checkmark-item-icon svg path {
  transition: 0.2s all ease-in-out; }

.footer {
  background: #262423;
  color: #fff;
  background-image: url(../img/3f00a1c0c03a70bcd6979763cd20f64a.png), url(../img/ad4b7359c9fffd55b9e0a7636a1305c2.png);
  background-repeat: no-repeat;
  background-size: 100% auto, auto; }
  .footer-image-normal {
    width: auto !important;
    margin: 5px 5px 5px 0 !important; }
  .footer-image-logo {
    max-height: 80px;
    width: auto !important; }
  .footer p.footer-contact {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff; }
  .footer-content {
    flex-direction: column; }
    .footer-content p {
      display: block;
      border-top: 1px solid #323232;
      font-size: 12px;
      color: #8b8b8a;
      margin: 0;
      padding: 10px 0; }
    .footer-content a {
      color: #fcbb00; }
      .footer-content a:hover {
        color: #fff; }
  .footer-row {
    flex: 1;
    max-width: 320px; }
    .footer-row h4 {
      font-size: 1.6rem;
      color: #fcc11d;
      font-weight: 400;
      border-bottom: 1px solid #323232;
      padding: 10px 0;
      margin: 15px 0; }
    .footer-row img {
      width: 100%;
      height: auto;
      margin: 0 0 15px; }
  .footer-list-item {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
    font-size: 1.5rem; }
    .footer-list-item a {
      color: #fff; }
      .footer-list-item a:hover {
        text-decoration: underline; }
  @media only screen and (min-width: 1024px) {
    .footer-column {
      justify-content: flex-start; } }

.page-authentication input[name="newsletter"] {
  display: none; }

.page-authentication input[name="newsletter"] + .checkmark {
  display: none; }

.page-authentication input[name="newsletter"] + .checkmark + p {
  display: none; }

.product-list-title {
  font-size: 1.6rem; }

div#callpageWrapper {
  z-index: 4;
  position: relative; }

@media all and (min-width: 1360px) {
  .header-info {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-info svg {
    margin: 0 5px;
    width: 60px;
    height: auto; } }

.post-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.post-item-content {
  margin: 5px 0; }

.post-thumbnail img {
  height: auto;
  max-width: 100%; }

@media all and (min-width: 760px) {
  .post-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
  .post-item-content {
    margin: 15px 15px 15px 30px; }
  .post-thumbnail img {
    height: auto;
    width: 320px;
    max-width: 320px; } }

.post-item-content p {
  font-size: 16px; }

.post-title h2 {
  font-size: 30px;
  border: none;
  margin: 0;
  padding: 0; }

.post-read-more {
  display: block;
  background-color: #fcbb00;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 2px;
  transition: 0.2s all ease-in-out;
  font-weight: bold; }

.post-date {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin: 5px 0 0; }

.post-date svg {
  margin: 0 5px 0 0; }

.post-additional-info {
  border-top: 0 !important; }

.post-read-more span {
  text-decoration: none !important;
  background-color: transparent !important; }

.post-read-more:hover {
  color: #fff;
  background-color: #000; }

form#lpqt-quotation-form input {
  margin-bottom: 10px; }

.page-quotation-form .lpqt-products-items,
.page-quotation-resume .lpqt-products-items {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.product-line-actions .row {
  display: flex;
  align-items: center; }

.page-quotation-resume .page-header,
.page-quotation-resume .page-content {
  font-size: 26px;
  color: #000; }

.notification-success,
.alert-success {
  padding: 10px 20px; }

.page-quotation-resume .box {
  font-size: 16px;
  line-height: normal;
  padding: 20px; }

.page-quotation-resume .box > div {
  margin-bottom: 10px; }

.lpqt-quotation-products-needed-message.alert.alert-info {
  padding: 10px 20px;
  font-size: 20px; }

@media all and (min-width: 768px) {
  .product-line-grid {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center; } }

.ui-widget-content {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0; }

.ui-menu .ui-menu-item a {
  font-family: Roboto;
  font-size: 12px;
  padding: 5px 10px; }

.ui-menu .ui-menu-item a .separator {
  display: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #fcbb00 !important;
  border-radius: 0;
  border: 0 !important;
  margin: 0; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0 !important; }

.facet-label input {
  pointer-events: none; }

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.facet-label .blank {
  width: 25px;
  height: 0;
  display: inline-block; }

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  transition: 0.2s all ease-in-out; }

/* On mouse-over, add a grey background color */
.facet-label:hover .custom-checkbox input ~ .checkmark {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fcbb00 !important;
  border: 1px solid #fcbb00; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
  top: 0 !important; }

.magnitude {
  float: right;
  padding: 0 5px;
  color: #AAAAAA; }

.product-price-and-shipping {
  width: 100%; }

a.add-to-cart {
  margin: 0;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  a.add-to-cart:hover g path {
    fill: #fff; }

.go-to-product:hover svg path {
  fill: #fff; }

.product-list-actions {
  position: absolute;
  right: 20px;
  bottom: 20px; }

.feature-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .feature-list li {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 1.3rem;
    background-color: #F9F9F9;
    font-weight: 300; }
    .feature-list li svg {
      width: 22px;
      height: auto;
      margin-right: 10px; }

.nav-menu-parent:hover .nav-menu-menu {
  display: block; }

.nav-menu-item {
  position: relative; }

.nav-menu-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 2; }

.nav-menu-menu-item a {
  background: #1b1b1b;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  transition: 0.2s all ease-in-out; }

.nav-menu-menu-item a:hover {
  background-color: #fcbb00;
  color: #1b1b1b; }

.product-list-reference {
  color: #fcbb00;
  font-weight: 900;
  font-size: 1.4rem;
  margin: 10px 0 -5px 0;
  text-align: left;
  width: 100%; }

.product-features ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
  font-size: 18px; }
  .product-features ul li {
    font-weight: 300; }

.language-selector {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .language-selector > li {
    padding: 7px; }
  .language-selector li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #CDCDCD;
    width: 85px;
    border-radius: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase; }
    .language-selector li a {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      padding: 7px; }
    .language-selector li svg {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    .language-selector li:hover .language-selector-submenu {
      display: flex;
      flex-direction: column; }
  .language-selector-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0; }
    .language-selector-submenu li {
      border-radius: 0;
      background: #fff;
      border: 1px solid #f1f1f1;
      cursor: pointer; }
      .language-selector-submenu li:hover {
        background: #f1f1f1; }

.card-row {
  max-width: 1400px;
  margin: 0 auto; }

.category-list {
  display: flex;
  flex-direction: row;
  margin: 30px 0;
  padding: 0; }
  .category-list-item {
    width: calc( (100% / 2 ) - 15px);
    margin: 0 15px 0 0;
    text-align: center;
    border-radius: 10px; }
    .category-list-item img {
      margin: 15px; }
    .category-list-item:nth-child(2n) {
      margin: 0; }
    @media only screen and (min-width: 1024px) {
      .category-list-item {
        width: calc( (100% - 45px )  / 4); }
        .category-list-item:nth-child(2n) {
          margin: 0 15px 0 0; }
        .category-list-item:nth-child(4n) {
          margin: 0; } }
    .category-list-item:hover {
      background: none;
      border: 1px solid #f3f3f3;
      text-decoration: underline; }

#search_filters ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

#search_filters ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fcbb00;
  -webkit-box-shadow: 0; }

#search_filters {
  display: none;
  margin: 45px 0 0; }

.facet ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden; }

.facet-title {
  display: block;
  margin: 0;
  font-weight: bold; }

.facet ul li {
  margin: 0 0 15px 0;
  padding: 0 5px 0 0;
  font-size: 16px; }

.facet ul li a {
  white-space: inherit !important;
  position: relative; }

.facet i {
  display: none; }

.hidden-sm-down {
  display: none; }

@media all and (min-width: 1200px) {
  #search_filters {
    display: block; }
  .product-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .product-list-container .product-list-item,
  #search_filters {
    width: 250px !important; }
  .product-list-container #js-product-list {
    flex: 1; }
  .product-list-container .product-list {
    margin-left: 30px; }
  .pagination ~ div {
    text-align: center; } }

.product-item-header h4 {
  margin: 0; }
