﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-essential {
	padding-top: 70px;
}
.previous-product,
.next-product {
	position: absolute;
	top: 0;
	z-index: 1;
	opacity: 0.5;
	backface-visibility: hidden;
	transition: all 0.2s ease;
}
.previous-product {
	left: 50%;
	margin-left: -110px;
}
.next-product {
	right: 50%;
	margin-right: -110px;
}
.previous-product:hover,
.next-product:hover {
	opacity: 0.9;
}
.previous-product a,
.next-product a {
	display: block;
}
.previous-product-label,
.next-product-label {
	display: block;
	width: 110px;
	height: 70px;
	line-height: 70px;
	color: #666;
	text-transform: uppercase;
}
.previous-product-label {
	background: url('img/nav-button-left.png') no-repeat left center;
}
.next-product-label {
	background: url('img/nav-button-right.png') no-repeat right center;
}
.previous-product-title,
.next-product-title {
	display: none;
}


@media all and (max-width: 1346px) {

.product-details-page {
	position: relative;
}
.product-details-page:before {
	content: "";
	position: absolute;
	top: 28px;
	right: 0;
	left: 0;
	z-index: 1;
	width: 2px;
	height: 12px;
	margin: auto;
	border: none;
	background-color: #c6c6c6;
}

}

@media all and (min-width: 769px) {

.product-details-page {
	padding-top: 0;
}

}

@media all and (min-width: 1025px) and (max-width: 1346px) {

.product-essential:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #f8f8f8;
}

}

@media all and (min-width: 1347px) {

.product-essential {
	position: relative;
	overflow: visible;
	padding: 20px 90px 0;
}
.previous-product,
.next-product {
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #f8f8f8;
}
.previous-product {
	left: 0;
}
.next-product {
	right: 0;
}
.previous-product a,
.next-product a {
	width: 90px;
	height: 100%;
}
.previous-product a {
	background: url('img/nav-button-left-big.png') no-repeat center;
}
.next-product a {
	background: url('img/nav-button-right-big.png') no-repeat center;
}
.previous-product-label,
.next-product-label {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	background: none;
	font-size: 12px;
	opacity: 0.6;
}
a:hover .previous-product-label, 
a:hover .next-product-label {
	opacity: 1;
}

}

@media all and (min-width: 1901px) {

.product-essential {
	padding: 20px 100px 0;
}
.previous-product a,
.next-product a {
	width: 100px;
}

}