/*=======================
* MODAL POPUP STYLE
========================*/

html.yith-quick-view-is-open.yith-quick-view-modal,
html.yith-quick-view-is-open.yith-quick-view-modal body {
    overflow: hidden;
}

html.yith-quick-view-is-open .select2-container.select2-container--open {
    z-index: 1500;
}
html.yith-quick-view-is-open.yith-quick-view-on-mobile .select2-container.select2-container--open {
    z-index: 999999;
}
html.yith-quick-view-is-open.yith-quick-view-on-mobile .yith-quick-view{
    z-index:99999;
}

html.yith-quick-yith-sliding .yith-quick-view-nav{
    display: none;
}

.yith-quick-view.yith-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.yith-quick-view.yith-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.yith-quick-view.yith-modal .yith-wcqv-wrapper {
    position: absolute;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
}

.yith-quick-view.yith-modal .yith-wcqv-main {
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    border-radius: 22px;
}

.yith-quick-view.yith-modal.open,
.yith-quick-view.yith-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}

.yith-quick-view.yith-modal.open .yith-wcqv-main {
    opacity: 1;
}

.yith-quick-view.yith-modal .yith-quick-view-content {
    height: 100%;
}

.woocommerce .yith-quick-view.yith-modal.open .single-product div.product .summary.entry-summary{
    overflow-y:auto;
    margin: 35px 20px 35px 0;
    /* padding-top: 0; */
}



/* SLIDE IN */
.yith-quick-view.yith-sliding.slide-in-right .yith-wcqv-main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.yith-quick-view.yith-sliding.slide-in-right.open .yith-wcqv-main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.yith-quick-view.yith-modal.slide-in .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.yith-quick-view.yith-modal.open.slide-in .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* FADE IN SCALE */

.yith-quick-view.yith-modal.fade-in .yith-wcqv-main {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.yith-quick-view.yith-modal.open.fade-in .yith-wcqv-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* SCALE UP */

.yith-quick-view.yith-modal.scale-up .yith-wcqv-main {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.yith-quick-view.yith-modal.open.scale-up .yith-wcqv-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*=========================
* INLINE STYLE
=========================*/

.yith-quick-view.yith-inline {
    position: relative;
    display: none;
    clear: both;
    grid-column: 1 / -1;
}

.yith-quick-view.yith-inline  div.product .summary.entry-summary{
    width:auto;
}

.yith-quick-view.yith-inline .yith-quick-view-overlay {
    display: none;
}

.yith-quick-view.yith-inline .yith-wcqv-main {
    padding: 20px 0;
}

.yith-quick-view-content:after,
.yith-quick-view-content:before {
    content: '';
    display: table;
    clear: both;
}

.yith-quick-view-content div.woocommerce-product-rating:after,
.yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}

.yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}


/*===========================
* SLIDING STYLE
============================*/
.yith-quick-view.yith-sliding {
    position: fixed;
    z-index: 1400;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.yith-quick-view.yith-sliding.open,
.yith-quick-view.yith-sliding.open .yith-wcqv-wrapper {
    visibility: visible;
}

.yith-quick-view.yith-sliding.open .images,
.yith-quick-view.yith-sliding.open .images img {
    width: 100%;
}

.yith-quick-view.yith-sliding .yith-wcqv-wrapper .yith-wcqv-main {
    width: 500px;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.yith-quick-view.yith-sliding .yith-wcqv-wrapper .summary.entry-summary {
    width: 100%;
    padding-right: 30px;
}

.yith-quick-view.yith-sliding .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.yith-quick-view.yith-sliding .yith-wcqv-main {
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    transition: all 0.3s linear;
}


/*===========================
* QUICK VIEW CLOSE
============================*/

.yith-wcqv-head {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}

.yith-quick-view-close {

    cursor: pointer;
    box-shadow: none;
    display: block;
    width: 24px;
    height: 24px;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.yith-quick-view-close:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*============================
* QUICK VIEW NAVIGATION
=============================*/

.yith-quick-view-nav a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.yith-quick-view-nav a:before {
    content: '';
    position: absolute;
    background: url('../image/nav-arrow.png') no-repeat center;
    top: 0;
    bottom: 0;
}

.yith-quick-view-nav a.yith-wcqv-prev:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.yith-quick-view-nav a.yith-wcqv-next {
    right: 0;
}

.yith-quick-view-nav a.yith-wcqv-left {
    left: 0;
}


/* reveal */

.yith-quick-view-nav.reveal a {
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: width 0.4s, background-color 0.4s;
    transition: width 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);

}

.yith-quick-view-nav.reveal a:before {
    width: 40px;
}

.yith-quick-view-nav.reveal a.yith-wcqv-prev:before {
    left: 0;
}

.yith-quick-view-nav.reveal a.yith-wcqv-next:before {
    right: 0;
}

.yith-quick-view-nav.reveal a div {
    position: absolute;
    top: 0;
    max-width: 250px;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: table;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.yith-quick-view-nav.reveal a div h4 {
    position: relative;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}

.yith-quick-view-nav.reveal a div img {
    position: absolute;
    top: 10px;
    width: 50px;
    height: auto;
}

.yith-quick-view-nav.reveal a.yith-wcqv-prev {
    left: 0;
}

.yith-quick-view-nav.reveal a.yith-wcqv-prev div {
    padding-right: 70px;
    text-align: right;
}

.yith-quick-view-nav.reveal a.yith-wcqv-prev div img {
    right: 10px;
}

.yith-quick-view-nav.reveal a.yith-wcqv-next {
    right: 0;
}

.yith-quick-view-nav.reveal a.yith-wcqv-next div {
    right: 0;
    padding-left: 70px;
    text-align: left;
}

.yith-quick-view-nav.reveal a.yith-wcqv-next div img {
    left: 10px;
}

/* hover */
.yith-quick-view-nav.reveal a:hover {
    width: 250px;
}

.yith-quick-view-nav.reveal a:hover div {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* pagination */
.yith-quick-view.yith-modal .yith-wcqv-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.yith-quick-view.yith-modal .yith-wcqv-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
}

.yith-quick-view.yith-modal .yith-wcqv-wrapper .bx-pager .bx-pager-item a {
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: transparent;
}

.yith-quick-view.yith-modal .yith-wcqv-wrapper .bx-pager .bx-pager-item a.active {
    background-color: #000000;
}

.yith-quick-view.yith-modal .bx-controls.bx-has-controls-direction.bx-has-pager {
    text-align: center;
}

/*=============================
* QUICK VIEW SHARE
==============================*/
.yith-quick-view-share-wrapper {
    margin-top: 20px;
}

.yith-quick-view-share-label {
    font-size: 14px;
}

.yith-quick-view-share {
    margin-top: 10px;
}

.yith-quick-view-share > a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0 3px;
    border-radius: 50%;
    outline: none;
    color: #000 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.yith-quick-view-share > a:first-child {
    margin-left: 0;
}

.yith-quick-view-share > a:last-child {
    margin-right: 0;
}

/*=========================
* TRIGGER BUTTON
==========================*/

.yith-wcqv-button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 3px 10px;
    text-decoration: none;
}

.yith-wcqv-button img.yith-wcqv-icon {
    max-width: 100%;
    width: auto !important;
    height: auto;
    display: inline-block !important;
    margin: 0 !important;
}



a.yith-wcqv-button.button.qvicon {
    width: 35px;
    height: 35px;
    display: inline-block !important;
    align-items: center;
    padding: 0;
    justify-content: center;
    min-width: 35px !important;
    margin: 0 !important;
}

.yith-wcqv-button:not( .button ) span {
    font-size: 12px;
    font-weight: 700;
}

.yith-wcqv-button.inside-thumb {
    position: absolute;
    text-transform: uppercase;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    text-align: center;
    display: none;
    z-index: 10;
}
.yith-wcqv-button.inside-thumb.qvicon.button {
    width: 35px;
    height: 35px;
    display: inline-block!important;
    padding: 0!important;
    margin: 0 !important;
}

.yith-wcqv-button.inside-thumb span {
    padding: 5px 10px;
    display: inline-block;
}

.products .product:hover .yith-wcqv-button.inside-thumb,
.products .product.hover_mobile .yith-wcqv-button.inside-thumb,
.wp-block-post.product:hover .yith-wcqv-button.inside-thumb {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    padding: 6px 10px;
}

/*=====================
* CONTENT STYLE
====================*/

.yith-quick-view-content.woocommerce div.product {
    /* height: 100%; */
}

.yith-quick-view .yith-quick-view-content.woocommerce div.images {
    position: relative;
    overflow: hidden;
    height: auto;
    /* max-height: 100%; */
    float: left;
    margin: 0;
    opacity: 1;
}

.yith-quick-view.yith-modal .yith-quick-view-content.woocommerce div.images {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.yith-quick-view-content.woocommerce div.images img {
    height: auto;
    max-width: 100%;
}

/* LOADING GALLERY */
.yith-quick-view-content.woocommerce div.images.loading-gallery::after {
    content: '';
    position: absolute;
    background: url('../image/qv-loader.gif') #fff no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs div {
    float: left;
    width: 50px;
    margin: 5px 10px 0 0;
    border: 1px solid #cdcdcd;
    cursor: pointer;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs div.active {
    border: 1px solid #222222;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs img {
    max-width: 100%;
    height: auto;
    display: block;
}

.yith-quick-view-content.woocommerce span.onsale {
    top: 25px;
    left: 25px;
    right: auto;
    z-index: 10;
}

.yith-quick-view .yith-quick-view-content.woocommerce div.summary {
    display: inline-block;
    height: auto;
    max-height: 100%;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    float: none;
    margin: 0;
    overflow: hidden;
    font-size: inherit;
    padding-left: 30px;
}
.yith-quick-view .yith-quick-view-content.woocommerce  .woocommerce-variation-description p{
    font-size:14px;
}
.yith-quick-view-content.woocommerce div.summary-content {
    padding: 20px;
}

.yith-quick-view-content.woocommerce div.entry-summary a {
    border-bottom: 0;
    outline: none;
}

.yith-quick-view-content.woocommerce div.entry-summary a.reset_variations {
    visibility: hidden;
}

.yith-quick-view-content.woocommerce div.summary h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.yith-quick-view-content.woocommerce div.summary .woocommerce-product-rating,
.yith-quick-view-content.woocommerce div.summary .single_variation {
    margin-bottom: 15px;
}

.yith-quick-view-content.woocommerce div.summary form.cart {
    margin-bottom: 25px;
}

.yith-quick-view-content.woocommerce div.summary form.cart .added_to_cart {
    display: none;
}

.yith-quick-view-content.woocommerce div.summary .woocommerce-product-rating .star-rating,
.yith-quick-view-content.woocommerce div.summary .woocommerce-product-rating .star-rating:before {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.yith-quick-view-content.woocommerce #yith-wcwtl-output {
    margin-bottom: 15px;
}

.yith-quick-view-content.woocommerce div.summary .price {
    font-size: 22px;
    margin-bottom: 15px;
}

.yith-quick-view-content.woocommerce div.summary .price del,
.yith-quick-view-content.woocommerce div.summary .price ins {
    display: inline-block;
    background: none;
}

.yith-quick-view-content.woocommerce div.summary .price del {
    font-size: 80%;
    opacity: 0.5;
}

.yith-quick-view-content.woocommerce div.summary div[itemprop="description"],
.yith-quick-view-content.woocommerce div.summary .product_meta {
    font-size: 15px;
}

.yith-quick-view-content.woocommerce div.summary .product_meta span {
    margin-bottom: 10px !important;
}

.yith-quick-view-content.woocommerce div.summary div[itemprop="description"] {
    margin-bottom: 30px;
}

.yith-quick-view-content.woocommerce div.summary .product_meta > span {
    display: block;
}

.yith-quick-view-content.woocommerce div.summary div.quantity,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 15px;
    display: inline-block;
}

.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
}

.yith-quick-view-content.woocommerce div.summary table.variations {
    border: 0;
    margin-bottom: 0;
}

.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
    margin: 10px 0;
    display: inline-block;
}

.yith-quick-view-content.woocommerce div.product form.cart .variations select {
    float: none;
    width: 100%;
    max-width: 450px;
}

.yith-quick-view.yith-modal.fade-in.open .yith-quick-view-content.woocommerce div.product form.cart .variations select {
    max-width: 350px;
}

.yith-quick-view .woocommerce div.product div.images {
    opacity: 1 !important;
    overflow:hidden;
}

/*=================
* SLIDER STYLE
==================*/

.yith-quick-view-content .bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    background: #fff;
    width: 500px;
}

.yith-quick-view-content .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.yith-quick-view-content ul.bxslider,
.yith-quick-view-content ul.bxslider li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.yith-quick-view-content .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/* LOADER */
.yith-quick-view-content .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../image/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* NAV */
.yith-quick-view-content .bx-controls-direction a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
}

.yith-quick-view-content .bx-controls-direction a svg {
    width: 24px;
}

.yith-quick-view-content .bx-controls-direction a.bx-prev {
    left: 0;
}

.yith-quick-view-content .bx-controls-direction a.bx-next {
    right: 0;
}

.yith-quick-view-content .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
    transition: all 0.3s ease;
}

/*==============================*/

.yith-wcqv-button .blockUI.blockOverlay:before,
.yith-quick-view-content .blockUI.blockOverlay:before {
    background: none;
}


/* inline style */
.yith-quick-view.yith-inline .yith-quick-view-content div.images,
.yith-quick-view.yith-inline .yith-quick-view-content div.summary {
    /*width: 50%!important;*/
}

.yith-quick-view.yith-inline .yith-quick-view-content div.images {
    height: auto;
}

.yith-quick-view.yith-inline .yith-quick-view-content.woocommerce span.onsale,
.yith-quick-view.yith-inline .yith-quick-view-close {
    top: 25px;
}

.yith-quick-view.is-mobile div.images > a {
    pointer-events: none;
}

/*=======================================
* WOOCOMMERCE MESSAGE
=======================================*/
.yith-quick-view div.woocommerce-message:before {
    content: '\e921';
    font-family: yith-icon;
    width: 35px;
    /* height:40px; */
    display: block;
    color: #6e861d;
    font-weight: 800;
    /* margin-right: 35px; */
    font-size: 20px;
    display: inline-block;
}

.yith-quick-view div.woocommerce-message,
.yith-quick-view ul.woocommerce-error {
    margin: 30px 0 15px !important;
    padding: 15px;
    box-shadow: none;
    background-color: #cdfdce;
    border-top: none;
    font-size: 14px;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
}

.yith-quick-view ul.woocommerce-error li {
    padding: 0 0 0 30px;
}

.yith-quick-view ul.woocommerce-error:before {
    content: '\e923';
    font-family: yith-icon;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    color: red;
    font-weight: 800;
    font-size: 20px;
}

.yith-quick-view div.woocommerce-message a {
    display: none;
}

.yith-quick-view ul.woocommerce-error {
    background-color: #ff606047;
}

/*======================================
LOADING EFFECT
======================================*/

.yith-quick-view.yith-modal.loading {
    visibility: visible;
    opacity: 1;
}

.yith-quick-view.yith-modal.loading .yith-quick-view-overlay {
    display: table;
    width: 100%;
    height: 100%;
}


.yith-quick-view.yith-sliding .yith-quick-view-overlay p {
    display: none;
}


.yith-quick-view.yith-modal.loading .yith-quick-view-overlay p {
    color: #efefef;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
}

.yith-quick-view.yith-modal.loading .yith-wcqv-wrapper {
    visibility: hidden;
}

/*==============================
MAGNIFIER INTEGRATION
===============================*/

.yith-quick-view .yith_magnifier_zoom_wrap,
.yith-quick-view .yith_magnifier_zoom {
    height: 100%;
}

.yith-quick-view .yith_expand {
    display: none !important;
}

.yith-quick-view div.pp_woocommerce a.pp_expand {
    left: auto;
    top: auto;
    bottom: 5px;
    right: 5px;
}

.yith-quick-view span.yith_zoom_icon {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='30' height='30'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-page---example-1' transform='translate(-990.000000, -1013.000000)'%3E%3Cg id='edit-/-search' transform='translate(986.000000, 1010.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='edit-/-search-(Background/Mask)'%3E%3C/g%3E%3Cpath d='M17.9704714,15.5960917 C20.0578816,12.6670864 19.7876957,8.57448101 17.1599138,5.94669908 C14.2309815,3.01776677 9.4822444,3.01776707 6.55331239,5.94669908 C3.62438008,8.87563139 3.62438008,13.6243683 6.55331239,16.5533006 C9.18109432,19.1810825 13.2736993,19.4512688 16.2027049,17.3638582 L23.3470976,24.5082521 L25.1148653,22.7404845 L17.9704714,15.5960917 C19.3620782,13.6434215 19.3620782,13.6434215 17.9704714,15.5960917 Z M15.3921473,7.71446586 C17.3447686,9.6670872 17.3447686,12.8329128 15.3921473,14.7855341 C13.4395258,16.7381556 10.273701,16.7381555 8.32107961,14.7855341 C6.36845812,12.8329127 6.36845812,9.66708735 8.32107961,7.71446586 C10.273701,5.76184452 13.4395258,5.76184437 15.3921473,7.71446586 C16.6938949,9.01621342 16.6938949,9.01621342 15.3921473,7.71446586 Z' fill='%23b1b1b1' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.yith-quick-view a.yith_expand {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='30' height='30'%3E%3C/rect%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-page---example-1' transform='translate(-940.000000, -1014.000000)'%3E%3Cg id='arrow-/-expand' transform='translate(934.500000, 1008.500000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='arrow-/-expand-(Background/Mask)'%3E%3C/g%3E%3Cpath d='M21.25,8.75 L15,8.75 L15,6.25 L23.75,6.25 L23.740468,15.0000006 L21.25,15.0000006 L21.25,8.75 Z M8.75,21.25 L15,21.25 L15,23.75 L6.25,23.75 L6.25953334,14.9999988 L8.75,14.9999988 L8.75,21.25 Z' fill='%23b7b7b7' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/*============================
* RESPONSIVE
===========================*/

@media (max-width: 767px) {
    .woocommerce .products .product:nth-child(2n), .woocommerce-page .products .product:nth-child(2n) {
        float: left;
        clear: both !important;
    }

    .woocommerce .products .product:nth-of-type(2n), .woocommerce-page .products .product:nth-of-type(2n) {
        float: right;
        clear: none !important;
    }
}

@media (max-width: 768px) {



    .yith-quick-view.yith-modal .yith-quick-view-content {
        overflow-y: scroll;
    }

    .yith-quick-view.yith-modal .yith-quick-view-content div.images,
    .yith-quick-view.yith-modal .yith-quick-view-content div.summary {
        width: 100% !important;
        height: auto;
        max-height: none;
    }
    .woocommerce .yith-quick-view.is-mobile .yith-wcqv-wrapper .yith-wcqv-main,
    .yith-quick-view.is-mobile .yith-quick-view-content div.images {
        width: 100% !important;
    }

    html.yith-quick-view-is-open .yith-quick-view.yith-sliding {
        width: 100% !important;
    }

    .yith-quick-view-nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (max-width: 1440px) {


    .products .product .yith-wcqv-button.inside-thumb {
        opacity: 1;
        transform: scale(1);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        padding: 6px 10px;
    }
}


/*============================
* OVERRIDE PROTEO STYLES
===========================*/
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title {
    margin-top: 20px;
}

.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .price {
    font-size: 24px;
}

.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .woocommerce-product-details__short-description.
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-description,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 16px;
}

.theme-yith-proteo .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px
}

.theme-yith-proteo .single-product div.product .summary.entry-summary {
    padding-left: 30px;
}

/*============================
* OVERRIDE WOO STYLES
===========================*/
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary {
    font-size: 16px; /* default font size */
}

.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .price {
    font-size: 24px;
    margin-top: 0;
}

.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 20px;
}

.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 12px 40px;
    border-radius: 12px;
    font-size: 15px;
}
