/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/style.scss ***!
  \********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/lightgallery/css/lightgallery-bundle.css ***!
  \****************************************************************************************************************************************************************************/
@font-face {
  font-family: "lg";
  src: url(fonts/lg.woff2) format("woff2"), url(fonts/lg.ttf) format("truetype"), url(fonts/lg.woff) format("woff"), url(imgs/lg.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,R0lGODlhIAAgAPUAADExMf///zQ0NF9fX0JCQjw8PFZWVpiYmIGBgTc3N0RERDIyMoiIiJGRkUdHR2lpaXx8fD8/P3FxcUxMTMvLy7i4uLCwsJmZmXZ2dj09PcLCwqampvT09P///1dXV1xcXE9PT9ra2rKysuXl5cDAwG9vbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkECQoAAAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQJCgAAACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAkKAAAALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/swiper/swiper-bundle.min.css ***!
  \****************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-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-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

: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(0px - 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: 0.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-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

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

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

.swiper-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;
}

.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 .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/style.scss (1) ***!
  \************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

body p {
  margin: 0;
}
body a {
  text-decoration: none;
  display: inline-block;
}
body ul,
body ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body button {
  border: none;
  padding: 0;
  background-color: inherit;
}
body .card {
  box-shadow: inherit;
  border: inherit;
}
body .btn-secondary:focus,
body .btn-tertiary:focus,
body .btn-secondary.focus,
body .focus.btn-tertiary {
  background: unset;
  color: unset;
}
body .btn-primary:focus,
body .btn-primary.focus {
  background: #F39200;
  color: unset;
}
body .btn-primary:active,
body .btn-primary.active,
body .open > .btn-primary.dropdown-toggle {
  color: unset;
  background-color: #F39200;
  background-image: none;
}
body .btn-primary:active:hover,
body .btn-primary:active:focus,
body .btn-primary:active.focus,
body .btn-primary.active:hover,
body .btn-primary.active:focus,
body .btn-primary.active.focus,
body .open > .btn-primary.dropdown-toggle:hover,
body .open > .btn-primary.dropdown-toggle:focus,
body .open > .btn-primary.dropdown-toggle.focus {
  color: unset;
  background-color: #F39200;
}
body .btn-secondary:active:hover,
body .btn-tertiary:active:hover,
body .btn-secondary:active:focus,
body .btn-tertiary:active:focus,
body .btn-secondary:active.focus,
body .btn-tertiary:active.focus,
body .btn-secondary.active:hover,
body .active.btn-tertiary:hover,
body .btn-secondary.active:focus,
body .active.btn-tertiary:focus,
body .btn-secondary.active.focus,
body .active.focus.btn-tertiary,
body .open > .btn-secondary.dropdown-toggle:hover,
body .open > .dropdown-toggle.btn-tertiary:hover,
body .open > .btn-secondary.dropdown-toggle:focus,
body .open > .dropdown-toggle.btn-tertiary:focus,
body .open > .btn-secondary.dropdown-toggle.focus,
body .open > .dropdown-toggle.focus.btn-tertiary {
  color: unset;
  background-color: unset;
}
body .btn-secondary:active,
body .btn-tertiary:active,
body .btn-secondary.active,
body .active.btn-tertiary,
body .open > .btn-secondary.dropdown-toggle,
body .open > .dropdown-toggle.btn-tertiary {
  background-color: unset;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Remove padding from container set by theme
 */
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
.col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
.col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  cursor: pointer;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 100%;
}
@media (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 460px) {
  .container {
    width: 430px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 738px;
    padding: 0px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1450px;
  }
}

@media (min-width: 0px) {
  #lgcookieslaw_fixed_button {
    bottom: 60px;
    background-color: #575756;
    box-shadow: unset !important;
  }
}
@media (min-width: 1280px) {
  #lgcookieslaw_fixed_button {
    bottom: 10px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 0px) {
  body table tr td {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #575756;
  }
  body strong {
    font-weight: 500;
  }
  body .separator {
    border-color: #D8D8D8 !important;
  }
  body .bolder {
    font-weight: 500;
  }
  body .red {
    color: #BC0C0C !important;
  }
  body p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #575756;
    line-height: 19px;
    text-align: left;
  }
  body p strong {
    font-weight: 500;
    color: #575756;
  }
  body p a {
    text-align: left;
    color: #575756;
    font-weight: 500;
    text-decoration: underline;
  }
  body p a.btn-primary {
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body p a.btn-secondary {
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body p a:hover {
    color: unset;
    opacity: 0.7;
  }
  body .elementor .elementor-accordion-content p,
  body .elementor .elementor-image-hotspot-description p,
  body .elementor .elementor-tab-content p,
  body .elementor .elementor-text-editor p,
  body .elementor .elementor-toggle-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #575756;
    line-height: 19px;
  }
  body .elementor .elementor-accordion-content p a,
  body .elementor .elementor-image-hotspot-description p a,
  body .elementor .elementor-tab-content p a,
  body .elementor .elementor-text-editor p a,
  body .elementor .elementor-toggle-content p a {
    color: #575756;
    font-weight: 500;
    text-decoration: underline;
  }
  body a {
    color: #575756;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body a:hover {
    color: #575756;
  }
  body a > span {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
  }
  body a:not(.elementor-cta):hover {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.6;
  }
  body a:after {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body a:after:hover {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body span {
    color: #979797;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
  }
  body .elementor-widget-heading .elementor-heading-title {
    font-family: "Montserrat", sans-serif;
    color: #575756;
    font-weight: 300;
  }
  body .blog_description ul li {
    list-style: unset;
  }
  body .blog_description ul {
    padding-left: 0;
  }
  body .content-wrapper .content ul li {
    position: relative;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #575756;
    padding-left: 20px;
  }
  body .content-wrapper .content ul li::marker {
    content: "";
  }
  body .content-wrapper .content ul li::before {
    left: 0;
    position: absolute;
    content: "-";
    color: #261481;
    margin-right: 20px;
  }
  body .content-wrapper .content ul li a {
    text-align: left;
    color: #575756;
    font-weight: 500;
    text-decoration: underline;
    padding-right: 5px;
  }
  body .btn-outline-primary {
    color: #575756;
    border-color: #D8D8D8;
  }
  body .btn-outline-primary:hover {
    background-color: #F39200;
    border-color: #F39200;
  }
  body .btn-outline-primary:focus {
    background-color: #F39200;
    border-color: #F39200;
  }
  body .btn-outline-primary.active {
    background-color: #F39200;
    border-color: #F39200;
  }
  body .btn-outline-primary.active:hover {
    background-color: #F39200;
    border-color: #F39200;
  }
  body .elementor-text-editor ol {
    list-style-type: numeric;
    list-style-position: inside;
    counter-reset: count;
  }
  body .elementor-text-editor ol li {
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
  body .elementor-text-editor ol li:before {
    left: 0;
    position: absolute;
    counter-increment: count;
    content: counter(count);
    margin-right: 20px;
    color: #261481;
  }
  body .elementor-text-editor ul {
    list-style: unset;
  }
  body .elementor-text-editor ul li {
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
  body .elementor-text-editor ul li::marker {
    content: "";
  }
  body .elementor-text-editor ul li::before {
    left: 0;
    position: absolute;
    content: "-";
    color: #261481;
    margin-right: 20px;
  }
  body .elementor-text-editor ul li a {
    text-align: left;
    color: #575756;
    font-weight: 500;
    text-decoration: underline;
  }
  body .h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 50px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: left;
  }
  body h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 50px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: left;
  }
  body h1 span.title_cat {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 50px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: left;
  }
  body h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #575756;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 37px !important;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  body h2 {
    text-align: left;
  }
  body h2.elementor-heading-title {
    text-align: left;
  }
  body h2.line-right {
    text-align: center;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  body h2 {
    text-align: left;
  }
  body h2.elementor-heading-title {
    text-align: left;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  body h2 {
    text-align: left;
  }
  body h2.line-right {
    text-align: left !important;
    display: flex;
    height: 30px;
    margin-bottom: 80px;
    width: 100%;
  }
  body h2.line-right:after {
    content: "";
    border-bottom: 1px solid #979797;
    display: block;
    flex-grow: 1;
    margin-left: 30px;
  }
  body h2.elementor-heading-title {
    text-align: left;
  }
}
@media (min-width: 0px) {
  body .elementor-widget-heading.content-cms h2 {
    color: #261481;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  body .elementor-widget-heading.line-right .elementor-widget-container {
    display: flex;
    height: 30px;
    margin-bottom: 80px;
  }
  body .elementor-widget-heading.line-right .elementor-widget-container h2 {
    width: fit-content;
  }
  body .elementor-widget-heading.line-right .elementor-widget-container:after {
    content: "";
    border-bottom: 1px solid #979797;
    display: block;
    flex-grow: 1;
    margin-left: 30px;
  }
}
@media (min-width: 0px) {
  body h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #575756;
    margin-bottom: 20px;
  }
  body h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #575756;
    text-transform: uppercase;
  }
  body p + p {
    margin-top: 15px;
  }
  body p + ul {
    margin-top: 15px;
  }
  body ul li > a {
    text-decoration: underline;
  }
  body ul li + li {
    margin-top: 5px;
  }
  body ul.mm_columns_ul .mm_columns_li ul li {
    min-height: 20px;
  }
  body ul.mm_columns_ul .mm_columns_li ul li + li {
    margin-top: 10px;
  }
  body ul + ul,
  body ul + p,
  body ul + h3,
  body ul + h4,
  body ul + h2,
  body ul + h1,
  body ul + a {
    margin-top: 15px;
  }
  body p + h2,
  body p + h3,
  body p + h4 {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  body h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 60px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  body h1 span.title_cat {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 60px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  body h1 {
    font-family: "Montserrat", sans-serif;
    line-height: 60px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  body h1 span.title_cat {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 71px !important;
    font-weight: 300;
    color: #261481;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
}

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

.icon-actif:before {
  content: "\e915";
  color: #a3a3a2;
}

.icon-annee:before {
  content: "\e925";
  color: #a3a3a2;
}

.icon-confort:before {
  content: "\e926";
  color: #a3a3a2;
}

.icon-essentiel:before {
  content: "\e927";
  color: #a3a3a2;
}

.icon-investissement:before {
  content: "\e928";
  color: #a3a3a2;
}

.icon-svg-time:before {
  content: "\e929";
  color: #a3a3a2;
}

.icon-svg-sablier:before {
  content: "\e92a";
  color: #a3a3a2;
}

.icon-certificat_plain2:before {
  content: "\e921";
  color: #2e2a75;
}

.icon-diamant_plain2:before {
  content: "\e922";
  color: #2e2a75;
}

.icon-message_plain2:before {
  content: "\e923";
  color: #2e2a75;
  font-size: 18px !important;
}

.icon-shop_plain2:before {
  content: "\e924";
  color: #2e2a75;
}

.icon-svg-amusant:before {
  content: "\e918";
  color: #a3a3a2;
}

.icon-svg-beau-cadeau:before {
  content: "\e919";
  color: #a3a3a2;
}

.icon-svg-cadeau-inoubliable:before {
  content: "\e91a";
  color: #a3a3a2;
}

.icon-svg-casanier:before {
  content: "\e91b";
  color: #a3a3a2;
}

.icon-svg-design:before {
  content: "\e91c";
  color: #a3a3a2;
}

.icon-svg-passion:before {
  content: "\e91d";
  color: #a3a3a2;
}

.icon-svg-petit-cadeau:before {
  content: "\e91e";
  color: #3e338a;
}

.icon-svg-presse:before {
  content: "\e91f";
  color: #a3a3a2;
}

.icon-svg-utile:before {
  content: "\e920";
  color: #a3a3a2;
}

.icon-star-sharp-empty:before {
  content: "\e916";
}

.icon-star-sharp:before {
  content: "\e917";
}

.icon-heart:before {
  content: "\e900";
  color: #F9F9F9;
}

.icon-like:before {
  content: "\e901";
  color: #F9F9F9;
}

.icon-pig:before {
  content: "\e902";
  color: #F9F9F9;
}

.icon-planner:before {
  content: "\e90d";
  color: #F9F9F9;
}

.icon-star:before {
  content: "\e90e";
  color: #F9F9F9;
}

.icon-clock:before {
  content: "\e90f";
  color: #F9F9F9;
}

.icon-apple:before {
  content: "\e910";
  color: #F9F9F9;
}

.icon-cake:before {
  content: "\e911";
  color: #F9F9F9;
}

.icon-chicken:before {
  content: "\e912";
  color: #F9F9F9;
}

.icon-time:before {
  content: "\e913";
  color: #F9F9F9;
}

.icon-cup:before {
  content: "\e914";
  color: #F9F9F9;
}

.icon-logo-truck:before {
  content: "\e904";
  color: #fff;
}

.icon-logo-message:before {
  content: "\e905";
  color: #fff;
}

.icon-logo-diamond:before {
  content: "\e906";
  color: #fff;
}

.icon-logo-v:before {
  content: "\e903";
  color: #fff;
}

.icon-logo-idea:before {
  content: "\e90b";
  color: #fff;
}

.icon-logo-list:before {
  content: "\e90c";
  color: #fff;
}

.icon-logo-shop:before {
  content: "\e92b";
  color: #fff;
}

.icon-logo-penmeter:before {
  content: "\e907";
  color: #fff;
}

.icon-logo-tools:before {
  content: "\e908";
  color: #fff;
}

.icon-logo-paperpen:before {
  content: "\e909";
  color: #fff;
}

.icon-logo-chrono:before {
  content: "\e90a";
  color: #fff;
}

@media (min-width: 0px) {
  .swiper-blog-type {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-blog-type.categories-blog-trm {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
  }
  body {
    overflow-x: hidden;
  }
  #wrapper {
    padding-top: 0px;
    background: unset;
    position: relative;
    overflow-x: hidden;
  }
  .fa.fa-play-circle:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBmaWxsPSIjNTc1NzU2IiBkPSJNNTQ5LjY1NSAxMjQuMDgzYy02LjI4MS0yMy42NS0yNC43ODctNDIuMjc2LTQ4LjI4NC00OC41OTdDNDU4Ljc4MSA2NCAyODggNjQgMjg4IDY0UzExNy4yMiA2NCA3NC42MjkgNzUuNDg2Yy0yMy40OTcgNi4zMjItNDIuMDAzIDI0Ljk0Ny00OC4yODQgNDguNTk3LTExLjQxMiA0Mi44NjctMTEuNDEyIDEzMi4zMDUtMTEuNDEyIDEzMi4zMDVzMCA4OS40MzggMTEuNDEyIDEzMi4zMDVjNi4yODEgMjMuNjUgMjQuNzg3IDQxLjUgNDguMjg0IDQ3LjgyMUMxMTcuMjIgNDQ4IDI4OCA0NDggMjg4IDQ0OHMxNzAuNzggMCAyMTMuMzcxLTExLjQ4NmMyMy40OTctNi4zMjEgNDIuMDAzLTI0LjE3MSA0OC4yODQtNDcuODIxIDExLjQxMi00Mi44NjcgMTEuNDEyLTEzMi4zMDUgMTEuNDEyLTEzMi4zMDVzMC04OS40MzgtMTEuNDEyLTEzMi4zMDV6bS0zMTcuNTEgMjEzLjUwOFYxNzUuMTg1bDE0Mi43MzkgODEuMjA1LTE0Mi43MzkgODEuMjAxeiIvPjwvc3ZnPg==);
    display: block;
    color: #575756;
    width: 80px;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  .elementor > .elementor-inner > .elementor-section-wrap > section {
    margin-bottom: 180px;
  }
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0px !important;
  }
  .no-margin {
    margin-bottom: 0px !important;
  }
  .no-margin h2 {
    margin-bottom: 20px !important;
  }
  .m-100 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  .m-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  .elementor > .elementor-inner > .elementor-section-wrap > section {
    margin-bottom: 220px;
  }
}
button:focus {
  outline: unset;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: unset;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #F39200;
}

.elementor-widget-button:not(.btn-secondary) .elementor-widget-container a.elementor-button {
  background-color: rgb(243, 146, 0);
  padding: 13px 50px;
  border-radius: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-button:not(.btn-secondary) .elementor-widget-container a.elementor-button .elementor-button-text {
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
}
.elementor-widget-button:not(.btn-secondary) .elementor-widget-container a.elementor-button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  background-color: rgba(243, 146, 0, 0.7);
}

.btn-third {
  background-color: rgb(52, 49, 148);
  color: white !important;
  font-size: 15px;
  padding: 13px 50px;
  border-radius: unset;
  font-weight: 300;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn-third:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(52, 49, 148, 0.7);
  color: #FFFFFF !important;
}

.btn-secondary {
  background: unset;
}
.btn-secondary:hover {
  background: unset;
}
.btn-secondary:not(.elementor-widget-button) {
  background-color: transparent;
  color: #F39200;
  font-size: 15px;
  padding: 13px 50px;
  border: 1px solid rgb(243, 146, 0);
  font-weight: 300;
  text-decoration: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary:not(.elementor-widget-button):hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #F39200;
  border: 1px solid rgba(243, 146, 0, 0.7);
  font-weight: 500;
}
.btn-secondary:not(.elementor-widget-button).red {
  border: 1px solid rgb(188, 12, 12);
  color: #BC0C0C;
  text-decoration: unset;
}
.btn-secondary:not(.elementor-widget-button).red:hover {
  border: 1px solid rgba(188, 12, 12, 0.7);
  color: #BC0C0C;
}
.btn-secondary.products {
  padding: 0 !important;
  border: 0 !important;
  transition: unset;
}
.btn-secondary.elementor-widget-button .elementor-widget-container a.elementor-button {
  background-color: transparent;
  color: #F39200;
  border: 1px solid rgb(243, 146, 0);
  border-radius: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary.elementor-widget-button .elementor-widget-container a.elementor-button .elementor-button-text {
  color: #F39200;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.btn-secondary.elementor-widget-button .elementor-widget-container a.elementor-button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(243, 146, 0, 0.7);
  color: #F39200;
  background-color: transparent;
}
.btn-secondary.elementor-widget-button .elementor-widget-container a.elementor-button:hover .elementor-button-text {
  font-weight: 500;
}

.btn-primary {
  background-color: rgb(243, 146, 0) !important;
  color: white !important;
  font-size: 15px;
  padding: 13px 50px;
  border-radius: unset;
  font-weight: 300;
  text-decoration: none !important;
  text-align: center;
  border: unset !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(243, 146, 0, 0.7) !important;
  color: #FFFFFF !important;
}

.cdpcp-compare-btn {
  margin-bottom: 0px !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: unset;
}
.cdpcp-compare-btn.btn-tertiary:hover {
  border: unset;
}
.cdpcp-compare-btn.cdpcp-compare-btn--loading {
  color: #F39200;
}
.cdpcp-compare-btn.cdpcp-compare-btn--loading.cdpcp-compare-btn--add {
  color: #F39200;
}
.cdpcp-compare-btn.cdpcp-compare-btn--loading.cdpcp-compare-btn--add:before {
  display: none;
}
.cdpcp-compare-btn.cdpcp-compare-btn--loading.cdpcp-compare-btn--remove:before {
  display: none;
}
.cdpcp-compare-btn.cdpcp-compare-btn--loading {
  color: #F39200;
}
.cdpcp-compare-btn.cdpcp-compare-btn--loading:before {
  color: #F39200;
}
.cdpcp-compare-btn.cdpcp-compare-btn--add:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  content: "\f074";
  display: block;
  font-size: 20px;
  color: #F39200;
}
.cdpcp-compare-btn.cdpcp-compare-btn--remove:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  content: "\f00d";
  display: block;
  font-size: 20px;
  color: #F39200;
}
.cdpcp-compare-btn .cdpcp-icon-add {
  display: none !important;
}
.cdpcp-compare-btn .cdpcp-icon-remove {
  display: none !important;
}
.cdpcp-compare-btn .cdpcp-compare-btn__text {
  display: none !important;
}
.cdpcp-compare-btn .cdpcp-compare-btn__text {
  display: none !important;
}

body#checkout .condition-label {
  margin-left: 2rem;
  padding-left: 0px;
  position: unset;
}

#js-delivery .order-options {
  position: relative;
}
#js-delivery .order-options .custom-checkbox {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: fit-content;
  background-color: unset;
}

@media (min-width: 0px) {
  form .trm-customcheckbox-text {
    margin-left: 2rem;
    padding-left: 0px;
    position: unset;
  }
  form label {
    color: #575756;
    font-size: 15px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
  }
  form #bc-subject,
  form #bc-name,
  form #bc-email,
  form #bc-comment,
  form #bc-capcha {
    background-color: #F9F9F9;
    color: #575756;
    border: unset;
    border-radius: unset;
    margin-bottom: 50px;
    height: 50px;
  }
  form .form-control {
    background-color: #F9F9F9;
    color: #575756;
    border: unset;
    border-radius: unset;
    margin-bottom: 50px;
    min-height: 50px;
  }
  form .form-control:focus {
    outline: unset;
    background-color: #F9F9F9;
    color: #575756;
  }
  form .input-group.focus {
    outline: unset;
  }
  form button,
  form input,
  form optgroup,
  form select,
  form textarea {
    font-family: "Montserrat", sans-serif;
  }
  form input[type=text]:not(.open),
  form input[type=email]:not(.open) {
    height: 50px;
    background-color: #F9F9F9;
    border: unset;
    margin-bottom: 48px;
    width: 100%;
    outline: unset;
    padding-left: 30px;
  }
  form .custom-radio input[type=radio]:checked + span {
    background-color: #261481 !important;
  }
  form input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  form input[type=submit] {
    cursor: pointer;
  }
  form .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #F9F9F9;
  }
  form #gdpr_consent .custom-checkbox {
    display: inline;
    position: relative;
    background-color: unset;
    height: auto;
    width: auto;
  }
  form #gdpr_consent .custom-checkbox .psgdpr_consent_message span:nth-child(3) {
    float: right;
    width: 95%;
  }
  form label.checkbox:hover input ~ .custom-checkbox:after {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  form .custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
  }
  form label.checkbox input:checked ~ .custom-checkbox:after {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  form label.checkbox .custom-checkbox:after {
    display: block;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #575756;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  form label.checkbox {
    cursor: pointer;
  }
  form .form-group.row {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  form .form-group.row .input-group-btn .btn {
    height: 50px !important;
  }
  form .form-group.row input {
    margin-bottom: 0px !important;
  }
  form .form-group.row .custom-checkbox {
    display: inline;
    position: relative;
    background-color: unset;
    height: auto;
    width: auto;
  }
  form .form-group.row > * {
    width: 100%;
    text-align: left;
  }
  form .form-fields .form-group.row {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  form .form-fields .form-group.row input {
    margin-bottom: 0px !important;
  }
  form .form-fields .form-group.row > label {
    width: 100% !important;
    text-align: left;
    color: #575756;
    font-weight: 300;
    font-size: 15px;
  }
  form .form-fields .form-group.row > div {
    width: 100%;
  }
  form .form-fields .form-control-comment {
    display: none;
  }
}

@media (min-width: 0px) {
  .searchbar-trm {
    position: absolute;
    top: 60px;
    right: 10px;
    overflow: hidden;
    width: 200px;
    height: 26px;
  }
  .searchbar-trm > form input[type=text] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: unset;
    outline: unset;
    color: #261481;
    padding-bottom: 5px;
    border-bottom: 1px solid #979797;
    position: absolute;
    left: 100%;
  }
  .searchbar-trm > form input[type=text].open {
    left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .searchbar-trm > form input[type=text]::placeholder {
    color: #575756;
  }
  .searchbar-trm > form input[type=submit] {
    width: 22px;
    height: 22px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    display: none;
  }
  .searchbar-trm > form input[type=submit].active {
    display: block;
    z-index: 2;
  }
  .searchbar-trm #show-input {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .searchbar-trm #show-input.active:after {
    color: #F39200;
  }
  .searchbar-trm #show-input.active:hover:after {
    color: #F39200;
  }
  .searchbar-trm #show-input:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f002";
    font-size: 20px;
    color: #261481;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
  }
  .searchbar-trm #show-input:hover:after {
    color: #261481;
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .searchbar-trm {
    position: relative;
    margin-right: 38px;
    top: 0px;
    right: 0px;
  }
  .searchbar-trm > form:after {
    right: 0px;
    position: absolute;
  }
}
#_desktop_user_info {
  display: flex;
  align-items: center;
}
#_desktop_user_info .user-info {
  margin-right: 38px;
}
#_desktop_user_info .user-info a span {
  display: none;
  margin-left: 20px;
  color: #575756;
}
#_desktop_user_info .user-info .logout {
  margin-left: 25px;
}
#_desktop_user_info .user-info i.user-loggout:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  content: "\f007";
  font-size: 20px;
  color: #575756;
}
#_desktop_user_info .user-info i.user-logged:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  content: "\f007";
  font-size: 20px;
  color: #F39200;
}
#_desktop_user_info .user-info .display-in-mm {
  display: none;
}
@media (min-width: 1024px) {
  #_desktop_user_info .user-info a {
    display: flex;
  }
  #_desktop_user_info .user-info a span {
    display: flex;
  }
  #_desktop_user_info .user-info .display-in-mm {
    display: block !important;
  }
  #_desktop_user_info .user-info i.user-loggout:before {
    color: #261481;
  }
}

@media (min-width: 0px) {
  .blockcart .active-cart i.shopping-cart {
    color: #F39200 !important;
  }
  .blockcart i.shopping-cart {
    color: #575756;
  }
  .blockcart .cart-products-count {
    color: #575756;
  }
}
@media (min-width: 1280px) {
  .blockcart .active-cart i.shopping-cart {
    color: #261481 !important;
  }
  .blockcart i.shopping-cart {
    color: #261481;
  }
  .blockcart .cart-products-count {
    color: #261481;
  }
}
@media (min-width: 0px) {
  #wrapper .breadcrumb li:after {
    content: "\f178" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 10px;
  }
  #wrapper .breadcrumb li:last-child:after {
    content: "" !important;
  }
  #wrapper .breadcrumb li span {
    font-size: 10px;
    color: #575756;
  }
}
@media (min-width: 1280px) {
  #index #wrapper .container,
  #cms #wrapper .container,
  #ybc_blog_page #wrapper .container,
  #category #wrapper .container,
  #product #wrapper .container,
  #contact #wrapper .container,
  #search #wrapper .container {
    position: relative;
  }
  #index #wrapper .container .breadcrumb,
  #cms #wrapper .container .breadcrumb,
  #ybc_blog_page #wrapper .container .breadcrumb,
  #category #wrapper .container .breadcrumb,
  #product #wrapper .container .breadcrumb,
  #contact #wrapper .container .breadcrumb,
  #search #wrapper .container .breadcrumb {
    top: 145px;
    width: 25.5%;
    z-index: 2;
    padding-right: 30px;
    position: absolute;
  }
  #product #wrapper .container .breadcrumb {
    width: 40%;
    padding-right: 0px;
  }
}
@media (min-width: 0px) {
  .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f053";
    color: #575756;
  }
  .swiper-button-next:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f054";
    color: #575756;
  }
  .block_content li {
    padding: 0px !important;
    margin-top: 0px !important;
  }
  .my-featured-products {
    position: relative;
  }
  .my-featured-products .swiper-button-prev {
    left: -10px;
  }
  .my-featured-products .swiper-button-next {
    right: -10px;
  }
  .elementor-widget-trm-cms-categories .swiper-button-prev {
    left: 0px;
  }
  .elementor-widget-trm-cms-categories .swiper-button-next {
    right: 0px;
  }
  .swiper .swiper-wrapper.products {
    flex-wrap: unset;
    display: -webkit-inline-box;
  }
  .swiper .swiper-wrapper.ybc-blog-related-posts-list {
    margin-left: 0px;
  }
  .swiper .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .swiper .swiper-slide.cms, .swiper .swiper-slide.blog-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .swiper .swiper-slide.cms .wrapper, .swiper .swiper-slide.blog-item .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .swiper .swiper-slide.cms img, .swiper .swiper-slide.blog-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 170px;
  }
  .swiper .swiper-slide.cms .bottom-wrapper, .swiper .swiper-slide.blog-item .bottom-wrapper {
    width: 100%;
    background-color: #F9F9F9;
    padding: 50px 35px;
  }
  .swiper .swiper-slide.cms .bottom-wrapper .btn-primary, .swiper .swiper-slide.blog-item .bottom-wrapper .btn-primary {
    margin-top: 30px;
    text-align: left;
  }
  .swiper .swiper-slide.cms .ybc_item_img, .swiper .swiper-slide.blog-item .ybc_item_img {
    position: relative;
    width: 100%;
  }
  .swiper .swiper-slide.cms .ybc_item_img .post-date, .swiper .swiper-slide.blog-item .ybc_item_img .post-date {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #FFFFFF;
    padding: 7px 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #575756;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content, .swiper .swiper-slide.cms .ybc-blog-post-content-single, .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content, .swiper .swiper-slide.blog-item .ybc-blog-post-content-single {
    width: 100%;
    background-color: #F9F9F9;
    padding: 30px 20px;
    min-height: 300px;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content .btn-primary, .swiper .swiper-slide.cms .ybc-blog-post-content-single .btn-primary, .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content .btn-primary, .swiper .swiper-slide.blog-item .ybc-blog-post-content-single .btn-primary {
    margin-top: 30px;
    text-align: left;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content .ybc-blog-categories, .swiper .swiper-slide.cms .ybc-blog-post-content-single .ybc-blog-categories, .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content .ybc-blog-categories, .swiper .swiper-slide.blog-item .ybc-blog-post-content-single .ybc-blog-categories {
    float: unset;
    margin-bottom: 20px;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content .ybc-blog-categories .be-categories, .swiper .swiper-slide.cms .ybc-blog-post-content-single .ybc-blog-categories .be-categories, .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content .ybc-blog-categories .be-categories, .swiper .swiper-slide.blog-item .ybc-blog-post-content-single .ybc-blog-categories .be-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a, .swiper .swiper-slide.cms .ybc-blog-post-content-single .ybc-blog-categories .be-categories a, .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a, .swiper .swiper-slide.blog-item .ybc-blog-post-content-single .ybc-blog-categories .be-categories a {
    color: #575756;
    background: #FFFFFF;
    padding: 7px 10px;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a:not(:last-child), .swiper .swiper-slide.cms .ybc-blog-post-content-single .ybc-blog-categories .be-categories a:not(:last-child), .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a:not(:last-child), .swiper .swiper-slide.blog-item .ybc-blog-post-content-single .ybc-blog-categories .be-categories a:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .swiper .swiper-slide.cms .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a:hover, .swiper .swiper-slide.cms .ybc-blog-post-content-single .ybc-blog-categories .be-categories a:hover, .swiper .swiper-slide.blog-item .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a:hover, .swiper .swiper-slide.blog-item .ybc-blog-post-content-single .ybc-blog-categories .be-categories a:hover {
    color: #575756;
    opacity: 0.7;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: #575756;
    font-size: 1px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .elementor-element .ybc_block_latest {
    padding-left: 40px;
    padding-right: 40px;
  }
  .elementor-element .ybc_block_latest .swiper-button-prev,
  .elementor-element .ybc_block_latest .swiper-button-next {
    top: 50%;
  }
  .elementor-element .ybc_block_latest .swiper-button-prev {
    left: 0px;
  }
  .elementor-element .ybc_block_latest .swiper-button-next {
    right: 0px;
  }
  .my-featured-products {
    position: relative;
  }
  .my-featured-products .swiper-button-prev {
    left: 0px;
  }
  .my-featured-products .swiper-button-next {
    right: 0px;
  }
}
@media (min-width: 1024px) {
  #blog-list {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper .swiper-wrapper.products {
    flex-wrap: unset;
  }
  .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper .swiper-wrapper .swiper-slide.cms, .swiper .swiper-wrapper .swiper-slide.blog-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .swiper .swiper-wrapper .swiper-slide.cms .wrapper, .swiper .swiper-wrapper .swiper-slide.blog-item .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .swiper .swiper-wrapper .swiper-slide.cms img, .swiper .swiper-wrapper .swiper-slide.blog-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 280px;
  }
  .swiper .swiper-wrapper .swiper-slide.cms .bottom-wrapper, .swiper .swiper-wrapper .swiper-slide.blog-item .bottom-wrapper {
    width: 100%;
    background-color: #F9F9F9;
    padding: 50px 35px;
  }
  .swiper .swiper-wrapper .swiper-slide.cms .bottom-wrapper .btn-primary, .swiper .swiper-wrapper .swiper-slide.blog-item .bottom-wrapper .btn-primary {
    margin-top: 30px;
  }
  .swiper .swiper-wrapper .swiper-slide .ybc-blog-latest-post-content .ybc-blog-categories .be-categories a:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .swiper {
    max-width: 1000px;
  }
}
@media (min-width: 1440px) {
  .swiper {
    max-width: 1210px;
  }
  .swiper .swiper-wrapper {
    padding-left: 60;
    align-items: end;
  }
  .swiper .swiper-wrapper .swiper-slide.cms .wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) {
  .lg-counter {
    color: #FFFFFF;
  }
  .lg-counter > span {
    color: #FFFFFF;
  }
  .lg-backdrop {
    background-color: #1C1C1C;
    opacity: 0.95 !important;
  }
  .lg-outer .lg-thumb-outer {
    background-color: unset;
    opacity: 0.95 !important;
  }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border: 1px solid #F39200 !important;
  }
  .lg-outer .lg-thumb-item {
    border-radius: 0px;
  }
  .lg-toolbar .lg-icon {
    color: #FFFFFF;
  }
  .lg-toolbar .lg-icon:hover {
    opacity: 0.7;
  }
  .lg-next, .lg-prev {
    background-color: transparent;
  }
  .lg-next:hover, .lg-prev:hover {
    opacity: 0.7;
  }
  .lg-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #FFFFFF;
    font-size: 30px;
  }
  .lg-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #FFFFFF;
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .lg-outer {
    width: 80%;
    left: 10%;
  }
}
@media (min-width: 0px) {
  #ybc_blog_page .blog-paggination .links {
    color: #FFFFFF;
    flex-wrap: wrap;
  }
  #ybc_blog_page .blog-paggination .links > * {
    width: 40px;
  }
  #ybc_blog_page .blog-paggination .links > a {
    margin-bottom: 20px;
  }
  #ybc_blog_page .blog-paggination .links > a:not(:last-child) {
    margin-right: 20px;
  }
  #ybc_blog_page .blog-paggination .links > b {
    border: 1px solid #F9F9F9;
    background-color: #F39200;
  }
  #ybc_blog_page .blog-paggination .links > b:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .sticky-menu {
    width: 100%;
  }
  .sticky-menu > ul {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sticky-menu > ul > li:last-child {
    background-color: #575756;
    border-right: 0px;
  }
  .sticky-menu > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 20%;
    margin-top: 0px;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: relative;
    background-color: #F9F9F9;
  }
  .sticky-menu > ul li > ul {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: -1;
    top: 50px;
    transition: all 0.3s ease;
  }
  .sticky-menu > ul li > ul.open {
    top: -75px;
    transition: all 0.3s ease;
  }
  .sticky-menu > ul li > ul li {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #575756;
  }
  .sticky-menu > ul li > ul li i:before {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    color: #575756;
    font-size: 27px;
  }
  .sticky-menu > ul li > ul li:before {
    color: #575756;
  }
  .sticky-menu > ul li:hover {
    transition: opacity 0.3s ease;
  }
  .sticky-menu > ul li:hover:before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .sticky-menu > ul li > a {
    width: 100%;
    height: 100%;
    color: #575756;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .sticky-menu > ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 27px;
    color: #575756;
  }
  .sticky-menu > ul li:nth-last-child(2) {
    border-right: 0px;
  }
  .sticky-menu > ul li.share {
    display: flex;
    flex-direction: column;
  }
  .sticky-menu > ul li.share.open {
    background: #575756;
  }
  .sticky-menu > ul li.share.open:before {
    color: #FFFFFF;
  }
  .sticky-menu > ul li.share:before {
    position: absolute;
    content: "\f064";
  }
  .sticky-menu > ul li.wishlist:before {
    content: "\f004";
  }
  .sticky-menu > ul li#print-product:before {
    content: "\f1c1";
  }
  .sticky-menu > ul li#print-product a {
    font-size: 0;
    text-indent: -9999px;
  }
  .sticky-menu > ul li.compare-products > form {
    width: 100%;
    height: 100%;
  }
  .sticky-menu > ul li.compare-products > form > button {
    width: 100%;
    height: 100%;
    border: unset;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    transition: color 0.3s ease;
  }
  .sticky-menu > ul li.compare-products > form > button:hover {
    border: unset;
  }
  .sticky-menu > ul li.compare-products > form > button:disabled {
    opacity: 1;
  }
  .sticky-menu > ul li.compare-products > form > button:disabled:before {
    color: #575756;
    transition: color 0.3s ease;
  }
  .sticky-menu > ul li.compare-products > form > button:disabled #cdpcp-compare-now-count {
    display: none;
  }
  .sticky-menu > ul li.compare-products > form > button:before {
    content: "\f074";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #F39200;
    font-size: 25px;
    margin-right: 5px;
  }
  .sticky-menu > ul li.compare-products > form > button > #cdpcp-compare-now-count::before {
    content: "(";
  }
  .sticky-menu > ul li.compare-products > form > button > #cdpcp-compare-now-count::after {
    content: ")";
  }
  .sticky-menu > ul li.user-loggin {
    display: flex;
    justify-content: center;
  }
  .sticky-menu > ul li.user-loggin #_desktop_user_info .user-info {
    margin-right: 0px;
  }
  .sticky-menu > ul li.contact:before {
    content: "\f0e0";
  }
  .sticky-menu > ul li.fb-messenger:before {
    content: "\f39f";
    font-family: "Font Awesome 5 Brands" !important;
  }
  .sticky-menu > ul li.to-top {
    position: absolute;
    right: 0px;
    bottom: 60px;
    cursor: pointer;
  }
  .sticky-menu > ul li.to-top:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f077";
    color: #FFFFFF;
  }
  #category ul li.share {
    display: none;
  }
  #product ul li.fb-messenger {
    display: none;
  }
  #product ul li.share {
    display: none;
  }
}
@media (min-width: 1280px) {
  .sticky-menu > ul {
    width: 76px;
    flex-direction: column;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    bottom: unset;
  }
  .sticky-menu > ul li {
    width: 100%;
  }
  .sticky-menu > ul li.user-loggin {
    display: none;
  }
  .sticky-menu > ul li#mobile-cart {
    display: none;
  }
  .sticky-menu > ul li.to-top {
    position: unset;
  }
  .sticky-menu > ul li > ul {
    flex-direction: row;
    top: 0px;
    left: 76px;
    width: auto;
    transition: all 0.3s ease;
  }
  .sticky-menu > ul li > ul.open {
    top: 0px;
    left: -114px;
    transition: all 0.3s ease;
  }
  .sticky-menu > ul li > ul li {
    width: 76px;
    height: 50px;
    border-bottom: 0px;
    border-right: 1px solid #575756 !important;
  }
  .sticky-menu > ul li > ul li:hover i {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  #category ul li.share,
  #product ul li.share {
    display: flex;
  }
  #category ul li.fb-messenger,
  #product ul li.fb-messenger {
    display: flex;
  }
}
@media (min-width: 0px) {
  .pagination ul.page-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pagination ul.page-list li + li {
    margin-top: 0px;
  }
  .pagination ul.page-list li {
    margin-bottom: 20px;
    margin-right: 10px;
    min-width: 40px;
  }
  .pagination ul.page-list li span.spacer {
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #F9F9F9;
  }
  .pagination ul.page-list li.current a {
    color: #F39200;
  }
  .pagination ul.page-list li a {
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #F9F9F9;
    color: #575756;
    font-size: 15px !important;
    font-weight: 300;
  }
  .pagination ul.page-list li a.next {
    width: fit-content;
    padding: 0px 30px;
  }
  .pagination ul.page-list li a.next i {
    display: none;
  }
  .pagination ul.page-list li a.previous {
    width: fit-content;
    padding: 0px 30px;
  }
  .pagination ul.page-list li a.previous i {
    display: none;
  }
}
@media (min-width: 1280px) {
  .pagination {
    display: flex;
    flex-direction: row;
  }
  .pagination .summary {
    width: 40%;
  }
  .pagination ul.page-list li a.next {
    margin-left: 20px;
  }
  .pagination ul.page-list li a.previous {
    margin-right: 20px;
  }
}
@media (min-width: 0px) {
  .section-reviews > .container > .row {
    text-align: center;
  }
  .section-reviews > .container > .row:nth-child(1) {
    display: none;
  }
  .section-reviews > .container > .row #swiper-review {
    overflow: hidden;
    position: relative;
  }
  .section-reviews > .container > .row #swiper-review .comment-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .comment-date {
    margin-bottom: 15px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars {
    margin-bottom: 40px;
    height: 0px;
    min-width: 180px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars.no-ratings {
    display: none;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content {
    margin-left: 0px;
    height: 20px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-empty .star {
    width: 20px !important;
    background: unset;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-empty .star:nth-child(6) {
    display: none;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-empty .star:not(:last-child) {
    margin-right: 15px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-empty .star:before {
    color: #261481;
    content: "\f005";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-full .star-on {
    background: unset;
    width: 20px !important;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-full .star-on:not(:last-child) {
    margin-right: 15px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .grade-stars .star-content.star-full .star-on:before {
    color: #261481;
    content: "\f005";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .comment-author {
    margin-bottom: 15px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .short-description {
    margin-bottom: 15px;
  }
  .section-reviews > .container > .row #swiper-review .comment-content .comment-buttons > a {
    color: #261481;
  }
}
@media (min-width: 0px) {
  .youtube-video-list {
    margin-bottom: 0px;
  }
}

.youtube-video p {
  text-align: center;
  margin-bottom: 20px;
}
.youtube-video .lightgallery-video {
  position: relative;
  display: inline-block;
}
.youtube-video .lightgallery-video a .youtube-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  pointer-events: none;
}
.youtube-video .lightgallery-video a img {
  display: block;
  width: 100%; /* Assure que l'image occupe toute la largeur disponible */
}

@media (min-width: 0px) {
  .youtube-video-list {
    margin-bottom: 180px;
    position: relative;
    width: 100%;
  }
  .youtube-video-list .wrapper {
    width: 100%;
  }
  .youtube-video-list .wrapper .youtube-video {
    width: 100%;
  }
  .youtube-video-list .wrapper .youtube-video .lightgallery-video {
    width: 100%;
  }
  .youtube-video-list .wrapper .youtube-video .lightgallery-video > a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .youtube-video-list .wrapper .youtube-video .lightgallery-video > a img {
    width: 100%;
    max-width: 330px;
    object-fit: cover;
    object-position: center;
    height: 185px;
  }
}

.video-list-wrapper {
  margin-bottom: 180px;
  position: relative;
  width: 100%;
}
.video-list-wrapper #panel-list {
  width: 100%;
}
@media (min-width: 0px) {
  .video-list-wrapper #panel-list .youtube-video {
    width: 100%;
    margin-bottom: 50px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .video-list-wrapper #panel-list .youtube-video p {
    text-align: center;
    margin-bottom: 20px;
  }
  .video-list-wrapper #panel-list .youtube-video .lightgallery-video {
    width: 100%;
  }
  .video-list-wrapper #panel-list .youtube-video .lightgallery-video > a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .video-list-wrapper #panel-list .youtube-video .lightgallery-video > a img {
    width: 100%;
    max-width: 330px;
    object-fit: cover;
    object-position: center;
    height: 185px;
  }
}
@media (min-width: 1024px) {
  .video-list-wrapper #panel-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .video-list-wrapper #panel-list .youtube-video {
    width: calc((100% - (2 - 1) * 40px) / 2);
    margin-bottom: 50px;
  }
  .video-list-wrapper #panel-list .youtube-video:nth-child(n) {
    margin-right: 40px;
  }
  .video-list-wrapper #panel-list .youtube-video:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .video-list-wrapper #panel-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .video-list-wrapper #panel-list .youtube-video {
    max-width: 400px;
    width: calc((100% - (3 - 1) * 40px) / 3);
    margin-bottom: 50px;
  }
  .video-list-wrapper #panel-list .youtube-video:nth-child(n) {
    margin-right: 40px;
  }
  .video-list-wrapper #panel-list .youtube-video:nth-child(3n) {
    margin-right: 0;
  }
  .video-list-wrapper #panel-list .youtube-video .lightgallery-video > a img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    object-position: center;
    height: 220px;
  }
}
@media (min-width: 0px) {
  .video-list-wrapper #loader {
    width: 75px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 1280px) {
  .video-list-wrapper #loader {
    width: 100px;
    height: auto;
  }
}

@media (min-width: 0px) {
  #cdpcp-compare-modal .modal-content .modal-header > .modal-title {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  #cdpcp-compare-modal .modal-content .modal-header > a {
    display: none;
  }
  #cdpcp-compare-modal .modal-content .modal-header > a:hover {
    color: #261481;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row .cdpcp-table-actions > * {
    margin-bottom: 15px;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__product-link {
    margin-bottom: 20px;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__quickview {
    margin-bottom: 20px;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-icon-quickview {
    display: none;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__desc {
    margin-bottom: 20px;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__feature-row.cdpcp-highlight .price {
    color: white !important;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__feature-row.cdpcp-highlight .regular-price {
    color: white !important;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__feature-row:hover {
    outline: 1px solid #575756;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__cell-inner .cdpcp-table__cell-mobile-header {
    font-weight: 500 !important;
    padding-bottom: 10px;
    color: #575756;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__cell-inner .cdpcp-table__prices .price {
    font-weight: 300;
    color: #575756;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__cell-inner .cdpcp-table__prices .discount-percentage {
    display: none;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__cell-inner .cdpcp-table__prices .regular-price {
    font-weight: 300;
    color: #261481;
  }
}
@media (min-width: 768px) {
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-icon-quickview {
    display: none;
  }
  #cdpcp-compare-modal .modal-content .modal-body .row #cdpcp-table .cdpcp-table__feature-cell--name {
    font-weight: 500 !important;
    color: #575756;
  }
}

@media (min-width: 0px) {
  #cashback-summary {
    border: 2px solid #BC0C0C;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #cashback-summary > a {
    text-decoration: underline;
  }
  #cashback-summary .cashback-title {
    color: #BC0C0C;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1.1rem;
  }
  #cashback-summary .cashback-subtitle {
    color: #BC0C0C;
    margin-top: 5px !important;
    text-transform: uppercase;
    margin-bottom: 12px !important;
  }
  #cashback-summary .cashback-author {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  #cashback-summary .cashback-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #cashback-summary .cashback-item p.cashback-title {
    color: #bc0c0c;
    text-transform: uppercase;
    font-weight: 500;
  }
  #cashback-summary .cashback-item .product-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #cashback-summary .cashback-item .product-wrapper a {
    padding-top: 5px;
    text-decoration: underline;
  }
  #cashback-summary .cashback-item:nth-child(1) {
    padding-top: 0px !important;
  }
  #cashback-summary .cashback-item:nth-last-child(2) {
    border-bottom: unset;
  }
}
@media (min-width: 1280px) {
  #cashback-summary {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 0px) {
  #blockcart-modal .product-image {
    margin: 0 auto 0 auto;
  }
  #blockcart-modal .cart-content {
    margin-top: 20px;
    padding-left: 0px;
  }
  #blockcart-modal .cart-content .cart-summary-line.calculated-step {
    margin-top: 15px;
  }
  #blockcart-modal .cart-content .cart-summary-line.calculated-step > p {
    justify-content: flex-start;
  }
  #blockcart-modal .cart-content .cart-summary-line.calculated-step i:hover {
    cursor: pointer;
  }
  #blockcart-modal .cart-content .cart-summary-line.calculated-step .wrapper-info {
    text-align: left;
  }
  #blockcart-modal .cart-content .cart-summary-line.calculated-step .wrapper-info > .content-info > * {
    font-size: 12px;
    color: #261481;
  }
  #blockcart-modal .cart-content .cart-content-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #blockcart-modal .modal-content .modal-header h2 {
    text-align: center;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details > *:nth-child(1) {
    margin-top: 20px;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details > *.product-price {
    margin-bottom: 20px;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details > *.product-quantity {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  #blockcart-modal .product-image {
    margin: 0 auto 0 auto;
  }
  #blockcart-modal .cart-content {
    margin-top: 20px;
    padding-left: 0px;
  }
  #blockcart-modal .modal-content .modal-header h2 {
    text-align: center;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details {
    align-items: flex-start;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details > *:nth-child(1) {
    margin-top: 20px;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details > *.product-price {
    margin-bottom: 20px;
  }
  #blockcart-modal .modal-content .modal-body > .row .product-details > *.product-quantity {
    margin-top: 0px !important;
  }
}

@media (min-width: 0px) {
  #product-selector-special #results {
    margin-top: 50px;
  }
  #product-selector-special #results .products .product {
    margin-bottom: 50px;
  }
  #product-selector-special .columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  #product-selector-special .columns .left-col {
    order: 2;
    width: 100%;
  }
  #product-selector-special .columns .left-col .box-selector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #979797;
    margin-bottom: 30px;
  }
  #product-selector-special .columns .left-col .box-selector > p.heading-criteria {
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #979797;
    text-transform: uppercase;
    font-weight: 500;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 20px 10px;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons button > p {
    margin-top: 20px;
    text-align: center;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons i:before {
    font-size: 68px;
    fill: #979797;
    color: #979797;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons button {
    cursor: pointer;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons button:disabled {
    cursor: not-allowed;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons button:disabled p {
    color: #EDEDED;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons button:disabled i:before {
    fill: #EDEDED !important;
    color: #EDEDED !important;
  }
  #product-selector-special .columns .left-col .box-selector.active {
    border: 1px solid #F39200;
  }
  #product-selector-special .columns .left-col .box-selector.active.completed {
    border: 1px solid #261481;
  }
  #product-selector-special .columns .left-col .box-selector.active.completed > p {
    background-color: #261481;
  }
  #product-selector-special .columns .left-col .box-selector.active.completed .box-buttons .active i:before {
    fill: #F39200;
    color: #F39200;
  }
  #product-selector-special .columns .left-col .box-selector.active.completed .box-buttons .active p {
    color: #F39200 !important;
  }
  #product-selector-special .columns .left-col .box-selector.active.completed .box-buttons p {
    color: #EDEDED;
  }
  #product-selector-special .columns .left-col .box-selector.active.completed .box-buttons i:before {
    fill: #EDEDED;
    color: #EDEDED;
  }
  #product-selector-special .columns .left-col .box-selector.active .box-buttons i:before {
    fill: #261481;
    color: #261481;
  }
  #product-selector-special .columns .left-col .box-selector.active > p {
    background-color: #F39200;
  }
  #product-selector-special .columns .right-col {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #product-selector-special .select-products-special .products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #product-selector-special .columns .left-col {
    max-width: 700px;
  }
  #product-selector-special .columns .left-col .box-selector .box-buttons {
    padding: 70px 50px;
  }
  #product-selector-special .columns .right-col {
    max-width: 700px;
  }
  #product-selector-special #results .products .product {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  #product-selector-special .columns {
    flex-direction: row;
  }
  #product-selector-special .columns .left-col {
    order: 1;
    width: 50%;
    padding-right: 25px;
  }
  #product-selector-special .columns .right-col {
    order: 2;
    width: 50%;
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  section.wrapper-reviews {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.wrapper-reviews .col-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #F9F9F9;
    padding: 40px;
  }
  section.wrapper-reviews .col-left .score-wrapper {
    display: flex;
    flex-direction: column;
  }
  section.wrapper-reviews .col-left .score-wrapper .review-score {
    display: flex;
    flex-direction: row;
    font-size: 36px;
    color: #575756;
    align-items: center;
    margin-bottom: 20px;
  }
  section.wrapper-reviews .col-left .score-wrapper .review-score span {
    margin-left: 20px;
  }
  section.wrapper-reviews .col-left .score-wrapper ul.grade {
    list-style: none !important;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
  }
  section.wrapper-reviews .col-left .score-wrapper ul.grade li {
    margin-top: 0px;
    margin-right: 12px;
  }
  section.wrapper-reviews .col-left .score-wrapper ul.grade li.half {
    position: relative;
  }
  section.wrapper-reviews .col-left .score-wrapper ul.grade li.half:after {
    content: "";
    background-color: #f9f9f9;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  section.wrapper-reviews .col-left .score-wrapper ul.grade li.half i:after {
    content: "\e916";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  section.wrapper-reviews .col-left .score-wrapper ul.grade li i {
    font-size: 36px;
    color: #F39200;
  }
  section.wrapper-reviews .col-right {
    width: 100%;
    padding: 0px 80px 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  }
  section.wrapper-reviews .col-right .swiper-review {
    position: relative;
  }
  section.wrapper-reviews .col-right .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.wrapper-reviews .col-right .swiper-slide p {
    text-align: left;
    margin-top: 0px;
  }
  section.wrapper-reviews .col-right .swiper-slide ul.grade-user {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    list-style: none !important;
  }
  section.wrapper-reviews .col-right .swiper-slide ul.grade-user li {
    margin-top: 0px;
    margin-right: 7px;
  }
  section.wrapper-reviews .col-right .swiper-slide ul.grade-user li i {
    font-size: 20px;
    color: #F39200;
  }
  section.wrapper-reviews .col-right .swiper-button-prev {
    left: -50px;
  }
  section.wrapper-reviews .col-right .swiper-button-next {
    right: -50px;
  }
}
@media (min-width: 768px) {
  section.wrapper-reviews {
    flex-direction: row;
  }
  section.wrapper-reviews .col-left {
    width: 50%;
  }
  section.wrapper-reviews .col-right {
    margin-top: 0px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.wrapper-reviews {
    padding: 0px 100px 0px 100px;
  }
}

.shipping-amount-display .inner {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  border-top: 1px solid #D8D8D8;
}
.shipping-amount-display .inner .line .filled-line {
  background: #575756 !important;
  max-width: 100%;
}
.shipping-amount-display .inner .truck {
  color: #F39200;
}
.shipping-amount-display .price {
  font-weight: 700 !important;
}

#cart .shipping-amount-display .inner,
#checkout .shipping-amount-display .inner {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px !important;
}
#cart .shipping-amount-display .inner .filled-line,
#checkout .shipping-amount-display .inner .filled-line {
  max-width: 100%;
}

#crisp-chatbox #crisp-chatbox-button, #crisp-chatbox > div > div[role=button] {
  bottom: 57px !important;
}

@media (min-width: 1280px) {
  #crisp-chatbox #crisp-chatbox-button, #crisp-chatbox > div > div[role=button] {
    bottom: 14px !important;
  }
}
.grecaptcha-badge {
  bottom: 57px !important;
}

@media (min-width: 1280px) {
  .grecaptcha-badge {
    bottom: 14px !important;
  }
}
@media (min-width: 0px) {
  .section-asymetrique .elementor-container .elementor-row .elementor-col-50, .section-asymetrique .elementor-container .elementor-row .elementor-column[data-col="50"] {
    width: 100%;
  }
  .section-asymetrique .elementor-container .elementor-row .elementor-col-50:nth-child(1), .section-asymetrique .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    order: 1;
  }
  .section-asymetrique .elementor-container .elementor-row .elementor-col-50:nth-child(2), .section-asymetrique .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    padding: 40px 0px 0px 0px;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .section-asymetrique.reverse .elementor-container .elementor-row {
    flex-direction: row-reverse;
  }
  .section-asymetrique.reverse .elementor-container .elementor-row .elementor-col-50:nth-child(1), .section-asymetrique.reverse .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    order: 2;
  }
  .section-asymetrique.reverse .elementor-container .elementor-row .elementor-col-50:nth-child(2), .section-asymetrique.reverse .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    order: 1;
    padding: 40px 0px 40px 40px;
  }
  .section-asymetrique .elementor-container .elementor-row .elementor-col-50:nth-child(1), .section-asymetrique .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    order: 2;
    width: 65%;
  }
  .section-asymetrique .elementor-container .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-image .elementor-widget-container .elementor-image img, .section-asymetrique .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-image .elementor-widget-container .elementor-image img {
    object-fit: cover;
    object-position: center;
    height: 325px;
    width: 100%;
  }
  .section-asymetrique .elementor-container .elementor-row .elementor-col-50:nth-child(2), .section-asymetrique .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    order: 1;
    width: 35%;
    padding: 40px 40px 40px 0px;
  }
}

@media (min-width: 0px) {
  #section-leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row {
    flex-wrap: wrap;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"] {
    width: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    background: #F9F9F9;
    padding: 40px 30px;
    order: 2;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    order: 1;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) {
    padding: 40px 30px 0px 30px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    width: 48%;
    margin-right: 4%;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 48%;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-image img {
    height: 140px;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 460px) {
  #section-leaderboard {
    margin-left: calc(-50vw + 200px);
    margin-right: calc(-50vw + 200px);
  }
}
@media (min-width: 768px) {
  #section-leaderboard {
    margin-left: calc(-50vw + 369px);
    margin-right: calc(-50vw + 369px);
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"] {
    width: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    background: #F9F9F9;
    padding: 40px 30px;
    order: 2;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    order: 1;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) {
    padding: 40px 30px 0px 30px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-image img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  #section-leaderboard {
    margin-left: calc(-50vw + 496px);
    margin-right: calc(-50vw + 496px);
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"] {
    width: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    background: #F9F9F9;
    padding: 40px 30px;
    order: 2;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    order: 1;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) {
    padding: 40px 30px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-image img {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  #section-leaderboard {
    margin-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    width: inherit;
  }
  #section-leaderboard.expo {
    margin-bottom: 220px !important;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    height: 350px;
    top: 214px;
    transform: unset;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 77.5%;
    height: 480px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) img,
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) img {
    height: 480px !important;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) {
    width: 55%;
    margin-left: auto;
    margin-top: 70px;
    padding: 0px;
    padding-left: 40px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row {
    justify-content: flex-end;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    width: 40%;
    max-width: 331px;
    margin-right: 40px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 60%;
    text-align: right;
    max-width: 460px;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-widget-image {
    height: 100%;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-widget-image .elementor-widget-container {
    height: 100%;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-widget-image .elementor-widget-container .elementor-image {
    height: 100%;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) .elementor-row .elementor-widget-image .elementor-widget-container .elementor-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  #section-leaderboard.cms {
    margin-bottom: 300px !important;
  }
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    height: 350px;
    top: 214px;
    transform: unset;
  }
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 77.5%;
    height: 480px;
  }
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) img,
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) img {
    height: 480px !important;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row {
    justify-content: flex-end;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    position: absolute;
    left: 0px;
    top: 135px;
    z-index: 2;
    padding: 60px 42px;
    width: 45%;
    height: 350px;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-wrap,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-wrap .elementor-widget:not(:last-child),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-wrap .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-wrap .elementor-widget h1,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-wrap .elementor-widget h1 {
    margin-bottom: 0px;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-wrap .elementor-widget + .elementor-widget,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-wrap .elementor-widget + .elementor-widget {
    margin-top: 40px;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    max-width: 1080px;
    min-width: 600px;
    width: 74.5%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-wrap,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-wrap {
    height: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-wrap .elementor-widget-image,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-wrap .elementor-widget-image {
    height: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
    height: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container .elementor-image,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container .elementor-image {
    height: 100%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container .elementor-image img,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container .elementor-image img {
    height: 66vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 1440px) {
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    height: 40vh;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) {
    width: 60%;
  }
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    height: 40vh;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    padding: 75px 40px;
    width: 40%;
    height: 40vh;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 74.5%;
  }
}
@media (min-width: 1920px) {
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    height: 45vh;
  }
  #section-leaderboard.expo .elementor-widget-wrap > section:nth-child(2) {
    width: 60%;
  }
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard.cms .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    height: 45vh;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(1),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    padding: 75px 40px;
    width: 40%;
    height: 45vh;
    top: 200px;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2),
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 74.5%;
  }
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container .elementor-image img,
  #section-leaderboard .elementor-widget-wrap > section:nth-child(1) .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-wrap .elementor-widget-image .elementor-widget-container .elementor-image img {
    height: 70vh;
  }
}

@media (min-width: 0px) {
  #next-section {
    display: none;
  }
  #next-section .elementor-container {
    position: unset;
  }
  #next-section .elementor-container .elementor-column {
    position: unset;
  }
  #next-section .elementor-container .elementor-column .elementor-column-wrap {
    position: unset;
  }
  #next-section .elementor-container .elementor-column .elementor-column-wrap .elementor-widget-wrap {
    position: unset;
  }
  #next-section .elementor-container .elementor-column .elementor-column-wrap .elementor-widget-wrap .elementor-widget {
    position: unset;
  }
}
@media (min-width: 1280px) {
  #next-section {
    cursor: pointer;
    display: block;
    height: 100px;
    margin-bottom: 200px !important;
  }
  #next-section .arrow-down {
    position: absolute;
    right: calc(75% + 40px);
    bottom: 0px;
    -webkit-animation: move 4s infinite forwards;
    -moz-animation: move 4s infinite forwards;
    -ms-animation: move 4s infinite forwards;
    -o-animation: move 4s infinite forwards;
    animation: move 4s infinite forwards;
    animation-delay: 3s;
  }
  #next-section .arrow-down:before {
    content: "";
    position: absolute;
    height: 99px;
    width: 1px;
    background: #979797;
    bottom: 5px;
    left: 5px;
  }
  #next-section .arrow-down:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #979797;
  }
  @keyframes move {
    0%, 30% {
      transform: translateY(0px);
    }
    30%, 60% {
      transform: translateY(15px);
    }
    60%, 100% {
      transform: translateY(0px);
    }
  }
  #next-section:hover .elementor-text-editor p {
    font-weight: 500;
    color: #575756;
  }
  #next-section .elementor-text-editor {
    position: absolute;
    bottom: 0px;
    left: 25.2%;
  }
}
@media (min-width: 0px) {
  #section-cta .elementor-row .elementor-col-25 {
    background: #F9F9F9;
    overflow: hidden;
    margin-bottom: 65px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-heading {
    padding: 70px 0px 39px 44px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-button-text:after {
    transform: rotate(90deg);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 30px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button.payment .elementor-button-text:after {
    content: "\f09d";
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button.truck .elementor-button-text:after {
    content: "\f0d1";
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button.pro .elementor-button-text:after {
    content: "\f508";
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button.sav .elementor-button-text:after {
    content: "\f5ae";
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container {
    width: 100%;
    height: 100%;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper {
    width: 100%;
    height: 100%;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: transparent;
    position: relative;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link > span.elementor-button-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -100px;
    left: 10%;
    transform-origin: top left;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link > span.elementor-button-inner::before {
    content: "";
    height: 1px;
    width: 180px;
    background: #979797;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link > span.elementor-button-inner > span.elementor-button-text {
    color: #F39200;
    font-size: 15px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link:hover {
    opacity: 1;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
    position: absolute;
    width: 75%;
    height: 341px;
    right: 0px;
    bottom: 0px;
    color: #FFFFFF;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #575756;
    opacity: 1;
    position: absolute;
    z-index: -1;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor {
    padding: 45px 19px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor ul {
    list-style-type: none;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor ul > li {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor ul > li:before {
    content: "-";
    margin-right: 20px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor p {
    color: #FFFFFF !important;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap:hover .elementor-widget-text-editor {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap:hover .elementor-widget-button .elementor-widget-container .elementor-button-wrapper .elementor-button-link > span.elementor-button-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -50px;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-image .elementor-image {
    text-align: right;
  }
  #section-cta .elementor-row .elementor-col-25 .elementor-widget-wrap .elementor-widget-image .elementor-image img {
    width: 75%;
    height: 341px;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  #section-cta .elementor-row .elementor-col-25 {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  #section-cta .elementor-row .elementor-col-25:nth-child(n) {
    margin-right: 40px;
  }
  #section-cta .elementor-row .elementor-col-25:nth-child(2n) {
    margin-right: 0;
  }
  #section-cta .elementor-row .elementor-col-25:nth-child(odd) {
    margin-right: 40px;
  }
}
@media (min-width: 1280px) {
  #section-cta .elementor-row .elementor-col-25 {
    width: calc((100% - (4 - 1) * 40px) / 4);
    margin-bottom: 0px;
  }
  #section-cta .elementor-row .elementor-col-25:nth-child(n) {
    margin-right: 40px;
  }
  #section-cta .elementor-row .elementor-col-25:nth-child(4n) {
    margin-right: 0;
  }
  #section-cta .elementor-row .elementor-col-25:not(:last-child) {
    margin-right: 40px;
  }
}

@media (min-width: 0px) {
  #section-reassurance {
    background: #261481;
  }
  #section-reassurance .elementor-col-25, #section-reassurance .elementor-column[data-col="25"] {
    width: 50%;
  }
  #section-reassurance .elementor-col-25 .elementor-widget-wrap, #section-reassurance .elementor-column[data-col="25"] .elementor-widget-wrap {
    padding: 20px;
  }
  #section-reassurance .elementor-col-25 .elementor-widget-wrap .elementor-widget-html .elementor-widget-container, #section-reassurance .elementor-column[data-col="25"] .elementor-widget-wrap .elementor-widget-html .elementor-widget-container {
    text-align: center;
  }
  #section-reassurance .elementor-col-25 .elementor-widget-wrap .elementor-widget-html .elementor-widget-container i, #section-reassurance .elementor-column[data-col="25"] .elementor-widget-wrap .elementor-widget-html .elementor-widget-container i {
    font-size: 70px;
  }
  #section-reassurance .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container, #section-reassurance .elementor-column[data-col="25"] .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
    text-align: center;
  }
  #section-reassurance .elementor-col-25 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor p, #section-reassurance .elementor-column[data-col="25"] .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor p {
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  #section-reassurance .elementor-col-25, #section-reassurance .elementor-column[data-col="25"] {
    width: 25%;
  }
}

@media (min-width: 0px) {
  #section-reassurance-separated .display-timer {
    display: flex;
    flex-direction: column;
  }
  #section-reassurance-separated .display-timer #timer {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #section-reassurance-separated .display-timer p + p {
    margin-top: 0;
  }
  #section-reassurance-separated .elementor-col-50,
  #section-reassurance-separated .elementor-column[data-col="50"] {
    width: 100%;
    background: #261481;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-column-wrap,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-column-wrap {
    padding: 0px;
  }
  #section-reassurance-separated .elementor-col-50:nth-child(1),
  #section-reassurance-separated .elementor-column[data-col="50"]:nth-child(1) {
    margin-bottom: 80px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap {
    padding: 75px 30px;
    display: flex;
    flex-direction: column;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-html,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-html {
    order: 2;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-html .elementor-widget-container,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-html .elementor-widget-container {
    text-align: center;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-html .elementor-widget-container i,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-html .elementor-widget-container i {
    font-size: 120px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-text-editor,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-text-editor {
    order: 1;
    margin-bottom: 40px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
    text-align: center;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor p,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor p {
    color: #FFFFFF;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor h2,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor h2 {
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  #section-reassurance-separated .display-timer {
    display: flex;
    flex-direction: row;
  }
  #section-reassurance-separated .display-timer #timer {
    margin-bottom: 0;
  }
  #section-reassurance-separated .elementor-col-50,
  #section-reassurance-separated .elementor-column[data-col="50"] {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  #section-reassurance-separated .elementor-col-50:nth-child(n),
  #section-reassurance-separated .elementor-column[data-col="50"]:nth-child(n) {
    margin-right: 40px;
  }
  #section-reassurance-separated .elementor-col-50:nth-child(2n),
  #section-reassurance-separated .elementor-column[data-col="50"]:nth-child(2n) {
    margin-right: 0;
  }
  #section-reassurance-separated .elementor-col-50:nth-child(1),
  #section-reassurance-separated .elementor-column[data-col="50"]:nth-child(1) {
    margin-right: 40px;
    margin-bottom: 0px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap {
    padding: 35px 45px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-element:nth-child(1),
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-element:nth-child(1) {
    height: 100%;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-element:nth-child(1) .elementor-widget-container,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-element:nth-child(1) .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-html,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-html {
    order: 1;
    margin-bottom: 0px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-html .elementor-widget-container,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-html .elementor-widget-container {
    text-align: left;
    margin-right: 40px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-html .elementor-widget-container i,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-html .elementor-widget-container i {
    font-size: 90px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-text-editor,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-text-editor {
    order: 2;
    margin-bottom: 0px;
  }
  #section-reassurance-separated .elementor-col-50 .elementor-widget-wrap .elementor-widget-text-editor .elementor-text-editor,
  #section-reassurance-separated .elementor-column[data-col="50"] .elementor-widget-wrap .elementor-widget-text-editor .elementor-text-editor {
    text-align: left;
  }
}

@media (min-width: 0px) {
  .section-type.secondary .elementor-container .elementor-row .elementor-col-50:nth-child(2),
  .section-type.secondary .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    background: transparent;
    padding: 40px 0px;
    padding-bottom: 0px;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"] {
    width: 100%;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(1),
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    order: 1;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(2),
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    background: #F9F9F9;
    padding: 50px 40px 50px 40px;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .section-type.secondary .elementor-container .elementor-row .elementor-col-50:nth-child(2),
  .section-type.secondary .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    padding: 40px 0px 40px 40px;
  }
  .section-type.reverse .elementor-container .elementor-row {
    flex-direction: row-reverse;
  }
  .section-type.reverse .elementor-container .elementor-row .elementor-col-50:nth-child(2),
  .section-type.reverse .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    padding-right: 40px;
  }
  .section-type.reverse.secondary .elementor-container .elementor-row .elementor-col-50:nth-child(2),
  .section-type.reverse.secondary .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    background: transparent;
    padding: 40px 40px 40px 0px;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"] {
    width: 50%;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-image,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-image {
    height: 100%;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-image .elementor-widget-container,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-image .elementor-widget-container {
    height: 100%;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-image .elementor-widget-container .elementor-image,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-image .elementor-widget-container .elementor-image {
    height: 100%;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(1) .elementor-widget-image .elementor-widget-container .elementor-image img,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) .elementor-widget-image .elementor-widget-container .elementor-image img {
    object-fit: cover;
    object-position: center;
    min-height: 325px;
    height: 100%;
    width: 100%;
  }
  .section-type .elementor-container .elementor-row .elementor-col-50:nth-child(2) h2.elementor-heading-title,
  .section-type .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) h2.elementor-heading-title {
    margin-bottom: 0px !important;
  }
}

#section-newsletter {
  margin-bottom: 0px !important;
}
#section-newsletter .elementor-field-type-subscribe input {
  margin-bottom: 0;
}
#section-newsletter .elementor-button {
  background-color: rgb(243, 146, 0);
}
#section-newsletter .elementor-button span {
  color: white;
}
#section-newsletter .elementor-field-label {
  color: white;
}
#section-newsletter .elementor-field-label .elementor-checkbox-label {
  display: inline-block;
}
#section-newsletter .elementor-field-label input:checked + span:before {
  background-color: rgb(243, 146, 0) !important;
}
#section-newsletter .elementor-field-label span {
  color: white;
  position: relative;
  padding-left: 35px;
}
#section-newsletter .elementor-field-label span:before {
  content: "";
  border: 1px solid white;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
#section-newsletter .elementor-field-label span a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 0px) {
  #section-newsletter {
    background-color: #261481;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100vw;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #section-newsletter {
    margin-left: -15px;
  }
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 460px) {
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #section-newsletter .elementor-inner-section {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  #section-newsletter {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
  #section-newsletter .elementor-inner-section {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) {
  #section-newsletter h2 {
    margin-bottom: 0px !important;
  }
  #section-newsletter h2.elementor-heading-title {
    color: #FFFFFF;
  }
  #section-newsletter .elementor-button-wrapper {
    margin-top: 50px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #section-newsletter {
    width: 100vw;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #section-newsletter {
    margin-left: -15px;
  }
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 460px) {
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #section-newsletter .elementor-inner-section {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #section-newsletter {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
  #section-newsletter .elementor-inner-section {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  #section-newsletter {
    padding-top: 53px;
    padding-bottom: 53px;
    width: 100vw;
  }
  #section-newsletter .elementor-button-wrapper {
    margin-top: 0px;
    text-align: right;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #section-newsletter {
    margin-left: -15px;
  }
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 460px) {
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #section-newsletter .elementor-inner-section {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #section-newsletter {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
  #section-newsletter .elementor-inner-section {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  #section-newsletter {
    width: 100vw;
  }
}
@media (min-width: 1280px) and (min-width: 0px) {
  #section-newsletter {
    margin-left: -15px;
  }
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 460px) {
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  #section-newsletter .elementor-inner-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  #section-newsletter {
    margin-left: calc(-50vw + 1180px / 2);
    margin-right: calc(-50vw + 1180px / 2);
  }
  #section-newsletter .elementor-inner-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  #section-newsletter {
    width: 100vw;
  }
}
@media (min-width: 1440px) and (min-width: 0px) {
  #section-newsletter {
    margin-left: -15px;
  }
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 460px) {
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  #section-newsletter .elementor-inner-section {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 1024px) {
  #section-newsletter {
    margin-left: calc(-50vw + 1380px / 2);
    margin-right: calc(-50vw + 1380px / 2);
  }
  #section-newsletter .elementor-inner-section {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  #section-newsletter {
    width: 100vw;
  }
}
@media (min-width: 1920px) and (min-width: 0px) {
  #section-newsletter {
    margin-left: -15px;
  }
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 460px) {
  #section-newsletter .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 768px) {
  #section-newsletter .elementor-inner-section {
    width: 1430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 1024px) {
  #section-newsletter {
    margin-left: calc(-50vw + 1430px / 2);
    margin-right: calc(-50vw + 1430px / 2);
  }
  #section-newsletter .elementor-inner-section {
    width: 1430px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 0px) {
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper {
    border-bottom-style: unset;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
    font-size: 20px;
    color: #D8D8D8;
    line-height: 71px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: unset;
    border-bottom: 1px solid #979797;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title:hover {
    color: #979797;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title.active {
    color: #F39200;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: unset;
    display: none;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.active {
    display: block;
  }
}
@media (min-width: 768px) {
  #section-module-tabs {
    min-height: 400px;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    flex-direction: row;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    width: 33.33%;
    font-size: 20px;
    color: #D8D8D8;
    line-height: 71px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: unset;
    border-bottom: 1px solid #979797;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
    border-right: 1px solid #979797;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
    color: #979797;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.active {
    color: #F39200;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper {
    height: 480px;
  }
  #section-module-tabs .elementor-widget-wrap .elementor-widget-trm-modules-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .my-featured-products {
    padding-top: 30px;
  }
}
@media (min-width: 0px) {
  .section-tableau .elementor-container .elementor-row .elementor-col-50 table,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"] table {
    width: 100%;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50 table tbody,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"] table tbody {
    display: flex;
    flex-direction: column;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50 table tbody tr,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"] table tbody tr {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0px;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50 table tbody tr td:nth-child(1),
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"] table tbody tr td:nth-child(1) {
    font-weight: 500;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50 table tbody tr:nth-child(odd),
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"] table tbody tr:nth-child(odd) {
    background: #F9F9F9;
  }
}
@media (min-width: 1024px) {
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(1),
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) {
    width: 65%;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(1) table,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) table {
    height: 325px;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(1) table tbody,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) table tbody {
    display: table-row-group;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(1) table tbody tr,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) table tbody tr {
    display: table-row;
    padding: 0px;
    text-align: unset;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(1) table tbody tr td:nth-child(1),
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) table tbody tr td:nth-child(1) {
    font-weight: 500;
    width: 40%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(1) table tbody tr td:nth-child(2),
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(1) table tbody tr td:nth-child(2) {
    width: 60%;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(2),
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) {
    width: 35%;
    padding-left: 40px;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-image .elementor-widget-container .elementor-image,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-image .elementor-widget-container .elementor-image {
    display: flex;
    justify-content: flex-end;
  }
  .section-tableau .elementor-container .elementor-row .elementor-col-50:nth-child(2) .elementor-widget-image .elementor-widget-container .elementor-image img,
  .section-tableau .elementor-container .elementor-row .elementor-column[data-col="50"]:nth-child(2) .elementor-widget-image .elementor-widget-container .elementor-image img {
    object-fit: cover;
    object-position: center;
    height: 325px;
    width: 100%;
  }
}

@media (min-width: 0px) {
  .section-contenu-decale {
    width: 100vw;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .section-contenu-decale {
    margin-left: -15px;
  }
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 460px) {
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  .section-contenu-decale .elementor-inner-section {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  .section-contenu-decale {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
  .section-contenu-decale .elementor-inner-section {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) {
  .section-contenu-decale .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
  }
  .section-contenu-decale h2 {
    color: #261481;
  }
  .section-contenu-decale .elementor-custom-embed-image-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 290px;
    height: 190px;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    text-align: center;
  }
  .section-contenu-decale .elementor-custom-embed-image-overlay > img {
    width: 100%;
    height: 100%;
  }
  .section-contenu-decale .elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .section-contenu-decale .bg-grey {
    background-color: #F9F9F9;
  }
  .section-contenu-decale.left {
    padding-right: calc((100vw - 350px) / 2 + 40px);
  }
  .section-contenu-decale.left .elementor-container .secondary-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-contenu-decale.right {
    padding-left: calc((100vw - 350px) / 2 + 40px);
  }
  .section-contenu-decale.right .elementor-container .secondary-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-contenu-decale .elementor-container .elementor-row {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper,
  .section-contenu-decale .elementor-container .elementor-row .elementor-image {
    margin-left: 30px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper.top,
  .section-contenu-decale .elementor-container .elementor-row .elementor-image.top {
    order: 1;
    top: -90px;
    margin-top: 100px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper.bottom,
  .section-contenu-decale .elementor-container .elementor-row .elementor-image.bottom {
    order: 2;
    bottom: 90px;
    margin-bottom: 100px;
  }
  .section-contenu-decale .elementor-container .elementor-row .secondary-container.top {
    order: 2;
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .section-contenu-decale .elementor-container .elementor-row .secondary-container.bottom {
    order: 1;
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-widget-container {
    display: flex;
    flex-direction: column;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper {
    position: relative;
    padding: 0px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper iframe {
    height: 190px;
    width: 290px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image {
    position: relative;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image img {
    object-fit: cover;
    object-position: center;
    height: 190px;
    width: 290px;
    position: absolute;
    z-index: 2;
  }
  .section-contenu-decale.no-content .elementor-container .elementor-row .secondary-container.top {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .section-contenu-decale.no-content .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: 0px;
  }
  .section-contenu-decale.no-content .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 50px;
  }
  .section-contenu-decale.content-top .elementor-container .elementor-row .secondary-container.top {
    padding-bottom: 160px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: 0px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 160px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-image {
    margin-top: 0px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-video-wrapper {
    margin-top: 0px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: -100px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 160px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-image {
    margin-top: 0px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-video-wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .section-contenu-decale {
    width: 100vw;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .section-contenu-decale {
    margin-left: -15px;
  }
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 460px) {
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-contenu-decale .elementor-inner-section {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .section-contenu-decale {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
  .section-contenu-decale .elementor-inner-section {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .section-contenu-decale .elementor-container .elementor-row {
    width: 738px;
  }
  .section-contenu-decale.left {
    padding-right: calc((100vw - 738px) / 2 + 25px);
  }
  .section-contenu-decale.left .elementor-container .secondary-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-contenu-decale.right {
    padding-left: calc((100vw - 738px) / 2 + 25px);
  }
  .section-contenu-decale.right .elementor-container .secondary-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .section-contenu-decale {
    width: 100vw;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  .section-contenu-decale {
    margin-left: -15px;
  }
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 460px) {
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .section-contenu-decale .elementor-inner-section {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section-contenu-decale {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
  .section-contenu-decale .elementor-inner-section {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .section-contenu-decale.left {
    padding-right: calc((100vw - 992px) / 2 + 100px);
  }
  .section-contenu-decale.right {
    padding-left: calc((100vw - 992px) / 2 + 100px);
  }
  .section-contenu-decale.content-top .elementor-container .elementor-row .secondary-container.top {
    padding-bottom: 360px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: 0px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 360px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-image {
    margin-top: 0px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-video-wrapper {
    margin-top: 0px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: -220px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 360px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-image {
    margin-top: 0px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-video-wrapper {
    margin-top: 0px;
  }
  .section-contenu-decale .elementor-row .elementor-text-editor {
    max-width: 720px;
  }
  .section-contenu-decale .elementor-custom-embed-image-overlay {
    width: 720px;
    height: 400px;
  }
  .section-contenu-decale .elementor-container .elementor-row {
    width: 992px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper {
    position: relative;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper iframe {
    height: 400px;
    width: 720px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image {
    position: relative;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image img {
    object-fit: cover;
    object-position: center;
    height: 400px;
    width: 720px;
    position: absolute;
    z-index: 2;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper {
    padding: 0px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper.top {
    top: -200px;
    margin-top: 220px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper.bottom {
    bottom: 200px;
    margin-bottom: 220px;
  }
  .section-contenu-decale .elementor-container .elementor-row .secondary-container.top {
    padding-top: 360px;
    padding-bottom: 160px;
  }
  .section-contenu-decale .elementor-container .elementor-row .secondary-container.bottom {
    padding-top: 160px;
    padding-bottom: 360px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image {
    padding: 0px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image.top {
    top: -200px;
    margin-top: 220px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image.bottom {
    bottom: 200px;
    margin-bottom: 220px;
  }
}
@media (min-width: 1280px) {
  .section-contenu-decale {
    width: 100vw;
  }
  .section-contenu-decale.left {
    padding-right: calc((100vw - 1180px) / 2 + 360px);
  }
  .section-contenu-decale.left .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    left: calc((100vw - 1180px) / 2);
  }
  .section-contenu-decale.left .elementor-container .elementor-row .elementor-video-wrapper,
  .section-contenu-decale.left .elementor-container .elementor-row .elementor-image {
    margin-left: 0px;
    left: calc(100% - 360px);
  }
  .section-contenu-decale.left .elementor-container .secondary-container {
    padding-left: calc((100vw - 1180px) / 2);
  }
  .section-contenu-decale.right {
    padding-left: calc((100vw - 1180px) / 2 + 360px);
  }
  .section-contenu-decale.right .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    right: calc((100vw - 1180px) / 2);
  }
  .section-contenu-decale.right .elementor-container .elementor-row .elementor-video-wrapper,
  .section-contenu-decale.right .elementor-container .elementor-row .elementor-image {
    margin-left: 0px;
    left: -360px;
  }
  .section-contenu-decale.right .elementor-container .secondary-container {
    padding-left: 120px;
  }
}
@media (min-width: 1280px) and (min-width: 0px) {
  .section-contenu-decale {
    margin-left: -15px;
  }
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 460px) {
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .section-contenu-decale .elementor-inner-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .section-contenu-decale {
    margin-left: calc(-50vw + 1180px / 2);
    margin-right: calc(-50vw + 1180px / 2);
  }
  .section-contenu-decale .elementor-inner-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .section-contenu-decale.no-content .elementor-container .elementor-row .secondary-container.top {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .section-contenu-decale.no-content .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: 0px;
  }
  .section-contenu-decale.no-content .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 160px;
  }
  .section-contenu-decale.content-top .elementor-container .elementor-row .secondary-container.top {
    padding-bottom: 360px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: 0px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 360px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-image {
    margin-top: 0px;
  }
  .section-contenu-decale.content-top .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-video-wrapper {
    margin-top: 0px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale {
    margin-top: -220px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .secondary-container {
    padding-top: 360px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-image {
    margin-top: 0px;
  }
  .section-contenu-decale.content-bottom .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale .elementor-widget-container .elementor-video-wrapper {
    margin-top: 0px;
  }
  .section-contenu-decale .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    content: "";
    height: 1px;
    width: 420px;
    background-color: #979797;
    display: block;
    position: absolute;
    top: 0px;
  }
  .section-contenu-decale .elementor-container .elementor-row {
    width: 1180px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper {
    padding: 0px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper.top {
    top: -200px;
    margin-top: 220px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-video-wrapper.bottom {
    bottom: 200px;
    margin-bottom: 220px;
  }
  .section-contenu-decale .elementor-container .elementor-row .secondary-container.top {
    padding-top: 360px;
    padding-bottom: 160px;
  }
  .section-contenu-decale .elementor-container .elementor-row .secondary-container.bottom {
    padding-top: 160px;
    padding-bottom: 360px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image {
    padding: 0px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image.top {
    top: -200px;
    margin-top: 220px;
  }
  .section-contenu-decale .elementor-container .elementor-row .elementor-image.bottom {
    bottom: 200px;
    margin-bottom: 220px;
  }
}
@media (min-width: 1440px) {
  .section-contenu-decale {
    width: 100vw;
  }
  .section-contenu-decale .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    width: 620px;
  }
  .section-contenu-decale.left {
    padding-right: calc((100vw - 1380px) / 2 + 360px);
  }
  .section-contenu-decale.left .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    left: calc((100vw - 1380px) / 2);
  }
  .section-contenu-decale.left .elementor-container .secondary-container {
    padding-left: calc((100vw - 1380px) / 2);
  }
  .section-contenu-decale.right {
    padding-left: calc((100vw - 1380px) / 2 + 360px);
  }
  .section-contenu-decale.right .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    right: calc((100vw - 1380px) / 2);
  }
}
@media (min-width: 1440px) and (min-width: 0px) {
  .section-contenu-decale {
    margin-left: -15px;
  }
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 460px) {
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  .section-contenu-decale .elementor-inner-section {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 1024px) {
  .section-contenu-decale {
    margin-left: calc(-50vw + 1380px / 2);
    margin-right: calc(-50vw + 1380px / 2);
  }
  .section-contenu-decale .elementor-inner-section {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .section-contenu-decale .elementor-container .elementor-row {
    width: 1380px;
  }
}
@media (min-width: 1920px) {
  .section-contenu-decale {
    width: 100vw;
  }
  .section-contenu-decale .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    width: 680px;
  }
  .section-contenu-decale.left {
    padding-right: calc((100vw - 1450px) / 2 + 360px);
  }
  .section-contenu-decale.left .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    left: calc((100vw - 1450px) / 2);
  }
  .section-contenu-decale.left .elementor-container .secondary-container {
    padding-left: calc((100vw - 1450px) / 2);
  }
  .section-contenu-decale.right {
    padding-left: calc((100vw - 1450px) / 2 + 360px);
  }
  .section-contenu-decale.right .elementor-widget-wrap .elementor-widget-trm-contenu-decale + .elementor-widget-trm-contenu-decale:before {
    right: calc((100vw - 1450px) / 2);
  }
}
@media (min-width: 1920px) and (min-width: 0px) {
  .section-contenu-decale {
    margin-left: -15px;
  }
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 460px) {
  .section-contenu-decale .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 768px) {
  .section-contenu-decale .elementor-inner-section {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 1024px) {
  .section-contenu-decale {
    margin-left: calc(-50vw + 1450px / 2);
    margin-right: calc(-50vw + 1450px / 2);
  }
  .section-contenu-decale .elementor-inner-section {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  .section-contenu-decale .elementor-container .elementor-row {
    width: 1450px;
  }
}

@media (min-width: 0px) {
  .section-3-col .elementor-column.elementor-col-33, .section-3-col .elementor-column[data-col="33"] {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .section-3-col.products .elementor-column.elementor-col-33, .section-3-col.products .elementor-column[data-col="33"] {
    display: flex;
    justify-content: center;
  }
  .section-3-col.products .elementor-column.elementor-col-33 .elementor-column-wrap, .section-3-col.products .elementor-column[data-col="33"] .elementor-column-wrap {
    max-width: 250px;
  }
  .section-3-col .elementor-column.elementor-col-33, .section-3-col .elementor-column[data-col="33"] {
    margin-bottom: 0px;
    width: calc((100% - (3 - 1) * 40px) / 3);
  }
  .section-3-col .elementor-column.elementor-col-33:nth-child(n), .section-3-col .elementor-column[data-col="33"]:nth-child(n) {
    margin-right: 40px;
  }
  .section-3-col .elementor-column.elementor-col-33:nth-child(3n), .section-3-col .elementor-column[data-col="33"]:nth-child(3n) {
    margin-right: 0;
  }
  .section-3-col .elementor-column.elementor-col-33:not(:last-child), .section-3-col .elementor-column[data-col="33"]:not(:last-child) {
    margin-right: 40px;
  }
  .section-3-col .elementor-column.elementor-col-33 .elementor-row, .section-3-col .elementor-column[data-col="33"] .elementor-row {
    flex-wrap: unset !important;
  }
}
@media (min-width: 0px) {
  #section-shop-in-shop .content #video-wrapper {
    background-color: #F9F9F9;
    padding: 20px 30px;
  }
  #section-shop-in-shop .content #video-wrapper > h3 {
    width: 100%;
    font-size: 20px;
    color: #261481;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos {
    margin-bottom: 30px;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video > p {
    display: none;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video .lightgallery-video {
    width: 100%;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video .lightgallery-video > a {
    width: 100%;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video .lightgallery-video > a > img {
    width: 100%;
  }
  #section-shop-in-shop .content #shop-in-shop-products {
    margin-top: 30px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  #section-shop-in-shop .content {
    display: flex;
    flex-direction: row;
  }
  #section-shop-in-shop .content #video-wrapper {
    width: 50%;
    padding: 40px 110px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  #section-shop-in-shop .content #video-wrapper > h3 {
    order: 1;
    width: 60%;
    margin-bottom: 40px;
  }
  #section-shop-in-shop .content #video-wrapper > a {
    order: 2;
    width: 40%;
    margin-bottom: 40px;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos {
    order: 3;
    margin-bottom: 30px;
    width: 100%;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video > p {
    display: none;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video .lightgallery-video {
    width: 100%;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video .lightgallery-video > a {
    width: 100%;
  }
  #section-shop-in-shop .content #video-wrapper #product-videos .youtube-video .lightgallery-video > a > img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
  }
  #section-shop-in-shop .content #shop-in-shop-products {
    width: 50%;
    margin-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.menu-open {
  overflow-y: hidden !important;
}

@media (min-width: 0px) {
  #header .megamenu_header {
    margin-top: 15px;
    margin-bottom: 45px;
  }
  #header .megamenu_header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #header .megamenu_header .wrapper .logo-top {
    width: 165px;
  }
  #header .megamenu_header .wrapper .logo-top > a {
    width: 100%;
    height: 100%;
  }
  #header .megamenu_header .wrapper .actions-wrapper .close-menu {
    width: 20px;
  }
  #header .megamenu_header .wrapper .actions-wrapper .close-menu .cross {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  #header .megamenu_header .wrapper .actions-wrapper .close-menu .cross:before, #header .megamenu_header .wrapper .actions-wrapper .close-menu .cross:after {
    content: " ";
    height: 20px;
    width: 1px;
    display: block;
    background-color: #261481;
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    top: 0px;
  }
  #header .megamenu_header .wrapper .actions-wrapper .close-menu .cross:before {
    transform: rotate(45deg);
  }
  #header .megamenu_header .wrapper .actions-wrapper .close-menu .cross:after {
    transform: rotate(-45deg);
  }
  #header .ets_mm_megamenu {
    top: -100px;
  }
  #header .ets_mm_megamenu li > a {
    line-height: 18px !important;
  }
  #header .ets_mm_megamenu:before {
    content: unset;
  }
  #header .ets_mm_megamenu.sticky_enabled.scroll_heading {
    left: inherit;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content {
    height: 100%;
    border-top: unset;
    border-bottom: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .mm_extra_item {
    padding-right: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container {
    background-color: #FFFFFF;
    height: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content {
    height: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #261481;
    z-index: 100000;
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .shop-selector-top {
    margin-right: 20px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle::before {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle.opened .ybc-menu-button-toggle_icon .icon-bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle.opened .ybc-menu-button-toggle_icon .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle.opened .ybc-menu-button-toggle_icon .icon-bar:nth-child(3) {
    opacity: 0;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle .ybc-menu-button-toggle_icon {
    width: 35px;
    height: 18px;
    margin-right: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle .ybc-menu-button-toggle_icon > i {
    background-color: white;
    width: 100%;
    height: 2px;
    margin: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .menu-wrapper .ybc-menu-toggle .ybc-menu-button-toggle_icon > i:not(:last-child) {
    margin-bottom: 7px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul {
    background-color: #FFFFFF;
    max-width: 100%;
    border-top: unset;
    left: unset;
    transform: translateX(105%);
    padding: 35px 30px;
    opacity: 1 !important;
    transition: all 0.3s ease;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul.active {
    right: 0;
    transform: translateX(0%);
    transition: all 0.3s ease;
    overflow-y: auto !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul > div.close_menu {
    margin-bottom: 40px;
    position: relative;
    background-color: unset;
    color: #261481;
    width: fit-content;
    z-index: 999;
    display: flex !important;
    flex-direction: row;
    float: right;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul > div.close_menu > div .blockcart span {
    color: #261481;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul > div.close_menu > div .user-info a {
    color: #261481;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul > div.close_menu > div:nth-child(1) {
    margin-right: 15px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li {
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #979797;
    background-color: #FFFFFF;
    position: relative;
    padding: 40px 0px 0px 0px;
    margin-top: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.cat-shop > a {
    position: relative;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.cat-shop > a .mm_menu_content_title {
    width: 70%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.cat-shop > a:after {
    position: absolute;
    right: 60px;
    content: "\f291";
    top: 0px;
    color: #261481;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li:last-child {
    border-bottom: 1px solid #979797;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > span.arrow {
    top: 22px;
    height: 58px;
    width: 58px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > span.arrow:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f077";
    border-top: unset !important;
    color: #979797;
    height: auto;
    transition: transform 0.3s ease;
    top: 15px;
    right: 20px;
    left: unset;
    font-size: 25px;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > span.arrow.opened:before {
    color: #F39200;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > span.arrow:after {
    border-left: unset !important;
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > a {
    position: relative;
    padding: 0px 0px 40px 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > a > .mm_menu_content_title {
    width: 85%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > a.active-title > .mm_menu_content_title {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul {
    padding: 30px;
    overflow: hidden;
    background-color: #F9F9F9 !important;
    margin-top: 0px;
    border-top: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker {
    width: 100%;
    margin-top: 30px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li {
    margin-bottom: 20px !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li > div.ets_mm_block {
    position: relative;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li > div.ets_mm_block > span {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: capitalize;
    font-size: 15px !important;
    font-family: "Montserrat", sans-serif;
    border-bottom: unset;
    font-weight: 300;
    color: #FFFFFF;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li > div.ets_mm_block > .ets_mm_block_content {
    width: 300px;
    height: 200px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li > div.ets_mm_block > .ets_mm_block_content > a {
    width: auto;
    height: auto;
    position: absolute;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li > div.ets_mm_block > .ets_mm_block_content > a > span.mm_img_content {
    width: 100%;
    height: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li > div.ets_mm_block > .ets_mm_block_content > a > span.mm_img_content img {
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li {
    padding: 0px;
    padding-right: 15px;
    margin-bottom: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span {
    margin-bottom: 0px !important;
    border-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: unset;
    justify-content: space-between;
    padding-bottom: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span span.arrow {
    background: #D8D8D8 !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span span.arrow.opened:after {
    transform: translateX(50%) rotate(0deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span span.arrow:before {
    content: "";
    border-top: unset !important;
    width: 10px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%);
    left: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span span.arrow:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    display: block;
    border-left: unset !important;
    left: unset;
    transition: transform 0.3s ease;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px !important;
    width: 100%;
    color: #575756;
    font-weight: 400 !important;
    width: 88%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html > span a:hover {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content {
    height: 0px;
    overflow: hidden;
    transition: all;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content.show {
    height: fit-content;
    overflow: auto;
    transition: all;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content.show > ul {
    z-index: 1000;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content > ul {
    height: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content > ul > li {
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content > ul > li a {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content > ul > li a:before {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content > ul > li:hover a {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul li a:hover {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul li a:before {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories {
    list-style: none;
    background-color: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li {
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li:hover > a {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub {
    justify-content: space-between;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > ul.ets_mm_categories {
    height: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > ul.ets_mm_categories.active {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > ul.ets_mm_categories.active > li.has-sub > span {
    display: none;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > ul.ets_mm_categories.active > li.has-sub ul {
    display: none;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > a {
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > a.active-title {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > span.arrow {
    background: #D8D8D8 !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    top: 15px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > span.arrow:before {
    content: "";
    border-top: unset !important;
    width: 10px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%);
    left: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > span.arrow:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    display: block;
    border-left: unset !important;
    left: unset;
    transition: transform 0.3s ease;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > span.arrow.opened {
    top: 15px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li.has-sub > span.arrow.opened:after {
    transform: translateX(50%) rotate(0deg);
    transition: transform 0.3s ease;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_category div.ets_mm_block_content ul.ets_mm_categories > li > a:before {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_cms ul li {
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_cms ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_cms ul li a:hover {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li > .mm_columns_ul ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_cms ul li a:before {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li span.mm_menu_content_title {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #261481;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li span.mm_menu_content_title.active-title {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li span.mm_menu_content_title .mm_arrow {
    color: #575756;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.close_menu {
    background-color: #261481;
    display: flex !important;
    flex-direction: row;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li .pull-left {
    font-family: "Goldman", cursive;
    margin-right: auto;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li .cart {
    padding-right: 20px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li .pull-right {
    font-family: "Goldman", cursive;
    color: white;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #header .transition_floating .mm_menus_ul.active {
    opacity: 1;
    transform: translatex(0px);
    visibility: visible;
  }
  #header .transition_floating .mm_menus_ul {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  #header .ets_mm_megamenu {
    position: absolute;
    height: 0px;
    padding: inherit;
    right: 0vw;
    bottom: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content {
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content > .mm_menus_ul > .mm_menu_li_wrapper > li.mm_menus_li {
    width: 100%;
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #header .megamenu_header {
    margin-top: 0;
    margin-bottom: 60px;
  }
  #header .megamenu_header .actions-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #header .megamenu_header .actions-wrapper .user-info {
    margin-right: 65px !important;
  }
  #header .megamenu_header .actions-wrapper .user-info .account .display-in-mm {
    display: block;
    padding-left: 15px;
    color: #F39200;
    float: right;
  }
  #header .megamenu_header .actions-wrapper .close-menu {
    margin-left: 65px;
    display: flex;
  }
  #header .megamenu_header .actions-wrapper .close-menu span:nth-child(1) {
    margin-right: 15px;
  }
  #header .ets_mm_megamenu {
    top: -200px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul {
    overflow-y: hidden;
    padding-top: 43px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .megamenu_header {
    border-bottom: 1px solid #261481;
    padding-bottom: 43px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .megamenu_header .wrapper {
    margin-left: calc((100vw - 1180px) / 2);
    margin-right: calc((100vw - 1180px) / 2);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul > div.close_menu {
    display: none !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li {
    position: unset;
    width: 25%;
    padding: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li.cat-shop > a .mm_menu_content_title {
    width: 85%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li.cat-shop > a:after {
    right: 40px;
    top: 40%;
    transform: translateY(-50%);
    text-align: right;
    padding-top: 0px;
    margin-top: 0px;
    height: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li:hover > a > span.mm_menu_content_title.active-title {
    color: #F39200;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > a {
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 10000;
    padding: 40px 0px 40px 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > a:before {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > a > span.mm_menu_content_title {
    padding: 0px;
    width: 85%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > a > span.mm_menu_content_title .mm_arrow {
    display: none;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li span.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    height: 100%;
    transform: rotate(-90deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li span.arrow.only-mobile {
    display: none;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li span.arrow:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f077";
    border-top: unset !important;
    color: #979797;
    height: auto;
    transition: transform 0.3s ease;
    top: 15px;
    right: 20px;
    left: unset;
    font-size: 25px;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li span.arrow.opened:before {
    color: #F39200;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul {
    opacity: 0;
    background-color: unset !important;
    overflow: visible;
    top: 0px;
    left: 25%;
    width: 25% !important;
    height: 100%;
    padding-left: 50px;
    padding-top: 0px;
    border-left: unset;
    border-right: unset;
    padding-right: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul.active {
    pointer-events: auto;
    opacity: 1;
    z-index: 1000;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul.active > li {
    visibility: visible;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li.mm_breaker {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    left: 200%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li.mm_breaker .mm_blocks_ul > li {
    margin-bottom: 70px !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li:nth-child(1) {
    border-top: 1px solid #979797;
    padding-top: 65px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html {
    text-transform: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html span {
    text-transform: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html span a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content.show {
    margin-bottom: 0px;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin-top: 0px !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content.show > ul {
    z-index: 1000;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    padding-top: 65px;
    border-top: 1px solid #979797;
    padding-left: 15px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li.mm_blocks_li .mm_block_type_html .ets_mm_block_content ul li a {
    padding-top: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul .mm_block_type_cms .ets_mm_block_content ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li {
    width: 100%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub {
    width: 100%;
    position: unset;
    display: flex;
    align-items: center;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub > span.arrow {
    position: relative;
    top: 10px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub > span.arrow.opened {
    top: 0px;
    transform: rotate(0deg) !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub > a {
    width: 88%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub > a:after {
    content: unset;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub .ets_mm_categories {
    left: 100%;
    width: 100%;
    border: unset;
    box-shadow: unset;
    margin-left: 0px;
    padding-top: 0px;
    padding: 0px;
    padding-right: 50px !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub .ets_mm_categories.active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 0px !important;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub .ets_mm_categories > li {
    padding-left: 15px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub .ets_mm_categories > li:nth-child(1) {
    border-top: 1px solid #979797;
    padding-top: 65px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub .ets_mm_categories > li.has-sub > span {
    display: none;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li ul.mm_blocks_ul li .ets_mm_block ul.ets_mm_categories li.has-sub .ets_mm_categories > li.has-sub > ul {
    display: none;
  }
}
@media (min-width: 0px) and (min-width: 1440px) {
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .megamenu_header .wrapper {
    margin-left: calc((100vw - 1380px) / 2);
    margin-right: calc((100vw - 1380px) / 2);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper {
    width: 1380px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li {
    width: 25%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul {
    padding-left: 50px;
    width: 25% !important;
    left: 25%;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul > li.mm_breaker {
    top: 70px;
    left: 200%;
  }
}
@media (min-width: 0px) and (min-width: 1920px) {
  #header .ets_mm_megamenu {
    right: calc((100vw - 1450px) / 2);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .megamenu_header .wrapper {
    margin-left: calc((100vw - 1450px) / 2);
    margin-right: calc((100vw - 1450px) / 2);
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper {
    width: 1450px;
  }
  #header .ets_mm_megamenu .ets_mm_megamenu_content .container .ets_mm_megamenu_content_content .mm_menus_ul .mm_menu_li_wrapper > li.mm_menus_li > .mm_columns_ul {
    left: 25%;
  }
}

@media (min-width: 0px) {
  .block-facebook h3 {
    background-color: #261481;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 400;
    margin-bottom: 45px;
  }
  .block-facebook h3 i {
    margin-right: 15px;
    font-size: 20px;
  }
  .block-facebook .content {
    position: relative;
    padding: 45px 35px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block-facebook .content:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(87, 87, 86, 0.35);
  }
  .block-facebook .content > a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: white;
  }
  .block-facebook .content > a:hover {
    opacity: 0.25;
  }
  .block-facebook .content img.cover {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .block-facebook .content .row {
    z-index: 3;
    position: relative;
    display: flex;
    align-items: center;
  }
  .block-facebook .content .row > div.logo {
    width: 88px;
    height: 88px;
    padding: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
  }
  .block-facebook .content .row > div.logo img {
    max-width: 100%;
  }
  .block-facebook .content .row > div.title {
    display: none;
    flex-direction: column;
    color: white;
  }
  .block-facebook .content .row > div.title > span {
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .block-facebook .content .row > div.title small {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .block-facebook .content .row.footer {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
  }
  .block-facebook .content .row.footer button {
    background-color: #fff;
    color: #261481;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
  }
  .block-facebook .content .row.footer button i {
    margin-right: 10px;
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  .block-facebook .content {
    height: 340px;
  }
  .block-facebook .content .row > div.title {
    display: flex;
  }
  .block-facebook .content .row.footer {
    display: flex;
  }
}
@media (min-width: 0px) {
  .block-pinterest h3 {
    background-color: #261481;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 400;
    margin-bottom: 45px;
  }
  .block-pinterest h3 i {
    margin-right: 15px;
    font-size: 20px;
  }
  .block-pinterest .content ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .block-pinterest .content ul li {
    margin: 0;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .block-pinterest .content ul li:nth-child(6n+1), .block-pinterest .content ul li:nth-child(6n+4) {
    margin-bottom: 10px;
  }
  .block-pinterest .content ul li:nth-child(6n+1), .block-pinterest .content ul li:nth-child(6n+2) {
    height: calc(50% - 5px);
  }
  .block-pinterest .content ul li:nth-child(6n+3) {
    height: 100%;
  }
  .block-pinterest .content ul li:nth-child(6n+4), .block-pinterest .content ul li:nth-child(6n+5) {
    height: calc(50% - 5px);
  }
  .block-pinterest .content ul li:nth-child(6n) {
    height: 100%;
  }
  .block-pinterest .content ul li:last-child {
    margin-right: 0;
  }
  .block-pinterest .content ul li a {
    height: 100%;
  }
  .block-pinterest .content ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block-pinterest .content ul::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .block-pinterest .content ul {
    height: 340px;
  }
  .block-pinterest .content ul li:nth-child(6n+1), .block-pinterest .content ul li:nth-child(6n+2) {
    width: 22%;
  }
  .block-pinterest .content ul li:nth-child(6n+3) {
    width: 25%;
  }
  .block-pinterest .content ul li:nth-child(6n+4), .block-pinterest .content ul li:nth-child(6n+5) {
    width: calc(30% - 10px - 10px - 10px);
  }
  .block-pinterest .content ul li:nth-child(6n) {
    width: 23%;
  }
}
@media (min-width: 0px) {
  #instagram h3 {
    background-color: #261481;
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 400;
    margin-bottom: 45px;
  }
  #instagram h3 i {
    margin-right: 15px;
    font-size: 20px;
  }
  #instagram .swiper-products-type {
    position: relative;
  }
  #instagram .img-insta {
    opacity: 1;
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    transition: all 0.3s ease;
  }
  #instagram .img-insta::before {
    opacity: 0.6;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: all 0.3s ease;
  }
  #instagram .img-insta:hover:before {
    opacity: 0.6;
  }
  #instagram .img-insta:hover span {
    opacity: 1;
    display: block;
  }
  #instagram .img-insta:hover .logo-insta {
    opacity: 1;
    display: block;
  }
  #instagram .img-insta > span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    opacity: 1;
    color: white;
    text-align: center;
  }
  #instagram .img-insta > span.title {
    padding-bottom: 10px;
  }
  #instagram .img-insta .logo-insta {
    transition: all 0.3s ease;
    opacity: 1;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  #instagram .img-insta .logo-insta > i {
    color: #FFFFFF;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  #instagram .img-insta {
    max-width: 330px;
  }
  #instagram .img-insta:before {
    opacity: 0;
  }
  #instagram .img-insta > span {
    opacity: 0;
  }
  #instagram .img-insta .logo-insta {
    opacity: 1;
  }
}

@media (min-width: 0px) {
  .no-price .product-price-and-shipping {
    display: none;
  }
  .product-miniature {
    flex-direction: column;
    align-items: center;
  }
  .product-miniature .thumbnail-container .thumbnail-top {
    margin-bottom: 30px;
  }
  .product-miniature .thumbnail-container .thumbnail-top .product-thumbnail {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-miniature .thumbnail-container .product-description {
    position: initial;
    padding: 0px;
    text-align: center;
    max-width: 250px;
  }
  .product-miniature .thumbnail-container .product-description > .product-title.list {
    display: none;
  }
  .product-miniature .thumbnail-container .product-description .description {
    display: none;
  }
  .product-miniature .thumbnail-container .product-description .product-title a {
    color: #575756;
    font-weight: 300;
  }
  .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price {
    color: #261481;
  }
  .product-miniature .thumbnail-container .product-description .product-price-and-shipping #product-availability p {
    color: #575756;
  }
  .product-miniature .thumbnail-container .product-description .cashback-new-price {
    color: #BC0C0C;
    font-weight: 500;
    margin-top: 10px;
  }
  .product-miniature .thumbnail-container .product-description .cashback-new-price > span {
    font-weight: 400;
    text-transform: uppercase;
    color: #BC0C0C;
  }
  .product-miniature .thumbnail-container .product-description .btn-secondary {
    margin-top: 30px;
  }
  .product-miniature .thumbnail-container .product-list-reviews {
    position: unset;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars {
    height: 0px;
    min-width: 180px;
    margin-bottom: 30px;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars.no-ratings {
    display: none;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content {
    margin-left: 0px;
    height: 20px;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-empty .star {
    width: 20px !important;
    background: unset;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-empty .star:nth-child(6) {
    display: none;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-empty .star:not(:last-child) {
    margin-right: 15px;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-empty .star:before {
    color: #261481;
    content: "\f005";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-full .star-on {
    background: unset;
    width: 20px !important;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-full .star-on:not(:last-child) {
    margin-right: 15px;
  }
  .product-miniature .thumbnail-container .product-list-reviews .grade-stars .star-content.star-full .star-on:before {
    color: #261481;
    content: "\f005";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  .product-miniature .thumbnail-container ul.product-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }
  .product-miniature .thumbnail-container ul.product-links li {
    width: 46px;
    height: 46px;
    border: 1px solid #F39200;
    margin-top: 0px;
  }
  .product-miniature .thumbnail-container ul.product-links li.not-active {
    border-color: #575756 !important;
  }
  .product-miniature .thumbnail-container ul.product-links li:not(:last-child) {
    margin-right: 22px;
  }
  .product-miniature .thumbnail-container ul.product-links li > a {
    text-decoration: unset;
  }
  .product-miniature .thumbnail-container ul.product-links li > * {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.view-product:before {
    content: "\f06e";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > * .added-to-cart {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .product-miniature .thumbnail-container ul.product-links li > * .added-to-cart:disabled {
    cursor: not-allowed;
  }
  .product-miniature .thumbnail-container ul.product-links li > * .added-to-cart:disabled:before {
    color: #575756;
  }
  .product-miniature .thumbnail-container ul.product-links li > * .added-to-cart:hover:before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .product-miniature .thumbnail-container ul.product-links li > * .added-to-cart:before {
    transition: opacity 0.3s ease;
    content: "\f07a";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn {
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: unset;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.btn-tertiary:hover {
    border: unset;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--loading {
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--loading.cdpcp-compare-btn--add {
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--loading.cdpcp-compare-btn--add:before {
    display: none;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--loading.cdpcp-compare-btn--remove:before {
    display: none;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--loading {
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--loading:before {
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--add:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f074";
    display: block;
    font-size: 20px;
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn.cdpcp-compare-btn--remove:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f00d";
    display: block;
    font-size: 20px;
    color: #F39200;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn .cdpcp-icon-add {
    display: none;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn .cdpcp-icon-remove {
    display: none;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn .cdpcp-compare-btn__text {
    display: none;
  }
  .product-miniature .thumbnail-container ul.product-links li > *.compare > .cdpcp-compare-btn .cdpcp-compare-btn__text {
    display: none;
  }
  .product-miniature .thumbnail-container:hover .product-description::after {
    content: unset;
  }
  .product-miniature .thumbnail-container:focus .product-description::after {
    content: unset;
  }
}
@media (min-width: 768px) {
  .products.list .product-miniature .thumbnail-container .product-description {
    max-width: 75%;
  }
}
@media (min-width: 0px) {
  .newsletter-popin .fancybox-skin {
    height: auto !important;
    padding: 20px !important;
  }
  .newsletter-popin .fancybox-inner {
    padding-right: 50px !important;
  }
  .newsletter-popin .fancybox-inner .apc_modal {
    overflow-y: unset !important;
  }
  .newsletter-popin #mc_embed_signup_scroll h2 {
    margin-bottom: 50px;
  }
  .newsletter-popin #mc_embed_signup_scroll .mc-field-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .newsletter-popin #mc_embed_signup_scroll .mc-field-group .asterisk {
    padding-left: 10px;
  }
  .newsletter-popin #mc_embed_signup_scroll #mergeRow-gdpr .content__gdpr {
    text-align: left;
  }
  .newsletter-popin #mc_embed_signup_scroll #mergeRow-gdpr .content__gdpr .mc_fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .newsletter-popin #mc_embed_signup_scroll #mergeRow-gdpr .content__gdpr .mc_fieldset > label.checkbox {
    position: relative;
    display: flex;
    align-items: center;
  }
  .newsletter-popin #mc_embed_signup_scroll #mergeRow-gdpr .content__gdpr .mc_fieldset > label.checkbox > span {
    padding-left: 40px;
  }
  .newsletter-popin #mc_embed_signup_scroll #mergeRow-gdpr .content__gdpr .mc_fieldset > label.checkbox > span.custom-checkbox {
    padding-left: 0px;
  }
  .newsletter-popin #mc_embed_signup_scroll #mergeRow-gdpr .content__gdpr .mc_fieldset > label.checkbox .av-checkbox {
    margin-right: 20px;
  }
}
@media (min-width: 0px) {
  .apc_modal {
    display: flex;
    flex-direction: column;
    height: 100% !important;
  }
  .apc_modal .content {
    order: 2;
  }
  .apc_modal .content h2 {
    margin-bottom: 30px;
  }
  .apc_modal .modal-img {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    min-height: 200px;
  }
  .fancybox-wrap {
    width: 80% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .fancybox-wrap .fancybox-skin {
    background-color: #FFFFFF;
    border-radius: 0px;
  }
  .fancybox-wrap .fancybox-skin .fancybox-close {
    top: -26px;
    display: flex;
    justify-content: flex-end;
    background-image: unset;
    width: 25px;
    height: 25px;
  }
  .fancybox-wrap .fancybox-skin .fancybox-close:before {
    color: #FFFFFF;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 25px;
  }
  .fancybox-wrap .fancybox-skin .content-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .fancybox-wrap .fancybox-skin .fancybox-inner {
    width: 100% !important;
  }
  .fancybox-wrap .fancybox-skin .fancybox-inner .content {
    padding: 20px;
  }
  .fancybox-wrap .fancybox-skin .fancybox-inner .modal-img {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  .fancybox-wrap {
    width: 80% !important;
  }
  .fancybox-skin {
    height: auto !important;
    padding-left: 50px;
  }
  .fancybox-inner .apc_modal {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: auto !important;
  }
  .fancybox-inner .apc_modal .content-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 500px;
  }
  .fancybox-inner .apc_modal .content-video iframe {
    width: 890px !important;
    height: 500px !important;
  }
  .fancybox-inner .apc_modal .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 40%;
    min-height: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F9F9F9;
    padding: 20px 50px 20px 50px !important;
    z-index: 2;
  }
  .fancybox-inner .apc_modal .modal-img {
    height: 65vh !important;
    object-fit: cover;
    object-position: center;
    width: 70%;
    margin-left: 30%;
    position: relative;
    right: 0px;
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .fancybox-wrap {
    width: 1160px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .fancybox-wrap .fancybox-skin {
    padding: 0px 0px 0px 40px;
    background-color: #FFFFFF;
    border-radius: 0px;
    height: auto !important;
  }
  .fancybox-wrap .fancybox-skin .fancybox-inner {
    width: 100% !important;
  }
  .fancybox-inner .apc_modal .content-video {
    height: 100%;
    min-height: 650px;
  }
  .fancybox-inner .apc_modal .content-video iframe {
    width: 1160px !important;
    height: 650px !important;
  }
}
@media (min-width: 0px) {
  .newsletter-popin .modal-dialog.modal-dialog-middle .modal-content .modal-body .checkbox span {
    text-align: start !important;
  }
  .modal.apc_modal.in::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .modal.apc_modal.in {
    width: 100vw !important;
    height: 100vh !important;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle {
    width: 90vw !important;
    height: auto;
    padding: auto;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body .content-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body .content {
    padding: 20px;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body #mc_embed_signup {
    padding: 20px;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body #mc_embed_signup form .clear {
    text-align: center;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body a .modal-img {
    margin-bottom: 0px;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .inner-circle {
    background: none;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .inner-circle #closeButton {
    position: absolute;
    top: -26px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    background-image: none;
    width: 25px;
    height: 25px;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .inner-circle #closeButton:before {
    color: #FFFFFF;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle {
    width: 60% !important;
    max-width: 1160px !important;
    height: auto !important;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content {
    height: auto !important;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: auto !important;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 40%;
    min-height: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F9F9F9;
    padding: 20px 50px 20px 50px !important;
    z-index: 2;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body a .modal-img {
    object-fit: cover;
    object-position: center center;
    width: 70%;
    margin-left: 30%;
    position: relative;
    right: 0px;
    top: 0px;
    height: auto !important;
    max-height: 65vh !important;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body .content-video {
    min-height: 650px;
  }
  .modal.apc_modal.in .modal-dialog.modal-dialog-middle .modal-content .modal-body .content-video iframe {
    width: 1160px !important;
    height: 650px !important;
  }
}
@media (min-width: 0px) {
  .elementor-product-grid .js-product.product {
    position: relative;
  }
  .product-miniature .product-flags li.product-flag {
    font-weight: 300;
  }
  .cashbacks-flags {
    display: flex;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 160px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .cashbacks-flags > div {
    flex: 0 0 auto;
    background-color: #BC0C0C;
    padding: 8px 12px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    position: relative;
  }
  .cashbacks-flags > div:before, .cashbacks-flags > div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.45);
    transition: 0.4s ease-in-out;
    z-index: 50;
    animation: anim_flag_cashback 7s infinite;
    animation-delay: inherit;
  }
  .cashbacks-flags > div:before {
    top: auto;
    bottom: 0;
  }
  .cashbacks-flags > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .list .cashbacks-flags {
    width: auto;
    right: 0px;
  }
  .list .cashbacks-flags > div {
    margin-bottom: 0px;
  }
  .list .cashbacks-flags > div:not(:last-child) {
    margin-right: 10px;
  }
  ul.product-flags {
    list-style: none !important;
  }
  ul.product-flags .product-flag {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  ul.product-flags .product-flag:nth-child(1) {
    margin-top: 0px;
  }
  ul.product-flags .product-flag.discount {
    background-color: #F39200;
  }
  ul.product-flags .product-flag.new {
    background-color: #261481;
  }
  #product #content ul.product-flags {
    position: relative;
    top: 30px;
    display: flex;
    flex-direction: row;
  }
  #product #content ul.product-flags .product-flag {
    margin-top: 0px;
    margin-right: 15px;
    font-weight: 300;
  }
  .products > .js-product:nth-child(1) .cashbacks-flags > div {
    animation-delay: 3.2s;
  }
  .products > .js-product:nth-child(2) .cashbacks-flags > div {
    animation-delay: 3.3s;
  }
  .products > .js-product:nth-child(3) .cashbacks-flags > div {
    animation-delay: 3.7s;
  }
  .products > .js-product:nth-child(4) .cashbacks-flags > div {
    animation-delay: 4.9s;
  }
  .products > .js-product:nth-child(5) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .products > .js-product:nth-child(6) .cashbacks-flags > div {
    animation-delay: 4.6s;
  }
  .products > .js-product:nth-child(7) .cashbacks-flags > div {
    animation-delay: 5.1s;
  }
  .products > .js-product:nth-child(8) .cashbacks-flags > div {
    animation-delay: 3.5s;
  }
  .products > .js-product:nth-child(9) .cashbacks-flags > div {
    animation-delay: 2.8s;
  }
  .products > .js-product:nth-child(10) .cashbacks-flags > div {
    animation-delay: 2.8s;
  }
  .products > .js-product:nth-child(11) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .products > .js-product:nth-child(12) .cashbacks-flags > div {
    animation-delay: 1.4s;
  }
  .products > .js-product:nth-child(13) .cashbacks-flags > div {
    animation-delay: 3s;
  }
  .products > .js-product:nth-child(14) .cashbacks-flags > div {
    animation-delay: 2.8s;
  }
  .products > .js-product:nth-child(15) .cashbacks-flags > div {
    animation-delay: 3.8s;
  }
  .products > .js-product:nth-child(16) .cashbacks-flags > div {
    animation-delay: 4.1s;
  }
  .products > .js-product:nth-child(17) .cashbacks-flags > div {
    animation-delay: 1.3s;
  }
  .products > .js-product:nth-child(18) .cashbacks-flags > div {
    animation-delay: 2.7s;
  }
  .products > .js-product:nth-child(19) .cashbacks-flags > div {
    animation-delay: 1s;
  }
  .products > .js-product:nth-child(20) .cashbacks-flags > div {
    animation-delay: 1.7s;
  }
  .products > .js-product:nth-child(21) .cashbacks-flags > div {
    animation-delay: 2s;
  }
  .products > .js-product:nth-child(22) .cashbacks-flags > div {
    animation-delay: 2.6s;
  }
  .products > .js-product:nth-child(23) .cashbacks-flags > div {
    animation-delay: 1.9s;
  }
  .products > .js-product:nth-child(24) .cashbacks-flags > div {
    animation-delay: 3.4s;
  }
  .products > .js-product:nth-child(25) .cashbacks-flags > div {
    animation-delay: 4.6s;
  }
  .products > .js-product:nth-child(26) .cashbacks-flags > div {
    animation-delay: 0.8s;
  }
  .products > .js-product:nth-child(27) .cashbacks-flags > div {
    animation-delay: 3.9s;
  }
  .products > .js-product:nth-child(28) .cashbacks-flags > div {
    animation-delay: 1.6s;
  }
  .products > .js-product:nth-child(29) .cashbacks-flags > div {
    animation-delay: 2.6s;
  }
  .products > .js-product:nth-child(30) .cashbacks-flags > div {
    animation-delay: 4.5s;
  }
  .products > .js-product:nth-child(31) .cashbacks-flags > div {
    animation-delay: 4.9s;
  }
  .products > .js-product:nth-child(32) .cashbacks-flags > div {
    animation-delay: 4.1s;
  }
  .products > .js-product:nth-child(33) .cashbacks-flags > div {
    animation-delay: 3.7s;
  }
  .products > .js-product:nth-child(34) .cashbacks-flags > div {
    animation-delay: 3s;
  }
  .products > .js-product:nth-child(35) .cashbacks-flags > div {
    animation-delay: 3.4s;
  }
  .products > .js-product:nth-child(36) .cashbacks-flags > div {
    animation-delay: 4.2s;
  }
  .products > .js-product:nth-child(37) .cashbacks-flags > div {
    animation-delay: 0.9s;
  }
  .products > .js-product:nth-child(38) .cashbacks-flags > div {
    animation-delay: 3.8s;
  }
  .products > .js-product:nth-child(39) .cashbacks-flags > div {
    animation-delay: 4.4s;
  }
  .products > .js-product:nth-child(40) .cashbacks-flags > div {
    animation-delay: 4.8s;
  }
  .products > .js-product:nth-child(41) .cashbacks-flags > div {
    animation-delay: 4.7s;
  }
  .products > .js-product:nth-child(42) .cashbacks-flags > div {
    animation-delay: 3.1s;
  }
  .products > .js-product:nth-child(43) .cashbacks-flags > div {
    animation-delay: 4.4s;
  }
  .products > .js-product:nth-child(44) .cashbacks-flags > div {
    animation-delay: 5.1s;
  }
  .products > .js-product:nth-child(45) .cashbacks-flags > div {
    animation-delay: 4.3s;
  }
  .products > .js-product:nth-child(46) .cashbacks-flags > div {
    animation-delay: 3.7s;
  }
  .products > .js-product:nth-child(47) .cashbacks-flags > div {
    animation-delay: 4.5s;
  }
  .products > .js-product:nth-child(48) .cashbacks-flags > div {
    animation-delay: 0.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(1) .cashbacks-flags > div {
    animation-delay: 1.4s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(2) .cashbacks-flags > div {
    animation-delay: 1.9s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(3) .cashbacks-flags > div {
    animation-delay: 1.7s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(4) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(5) .cashbacks-flags > div {
    animation-delay: 3.2s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(6) .cashbacks-flags > div {
    animation-delay: 2s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(7) .cashbacks-flags > div {
    animation-delay: 1.3s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(8) .cashbacks-flags > div {
    animation-delay: 3.3s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(9) .cashbacks-flags > div {
    animation-delay: 0.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(10) .cashbacks-flags > div {
    animation-delay: 3s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(11) .cashbacks-flags > div {
    animation-delay: 2.5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(12) .cashbacks-flags > div {
    animation-delay: 3.6s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(13) .cashbacks-flags > div {
    animation-delay: 0.7s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(14) .cashbacks-flags > div {
    animation-delay: 1s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(15) .cashbacks-flags > div {
    animation-delay: 4.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(16) .cashbacks-flags > div {
    animation-delay: 3.4s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(17) .cashbacks-flags > div {
    animation-delay: 2.2s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(18) .cashbacks-flags > div {
    animation-delay: 4.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(19) .cashbacks-flags > div {
    animation-delay: 1.7s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(20) .cashbacks-flags > div {
    animation-delay: 2.5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(21) .cashbacks-flags > div {
    animation-delay: 2.7s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(22) .cashbacks-flags > div {
    animation-delay: 3.9s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(23) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(24) .cashbacks-flags > div {
    animation-delay: 3.1s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(25) .cashbacks-flags > div {
    animation-delay: 3.1s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(26) .cashbacks-flags > div {
    animation-delay: 4.3s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(27) .cashbacks-flags > div {
    animation-delay: 1.7s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(28) .cashbacks-flags > div {
    animation-delay: 3.1s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(29) .cashbacks-flags > div {
    animation-delay: 4.2s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(30) .cashbacks-flags > div {
    animation-delay: 0.9s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(31) .cashbacks-flags > div {
    animation-delay: 4.5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(32) .cashbacks-flags > div {
    animation-delay: 4.3s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(33) .cashbacks-flags > div {
    animation-delay: 0.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(34) .cashbacks-flags > div {
    animation-delay: 3.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(35) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(36) .cashbacks-flags > div {
    animation-delay: 3.4s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(37) .cashbacks-flags > div {
    animation-delay: 4.2s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(38) .cashbacks-flags > div {
    animation-delay: 3.1s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(39) .cashbacks-flags > div {
    animation-delay: 1.3s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(40) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(41) .cashbacks-flags > div {
    animation-delay: 0.8s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(42) .cashbacks-flags > div {
    animation-delay: 5s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(43) .cashbacks-flags > div {
    animation-delay: 5.1s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(44) .cashbacks-flags > div {
    animation-delay: 4s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(45) .cashbacks-flags > div {
    animation-delay: 4.2s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(46) .cashbacks-flags > div {
    animation-delay: 0.7s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(47) .cashbacks-flags > div {
    animation-delay: 4.6s;
  }
  .elementor-widget-product-carousel .slick-track > .slick-slide:nth-child(48) .cashbacks-flags > div {
    animation-delay: 1.7s;
  }
}
@keyframes anim_flag_cashback {
  0% {
    height: 0%;
  }
  1.6% {
    height: 50%;
  }
  3.5% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
.form-polls-display-sticky {
  transition: top 0.2s ease, bottom 0.2s ease;
  left: 0;
  width: 240px;
}
.form-polls-display-sticky .form-polls {
  background: #261481;
  padding: 20px 10px 20px 20px;
}
.form-polls-display-sticky .form-polls .form-polls-body .form-group {
  display: block !important;
}
.form-polls-display-sticky .form-polls .form-polls-body .polls-email {
  width: 100%;
  padding-left: 0px !important;
}

.form-polls-display-sticky.is-fixed {
  position: fixed;
  top: 170px;
  z-index: 10;
}

.form-polls-display-sticky.at-top,
.form-polls-display-sticky.at-bottom {
  position: absolute;
}

.form-polls-display-sticky.at-bottom {
  bottom: 0;
  top: auto;
}

.form-polls-display-sticky-container {
  position: relative;
}

.form-polls-display-sticky .form-group > span {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.form-polls-display-sticky .form-group label {
  background: #EC6800;
  font-size: 15px !important;
}
.form-polls-display-sticky .form-group label span {
  color: #fff;
}
.form-polls-display-sticky .form_action_footer button[type=submit] {
  background-color: #fff;
  color: #666;
  height: 38px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media (min-width: 0px) {
  #cms #main .page-content {
    padding: 0px;
  }
}

@media (min-width: 0px) {
  #category #wrapper .container {
    display: flex;
    flex-direction: column;
  }
  #category #wrapper .container .breadcrumb {
    order: 1;
  }
  #category #wrapper .container #product-list-header {
    order: 2;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #category #wrapper .container #product-list-header {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #category #wrapper .container #product-list-header {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #category #wrapper .container #product-list-header {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #category #wrapper .container #product-list-header .leaderboard-left .category-cover {
    display: block;
  }
  #category #wrapper .container #product-list-header .leaderboard-left .category-cover img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  #category #wrapper .container #product-list-header .leaderboard-right {
    padding: 40px 30px;
    background-color: #F9F9F9;
  }
  #category #wrapper .container #product-list-header .leaderboard-right #category-description p {
    font-weight: 500;
  }
  #category #wrapper .container .shop-in-shop-extra {
    margin-top: 70px;
    margin-bottom: 180px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    order: 3;
  }
  #category #wrapper .container .shop-in-shop-extra > .left {
    order: 2;
    width: 100%;
  }
  #category #wrapper .container .shop-in-shop-extra > .left img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 210px;
  }
  #category #wrapper .container .shop-in-shop-extra > .right {
    width: 100%;
    order: 1;
    padding: 60px 30px;
    background-color: #F9F9F9;
  }
  #category #wrapper .container #left-column {
    order: 4;
  }
  #category #wrapper .container #left-column #show-left-col {
    margin-top: 45px;
    padding: 20px 30px;
    width: 100%;
    background-color: #F9F9F9;
    display: flex;
    justify-content: space-between;
  }
  #category #wrapper .container #left-column #show-left-col:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 20px;
  }
  #category #wrapper .container #left-column #show-left-col span {
    text-transform: uppercase;
    color: #575756;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories {
    padding: 0px;
    padding-top: 30px;
    margin-bottom: 0px;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories > ul.category-top-menu > li:nth-child(1) {
    border-bottom: 1px solid #979797;
    padding-bottom: 20px;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories > ul.category-top-menu > li > a {
    text-decoration: unset;
    font-size: 15px;
    color: #575756;
    font-weight: 500;
    text-transform: none !important;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories > ul.category-top-menu > li > ul.category-sub-menu {
    padding-left: 0px;
    margin-top: 25px;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories > ul.category-top-menu > li > ul.category-sub-menu .navbar-toggler > *:hover {
    color: #F39200;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories > ul.category-top-menu > li > ul.category-sub-menu > li {
    margin-bottom: 25px;
  }
  #category #wrapper .container #left-column #filters-left-col .block-categories > ul.category-top-menu > li > ul.category-sub-menu > li a {
    text-decoration: unset;
    font-size: 15px;
    font-weight: 300;
    color: #575756;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters {
    border-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > p {
    display: none;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet {
    border-bottom: unset;
    padding-top: 0px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > p.facet-title {
    padding-bottom: 25px;
    border-bottom: 1px solid #979797;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > .title {
    padding-bottom: 25px;
    border-bottom: 1px solid #979797;
    margin-bottom: 0px;
    padding-top: 25px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > .title > p.facet-title {
    padding: 0px;
    font-size: 15px;
    text-transform: unset;
    font-weight: 500;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul {
    padding-top: 25px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li {
    border-top: unset;
    padding: 0px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li .ui-slider-horizontal {
    margin-top: 20px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li label {
    display: flex;
    align-items: center;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li label .custom-checkbox {
    top: unset;
    margin-right: 30px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li label .custom-checkbox .ps-shown-by-js {
    margin-right: 0px;
    width: 25px;
    height: 25px;
    border: unset;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    position: relative;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li label .custom-checkbox .ps-shown-by-js i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li label > a {
    font-weight: 300;
    font-size: 15px;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet > ul > li + li {
    margin-top: 15px;
  }
  #category #wrapper .container #content-wrapper {
    order: 5;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection {
    text-align: center;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-square {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-list {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products #js-active-search-filters {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list {
    margin-top: 50px;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .products > .product {
    margin-bottom: 100px;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .products > .product > .product-miniature > .thumbnail-container .product-description .description {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .products > .product > .product-miniature > .thumbnail-container .product-description .product-title.grid {
    display: block;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .products > .product > .product-miniature > .thumbnail-container .product-description .product-title.list {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .pagination {
    text-align: center;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .pagination .page-list {
    justify-content: center;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list > .up {
    display: none;
  }
  #category #wrapper .container > .description-wrapper {
    margin-top: 180px;
    order: 6;
    width: 100%;
  }
  #category #wrapper .container > .description-wrapper > * {
    display: none;
  }
  #category #wrapper .container > .description-wrapper > *.elementor {
    display: block !important;
  }
  #category #wrapper .container > .youtube-video-list {
    order: 7;
  }
  #category #wrapper .container > .elementor {
    order: 8;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #category #wrapper .container #product-list-header {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #category #wrapper .container #product-list-header {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #category #wrapper .container #product-list-header {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #category #wrapper .container #left-column #show-left-col {
    margin-bottom: 50px;
  }
  #category #wrapper .container #content-wrapper .js-product-list-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list {
    flex-direction: column;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product {
    width: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 60px;
    border-bottom: 1px solid #EDEDED;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product:not(:first-child) {
    padding-top: 60px;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature {
    justify-content: flex-start;
    width: 100%;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .thumbnail-top {
    margin-bottom: 0px;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description {
    width: 75%;
    position: relative;
    padding-left: 20px;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description > * {
    width: 85%;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .description {
    display: block !important;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title {
    text-align: left;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title.list {
    display: block !important;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title.list > a {
    color: #261481 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: left;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title.grid {
    display: none !important;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-list-reviews {
    justify-content: flex-start;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-list-reviews .grade-stars {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-price-and-shipping {
    text-align: left;
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-links {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 50px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  #category #wrapper .container #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-links li {
    margin-bottom: 15px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .total-products {
    padding-top: 0px;
    color: #979797;
    margin-right: 10px;
    font-size: 14px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .sort-by {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order {
    width: 150px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #979797;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f078";
    font-size: 9px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu {
    width: 150px;
    min-width: 150px;
    box-shadow: unset;
    background-color: #F9F9F9;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a {
    padding: 5px 10px;
    width: 150px;
    color: #979797;
    font-size: 14px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a:hover {
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #category #wrapper .container #product-list-header {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #category #wrapper .container #product-list-header {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #category #wrapper .container #product-list-header {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  #category #wrapper .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #category #wrapper .container #product-list-header {
    width: 100%;
  }
  #category #wrapper .container #product-list-header .leaderboard {
    position: relative;
    margin-bottom: 200px;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-right {
    position: absolute;
    top: 214px;
    width: 45%;
    padding: 60px 42px;
    left: 0px;
    z-index: 2;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-right h1 {
    margin: 0px;
    margin-bottom: 0px;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-right h1 + .block-category-inner {
    margin-top: 30px;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-left .category-cover {
    display: flex;
    justify-content: flex-end;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-left .category-cover .img-wrapper {
    width: 74.5%;
    max-width: 1080px;
    height: 480px;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-left .category-cover .img-wrapper > a {
    width: 100%;
    height: 100%;
  }
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-left .category-cover .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #category #wrapper .container .shop-in-shop-extra {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    order: 3;
    height: 330px;
  }
  #category #wrapper .container .shop-in-shop-extra > .left {
    order: 1;
    width: 50%;
    height: 100%;
  }
  #category #wrapper .container .shop-in-shop-extra > .left img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  #category #wrapper .container .shop-in-shop-extra > .right {
    width: 50%;
    height: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #category #wrapper .container #left-column {
    width: 20%;
  }
  #category #wrapper .container #left-column .button-filter {
    display: none;
  }
  #category #wrapper .container #left-column #filters-left-col.hidden {
    display: block !important;
  }
  #category #wrapper .container #left-column #filters-left-col #search_filters_wrapper #search_filters > section.facet {
    padding-top: 50px;
  }
  #category #wrapper .container #content-wrapper {
    margin-top: 100px;
    width: 80%;
    padding-left: 50px;
    position: unset;
  }
  #category #wrapper .container #content-wrapper #main {
    position: relative;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions {
    display: flex;
    position: absolute;
    right: 0px;
    top: -200px;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions .display-list {
    display: block;
    cursor: pointer;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions .display-list:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f00b";
    font-size: 25px;
    color: #979797;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions .display-list.active:before {
    color: #575756;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions .display-square {
    margin-left: 45px;
    margin-right: 15px;
    display: block;
    cursor: pointer;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions .display-square:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f009";
    font-size: 25px;
    color: #979797;
  }
  #category #wrapper .container #content-wrapper #main .wrapper-block-actions .display-square.active:before {
    color: #575756;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection {
    position: absolute;
    top: -200px;
    right: 100px;
    width: 55%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-list {
    display: block;
    cursor: pointer;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-list:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f00b";
    font-size: 25px;
    color: #979797;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-list.active:before {
    color: #575756;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-square {
    margin-left: 45px;
    margin-right: 15px;
    display: block;
    cursor: pointer;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-square:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f009";
    font-size: 25px;
    color: #979797;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .display-square.active:before {
    color: #575756;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .total-products {
    padding-top: 0px;
    color: #979797;
    margin-right: 10px;
    font-size: 14px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .sort-by {
    display: none;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order {
    width: 150px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #979797;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f078";
    font-size: 9px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu {
    width: 150px;
    min-width: 150px;
    box-shadow: unset;
    background-color: #F9F9F9;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a {
    padding: 5px 10px;
    width: 150px;
    color: #979797;
    font-size: 14px;
  }
  #category #wrapper .container #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a:hover {
    background-color: #FFFFFF;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list {
    margin-top: 0px;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list .products {
    flex-direction: row;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list .products > .product {
    margin-bottom: 100px;
  }
  #category #wrapper .container #content-wrapper #main #products #js-product-list .products > .product > .product-miniature > .thumbnail-container .product-description .description {
    display: none;
  }
}
@media (min-width: 1440px) {
  #category #wrapper .container #product-list-header .leaderboard .leaderboard-right {
    width: 40%;
    height: 450px;
  }
}

@media (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid.ybc-blog-wrapper-detail {
    padding: 0px !important;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard {
    display: flex;
    flex-direction: column;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    background: #F9F9F9;
    order: 2;
    padding: 40px 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    order: 1;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right .ybc_image-single img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra {
    order: 3;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .post-date > span {
    color: #575756 !important;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .extra_tag_cat .ybc-blog-categories {
    float: unset;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .extra_tag_cat .ybc-blog-categories .btn-third {
    width: 100%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .extra_tag_cat .ybc-blog-categories .btn-third:not(:last-child) {
    margin-bottom: 20px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details {
    display: flex !important;
    flex-direction: column !important;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    width: 100vw;
    padding-left: calc((100vw - 350px) / 2 + 40px);
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: -15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 460px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) and (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper {
    background-color: #F9F9F9;
    padding: 70px 30px;
    margin-bottom: 150px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper h2 {
    color: #261481;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p iframe {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_blog-comments-list {
    border-top: 0px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog {
    background-color: unset;
    border: unset;
    float: unset;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog h2 {
    text-align: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha {
    width: 100%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha label {
    text-align: left;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-rate-post {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-rate-post .blog_rating_box {
    margin: 0px;
    width: 100%;
    height: 50px;
    background-color: #F9F9F9;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-rate-post .blog_rating_box .star {
    color: #261481;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-rate-post .blog_rating_box .star:after {
    color: #261481;
    font-size: 20px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-rate-post .blog_rating_box .star:not(:last-child) {
    margin-right: 10px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-capcha {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-capcha .bc-capcha-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-capcha .bc-capcha-wrapper .ybc-captcha-img-data {
    max-width: 120px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-capcha .bc-capcha-wrapper .form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-top: 15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-capcha .bc-capcha-wrapper .form-group > input {
    margin-bottom: 0px;
    width: 90%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .ybc-blog-wrapper-comment .ybc_comment_form_blog .blog-rate-capcha .blog-capcha .bc-capcha-wrapper .form-group #ybc-blog-capcha-refesh {
    width: 10%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .ybc-blog-related-posts {
    border-top: 0px;
    position: relative;
    margin-bottom: 150px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .ybc-blog-related-posts > h2 {
    text-align: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .ybc-blog-related-posts .swiper-button-prev {
    padding-right: 25px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .ybc-blog-related-posts .swiper-button-next {
    padding-left: 25px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content #ybc-blog-related-products {
    border-top: 0px;
    position: relative;
    margin-bottom: 150px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content #ybc-blog-related-products h2 {
    text-align: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content #ybc-blog-related-products ul.related-product-list > li .product-container .left-block {
    margin-bottom: 30px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content #ybc-blog-related-products ul.related-product-list > li .product-container .left-block .ybc_item_img {
    max-width: 250px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content #ybc-blog-related-products ul.related-product-list > li .product-container .right-block h3 a {
    color: #575756;
    font-weight: 300;
    font-size: 15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content #ybc-blog-related-products ul.related-product-list > li .product-container .right-block .btn-secondary {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .extra_tag_cat .ybc-blog-categories {
    float: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .extra_tag_cat .ybc-blog-categories .btn-third {
    width: fit-content;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra .extra_tag_cat .ybc-blog-categories .btn-third:not(:last-child) {
    margin-right: 40px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details {
    display: flex;
    flex-direction: column;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    width: 100vw;
    padding-left: calc((100vw - 738px) / 2 + 40px);
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: -15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 460px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .element-relative {
    width: fit-content;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    width: 100vw;
    padding-left: calc((100vw - 992px) / 2 + 40px);
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: -15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 460px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard {
    position: relative;
    margin-bottom: 200px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    position: absolute;
    top: 214px;
    width: 45%;
    padding: 60px 42px;
    left: 0px;
    z-index: 2;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left h1 {
    margin: 0px;
    margin-bottom: 0px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left h1 + p {
    margin-top: 30px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right {
    display: flex;
    justify-content: flex-end;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right .ybc_blog_img_wrapper {
    width: 74.5%;
    max-width: 1080px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-right .ybc_blog_img_wrapper .ybc_image-single img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra {
    margin-left: 45%;
    width: 55%;
    padding-left: 40px;
    padding-top: 50px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    width: 100vw;
    padding-left: calc((100vw - 1180px) / 2 + 360px);
  }
}
@media (min-width: 1280px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: -15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 460px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: calc(-50vw + 1180px / 2);
    margin-right: calc(-50vw + 1180px / 2);
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper {
    background-color: #F9F9F9;
    padding: 160px 120px;
    margin-bottom: 150px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper .content {
    max-width: 720px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper h2 {
    color: #261481;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p.element-relative {
    position: relative;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p.element-relative span.line {
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #979797;
    width: 420px;
    position: absolute;
    display: block;
    right: -30px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p a {
    color: #575756;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p a:hover {
    color: #575756;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p iframe {
    width: 720px;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    right: 435px;
    z-index: 2;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p img {
    width: 720px;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    right: 435px;
    object-fit: cover;
    object-position: center;
    z-index: 2;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-comment-row {
    width: 50%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-comment-row .blog-rate-post {
    margin-top: 0px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-comment-row.blog-name, #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-comment-row.blog-title {
    padding-right: 20px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-comment-row.blog-email, #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-comment-row.blog-evaluation {
    padding-left: 20px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .blog-content-comment, #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-form-comment > form .flex-bottom {
    width: 100% !important;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-left {
    width: 40%;
    height: 450px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .leaderboard .leaderboard-extra {
    margin-left: 40%;
    width: 60%;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    width: 100vw;
    padding-left: calc((100vw - 1380px) / 2 + 360px);
  }
}
@media (min-width: 1440px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: -15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 460px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) and (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: calc(-50vw + 1380px / 2);
    margin-right: calc(-50vw + 1380px / 2);
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p.element-relative span.line {
    width: 620px;
    right: -175px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p iframe {
    right: 480px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p img {
    right: 480px;
  }
}
@media (min-width: 1920px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    width: 100vw;
    padding-left: calc((100vw - 1450px) / 2 + 360px);
  }
}
@media (min-width: 1920px) and (min-width: 0px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: -15px;
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 460px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 768px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) and (min-width: 1024px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying {
    margin-left: calc(-50vw + 1450px / 2);
    margin-right: calc(-50vw + 1450px / 2);
  }
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .elementor-inner-section {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  #ybc_blog_page .ybc_blog_layout_grid .ybc-blog-wrapper-content .post-details .default-displaying .content-wrapper p.element-relative span.line {
    width: 680px;
    right: -240px;
  }
}

@media (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard {
    display: flex;
    flex-direction: column;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    background: #F9F9F9;
    order: 2;
    padding: 40px 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    order: 1;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .blog-category {
    margin-bottom: 0px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .ybc_item_img {
    margin-bottom: 0px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .ybc_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra {
    order: 3;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > div {
    opacity: 1;
    position: unset;
    visibility: visible;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_search form .form-control {
    background-color: #F9F9F9 !important;
    border: unset;
    height: 46px !important;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_search form span.icon_search {
    display: flex;
    align-items: center;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_search form span.icon_search:before {
    color: #261481;
    font-size: 25px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories {
    opacity: 1;
    position: unset;
    visibility: visible;
    position: relative;
    margin-bottom: 100px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories #show-filters-blog {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories #show-filters-blog:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f077";
    display: block;
    font-size: 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-left: 20px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories #show-filters-blog.active {
    background-color: #F39200;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories #show-filters-blog.active:after {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block {
    width: 100%;
    background-color: #F9F9F9;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block .blog_view_all_button {
    padding-bottom: 20px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li a {
    color: #575756;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li a:hover {
    color: #575756;
    opacity: 0.7;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li:first-child {
    margin-top: 20px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li:not(:last-child) {
    margin-bottom: 20px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li .category-blog-parent {
    right: 0px;
    top: 0px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li ul.children {
    margin-top: 20px;
    padding-left: 30px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content > .ybc_block_categories .content_block > ul.tree > li ul.children > li {
    margin-bottom: 20px;
  }
  #ybc_blog_page .blog-category #content-wrapper .ybc-blog-wrapper {
    margin: 0px;
    padding: 0px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 80px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper {
    display: flex;
    flex-direction: column;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper a.ybc_item_img {
    position: relative;
    float: unset;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper a.ybc_item_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 170px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper a.ybc_item_img .post-date {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #ffffff;
    padding: 7px 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #575756;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper .ybc-blog-wrapper-content {
    padding: 30px 20px;
    background-color: #F9F9F9;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper .ybc-blog-wrapper-content h2 a:hover {
    color: #261481;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper .ybc-blog-wrapper-content .ybc-blog-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: unset;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper .ybc-blog-wrapper-content .ybc-blog-categories > a {
    background-color: #FFFFFF;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #575756;
    padding: 7px 10px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper .ybc-blog-wrapper-content .btn-primary {
    margin-top: 30px;
    cursor: pointer;
  }
  #ybc_blog_page .blog-category .ybc-blog-sidear-post-meta {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra {
    order: 3;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc-navigation-blog-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #ybc_blog_page .blog-category #content-wrapper .ybc-blog-wrapper {
    margin: 0px;
    padding: 0px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list {
    width: 100%;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li:nth-child(n) {
    margin-right: 40px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra {
    order: 3;
  }
}
@media (min-width: 1280px) {
  #ybc_blog_page .blog-category .leaderboard {
    position: relative;
    margin-bottom: 200px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    position: absolute;
    top: 214px;
    width: 45%;
    padding: 60px 42px;
    left: 0px;
    z-index: 2;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left h1 {
    margin: 0px;
    margin-bottom: 0px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left h1 + p {
    margin-top: 30px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .has-blog-image {
    display: flex;
    justify-content: flex-end;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .has-blog-image .ybc_item_img {
    width: 74.5%;
    max-width: 1080px;
    height: 480px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .has-blog-image .ybc_item_img > a {
    width: 100%;
    height: 100%;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-right .has-blog-image .ybc_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra {
    margin-left: 45%;
    width: 55%;
    padding-left: 40px;
    padding-top: 50px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc_blog_sidebar .ybc-navigation-blog-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc_blog_sidebar .ybc-navigation-blog-content .ybc_block_search {
    flex-grow: 1;
    margin-right: 40px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc_blog_sidebar .ybc-navigation-blog-content .ybc_block_search .content_block > form .form-control {
    margin-bottom: 0px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc_blog_sidebar .ybc-navigation-blog-content .ybc_block_categories {
    margin-bottom: 0px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra .ybc_blog_sidebar .ybc-navigation-blog-content .ybc_block_categories .content_block {
    width: 100%;
    z-index: 2;
    position: absolute;
  }
  #ybc_blog_page .blog-category #content-wrapper .ybc-blog-wrapper {
    margin: 0px;
    padding: 0px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list {
    width: 100%;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li:nth-child(n) {
    margin-right: 40px;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li:nth-child(2n) {
    margin-right: 0;
  }
  #ybc_blog_page .blog-category #content-wrapper ul.ybc-blog-list li .post-wrapper a.ybc_item_img img {
    height: 320px;
  }
}
@media (min-width: 1440px) {
  #ybc_blog_page .blog-category .leaderboard .leaderboard-left {
    width: 40%;
    height: 450px;
  }
  #ybc_blog_page .blog-category .leaderboard .leaderboard-extra {
    margin-left: 40%;
    width: 60%;
  }
}

@media (min-width: 0px) {
  #product #wrapper #main .elementor {
    width: 100%;
  }
  #product #wrapper #main .product-container .page-content {
    max-width: 350px;
  }
  #product #wrapper #main .product-container .page-content .images-container .top-images-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #product #wrapper #main .product-container .page-content .images-container .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  #product #wrapper #main .product-container .page-content .images-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #product #wrapper #main .product-container .page-content .images-container .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #product #wrapper #main .product-container .page-content .images-container .mySwiper2 {
    height: 80%;
    width: 100%;
  }
  #product #wrapper #main .product-container .page-content .images-container .mySwiper {
    border-top: 1px solid #D8D8D8;
    height: 20%;
    box-sizing: border-box;
    padding: 50px 0;
  }
  #product #wrapper #main .product-container .page-content .images-container .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #D8D8D8;
    transition: all 0.3s ease;
  }
  #product #wrapper #main .product-container .page-content .images-container .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #575756;
    transition: all 0.3s ease;
  }
  #product #wrapper #main .product-container .product-left-wrapper {
    background-color: #F9F9F9;
    padding: 40px 30px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #product #wrapper #main .product-container .product-left-wrapper > h1 {
    margin-bottom: 30px;
  }
  #product #wrapper #main .product-container .product-left-wrapper > .product-description {
    padding-bottom: 40px;
    border-bottom: 1px solid #D8D8D8;
  }
  #product #wrapper #main .product-container .product-left-wrapper > .product-description .read-more {
    color: #575756;
    text-decoration: underline;
  }
  #product #wrapper #main .product-container .product-left-wrapper #product-comments-prices {
    padding: 30px 0px;
  }
  #product #wrapper #main .product-container .product-left-wrapper #product-availability {
    color: #575756;
    font-size: 15px;
    font-weight: 500;
  }
  #product #wrapper #main .product-container .product-left-wrapper #product-availability > p {
    font-size: 12px !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper #product-availability .product-last-items {
    color: #F39200 !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper #product-availability .product-available {
    color: #261481 !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info {
    position: unset;
    justify-content: flex-start;
    margin: 0px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info.no-posts {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note {
    margin-bottom: 0px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note > span {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars {
    height: 0px;
    min-width: 180px;
    margin-bottom: 30px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars.no-ratings {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content {
    margin-left: 0px;
    height: 20px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-empty .star {
    width: 20px !important;
    background: unset;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-empty .star:nth-child(6) {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-empty .star:not(:last-child) {
    margin-right: 15px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-empty .star:before {
    color: #261481;
    content: "\f005";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-full .star-on {
    background: unset;
    width: 20px !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-full .star-on:not(:last-child) {
    margin-right: 15px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .comments-note .grade-stars .star-content.star-full .star-on:before {
    color: #261481;
    content: "\f005";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .additional-links .link-comment {
    font-size: 12px;
    text-decoration: underline;
    color: #575756;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-comments-additional-info .additional-links .post-product-comment {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-prices {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-prices .product-discount > span.regular-price {
    font-size: 15px;
    color: #261481;
    font-family: "Montserrat", sans-serif;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-prices .product-price > .current-price .current-price-value {
    color: #F39200;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-prices .has-discount .current-price > .current-price-value {
    color: #F39200;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-prices .has-discount .current-price > .discount {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-prices .tax-shipping-delivery-label {
    color: #575756;
    font-size: 15px;
    margin-left: 20px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .popup-video-title {
    font-size: 12px;
    color: #261481;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information #show-popup-video {
    font-size: 13px;
    text-decoration: underline;
    color: #261481;
    margin-bottom: 30px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information #show-popup-video i {
    margin-right: 10px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions {
    position: relative;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-discounts {
    margin-bottom: 0rem;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .control-label {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty {
    width: 135px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group {
    position: relative;
    left: 45px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group > input[type=number] {
    background-color: transparent;
    border: unset;
    width: 45px;
    height: 45px;
    left: 0px;
    text-align: center;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical {
    position: unset;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical > button {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid #F39200;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical > button > i {
    display: none;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical > button.bootstrap-touchspin-up {
    bottom: 0px;
    top: unset;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical > button.bootstrap-touchspin-up:before {
    content: "+";
    display: block;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical > button.bootstrap-touchspin-down {
    left: -45px;
    bottom: 0px;
    top: unset;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .qty .input-group-btn-vertical > button.bootstrap-touchspin-down:before {
    content: "-";
    display: block;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .add {
    margin-top: 30px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs {
    max-width: 210px;
    margin: 0;
    margin-top: 20px;
    background: unset;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .js-mailalert {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .js-mailalert .js-mailalert-alerts {
    width: 100%;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs input.form-control {
    background: white;
    border: #979797;
    margin-bottom: 0px;
    font-size: 12px;
    height: 30px !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs input.form-control::placeholder {
    font-size: 12px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .btn {
    background-color: #261481 !important;
    min-width: 100%;
    max-width: 210px;
    margin-top: auto !important;
    font-size: 15px;
    min-height: 50px;
    white-space: unset !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .cdpcp-compare-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    padding: 0px;
    margin: 0px !important;
    top: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper {
    width: 100%;
    margin-top: 180px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks {
    margin-top: 180px;
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li {
    border: 1px solid #BC0C0C;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li > * {
    text-align: center;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li .cashback-prices .cashback-old-price {
    text-decoration: line-through;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li .cashback-prices .cashback-new-price {
    color: #BC0C0C;
    margin-left: 15px;
    font-size: 20px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li .cashback-title {
    text-align: center;
    text-transform: uppercase;
    color: #BC0C0C;
    font-weight: 500;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li .cashback-date-limit {
    font-weight: 500;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li .btn-secondary {
    text-align: center;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li .btn-secondary:hover {
    background-color: #BC0C0C;
    opacity: 1;
    color: white !important;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description {
    margin-top: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content #product-description {
    margin-bottom: 50px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content #product-videos > .video-wrapper > .youtube-video {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content #product-videos > .video-wrapper > .youtube-video p {
    order: 2;
    margin-top: 15px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content #product-videos > .video-wrapper > .youtube-video > div {
    order: 1;
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content #product-videos > .video-wrapper > .youtube-video > div a {
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content #product-videos > .video-wrapper > .youtube-video > div a img {
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts.on_product {
    box-shadow: unset;
    margin-top: 50px;
    padding: 0px;
    border-top: unset;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts.on_product > .title_blog {
    display: none;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts.on_product .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list {
    width: 100%;
    margin-left: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts.on_product .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li .read_more {
    display: none;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts.on_product .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li a.ybc_title_block {
    font-size: 15px;
    font-weight: 300;
    text-transform: unset;
  }
  #product #wrapper #main .product-container .tabs {
    padding: 0px;
    margin-bottom: 150px;
    margin-top: 150px;
  }
  #product #wrapper #main .product-container .tabs .nav-tabs {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .tabs .nav-tabs li.nav-item {
    text-align: center;
  }
  #product #wrapper #main .product-container .tabs .nav-tabs li.nav-item > a {
    text-decoration: unset;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #D8D8D8;
    font-weight: 300;
    text-transform: uppercase;
  }
  #product #wrapper #main .product-container .tabs .nav-tabs li.nav-item > a.active {
    color: #F39200;
  }
  #product #wrapper #main .product-container .tabs .tab-content #product-comments-list > #empty-product-comment {
    width: 100%;
    text-align: center;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group:nth-child(even) {
    background-color: #F9F9F9;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group .name {
    flex: unset;
    width: 50%;
    margin-right: 0px;
    color: #575756;
    font-size: 15px;
    background: unset;
    min-height: 0px;
    padding: 0px;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group .value {
    flex: unset;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    color: #575756;
    background: unset;
    min-height: 0px;
    padding: 0px;
  }
  #product #wrapper #main .complementary-product {
    position: relative;
  }
  #product #wrapper #main .complementary-product .product-accessories {
    margin-bottom: 180px;
  }
  #product #wrapper #main .same-cat-products {
    position: relative;
  }
  #product #wrapper #main .same-cat-products .my-featured-products {
    margin-bottom: 180px;
  }
  #product #wrapper #main #section-shop-in-shop {
    margin-bottom: 180px;
  }
}
@media (min-width: 768px) {
  #product #wrapper #main .top-images-wrapper .swiper-button-next {
    right: -50px;
  }
  #product #wrapper #main .top-images-wrapper .swiper-button-prev {
    left: -50px;
  }
  #product #wrapper #main .product-container .product-left-wrapper {
    background-color: #F9F9F9;
    padding: 40px 30px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #product #wrapper #main .product-container .section-desc-wrapper #product-videos {
    display: flex;
    flex-wrap: wrap;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #product-videos h2 {
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #product-videos > .video-wrapper {
    display: flex;
    flex-direction: row;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #product-videos > .video-wrapper > .youtube-video {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  #product #wrapper #main .product-container .section-desc-wrapper #product-videos > .video-wrapper > .youtube-video:nth-child(n) {
    margin-right: 40px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #product-videos > .video-wrapper > .youtube-video:nth-child(2n) {
    margin-right: 0;
  }
  #product #wrapper #main .product-container .section-desc-wrapper .ybc-blog-related-posts-wrapper {
    margin: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li {
    width: calc((100% - (2 - 1) * 40px) / 2);
    margin-top: 0px;
    padding: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li:nth-child(n) {
    margin-right: 40px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    background-color: #F9F9F9;
    padding: 40px 30px;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #product #wrapper #main .product-container .product-left-wrapper {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs {
    max-width: 100%;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .form-group {
    width: 45% !important;
    margin-bottom: 0 !important;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .js-mailalert {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-additional-info .tabs .btn {
    margin-top: 0;
    margin-left: 20px;
    min-width: unset;
    max-width: 210px;
  }
}
@media (min-width: 1280px) {
  #product #wrapper #main .product-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #product #wrapper #main .product-container .product-left-wrapper {
    order: 1;
    width: 40%;
    margin-top: 215px;
    left: 0px;
  }
  #product #wrapper #main .product-container .product-left-wrapper .wrapper-price-cashback {
    display: flex;
  }
  #product #wrapper #main .product-container .product-left-wrapper .wrapper-price-cashback #product-comments-prices {
    width: 60%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #product #wrapper #main .product-container .product-left-wrapper .wrapper-price-cashback #cashback-summary {
    width: 40%;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity {
    display: flex;
    flex-direction: row;
  }
  #product #wrapper #main .product-container .product-left-wrapper .product-information .product-actions #add-to-cart-or-refresh .product-add-to-cart .product-quantity .add {
    margin-top: 0px;
    margin-left: 30px;
  }
  #product #wrapper #main .product-container .product-left-wrapper > .product-comments-additional-info .comments-note {
    margin-right: 15px;
  }
  #product #wrapper #main .product-container .product-right-wrapper {
    order: 2;
    margin-left: auto;
    width: 60%;
  }
  #product #wrapper #main .product-container .product-right-wrapper .page-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks {
    margin-top: 180px;
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul {
    display: flex;
    flex-direction: row;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li {
    border: 1px solid #BC0C0C;
    padding: 30px;
    width: calc((100% - (3 - 1) * 40px) / 3);
    margin-top: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li:nth-child(n) {
    margin-right: 40px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-cashbacks .content > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-description {
    margin-right: 0px !important;
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-description h2 {
    width: 100% !important;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-description > * {
    width: 70%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-videos {
    flex-direction: column;
    align-items: center;
    margin-right: 0px !important;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-videos > .video-wrapper {
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-videos > .video-wrapper > .youtube-video {
    width: 75%;
    max-width: 330px;
    width: calc((100% - (1 - 1) * 0px) / 1);
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-videos > .video-wrapper > .youtube-video:nth-child(n) {
    margin-right: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content > #product-videos > .video-wrapper > .youtube-video:nth-child(1n) {
    margin-right: 0;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts {
    margin-top: 0px !important;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts .ybc-blog-related-posts-wrapper {
    margin: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li {
    width: calc((100% - (1 - 1) * 0px) / 1);
    margin-top: 0px;
    padding: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li:nth-child(n) {
    margin-right: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li:nth-child(1n) {
    margin-right: 0;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description > .content .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li .ybc_item_img {
    max-width: 330px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > * {
    width: calc((100% - (2 - 1) * 40px) / 2);
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *:nth-child(n) {
    margin-right: 40px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *:nth-child(2n) {
    margin-right: 0;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#product-description {
    padding-right: 40px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#product-description > * {
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#product-videos > .video-wrapper {
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#product-videos > .video-wrapper > .youtube-video {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#product-videos > .video-wrapper > .youtube-video p {
    width: 50%;
    margin-left: 30px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#product-videos > .video-wrapper > .youtube-video .lightgallery-video {
    width: 50%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper {
    margin: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list {
    display: flex;
    flex-direction: column;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li {
    width: calc((100% - (1 - 1) * 0px) / 1);
    max-width: 100%;
    margin-top: 0px;
    padding: 0px;
    display: flex;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li:nth-child(n) {
    margin-right: 0px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li:nth-child(1n) {
    margin-right: 0;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li .ybc-blog-latest-toolbar {
    display: none;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li .ybc_title_block {
    margin-left: 30px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-2 > .content > *#blog-posts .ybc-blog-related-posts .ybc-blog-related-posts-wrapper ul.ybc-blog-related-posts-list li.ybc-blog-related-posts-list-li .ybc-blog-latest-toolbar {
    display: none;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-3 > .content > *#product-description {
    width: 50%;
    padding-right: 40px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-3 > .content > *#product-description > * {
    width: 100%;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-3 > .content > *#product-videos {
    width: 25%;
    padding-right: 20px;
    align-items: flex-start;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-3 > .content > *#product-videos .lightgallery-video > a img {
    object-fit: cover;
    width: 100%;
    height: 195px;
  }
  #product #wrapper #main .product-container .section-desc-wrapper #section-description.columns-3 > .content > *#blog-posts {
    width: 25%;
    padding-left: 20px;
  }
  #product #wrapper #main .product-container .tabs {
    margin-top: 150px;
    width: 100%;
    order: 4;
    margin-bottom: 150px;
  }
  #product #wrapper #main .product-container .tabs ul.nav-tabs {
    flex-direction: row;
    margin-bottom: 0px;
    border-bottom: unset;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
  }
  #product #wrapper #main .product-container .tabs ul.nav-tabs > li.nav-item {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: 50%;
  }
  #product #wrapper #main .product-container .tabs ul.nav-tabs > li.nav-item > a {
    border-bottom: 0px !important;
  }
  #product #wrapper #main .product-container .tabs ul.nav-tabs > li.nav-item:not(:last-child) > a {
    border-right: 1px solid #D8D8D8;
  }
  #product #wrapper #main .product-container .tabs .tab-content #product-comments-list > #empty-product-comment {
    width: 100%;
    text-align: center;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet {
    justify-content: space-between;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group {
    display: flex;
    flex-direction: row;
    width: 48%;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group:nth-child(even) {
    background-color: unset;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group:nth-child(4n+3) {
    background-color: #F9F9F9;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group:nth-child(4n+4) {
    background-color: #F9F9F9;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group .name {
    flex: unset;
    width: 50%;
    margin-right: 0px;
    color: #575756;
    font-size: 15px;
    background: unset;
  }
  #product #wrapper #main .product-container .tabs .tab-content .product-features .data-sheet .data-group .value {
    flex: unset;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    color: #575756;
    background: unset;
  }
}

@media (min-width: 0px) {
  #cart #main .cart-grid-body {
    padding-right: 0px !important;
  }
  #cart #main .cart-grid-body .product-line-info .cashback-block-price {
    margin-top: 15px;
  }
  #cart #main .cart-grid-body .product-line-info .cashback-block-price .flag-cashback {
    display: inline-block;
    background-color: #BC0C0C;
    color: white;
    font-size: 11px;
    padding: 3px 6px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  #cart #main .cart-grid-body .product-line-info .cashback-block-price .cashback-label {
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    color: #BC0C0C;
    margin-top: 5px;
  }
  #cart #main .cart-grid-right .block-promo .promo-code-button.cancel-promo {
    color: #575756;
  }
  #cart #main .cart-grid-right .block-promo .promo-code .alert-danger {
    background: #BC0C0C !important;
  }
  #cart #main .cart-grid-right .block-promo .promo-code .alert-danger:after {
    border-bottom-color: #BC0C0C !important;
  }
  #cart #main .cart-grid-right .block-promo .promo-code .alert-danger .js-error-text {
    color: white;
  }
  #cart #main .cart-grid-right .cart-summary-line.calculated-step i:hover {
    cursor: pointer;
  }
  #cart #main .cart-grid-right .cart-summary-line.calculated-step .wrapper-info {
    text-align: left;
  }
  #cart #main .cart-grid-right .cart-summary-line.calculated-step .wrapper-info > .content-info > * {
    font-size: 12px;
    color: #261481;
  }
  #cart #main .cart-grid-right .cart-summary-line.cart-total span {
    font-weight: 500 !important;
    color: #575756 !important;
  }
  #cart #main .cart-grid-right .cart-summary-line span {
    color: #575756 !important;
  }
  #cart #main .cart-grid-right .cart-summary-line span:nth-child(2) {
    float: right;
    color: #575756;
    font-size: 300 !important;
  }
  #cart .product-line-grid-right {
    margin-top: 20px;
  }
  #cart .product-line-grid-right .row .row {
    display: flex;
    align-items: center;
  }
  #cart .product-line-grid-right .row .row .qty {
    width: 135px;
  }
  #cart .product-line-grid-right .row .row .qty .input-group {
    position: relative;
    left: 45px;
  }
  #cart .product-line-grid-right .row .row .qty .input-group > input[type=number] {
    background-color: transparent;
    border: unset;
    width: 45px;
    height: 45px;
    left: 0px;
    text-align: center;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical {
    position: unset;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical > button {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid #F39200;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical > button > i {
    display: none;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical > button.bootstrap-touchspin-up {
    bottom: 0px;
    top: unset;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical > button.bootstrap-touchspin-up:before {
    content: "+";
    display: block;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical > button.bootstrap-touchspin-down {
    left: -45px;
    bottom: 0px;
    top: unset;
  }
  #cart .product-line-grid-right .row .row .qty .input-group-btn-vertical > button.bootstrap-touchspin-down:before {
    content: "-";
    display: block;
  }
  #cart .product-line-grid-right .row .row .price {
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  #cart #main .cart-grid-body {
    padding-right: 40px !important;
  }
  #cart .product-line-grid-right {
    margin-top: 0px;
  }
}

@media (min-width: 0px) {
  body#checkout #footer {
    padding: 0px !important;
  }
  body#checkout .cart-summary-line {
    margin-top: 15px;
  }
  body#checkout .cart-summary-line.calculated-step i:hover {
    cursor: pointer;
  }
  body#checkout .cart-summary-line.calculated-step .wrapper-info {
    text-align: left;
  }
  body#checkout .cart-summary-line.calculated-step .wrapper-info > .content-info > * {
    font-size: 12px;
    color: #261481;
  }
  body#checkout #content {
    margin-bottom: 180px !important;
  }
  body#checkout #content #delivery_message {
    outline: unset !important;
    padding: 10px;
  }
  body#checkout #content .custom-radio input[type=radio]:checked + span {
    background-color: #261481 !important;
  }
  body#checkout #content .cart-grid-body h1.step-title {
    font-weight: 300 !important;
  }
  body#checkout #content .cart-grid-right .shipping-amount-display {
    padding: 0 1.25rem 0.825rem;
  }
  body#checkout #content .cart-grid-right .cart-summary-line.cart-total span {
    font-weight: 500 !important;
    color: #575756 !important;
  }
  body#checkout #content .cart-grid-right .cart-summary-line span {
    color: #575756 !important;
  }
  body#checkout #content .cart-grid-right .cart-summary-line span:nth-child(2) {
    float: right;
    color: #575756;
    font-size: 300 !important;
  }
  body#checkout #conditions-to-approve ul li {
    position: relative;
  }
  body#checkout a {
    color: #575756;
  }
  body#checkout a:hover {
    color: #575756 !important;
  }
  body#checkout .done {
    color: #261481;
  }
  body#checkout section .checkout-step .delivery-options > .row {
    border-right: unset;
  }
  body#checkout section .checkout-step .delivery-options .delivery-option label {
    margin-bottom: 0px !important;
  }
  body#checkout section .checkout-step.-reachable.-current .step-number {
    background-color: #261481;
  }
  body#checkout section .checkout-step .address-item.selected {
    border: 1px solid #261481;
  }
}
@media (min-width: 1280px) {
  body#checkout #content .cart-grid-body {
    padding-right: 40px;
  }
}

@media (min-width: 0px) {
  #contact .bolder {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #contact .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #contact .leaderboard {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #contact .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #contact .leaderboard .leaderboard-left {
    display: block;
  }
  #contact .leaderboard .leaderboard-left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  #contact .leaderboard .leaderboard-right {
    padding: 40px 30px;
    background-color: #F9F9F9;
  }
  #contact #left-column {
    margin-top: 180px;
    background-color: #F9F9F9;
    padding: 30px;
    margin-bottom: 80px;
  }
  #contact #left-column > div:not(:last-child) {
    margin-bottom: 50px;
  }
  #contact #left-column #contact-infos ul li {
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
    color: #575756;
  }
  #contact #left-column #contact-infos ul li:before {
    content: "\f111";
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    font-size: 5px;
    color: #575756;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #contact #left-column #contact-infos ul li a {
    font-weight: 400;
  }
  #contact #content-wrapper {
    margin-bottom: 180px;
  }
  #contact #content-wrapper #content {
    padding: 0px;
  }
  #contact #content-wrapper #content .contact-form {
    padding: 0px;
  }
  #contact #content-wrapper #content .contact-form select {
    background-color: #F9F9F9;
    background: #F9F9F9;
    border: 0px;
    outline: 0px;
  }
  #contact #content-wrapper #content .contact-form select option {
    background-color: #F9F9F9;
    background: #F9F9F9;
  }
  #contact #content-wrapper #content .contact-form form .form-group.row {
    margin-bottom: 15px;
  }
  #contact #content-wrapper #content .contact-form form .form-control {
    margin-bottom: 0;
  }
  #contact #content-wrapper #content .contact-form #file-upload {
    height: 50px;
  }
  #contact #content-wrapper #content .contact-form .bootstrap-filestyle {
    margin-bottom: 48px;
  }
  #contact #content-wrapper #content .contact-form .group-span-filestyle {
    height: 50px;
  }
  #contact #content-wrapper #content .contact-form .group-span-filestyle > label {
    margin-bottom: 0px !important;
    height: 100%;
    display: flex;
    align-items: center;
    background: #F39200;
  }
  #contact #content-wrapper #content .contact-form .group-span-filestyle > label > .buttonText {
    color: #FFFFFF;
  }
  #contact #content-wrapper #content .contact-form ul li {
    padding-left: 20px;
  }
  #contact #content-wrapper #content .contact-form ul li::marker {
    content: "-";
    margin-right: 20px;
    display: block;
  }
  #contact #content-wrapper #content .contact-form .gdpr-consent-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
  }
  #contact #content-wrapper #content .contact-form #gdpr_consent {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #contact .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #contact .leaderboard {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #contact .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #contact .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #contact .leaderboard {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #contact .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  #contact .leaderboard {
    width: 100%;
    position: relative;
    margin-bottom: 200px;
  }
  #contact .leaderboard .leaderboard-right {
    position: absolute;
    top: 214px;
    width: 45%;
    padding: 60px 42px;
    left: 0px;
    z-index: 2;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #contact .leaderboard .leaderboard-right h1 {
    margin: 0px;
    margin-bottom: 0px;
  }
  #contact .leaderboard .leaderboard-right h1 + p {
    margin-top: 30px;
  }
  #contact .leaderboard .leaderboard-left {
    display: flex;
    justify-content: flex-end;
  }
  #contact .leaderboard .leaderboard-left .img-wrapper {
    width: 74.5%;
    max-width: 1080px;
    height: 480px;
  }
  #contact .leaderboard .leaderboard-left .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #contact #left-column {
    margin-top: 0px;
    width: 35%;
  }
  #contact #content-wrapper {
    width: 65%;
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  #contact .leaderboard .leaderboard-right {
    width: 40%;
    height: 450px;
  }
  #contact #left-column {
    margin-top: 180px;
    width: 40%;
  }
  #contact #content-wrapper {
    margin-top: 180px;
    width: 60%;
    padding-left: 160px;
  }
}

@media (min-width: 0px) and (min-width: 0px) {
  #search .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #search .leaderboard {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #search .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #search .leaderboard .leaderboard-left {
    display: block;
  }
  #search .leaderboard .leaderboard-left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  #search .leaderboard .leaderboard-right {
    padding: 40px 30px;
    background-color: #F9F9F9;
  }
  #search #content-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #search #content-wrapper #main #products .products-selection {
    text-align: center;
  }
  #search #content-wrapper #main #products .products-selection .display-square {
    display: none;
  }
  #search #content-wrapper #main #products .products-selection .display-list {
    display: none;
  }
  #search #content-wrapper #main #products #js-active-search-filters {
    display: none;
  }
  #search #content-wrapper #main #products #js-product-list {
    margin-top: 50px;
  }
  #search #content-wrapper #main #products #js-product-list > .products > .product {
    margin-bottom: 100px;
  }
  #search #content-wrapper #main #products #js-product-list > .products > .product > .product-miniature > .thumbnail-container .product-description .description {
    display: none;
  }
  #search #content-wrapper #main #products #js-product-list > .products > .product > .product-miniature > .thumbnail-container .product-description .product-title.grid {
    display: block;
  }
  #search #content-wrapper #main #products #js-product-list > .products > .product > .product-miniature > .thumbnail-container .product-description .product-title.list {
    display: none;
  }
  #search #content-wrapper #main #products #js-product-list > .pagination {
    text-align: center;
  }
  #search #content-wrapper #main #products #js-product-list > .pagination .page-list {
    justify-content: center;
  }
  #search #content-wrapper #main #products #js-product-list > .up {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #search .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #search .leaderboard {
    margin-left: calc(-50vw + 738px / 2);
    margin-right: calc(-50vw + 738px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #search .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #search #content-wrapper .js-product-list-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  #search #content-wrapper #js-product-list .products.list {
    flex-direction: column;
  }
  #search #content-wrapper #js-product-list .products.list .product {
    width: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 60px;
    border-bottom: 1px solid #EDEDED;
  }
  #search #content-wrapper #js-product-list .products.list .product:not(:first-child) {
    padding-top: 60px;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature {
    justify-content: flex-start;
    width: 100%;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .thumbnail-top {
    margin-bottom: 0px;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description {
    width: 75%;
    position: relative;
    padding-left: 20px;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description > * {
    width: 85%;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .description {
    display: block !important;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title {
    text-align: left;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title.list {
    display: block;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-title.grid {
    display: none;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-list-reviews {
    justify-content: flex-start;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-list-reviews .grade-stars {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-price-and-shipping {
    text-align: left;
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-links {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 50px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  #search #content-wrapper #js-product-list .products.list .product > .product-miniature > .thumbnail-container .product-description .product-links li {
    margin-bottom: 15px;
  }
  #search #content-wrapper #main #products .products-selection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #search #content-wrapper #main #products .products-selection .total-products {
    padding-top: 0px;
    color: #979797;
    margin-right: 10px;
    font-size: 14px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .sort-by {
    display: none;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order {
    width: 150px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #979797;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f078";
    font-size: 9px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu {
    width: 150px;
    min-width: 150px;
    box-shadow: unset;
    background-color: #F9F9F9;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a {
    padding: 5px 10px;
    width: 150px;
    color: #979797;
    font-size: 14px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a:hover {
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #search .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #search .leaderboard {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #search .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  #search .leaderboard {
    width: 100%;
    position: relative;
    margin-bottom: 200px;
  }
  #search .leaderboard .leaderboard-right {
    position: absolute;
    top: 214px;
    width: 45%;
    padding: 60px 42px;
    left: 0px;
    z-index: 2;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #search .leaderboard .leaderboard-right h1 {
    margin: 0px;
    margin-bottom: 0px;
  }
  #search .leaderboard .leaderboard-right h1 + p {
    margin-top: 30px;
  }
  #search .leaderboard .leaderboard-left {
    display: flex;
    justify-content: flex-end;
  }
  #search .leaderboard .leaderboard-left .img-wrapper {
    width: 74.5%;
    max-width: 1080px;
    height: 480px;
  }
  #search .leaderboard .leaderboard-left .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #search #content-wrapper {
    padding-top: 100px;
    margin-top: 180px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    position: unset;
  }
  #search #content-wrapper #main #products .products-selection {
    position: absolute;
    top: 560px;
    right: 0px;
    width: 55%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  #search #content-wrapper #main #products .products-selection .display-list {
    display: block;
    cursor: pointer;
  }
  #search #content-wrapper #main #products .products-selection .display-list:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f00b";
    font-size: 25px;
    color: #979797;
  }
  #search #content-wrapper #main #products .products-selection .display-list.active:before {
    color: #575756;
  }
  #search #content-wrapper #main #products .products-selection .display-square {
    margin-left: 45px;
    margin-right: 15px;
    display: block;
    cursor: pointer;
  }
  #search #content-wrapper #main #products .products-selection .display-square:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f009";
    font-size: 25px;
    color: #979797;
  }
  #search #content-wrapper #main #products .products-selection .display-square.active:before {
    color: #575756;
  }
  #search #content-wrapper #main #products .products-selection .total-products {
    padding-top: 0px;
    color: #979797;
    margin-right: 10px;
    font-size: 14px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .sort-by {
    display: none;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order {
    width: 150px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #979797;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .btn-unstyle.select-title:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    content: "\f078";
    font-size: 9px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu {
    width: 150px;
    min-width: 150px;
    box-shadow: unset;
    background-color: #F9F9F9;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a {
    padding: 5px 10px;
    width: 150px;
    color: #979797;
    font-size: 14px;
  }
  #search #content-wrapper #main #products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a:hover {
    background-color: #FFFFFF;
  }
  #search #content-wrapper #main #products #js-product-list {
    margin-top: 0px;
  }
  #search #content-wrapper #main #products #js-product-list .products {
    flex-direction: row;
  }
  #search #content-wrapper #main #products #js-product-list .products > .product {
    margin-bottom: 100px;
  }
  #search #content-wrapper #main #products #js-product-list .products > .product > .product-miniature > .thumbnail-container .product-description .description {
    display: none;
  }
}
@media (min-width: 1440px) {
  #search .leaderboard .leaderboard-right {
    width: 40%;
    height: 450px;
  }
}

@media (min-width: 0px) {
  #authentication .form-footer {
    text-align: center;
  }
  #authentication #content-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #my-account #content {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0px;
  }
  #my-account .links > a,
  #my-account .links li {
    padding: 0 1rem !important;
    transition: all 0.3s ease;
  }
  #my-account .links > a:hover .link-item,
  #my-account .links li:hover .link-item {
    border: 1px solid;
    border-color: #575756;
    transition: border-color 0.3s ease;
  }
  #my-account .links > a:hover .link-item .material-icons,
  #my-account .links > a:hover .link-item i,
  #my-account .links li:hover .link-item .material-icons,
  #my-account .links li:hover .link-item i {
    color: #F39200;
    transition: color 0.3s ease;
  }
  #my-account .links > a .link-item,
  #my-account .links li .link-item {
    border: 1px solid;
    border-color: #D8D8D8;
    transition: border-color 0.3s ease;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #my-account .links > a .link-item .material-icons,
  #my-account .links li .link-item .material-icons {
    display: flex;
    justify-content: center;
  }
  .page-customer-account #content,
  .page-addresses #content,
  .page-authentication #content,
  #managementmyinfo #content,
  #managementcomments #content,
  #my-account #content {
    padding: 0px;
    max-width: 100%;
  }
  .page-customer-account #main,
  .page-addresses #main,
  .page-authentication #main,
  #managementmyinfo #main,
  #managementcomments #main,
  #my-account #main {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  #address form > div,
  #address form > .form-fields,
  #identity form > div,
  #identity form > .form-fields,
  #authentication form > div,
  #authentication form > .form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #address form > div > .form-group,
  #address form > .form-fields > .form-group,
  #identity form > div > .form-group,
  #identity form > .form-fields > .form-group,
  #authentication form > div > .form-group,
  #authentication form > .form-fields > .form-group {
    width: 48%;
  }
  #customer-form > div > .form-group:nth-child(1) {
    width: 100%;
  }
  #customer-form > div > .form-group:nth-last-child(-n+4) {
    width: 100%;
    margin-bottom: 20px !important;
  }
  #customer-form > div > .form-group:nth-last-child(-n+4) label {
    height: 0px;
    margin: unset;
    padding: unset;
  }
}
@media (min-width: 0px) {
  #cms .leaderboard {
    margin-bottom: 100px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  #cms .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #cms .leaderboard {
    margin-left: calc(-50vw + 350px / 2);
    margin-right: calc(-50vw + 350px / 2);
  }
}
@media (min-width: 0px) and (min-width: 1280px) {
  #cms .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) {
  #cms .leaderboard .leaderboard-left .category-cover {
    display: block;
  }
  #cms .leaderboard .leaderboard-left .category-cover img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  #cms .leaderboard .leaderboard-right {
    padding: 40px 30px;
    background-color: #F9F9F9;
  }
  #cms .leaderboard .leaderboard-right #category-description p {
    font-weight: 500;
  }
  #cms #cms-subcategories-slider {
    position: relative;
    margin-bottom: 100px;
  }
  #cms #cms-sub-pages-slider {
    position: relative;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  #cms .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #cms .leaderboard {
    margin-left: calc(-50vw + 768px / 2);
    margin-right: calc(-50vw + 768px / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #cms .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 0px) {
  #cms .leaderboard {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  #cms .leaderboard {
    margin-left: calc(-50vw + 992px / 2);
    margin-right: calc(-50vw + 992px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #cms .leaderboard {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  #cms .leaderboard {
    position: relative;
    margin-bottom: 280px;
  }
  #cms .leaderboard .leaderboard-right {
    position: absolute;
    top: 214px;
    width: 45%;
    padding: 60px 42px;
    left: 0px;
    z-index: 2;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #cms .leaderboard .leaderboard-right h1 {
    margin: 0px;
    margin-bottom: 0px;
  }
  #cms .leaderboard .leaderboard-right h1 + .block-category-inner {
    margin-top: 30px;
  }
  #cms .leaderboard .leaderboard-left .category-cover {
    display: flex;
    justify-content: flex-end;
  }
  #cms .leaderboard .leaderboard-left .category-cover .img-wrapper {
    width: 74.5%;
    max-width: 1080px;
    height: 480px;
  }
  #cms .leaderboard .leaderboard-left .category-cover .img-wrapper > a {
    width: 100%;
    height: 100%;
  }
  #cms .leaderboard .leaderboard-left .category-cover .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 1440px) {
  #cms .leaderboard .leaderboard-right {
    width: 40%;
    height: 450px;
  }
}

@media (min-width: 0px) {
  #header {
    box-shadow: unset;
    transition: unset;
    padding: 0 0;
    margin-top: 0;
  }
  #header.sticky {
    transition: padding 0.5s ease;
    margin-top: 135px;
    padding: 12px 0;
  }
  #header a {
    color: #261481;
  }
  #header .header-top {
    padding: 55px 0px;
    transition: all 0.3s ease;
  }
  #header .header-top.sticky {
    transition: all 0.3s ease;
    padding: 30px 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    animation-name: sticky;
    animation-duration: 1s;
  }
  @keyframes sticky {
    0% {
      top: -160px;
    }
    100% {
      top: 0px;
    }
  }
  #header .container .row {
    justify-content: space-between;
  }
  #header .container .row .logo-top {
    width: 20%;
    height: auto;
    position: relative;
  }
  #header .container .row .logo-top > a {
    width: 167px;
  }
  #header .container .row .logo-top > a > img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
  }
  #header .container .row .header-top-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 80%;
  }
  #header .container .row .header-top-right .wrapper-hook {
    display: flex;
  }
  #header .container .row .header-top-right .burger-wrapper {
    display: flex;
  }
  #header .container .row .header-top-right .burger-wrapper > span {
    display: none;
    margin-right: 15px;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu {
    position: relative;
    width: 47px;
    height: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu > span.line {
    display: block;
    position: absolute;
    height: 2px;
    width: 47px;
    background-color: #261481;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu > span.line:nth-child(1) {
    top: 0px;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu > span.line:nth-child(2) {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu > span.line:nth-child(3) {
    bottom: 0px;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu.open > span.line {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 20px;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu.open > span.line:nth-child(1) {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu.open > span.line:nth-child(2) {
    opacity: 0;
  }
  #header .container .row .header-top-right .burger-wrapper #burger-menu.open > span.line:nth-child(3) {
    transform: rotate(-45deg) translateY(50%);
    bottom: 50%;
  }
}
@media (min-width: 1024px) {
  #header .container .row .header-top-right .burger-wrapper {
    margin-left: 65px;
  }
  #header .container .row .header-top-right .burger-wrapper > span {
    display: block;
  }
}
@media (min-width: 1280px) {
  #index #header .container .row .logo-top > a,
  #cms #header .container .row .logo-top > a,
  #ybc_blog_page #header .container .row .logo-top > a,
  #category #header .container .row .logo-top > a,
  #product #header .container .row .logo-top > a {
    width: 250px;
    transition: top 1s ease, width 0.5s ease;
    position: absolute;
    top: 110px;
  }
  #header.sticky {
    margin-top: 120px;
    padding: 8px 0;
  }
  #header.sticky .logo-top > a {
    width: 167px !important;
    top: -25px !important;
    transition: top 0.3s ease, width 0.5s ease;
  }
  #header .header-top {
    transition: all 0.5s ease;
  }
  #header .header-top.sticky {
    padding: 40px 0px;
  }
}
@media (min-width: 1920px) {
  #index #header .container .row .logo-top > a,
  #cms #header .container .row .logo-top > a,
  #ybc_blog_page #header .container .row .logo-top > a,
  #category #header .container .row .logo-top > a,
  #product #header .container .row .logo-top > a {
    top: 135px;
  }
}
#main .page-footer {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
  #footer {
    padding-top: 0px;
  }
  #footer .footer-container {
    background-color: #F9F9F9;
  }
  #footer .footer-container .container .row .img-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #footer .footer-container .container .row .img-footer a {
    width: 210px;
    margin-bottom: 70px;
  }
  #footer .footer-container .container .row .img-footer a img {
    width: 100%;
  }
  #footer .footer-container .container .row .img-footer .years35 {
    width: 90px;
  }
  #footer .footer-container .container .row .block-contact #contact-infos {
    margin-top: 67px;
    margin-bottom: 40px;
    color: #575756;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-container .container .row .opening-hours {
    margin-bottom: 40px;
  }
  #footer .footer-container .container .row .opening-hours > p {
    text-align: center;
  }
  #footer .footer-container .container .row .reassurance {
    margin-bottom: 40px;
  }
  #footer .footer-container .container .row .reassurance > p {
    text-align: center;
  }
  #footer .footer-container .container .row .payments {
    display: flex;
    justify-content: center;
  }
  #footer .footer-container .container .row .payments ul {
    width: 180px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #footer .footer-container .container .row .payments ul li {
    width: calc((100% - (2 - 1) * 50px) / 2);
    display: flex;
    align-items: center;
  }
  #footer .footer-container .container .row .payments ul li:nth-child(n) {
    margin-right: 50px;
  }
  #footer .footer-container .container .row .payments ul li:nth-child(2n) {
    margin-right: 0;
  }
  #footer .footer-container .container .row .payments ul li > img {
    display: block;
    width: 100%;
    height: auto;
  }
  #footer .footer-container .bottom-footer {
    background: #261481;
    color: #FFFFFF;
    text-align: center;
    padding: 75px 30px 50px 30px;
    margin-top: 120px;
  }
  #footer .footer-container .bottom-footer p {
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 20px;
  }
  #footer .footer-container .bottom-footer .wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .footer-container .bottom-footer .wrapper ul li a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  #footer {
    padding-top: 0px;
  }
  #footer .footer-container {
    padding-top: 0px;
  }
  #footer .footer-container li {
    margin-bottom: 0px;
  }
  #footer .footer-container .container .row .col-md-3:not(:last-child) {
    width: 28%;
  }
  #footer .footer-container .container .row .col-md-3:last-child {
    width: 16%;
  }
  #footer .footer-container .container .row .img-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #footer .footer-container .container .row .img-footer a {
    margin-bottom: 0px;
  }
  #footer .footer-container .container .row .img-footer a img {
    width: 100%;
  }
  #footer .footer-container .container .row .img-footer .years35 {
    width: 90px;
  }
  #footer .footer-container .container .row .block-contact #contact-infos {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #575756;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .footer-container .container .row .opening-hours {
    margin-bottom: 0px;
  }
  #footer .footer-container .container .row .opening-hours > p {
    text-align: left;
  }
  #footer .footer-container .container .row .reassurance {
    margin-bottom: 0px;
  }
  #footer .footer-container .container .row .reassurance span:before {
    color: #261481;
    margin-right: 10px;
    font-size: 25px;
    font-weight: 500;
  }
  #footer .footer-container .container .row .reassurance > p {
    display: flex;
    align-items: center;
    text-align: left;
  }
  #footer .footer-container .container .row .payments {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #footer .footer-container .container .row .payments ul {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-container .container .row .payments ul li {
    width: calc((100% - (2 - 1) * 50px) / 2);
    margin-bottom: 20px;
  }
  #footer .footer-container .container .row .payments ul li:nth-child(n) {
    margin-right: 50px;
  }
  #footer .footer-container .container .row .payments ul li:nth-child(2n) {
    margin-right: 0;
  }
  #footer .footer-container .bottom-footer {
    text-align: left;
    padding: 10px 0px 10px 0px;
    margin-top: 75px;
  }
  #footer .footer-container .bottom-footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #footer .footer-container .bottom-footer .container p {
    text-align: left;
    margin-bottom: 0px;
    display: flex;
  }
  #footer .footer-container .bottom-footer .container p:after {
    content: "|";
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  #footer .footer-container .bottom-footer .container .wrapper ul {
    display: flex;
    flex-direction: row;
  }
  #footer .footer-container .bottom-footer .container .wrapper ul li {
    display: flex;
    align-items: center;
    margin-top: 0px;
    line-height: 19px;
  }
  #footer .footer-container .bottom-footer .container .wrapper ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  #footer .footer-container .bottom-footer .container .wrapper ul li:not(:last-child):after {
    content: "|";
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 300;
  }
}
