#AltProdImages .product_img {
    text-align: center;
    background-color: transparent !important;
    border: none;
}
#AltProdImages .product_img img {
    padding: 2px;
    border: 1px solid #cccccc;
    background-color: white;
}
#AltProdImages .product-viewer img {
    max-height: 370px !important;
    max-width: 370px !important;
}
#AltProdImages .product_img figcaption{
    margin-top: 3px;
    line-height: normal;
}
.orderring-btn {
    display: inline-block;
}
.related_list{
    position: relative;
    overflow: hidden;
}
.RelateMove{
    position: absolute;
    width: 5%;
    bottom:30%;
    font-size: 5em;
}

.MoveColor:hover{
    color: #898D9C;
}
.MoveColor{
    cursor: pointer;
}
.NoPage{
    color: #DBDCE2;
}
#MainRelated{
    text-align: center;
}
#MainRelated > div{
    width: 90%;
    text-align: center;
    display: inline-block;
}

#NextRelate{
    right: 5px;
}
.related_list .span2{
    width: 16%;
}

@media (max-width: 767px) {
    .related_list{
        padding-top: 15px;
    }
    .related_list .span2{
        width: 30%;
    }
}