.shop_pro .product__modal .product-img.popin .slick-next{
    right: 0;
}
.shop_pro .product__modal .product-img.popin .slick-prev{
    left: 0;
}

.shop_pro .product__modal .product-img.popin .slick-dots li button::before {
    font-size: 20px;
}

.image-overlay{
    display: none;
    position: absolute;
    top: 50px;
	max-width: calc(100% - 350px);
	max-height: calc(100% - 100px);
	left: 300px;
    border: 1px solid rgba(38,37,37,.2);
}

.shop_pro .product__modal .product-img {
    display: block;
    width: 250px;
    cursor: pointer;
}

.shop_pro .related-product .product-miniature .product-title {
    margin-bottom: 6px;
    min-height: 34px;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    display: block;
    font-family: Open Sans,sans-serif;
    letter-spacing: normal;
}
