.our-features-box .feature-box .content {
    font-size: 13px;
}
.mini-products-list{
    max-height: 300px;
    overflow-y: scroll;
}
.slider-items-products .owl-buttons a {
    display: block;
    width: 30px;
    height: 34px;
    line-height: 30px;
    margin: 0px 0 0 -30px;
    position: absolute;
    top: 40%;
    z-index: 5;
    color: #fff;
    border: 1px solid #000 !important;
    background: #000;
    opacity: 1 !important;
}
.rating, .ratings{
    display: none !important;
}

.sold_status {
    position: absolute;
    top: 2px;
    left: 2px;
    height: auto;
    width: auto;
    padding: 2px 7px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    background-color: rgb(227 24 55);
  }

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.product-view .product-img-box .product-image .product-full img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		z-index: -1;
        position: relative;
	}
	.zoomContainer{
		display:none;
	}

	.product-view .product-shop {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

.custom_pagination{
    background-color: transparent;
}

.custom_pagination .page-item.disabled .page-link{
    background-color: #e31837;
    color: #fff;
    opacity: 0.4;
}

.custom_pagination .page-item.disabled .page-link{
    background-color: #e31837;
    color: #fff;
}
