﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
    
.next-product a {
    float: right;
    margin-right: 5px;
    background: #5be url(img/prev.png) no-repeat center;
}
 .previous-product a {
    float: left;
    margin-left: 5px;
    background: #5be url(img/next.png) no-repeat center;
}

@media all and (min-width: 769px) {

    .previous-product {
        right: 0;
        left: auto;
    }
    .next-product {
        left: 0;
        right: auto;
    }
}