﻿ /*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
    display: none;
}

.quick-view-button {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.quick-view-button a {
    display: block;
	height: 50px;
    background: url('images/quick-view-button.png') no-repeat;
	line-height: 50px;
    font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.quick-view-button a:before {
	display: none !important; /*if rendered inside "picture" element*/
}

.hover-effect-1 .quick-view-button a {
    background-size: 22px auto;
	background-position: left center;
	padding: 0 0 0 35px;
}

.hover-effect-2 .product-grid .quick-view-button {
    margin: 0 4px;
}
.hover-effect-2 .product-grid .quick-view-button a {
    width: 50px;
    border: 2px solid #dadada;
    background-color: #fff;
	background-position: center;
    font-size: 0;
}
.hover-effect-2 .product-grid .quick-view-button a:hover {
    border-color: #000;
	background-color: #000;
    background-image: url('images/quick-view-button-white.png');
}

.product-grid .quick-view-button ~ 
.add-to-compare-list-button {
	display: none !important;
}

.product-list .quick-view-button {
	display: block;
}
.product-list .quick-view-button a {
	height: 86px;
	background-position: 25px center;
	padding-left: 60px;
	line-height: 86px;
}
.product-list .quick-view-button a:hover {
    background-color: #f8f8f8;
}

/* DATA LOADER */

.k-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4; /*to be matched to theme overlay*/
}
.quickView .k-loading-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.quickView .k-loading-image {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
	left: 0;
	z-index: 2;
	width: 100% !important;
	height: 100% !important;
	background: url('images/loader.gif') center no-repeat;
}

/* MAIN WINDOW & HEADERS */

.quickView {
    position: absolute;
	right: 0;
	left: 0 !important;
    z-index: 1070;
	width: 800px;
	margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background-color: #f8f8f8;
	padding-top: 0 !important;
}
.quickView .k-window-titlebar {
	position: relative;
	margin-top: 0 !important;
	font-size: 0;
}
.quickView .k-window-title {
	display: none;
}
.quickView .k-window-titlebar-actions {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.quickView .k-window-titlebar-actions button {
	display: block;
	width: 40px;
	height: 40px;
	background: #f8f8f8 url('images/close.png') center no-repeat;
	font-size: 0;
	border: none;
}
.quickView .product-essential {
    margin: 0;
    background-color: #f8f8f8;
	padding: 0;
}
.quickView .product-content {
	overflow: hidden;
    padding: 0 0 30px;
}
.quickView h1.product-name {
	margin: 5px 0 10px;
	text-align: left;
	font-size: 26px;
    font-family: "Playfair Display",Times New Roman,serif;
	font-weight: normal;
    color: #000;
}
.quickView h1.product-name:after {
	display: none;
}

/* PRODUCT GALLERY */

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url('images/blank.png');
}
.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}
.quickView .cloudzoom-ajax-loader {
    width: 32px;
    height: 32px;
	background-image: url('images/loader.gif');
}
.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */

.quickView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
    width: 45%;
	margin: 0;
	padding: 0;
    background-color: #f8f8f8;
}
.quickView .gallery .picture {
    float: none;
    width: 100%;
}
.quickView .thumbnails {
    margin: 0;
	overflow: hidden;
    font-size: 0;
}
.quickView .thumbnails a {
	position: relative;
	float: left;
	width: calc(33.333% - 2px);
	margin: 3px 0 0 3px;
	overflow: hidden; 
}
.quickView .thumbnails a:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.quickView .thumbnails a:before {
	content: "";
	display: block;
	padding-top: 100%; /*square thumb, change if necessary*/
}
.quickView .thumbnails a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	max-width: 100%;
    margin: auto;
}
.quickView .links-panel {
    margin: 20px 0 0;
    text-align: center;
}
.quickView .links-panel a {
    position: relative;
    padding: 0 15px;
}
.quickView .links-panel a:before,
.quickView .links-panel a:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 8px;
    height: 2px;
	margin: auto;
    background-color: #c49169;
}
.quickView .links-panel a:before {
    left: 0;
}
.quickView .links-panel a:after {
    right: 0;
}

/* PRODUCT OVERVIEW */

.quickView .overview {
    float: right;
    width: 55%;
	margin: 0;
	padding: 0 15px;
}
.quickView .ui-accordion {
    margin: 0;
}
.quickView .ui-accordion-header {
	position: relative;
    background: url('images/category-title-decoration.png') repeat-x bottom;
    padding: 13px 24px 13px 0;
    text-align: left;
    font-size: 18px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
	cursor: pointer;
}
.quickView .ui-accordion-header span {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
	background: url('images/arrow-down.png') center no-repeat;
    cursor: pointer;  
}
.quickView .ui-accordion-content {
	box-sizing: content-box; /* no scrolls fix*/
	position: relative;
	padding: 15px 0;
	font-size: 13px;
}
.quickView .ui-accordion-content:after {
    content: "";
    display: block;
    clear: both;
}
.quickView .overview .left {
    float: left;
	width: 75%;
	margin: 0 0 15px;
    text-align: left;
}
.quickView .overview .left > div {
	margin: 10px 0;
}
.quickView .overview .free-shipping {
	margin-top: 0;
}
.quickView .overview .right {
    float: right;
	width: 25%;
	margin: 0 0 15px;
    text-align: right;
}
.quickView .overview .right > div {
	display: inline-block;
}
.quickView .overview .right button {
	width: 40px;
	height: 40px;
    border: 2px solid #e1e1e1;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.quickView .overview .right button:hover {
	background-color: #e1e1e1;
}
.quickView .overview .add-to-wishlist-button {
	background-image: url('images/btn1.png');
}
.quickView .overview .add-to-compare-list-button {
	background-image: url('images/btn2.png');
}
.quickView .overview .right ~ div { /*use ~ instead of + because of inbetween <script> tag*/
	clear: both;
}
.quickView .overview .giftcard {
	width: 90%;
	margin: 0 !important;
    padding: 10px 0;
}
.quickView .overview .tier-prices {
	position: relative;
    margin-bottom: -1px !important;
}
.quickView .overview .tier-prices .title {
	display: none;
}
.quickView .overview .prices-row > div {
    border: 2px solid #e1e1e1;
    background-color: transparent;
    padding: 10px;
	color: #000;
}
.quickView .overview .attributes dd + dt {
    margin-top: -15px;
}
.quickView .overview .attributes select {
    border-width: 2px;
}
.quickView .overview .attributes .option-list {
	margin-bottom: 0;
}
.quickView .overview .rental-attributes {
    background: url(images/category-title-decoration.png) repeat-x top;
	padding: 20px 0 0;
}
.quickView .overview .rental-attributes dt {
	float: left;
	width: 120px;
}
.quickView .overview .rental-attributes dd {
	margin-bottom: 15px;
}
.quickView .overview .rental-attributes input {
	width: 230px;
    border-width: 2px;
}
.quickView .overview .rental-attributes ~ .purchase-area {
    background: none;
	padding-top: 0;
}
.quickView .overview .purchase-area {
	overflow: hidden;
    background: url(images/category-title-decoration.png) repeat-x top;
	padding: 20px 0 0;
}
.quickView .overview .rental-price {
	margin: 5px 0 10px;
}
.quickView .overview .add-to-cart {
	margin-bottom: 0;
}
.quickView .overview .qty-dropdown {
	font-size: 18px;
}
.quickView .overview .product-specs-box .title {
	display: none;
}
.quickView .overview .product-specs-box .data-table {
	margin: 15px 0 0;
	background-color: transparent;
}
.quickView .overview .product-specs-box .data-table td {
	border: 1px solid #e1e1e1;
    background: none;
    padding: 10px;
	text-align: left;
	color: #000;
}
.quickView .overview .full-description {
	padding: 0;
    text-align: left;
}

/* PRODUCT GRIDS */

.quickView .product-grid {
	margin: 0 0 20px;
}
.quickView .product-grid .title {
	margin: 0 0 20px;
	text-align: center;
    font-size: 0;
}
.quickView .product-grid .title strong {
    font-size: 26px;
    line-height: 32px;
    padding: 0 35px;
}
.quickView .item-box {
    width: 20%; /*5 items per row*/
    margin: 0;
}
.quickView .item-box:nth-child(2n+1),
.quickView .item-box:nth-child(3n+1),
.quickView .item-box:nth-child(4n+1) {
	clear: none; /*override theme css*/
}
.quickView .item-box:nth-child(5n+1) {
	clear: both;
}
.quickView .item-box:nth-child(1n+6) {
    display: none;
}
.quickView .item-box .picture {
    float: none;
    width: 100%;
	margin: 0;
}
.quickView .item-box .details {
	display: none;
	float: none;
    width: 100%;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .description,
.quickView .item-box .add-info {
	display: none;
}
.quickView .product-item {
	min-height: 0; /*override theme css*/
}

/* PRODUCT VARIANTS */

.quickView .product-variant-list {
	margin: 0 0 10px;
	box-shadow: none;
	background-color: transparent;
	padding: 0;
}
.quickView .product-variant {
	overflow: hidden;
	padding: 5px 0;
}
.quickView .variant-picture + div {
	float: left;
    width: 73%;
    padding: 0 0 0 15px;
}
.quickView .variant-name {
	font-size: 14px;
}



@media all and (max-width: 1024px) {

.quick-view-button {
	display: none !important;
}

}

@media all and (min-width: 1901px) {

.hover-effect-2 .product-grid .quick-view-button a {
    width: 60px;
    height: 60px;
}

}