div.block-related-product .aw-arp-block {
    background: #FFFFFF;
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    border-radius: 5px;
}
div.block-related-product > div.title {
    font-size: 1.6666em;
    line-height: 1.66em;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 10px;
}
div.block-related-product .aw-arp-block-content {
    padding: 0;
    overflow: hidden;
    clear: both;
}
div.block-related-product .aw-arp-item, div.block-related .aw-arp-item {
    position: relative;
    text-align: center;
    width: calc(25% - 13px);
    min-height: 325px;
    display: inline-block !important;
    vertical-align: top;
    margin: 5px 5px 20px;
}
div.block-related-product .aw-arp-item a.related-product-name{
    display: block;
    height: 56px;
    overflow: hidden;
    color:#5e6d82;
}
div.block-related-product .aw-arp-item a img{
    width: 100%;
    max-width: 300px;
}
div.block-related-product .aw-arp-item div.price-box .special-price .price-label{
    display: none;
}
div.block-related-product .aw-arp-item div.price-box .special-price .price{
    color:#ef7621;
    font-weight:bold;
    font-size:16px;
}
div.block-related-product .aw-arp-block-content .price-box{
    margin:5px 0 8px;
}
div.block-related-product .aw-arp-block-content .price-box p{
    display: inline-block;
}
div.block-related-product .aw-arp-block-content .aw-arp-addtocart > button{padding: 0;}
div.block-related-product .aw-arp-block-content .aw-arp-addtocart span span{
    padding: 0 20px;
}
div.block-related-product .aw-arp-product-item {margin: 0 0 20px;}
div.block-related-product .aw-arp-item-photo,div.block-related .aw-arp-item-photo {
    float: left;
    margin-right: 10px;
}
div.block-related-product .aw-arp-item-photo img,div.block-related .aw-arp-item-photo img {
    border: 1px solid #A9A9A9;
    width: 75px;
}
div.block-related-product .aw-arp-item-text, div.block-related .aw-arp-item-text {margin-left: 85px;}
div.block-related-product .footer .aw-arp-block-content li {display: inline-block !important;}
div.block-related-product .footer .aw-arp-block-content a {color: #1E7EC8;}

@media only screen and (max-width:1041px) {
    div.block-related-product .aw-arp-item, div.block-related .aw-arp-item{width: calc(50% - 12px);}
    div.block-related-product .aw-arp-item a{font-size: 0.9em;}
    div.block-related-product .aw-arp-item a img{max-width: 225px;}
}

@media only screen and (max-width:630px) {
    div.block-related-product .aw-arp-item, div.block-related .aw-arp-item {
        width: calc(50% - 12px);
        min-height: 315px;
    }
    div.block-related-product .aw-arp-item a img {
        width: 100%;
        max-width: 300px;
    }
}

@media only screen and (max-width:460px) {
    div.block-related-product .aw-arp-block-content .aw-arp-addtocart > button { max-width:170px; overflow:hidden; text-overflow:ellipsis; }
}

@media only screen and (max-width:400px) {
    div.block-related-product .aw-arp-block-content .aw-arp-addtocart span span{padding: 0 10px;}
}

@media only screen and (max-width:350px) {
    div.block-related-product .aw-arp-block-content .aw-arp-addtocart span span{font-size: 11px;}
}