/***
 * Use primary color for loading dots
 */
.yith-wcan-loading:after,
.blockUI.blockOverlay:after,
.easyzoom-notice:after,
.woocommerce-product-gallery__wrapper.slick:after,
.product-gallery .woo-variation-gallery-wrapper.loading-gallery:after,
.product-gallery .rtwpvg-wrapper.loading-rtwpvg:after,
.add_to_cart_button.loading:after,
.wcapf-before-update:after,
.woof_info_popup:after,
.tinv-wishlist .tinvwl_add_to_wishlist_button.inited-add-wishlist:after,
#side-filters.ajax-loader .side-panel-content:after,
.et-loader:after,
.dot-loader:after,
.zoo-cw-gallery-loading:after {
    background-color: #630558;
}


/* Visual poster frame on product page */
.woocommerce-product-gallery-parent:not(.has-additional-thumbnails) .woocommerce-product-gallery__wrapper:has(> .poster-image) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body .et-product-detail .woocommerce-product-gallery__wrapper .poster-image {
    background: rgb(232, 232, 232);
    background: linear-gradient(90deg, rgb(239 239 239) 0%, rgb(235 235 235) 63%, rgb(227 227 227) 100%);
}

body .et-product-detail .woocommerce-product-gallery__wrapper .poster-image a {
    position: relative;
    display: block;
    margin: 50px 100px;
    line-height: 0em;
    text-align: left;
}

.et-product-detail .woocommerce-product-gallery__wrapper .frame {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    content: '';
    display: none;
    position: absolute;
    top: -6px;
    left: -6px;
    box-sizing: border-box;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 10px solid transparent;
    border-image-slice: 26;
    border-image-width: 10px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .6), -3px 5px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
    pointer-events: none;
    z-index: 2;
}

body[data-frame] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    display: block;
}

body[data-frame=blue-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_blue.png');
}

body[data-frame=oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_light.png');
}

body[data-frame=rosa-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_rosewood.png');
}

body[data-frame=grey-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_grey.png');
}

body[data-frame=groen-i-egetrae] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_green.png');
}

body[data-frame=yellow-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_yellow.png');
}

body[data-frame=white-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_white3.png');
}

body[data-frame=lilla-i-egetrae] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_lilac.png');
}

body[data-frame=moerk-egetrae] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_dark.png');
}

body[data-frame=orange-i-egetrae] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_orange.png');
}

body[data-frame=red-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_red.png');
}

body[data-frame=black-oak] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    border-image-source: url('/wp-content/plugins/artvision/assets/img/frames/oak_black.png');
}

body[data-frame=''] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after,
body[data-frame=none] .et-product-detail .woocommerce-product-gallery__wrapper .frame:after {
    display: none;
}

.et-product-detail .woocommerce-product-gallery__wrapper .reflection {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

body[data-frame] .et-product-detail .woocommerce-product-gallery__wrapper .reflection {
    display: block;
}

body[data-frame=''] .et-product-detail .woocommerce-product-gallery__wrapper .reflection,
body[data-frame=none] .et-product-detail .woocommerce-product-gallery__wrapper .reflection {
    display: none !important;
}

.et-product-detail .woocommerce-product-gallery__wrapper .reflection:before {
    content: '';
    position: absolute;
    top: -40%;
    right: -40%;
    width: 100%;
    height: 100%;
    transform: rotateZ(-40deg);
    -webkit-transform: rotateZ(-40deg);
    -moz-transform: rotateZ(-40deg);
    -o-transform: rotateZ(-40deg);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
}

body .et-product-detail .woocommerce-product-gallery__wrapper .poster-image img {
    width: 100%;
    height: auto;
    box-shadow: -3px 5px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
}

body[data-frame] .et-product-detail .woocommerce-product-gallery__wrapper .poster-image img {
    box-shadow: none;
}

body[data-frame=''] .et-product-detail .woocommerce-product-gallery__wrapper .poster-image img,
body[data-frame=none] .et-product-detail .woocommerce-product-gallery__wrapper .poster-image img {
    box-shadow: -3px 5px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 991px) {
    body .et-product-detail .woocommerce-product-gallery__wrapper .poster-image a {
        margin: 50px;
    }
}


/* Visual poster frame on category product page */
.products .product:not(.product_cat-rammer) .et-image-hover {
    background: rgb(232, 232, 232);
    background: linear-gradient(90deg, rgb(239 239 239) 0%, rgb(235 235 235) 63%, rgb(227 227 227) 100%);
}

.products .product:not(.product_cat-rammer) .et-image-hover>a {
    position: relative;
    display: block;
    padding: 30px;
    line-height: 0em;
    text-align: left;
}

.products .product:not(.product_cat-rammer) .et-image-hover img.main-image {
    width: 100%;
    height: auto;
    box-shadow: -3px 5px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
}

.products .product:not(.product_cat-rammer) .product_thumbnail:after {
    display: none;
}

.products .product:not(.product_cat-rammer) .product_thumbnail img {
    outline: none;
}

@media (min-width: 1200px) {
    .products .product:not(.product_cat-rammer) .et-image-hover>a {
        padding: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .products .product:not(.product_cat-rammer) .et-image-hover>a {
        padding: 25px;
    }
}