@media screen and (max-width: 999px){
.nectar-slider-wrap.loaded .swiper-slide .content:before {
width: 126%;
left: -13%;
bottom: 13%;
}
.nectar-scrolling-tabs .scrolling-tab-mobile-title .inner {
display: none !important;
}
body .woocommerce ul.products[data-product-style="minimal"] li.product.minimal {
width: calc(49.7% - 15px);
}
.nectar-slider-wrap.loaded .swiper-slide .content {
top: 60% !important;
}
}
@media screen and (max-width: 500px){
.nectar-slider-wrap.loaded .swiper-slide .content:before{
bottom: -3%;
}
}