.woofc-spinner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: opacity 0.5s 0.1s;
    transition: opacity 0.5s 0.1s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.woofc-loading .woofc-spinner-wrap {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.woofc-stoploading .woofc-spinner-wrap {
    opacity: 0
}

.woofc-spinner-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.woofc-spinner {
    margin: 0 !important
}

.woofc-spinner-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #2c97de;
    margin: 0 auto 0;
    -webkit-animation: woofc-spinner-rotatePlane 1.2s infinite ease-in-out;
    animation: woofc-spinner-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes woofc-spinner-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes woofc-spinner-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.woofc-spinner-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto 0
}

.woofc-spinner-double-bounce .woofc-spinner-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2c97de;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: woofc-spinner-doubleBounce 2.0s infinite ease-in-out;
    animation: woofc-spinner-doubleBounce 2.0s infinite ease-in-out
}

.woofc-spinner-double-bounce .woofc-spinner-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes woofc-spinner-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes woofc-spinner-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.woofc-spinner-wave {
    margin: 0 auto 0;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.woofc-spinner-wave .woofc-spinner-rect {
    background-color: #2c97de;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: woofc-spinner-waveStretchDelay 1.2s infinite ease-in-out;
    animation: woofc-spinner-waveStretchDelay 1.2s infinite ease-in-out
}

.woofc-spinner-wave .woofc-spinner-rect1 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.woofc-spinner-wave .woofc-spinner-rect2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.woofc-spinner-wave .woofc-spinner-rect3 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.woofc-spinner-wave .woofc-spinner-rect4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.woofc-spinner-wave .woofc-spinner-rect5 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

@-webkit-keyframes woofc-spinner-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes woofc-spinner-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.woofc-spinner-wandering-cubes {
    margin: 0 auto 0;
    width: 40px;
    height: 40px;
    position: relative
}

.woofc-spinner-wandering-cubes .woofc-spinner-cube {
    background-color: #2c97de;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: woofc-spinner-wanderingCube 1.8s ease-in-out 1.8s infinite both;
    animation: woofc-spinner-wanderingCube 1.8s ease-in-out 1.8s infinite both
}

.woofc-spinner-wandering-cubes .woofc-spinner-cube2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes woofc-spinner-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes woofc-spinner-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.woofc-spinner-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
    background-color: #2c97de;
    border-radius: 100%;
    -webkit-animation: woofc-spinner-pulseScaleOut 1.0s infinite ease-in-out;
    animation: woofc-spinner-pulseScaleOut 1.0s infinite ease-in-out
}

@-webkit-keyframes woofc-spinner-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes woofc-spinner-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.woofc-spinner-chasing-dots {
    margin: 0 auto 0;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: woofc-spinner-chasingDotsRotate 2s infinite linear;
    animation: woofc-spinner-chasingDotsRotate 2s infinite linear
}

.woofc-spinner-chasing-dots .woofc-spinner-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #2c97de;
    border-radius: 100%;
    -webkit-animation: woofc-spinner-chasingDotsBounce 2s infinite ease-in-out;
    animation: woofc-spinner-chasingDotsBounce 2s infinite ease-in-out
}

.woofc-spinner-chasing-dots .woofc-spinner-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes woofc-spinner-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes woofc-spinner-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes woofc-spinner-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes woofc-spinner-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.woofc-spinner-three-bounce {
    margin: 0 auto 0;
    width: 80px;
    text-align: center
}

.woofc-spinner-three-bounce .woofc-spinner-child {
    width: 20px;
    height: 20px;
    background-color: #2c97de;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: woofc-spinner-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: woofc-spinner-three-bounce 1.4s ease-in-out 0s infinite both
}

.woofc-spinner-three-bounce .woofc-spinner-bounce1 {
    -webkit-animation-delay: .32s;
    animation-delay: .32s
}

.woofc-spinner-three-bounce .woofc-spinner-bounce2 {
    -webkit-animation-delay: .16s;
    animation-delay: .16s
}

@-webkit-keyframes woofc-spinner-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes woofc-spinner-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.woofc-spinner-circle {
    margin: 0 auto 0;
    width: 40px;
    height: 40px;
    position: relative
}

.woofc-spinner-circle .woofc-spinner-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.woofc-spinner-circle .woofc-spinner-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #2c97de;
    border-radius: 100%;
    -webkit-animation: woofc-spinner-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: woofc-spinner-circleBounceDelay 1.2s infinite ease-in-out both
}

.woofc-spinner-circle .woofc-spinner-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.woofc-spinner-circle .woofc-spinner-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.woofc-spinner-circle .woofc-spinner-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.woofc-spinner-circle .woofc-spinner-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.woofc-spinner-circle .woofc-spinner-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.woofc-spinner-circle .woofc-spinner-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.woofc-spinner-circle .woofc-spinner-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.woofc-spinner-circle .woofc-spinner-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.woofc-spinner-circle .woofc-spinner-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.woofc-spinner-circle .woofc-spinner-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.woofc-spinner-circle .woofc-spinner-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.woofc-spinner-circle .woofc-spinner-circle2:before {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.woofc-spinner-circle .woofc-spinner-circle3:before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.woofc-spinner-circle .woofc-spinner-circle4:before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.woofc-spinner-circle .woofc-spinner-circle5:before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.woofc-spinner-circle .woofc-spinner-circle6:before {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.woofc-spinner-circle .woofc-spinner-circle7:before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.woofc-spinner-circle .woofc-spinner-circle8:before {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.woofc-spinner-circle .woofc-spinner-circle9:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.woofc-spinner-circle .woofc-spinner-circle10:before {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.woofc-spinner-circle .woofc-spinner-circle11:before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.woofc-spinner-circle .woofc-spinner-circle12:before {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

@-webkit-keyframes woofc-spinner-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes woofc-spinner-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.woofc-spinner-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto 0
}

.woofc-spinner-cube-grid .woofc-spinner-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #2c97de;
    float: left;
    -webkit-animation: woofc-spinner-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: woofc-spinner-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.woofc-spinner-cube-grid .woofc-spinner-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.woofc-spinner-cube-grid .woofc-spinner-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.woofc-spinner-cube-grid .woofc-spinner-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.woofc-spinner-cube-grid .woofc-spinner-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.woofc-spinner-cube-grid .woofc-spinner-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.woofc-spinner-cube-grid .woofc-spinner-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.woofc-spinner-cube-grid .woofc-spinner-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s
}

.woofc-spinner-cube-grid .woofc-spinner-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.woofc-spinner-cube-grid .woofc-spinner-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes woofc-spinner-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes woofc-spinner-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.woofc-spinner-fading-circle {
    width: 40px;
    height: 40px;
    position: relative
}

.woofc-spinner-fading-circle .woofc-spinner-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.woofc-spinner-fading-circle .woofc-spinner-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #2c97de;
    border-radius: 100%;
    -webkit-animation: woofc-spinner-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: woofc-spinner-circleFadeDelay 1.2s infinite ease-in-out both
}

.woofc-spinner-fading-circle .woofc-spinner-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.woofc-spinner-fading-circle .woofc-spinner-circle2:before {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.woofc-spinner-fading-circle .woofc-spinner-circle3:before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.woofc-spinner-fading-circle .woofc-spinner-circle4:before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.woofc-spinner-fading-circle .woofc-spinner-circle5:before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.woofc-spinner-fading-circle .woofc-spinner-circle6:before {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.woofc-spinner-fading-circle .woofc-spinner-circle7:before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.woofc-spinner-fading-circle .woofc-spinner-circle8:before {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.woofc-spinner-fading-circle .woofc-spinner-circle9:before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.woofc-spinner-fading-circle .woofc-spinner-circle10:before {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.woofc-spinner-fading-circle .woofc-spinner-circle11:before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.woofc-spinner-fading-circle .woofc-spinner-circle12:before {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

@-webkit-keyframes woofc-spinner-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes woofc-spinner-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.woofc-spinner-folding-cube {
    margin: 0 auto 0;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.woofc-spinner-folding-cube .woofc-spinner-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.woofc-spinner-folding-cube .woofc-spinner-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c97de;
    -webkit-animation: woofc-spinner-foldCubeAngle 2.4s infinite linear both;
    animation: woofc-spinner-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.woofc-spinner-folding-cube .woofc-spinner-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.woofc-spinner-folding-cube .woofc-spinner-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.woofc-spinner-folding-cube .woofc-spinner-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.woofc-spinner-folding-cube .woofc-spinner-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.woofc-spinner-folding-cube .woofc-spinner-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.woofc-spinner-folding-cube .woofc-spinner-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes woofc-spinner-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes woofc-spinner-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.woofc-spinner-loading-text {
    width: 100%;
    color: #2c97de;
    font-size: 20px;
    margin: 0 auto 0;
    text-align: center
}

.woofc-fly-to-cart {
    position: absolute !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 40000 !important
}

.woofc-shake-horizontal {
    -webkit-animation: woofc-horizontal-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: woofc-horizontal-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.woofc-shake-vertical {
    -webkit-animation: woofc-vertical-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: woofc-vertical-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@-webkit-keyframes woofc-horizontal-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes woofc-horizontal-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes woofc-vertical-shake {
    10%,
    90% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }
}

@keyframes woofc-vertical-shake {
    10%,
    90% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }
}

.woofc-hide-view-cart .added_to_cart {
    display: none !important
}

.woofc-error {
    border: 1px solid red;
    padding: 15px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.woofc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit
}

.woofc * {
    line-height: inherit
}

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

.woofc .woofc-touchevents a {
    pointer-events: none !important
}

.woofc a {
    text-decoration: none
}

.woofc i {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.woofc img {
    max-width: 100%
}

.woofc em {
    font-style: inherit
}

.woofc-clearfix {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0
}

.woofc::before {
    content: '';
    position: fixed;
    z-index: 10000;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.woofc.woofc-cart-open::before {
    opacity: 1;
    visibility: visible
}

.woofc-no-product {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    -webkit-transition: opacity .4s, visibility .4s, height 0.4s 0.2s;
    transition: opacity .4s, visibility .4s, height 0.4s 0.2s;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.4
}

.woofc-inner {
    position: fixed;
    -webkit-transition: opacity .3s .5s, background .3s 0s, -webkit-transform .2s;
    transition: opacity .3s .5s, background .3s 0s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s .5s, background .3s 0s;
    transition: transform .2s, opacity .3s .5s, background .3s 0s, -webkit-transform .2s;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
    margin: 20px;
    opacity: 0
}

.woofc-ready .woofc-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woofc-pos-bottom-right .woofc-inner {
    bottom: 0;
    right: 0
}

.woofc-pos-bottom-left .woofc-inner {
    bottom: 0;
    left: 0
}

.woofc-pos-top-right .woofc-inner {
    top: 0;
    right: 0
}

.woofc-pos-top-left .woofc-inner {
    top: 0;
    left: 0
}

.woofc-empty.woofc-pos-bottom-right:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner,
.woofc-empty.woofc-pos-bottom-left:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0
}

.woofc-empty.woofc-pos-top-right:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner,
.woofc-empty.woofc-pos-top-left:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0
}

.woofc-empty .woofc-inner .woofc-checkout {
    opacity: 0;
    visibility: hidden
}

.woofc-empty .woofc-inner .woofc-no-product {
    opacity: 1;
    visibility: visible;
    height: inherit
}

.woofc-empty .woofc-inner .woofc-footer {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woofc-empty.woofc-pos-bottom-right .woofc-inner .woofc-checkout,
.woofc-empty.woofc-pos-top-right .woofc-inner .woofc-checkout {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.woofc-empty.woofc-pos-bottom-left .woofc-inner .woofc-checkout,
.woofc-empty.woofc-pos-top-left .woofc-inner .woofc-checkout {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.woofc-trigger {
    z-index: 30000;
    height: 72px;
    width: 72px;
    color: transparent;
    white-space: nowrap;
    outline: none !important;
    position: absolute;
    border-radius: 6px;
    top: 0
}

.woofc-trigger .woofc-trigger-close-icon,
.woofc-trigger .woofc-trigger-cart-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.woofc-trigger.woofc-icontype-image .woofc-trigger-cart-icon {
    background-image: url(../img/open.svg)
}

.woofc-trigger.woofc-icontype-image .woofc-trigger-close-icon {
    background-image: url(../img/close.svg)
}

.woofc-trigger.woofc-icontype-font .woofc-trigger-close-icon:before,
.woofc-trigger.woofc-icontype-font .woofc-trigger-cart-icon:before {
    position: absolute;
    font-size: 35px;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 72px;
    cursor: pointer
}

.woofc-trigger .woofc-trigger-close-icon {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.woofc-pos-bottom-left .woofc-trigger,
.woofc-pos-top-left .woofc-trigger {
    left: 0
}

.woofc-pos-bottom-right .woofc-trigger,
.woofc-pos-top-right .woofc-trigger {
    right: 0
}

.woofc-cart-open .woofc-trigger .woofc-trigger-cart-icon {
    opacity: 0
}

.woofc-cart-open .woofc-trigger .woofc-trigger-close-icon {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.woofc-pos-bottom-left .woofc-cart-open .woofc-trigger,
.woofc-pos-top-left .woofc-cart-open .woofc-trigger {
    border-radius: 0 0 0 6px
}

.woofc-pos-bottom-right .woofc-cart-open .woofc-trigger,
.woofc-pos-top-right .woofc-cart-open .woofc-trigger {
    border-radius: 0 0 6px 0
}

.woofc-trigger .woofc-count {
    position: absolute;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .2s .5s, -webkit-transform .2s .5s;
    transition: opacity .2s .5s, -webkit-transform .2s .5s;
    transition: opacity .2s .5s, transform .2s .5s;
    transition: opacity .2s .5s, transform .2s .5s, -webkit-transform .2s .5s;
    list-style: none
}

.woofc-trigger .woofc-count li {
    list-style: none
}

.woofc-ready .woofc-trigger .woofc-count {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woofc-trigger .woofc-count.woofc-count-big {
    height: 38px;
    width: 38px
}

.woofc-counter-pos-top-left .woofc-trigger .woofc-count {
    top: -10px;
    left: -10px
}

.woofc-counter-pos-top-left .woofc-trigger .woofc-count.woofc-count-big {
    top: -15px;
    left: -15px
}

.woofc-counter-pos-top-right .woofc-trigger .woofc-count {
    top: -10px;
    right: -10px
}

.woofc-counter-pos-top-right .woofc-trigger .woofc-count.woofc-count-big {
    top: -15px;
    right: -15px
}

.woofc-counter-pos-bottom-left .woofc-trigger .woofc-count {
    bottom: -10px;
    left: -10px
}

.woofc-counter-pos-bottom-left .woofc-trigger .woofc-count.woofc-count-big {
    bottom: -15px;
    left: -15px
}

.woofc-counter-pos-bottom-right .woofc-trigger .woofc-count {
    bottom: -10px;
    right: -10px
}

.woofc-counter-pos-bottom-right .woofc-trigger .woofc-count.woofc-count-big {
    bottom: -15px;
    right: -15px
}

.woofc-trigger .woofc-count li {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.woofc-trigger .woofc-count li:last-of-type {
    visibility: hidden
}

.woofc-trigger .woofc-count.woofc-update-count li:last-of-type {
    -webkit-animation: woofc-qty-enter .15s;
    animation: woofc-qty-enter .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards
}

.woofc-trigger .woofc-count.woofc-update-count li:first-of-type {
    -webkit-animation: woofc-qty-leave .15s;
    animation: woofc-qty-leave .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards
}

.woofc-cart-open .woofc-trigger .woofc-count {
    -webkit-transition: -webkit-transform .2s 0s;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.woofc-empty:not(.woofc-cart-open) .woofc-trigger .woofc-count {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woofc-inner {
    z-index: 20000;
    width: 440px;
    height: 400px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    min-width: 190px;
    pointer-events: none
}

.woofc-inner a {
    color: #2b3e51;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.woofc-no-touchevents .woofc-inner a:hover,
.woofc-touchevents .woofc-inner a:focus {
    color: #2c97de
}

.woofc-inner .woofc-wrapper {
    position: absolute;
    z-index: 2;
    height: 72px;
    width: 72px;
    border-radius: 6px;
    -webkit-transition: height .4s .1s, width .4s .1s, -webkit-box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, -webkit-box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    pointer-events: auto
}

.woofc-no-touchevents .woofc-inner .woofc-wrapper:hover,
.woofc-touchevents .woofc-inner .woofc-wrapper:focus {
    -webkit-box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3)
}

.woofc-no-touchevents .woofc-cart-open .woofc-inner .woofc-wrapper:hover,
.woofc-touchevents .woofc-cart-open .woofc-inner .woofc-wrapper:focus {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17)
}

.woofc-pos-bottom-right .woofc-inner .woofc-wrapper {
    bottom: 0;
    right: 0
}

.woofc-pos-bottom-left .woofc-inner .woofc-wrapper {
    bottom: 0;
    left: 0
}

.woofc-pos-top-right .woofc-inner .woofc-wrapper {
    top: 0;
    right: 0
}

.woofc-pos-top-left .woofc-inner .woofc-wrapper {
    top: 0;
    left: 0
}

.woofc-inner .woofc-header,
.woofc-inner .woofc-footer {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%
}

.woofc-inner .woofc-header,
.woofc-inner .woofc-body {
    opacity: 0
}

.woofc-inner .woofc-header {
    top: 0;
    border-radius: 6px 6px 0 0;
    padding: 0 1.4em;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-transition: opacity .2s 0s;
    transition: opacity .2s 0s;
    border-bottom: 1px solid #e6e6e6
}

.woofc-inner .woofc-header::after {
    clear: both;
    content: "";
    display: block
}

.woofc-inner .woofc-footer {
    bottom: 0;
    border-radius: 6px
}

.woofc-cart-opened .woofc-inner .woofc-footer,
.woofc-cart-open .woofc-inner .woofc-footer {
    -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    -webkit-transition: border-radius 0.5s, -webkit-box-shadow 0.5s;
    transition: border-radius 0.5s, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-radius 0.5s;
    transition: box-shadow 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s
}

.woofc-cart-opened .woofc-inner .woofc-footer {
    border-radius: 0 0 6px 6px
}

.woofc-inner .woofc-title {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #181818
}

.woofc-inner .woofc-undo {
    position: absolute;
    right: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    color: #808b97;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.woofc-inner .woofc-undo a {
    text-decoration: underline;
    color: #2b3e51
}

.woofc-no-touchevents .woofc-inner .woofc-undo a:hover,
.woofc-touchevents .woofc-inner .woofc-undo a:focus {
    color: #2c97de
}

.woofc-inner .woofc-undo.woofc-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woofc-inner .woofc-cart-error {
    position: absolute;
    right: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    color: #dd3333;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.woofc-inner .woofc-cart-error.woofc-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.woofc-inner .woofc-cart-error.woofc-shake {
    -webkit-animation: woofc-shake 0.82s 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: woofc-shake 0.82s 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
}

.woofc-inner a.woofc-checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    background: #2c97de;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: hidden;
    opacity: 0
}

.woofc-cart-opened .woofc-inner a.woofc-checkout {
    -webkit-transition: all .3s 0s, opacity 0.3s 0.15s;
    transition: all .3s 0s, opacity 0.3s 0.15s
}

.woofc-cart-open .woofc-inner a.woofc-checkout {
    opacity: 1
}

.woofc-pos-bottom-right .woofc-inner a.woofc-checkout,
.woofc-pos-top-right .woofc-inner a.woofc-checkout {
    margin-right: 72px
}

.woofc-pos-bottom-left .woofc-inner a.woofc-checkout,
.woofc-pos-top-left .woofc-inner a.woofc-checkout {
    margin-left: 72px
}

.woofc-no-touchevents .woofc-inner a.woofc-checkout:hover,
.woofc-touchevents .woofc-inner a.woofc-checkout:focus {
    background: #399ee0
}

.woofc-inner a.woofc-checkout em {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0s .2s;
    transition: -webkit-transform 0s .2s;
    transition: transform 0s .2s;
    transition: transform 0s .2s, -webkit-transform 0s .2s
}

.woofc-inner a.woofc-checkout em::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '';
    height: 24px;
    width: 24px;
    background: url(../img/next.svg) no-repeat center center;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.woofc-inner .woofc-body {
    position: relative;
    z-index: 1;
    height: calc(100% - 40px - 35px);
    padding: 20px 0 10px;
    margin: 40px 0 10px;
    overflow: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.woofc-pos-bottom-left .woofc-inner .woofc-body,
.woofc-pos-top-left .woofc-inner .woofc-body {
    border-radius: 0 0 0 6px
}

.woofc-pos-bottom-right .woofc-inner .woofc-body,
.woofc-pos-top-right .woofc-inner .woofc-body {
    border-radius: 0 0 6px 0
}

.woofc-inner .woofc-body .woofc-list {
    overflow: hidden;
    padding: 0 1.4em;
    position: relative;
    padding-bottom: 90px;
    margin: 0;
    list-style: none
}

.woofc-inner .woofc-body .woofc-list li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
    list-style: none
}

.woofc-inner .woofc-body .woofc-list li::after {
    clear: both;
    content: "";
    display: block
}

.woofc-inner .woofc-body .woofc-list li:not(:last-of-type) {
    margin-bottom: 20px
}

.woofc-inner .woofc-body .woofc-list li.woofc-deleted {
    position: absolute;
    left: 1.4em;
    width: calc(100% - 2.8em);
    opacity: 0;
    -webkit-animation: woofc-item-slide-out .1s forwards;
    animation: woofc-item-slide-out .1s forwards
}

.woofc-inner .woofc-body .woofc-list li.woofc-deleted.woofc-undo-deleted {
    -webkit-animation: woofc-item-slide-in .3s forwards;
    animation: woofc-item-slide-in .3s forwards
}

.woofc-inner .woofc-body .woofc-list li.woofc-deleted+li {
    -webkit-animation: woofc-item-move-up-mobile .3s;
    animation: woofc-item-move-up-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.woofc-inner .woofc-body .woofc-list li.woofc-undo-deleted+li {
    -webkit-animation: woofc-item-move-down-mobile .3s;
    animation: woofc-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.woofc-inner .woofc-product-image {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.woofc-inner .woofc-product-image img {
    display: block;
    width: 100%;
    height: auto
}

.woofc-inner .woofc-product-details {
    position: relative;
    display: inline-block;
    float: right;
    width: calc( 100% - 70px);
    padding: 7px 0 0 1em
}

.woofc-inner .woofc-product-details::after {
    clear: both;
    content: "";
    display: block
}

.woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-details {
    padding: 0 0 0 1em
}

.woofc-inner .woofc-product-title,
.woofc-inner .woofc-price {
    font-weight: bold;
    font-size: 13.5px
}

.woofc-inner .woofc-product-title {
    display: inline-block;
   	    margin-right: 10px;
}

.woofc-inner .woofc-product-title>span {
    color: #2b3e51
}

.woofc-inner .woofc-product-title a {
    color: #2b3e51
}

.woofc-no-touchevents .woofc-inner .woofc-product-title a:hover,
.woofc-touchevents .woofc-inner .woofc-product-title a:focus {
    text-decoration: none;
    color: #2c97de
}

.woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-title {
    margin-bottom: 5px
}

.woofc-inner .woofc-product-attributes {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px
}

.woofc-inner .woofc-product-attributes p {
    margin: 0
}

.woofc-inner .woofc-product-attributes dl {
    display: block;
    margin-right: 10px;
    margin-bottom: 2px
}

.woofc-inner .woofc-product-attributes dl.woofc-variation-inline {
    display: inline-block;
    margin-right: 5px
}

.woofc-inner .woofc-product-attributes dl.woofc-variation-inline:after {
    content: '/'
}

.woofc-inner .woofc-product-attributes dl.woofc-variation-inline:last-child:after {
    content: ''
}

.woofc-inner .woofc-product-attributes dl dt {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 5px
}

.woofc-inner .woofc-product-attributes dl dd {
    display: inline-block;
    margin-right: 5px
}

.woofc-inner .woofc-price {
    float: right;
    width: 30%;
    text-align: right
}

.woofc-inner .woofc-actions {
    font-size: 12px;
    height: 1.6em;
    line-height: 1.6em;
    font-weight: 400;
    float: right;
    display: inline-block
}

.woofc-inner .woofc-actions::after {
    clear: both;
    content: "";
    display: block
}

.woofc-inner .woofc-delete-item,
.woofc-inner .woofc-quantity {
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.woofc-no-touchevents .woofc-inner .woofc-delete-item:hover,
.woofc-touchevents .woofc-inner .woofc-delete-item:focus {
    color: #2c97de
}

.woofc-inner .woofc-quantity label {
    display: inline-block;
    margin-right: 6px
}

.woofc-inner .woofc-quantity {
    position: relative
}

.woofc-inner .woofc-quantity input {
    width: auto;
    max-width: 100px;
    min-width: 90px;
    height: 30px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding: 0 49px 0 0;
    border: 1px solid #eee;
    font-size: 12px;
    letter-spacing: 1.2;
    line-height: 1.65;
    font-weight: 400;
    text-align: center;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: textfield
}

.woofc-inner .woofc-quantity input:focus {
    outline: 0;
    border-color: #eee
}

.woofc-inner .woofc-quantity input::-webkit-inner-spin-button,
.woofc-inner .woofc-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.woofc-inner .woofc-quantity.woofc-shake {
    -webkit-animation: woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.woofc-inner .woofc-quantity .woofc-quantity-changer {
    float: left;
    position: relative;
    height: 30px
}

.woofc-inner .woofc-quantity .woofc-quantity-button {
    position: absolute;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 25px;
    text-align: center;
    color: #808b97;
    font-size: 10px;
    line-height: 31px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    top: 0
}

.woofc-inner .woofc-quantity .woofc-quantity-button.woofc-quantity-up {
    right: -25px
}

.woofc-inner .woofc-quantity .woofc-quantity-button.woofc-quantity-down {
    right: 0
}

.woofc-inner .woofc-quantity .woofc-quantity-button i {
    display: block;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woofc-cart-open .woofc-inner .woofc-wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.woofc-cart-opened .woofc-inner .woofc-wrapper {
    overflow: hidden
}

.woofc-cart-open .woofc-inner .woofc-header,
.woofc-cart-open .woofc-inner .woofc-body {
    opacity: 1
}

.woofc-cart-open .woofc-inner .woofc-header {
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s
}

.woofc-cart-open .woofc-inner .woofc-body {
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.woofc-cart-open .woofc-inner .woofc-body li {
    -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(2) {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(3) {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(4),
.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(5) {
    -webkit-transition-duration: .55s;
    transition-duration: .55s
}

.woofc-cart-open .woofc-inner a.woofc-checkout {
    color: #fff;
    -webkit-transition: color .2s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s ease;
    transition: color .2s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s ease;
    transition: color .2s, opacity 0.3s, visibility 0.3s, transform 0.5s ease;
    transition: color .2s, opacity 0.3s, visibility 0.3s, transform 0.5s ease, -webkit-transform 0.5s ease
}

.woofc-cart-open .woofc-inner a.woofc-checkout em {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: transform .2s .3s, padding .2s 0s;
    transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s
}

.woofc-no-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:hover em,
.woofc-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:focus em {
    padding-right: 30px
}

.woofc-no-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:hover em::after,
.woofc-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:focus em::after {
    opacity: 1
}

.woofc-cart-open .woofc-inner a.woofc-checkout a {
    color: #2c97de
}

@media only screen and (min-width: 480px) {
    .woofc-inner .woofc-body li:not(: last-of-type) {
        margin-bottom: 14px
    }
    .woofc-inner .woofc-body .woofc-list li.woofc-deleted+li {
        -webkit-animation: woofc-item-move-up .3s;
        animation: woofc-item-move-up .3s
    }
    .woofc-inner .woofc-body .woofc-list li.woofc-undo-deleted+li {
        -webkit-animation: woofc-item-move-down .3s;
        animation: woofc-item-move-down .3s
    }
    .woofc-inner .woofc-product-image {
        width: 90px;
        height: 90px
    }
    .woofc-inner .woofc-product-details {
        padding: 12px 0 0 1em;
        width: calc( 100% - 90px)
    }
    .woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-details {
        padding: 3px 0 0 1em
    }
    .woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-title {
        margin-bottom: 10px
    }
    .woofc-inner .woofc-inner .woofc-product-title,
    .woofc-inner .woofc-inner .woofc-price {
        font-size: 18px
    }
    .woofc-inner .woofc-inner .woofc-quantity input {
        font-size: 14px
    }
    .woofc-inner .woofc-inner .woofc-actions {
        font-size: 14px
    }
    .woofc-inner .woofc-inner .woofc-checkout {
        font-size: 24px
    }
}

@media only screen and (max-width: 350px) {
    .woofc-inner .woofc-product-image,
    .woofc-cart-open .woofc-inner a.woofc-checkout .amount,
    .woofc-cart-open .woofc-inner a.woofc-checkout .woofc-dash {
        display: none
    }
    .woofc-inner .woofc-product-details {
        width: 100%
    }
    .woofc-inner .woofc-actions {
        margin-top: 5px
    }
}

@-webkit-keyframes woofc-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@keyframes woofc-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@-webkit-keyframes woofc-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@keyframes woofc-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@-webkit-keyframes woofc-item-move-up-mobile {
    0% {
        padding-top: 70px
    }
    100% {
        padding-top: 0px
    }
}

@keyframes woofc-item-move-up-mobile {
    0% {
        padding-top: 70px
    }
    100% {
        padding-top: 0px
    }
}

@-webkit-keyframes woofc-item-move-up {
    0% {
        padding-top: 110px
    }
    100% {
        padding-top: 0px
    }
}

@keyframes woofc-item-move-up {
    0% {
        padding-top: 110px
    }
    100% {
        padding-top: 0px
    }
}

@-webkit-keyframes woofc-item-move-down-mobile {
    0% {
        padding-top: 0px
    }
    100% {
        padding-top: 70px
    }
}

@keyframes woofc-item-move-down-mobile {
    0% {
        padding-top: 0px
    }
    100% {
        padding-top: 70px
    }
}

@-webkit-keyframes woofc-item-move-down {
    0% {
        padding-top: 0px
    }
    100% {
        padding-top: 110px
    }
}

@keyframes woofc-item-move-down {
    0% {
        padding-top: 0px
    }
    100% {
        padding-top: 110px
    }
}

@-webkit-keyframes woofc-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes woofc-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@-webkit-keyframes woofc-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@keyframes woofc-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0
    }
}

@-webkit-keyframes woofc-shake {
    10%,
    90% {
        -webkit-transform: translateX(-1px) scale(1);
        transform: translateX(-1px) scale(1)
    }
    20%,
    80% {
        -webkit-transform: translateX(2px) scale(1);
        transform: translateX(2px) scale(1)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-4px) scale(1);
        transform: translateX(-4px) scale(1)
    }
    40%,
    60% {
        -webkit-transform: translateX(4px) scale(1);
        transform: translateX(4px) scale(1)
    }
}

@keyframes woofc-shake {
    10%,
    90% {
        -webkit-transform: translateX(-1px) scale(1);
        transform: translateX(-1px) scale(1)
    }
    20%,
    80% {
        -webkit-transform: translateX(2px) scale(1);
        transform: translateX(2px) scale(1)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-4px) scale(1);
        transform: translateX(-4px) scale(1)
    }
    40%,
    60% {
        -webkit-transform: translateX(4px) scale(1);
        transform: translateX(4px) scale(1)
    }
}