@charset "UTF-8";

@-webkit-keyframes qode-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes qode-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    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(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    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(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    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(.5);
        transform: translateX(42px) rotate(-90deg) scale(.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(0) translateY(42px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes qode-rotating-cubes {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
        transform: translateX(42px) rotate(-90deg) scale(.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(0) translateY(42px) rotate(-270deg) scale(.5);
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes qode-stretch-delay {
    0%,100%,40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes qode-stretch-delay {
    0%,100%,40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes qode-bounce-delay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes qode-bounce-delay {
    0%,100%,80% {
        -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(.5);
        transform: scale(.5)
    }
}

@keyframes qode-atom-size {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.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(.8);
        transform: scale(.8)
    }
}

@keyframes qode-atom-shrink {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.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(0);
        transform: rotate(0)
    }

    45% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }

    100% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }
}

@keyframes qode-clock-4 {
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    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,.8);
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(50%,25%) scale(.6,.8);
        transform: translate(50%,25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(50%,50%) scale(.6,.6);
        transform: translate(50%,50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(50%,50%) scale(.6,.6);
        transform: translate(50%,50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-1 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1,.8);
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(50%,25%) scale(.6,.8);
        transform: translate(50%,25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(50%,50%) scale(.6,.6);
        transform: translate(50%,50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(50%,50%) scale(.6,.6);
        transform: translate(50%,50%) scale(.6,.6)
    }
}

@-webkit-keyframes qode-mitosis-ball-2 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1,.8);
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(50%,-25%) scale(.6,.8);
        transform: translate(50%,-25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(50%,-50%) scale(.6,.6);
        transform: translate(50%,-50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(50%,-50%) scale(.6,.6);
        transform: translate(50%,-50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-2 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1,.8);
        transform: translateX(25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8,.8);
        transform: translateX(50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(50%,-25%) scale(.6,.8);
        transform: translate(50%,-25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(50%,-50%) scale(.6,.6);
        transform: translate(50%,-50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(50%,-50%) scale(.6,.6);
        transform: translate(50%,-50%) scale(.6,.6)
    }
}

@-webkit-keyframes qode-mitosis-ball-3 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1,.8);
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(-50%,25%) scale(.6,.8);
        transform: translate(-50%,25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(-50%,50%) scale(.6,.6);
        transform: translate(-50%,50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(-50%,50%) scale(.6,.6);
        transform: translate(-50%,50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-3 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1,.8);
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(-50%,25%) scale(.6,.8);
        transform: translate(-50%,25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(-50%,50%) scale(.6,.6);
        transform: translate(-50%,50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(-50%,50%) scale(.6,.6);
        transform: translate(-50%,50%) scale(.6,.6)
    }
}

@-webkit-keyframes qode-mitosis-ball-4 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1,.8);
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(-50%,-25%) scale(.6,.8);
        transform: translate(-50%,-25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(-50%,-50%) scale(.6,.6);
        transform: translate(-50%,-50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(.6,.6);
        transform: translate(-50%,-50%) scale(.6,.6)
    }
}

@keyframes qode-mitosis-ball-4 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1,.8);
        transform: translateX(-25%) scale(1,.8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8,.8);
        transform: translateX(-50%) scale(.8,.8)
    }

    74% {
        -webkit-transform: translate(-50%,-25%) scale(.6,.8);
        transform: translate(-50%,-25%) scale(.6,.8)
    }

    88% {
        -webkit-transform: translate(-50%,-50%) scale(.6,.6);
        transform: translate(-50%,-50%) scale(.6,.6)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(.6,.6);
        transform: translate(-50%,-50%) scale(.6,.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
    }

    100%,24% {
        -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
    }

    100%,24% {
        -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
    }

    100%,36% {
        -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
    }

    100%,36% {
        -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
    }

    100%,48% {
        -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
    }

    100%,48% {
        -webkit-transform: translate(40px,0);
        transform: translate(40px,0)
    }
}

@-webkit-keyframes qode-wave-wipe {
    100%,48% {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }
}

@keyframes qode-wave-wipe {
    100%,48% {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }
}

@-webkit-keyframes qode-pulse-circles-pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.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(.1);
        transform: scale(.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 {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.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 {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.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)
    }
}

a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #fff;
    white-space: pre-wrap;
    word-wrap: break-word
}

sub,sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0
}

table tr {
    border: 1px solid #ddd
}

table th {
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid #ddd
}

table td {
    padding: 5px 10px;
    text-align: left;
    border-right: 1px solid #ddd
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,ul {
    list-style-position: inside;
    margin: 0 0 1.5em;
    padding: 0
}

li>ol,li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

a img {
    border: none
}

.wp-caption,img {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle;
    border-style: none
}

embed,iframe,object {
    max-width: 100%
}

label {
    display: block;
    margin-bottom: .5em
}

.woocommerce-form label,.woocommerce-page:not(.single-product) .qodef-woo-page form label {
    margin-bottom: 2px;
    margin-top: 20px
}

.woocommerce-form input,.woocommerce-page:not(.single-product) .qodef-woo-page form input {
    margin-bottom: 20px
}

.woocommerce-form button,.woocommerce-page:not(.single-product) .qodef-woo-page form button {
    padding: 12px 67px;
    margin-top: 30px!important
}

.woocommerce-form .wc_payment_methods label,.woocommerce-page:not(.single-product) .qodef-woo-page form .wc_payment_methods label {
    margin-top: -1px;
    margin-left: 20px
}

@media only screen and (max-width: 480px) {
    .woocommerce-form .wc_payment_methods label,.woocommerce-page:not(.single-product) .qodef-woo-page form .wc_payment_methods label {
        margin-top:1px
    }
}

.woocommerce-page.woocommerce-checkout form label {
    margin-top: 15px
}

.woocommerce-page.woocommerce-checkout form .wc_payment_methods label {
    margin-top: -1px;
    margin-left: 20px
}

.woocommerce-billing-fields label {
    margin: 0
}

fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em
}

input[type=submit] {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption,.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
    font-size: .8125rem;
    font-style: italic;
    opacity: 1
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
    opacity: 1
}

.wp-caption-text {
    text-align: center
}

.bypostauthor,.sticky {
    opacity: 1
}

::-moz-selection {
    color: #fff;
    background: #08422c
}

::selection {
    color: #fff;
    background: #08422c
}

::-moz-selection {
    color: #fff;
    background: #08422c
}

.screen-reader-text {
    position: absolute!important;
    width: 1px;
    height: 0;
    line-height: 1;
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    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,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    clear: both
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    clear: both
}

.aligncenter {
    clear: both;
    display: block;
    margin: 1.5em auto
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

@media only screen and (max-width: 1024px) {
    .alignwide {
        width:100%;
        max-width: 100%
    }
}

.alignfull {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem));
    max-width: calc(100% + (2 * 1rem));
    clear: both
}

@media only screen and (max-width: 1024px) {
    .alignfull {
        left:calc(-12.5% - 75px);
        width: calc(125% + 150px);
        max-width: calc(125% + 150px);
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem)
    }
}

.qodef-content-alignment-left {
    text-align: left
}

.qodef-content-alignment-center {
    text-align: center
}

.qodef-content-alignment-right {
    text-align: right
}

.clear:after,.clear:before,.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.nav-links:after,.nav-links:before,.pagination:after,.pagination:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before {
    content: '';
    display: table;
    table-layout: fixed
}

.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.nav-links:after,.pagination:after,.widget-area:after,.widget:after {
    clear: both
}

body {
    font-family: Muli,sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.qodef-h1,h1 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 80px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h1 a,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
}

.qodef-h1 a:hover,h1 a:hover {
    color: #08422c
}

.qodef-h2,h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 45px;
    line-height: 1.22em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h2 a,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
}

.qodef-h2 a:hover,h2 a:hover {
    color: #08422c
}

.qodef-h3,h3 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h3 a,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
}

.qodef-h3 a:hover,h3 a:hover {
    color: #08422c
}

.qodef-h4,h4 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h4 a,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
}

.qodef-h4 a:hover,h4 a:hover {
    color: #08422c
}

.qodef-h5,h5 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h5 a,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
}

.qodef-h5 a:hover,h5 a:hover {
    color: #08422c
}

.qodef-h6,h6 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h6 a,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
}

.qodef-h6 a:hover,h6 a:hover {
    color: #08422c
}

a,p a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    cursor: pointer
}

a:hover,p a:hover {
    color: #08422c
}

p {
    margin: 10px 0;
    line-height: 1.58em
}

blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    padding: 0;
    position: relative;
    padding: 0 10% 0 20px;
    border: none;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: "Cormorant Garamond";
    font-style: italic;
    quotes: none
}

blockquote:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

blockquote>* {
    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:after {
    content: ''
}

blockquote cite {
    font-style: normal;
    font-weight: 400
}

input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 3px 0;
    padding: 11px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
}

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
    border-color: #08422c
}

input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder {
    color: inherit;
    opacity: 1
}

input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,textarea::placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer input[type=email],#qodef-page-footer input[type=number],#qodef-page-footer input[type=password],#qodef-page-footer input[type=tel],#qodef-page-footer input[type=text],#qodef-page-footer input[type=url],#qodef-page-footer textarea {
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd
}

#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=tel]:focus,#qodef-page-footer input[type=text]:focus,#qodef-page-footer input[type=url]:focus,#qodef-page-footer textarea:focus {
    color: #333;
    background-color: transparent;
    border-color: #ddd
}

.post-password-form input[type=password] {
    margin-top: .5em
}

button[type=submit],input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 14px 43px;
    color: #fff;
    background-color: #08422c;
    border: none;
    cursor: pointer
}

button[type=submit]:hover,input[type=submit]:hover {
    color: #fff;
    background: #08422c;
    border: none
}

.qodef-theme-button {
    position: relative;
    padding: 0 0 5px;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    background-color: transparent;
    border: 0
}

.qodef-theme-button:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.qodef-theme-button:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

@-webkit-keyframes qodef-btn-textual-animation {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes qodef-btn-textual-animation {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

select {
    display: block;
    height: 46px;
    padding: 11px 20px;
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .select2-container--default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 0 20px
}

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-search--inline,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    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--multiple,body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    cursor: default
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,body .select2-container--default.select2-container--disabled .select2-selection--single .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--multiple,body .select2-container--default.select2-container--open .select2-selection--single {
    color: #333
}

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 .select2-container--default .select2-selection--single {
    display: block;
    height: 46px;
    padding: 11px 20px;
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    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;
    text-overflow: ellipsis;
    white-space: nowrap
}

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: 0;
    right: 0;
    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: #333
}

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;
    content: '\33';
    font-family: ElegantIcons;
    font-style: normal
}

body .select2-container--default .select2-selection--multiple {
    display: block;
    height: 46px;
    padding: 11px 20px;
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    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;
    text-overflow: ellipsis;
    white-space: nowrap
}

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: #fff;
    background-color: #333;
    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;
    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: .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: 0;
    -webkit-appearance: none
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-color: #333
}

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: #fafafa;
    border: 1px solid transparent;
    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: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: 0;
    -webkit-appearance: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color: #333;
    background-color: #fff;
    border-color: #333
}

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 19px;
    list-style: none
}

body .select2-container--default .select2-results__option {
    padding: 3px 0;
    font-size: 15px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

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: #333
}

body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true] {
    color: #333;
    background: 0 0
}

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: #333;
    background: 0 0
}

body .select2-container--default .select2-results__group {
    display: block;
    padding: 7px 0;
    cursor: default
}

.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: #fff;
    border: 0;
    opacity: 0;
    z-index: 99
}

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

.qodef-newsletter-simple .qodef-newsletter-simple-input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px)
}

@media only screen and (max-width: 680px) {
    .qodef-newsletter-simple .qodef-newsletter-simple-input {
        width:100%
    }
}

.qodef-newsletter-simple .qodef-newsletter-simple-input label {
    margin: 0
}

.qodef-newsletter-simple .qodef-newsletter-simple-input input {
    padding: 13px 20px
}

.qodef-newsletter-simple .qodef-newsletter-simple-submit {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px
}

@media only screen and (max-width: 680px) {
    .qodef-newsletter-simple .qodef-newsletter-simple-submit {
        margin-left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 34px
    }
}

.qodef-newsletter-simple .qodef-newsletter-simple-submit button {
    color: #333;
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    border-color: #333;
    border: 1px solid #fff;
    color: #fff;
    border-color: #fff;
    padding: 12px 67px;
    padding: 14px 46px 14px 47px
}

.qodef-newsletter-solid .qodef-newsletter-simple .qodef-newsletter-simple-submit button {
    color: #fff;
    background-color: #08422c;
    border: none;
    color: #fff;
    background: #08422c;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    border-color: #fff
}

.qodef-newsletter-simple .ajax-loader {
    display: none!important
}

.qodef-newsletter-simple+.wpcf7-response-output {
    color: #fff;
    border: 1px solid #ffffff50
}

.qodef-newsletter-simple .wpcf7-not-valid-tip {
    color: #fff
}

.wpcf7-f1224-p1118-o3 .screen-reader-response {
    color: #fff
}

.qodef-newsletter-footer .qodef-newsletter-footer-input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px)
}

@media only screen and (max-width: 1366px) {
    .qodef-newsletter-footer .qodef-newsletter-footer-input {
        width:81%
    }
}

.qodef-newsletter-footer .qodef-newsletter-footer-input input {
    padding: 7px 14px;
    margin-bottom: 0!important;
    color: #666!important;
    margin-top: 0
}

.qodef-browser--ms-explorer .qodef-newsletter-footer .qodef-newsletter-footer-input input {
    padding: 11px 14px
}

.qodef-newsletter-footer .qodef-newsletter-footer-input input:focus {
    border-color: #08422c!important
}

.qodef-newsletter-footer .qodef-newsletter-footer-input label {
    margin: 0
}

.qodef-newsletter-footer .qodef-newsletter-footer-submit {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.qodef-newsletter-footer .qodef-newsletter-footer-submit button {
    padding: 8px 11px 8px 14px!important;
    margin-top: 0!important
}

.qodef-newsletter-footer .qodef-newsletter-footer-submit button:before {
    font-family: Linearicons-Free;
    content: "\e876";
    display: inline-block;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1
}

.qodef-newsletter-footer .qodef-newsletter-footer-submit button .qodef-m-text {
    display: none
}

.qodef-newsletter-footer .ajax-loader {
    display: none!important
}

.qodef-browser--ms-explorer .qodef-newsletter-footer .qodef-newsletter-footer-input input {
    padding: 8px 14px 15px 14px
}

.qodef-contact-form-simple div:nth-child(3) {
    margin-left: calc(2% - 5px)
}

.qodef-contact-form-simple .qodef-contact-form-simple-input {
    display: inline-block;
    width: 49%;
    margin: 0
}

.qodef-contact-form-simple .qodef-contact-form-simple-textarea {
    margin-bottom: 22px
}

.qodef-contact-form-simple .qodef-contact-form-simple-submit {
    margin-top: 33px
}

.qodef-contact-form-simple .qodef-contact-form-simple-submit button {
    padding: 14px 67px
}

.qodef-contact-form-simple .ajax-loader {
    display: none!important
}

div.wpcf7-aborted,div.wpcf7-mail-sent-ng {
    border: 2px solid #08422c
}

span.wpcf7-not-valid-tip {
    position: absolute;
    color: #08422c
}

div.wpcf7-acceptance-missing,div.wpcf7-validation-errors {
    border: 2px solid #08422c;
    padding: 7px 14px
}

div.wpcf7-response-output {
    margin: 2em 0 1em
}

body:not([class*=makao-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\25BE';
    font-family: initial;
    font-size: 26px
}

.qodef-content-grid {
    width: 1100px;
    margin: 0 auto
}

.qodef--boxed .qodef-content-grid {
    width: 1160px
}

@media only screen and (min-width: 1441px) {
    .qodef-content-grid-1400 .qodef-content-grid {
        width:1400px
    }

    .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--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--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--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--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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape {
    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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape {
    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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape {
    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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape {
    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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape {
    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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape {
    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--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape {
    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
}

#qodef-page-wrapper {
    position: relative;
    overflow: hidden
}

#qodef-page-outer {
    position: relative
}

#qodef-page-inner {
    position: relative;
    padding: 122px 0 100px
}

.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 #qodef-page-wrapper {
    background-color: #fff
}

button.mfp-arrow {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    opacity: 1
}

button.mfp-arrow:after,button.mfp-arrow:before {
    border: 0;
    color: #fff;
    font-size: 35px;
    font-family: Linearicons-Free;
    font-weight: 400;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    transition: -webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    transition: transform .5s cubic-bezier(.26,.63,0,.96);
    transition: transform .5s cubic-bezier(.26,.63,0,.96),-webkit-transform .5s cubic-bezier(.26,.63,0,.96)
}

button.mfp-arrow-left:after {
    content: url(../img/arrow_left_light.svg);
    width: 38px
}

button.mfp-arrow-left:hover:after {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

button.mfp-arrow-right {
    right: 21px
}

button.mfp-arrow-right:after {
    content: url(../img/arrow_right_light.svg);
    width: 38px
}

button.mfp-arrow-right:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

button.mfp-close {
    text-indent: -1000px;
    overflow: hidden;
    text-align: left!important;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

button.mfp-close:hover {
    opacity: .6
}

button.mfp-close:after {
    font-family: Linearicons-Free;
    content: "\e870";
    position: absolute;
    right: 4px;
    bottom: 0;
    text-indent: 0;
    font-size: 17px;
    font-weight: 400
}

.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title {
    font-family: "Cormorant Garamond";
    font-size: 17px;
    font-weight: 600;
    color: #fff
}

.mfp-bottom-bar .mfp-title {
    display: none
}

.mfp-bottom-bar .mfp-counter {
    line-height: 25px
}

.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,.qodef-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.swiper-pagination-bullets {
    bottom: 32px!important;
    counter-reset: section
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 27px;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    position: relative;
    font-size: 11px;
    line-height: 2.182
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 0;
    background-color: transparent;
    counter-increment: section;
    content: counter(section)
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #08422c;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1),-webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1)
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: transparent
}

.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    background-color: transparent
}

.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.swiper-button-next,.swiper-button-prev {
    background-image: none!important;
    width: 38px!important;
    height: 38px!important;
    margin: 0!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: Linearicons-Free;
    font-size: 25px
}

.swiper-button-prev {
    left: 33px!important
}

@media only screen and (max-width: 680px) {
    .swiper-button-prev {
        left:14px!important
    }
}

.swiper-button-prev:after {
    content: url(../img/arrow_left.svg);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    transition: -webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    transition: transform .5s cubic-bezier(.26,.63,0,.96);
    transition: transform .5s cubic-bezier(.26,.63,0,.96),-webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    width: 38px
}

.swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.swiper-button-next {
    right: 33px!important
}

@media only screen and (max-width: 680px) {
    .swiper-button-next {
        right:14px!important
    }
}

.swiper-button-next:after {
    content: url(../img/arrow_right.svg);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    transition: -webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    transition: transform .5s cubic-bezier(.26,.63,0,.96);
    transition: transform .5s cubic-bezier(.26,.63,0,.96),-webkit-transform .5s cubic-bezier(.26,.63,0,.96);
    width: 38px
}

.swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.swiper-button-next.swiper-button-outside,.swiper-button-prev.swiper-button-outside {
    color: #000
}

.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%)
}

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

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

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

.swiper-container-fade .swiper-slide-active {
    opacity: 1!important
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
    opacity: 1!important
}

.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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.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;
    font-size: 15px;
    line-height: 1;
    border: 0;
    position: initial;
    margin-left: auto
}

.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-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: visibility 0s linear .25s,opacity .25s ease-in-out;
    transition: visibility 0s linear .25s,opacity .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
}

.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: #444;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 15px
}

#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: #08422c
}

#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: #444;
    font-size: 15px
}

#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: #08422c
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #444
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #08422c
}

#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: #444
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #08422c
}

#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: #444;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 15px
}

#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: #08422c
}

#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: #444;
    font-size: 15px
}

#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: #08422c
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #444
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #08422c
}

#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: #444
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #08422c
}

#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: 15px
}

#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: 15px
}

#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
}

#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: #444;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 15px
}

#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: #08422c
}

#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: #444;
    font-size: 15px
}

#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: #08422c
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #444
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #08422c
}

#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: #444
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #08422c
}

#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: #444;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 15px
}

#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: #08422c
}

#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: #444;
    font-size: 15px
}

#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: #08422c
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#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: #444;
    background-color: #fafafa;
    border: 1px solid transparent;
    font-size: 15px
}

#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: #08422c
}

#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: #444;
    font-size: 15px
}

#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: #08422c
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important
}

#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
}

.error404 #qodef-page-inner {
    padding: 0
}

#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 80px 10% 231px;
    text-align: center
}

#qodef-404-page .qodef-404-title {
    margin: 0;
    color: #000
}

#qodef-404-page .qodef-404-tagline {
    margin: 0 0 17px;
    font-family: "Cormorant Garamond";
    font-size: 208px;
    line-height: 1em;
    color: #e0e0e0
}

@media only screen and (max-width: 480px) {
    #qodef-404-page .qodef-404-tagline {
        font-size:170px
    }
}

#qodef-404-page .qodef-404-text {
    display: block;
    margin: 22px auto 0;
    font-size: 18px;
    line-height: 1.44em
}

@media only screen and (min-width: 1025px) {
    #qodef-404-page .qodef-404-text {
        max-width:40%
    }
}

#qodef-404-page .qodef-404-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 39px
}

#qodef-404-page .qodef-404-button .qodef-button {
    padding: 13px 30px
}

.qodef-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blog article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 60px
}

.qodef-blog article .qodef-e-content,.qodef-blog article .qodef-e-inner,.qodef-blog article .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blog article.format-gallery .swiper-button-next:after {
    content: url(../img/arrow_right_light.svg)
}

.qodef-blog article.format-gallery .swiper-button-prev:after {
    content: url(../img/arrow_left_light.svg)
}

.qodef-blog article .qodef-e-inner {
    overflow: hidden
}

.qodef-blog article .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-blog article .qodef-e-media-image a,.qodef-blog article .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-blog article .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-blog article .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-blog article .qodef-e-media {
    margin-bottom: 43px
}

.qodef-blog article .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-blog article .qodef-e-title {
    margin: 0
}

.qodef-blog article .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-blog article .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-blog article .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 (min-width: 681px) {
    .qodef-blog article .qodef-e-info .qodef-e-info-left,.qodef-blog article .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
    }

    .qodef-blog article .qodef-e-info .qodef-e-info-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto
    }

    .qodef-blog article .qodef-e-info .qodef-e-info-right .qodef-social-share ul {
        margin-top: 1px
    }
}

.qodef-blog article .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 19px 0 0;
    color: currentColor
}

.qodef-page-sidebar-section .qodef-blog article .qodef-e-info .qodef-e-info-item {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-blog article .qodef-e-info .qodef-e-info-item .qodef-e-info-author-label {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-blog article .qodef-e-info .qodef-e-info-item:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 7px
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a {
    color: inherit;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-page-sidebar-section .qodef-blog article .qodef-e-info .qodef-e-info-item a {
    white-space: nowrap
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a:last-child {
    margin-right: 0
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a:hover {
    color: #08422c
}

.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child {
    padding-right: 0
}

.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child:after {
    content: ''
}

.qodef-blog article .qodef-e-info.qodef-info--top {
    margin-bottom: 2px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-blog article .qodef-e-info.qodef-info--top a {
    letter-spacing: .3em
}

.qodef-blog article .qodef-e-info.qodef-info--bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 24px
}

.qodef-blog article .qodef-e-info-tags a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.qodef-blog article .qodef-e-info-tags a:after {
    content: ",";
    display: inline-block
}

.qodef-blog article .qodef-e-info-tags a:last-child {
    margin-right: 0
}

.qodef-blog article .qodef-e-info-tags a:last-child:after {
    content: ""
}

.qodef-blog article .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-blog article.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-blog article.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

.qodef-blog article.format-audio .qodef-e-media-image {
    width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-image img {
    width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-audio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.qodef-blog article.format-audio .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #08422c
}

.qodef-blog article.format-link .qodef-e-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 7.8% 18% 8.3% 11.7%;
    background-color: #c1af4f
}

.qodef-blog article.format-link .qodef-e-link-text {
    position: relative;
    margin: 0;
    color: #fff
}

.qodef-blog article.format-link .qodef-e-link-svg {
    position: absolute;
    display: block;
    top: -35px;
    left: -50px
}

.qodef-blog article.format-link .qodef-e-link-svg svg path {
    stroke: rgba(255,255,255,.18)
}

.qodef-blog article.format-link .qodef-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog article.format-quote .qodef-e-quote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 6.5% 18% 5.6% 11.7%;
    background-color: #c0cabf
}

.qodef-blog article.format-quote .qodef-e-quote .qodef-e-quote-svg {
    position: absolute;
    top: -35px;
    left: -30px
}

.qodef-blog article.format-quote .qodef-e-quote .qodef-e-quote-svg svg path {
    stroke: rgba(255,255,255,.18)
}

.qodef-blog article.format-quote .qodef-e-quote-text {
    position: relative;
    margin: 0;
    color: #fff
}

.qodef-blog article.format-quote .qodef-e-quote-author {
    position: relative;
    display: block;
    margin: 20px 0 0;
    color: #444;
    font-family: Muli,sans-serif;
    letter-spacing: .35em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600
}

.qodef-blog article.format-quote .qodef-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
    height: 100%
}

.category .qodef-col--9 .qodef-blog article .qodef-e-info.qodef-info--bottom,.date .qodef-col--9 .qodef-blog article .qodef-e-info.qodef-info--bottom,.tag .qodef-col--9 .qodef-blog article .qodef-e-info.qodef-info--bottom {
    margin-bottom: 18px
}

.category .qodef-col--9 .qodef-blog article.format-link,.category .qodef-col--9 .qodef-blog article.format-quote,.date .qodef-col--9 .qodef-blog article.format-link,.date .qodef-col--9 .qodef-blog article.format-quote,.tag .qodef-col--9 .qodef-blog article.format-link,.tag .qodef-col--9 .qodef-blog article.format-quote {
    margin: 0 0 78px
}

.category .qodef-col--9 .qodef-blog>:nth-last-child(2),.date .qodef-col--9 .qodef-blog>:nth-last-child(2),.tag .qodef-col--9 .qodef-blog>:nth-last-child(2) {
    margin: 0 0 76px
}

.category .qodef-col--9 .qodef-blog>:nth-last-child(2).format-link,.category .qodef-col--9 .qodef-blog>:nth-last-child(2).format-quote,.date .qodef-col--9 .qodef-blog>:nth-last-child(2).format-link,.date .qodef-col--9 .qodef-blog>:nth-last-child(2).format-quote,.tag .qodef-col--9 .qodef-blog>:nth-last-child(2).format-link,.tag .qodef-col--9 .qodef-blog>:nth-last-child(2).format-quote {
    margin: 0 0 93px!important
}

.category #qodef-page-inner,.date #qodef-page-inner,.tag #qodef-page-inner {
    padding: 125px 0 46px
}

.single-product #qodef-page-inner {
    padding: 119px 0 37px
}

.qodef-blog.qodef--list article .qodef-e-read-more {
    margin-top: 0
}

@media only screen and (max-width: 480px) {
    .qodef-blog.qodef-shortcode.qodef--list {
        padding:0 5px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-shortcode.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        padding:0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog.qodef-shortcode.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-gutter--huge.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        padding:0 25px
    }
}

.qodef-blog.qodef--single article.format-link .qodef-e-info.qodef-info--top,.qodef-blog.qodef--single article.format-quote .qodef-e-info.qodef-info--top {
    margin: 32px 0 2px 0
}

.qodef-blog.qodef--single article .qodef-e-info.qodef-info--top {
    margin-bottom: 0
}

.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
    margin-top: 42px
}

#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 0
}

body.page #qodef-page-comments {
    margin: 35px 0 0
}

#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: 50px
}

#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 56px
}

#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-comment-item {
    margin: 29px 0 0;
    padding: 0
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title small {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    letter-spacing: .2em;
    font-family: Muli,sans-serif;
    float: right
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title small:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-title small:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px
}

#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: 25px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    display: block;
    border-radius: 100%
}

#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: 0;
    display: inline-block;
    width: 70%
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    margin-top: 3px;
    display: inline-block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: #333
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #333
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 15px 100px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
    display: block;
    margin: 10px 0
}

@media only screen and (max-width: 768px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-text {
        margin:15px 0 0
    }
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    margin-top: 16px;
    display: inline-block;
    width: 29%;
    text-align: right
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    letter-spacing: .2em
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
    margin-right: 0
}

#qodef-page-comments-list .qodef-m-pagination {
    margin-top: 50px
}

#qodef-page-comments form input#author {
    margin: 15px 0
}

#qodef-page-comments-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-comments-form .comment-reply-title {
    margin: 0 0 26px
}

#qodef-page-comments-form .comment-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-comments-form .comment-form .comment-notes {
    margin: 5px 0 0
}

#qodef-page-comments-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: 10px 0 35px 0
}

@media only screen and (max-width: 680px) {
    #qodef-page-comments-form .comment-form-cookies-consent {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

#qodef-page-comments-form .comment-form-cookies-consent>label {
    margin-left: 3px
}

#qodef-page-comments-form .comment-form-cookies-consent input[type=checkbox] {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.comment-form-cookies-consent label {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block
}

.qodef-product-single-big-gallery-layout .comment-form-cookies-consent label,.qodef-product-single-small-gallery-layout .comment-form-cookies-consent label {
    margin-top: -1px
}

.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;
    transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-loading-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 16px;
    padding: 0 2px;
    -webkit-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    letter-spacing: .35em;
    color: #333
}

.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name {
    position: relative
}

.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 1px;
    background-color: #08422c;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1),-webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.qodef-m-filter .qodef-m-filter-item.qodef--active .qodef-m-filter-item-name:after,.qodef-m-filter .qodef-m-filter-item:hover .qodef-m-filter-item-name:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1)
}

#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
}

footer .widget_nav_menu ul li a,footer p,footer p a {
    font-size: 15px;
    line-height: 1.58em
}

#qodef-page-footer-top-area {
    padding: 102px 0 92px;
    background-color: #fafafa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 solid #ddd
}

#qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 70px
}

.qodef--boxed #qodef-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-bottom-area {
    padding: 12px 0;
    background-color: #f3f3f3;
    border-top: 0 solid #ddd
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 70px
}

.qodef--boxed #qodef-page-footer-bottom-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-bottom-area .qodef-grid-item {
    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
}

body:not([class*=makao-core]) #qodef-page-footer-bottom-area .qodef-grid-item {
    display: block
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-bottom-area .qodef-grid-item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #qodef-page-footer-bottom-area .qodef-grid-item>div:last-child {
        margin-top: 15px
    }

    #qodef-page-footer-bottom-area .qodef-grid-item>div:first-child {
        margin: 0 0 6px
    }
}

@media all and (min-width: 681px) {
    #qodef-page-footer-bottom-area .qodef-grid-item .widget {
        margin-bottom:0!important
    }

    body:not([class*=makao-core]) #qodef-page-footer-bottom-area .qodef-grid-item .widget {
        margin-bottom: 40px!important
    }
}

p.has-background {
    padding: 20px 30px
}

.wp-block-audio {
    width: 100%
}

.wp-block-audio audio {
    width: auto
}

.wp-block-audio.alignleft audio,.wp-block-audio.alignright audio {
    max-width: 50%
}

.wp-block-audio.aligncenter audio {
    display: block;
    margin: 0 auto
}

.wp-block-video video {
    width: 100%
}

ul.wp-block-rss li div {
    display: inline-block
}

ul.wp-block-rss li a {
    color: #333
}

.wp-block-button {
    margin-bottom: 25px
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 14px 43px;
    color: #fff;
    background-color: #08422c;
    border: none;
    cursor: pointer
}

.wp-block-button .wp-block-button__link br {
    display: none
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background: #08422c;
    border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #333;
    background-color: transparent;
    border: 1px solid #333
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #333;
    background-color: transparent;
    border-color: #333
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-archives,.wp-block-categories,.wp-block-latest-posts {
    margin: 0;
    padding-left: 0
}

.wp-block-archives ul,.wp-block-categories ul,.wp-block-latest-posts ul {
    padding-left: 0!important
}

.wp-block-archives li,.wp-block-categories li,.wp-block-latest-posts li {
    margin-bottom: 6px;
    list-style-type: none
}

.wp-block-archives li a,.wp-block-categories li a,.wp-block-latest-posts li a {
    color: #333;
    text-decoration: none
}

.wp-block-archives li a:hover,.wp-block-categories li a:hover,.wp-block-latest-posts li a:hover {
    color: #08422c
}

.wp-block-archives.aligncenter,.wp-block-categories.aligncenter,.wp-block-latest-posts.aligncenter {
    text-align: center
}

.wp-block-categories li ul {
    margin: 4px 0 0;
    padding: 0 0 0 10px;
    list-style-type: none
}

.wp-block-categories li ul li:last-child {
    padding: 4px 0 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0
}

.wp-block-preformatted {
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.wp-block-verse {
    font-family: inherit;
    font-size: 22px;
    line-height: 1.8
}

.has-drop-cap:not(:focus):first-letter {
    font-family: inherit;
    font-size: 3.375em;
    line-height: 1;
    font-weight: 700;
    margin: 0 .25em 0 0
}

blockquote.wp-block-pullquote {
    position: relative;
    padding: 0 10% 0 20px;
    border: none;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: "Cormorant Garamond";
    font-style: italic;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto
}

blockquote.wp-block-pullquote:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

blockquote.wp-block-pullquote.aligncenter {
    width: 100%
}

blockquote.wp-block-pullquote.alignleft {
    text-align: left;
    max-width: 100%
}

blockquote.wp-block-pullquote.alignright {
    text-align: right;
    max-width: 100%
}

blockquote.wp-block-pullquote p {
    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
}

.wp-block-pullquote {
    margin: 0
}

.wp-block-pullquote blockquote {
    position: relative;
    padding: 0 10% 0 20px;
    border: none;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: "Cormorant Garamond";
    font-style: italic;
    width: auto;
    text-align: center
}

.wp-block-pullquote blockquote:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.wp-block-pullquote p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.wp-block-quote {
    position: relative;
    padding: 0 10% 0 20px;
    border: none;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-family: "Cormorant Garamond";
    font-style: italic
}

.wp-block-quote:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.wp-block-quote>p {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-style: italic;
    margin: 0
}

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

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    margin: 1rem 0;
    font-size: 1.6875em!important;
    line-height: 1.6em!important
}

.wp-block-image img {
    display: block
}

.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright {
    max-width: 100%
}

.wp-block-image.alignfull {
    left: auto;
    max-width: 100%;
    margin: 0
}

.wp-block-image.alignfull img {
    width: 100vw
}

.wp-block-cover,.wp-block-cover-image {
    position: relative;
    min-height: 430px;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 768px) {
    .wp-block-cover,.wp-block-cover-image {
        padding:1rem 10%
    }
}

.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim {
    margin-top: 3%
}

.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2 {
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-size: 28px!important;
    color: #fff!important;
    margin-bottom: 0
}

.wp-block-cover-image.aligncenter .wp-block-cover-image-text,.wp-block-cover-image.aligncenter .wp-block-cover-text,.wp-block-cover-image.aligncenter h2,.wp-block-cover.aligncenter .wp-block-cover-image-text,.wp-block-cover.aligncenter .wp-block-cover-text,.wp-block-cover.aligncenter h2 {
    width: 100%;
    z-index: 1;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    width: 100%
}

.wp-block-cover-image.alignfull .wp-block-cover-image-text,.wp-block-cover-image.alignfull .wp-block-cover-text,.wp-block-cover-image.alignfull h2,.wp-block-cover.alignfull .wp-block-cover-image-text,.wp-block-cover.alignfull .wp-block-cover-text,.wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px)
}

.wp-block-gallery {
    list-style-type: none;
    padding-left: 0
}

.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 16px
}

.wp-block-audio figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,.wp-block-image figcaption,.wp-block-video figcaption {
    font-size: .71111em;
    font-family: inherit;
    line-height: 1.6;
    margin: 0;
    padding: .5rem;
    text-align: center
}

.wp-block-separator,hr {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 100px;
    text-align: left
}

.wp-block-separator.is-style-wide,hr.is-style-wide {
    max-width: 100%
}

.wp-block-separator.is-style-dots,hr.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center
}

.wp-block-separator.is-style-dots:before,hr.is-style-dots:before {
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: .88889em;
    padding-left: .88889em
}

.wp-block-separator+h1:before,.wp-block-separator+h2:before,hr+h1:before,hr+h2:before {
    display: none
}

.wp-block-embed-twitter {
    overflow: hidden
}

.wp-block-embed {
    margin: 0
}

.wp-block-table {
    margin: 1rem 0
}

.wp-block-table td,.wp-block-table th {
    border-color: #ddd
}

.wp-block-file {
    font-family: inherit
}

.wp-block-file .wp-block-file__button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 5px 34px;
    color: #fff;
    background-color: #08422c;
    border: none;
    cursor: pointer;
    margin-left: .75em
}

.wp-block-file .wp-block-file__button:hover {
    color: #fff;
    background: #08422c;
    border: none
}

.wp-block-code {
    border-radius: 0
}

.wp-block-code code {
    font-size: 1.125em;
    white-space: pre-wrap;
    word-break: break-word
}

@media only screen and (min-width: 768px) {
    .wp-block-columns .wp-block-column>:first-child {
        margin-top:0
    }

    .wp-block-columns .wp-block-column>:last-child {
        margin-bottom: 0
    }

    .wp-block-columns[class*=has-]>* {
        margin-right: 1rem
    }

    .wp-block-columns[class*=has-]>:last-child {
        margin-right: 0
    }
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-weight: 700
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    font-weight: 400
}

.wp-block-latest-comments .wp-block-latest-comments__comment,.wp-block-latest-comments .wp-block-latest-comments__comment-date,.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit
}

.wp-block-latest-comments .wp-block-latest-comments__comment article {
    width: 80%;
    margin: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment article>* {
    margin-left: 0!important
}

.has-primary-background-color {
    background-color: #08422c
}

.has-primary-background-color a,.has-primary-background-color h1,.has-primary-background-color h2,.has-primary-background-color h3,.has-primary-background-color h4,.has-primary-background-color h5,.has-primary-background-color h6,.has-primary-background-color p {
    color: #fff
}

#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 90px;
    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: 90px;
    max-height: 100%
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    width: 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
}

#qodef-page-header-inner .qodef-header-logo-link {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#qodef-page-header-inner .qodef-header-logo-link img {
    width: auto!important
}

#qodef-page-header-inner .qodef-header-navigation {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

@media only screen and (max-width: 1440px) {
    #qodef-page-header-inner .qodef-header-navigation {
        -ms-flex-preferred-size:55%;
        flex-basis: 55%
    }
}

#qodef-page-header-inner .qodef-header-navigation .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#qodef-page-header-inner .qodef-widget-holder {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 1440px) {
    #qodef-page-header-inner .qodef-widget-holder {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%
    }
}

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

#qodef-page-mobile-header {
    position: relative;
    display: none;
    height: 70px;
    z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    max-height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto;
    width: auto;
    max-height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .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%
}

@media only screen and (max-width: 1024px) {
    #qodef-page-mobile-header-inner {
        padding:0 50px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-mobile-header-inner {
        padding:0 20px
    }
}

#qodef-page-mobile-header-inner .widget_makao_core_woo_dropdown_cart .qodef-m-opener-icon {
    display: none
}

.qodef-mobile-header-opener {
    font-size: 20px;
    margin-left: 0
}

.qodef-mobile-header-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 70px);
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    z-index: 10
}

.qodef-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-mobile-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-mobile-header-navigation ul li ul {
    display: none
}

.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
    font-family: Linearicons-Free;
    content: "\e876";
    font-size: 11px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: inherit;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    padding-left: 5px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

body:not([class*=makao-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
    content: url(../img/lnr-arrow-right.svg)!important;
    font-family: initial!important
}

.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.qodef-mobile-header-navigation ul li>.qodef-drop-down-second ul.sub-menu {
    padding-left: 15px;
    padding-right: 3px
}

.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 34px 47px 34px 52px;
    width: 100%
}

@media only screen and (max-width: 680px) {
    .qodef-mobile-header-navigation>ul {
        padding:34px 17px 34px 21px
    }
}

.qodef-mobile-header-navigation>ul>li {
    padding: 4px 0
}

.qodef-mobile-header-navigation>ul>li>a {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    font-weight: 700;
    color: #000
}

.qodef-mobile-header-navigation>ul>li>a:hover {
    color: #08422c
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,.qodef-mobile-header-navigation>ul>li.current-menu-item>a {
    color: #08422c
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner {
    width: 100%!important
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out;
    padding-right: 0;
    font-family: Muli,sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444
}

.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 {
    padding-left: 0;
    padding-right: 0;
    color: #08422c
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover:before {
    left: 0
}

.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 {
    padding-left: 0;
    padding-right: 0;
    color: #08422c
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a:before {
    left: 0
}

body:not([class*=makao-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu {
    padding-left: 15px
}

body:not([class*=makao-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-ancestor>a,body:not([class*=makao-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li.current-menu-item>a {
    color: #08422c
}

body:not([class*=makao-core]) .qodef-mobile-header-navigation ul li>ul.sub-menu li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out;
    padding-right: 0;
    font-family: Muli,sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444
}

.qodef-header-navigation {
    height: 100%
}

.qodef-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.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: 260px;
    margin: 0;
    padding: 22px 0 23px 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #efefef
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 4px;
    background-color: #08422c
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 0 25px 0 29px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
    font-family: Linearicons-Free;
    content: "\e876";
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body:not([class*=makao-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a {
    padding-right: 15px
}

body:not([class*=makao-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
    content: '>'!important;
    font-family: initial!important
}

.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 ul {
    top: -32px;
    left: 100%
}

.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>a:after {
    content: '<';
    left: 0;
    right: auto
}

body:not([class*=makao-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a {
    padding-right: 0;
    padding-left: 15px
}

body:not([class*=makao-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
    content: '<'!important;
    font-family: initial!important
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
    left: -100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .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 25px
}

.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: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    color: #333;
    letter-spacing: .2em;
    font-weight: 700
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text {
    position: relative
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    background-color: #08422c;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1),-webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1)
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,.qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
    font-family: Muli,sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444;
    font-size: 14px
}

.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;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .2s ease-out;
    transition: padding .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.current-menu-ancestor>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
    padding-left: 0;
    padding-right: 0;
    color: #08422c
}

.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,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>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;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 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.current-menu-ancestor>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
    padding-left: 0;
    padding-right: 0;
    color: #08422c
}

.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,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a:before {
    right: 0
}

.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

.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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-m-pagination.qodef--wp .page-numbers {
    position: relative;
    margin: 0 7px;
    padding: 0 7px;
    font-family: Muli,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.818em;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #333
}

.qodef-m-pagination.qodef--wp .page-numbers:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1),-webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.qodef-m-pagination.qodef--wp .page-numbers.current:before,.qodef-m-pagination.qodef--wp .page-numbers:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1)
}

.qodef-m-pagination.qodef--wp .page-numbers * {
    display: inline-block;
    line-height: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
    margin-left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
    margin-right: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.dots:after {
    display: none
}

.qodef-m-pagination.qodef--wp .page-numbers .qodef--next {
    margin-right: 9px
}

body:not([class*=makao-core]) .qodef-m-pagination.qodef--wp .page-numbers .qodef--next {
    margin-right: 0
}

.qodef-m-pagination.qodef--wp .page-numbers .qodef--prev {
    margin-left: 9px
}

body:not([class*=makao-core]) .qodef-m-pagination.qodef--wp .page-numbers .qodef--prev {
    margin-left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next,.qodef-m-pagination.qodef--wp .page-numbers.prev {
    position: absolute;
    top: 1px;
    font-size: 30px
}

.qodef-m-pagination.qodef--wp .page-numbers.next:before,.qodef-m-pagination.qodef--wp .page-numbers.prev:before {
    display: none
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    position: relative;
    top: 2px;
    display: none
}

body:not([class*=makao-core]) .qodef-m-pagination.qodef--wp .page-numbers.next svg,body:not([class*=makao-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    display: inline-block
}

body:not([class*=makao-core]) .qodef-m-pagination.qodef--wp .page-numbers.next,body:not([class*=makao-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev {
    top: 0;
    font-size: 11px;
    font-weight: 700
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
    margin-right: 6px;
    font-size: 11px;
    left: -8px
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    margin-right: 8px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
    margin-left: 6px;
    font-size: 11px;
    right: -8px
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg {
    margin-left: 8px
}

.qodef-m-pagination.qodef--wp .page-numbers.current:after,.qodef-m-pagination.qodef--wp .page-numbers:hover:after {
    opacity: 1
}

.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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    position: relative;
    margin: 0 7px;
    padding: 0 7px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #333
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    font-size: 13px;
    font-weight: 400;
    color: #333
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
    margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
    margin-right: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1),-webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:before {
    display: none
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    position: absolute;
    top: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-next-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-prev-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-next-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-prev-label {
    position: relative;
    font-size: 11px;
    font-weight: 700
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-next-label:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-prev-label:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-next-label:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-prev-label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #ababab;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

@media only screen and (max-width: 680px) {
    .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-next-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-prev-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-next-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-prev-label {
        display:none
    }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-icon-linear-icons,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-icon-linear-icons {
    position: relative;
    top: 1px;
    font-weight: 600
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:before,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:before {
    display: none
}

body:not([class*=makao-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,body:not([class*=makao-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    top: 0;
    font-size: 11px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    margin-right: 25px;
    margin-left: -5px;
    left: 0;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    margin-left: 6px;
    margin-right: -5px;
    right: 0;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1)
}

.qodef-m-pagination.qodef--load-more {
    text-align: center;
    margin-top: 49px
}

.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;
    color: #333;
    padding: 14px 43px
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button:hover {
    color: #333
}

.qodef-m-pagination.qodef--infinite-scroll {
    text-align: center
}

.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    line-height: 1;
    color: #08422c;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before {
    display: block;
    line-height: inherit
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .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-loading-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px);
    font-size: 32px;
    line-height: 1;
    color: #08422c;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
    display: block;
    line-height: inherit
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
    opacity: 1;
    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-infinite-scroll-spinner {
    opacity: 1;
    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: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    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;
    margin-right: 8px;
    padding: 0 3px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    margin-right: 21px
}

.qodef-single-links a:last-child,.qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
    margin-right: 0
}

.qodef-single-links>a:hover>span:after,.qodef-single-links>span:hover>span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #ababab
}

.qodef-single-links .current>span {
    color: #909090
}

.qodef-single-links .current:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #ababab
}

.qodef-single-links>span:not(.qodef-m-single-links-title) {
    color: #08422c
}

.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 .qodef-e-search-heading-title {
    margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
    width: 100%;
    margin: 0
}

.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-search .qodef-e-search-heading .qodef-search-form button,.qodef-search .qodef-e-search-heading .qodef-search-form input {
    height: 50px;
    padding: 10px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 30px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

.qodef-search .qodef-e-search-heading .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
    border-color: #333
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 15px;
    text-align: center;
    background-color: #08422c;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    overflow: hidden
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span {
    display: block;
    line-height: inherit
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span:before {
    display: block;
    line-height: inherit;
    position: relative;
    z-index: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg,#08422c 35%,#08422c 35%,rgba(65,110,93,.5),rgba(65,110,93,.5),rgba(8,66,44,.5));
    background-position: 100% 50%;
    background-size: 300% 300%;
    z-index: 0;
    -webkit-transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    opacity: 0
}

.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
    color: #fff
}

.qodef-search .qodef-e-search-heading .qodef-search-form button:hover span:after {
    opacity: 1;
    background-position: 1% 50%;
    -webkit-transition: opacity 0s ease-out 0s,background-position .5s ease-out;
    transition: opacity 0s ease-out 0s,background-position .5s ease-out
}

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

#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 337px;
    background-color: #fafafa
}

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 680px) {
    .qodef-page-title .qodef-m-content {
        -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
}

.widget {
    margin: 0 0 35px
}

.widget:last-child {
    margin-bottom: 0!important
}

.widget .qodef-widget-title {
    margin: 0 0 30px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333;
    font-family: Muli,sans-serif
}

.widget .qodef-widget-title a {
    color: inherit
}

.widget .qodef-widget-title a:hover {
    color: #08422c
}

.widget a {
    color: inherit
}

.widget a:hover {
    color: #08422c
}

.widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 5px
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}

.widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
    margin-bottom: 20px
}

.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 46px;
    margin: 8px 0 0;
    padding: 11px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0
}

.widget.widget_archive .select2,.widget.widget_categories .select2,.widget.widget_text .select2 {
    margin-bottom: 0;
    border: 1px solid #ddd
}

.widget.widget_categories {
    margin: 0 0 30px
}

.widget.widget_categories .qodef-widget-title {
    margin: 0 0 21px
}

.widget.widget_categories ul li {
    margin: 0 0 0 15px;
    line-height: 2.143em
}

.widget.widget_categories ul li:hover a {
    color: #08422c
}

.widget.widget_calendar {
    width: 100%
}

.widget.widget_calendar table {
    table-layout: fixed
}

.widget.widget_calendar table td,.widget.widget_calendar table th {
    text-align: center
}

.widget.widget_calendar #today {
    color: #fff;
    background-color: #08422c
}

.widget.widget_calendar #today a {
    color: inherit
}

.widget.widget_calendar tfoot td,.widget.widget_calendar tfoot tr {
    border: 0
}

.widget.widget_calendar tfoot a {
    color: #444
}

.widget.widget_calendar tfoot a:hover {
    color: #08422c
}

.widget.widget_text img {
    display: block
}

.widget.widget_rss ul li {
    margin-bottom: 25px
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

.widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.widget.widget_rss ul .rssSummary {
    margin-top: 5px
}

.widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}

.widget.widget_search .qodef-widget-title {
    margin-bottom: 38px
}

.widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 100%
}

.widget.widget_search button,.widget.widget_search input {
    height: 40px;
    padding: 7px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

.widget.widget_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    height: 40px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-right: 0;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

.widget.widget_search input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_search input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_search input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_search input::placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_search input:focus {
    border: 1px solid #08422c
}

.widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    padding: 7px 13px;
    overflow: hidden
}

body:not([class*=makao-core]) .widget.widget_search button {
    padding: 0;
    letter-spacing: 0
}

.widget.widget_search button span {
    display: block;
    line-height: inherit
}

.widget.widget_search button span:before {
    display: block;
    line-height: inherit;
    position: relative;
    z-index: 1
}

.widget.widget_search button:hover {
    color: #fff
}

.widget.widget_makao_core_blog_list .qodef-shortcode {
    margin-top: 3px
}

.widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-media-image {
    display: inline-block;
    vertical-align: middle
}

.widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-content {
    display: inline-block;
    vertical-align: middle;
    width: 51%
}

.widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-title a {
    color: #333
}

.widget.widget_tag_cloud {
    margin: 0 0 30px
}

.widget.widget_tag_cloud .qodef-widget-title {
    margin: 0 0 24px
}

.widget.widget_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

.widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #444;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.widget.widget_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

.widget.widget_tag_cloud .tagcloud a:hover {
    color: #08422c
}

.widget.widget_makao_core_instagram_list {
    margin: 0 0 7px
}

.widget.widget_makao_core_instagram_list .qodef-widget-title {
    margin: 0 0 7px;
    background-color: transparent;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.widget.widget_media_image {
    margin-bottom: 0
}

.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 38px
}

.widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

.widget.widget_media_image img {
    display: block
}

.widget.widget_media_image img.qodef-sidearea-logo {
    max-width: 50%!important;
    margin: 0 auto
}

#qodef-top-area .widget {
    margin: 0 0 0;
    color: #fff
}

#qodef-top-area .widget:last-child {
    margin-bottom: 0!important
}

#qodef-top-area .widget .qodef-widget-title {
    margin: 0 0 30px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333;
    font-family: Muli,sans-serif;
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title a {
    color: inherit
}

#qodef-top-area .widget .qodef-widget-title a:hover {
    color: #fff
}

#qodef-top-area .widget a {
    color: inherit
}

#qodef-top-area .widget a:hover {
    color: #fff
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 5px
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_archive select,#qodef-top-area .widget.widget_categories select,#qodef-top-area .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 24px;
    margin: 8px 0 0;
    padding: 0 10px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0
}

#qodef-top-area .widget.widget_archive .select2,#qodef-top-area .widget.widget_categories .select2,#qodef-top-area .widget.widget_text .select2 {
    margin-bottom: 0;
    border: 1px solid #ddd
}

#qodef-top-area .widget.widget_categories {
    margin: 0 0 30px
}

#qodef-top-area .widget.widget_categories .qodef-widget-title {
    margin: 0 0 21px
}

#qodef-top-area .widget.widget_categories ul li {
    margin: 0 0 0 15px;
    line-height: 2.143em
}

#qodef-top-area .widget.widget_categories ul li:hover a {
    color: #08422c
}

#qodef-top-area .widget.widget_calendar {
    width: 100%
}

#qodef-top-area .widget.widget_calendar table {
    table-layout: fixed
}

#qodef-top-area .widget.widget_calendar table td,#qodef-top-area .widget.widget_calendar table th {
    text-align: center
}

#qodef-top-area .widget.widget_calendar #today {
    color: #fff;
    background-color: #fff
}

#qodef-top-area .widget.widget_calendar #today a {
    color: inherit
}

#qodef-top-area .widget.widget_calendar tfoot td,#qodef-top-area .widget.widget_calendar tfoot tr {
    border: 0
}

#qodef-top-area .widget.widget_calendar tfoot a {
    color: #cdcdcd
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
    color: #fff
}

#qodef-top-area .widget.widget_text img {
    display: block
}

#qodef-top-area .widget.widget_rss ul li {
    margin-bottom: 25px
}

#qodef-top-area .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

#qodef-top-area .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-top-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}

#qodef-top-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}

#qodef-top-area .widget.widget_search .qodef-widget-title {
    margin-bottom: 38px
}

#qodef-top-area .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 100%;
    width: 82%
}

#qodef-top-area .widget.widget_search button,#qodef-top-area .widget.widget_search input {
    height: 40px;
    padding: 7px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

#qodef-top-area .widget.widget_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 60px;
    height: 40px;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #cdcdcd;
    border-right: 0;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

#qodef-top-area .widget.widget_search input::-webkit-input-placeholder {
    color: transparent;
    opacity: 1
}

#qodef-top-area .widget.widget_search input::-moz-placeholder {
    color: transparent;
    opacity: 1
}

#qodef-top-area .widget.widget_search input:-ms-input-placeholder {
    color: transparent;
    opacity: 1
}

#qodef-top-area .widget.widget_search input::-ms-input-placeholder {
    color: transparent;
    opacity: 1
}

#qodef-top-area .widget.widget_search input::placeholder {
    color: transparent;
    opacity: 1
}

#qodef-top-area .widget.widget_search input:focus {
    border: 1px solid #08422c
}

#qodef-top-area .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: #cdcdcd;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    padding: 7px 13px;
    overflow: hidden
}

body:not([class*=makao-core]) #qodef-top-area .widget.widget_search button {
    padding: 0;
    letter-spacing: 0
}

#qodef-top-area .widget.widget_search button span {
    display: block;
    line-height: inherit
}

#qodef-top-area .widget.widget_search button span:before {
    display: block;
    line-height: inherit;
    position: relative;
    z-index: 1
}

#qodef-top-area .widget.widget_search button:hover {
    color: #fff;
    background-color: #08422c;
    background: #08422c
}

#qodef-top-area .widget.widget_makao_core_blog_list .qodef-shortcode {
    margin-top: 3px
}

#qodef-top-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qodef-top-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-media-image {
    display: inline-block;
    vertical-align: middle
}

#qodef-top-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-content {
    display: inline-block;
    vertical-align: middle;
    width: 51%
}

#qodef-top-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-title a {
    color: #333
}

#qodef-top-area .widget.widget_tag_cloud {
    margin: 0 0 30px
}

#qodef-top-area .widget.widget_tag_cloud .qodef-widget-title {
    margin: 0 0 24px
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #cdcdcd;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff
}

#qodef-top-area .widget.widget_makao_core_instagram_list {
    margin: 0 0 7px
}

#qodef-top-area .widget.widget_makao_core_instagram_list .qodef-widget-title {
    margin: 0 0 7px;
    background-color: transparent;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-top-area .widget.widget_media_image {
    margin-bottom: 0
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 38px
}

#qodef-top-area .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

#qodef-top-area .widget.widget_media_image img {
    display: block
}

#qodef-top-area .widget.widget_media_image img.qodef-sidearea-logo {
    max-width: 50%!important;
    margin: 0 auto
}

#qodef-page-footer .widget {
    margin: 0 0 35px;
    color: #444
}

#qodef-page-footer .widget:last-child {
    margin-bottom: 0!important
}

#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 18px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333;
    font-family: Muli,sans-serif;
    background-color: transparent;
    border: none;
    text-transform: none;
    padding: 0;
    font-family: "Cormorant Garamond";
    color: #333
}

#qodef-page-footer .widget .qodef-widget-title a {
    color: inherit
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
    color: #08422c
}

#qodef-page-footer .widget a {
    color: inherit
}

#qodef-page-footer .widget a:hover {
    color: #08422c
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 8px
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 8px;
    margin-left: 1em;
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_archive select,#qodef-page-footer .widget.widget_categories select,#qodef-page-footer .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 46px;
    margin: 8px 0 0;
    padding: 11px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0
}

#qodef-page-footer .widget.widget_archive .select2,#qodef-page-footer .widget.widget_categories .select2,#qodef-page-footer .widget.widget_text .select2 {
    margin-bottom: 0;
    border: 1px solid #ddd
}

#qodef-page-footer .widget.widget_categories {
    margin: 0 0 30px
}

#qodef-page-footer .widget.widget_categories .qodef-widget-title {
    margin: 0 0 21px
}

#qodef-page-footer .widget.widget_categories ul li {
    margin: 0 0 0 15px;
    line-height: 2.143em
}

#qodef-page-footer .widget.widget_categories ul li:hover a {
    color: #08422c
}

#qodef-page-footer .widget.widget_calendar {
    width: 100%
}

#qodef-page-footer .widget.widget_calendar table {
    table-layout: fixed
}

#qodef-page-footer .widget.widget_calendar table td,#qodef-page-footer .widget.widget_calendar table th {
    text-align: center
}

#qodef-page-footer .widget.widget_calendar #today {
    color: #fff;
    background-color: #08422c
}

#qodef-page-footer .widget.widget_calendar #today a {
    color: inherit
}

#qodef-page-footer .widget.widget_calendar tfoot td,#qodef-page-footer .widget.widget_calendar tfoot tr {
    border: 0
}

#qodef-page-footer .widget.widget_calendar tfoot a {
    color: #444
}

#qodef-page-footer .widget.widget_calendar tfoot a:hover {
    color: #08422c
}

#qodef-page-footer .widget.widget_text img {
    display: block
}

#qodef-page-footer .widget.widget_rss ul li {
    margin-bottom: 25px
}

#qodef-page-footer .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-page-footer .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}

#qodef-page-footer .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}

#qodef-page-footer .widget.widget_search .qodef-widget-title {
    margin-bottom: 26px
}

#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 100%
}

#qodef-page-footer .widget.widget_search button,#qodef-page-footer .widget.widget_search input {
    height: 40px;
    padding: 7px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

#qodef-page-footer .widget.widget_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    height: 40px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-right: 0;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

#qodef-page-footer .widget.widget_search input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_search input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_search input::placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_search input:focus {
    border: 1px solid #08422c
}

#qodef-page-footer .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    padding: 7px 13px;
    overflow: hidden
}

body:not([class*=makao-core]) #qodef-page-footer .widget.widget_search button {
    padding: 0;
    letter-spacing: 0
}

#qodef-page-footer .widget.widget_search button span {
    display: block;
    line-height: inherit
}

#qodef-page-footer .widget.widget_search button span:before {
    display: block;
    line-height: inherit;
    position: relative;
    z-index: 1
}

#qodef-page-footer .widget.widget_search button:hover {
    color: #fff
}

#qodef-page-footer .widget.widget_makao_core_blog_list .qodef-shortcode {
    margin-top: 3px
}

#qodef-page-footer .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qodef-page-footer .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-media-image {
    display: inline-block;
    vertical-align: middle
}

#qodef-page-footer .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-content {
    display: inline-block;
    vertical-align: middle;
    width: 51%
}

#qodef-page-footer .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-title a {
    color: #333
}

#qodef-page-footer .widget.widget_tag_cloud {
    margin: 0 0 30px
}

#qodef-page-footer .widget.widget_tag_cloud .qodef-widget-title {
    margin: 0 0 24px
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #444;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
    color: #08422c
}

#qodef-page-footer .widget.widget_makao_core_instagram_list {
    margin: 0 0 7px
}

#qodef-page-footer .widget.widget_makao_core_instagram_list .qodef-widget-title {
    margin: 0 0 7px;
    background-color: transparent;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-page-footer .widget.widget_media_image {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 26px
}

#qodef-page-footer .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

#qodef-page-footer .widget.widget_media_image img {
    display: block
}

#qodef-page-footer .widget.widget_media_image img.qodef-sidearea-logo {
    max-width: 50%!important;
    margin: 0 auto
}

#qodef-side-area .widget {
    margin: 0 0 35px;
    color: #666
}

#qodef-side-area .widget:last-child {
    margin-bottom: 0!important
}

#qodef-side-area .widget .qodef-widget-title {
    margin: 0 0 30px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333;
    font-family: Muli,sans-serif;
    color: #444
}

#qodef-side-area .widget .qodef-widget-title a {
    color: inherit
}

#qodef-side-area .widget .qodef-widget-title a:hover {
    color: #08422c
}

#qodef-side-area .widget a {
    color: inherit
}

#qodef-side-area .widget a:hover {
    color: #08422c
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 5px
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_archive select,#qodef-side-area .widget.widget_categories select,#qodef-side-area .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 46px;
    margin: 8px 0 0;
    padding: 11px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0
}

#qodef-side-area .widget.widget_archive .select2,#qodef-side-area .widget.widget_categories .select2,#qodef-side-area .widget.widget_text .select2 {
    margin-bottom: 0;
    border: 1px solid #ddd
}

#qodef-side-area .widget.widget_categories {
    margin: 0 0 30px
}

#qodef-side-area .widget.widget_categories .qodef-widget-title {
    margin: 0 0 21px
}

#qodef-side-area .widget.widget_categories ul li {
    margin: 0 0 0 15px;
    line-height: 2.143em
}

#qodef-side-area .widget.widget_categories ul li:hover a {
    color: #08422c
}

#qodef-side-area .widget.widget_calendar {
    width: 100%
}

#qodef-side-area .widget.widget_calendar table {
    table-layout: fixed
}

#qodef-side-area .widget.widget_calendar table td,#qodef-side-area .widget.widget_calendar table th {
    text-align: center
}

#qodef-side-area .widget.widget_calendar #today {
    color: #fff;
    background-color: #08422c
}

#qodef-side-area .widget.widget_calendar #today a {
    color: inherit
}

#qodef-side-area .widget.widget_calendar tfoot td,#qodef-side-area .widget.widget_calendar tfoot tr {
    border: 0
}

#qodef-side-area .widget.widget_calendar tfoot a {
    color: #666
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
    color: #08422c
}

#qodef-side-area .widget.widget_text img {
    display: block
}

#qodef-side-area .widget.widget_rss ul li {
    margin-bottom: 25px
}

#qodef-side-area .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-side-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}

#qodef-side-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}

#qodef-side-area .widget.widget_search .qodef-widget-title {
    margin-bottom: 38px
}

#qodef-side-area .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 100%
}

#qodef-side-area .widget.widget_search button,#qodef-side-area .widget.widget_search input {
    height: 40px;
    padding: 7px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

#qodef-side-area .widget.widget_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    height: 40px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-right: 0;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

#qodef-side-area .widget.widget_search input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-side-area .widget.widget_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-side-area .widget.widget_search input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-side-area .widget.widget_search input::placeholder {
    color: inherit;
    opacity: 1
}

#qodef-side-area .widget.widget_search input:focus {
    border: 1px solid #08422c
}

#qodef-side-area .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    padding: 7px 13px;
    overflow: hidden
}

body:not([class*=makao-core]) #qodef-side-area .widget.widget_search button {
    padding: 0;
    letter-spacing: 0
}

#qodef-side-area .widget.widget_search button span {
    display: block;
    line-height: inherit
}

#qodef-side-area .widget.widget_search button span:before {
    display: block;
    line-height: inherit;
    position: relative;
    z-index: 1
}

#qodef-side-area .widget.widget_search button:hover {
    color: #fff
}

#qodef-side-area .widget.widget_makao_core_blog_list .qodef-shortcode {
    margin-top: 3px
}

#qodef-side-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qodef-side-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-media-image {
    display: inline-block;
    vertical-align: middle
}

#qodef-side-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-content {
    display: inline-block;
    vertical-align: middle;
    width: 51%
}

#qodef-side-area .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-title a {
    color: #333
}

#qodef-side-area .widget.widget_tag_cloud {
    margin: 0 0 30px
}

#qodef-side-area .widget.widget_tag_cloud .qodef-widget-title {
    margin: 0 0 24px
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #666;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
    color: #08422c
}

#qodef-side-area .widget.widget_makao_core_instagram_list {
    margin: 0 0 7px
}

#qodef-side-area .widget.widget_makao_core_instagram_list .qodef-widget-title {
    margin: 0 0 7px;
    background-color: transparent;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-side-area .widget.widget_media_image {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 38px
}

#qodef-side-area .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

#qodef-side-area .widget.widget_media_image img {
    display: block
}

#qodef-side-area .widget.widget_media_image img.qodef-sidearea-logo {
    max-width: 50%!important;
    margin: 0 auto
}

.qodef-mega-menu-widget-holder .widget {
    margin: 0 0 35px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget:last-child {
    margin-bottom: 0!important
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
    margin: 0 0 30px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333;
    font-family: Muli,sans-serif;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
    color: inherit
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
    color: #08422c
}

.qodef-mega-menu-widget-holder .widget a {
    color: inherit
}

.qodef-mega-menu-widget-holder .widget a:hover {
    color: #08422c
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 5px
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_archive select,.qodef-mega-menu-widget-holder .widget.widget_categories select,.qodef-mega-menu-widget-holder .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 46px;
    margin: 8px 0 0;
    padding: 11px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0
}

.qodef-mega-menu-widget-holder .widget.widget_archive .select2,.qodef-mega-menu-widget-holder .widget.widget_categories .select2,.qodef-mega-menu-widget-holder .widget.widget_text .select2 {
    margin-bottom: 0;
    border: 1px solid #ddd
}

.qodef-mega-menu-widget-holder .widget.widget_categories {
    margin: 0 0 30px
}

.qodef-mega-menu-widget-holder .widget.widget_categories .qodef-widget-title {
    margin: 0 0 21px
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li {
    margin: 0 0 0 15px;
    line-height: 2.143em
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li:hover a {
    color: #08422c
}

.qodef-mega-menu-widget-holder .widget.widget_calendar {
    width: 100%
}

.qodef-mega-menu-widget-holder .widget.widget_calendar table {
    table-layout: fixed
}

.qodef-mega-menu-widget-holder .widget.widget_calendar table td,.qodef-mega-menu-widget-holder .widget.widget_calendar table th {
    text-align: center
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
    color: #fff;
    background-color: #08422c
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today a {
    color: inherit
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr {
    border: 0
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
    color: #08422c
}

.qodef-mega-menu-widget-holder .widget.widget_text img {
    display: block
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul li {
    margin-bottom: 25px
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title {
    margin-bottom: 38px
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 100%
}

.qodef-mega-menu-widget-holder .widget.widget_search button,.qodef-mega-menu-widget-holder .widget.widget_search input {
    height: 40px;
    padding: 7px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

.qodef-mega-menu-widget-holder .widget.widget_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    height: 40px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-right: 0;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

.qodef-mega-menu-widget-holder .widget.widget_search input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-mega-menu-widget-holder .widget.widget_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-mega-menu-widget-holder .widget.widget_search input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-mega-menu-widget-holder .widget.widget_search input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-mega-menu-widget-holder .widget.widget_search input::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-mega-menu-widget-holder .widget.widget_search input:focus {
    border: 1px solid #08422c
}

.qodef-mega-menu-widget-holder .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    padding: 7px 13px;
    overflow: hidden
}

body:not([class*=makao-core]) .qodef-mega-menu-widget-holder .widget.widget_search button {
    padding: 0;
    letter-spacing: 0
}

.qodef-mega-menu-widget-holder .widget.widget_search button span {
    display: block;
    line-height: inherit
}

.qodef-mega-menu-widget-holder .widget.widget_search button span:before {
    display: block;
    line-height: inherit;
    position: relative;
    z-index: 1
}

.qodef-mega-menu-widget-holder .widget.widget_search button:hover {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_blog_list .qodef-shortcode {
    margin-top: 3px
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-media-image {
    display: inline-block;
    vertical-align: middle
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-content {
    display: inline-block;
    vertical-align: middle;
    width: 51%
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_blog_list .qodef-shortcode article .qodef-e-inner .qodef-e-title a {
    color: #333
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud {
    margin: 0 0 30px
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .qodef-widget-title {
    margin: 0 0 24px
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #fff;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover {
    color: #08422c
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_instagram_list {
    margin: 0 0 7px
}

.qodef-mega-menu-widget-holder .widget.widget_makao_core_instagram_list .qodef-widget-title {
    margin: 0 0 7px;
    background-color: transparent;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.qodef-mega-menu-widget-holder .widget.widget_media_image {
    margin-bottom: 0
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 38px
}

.qodef-mega-menu-widget-holder .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top
}

.qodef-mega-menu-widget-holder .widget.widget_media_image img {
    display: block
}

.qodef-mega-menu-widget-holder .widget.widget_media_image img.qodef-sidearea-logo {
    max-width: 50%!important;
    margin: 0 auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear {
    display: none
}

input[type=text]::-ms-clear {
    display: none
}

#qodef-page-sidebar .widget_nav_menu {
    background-color: #fafafa;
    border: 1px solid #ddd
}

#qodef-page-sidebar .widget_nav_menu .qodef-widget-title {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 0 0 13px;
    background-color: transparent;
    border: none;
    text-transform: none;
    padding: 44px 28px 7px 28px;
    color: #333
}

#qodef-page-sidebar .widget_nav_menu .menu {
    padding: 0 33px 36px 33px
}

#qodef-page-sidebar .widget_nav_menu .menu li {
    margin: 0 0 14px
}

#qodef-page-sidebar .widget.widget_makao_core_instagram_list .qodef-widget-title {
    margin: 0 0 33px;
    background-color: #fafafa;
    color: #333
}

#qodef-page-sidebar .widget.widget_text {
    margin-bottom: 27px
}

@media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .widget.widget_text .textwidget * {
        text-align:left!important
    }
}

#qodef-top-area .widget.widget_search .qodef-search-form-inner {
    width: 185px
}

#qodef-top-area .widget.widget_search button,#qodef-top-area .widget.widget_search input {
    height: 14px;
    line-height: 1em
}

#qodef-top-area .widget.widget_search input {
    padding: 0 0 2px;
    color: #cdcdcd;
    font-size: 13px
}

#qodef-top-area .widget.widget_search button {
    padding: 0 0 0 10px
}

#qodef-top-area .widget.widget_search button span:after {
    display: none
}

#qodef-top-area .widget.widget_search button:hover {
    color: #fff
}

#qodef-page-footer .widget.widget_text {
    margin: 0 0 10px
}

.qodef-side-area-custom .widget_makao_core_separator {
    margin: 0
}

#qodef-top-area .widget.widget_search input:focus {
    border-bottom-color: #fff
}

.widget.widget_product_tag_cloud {
    margin: 0 0 21px
}

.qodef-search-form.wp-block-search .qodef-search-form-inner {
    border: none!important
}

.qodef-search-form.wp-block-search .qodef-search-form-field {
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 7px 20px
}

.qodef-search-form.wp-block-search .qodef-search-form-field::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-form.wp-block-search .qodef-search-form-field::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-form.wp-block-search .qodef-search-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-form.wp-block-search .qodef-search-form-field::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-form.wp-block-search .qodef-search-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .qodef-search-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .qodef-search-form-field {
    margin-right: 5px
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .qodef-search-form-button {
    width: 41px;
    height: 40px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button .qodef-search-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button .qodef-search-form-button {
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative;
    font-family: Muli,sans-serif;
    font-size: 11px!important;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #333
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button .qodef-search-form-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button .qodef-search-form-button:hover {
    background: 0 0
}

.qodef-search-form.wp-block-search.wp-block-search__button-outside.wp-block-search__text-button .qodef-search-form-button:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

.qodef-search-form.wp-block-search.wp-block-search__button-inside .qodef-search-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-search-form.wp-block-search.wp-block-search__button-inside .qodef-search-form-field {
    width: 100%
}

.qodef-search-form.wp-block-search.wp-block-search__button-inside .qodef-search-form-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: 0 0;
    border: 0;
    cursor: pointer;
    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-search-form.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .qodef-search-form-field {
    padding-left: 20px;
    padding-right: 60px
}

.qodef-search-form.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .qodef-search-form-button {
    width: 41px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: inherit;
    background-color: #08422c;
    color: #fff
}

.qodef-search-form.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .qodef-search-form-field {
    padding-left: 20px;
    padding-right: 75px
}

.qodef-search-form.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .qodef-search-form-button {
    width: auto;
    padding: 0 10px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    color: #333
}

.qodef-search-form.wp-block-search .qodef-search-form-inner {
    position: relative
}

#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: 17px;
    left: -1px;
    height: 26px;
    width: 58px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 11px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale,#yith-quick-view-modal .qodef-woo-product-mark.qodef-woo-onsale,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale {
    background-color: #08422c
}

#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,#yith-quick-view-modal .qodef-woo-product-mark.qodef-out-of-stock,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock {
    background-color: #bca729
}

#qodef-woo-page .qodef-woo-product-mark.qodef-new,#yith-quick-view-modal .qodef-woo-product-mark.qodef-new,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-new {
    background-color: #571e35;
    right: 0;
    left: unset
}

#qodef-woo-page .woocommerce-tabs .qodef-product-tabs-line,#yith-quick-view-modal .woocommerce-tabs .qodef-product-tabs-line,.qodef-woo-shortcode .woocommerce-tabs .qodef-product-tabs-line {
    position: absolute!important;
    left: 0;
    -webkit-transform: translateX(-41px);
    -ms-transform: translateX(-41px);
    transform: translateX(-41px);
    bottom: -1px;
    height: 0;
    border-top: 1px solid #08422c;
    -webkit-transition: width .4s,left .6s cubic-bezier(.25,.1,.11,.99);
    transition: width .4s,left .6s cubic-bezier(.25,.1,.11,.99)
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page .woocommerce-tabs .qodef-product-tabs-line,#yith-quick-view-modal .woocommerce-tabs .qodef-product-tabs-line,.qodef-woo-shortcode .woocommerce-tabs .qodef-product-tabs-line {
        -webkit-transform:translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

#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 {
    font-size: 14px;
    letter-spacing: .1em;
    color: #08422c;
    font-size: 15px
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star>span,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star>span,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star>span {
    padding-right: 2px
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--initial,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--initial,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--initial {
    color: #ccc
}

#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: #08422c
}

#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: 22px;
    margin: 11px 0 0;
    font-family: Muli,sans-serif;
    font-weight: 400;
    color: #909090
}

#qodef-woo-page .price del,#yith-quick-view-modal .price del,.qodef-woo-shortcode .price del {
    margin-right: 10px
}

#qodef-woo-page .price ins,#yith-quick-view-modal .price ins,.qodef-woo-shortcode .price ins {
    text-decoration: none
}

#qodef-woo-page .added_to_cart,#qodef-woo-page .button,#yith-quick-view-modal .added_to_cart,#yith-quick-view-modal .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 67px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #08422c;
    border: none
}

#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button:hover,#yith-quick-view-modal .added_to_cart:hover,#yith-quick-view-modal .button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button:hover {
    color: #fff;
    background: #08422c;
    border: none
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page .added_to_cart,#qodef-woo-page .button,#yith-quick-view-modal .added_to_cart,#yith-quick-view-modal .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button {
        padding:12px 37px
    }
}

#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,#yith-quick-view-modal .added_to_cart.added,#yith-quick-view-modal .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added {
    display: none
}

body .yith-wcwl-add-to-wishlist {
    margin-top: 16px
}

body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    margin-right: 5px;
    font-size: 15px
}

body .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    color: #08422c;
    font-size: 15px
}

body .qodef-woo-product-list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    display: none
}

#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: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-woo-page .price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin: 2px 0 0;
    color: #909090;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#qodef-woo-page .price del {
    margin-right: 10px;
    color: #c7c7c7
}

#qodef-woo-page .price ins {
    text-decoration: none
}

#qodef-woo-page .qodef-woo-product-button-holder .added_to_cart,#qodef-woo-page .qodef-woo-product-button-holder .button {
    font-weight: 400
}

.qodef-woo-shortcode .qodef-woo-product-button-holder .added_to_cart,.qodef-woo-shortcode .qodef-woo-product-button-holder .button {
    font-weight: 400
}

.woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
    margin-bottom: 36px;
    border: 1px solid #ddd
}

@media only screen and (max-width: 680px) {
    .woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message {
        -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-error .button,.woocommerce-page div.woocommerce .woocommerce-info .button,.woocommerce-page div.woocommerce .woocommerce-message .button {
    padding: 12px 67px;
    margin: 0
}

@media only screen and (max-width: 680px) {
    .woocommerce-page div.woocommerce .woocommerce-error .button,.woocommerce-page div.woocommerce .woocommerce-info .button,.woocommerce-page div.woocommerce .woocommerce-message .button {
        padding:5px 34px;
        margin-bottom: 10px
    }
}

.woocommerce-page div.woocommerce .woocommerce-error[role=alert],.woocommerce-page div.woocommerce .woocommerce-info[role=alert],.woocommerce-page div.woocommerce .woocommerce-message[role=alert] {
    -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 .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.woocommerce-page div.woocommerce .shop_table tr.order-total .woocommerce-Price-amount.amount {
    font-weight: 400;
    color: #333
}

.woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 0 15px 8px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

@media only screen and (max-width: 680px) {
    .woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th {
        padding:15px 0 15px 5px
    }
}

.woocommerce-page div.woocommerce .shop_table td:first-child,.woocommerce-page div.woocommerce .shop_table th:first-child {
    padding-left: 0
}

.woocommerce-page div.woocommerce .shop_table th {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.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__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close,.woocommerce-page .pswp__button.pswp__button--fs,.woocommerce-page .pswp__button.pswp__button--zoom {
    background: 0 0!important
}

.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close:before,.woocommerce-page .pswp__button.pswp__button--fs:before,.woocommerce-page .pswp__button.pswp__button--zoom:before {
    border: 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: 0 0
}

.woocommerce-page .pswp__button--arrow--left:before {
    font-size: 45px;
    content: "\f104"
}

.woocommerce-page .pswp__button--arrow--right:before {
    font-size: 45px;
    content: "\f105"
}

.woocommerce-page .pswp__button.pswp__button--close:before {
    font-size: 17px;
    content: "\f00d"
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
    font-size: 17px;
    content: "\f00e"
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
    font-size: 17px;
    content: "\f010"
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
    font-size: 17px;
    content: "\f0b2"
}

.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow-y: unset!important
}

#yith-quick-view-modal.open .yith-wcqv-wrapper {
    width: 895px!important;
    height: 545px!important;
    -webkit-box-shadow: 3px 5px 18px 0 rgba(0,0,0,.5);
    box-shadow: 3px 5px 18px 0 rgba(0,0,0,.5)
}

@media only screen and (max-width: 768px) {
    #yith-quick-view-modal.open .yith-wcqv-wrapper {
        width:calc(100% - 60px)!important;
        height: auto!important
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal.open .yith-wcqv-wrapper {
        width:calc(100% - 60px)!important
    }
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255,255,255,.8)!important
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

#yith-quick-view-modal .yith-wcqv-main .qodef-woo-product-mark {
    display: none!important
}

#yith-quick-view-modal .yith-wcqv-main .product {
    display: block;
    height: 100%
}

@media only screen and (max-width: 1024px) {
    #yith-quick-view-modal .yith-wcqv-main .qodef-woo-ratings {
        width:auto
    }
}

#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary,#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery {
    height: 100%
}

#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
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
    height: 100%
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>div {
    height: 100%
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>div>a {
    display: block;
    height: 100%
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>div>a>img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 768px) {
    #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        width: 50%
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        width:34%
    }
}

#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary table td,#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary table tr {
    border: none
}

#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .group_table {
    margin-top: -34px;
    margin-bottom: 10px
}

#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) {
    #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
        padding:45px 15px 45px 15px;
        width: 90%
    }
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary {
        width:100%
    }
}

#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .summary-content {
    padding: 0 41px
}

@media only screen and (max-width: 680px) {
    #yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .summary-content {
        padding:0
    }
}

#yith-quick-view-modal .yith-wcqv-main .summary.entry-summary .summary-content h1 {
    margin-top: 0
}

#yith-quick-view-modal .summary-content .product_title {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 45px;
    line-height: 1.22em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 25px 0 6px 0
}

#yith-quick-view-modal .product_meta {
    display: none;
    margin-top: 25px;
    margin-bottom: 9px
}

#yith-quick-view-modal .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    margin-top: 23px;
    display: block
}

#yith-quick-view-modal .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    margin-right: 5px;
    font-size: 15px
}

#yith-quick-view-modal .yith-wcqv-close {
    color: transparent
}

#yith-quick-view-modal .yith-wcqv-close:after {
    font-family: Linearicons-Free;
    content: "\e870";
    color: #666;
    font-size: 29px;
    position: absolute;
    right: 20px;
    top: 20px
}

#yith-quick-view-modal .yith-wcqv-close:hover {
    color: transparent
}

#yith-quick-view-modal .yith-wcqv-close:hover:after {
    color: #08422c
}

.woocommerce-cart .woocommerce-cart-form {
    margin-top: 21px
}

@media only screen and (max-width: 680px) {
    .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
        padding:12px 30px!important;
        width: 100%!important;
        text-align: center
    }
}

.woocommerce .woocommerce-form-track-order p:first-child {
    padding-right: 10%
}

.woocommerce .woocommerce-form-track-order .button {
    margin-top: 11px!important;
    padding: 13px 62px;
    overflow: hidden;
    background-color: transparent
}

.woocommerce .woocommerce-form-track-order .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #08422c;
    z-index: -1
}

.woocommerce .woocommerce-form-track-order .button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg,#08422c 35%,#08422c 35%,rgba(65,110,93,.5),rgba(65,110,93,.5),rgba(8,66,44,.5));
    background-position: 100% 50%;
    background-size: 300% 300%;
    z-index: -1;
    -webkit-transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    opacity: 0
}

.woocommerce .woocommerce-form-track-order .button:hover:after {
    opacity: 1;
    background-position: 1% 50%;
    -webkit-transition: opacity 0s ease-out 0s,background-position .5s ease-out;
    transition: opacity 0s ease-out 0s,background-position .5s ease-out
}

.qodef-browser--ms-explorer #qodef-top-area .widget.widget_search button {
    height: 20px
}

.qodef-browser--ms-explorer .open#yith-quick-view-modal .yith-wcqv-wrapper {
    overflow: hidden
}

.qodef-browser--ms-explorer .open#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
    overflow: hidden
}

.qodef-browser--ms-explorer.qodef-header--vertical #qodef-page-header-inner .qodef-header-logo-link {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px
}

.qodef-browser--ms-explorer .widget_media_image>a {
    display: block
}

body.qodef-browser--ms-explorer #yith-quick-view-modal .qodef-woo-ratings {
    width: 28%
}

.page-id-2128.qodef-browser--ms-explorer .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-add-to-cart-wrapper {
    width: 100%;
    left: 0;
    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-browser--ms-explorer #yith-wcwl-form .shop_table td,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table td.product-stock-status .wishlist-in-stock,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table th.product-stock-status .wishlist-in-stock {
    font-size: 16px!important
}

.qodef-browser--ms-explorer #yith-wcwl-form .shop_table td del,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table td ins,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table td.product-stock-status .wishlist-in-stock del,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table td.product-stock-status .wishlist-in-stock ins,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table th.product-stock-status .wishlist-in-stock del,.qodef-browser--ms-explorer #yith-wcwl-form .shop_table th.product-stock-status .wishlist-in-stock ins {
    font-size: 16px!important
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table.woocommerce-cart-form__contents td,#qodef-woo-page.qodef--cart .shop_table.woocommerce-cart-form__contents th {
        font-size:9px!important
    }
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 70px;
    text-align: center
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
    font-size: 22px;
    font-family: Linearicons-Free
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    width: 136px;
    padding: 38px 19px 38px 9px
}

#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;
    width: 23%
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-name a {
        font-size:20px!important;
        line-height: 22px
    }
}

#qodef-woo-page.qodef--cart .shop_table td.product-price {
    width: 19%;
    color: #909090
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-price {
        font-size:12px!important
    }
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity {
    width: 23%
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
    margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
    color: #333
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
        font-size:12px!important
    }
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
    padding: 29px 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: auto;
    padding-right: 19px;
    float: left
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon button {
    overflow: hidden
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        padding-right:0
    }
}

@media only screen and (max-width: 768px) {
    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        float: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon input {
        margin-bottom: 15px
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon button {
        margin: 15px 0
    }
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 0;
    margin-top: 0!important
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
        width:100%!important
    }
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
    display: none
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
    width: 191px;
    margin-right: 23px;
    margin-top: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
    float: left;
    margin-top: 0!important;
    overflow: hidden
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
        width:100%
    }
}

#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: 16%
}

#qodef-woo-page.qodef--cart .cart_totals,#qodef-woo-page.qodef--cart .cross-sells {
    margin-top: 71px
}

#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 0 0 6px
}

#qodef-woo-page.qodef--cart .cart_totals .shop_table tr th,#qodef-woo-page.qodef--cart .cross-sells .shop_table tr th {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    line-height: 2.9em
}

#qodef-woo-page.qodef--cart .cart_totals .shop_table .woocommerce-Price-amount,#qodef-woo-page.qodef--cart .cross-sells .shop_table .woocommerce-Price-amount {
    color: #333;
    font-weight: 400
}

#qodef-woo-page.qodef--cart .cart_totals .shop_table a,#qodef-woo-page.qodef--cart .cart_totals .shop_table label,#qodef-woo-page.qodef--cart .cart_totals .shop_table p,#qodef-woo-page.qodef--cart .cross-sells .shop_table a,#qodef-woo-page.qodef--cart .cross-sells .shop_table label,#qodef-woo-page.qodef--cart .cross-sells .shop_table p {
    color: #444;
    font-weight: 400;
    margin: 14px 0
}

#qodef-woo-page.qodef--cart .cart_totals .shop_table label,#qodef-woo-page.qodef--cart .cross-sells .shop_table label {
    margin: 19px 0 14px 0
}

#qodef-woo-page.qodef--cart .cart_totals .shop_table a,#qodef-woo-page.qodef--cart .cross-sells .shop_table a {
    margin: 0 0 10px 0
}

#qodef-woo-page.qodef--cart .cart_totals .checkout-button,#qodef-woo-page.qodef--cart .cross-sells .checkout-button {
    overflow: hidden
}

#qodef-woo-page.qodef--cart #shipping_method li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

#qodef-woo-page.qodef--cart #shipping_method li input {
    margin: 0
}

#qodef-woo-page.qodef--cart .shipping-calculator-form {
    margin-top: 20px
}

#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: 28px
}

.woocommerce-page div.woocommerce .cart-empty {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    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;
    text-align: center
}

.woocommerce-page div.woocommerce .return-to-shop {
    margin: 20px 0 0;
    text-align: center
}

.woocommerce-page div.woocommerce .return-to-shop a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 67px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #08422c;
    border: none
}

.woocommerce-page div.woocommerce .return-to-shop a:hover {
    color: #fff;
    background: #08422c;
    border: none
}

.woocommerce-page.woocommerce-account.logged-in .qodef-page-content-section {
    margin: 63px 0 4px
}

.woocommerce-page.woocommerce-account .qodef-page-content-section {
    margin: 31px 0 8px
}

@media only screen and (max-width: 1024px) {
    .woocommerce-page.woocommerce-account .qodef-page-content-section {
        margin:38px 0 23px
    }
}

.woocommerce-page.woocommerce-account .woocommerce-form-login {
    margin-top: 42px
}

@media all and (min-width: 1025px) {
    .woocommerce-page.woocommerce-account .woocommerce-form-login {
        width:60%
    }
}

.woocommerce-page.woocommerce-account .woocommerce-form-login p:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

@media only screen and (max-width: 680px) {
    .woocommerce-page.woocommerce-account .woocommerce-form-login p:nth-last-child(2) {
        -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.woocommerce-account .woocommerce-form-login p:nth-last-child(2) label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 9px;
    margin-top: 0
}

@media only screen and (max-width: 680px) {
    .woocommerce-page.woocommerce-account .woocommerce-form-login p:nth-last-child(2) label {
        margin-left:0;
        margin-top: 15px
    }
}

.woocommerce-page.woocommerce-account .woocommerce-form-login p:nth-last-child(2) input[type=checkbox] {
    margin-bottom: 0
}

.woocommerce-page.woocommerce-account .woocommerce-form-login p:nth-last-child(2) button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 14px 43px;
    margin-top: 0!important
}

.woocommerce-page.woocommerce-account .woocommerce-form-login p.woocommerce-LostPassword a {
    position: relative;
    padding: 0 0 7px
}

.woocommerce-page.woocommerce-account .woocommerce-form-login p.woocommerce-LostPassword a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.woocommerce-page.woocommerce-account .woocommerce-form-login p.woocommerce-LostPassword a:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    width: calc(100% - 105px);
    text-align: right;
    margin-top: 0
}

@media only screen and (max-width: 480px) {
    #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
        display: block;
        text-align: left;
        width: 100%
    }
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
    margin-bottom: 6px
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p button {
    margin-top: 23px
}

#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 #order_review_heading {
    margin: 39px 0 9px
}

#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 .place-order button {
    overflow: hidden
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg,#08422c 35%,#08422c 35%,rgba(65,110,93,.5),rgba(65,110,93,.5),rgba(8,66,44,.5));
    background-position: 100% 50%;
    background-size: 300% 300%;
    z-index: -1;
    -webkit-transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    opacity: 0
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order button:hover:after {
    opacity: 1;
    background-position: 1% 50%;
    -webkit-transition: opacity 0s ease-out 0s,background-position .5s ease-out;
    transition: opacity 0s ease-out 0s,background-position .5s ease-out
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 31px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding-left: 0;
    padding-right: 25px
}

#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: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    cursor: pointer
}

#qodef-woo-page.qodef--checkout .product-quantity {
    font-weight: 400
}

@media only screen and (max-width: 480px) {
    .woocommerce-account .woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox span {
        position:relative;
        top: -1px
    }
}

.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 #ddd
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
    margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #08422c
}

.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    float: left
}

.woocommerce-account .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 5px 34px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #08422c;
    border: none;
    padding: 12px 67px
}

.woocommerce-account .button:hover {
    color: #fff;
    background: #08422c;
    border: none
}

.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-form__input-checkbox {
    margin-left: 0;
    position: relative;
    top: 1px
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin: 0 0 25px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    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 #ddd
}

.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: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px
}

#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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 51px
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page .woocommerce-pagination {
        margin-bottom:86px
    }
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
    position: relative;
    margin: 0 7px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #333
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
    display: block;
    line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #ddd;
    width: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 0;
    -webkit-transition: width .5s cubic-bezier(.26,.63,0,.96);
    transition: width .5s cubic-bezier(.26,.63,0,.96)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after,#qodef-woo-page .woocommerce-pagination .page-numbers.dots:before {
    display: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    position: absolute;
    top: 0;
    color: #333;
    letter-spacing: .2em;
    font-weight: 600
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,#qodef-woo-page .woocommerce-pagination .page-numbers.next:before,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:before {
    display: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next span,#qodef-woo-page .woocommerce-pagination .page-numbers.prev span {
    display: inline-block
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page .woocommerce-pagination .page-numbers.next .qodef-next-label,#qodef-woo-page .woocommerce-pagination .page-numbers.next .qodef-prev-label,#qodef-woo-page .woocommerce-pagination .page-numbers.prev .qodef-next-label,#qodef-woo-page .woocommerce-pagination .page-numbers.prev .qodef-prev-label {
        display:none
    }
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover .qodef-next-label:after,#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover .qodef-prev-label:after,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover .qodef-next-label:after,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover .qodef-prev-label:after {
    opacity: 1
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    margin: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev .qodef-prev-label {
    margin-left: 6px;
    margin-top: 1px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
    margin: 0;
    right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next .qodef-next-label {
    margin-right: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers .qodef-next-label,#qodef-woo-page .woocommerce-pagination .page-numbers .qodef-prev-label {
    position: relative;
    font-size: 11px;
    font-weight: 700
}

#qodef-woo-page .woocommerce-pagination .page-numbers .qodef-icon-linear-icons {
    position: relative;
    top: 1px;
    font-weight: 600
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current:before {
    width: 100%
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current:after {
    display: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current:hover:before {
    width: 100%
}

#qodef-woo-page .woocommerce-pagination .page-numbers:hover:before {
    width: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:hover:after {
    width: 100%;
    -webkit-transition: width .5s cubic-bezier(.26,.63,0,.96);
    transition: width .5s cubic-bezier(.26,.63,0,.96)
}

.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-woo-product-inner {
    height: 100%
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-woo-product-inner .qodef-woo-product-image {
    height: 100%
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-woo-product-inner .qodef-woo-product-image img {
    height: 100%
}

.qodef-woo-product-list.qodef-swiper-container .qodef-woo-product-image-inner {
    left: 1px;
    width: calc(100% - 1px)
}

.qodef-browser--edge .qodef-woo-product-list.qodef-layout--masonry .qodef-woo-product-inner .qodef-woo-product-image,.qodef-browser--ms-explorer .qodef-woo-product-list.qodef-layout--masonry .qodef-woo-product-inner .qodef-woo-product-image {
    width: 100%
}

.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 0
}

.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
    padding: 0 0;
    margin: 0 0 0
}

.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:hover .qodef-woo-product-image-inner {
    opacity: 1
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner:after {
    opacity: .95
}

@-webkit-keyframes qodef-show-elements {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

@keyframes qodef-show-elements {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-button-holder .added_to_cart,.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-button-holder>.button {
    -webkit-animation: qodef-show-elements .5s forwards cubic-bezier(.26,.63,0,.96) .1s;
    animation: qodef-show-elements .5s forwards cubic-bezier(.26,.63,0,.96) .1s
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-button-holder>.yith-wcqv-button {
    -webkit-animation: qodef-show-elements .5s forwards cubic-bezier(.26,.63,0,.96) .2s;
    animation: qodef-show-elements .5s forwards cubic-bezier(.26,.63,0,.96) .2s
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder {
    -webkit-animation: qodef-show-elements .5s forwards cubic-bezier(.26,.63,0,.96) .3s;
    animation: qodef-show-elements .5s forwards cubic-bezier(.26,.63,0,.96) .3s
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
    z-index: 999
}

.qodef-woo-product-list .qodef-woo-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-size: cover;
    border: 1px solid #08422c;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.qodef-woo-product-list .qodef-woo-product-image-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    background-color: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.qodef-woo-product-list .qodef-woo-product-button-holder {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    margin-bottom: 16px;
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s
}

.qodef-woo-product-list .qodef-woo-product-button-holder>* {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    height: 35px!important;
    width: 33px!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0 5px!important;
    background: 0 0!important;
    z-index: 3!important;
    cursor: pointer!important;
    position: relative!important;
    color: #333!important;
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
    visibility: hidden
}

.qodef-woo-product-list .qodef-woo-product-button-holder>:hover {
    color: #08422c!important
}

.qodef-woo-product-list .qodef-woo-product-button-holder>:hover a {
    color: #08422c!important
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.product_type_grouped:before {
    font-family: simple-line-icons!important;
    content: "\e090";
    font-size: 15px;
    display: block
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.add_to_cart_button:before {
    font-family: simple-line-icons!important;
    content: "\e035";
    font-size: 15px;
    display: block
}

body:not([class*=makao-core]) .qodef-woo-product-list .qodef-woo-product-button-holder>.add_to_cart_button:before {
    content: '\1F6D2';
    font-family: initial;
    font-size: 18px
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.add_to_cart_button.added {
    display: none!important
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.added_to_cart:before {
    font-family: simple-line-icons!important;
    content: "\e035";
    font-size: 15px;
    display: block
}

body:not([class*=makao-core]) .qodef-woo-product-list .qodef-woo-product-button-holder>.added_to_cart:before {
    content: '\1F6D2';
    font-family: initial;
    font-size: 18px
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.added_to_cart:after {
    font-family: linea-arrows-10!important;
    content: "\e006";
    font-size: 15px;
    display: block;
    position: absolute;
    right: 1px;
    top: 10px
}

body:not([class*=makao-core]) .qodef-woo-product-list .qodef-woo-product-button-holder>.added_to_cart:after {
    display: none
}

.qodef-woo-product-list .qodef-woo-product-button-holder .button.product_type_simple:not(.add_to_cart_button):before {
    font-family: simple-line-icons!important;
    content: "\e090";
    font-size: 15px;
    display: block
}

body:not([class*=makao-core]) .qodef-woo-product-list .qodef-woo-product-button-holder .button.product_type_simple:not(.add_to_cart_button):before {
    content: '\1F6D2';
    font-family: initial;
    font-size: 18px
}

.qodef-woo-product-list .qodef-woo-product-button-holder .button.product_type_external:before {
    font-family: simple-line-icons!important;
    content: "\e05a";
    font-size: 15px;
    display: block
}

body:not([class*=makao-core]) .qodef-woo-product-list .qodef-woo-product-button-holder .button.product_type_external:before {
    content: '\1F6D2';
    font-family: initial;
    font-size: 18px
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.yith-wcqv-button:before {
    font-family: simple-line-icons!important;
    content: "\e087";
    font-size: 17px;
    display: block
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist {
    margin: 0;
    z-index: 1
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist a span:before {
    font-family: simple-line-icons!important;
    content: "\e08a";
    font-size: 15px;
    display: block
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .single_add_to_wishlist {
    color: #333
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i,.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i {
    margin-right: 0
}

.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i:before,.qodef-woo-product-list .qodef-woo-product-button-holder>.qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i:before {
    font-family: FontAwesome!important;
    content: "\f004";
    color: #08422c;
    font-size: 15px;
    display: block
}

.qodef-woo-product-list .qodef-woo-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 19px 0 46px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qodef-woo-product-list .qodef-woo-product-title {
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-align: left
}

.qodef-woo-product-list .qodef-woo-product-title a {
    color: #333
}

.qodef-woo-product-list .qodef-woo-product-price {
    letter-spacing: 0
}

.qodef-woo-product-list .qodef-woo-product-price.price {
    margin: 3px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #909090;
    z-index: 99;
    text-transform: unset;
    font-size: 15px;
    font-weight: 400
}

.qodef-woo-product-list .qodef-woo-product-categories {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1px;
    text-align: left;
    margin-top: 0
}

.qodef-woo-product-list .qodef-woo-product-categories a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    z-index: 3;
    line-height: 1.7em
}

.qodef-woo-product-list .qodef-woo-product-categories a:hover {
    color: #08422c
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 12px
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
    content: '/'
}

.qodef-woo-product-list .qodef-woo-product-categories a {
    color: #909090;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: unset;
    font-size: 15px
}

.qodef-woo-product-list .qodef-woo-ratings {
    margin-top: 9px;
    display: none
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-browser--firefox .qodef-woo-product-list.qodef-layout--masonry .qodef-woo-product-inner .qodef-woo-product-image {
    width: 100%
}

#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: 15px;
    font-family: inherit;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input {
    position: relative;
    height: 48px;
    width: 48px;
    padding: 0;
    padding: 0 3px 0 0;
    margin: 0 25px 0 0;
    font-family: inherit;
    line-height: 48px;
    outline: 0;
    color: #333;
    background-color: #fff
}

#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: 7px;
    width: 20px;
    height: 24px;
    line-height: 21px;
    border-left: 0;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    color: #231f20;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus {
    top: 0;
    border-bottom: 0
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus {
    bottom: 0
}

.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: 24px
}

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

#qodef-woo-page .woocommerce-product-details__short-description,#yith-quick-view-modal .woocommerce-product-details__short-description {
    margin: 31px 0 39px
}

#qodef-woo-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message,#yith-quick-view-modal.qodef--single .woocommerce-error,#yith-quick-view-modal.qodef--single .woocommerce-info,#yith-quick-view-modal.qodef--single .woocommerce-message {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
    margin-bottom: 36px;
    border: 1px solid #ddd
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message,#yith-quick-view-modal.qodef--single .woocommerce-error,#yith-quick-view-modal.qodef--single .woocommerce-info,#yith-quick-view-modal.qodef--single .woocommerce-message {
        -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-error .button,#qodef-woo-page.qodef--single .woocommerce-info .button,#qodef-woo-page.qodef--single .woocommerce-message .button,#yith-quick-view-modal.qodef--single .woocommerce-error .button,#yith-quick-view-modal.qodef--single .woocommerce-info .button,#yith-quick-view-modal.qodef--single .woocommerce-message .button {
    padding: 12px 67px;
    margin: 0
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-error .button,#qodef-woo-page.qodef--single .woocommerce-info .button,#qodef-woo-page.qodef--single .woocommerce-message .button,#yith-quick-view-modal.qodef--single .woocommerce-error .button,#yith-quick-view-modal.qodef--single .woocommerce-info .button,#yith-quick-view-modal.qodef--single .woocommerce-message .button {
        padding:5px 34px;
        margin-bottom: 10px
    }
}

#qodef-woo-page.qodef--single .woocommerce-error .button,#qodef-woo-page.qodef--single .woocommerce-info .button,#qodef-woo-page.qodef--single .woocommerce-message .button,#yith-quick-view-modal.qodef--single .woocommerce-error .button,#yith-quick-view-modal.qodef--single .woocommerce-info .button,#yith-quick-view-modal.qodef--single .woocommerce-message .button {
    padding: 12px 45px;
    min-width: 175px
}

@media only screen and (max-width: 768px) {
    #qodef-woo-page.qodef--single .woocommerce-error .button,#qodef-woo-page.qodef--single .woocommerce-info .button,#qodef-woo-page.qodef--single .woocommerce-message .button,#yith-quick-view-modal.qodef--single .woocommerce-error .button,#yith-quick-view-modal.qodef--single .woocommerce-info .button,#yith-quick-view-modal.qodef--single .woocommerce-message .button {
        padding:12px 45px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-error .button,#qodef-woo-page.qodef--single .woocommerce-info .button,#qodef-woo-page.qodef--single .woocommerce-message .button,#yith-quick-view-modal.qodef--single .woocommerce-error .button,#yith-quick-view-modal.qodef--single .woocommerce-info .button,#yith-quick-view-modal.qodef--single .woocommerce-message .button {
        padding:12px 45px
    }
}

#qodef-woo-page.qodef--single>.product,#yith-quick-view-modal.qodef--single>.product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner,#yith-quick-view-modal.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 -20px
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner>*,#yith-quick-view-modal.qodef--single .qodef-woo-single-inner>* {
    padding: 0 20px
}

#qodef-woo-page.qodef--single .qodef-woo-single-image,#yith-quick-view-modal.qodef--single .qodef-woo-single-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 150%
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark,#yith-quick-view-modal.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
    -webkit-transform: translateX(170px) rotate(90deg);
    -ms-transform: translateX(170px) rotate(90deg);
    transform: translateX(170px) rotate(90deg)
}

@media only screen and (max-width: 768px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark,#yith-quick-view-modal.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
        -webkit-transform:translateX(140px) rotate(90deg);
        -ms-transform: translateX(140px) rotate(90deg);
        transform: translateX(140px) rotate(90deg)
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark,#yith-quick-view-modal.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
        -webkit-transform:translateX(20px) rotate(90deg);
        -ms-transform: translateX(20px) rotate(90deg);
        transform: translateX(20px) rotate(90deg)
    }
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark.qodef-new,#yith-quick-view-modal.qodef--single .qodef-woo-single-image .qodef-woo-product-mark.qodef-new {
    -webkit-transform: translateX(-20px) rotate(90deg);
    -ms-transform: translateX(-20px) rotate(90deg);
    transform: translateX(-20px) rotate(90deg);
    right: 0;
    left: unset
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg,#yith-quick-view-modal.qodef--single .qodef-woo-single-image .zoomImg {
    cursor: crosshair
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    margin: 0 -6px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    display: block;
    width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    position: relative;
    width: calc(100% - 12px)!important;
    margin: 0 6px;
    overflow: hidden
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    position: relative;
    padding: 0 6px;
    margin-top: 18px;
    height: calc(25% - 14px)
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        margin-top:12px
    }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: calc(20% + 10px)
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
    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 .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img {
    height: calc(100% + 1px);
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img {
        height:auto
    }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    width: calc(100% - 20%)!important
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    width: 20%
}

@media screen and (min-width: 681px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width:100%
    }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.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,#yith-quick-view-modal.qodef--single .entry-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-woo-page.qodef--single .entry-summary>*,#yith-quick-view-modal.qodef--single .entry-summary>* {
    margin-left: 26px
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .entry-summary>*,#yith-quick-view-modal.qodef--single .entry-summary>* {
        margin-left:0
    }
}

#qodef-woo-page.qodef--single .entry-summary .price,#yith-quick-view-modal.qodef--single .entry-summary .price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    margin: 11px 0 0;
    font-family: Muli,sans-serif;
    font-weight: 400;
    color: #909090;
    margin: 13px 0 0 26px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#qodef-woo-page.qodef--single .entry-summary .price del,#yith-quick-view-modal.qodef--single .entry-summary .price del {
    margin-right: 10px
}

#qodef-woo-page.qodef--single .entry-summary .price ins,#yith-quick-view-modal.qodef--single .entry-summary .price ins {
    text-decoration: none
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .entry-summary .price,#yith-quick-view-modal.qodef--single .entry-summary .price {
        margin:13px 0 0 0
    }
}

#qodef-woo-page.qodef--single .entry-summary .qodef-social-title,#yith-quick-view-modal.qodef--single .entry-summary .qodef-social-title {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    text-transform: none;
    font-weight: 600
}

#qodef-woo-page.qodef--single .entry-summary .single_add_to_cart_button,#yith-quick-view-modal.qodef--single .entry-summary .single_add_to_cart_button {
    padding: 12px 45px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating,#yith-quick-view-modal.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: 8px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings,#yith-quick-view-modal.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    margin-right: 10px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link,#yith-quick-view-modal.qodef--single .woocommerce-product-rating .woocommerce-review-link {
    color: #444;
    margin-top: 2px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover,#yith-quick-view-modal.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #333
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description,#yith-quick-view-modal.qodef--single .woocommerce-product-details__short-description {
    margin-top: 30px
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p,#yith-quick-view-modal.qodef--single .woocommerce-product-details__short-description p {
    margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child,#yith-quick-view-modal.qodef--single .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .variations_form.cart,#yith-quick-view-modal.qodef--single .variations_form.cart {
    margin-top: -13px
}

#qodef-woo-page.qodef--single form.cart,#yith-quick-view-modal.qodef--single form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px
}

#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form),#yith-quick-view-modal.qodef--single form.cart .variations_button,#yith-quick-view-modal.qodef--single form.cart:not(.variations_form) {
    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 .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,#yith-quick-view-modal.qodef--single form.cart .variations_button .quantity,#yith-quick-view-modal.qodef--single form.cart:not(.variations_form) .quantity {
    margin-right: 8px
}

#qodef-woo-page.qodef--single form.cart.grouped_form,#yith-quick-view-modal.qodef--single form.cart.grouped_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table,#yith-quick-view-modal.qodef--single form.cart.grouped_form .group_table {
    width: 275px
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th,#yith-quick-view-modal.qodef--single form.cart.grouped_form .group_table td,#yith-quick-view-modal.qodef--single form.cart.grouped_form .group_table th {
    padding: 15px 0;
    vertical-align: middle;
    text-align: left
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tr,#yith-quick-view-modal.qodef--single form.cart.grouped_form .group_table tr {
    border: none
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label,#yith-quick-view-modal.qodef--single form.cart.grouped_form .group_table label {
    margin-bottom: 0;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin-top: -3px
}

#qodef-woo-page.qodef--single form.cart.grouped_form>.button,#yith-quick-view-modal.qodef--single form.cart.grouped_form>.button {
    margin-top: 30px
}

#qodef-woo-page.qodef--single form.cart .group_table tr,#yith-quick-view-modal.qodef--single form.cart .group_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

#qodef-woo-page.qodef--single form.cart .group_table tr.order-total .woocommerce-Price-amount.amount,#yith-quick-view-modal.qodef--single form.cart .group_table tr.order-total .woocommerce-Price-amount.amount {
    font-weight: 400;
    color: #333
}

#qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-modal.qodef--single form.cart .group_table td,#yith-quick-view-modal.qodef--single form.cart .group_table th {
    padding: 15px 0 15px 8px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-modal.qodef--single form.cart .group_table td,#yith-quick-view-modal.qodef--single form.cart .group_table th {
        padding:15px 0 15px 5px
    }
}

#qodef-woo-page.qodef--single form.cart .group_table td:first-child,#qodef-woo-page.qodef--single form.cart .group_table th:first-child,#yith-quick-view-modal.qodef--single form.cart .group_table td:first-child,#yith-quick-view-modal.qodef--single form.cart .group_table th:first-child {
    padding-left: 0
}

#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-modal.qodef--single form.cart .group_table th {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-woo-page.qodef--single form.cart .group_table td ul,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.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,#yith-quick-view-modal.qodef--single form.cart .group_table td ul li label {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .group_table p,#yith-quick-view-modal.qodef--single form.cart .group_table p {
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations,#yith-quick-view-modal.qodef--single form.cart .variations {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .variations .value,#yith-quick-view-modal.qodef--single form.cart .variations .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#qodef-woo-page.qodef--single form.cart .variations tr,#yith-quick-view-modal.qodef--single form.cart .variations tr {
    border: 0
}

#qodef-woo-page.qodef--single form.cart .variations td,#yith-quick-view-modal.qodef--single form.cart .variations td {
    margin: 0 0 6px
}

#qodef-woo-page.qodef--single form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations th,#yith-quick-view-modal.qodef--single form.cart .variations td,#yith-quick-view-modal.qodef--single form.cart .variations th {
    padding: 0;
    text-align: initial;
    vertical-align: middle;
    border: 0
}

#qodef-woo-page.qodef--single form.cart .variations label,#yith-quick-view-modal.qodef--single form.cart .variations label {
    margin-bottom: 0;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    margin-top: 0
}

#qodef-woo-page.qodef--single form.cart .variations .label,#yith-quick-view-modal.qodef--single form.cart .variations .label {
    width: 76px
}

#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-modal.qodef--single form.cart .variations select {
    width: auto;
    min-width: 220px;
    margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default,#yith-quick-view-modal.qodef--single form.cart .variations .select2-container--default {
    margin: 10px 0;
    width: 190px!important
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations,#yith-quick-view-modal.qodef--single form.cart .variations .reset_variations {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px
}

#qodef-woo-page.qodef--single form.cart .single_variation,#yith-quick-view-modal.qodef--single form.cart .single_variation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .single_variation .price,#yith-quick-view-modal.qodef--single form.cart .single_variation .price {
    margin: 0
}

#qodef-woo-page.qodef--single .out-of-stock,#yith-quick-view-modal.qodef--single .out-of-stock {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-woo-page.qodef--single .product_meta,#yith-quick-view-modal.qodef--single .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 37px
}

#qodef-woo-page.qodef--single .product_meta>*,#yith-quick-view-modal.qodef--single .product_meta>* {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px
}

#qodef-woo-page.qodef--single .product_meta>:last-child,#yith-quick-view-modal.qodef--single .product_meta>:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .product_meta>* .qodef-woo-meta-value a:hover,#yith-quick-view-modal.qodef--single .product_meta>* .qodef-woo-meta-value a:hover {
    color: #08422c
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,#yith-quick-view-modal.qodef--single .product_meta .qodef-woo-meta-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    line-height: inherit!important;
    font-weight: 600
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value,#yith-quick-view-modal.qodef--single .product_meta .qodef-woo-meta-value {
    padding-top: 5px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    line-height: 1.8em
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a,#yith-quick-view-modal.qodef--single .product_meta .qodef-woo-meta-value a {
    padding-top: 3px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    line-height: 1.8em
}

#qodef-woo-page.qodef--single .qodef-social-share,#yith-quick-view-modal.qodef--single .qodef-social-share {
    margin-top: 14px
}

#qodef-woo-page.qodef--single .qodef-social-share .qodef-shortcode-list,#yith-quick-view-modal.qodef--single .qodef-social-share .qodef-shortcode-list {
    margin-top: 2px
}

#qodef-woo-page.qodef--single .qodef-social-share li a,#yith-quick-view-modal.qodef--single .qodef-social-share li a {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 0!important;
    font-size: 13px;
    text-transform: none
}

#qodef-woo-page.qodef--single .qodef-social-share li a:hover,#yith-quick-view-modal.qodef--single .qodef-social-share li a:hover {
    color: #08422c
}

#qodef-woo-page.qodef--single .qodef-social-share li a .qodef-social-network-text,#yith-quick-view-modal.qodef--single .qodef-social-share li a .qodef-social-network-text {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em
}

#qodef-woo-page.qodef--single .woocommerce-tabs,#yith-quick-view-modal.qodef--single .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 97px
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs,#yith-quick-view-modal.qodef--single .woocommerce-tabs {
        margin-top:58px
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs table th,#qodef-woo-page.qodef--single .woocommerce-tabs table tr,#yith-quick-view-modal.qodef--single .woocommerce-tabs table th,#yith-quick-view-modal.qodef--single .woocommerce-tabs table tr {
    border: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__label,#yith-quick-view-modal.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__label {
    text-align: right;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    padding: 9px 5px 0 0;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__label,#yith-quick-view-modal.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__label {
        text-align:left
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__value,#yith-quick-view-modal.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__value {
    text-align: left;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    padding: 6px 0 0 5px;
    border-right: none;
    width: 100%;
    text-align: center;
    display: block
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__value,#yith-quick-view-modal.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__value {
        text-align:left
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__value p,#yith-quick-view-modal.qodef--single .woocommerce-tabs table .woocommerce-product-attributes-item__value p {
    text-align: center!important;
    margin-top: 4px;
    margin-bottom: 5px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-woo-ratings,#yith-quick-view-modal.qodef--single .woocommerce-tabs .qodef-woo-ratings {
    position: absolute;
    width: auto;
    right: 0
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .qodef-woo-ratings,#yith-quick-view-modal.qodef--single .woocommerce-tabs .qodef-woo-ratings {
        position:relative;
        margin: 15px 0 2px
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-modal.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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 41px 0 41px;
    padding: 0
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li {
        margin:0 20px 0 20px
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:nth-last-child(2),#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li:nth-last-child(2) {
        margin-left: 0
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:first-child,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li:first-child {
        margin-right: 0
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li a {
    display: block;
    padding: 10px 3px;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
        display:none
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs table td,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs table tr,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs table td,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs table tr {
    border: none
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-modal.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,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li {
        margin: 0;
        padding: 0
    }

    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover a,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li.active a,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tabs li:hover a {
        color:#08422c
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description p,#yith-quick-view-modal.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description p {
        text-align:left!important
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 27px;
    padding: 0 16%
}

@media only screen and (max-width: 1440px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab {
        padding:0 10%
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab {
        padding:0 5%
    }
}

@media only screen and (max-width: 768px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab {
        padding:0
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 17px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 27px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab>h2 {
    display: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab p {
    margin: 0;
    text-align: center
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.form-submit,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab p.form-submit {
    margin-top: 25px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.form-submit #submit,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab p.form-submit #submit {
    padding: 13px 57px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-author,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab p.comment-form-author {
    margin: 12px 0 2px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .meta,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .meta {
    font-weight: 600
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .comment-form-cookies-consent,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .comment-form-cookies-consent {
    text-align: left;
    margin-top: 10px
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .comment-form-cookies-consent,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .comment-form-cookies-consent {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .comment-notes,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .comment-notes {
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 11px 20px;
    text-align: left;
    margin-bottom: 30px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .form-submit,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .form-submit {
    text-align: left
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .description p,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab .meta,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .description p,#yith-quick-view-modal.qodef--single .woocommerce-tabs .wc-tab .meta {
    text-align: left
}

#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-modal.qodef--single .shop_attributes td,#yith-quick-view-modal.qodef--single .shop_attributes th {
    padding: 15px 0;
    vertical-align: middle;
    text-align: left
}

#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-modal.qodef--single .shop_attributes th {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-woo-page.qodef--single .shop_attributes p,#yith-quick-view-modal.qodef--single .shop_attributes p {
    margin: 0;
    text-align: left!important
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist,#yith-quick-view-modal.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>*,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .commentlist>* {
    margin: 0 0 30px;
    padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .commentlist>:last-child {
    margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,#yith-quick-view-modal.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
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .comment_container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .comment_container>img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px;
    border-radius: 100%
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .comment-text {
        text-align:left
    }
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .meta {
    padding-top: 13px;
    padding-bottom: 8px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta>*,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .meta>* {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-weight: 600
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,#yith-quick-view-modal.qodef--single .woocommerce-Reviews .woocommerce-review__author {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-weight: 600
}

#qodef-woo-page.qodef--single #review_form,#yith-quick-view-modal.qodef--single #review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 59px
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title,#yith-quick-view-modal.qodef--single #review_form .comment-reply-title {
    display: block;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 26px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating label {
    margin-bottom: 5px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating .stars {
    line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating .stars>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars *,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating .stars * {
    line-height: inherit
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0;
    color: transparent
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating a:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    z-index: -1;
    content: "\e033";
    font-size: 14px;
    letter-spacing: .1em;
    color: #ddd;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after,#yith-quick-view-modal.qodef--single #review_form .comment-form-rating a.active:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "\e033\e033\e033\e033\e033";
    font-size: 14px;
    letter-spacing: .1em;
    color: #08422c;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none
}

#qodef-woo-page.qodef--single #review_form .comment-form-comment,#yith-quick-view-modal.qodef--single #review_form .comment-form-comment {
    margin-top: 33px;
    text-align: left
}

#qodef-woo-page.qodef--single .related,#yith-quick-view-modal.qodef--single .related {
    margin-top: 71px;
    text-align: center
}

#qodef-woo-page.qodef--single .related>h2,#yith-quick-view-modal.qodef--single .related>h2 {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 0 0 42px;
    text-transform: capitalize
}

.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-error,.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-info,.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-message {
    margin: 0 20px 36px 20px
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-error,.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-info,.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-message {
        margin:0 0 36px 0
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 58px
}

.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    padding: 0
}

.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    text-align: center!important
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-Tabs-panel--description p {
        text-align:left!important
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
    width: 70%
}

@media only screen and (max-width: 1440px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
        width:75%
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
        width:85%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
        width:100%
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner {
    display: block
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
    width: 58.5%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
        width:100%
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
    width: 34%
}

@media only screen and (max-width: 1600px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
        width:38%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
        width:100%;
        margin-top: 37px
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs {
    width: 93%
}

@media only screen and (max-width: 1440px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs {
        width:100%
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1600px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li {
        padding:0 7px 0 7px
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li a {
        font-size: 10px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li {
        padding:0
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li a {
        font-size: 11px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li {
    margin: 0;
    padding: 0 20px 0 20px;
    text-align: center
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li {
        padding:0
    }
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li:nth-last-child(2) {
    margin-left: 0
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li:first-child {
    margin-right: 0
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li.qodef-product-tabs-line {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li.review {
    padding: 0 0 30px
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li.review:last-child {
    padding: 0
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs p {
    text-align: left
}

.qodef-product-single-small-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs p.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-product-single-big-gallery-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 58px
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner {
    display: block
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
    width: 55%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
        width:100%
    }
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
    width: 44%
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary {
        width:100%;
        margin-top: 26px
    }
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs {
    width: 100%
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 1600px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li {
        padding:0 7px 0 7px
    }

    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li a {
        font-size: 10px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li {
        padding:0
    }

    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs>li a {
        font-size: 11px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tabs {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .wc-tab {
    padding: 0
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    text-align: center
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs .woocommerce-Tabs-panel--description p {
        text-align:left
    }
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li {
    margin: 0;
    padding: 0 15px 0 15px;
    text-align: center
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li {
        padding:0
    }
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li:nth-last-child(2) {
    margin: 0
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li.qodef-product-tabs-line {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li.review {
    padding: 0 0 30px
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs li.review:last-child {
    padding: 0
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs p {
    text-align: left
}

.qodef-product-single-big-gallery-layout #qodef-woo-page .qodef-woo-single-inner .summary.entry-summary .woocommerce-tabs p.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
    width: 70%
}

@media only screen and (max-width: 1600px) {
    .qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
        width:61%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
        width:100%
    }
}

.qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .swiper-button-next:after,.qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .swiper-button-prev:after {
    font-size: 25px
}

.qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .swiper-button-prev {
    left: 40px!important
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .swiper-button-prev {
        display:none
    }
}

.qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .swiper-button-next {
    right: 40px!important
}

@media only screen and (max-width: 680px) {
    .qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image .swiper-button-next {
        display:none
    }
}

.qodef-product-single-slider-layout #qodef-woo-page .swiper-button-next:after {
    content: url(../img/arrow_right_light.svg)
}

.qodef-product-single-slider-layout #qodef-woo-page .swiper-button-prev:after {
    content: url(../img/arrow_left_light.svg)
}

.qodef-browser--ms-explorer.qodef-product-single-slider-layout #qodef-woo-page .qodef-woo-single-inner .qodef-woo-single-image {
    width: 100%
}

@media only screen and (min-width: 1367px) {
    .qodef-product-single-small-gallery-layout.qodef-content-grid-1300 #qodef-page-footer .qodef-content-grid,.qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-page-title .qodef-content-grid {
        width:1300px
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .related.products {
        width: 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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .related.products .qodef-woo-product-list {
        width: 1300px
    }
}

@media only screen and (min-width: 1280px) {
    .qodef-drop-down-second-inner.qodef-content-grid {
        width:1100px
    }

    .qodef-product-single-slider-layout.qodef-content-grid-1300 .qodef-content-grid {
        width: 1200px
    }

    .qodef-product-single-slider-layout.qodef-content-grid-1300 footer .qodef-content-grid {
        width: 1100px
    }

    .qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-content-grid:not(.qodef-drop-down-second-inner) {
        width: 100%
    }

    .qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-content-grid:not(.qodef-drop-down-second-inner) .qodef-woo-single-image .qodef-col-num--2 {
        padding: 0 0 0 20px
    }

    .qodef-product-single-small-gallery-layout.qodef-content-grid-1300 #qodef-page-footer .qodef-content-grid,.qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-drop-down-second-inner .qodef-content-grid,.qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-page-title .qodef-content-grid {
        width: 1100px
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .related.products {
        width: 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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .related.products .qodef-woo-product-list {
        width: 1100px
    }

    .qodef-product-single-slider-layout #qodef-woo-page.qodef--single .related.products,.qodef-product-single-slider-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
        padding: 0 50px
    }
}

@media only screen and (min-width: 1680px) {
    .qodef-product-single-slider-layout.qodef-content-grid-1300 .qodef-content-grid {
        width:1653px
    }

    .qodef-product-single-slider-layout.qodef-content-grid-1300 footer .qodef-content-grid {
        width: 1300px
    }

    .qodef-product-single-slider-layout #qodef-woo-page.qodef--single .related.products,.qodef-product-single-slider-layout #qodef-woo-page.qodef--single .woocommerce-tabs {
        padding: 0 150px
    }

    .qodef-product-single-small-gallery-layout.qodef-content-grid-1300 #qodef-page-footer .qodef-content-grid,.qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-drop-down-second-inner .qodef-content-grid,.qodef-product-single-small-gallery-layout.qodef-content-grid-1300 .qodef-page-title .qodef-content-grid {
        width: 1300px
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .related.products {
        width: 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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }

    .qodef-product-single-small-gallery-layout #qodef-woo-page.qodef--single .related.products .qodef-woo-product-list {
        width: 1300px
    }
}

.widget.woocommerce .qodef-woo-product-title {
    margin: 5px 0 0
}

.widget.woocommerce .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
    font-size: 14px;
    letter-spacing: .1em;
    color: #08422c;
    font-size: 15px
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star>span {
    padding-right: 2px
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--initial {
    color: #ccc
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #08422c
}

.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: 16px;
    margin: 2px 0 0;
    color: #909090;
    margin: 14px 0 0
}

.widget.woocommerce .price del {
    margin-right: 10px;
    color: #c7c7c7
}

.widget.woocommerce .price ins {
    text-decoration: none
}

.widget.woocommerce .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 5px 34px;
    cursor: pointer;
    z-index: 3;
    color: #333;
    background-color: transparent;
    border: 1px solid #333
}

.widget.woocommerce .button:hover {
    color: #333;
    background-color: transparent;
    border-color: #333
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
    position: relative
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 80px;
    margin-right: 20px
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    font-family: ElegantIcons;
    content: "\4d";
    font-size: 18px;
    line-height: 25px
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
    margin: 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: block;
    margin-top: 10px
}

.widget.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
    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: 21px 0 0
}

.widget.widget_layered_nav .woocommerce-widget-layered-nav-list {
    margin-left: 16px
}

.widget.widget_layered_nav ul li.chosen a {
    color: #08422c
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
    margin-left: 16px
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount button.button {
    color: #333
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:after {
    border-color: #08422c
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 3px;
    background-color: #f3f3f3;
    border-radius: 0;
    cursor: pointer
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: -4px;
    height: 12px;
    width: 12px;
    background-color: #08422c;
    border-radius: 100%;
    outline: 0;
    z-index: 2
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #08422c;
    border-radius: 0;
    z-index: 1
}

.widget.widget_price_filter .price_slider_amount {
    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: 25px 0 0
}

.widget.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget.widget_price_filter .price_slider_amount .price_label {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-weight: 400
}

.widget.widget_price_filter .price_slider_amount .button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 0;
    border: none
}

.widget.widget_price_filter .price_slider_amount .button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.widget.widget_price_filter .price_slider_amount .button:hover {
    background: 0 0
}

.widget.widget_price_filter .price_slider_amount .button:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

.widget.widget_price_filter .qodef-widget-title {
    margin: 0 0 37px
}

.widget .wp-block-woocommerce-filter-wrapper h1,.widget .wp-block-woocommerce-filter-wrapper h2,.widget .wp-block-woocommerce-filter-wrapper h3,.widget .wp-block-woocommerce-filter-wrapper h4,.widget .wp-block-woocommerce-filter-wrapper h5,.widget .wp-block-woocommerce-filter-wrapper h6,.widget .wp-block-woocommerce-price-filter h1,.widget .wp-block-woocommerce-price-filter h2,.widget .wp-block-woocommerce-price-filter h3,.widget .wp-block-woocommerce-price-filter h4,.widget .wp-block-woocommerce-price-filter h5,.widget .wp-block-woocommerce-price-filter h6 {
    margin-bottom: 29px
}

.widget.widget_layered_nav .qodef-widget-title {
    margin: 0 0 24px
}

.widget.widget_top_rated_products .qodef-widget-title {
    margin: 0 0 33px
}

.widget.widget_top_rated_products.widget.woocommerce .price {
    margin: 10px 0 0;
    font-size: 15px
}

.widget.widget_product_categories .qodef-widget-title {
    margin: 0 0 24px
}

.widget.widget_product_categories .product-categories {
    margin-left: 16px
}

.widget.widget_product_categories select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin: 8px 0 0;
    padding: 8px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0
}

.widget.widget_product_search .qodef-widget-title {
    margin-bottom: 29px
}

.widget.widget_product_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.widget.widget_product_search button,.widget.widget_product_search input {
    height: 40px;
    padding: 8px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

.widget.widget_product_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

.widget.widget_product_search input:focus {
    color: #333;
    border-color: #08422c
}

.widget.widget_product_search input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search input::placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    overflow: hidden
}

.widget.widget_product_search button span {
    display: block;
    line-height: inherit;
    padding-left: 4px
}

.widget.widget_product_search button span:before {
    display: block;
    line-height: inherit;
    z-index: 1;
    position: relative
}

.widget.widget_product_search button:hover {
    color: #fff
}

.widget.widget_product_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

.widget.widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #444;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.widget.widget_product_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

.widget.widget_product_tag_cloud .tagcloud a:hover {
    color: #08422c
}

.widget.widget_top_rated_products .product_list_widget {
    margin-left: 16px
}

.widget.widget_products ul li,.widget.widget_recently_viewed_products ul li,.widget.widget_top_rated_products ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.widget.widget_products ul li:last-child,.widget.widget_recently_viewed_products ul li:last-child,.widget.widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

.widget.widget_products .qodef-woo-product-image,.widget.widget_recently_viewed_products .qodef-woo-product-image,.widget.widget_top_rated_products .qodef-woo-product-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.widget.widget_products .qodef-woo-product-image a,.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image a,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image a,.widget.widget_top_rated_products .qodef-woo-product-image img {
    position: relative;
    display: block
}

.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image img {
    width: 95px
}

.widget.widget_products .qodef-woo-product-title a,.widget.widget_recently_viewed_products .qodef-woo-product-title a,.widget.widget_top_rated_products .qodef-woo-product-title a {
    color: inherit
}

.widget.widget_products .qodef-woo-product-title a:hover,.widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,.widget.widget_top_rated_products .qodef-woo-product-title a:hover {
    color: #08422c
}

.widget.widget_products .qodef-woo-ratings,.widget.widget_recently_viewed_products .qodef-woo-ratings,.widget.widget_top_rated_products .qodef-woo-ratings {
    margin-top: 7px
}

.widget.widget_recent_reviews ul li {
    min-height: 80px;
    margin-bottom: 20px
}

.widget.widget_recent_reviews ul li:last-child {
    margin-bottom: 0
}

.widget.widget_recent_reviews ul li>* {
    display: block;
    padding-left: 100px
}

.widget.widget_recent_reviews a {
    position: relative;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

.widget.widget_recent_reviews a:hover {
    color: #08422c
}

.widget.widget_recent_reviews a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px
}

.widget.widget_recent_reviews .qodef-woo-ratings {
    margin-top: 5px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
    position: relative
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 80px;
    margin-right: 20px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    font-family: ElegantIcons;
    content: "\4d";
    font-size: 18px;
    line-height: 25px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
    margin: 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: block;
    margin-top: 10px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
    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: 21px 0 0
}

#qodef-page-footer .widget.widget_layered_nav .woocommerce-widget-layered-nav-list {
    margin-left: 16px
}

#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
    color: #08422c
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
    margin-left: 16px
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .price_slider_amount button.button {
    color: #333
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:after {
    border-color: #08422c
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 3px;
    background-color: #f3f3f3;
    border-radius: 0;
    cursor: pointer
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: -4px;
    height: 12px;
    width: 12px;
    background-color: #08422c;
    border-radius: 100%;
    outline: 0;
    z-index: 2
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #08422c;
    border-radius: 0;
    z-index: 1
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
    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: 25px 0 0
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
    display: none
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-weight: 400
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 0;
    border: none
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover {
    background: 0 0
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

#qodef-page-footer .widget.widget_price_filter .qodef-widget-title {
    margin: 0 0 37px
}

#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h1,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h2,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h3,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h4,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h5,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h6,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h1,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h2,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h3,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h4,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h5,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h6 {
    margin-bottom: 29px
}

#qodef-page-footer .widget.widget_layered_nav .qodef-widget-title {
    margin: 0 0 24px
}

#qodef-page-footer .widget.widget_top_rated_products .qodef-widget-title {
    margin: 0 0 33px
}

#qodef-page-footer .widget.widget_top_rated_products.widget.woocommerce .price {
    margin: 10px 0 0;
    font-size: 15px
}

#qodef-page-footer .widget.widget_product_categories .qodef-widget-title {
    margin: 0 0 24px
}

#qodef-page-footer .widget.widget_product_categories .product-categories {
    margin-left: 16px
}

#qodef-page-footer .widget.widget_product_categories select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin: 8px 0 0;
    padding: 8px 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0
}

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
    margin-bottom: 29px
}

#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer .widget.widget_product_search button,#qodef-page-footer .widget.widget_product_search input {
    height: 40px;
    padding: 8px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

#qodef-page-footer .widget.widget_product_search input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 15px;
    color: #444;
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

#qodef-page-footer .widget.widget_product_search input:focus {
    color: #333;
    border-color: #08422c
}

#qodef-page-footer .widget.widget_product_search input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_product_search input::placeholder {
    color: inherit;
    opacity: 1
}

#qodef-page-footer .widget.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #08422c;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    overflow: hidden
}

#qodef-page-footer .widget.widget_product_search button span {
    display: block;
    line-height: inherit;
    padding-left: 4px
}

#qodef-page-footer .widget.widget_product_search button span:before {
    display: block;
    line-height: inherit;
    z-index: 1;
    position: relative
}

#qodef-page-footer .widget.widget_product_search button:hover {
    color: #fff
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud {
    text-align: left;
    margin: 0 0 0 15px
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 9px 0;
    font-size: 11px!important;
    color: #ccc;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
    content: ",";
    display: inline-block
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
    color: #08422c
}

#qodef-page-footer .widget.widget_top_rated_products .product_list_widget {
    margin-left: 16px
}

#qodef-page-footer .widget.widget_products ul li,#qodef-page-footer .widget.widget_recently_viewed_products ul li,#qodef-page-footer .widget.widget_top_rated_products ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

#qodef-page-footer .widget.widget_products ul li:last-child,#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
    position: relative;
    display: block
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
    width: 95px
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
    color: inherit
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
    color: #08422c
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
    margin-top: 7px
}

#qodef-page-footer .widget.widget_recent_reviews ul li {
    min-height: 80px;
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_recent_reviews ul li>* {
    display: block;
    padding-left: 100px
}

#qodef-page-footer .widget.widget_recent_reviews a {
    position: relative;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#qodef-page-footer .widget.widget_recent_reviews a:hover {
    color: #08422c
}

#qodef-page-footer .widget.widget_recent_reviews a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px
}

#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
    margin-top: 5px
}

.wp-block-woocommerce-filter-wrapper .wc-block-price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider {
    margin: 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 3px;
    margin: calc((12px / 2)) 0;
    width: 100%
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper:before {
    background: #f3f3f3;
    opacity: 1
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
    height: 3px;
    color: #08422c
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    background-image: none;
    border: none;
    border-radius: 100%;
    background-color: #08422c;
    height: 12px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 12px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
    background-image: none;
    border: none;
    border-radius: 100%;
    background-color: #08422c;
    height: 12px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 12px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    transform: scale(1.1)
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
    background-image: none;
    border: none;
    border-radius: 100%;
    background-color: #08422c;
    height: 12px;
    margin: 0;
    outline: 0;
    position: relative;
    top: -4.5px;
    width: 12px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    transform: scale(1.1)
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__controls,.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
    margin: 19px 0 0 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__controls input,.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
    margin: 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__controls span,.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-text span {
    font-size: 15px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after {
    content: '—';
    margin: 0 4px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
    margin-left: 16px
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__actions {
    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;
    margin: 19px 0 0 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative;
    font-family: Muli,sans-serif;
    font-size: 11px!important;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #333
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__actions button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #08422c;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
    background: 0 0
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover:after {
    -webkit-animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-textual-animation .75s cubic-bezier(.54,.32,.05,.96) forwards
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
    display: none
}

#qodef-page-sidebar .wp-block-woocommerce-filter-wrapper h1,#qodef-page-sidebar .wp-block-woocommerce-filter-wrapper h2,#qodef-page-sidebar .wp-block-woocommerce-filter-wrapper h3,#qodef-page-sidebar .wp-block-woocommerce-filter-wrapper h4,#qodef-page-sidebar .wp-block-woocommerce-filter-wrapper h5,#qodef-page-sidebar .wp-block-woocommerce-filter-wrapper h6,#qodef-page-sidebar .wp-block-woocommerce-price-filter h1,#qodef-page-sidebar .wp-block-woocommerce-price-filter h2,#qodef-page-sidebar .wp-block-woocommerce-price-filter h3,#qodef-page-sidebar .wp-block-woocommerce-price-filter h4,#qodef-page-sidebar .wp-block-woocommerce-price-filter h5,#qodef-page-sidebar .wp-block-woocommerce-price-filter h6 {
    margin: 0 0 31px;
    text-transform: uppercase;
    background-color: #fafafa;
    border: 1px solid #ddd;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333;
    font-family: Muli,sans-serif;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: .3em
}

#yith-wcwl-popup-message {
    display: none!important
}

.wishlist_table.mobile.shop_table td.label {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    width: 61px!important
}

.wishlist_table.mobile.shop_table td.value {
    font-size: 16px
}

.wishlist_table.mobile.shop_table td.value del,.wishlist_table.mobile.shop_table td.value ins,.wishlist_table.mobile.shop_table td.value span {
    font-size: 16px
}

.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 15px;
    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
}

@media only screen and (max-width: 768px) {
    .wishlist_table.mobile>li .additional-info-wrapper {
        width:68%
    }
}

@media only screen and (max-width: 680px) {
    .wishlist_table.mobile>li .additional-info-wrapper {
        width:56%
    }
}

@media only screen and (max-width: 768px) {
    .wishlist_table.mobile>li .additional-info-wrapper .product-add-to-cart {
        margin-top:40px
    }
}

.wishlist_table.mobile>li .additional-info-wrapper .product-add-to-cart a {
    padding: 5px 34px;
    color: #fff;
    background-color: #08422c;
    border: none;
    margin-right: 0!important;
    overflow: hidden
}

.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) {
    .wishlist_table.mobile>li .additional-info-wrapper .product-remove {
        width:40px
    }
}

.wishlist_table.mobile>li .additional-info-wrapper .product-remove a i:before {
    font-family: Linearicons-Free;
    font-weight: 300;
    content: "×";
    font-size: 22px
}

.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 only screen and (max-width: 680px) {
    .wishlist_table.mobile>li .item-wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wishlist_table.mobile>li .item-wrapper .product-thumbnail {
    max-width: 100px
}

@media only screen and (max-width: 680px) {
    .wishlist_table.mobile>li .item-wrapper .product-thumbnail {
        max-width:110px;
        margin-bottom: 20px
    }
}

.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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .wishlist_table.mobile>li .item-wrapper .item-details {
        width:70%;
        text-align: left
    }
}

@media only screen and (max-width: 680px) {
    .wishlist_table.mobile>li .item-wrapper .item-details {
        padding-left:0;
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .wishlist_table.mobile>li .item-wrapper .item-details .product-name {
        max-width:100%;
        text-align: right
    }
}

.wishlist_table.mobile>li .item-wrapper .item-details .product-name h3 {
    margin: 0;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    text-align: left
}

.wishlist_table.mobile>li .additional-info-wrapper {
    width: 85%
}

@media only screen and (max-width: 768px) {
    .wishlist_table.mobile>li .additional-info-wrapper {
        width:67%
    }
}

@media only screen and (max-width: 680px) {
    .wishlist_table.mobile>li .additional-info-wrapper {
        width:100%
    }
}

.wishlist_table.mobile>li .additional-info-wrapper .product-add-to-cart {
    float: left;
    margin-top: 30px
}

.wishlist_table.mobile>li .additional-info-wrapper .product-add-to-cart a {
    padding: 13px 57px!important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em
}

#yith-wcwl-form .wishlist-title {
    display: none
}

#yith-wcwl-form .woocommerce-notices-wrapper .woocommerce-message {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
    margin-bottom: 36px;
    border: 1px solid #ddd
}

@media only screen and (max-width: 680px) {
    #yith-wcwl-form .woocommerce-notices-wrapper .woocommerce-message {
        -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
    }
}

#yith-wcwl-form .woocommerce-notices-wrapper .woocommerce-message .button {
    padding: 12px 67px;
    margin: 0
}

@media only screen and (max-width: 680px) {
    #yith-wcwl-form .woocommerce-notices-wrapper .woocommerce-message .button {
        padding:5px 34px;
        margin-bottom: 10px
    }
}

#yith-wcwl-form .shop_table {
    font-size: initial;
    border: none
}

#yith-wcwl-form .shop_table tfoot {
    display: none
}

#yith-wcwl-form .shop_table thead th {
    padding: 38px 0 13px 15px
}

#yith-wcwl-form .shop_table td,#yith-wcwl-form .shop_table th,#yith-wcwl-form .shop_table tr {
    border: none;
    border-bottom: 1px solid #ddd
}

#yith-wcwl-form .shop_table td,#yith-wcwl-form .shop_table th {
    padding: 35px 0 35px 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width: 680px) {
    #yith-wcwl-form .shop_table td,#yith-wcwl-form .shop_table th {
        padding:15px 0 15px 5px;
        text-align: right
    }

    #yith-wcwl-form .shop_table td ins,#yith-wcwl-form .shop_table th ins {
        text-decoration: none
    }
}

#yith-wcwl-form .shop_table td:first-child,#yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

@media screen and (max-width: 1024px) {
    #yith-wcwl-form .shop_table td.product-stock-status,#yith-wcwl-form .shop_table th.product-stock-status {
        display:none
    }
}

#yith-wcwl-form .shop_table td.product-stock-status .wishlist-in-stock,#yith-wcwl-form .shop_table th.product-stock-status .wishlist-in-stock {
    color: #333
}

@media screen and (max-width: 680px) {
    #yith-wcwl-form .shop_table td.product-price,#yith-wcwl-form .shop_table td.product-thumbnail,#yith-wcwl-form .shop_table th.product-price,#yith-wcwl-form .shop_table th.product-thumbnail {
        display:none
    }
}

#yith-wcwl-form .shop_table td.product-price .wishlist-in-stock,#yith-wcwl-form .shop_table td.product-thumbnail .wishlist-in-stock,#yith-wcwl-form .shop_table th.product-price .wishlist-in-stock,#yith-wcwl-form .shop_table th.product-thumbnail .wishlist-in-stock {
    color: #333
}

#yith-wcwl-form .shop_table th {
    border: none;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600;
    line-height: 1
}

#yith-wcwl-form .shop_table th.product-add-to-cart {
    min-width: 180px
}

@media screen and (max-width: 680px) {
    #yith-wcwl-form .shop_table th.product-add-to-cart {
        min-width:150px
    }
}

#yith-wcwl-form .shop_table td.product-remove {
    width: 56px;
    text-align: center;
    font-family: Linearicons-Free
}

#yith-wcwl-form .shop_table td.product-remove a {
    font-size: 22px
}

#yith-wcwl-form .shop_table td.product-thumbnail {
    padding-right: 10px;
    width: 134px
}

#yith-wcwl-form .shop_table td.product-thumbnail a,#yith-wcwl-form .shop_table td.product-thumbnail img {
    display: block;
    width: 100%
}

#yith-wcwl-form .shop_table td.product-thumbnail a {
    max-width: 110px
}

#yith-wcwl-form .shop_table td.product-name {
    line-height: 20px;
    text-align: left
}

#yith-wcwl-form .shop_table td.product-name a {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    line-height: 20px
}

#yith-wcwl-form .shop_table td.product-subtotal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    margin: 11px 0 0;
    font-family: Muli,sans-serif;
    font-weight: 400;
    color: #909090;
    display: table-cell
}

#yith-wcwl-form .shop_table td.product-subtotal del {
    margin-right: 10px
}

#yith-wcwl-form .shop_table td.product-subtotal ins {
    text-decoration: none
}

#yith-wcwl-form .shop_table td.product-add-to-cart {
    min-width: 180px
}

@media screen and (max-width: 680px) {
    #yith-wcwl-form .shop_table td.product-add-to-cart {
        min-width:150px
    }
}

#yith-wcwl-form .shop_table td.product-add-to-cart a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli,sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 5px 34px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background-color: #08422c;
    border: none;
    display: inline-block!important;
    padding: 13px 57px!important;
    overflow: hidden
}

#yith-wcwl-form .shop_table td.product-add-to-cart a:hover {
    color: #fff;
    background: #08422c;
    border: none
}

#yith-wcwl-form .shop_table td.product-add-to-cart a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg,#08422c 35%,#08422c 35%,rgba(65,110,93,.5),rgba(65,110,93,.5),rgba(8,66,44,.5));
    background-position: 100% 50%;
    background-size: 300% 300%;
    z-index: -1;
    -webkit-transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    transition: background-position .5s ease-out,opacity 0s ease-out .5s;
    opacity: 0
}

#yith-wcwl-form .shop_table td.product-add-to-cart a:hover:after {
    opacity: 1;
    background-position: 1% 50%;
    -webkit-transition: opacity 0s ease-out 0s,background-position .5s ease-out;
    transition: opacity 0s ease-out 0s,background-position .5s ease-out
}

@media only screen and (max-width: 768px) {
    #yith-wcwl-form .shop_table td.product-add-to-cart a {
        padding:13px 25px!important
    }
}

@media only screen and (max-width: 680px) {
    #yith-wcwl-form .shop_table td.product-add-to-cart a {
        padding:6px 5px!important;
        width: 120px!important
    }
}

@media screen and (max-width: 680px) {
    #yith-wcwl-form .shop_table td.product-add-to-cart a {
        padding:8px 8px;
        font-size: 13px
    }
}

#yith-wcwl-form .shop_table td.product-add-to-cart a.remove_from_wishlist {
    margin-top: 6px
}

#yith-wcwl-form .shop_table .yith-wcwl-share {
    display: none
}

#yith-wcwl-form .shop_table .qodef-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 23px 0 9px 0
}

#yith-wcwl-form .shop_table .qodef-social-share .qodef-social-title {
    margin-right: 13px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: grey;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: Muli,sans-serif;
    font-weight: 600
}

#yith-wcwl-form .yith-wcwl-share {
    display: none
}

@media only screen and (max-width: 1200px) {
    .qodef-content-grid {
        width:960px
    }

    .qodef--boxed .qodef-content-grid {
        width: 1020px
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-content-grid {
        width:768px
    }

    .qodef--boxed .qodef-content-grid {
        width: 828px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-content-grid {
        width:600px
    }

    .qodef--boxed .qodef-content-grid {
        width: 660px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-content-grid {
        width:420px
    }

    .qodef--boxed .qodef-content-grid {
        width: 480px
    }
}

@media only screen and (max-width: 480px) {
    .qodef-content-grid {
        width:300px
    }

    .qodef--boxed .qodef-content-grid {
        width: 360px
    }
}

@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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        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
    }
}

@media only screen and (max-width: 1600px) {
    body[class*=makao-core] #qodef-404-page {
        padding:0 10% 0
    }
}

@media only screen and (max-width: 1440px) and (min-width:1025px) {
    #qodef-404-page .qodef-404-tagline {
        margin-top:-35px
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-404-page {
        padding:12% 10% 10%
    }
}

@media only screen and (max-width: 768px) {
    #qodef-404-page {
        padding:28% 10% 250px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-404-page {
        padding:25px 40px 60px
    }
}

@media only screen and (max-width: 320px) {
    #qodef-404-page {
        padding:0 40px
    }

    #qodef-404-page .qodef-404-tagline {
        font-size: 140px
    }
}

@media only screen and (max-width: 680px) {
    .qodef-blog article .qodef-e-info .qodef-e-info-right {
        margin-top:15px
    }

    .qodef-blog article .qodef-e-info.qodef-info--bottom {
        display: inline-block
    }

    .qodef-blog article.format-link .qodef-icon-elegant-icons {
        right: 12%;
        font-size: 120px
    }

    .qodef-blog article .qodef-e-quote:before {
        right: 19%;
        font-size: 470px
    }

    .qodef-blog.qodef--single article .qodef-e-info {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .qodef-blog article.format-quote .qodef-e-quote {
        padding:5.5% 18% 9.6% 11.7%
    }

    .qodef-blog article.format-link .qodef-e-link {
        padding: 5.8% 18% 8.3% 11.7%
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-comments {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left:40px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left:25px
    }
}

@media only screen and (max-width: 480px) {
    #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 .qodef-e-links,#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
        width: 100%
    }

    #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
        text-align: left
    }
}

@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
    }
}

@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: 1024px) {
    #qodef-page-footer-top-area .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
        padding:0 15px 35px 15px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-top-area .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
        padding:20px 15px
    }
}

@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: 1024px) {
    #qodef-page-header {
        display:none
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-mobile-header {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-page div.woocommerce .col2-set {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 768px) {
    body.qodef-installed-yith-quick-view {
        position:relative
    }

    #yith-quick-view-modal {
        position: absolute!important;
        right: auto!important;
        bottom: auto!important;
        width: 100%!important;
        height: 100%!important
    }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        position: absolute
    }

    #yith-quick-view-modal #yith-quick-view-content .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #yith-quick-view-modal #yith-quick-view-content .images,#yith-quick-view-modal #yith-quick-view-content .summary {
        width: 100%
    }
}

@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
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
        width:100%;
        float: none
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px
    }
}

@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
    }
}

@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
}

@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner,#yith-quick-view-modal.qodef--single .qodef-woo-single-inner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-modal.qodef--single .entry-summary {
        margin-top: 56px
    }
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-modal.qodef--single .entry-summary {
        margin-top:57px
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,#yith-quick-view-modal.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 .woocommerce-product-gallery__wrapper,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
        width: 100%!important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        width: 100%!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,#yith-quick-view-modal.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
        margin-top: 12px!important
    }
}
