.class_loader {
	background-image: url(/wp-content/uploads/2023/11/oval-black.svg);
	background-color: rgba(0, 0, 0, 0.4);
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	padding-bottom: 2px;
	border: none;
	background-repeat: no-repeat;
	display: none;
	text-decoration: none;
	overflow: hidden;
	font-size: 0px;
	background-size: 35px;
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center;
	height: 100%;
}

.successDiv .success_msg {
    text-align: center;
    color: green;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
}

form#contact_form_froztech label.error {
    color: #BF0413;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0;
    display: block;
}

.error_msg {
    color: #BF0413;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.tax-dc_vendor_shop .mvx_bannersec_start .button.slide-arrow.prev-arrow.slick-arrow {
    left: -35px;
}
.tax-dc_vendor_shop .mvx_bannersec_start .product-grid-item :is(.product-image-link,.hover-img) img {
  
    width: 100%;
    height: 221px;
    object-fit: cover;
    object-position: top;
}

body.tax-dc_vendor_shop .mvx_bannersec_start button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: transparent;
}
body.tax-dc_vendor_shop .products{
	margin: 40px 0px;
}
.marcussliderMain .product-grid-item :is(.product-image-link,.hover-img) img{
	width: 100%;
    height: 221px;
    object-fit: cover;
    object-position: top;
}

body .wd-entities-title a{
    text-transform: unset;
}

.wpbdp-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .wpbdp-pagination .next a  , body .wpbdp-pagination .prev a {
    /* float: right; */
    background: #BF0413;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}


ul.page-numbers {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.page-numbers li{
    margin: 0;
}
.page-numbers li a {
    margin: 0 6px;
    padding: 6px 10px;
    width: 30px;
    text-align: center;
    height: 25px;
    color: #fff;
    background: #BF0413;
}
.page-numbers li span{
    margin: 0 6px;
    padding: 6px 10px;
    width: 30px;
    text-align: center;
    height: 25px;
    color: #fff;
    background: #BF0413;
}
