﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


.previous-product, .next-product {width: 50%;}
.previous-product {float: left;}
.next-product {float: right;}

.previous-product a, .next-product a {position: relative;	top: 4px; display: block; background: #fff; font-size: 14px;}
    .previous-product a:before, .next-product a:before {content: ""; position: absolute; top: 0; bottom: 0; width: 51px;}
.previous-product a {padding: 16px 10px 16px 65px; margin: 0 1px 0 0; text-align: left; -webkit-border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; border-top-left-radius: 6px;}
    .previous-product a:before {left: 0; background: url(images/arrow-prev.png) no-repeat center;}
.next-product a {padding: 16px 65px 16px 10px; text-align: right; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px;}
    .next-product a:before {right: 0; background: url(images/arrow-next.png) no-repeat center;}
.previous-product a:hover, .next-product a:hover {background-color: rgba(255,255,255,0.7);}

.previous-product-label, .next-product-label {display: none;}
.product-details-page {clear: both;}

@media all and (max-width: 480px) {

    .previous-product, .next-product {position: relative;	top: -17px; width: 0;}
    .previous-product {left: -55px;}
    .previous-product a, .next-product a {width: 51px; height: 50px; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
    .previous-product-title, .next-product-title {display: none;}

}