﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
.previous-product,
.next-product {
    float: left;
    width: 40px;
    height: 30px;
}

.back-to-list-button {
    float: left;
    height: 30px;
    width: 90px;
    line-height: 30px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 10px;
}

    .previous-product a,
    .next-product a,
    .back-to-list-button a {
        display: block;
        width: 40px;
        height: 30px;
        border: 1px solid #ccc;
        text-indent: -9999px;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out, background-position 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out, background-position 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out, background-position 0.25s ease-in-out;
        transition: all 0.25s ease-in-out, background-position 0.25s ease-in-out;
    }

    .back-to-list-button a {
        width: 90px;
        text-indent: 0;
    }

    .previous-product span,
    .next-product span, .back-to-list-button span {
        display: none;
    }

.previous-product a {
    background: #f6f6f6 url('img/product-arrow-left.png') no-repeat center top;
    background-position: center top -5px;
}

.next-product a {
    background: #f6f6f6 url('img/product-arrow-right.png') no-repeat center top;
    background-position: center top -5px;
}

    .previous-product a:hover,
    .next-product a:hover {
        background-position: center bottom -5px;
        background-color: #333;
        border-color: #333;
    }

@media all and (min-width: 1001px) {
    .prevNextBack {
        margin-left: 0;
    }

    .previous-product {
        right: 44px;
        left: auto;
        margin-left: 0;
    }

    .next-product {
        right: 0;
        margin-right: 0;
    }
}
