a.wfob_qv-button {
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    display: table;
    margin: 0 auto;
    line-height: 1;
}

.wfob_qv-btn-icon {
    display: table;
    float: left;
    margin-right: 6px;
}

.wfob_qv-panel {
    position: fixed;
    opacity: 0;
    transition: opacity 0.25s ease-in;
    z-index: 9999;

}

.wfob_qv-panel-active {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.wfob_qv-opac {
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wfob_qv-inner-modal {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wfob_qv-animation-linear {
    animation: wfob_qv-key 500ms ease;
    animation-fill-mode: forwards;
}

.wfob_qv-animation-fadein {
    animation: wfob_qv-key-fadein 700ms ease;
    animation-fill-mode: forwards;
}

@keyframes wfob_qv-key {
    100% {
        transform: translate(0, 0px);
    }
}

@keyframes wfob_qv-key-fadein {
    100% {
        opacity: 1;
    }
}

.wfob_qv-outer-modal {
    position: absolute;
    z-index: 1;
}

.wfob_qv-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
    margin: auto;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    max-width: 875px;
}

.wfob_qr_wrap {
    margin: 0 -15px;
}

.wfob_qv-top-panel {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.wfob_qv-images {
    width: 50%;
    position: relative;
    margin: 0;
    float: left;
    padding: 0 15px;
}

.wfob_qv-summary table, th, td {
    border: none;
}

.wfob_qv-summary {
    width: 50%;
    position: relative;
    margin: 0;
    float: left;
    text-align: left;
    padding: 0 15px;
}

.wfob_qv-summary h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

.wfob_qv-summary p {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 15px;
}

.wfob_qr_wrap form.cart {
    margin: 0 0 20px;
    padding: 0;
}

#wfob_qr_model_wrap .wfob_qr_wrap table.variations {
    table-layout: fixed;
    margin: 0;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

#wfob_qr_model_wrap .wfob_qr_wrap table.variations .value {
    margin-bottom: 10px;
}

#wfob_qr_model_wrap .wfob_qr_wrap table.variations select {
    max-width: 100%;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    padding: 6px 10px;
    width: 100%;
    box-shadow: none;
    margin-bottom: 5px;
}

#wfob_qr_model_wrap .wfob_qr_wrap .single_variation_wrap .woocommerce-variation-price,
#wfob_qr_model_wrap .wfob_qr_wrap .single_variation_wrap .woocommerce-variation-price span {
    font-size: 16px;
    line-height: 24px;
}

#wfob_qr_model_wrap .wfob_qr_wrap span.onsale,
#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery__trigger {
    display: none;
}

#wfob_qr_model_wrap .wfob_qr_wrap table.variations td,
#wfob_qr_model_wrap .wfob_qr_wrap table.variations th {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

#wfob_qr_model_wrap .wfob_qr_wrap table.variations th label,
#wfob_qr_model_wrap .wfob_qr_wrap table.variations td label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}

#wfob_qr_model_wrap .wfob_qr_wrap .wfob_qv-summary p.price {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}

#wfob_qr_model_wrap .wfob_qr_wrap del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
}

#wfob_qr_model_wrap .wfob_qr_wrap span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}

#wfob_qr_model_wrap .wfob_qr_wrap .quantity .qty {
    width: 4.235801032em;
    text-align: center;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

#wfob_qr_model_wrap .wfob_qr_wrap .button {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 22px;
    min-height: 2.5em;
    padding: 5px 25px;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #d26e4b;
}

#wfob_qr_model_wrap .wfob_qr_wrap .quantity {
    margin-bottom: 20px;
}

#wfob_qr_model_wrap .wfob_qr_wrap label.screen-reader-text {
    display: none;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 25px;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    line-height: 1.5;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li {
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
    list-style: none;
    margin-bottom: 25px;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
    -webkit-transition: all, ease, .2s;
    transition: all, ease, .2s;
    width: 100%;
    height: auto;
}

#wfob_qr_model_wrap .wfob_qr_wrap .button.minus,
#wfob_qr_model_wrap .wfob_qr_wrap .button.plus {
    display: none;
}

#wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.wfob_qv-main {
    overflow: auto;
    position: relative;
    top: 0;
    height: 100%;
    background-color: #fff;
    padding: 25px;
}

.wfob_clear {
    clear: both;
}

.wfob_qv-close {
    display: table;
    right: 0;
    bottom: 0;
    position: absolute;
    color: white;
    cursor: pointer;
}

.wfob_qv-nxt, .wfob_qv-prev {
    color: white;
    display: table;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
}

.wfob_qv-prev {
    left: 3%;
}

.wfob_qv-nxt {
    right: 3%;
}

.wfob_qv-plink {
    padding: 8px 13px;
    display: inline-block;
    background-color: #2D84D4;
    margin-top: 10px;
}

.wfob_qv-plink a {
    color: white;
}

.wfob_qv-plink a:hover {
    color: #eee;
}

.wfob_qv-panel .woocommerce-review-link {
    display: none;
}

.woocommerce div.product .wfob_qv-images div.images {
    float: none;
    margin: auto;
    width: auto;
}

/******** FONTS ************/
@font-face {
    font-family: 'wfob_qv';
    src: url('fonts/qv.eot?9mvi0e');
    src: url('fonts/qv.eot?9mvi0e#iefix') format('embedded-opentype'),
    url('fonts/qv.ttf?9mvi0e') format('truetype'),
    url('fonts/qv.woff?9mvi0e') format('woff'),
    url('fonts/qv.svg?9mvi0e#wfob_qv') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wfob_qv {
    font-family: 'wfob_qv' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 26px;
    height: 26px;
    background: #7f7f7f;
    text-align: center;
    display: block;
    top: 42px;
    z-index: 555;
    border-radius: 50%;
    right: -6px;
}

.xooqv-zoom-in:before {
    content: "\e987";
}

.xooqv-eye:before {
    content: "\e9ce";
}

.xooqv-cross:before {
    content: "\ea0f";

    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
}

.xooqv-arrow-right:before {
    content: "\ea34";
}

.xooqv-arrow-left:before {
    content: "\ea38";
}

.xooqv-chevron-right:before {
    content: "\e900";
}

.xooqv-chevron-left:before {
    content: "\e901";
}

/* Preloader */
.wfob_qv-preloader {
    text-align: center;
}

.wfob_qv-speeding-wheel {
    border: 3px solid white;
    margin: 0 auto;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: wfob_qv-spin 575ms infinite linear;
    -o-animation: wfob_qv-spin 575ms infinite linear;
    -ms-animation: wfob_qv-spin 575ms infinite linear;
    -webkit-animation: wfob_qv-spin 575ms infinite linear;
    -moz-animation: wfob_qv-spin 575ms infinite linear;
}

@keyframes wfob_qv-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes wfob_qv-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes wfob_qv-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wfob_qv-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes wfob_qv-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wfob_qv-opl {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wfob_qv-opl .wfob_qv-speeding-wheel {
    height: 70px;
    width: 70px;
}

.wfob_qv-mpl {
    visibility: hidden;
    position: relative;
    display: table;
    margin: auto;
}

.wfob_qv-pl-active {
    display: table;
    visibility: visible;
}

.wfob_qv-mpl .wfob_qv-speeding-wheel {
    height: 35px;
    width: 35px;
    border-bottom-color: #fff;
    border-top-color: #fff;
}

/* -------------- */

@media only screen and (max-width: 768px) {
    div.wfob_qv-summary, div.wfob_qv-images {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

}

@media (max-width: 480px) {
    .wfob_qv-container {
        max-width: 100%;
        left: 20px;
        right: 20px;
    }

    .wfob_qv-main {
        padding: 10px;
    }

    .wfob_qv-images:after {
        clear: both;
    }

    .wfob_qv-images:after, .wfob_qv-images:before {
        display: block;
        content: '';
    }

    .wfob_qv-summary h1 {
        font-size: 20px;
        line-height: 20px;
    }

    #wfob_qr_model_wrap .wfob_qr_wrap .button {
        display: inline-block;
    }

    #wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-viewport,
    #wfob_qr_model_wrap .wfob_qr_wrap .woocommerce-product-gallery .flex-control-thumbs li {
        margin-bottom: 2%;
    }
}
