@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Keyframes settings
   ========================================================================== */
@-webkit-keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes qode-ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}

@keyframes qode-ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}

@-webkit-keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes qode-double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes qode-double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes qode-cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes qode-cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes qode-rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes qode-rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes qode-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes qode-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes qode-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes qode-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes qode-rotate-circles {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-rotate-circles {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-webkit-keyframes qode-atom-size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes qode-atom-size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}

@keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}

@-webkit-keyframes qode-atom-shrink {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes qode-atom-shrink {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes qode-clock {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-clock {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-clock-1 {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
}

@keyframes qode-clock-1 {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
}

@-webkit-keyframes qode-clock-2 {
  5% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes qode-clock-2 {
  5% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes qode-clock-3 {
  10% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes qode-clock-3 {
  10% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@-webkit-keyframes qode-mitosis-invert {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes qode-mitosis-invert {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes qode-mitosis-ball-1 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
            transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-1 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
            transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-2 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
            transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-2 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
            transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-3 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
            transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-3 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
            transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-4 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
            transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-4 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
            transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-lines-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-lines-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-webkit-keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@-webkit-keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes qode-wave-jump-1 {
  12% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-1 {
  12% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-jump-2 {
  12% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  36%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-2 {
  12% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  36%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-jump-3 {
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-3 {
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-wipe {
  48%, 100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@keyframes qode-wave-wipe {
  48%, 100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@-webkit-keyframes qode-pulse-circles-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes qode-pulse-circles-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@-webkit-keyframes qode-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes qode-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes qode-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes qode-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes qodef-paint-stroke {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes qodef-paint-stroke {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes qodef-flash-circle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes qodef-flash-circle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes qodef-show-elements {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes qodef-show-elements {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes qodef-falling-leaf {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(20deg) skew(0deg, 15deg) translate(-25px, -20px);
            transform: rotateX(20deg) skew(0deg, 15deg) translate(-25px, -20px);
  }
  50% {
    -webkit-transform: rotateX(35deg) skew(0deg, -10deg) translate(25px, -10px);
            transform: rotateX(35deg) skew(0deg, -10deg) translate(25px, -10px);
  }
  100% {
    -webkit-transform: rotateX(0) skew(0deg, 0deg) translate(0, 0);
            transform: rotateX(0) skew(0deg, 0deg) translate(0, 0);
  }
}

@keyframes qodef-falling-leaf {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(20deg) skew(0deg, 15deg) translate(-25px, -20px);
            transform: rotateX(20deg) skew(0deg, 15deg) translate(-25px, -20px);
  }
  50% {
    -webkit-transform: rotateX(35deg) skew(0deg, -10deg) translate(25px, -10px);
            transform: rotateX(35deg) skew(0deg, -10deg) translate(25px, -10px);
  }
  100% {
    -webkit-transform: rotateX(0) skew(0deg, 0deg) translate(0, 0);
            transform: rotateX(0) skew(0deg, 0deg) translate(0, 0);
  }
}

@-webkit-keyframes qodef-rotate-stamp {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qodef-rotate-stamp {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qodef-elements-fade-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes qodef-elements-fade-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes qodef-elements-fade-in {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes qodef-elements-fade-in {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

/* ==========================================================================
   Theme - Table of contents
   
 * 1.0 Reset styles
 * 2.0 Accessibility styles
 * 3.0 Alignments styles
 * 4.0 Clearings styles
 * 5.0 Typography styles
 * 6.0 Input Fields styles
 * 7.0 Grid styles
 * 8.0 Content styles
 * 9.0 Plugins styles
 * 10.0 Modules styles (Header, Footer, Title etc.)
 * 11.0 Responsive styles
   ========================================================================== */
/* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main {
  display: block;
}

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fafafa;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #80827e;
}

code {
  background-color: #fafafa;
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: #80827e;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  border: 1px solid #dbe3d2;
}

table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #dbe3d2;
}

table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #dbe3d2;
}

table td br {
  display: none;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

body:not([class*="sante-core"]) hr {
  clear: both;
}

ul, ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}

ul.wp-block, ol.wp-block {
  margin-bottom: 1.5em;
}

ul:not(.wp-block), ol:not(.wp-block) {
  margin: 0 0 1.5em;
}

li > ul:not(.wp-block),
li > ol:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

img, .wp-caption {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

embed,
object {
  height: auto;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}

input[type='submit'] {
  -webkit-appearance: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  background-color: #fafafa;
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figcaption,
.wp-caption,
.gallery-caption {
  display: block;
  max-width: 100%;
  margin: 7px auto 0;
  font-size: 13px !important;
  line-height: 1em !important;
  color: #80827e;
  text-align: center;
  opacity: 1;
}

figcaption a,
.wp-caption a,
.gallery-caption a {
  color: inherit;
}

.wp-caption .wp-caption-text {
  opacity: 1;
  margin-bottom: 30px;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

.sticky,
.bypostauthor {
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #93a286;
}

::selection {
  color: #fff;
  background: #93a286;
}

::-moz-selection {
  color: #fff;
  background: #93a286;
}

/* ==========================================================================
   2.0 Accessibility styles
   ========================================================================== */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  overflow: hidden;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ==========================================================================
   3.0 Alignments styles
   ========================================================================== */
.alignleft {
  float: left;
  text-align: left;
  margin: 1rem 2rem 1rem 0 !important;
  clear: left;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  text-align: right;
  margin: 1rem 0 1rem 2rem !important;
  clear: right;
}

body:not([class*="sante-core"]) .alignright {
  clear: right;
}

.qodef-content-alignment-left {
  text-align: left;
}

.qodef-content-alignment-center {
  text-align: center;
}

.qodef-content-alignment-right {
  text-align: right;
}

/* ==========================================================================
   4.0 Clearings styles
   ========================================================================== */
.clear:before, .clear:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-content:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* ==========================================================================
   5.0 Typography styles
   ========================================================================== */
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.643em;
  font-weight: 300;
  color: #80827e;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 70px;
  line-height: 1.085em;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 a,
.qodef-h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:hover,
.qodef-h1 a:hover {
  color: #93a286;
}

h2,
.qodef-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 38px;
  line-height: 1.184em;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h2 a,
.qodef-h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h2 a:hover,
.qodef-h2 a:hover {
  color: #93a286;
}

h3,
.qodef-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3 a,
.qodef-h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:hover,
.qodef-h3 a:hover {
  color: #93a286;
}

h4,
.qodef-h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 23px;
  line-height: 1.26em;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 a,
.qodef-h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:hover,
.qodef-h4 a:hover {
  color: #93a286;
}

h5,
.qodef-h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5 a,
.qodef-h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:hover,
.qodef-h5 a:hover {
  color: #333;
}

h6,
.qodef-h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #333;
  font-size: 16px;
  line-height: 1.625em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 a,
.qodef-h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:hover,
.qodef-h6 a:hover {
  color: #93a286;
}

a,
p a {
  color: #2f3327;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

a:hover,
p a:hover {
  color: #93a286;
}

p {
  margin: 10px 0;
  line-height: 1.643em;
}

p.has-background {
  padding: 20px 30px;
}

blockquote,
.wp-block-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 13px 0 13px 111px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.706em;
  color: #80827e;
  font-style: italic;
  quotes: none;
  z-index: 1;
}

@media all and (max-width: 680px) {
  blockquote,
  .wp-block-quote {
    padding: 13px 0 13px 0;
  }
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large,
.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large {
  margin: 0;
  padding: 13px 0 13px 111px;
}

blockquote.wp-block-pullquote,
.wp-block-quote.wp-block-pullquote {
  padding: 25px !important;
  text-align: center;
}

blockquote.wp-block-pullquote.alignleft,
.wp-block-quote.wp-block-pullquote.alignleft {
  max-width: 290px;
}

blockquote.wp-block-pullquote.alignright,
.wp-block-quote.wp-block-pullquote.alignright {
  max-width: 290px;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding: 13px 111px 13px 0;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}

blockquote.has-very-dark-gray-color:before, blockquote.has-cyan-bluish-gray-background-color:before,
.wp-block-quote.has-very-dark-gray-color:before,
.wp-block-quote.has-cyan-bluish-gray-background-color:before {
  left: -75px;
}

blockquote:before, blockquote:after,
.wp-block-quote:before,
.wp-block-quote:after {
  content: '';
  position: absolute;
  font-family: "Montserrat", sans-serif;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1px));
      -ms-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  left: 0;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #e9ebe7;
  z-index: 0;
  font-weight: 800;
  font-style: normal;
}

@media all and (max-width: 1440px) {
  blockquote:before, blockquote:after,
  .wp-block-quote:before,
  .wp-block-quote:after {
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 2px));
        -ms-transform: translateY(calc(-50% + 2px));
            transform: translateY(calc(-50% + 2px));
  }
}

@media all and (max-width: 680px) {
  blockquote:before, blockquote:after,
  .wp-block-quote:before,
  .wp-block-quote:after {
    top: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    position: relative;
  }
}

blockquote:before,
.wp-block-quote:before {
  content: url(../../assets/img/blockquote.svg);
}

blockquote > *,
.wp-block-quote > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
}

blockquote p,
.wp-block-quote p {
  margin: 0 !important;
}

blockquote cite,
blockquote .wp-block-quote__citation,
blockquote .wp-block-pullquote__citation,
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote .wp-block-pullquote__citation {
  display: block;
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400 !important;
  text-align: inherit !important;
  text-transform: uppercase !important;
}

body:not([class*="sante-core"]) footer .select2-container,
body:not([class*="sante-core"]) aside .select2-container {
  margin: 0 0 25px;
}

body:not([class*="sante-core"]) #qodef-page-footer .widget.widget_recent_comments ul:not(.qodef-shortcode-list) li, body:not([class*="sante-core"]) #qodef-page-footer .widget.widget_rss ul:not(.qodef-shortcode-list) li {
  margin: 0 0 20px;
}

body:not([class*="sante-core"]) article.tag-gallery.tag-image .qodef-e-media + .qodef-e-info-date {
  display: none;
}

body:not([class*="sante-core"]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more > a {
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
}

body:not([class*="sante-core"]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more > a .qodef-m-text {
  position: relative;
  z-index: 20;
}

body:not([class*="sante-core"]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more > a:after {
  content: "";
  width: calc(100% + 16px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -8px;
  will-change: transform;
}

body:not([class*="sante-core"]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more > a .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

body:not([class*="sante-core"]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more > a:hover {
  color: #68745c;
}

body:not([class*="sante-core"]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more > a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

body:not([class*="sante-core"]) .qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 4px 39px;
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined {
  position: relative;
  padding: 0;
  color: #68745c;
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background {
  -webkit-transform: translate(11px, calc(-100% + 9px));
      -ms-transform: translate(11px, calc(-100% + 9px));
          transform: translate(11px, calc(-100% + 9px));
}

.qodef-parallax-button body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background {
  -webkit-transform: translate(11px, calc(-100% + 11px));
      -ms-transform: translate(11px, calc(-100% + 11px));
          transform: translate(11px, calc(-100% + 11px));
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #68745c;
  background-color: transparent;
  border: 1px solid #9ca896;
  padding: 4px 39px;
  color: currentColor;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
  -webkit-transition-delay: .2s;
  z-index: 20;
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined .qodef-outlined-button-background {
  position: absolute;
  display: block;
  width: calc( 100% - 1px);
  height: calc( 100% - 1px);
  background-color: #e9ebe7;
  z-index: 0;
  -webkit-transform: translate(8px, calc(-100% + 7px));
      -ms-transform: translate(8px, calc(-100% + 7px));
          transform: translate(8px, calc(-100% + 7px));
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width: 1024px) {
  body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined .qodef-outlined-button-background {
    height: 57px !important;
  }
}

body:not([class*="sante-core"]) .qodef-alternate-text {
  display: block;
  font-family: "Quentin";
  font-size: 30px;
  color: #93a286;
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-button-outlined-wrapper {
  padding: 15px 53px !important;
}

@media only screen and (max-width: 680px) {
  body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-button-outlined-wrapper {
    padding: 17px 53px !important;
  }
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background {
  -webkit-transform: translate(8px, calc(-100% + 7px));
      -ms-transform: translate(8px, calc(-100% + 7px));
          transform: translate(8px, calc(-100% + 7px));
}

@media only screen and (max-width: 1024px) {
  body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background {
    -webkit-transform: translate(8px, calc(-100% + 7px));
        -ms-transform: translate(8px, calc(-100% + 7px));
            transform: translate(8px, calc(-100% + 7px));
  }
}

@media only screen and (max-width: 680px) {
  body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.reduce-slider-padding .qodef-outlined-button-background {
    -webkit-transform: translate(7px, calc(-100% + 6px));
        -ms-transform: translate(7px, calc(-100% + 6px));
            transform: translate(7px, calc(-100% + 6px));
  }
}

body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.reduce-slider-padding:hover .qodef-outlined-button-background {
  -webkit-transform: translate(11px, calc(-100% + 10px));
      -ms-transform: translate(11px, calc(-100% + 10px));
          transform: translate(11px, calc(-100% + 10px));
}

@media only screen and (max-width: 1024px) {
  body:not([class*="sante-core"]) .qodef-button.qodef-layout--outlined.qodef-reduce-button-size .qodef-outlined-button-background {
    height: 57px !important;
  }
}

body:not([class*="sante-core"]) .wp-block-search__button {
  margin-top: 10px;
}

body:not([class*="sante-core"]) .qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef-alignment--center {
  text-align: center;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef-alignment--left {
  text-align: left;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef-alignment--right {
  text-align: right;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-m-title {
  margin: 0;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-m-text {
  margin: 13px 0 0;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-m-caption {
  display: block;
  font-family: "Quentin";
  font-size: 30px;
  color: #93a286;
  margin-bottom: 11px;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-e-st-button {
  margin-top: 37px;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-e-st-button .qodef-button.qodef-layout--outlined .qodef-button-outlined-wrapper {
  border: 1px solid #9ca896;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-st-image {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-st-image img {
  display: inline;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-st-underline {
  display: block;
  width: 100%;
  margin: 16px 0 0;
}

body:not([class*="sante-core"]) .qodef-section-title .qodef-st-underline .qodef-st-underline-line {
  display: inline-block;
  width: 56px;
  height: 2px;
  background-color: #9ca896;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-caption,
body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-title,
body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-m-text,
body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef-st--caption .qodef-e-st-button {
  opacity: 0;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear .qodef-st-image {
  opacity: 0;
  -webkit-transform: rotateX(20deg) skew(0deg, 15deg) translate(-25px, -20px);
          transform: rotateX(20deg) skew(0deg, 15deg) translate(-25px, -20px);
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-caption,
body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-title,
body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-text,
body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-e-st-button {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-title {
  -webkit-transition: .6s ease .2s;
  -o-transition: .6s ease .2s;
  transition: .6s ease .2s;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-m-text {
  -webkit-transition: .6s ease .4s;
  -o-transition: .6s ease .4s;
  transition: .6s ease .4s;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared.qodef-st--caption .qodef-e-st-button {
  -webkit-transition: .6s ease .6s;
  -o-transition: .6s ease .6s;
  transition: .6s ease .6s;
}

body:not([class*="sante-core"]) .qodef-section-title.qodef--has-appear.qodef--appeared .qodef-st-image {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  -webkit-animation: qodef-falling-leaf 1.2s forwards ease;
          animation: qodef-falling-leaf 1.2s forwards ease;
}

body:not([class*="sante-core"]) .qodef-empty-cart-image {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 89px;
}

@media only screen and (max-width: 680px) {
  body:not([class*="sante-core"]) .qodef-empty-cart-image {
    margin-top: 0;
  }
}

body:not([class*="sante-core"]).error404 .qodef-page-title {
  display: none;
}

body .wp-block-image {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

body .wp-block-image figcaption {
  margin: 14px 0 0;
}

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 0px;
  padding: 11.5px 18px;
  font-family: inherit;
  font-size: 14px;
  line-height: 23px;
  font-weight: inherit;
  color: #80827e;
  background-color: transparent;
  border: 1px solid #a5b199;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #68745c;
  background-color: transparent;
  border-color: #a5b199;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer input[type="text"], #qodef-page-footer
input[type="email"], #qodef-page-footer
input[type="url"], #qodef-page-footer
input[type="password"], #qodef-page-footer
input[type="number"], #qodef-page-footer
input[type="tel"], #qodef-page-footer
input[type="search"], #qodef-page-footer
textarea {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

#qodef-page-footer input[type="text"]:focus, #qodef-page-footer
input[type="email"]:focus, #qodef-page-footer
input[type="url"]:focus, #qodef-page-footer
input[type="password"]:focus, #qodef-page-footer
input[type="number"]:focus, #qodef-page-footer
input[type="tel"]:focus, #qodef-page-footer
input[type="search"]:focus, #qodef-page-footer
textarea:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #cccccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"] {
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #68745c;
  line-height: 27px;
  font-weight: 600;
  padding-left: 0;
  padding-bottom: 2px;
}

.post-password-form input[type="password"] {
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  .post-password-form input[type="password"] {
    display: block;
    max-width: 50%;
  }
}

input[type="submit"],
button[type="submit"],
.qodef-theme-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 4px 39px;
  color: #68745c;
  background-color: #e9ebe7;
  border: 1px solid transparent;
  cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.qodef-theme-button:hover {
  color: #fff;
  background-color: #93a286;
}

button[type="submit"].qodef-layout--outlined {
  color: #68745c;
  background-color: unset;
}

button[type="submit"] span,
.qodef-theme-button span {
  display: block;
  line-height: inherit;
}

button[type="submit"] span:before,
.qodef-theme-button span:before {
  display: block;
  line-height: inherit;
}

select {
  position: relative;
  display: block;
  height: 46px;
  padding: 11.5px 18px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  color: #80827e;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

select:disabled {
  color: inherit;
  border-color: inherit;
  background-color: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
body .select2-container--default {
  /* just to make sure that this code overwrite styles from others plugin */
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 0px;
}

body .select2-container--default .select2-selection--single {
  display: block;
  height: 46px;
  padding: 11.5px 18px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 43px;
  font-weight: normal;
  color: #80827e;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d7dcd5;
  padding-left: 3px;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 9px;
  right: -18px;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #2f3327;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  line-height: inherit;
  font-style: normal;
  content: '\33';
  font-family: 'ElegantIcons';
}

body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 46px;
  padding: 11.5px 18px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  color: #80827e;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  padding: 0;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 5px 5px 0 0;
  padding: 0 10px;
  float: left;
  color: #ffffff;
  background-color: #2f3327;
  border: 0;
  border-radius: 0;
  cursor: default;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  font-weight: 700;
  color: inherit;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  cursor: pointer;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

body .select2-container--default .select2-search--inline {
  float: left;
}

body .select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none !important;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
  border-color: #2f3327;
}

body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dbe3d2;
  border-radius: 0;
  z-index: 99999;
}

body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}

body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #80827e;
  background-color: #ffffff;
  border: 1px solid #dbe3d2;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #2f3327;
  background-color: #ffffff;
  border-color: #2f3327;
}

body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-results {
  display: block;
}

body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 15px;
  list-style: none;
}

body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 14px;
  line-height: 23px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #90918d;
}

body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #2f3327;
}

body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  color: #68745c;
  background: none;
}

body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #2f3327;
  background: none;
}

body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

body .select2-container--default.select2-container--disabled .select2-selection--single,
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  cursor: default;
}

body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
  display: none;
}

body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

body .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--multiple {
  color: #68745c;
}

body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

body:not([class*="sante-core"]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\25BE';
  font-family: initial;
  font-size: 16px;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: 0;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 0 !important;
  padding: 0 !important;
  line-height: 1;
  border: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

/* ==========================================================================
   Search appearance tweak begin
   ========================================================================== */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
}

/* ==========================================================================
   Autocomplete appearance tweak begin
   ========================================================================== */
@-webkit-keyframes qodefAutofillFix {
  0%, 100% {
    background-color: transparent;
    color: #2f3327;
  }
}

input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: qodefAutofillFix;
}

.qodef-form .qodef-button.qodef-html--link {
  background-color: transparent;
}

.qodef-form .qodef-button.qodef-html--link:hover {
  background-color: transparent;
  color: #68745c;
}

.qodef-newsletter-form .qodef-newsletter-form-input input:focus {
  color: #68745c;
  border-bottom-color: #a5b199;
}

.qodef-newsletter-form .qodef-newsletter-form-submit {
  display: inline-block;
  margin: 46px 0 28px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-newsletter-form .qodef-newsletter-form-submit button {
  color: #68745c;
}

.qodef-contact-form .qodef-newsletter-form-input {
  margin-bottom: 8px;
}

.qodef-contact-form .qodef-newsletter-form-input input:focus {
  color: #68745c;
  border-bottom-color: #a5b199;
}

.qodef-contact-form .qodef-newsletter-form-textarea {
  margin: 31px 0 0;
}

.qodef-contact-form .qodef-newsletter-form-submit {
  margin: 30px 0 28px;
}

.qodef-contact-form .qodef-newsletter-form-submit button {
  color: #68745c;
}

body .wpcf7-not-valid-tip {
  position: absolute;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

body .wpcf7 form .wpcf7-response-output {
  border: 2px solid #93a286;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #93a286;
}

@media only screen and (max-width: 680px) {
  body .wpcf7 form.invalid .wpcf7-response-output,
  body .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 0;
    margin: 0;
    bottom: 20px;
  }
}

/* ==========================================================================
   7.0 Grid styles
   ========================================================================== */
.qodef-content-grid {
  width: 1100px;
  margin: 0 auto;
}

.qodef-content-grid.qodef-extended-grid {
  width: 100% !important;
  margin: 0;
}

.qodef-content-grid.qodef-extended-grid--right {
  padding-left: calc((100% - 1100px)/2);
}

.qodef-content-grid.qodef-extended-grid--left {
  padding-right: calc((100% - 1100px)/2);
}

.qodef--boxed .qodef-content-grid {
  width: 1160px;
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
  .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1400px)/2);
  }
  .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1400px)/2);
  }
  .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1460px;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
  .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1300px)/2);
  }
  .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1300px)/2);
  }
  .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1360px;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
  .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1200px)/2);
  }
  .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1200px)/2);
  }
  .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1260px;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
  .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1000px)/2);
  }
  .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1000px)/2);
  }
  .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1060px;
  }
}

@media only screen and (min-width: 769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
  .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px)/2);
  }
  .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px)/2);
  }
  .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 860px;
  }
}

.qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-grid > .qodef-grid-inner {
  margin: 0 -15px;
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
}

.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
    width: 100%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--12 {
    left: 100%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--12 {
    right: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--11 {
    width: 9.09091%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
    left: 9.09091%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
    right: 9.09091%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--10 {
    width: 83.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--10 {
    left: 83.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--10 {
    right: 83.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
    width: 75%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--9 {
    left: 75%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--9 {
    right: 75%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--8 {
    width: 66.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--8 {
    left: 66.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--8 {
    right: 66.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--7 {
    width: 14.28571%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
    left: 14.28571%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
    right: 14.28571%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6 {
    width: 50%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--6 {
    left: 50%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--6 {
    right: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--5 {
    width: 20%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
    left: 20%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
    right: 20%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
    width: 33.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--4 {
    left: 33.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--4 {
    right: 33.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
    width: 25%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--3 {
    left: 25%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--3 {
    right: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--2 {
    width: 16.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--2 {
    left: 16.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--2 {
    right: 16.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--1 {
    width: 8.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--1 {
    left: 8.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--1 {
    right: 8.33333%;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
  width: 100%;
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
  width: 50%;
}

@media only screen and (min-width: 681px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
  width: 33.33333%;
}

@media only screen and (min-width: 769px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
  width: 20%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
  width: 16.66667%;
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
  width: 14.28571%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
  width: 12.5%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
  height: 100%;
  overflow: hidden;
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  height: 100%;
  width: 100%;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
  visibility: hidden;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
  visibility: visible;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
  width: 0;
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
  width: 100%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
  width: 50%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 100%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
  width: 33.33333%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 66.66667%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
  width: 25%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 50%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
  width: 20%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 40%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
  width: 16.66667%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 33.33333%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
  width: 14.28571%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 28.57143%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
  width: 12.5%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 25%;
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
  margin: 0;
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
  margin: 0 -5px;
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
  margin: 0 -10px;
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
  margin: 0 -15px;
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
  margin: 0 -20px;
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
  margin: 0 -25px;
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
  margin: 0 -40px;
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 40px;
  margin: 0 0 80px;
}

/* ==========================================================================
   8.0 Content styles
   ========================================================================== */
#qodef-page-wrapper {
  position: relative;
  overflow: hidden;
}

.qodef-top-slider--enabled #qodef-page-wrapper {
  padding-top: 974px;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .qodef-top-slider--enabled #qodef-page-wrapper {
    padding-top: 0;
  }
}

#qodef-page-outer {
  position: relative;
}

.qodef-top-slider--enabled #qodef-page-outer {
  background: #fff;
}

#qodef-page-inner {
  position: relative;
  padding: 130px 0 100px;
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
  margin-bottom: 0;
}

.qodef--boxed {
  background-color: #fafafa;
}

.qodef--boxed #qodef-page-wrapper {
  display: block;
  background-color: #fff;
}

.qodef--boxed #qodef-page-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.qodef--passepartout {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.qodef--passepartout #qodef-page-wrapper {
  background-color: #fff;
}

/* ==========================================================================
   9.0 Magnific Popup styles
   ========================================================================== */
img.mfp-img {
  padding: 5px 0 40px !important;
}

body .mfp-figure figure {
  margin: 41px 0 0;
}

body .mfp-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

body button.mfp-close:hover {
  color: #000;
}

body button.mfp-arrow.mfp-arrow-left,
body button.mfp-arrow.mfp-arrow-right,
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close,
body .mfp-bottom-bar .mfp-counter,
body .mfp-bottom-bar .mfp-title {
  color: #000;
}

@media only screen and (max-width: 768px) {
  body .mfp-image-holder .mfp-content {
    width: 80%;
  }
}

button.mfp-arrow {
  top: calc(50% - 67px) !important;
  width: 26px !important;
  height: 51px !important;
  margin: 0 !important;
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  opacity: 1 !important;
}

button.mfp-arrow svg {
  display: none;
}

button.mfp-arrow.mfp-arrow-left:hover, button.mfp-arrow.mfp-arrow-right:hover {
  opacity: .5 !important;
}

button.mfp-arrow.mfp-arrow-left:after, button.mfp-arrow.mfp-arrow-right:after {
  display: inline-block;
  position: absolute;
  border-right: none;
  border-left: none;
}

button.mfp-arrow.mfp-arrow-left:before, button.mfp-arrow.mfp-arrow-right:before {
  border-right: none;
  border-left: none;
}

button.mfp-arrow.mfp-arrow-left {
  left: 0 !important;
}

button.mfp-arrow.mfp-arrow-left:after {
  content: url(../../assets/img/arrow-left-dark.svg);
}

button.mfp-arrow.mfp-arrow-right {
  right: 70px !important;
}

button.mfp-arrow.mfp-arrow-right:after {
  content: url(../../assets/img/arrow-right-dark.svg);
}

button.mfp-arrow:hover {
  color: rgba(255, 255, 255, 0.4);
}

button.mfp-arrow.mfp-arrow-left {
  left: 30px;
}

@media all and (min-width: 1100px) {
  .qodef-header--vertical button.mfp-arrow.mfp-arrow-left {
    left: 110px !important;
  }
}

@media only screen and (max-width: 1024px) {
  button.mfp-arrow.mfp-arrow-left {
    left: 34px !important;
  }
}

@media only screen and (max-width: 768px) {
  button.mfp-arrow.mfp-arrow-left {
    left: 9px !important;
  }
}

@media only screen and (max-width: 680px) {
  button.mfp-arrow.mfp-arrow-left {
    left: -10px !important;
  }
}

button.mfp-arrow.mfp-arrow-right {
  right: 30px;
}

@media all and (min-width: 1100px) {
  .qodef-header--vertical button.mfp-arrow.mfp-arrow-right {
    right: 175px !important;
  }
}

@media only screen and (max-width: 1024px) {
  button.mfp-arrow.mfp-arrow-right {
    right: 98px !important;
  }
}

@media only screen and (max-width: 768px) {
  button.mfp-arrow.mfp-arrow-right {
    right: 58px !important;
  }
}

@media only screen and (max-width: 680px) {
  button.mfp-arrow.mfp-arrow-right {
    right: 38px !important;
  }
}

button.mfp-arrow.mfp-arrow-right svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

button.mfp-close {
  top: 4px !important;
  right: -7px !important;
  width: 32px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  opacity: 1 !important;
}

button.mfp-close:hover {
  color: rgba(255, 255, 255, 0.4);
}

button.mfp-close:before, button.mfp-close:after {
  display: none !important;
}

button.mfp-close svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
  stroke: none;
  stroke-miterlimit: 10;
  pointer-events: none;
}

.mfp-iframe-holder button.mfp-close {
  top: -40px !important;
}

.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
}

/* ==========================================================================
   9.0 Swiper carousel styles
   ========================================================================== */
.qodef-swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}

.qodef-swiper-container .swiper-slide a {
  display: block;
}

.qodef-swiper-container .swiper-slide img {
  width: 100%;
}

.qodef-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}

.swiper-pagination-bullets {
  bottom: 32px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 35px;
  height: 12px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  height: 4px;
  background-color: #000;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 60px;
  background-color: transparent;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #2f3327;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: block;
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  overflow: visible;
  will-change: transform;
}

.swiper-button-prev svg line:first-child,
.swiper-button-next svg line:first-child {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: rgba(47, 51, 39, 0.4);
}

.swiper-button-prev:hover svg line:first-child,
.swiper-button-next:hover svg line:first-child {
  -webkit-transform: scaleX(1.3);
      -ms-transform: scaleX(1.3);
          transform: scaleX(1.3);
  -webkit-transition: -webkit-transform .3s ease .1s;
  transition: -webkit-transform .3s ease .1s;
  -o-transition: transform .3s ease .1s;
  transition: transform .3s ease .1s;
  transition: transform .3s ease .1s, -webkit-transform .3s ease .1s;
}

.swiper-button-prev {
  left: 30px !important;
}

.swiper-button-prev svg line:first-child {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.swiper-button-prev:hover svg {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.swiper-button-next {
  right: 30px !important;
}

.swiper-button-next svg line:first-child {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.swiper-button-next:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%);
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: -1px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '\33';
  font-family: 'ElegantIcons';
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}

body:not([class*="sante-core"]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, body:not([class*="sante-core"])
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '\25BE';
  font-family: initial;
  font-size: 16px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
  padding: 7px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  /* Important is because of widget default css */
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  padding: 0;
  display: block;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 200px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #80827e;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #93a286;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #80827e;
  font-size: 14px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #93a286;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #80827e;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #93a286;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #80827e;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #93a286;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #80827e;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #93a286;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #80827e;
  font-size: 14px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #93a286;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #80827e;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #93a286;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #80827e;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #93a286;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 8px 20px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #000;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
  font-size: 14px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #80827e;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #93a286;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #80827e;
  font-size: 14px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #93a286;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #80827e;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #93a286;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #80827e;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #93a286;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #80827e;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #93a286;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #80827e;
  font-size: 14px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #93a286;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #80827e;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #93a286;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #80827e;
  font-size: 14px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #93a286;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
/* ==========================================================================
   404 page styles
   ========================================================================== */
.error404 #qodef-page-inner {
  padding: 0;
}

.error404 .qodef-button.qodef-layout--outlined .qodef-outlined-button-background {
  height: 49px !important;
  -webkit-transform: translate(8px, calc(-100% + 8px));
      -ms-transform: translate(8px, calc(-100% + 8px));
          transform: translate(8px, calc(-100% + 8px));
}

.error404 .qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background {
  -webkit-transform: translate(11px, calc(-100% + 11px));
      -ms-transform: translate(11px, calc(-100% + 11px));
          transform: translate(11px, calc(-100% + 11px));
}

#qodef-404-page {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 91px 10% 250px;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  #qodef-404-page {
    padding: 0 10% 0;
    margin-top: 19px;
  }
}

@media only screen and (max-width: 1366px) {
  #qodef-404-page {
    margin-top: -9px;
  }
}

@media only screen and (max-width: 1280px) {
  #qodef-404-page {
    margin-top: -9px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-404-page {
    padding: 150px 28% 175px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-404-page {
    padding: 250px 22% 246px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-404-page {
    padding: 116px 30px 100px;
  }
}

#qodef-404-page .qodef-404-title-number {
  position: relative;
  font-size: 450px;
  font-weight: 800;
  margin: 0 0 -4px;
  line-height: 1em;
}

@media only screen and (max-width: 1440px) {
  #qodef-404-page .qodef-404-title-number {
    font-size: 320px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-404-page .qodef-404-title-number {
    font-size: 170px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-404-page .qodef-404-title-number {
    font-size: 110px;
  }
}

#qodef-404-page .qodef-404-title-number .qodef--number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #68745c;
  color: transparent;
  position: relative;
  z-index: 2;
}

#qodef-404-page .qodef-404-title-number .qodef--ghost {
  color: #e9ebe7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 22px), 14px);
      -ms-transform: translate(calc(-50% + 22px), 14px);
          transform: translate(calc(-50% + 22px), 14px);
  z-index: 0;
}

@media only screen and (max-width: 1440px) {
  #qodef-404-page .qodef-404-title-number .qodef--ghost {
    -webkit-transform: translate(calc(-50% + 14px), 12px);
        -ms-transform: translate(calc(-50% + 14px), 12px);
            transform: translate(calc(-50% + 14px), 12px);
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-404-page .qodef-404-title-number .qodef--ghost {
    -webkit-transform: translate(calc(-50% + 7px), 9px);
        -ms-transform: translate(calc(-50% + 7px), 9px);
            transform: translate(calc(-50% + 7px), 9px);
  }
}

@media only screen and (max-width: 680px) {
  #qodef-404-page .qodef-404-title-number .qodef--ghost {
    -webkit-transform: translate(calc(-50% + 3px), 7px);
        -ms-transform: translate(calc(-50% + 3px), 7px);
            transform: translate(calc(-50% + 3px), 7px);
  }
}

#qodef-404-page .qodef-404-title {
  margin: 0;
}

#qodef-404-page .qodef-404-text {
  display: block;
  margin: 13px auto 0;
}

@media only screen and (min-width: 1025px) {
  #qodef-404-page .qodef-404-text {
    max-width: 41%;
  }
}

@media only screen and (min-width: 1441px) {
  #qodef-404-page .qodef-404-text {
    max-width: 31%;
  }
}

#qodef-404-page .qodef-404-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  #qodef-404-page .qodef-404-button .qodef-outlined-button-background {
    height: 49px !important;
  }
}

body:not([class*="sante-core"]) #qodef-404-page .qodef-404-button .qodef-theme-button {
  background: transparent;
  padding: 0;
}

body:not([class*="sante-core"]) #qodef-404-page .qodef-404-button .qodef-theme-button:hover {
  background: transparent;
  color: #68745c;
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
.qodef-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-blog:not(.qodef-item-layout--minimal):not(.qodef-item-layout--metro) .qodef-blog-item .qodef-e-info-date {
  position: absolute;
  top: calc(50% - 100px);
  right: 0;
  width: 123px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 22;
}

@media only screen and (max-width: 680px) {
  .qodef-blog:not(.qodef-item-layout--minimal):not(.qodef-item-layout--metro) .qodef-blog-item .qodef-e-info-date {
    right: -1px;
  }
  body:not([class*="sante-core"]) .qodef-blog:not(.qodef-item-layout--minimal):not(.qodef-item-layout--metro) .qodef-blog-item .qodef-e-info-date {
    top: calc(50% - 40px);
  }
}

@media only screen and (max-width: 680px) {
  .qodef-blog:not(.qodef-item-layout--minimal):not(.qodef-item-layout--metro) .qodef-blog-item.post_format-post-format-audio .qodef-e-info-date {
    top: calc(50% - 127px);
  }
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-info .qodef-e-info-date {
  line-height: 1em;
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-info .qodef-e-info-date a {
  font-weight: 300;
  color: #68745c;
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-info .qodef-e-info-date:hover a {
  color: #2f3327;
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-title a {
  color: #2f3327;
}

.qodef-blog.qodef-item-layout--minimal .qodef-blog-item .qodef-e-title:hover a {
  color: #50534b;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item.format-quote .qodef-e-info.qodef-info--top, .qodef-blog.qodef-col-num--1 .qodef-blog-item.format-link .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item.format-quote .qodef-e-info.qodef-info--top .qodef-e-info-item, .qodef-blog.qodef-col-num--1 .qodef-blog-item.format-link .qodef-e-info.qodef-info--top .qodef-e-info-item {
  line-height: 2.9em;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item.format-link .qodef-e-info.qodef-info--top {
  margin-bottom: 1px;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-excerpt {
  margin: 13px 0 0;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-top: 6px;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
  line-height: 2.05em;
}

.qodef-blog.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  margin-top: 14px;
}

.qodef-blog .qodef-blog-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 60px;
}

.qodef-blog .qodef-blog-item .qodef-e-inner,
.qodef-blog .qodef-blog-item .qodef-e-media,
.qodef-blog .qodef-blog-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

body:not([class*="sante-core"]) .qodef-blog .qodef-blog-item .qodef-e-content {
  padding-right: 38px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-date {
  display: inline-block;
}

.qodef-blog .qodef-blog-item .qodef-e-info-date a {
  display: inline-block;
  background: #fff;
  width: auto;
  padding: 7px 7px 7px 0;
  font-weight: 600;
}

.qodef-blog .qodef-blog-item .qodef-e-info-date a .qodef-date-element {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.385;
  color: #68745c;
  display: inline-block;
  padding: 1px 0 1px 8px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-date a .qodef-date-element.qodef--month {
  width: 42px;
  border-right: 1px solid #dbe3d2;
}

.qodef-blog .qodef-blog-item .qodef-e-info-date a .qodef-date-element.qodef--day {
  width: 26px;
  border-right: 1px solid #dbe3d2;
  padding: 1px 0 1px 5px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-date a .qodef-date-element.qodef--year {
  width: 37px;
  padding: 0 0 1px 4px;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a, .qodef-blog .qodef-blog-item .qodef-e-media-image img {
  display: block;
  width: 100%;
}

#qodef-related-posts .qodef-blog .qodef-blog-item .qodef-e-media-image img {
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
  visibility: hidden;
}

.qodef-blog .qodef-blog-item .qodef-e-media {
  margin-bottom: 23px;
}

.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-gallery svg {
  width: 38px;
}

.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-gallery svg path,
.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-gallery svg line,
.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-gallery svg text,
.qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-gallery svg polygon {
  stroke: #fff;
  fill: none;
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
  display: block;
  height: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-title {
  margin: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-title:hover a {
  color: #50534b;
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
  margin: 15px 0 0;
}

@media only screen and (max-width: 680px) {
  body:not([class*="sante-core"]) .qodef-blog .qodef-blog-item .qodef-e-excerpt {
    margin: 15px 40px 0 0;
  }
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
  margin: 15px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  body:not([class*="sante-core"]) .qodef-blog .qodef-blog-item .qodef-e-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 681px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px 0 0;
  color: currentColor;
  font-size: 13px;
  line-height: 3.07em;
  letter-spacing: .02em;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
  content: '-';
  position: absolute;
  top: 0;
  right: 2px;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
  color: #68745c;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
  padding-right: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child:after {
  content: '';
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 2px;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 18px;
}

.qodef-blog .qodef-blog-item.post_format-post-format-quote .qodef-e-info-tags a:after, .qodef-blog .qodef-blog-item.post_format-post-format-link .qodef-e-info-tags a:after {
  bottom: 8px;
}

.archive .qodef-blog .qodef-blog-item.post_format-post-format-quote .qodef-e-info-tags a:after, .archive .qodef-blog .qodef-blog-item.post_format-post-format-link .qodef-e-info-tags a:after {
  bottom: 4px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  text-transform: capitalize;
}

.archive .qodef-blog .qodef-blog-item .qodef-e-info-tags a {
  height: 34px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 4px;
  left: 0;
  background-color: #969d8f;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

body:not([class*="sante-core"]) .qodef-blog .qodef-blog-item .qodef-e-info-tags a:after {
  bottom: 10px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child {
  margin-right: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
  position: relative;
  text-decoration: underline;
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
  content: '*';
  position: absolute;
  top: 0;
  right: -0.5em;
  font-size: 1.5em;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
    left: 200%;
  }
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 7.7% 12% 9% 48px;
  background-color: #f8f9f7;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    padding: 10px 30px 27px;
  }
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  position: relative;
  margin: 0;
  color: #68745c;
  line-height: 1.435em;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-sign {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 9px 9px 3px 9px;
}

body:not([class*="sante-core"]) .qodef-blog .qodef-blog-item.format-link .qodef-e-link-sign:after {
  content: "\e02b";
  font-size: 19px;
  color: #68745c;
  font-family: 'ElegantIcons';
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-sign > * {
  font-size: 19px;
  color: #68745c;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 170px;
  height: auto;
  stroke: #484848;
  fill: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  z-index: 1;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 4.2% 12% 5.5% 48px;
  background-color: #f8f9f7;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 10px 30px 26px;
  }
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-e-quote-sign {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 3px 4px 0 4px;
}

body:not([class*="sante-core"]) .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-e-quote-sign:after {
  content: "\7b";
  font-size: 29px;
  color: #68745c;
  font-family: 'ElegantIcons';
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-e-quote-sign > * {
  font-size: 29px;
  color: #68745c;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
  position: relative;
  margin: 0;
  color: #68745c;
  line-height: 1.435em;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
  position: relative;
  display: block;
  margin: 20px 0 0;
  color: #68745c;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 1;
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .single-post #qodef-page-inner {
    padding: 90px 0 72px;
  }
}

.single-post .qodef-blog .qodef-blog-item .qodef-e-info-tags a:after {
  bottom: 9px;
}

article.format-gallery .swiper-button-next svg,
article.format-gallery .swiper-button-prev svg {
  width: 13px;
}

.category .qodef-blog:not(.qodef-item-layout--minimal) .qodef-blog-item .qodef-e-media + .qodef-e-info-date,
.date .qodef-blog:not(.qodef-item-layout--minimal) .qodef-blog-item .qodef-e-media + .qodef-e-info-date,
.tag .qodef-blog:not(.qodef-item-layout--minimal) .qodef-blog-item .qodef-e-media + .qodef-e-info-date {
  display: none;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more {
  margin-top: 0;
}

/* ==========================================================================
   Blog Single styles
   ========================================================================== */
.qodef-blog.qodef--single .swiper-button-next {
  right: 40px !important;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  margin-top: 30px;
}

/* ==========================================================================
   Comments styles
   ========================================================================== */
#qodef-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 30px;
}

#qodef-page-comments .qodef-page-comments-not-found {
  margin: 0;
}

#qodef-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 63px;
}

#qodef-page-comments-list .qodef-m-title {
  margin: 0 0 14px;
  line-height: 1.739em;
}

#qodef-page-comments-list .qodef-m-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
  margin-top: 0;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item .comment-reply-title {
  margin-top: 30px;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item .form-submit {
  margin-bottom: 30px;
}

#qodef-page-comments-list .qodef-comment-item {
  margin: 20px 0 0;
  padding: 0;
}

#qodef-page-comments-list .qodef-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 108px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 27px;
  margin-top: 4px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
  display: block;
  border-radius: 50%;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: 2px 0 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-top: 3px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  color: #68745c;
  font-size: 13px;
  line-height: 1.769em;
  letter-spacing: .02em;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
  color: #2f3327;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 11px 0 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
  margin: 0 49px 0 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
  margin-top: 5px;
  margin-bottom: 5px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  position: absolute;
  top: -9px;
  right: 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.625em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #80827e;
  line-height: 2.667;
  font-weight: 600;
  color: #68745c;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 14px;
  white-space: nowrap;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * .qodef-m-text {
  position: relative;
  z-index: 20;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:after {
  content: "";
  width: calc(100% + 14px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: 0;
  left: -7px;
  will-change: transform;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:hover {
  color: #68745c;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:last-child {
  margin-right: 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:after {
  z-index: -1;
}

#qodef-page-comments-list .qodef-m-pagination {
  margin-top: 50px;
}

#qodef-page-comments-form,
#respond {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-comments-form .comment-reply-title,
#respond .comment-reply-title {
  margin: 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-form .qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item,
  #respond .qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

#qodef-page-comments-form #cancel-comment-reply-link,
#respond #cancel-comment-reply-link {
  float: right;
  margin-top: 2px;
}

@media all and (min-width: 681px) {
  #qodef-page-comments-form #cancel-comment-reply-link,
  #respond #cancel-comment-reply-link {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-form #cancel-comment-reply-link,
  #respond #cancel-comment-reply-link {
    display: block;
  }
}

@media all and (max-width: 480px) {
  #qodef-page-comments-form #cancel-comment-reply-link,
  #respond #cancel-comment-reply-link {
    float: unset;
  }
}

#qodef-page-comments-form .qodef-comment-form p,
#respond .qodef-comment-form p {
  margin: 10px 0 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-notes,
#respond .qodef-comment-form .comment-notes {
  margin: 14px 0 23px;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
#respond .qodef-comment-form .comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
  #respond .qodef-comment-form .comment-form-cookies-consent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent > *,
#respond .qodef-comment-form .comment-form-cookies-consent > * {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent label,
#respond .qodef-comment-form .comment-form-cookies-consent label {
  margin-top: 2px;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"],
#respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1px;
  margin-right: 6px;
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"],
  #respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 6px;
  }
}

/* ==========================================================================
   Filter styles
   ========================================================================== */
.qodef-filter--on .qodef-hidden-filter-items {
  position: absolute !important;
  display: none !important;
  height: 0 !important;
  line-height: 1 !important;
}

.qodef-filter--on .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner {
  bottom: calc(50% - 16px) !important;
}

.qodef-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 40px;
}

.qodef-m-filter .qodef-m-filter-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 27px;
  padding: 0 2px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

.qodef-m-filter .qodef-m-filter-item:hover, .qodef-m-filter .qodef-m-filter-item.qodef--active {
  background-color: #2f3327;
  color: #fff;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
#qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer > * {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer-top-area {
  padding: 111px 0 116px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid #dbe3d2 !important;
}

#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 0 40px;
}

#qodef-page-footer-top-area .qodef-content-full-width > div {
  position: relative;
  color: #d7dcd5;
}

#qodef-page-footer-top-area .qodef-content-full-width > div:after {
  content: "";
  position: absolute;
  top: -112px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
}

.qodef--boxed #qodef-page-footer-top-area {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(3), #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(4) {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(3), #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(4) {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(2) {
    margin-top: 34px;
  }
  #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(3) {
    margin-top: 42px;
  }
  #qodef-page-footer-top-area .qodef-grid-inner .qodef-grid-item:nth-child(4) {
    margin-top: 34px;
  }
}

#qodef-page-footer-bottom-area {
  padding: 4px 0;
  background-color: #fff;
  border-top: 0 solid #dbe3d2 !important;
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
  padding: 0 40px;
  position: relative;
}

#qodef-page-footer-bottom-area .qodef-content-full-width > div {
  position: relative;
  color: #d7dcd5;
}

#qodef-page-footer-bottom-area .qodef-content-full-width > div:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
}

#qodef-page-footer-bottom-area .qodef-content-grid > div {
  position: relative;
  color: #d7dcd5;
}

#qodef-page-footer-bottom-area .qodef-content-grid > div:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not([class*="sante-core"]) #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner {
  display: block;
  padding-top: 20px;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child, #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not([class*="sante-core"]) #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child, body:not([class*="sante-core"]) #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child {
  display: block;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child .textwidget p, #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child .textwidget p {
  margin: 4px 0 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child .widget_media_image {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child .widget_media_image {
    margin: -4px 20px 0 0;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child .textwidget p {
  color: #68745c;
  margin: 19px 13px 0 0;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child .widget_sante_core_social_icons_group {
  margin: 14px 0 17px;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-inner .qodef-grid-item:last-child .widget_sante_core_social_icons_group .qodef-social-icons-group a {
  color: #68745c;
}

.qodef--boxed #qodef-page-footer-bottom-area {
  padding-left: 30px;
  padding-right: 30px;
}

#qodef-page-footer .widget select {
  border-bottom: 1px solid #dbe3d2;
  padding-left: 0;
}

#qodef-page-footer input[type=email],
#qodef-page-footer input[type=number],
#qodef-page-footer input[type=password],
#qodef-page-footer input[type=search],
#qodef-page-footer input[type=tel],
#qodef-page-footer input[type=text],
#qodef-page-footer input[type=url],
#qodef-page-footer textarea {
  border: none;
  border-bottom: 1px solid #d7dcd5;
}

#qodef-page-footer input[type=email]:focus,
#qodef-page-footer input[type=number]:focus,
#qodef-page-footer input[type=password]:focus,
#qodef-page-footer input[type=search]:focus,
#qodef-page-footer input[type=tel]:focus,
#qodef-page-footer input[type=text]:focus,
#qodef-page-footer input[type=url]:focus,
#qodef-page-footer textarea:focus {
  border: none;
  border-bottom-color: #d7dcd5;
}

.wp-block-button {
  float: none;
  margin: 1em 0;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 4px 39px;
  color: #68745c;
  background-color: #e9ebe7;
  border: 1px solid transparent;
  border-radius: 28px;
  cursor: pointer;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #93a286;
}

.wp-block-button.is-style-outline {
  border: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #68745c;
  background-color: transparent;
  border: 1px solid #9ca896;
  border-width: 1px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.alignleft {
  text-align: left;
  margin-top: 0;
  margin-right: 2rem;
}

.wp-block-button.alignright {
  text-align: right;
  margin-top: 0;
  margin-left: 2rem;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: unset;
}

.wp-block-image .alignleft {
  margin: 1rem 2rem 1rem 0 !important;
}

.wp-block-image .alignright {
  margin: 1rem 0 1rem 2rem !important;
}

.wp-block-image .aligncenter {
  clear: both;
}

.wp-block-image figcaption {
  margin: 7px 0 0;
}

.wp-block-cover-image {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.wp-block-cover-image p, .wp-block-cover-image h1, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image h6 {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}

.wp-block-cover-image p a, .wp-block-cover-image h1 a, .wp-block-cover-image h2 a, .wp-block-cover-image h3 a, .wp-block-cover-image h4 a, .wp-block-cover-image h5 a, .wp-block-cover-image h6 a {
  color: #fff !important;
}

.wp-block-cover-image p a:hover, .wp-block-cover-image h1 a:hover, .wp-block-cover-image h2 a:hover, .wp-block-cover-image h3 a:hover, .wp-block-cover-image h4 a:hover, .wp-block-cover-image h5 a:hover, .wp-block-cover-image h6 a:hover {
  color: #93a286 !important;
}

.wp-block-cover-image *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}

.wp-block-cover {
  margin-bottom: 1rem;
}

.wp-block-cover.alignleft {
  margin-right: 2em;
}

.wp-block-cover.alignright {
  margin-left: 2em;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}

.wp-block-cover p, .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}

.wp-block-cover p a, .wp-block-cover h1 a, .wp-block-cover h2 a, .wp-block-cover h3 a, .wp-block-cover h4 a, .wp-block-cover h5 a, .wp-block-cover h6 a {
  color: #fff !important;
}

.wp-block-cover p a:hover, .wp-block-cover h1 a:hover, .wp-block-cover h2 a:hover, .wp-block-cover h3 a:hover, .wp-block-cover h4 a:hover, .wp-block-cover h5 a:hover, .wp-block-cover h6 a:hover {
  color: #93a286 !important;
}

.wp-block-cover *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}

.wp-block-gallery {
  margin-bottom: 2rem;
}

.wp-block-gallery ul.blocks-gallery-grid {
  margin: 0;
}

.wp-block-gallery ul.blocks-gallery-grid figcaption {
  margin: 0;
}

.wp-block-gallery ul.blocks-gallery-grid + figcaption {
  margin-top: 0;
}

.wp-block-pullquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
  position: relative;
  z-index: -2;
}

.wp-block-pullquote blockquote {
  padding: 25px !important;
}

.has-drop-cap:after {
  content: '';
  display: table;
  table-layout: fixed;
  clear: both;
}

.wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #2f3327;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.wp-block-file:hover {
  color: #93a286;
}

.wp-block-group.has-background {
  padding: 20px 30px;
}

.gallery-item img {
  border: 0 !important;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100px;
  background-color: #fff;
  z-index: 100;
}

#qodef-page-header .qodef-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100px;
  max-height: 100%;
}

#qodef-page-header .qodef-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  max-height: 50%;
}

#qodef-page-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

/* ==========================================================================
   Justified Gallery styles
   ========================================================================== */
.qodef-layout--justified-gallery {
  height: auto !important;
  visibility: hidden;
}

.qodef-layout--justified-gallery.qodef--justified-gallery-init {
  visibility: visible;
}

.qodef-layout--justified-gallery .qodef-grid-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 !important;
  overflow: hidden;
}

.qodef-layout--justified-gallery .qodef-grid-item {
  position: absolute;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.qodef-layout--justified-gallery .qodef-grid-item img {
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
}

.qodef-layout--justified-gallery > .jg-filtered {
  display: none;
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
#qodef-page-mobile-header {
  position: relative;
  display: none;
  height: 70px;
  z-index: 100;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  max-height: 100%;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-page-mobile-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 37px;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header-inner {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-mobile-header-inner {
    padding: 0 40px;
  }
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon .qodef--close {
  position: fixed;
  top: 40px;
  left: unset;
  right: 40px;
}

.qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
}

.qodef-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  background-color: #ffffff;
  border-bottom: 1px solid #dbe3d2;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .qodef-mobile-header-navigation > ul.qodef-content-grid {
    width: 100%;
  }
}

.qodef-mobile-header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-mobile-header-navigation ul li {
  position: relative;
  margin: 6px 0;
  padding: 0;
}

.qodef-mobile-header-navigation ul li .qodef-menu-arrow-svg {
  position: absolute;
  display: none;
  right: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-mobile-header-navigation ul li.menu-item-has-children > .qodef-menu-arrow-svg {
  display: block;
}

body:not([class*="sante-core"]) .qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  content: "";
  background: url(../../assets/img/menu_arrow.svg);
  position: absolute;
  width: 7px;
  height: 25px;
  top: 50%;
  right: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

.qodef-mobile-header-navigation ul li a {
  position: relative;
  display: block;
}

.qodef-mobile-header-navigation ul li a .lnr {
  font-size: 9px;
  margin-left: 5px;
  display: none;
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 22px;
  height: auto;
  fill: currentColor;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.qodef-mobile-header-navigation ul li ul {
  display: none;
}

.qodef-mobile-header-navigation ul li.qodef--opened > .qodef-menu-arrow-svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qodef-mobile-header-navigation ul li.qodef--opened > a .qodef-menu-item-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qodef-mobile-header-navigation > ul {
  margin: 0 auto;
  padding: 34px 45px;
}

.qodef-mobile-header-navigation > ul > li {
  margin: 8px 0 13px 0;
}

.qodef-mobile-header-navigation > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  font-size: 16px;
}

.qodef-mobile-header-navigation > ul > li > a .lnr {
  display: none;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text {
  position: relative;
  padding: 0 !important;
  font-size: 16px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: unset;
  white-space: nowrap;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text .qodef-m-text {
  position: relative;
  z-index: 20;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text:after {
  content: "";
  width: calc(100% + 16px);
  height: 50%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -8px;
  will-change: transform;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text:hover {
  color: #68745c;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a, .qodef-mobile-header-navigation > ul > li.current-menu-item > a, .qodef-mobile-header-navigation > ul > li.qodef--opened > a {
  color: #68745c;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text, .qodef-mobile-header-navigation > ul > li.qodef--opened > a .qodef-menu-item-text {
  position: relative;
  padding: 0 !important;
  font-size: 16px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: unset;
  white-space: nowrap;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text .qodef-m-text, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text .qodef-m-text, .qodef-mobile-header-navigation > ul > li.qodef--opened > a .qodef-menu-item-text .qodef-m-text {
  position: relative;
  z-index: 20;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after, .qodef-mobile-header-navigation > ul > li.qodef--opened > a .qodef-menu-item-text:after {
  content: "";
  width: calc(100% + 16px);
  height: 50%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -8px;
  will-change: transform;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text .qodef-m-text, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text .qodef-m-text, .qodef-mobile-header-navigation > ul > li.qodef--opened > a .qodef-menu-item-text .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:hover, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:hover, .qodef-mobile-header-navigation > ul > li.qodef--opened > a .qodef-menu-item-text:hover {
  color: #68745c;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:hover:after, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:hover:after, .qodef-mobile-header-navigation > ul > li.qodef--opened > a .qodef-menu-item-text:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  padding-right: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.643em;
  font-weight: 300;
  color: #80827e;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover {
  color: #2f3327;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a {
  color: #2f3327;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation {
  height: 100%;
}

.qodef-header-navigation ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.qodef-header-navigation ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.qodef-header-navigation ul li a .qodef-menu-item-text {
  position: relative;
  z-index: 20;
}

.qodef-header-navigation ul li a .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 22px;
  height: auto;
  fill: currentColor;
}

.qodef-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 221px;
  margin: 0;
  padding: 22px 0 23px 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #dbe3d2;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 0 35px 0 37px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > .qodef-menu-arrow-svg {
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  right: 36px;
  line-height: 1;
  -webkit-transform: translateY(calc(-33% - 1px));
      -ms-transform: translateY(calc(-33% - 1px));
          transform: translateY(calc(-33% - 1px));
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > .qodef-menu-arrow-svg path {
  fill: currentColor !important;
}

body:not([class*="sante-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
  background: url(../../assets/img/menu_arrow.svg);
  position: absolute;
  width: 7px;
  height: 25px;
  top: 50%;
  right: 0;
  line-height: 1;
  -webkit-transform: translateY(-33%);
      -ms-transform: translateY(-33%);
          transform: translateY(-33%);
  font-family: initial;
  font-size: 20px;
  background-repeat: no-repeat;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover > .qodef-menu-arrow-svg path {
  fill: #2f3327 !important;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: -32px;
  left: 100%;
  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
  -o-transition: opacity .2s ease-out, visibility .2s ease-out;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
  left: auto;
  right: 0;
  text-align: right;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > .qodef-menu-arrow-svg {
  right: auto;
  left: 40px;
  line-height: 1;
  -webkit-transform: translateY(-33%) scaleX(-1);
      -ms-transform: translateY(-33%) scaleX(-1);
          transform: translateY(-33%) scaleX(-1);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
  left: 0;
  right: auto;
}

body:not([class*="sante-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
  content: '';
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
  left: 0;
  right: auto;
  padding-bottom: 1px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
  left: -101%;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-header-navigation > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
}

.qodef-header-navigation > ul > li {
  height: 100%;
  margin: 0 21px;
}

.qodef-header-navigation > ul > li:first-child {
  margin-left: 0;
}

.qodef-header-navigation > ul > li:last-child {
  margin-right: 0;
}

.qodef-header-navigation > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  color: #2f3327;
  font-size: 16px;
}

.qodef-header-navigation > ul > li > a .lnr-chevron-right {
  display: none;
}

.qodef-header-navigation > ul > li > a:after {
  content: "";
  width: calc(100% + 16px);
  height: 13px;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 0;
  left: -8px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.qodef-header-navigation > ul > li > a:hover {
  color: #68745c;
}

.qodef-header-navigation > ul > li > a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.current-menu-item > a, .qodef-header-navigation > ul > li:hover > a {
  color: #68745c;
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a:after, .qodef-header-navigation > ul > li.current-menu-item > a:after, .qodef-header-navigation > ul > li:hover > a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul {
  /* LEFT --- STANDARD MENU LEVEL TWO AND THREE */
  /* RIGHT --- STANDARD MENU LEVEL TWO AND THREE */
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li.current_page_item > a {
  color: #2f3327;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
  color: #90918d;
  margin: 9px 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a:hover {
  color: #2f3327;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a .qodef-menu-item-text {
  width: 100%;
  display: inline-block;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a .qodef-menu-item-text > span {
  float: right;
  margin-top: 6px;
  font-size: 10px;
  display: none;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  padding-right: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a {
  padding-left: 0;
  padding-right: 0;
  margin: 9px 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a:before {
  left: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  margin: 9px 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a {
  padding-left: 0;
  padding-right: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a:before {
  left: auto;
  right: 0;
}

/* ==========================================================================
   Pagination global styles
   ========================================================================== */
.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 39px 0 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-m-pagination {
    margin: 39px 0 70px;
  }
}

.qodef-m-pagination.qodef--wp a, .qodef-m-pagination.qodef--wp span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #68745c;
}

.qodef-m-pagination.qodef--wp .nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-m-pagination.qodef--wp a.next:before, .qodef-m-pagination.qodef--wp a.prev:before {
  opacity: 0 !important;
}

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 13px;
  padding: 0 3px;
}

.qodef-m-pagination.qodef--wp .page-numbers * {
  display: block;
  line-height: inherit;
}

.qodef-m-pagination.qodef--wp .page-numbers:not(.next), .qodef-m-pagination.qodef--wp .page-numbers:not(.prev), .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--next), .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--prev) {
  padding: 0 3px;
}

.qodef-m-pagination.qodef--wp .page-numbers:not(.next):before, .qodef-m-pagination.qodef--wp .page-numbers:not(.prev):before, .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--next):before, .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--prev):before {
  content: "";
  position: absolute;
  background-color: #e9ebe7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 0;
  top: 0;
  left: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers:not(.next):hover:before, .qodef-m-pagination.qodef--wp .page-numbers:not(.prev):hover:before, .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--next):hover:before, .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--prev):hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

.qodef-m-pagination.qodef--wp .page-numbers:not(.next):before, .qodef-m-pagination.qodef--wp .page-numbers:not(.prev):before, .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--next):before, .qodef-m-pagination.qodef--wp .page-numbers:not(.qodef--prev):before {
  top: -1px;
  left: 50%;
  -webkit-transform: scale(0.5) translateX(-50%) !important;
      -ms-transform: scale(0.5) translateX(-50%) !important;
          transform: scale(0.5) translateX(-50%) !important;
  z-index: -1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-m-pagination.qodef--wp .page-numbers.current:before {
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child:not(.page-numbers) {
  margin-right: 28px;
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child:not(.page-numbers) {
  margin-left: 28px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev, .qodef-m-pagination.qodef--wp .page-numbers.next {
  padding: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg, .qodef-m-pagination.qodef--wp .page-numbers.next svg {
  position: relative;
  top: -1px;
  display: block;
  width: 23px;
  height: auto;
  fill: currentColor;
  stroke: none;
}

.qodef-m-pagination.qodef--wp .page-numbers:hover, .qodef-m-pagination.qodef--wp .page-numbers.current {
  color: #68745c;
}

.qodef-m-pagination.qodef--standard a, .qodef-m-pagination.qodef--standard span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #68745c;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-m-pagination.qodef--standard a.next:before, .qodef-m-pagination.qodef--standard a.prev:before {
  opacity: 0 !important;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 13px;
  padding: 0 3px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
  display: block;
  line-height: inherit;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.next), .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.prev), .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--next), .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--prev) {
  padding: 0 3px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.next):before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.prev):before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--next):before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--prev):before {
  content: "";
  position: absolute;
  background-color: #e9ebe7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 0;
  top: 0;
  left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.next):hover:before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.prev):hover:before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--next):hover:before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--prev):hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.next):before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.prev):before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--next):before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.qodef--prev):before {
  top: -1px;
  left: 50%;
  -webkit-transform: scale(0.5) translateX(-50%) !important;
      -ms-transform: scale(0.5) translateX(-50%) !important;
          transform: scale(0.5) translateX(-50%) !important;
  z-index: -1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.current:before {
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child:not(.page-numbers) {
  margin-right: 28px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child:not(.page-numbers) {
  margin-left: 28px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  padding: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
  position: relative;
  top: -1px;
  display: block;
  width: 23px;
  height: auto;
  fill: currentColor;
  stroke: none;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active {
  color: #68745c;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 23px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 25px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a span:before, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a span:before {
  margin-top: 6px;
}

.qodef-m-pagination .qodef-m-pagination-item.qodef--prev a span:before, .qodef-m-pagination .qodef-m-pagination-item.qodef--next a span:before {
  margin-top: 7px;
}

.qodef-m-pagination .qodef-m-pagination-item.qodef--prev:hover:before, .qodef-m-pagination .qodef-m-pagination-item.qodef--next:hover:before {
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

.qodef-m-pagination .qodef-m-pagination-item:not(.qodef--next):not(.qodef--prev) a {
  position: relative;
  z-index: 1;
  min-width: 25px;
  text-align: center;
  padding: 4px 8px;
}

.qodef-m-pagination .qodef-m-pagination-item:not(.qodef--next):not(.qodef--prev) a:before {
  content: "";
  position: absolute;
  background-color: #e9ebe7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 0;
  top: 0;
  left: 0;
}

.qodef-m-pagination .qodef-m-pagination-item:not(.qodef--next):not(.qodef--prev) a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

.qodef-m-pagination .qodef-m-pagination-item:not(.qodef--next):not(.qodef--prev) a:before {
  top: 2px;
  left: -1px;
  z-index: -1;
}

.qodef-m-pagination .qodef-m-pagination-item:not(.qodef--next):not(.qodef--prev) a:hover:before {
  z-index: -1;
}

.qodef-m-pagination .qodef-m-pagination-item.qodef--active:not(.qodef--next):not(.qodef--prev) a:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

.qodef-m-pagination.qodef--load-more {
  text-align: center;
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
  opacity: 1;
}

.qodef-m-pagination.qodef--infinite-scroll {
  text-align: center;
}

.qodef-pagination--on .qodef-m-pagination-spinner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: auto;
  fill: #93a286;
  stroke: none;
  visibility: hidden;
  z-index: -1;
  -webkit-animation: qode-rotate 2s infinite linear;
          animation: qode-rotate 2s infinite linear;
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 16px);
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}

.qodef-single-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin: 15px 0;
}

.qodef-single-links .qodef-m-single-links-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2f3327;
  margin-right: 10px;
}

.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 0 3px;
  margin: 0 13px;
  color: #68745c;
  padding: 4px 2px;
}

.qodef-single-links a:before,
.qodef-single-links > span:not(.qodef-m-single-links-title):before {
  content: "";
  position: absolute;
  background-color: #e9ebe7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 0;
  top: 0;
  left: 0;
}

.qodef-single-links a:hover:before,
.qodef-single-links > span:not(.qodef-m-single-links-title):hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

.qodef-single-links a:before,
.qodef-single-links > span:not(.qodef-m-single-links-title):before {
  top: 2px;
  left: 50%;
  -webkit-transform: scale(0.5) translateX(-50%) !important;
      -ms-transform: scale(0.5) translateX(-50%) !important;
          transform: scale(0.5) translateX(-50%) !important;
  z-index: -1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-single-links a:hover:before,
.qodef-single-links > span:not(.qodef-m-single-links-title):hover:before {
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

.qodef-single-links a.current:before,
.qodef-single-links > span:not(.qodef-m-single-links-title).current:before {
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

.qodef-single-links a:last-child,
.qodef-single-links > span:not(.qodef-m-single-links-title):last-child {
  margin-right: 0;
}

.qodef-single-links > span:not(.qodef-m-single-links-title) {
  color: #93a286;
}

/* ==========================================================================
   Search styles
   ========================================================================== */
.qodef-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}

.qodef-search .qodef-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

.qodef-search .qodef-e-search-heading-title {
  margin: 0 0 20px;
}

.qodef-search .qodef-e-search-heading-label {
  margin: 8px 0 0;
}

.qodef-search .qodef-search-form .qodef-search-form-field {
  padding-right: 50px;
  margin: 0;
}

.qodef-search .qodef-search-form .qodef-search-form-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #2f3327;
  background-color: transparent;
  border: 0;
}

.qodef-search .qodef-search-form .qodef-search-form-button:hover {
  color: #93a286;
}

.qodef-search .qodef-search-form .qodef-search-form-button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.search .qodef-search .qodef-search-form .qodef-search-form-button {
  right: -17px;
}

.qodef-search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-search article {
  margin-bottom: 30px;
}

.qodef-search article:last-child {
  margin-bottom: 0;
}

.qodef-search article .qodef-e-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-search article .qodef-e-inner > * {
  width: 100%;
}

.qodef-search article .qodef-e-inner .qodef-e-image {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  padding-right: 30px;
}

.qodef-search article .qodef-e-inner .qodef-e-title {
  margin: 0;
}

.qodef-search article .qodef-e-inner .qodef-e-excerpt {
  margin: 15px 0 0;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar {
    margin-top: 49px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-sidebar {
    margin-top: 70px;
  }
}

@media all and (min-width: 1025px) {
  #qodef-page-sidebar > div {
    margin-left: 20px;
  }
}

.qodef-col-pull--9 #qodef-page-sidebar > div {
  margin-right: 20px;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 101px;
  background-color: #fff;
  border-top: 0 solid #d7dcd5;
  border-bottom: 0 solid #d7dcd5;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image) .qodef-m-inner .qodef-m-content {
    position: relative;
  }
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image) .qodef-m-inner .qodef-m-content:before, .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image) .qodef-m-inner .qodef-m-content:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #d7dcd5;
    left: 0;
  }
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image) .qodef-m-inner .qodef-m-content:before {
    top: 0;
  }
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image) .qodef-m-inner .qodef-m-content:after {
    bottom: 0;
  }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):before, .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 160px);
  height: 1px;
  background: #d7dcd5;
  padding: 0 40px;
  left: 40px;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):before, .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):before, .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):after {
    width: calc(100% - 336px);
    left: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):before, .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):after {
    width: calc(100% - 190px);
    left: 56px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):before, .qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):after {
    width: calc(100% - 150px);
    left: 35px;
  }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):before {
  top: 0;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs:not(.qodef--has-image):after {
  bottom: 0;
}

.qodef-page-title .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.qodef-page-title .qodef-m-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-page-title .qodef-m-title {
  margin: 0;
}

@media only screen and (max-width: 680px) {
  body:not([class*="sante-core"]) .qodef-page-title .qodef-m-title {
    -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

/* ==========================================================================
   Widgets static styles
   ========================================================================== */
.widget:last-child {
  margin-bottom: 0 !important;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget ul:not(.qodef-shortcode-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-left: 1em;
}

.widget select {
  max-width: 100%;
  width: 100%;
}

.widget .select2 {
  margin-bottom: 0;
}

.widget[class*="_search"] .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget[class*="_search"] input {
  margin: 0;
  padding-right: 50px;
}

.widget .tagcloud a {
  display: inline-block;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0 4px 4px 0;
  position: relative;
  text-transform: capitalize;
  vertical-align: top;
}

.widget.widget_media_image {
  margin-bottom: 0;
}

.widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

.widget.widget_media_image img {
  display: block;
}

.widget.widget_text img {
  display: block;
}

.widget.widget_text[data-area="faq-sidebar"] {
  margin: 0 0 7px;
}

.widget.widget_calendar {
  width: 100%;
}

.widget.widget_calendar table {
  table-layout: fixed;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td {
  text-align: center;
}

.widget.widget_calendar caption {
  margin-bottom: 5px;
}

.widget.widget_calendar #today a {
  color: #fff;
}

.widget.widget_calendar tfoot tr,
.widget.widget_calendar tfoot td {
  border: 0;
}

.widget.widget_rss ul .rsswidget {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 1.625em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #80827e;
  display: block;
}

.widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

.widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

/* ==========================================================================
   Widgets variable styles
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget {
  margin: 0 0 42px;
}

.widget .qodef-widget-title {
  margin: 0 0 5px;
}

.widget .qodef-widget-title a:hover {
  color: #93a286;
}

.widget a {
  color: #80827e;
}

.widget a:hover {
  color: #93a286;
}

.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
}

.widget select {
  margin: 7.5px 0 0 0;
}

.widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 12.5px;
}

.widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #2f3327;
  background-color: transparent;
  border: 0;
  top: 2px;
  width: 20px;
}

.widget[class*="_search"] button:hover {
  color: #80827e;
}

.widget[class*="_search"] button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.widget[class*="_search"] button > span {
  color: #68745c;
}

.widget .tagcloud a {
  color: #80827e;
}

.widget .tagcloud a:hover {
  color: #93a286;
}

.widget.widget_categories ul {
  padding-bottom: 5px;
  padding-top: 11px;
}

.widget.widget_categories ul > li a {
  color: #90918d;
}

.widget.widget_categories ul > li:hover a {
  color: #2f3327;
}

.widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 8px;
}

.widget.widget_product_categories ul > li a {
  color: #90918d;
}

.widget.widget_tag_cloud .tagcloud {
  font-size: 13px;
  margin: 15px 0 0;
}

.widget.widget_tag_cloud .tagcloud a {
  position: relative;
  font-size: 13px;
  color: #68745c;
  margin: 0 4px 4px 0;
}

.widget.widget_tag_cloud .tagcloud a:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 2px;
  left: 0;
  background-color: #969d8f;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.widget.widget_search .qodef-search-form {
  margin: 0 0 19px;
}

.widget.widget_search .qodef-search-form input:focus {
  border-bottom: 1px solid #a5b199;
  color: #68745c;
}

.widget.widget_sante_core_blog_list .qodef-shortcode {
  padding-bottom: 15px;
}

.widget.widget_media_image .qodef-widget-title {
  margin-bottom: 12.5px;
}

.widget.widget_calendar #today {
  color: #fff;
  background-color: #93a286;
}

.widget.widget_calendar tfoot a {
  color: #80827e;
}

.widget.widget_calendar tfoot a:hover {
  color: #93a286;
}

#qodef-top-area .widget {
  margin: 0 0 0px;
  color: #68745c;
}

#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 5px;
  color: #2f3327;
}

#qodef-top-area .widget .qodef-widget-title a:hover {
  color: #2f3327;
}

#qodef-top-area .widget a {
  color: #68745c;
}

#qodef-top-area .widget a:hover {
  color: #2f3327;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
}

#qodef-top-area .widget select {
  margin: 7.5px 0 0 0;
}

#qodef-top-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 12.5px;
}

#qodef-top-area .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #2f3327;
  background-color: transparent;
  border: 0;
  top: 2px;
  width: 20px;
}

#qodef-top-area .widget[class*="_search"] button:hover {
  color: #80827e;
}

#qodef-top-area .widget[class*="_search"] button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-top-area .widget[class*="_search"] button > span {
  color: #68745c;
}

#qodef-top-area .widget .tagcloud a {
  color: #68745c;
}

#qodef-top-area .widget .tagcloud a:hover {
  color: #2f3327;
}

#qodef-top-area .widget.widget_categories ul {
  padding-bottom: 5px;
  padding-top: 11px;
}

#qodef-top-area .widget.widget_categories ul > li a {
  color: #90918d;
}

#qodef-top-area .widget.widget_categories ul > li:hover a {
  color: #2f3327;
}

#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 8px;
}

#qodef-top-area .widget.widget_product_categories ul > li a {
  color: #90918d;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud {
  font-size: 13px;
  margin: 15px 0 0;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  font-size: 13px;
  color: #68745c;
  margin: 0 4px 4px 0;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 2px;
  left: 0;
  background-color: #969d8f;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

#qodef-top-area .widget.widget_search .qodef-search-form {
  margin: 0 0 19px;
}

#qodef-top-area .widget.widget_search .qodef-search-form input:focus {
  border-bottom: 1px solid #a5b199;
  color: #68745c;
}

#qodef-top-area .widget.widget_sante_core_blog_list .qodef-shortcode {
  padding-bottom: 15px;
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 12.5px;
}

#qodef-top-area .widget.widget_calendar #today {
  color: #fff;
  background-color: #2f3327;
}

#qodef-top-area .widget.widget_calendar tfoot a {
  color: #68745c;
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: #2f3327;
}

#qodef-page-footer .widget {
  margin: 0 0 17px;
  color: #80827e;
}

#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 16px;
  color: #2f3327;
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: #2f3327;
}

#qodef-page-footer .widget a {
  color: #80827e;
}

#qodef-page-footer .widget a:hover {
  color: #2f3327;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
}

#qodef-page-footer .widget select {
  margin: 7.5px 0 0 0;
}

#qodef-page-footer .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 23.5px;
}

#qodef-page-footer .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #2f3327;
  background-color: transparent;
  border: 0;
  top: 2px;
  width: 20px;
}

#qodef-page-footer .widget[class*="_search"] button:hover {
  color: #50534b;
}

#qodef-page-footer .widget[class*="_search"] button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-page-footer .widget[class*="_search"] button > span {
  color: #68745c;
}

#qodef-page-footer .widget .tagcloud a {
  color: #80827e;
}

#qodef-page-footer .widget .tagcloud a:hover {
  color: #2f3327;
}

#qodef-page-footer .widget.widget_categories ul {
  padding-bottom: 5px;
  padding-top: 11px;
}

#qodef-page-footer .widget.widget_categories ul > li a {
  color: #90918d;
}

#qodef-page-footer .widget.widget_categories ul > li:hover a {
  color: #2f3327;
}

#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 8px;
}

#qodef-page-footer .widget.widget_product_categories ul > li a {
  color: #90918d;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud {
  font-size: 13px;
  margin: 15px 0 0;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  font-size: 13px;
  color: #68745c;
  margin: 0 4px 4px 0;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 2px;
  left: 0;
  background-color: #969d8f;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

#qodef-page-footer .widget.widget_search .qodef-search-form {
  margin: 0 0 19px;
}

#qodef-page-footer .widget.widget_search .qodef-search-form input:focus {
  border-bottom: 1px solid #a5b199;
  color: #68745c;
}

#qodef-page-footer .widget.widget_sante_core_blog_list .qodef-shortcode {
  padding-bottom: 15px;
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 23.5px;
}

#qodef-page-footer .widget.widget_calendar #today {
  color: #fff;
  background-color: #2f3327;
}

#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #80827e;
}

#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: #2f3327;
}

#qodef-side-area .widget {
  margin: 0 0 42px;
  color: #80827e;
}

#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 5px;
  color: #2f3327;
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: #50534b;
}

#qodef-side-area .widget a {
  color: #80827e;
}

#qodef-side-area .widget a:hover {
  color: #50534b;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
}

#qodef-side-area .widget select {
  margin: 7.5px 0 0 0;
}

#qodef-side-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 12.5px;
}

#qodef-side-area .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #2f3327;
  background-color: transparent;
  border: 0;
  top: 2px;
  width: 20px;
}

#qodef-side-area .widget[class*="_search"] button:hover {
  color: #80827e;
}

#qodef-side-area .widget[class*="_search"] button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-side-area .widget[class*="_search"] button > span {
  color: #68745c;
}

#qodef-side-area .widget .tagcloud a {
  color: #80827e;
}

#qodef-side-area .widget .tagcloud a:hover {
  color: #50534b;
}

#qodef-side-area .widget.widget_categories ul {
  padding-bottom: 5px;
  padding-top: 11px;
}

#qodef-side-area .widget.widget_categories ul > li a {
  color: #90918d;
}

#qodef-side-area .widget.widget_categories ul > li:hover a {
  color: #2f3327;
}

#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 8px;
}

#qodef-side-area .widget.widget_product_categories ul > li a {
  color: #90918d;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud {
  font-size: 13px;
  margin: 15px 0 0;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  font-size: 13px;
  color: #68745c;
  margin: 0 4px 4px 0;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 2px;
  left: 0;
  background-color: #969d8f;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

#qodef-side-area .widget.widget_search .qodef-search-form {
  margin: 0 0 19px;
}

#qodef-side-area .widget.widget_search .qodef-search-form input:focus {
  border-bottom: 1px solid #a5b199;
  color: #68745c;
}

#qodef-side-area .widget.widget_sante_core_blog_list .qodef-shortcode {
  padding-bottom: 15px;
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 12.5px;
}

#qodef-side-area .widget.widget_calendar #today {
  color: #fff;
  background-color: #50534b;
}

#qodef-side-area .widget.widget_calendar tfoot a {
  color: #80827e;
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: #50534b;
}

.qodef-mega-menu-widget-holder .widget {
  margin: 0 0 42px;
  color: #80827e;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
  margin: 0 0 5px;
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget a {
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget a:hover {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
}

.qodef-mega-menu-widget-holder .widget select {
  margin: 7.5px 0 0 0;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 12.5px;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #2f3327;
  background-color: transparent;
  border: 0;
  top: 2px;
  width: 20px;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button:hover {
  color: #80827e;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button > span {
  color: #68745c;
}

.qodef-mega-menu-widget-holder .widget .tagcloud a {
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget .tagcloud a:hover {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul {
  padding-bottom: 5px;
  padding-top: 11px;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul > li a {
  color: #90918d;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul > li:hover a {
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 8px;
}

.qodef-mega-menu-widget-holder .widget.widget_product_categories ul > li a {
  color: #90918d;
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud {
  font-size: 13px;
  margin: 15px 0 0;
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  font-size: 13px;
  color: #68745c;
  margin: 0 4px 4px 0;
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 2px;
  left: 0;
  background-color: #969d8f;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form {
  margin: 0 0 19px;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form input:focus {
  border-bottom: 1px solid #a5b199;
  color: #68745c;
}

.qodef-mega-menu-widget-holder .widget.widget_sante_core_blog_list .qodef-shortcode {
  padding-bottom: 15px;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 12.5px;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
  color: #fff;
  background-color: #93a286;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
  color: #93a286;
}

#qodef-page-sidebar .widget_nav_menu ul li {
  margin: 0 0 8px;
}

#qodef-side-area .widget_search {
  margin-top: 53px;
}

/* ==========================================================================
   WooCommerce global styles
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - start
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - end
   ========================================================================== */
#qodef-woo-page .qodef-woo-product-mark,
#yith-quick-view-modal .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 6px 10px 7px;
  font-size: 13px;
  line-height: 1;
  color: #68745c;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 5;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#qodef-woo-page .product,
#yith-quick-view-modal .product,
.qodef-woo-shortcode .product {
  position: relative;
}

#qodef-woo-page .qodef-woo-product-title,
#yith-quick-view-modal .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0;
}

#qodef-woo-page .qodef-woo-ratings,
#yith-quick-view-modal .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
  color: #2f3327;
  color: #68745c;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: .1em;
  width: 11px;
  height: auto;
  fill: none;
  stroke: currentColor;
  margin-right: 5px;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #68745c;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,
#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

#qodef-woo-page .price,
#yith-quick-view-modal .price,
.qodef-woo-shortcode .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
  color: #2f3327;
  margin: 2px 0 0;
}

#qodef-woo-page .price del,
#yith-quick-view-modal .price del,
.qodef-woo-shortcode .price del {
  margin-right: 10px;
  color: #80827e;
}

#qodef-woo-page .price ins,
#yith-quick-view-modal .price ins,
.qodef-woo-shortcode .price ins {
  text-decoration: none;
}

#qodef-woo-page .button,
#qodef-woo-page .added_to_cart,
#yith-quick-view-modal .button,
#yith-quick-view-modal .added_to_cart,
.qodef-woo-shortcode .button,
.qodef-woo-shortcode .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 4px 39px;
  cursor: pointer;
  z-index: 3;
  color: #68745c;
  background-color: #e9ebe7;
  border: 1px solid transparent;
}

#qodef-woo-page .button:hover,
#qodef-woo-page .added_to_cart:hover,
#yith-quick-view-modal .button:hover,
#yith-quick-view-modal .added_to_cart:hover,
.qodef-woo-shortcode .button:hover,
.qodef-woo-shortcode .added_to_cart:hover {
  color: #fff;
  background-color: #93a286;
}

#qodef-woo-page .button.qodef-layout--outlined,
#qodef-woo-page .added_to_cart.qodef-layout--outlined,
#yith-quick-view-modal .button.qodef-layout--outlined,
#yith-quick-view-modal .added_to_cart.qodef-layout--outlined,
.qodef-woo-shortcode .button.qodef-layout--outlined,
.qodef-woo-shortcode .added_to_cart.qodef-layout--outlined {
  padding: 0;
  background-color: transparent;
}

#qodef-woo-page .button.qodef-layout--outlined:hover,
#qodef-woo-page .added_to_cart.qodef-layout--outlined:hover,
#yith-quick-view-modal .button.qodef-layout--outlined:hover,
#yith-quick-view-modal .added_to_cart.qodef-layout--outlined:hover,
.qodef-woo-shortcode .button.qodef-layout--outlined:hover,
.qodef-woo-shortcode .added_to_cart.qodef-layout--outlined:hover {
  color: #68745c;
  background-color: unset;
}

#qodef-woo-page .button.added,
#qodef-woo-page .added_to_cart.added,
#yith-quick-view-modal .button.added,
#yith-quick-view-modal .added_to_cart.added,
.qodef-woo-shortcode .button.added,
.qodef-woo-shortcode .added_to_cart.added {
  display: none;
}

#qodef-woo-page .single_add_to_cart_button,
#yith-quick-view-modal .single_add_to_cart_button,
.qodef-woo-shortcode .single_add_to_cart_button {
  padding: 0 34px;
}

#qodef-woo-page .quantity {
  white-space: nowrap;
}

#qodef-woo-page .quantity input[type="number"] {
  width: 60px;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

.woocommerce-page div.woocommerce .woocommerce-message,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #dbe3d2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-page div.woocommerce .woocommerce-message a,
.woocommerce-page div.woocommerce .woocommerce-info a,
.woocommerce-page div.woocommerce .woocommerce-error a {
  margin-top: 12px;
}

@media all and (min-width: 680px) {
  .woocommerce-page div.woocommerce .woocommerce-message,
  .woocommerce-page div.woocommerce .woocommerce-info,
  .woocommerce-page div.woocommerce .woocommerce-error {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce-page div.woocommerce .woocommerce-message[role="alert"],
  .woocommerce-page div.woocommerce .woocommerce-info[role="alert"],
  .woocommerce-page div.woocommerce .woocommerce-error[role="alert"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .woocommerce-page div.woocommerce .woocommerce-message a,
  .woocommerce-page div.woocommerce .woocommerce-info a,
  .woocommerce-page div.woocommerce .woocommerce-error a {
    margin-top: 0;
  }
  .woocommerce-page div.woocommerce .woocommerce-message a.button:hover,
  .woocommerce-page div.woocommerce .woocommerce-info a.button:hover,
  .woocommerce-page div.woocommerce .woocommerce-error a.button:hover {
    color: #68745c;
    background-color: transparent;
    border: 1px solid #9ca896;
  }
}

.woocommerce-page div.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-message,
.woocommerce-page div.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-error {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.woocommerce-page div.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-message a,
.woocommerce-page div.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-info a,
.woocommerce-page div.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-error a {
  margin-top: 0;
}

.woocommerce-page div.woocommerce form > p,
.woocommerce-page div.woocommerce form fieldset > p,
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper > p,
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper fieldset > p,
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper > p,
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper fieldset > p,
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper > p,
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper fieldset > p {
  margin-top: 42px !important;
}

.woocommerce-page div.woocommerce form > p:first-child,
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper > p:first-child,
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper > p:first-child,
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper > p:first-child {
  margin-top: 0 !important;
}

.woocommerce-page div.woocommerce form button[type="submit"],
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper button[type="submit"],
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper button[type="submit"],
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper button[type="submit"] {
  margin-top: 8px;
}

.woocommerce-page div.woocommerce form label,
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper label,
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper label,
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper label {
  margin-bottom: -4px;
}

.woocommerce-page div.woocommerce form input,
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper input,
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper input,
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper input {
  padding: 0 18px 0 0;
}

.woocommerce-page div.woocommerce form button[name="save_address"],
.woocommerce-page div.woocommerce .woocommerce-billing-fields__field-wrapper button[name="save_address"],
.woocommerce-page div.woocommerce .woocommerce-shipping-fields__field-wrapper button[name="save_address"],
.woocommerce-page div.woocommerce .woocommerce-address-fields__field-wrapper button[name="save_address"] {
  margin-top: 48px;
}

.woocommerce-page div.woocommerce .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #d7dcd5;
}

.woocommerce-page div.woocommerce .shop_table tr.cart-subtotal, .woocommerce-page div.woocommerce .shop_table tr.order-total {
  font-weight: 600;
}

.woocommerce-page div.woocommerce .shop_table th, .woocommerce-page div.woocommerce .shop_table td {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

.woocommerce-page div.woocommerce .shop_table th:first-child, .woocommerce-page div.woocommerce .shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-page div.woocommerce .shop_table th {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
  margin-bottom: 0;
}

.woocommerce-page div.woocommerce .shop_table p {
  margin: 0;
}

.woocommerce-page div.woocommerce .col2-set {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}

.woocommerce-page div.woocommerce .col2-set > * {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.woocommerce-page div.woocommerce address {
  font-style: normal;
}

.woocommerce-page div.woocommerce address p {
  margin: 0;
}

.woocommerce-page div.woocommerce form p {
  margin: 0;
}

.woocommerce-page .pswp__counter,
.woocommerce-page .pswp__caption__center {
  color: #fff;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button {
  background-color: transparent;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button .qodef-m-text {
  position: relative;
  z-index: 20;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button:after {
  content: "";
  width: calc(100% + 16px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -8px;
  will-change: transform;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button:hover {
  color: #68745c;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button[name="update_cart"] {
  background-color: transparent;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button[name="update_cart"] .qodef-m-text {
  position: relative;
  z-index: 20;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button[name="update_cart"]:after {
  content: "";
  width: calc(100% + 16px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -8px;
  will-change: transform;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button[name="update_cart"] .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button[name="update_cart"]:hover {
  color: #68745c;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button[name="update_cart"]:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.single-product #pa_colors + .select_box_select.select_box {
  visibility: hidden;
}

.single-product #qodef-woo-page.qodef--single .qodef-social-share {
  display: none;
}

.single-product #qodef-woo-page .entry-summary .added_to_cart:hover,
.single-product #qodef-woo-page .entry-summary .button:hover,
.single-product #yith-quick-view-modal .entry-summary .added_to_cart:hover,
.single-product #yith-quick-view-modal .entry-summary .button:hover {
  color: #68745c;
  background-color: transparent;
  border: 1px solid #9ca896;
}

.single-product #qodef-page-inner {
  padding: 68px 0px 75px 0px;
}

.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped,
.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.post-type-archive-product #qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward {
  right: -3px;
}

.yith_wcwl_wishlist_footer {
  display: none;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 14px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback + a {
  color: #80827e;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback + a:hover {
  color: #2f3327;
}

.yith-wcwl-add-to-wishlist .blockUI.blockOverlay {
  background: 0 0 !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover i + span {
  color: #2f3327;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
  font-family: ElegantIcons;
  margin-right: 6px;
  font-size: 16px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:before {
  content: "\e030";
  color: #68745c;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button i + span {
  font-size: 13px;
  color: #68745c;
  text-transform: lowercase;
  margin-top: -1px;
  display: inline-block;
  vertical-align: top;
}

body {
  /*  Wishlist responsive */
}

body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

body #yith-quick-view-modal .single_add_to_cart_button:hover {
  color: #68745c;
  background-color: transparent;
  border: 1px solid #9ca896;
}

body #yith-quick-view-modal.open .yith-wcqv-main {
  overflow-y: unset;
}

body #yith-quick-view-modal.open .yith-wcqv-main .woocommerce-product-gallery {
  width: 50%;
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal.open .yith-wcqv-main .woocommerce-product-gallery {
    width: 100%;
  }
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary.entry-summary {
  width: 50%;
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal.open .yith-wcqv-main .summary.entry-summary {
    width: 100%;
  }
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .product_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 38px;
  line-height: 1.184em;
  letter-spacing: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
  color: #2f3327;
  margin: 2px 0 0;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .price del {
  margin-right: 10px;
  color: #80827e;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .price ins {
  text-decoration: none;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .woocommerce-product-rating {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 15px;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .woocommerce-product-rating .qodef-woo-ratings {
  line-height: 1.7em;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .woocommerce-product-rating > * {
  display: inline-block;
  width: auto;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .woocommerce-product-details__short-description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 25px;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .cart {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 22px;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .cart .qodef-quantity-buttons {
  margin-right: 14px;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .yith-wcwl-add-to-wishlist {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-top: 14px;
}

body #yith-quick-view-modal.open .yith-wcqv-main .summary-content .product_meta {
  display: none;
}

body #yith-quick-view-modal.open .yith-wcqv-wrapper {
  width: 1083px !important;
  height: 679px !important;
  border: 1px solid #375a10;
}

@media only screen and (max-width: 1440px) {
  body #yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 963px !important;
  }
}

@media only screen and (max-width: 1024px) {
  body #yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 940px !important;
  }
}

@media only screen and (max-width: 768px) {
  body #yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 700px !important;
  }
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 330px !important;
    height: 622px !important;
  }
}

@media all and (max-width: 320px) {
  body #yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 305px !important;
    height: 548px !important;
  }
}

body #yith-quick-view-modal #yith-quick-view-close {
  color: transparent;
  opacity: 1;
}

body #yith-quick-view-modal #yith-quick-view-close:hover:after {
  opacity: .5;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

body #yith-quick-view-modal #yith-quick-view-close:after {
  font-family: 'ElegantIcons';
  content: "\4d";
  color: #68745c;
  font-size: 29px;
  position: absolute;
  right: 7px;
  top: 11px;
}

body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body #yith-quick-view-modal .yith-wcqv-main .qodef-woo-product-mark {
  display: none !important;
}

body #yith-quick-view-modal .yith-wcqv-main .product {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal .yith-wcqv-main .product {
    height: 47%;
  }
}

@media all and (max-width: 320px) {
  body #yith-quick-view-modal .yith-wcqv-main .product {
    height: 42%;
  }
}

@media only screen and (max-width: 1024px) {
  body #yith-quick-view-modal .yith-wcqv-main .qodef-woo-ratings {
    width: auto;
  }
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery,
body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
  height: 100%;
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  cursor: crosshair;
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery {
    width: 100%;
  }
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure {
  margin: 0;
  height: 100%;
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure > div {
  height: 100%;
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure > div > a {
  display: block;
  height: 100%;
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure > div > a > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure > div .zoomImg {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery figure {
    width: 34%;
  }
}

body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary table td,
body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary table tr {
  border: none;
}

body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .group_table {
  margin-top: -34px;
  margin-bottom: 10px;
}

body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .group_table td.woocommerce-grouped-product-list-item__label {
  width: 115px;
}

@media only screen and (max-width: 768px) {
  body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
    padding: 45px 15px 45px 15px;
    width: 90%;
  }
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
    margin-top: 20px;
    padding: 0 15px 45px 15px;
    width: 100%;
  }
}

body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .summary-content {
  padding: 0 36px;
}

@media only screen and (max-width: 680px) {
  body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .summary-content {
    padding: 0;
  }
}

body #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .summary-content h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

body table.wishlist_table thead tr th {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 23px;
  line-height: 1.26em;
  letter-spacing: 0;
}

body table.wishlist_table tbody td, body table.wishlist_table tbody th,
body table.wishlist_table thead td,
body table.wishlist_table thead th {
  border-color: transparent;
}

body table.wishlist_table tbody tr,
body table.wishlist_table thead tr {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

body table.wishlist_table tbody tr:last-child,
body table.wishlist_table thead tr:last-child {
  border-bottom: 0;
}

body table.wishlist_table tbody tr td,
body table.wishlist_table thead tr td {
  text-align: left;
}

body table.wishlist_table tbody td.product-remove > div,
body table.wishlist_table thead td.product-remove > div {
  position: relative;
}

body table.wishlist_table tbody td.product-remove > div a,
body table.wishlist_table thead td.product-remove > div a {
  position: absolute;
  color: transparent;
  font-size: 20px;
}

body table.wishlist_table tbody td.product-remove > div:after,
body table.wishlist_table thead td.product-remove > div:after {
  font-family: 'ElegantIcons';
  content: "\4d";
  color: #68745c;
  font-size: 20px;
}

body table.wishlist_table tbody td.product-thumbnail a,
body table.wishlist_table thead td.product-thumbnail a {
  max-width: 115px;
  width: 115px;
}

body table.wishlist_table tbody td.product-name,
body table.wishlist_table thead td.product-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

body table.wishlist_table tbody td.product-price, body table.wishlist_table tbody td.product-stock-status,
body table.wishlist_table thead td.product-price,
body table.wishlist_table thead td.product-stock-status {
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-size: 16px;
}

body table.wishlist_table tbody td.product-stock-status span.wishlist-in-stock,
body table.wishlist_table thead td.product-stock-status span.wishlist-in-stock {
  color: #80827e;
}

body table.wishlist_table tbody td.product-add-to-cart a.button,
body table.wishlist_table thead td.product-add-to-cart a.button {
  padding: 0 !important;
  display: inline-block !important;
}

body table.wishlist_table tbody td.product-add-to-cart a.button .qodef-button-outlined-wrapper,
body table.wishlist_table thead td.product-add-to-cart a.button .qodef-button-outlined-wrapper {
  padding: 14px 39px;
}

body .wishlist_table.mobile tbody tr {
  border: none;
}

body .wishlist_table.mobile.shop_table td.label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 16px;
  line-height: 1.625em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #80827e;
  width: 61px !important;
}

body .wishlist_table.mobile.shop_table td.value {
  font-size: 16px;
}

body .wishlist_table.mobile.shop_table td.value del,
body .wishlist_table.mobile.shop_table td.value ins,
body .wishlist_table.mobile.shop_table td.value span {
  font-size: 16px;
}

body .wishlist_table.mobile > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px 15px 35px 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

body .wishlist_table.mobile > li .additional-info-wrapper {
  width: calc(85% - 11px);
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  body .wishlist_table.mobile > li .additional-info-wrapper {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  body .wishlist_table.mobile > li .additional-info-wrapper {
    width: 68%;
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .additional-info-wrapper {
    width: 56%;
  }
}

@media only screen and (max-width: 768px) {
  body .wishlist_table.mobile > li .additional-info-wrapper .product-add-to-cart {
    margin-top: 40px;
  }
}

body .wishlist_table.mobile > li .additional-info-wrapper .product-remove {
  width: 56px;
  text-align: center;
  position: absolute;
  top: 27px;
  right: 0;
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .additional-info-wrapper .product-remove {
    width: 40px;
  }
}

body .wishlist_table.mobile > li .additional-info-wrapper .product-remove a i:before {
  font-family: Linearicons-Free;
  font-weight: 300;
  content: "×";
  font-size: 22px;
}

body .wishlist_table.mobile > li .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  body .wishlist_table.mobile > li .item-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .wishlist_table.mobile > li .item-wrapper .product-thumbnail {
  max-width: 100px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  body .wishlist_table.mobile > li .item-wrapper .product-thumbnail a {
    position: absolute;
    width: 123px;
  }
}

@media only screen and (max-width: 1024px) {
  body .wishlist_table.mobile > li .item-wrapper .product-thumbnail {
    max-width: 40px;
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .item-wrapper .product-thumbnail {
    max-width: 110px;
    margin-bottom: 20px;
  }
}

body .wishlist_table.mobile > li .item-wrapper .item-details {
  vertical-align: middle;
  width: auto;
  padding-left: 11px;
  width: 145px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

body .wishlist_table.mobile > li .item-wrapper .item-details table.item-details-table td {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  body .wishlist_table.mobile > li .item-wrapper .item-details {
    width: 70%;
    text-align: left;
    padding-left: 20px;
  }
  body .wishlist_table.mobile > li .item-wrapper .item-details .product-name {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .item-wrapper .item-details {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .item-wrapper .item-details .product-name {
    max-width: 100%;
    text-align: right;
  }
}

body .wishlist_table.mobile > li .item-wrapper .item-details .product-name h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 23px;
  line-height: 1.26em;
  letter-spacing: 0;
  text-align: left;
}

body .wishlist_table.mobile > li .item-wrapper .item-details .item-details-table .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  body .wishlist_table.mobile > li .additional-info-wrapper {
    width: calc(67% + 5px);
  }
}

@media only screen and (max-width: 768px) {
  body .wishlist_table.mobile > li .additional-info-wrapper {
    width: calc(67% + 2px);
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .additional-info-wrapper {
    width: 100%;
  }
}

body .wishlist_table.mobile > li .additional-info-wrapper .additional-info .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .additional-info-wrapper .additional-info .label {
    padding: 0;
  }
}

@media only screen and (max-width: 680px) {
  body .wishlist_table.mobile > li .additional-info-wrapper .additional-info .value {
    padding: 0;
  }
}

body .wishlist_table.mobile > li .additional-info-wrapper .product-add-to-cart {
  float: left;
  margin-top: 30px;
}

body.woocommerce-cart #qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  margin-top: 0;
  background-color: #f9f9f7;
  text-align: center;
  padding: 20px 38px 48px;
}

@media only screen and (max-width: 1024px) {
  body.woocommerce-cart #qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
    text-align: left;
  }
}

@media only screen and (max-width: 680px) {
  body.woocommerce-cart #qodef-woo-page.qodef--cart .wc-proceed-to-checkout .qodef-button-outlined-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 320px) {
  body.woocommerce-cart #qodef-woo-page.qodef--cart .wc-proceed-to-checkout .qodef-button-outlined-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.woocommerce-cart #qodef-woo-page .woocommerce-cart-form > table thead {
  display: none;
}

body.woocommerce-cart #qodef-woo-page .cart_totals .select2-container--default .select2-selection--single {
  padding: 7px 18px 6px 0;
}

body.woocommerce-cart #qodef-woo-page .cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

body.woocommerce-cart #qodef-woo-page .cart_totals h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 23px;
  line-height: 1.26em;
  letter-spacing: 0;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table {
  background-color: #f9f9f7;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .cart-subtotal > th,
body.woocommerce-cart #qodef-woo-page .cart_totals table .cart-subtotal > td {
  padding-top: 45px;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-totals > th {
  padding: 7px 0 15px 5px;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-totals > td {
  padding: 7px 8px 15px 32px;
}

@media all and (max-width: 320px) {
  body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-totals > td {
    padding: 7px 13px 15px 19px;
  }
}

body.woocommerce-cart #qodef-woo-page .cart_totals table th {
  vertical-align: top;
  text-align: right;
  width: 24%;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table tr {
  border: none;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table tr.order-total th {
  padding-left: 8px;
  text-align: left;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table tr.order-total td {
  padding-right: 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  text-align: right;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table tr.order-total td strong {
  font-weight: unset;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table td {
  padding: 15px 0 15px 32px;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table td #shipping_method input[type="radio"] {
  margin-top: 4px;
  margin-right: 9px;
  margin-left: 0;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table td .woocommerce-shipping-calculator input {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-weight: 300;
  padding-bottom: 3px;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table td .woocommerce-shipping-calculator button {
  margin-top: 32px;
  width: 100%;
  margin-bottom: 53px;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table #shipping_method > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-destination {
  margin: 10px 0;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-button {
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-button .qodef-m-text {
  position: relative;
  z-index: 20;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: "";
  width: calc(100% + 16px);
  height: 52%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -8px;
  will-change: transform;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-button .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #68745c;
}

body.woocommerce-cart #qodef-woo-page .cart_totals table .woocommerce-shipping-calculator .shipping-calculator-button:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

@media all and (min-width: 768px) {
  body.woocommerce-cart #qodef-woo-page .cart_totals {
    margin: 0;
  }
}

@media all and (min-width: 1100px) {
  body.woocommerce-cart #qodef-woo-page .cart-collaterals {
    min-width: 416px;
    display: block;
    float: left;
  }
  body.woocommerce-cart #qodef-woo-page .cart-collaterals .checkout-button {
    width: 100%;
  }
}

body.woocommerce-cart #qodef-woo-page .cart-collaterals .shop_table {
  display: block;
  padding: 0 31px;
}

body.woocommerce-cart #qodef-woo-page .cart-collaterals .shop_table td ul li {
  margin: 0 0 6px;
}

body.woocommerce-cart #qodef-woo-page .cart-collaterals .shop_table .cart-subtotal bdi {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

body.woocommerce-cart #qodef-woo-page .woocommerce-cart-form {
  padding: 0 58px 0 0;
}

@media all and (min-width: 1100px) {
  body.woocommerce-cart #qodef-woo-page .woocommerce-cart-form {
    display: block;
    float: left;
    width: calc(100% - 8px - 409px);
  }
}

@media only screen and (max-width: 1024px) {
  body.woocommerce-cart #qodef-woo-page .woocommerce-cart-form {
    width: 100%;
    padding: 0 0 58px 0;
  }
}

@media only screen and (max-width: 680px) {
  body.woocommerce-cart #qodef-woo-page .woocommerce-cart-form {
    padding: 0;
  }
}

body.woocommerce-checkout #billing_address_1_field input,
body.woocommerce-checkout #billing_address_2_field input,
body.woocommerce-checkout #shipping_address_1_field input,
body.woocommerce-checkout #shipping_address_2_field input {
  padding: 7px 16px 6px 0;
  margin: 5px 0;
}

body.woocommerce-checkout #qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding-left: 0;
}

body.woocommerce-checkout .woocommerce-shipping-totals ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce-checkout .woocommerce-shipping-totals ul > li input[type="radio"] {
  margin-top: 4px;
  margin-right: 9px;
  margin-left: 0;
}

body .product-type-external .yith-wcwl-add-to-wishlist {
  margin-top: 12px;
}

body #qodef-woo-page .product-type-external .single_add_to_cart_button {
  padding: 3px 34px;
}

body .woocommerce b, body .woocommerce strong {
  font-weight: 600;
}

body .woocommerce label[for="orderid"],
body .woocommerce label[for="order_email"] {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin-bottom: 0;
}

body .woocommerce .woocommerce-form-track-order p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

body .woocommerce label[for="orderid"] {
  margin-top: 30px;
}

body .woocommerce #orderid {
  margin-bottom: 23px;
}

body .woocommerce button[name="track"] {
  margin-top: 20px;
}

body .woocommerce #orderid,
body .woocommerce #order_email {
  font-size: 14px;
  font-weight: 300;
}

body .woocommerce input[type=email],
body .woocommerce input[type=number],
body .woocommerce input[type=password],
body .woocommerce input[type=search],
body .woocommerce input[type=tel],
body .woocommerce input[type=text],
body .woocommerce input[type=url],
body .woocommerce textarea {
  border-bottom: 1px solid #d7dcd5;
}

body .woocommerce input[type=email]:focus,
body .woocommerce input[type=number]:focus,
body .woocommerce input[type=password]:focus,
body .woocommerce input[type=search]:focus,
body .woocommerce input[type=tel]:focus,
body .woocommerce input[type=text]:focus,
body .woocommerce input[type=url]:focus,
body .woocommerce textarea:focus {
  border-color: #d7dcd5;
}

body .woocommerce textarea {
  border-color: #d7dcd5;
}

.sub-menu .qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content {
  background: transparent;
}

table.wishlist_table thead th {
  border-top: 1px solid;
  padding: 16px 11px;
}

table.wishlist_table thead th.product-name {
  padding: 16px 4px 16px 23px;
}

table.wishlist_table thead th.product-price {
  padding: 16px 4px 16px 22px;
}

table.wishlist_table thead th.product-stock-status {
  padding: 16px 4px 16px 11px;
}

table.wishlist_table tbody td.product-name {
  padding: 16px 24px;
  width: 24%;
}

table.wishlist_table tbody td.product-price {
  padding: 16px 24px;
  width: 28%;
}

table.wishlist_table tbody td.product-add-to-cart {
  text-align: right;
  padding-right: 0;
}

.woocommerce .wishlist-title {
  display: none;
}

.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  margin-left: 6px;
}

@media only screen and (max-width: 1024px) {
  body .wishlist_table .product-add-to-cart a.button {
    padding: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block !important;
    position: relative !important;
  }
  body .wishlist_table .product-add-to-cart a.button .qodef-button-outlined-wrapper {
    padding: 14px 39px;
  }
  body .wishlist_table .product-add-to-cart a.button .qodef-button-outlined-wrapper .qodef-m-text {
    white-space: nowrap;
  }
}

body.page-id-84 #qodef-page-header-inner .qodef-header-navigation ul li .qodef-drop-down-second {
  top: calc(100% - 19px);
}

body .woocommerce-product-gallery.loading-gallery::after {
  content: '';
  position: absolute;
  background: 0 0;
  top: 0;
  left: -7px;
  width: calc(100% + 7px);
  height: 100%;
  z-index: 100;
}

section.qodef-reduce-pl-padding .qodef-woo-product-list .qodef-woo-product-content {
  padding: 0 0 23px;
}

.qodef-menu-arrow-svg {
  display: none;
}

.qodef-remove-quick-view .qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-additional-info--yes.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
  display: none;
}

.product-price ins {
  text-decoration: none;
}

.qodef-sidebar-widget .widget_sante_core_separator {
  margin: 0;
}

.qodef-sidebar-widget .widget_product_categories {
  margin: 0 0 45px;
}

#yith-wcwl-popup-message {
  display: none !important;
}

body .select2-container--default .select2-selection--single {
  padding-left: 0;
}

body .woocommerce-EditAccountForm button[name="save_account_details"]:hover {
  color: #68745c;
  background-color: transparent;
  border: 1px solid #9ca896;
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
  width: 30px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
  font-size: 20px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  width: 72px;
  padding-right: 10px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a, #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name {
  text-align: left;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type="number"] {
  margin: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
  padding: 30px 0 0;
  text-align: initial;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: left;
  margin-bottom: 12px;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
  margin-bottom: 0;
  padding: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
  font-size: 0;
  position: absolute;
}

#qodef-woo-page.qodef--cart .shop_table td.actions label:before {
  font-size: 14px;
  font-family: 'ElegantIcons';
  content: "\e008";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
  width: 50%;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  padding-left: 26px;
  border-bottom: 1px solid #d7dcd5;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
  float: left;
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
  border-bottom: 0;
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  width: 24%;
}

#qodef-woo-page.qodef--cart .cross-sells,
#qodef-woo-page.qodef--cart .cart_totals {
  margin-top: 50px;
}

#qodef-woo-page.qodef--cart .cross-sells > h2,
#qodef-woo-page.qodef--cart .cart_totals > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0 0 42px;
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
  width: auto;
  min-width: 100%;
  margin: 0;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  margin-top: 20px;
}

.woocommerce-page div.woocommerce > .cart-empty {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-page div.woocommerce > .return-to-shop {
  margin: 31px 0 127px;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .woocommerce-page div.woocommerce > .return-to-shop {
    margin: 31px 0 127px;
  }
}

.woocommerce-page div.woocommerce > .return-to-shop .qodef-button.qodef-layout--outlined .qodef-outlined-button-background {
  -webkit-transform: translate(8px, calc(-100% + 6px));
      -ms-transform: translate(8px, calc(-100% + 6px));
          transform: translate(8px, calc(-100% + 6px));
}

.woocommerce-page div.woocommerce > .return-to-shop .qodef-button.qodef-layout--outlined:hover .qodef-outlined-button-background {
  -webkit-transform: translate(11px, calc(-100% + 11px));
      -ms-transform: translate(11px, calc(-100% + 11px));
          transform: translate(11px, calc(-100% + 11px));
}

/* ==========================================================================
   WooCommerce checkout styles
   ========================================================================== */
body #qodef-woo-page.qodef--checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #68745c;
  line-height: 27px;
  font-weight: 600;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
  margin-bottom: 10px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
  margin-top: 40px;
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
  margin: 0 0 20px;
}

#qodef-woo-page.qodef--checkout #customer_details #ship-to-different-address {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin: 0 0 40px;
}

#qodef-woo-page.qodef--checkout #customer_details label[for="order_comments"] {
  margin: 0 0 20px;
}

#qodef-woo-page.qodef--checkout #order_review_heading {
  margin: 28px 0 20px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 30px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 30px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 44px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-anchor: none;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dbe3d2;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding-left: 24px !important;
  padding-right: 25px;
  display: block;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 18px;
  left: 0;
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin: 0;
  cursor: pointer;
}

/* ==========================================================================
   WooCommerce my account styles
   ========================================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dbe3d2;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #93a286;
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  float: left;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
  margin: 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin: 48px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin: 30px 0 0;
}

.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 4px 39px;
  cursor: pointer;
  z-index: 3;
  color: #68745c;
  background-color: #e9ebe7;
  border: 1px solid transparent;
}

.woocommerce-account .button:hover {
  color: #fff;
  background-color: #93a286;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 10px;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit:hover {
  color: #68745c;
  background-color: unset;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-left: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme input {
  padding-left: 0;
  margin: 20px 0 0;
}

.woocommerce-account .woocommerce-form-login p:nth-child(3) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.woocommerce-account .woocommerce-form-login p.lost_password {
  margin-top: 22px !important;
}

.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="password"] {
  border-bottom-color: #d7dcd5;
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 31px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none;
}

/* ==========================================================================
   WooCommerce order received styles
   ========================================================================== */
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dbe3d2;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
  margin: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}

/* ==========================================================================
   WooCommerce pagination styles
   ========================================================================== */
#qodef-woo-page .woocommerce-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
}

#qodef-woo-page .woocommerce-pagination a, #qodef-woo-page .woocommerce-pagination span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #68745c;
}

#qodef-woo-page .woocommerce-pagination a.next:before, #qodef-woo-page .woocommerce-pagination a.prev:before {
  opacity: 0 !important;
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 13px;
  padding: 0 3px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:not(.next), #qodef-woo-page .woocommerce-pagination .page-numbers:not(.prev), #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--next), #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--prev) {
  padding: 0 3px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:not(.next):before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.prev):before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--next):before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--prev):before {
  content: "";
  position: absolute;
  background-color: #e9ebe7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 0;
  top: 0;
  left: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:not(.next):hover:before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.prev):hover:before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--next):hover:before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--prev):hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:not(.next):before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.prev):before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--next):before, #qodef-woo-page .woocommerce-pagination .page-numbers:not(.qodef--prev):before {
  top: -1px;
  left: 50%;
  -webkit-transform: scale(0.5) translateX(-50%) !important;
      -ms-transform: scale(0.5) translateX(-50%) !important;
          transform: scale(0.5) translateX(-50%) !important;
  z-index: -1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current:before {
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child:not(.page-numbers) {
  margin-right: 28px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child:not(.page-numbers) {
  margin-left: 28px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev, #qodef-woo-page .woocommerce-pagination .page-numbers.next {
  padding: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg, #qodef-woo-page .woocommerce-pagination .page-numbers.next svg {
  position: relative;
  top: -1px;
  display: block;
  width: 23px;
  height: auto;
  fill: currentColor;
  stroke: none;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:hover, #qodef-woo-page .woocommerce-pagination .page-numbers.current {
  color: #68745c;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0;
  padding: 4px 12px 4px 0;
}

#qodef-woo-page .woocommerce-pagination.qodef--prev a span:before, #qodef-woo-page .woocommerce-pagination.qodef--next a span:before {
  margin-top: 7px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  padding: 4px 18px 4px 0 !important;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:before {
  display: none;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  padding: 4px 0 4px 12px !important;
  margin-left: 8px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page .woocommerce-pagination .page-numbers.next {
    margin-left: 14px;
    margin-right: 0 !important;
  }
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:before {
  display: none;
}

#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a,
#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current {
  position: relative;
  z-index: 1;
  min-width: 25px;
  text-align: center;
  padding: 4px 12px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a,
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current {
    min-width: unset;
    width: 25px;
    padding: 0;
    margin-right: 13px;
  }
}

#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a:before,
#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:before {
  content: "";
  position: absolute;
  background-color: #e9ebe7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  z-index: 0;
  top: 0;
  left: 0;
}

#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a:hover:before,
#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}

#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a:before,
#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:before {
  top: 2px;
  left: 50%;
  -webkit-transform: scale(0.5) translateX(-50%) !important;
      -ms-transform: scale(0.5) translateX(-50%) !important;
          transform: scale(0.5) translateX(-50%) !important;
  z-index: -1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a:before,
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:before {
    top: -1px;
  }
}

#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a:hover:before,
#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:hover:before {
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) a:hover:before,
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:hover:before {
    -webkit-transform: scale(1) translateX(-52%) !important;
        -ms-transform: scale(1) translateX(-52%) !important;
            transform: scale(1) translateX(-52%) !important;
  }
}

#qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:before {
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%) !important;
      -ms-transform: scale(1) translateX(-50%) !important;
          transform: scale(1) translateX(-50%) !important;
  z-index: -1;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:before {
    left: 40%;
    -webkit-transform: scale(1) translateX(-42%) !important;
        -ms-transform: scale(1) translateX(-42%) !important;
            transform: scale(1) translateX(-42%) !important;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page .woocommerce-pagination:not(.next):not(.prev) span.current:hover:before {
    left: 40%;
    -webkit-transform: scale(1) translateX(-42%) !important;
        -ms-transform: scale(1) translateX(-42%) !important;
            transform: scale(1) translateX(-42%) !important;
  }
}

/* ==========================================================================
   WooCommerce product list styles
   ========================================================================== */
.qodef-woo-product-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  background-color: transparent;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
  position: absolute;
  top: -7px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
  font-size: 14px;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  position: relative;
  z-index: 20;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:after {
  content: "";
  width: calc(100% + 9px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -4px;
  will-change: transform;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  color: #68745c;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:after,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:after {
  height: 30%;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  background-color: transparent;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  right: -46px;
  position: absolute;
  z-index: 2;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcqv-button {
  padding: 0 18px 0 8px;
  font-size: 13px;
  color: #68745c;
  background-color: transparent;
  font-weight: 600;
  line-height: 2.75em;
  position: relative;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcqv-button:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #d1d5ce;
  width: 1px;
  height: 22px;
  top: 6px;
  right: 9px;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist {
  margin-top: 8px;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-family: ElegantIcons;
  margin-right: 9px;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before {
  content: "\e030";
  color: #68745c;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i + span {
  display: none;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback + a {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  bottom: 4px;
  left: 0;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  font-family: ElegantIcons;
  margin-right: 9px;
  margin-top: -1px;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  color: #93a286;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-button-holder {
  -webkit-transform: rotate(-90deg) translateY(0);
      -ms-transform: rotate(-90deg) translateY(0);
          transform: rotate(-90deg) translateY(0);
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_external,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .wc-forward,
#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

#qodef-woo-page .qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-image {
  overflow: hidden;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  background-color: transparent;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
  position: absolute;
  top: -7px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
  font-size: 14px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  position: relative;
  z-index: 20;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:after {
  content: "";
  width: calc(100% + 9px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -4px;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  color: #68745c;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward:after,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:after {
  height: 30%;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  background-color: transparent;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-image {
  overflow: hidden;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  right: -46px;
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcqv-button {
  padding: 0 18px 0 8px;
  font-size: 13px;
  color: #68745c;
  background-color: transparent;
  font-weight: 600;
  line-height: 2.75em;
  position: relative;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcqv-button:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #d1d5ce;
  width: 1px;
  height: 22px;
  top: 6px;
  right: 9px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist {
  margin-top: 8px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-family: ElegantIcons;
  margin-right: 9px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before {
  content: "\e030";
  color: #68745c;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i + span {
  display: none;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback + a {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  bottom: 4px;
  left: 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  font-family: ElegantIcons;
  margin-right: 9px;
  margin-top: -1px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  color: #93a286;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-button-holder {
  -webkit-transform: rotate(-90deg) translateY(0);
      -ms-transform: rotate(-90deg) translateY(0);
          transform: rotate(-90deg) translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

.qodef-woo-product-list.qodef-item-layout--info-below-default .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
  display: none;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-additional-info--yes.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-additional-info--yes.qodef-item-text-align--default .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: left;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-additional-info--yes.qodef-item-text-align--default .qodef-woo-product-content .qodef-product-content--right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-additional-info--yes.qodef-item-text-align--default .qodef-woo-product-content .qodef-woo-ratings {
  margin: 9px 0 10px 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-text-align--center .qodef-woo-product-content .qodef-woo-ratings {
  margin: 9px 0 10px 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-text-align--default .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple.qodef-item-text-align--default .qodef-woo-product-content .qodef-woo-ratings {
  margin: 9px 0 10px 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0 30px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--left .qodef-woo-product-price {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: .02em;
  color: #80827e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 6px;
  z-index: 3;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--left .qodef-woo-product-price:hover {
  color: #2f3327;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  background-color: transparent;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
  position: absolute;
  top: -7px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
  font-size: 14px;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  position: relative;
  z-index: 20;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:after {
  content: "";
  width: calc(100% + 9px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -4px;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  color: #68745c;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  background-color: transparent;
}

.qodef-woo-product-list.qodef-item-layout--info-below-simple .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

@media all and (max-width: 1440px) and (min-width: 1100px) {
  .qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-text-align--default.qodef-item-skin--default.qodef-item-text-align--default.qodef-item-additional-info--yes .qodef-woo-product-button-holder {
    margin-top: 74px;
  }
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-text-align--center.qodef-item-skin--light .qodef-woo-product-image {
  background-color: transparent;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-additional-info--yes.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content {
  background: #f7f7f7;
  padding: 24px 29px 30px 25px;
}

@media all and (min-width: 1280px) and (max-width: 1366px) {
  .qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content {
    padding: 24px 20px 30px 20px;
  }
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  right: -8px;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default.qodef-swiper-container {
  margin-top: 30px;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default.qodef-swiper-container .swiper-pagination-bullets {
  bottom: -12px !important;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default.qodef-swiper-container .qodef-woo-product-image .qodef-woo-product-button-holder {
  margin-top: unset !important;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default.qodef-swiper-container .qodef-woo-product-content {
  background-color: transparent;
  padding: 24px 0 30px;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--default.qodef-swiper-container .qodef-woo-product-content .qodef-woo-product-categories {
  margin-top: 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
  display: none;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-inner:hover .qodef-woo-product-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
  right: auto;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--center .qodef-woo-product-content .qodef-woo-ratings {
  margin: 9px 0 10px 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--default .qodef-woo-product-content {
  width: 60%;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--default .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light.qodef-item-text-align--default .qodef-woo-product-content .qodef-woo-ratings {
  margin: 9px 0 10px 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--left,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--left .qodef-woo-ratings,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--right .qodef-woo-ratings {
  margin: 0 0 10px;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--left .qodef-woo-product-title,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--right .qodef-woo-product-title {
  margin: 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--left .qodef-woo-product-price,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--right .qodef-woo-product-price {
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 3.077em;
  font-weight: 300;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below.qodef-item-skin--light .qodef-woo-product-content .qodef-product-content--right .wc-forward {
  right: 50%;
  top: 0;
  -webkit-transform: translateX(calc(50% + 8px));
      -ms-transform: translateX(calc(50% + 8px));
          transform: translateX(calc(50% + 8px));
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  background-color: transparent;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 8px;
  white-space: nowrap;
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateX(-16px);
      -ms-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  position: relative;
  z-index: 20;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:after {
  content: "";
  width: calc(100% + 9px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -4px;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  color: #68745c;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover:after,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_variable:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_simple:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_external:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .wc-forward:hover,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .product_type_grouped:hover {
  background-color: transparent;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-image {
  overflow: hidden;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  right: -46px;
  position: absolute;
  opacity: 1;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  z-index: 2;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcqv-button {
  padding: 0 18px 0 8px;
  font-size: 13px;
  color: #68745c;
  background-color: transparent;
  font-weight: 600;
  line-height: 2.75em;
  position: relative;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcqv-button:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #d1d5ce;
  width: 1px;
  height: 22px;
  top: 6px;
  right: 9px;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist {
  margin-top: 8px;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-family: ElegantIcons;
  margin-right: 9px;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before {
  content: "\e030";
  color: #68745c;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i + span {
  display: none;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .feedback + a {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  bottom: 4px;
  left: 0;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  font-family: ElegantIcons;
  margin-right: 9px;
  margin-top: -1px;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
  content: "\e089";
  color: #93a286;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-button-holder {
  -webkit-transform: rotate(-90deg) translateY(0);
      -ms-transform: rotate(-90deg) translateY(0);
          transform: rotate(-90deg) translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .add_to_cart_button,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_variable,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .wc-forward,
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .product_type_grouped {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
  -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s;
  transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-content .qodef-product-content--right .price {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.qodef-woo-product-list ul.products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  clear: both;
}

.qodef-woo-product-list ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-woo-product-list ul.products.columns-1 > .product {
  width: 100%;
}

.qodef-woo-product-list ul.products.columns-2 > .product {
  width: 50%;
}

.qodef-woo-product-list ul.products.columns-3 > .product {
  width: 33.33333%;
}

.qodef-woo-product-list ul.products.columns-4 > .product {
  width: 25%;
}

.qodef-woo-product-list ul.products.columns-5 > .product {
  width: 20%;
}

.qodef-woo-product-list ul.products.columns-6 > .product {
  width: 16.66667%;
}

.qodef-woo-product-list ul.products.columns-7 > .product {
  width: 14.28571%;
}

.qodef-woo-product-list ul.products.columns-8 > .product {
  width: 12.5%;
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
  margin: 0 -0px;
}

.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
  padding: 0 0px;
  margin: 0 0 0px;
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
  margin: 0 -5px;
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
  margin: 0 -10px;
}

.qodef-woo-product-list.qodef-gutter--small ul.products > .product {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
  margin: 0 -15px;
}

.qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
  margin: 0 -20px;
}

.qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
  margin: 0 -25px;
}

.qodef-woo-product-list.qodef-gutter--large ul.products > .product {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
  margin: 0 -40px;
}

.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-woo-product-list .qodef-woo-product-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
  cursor: pointer;
}

.qodef-woo-product-list .qodef-woo-product-inner .qodef-woo-product-title:hover {
  color: #93a286;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
  opacity: 1;
}

.qodef-woo-product-list .qodef-woo-product-image {
  position: relative;
  display: block;
  vertical-align: top;
  max-width: 100%;
  background-color: #f7f7f7;
}

.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcqv-button {
  padding: 0;
  font-size: 13px;
  color: #68745c;
  background-color: transparent;
}

.qodef-woo-product-list .qodef-woo-product-image-inner .qodef-woo-product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i > span {
  display: none;
}

.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 23px 0 13px;
}

.qodef-woo-product-list .qodef-woo-product-title {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1px;
  margin-top: 1px;
}

.qodef-woo-product-list .qodef-woo-product-categories a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: .02em;
  color: #80827e;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  z-index: 3;
}

.qodef-woo-product-list .qodef-woo-product-categories a:hover {
  color: #2f3327;
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  font-size: 12px;
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
  content: '/';
}

.qodef-woo-product-list .qodef-woo-ratings {
  margin-top: 9px;
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-ps-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 62px;
}

.qodef-ps-top-wrapper + .qodef-shortcode {
  margin-top: 0 !important;
}

.qodef-ps-top-wrapper .qodef-ps-title-word .qodef-e-title {
  margin: 17px 0;
}

.qodef-ps-top-wrapper .qodef-ps-navigation {
  position: relative;
  display: block;
  height: 8px;
  width: 200px;
}

.qodef-ps-top-wrapper .qodef-ps-navigation .swiper-button-next,
.qodef-ps-top-wrapper .qodef-ps-navigation .swiper-button-prev {
  position: absolute;
  top: 26px;
  color: #768467;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.qodef-ps-top-wrapper .qodef-ps-navigation .swiper-button-next {
  right: -7px !important;
}

.qodef-ps-top-wrapper .qodef-ps-navigation .swiper-button-prev {
  right: 37px !important;
  left: unset !important;
}

/* ==========================================================================
   WooCommerce quantity input styles
   ========================================================================== */
#qodef-woo-page .qodef-quantity-buttons,
#yith-quick-view-modal .qodef-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-family: inherit;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #2f3327;
  background-color: #fff;
  border: 1px solid #9ca896;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 41px;
  width: 47px;
  padding: 0;
  margin: 0 25px 0 0;
  font-family: inherit;
  line-height: 48px;
  outline: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  right: 2px;
  width: 23px;
  height: 21px;
  line-height: 23px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

body:not([class*="sante-core"]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before, body:not([class*="sante-core"]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after, body:not([class*="sante-core"])
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before, body:not([class*="sante-core"])
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:before, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:after, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:before, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 4.5px);
  width: 9px;
  height: 1px;
  background-color: currentColor;
  display: none;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:before,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:after,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:before,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:after {
  position: absolute;
  font-family: FontAwesome;
  display: inline-block;
  font-size: 10px;
  color: #2f3327;
  top: -2px;
  left: 6px;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:hover,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:hover {
  color: #93a286;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
  border-bottom: 0;
  z-index: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus svg,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus svg {
  margin-bottom: 4px;
}

body:not([class*="sante-core"]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0;
  z-index: 1;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus svg,
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus svg {
  margin-bottom: 4px;
}

body:not([class*="sante-core"]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before, body:not([class*="sante-core"]) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:before, body:not([class*="sante-core"])
#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:after {
  left: calc(50% - 4px);
  width: 8px;
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
.qodef-woo-results {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}

.qodef-woo-results .woocommerce-result-count {
  line-height: 1.929em;
  color: #80827e;
}

.qodef-woo-results form {
  margin: 0 0 21px;
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: auto;
}

.qodef-woo-results .woocommerce-ordering select {
  width: auto;
  min-width: 220px;
  margin: 0;
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
  margin: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
#qodef-woo-page.qodef--single .woocommerce-message,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #dbe3d2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-woo-page.qodef--single .woocommerce-message a,
#qodef-woo-page.qodef--single .woocommerce-info a,
#qodef-woo-page.qodef--single .woocommerce-error a {
  margin-top: 12px;
}

@media all and (min-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-message,
  #qodef-woo-page.qodef--single .woocommerce-info,
  #qodef-woo-page.qodef--single .woocommerce-error {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #qodef-woo-page.qodef--single .woocommerce-message a,
  #qodef-woo-page.qodef--single .woocommerce-info a,
  #qodef-woo-page.qodef--single .woocommerce-error a {
    margin-top: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-message a:hover,
  #qodef-woo-page.qodef--single .woocommerce-info a:hover,
  #qodef-woo-page.qodef--single .woocommerce-error a:hover {
    color: #68745c;
    background-color: transparent;
    border: 1px solid #9ca896;
  }
}

#qodef-woo-page.qodef--single > .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -13px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
  padding: 0 20px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
  -webkit-transform: translateX(32px);
      -ms-transform: translateX(32px);
          transform: translateX(32px);
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
  cursor: crosshair;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
  position: relative;
  margin: 0 -7px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
  position: relative;
  width: calc(100% - 14px) !important;
  margin: 0 7px;
  overflow: hidden;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
    margin: 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
  position: relative;
  padding: 0;
  margin-top: 14px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
  width: 50%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
  width: 33.33333%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
  width: 25%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
  width: 20%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
  width: 16.66667%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
  width: 14.28571%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
  width: 12.5%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
  left: calc(27% + 10px);
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
  width: calc(146% - 27%) !important;
  background-color: #f7f7f7;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
  width: 27%;
}

@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: calc(93% + 1px);
  }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure > .qodef-woo-thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qodef-woo-page.qodef--single .entry-summary {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .entry-summary > * {
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .entry-summary > * {
    margin-left: 0;
  }
}

#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 23px;
  line-height: 1.26em;
  letter-spacing: 0;
  margin-top: 9px;
}

#qodef-woo-page.qodef--single .entry-summary .price del {
  color: #80827e;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-right: 14px;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
  color: #68745c;
  letter-spacing: .02em;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #2f3327;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 36px;
}

@media all and (min-width: 679px) {
  #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
    margin-right: 100px;
  }
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 33px;
}

#qodef-woo-page.qodef--single form.cart.variations_form {
  margin-top: -2px;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form),
#qodef-woo-page.qodef--single form.cart .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
  margin-right: 18px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 1100px) {
  #qodef-woo-page.qodef--single form.cart.grouped_form {
    width: 403px;
  }
}

#qodef-woo-page.qodef--single form.cart.grouped_form + .yith-wcwl-add-to-wishlist {
  margin-bottom: 8px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table {
  margin: 0 0 20px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 3px;
  margin: 0 0 18px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr:last-child {
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-buttons {
  margin-right: 0;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-minus,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-plus,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity input {
  border: none;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity input {
  width: 22px;
  margin: 0 10px 0 0;
  height: 26px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-minus {
  right: 28px;
  bottom: 3px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-plus {
  right: -7px;
  top: 2px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-minus,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__quantity .qodef-quantity-plus {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__label a {
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-weight: 300;
  font-size: 14px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__label a:hover {
  color: #80827e;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr .woocommerce-grouped-product-list-item__price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-weight: 300;
  font-size: 14px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 18px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tbody tr td del + ins {
  text-decoration: none;
  padding-left: 5px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td {
  padding: 0;
  vertical-align: middle;
  text-align: left;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
  margin-top: 30px;
  width: 100%;
  padding: 3px 34px;
}

#qodef-woo-page.qodef--single form.cart .group_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #d7dcd5;
}

#qodef-woo-page.qodef--single form.cart .group_table tr.cart-subtotal, #qodef-woo-page.qodef--single form.cart .group_table tr.order-total {
  font-weight: 600;
}

#qodef-woo-page.qodef--single form.cart .group_table th, #qodef-woo-page.qodef--single form.cart .group_table td {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table th:first-child, #qodef-woo-page.qodef--single form.cart .group_table td:first-child {
  padding-left: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table th {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table p {
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px;
}

#qodef-woo-page.qodef--single form.cart .variations tr {
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .variations td.label {
  vertical-align: bottom;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart .variations td.label {
    vertical-align: middle;
  }
}

#qodef-woo-page.qodef--single form.cart .variations label {
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #a5b199;
  padding-bottom: 2px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media all and (min-width: 1100px) {
  #qodef-woo-page.qodef--single form.cart .variations label {
    padding-right: 74px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart .variations label {
    margin-bottom: -20px;
  }
}

@media all and (max-width: 387px) {
  #qodef-woo-page.qodef--single form.cart .variations label {
    margin-bottom: 32px;
  }
}

#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 220px;
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
  margin: 10px 0;
}

@media all and (max-width: 320px) {
  #qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
    width: 180px !important;
  }
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 15px;
}

#qodef-woo-page.qodef--single form.cart .single_variation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#qodef-woo-page.qodef--single form.cart .single_variation .price {
  margin: 0;
}

#qodef-woo-page.qodef--single .out-of-stock {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin: 28px 0 0 10px;
}

#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}

#qodef-woo-page.qodef--single .product_meta > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}

#qodef-woo-page.qodef--single .product_meta > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-weight: 300;
  font-size: 14px;
  line-height: 2em;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label a,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
  color: #80827e;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label a:hover,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
  color: #2f3327;
}

#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 8px;
}

#qodef-woo-page.qodef--single .qodef-social-share .qodef-facebook-share a:before {
  left: -1px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 79px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-product-tabs-line {
  position: absolute !important;
  left: 0;
  bottom: -13px;
  height: 0;
  border-top: 2px solid #68745c;
  -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
  -o-transition: width 0.4s, left 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
  transition: width 0.4s, left 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
  z-index: 9999;
  -webkit-transform: translateY(2%);
      -ms-transform: translateY(2%);
          transform: translateY(2%);
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .qodef-product-tabs-line {
    display: none;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-product-tabs-main-line {
  position: absolute;
  height: 1px;
  background: #ccd3c5;
  width: 1920px;
  left: -310px;
  bottom: -2px;
  z-index: 1;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0;
  padding: 0 20px 11px 20px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 0 3px 1px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  line-height: 1.706;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li > a {
    padding: 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
  color: #2f3327;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    color: #68745c;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 0 15px 0;
    padding: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 32px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    margin-top: 18px;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
    text-align: left;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description section.qodef-elementor-content-grid > .elementor-container {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description section.qodef-elementor-content-grid > .elementor-container {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
  margin-top: 16px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 18px;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
  margin-top: 27px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0;
}

#qodef-woo-page.qodef--single .shop_attributes tr, #qodef-woo-page.qodef--single .shop_attributes td, #qodef-woo-page.qodef--single .shop_attributes th {
  border: none;
}

#qodef-woo-page.qodef--single .shop_attributes th, #qodef-woo-page.qodef--single .shop_attributes td {
  padding: 2px 0;
  vertical-align: middle;
  text-align: left;
}

#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: "Poppins", sans-serif;
  color: #80827e;
  font-weight: 300;
  font-size: 14px;
  width: 130px;
}

#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
  margin: 0 0 30px;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  margin-right: 27px;
  border-radius: 50%;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
  padding-top: 2px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 32px;
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

#qodef-woo-page.qodef--single #review_form #submit {
  position: relative;
  margin-top: 18px;
}

#qodef-woo-page.qodef--single #review_form #submit .qodef-outlined-button-background {
  height: 49px !important;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  margin-bottom: 5px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  display: none;
  line-height: 1;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
  fill: currentColor;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active ~ * svg {
  fill: none;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5px 0 0;
  font-size: 0;
  line-height: 1;
  color: #2f3327;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-woo-page.qodef--single #review_form .comment-form-comment {
  margin-top: 17px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 22px 0 15px 0;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px -2px 0;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"] {
    margin: 6px 8px 0 0;
  }
}

#qodef-woo-page.qodef--single .related {
  margin-top: 73px;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .related {
    margin-top: 82px;
  }
}

#qodef-woo-page.qodef--single .related > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 23px;
  line-height: 1.26em;
  letter-spacing: 0;
}

body .variations .select2-container--default .select2-selection--single {
  text-align: right;
  padding: 9.5px 18px;
}

body .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

/* ==========================================================================
   WooCommerce widgets static styles
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  margin: 0;
}

.widget.woocommerce a .product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

.widget.woocommerce .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
  margin-top: 10px;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
  color: #2f3327;
  color: #68745c;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: .1em;
  width: 11px;
  height: auto;
  fill: none;
  stroke: currentColor;
  margin-right: 5px;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #68745c;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

.widget.woocommerce .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
  color: #2f3327;
  margin: 2px 0 0;
}

.widget.woocommerce .price del {
  margin-right: 10px;
  color: #80827e;
}

.widget.woocommerce .price ins {
  text-decoration: none;
}

.widget.woocommerce .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.66em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 0 34px;
  cursor: pointer;
  z-index: 3;
  color: #68745c;
  background-color: #e9ebe7;
  border: 1px solid transparent;
}

.widget.woocommerce .button:hover {
  color: #fff;
  background-color: #93a286;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper {
  margin-top: 24px;
  margin-bottom: 5px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  cursor: pointer;
  height: 1px;
  position: relative;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  border-radius: 100%;
  height: 7px;
  outline: 0;
  position: absolute;
  top: -3px;
  width: 7px;
  z-index: 2;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  border-radius: 0;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
  height: 2px;
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.471em;
  color: #2f3327;
}

.widget.woocommerce.widget_price_filter .price_slider_amount button.button {
  background-color: transparent;
  margin: 0 14px 8px 0;
  padding: 0 !important;
  font-size: 15px;
  color: #68745c;
  background-color: transparent;
  border: 0;
  margin: 0 14px;
  white-space: nowrap;
}

.widget.woocommerce.widget_price_filter .price_slider_amount button.button .qodef-m-text {
  position: relative;
  z-index: 20;
}

.widget.woocommerce.widget_price_filter .price_slider_amount button.button:after {
  content: "";
  width: calc(100% + 14px);
  height: 27%;
  background: #e9ebe7;
  display: block;
  position: absolute;
  top: 53%;
  z-index: -1;
  left: -7px;
  will-change: transform;
}

.widget.woocommerce.widget_price_filter .price_slider_amount button.button .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.widget.woocommerce.widget_price_filter .price_slider_amount button.button:hover {
  color: #68745c;
}

.widget.woocommerce.widget_price_filter .price_slider_amount button.button:hover:after {
  -webkit-animation: qodef-paint-stroke .8s;
          animation: qodef-paint-stroke .8s;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

body:not([class*="sante-core"]) .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  content: 'x';
  font-family: initial;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 21px 0 0;
  position: relative;
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget.woocommerce.widget_products ul li:last-child, .widget.woocommerce.widget_recently_viewed_products ul li:last-child, .widget.woocommerce.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

.widget.woocommerce.widget_products .qodef-woo-product-image, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.widget.woocommerce.widget_products .qodef-woo-product-image a, .widget.woocommerce.widget_products .qodef-woo-product-image img, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block;
}

.widget.woocommerce.widget_product_categories .product-categories {
  margin: 16px 0 0;
}

.widget.woocommerce.widget_product_categories:not(.qodef-shortcode-list) li ul {
  margin-left: 0;
  margin-top: 9px;
}

.widget.woocommerce.widget_product_categories:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

.widget.woocommerce.widget_product_categories:not(.qodef-shortcode-list) li:hover a {
  color: #2f3327;
}

.widget.woocommerce.widget_products ul li {
  margin-bottom: 13px;
}

.widget.woocommerce.widget_products .product_list_widget {
  margin: 22px 0 0;
}

.widget.woocommerce.widget_products .product_list_widget .qodef-woo-ratings {
  display: none;
}

.widget.woocommerce.widget_products .product_list_widget .qodef-woo-product-price {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #80827e;
  letter-spacing: .02em;
  margin: 0;
  font-size: 13px;
  line-height: 2em;
}

.widget.woocommerce.widget_products .product_list_widget > li .qodef-woo-product-image {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  margin-right: 19px;
}

.widget.woocommerce.widget_products .product_list_widget > li .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget.woocommerce.widget_products .product_list_widget > li .qodef-woo-product-content .qodef-woo-product-title a {
  color: #2f3327;
}

.widget.woocommerce.widget_products .product_list_widget > li .qodef-woo-product-content .qodef-woo-product-title:hover a {
  color: #50534b;
}

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
  margin-top: 8px;
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}

.widget.woocommerce.widget_recent_reviews ul li > * {
  display: block;
}

.widget.woocommerce.widget_recent_reviews a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #2f3327;
  font-size: 17px;
  line-height: 1.23em;
  letter-spacing: 0;
  position: relative;
}

.widget.woocommerce.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
}

.widget.woocommerce.widget_layered_nav button {
  margin-top: 10px;
}

/* ==========================================================================
   WooCommerce widgets variable styles
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title a {
  color: #80827e;
}

.widget.woocommerce .qodef-woo-product-title a:hover {
  color: #93a286;
}

.widget.woocommerce a .product-title {
  color: #80827e;
}

.widget.woocommerce a:hover .product-title {
  color: #93a286;
}

.widget.woocommerce .qodef-m-star {
  color: #93a286 !important;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #a5b199;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background-color: #68745c;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #68745c;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #93a286;
}

.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 13px;
}

.widget.woocommerce.widget_products .qodef-woo-product-image, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 20px;
}

.widget.woocommerce.widget_products .qodef-woo-product-image img, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px;
}

.widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 13px;
}

.widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}

.widget.woocommerce.widget_recent_reviews a:hover {
  color: #93a286;
}

.widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a {
  color: #68745c;
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #2f3327;
}

#qodef-top-area .widget.woocommerce a .product-title {
  color: #68745c;
}

#qodef-top-area .widget.woocommerce a:hover .product-title {
  color: #2f3327;
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #2f3327;
}

#qodef-top-area .widget.woocommerce.widget_products ul li, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-top-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 13px;
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 20px;
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 13px;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: #2f3327;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a {
  color: #80827e;
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #2f3327;
}

#qodef-page-footer .widget.woocommerce a .product-title {
  color: #80827e;
}

#qodef-page-footer .widget.woocommerce a:hover .product-title {
  color: #2f3327;
}

#qodef-page-footer .widget.woocommerce .qodef-m-star {
  color: #ffffff !important;
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #2f3327;
}

#qodef-page-footer .widget.woocommerce.widget_products ul li, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 13px;
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 20px;
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 13px;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
  color: #2f3327;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a {
  color: #80827e;
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #50534b;
}

#qodef-side-area .widget.woocommerce a .product-title {
  color: #80827e;
}

#qodef-side-area .widget.woocommerce a:hover .product-title {
  color: #50534b;
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #50534b;
}

#qodef-side-area .widget.woocommerce.widget_products ul li, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-side-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 13px;
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 20px;
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 13px;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: #50534b;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a {
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title {
  color: #2f3327;
}

.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products ul li, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 13px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 20px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image img, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 13px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 100px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a:hover {
  color: #93a286;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img {
  width: 80px;
}

/* ==========================================================================
   11.0 Grid responsive styles
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(960px + 60px);
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px)/2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(768px + 60px);
  }
}

@media only screen and (max-width: 800px) {
  .qodef-content-grid {
    width: 86%;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 86%)/2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 86%)/2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(86% + 60px);
  }
}

@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    width: 82%;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 82%)/2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 82%)/2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(82% + 60px);
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -25px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Grid System responsive style - end
   ========================================================================== */
/* ==========================================================================
   404 page responsive styles
   ========================================================================== */
/* ==========================================================================
   Blog styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    margin-top: 15px;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-block;
  }
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
    right: 12%;
    width: 120px;
  }
  .qodef-blog .qodef-blog-item .qodef-e-quote:before {
    right: 19%;
    font-size: 470px;
  }
}

/* ==========================================================================
   Comments responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-comments {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    margin-top: 23px;
  }
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-m-filter .qodef-m-filter-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-m-filter .qodef-m-filter-item {
    margin: 5px 0;
  }
}

/* ==========================================================================
   Footer responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 800px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0;
    width: 86%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0;
    width: 82%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid-item:first-child {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width .qodef-grid-item:first-child {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 800px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0;
    width: 86%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0;
    width: 82%;
    margin: 0 auto;
  }
}

/* ==========================================================================
   Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-header {
    display: none;
  }
}

/* ==========================================================================
   Mobile Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header {
    display: block;
  }
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-page div.woocommerce .col2-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
    margin-bottom: 20px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
    float: none;
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
  }
}

/* ==========================================================================
   WooCommerce my account responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 20%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-woo-product-list ul.products.columns-2 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -25px;
  }
  .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-woo-results {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 60px;
    padding: 0 13px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: 10px;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 680px) and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 14px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 14px !important;
  }
}
.how-it-works h2::last-word {
  color: #5ce1e6;
}
