.elementor-button {
position: relative;
}
.elementor-button>span:before {
content: '';
border-top: 1px solid #9191915e;
top: -1px;
position: absolute;
left: -11px;
right: -11px;
border-bottom: 1px solid #9191915e;
bottom: -1px;
}
.elementor-button>span:after {
content: '';
border-left: 1px solid #9191915e;
top: -11px;
position: absolute;
left: -1px;
right: -1px;
border-right: 1px solid #9191915e;
bottom: -11px;
} .elementor-sticky--effects {
top: 0px !important;
background: #fff !important;
box-shadow: 0 0 12px 0;
} .elementor-location-footer {
position: relative;
} .woocommerce-product-gallery .woocommerce-product-gallery__image img {
width: 800px !important;
height: 600px;
object-fit: cover;
position: absolute;
top: 50%;
transform: translateY(-50%);
min-height: 600px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:after { border-top: 1px solid #9191915e;
top: -1px;
position: absolute;
left: -11px;
right: -11px;
border-bottom: 1px solid #9191915e;
bottom: -1px;
}
@media (max-width: 767px) {
.woocommerce-product-gallery .woocommerce-product-gallery__image {
height: 230px !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
width: 100% !important;
height: auto;
min-height: 230px;
top: 0;
transform: unset;
}
}