.block.related {
	padding: 0 !important;
}
.products-related {
    margin: 0 -10px;
}
.owl-top-narrow {
    margin: 0 !important;
}
.catalog-product-view .owl-top-narrow .owl-theme .owl-controls {
    top: -45px !important;
}
.block.related .title {
    background: none;
    border-bottom: #e1e1e1 solid 1px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}
.products-related .owl-middle-narrow.owl-theme .owl-controls {
    margin: 0;
    top: -45px;
    visibility: visible;
    opacity: 1;
    padding: 0 10px;
}
.products-related .owl-middle-narrow.owl-theme .owl-controls .owl-dots {
    margin: 0;
    text-align: right;
}
.products-related .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot span {
    margin: 0;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: solid 2px #95a9b3;
    background: none;
    position: relative;
}
.products-grid.products-related .product-item:hover .product-item-photo {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.2);
}

.products-grid.products-related .product-item .product-item-photo {
    transition: all 0.3s;
}
.products-grid.products-related .product-item-photo {
    border: 1px solid #eee;
}
.block.related .title strong {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Oswald';
    color: #302e2a;
}
.products-related .product.name a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;