<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
    display: none;
}

/* TRIGGER BUTTON */


.quick-view-button {
    display: inline-block;
    font-size: 0;
    margin: 10px 5px 10px 0;
    width: 38px;
    height: 38px;
}
.product-grid .quick-view-button {
}
.product-list .quick-view-button {
    float: right;
    margin: 5px 3px 5px 0;
}
.quick-view-button a {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #f1f1f1;
    background: #fff url('images/quickview.png') center no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.quick-view-button a:hover{
    background-color: #e56363;
    border-color: #e56363;
    background-image: url('images/quickview-hover.png');
}
.quick-view-button a:before {
	display: none !important; /*only if rendered inside "picture" element*/
}


/* DATA LOADER */


.k-overlay {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 1 !important;
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	z-index: 2;
	background: none;
    position: fixed;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
  
.quickView .k-loading-image:after, .quickView .k-loading-image:before {
    content: '';
    position: fixed;
    border: 2px solid #454545;
    width: 30px;
    height: 30px;
    outline: 1px solid transparent; /*firefox fix*/
}

.quickView .k-loading-image:after {
    animation: spinner 2.5s linear infinite;
}
.quickView .k-loading-image:before {
    width: 44px;
    height: 44px;
    margin-left: -7px;
    margin-top: -7px;
    animation: spinner 2.5s linear infinite;
    animation-direction: reverse;
}



/* MAIN WINDOW &amp; HEADERS */


.quickView {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 790px;
	margin: 0 0 0 -395px;
    background-color: #fff;
	padding-top: 0 !important;
}

.quickView .k-window-titlebar {
	margin: 0 30px !important;
    padding: 40px 0 10px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
    font-size: 22px;
}
.quickView .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.quickView .k-window-titlebar .k-window-actions a {
    width: 38px;
    height: 38px;
    border: 1px solid #a39f9f;
    position: absolute;
    top: -10px;
    right: -53px;
    background: url('images/close.png') center no-repeat;
    font-size: 0;
}

.quickView .product-essential {
	float: none;
	width: auto;
    margin: 0;
}
.quickView .popup-header {
}
.quickView .popup-header h1 {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* PRODUCT GALLERY */

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.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;
    bottom: 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 {
    background-image: url('images/loader.gif');
    width: 32px;
    height: 32px;
}

.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: 40.5%;
	margin: 0;
	padding: 30px 12.5px 30px 30px;
}
.quickView .gallery .picture {
	border: none; /*placing border here will confuse #warp element's width*/
	text-align: center;
	font-size: 0;
}
.quickView .gallery .picture-thumbs {
    position: absolute !important;
    bottom: 30px !important;
    width: 100% !important;
    text-align: center !important;
}

.with-picture-thumbs .quickView .gallery .picture-thumbs a img {
    display: none;
}
.with-picture-thumbs .quickView .gallery .picture-thumbs a {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border: 1px solid #d4d4d4;
    position: relative;
}
.quickView .gallery .picture-thumbs a:before {
    display: block !important;
    position: absolute !important;
    width: 9px !important;
    height: 9px !important;
    padding-top: 0 !important;
}
.with-picture-thumbs .quickView .gallery .picture-thumbs a.active:before {
    background: #e56363;
}
.quickView .picture-thumbs-navigation-arrow {
    margin-top: 0;
}

.quickView .links-panel {
    margin: 20px 0 0;
}
.quickView .links-panel a {
    display: block;
    text-align: center;
    color: #909090;
    padding: 5px;
    font: 14px 'Droid Serif', serif;
    font-style: italic;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.quickView .links-panel a:before {
    content: '&gt;';
    margin: 0 12px 0 0;
}
.quickView .links-panel a:hover {
    color: #e56363;
}
.quickView ul.social-sharing {
    text-align: center;
}

/* PRODUCT OVERVIEW */


.quickView .overview {
    float: right;
    width: 59.5%;
	margin: 0;
	padding: 30px 30px 30px 12.5px;
}

.quickView .ui-accordion {
    border-top: 1px solid #f1f1f1;
    padding: 2px 0 0;
}
.quickView .ui-accordion-header {
	position: relative;
	margin: 0 0 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color: #f8f8f8;
    padding: 9px 40px 9px 20px;
    text-align: left;
	cursor: pointer;  
}
.quickView .ui-accordion-header span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 19px;
    width: 8px;
    height: 9px;
    cursor: pointer;
    background: url('images/arrow.png') center no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.quickView .ui-accordion-header-active span {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}
.quickView .ui-accordion-content {
	position: relative;
	padding: 20px 0 40px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* no scrolls fix*/     
}
.quickView .ui-accordion-content:after {
    content: '';
    display: block;
    clear: both;
}
.quickView .ui-accordion-content:last-child {
    border-bottom: none;
}

.quickView .overview .left {
	margin: 0 0 10px;
    text-align: left;
}
.quickView .overview .left &gt; div {
    margin: 5px 0;
}
.quickView .overview .right {
    float: right;
	margin: 9px 0;
    text-align: right;
}
/*wishlist and compare buttons are theme specific,
change or remove the code block below if necessary*/
.quickView .overview .right &gt; div {
	display: inline-block;
}
.quickView .overview .add-to-wishlist-button-wrapper,
.quickView .overview .compare-products-button-wrapper,
.quickView .overview .email-a-friend-button-wrapper {
    position: relative;
}

.quickView .overview .add-to-wishlist:before,
.quickView .overview .compare-products:before,
.quickView .overview .email-a-friend:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.quickView .overview .add-to-wishlist-button,
.quickView .overview .add-to-compare-list-button,
.quickView .overview .email-a-friend-button {
	width: 31px;
	height: 31px;
	font-size: 0;
    padding: 0;
}
.quick-view-button-tooltip {
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin: 0 0 0 -75px;
    width: 150px;
    text-align: center;
    background: #454545;
    padding: 4px 10px;
    color: #fff;
    font: 13px 'Droid Serif', serif;
    font-style: italic;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.quick-view-button-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #454545 transparent transparent transparent;
}
.quickView .overview .add-to-wishlist-button-wrapper:hover .quick-view-button-tooltip,
.quickView .overview .compare-products-button-wrapper:hover .quick-view-button-tooltip,
.quickView .overview .email-a-friend-button-wrapper:hover .quick-view-button-tooltip {
    opacity: 1;
    z-index: 2;
}

.quickView .overview .right + div {
	clear: both;
}

.quickView .overview .attributes li {
	margin: 8px 0 0; /*theme specific, change or remove*/
}
.quickView .overview .attributes select {
    max-width: 350px; /*depending on window width*/
}
.quickView .overview .attributes .color-squares li {
	margin: 0 4px 0 0;
}
.quickView .giftcard div:last-child textarea {
    max-width: 100%;
}

.quickView .overview .attributes ~ .purchase-area {
    border-top: none;
    padding: 0;
}

.quickView .overview .purchase-area {
	border-top: 1px solid #f1f1f1;
    padding: 35px 0 0;
    z-index: 1;
}
.quickView .overview .purchase-area:after {
    content: '';
    display: block;
    clear: both;
}

.quickView .overview .prices {
    padding: 0 0 20px;
}
.quickView .overview .product-price {
	font-size: 20px;
}
.quickView .overview .old-product-price {
    font-size: 18px;
}
.quickView .overview .add-to-cart {
    float: left;
}
.quickView .overview .title {
    display: none;
}

.quickView .overview .tier-prices,
.quickView .overview .product-specs-box {
    clear: both;
}
.quickView .overview .tier-prices .title {
    display: block;
    padding: 9px 0;
}
.quickView .overview .tier-prices .title strong,
.quickView .overview .product-specs-box .title strong {
    font-weight: normal;
}
.quickView .overview .tier-prices .table-wrapper,
.quickView .overview .product-specs-box .table-wrapper {
    padding: 30px 20px;
}
.quickView .overview .product-specs-box .table-wrapper {
    margin: -20px 0 0 -20px
}

.quickView .overview .short-description,
.quickView .overview .full-description {
    margin: 0 0 30px;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    color: #909090;
    line-height: 25px;
    text-align: justify;
}
.secondary-font .quickView .overview .short-description,
.secondary-font .quickView .overview .full-description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.quickView .giftcard {
    padding: 0;
    margin: 0 0 30px;
    background: #fff;
    border: none;
}

/* PRODUCT GRIDS */


.quickView .product-content:after {
	content: '';
    display: block;
    clear: both;
}
.quickView .product-grid {
    padding: 40px 30px 30px;
    margin: 0;
    background: #f8f8f8;
}
.quickView .product-grid .title {
	font-size: 18px;
    margin: 0 0 30px;
	text-align: center;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.quickView .product-grid .item-grid {
	overflow: hidden;
}

.quickView .product-grid .title {
    font-size: 18px;
    margin: 0 0 30px;
}

.quickView .product-grid .item-box {
    width: 23.5%;
}
.quickView .product-grid .item-box:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
}
.quickView .product-grid .item-box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.quickView .product-grid .item-box .buttons {
    display: none;
}
.quickView .product-grid .item-box .add-info {

}
.quickView .item-box .product-title a {
    height: 36px;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
    margin: 0 0 15px;
}
.quickView .product-variant {
    position: relative;
    float: left;
    width: 32%; /*3 items per row*/
	margin: 0 0 2% 2%;
	overflow: hidden;
    text-align: center;
}
.quickView .product-variant:nth-of-type(3n+1) {
	margin-left: 0;
}
.quickView .variant-picture {
	width: 100%;
	height: 100%;
	margin: 0;
}
.quickView .variant-picture a {
	display: block;
	overflow: hidden;
}

.quickView .variant-picture:before {
    display: none;
}
.quickView .variant-picture a:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.quickView .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    background: rgba(0,0,0,.5);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    transition: all 0.5s ease;
}
.quickView .variant-info {
    position: absolute;
	top: 0;
    left: -101%;
    width: 100%;
	height: 100%;
    background: rgba(0,0,0,.5);
	padding: 40px 10px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    transition: all 0.5s ease;
}
.quickView .product-variant:hover .moreInfoHover {
	left: 101%;
}
.quickView .product-variant:hover .variant-info {
	left: 0;
}
.quickView .variant-info .variant-name {
	max-height: 30px;
	margin: 0 0 15px;
    overflow: hidden;
	font-size: 13px;
}
.quickView .variant-info .variant-name a {
	display: block;
}
.quickView .variant-info .prices {
    float: none;
    height: auto;
	margin: 0;
    border: none;
    padding: 0;
}
.quickView .variant-info .prices &gt; * {
	float: none;
	color: #fff !important;
}
.quickView .variant-info .prices label {
    display: none;
}
.quickView .variant-info .product-price {
	font-size: 16px;
}
.quickView .variant-info .tax-shipping-info {
	display: none;
}
.quickView .variant-grid-info .compare-products {
	display: none;
}</pre></body></html>