
/*#rev_slider_1_1_wrapper{height:386px!important;}*/
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@font-face {
    font-family: jckqv-icons;
    src: url(../fonts/jckqv-icons-17550824.eot);
    src: url(../fonts/jckqv-icons-17550824.eot#iefix) format('embedded-opentype'), 
	url(../fonts/jckqv-icons-17550824.woff) format('woff'), 
	url(../fonts/jckqv-icons-17550824.ttf) format('truetype'), 
	url(../fonts/jckqv-icons-17550824.svg#jckqv-icons) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: revicons;
    src: url(../fonts/revicons.ttf);
    src: url(../fonts/jckqv-icons-17550824.eot#iefix) format('embedded-opentype'), 
	url(../fonts/revicons.woff) format('woff'), 
	url(../fonts/jckqv-icons-17550824.ttf) format('truetype'), 
	url(../fonts/jckqv-icons-17550824.svg#jckqv-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" jckqv-icon-"]:before,
[class^=jckqv-icon-]:before {
    font-family: jckqv-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}
.jckqv-icon-arrows-cw:before {
    content: '\e800'
}
.jckqv-icon-ok:before {
    content: '\e801'
}
.jckqv-icon-search:before {
    content: '\e802'
}
.jckqv-icon-eye:before {
    content: '\e803'
}
.jckqv-icon-plus:before {
    content: '\e804'
}
.jckqv-icon-cw:before {
    content: '\e805'
}
.jckqv-icon-basket:before {
    content: '\e806'
}
.jckqv-icon-error:before {
    content: '\e807'
}
.jckqv-icon-chevron-with-circle-left:before {
    content: '\e808'
}
.jckqv-icon-chevron-with-circle-right:before {
    content: '\e809'
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none!important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
#jckqv .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
#jckqv .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
#jckqv .slick-list:focus {
    outline: 0
}
#jckqv .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
#jckqv .slick-slider .slick-list,
#jckqv .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
#jckqv .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
#jckqv .slick-track:after,
#jckqv .slick-track:before {
    display: table;
    content: ''
}
#jckqv .slick-track:after {
    clear: both
}
#jckqv .slick-loading .slick-track {
    visibility: hidden
}
#jckqv .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] #jckqv .slick-slide {
    float: right
}
#jckqv .slick-slide img {
    display: block
}
#jckqv .slick-slide.slick-loading img {
    display: none
}
#jckqv .slick-slide.dragging img {
    pointer-events: none
}
#jckqv .slick-initialized .slick-slide {
    display: block
}
#jckqv .slick-loading .slick-slide {
    visibility: hidden
}
#jckqv .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
#jckqv .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0
}
#jckqv .slick-dots li {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
#jckqv .slick-dots button {
    text-indent: 250%;
    overflow: hidden;
    background: #000;
    border-radius: 100%;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    opacity: .25;
    border: 1px solid #fff
}
#jckqv .slick-dots .slick-active button,
#jckqv .slick-dots button:hover {
    opacity: 1
}
.cf:after,
.cf:before {
    content: " ";
    display: table
}
.cf:after {
    clear: both
}
.cf {
    *zoom: 1
}
.mfp-close-btn-in button.mfp-close,
.mfp-close-btn-in button.mfp-close:hover,
button.mfp-arrow,
button.mfp-arrow:hover {
    background: 0 0;
    font-weight: 400
}
@media (max-width: 630px) {
    button.mfp-arrow {
        display: none!important
    }
}
#jckqv {
    background: #fff;
    padding: 40px 40px 30px;
    max-width: 800px;
    text-align: left;
    margin: 30px auto;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif
}
@media (max-width: 1020px) {
    #jckqv {
        max-width: 500px;
        padding: 0
    }
}
#jckqv * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased
}
.jckqvBtn {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: auto;
    -webkit-font-smoothing: antialiased
}
.mfp-bg {
    z-index: 100042
}
.mfp-wrap {
    z-index: 100043
}
#jckqv h1,
#jckqv p {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style: normal
}
#jckqv h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
    line-height: 1.2
}
#jckqv p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 1.6
}
#jckqv_images_wrap {
    width: 65%;
    float: left;
    display: inline;
    margin: -40px 0 -30px -40px;
    overflow: hidden
}
@media (max-width: 1020px) {
    #jckqv_images_wrap {
        width: 100%;
        float: none;
        display: block;
        margin: 0
    }
}
.jckqv-images__arr {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 65px;
    text-align: center;
    color: #333;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0
}
.jckqv-images--hovered .jckqv-images__arr {
    opacity: 1
}
.jckqv-images__arr:hover {
    width: 70px
}
.jckqv-images__arr--prev {
    left: 0
}
.jckqv-images__arr--next {
    right: 0
}
.jckqv-images__arr--prev:hover {
    left: -5px
}
.jckqv-images__arr--next:hover {
    right: -5px
}
.jckqv-images__arr.slick-disabled {
    opacity: 0!important
}
.jckqv-images__arr i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 35px;
    margin: -18px 0 0
}
#jckqv_thumbs .slick-slide {
    opacity: .6;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer
}
#jckqv_thumbs .slick-main-active,
#jckqv_thumbs .slick-slide:hover {
    opacity: 1
}
#jckqv_summary {
    float: right;
    width: 35%;
    display: inline
}
@media (max-width: 1020px) {
    #jckqv_summary {
        width: 100%;
        float: none;
        display: block;
        padding: 40px 40px 30px
    }
}
#jckqv .woocommerce-product-rating {
    margin: -15px 0 20px;
    height: 22px;
    line-height: 22px;
    overflow: hidden
}
#jckqv .woocommerce-product-rating .star-rating {
    margin: 4px 0;
    float: left;
    display: inline;
    font-size: 14px
}
#jckqv .woocommerce-product-rating .star-rating:before {
    color: #eee
}
#jckqv .woocommerce-product-rating .star-rating span:before {
    color: #84d6ad
}
#jckqv .woocommerce-product-rating .text-rating {
    float: left;
    margin: 0 0 0 10px;
    display: inline;
    width: auto;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #aaa
}
#jckqv .price {
    font-size: 24px;
    line-height: 38px;
    overflow: hidden;
    display: block;
    color: #333;
    font-weight: 700
}
#jckqv .price ins {
    font-size: 24px;
    color: #333;
    float: left;
    line-height: 38px;
    height: 38px;
    width: auto;
    display: inline;
    text-decoration: none;
    font-weight: 700;
    background: 0 0;
    margin: 0
}
#jckqv .price ins span.amount {
    color: #333
}
#jckqv .price del {
    font-size: 18px;
    font-weight: 400;
    float: left;
    line-height: 40px;
    height: 38px;
    width: auto;
    display: inline;
    -ms-filter: "alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    background: 0 0;
    margin: 0 10px 0 0
}
#jckqv span.price,
#jckqv span.price ins {
    font-size: 20px
}
#jckqv span.price del {
    font-size: 14px
}
#jckqv .onsale {
    position: absolute;
    top: -15px;
    right: auto;
    left: -15px;
    background: #6c9;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 .857em;
    line-height: 4.236em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}
#jckqv table.variations {
    background: #eee;
    margin: 0 0 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: 0
}
#jckqv table.variations td,
#jckqv table.variations th {
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 1.6;
    color: #666
}
#jckqv table.variations tr:last-child td,
#jckqv table.variations tr:last-child th {
    border-bottom: 0
}
#jckqv table.variations td select {
    width: 100%
}
#jckqv table.variations td label {
    font-size: 14px
}
#jckqv table.variations .reset_variations {
    display: none!important
}
#jckqv .single_variation_wrap {
    overflow: hidden;
    margin: 35px 0 0
}
#jckqv .variations_button {
    overflow: hidden
}
#jckqv .cart {
    overflow: hidden;
    margin: 35px 0
}
#jckqv .quantity {
    float: left;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0 10px 0 0;
    overflow: hidden
}
#jckqv .quantity .qty {
    height: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #888;
    border: 1px solid #bbb;
    border-right: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: inherit;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .236em .5em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 400;
    float: left
}
#jckqv .quantity .qty::-webkit-inner-spin-button,
#jckqv .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.jckqv-qty-spinners {
    float: left;
    display: inline-block
}
.jckqv-qty-spinner {
    display: block;
    height: 17px;
    width: 20px;
    background: #888;
    border: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    line-height: 17px;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    text-align: center
}
.jckqv-qty-spinner:hover {
    background: #777
}
.jckqv-qty-spinners__plus {
    height: 18px;
    border-bottom: 1px solid #777;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}
.jckqv-qty-spinners__minus {
    -webkit-border-radius: 0 0 3px;
    -moz-border-radius: 0 0 3px;
    border-radius: 0 0 3px
}
#jckqv .button {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-weight: 700;
    text-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    display: inline;
    width: auto;
    font-size: 14px;
    text-decoration: none
}
#jckqv .button:focus {
    outline: 0
}
#jckqv .button:hover {
    text-shadow: none;
    text-decoration: none
}
#jckqv .product_meta {
    display: block;
    margin: 0 0 25px;
    background: #f7f7f7;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px
}
#jckqv .product_meta>span {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #eee
}
#jckqv .product_meta>span:last-child {
    border: 0
}
#jckqv #addingToCart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    text-align: center;
    display: none
}
#jckqv #addingToCart div {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 150px;
    margin: -50px 0 0 -75px;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #666
}
#jckqv #addingToCart div i {
    display: block;
    width: 45px;
    margin: 0 52px;
    font-size: 30px
}
#jckqv .group_table .button {
    font-size: 10px;
    height: auto;
    padding: 8px;
    line-height: 1.2em;
    width: 55px;
    text-align: center
}
#jckqv .group_table .label label {
    line-height: 1.2em
}
#jckqv .group_table .price {
    font-size: 20px;
    line-height: 1;
    display: table-cell
}
#jckqv .group_table .price del,
#jckqv .group_table .price ins {
    height: auto;
    line-height: 1.2
}
#jckqv .group_table .price ins {
    font-size: 20px;
    border: 0
}
#jckqv .group_table .price del {
    font-size: 16px
}
#jckqv .group_table td {
    vertical-align: middle
}

.cartfeatures{font-size: 12px !important;}





.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption{left:140px!important;}
.detail-quantity{float:left;width:15%;}
.detail-quantity input{width: 100%!important;height: 40px;}
.slider-items-products{margin-bottom:100px;}
.button, input[type=submit], input[type=button], input[type=reset]{padding:12px!important;/*margin-left: 15px;*/
    height: 40px;}

@media(max-width:800px ){
    .move-right .exit-off-canvas {box-shadow: none;z-index: 9999999;width: 100%;height: 100%;margin-left: 67%;float: right;position: absolute;}
    .show{display: block; transition-duration:5s;}
    .hide{display: none;}

}

.contact-form-group{margin-bottom: 0 !important;}
.systembutton{border-radius: 0 !important;width: 100% !important;}






