.notiny-container * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.notiny-container {
position: fixed;
z-index: 9999;
}
.notiny-container-fluid-top .notiny-base,
.notiny-container-fluid-bottom .notiny-base {
width: 100%;
border-radius: 0;
}
.notiny-container-fluid-top .notiny-base {
margin-top: 0;
}
.notiny-container-fluid-bottom .notiny-base {
margin-bottom: 0;
}
.notiny-img {
display: none;
} @-webkit-keyframes notiny-animation-hide {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
20% {
opacity: 1;
}
30% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
90% {
}
100% {
opacity: 0;
-webkit-filter: blur(4px);
filter: blur(4px);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes notiny-animation-hide {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
20% {
opacity: 1;
}
30% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
90% {
}
100% {
opacity: 0;
-webkit-filter: blur(4px);
filter: blur(4px);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes notiny-animation-show {
0% {
opacity: 0;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-filter: blur(4px);
filter: blur(4px);
}
15% {
opacity: 1;
}
50% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
90% {
-webkit-filter: blur(0px);
filter: blur(0px);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes notiny-animation-show {
0% {
opacity: 0;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-filter: blur(4px);
filter: blur(4px);
}
15% {
opacity: 1;
}
50% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
90% {
-webkit-filter: blur(0px);
filter: blur(0px);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes notiny-animation-hover {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
}
@keyframes notiny-animation-hover {
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
} .notiny-theme-dark {
background-color: #202020;
color: #f5f5f5;
}
.notiny-theme-light {
background-color: #f0f0f0;
color: #202020;
}
.notiny-default-vars {
padding: 3px 3px;
margin: 2px 0px;
border-radius: 2px;
min-height: 32px;
max-width: 100vw;
}
.notiny-default-vars .notiny-img {
display: block;
border-radius: 2px;
width: 32px;
height: 32px;
float: left;
}
.notiny-default-vars .notiny-text {
font-family: sans-serif;
font-size: 13px;
padding: 8px 5px 6px 5px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.notiny-default-vars .notiny-with-img .notiny-text {
padding-left: 6px;
}@keyframes spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg);
}
} .notiny-container {
z-index: 999999;
}
.wooac-notiny, .wooac-notiny-adding {
display: none;
}
.notiny-theme-wooac {
padding: 10px;
background-color: #ffffff;
color: #222222;
margin: 5px 0;
min-height: 32px;
max-width: 100vw;
display: flex;
align-items: center;
border: 1px solid #eeeeee;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
.notiny-theme-wooac .notiny-img {
margin: 0;
padding: 0;
width: 48px;
flex: 0 0 48px;
margin-right: 10px;
}
.notiny-theme-wooac .notiny-img img {
width: 100%;
height: auto;
margin: 0;
}
.notiny-theme-wooac .notiny-text {
font-size: 14px;
line-height: 1.4;
flex-grow: 1;
}
.notiny-container-fluid-top .notiny-theme-wooac, .notiny-container-fluid-bottom .notiny-theme-wooac {
width: 90%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.notiny-container-fluid-top {
top: 10px !important;
}
.notiny-container-fluid-bottom {
bottom: 10px !important;
} .mfp-wooac {
z-index: 99999992;
}
.mfp-wooac .wooac-popup {
display: block;
}
.wooac-popup {
position: relative;
width: 90%;
max-width: 360px;
margin: 0 auto;
padding: 30px;
background-color: #ffffff;
box-sizing: border-box;
text-align: center;
display: none;
}
.wooac-popup * {
box-sizing: border-box;
}
.wooac-popup .wooac-image {
display: block;
margin-bottom: 10px;
}
.wooac-popup .wooac-image a {
text-decoration: none;
outline: none;
display: block;
}
.wooac-popup .wooac-image img {
display: block;
border: none;
border-radius: 0;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.wooac-popup .wooac-text a, .wooac-popup .wooac-text span {
font-weight: 700;
}
.wooac-popup .wooac-cart-content .wooac-cart-content-total {
font-weight: 700;
}
.wooac-popup .wooac-cart-content .wooac-cart-content-count {
opacity: 0.5;
}
.wooac-popup .wooac-suggested {
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px 0;
border-style: dashed;
border-color: #dddddd;
min-width: 0;
}
.wooac-popup .wooac-suggested .wooac-suggested-heading {
margin-bottom: 10px;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product {
outline: none;
display: flex;
align-items: center;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product .wooac-suggested-product-image {
width: 100px;
flex: 0 0 100px;
margin-right: 10px;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product .wooac-suggested-product-image img {
width: 100%;
height: auto;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product .wooac-suggested-product-info {
flex-grow: 1;
text-align: start;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product .wooac-suggested-product-name {
font-weight: 700;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product .wooac-suggested-product-atc p {
margin: 0 !important;
padding: 0 !important;
border: none !important;
}
.wooac-popup .wooac-suggested .wooac-suggested-products .wooac-suggested-product .wooac-suggested-product-atc p .button {
display: block;
margin: 0;
outline: none;
}
.wooac-popup .wooac-suggested .wooac-suggested-products:not(.slick-initialized) .wooac-suggested-product {
padding: 5px 0;
}
.wooac-popup .wooac-suggested .slick-arrow {
position: absolute;
z-index: 9;
width: 30px;
height: 30px;
line-height: 30px;
border: none;
outline: none;
border-radius: 0;
padding: 0;
margin: 0;
text-align: center;
font-size: 0;
background: none;
}
.wooac-popup .wooac-suggested .slick-arrow:before {
content: "\e9ea";
font-family: "feather";
display: inline-block;
font-size: 24px;
color: #444444;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wooac-popup .wooac-suggested .slick-arrow.slick-prev {
left: 0;
top: 50%;
transform: translate3d(-100%, -50%, 0);
}
.wooac-popup .wooac-suggested .slick-arrow.slick-prev:before {
content: "\e929";
}
.wooac-popup .wooac-suggested .slick-arrow.slick-next {
right: 0;
top: 50%;
transform: translate3d(100%, -50%, 0);
}
.wooac-popup .wooac-suggested .slick-arrow.slick-next:before {
content: "\e92a";
}
.wooac-popup .wooac-suggested .slick-dots {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.wooac-popup .wooac-suggested .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.wooac-popup .wooac-suggested .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
background-color: rgba(0, 0, 0, 0.2);
outline: none;
overflow: hidden;
}
.wooac-popup .wooac-suggested .slick-dots li.slick-active button {
background-color: rgba(0, 0, 0, 0.5);
}
.wooac-popup .wooac-suggested + .wooac-upsell-funnel {
padding-top: 0;
border-top: none;
}
.wooac-popup .wooac-upsell-funnel {
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
border-width: 1px 0;
border-style: dashed;
border-color: #dddddd;
min-width: 0;
}
.wooac-popup .wooac-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading {
font-size: inherit;
font-weight: inherit;
}
.wooac-popup .wooac-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-slider {
display: block;
}
.wooac-popup .wooac-upsell-funnel .slick-arrow {
position: absolute;
z-index: 9;
width: 30px;
height: 30px;
line-height: 30px;
border: none;
outline: none;
border-radius: 0;
padding: 0;
margin: 0;
text-align: center;
font-size: 0;
background: none;
}
.wooac-popup .wooac-upsell-funnel .slick-arrow:before {
content: "\e9ea";
font-family: "feather";
display: inline-block;
font-size: 24px;
color: #444444;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wooac-popup .wooac-upsell-funnel .slick-arrow.slick-prev {
left: 0;
top: 50%;
transform: translate3d(-100%, -50%, 0);
}
.wooac-popup .wooac-upsell-funnel .slick-arrow.slick-prev:before {
content: "\e929";
}
.wooac-popup .wooac-upsell-funnel .slick-arrow.slick-next {
right: 0;
top: 50%;
transform: translate3d(100%, -50%, 0);
}
.wooac-popup .wooac-upsell-funnel .slick-arrow.slick-next:before {
content: "\e92a";
}
.wooac-popup .wooac-upsell-funnel .slick-dots {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.wooac-popup .wooac-upsell-funnel .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.wooac-popup .wooac-upsell-funnel .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
background-color: rgba(0, 0, 0, 0.2);
outline: none;
overflow: hidden;
}
.wooac-popup .wooac-upsell-funnel .slick-dots li.slick-active button {
background-color: rgba(0, 0, 0, 0.5);
}
.wooac-popup .wooac-upsell-funnel + .wooac-suggested {
padding-top: 0;
border-top: none;
}
.wooac-popup .wooac-action {
display: block;
margin-top: 10px;
margin-left: -5px;
margin-right: -5px;
}
.wooac-popup .wooac-action a {
display: inline-block;
outline: none;
margin: 0 5px;
background-color: #eeeeee;
height: 40px;
line-height: 40px;
padding: 0 20px;
border: none;
font-size: 14px;
font-weight: 600;
color: #333333;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wooac-popup .wooac-action a:hover {
background-color: #333333;
color: #ffffff;
}
.wooac-popup .mfp-close {
font-size: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.wooac-popup.wooac-popup-horizontal {
max-width: 690px;
text-align: start;
}
.wooac-popup.wooac-popup-horizontal .wooac-popup-inner {
display: flex;
align-items: center;
justify-content: flex-start;
}
.wooac-popup.wooac-popup-horizontal .wooac-popup-inner .wooac-image {
margin-bottom: 0;
margin-right: 30px;
width: 200px;
flex: 0 0 200px;
}
.wooac-popup.wooac-popup-horizontal .wooac-popup-inner .wooac-content {
flex-grow: 1;
width: 100%;
min-width: 0;
}
@media only screen and (max-width: 767px) {
.wooac-popup.wooac-popup-horizontal {
max-width: 360px;
text-align: center;
}
.wooac-popup.wooac-popup-horizontal .wooac-popup-inner {
flex-direction: column;
}
.wooac-popup.wooac-popup-horizontal .wooac-popup-inner .wooac-image {
margin-right: 0;
margin-bottom: 10px;
width: auto;
flex: 0 0 auto;
}
} .mfp-container {
padding: 0;
}
.mfp-close {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 0;
}
.mfp-close:hover {
background-color: transparent;
}
.mfp-close:active {
top: 0;
}
.mfp-close:focus {
outline: none;
}
.mfp-close:before {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
content: "\e9ea";
font-family: "feather";
display: inline-block;
font-size: 24px;
color: #222222;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-preloader {
width: 30px;
height: 30px;
font-size: 0;
margin: 0 auto;
}
.mfp-preloader:before {
content: "\e9a7";
font-family: "feather";
display: inline-block;
font-size: 24px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite;
}
.mfp-arrow {
width: 60px;
height: 60px;
line-height: 60px;
border: none;
padding: 0;
outline: none;
text-align: center;
margin-top: -30px;
border-radius: 0;
opacity: 1;
}
.mfp-arrow:active {
margin-top: -30px;
}
.mfp-arrow:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.mfp-arrow:focus {
outline: none;
}
.mfp-arrow:before {
width: 60px;
height: 60px;
line-height: 60px;
padding: 0;
border-width: 0;
margin: 0;
display: inline-block;
font-family: "feather";
font-size: 24px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffffff;
}
.mfp-arrow:after {
display: none;
}
.mfp-arrow.mfp-arrow-left:before {
content: "\e90e";
}
.mfp-arrow.mfp-arrow-right:before {
content: "\e90f";
} .mfp-fade {   }
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-newspaper {   }
.mfp-newspaper .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.5s;
transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
transform: scale(0) rotate(500deg);
opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-horizontal {   }
.mfp-move-horizontal .mfp-with-anim {
opacity: 0;
transition: all 0.3s;
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-from-top {   }
.mfp-move-from-top .mfp-with-anim {
opacity: 0;
transition: all 0.2s;
transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
opacity: 0;
transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
transform: translateY(-50px);
opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-3d-unfold {   }
.mfp-3d-unfold .mfp-content {
perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform-style: preserve-3d;
transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
opacity: 1;
transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
transform: rotateY(60deg);
opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-out {   }
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-slide-bottom {   }
.mfp-slide-bottom .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
} .mfp-slide-bottom.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .mfp-slide-bottom.mfp-removing .mfp-with-anim {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
} .mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden;
}
#yith-quick-view-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-modal:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba( 0, 0, 0, 0.8);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
height: 600px;
width: 1000px;
}
#yith-quick-view-modal .yith-wcqv-main {
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
height: 100%;
overflow-y: scroll;
position: relative;
}
#yith-quick-view-close {
border: 1px solid;
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 18px;
z-index: 2;
opacity: 0.5;
}
#yith-quick-view-close:hover {
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
}
#yith-quick-view-content div.images {
width: 40%;
float: left;
opacity: 1 !important;
margin: 0;
box-sizing: border-box;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 60%;
float: left;
font-size: inherit;
box-sizing: border-box;
}
#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;
}
#yith-quick-view-content .onsale {
top: 5px;
right: auto;
left: 5px;
}
#yith-quick-view-content figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
display: none;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none;
}
@media( max-width: 480px ) {
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
width: 100%;
float: none;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px;
width: 100%;
float: left;
}
}