/*
	Theme Name:     Mobex Child
	Theme URI:      http://www.enovathemes.com/mobex
	Description:    Mobex - Auto Parts Woocommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       mobex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

sr7-module[data-alias="slider-4"] {
	border-radius:8px;
	overflow:hidden;
}

sr7-module-bg {left:0 !important}

.sticky-dashboard li.categories {
	display:none;
}

.woocommerce-pagination.custom ul {
    padding-top:0 !important;
}

.woocommerce-pagination li a:hover {
    color:#fff !important;
}

.swiper-container.loading:before {
    width:100%;
    height:100%;
    content:"";
    display:block;
    background-color:rgba(255,255,255,0.7);
    z-index:50;
    position:absolute;
    top:0;
    left:0;
}

.swiper-container.loading:after {
    width:40px;
    height:40px;
    content:"";
    display:block;
    z-index:51;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-20px;
    margin-left:-20px;
    background-image: url('images/loading-bars.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    
}


