/**multiLanguge*/
@font-face {
  font-family: 'LatoRegular';
  src: url("./fonts/lato/LatoRegular.eot");
  src: url("./fonts/lato/LatoRegular.eot") format("embedded-opentype"), url("./fonts/lato/LatoRegular.woff2") format("woff2"), url("./fonts/lato/LatoRegular.woff") format("woff"), url("./fonts/lato/LatoRegular.ttf") format("truetype"), url("./fonts/lato/LatoRegular.svg#LatoRegular") format("svg");
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 1025px) {
  .blob:hover {
    box-shadow: 0 0 0 0 black;
    transform: scale(1);
    animation: pulse 2s infinite;
  }
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.blob.red {
  background: #ff5252;
  box-shadow: 0 0 0 0 #ff5252;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.blob.orange {
  background: #ff793f;
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.blob.yellow {
  background: #ffb142;
  box-shadow: 0 0 0 0 #ffb142;
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}
.blob.blue {
  background: #34ace0;
  box-shadow: 0 0 0 0 #34ace0;
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.blob.green {
  background: #33d9b2;
  box-shadow: 0 0 0 0 #33d9b2;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
.blob.purple {
  background: #8e44ad;
  box-shadow: 0 0 0 0 #8e44ad;
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root {
  --primary-color: #305891;
  --secondary-color: #305891;
  --size-divisor: 4;
}

* {
  /*height: auto;
  position: relative;
  width: auto;*/
  margin: 0;
  outline: medium none;
  padding: 0;
  background-repeat: no-repeat;
  resize: none;
}

html,
body {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

html {
  height: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 67px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
}

.wrap-two-modules {
  position: relative;
  width: 100%;
  height: auto;
}
.wrap-two-modules:after {
  content: '';
  clear: both;
  display: block;
}

.inlineBlock,
.inlineblock {
  position: relative;
  height: auto;
  width: auto;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.adjustSpacing {
  letter-spacing: -0.3em;
  word-spacing: -0.3em;
}

.header {
  height: auto;
  position: relative;
  width: 100%;
}

.wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.wrap1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.bredcrumb {
  position: relative;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 13px;
  color: #B91719;
}
.bredcrumb a {
  font-family: "LatoRegular";
  position: relative;
  color: #B91719;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bredcrumb a:last-child {
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .bredcrumb a:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
    /* Good browsers */
    -webkit-opacity: 0.7;
    /* Good browsers */
    -o-opacity: 0.7;
    text-decoration: underline;
  }
}

.redLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b91719;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  /* Good browsers */
  -webkit-opacity: 0.5;
  /* Good browsers */
  -o-opacity: 0.5;
}

.dropdown {
  width: 100%;
  max-width: 248px;
  height: 38px;
  position: relative;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  margin-bottom: 4px;
}
.dropdown select {
  color: #000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "LatoRegular";
  border: none;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
.dropdown select option {
  color: #000;
  font-family: "LatoRegular";
}
.dropdown .arrow {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  cursor: pointer;
  background-image: url(../images/dropdown_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@-moz-document url-prefix() {
  .dropdown .arrow {
    right: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
  }
}
.input {
  width: 100%;
  max-width: 248px;
  height: 38px;
  position: relative;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  background-color: #fff;
}
.input input {
  color: #000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "LatoRegular";
  border: none;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.input .searchIcon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  background-color: #B91719;
  cursor: pointer;
  background-image: url(../images/searchIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .input .searchIcon:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
    /* Good browsers */
    -webkit-opacity: 0.9;
    /* Good browsers */
    -o-opacity: 0.9;
  }
}

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

.buttons {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.buttons.showloader .button {
  display: none;
}
.buttons.showloader .lds-roller {
  display: block;
}

button.button {
  font-family: "LatoRegular";
  padding: 0.8em 0em;
  text-align: center;
  background-color: #b91719;
  border: none;
  font-size: 0.78em;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  button.button:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
    /* Good browsers */
    -webkit-opacity: 0.8;
    /* Good browsers */
    -o-opacity: 0.8;
  }
}

html:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bgLayer.png);
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lds-roller {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 80px;
  height: 80px;
  display: none;
}
.lds-roller div:after {
  background-color: #000000;
}
.lds-roller div:nth-child(1) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.1;
  /* Safari 1.x */
  -khtml-opacity: 0.1;
  /* Good browsers */
  opacity: 0.1;
  /* Good browsers */
  -webkit-opacity: 0.1;
  /* Good browsers */
  -o-opacity: 0.1;
}
.lds-roller div:nth-child(2) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.1;
  /* Safari 1.x */
  -khtml-opacity: 0.1;
  /* Good browsers */
  opacity: 0.1;
  /* Good browsers */
  -webkit-opacity: 0.1;
  /* Good browsers */
  -o-opacity: 0.1;
}
.lds-roller div:nth-child(3) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
  /* Good browsers */
  -webkit-opacity: 0.3;
  /* Good browsers */
  -o-opacity: 0.3;
}
.lds-roller div:nth-child(4) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.4;
  /* Good browsers */
  -webkit-opacity: 0.4;
  /* Good browsers */
  -o-opacity: 0.4;
}
.lds-roller div:nth-child(5) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  /* Good browsers */
  -webkit-opacity: 0.5;
  /* Good browsers */
  -o-opacity: 0.5;
}
.lds-roller div:nth-child(6) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
  /* Good browsers */
  -webkit-opacity: 0.6;
  /* Good browsers */
  -o-opacity: 0.6;
}
.lds-roller div:nth-child(7) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
  /* Good browsers */
  -webkit-opacity: 0.7;
  /* Good browsers */
  -o-opacity: 0.7;
}
.lds-roller div:nth-child(8) {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
  /* Good browsers */
  -webkit-opacity: 0.8;
  /* Good browsers */
  -o-opacity: 0.8;
}

.positionRelative {
  position: relative;
}

.floatLeft {
  float: left;
}

.clearAfter:after {
  content: '';
  clear: both;
  display: block;
}

.clearBoth {
  clear: both;
}

.fullWidth {
  width: 100%;
  max-width: 100%;
}

.fitChildImage img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.fitChildImage.contain img {
  object-fit: contain;
}

@media only screen and (max-width: 1250px) {
  .wrap1200 {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .showOnIpad {
    display: block !important;
  }
}
.lowOpacity {
  -moz-opacity: 0.4;
  -ms-filter: "alpha(opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

section {
  position: relative;
  height: auto;
  width: auto;
}

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

.display-flex {
  display: flex;
}

.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.flex-strech {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.table {
  display: table;
}

.table,
.tableCell {
  width: 100%;
  height: 100%;
}

.text-alg-center {
  text-align: center;
}

.text-upper {
  text-transform: uppercase;
}

.smoothTransition {
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
}

.smoothTransition.onLoad {
  transition-duration: .75s;
  -webkit-transition-duration: .75s;
  -moz-transition-duration: .75s;
  -o-transition-duration: .75s;
}

.bgLayer {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 126px;
  left: 0;
  width: 100%;
  height: -moz-calc(100% - 126px);
  height: -webkit-calc(100% - 126px);
  height: -o-calc(100% - 126px);
  height: calc(100% - 126px);
}
.bgLayer img {
  object-fit: cover;
  width: 100%;
}

.roundedBtn {
  -webkit-border-radius: 1.6em;
  -khtml-border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -ms-border-radius: 1.6em;
  -o-border-radius: 1.6em;
  border-radius: 1.6em;
}

.bgcTransparent {
  background-color: transparent;
}

.bgcWhite {
  background-color: white;
}

.smoothTransition {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .hover:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}

.titleThreeDots {
  position: relative;
}
.titleThreeDots .title {
  font-family: "LatoRegular";
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
.titleThreeDots .title:after {
  content: "";
  display: block;
  margin-top: 6px;
  width: 41px;
  height: 22px;
  position: relative;
  background-image: url(../images/threeRedDots.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*Chrome CSS here*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .adjustSpacing {
    letter-spacing: -0.21em;
    word-spacing: -0.13em;
  }
}
.mobile {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .mobile {
    display: none;
  }
}
footer {
  height: 67px;
  width: 100%;
  background-color: #000;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
footer .wrap {
  position: relative;
  width: 100%;
  height: 67px;
}
footer .wrap:after {
  content: '';
  clear: both;
  display: block;
}
footer .wrap .rights {
  font-family: "LatoRegular";
  float: left;
  position: relative;
  font-size: 0.6em;
  color: #fff;
  padding-top: 8px;
}
footer .wrap .socials {
  float: right;
  position: relative;
}
footer .wrap .socials .link {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  float: left;
  margin-right: 7px;
}
footer .wrap .socials .link:last-child {
  margin-right: 0;
}
footer .wrap .socials .link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paiment {
  height: 50px;
  width: 100%;
  background-color: #000;
  position: relative;
  color: #fff;
  z-index: 10;
}
.paiment .aligner {
  width: 100%;
  height: 100%;
}
.paiment .tableCell {
  font-family: "LatoRegular";
  font-size: 0.8em;
  text-transform: uppercase;
}

.searchbox {
  z-index: 2;
  position: absolute;
  width: 290px;
  height: 40px;
  background-color: #b91219;
  padding-left: 10px;
  top: 0;
  right: 75px;
  padding-top: 15px;
  height: 75px;
  pointer-events: none;
  border: 1px solid #b91219;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  -webkit-transform: translate3d(50px, 0px, 0);
  -moz-transform: translate3d(50px, 0px, 0);
  -o-transform: translate3d(50px, 0px, 0);
  transform: translate3d(50px, 0px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchbox input {
  position: relative;
  float: left;
  width: 150px;
  height: 28px;
  border: none;
  color: #fff;
  margin-right: 18px;
  border-bottom: 1px solid #fff;
  font-family: "LatoRegular";
  font-size: 0.76em;
}
.searchbox input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}
.searchbox input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}
.searchbox input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}
.searchbox input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}
.searchbox .iconSearch {
  position: relative;
  float: left;
  color: #000;
  font-size: 0.6em;
  margin-right: 0;
  width: 100px;
  text-align: center;
  font: 0.7em "LatoRegular";
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
}

header.header {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 75px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  z-index: 10;
}
header.header .wrap1200 {
  height: 100%;
}
header.header.openSearch .searchbox {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  /* Good browsers */
  -webkit-opacity: 1;
  /* Good browsers */
  -o-opacity: 1;
  pointer-events: all;
}
header.header .logo {
  height: 100%;
  position: relative;
  display: block;
  float: left;
  width: 170px;
}
header.header .logo img {
  width: 100%;
}
header.header .tableCell {
  position: relative;
}
header.header .menu {
  width: 100%;
  height: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header.header .menu.open {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  /* Good browsers */
  -webkit-opacity: 1;
  /* Good browsers */
  -o-opacity: 1;
  pointer-events: all;
}
header.header .menu a {
  position: relative;
  float: left;
  height: 100%;
  display: block;
  text-decoration: none;
  width: 33%;
  color: #000;
  font-family: "LatoRegular";
}
header.header .menu a .redPoint {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
}
header.header .menu a .redPoint:before {
  content: "";
  position: relative;
  clear: both;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #E41D1D;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header.header .menu a.active .redPoint:before {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  /* Good browsers */
  -webkit-opacity: 1;
  /* Good browsers */
  -o-opacity: 1;
}
@media only screen and (min-width: 1025px) {
  header.header .menu a:hover .redPoint:before {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    /* Good browsers */
    -webkit-opacity: 1;
    /* Good browsers */
    -o-opacity: 1;
  }
}
header.header .right-elements {
  position: absolute;
  right: 0;
  top: 0;
}
header.header .right-elements .trapezoid {
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: 0;
  width: 75px;
}
header.header .right-elements .trapezoid .ico {
  position: absolute;
  width: 30px;
  height: 30px;
}
header.header .right-elements .trapezoid .ico img {
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  header.header .right-elements .trapezoid:hover {
    z-index: 10;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0.85;
    /* Safari 1.x */
    -khtml-opacity: 0.85;
    /* Good browsers */
    opacity: 0.85;
    /* Good browsers */
    -webkit-opacity: 0.85;
    /* Good browsers */
    -o-opacity: 0.85;
  }
}
header.header .right-elements .search {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
header.header .right-elements .search .ico {
  right: 31px;
  top: 24px;
}
header.header .right-elements .search.trapezoid {
  border-bottom: 75px solid #B91219;
  border-left: 50px solid transparent;
}
header.header .right-elements .whatsapp {
  position: absolute;
  right: 75px;
  top: 0;
  cursor: pointer;
}
header.header .right-elements .whatsapp .ico {
  right: 1px;
  top: -55px;
}
header.header .right-elements .whatsapp.trapezoid {
  border-top: 75px solid #74B43B;
  border-right: 50px solid transparent;
}

body.fixedHeader header.header {
  position: fixed;
  top: 0;
}
body.fixedHeader .wrapper {
  padding-top: 75px;
}

@media only screen and (max-width: 1150px) {
  header.header .logo {
    width: 15%;
    margin-left: 1%;
  }
  header.header .logo img {
    width: 100%;
  }
  header.header .menu {
    max-width: 60%;
  }
  header.header .right-elements .search:before {
    top: 38px;
    right: 17px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header.header .right-elements .search.trapezoid {
    width: 50px;
  }
  header.header .right-elements .whatsapp {
    right: 50px;
  }
  header.header .right-elements .whatsapp:before {
    right: -9px;
    top: -68px;
    width: 32px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header.header .right-elements .whatsapp.trapezoid {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  header.header .logo img {
    min-width: 100px;
  }
  header.header nav.menu {
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    -khtml-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.13);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    /* Good browsers */
    -webkit-opacity: 0;
    /* Good browsers */
    -o-opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 76px;
    height: auto;
    width: 100%;
    max-width: 100%;
    pointer-events: none;
    background-color: #fff;
    z-index: 10;
  }
  header.header nav.menu a {
    height: 60px;
    width: 100%;
    float: none;
    border-bottom: 1px solid #b91219;
  }
  header.header nav.menu a .redPoint {
    bottom: 5px;
  }
  header.header nav.menu a .text-upper {
    font-size: 0.76em;
  }
  header.header .right-elements .search .ico {
    right: 19px;
    top: 24px;
  }
}
.menuOnMobile a {
  height: 76px;
  width: 100px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  position: relative;
}
.menuOnMobile .wrp:after {
  content: '';
  clear: both;
  display: block;
}
.menuOnMobile .wrp .menuteText {
  float: left;
  position: relative;
  padding-right: 10px;
  font-family: "LatoRegular";
  font-size: 0.7em;
  color: #000000;
  padding-top: 6px;
}
.menuOnMobile .wrp .hambergerMenu {
  font-size: 28px;
  float: left;
  position: relative;
}

@media only screen and (max-width: 440px) {
  header.header .right-elements .search.trapezoid {
    width: 30px;
    border-left: 30px solid transparent;
  }
  header.header .right-elements .search.trapezoid .ico {
    right: 4px;
  }
  header.header .right-elements .whatsapp.trapezoid {
    right: 30px;
    width: 30px;
    border-right: 30px solid transparent;
  }
  header.header .right-elements .whatsapp.trapezoid .ico {
    right: -7px;
  }
}
.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}

.box-shadow-menu .hambergerMenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: #B91219;
  box-shadow: 0 0.25em 0 0 #B91219, 0 0.5em 0 0 #B91219;
}

.gradient-menu {
  padding-left: 1.25em;
  position: relative;
}

.gradient-menu .hambergerMenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  width: 1em;
  background: linear-gradient(to bottom, #B91219, #B91219 20%, white 20%, white 40%, #B91219 40%, #B91219 60%, white 60%, white 80%, #B91219 80%, #B91219 100%);
}

.border-menu {
  position: relative;
  padding-left: 1.25em;
}

.border-menu .hambergerMenu:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #000;
  border-bottom: 0.125em solid #000;
}

.hambergerMenu {
  position: relative;
}

.bigTitle {
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "LatoRegular";
  font-size: 1.5em;
  color: #000000;
  padding-top: 6px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 39px;
}
.bigTitle .threeDots {
  margin-top: 6px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 22px;
  position: relative;
  background-image: url(../images/threeRedDots.png);
}

.categoriesSlider {
  width: 100%;
  height: 121px;
  position: relative;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.categoriesSlider .mobileNavigation .wrp {
  width: 69px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.categoriesSlider .mobileNavigation .wrp:after {
  content: '';
  clear: both;
  display: block;
}
.categoriesSlider .mobileNavigation .btn-prev {
  background-image: url(../images/btn_prev.png);
  margin-right: 5px;
}
.categoriesSlider .mobileNavigation .btn-next {
  background-image: url(../images/btn_next.png);
}
.categoriesSlider .mobileNavigation .btn-nav {
  cursor: pointer;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
}
.categoriesSlider .mobileNavigation .btn-nav.btn-disabled {
  pointer-events: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.4;
  /* Good browsers */
  -webkit-opacity: 0.4;
  /* Good browsers */
  -o-opacity: 0.4;
}
.categoriesSlider .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.categoriesSlider .swiper-container .swiper-slide {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 311px;
  height: 110px;
  text-align: center;
  font-size: 18px;
  background-color: #656666;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease-in-out;
  -khtml-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.categoriesSlider .swiper-container .swiper-slide:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  bottom: -11px;
  width: 100%;
  background-image: url(../images/blackArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.categoriesSlider .swiper-container .swiper-slide.active {
  background-color: #000000;
}
.categoriesSlider .swiper-container .swiper-slide.active:after {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  /* Good browsers */
  -webkit-opacity: 1;
  /* Good browsers */
  -o-opacity: 1;
}
.categoriesSlider .swiper-container .swiper-slide .top {
  position: relative;
  width: 100%;
}
.categoriesSlider .swiper-container .swiper-slide .text {
  position: relative;
  font-family: "LatoRegular";
  font-size: 0.75em;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .categoriesSlider .swiper-container .swiper-slide:hover {
    background-color: #000000;
  }
}

@media only screen and (min-width: 1025px) {
  .categoriesSlider:hover .swiper-button-prev {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .categoriesSlider:hover .swiper-button-next {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}
.categoriesSlider .swiper-button-prev {
  left: 0px;
  -webkit-transform: translate3d(-70px, 0, 0);
  -moz-transform: translate3d(-70px, 0, 0);
  -o-transform: translate3d(-70px, 0, 0);
  transform: translate3d(-70px, 0, 0);
}
.categoriesSlider .swiper-button-prev:after {
  background-image: url(../images/../images/btn_prev.png);
}
.categoriesSlider .swiper-button-next {
  right: 0px;
  -webkit-transform: translate3d(70px, 0, 0);
  -moz-transform: translate3d(70px, 0, 0);
  -o-transform: translate3d(70px, 0, 0);
  transform: translate3d(70px, 0, 0);
}
.categoriesSlider .swiper-button-next:after {
  background-image: url(../images/../images/btn_next.png);
}
.categoriesSlider .swiper-btn-nav {
  -webkit-transition: transform 0.3s ease-in-out;
  -khtml-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: 70px;
  position: absolute;
  top: 0;
  height: 111px;
  margin-top: 0;
}
.categoriesSlider .swiper-btn-nav:before {
  background-color: rgba(63, 62, 60, 0.2);
  content: "";
  clear: both;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categoriesSlider .swiper-btn-nav:after {
  content: "";
  clear: both;
  display: block;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .categoriesSlider {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.prod-items {
  position: relative;
  width: 100%;
  margin-top: 26px;
  clear: both;
}
.prod-items:after {
  content: '';
  clear: both;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .prod-items {
    margin-top: 56px;
  }
}
.prod-items .item {
  position: relative;
  float: left;
  display: block;
  text-decoration: none;
  width: calc(97% / var(--size-divisor));
  height: auto;
  margin-bottom: 39px;
  margin-right: 1%;
}
.prod-items .item img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .prod-items .item {
    width: 49%;
    height: auto;
    margin-bottom: 20px;
  }
  .prod-items .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .prod-items .item:hover .more:before {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
    /* Good browsers */
    -webkit-opacity: 0.5;
    /* Good browsers */
    -o-opacity: 0.5;
  }
  .prod-items .item:hover .more .btn-discover {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    /* Good browsers */
    -webkit-opacity: 1;
    /* Good browsers */
    -o-opacity: 1;
  }
}
.prod-items .item:nth-child(4n) {
  margin-right: 0;
}
.prod-items .picture {
  position: relative;
  height: auto;
  width: 100%;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.prod-items .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prod-items .more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B91719;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prod-items .title {
  font-family: "LatoRegular";
  font-size: 0.7em;
  color: #000;
  max-width: 210px;
  height: 35px;
  overflow: hidden;
  font-weight: bold;
  padding-top: 9px;
  text-transform: uppercase;
}
.prod-items .btn-discover {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 70%;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "LatoRegular";
  font-size: 0.7em;
  padding: 0.8em 0em;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  -webkit-transform: translate3d(0px, 20px, 0);
  -moz-transform: translate3d(0px, 20px, 0);
  -o-transform: translate3d(0px, 20px, 0);
  transform: translate3d(0px, 20px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: #B91219;
}
.prod-items .btn-discover.roundedBtn {
  -webkit-border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}

.singleItemslid {
  float: left;
  position: relative;
  height: 416px;
  margin-right: 2%;
  width: -moz-calc(100% - 24.75%);
  width: -webkit-calc(100% - 24.75%);
  width: -o-calc(100% - 24.75%);
  width: calc(100% - 24.75%);
}
.singleItemslid .pagination {
  text-align: center;
}
.singleItemslid .pagination .swiper-pagination {
  position: relative;
}
.singleItemslid .pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #E1A3A3;
  width: 11px;
  height: 11px;
  margin-right: 6px;
}
.singleItemslid .pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.singleItemslid .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B91719;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.64;
  /* Safari 1.x */
  -khtml-opacity: 0.64;
  /* Good browsers */
  opacity: 0.64;
  /* Good browsers */
  -webkit-opacity: 0.64;
  /* Good browsers */
  -o-opacity: 0.64;
  z-index: 2;
}
.singleItemslid .descriptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.singleItemslid .descriptions .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.singleItemslid .descriptions .description .bigTtitle {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 539px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  color: #fff;
  font-family: "LatoRegular";
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}
.singleItemslid .descriptions .description .smallTitle {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1em;
  color: #fff;
  font-family: "LatoRegular";
  margin-bottom: 41px;
}
.singleItemslid .descriptions .description .btnDiscover {
  width: 200px;
  height: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.singleItemslid .descriptions .description .btnDiscover .tableCell {
  font-size: 0.9em;
  color: #B91219;
  font-family: "LatoRegular";
}
.singleItemslid .pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 40px;
  z-index: 3;
}
.singleItemslid .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.singleItemslid .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #656666;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease-in-out;
  -khtml-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.singleItemslid .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleItemslid .swiper-container .swiper-slide:after {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  bottom: -11px;
  width: 100%;
  background-image: url(../images/blackArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 11px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.singleItemslid .swiper-container .swiper-slide.active {
  background-color: #000000;
}
.singleItemslid .swiper-container .swiper-slide.active:after {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  /* Good browsers */
  -webkit-opacity: 1;
  /* Good browsers */
  -o-opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .singleItemslid .swiper-container .swiper-slide:hover .blob.white {
    background: white;
    box-shadow: 0 0 0 0 white;
    animation: pulse-white 2s infinite;
  }
}
.singleItemslid .swiper-container .swiper-slide .top {
  position: relative;
  width: 100%;
}
.singleItemslid .swiper-container .swiper-slide .text {
  margin-top: 12px;
  position: relative;
  font-family: "LatoRegular";
  font-size: 0.75em;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .singleItemslid .swiper-container .swiper-slide:hover {
    background-color: #000000;
  }
}

.articleDeLaSemaine {
  float: left;
  position: relative;
  width: 22.75%;
  background-color: #000;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.articleDeLaSemaine .title {
  font-family: "LatoRegular";
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-top: 26px;
  margin-bottom: 22px;
}
.articleDeLaSemaine .picture {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.articleDeLaSemaine .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.articleDeLaSemaine .bottom {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30px;
}
.articleDeLaSemaine .bottom .smallTitle {
  position: relative;
  font-family: "LatoRegular";
  color: #fff;
  margin-top: 13px;
  font-size: 0.8em;
}
.articleDeLaSemaine .bottom .smallTitle span {
  position: relative;
  color: #B91219;
  font-size: 0.8em;
}
.articleDeLaSemaine .bottom .little {
  position: relative;
  font-family: "LatoRegular";
  color: #fff;
  font-size: 0.6em;
}

@media only screen and (max-width: 1024px) {
  .wrap-two-modules .singleItemslid {
    float: none;
    width: 100%;
  }
  .wrap-two-modules .articleDeLaSemaine {
    margin-top: 20px;
    float: none;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .singleItemslid .descriptions .description .bigTtitle {
    font-size: 1.5em;
  }
}
.subscribe {
  margin-top: 42px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.subscribe .tableCell {
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe .imageLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subscribe .imageLayer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscribe .title {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 539px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  color: #fff;
  font-family: "LatoRegular";
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}
.subscribe .smalltitle {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1em;
  color: #ABA096;
  font-family: "LatoRegular";
  margin-bottom: 14px;
}
.subscribe .subscribeBox {
  /*overflow: hidden;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 42px;
  max-width: 392px;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.subscribe .subscribeBox input {
  width: -moz-calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: -o-calc(100% - 42px);
  width: calc(100% - 42px);
  border: none;
  position: relative;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  font: 0.8em "LatoRegular";
}
.subscribe .subscribeBox input::-webkit-input-placeholder {
  color: #B91219;
}
.subscribe .subscribeBox input:-moz-placeholder {
  color: #B91219;
}
.subscribe .subscribeBox input::-moz-placeholder {
  color: #B91219;
}
.subscribe .subscribeBox input:-ms-input-placeholder {
  color: #B91219;
}
.subscribe .subscribeBox a {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #B91219;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.subscribe .subscribeBox a span {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 9px;
  height: 10px;
}
.subscribe .subscribeBox a span img {
	display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .subscribe {
    margin-top: 21px;
  }
}
.tutorials {
  position: relative;
  width: 100%;
  background-color: #b91219;
  height: 383px;
  margin-top: 36px;
}
.tutorials .title {
  font-family: "LatoRegular";
  font-size: 1em;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 52px;
  text-transform: uppercase;
  font-weight: bold;
}
.tutorials .dots {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 39px;
  height: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.tutorials .dots img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tutorials .swiper-container {
  width: 100%;
  height: 100%;
}
.tutorials .swiper-container .swiper-slide {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  background-color: #656666;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease-in-out;
  -khtml-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tutorials .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .tutorials .swiper-container .swiper-slide:hover {
    background-color: #000000;
  }
}
@media only screen and (max-width: 1024px) {
  .tutorials {
    height: auto;
    margin-top: 20px;
    padding-bottom: 31px;
  }
  .tutorials .title {
    padding-top: 32px;
  }
}

.criteria-search {
  position: relative;
  width: 100%;
}
.criteria-search .dropdown {
  position: relative;
  margin-right: 5px;
}
.criteria-search .resetFormTxt {
  font-family: "LatoRegular";
  font-size: 0.8em;
  color: #000;
  text-decoration: underline;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .criteria-search .resetFormTxt:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
    /* Good browsers */
    -webkit-opacity: 0.7;
    /* Good browsers */
    -o-opacity: 0.7;
    color: #B91719;
  }
}

@media only screen and (max-width: 550px) {
  .criteria-search .dropdown {
    max-width: 100%;
  }
}
.products-page .item {
  min-height: 200px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.products-page .item .picture {
  overflow: hidden;
  border: 1px solid #F0F0F0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.products-page .item .picture .available {
	position: absolute;
	top: 15px;
	left: 15px;
	font: 14px "LatoRegular";
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
	width: 160px;
	padding: 14px 0;
}
.products-page .item .picture .available.no {
	background: #b91719;
}
.products-page .item .picture .available.yes {
	background: #000;
}
.products-page .item .picture:after {
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  /* Good browsers */
  -webkit-opacity: 0;
  /* Good browsers */
  -o-opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.products-page .item .picture .layer {
  position: absolute;
  top: 0;
  left: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.12;
  /* Safari 1.x */
  -khtml-opacity: 0.12;
  /* Good browsers */
  opacity: 0.12;
  /* Good browsers */
  -webkit-opacity: 0.12;
  /* Good browsers */
  -o-opacity: 0.12;
  background-color: #fff;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.products-page .item .outofstockTxt {
  display: none;
}
.products-page .item.outOfStock .info {
  display: none;
}
.products-page .item.outOfStock .bgcWhite {
  background-color: #B91719;
}
.products-page .item.outOfStock .outofstockTxt {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.products-page .item.outOfStock .more:before {
  content: '';
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 0.53;
  /* Safari 1.x */
  -khtml-opacity: 0.53;
  /* Good browsers */
  opacity: 0.53;
  /* Good browsers */
  -webkit-opacity: 0.53;
  /* Good browsers */
  -o-opacity: 0.53;
  background-color: #000;
  pointer-events: all;
}
.products-page .item.outOfStock .more .btn-discover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${nb * 10})";
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  /* Good browsers */
  -webkit-opacity: 1;
  /* Good browsers */
  -o-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.products-page .item .bottom {
  background-color: #000;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 13px;
  min-height: 120px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.products-page .item .bottom .smallTitle {
  position: relative;
  font-family: "LatoRegular";
  color: #fff;
  font-size: 0.8em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  letter-spacing: 0.1em;
}
.products-page .item .bottom .smallTitle span {
  position: relative;
  color: #B91219;
  font-size: 0.8em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  letter-spacing: 0.1em;
  font-weight: 900;
}
.products-page .item .bottom .little {
  position: relative;
  font-family: "LatoRegular";
  color: #fff;
  font-size: 0.6em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .products-page {
    margin-top: 36px;
  }
}
.products-page.detail {
  margin-top: 7px;
}

.productDetails {
  position: relative;
  margin-bottom: 20px;
}
.productDetails:after {
  content: '';
  clear: both;
  display: block;
}

.productDetailsSlider {
  width: 100%;
  max-width: 444px;
  height: 442px;
  position: relative;
  float: left;
}
.productDetailsSlider:before {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background-color: #000;
}
.productDetailsSlider .swiper-container {
  height: 100%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.productDetailsSlider .swiper-btn-nav {
  width: 28px;
  height: 28px;
}
.productDetailsSlider .swiper-btn-nav:after {
  content: "";
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.productDetailsSlider .swiper-btn-nav.swiper-button-next:after {
  background-image: url(../images/btn_next.png);
}
.productDetailsSlider .swiper-btn-nav.swiper-button-prev:after {
  background-image: url(../images/btn_prev.png);
}

.details-box {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 19px;
  min-height: 442px;
  padding-bottom: 19px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  float: left;
  position: relative;
  width: -moz-calc(100% - 444px);
  width: -webkit-calc(100% - 444px);
  width: -o-calc(100% - 444px);
  width: calc(100% - 444px);
  -webkit-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.details-box .detail-type {
  font-family: "LatoRegular";
  position: relative;
  color: #b91719;
  font-size: 0.8em;
}
.details-box .detail-title {
  font-family: "LatoRegular";
  position: relative;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
}
.details-box .detail-price {
  font-family: "LatoRegular";
  position: relative;
  color: #b91719;
  font-size: 0.8em;
  margin-bottom: 4px;
  font-weight: 900;
}
.details-box .description {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-top: 34px;
}
.details-box .description .description-title {
  font-family: "LatoRegular";
  position: relative;
  color: #fff;
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: bold;
}
.details-box .description .description-text {
  font-family: "LatoRegular";
  position: relative;
  color: #fff;
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 3px;
}
.details-box .description .description-text h1, .details-box .description .description-text h2, .details-box .description .description-text h3, .details-box .description .description-text h4, .details-box .description .description-text h5, .details-box .description .description-text h6 {
	font-weight: 900;
	padding: 0;
	margin: 0;
}
.details-box .description .description-text h1 {
	font-size: 1.4em;
}
.details-box .description .description-text h2 {
	font-size: 1.3em;
}
.details-box .description .description-text h3 {
	font-size: 1.2em;
}
.details-box .description .description-text h4, .details-box .description .description-text h5, .details-box .description .description-text h6 {
	font-size: 1.1em;
}
.details-box .description .description-text p:not(:first-child), .details-box .description .description-text ul:not(:first-child), .details-box .description .description-text ol:not(:first-child), .details-box .description .description-text h1:not(:first-child), .details-box .description .description-text h2:not(:first-child), .details-box .description .description-text h3:not(:first-child), .details-box .description .description-text h4:not(:first-child), .details-box .description .description-text h5:not(:first-child), .details-box .description .description-text h6:not(:first-child) {
	margin-top: 1.5em;
}
.details-box .description .description-text a {
	display: inline-block;
	text-decoration: underline;
}
.details-box .description .description-text a:hover {
	text-decoration: none;
}
.details-box .description .description-text ul li, .details-box .description .description-text ol li {
	margin-left: 2em;
}
.details-box .description .description-text ul li {
	list-style: disc;
}
.details-box .description .description-text img, .details-box .description .description-text iframe {
	max-width: 100%;
}




.details-box .buttons:after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .productDetailsSlider {
    float: none;
    width: 100%;
    margin-left: auto;
    height: 442px !important;
    margin-right: auto;
  }
  .productDetailsSlider:before {
    display: none;
  }

  .details-box {
    float: none;
    width: 100%;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
.specs {
  position: relative;
  width: 100%;
}
.specs .spec {
  position: relative;
  display: flex;
}
.specs .spec .specTitle {
  min-width: 160px;
  font-family: "LatoRegular";
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 0.8em;
}
.specs .spec .specDetail {
  font-family: "LatoRegular";
  position: relative;
  color: #fff;
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 3px;
}

.btn-add-to-cart {
  float: left;
  max-width: 180px !important;
  width: 180px;
  height: 40px;
  background-color: #fff !important;
  position: relative;
  margin-left: 0 !important;
  margin-right: 9px !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.btn-add-to-cart .btn-text {
  font-family: "LatoRegular";
  text-transform: uppercase;
  color: #b91719 !important;
  font-size: 0.8em;
  font-weight: bold;
}

.btn-pdf {
  float: left;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  max-width: 40px !important;
}
.btn-pdf .btn-text {
  font-size: 0.78em;
}

.brandPreview {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 112px;
  height: 112px;
  position: relative;
}

html.searchPageId:before {
  background-image: url(../images/bgSearch.png);
  background-size: cover;
}

.search-wrap {
  height: -moz-calc(100vh - 192px);
  height: -webkit-calc(100vh - 192px);
  height: -o-calc(100vh - 192px);
  height: calc(100vh - 192px);
  position: relative;
  width: 100%;
}

.search-box {
  height: 63px;
  padding-left: 33px;
  padding-right: 3px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 909px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #B91719;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.search-box input {
  position: relative;
  float: left;
  width: 150px;
  height: 28px;
  border: none;
  color: #fff;
  margin-right: 18px;
  font-family: "LatoRegular";
  font-size: 0.76em;
  background-color: transparent;
}
.search-box input::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.search-box input:-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.search-box input::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.search-box input:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.search-box .iconSearch {
  position: relative;
  float: left;
  color: #000;
  font-size: 0.6em;
  margin-right: 0;
  width: 100px;
  text-align: center;
  font: 0.7em "LatoRegular";
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
}
.search-box a {
  position: absolute;
  right: 19px;
  top: 0px;
  display: block;
  height: 100%;
  width: 50px;
}
.search-box a:before {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 2px;
  height: 17px;
  background-color: #fff;
}
.search-box a .ico {
  width: 23px;
  height: 23px;
  display: block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
}

.resultsText {
  font-family: "LatoRegular";
  position: relative;
  width: 100%;
  color: #000;
  font-size: 0.6em;
  margin-right: 2px;
  font-size: 1.5em;
  font-weight: bold;
}
.resultsText span {
  position: relative;
  font-size: 0.5em;
  margin-left: -3px;
}

.prod-items.marginToReduce {
  margin-top: 13px;
}

.loadingIcon {
	position: absolute;
	width: 4em;
	height: 4em;
	background: url(../images/loading_icon.gif) center no-repeat;
	background-size: 100%;
	left: 50%;
	margin-left: -2em;
	top: 0;
}

#productList .loadingIcon {
	top: auto;
	bottom: -4em;
}

#blackOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	z-index: 10000;
	display: none;
	text-align: center;
}
#blackOverlay a.close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 26px;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-o-transition: transform .3s;
}
#blackOverlay a.close:hover {
	transform: rotate(180deg) scale(1.1,1.1);
	-webkit-transform: rotate(180deg) scale(1.1,1.1);
	-moz-transform: rotate(180deg) scale(1.1,1.1);
	-ms-transform: rotate(180deg) scale(1.1,1.1);
	-o-transform: rotate(180deg) scale(1.1,1.1);
}
#blackOverlay .loadingIcon {
	top: 50%;
	margin-top: -2em;
}
#blackOverlay iframe {
	max-width: 90%;
}

#searchField {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bgSearch.png) #da8889;
	background-size: 120%;
	z-index: 5;
	display: none;
}
#searchField form {
	width: 90%;
	max-width: 1170px;
	background: #b91719;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 20px 30px;
	margin: 0 auto;
}
#searchField form input {
	border: none;
	background: none;
	outline: none;
}
#searchField form input[type=text] {
	float: left;
	width: calc(100% - 47px);
	width: -webkit-calc(100% - 47px);
	width: -moz-calc(100% - 47px);
	height: 30px;
	font: 20px "LatoRegular";
	color: #fff;
	border-right: 2px solid #fff;
}
#searchField form input[type=text]::placeholder {
	color: rgba(255,255,255,.5);
}
#searchField form input[type=submit] {
	float: right;
	width: 40px;
	height: 30px;
	background: url(../images/search_icon.png) right no-repeat;
	background-size:  auto 100%;
	cursor: pointer;
}
#searchField form input[type=submit]:hover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
}
@media screen and (max-width:768px) {
	#searchField {
		background-size: 120% 100%;
	}
	#searchField form {
		width: 80%;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		padding: 10px 20px;
	}
	#searchField form input[type=text] {
		width: calc(100% - 37px);
		width: -webkit-calc(100% - 37px);
		width: -moz-calc(100% - 37px);
		height: 25px;
		font-size: 16px;
	}
	#searchField form input[type=submit] {
		width: 30px;
		height: 25px;
	}
	.products-page .item .picture .available {
		top: 10px;
		left: 10px;
		font-size: 12px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		width: 120px;
		padding: 10px 0;
	}
}