/* Product Slider */
.productslider.products-grid .product-item {
	width: 100%;
}
.productslider .product-item-info {
	width: 100%;
}
.productslider .owl-carousel .owl-nav, .owl-carousel .owl-dots {
	display: block;
}
.productslider .owl-nav .owl-prev {
    position: absolute;
    right: 45px;
    color: #fff ;
    height: 30px;
    text-align: center;
    width: 43px;
    border: 1px solid #000;
    background: #000; 
     box-shadow: none;
}
.productslider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 43px;
    border: 1px solid #000;
    background: #000;
    box-shadow: none;
}
.productslider .owl-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}
.productslider .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #000;
    margin: 4px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.productslider .owl-carousel .owl-dots .owl-dot.active span {
    background: #000;
    border-color: transparent;
}
.productslider.products-grid .product-items .product-item .product-item-info .product-item-details .actions-secondary .action.primary {
    margin-top: 10px;
}