/* Minification failed. Returning unminified contents.
(9112,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */


/*********** CSS RESET **********/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
button::-moz-focus-inner {
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea, button {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1; /*firefox text input bug fix*/
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	background: #fff;
	font: normal 400 14px 'Open Sans', sans-serif;
	color: #777;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #e9e9e9;
	padding: 0 8px;
	vertical-align: middle;
	color: #777;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	color: #333;
}
input, textarea, select, button {
	font-family: 'Open Sans';
	font-size: 14px;
}
input:disabled,
textarea:disabled {
	background-color: transparent;
}
textarea {
	min-height: 150px;
	padding: 8px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 0 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-page {
	background-color: #f6f6f6;
}
.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 90px;
}
.home-page-body .center-1 {
	margin: 0;
}
.product-details-page-body .center-1 {
	margin: 0 0 70px;
}
.center-2, .side-2 {
	margin: 0 0 70px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.page-title h1 {
	font-size: 22px;
	color: #333;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	text-align: center;
}
.link-rss {
	display: none;
	width: 32px;
	height: 32px;
	background: #f74258 url(/Themes/Pavilion/Content/img/rss-icon.png) no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 20px 0;
	line-height: 30px;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 30px;
}
.fieldset .title,
.section .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
	color: #333;
    text-transform: uppercase;
}
.fieldset .child-title {
    background-color: #f9f9f9;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 0 0 20px;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
    font-size: 13px; /*reset zeroing*/
	font-weight: bold;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 100%;
	max-width: 100%;
    vertical-align: middle;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	white-space: normal;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px 0 0;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 5px;
	font-weight: normal;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 0 0 3px; /*siblings offset fix*/
	font-size: 12px;
	color: #f74258;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	margin: 5px 0 0;
	font-size: 13px;
	color: #f74258;
}
.message-error {
	margin: 0;
}
.field-validation-valid,
.username-available-status {
	display: block;
	font-size: 14px;
	color: #4fbb41;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



/*.table-wrapper {
	overflow-x: auto;
}*/
.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 20px;
	font-size: 13px;
	font-weight: normal;
    white-space: nowrap;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border-top: 1px solid #f0f0f0;
    padding: 25px;
}
.forums-table-section th,
.forums-table-section td {
	padding: 20px 25px;
}
.cart a, .data-table a,
.compare-products-table a {
    font-weight: bold;
	color: #333;
}
.cart .product,
.data-table .product,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart td .attributes,
.data-table td .attributes {
	margin: 10px 0;
}

.cart .product-picture {
	text-align: center;
}
.cart .product-picture img {
	max-width: 60px;
}
.cart .edit-item a {
	font-weight: normal;
	color: #f74258;
}
.cart .edit-item a:hover {
	text-decoration: underline;
}
.cart .unit-price,
.cart .total,
.products .unit-price,
.products .total {
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 50px;
	height: 40px;
    text-align: center;
}
.cart .subtotal {
	font-weight: bold;
    color: #00a1b1;
}
.cart th.subtotal {
	text-transform: uppercase;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1080;
	width: 100%;
	padding: 12px 25px 12px 10px;
	font-size: 13px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #4fbb41;
}
.bar-notification.error {
	background: #f74258;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	margin: 6px;
	background: #fff url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	cursor: pointer;
}
.bar-notification .close:hover {
	outline: 1px solid #fff;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

/*.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/Themes/Pavilion/Content/img/loading.gif) center no-repeat;
}*/
.ajax-loading-block-window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}
.ajax-loading-block-window:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 2px;
	background-color: #f74258;
	animation: animate 0.5s linear infinite;
}
.ajax-loading-block-window:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 5px;
	margin: 35px 0 0 -25px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.1;
	animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
@keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

.ui-dialog {
    position: absolute !important;
	z-index: 1050;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #e9e9e9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #fff;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-weight: bold;
	color: #f74258;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 13px;
	overflow: hidden;
	border: none;
	background: url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	font-size: 0;
	opacity: 0.8;
}
.ui-dialog-titlebar button:hover {
	opacity: 1;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #f74258;
	padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
	color: #fff;  
    text-transform: uppercase;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}

#goToTop {
    display: none;
    position: fixed;
	right: 20px;
    bottom: 20px;
	z-index: 1030;
    width: 50px;
    height: 50px;
    overflow: hidden;
	background: rgba(225,225,225,0.75) url(/Themes/Pavilion/Content/img/scroll-page.png) no-repeat center 48%;
    transition: all 0.2s ease;
	cursor: pointer;
}
#goToTop:hover {
	/*background-color: rgba(215,215,215,0.85);*/
	background-color: #ddd;
}


/*********** HEADER ***********/



.admin-header-links {
	min-height: 42px;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 42px;
}
.admin-header-links a {
	text-transform: uppercase;
}

.header .center:after {
	content: "";
	display: block;
	clear: both;
}
.header-links a {
	background-image: url(/Themes/Pavilion/Content/img/header-sprite-1.png);
	background-repeat: no-repeat;
}
.header-selectors select {
	min-width: 100px;
	border-color: #ddd;
	font-size: 13px;
	color: #777;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 24px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.header-logo {
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
	vertical-align: middle;
}
.header-logo a img {
	max-width: 100%;
	background-color: #f74258;
}

.mini-shopping-cart {
	font-size: 13px;
}
.mini-shopping-cart .count {
	background-color: #f9f9f9;
	padding: 15px;
	text-align: center;
}
.mini-shopping-cart .count a {
	padding: 0 3px;
	color: #333;
	font-weight: bold;
}
.mini-shopping-cart .items {
	display: none;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .item {
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
	padding: 20px;
	text-align: left;
}
.mini-shopping-cart .picture {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 0;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 120px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.mini-shopping-cart .price strong {
	vertical-align: middle;
	font-weight: bold;
	color: #00a1b1;
}
.mini-shopping-cart .totals {
	margin: -1px 0 0;
	background-color: #f9f9f9;
	padding: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.mini-shopping-cart .totals strong {
	margin: 0 0 0 5px;
	font-size: 15px;
	color: #00a1b1;
}
.mini-shopping-cart .buttons {
	padding: 20px 15px;
}
.mini-shopping-cart input[type="button"] {
	min-width: 145px;
	border: none;
	padding: 13px 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.mini-shopping-cart input.cart-button {
	background-color: #fff;
	color: #f74258;
}
.mini-shopping-cart input.cart-button:hover {
	outline-color: #fff;
}
.mini-shopping-cart input.checkout-button,
.mini-shopping-cart input[type="button"]:only-child {
	background-color: #f74258;
	color: #fff !important;
}
.mini-shopping-cart input.checkout-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover {
	outline-color: #f74258;
}

.store-search-box {
	position: relative;
}
.store-search-box form {
	display: inline-block;
	position: relative;
	font-size: 0;
}
.store-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
	display: inline-block;
	width: 220px;
	height: 43px;
	margin: 0 5px;
	border: none;
	background-color: rgba(0,0,0,0.2);
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}
.store-search-box input.search-box-text:focus {
	color: #fff;
}
.store-search-box input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
}
.store-search-box .search-box-button {
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: 0 5px;
	border: none;
	background: #f74258 url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
	vertical-align: middle;
	font-size: 0;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.store-search-box .search-box-button:hover {
	outline-color: #fff;
}

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete,
.ui-autocomplete img {
	display: none;
}


/*********** HOMEPAGE CAROUSELS ***********/



.two-columns-area .product-grid {
	display: none;
}

.two-columns-area .jCarouselMainWrapper {
	margin: 40px 20px 0;
}

.bestsellers {
	display: none;
}
.bestsellers .quick-view-button,
.bestsellers .productQuantityTextBox,
.bestsellers .productQuantityDropdown {
	display: none !important;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
	background-color: #00a1b1;
	padding: 25px 0 20px;
}
.newsletter .title {
	margin: 0 0 10px;
	line-height: 28px;
	color: #fff;
}
.newsletter .title strong {
	font-weight: normal;
}
.newsletter-subscribe {
	font-size: 0;
}
.newsletter-email { 
	display: inline-block;
}
.newsletter-email .newsletter-subscribe-text {
	display: inline-block;
	width: 220px;
	height: 43px;
	margin: 0 5px;
	border: none;
	background-color: rgba(0,0,0,0.2);
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}
.newsletter-email .newsletter-subscribe-text:focus {
	color: #fff;
}
.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
}
.newsletter-email .newsletter-subscribe-button {
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: 0 5px;
	border: none;
	background: #f74258 url(/Themes/Pavilion/Content/img/subscribe-button.png) center no-repeat;
	vertical-align: middle;
	font-size: 0;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.newsletter-email .newsletter-subscribe-button:hover {
	outline-color: #fff;
}
.newsletter-email .options {
	height: 0;
	overflow: hidden;
}
.newsletter-validation, 
.newsletter-result { 
	line-height: 28px;
	color: #fff;
}
.newsletter-validation .please-wait {
	display: none !important; 
}
.newsletter .field-validation-valid {
	color: #fff;
}

.social-sharing {
	margin: 22px 0 0;
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 8px;
}
.social-sharing a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/Themes/Pavilion/Content/img/social-sprite-1.png) no-repeat;
}
.social-sharing .facebook a {
	background-position: 0 0;
}
.social-sharing .twitter a {
	background-position: -32px 0;
}
.social-sharing .google a {
	background-position: -64px 0;
}
.social-sharing .pinterest a {
	background-position: -96px 0;
}
.social-sharing .vimeo a {
	background-position: -128px 0;
}
.social-sharing .youtube a {
	background-position: -160px 0;
}
.social-sharing .rss a {
	background-position: -192px 0;
}
.social-sharing .instagram a {
	background-position: -224px 0;
}

.footer-middle {
	overflow: hidden;
	background-color: #f6f6f6;
}
.footer-block .title {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	padding: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-block .title:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
}
.footer-block ul {
	display: none;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 10px 0;
}
.footer-block li {
	padding: 10px 0;
}
.footer-block a:hover {
	color: #f74258;
}
.footer-block.quick-contact span {
	position: relative;
	padding: 0 24px;
}
.footer-block.quick-contact span:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/footer-sprite.png);
	background-repeat: no-repeat;
}
.footer-block .address span:before {
	height: 17px;
	background-position: center 0;
}
.footer-block .email span:before {
	background-position: center -17px;
}
.footer-block .phone span:before {
	background-position: center -33px;
    margin-left: 0px !important;
}
.footer-block .phone span {
    left: 28px;
    margin-left: -28px;
}

.footer-lower {
	overflow: hidden;
	background-color: #eee;
	padding: 30px 15px;
}
.accepted-payments {
	margin: 0 0 20px;
	font-size: 0;
}
.accepted-payments li { 
	display: inline-block;
	width: 82px;
	height: 51px;
	background: url(/Themes/Pavilion/Content/img/payment.png) no-repeat;
    margin: 5px;
}
.accepted-payments .method1 {
	background-position: 0 0;
}
.accepted-payments .method2 {
	background-position: -84px 0;
}
.accepted-payments .method3 {
	background-position: -168px 0;
}
.accepted-payments .method4 {
	background-position: -253px 0;
}
.accepted-payments .method5 {
	background-position: -337px 0;
}
.accepted-payments .method6 {
	background-position: -422px 0;
}

.footer-powered-by {
	margin: 5px 0 0;
}
.footer-powered-by a,
.footer-designed-by a {
	color: #f74258;
}
.footer-powered-by a:hover,
.footer-designed-by a:hover {
	text-decoration: underline;
}
.footer-designed-by {
	margin: 10px 0 0;
}
.footer-tax-shipping {
	margin: 15px 0 0;
}
.footer-store-theme {
	margin: 15px 0 0;
}
.footer-store-theme select {
	width: 170px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 10px;
	text-align: center;
}
.block .title {
	border: 1px solid #e9e9e9;
	background: #fff url(/Themes/Pavilion/Content/img/toggle-arrow.png) right center no-repeat;
	padding: 15px 25px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
}
.block .title strong {
    display: block;
}
.block .listbox {
	display: none;
	margin: -1px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 15px 25px;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list li {
	padding: 8px 0;
}
.block .list a:hover {
	color: #f74258;
}
.block .sublist li {
	padding: 16px 0 0;
}
.block .view-all {
	margin: 8px 0 4px;
}
.block .view-all a {
	font-weight: bold;
	color: #333;
}
.block .view-all a:hover {
	color: #f74258;
}

.block .product-picture {
	display: none;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}

.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #f74258;
}
.product-tags-all-page ul {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	color: #333;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
	color: #333;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 10px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	border: none;
	background-color: #f74258;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.poll .buttons input:hover {
	outline-color: #f74258;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
	position: relative;
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 90px 30px 30px;
	text-align: center;
}
.home-page-polls:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	width: 46px;
	height: 45px;
	margin: 0 0 0 -23px;
	background: url(/Themes/Pavilion/Content/img/polls.png) no-repeat;
}
.home-page-polls .title {
	display: none;
}
.home-page-polls .poll strong {
	font-size: 16px;
	text-transform: uppercase;
}
.home-page-polls .poll-options,
.home-page-polls .poll-results {
	margin: 0 0 20px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 5px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
	display: inline-block;
	min-height: 32px; /*IE fix*/
	margin: 0 3px;
	font-size: 13px; /*reset zeroing*/
	line-height: 32px;
	vertical-align: middle;
}
.breadcrumb li:first-child a {
	width: 20px;
	background: url(/Themes/Pavilion/Content/img/breadcrumb.png) center no-repeat;
	font-size: 0;
}
.breadcrumb span.delimiter {
	width: 15px;
	background: url(/Themes/Pavilion/Content/img/pointer-grey.png) center no-repeat;
	font-size: 0;
}
.breadcrumb strong {
	font-weight: normal;
	color: #f74258;
}
.breadcrumb li:first-child > span a { /*this is on product page*/
	display: block;
	width: 20px;
	height: 32px;
	margin: 0 !important;
	background: url(/Themes/Pavilion/Content/img/breadcrumb.png) center no-repeat;
	font-size: 0;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 30px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p {
	margin: 0 0 20px;
}
.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor-button {
	border: none;
	background-color: #f74258;
    padding: 10px 20px;   
    font-size: 12px;
    font-weight: bold;
	color: #fff;   
    text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.contact-vendor-button:hover {
	outline-color: #f74258;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 11px 0;
	text-align: center;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors span {
	font-size: 13px;
	/*font-weight: bold;*/
}
.product-selectors select {
	min-width: 65px;
	height: 45px;
	margin: 0 5px;
	padding: 0 10px;
	color: #777;
	text-transform: lowercase;
}
.product-selectors .product-viewmode {
	display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.item-box .product-item {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	text-align: center;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
    margin: 0 0 15px;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 80%; 
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 10px;
}
.item-box .rating {
	background: url(/Themes/Pavilion/Content/img/rating-sprite.png) left top repeat-x;
	width: 80px;
    height: 13px;
}
.item-box .rating div {
	background: #f74258 url(/Themes/Pavilion/Content/img/rating-sprite.png) left bottom repeat-x;
    height: 13px;
}
.item-box .product-title {
	height: 40px;
	overflow: hidden;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.item-box .product-title a {
	display: block;
}
.item-box .prices {
	height: 22px;
    margin: 0 0 20px;
    overflow: hidden;
	padding: 0 15px;
}
.item-box .actual-price {
	padding: 0 4px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #00a1b1;
}
.item-box .old-price {
	padding: 0 4px;
	vertical-align: middle;
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.item-box .base-price {
	display: none;
	padding: 0 4px;
	vertical-align: middle;
	font-size: 13px;
}
.item-box .tax-shipping-info {
	display: none;
	font-size: 13px;
}
.item-box .description {
	display: none;
	margin: 0 0 20px;
	line-height: 25px;
}
.item-box .buttons-upper {
	background-color: #f9f9f9;
    font-size: 0;
}
.item-box .buttons-upper input[type="button"] {
	width: 30px;
	height: 30px;
	margin: 0 8px;
	border: none;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-box-sprite.png);
    background-repeat: no-repeat;
    font-size: 0;
	transition: all 0.2s ease;
}
.item-box input.add-to-compare-list-button {
	background-position: 0 center;
}
.item-box input.add-to-wishlist-button {
	background-position: -30px center;
}
.item-box .buttons-upper input[type="button"]:hover {
	background-color: #f74258;
}
.item-box .buttons-lower {
    font-size: 0;
}
.item-box .buttons-lower button {
	display: block;
	width: 100%;
	height: 43px;
	border: none;
	background-color: #fff;
	font-size: 0;
	transition: all 0.2s ease;
}
.item-box .buttons-lower button span {
	display: inline-block;
	position: relative;
	height: 18px;
	background-color: #fff;
	padding: 0 0 0 25px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.item-box .buttons-lower button span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-1.png) left top no-repeat;
	transition: all 0.2s ease;
}
.item-box .buttons-lower button span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-1.png) left bottom no-repeat;
	transition: all 0.2s ease;
	opacity: 0;
}
.item-box .color-squares-wrapper.color-squares-active {
	margin: 0 0 20px;
}
.item-box .color-squares {
	text-align: center;
}
.item-box .color-squares li {
	margin: 4px;
}
.item-box .color-squares .color {
	width: 25px !important;
	height: 15px !important;
}

.home-page-category-grid {
	display: none;
}
.home-page-category-grid + .slider-wrapper {
	display: none;
}

.sub-category-item,
.manufacturer-item,
.vendor-item {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.sub-category-item .title,
.manufacturer-item .title,
.vendor-item .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.sub-category-item .title a,
.manufacturer-item .title a,
.vendor-item .title a {
	display: block;
	padding: 15px 30px;
	transition: all 0.2s ease;
}
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a {
	color: #f74258;
}
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	margin: 0;
	transition: all 0.3s ease;
}
.sub-category-item:hover .picture {
	opacity: 0.7;
}
.sub-category-details,
.manufacturer-details,
.vendor-details {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	outline: 8px solid #fff;
	background-color: #fff;
	padding: 15px 30px;
	opacity: 0;
	transition: all 0.3s ease;
}
.sub-category-details .inner-title,
.manufacturer-details .inner-title,
.vendor-details .inner-title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #f74258;
	text-transform: uppercase;
}
.sub-category-details li {
	padding: 5px 0;
}
.sub-category-details li a:hover {
	color: #f74258;
}
.sub-category-item:hover .sub-category-details,
.manufacturer-item:hover .manufacturer-details,
.vendor-item:hover .vendor-details {
	opacity: 1;
}

.vendor-list:after {
	content: "";
	display: block;
	clear: both;
}
.vendor-list li a:hover {
	color: #f74258;
}

.product-grid + .product-grid {
	margin: 20px 0 0;
}
.product-grid .title {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}
.home-page .product-grid .title {
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-size: 22px;
	line-height: 30px;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}
.pager li > a,
.pager li > span {
	display: block;
	width: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	font-weight: bold;
	cursor: pointer;
}
.pager li > a:hover {
	background-color: #eee;
}
.pager li > span {
	background-color: #f74258;
	color: #fff;
	cursor: default;
}
.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	background-image: url(/Themes/Pavilion/Content/img/pager-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
}
.pager li.previous-page a {
	background-position: center 0;
}
.pager li.next-page a {
	background-position: center -40px;
}
.pager li.first-page a {
	width: 30px;
	background-position: center -80px;
}
.pager li.last-page a {
	width: 30px;
	background-position: center -120px;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 20px;
}
.gallery .picture {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture a {
	display: inline-block;
	max-width: 100%;
}
.gallery .picture img {
	max-width: 100%;
}
.gallery .picture-thumbs {
	margin: 20px 0 0;
	font-size: 0;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 5px 10px;
	overflow: hidden;
}
.gallery .picture-thumbs img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all 0.2s ease;
}
.gallery .picture-thumbs a:hover img {
	opacity: 0.7;
}

.overview {
	position: relative;
	margin: 0 0 20px;
}
.overview .discontinued-product {
	margin: 0 0 25px;
	color: #f74258;
	text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.overview .product-name {
	margin: 0 0 10px;
}
.overview .product-name h1 {
	font-size: 25px;
	color: #333;
}
.product-reviews-overview {
	margin: 0 0 40px;
	overflow: hidden;
}
.product-reviews-overview a:hover {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 80px;
	height: 13px;
	background: url(/Themes/Pavilion/Content/img/rating-sprite.png) left top repeat-x;
}
.product-review-box .rating div {
	height: 13px; 
	background: #f74258 url(/Themes/Pavilion/Content/img/rating-sprite.png) left bottom repeat-x;
}

.overview .prices,
.variant-overview .prices {
	margin: 0 0 10px;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 17px;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 20px;
	font-weight: bold;
	color: #00a1b1;
}
.overview .rental-price,
.variant-overview .rental-price {
	margin-bottom: 0 !important;
	color: #333;
}
.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
	font-size: 13px;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	cursor: auto;
}
.overview .base-price-pangv,
.variant-overview .base-price-pangv {
	display: block !important;
}

.overview .short-description {
	margin: 0 0 40px;
	line-height: 25px;
}
.overview .prices + .short-description {
	margin-top: -5px;
}

.overview .value,
.variant-overview .value {
	/*color: #333;*/
}
.overview .value a,
.variant-overview .value a {
	color: #f74258;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 30px;
	line-height: 25px;
}

.download-sample {
	margin: 0 0 30px;
}
.download-sample-button {
	display: inline-block;
	height: 40px;
	border: none;
	background: #777 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left -40px no-repeat;
	padding: 10px 15px 10px 35px;
	color: #777;
	transition: all 0.2s ease;
}
.download-sample-button:hover {
	background-color: #f74258;
}

.overview .availability,
.variant-overview .availability {
	margin: 0 0 20px;
}
.overview .stock,
.variant-overview .stock {
	margin: 0 0 10px;
}
.overview .stock .value,
.variant-overview .stock .value {
	font-weight: bold;
	color: #333;
}
.back-in-stock-subscription {
	margin: 0 0 30px;
	font-size: 0;
}
.back-in-stock-subscription .subscribe-button {
	border: none;
	background: #888 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left 0 no-repeat;
	padding: 10px 15px 10px 35px;
	color: #777;
	transition: all 0.2s ease;
}
.back-in-stock-subscription .subscribe-button:hover {
	background-color: #f74258;
}

.customer-entered-price {
	margin: 0 0 20px;
}
.customer-entered-price .price-input {
	padding: 10px 0;
}
.customer-entered-price .enter-price-input {
	width: 75px;
	margin: 0 5px;
}
.customer-entered-price .price-range {
	color: #333;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	font-size: 0;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 45px;
    height: 45px;
	margin: 0 5px 0 0;
	text-align: center;
    font-size: 14px;
	color: #777;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 55px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 45px;
    border: none;
    background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) no-repeat left center;
	padding: 0 28px 0 48px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	outline-color: #f74258;
}

.overview-buttons {
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 0 2px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button {
	display: inline-block;
    height: 37px;
    width: 37px;
	border: none;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-1.png);
	background-repeat: no-repeat;
	font-size: 0;
	transition: all 0.2s ease;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
	background-position: 0 center;
}
.overview .add-to-compare-list-button {
	background-position: -37px center;
}
.overview .email-a-friend-button {
	background-position: -74px center;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover {
	background-color: #f74258;
}

.overview-bottom {
	margin: 40px 0 0;
}
.product-social-buttons {
	margin: 0 0 25px;
}
.product-social-buttons label {
	display: none;
	margin: 0 8px 0 0;
	font-size: 13px;
}
.product-social-buttons ul {
	display: inline-block;
	margin: 0;
}
.product-social-buttons li {
	position: relative;
	z-index: 0;
	margin: 0;
}
.product-social-buttons li:hover {
	z-index: 1;
}
.product-social-buttons li a {
	width: 26px;
	height: 24px;
	background: url(/Themes/Pavilion/Content/img/social-sprite-2.png) no-repeat;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.product-social-buttons .facebook a {
	background-color: #5f7ca7;
	background-position: 0 0;
}
.product-social-buttons .twitter a {
	background-color: #5dc4e6;
	background-position: -26px 0;
}
.product-social-buttons .pinterest a {
	background-color: #e56363;
	background-position: -52px 0;
}
.product-social-buttons .google a {
	background-color: #4f4f4f;
	background-position: -78px 0;
}
.product-social-buttons .facebook a:hover {
	outline-color: #5f7ca7;
}
.product-social-buttons .twitter a:hover {
	outline-color: #5dc4e6;
}
.product-social-buttons .pinterest a:hover {
	outline-color: #e56363;
}
.product-social-buttons .google a:hover {
	outline-color: #4f4f4f;
}

.group-product .product-social-buttons {
	margin: 20px 0 0;
}

.overview-bottom .delivery,
.variant-overview .delivery {
	margin: 0 -20px -20px;
	background-color: #f9f9f9;
	padding: 10px 0;
	/*font-size: 0;*/
}
.variant-overview .delivery {
	margin-top: 40px;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	display: inline-block;
	margin: 8px 50px;
	/*background-image: url(/Themes/Pavilion/Content/img/delivery-sprite.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;*/
	font-size: 14px;
    font-weight: bold;
}
.overview-bottom .delivery .delivery-date {
    color: #00a957;
}
.overview-bottom .delivery .delivery-date-2 {
    color: #428bca;
}
.overview-bottom .delivery-date,
.variant-overview .delivery-date {
	background-position: left 0;
}
.overview-bottom .free-shipping,
.variant-overview .free-shipping {
	background-position: left -19px;
}

.product-collateral {
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.product-collateral .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
	color: #333;
    text-transform: uppercase;
}
.product-collateral .full-description {
	padding: 10px 30px;
	line-height: 30px;
}

.tier-prices .prices-table {
    overflow: hidden;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row > div {
	border-top: 1px solid #e9e9e9;
    padding: 15px 30px;
}
.tier-prices .prices-row.thead > div {
	border-right: 1px solid #e9e9e9;
}
.tier-prices .field-header {
	border-top: none !important;
}
.tier-prices .item-price {
	color: #f74258;
}

.product-specs-box .data-table {
	border: none;
}
.product-specs-box .data-table td {
	position: relative;
	width: 50%;
	border-left: 1px solid #ececec;
    padding: 15px 30px;
	text-align: center;
	vertical-align: top;
}
.product-specs-box .data-table tr:first-child td {
	border-top: none;
}
.product-specs-box .data-table td:first-child {
	border-left: none;
}
.product-specs-box .color-squares span {
	border: none;
}
.product-specs-box .color-squares .color {
	width: 35px !important;
	height: 20px !important;
	cursor: auto;
}

.product-tags-list {
	padding: 25px 20px;
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #f74258;
}

.product-variant-line {
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 300px;
	max-width: 100%;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.variant-picture img {
	max-width: 100%;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.variant-overview .variant-description {
	margin: 0 0 25px;
	line-height: 30px;
}
.variant-overview .prices + .variant-description {
	margin-top: -5px;
}
.variant-overview .add-to-wishlist {
	display: none;
}

.attributes {
	margin: 30px 0;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
	color: #333;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes input[type="text"],
.attributes select {
	min-width: 100px;
	max-width: 100%;
	height: 38px;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
}

.attribute-item {
	margin: 0 0 10px;
}
.attribute-label {
	margin: 0 0 3px;
}

.attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	text-align: center;
	font-size: 13px;
}
.ui-datepicker-header {
	position: relative;
	height: 35px;
	background-color: #00a1b1;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 35px;
	background-image: url(/Themes/Pavilion/Content/img/calendar-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background-position: 0 center;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background-position: -32px center;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ececec;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar .ui-state-active {
	outline: 1px solid #00a1b1;
	background-color: #00a1b1;
	color: #fff;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	line-height: normal !important;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    border: 1px solid transparent;
    position: relative;
    z-index: 0;
}
.color-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.color-squares .color {
    display: block !important;
    width: 40px !important;
    height: 24px !important;
	background-size: 100% !important;
    cursor: pointer;
}
.color-squares .selected-value .color-container {
    border-color: #888;
}
.color-squares .color-container[title~=White] .color {
	border: 1px solid #ccc;
}
.color-squares .selected-value .color-container[title~=White] .color {
	border-color: transparent;
} 
.color-squares input[type="radio"] {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.color-squares .tooltip-container {
	display: none;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}

.back-in-stock-subscription-page {
	padding: 10px;
}
.back-in-stock-subscription-page .button-1 {
	margin: 15px 0 0;
	border: none;
	background-color: #f74258;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold; 
	color: #fff;
    text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.back-in-stock-subscription-page .button-1:hover {
	outline-color: #f74258;
}

.ui-tabs {
	margin: 0 0 60px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0 0 -1px;
}
.ui-tabs .ui-tabs-nav li {
	border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav li a {
	position: relative;
	display: block;
	padding: 15px 22px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f74258;
	opacity: 0;
	transition: all 0.2s ease;
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected a:after, 
.ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
	opacity: 1;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 30px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	text-transform: none;
}
.product-reviews-page h1 a:hover {
	color: #f74258;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .page-body {
	max-width: 820px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.product-reviews-page .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
	color: #333;
    text-transform: uppercase;
}
.product-review-item {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 30px;
}
.ui-tabs .product-review-item {
	padding: 30px 0;
}
.product-review-item:last-child {
	border-bottom: none;
}
.product-review-item .product-review-box {
	margin: 0 0 5px;
}
.product-review-item .review-title {
	margin: 0 0 20px;
	font-weight: bold;
}
.product-review-item .review-text {
	margin: 0 0 20px;
	line-height: 25px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info .separator {
	margin: 0 5px 0 0;
}
.product-review-item .review-info label,
.product-review-helpfulness .vote {
	font-weight: bold;
}
.product-review-item .review-info a,
.product-review-item .review-info .date span,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
}
.product-review-helpfulness .vote:hover {
	color: #f74258;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

.write-review form {
	padding: 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.write-review .review-rating {
	margin: 0 0 20px;
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
	vertical-align: middle;
    font-size: 13px;
	font-weight: bold;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
	color: #f74258;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #4fbb41;
}
.write-review .buttons {
	margin: 0 0 10px;
}
.write-review .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.write-review .button-1:hover {
	outline-color: #f74258;
}
.product-reviews-page .message-error {
	margin: 0 0 20px;
	padding: 0 30px;
}
.product-reviews-page .result {
	display: none; /*should be hidden because of form's position, it's an useless message anyway*/
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
}
.wishlist-content .message-error {
	margin: 0 0 20px;
}
.wishlist-content .table-wrapper {
	margin: 0 0 10px;
}
.wishlist-content .buttons {
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 40px;
	font-size: 0;
}
.wishlist-content .buttons:after {
	content: "";
	display: block;
	clear: both;
}
.update-wishlist-button,
.wishlist-add-to-cart-button {
	width: 300px;
	max-width: 100%;
	height: 45px;
	margin: 0 0 10px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.update-wishlist-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left -45px no-repeat;
	color: #777;
}
.update-wishlist-button:hover {
	outline-color: #fff;
	color: #f74258;
}
.wishlist-add-to-cart-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) left center no-repeat;
	color: #fff;
}
.wishlist-add-to-cart-button:hover {
	outline-color: #f74258;
}
.email-a-friend-wishlist-button {
	display: none;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	color: #f74258;
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}

.compare-products-page {
	position: relative;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.compare-products-table {
	display: none;
}
.compare-products-page .remove-button {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: none;
	background: #777 url(/Themes/Pavilion/Content/img/account-sprite.png) center -37px no-repeat;
	font-size: 0;
	transition: all 0.2s ease;
}
.compare-products-page .remove-button:hover {
	background-color: #f74258;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-table .product-name td {
    background: #f9f9f9;
}
.compare-products-table .product-price td {
	font-size: 15px;
	font-weight: bold;
    color: #00a1b1;
}
.compare-products-table .product-price td:first-child {
    color: #777;
	font-weight: normal;
}
.compare-products-table .full-description {
	display: none;
}
.compare-products-table-mobile img {
    max-width: 100px;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.topic-block-title {  
    margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.topic-block-title h2 {
	font-size: 16px;
	color: #333;
    text-transform: uppercase;
}
.topic-block-body {
	line-height: 30px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 30px;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.home-page .topic-block-title {
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.home-page .topic-block-title h2 {
	font-size: 22px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
	max-width: 600px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 25px;
	color: #f74258;
}
.enter-password-form {
	display: inline-block;
	font-size: 0;
}
.enter-password-form input[type="password"] {
	width: 100%;
	height: 40px;
	margin: 0 0 30px;
	padding: 0 12px;
	font-size: 14px;
}
.enter-password-form input[type="submit"] {
	min-width: 120px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.enter-password-form input[type="submit"]:hover {
	outline-color: #f74258;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
	max-width: 600px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
	margin: 0;
	background-color: #f9f9f9;
    padding: 25px 30px;
	text-align: center;
}
.contact-page .topic-block-title,
.email-a-friend-page .topic-block-title,
.apply-vendor-page .topic-block-title {
	display: none;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
	padding: 30px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
	outline-color: #f74258;
}
.email-a-friend-page .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
}
.email-a-friend-page .title h2 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
    text-transform: uppercase;
}


/********** REGISTRATION & LOGIN  **********/



.registration-page .page-body,
.login-page .customer-blocks,
.external-authentication,
.password-recovery-page .page-body {
	max-width: 600px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.registration-page .message-error,
.account-page .message-error {
	padding: 30px;
}
.registration-page .fieldset,
.login-page .fieldset {
	margin: 0;
}
.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body {
	padding: 30px;
}

.gender {
	display: inline-block;
}
.gender * {
	display: inline !important;
	margin: 0 5px 0 0;
	vertical-align: middle;
	line-height: 32px;
	font-weight: normal !important;
}
.gender label {
	margin: 0 10px 0 0;
}
.date-of-birth select {
	width: 32%; /*birth-date selectors, always single line*/
}
.date-of-birth select + select {
	margin: 0 0 0 2%;
}
#check-availability-button {
	margin: 10px 0 0;
	border: none;
	background: #888 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left -80px no-repeat;
	padding: 10px 15px 10px 35px;
	color: #777;
	transition: all 0.2s ease;
}
#check-availability-button:hover {
	background-color: #f74258;
}
#username-availabilty {
	display: block;
	text-align: center;
	font-size: 13px;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 10px 0 -10px;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
	white-space: normal;
}
.vat-status em, .vat-note em {
	font-style: normal;
}
.accept-privacy-policy {
	position: relative;
	margin: -20px 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
	font-size: 13px;
}
.accept-privacy-policy .read {
	color: #f74258;
	cursor: pointer;
}
.accept-privacy-policy .read:hover {
	text-decoration: underline;
}
.registration-page .buttons,
.login-page .buttons {
	margin: 0 0 40px;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	min-width: 120px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
	outline-color: #f74258;
}
.registration-result-page .result {
	margin: 40px 0;
	text-align: center;
}
.login-page .page-body {
	padding: 104px 0 0;
}
.login-page .customer-blocks {
	position: relative;
	margin: 0 auto 30px;
}
.login-page .customer-blocks .title {
	position: absolute;
	width: 100%;
	background-color: #e9e9e9; 
    padding: 17px 22px;
	text-align: center;
	font-size: 13px;
	color: #777;
    text-transform: uppercase;
	cursor: pointer;
}
.login-page .new-wrapper .title {
	top: -104px;
	left: 0;
}
.login-page .returning-wrapper .title {
	top: -52px;
	right: 0;
}
.login-page .message-error {
	margin: 0 0 20px;
}
.login-page .customer-blocks .fieldset {
	position: static;
}
.login-page .customer-blocks .title.active {
	background-color: #f74258;
	color: #fff;
}
.login-page .customer-blocks .text {
	margin: 15px 0 45px;
}
.login-page .inner-wrapper {
	display: none;
}
.login-page .inner-wrapper.show {
	display: block;
}
.login-page .inputs.reversed {
	white-space: normal;
}
.login-page .inputs.reversed > * {
	display: inline-block;
	width: auto;
	margin: 0 3px;
	vertical-align: middle;
	font-size: 14px; /*reset zeroing*/
	font-weight: normal;
}
.login-page .forgot-password a {
	margin-left: 10px;
}
.login-page .forgot-password a:hover {
	color: #f74258;
}
.login-page .buttons,
.password-recovery-page .buttons {
	margin: 30px 0 10px;
}
.login-page .checkout-as-guest-button {
	background-color: transparent !important;
	padding: 15px 16px;
	color: #777;
	outline: none;
}
.login-page .checkout-as-guest-button:hover {
	color: #f74258;
}
.login-page .facebook-btn {
	width: 212px;
	height: 35px;
	margin-top: -15px;
	background: url(/Themes/Pavilion/Content/img/fb-login.png) center no-repeat !important;
}
.login-page .customer-blocks + .topic-block,
.login-page .external-authentication + .topic-block {
	margin: 60px 0 0;
}
.external-authentication {
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 30px;
}
.password-recovery-page .result {
	margin: 0 0 20px;
	color: #f74258;
}

#login-modal-window-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1100;
}
.login-modal-window-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: auto;
    width: 800px;
    max-width: 90%;
    height: 700px;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 0 0 30px 10px #666;
    overflow: auto;
    z-index: 1105;
}
.login-modal-window-wrapper .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	margin: 13px;
	overflow: hidden;
	border: none;
	background: #f0f0f0 url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	font-size: 0;
	cursor: pointer;
}


/********** ACCOUNT PAGES  **********/



.customer-pages-body .master-column-wrapper {
	overflow: hidden;
}
.customer-pages-body .side-2 {
	float: none;
	width: 100%;
	margin: 0;
}
.customer-pages-body .center-2 {
	float: none;
	width: 100%;
}

.block-account-navigation {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 0 35px !important;
	border: none !important;
}
.block-account-navigation .title {
	display: none;
}
.block-account-navigation .listbox {
	display: block !important;
	margin: 0 !important;
	border: none;
	background-color: transparent;
	padding: 0 !important;
	text-align: center;
	font-size: 0;
}
.block-account-navigation .list li {
	display: inline-block;
	margin: 5px;
	padding: 0;
}
.block-account-navigation .list a {
	display: block;
	max-width: 52px; /*max-width is used instead of width in order to make transitions work*/
	height: 52px;
	overflow: hidden;
	background-color: #e9e9e9;
	padding: 0;
	font-size: 12px;
	line-height: 52px;
	font-weight: bold;
	color: #fff !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: max-width 0.3s linear, background-color 0.6s linear, padding 0.1s linear;
}
.block-account-navigation .list a:before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background-color: transparent;
	background-image: url(/Themes/Pavilion/Content/img/account-nav-sprite.png);
	background-repeat: no-repeat;
	vertical-align: top;
	opacity: 0.5;
}
.block-account-navigation .list a:hover,
.block-account-navigation .list a.active {
	background-color: #f74258;
	transition: max-width 0.6s linear, background-color 0.3s linear, padding 0.1s linear;
}
.block-account-navigation .list a:hover:before,
.block-account-navigation .list a.active:before {
	opacity: 0.35;
}

.block-account-navigation .customer-info a:before {
	background-position: center 0;
}
.block-account-navigation .customer-addresses a:before {
	background-position: center -52px;
}
.block-account-navigation .customer-orders a:before {
	background-position: center -104px;
}
.block-account-navigation .return-requests a:before {
	background-position: center -156px;
}
.block-account-navigation .downloadable-products a:before {
	background-position: center -208px;
}
.block-account-navigation .back-in-stock-subscriptions a:before {
	background-position: center -260px;
}
.block-account-navigation .reward-points a:before {
	background-position: center -312px;
}
.block-account-navigation .change-password a:before {
	background-position: center -364px;
}
.block-account-navigation .customer-avatar a:before {
	background-position: center -416px;
}
.block-account-navigation .forum-subscriptions a:before {
	background-position: center -468px;
}
.block-account-navigation .customer-reviews a:before {
	background-position: center -520px;
}

.account-page .page-title {
	border-width: 0;
}
.account-page .page-body {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.account-page .page-body:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.account-page .fieldset,
.account-page .section {
	border-top: 1px solid #f3f3f3;
	margin: 0 0 10px;
}
.account-page .fieldset .title,
.account-page .section .title {
	margin: 0 0 -10px;
	background-color: transparent;
	padding: 40px 30px 0;
	font-size: 18px;
	text-transform: none;
}
.account-page .form-fields,
.account-page .edit-address {
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.account-page .form-fields a {
	color: #f74258;
}
.account-page .form-fields a:hover {
	text-decoration: underline;
}
.account-page .buttons,
.account-page .add-button {
	border-top: 1px solid #f3f3f3;
	padding: 30px;
}
.account-page .no-data {
	padding: 30px;
}

.account-page .table-wrapper {
	padding: 0 30px;
}
.account-page .table-wrapper + .pager,
.account-page .product-review-item + .pager {
	margin-top: 20px;
}
.account-page .table-wrapper + .buttons {
	border: none; /*there will be a border if a pager is present*/
}

.account-page ul.info,
.account-page ul.details {
	padding: 30px;
	line-height: 25px;
}
.account-page ul.info li.name {
	display: none;
	margin: 0 0 10px;
	font-weight: bold;
}
.account-page ul.info li.email label {
	display: none;
}
.account-page ul.info li.country {
	margin: 10px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.account-page ul.info + .buttons {
	margin: 0 0 30px;
	border: none;
	padding: 0;
	font-size: 0;
}
.account-page ul.info + .buttons input {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 0 2px;
	border: none;
	background-color: #777;
	background-image: url(/Themes/Pavilion/Content/img/account-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
	transition: all 0.2s ease;
}
.account-page ul.info + .buttons input:hover {
	background-color: #f74258;
}
.account-page .edit-address-button {
	background-position: center 0;
}
.account-page .delete-address-button {
	background-position: center -37px;
}
.account-page .order-details-button {
	background-position: center -74px;
}
.account-page .return-items-button {
	width: auto !important;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-2.png) !important;
	background-position: left -120px;
	padding: 10px 15px 10px 35px;
	vertical-align: middle;
	font-size: 14px !important;
	color: #777;
}

.recurring-payments {
	margin: 0 0 50px !important;
}
.recurring-payments .title {
	margin-bottom: 30px !important;
}
.recurring-payments .button-2 {
	width: 37px;
	height: 37px;
	border: none;
	background: #f6f6f6 url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	font-size: 0;
}

.account-page .description,
.reward-points-overview {
	padding: 30px;
	line-height: 25px;
}

.return-request-list-page a {
	margin: 0 10px;
	font-weight: bold;
}
.return-request-list-page a:hover {
	color: #f74258;
}
.return-request-list-page .comments {
	margin: 30px 0 0;
}

.downloadable-products-page .table-wrapper {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
.downloadable-products-page td.download {
	text-align: center;
	font-size: 0;
}
.downloadable-products-page .download a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	background: #777 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left -40px no-repeat;
	transition: all 0.2s ease;
}
.downloadable-products-page .download a:hover {
	background-color: #f74258;
}
.user-agreement-page .terms-of-agreement {
	margin: 40px 0;
	text-align: center;
}

.reward-points-page .title {
	display: none;
}
.reward-points-page .section {
	margin: 0 0 50px;
	border: none;
}

.change-password-page .inputs {
	margin: 20px 0 0;
}
.change-password-page .buttons {
	border: none;
	padding-top: 0 !important;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	padding: 35px 0 25px;
	text-align: center;
}
.avatar-page .image {
	margin: 0 0 25px;
	font-size: 0;
}
.avatar-page .image img {
	border: 1px solid #f3f3f3;
}
.avatar-page input[type="file"] {
	max-width: 220px;
	margin: 0 0 20px;
	text-align: center;
}
.avatar-page .info {
	margin: 0 0 20px;
	padding: 0 20px;
}
.avatar-page .buttons {
	text-align: center !important;
}
.avatar-page .buttons input {
	margin: 0 8px;
}
.avatar-page .remove-avatar-button,
.vendorinfo-page .remove-picture-button {
	border: none;
	background-color: transparent;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
.avatar-page .remove-avatar-button:hover,
.vendorinfo-page .remove-picture-button:hover {
	color: #f74258;
}
.vendorinfo-page .vendor-picture {
	margin: 10px 0 -40px;
}
.vendorinfo-page .remove-picture-button {
	display: block;
}


/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	position: relative;
	margin: 2px;
}
.order-progress li:nth-child(1) {
	z-index: 6;
}
.order-progress li:nth-child(2) {
	z-index: 5;
}
.order-progress li:nth-child(3) {
	z-index: 4;
}
.order-progress li:nth-child(4) {
	z-index: 3;
}
.order-progress li:nth-child(5) {
	z-index: 2;
}
.order-progress li:nth-child(6) {
	z-index: 1;
}
.order-progress a {
	display: block;
	position: relative;
	min-width: 100px;
	height: 32px;
	background-color: #ececec;
	padding: 0 16px 0 24px;
	font-size: 11px; /*reset zeroing*/
	line-height: 32px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
.order-progress a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	border-width: 16px 8px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #f6f6f6;
}
.order-progress a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -16px;
	height: 32px;
	border-width: 16px 8px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #e9e9e9;
}
.order-progress li.active-step a {
	background-color: #f74258;
	color: #fff;
	cursor: pointer;
}
.order-progress li.active-step a:after {
	border-left-color: #f74258;
}
.order-progress li.inactive-step a {
	cursor: default;
}

.shopping-cart-page .message-error {
	margin: 0 0 30px;
	font-size: 13px;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
	min-width: 150px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
	outline-color: #f74258;
}
.shopping-cart-page .button-2,
.checkout-page .button-2 {
	width: 300px;
	max-width: 100%;
	height: 45px;
	margin: 0 0 10px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	outline: 2px solid transparent;
	transition: all 0.2s ease;
}

.cart-options {
	margin: 10px 0 50px;
	text-align: center;
}
.common-buttons {
	font-size: 0;
}
.common-buttons .update-cart-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left -45px no-repeat;
}
.common-buttons .continue-shopping-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left 0 no-repeat;
}
.common-buttons input:hover {
	outline-color: #fff;
	color: #f74258;
}

.cart-options .selected-checkout-attributes {
	margin: 50px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none !important;
}

.shopping-cart-page .tax-shipping-info {
	margin: -10px 0 50px;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-collaterals {
	margin: 0 0 50px;
}
.cart-collaterals .accordion-tab {
	position: relative;
	margin: 0 0 10px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.cart-collaterals .accordion-tab.active {
	z-index: 3;
}
.cart-collaterals .accordion-tab-title {
	position: relative;
	border-bottom: 3px solid #e9e9e9;
	padding: 15px 30px 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}
.cart-collaterals .accordion-tab-title:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
}
.cart-collaterals .active .accordion-tab-title {
	border-bottom-color: #f74258;
}
.cart-collaterals .accordion-tab-content {
	display: none;
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.cart-collaterals .title {
	display: none; 
}
.cart-collaterals .hint {
	margin: 0 0 15px;
}
.cart-collaterals .estimate-shipping-button {
	margin: 0;
	background-color: #f74258;
	padding: 0 20px;
	color: #fff;
	outline-width: 1px;
}
.cart-collaterals .estimate-shipping-button:hover {
	outline-color: #f74258;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 15px 0 5px;
}
.cart-collaterals .shipping-results strong {
	display: block;
	margin: 0 0 5px;
	font-size: 13px;
	color: #333;
}
.cart-collaterals .coupon-code {
	width: 300px;
	max-width: 100%;
	margin: auto;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	display: block;
	width: 100%;
	height: 45px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	display: block;
	width: 100%;
	margin: 0;
	background-color: #f74258;
	padding: 0 20px;
	color: #fff;
	outline-width: 1px;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
	outline-color: #f74258;
}
.cart-collaterals .message-failure {
	margin: 15px 0 0;
	color: #f74258;
}
.cart-collaterals .message-success {
	margin: 15px 0 0;
	color: #4fbb41;
}
.cart-collaterals .current-code {
	margin: 15px 0 0;
}
.cart-collaterals .current-code span {
	vertical-align: middle;
}

.cart-collaterals .checkout-attributes {
	margin: 40px 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
}
.cart-collaterals .checkout-attributes dt {
	margin: 20px 0 5px;
}
.cart-collaterals .checkout-attributes dt:first-child {
	margin-top: 0;
}
.cart-collaterals .checkout-attributes li {
	line-height: 24px;
}
.cart-collaterals .checkout-attributes li * {
	vertical-align: middle;
}
.cart-collaterals .checkout-attributes .color-squares li {
	margin: 5px;
}

.cart-footer .remove-discount-button,
.cart-footer .remove-gift-card-button {
	width: 17px;
	height: 17px;
	margin: 0 0 -1px 8px;
	border: none;
	background: #fff url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
.cart-footer .totals {
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 0;
}
.cart-footer .total-info {
	width: 300px;
	max-width: 80%;
	margin: 0 auto;
}
.cart-total td {
	width: 50%;
	padding: 5px;
}
.cart-total td.cart-total-left {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
}
.cart-total td.cart-total-right {
	text-align: right;
}
.cart-total .order-total {
	font-size: 18px;
	font-weight: bold;
	color: #00a1b1;
	text-transform: uppercase;
}
.terms-of-service {
	margin: 10px 0 20px;
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 13px;
}
.terms-of-service div {
	width: 300px;
	max-width: 80%;
	margin: auto;
	line-height: 24px;
}
.terms-of-service input {
	margin: 13px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	color: #f74258;
    cursor: pointer;
}
.terms-of-service a:hover {
	text-decoration: underline;
}
.cart-footer .checkout-buttons {
	margin: 40px 0 0;
}
.cart-footer .checkout-buttons .button-1 {
	font-size: 14px;
}
.cart-footer .addon-buttons {
	margin: 40px 0 0;
}

.shopping-cart-page .cross-sells {
	margin: 60px 0 0;
}
.shopping-cart-page .cross-sells .button-2 {
	margin: 0;
	outline: none;
}


/********** CHECKOUT **********/



.checkout-page .message-error {
	margin: 0 0 10px;
}
.checkout-page .billing-addresses,
.checkout-page .shipping-addresses {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
	margin: 0 0 10px;
}
.checkout-page #shipping-addresses-form {
	display: block !important; /*because pickup-in-store is inside this form*/
}
.checkout-page .address-grid {
	padding: 30px;
}
.checkout-page .address-grid:after {
	content: "";
	display: block;
	clear: both;
}
.checkout-page .address-item {
	margin: 40px 0 10px;
}
.checkout-page .address-item:first-child {
	margin-top: 0;
}
.checkout-page .address-box {
	margin: 0 0 20px;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.checkout-page .address-item li.email label {
	display: none;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .enter-address {
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.checkout-page .enter-address + .buttons {
	margin: -30px 0 0;
	padding: 10px;
}

.checkout-page .order-summary {
	margin: 50px 0 0;
}
.checkout-page .order-summary .title {
	display: none;
}

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	margin: 0;
	border-top: 1px solid #f6f6f6;
	padding: 30px;
	text-align: center;
}
.checkout-page .ship-to-same-address input,
.checkout-page .pickup-in-store input {
	margin: 0 5px;
}

.checkout-page .pickup-points {
	margin: 0 0 -10px;
}
.checkout-page .pickup-points .title {
	display: none;
	margin: 10px 0 0;
}
.checkout-page .select-pickup-point {
	margin: 0;
	text-align: center;
}
.checkout-page .select-pickup-point ul {
	margin: -10px 0 0;
}
.checkout-page .select-pickup-point li {
	display: inline-block;
}
.checkout-page .select-address {
	padding: 0 20px;
}
.checkout-page .select-address select {
	max-width: 100%;
	height: 40px;
}
.checkout-page .pickup-points-map {
	/*height: 300px;*/
	/*margin: 20px 0 0;*/
}

.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 20px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 35px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 25px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
	color: #333;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: 0 0 30px;
}
.use-reward-points input {
	margin: 0 5px 0 0;
}
.payment-method .method-list {
	font-size: 0;
}
.payment-method .method-list li {
	white-space: nowrap;
}
.payment-method .payment-logo,
.payment-method .payment-details {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo {
	margin: 0 10px 0 0;
}
.payment-method .payment-logo img {
	max-width: 40px;
}
.payment-method .payment-details {
	font-size: 14px; /*reset zeroing*/
}
.payment-method .payment-details label {
	display: inline-block;
	text-align: left;
}

.payment-info .info {
	margin: 0 0 35px;
}
.payment-info .info tr {
	display: block;
	margin: 20px 0 0;
}
.payment-info .info tr:first-child {
	margin: 0;
}
.payment-info .info td {
	display: block;
	width: auto;
}
.payment-info .info td:first-child {
	margin: 0 0 5px;
}
.payment-info .info td label {
	font-weight: bold;
}
.payment-info .info input[type="text"] {
	max-width: 400px;
	height: 40px;
}
.payment-info .info input[type="text"] {
	width: 100% !important;
}
.payment-info .info input#CardCode {
	width: 60px !important;
}
.payment-info .info td select {
	height: 38px;
	margin: 0 5px;
}

.confirm-order .terms-of-service {
	margin: 0 0 30px;
	background-color: transparent;
	padding: 0;
	text-align: center;
}
.confirm-order .terms-of-service a {
	margin-left: 5px;
}
.confirm-order .buttons .button-1 {
	font-size: 15px;
}

.order-completed .title {
	margin: 0 0 30px;
	background-color: transparent;
	padding: 0;
}
.order-completed .details {
	margin: 0 0 30px;
}
.order-completed .details a {
	display: inline-block;
	margin: 5px 0 0;
	color: #f74258;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 50px;
	overflow: hidden;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 40px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 30px;
}
.order-review-data ul:first-child,
.order-details-area ul:first-child,
.shipment-details-area ul:first-child {
	margin: 0;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	display: block !important;
	margin: 20px 0 5px;
	background-color: transparent;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}

.order-details-page .page-title {
	margin: 0 0 30px;
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .page-title a {
	display: inline-block;
	height: 40px;	
	margin: 5px 5px 10px;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/order-sprite.png);
	background-repeat: no-repeat;
	padding: 0 15px 0 35px;
	line-height: 40px;
	outline: 2px solid transparent;
	transition: all 0.2s ease;
}
.print-order-button {
	background-position: left bottom;
}
.pdf-invoice-button {
	background-position: left top;
}
.order-details-page .page-title a:hover {
	outline-color: #fff;
	color: #f74258;
}
.order-details-page .order-overview {
	margin: 0 0 30px;
	padding: 20px 10px;
	font-size: 15px;
}
.order-details-page .order-number {
	margin: 0 0 20px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}
.order-details-page .order-info span {
	display: block;
	margin: 5px 0;
}
.order-details-page .section,
.shipment-details-page .section {
	margin: 0 0 50px;
}
.order-details-page .section .title,
.shipment-details-page .section .title {
	display: none;
}
.order-details-page .download {
	margin: 5px 0 0;
}
.order-details-page .download a,
.order-details-page .view-details a {
	font-weight: normal;
	color: #f74258;
}
.order-details-page .download a:hover,
.order-details-page .view-details a:hover {
	text-decoration: underline;
}
.order-details-page .tax-shipping-info {
	display: none;
}
.order-details-page .selected-checkout-attributes {
	margin: -10px 0;
}
.order-details-page .actions {
	margin: 50px 0 0;
	font-size: 0;
}
.order-details-page .actions input {
	width: 210px;
	max-width: 100%;
	height: 45px;
	margin: 0 5px 10px;
	border: medium none;
	padding: 0 28px 0 48px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 2px solid transparent;
	transition: all 0.2s ease 0s;
}
.order-details-page .actions .re-order-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left 0 no-repeat;
	color: #777;
}
.order-details-page .actions .return-items-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left -45px no-repeat;
	color: #777;
}
.order-details-page .actions input:hover {
	outline-color: #fff;
	color: #f74258;
}
.order-details-page .totals {
	margin: 0 0 50px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 0;
}
.order-details-page .total-info {
	width: 300px;
	max-width: 80%;
	margin: 0 auto;
}

.return-request-page .section {
	margin: 0 0 50px;
}
.return-request-page .section .title {
	display: none;
}
.return-request-page .fieldset {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.return-request-page .fieldset .form-fields {
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.return-request-page .fieldset .buttons {
	margin: -20px 0 40px;
}

.opc {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.opc .tab-section {
	border-top: 1px solid #e9e9e9;
}
.opc .tab-section:first-child {
	border-top: none;
}
.opc .step-title {
	overflow: hidden;
	background-color: #fff;
	padding: 15px 30px;
	color: #333;
	text-transform: uppercase;
}
.opc .allow .step-title,
.opc .active .step-title {
	background-color: #f9f9f9;
	cursor: pointer;
}
.opc .step-title span {
	float: left;
	margin: 0 20px 0 0;
}
.opc .step-title h2 {
	float: left;
	font-size: 15px;
}
.opc .step {
	padding: 30px;
}
.opc .section {
	margin: 0 0 30px;
	border: none;
	padding: 0 !important;
}
.opc .section .section,
.opc .billing-addresses,
.opc .shipping-addresses {
	margin: 0;
	border: none;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	height: 40px;
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: block;
	width: 48px;
	height: 48px;
	background: #777 url(/Themes/Pavilion/Content/img/back-link.png) center no-repeat;
}
.opc .back-link a:hover {
	background-color: #f74258;
}
.opc .please-wait {
	display: block;
	margin: 15px 0 0;
}
#opc-billing .section,
#opc-shipping .section {
	max-width: 480px;
}
.opc .enter-address {
	padding: 0 !important;
}
.opc .select-shipping-address label,
.opc .select-pickup-points label {
	display: block;
	margin: 0 0 10px;
}
.opc .pickup-in-store {
	padding: 10px 0 !important;
}
.opc .pickup-points {
	max-width: none !important;
}
#opc-confirm_order .confirm-order {
	display: none;
}
#opc-confirm_order .billing-info,
#opc-confirm_order .shipping-info {
	border: none;
	padding: 0;
}
#opc-confirm_order .table-wrapper {
	margin: 0 -33px; /*hacking the outer padding on smallest resolution*/
}
#opc-confirm_order .terms-of-service {
	margin: 0 0 30px;
	text-align: center;
}
#opc-confirm_order .terms-of-service a {
	margin: 0 0 0 5px;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
	margin: 0 0 50px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 30px;
}
.basic-search,
.advanced-search {
	width: 480px;
	max-width: 100%;
	margin: auto;
}
.basic-search .inputs.reversed {
	position: relative;
	height: 48px;
	margin: 0 0 1px;
	background-color: #f9f9f9;
	padding: 12px 20px;
}
.basic-search .inputs.reversed input {
	position: absolute;
	visibility: hidden;
}
.basic-search .inputs.reversed label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	line-height: 48px;
	text-transform: uppercase;
	cursor: pointer;
}
.basic-search .inputs.reversed label:after {
	content: "";
	position: absolute;
	top: 19px;
	right: 19px;
	width: 10px;
	height: 10px;
	background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
}
.advanced-search {
	background-color: #f9f9f9;
	padding: 30px 25px 20px;
}
.advanced-search .inputs label {
	white-space: normal;
}
.advanced-search .inputs label:first-child {
	text-align: center;
}
.advanced-search input + label {
	display: inline;
	margin: 0 0 0 6px;
	font-weight: normal;
}
.advanced-search .price-range {
	display: block;
	text-align: center;
}
.advanced-search .price-range input {
	width: 70px;
	margin: 0 5px;
}
.search-input .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.search-input .button-1:hover {
	outline-color: #f74258;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #f74258;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	text-align: center;
}

.sitemap-page .description {
	margin: 0 0 30px;
}
.sitemap-page .entity-wrapper {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.sitemap-page .entity-title {
	background-color: #f9f9f9;
	padding: 25px 30px;
	color: #333;
	text-transform: uppercase;
}
.sitemap-page .entity-title h2 {
	font-size: 15px;
}
.sitemap-page .entity-body {
	padding: 30px;
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 5px;
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:hover {
	color: #f74258;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	cursor: default;
}
.blogpost-page .page-title,
.news-item-page .page-title {
	display: block !important;
	margin: 0 0 10px;
	border: none;
	padding: 0;
	text-transform: none;
}
.blogpost-page .page-title h1,
.news-item-page .page-title h1 {
	font-size: 25px;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 20px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-head,
.news-head {
	margin: 0 0 20px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: bold;
	color: #333 !important;
	text-decoration: none !important;
}
.post-date,
.news-date {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}
.post-body,
.news-body {
	margin: 0 0 30px;
	line-height: 30px;
}
.post-body a,
.news-body a {
	color: #f74258;
}
.post-body a:hover,
.news-body a:hover {
	text-decoration: underline;
}
.post-body img,
.news-body img {
	max-width: 100%;
}
.blog-page .tags, 
.blogpost-page .tags {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	margin: 3px;
	font-size: 13px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	display: none;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 0 10px;
	line-height: 26px;
	color: #f74258;
	transition: all 0.2s ease;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	background-color: #fbfbfb;
}
.blog-posts .buttons {
	overflow: hidden;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	display: inline-block;
	line-height: 32px;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	padding: 10px 0;
	text-transform: capitalize;
}
.blog-posts .read-more {
	margin: 0 0 0 10px;
}
.blog-posts .read-more:before {
	content: "|";
	margin: 0 12px 0 0;
	color: #777 !important;
}
.blog-posts .read-more:hover,
.blog-posts .read-comments:hover {
	color: #f74258;
}

.blog-posts .post-head,
.blog-posts .read-comments {
	display: none; /*default html order changed because of the Rich Blog*/
}

.blogpost-page .page-body,
.news-item-page .page-body {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px;
}

.news-items .buttons {
	margin: -5px 0 5px;
	font-size: 0;
}
.news-items .read-more {
	font-size: 14px; /*reset zeroing*/
	font-weight: bold;
	color: #f74258;
	text-transform: capitalize;
}
.news-items .read-more:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 20px;
	margin: -1px -25px 0 0;
	background: #777 url(/Themes/Pavilion/Content/img/pointer-color.png) center no-repeat;
	vertical-align: middle;
	transition: all 0.2s ease;
}

.new-comment .message-error {
	margin: 30px 0 0;
	text-align: center;
}
.new-comment .result {
	margin: 30px 0 0;
	color: #4fbb41;
	text-align: center;
}
.new-comment .inputs {
	text-align: center;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	min-height: 180px;
}
.new-comment .captcha-box {
	margin: 0;
}
.new-comment .buttons {
	padding: 0 0 10px;
}
.new-comment .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.new-comment .button-1:hover {
	outline-color: #f74258;
}

.comment-list .title {
	background-color: #f9f9f9;
	padding: 25px 30px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.blog-comment,
.news-comment {
	border-top: 1px solid #f0f0f0;
}
.blog-comment:first-child,
.news-comment:first-child {
	border: none;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 150px;
	margin: 0 auto 20px;
}
.comment-info .username {
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
}
.comment-info .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-title {
	color: #333;
}
.comment-time {
	margin: 0 0 10px;
	/*font-size: 13px;
	font-weight: bold;*/
	color: #999;
}
.comment-body {
	line-height: 25px;
}

.news-item-page .news-body {
	margin: 0;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 60px;
}
.news-list-homepage .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
}
.news-list-homepage .news-title {
	font-size: 16px;
}
.news-list-homepage .view-all {
	margin: 30px 0 0;
	text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: none;
	background-color: #f74258;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.news-list-homepage .view-all a:hover {
	outline-color: #f74258;
}


/********** FORUM & PROFILE **********/



.forums-main-page .topic-block {
	margin: 0 0 35px;
}
.forums-main-page .topic-block-title h2 {
	font-size: 22px;
}
.forum-breadcrumb {
	margin: 0 0 35px;
}
.forums-header {
	margin: 35px 0;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
	display: none;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box .search-box-text {
	float: left;
	height: 40px;
	border: none;
	padding: 0 18px;
}
.forum-search-box .search-box-button {
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	background: #f74258 url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
	font-size: 0;
}
.forum-search-box .advanced a {
	font-size: 13px;
}
.forum-search-box .advanced a:hover {
	color: #333;
}
.forum-search-page .advanced-search {
	margin: 0 auto;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #f74258;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .pager.upper {
	display: none;
}

/* forum group */

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section + 
.forums-table-section {
	margin-top: 50px;
}
.forums-table-section a {
    vertical-align: middle;
}
.forums-table-section-title {
	position: relative;
	margin: 0 0 -1px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 25px 30px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.forums-table-section .table-wrapper {
	overflow-x: auto;
}
.forums-table-section .view-all {
	margin: 30px 0 0;
}
.forums-table-section .view-all a {
	display: inline-block;
	background-color: #f74258;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease 0s;
}
.forums-table-section .view-all a:hover {
	outline-color: #f74258;
}
.forums-table-section .image {
	padding: 20px 0;
}
.forums-table-section .image div {
	width: 40px;
	height: 35px;
	margin: auto;
	background-image: url(/Themes/Pavilion/Content/img/forum-sprite-1.png);
	background-repeat: no-repeat;
}
.forums-table-section .image div.sticky {
	background-position: center;
}
.forums-table-section .image div.announcement {
	background-position: right;
}
.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 0 0 10px;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	vertical-align: middle;
	font-weight: bold;
	color: #333;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	color: #f74258;
}
.forums-table-section .forum-title span,
.forums-table-section .topic-title span {
	vertical-align: middle;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	font-size: 13px;
}
.forums-table-section .latest-post div * {
	vertical-align: baseline;
}

.active-discussions-page .pager.upper {
	display: none;
}
.active-discussions-page .pager.lower {
	margin: 30px 0 0;
}
.topic-starter label,
.topic-starter a {
	vertical-align: baseline;
}

/* forum-page, topic-page */

.forum-page .forum-info {
	margin: 0 0 40px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	font-size: 22px;
	color: #333;
}
.forum-page .forum-description {
}

.forum-actions,
.topic-actions {
	margin: 0 0 20px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 5px;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/forum-sprite-2.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 30px;
	line-height: 35px;
	font-size: 14px;
	transition: all 0.2s ease;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #f74258;
}
.forum-actions .actions .new-topic {
	background-position: left -175px;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background-position: left -140px;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	margin: 30px 0;
}
.topic-actions .edit-topic-button {
	background-position: left 0;
}
.topic-actions .delete-topic-button {
	background-position: left -35px;
}
.topic-actions .move-topic-button {
	background-position: left -70px;
}
.topic-actions .reply-topic-button {
	background-position: left -105px;
}
.topic-actions .watch-topic-button {
	background-position: left -140px;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-post {
	margin: 30px 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 25px 30px 35px;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	width: 150px;
	margin: 0 auto 20px;
}
.topic-post .username {
	display: block;
	margin: 0 0 10px;
	line-height: 35px;
	font-weight: bold;
}
.topic-post a.username:hover {
	color: #333;
}
.topic-post .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.topic-post .avatar a {
	display: block;
	height: 100%;
}
.topic-post .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 15px 0;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	background: #888 url(/Themes/Pavilion/Content/img/forum-sprite-2.png) left -210px no-repeat;
	padding: 0 10px 0 30px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	background-color: #f74258;
}

.topic-post .post-time {
	margin: 0 0 15px;
	font-weight: bold;
	font-style: italic;
	color: #999;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	margin: 20px 0;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
}
.topic-post .post-actions .manage-post a {
	margin: 5px;
	box-shadow: inset 0 0 20px #e9e9e9;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/forum-sprite-2.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 30px;
	line-height: 35px;
	transition: all 0.2s ease;
}
.topic-post .post-actions .edit-post-button {
	background-position: left 0;
}
.topic-post .post-actions .delete-post-button {
	background-position: left -35px;
}
.topic-post .post-actions .quote-post a {
	vertical-align: middle;
	line-height: 35px;
}
.topic-post .post-actions .post-link-button {
	padding: 0 10px;
	font-weight: bold;
	color: #f74258;
}
.topic-post .post-actions .quote-post-button {
	border: none;
	background-color: #f74258;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease 0s;
}
.topic-post .post-actions .quote-post-button:hover {
	outline-color: #f74258;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #e9e9e9;
    background-color: #f9f9f9;
	padding: 15px 20px;
}
.topic-post .post-vote {
	display: inline-block;
	position: relative;
	height: 32px;
	margin: 30px 0 0;
	overflow: hidden;
}
.topic-post .post-vote > span {
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	background-color: #f93b54;
	background-image: url(/Themes/Pavilion/Content/img/table-sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.topic-post .post-vote > .vote.up {
	right: 0;
	background-position: center 0;
}
.topic-post .post-vote > .vote.down {
	left: 0;
	background-position: center -32px;
}
.topic-post .post-vote > div {
	padding: 0 45px;
	line-height: 32px;
	font-weight: bold;
}
.topic-post .signature {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0 0;
    font-style: italic;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
	max-width: 820px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.forum-edit-page .inputs.main,
.private-message-send-page .inputs.main {
	margin: 0;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f9f9f9;
	padding: 25px 30px;
}
.forum-edit-page .inputs.main label,
.private-message-send-page .inputs.main label/*,
.private-message-send-page .message label*/ {
	display: none;
}
.forum-edit-page .inputs.main strong,
.private-message-send-page .inputs.main a {
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.forum-edit-page .fieldset,
.move-topic-page .fieldset,
.private-message-send-page .fieldset {
	margin: 0;
}
.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields {
	padding: 30px;
}
.forum-edit-page strong.topic-subject {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}
.forum-edit-page .inputs.reversed label {
	display: inline;
	margin: 0 0 0 8px;
	white-space: normal;
}
.move-topic-page .inputs label {
	white-space: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0 0 15px;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	position: relative; /*underlaying buttons fix*/
	margin: -50px 0 10px;
	padding: 30px;
}
.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1 {
	min-width: 120px;
	margin: 0 8px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover,
.private-messages .button-1:hover {
	outline-color: #f74258;
}
.forum-edit-page .button-2,
.move-topic-page .button-2,
.private-messages .button-2 {
	min-width: 60px;
	margin: 0 8px;
	border: none;
	background-color: transparent;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover,
.private-messages .button-2:hover {
	color: #f74258;
}

/* inbox & view message */

.private-messages-page .table-wrapper {
	overflow-x: auto;
}
.private-messages-page .pm-unread {
	color: #f74258;
}
.private-messages-page .subject {
	text-align: left;
}
.private-messages-page .pager {
	margin-top: 20px;
}
.private-messages-page .buttons {
	margin: 30px 0 -10px;
}
.private-message-view-page .view-message {
	min-height: 200px;
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
}
.private-message-view-page .message-head {
	margin: 10px 0 30px;
}
.private-message-view-page .message-head li {
	display: inline-block;
	margin: 0 0 10px;
}
.private-message-view-page .message-head label {
	font-weight: bold;
}
.private-message-view-page .message-head span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page .message-head span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-head .subject span:after {
	display: none;
}
.private-message-view-page .message-body {
	margin: 0 0 25px;
	line-height: 30px;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .back-pm-button {
	display: none;
}

/* profile page  */

.profile-info-box {
	text-align: center;
}
.profile-info-box .avatar {
	position: static;
	margin: 0 0 25px;
	font-size: 0;
}
.profile-info-box .avatar img {
	border: 1px solid #f3f3f3;
}
.profile-info-box .profile-stats {
	margin: 0 0 20px;
	padding: 0 20px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 50px 0 0;
}
.profile-page .topic:first-child {
	margin: 0;
	border: none;
}
.profile-page .topic-title {
	margin: 0 0 20px;
	background-color: #f9f9f9;
	padding: 25px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.profile-page .topic-title a {
	margin: 0 0 0 5px;
	vertical-align: middle;
	color: #333;
}
.profile-page .topic-title a:hover {
	color: #f74258;
}
.profile-page .topic-body {
	line-height: 30px;
}
.profile-page .quote {
	margin: 10px;
	background-color: transparent;
}
.profile-page .topic-data {
	margin: 20px 0;
	padding: 0 30px;
	color: #999;
}

.add-info .delivery-date,
.add-info .delivery-date-2,
.overview .delivery-date,
.overview .delivery-date-2 {
    /*position: absolute;*/
    color: #fff;
    padding: 3px 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product-list .item-box .delivery-date,
.product-list .item-box .delivery-date-2 {
    position: absolute;
    bottom: 1px;
    right: 1px;
    opacity: 0.7;
}
.owl-item .add-info .delivery-date,
.owl-item .add-info .delivery-date-2 {
    position: absolute !important;
    left: initial !important;
}
.add-info .delivery-date,
.overview .delivery-date {
    background: #00a957;
}
.add-info .delivery-date-2,
.overview .delivery-date-2 {
    background: #428BCA;
}
.product-grid .item-box .delivery-date,
.product-grid .item-box .delivery-date-2 {
    opacity: 0.7;
    top: 1px;
    right: 1px;
    left: 1px;
}
.item-box:hover .delivery-date,
.item-box:hover .delivery-date-2 {
    opacity: 1;
}
.overview .delivery-date,
.overview .delivery-date-2 {
    top: -40px;
    right: -40px;
}

.product-delivery {
    width: 100%; 
    border: none;
    margin-bottom: 20px;
}
.product-delivery td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.product-delivery a {
    color: #00c0ef;
}
.additional-details .sku {
    position: absolute;
    top: 0px;
    right: 0px;
}
.additional-details .sku .value {
    font-weight: bold;
}
@media all and (max-width: 1280px) {
    .additional-details .sku {
        top: 38px;
    }
}
@media all and (max-width: 999px) {
    .additional-details .sku {
        position: relative;
        top: 0px;
    }
}
#prices-table td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#prices-table a {
    color: #00c0ef;
}
#prices-table .product-price {
    color: #00a957;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
}
#prices-table .product-price-of-customer {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background-color: #00a957;
    border-radius: 5px;
    padding: 5px;
    white-space: nowrap;
}
@media all and (max-width: 480px) {
    #prices-table {
        font-size: 80%;
    }
    #prices-table .product-price {
        font-size: 100%;
    }
    #prices-table .product-price-of-customer {
        font-size: 100%;
    }
}


/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}

.footable-first-column .item-count {
	font-size: 13px !important;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	/*top: 50%;*/ /*doesn't work in IE*/
	left: 50%;
	width: 32px;
	height: 32px;
	/*margin: -16px 0 0 -16px;*/
	margin: -5px 0 0 -16px; /*IE hack*/
	overflow: hidden;
	background-color: #f93b54;
	background-image: url(/Themes/Pavilion/Content/img/table-sprite.png);
	background-repeat: no-repeat;
}
.footable-toggle {
	background-position: center 0;
}
.footable-detail-show .footable-toggle {
	background-position: center -32px;
}
.footable-toggle:before {
	display: none !important;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	display: table-cell;
    padding: 10px;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 10px;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}
@media all and (max-width: 1000px) {
	
.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
	background-color: #00a1b1;
	color: #fff;
}
.header-upper {
	display: none;
}
.header .header-logo {
	position: absolute;
	top: 95px;
	z-index: 1020;
	width: 100%;
	height: 110px;
	background-color: #fff;
	line-height: 110px;
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 42px;
	z-index: 1020;
	width: 100%;
	height: 53px !important; /*override inline height*/
	border-top: 3px solid #00a1b1;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	background-color: #fff;
}
.admin-header-links ~ .header .header-logo {
	top: 95px;
}
.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 42px;
}

.mobile-sticky-logo .header .header-logo {
	position: fixed;
	top: 0;
}
.mobile-sticky-logo .responsive-nav-wrapper-parent {
	top: 110px;
}
.mobile-sticky-logo .admin-header-links ~ .header .header-logo {
	top: 42px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 152px;
}

.two-columns-area {
	margin: 160px 0 25px;
}
.admin-header-links ~ .two-columns-area {
	margin-top: 205px;
}
.master-wrapper-content {
	margin-top: 160px;
	padding: 25px 20px;
}
.admin-header-links ~ .master-wrapper-content {
	margin-top: 205px;
}
.two-columns-area ~ .master-wrapper-content {
	margin-top: 0 !important; /*important because of demo-strip*/
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.responsive-nav-wrapper > div {
	display: inline-block;
	border-right: 1px solid #eee;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/mobile-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.responsive-nav-wrapper > div:first-child {
	border-left: 1px solid #eee;
}
.responsive-nav-wrapper div.menu-title {
	background-position: 0 center;
}
.responsive-nav-wrapper div.shopping-cart-link {
	background-position: -55px center;
}
.responsive-nav-wrapper div.personal-button {
	background-position: -108px center;
}
.responsive-nav-wrapper div.preferences-button {
	background-position: -162px center;
}
.responsive-nav-wrapper div.search-wrap {
	background-position: -216px center;
}
.responsive-nav-wrapper div.filters-button {
	display: none;
	background-position: -271px center;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	width: 52px;
	height: 50px;
	font-size: 0;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.6);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background-color: #f6f6f6;
    overflow: hidden;
	z-index: 1070;
    transition: all 0.5s ease;
}
.notAndroid23 .header-menu {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu {
    left: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu,
.header-menu .back-button {
	background-color: #f6f6f6;
	cursor: pointer;
}
.header-menu .close-menu span,
.header-menu .back-button span {
	display: block;
	height: 50px;
	background: url(/Themes/Pavilion/Content/img/close.png) right center no-repeat;
	font-size: 0;
}
.header-menu > ul li {
	background: #fff;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
	position: relative;
	z-index: 0;
	padding: 20px;
	line-height: 19px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
} 
.header-menu > ul li > .with-subcategories {
	width: 270px;
	float: left;   
}
.plus-button {
	position:relative;
	z-index: 1;
	float: right;
	width: 50px;
	height: 60px;
	background: #f74258 url(/Themes/Pavilion/Content/img/pointer-color.png) center no-repeat;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
	z-index: 2;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #f6f6f6;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    overflow: hidden;
    transition: all 0.5s ease;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

/* CATEGORY NAVIGATION */

.header-menu > ul > li > a {
	border: none;
}
.category-navigation-title,
.category-navigation-list-wrapper {
	display: none !important;
}
/*.subcategories-title {
	display: none !important;
}*/

/* FLYOUT-CART */

.flyout-cart-wrapper {
	display: none;
	position: fixed;
	top: 96px;
	left: 0;
	z-index: 1070;
	width: 100%;
	border-top: 1px solid #ececec;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .flyout-cart-wrapper {
	top: 95px;
}
.mobile-sticky-logo .flyout-cart-wrapper {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .flyout-cart-wrapper {
	top: 205px;
}
.cart-trigger {
	display: none;
}
.mini-shopping-cart .attributes {
	display: none;
}

/* LINKS & SELECTORS */

.header-links,
.header-selectors {
	display: none;
	position: fixed;
	top: 96px;
	left: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	font-size: 13px;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .header-links,
.admin-header-links ~ .responsive-nav-wrapper-parent .header-selectors {
	top: 95px;
}
.mobile-sticky-logo .header-links,
.mobile-sticky-logo .header-selectors {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .header-links,
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .header-selectors {
	top: 205px;
}
.header-links li {
	border-top: 1px solid #ececec;
}
.header-links a {
	display: inline-block;
	padding: 15px 25px;
}
.header-links .ico-account {
	background-position: left 0;
}
.header-links .ico-register {
	background-position: left -48px;
}
.header-links .ico-login,
.header-links .ico-logout {
	background-position: left -96px;
}
.header-links .ico-inbox {
	background-position: left -144px;
}
.header-links .ico-wishlist {
	background-position: left -192px;
}
.header-selectors > div {
	display: block;
	border-top: 1px solid #ececec;
	padding: 15px;
}

/* SEARCH BOX */

.store-search-box {
	display: none;
	position: fixed;
	top: 96px;
	left: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #00a1b1;
	padding: 10px;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .store-search-box {
	top: 95px;
}
.mobile-sticky-logo .store-search-box {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .store-search-box {
	top: 205px;
}

/* PAGE TITLES */

.category-page-body .page-title,
.manufacturer-page-body .page-title,
.manufacturer-all-page-body .page-title,
.vendor-all-page-body .page-title,
.vendor-page-body .page-title,
.product-tags-all-page-body .page-title,
.products-by-tag-page-body .page-title,
.recently-viewed-products-page-body .page-title,
.recently-added-products-page-body .page-title,
.compare-products-page-body .page-title {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px 25px;
}
.category-page-body .page-title h1,
.manufacturer-page-body .page-title h1,
.manufacturer-all-page-body .page-title h1,
.vendor-all-page-body .page-title h1,
.vendor-page-body .page-title h1,
.product-tags-all-page-body .page-title h1,
.products-by-tag-page-body .page-title h1,
.recently-viewed-products-page-body .page-title h1,
.recently-added-products-page-body .page-title h1,
.compare-products-page-body .page-title h1 {
	font-size: 18px;
	color: #f74258;
	text-transform: uppercase;
}

/* MISCELLANEOUS */

.product-specs-box .data-table td a:only-child {
	position: absolute;
	top: 50%;
	left: 15px;
	max-width: 100%;
	margin: -10px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.checkout-page .enter-address + .buttons {
	text-align: center !important;
}

}

@media all and (min-width: 769px) and (max-width: 1000px) {
	
.mini-shopping-cart .items {
	overflow: hidden;
}
.mini-shopping-cart .item {
	float: left;
	width: 50%;
}
	
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* GLOBAL FORMS */

/*.fieldset .title,
.section .title {
	padding: 25px 45px;
}*/
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
	height: 40px;
	padding: 0 12px;
}
.inputs textarea {
	padding: 12px;
}

/* GLOBAL TABLES */

.cart .product-picture img {
	max-width: none;
}
.forums-table-section th,
.forums-table-section td {
	padding: 20px 30px;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* HEADER */

.mini-shopping-cart .items {
	display: block;
}
.search-box input.search-box-text {
	width: 390px;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 390px; /*default = txtfield + button*/
	max-width: 100%;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}
.ui-autocomplete li {
	border-top: 1px solid #f6f6f6;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 14px;
	color: #333;
}
.ui-autocomplete a.ui-state-focus {
	background: #f9f9f9;
}
.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
	text-align: left;
}
.block:nth-of-type(2n+1) {
	clear: both;
}
.block .sublist {
	padding: 0 0 0 20px;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 10px 0 0;
}
.block .poll-options li,
.block .poll-results li {
	display: block;
	margin: 5px 0;
}
.block .poll .buttons,
.block .poll-total-votes {
	text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.item-box {
	width: 49%; /*two per row*/
	margin-left: 2%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.home-page-category-grid + .slider-wrapper {
	display: block;
}

.sub-category-grid {
	margin: 0 0 30px;
}
.sub-category-grid .item-box,
.manufacturer-grid .item-box {
	margin-bottom: 2.5%;
}
.vendor-list li {
	margin-bottom: 2.5%;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 30px;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.overview-buttons,
.variant-overview .add-to-wishlist {
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	vertical-align: top;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	margin: 40px -30px -30px;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	margin: 8px 125px;
}
.product-tags-list {
	padding: 25px 30px;
}
.product-variant-line {
	padding: 30px;
}
.ui-tabs .ui-tabs-panel {
	padding: 33px 35px;
}

/* REVIEW PAGE */

.write-review form {
	padding: 30px 45px;
}

/* WISHLIST & COMPARE LIST */

.update-wishlist-button,
.wishlist-add-to-cart-button {
	width: auto;
	min-width: 180px;
	margin: 0;
	padding: 0 28px 0 48px;
}
.update-wishlist-button {
	float: left;
}
.wishlist-add-to-cart-button {
	float: right;
}

/* TOPICS */

.topic-password {
	padding: 30px 45px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
	padding: 30px 45px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body,
.registration-page .message-error,
.account-page .message-error {
	padding: 30px 45px;
}
.login-page .page-body {
	padding: 52px 0 0;
}
.login-page .customer-blocks .title {
	top: -52px;
	width: 49%;
	height: 52px;
}
.login-page .new-wrapper .title {
	left: -1px;
}
.login-page .returning-wrapper .title {
	right: -1px;
}
.account-page .fieldset .title,
.account-page .section .title {
	padding: 40px 45px 0;
}
.account-page .form-fields,
.account-page .buttons,
.account-page .add-button,
.account-page .edit-address,
.account-page ul.info,
.account-page ul.details,
.account-page .description,
.reward-points-overview,
.account-page .no-data {
	padding: 30px 45px;
}
.account-page .table-wrapper {
	padding: 0 45px;
}
.avatar-page input[type="file"] {
	max-width: none;
}

/* SHOPPING CART & CHECKOUT */

.common-buttons:after {
	content: "";
	display: block;
	clear: both;
}
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
	width: auto;
	max-width: 50%;
	margin: 0;
	padding: 0 28px 0 48px;
}
.common-buttons .update-cart-button {
	float: left;
}
.common-buttons .continue-shopping-button {
	float: right;
}
.checkout-page .address-grid,
.checkout-page .enter-address,
.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	padding: 30px 45px;
}
.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
	padding: 40px;
}
.payment-method .payment-logo img {
	max-width: none;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	padding: 40px 45px;
}
.return-request-page .fieldset
.form-fields, .opc .step {
	padding: 30px 45px;
}

#opc-confirm_order .table-wrapper {
	margin: 0;
}

/* SEARCH PAGE & SITEMAP */

.search-input {
	padding: 40px 45px;
}
.advanced-search .price-range input {
	width: 80px;
}
.sitemap-page .entity-body {
	padding: 30px 45px;
}

/* BLOG & NEWS */

.blog-page .post,
.news-items .news-item,
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px 45px;
}

/* FORUM & PROFILE */

.forums-table-section .image {
	padding: 20px 30px;
}
.forums-table-section-title .link-rss {
	display: block;
	position: absolute;
	top: 21px;
	right: 30px;
	box-shadow: inset 0 0 5px 5px #f9f9f9;
}
.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields,
.private-message-view-page .view-message {
	padding: 30px 45px;
}
.private-messages-page .ui-tabs-panel {
	padding: 45px 50px;
}

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */
/* GLOBAL FORMS */

/*.fieldset .title,
.section .title {
	padding: 25px 60px;
}*/

/* GLOBAL TABLES */

.downloadable-products-page .data-table col:first-child,
.downloadable-products-page .data-table th:first-child,
.downloadable-products-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.reward-points-history .data-table col:first-child,
.reward-points-history .data-table th:first-child,
.reward-points-history .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.return-request-page col:first-child,
.return-request-page th:first-child,
.return-request-page td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */

.ui-dialog {
	width: 400px !important;
}

/* HEADER */
/* HEADER MENU */
/* HOMEPAGE CAROUSELS */

.bestsellers {
	display: block;
	position: relative;
	margin: 0 0 60px;
}
.bestsellers .title {
	padding: 0 0 6px;
}
.bestsellers .item-grid {
	position: static;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #fff;
}
.bestsellers .owl-stage-outer {
	margin: 0 -1px 0 1px;
}
.bestsellers .owl-stage {
	background-color: #fff;
}
.bestsellers .owl-item {
	float: left;
	width: 50%;
}
.bestsellers .item-box {
	width: 100% !important;
	margin: 0 !important;
}
.bestsellers .product-item {
	margin: 0 0 0 -1px;
	border-width: 0 1px 1px;
	border-color: #f0f0f0;
	padding: 0 !important;
	text-align: left;
}
.bestsellers .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.bestsellers .item-box:nth-child(3) .product-item {
	border-bottom-width: 0; /*last item in each column*/
}

.bestsellers .picture {
	float: left;
	width: 40%;
	margin: 0;
	padding: 20px 10px 20px 20px;
}
.bestsellers .details {
	float: right;
	width: 60%;
	padding: 20px 20px 20px 10px;
}
.bestsellers .product-title {
	height: 20px;
	margin: 0 0 8px;
	padding: 0;
}
.bestsellers .product-title a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bestsellers .details .prices {
	margin: 0 0 16px;
	padding: 0;
}
.bestsellers .buttons-upper,
.bestsellers .buttons-lower {
	position: static !important;
	float: left;
	width: auto !important;
	height: auto !important;
	border: none !important;
	background-color: transparent;
}
.bestsellers input.button-2,
.bestsellers button.button-2 {
	width: 36px !important;
	height: 36px !important;
	margin: 0 3px 0 0 !important;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-box-sprite-big.png) !important;
}
.bestsellers .add-to-wishlist-button {
	background-position: -36px center !important;
}
.bestsellers .product-box-add-to-cart-button {
	background-position: right center;
}
.bestsellers .product-box-add-to-cart-button span {
	background-color: transparent !important;
	font-size: 0 !important;
}
.bestsellers .product-box-add-to-cart-button span:before,
.bestsellers .product-box-add-to-cart-button span:after {
	display: none !important;
}

.bestsellers .owl-prev,
.bestsellers .owl-next {
	position: absolute;
    top: -2px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
	font-size: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bestsellers .owl-prev {
	left: 0;
    background-image: url(/Themes/Pavilion/Content/img/arrow-prev.png);
	background-position: right center;
}
.bestsellers .owl-next {
	right: 0;
    background-image: url(/Themes/Pavilion/Content/img/arrow-next.png);
	background-position: left center;
}
.bestsellers .owl-prev:hover {
	background-color: #f74258;
	background-position: left center;
}
.bestsellers .owl-next:hover {
	background-color: #f74258;
	background-position: right center;
}

/* FOOTER */
/* LEFT/RIGHT COLUMN */

.block {
	width: 31.3333%;
	margin: 0 1% 2%;
}
.block:nth-of-type(2n+1) {
	clear: none;
}
.block:nth-of-type(3n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	text-align: left;
}
.product-selectors > div {
	margin: 0 20px 0 0;
}
.product-selectors .product-viewmode {
	display: inline-block;
}
.product-selectors .product-viewmode span {
	display: none;
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 8px 0 0;
	background-color: #777;
	background-image: url(/Themes/Pavilion/Content/img/viewmode-sprite.png);
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
}
.product-selectors .product-viewmode a.grid {
	background-position: 0 center;
}
.product-selectors .product-viewmode a.list {
	background-position: -18px center;
}
.product-selectors .product-viewmode a.selected {
	background-color: #f74258;
}
.product-selectors .product-page-size {
	float: right;
	margin: 0;
}

.item-box {
	width: 32%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
	margin-left: 2%; /*revert the second item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .buttons {
	text-align: left;
}

.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 0 40px;
}
.product-list .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: left;
	width: 280px;
	margin: 0;
}
.product-list .item-box .details {
	margin: 0 0 0 280px;
	padding: 30px 20px;
	text-align: left;
}
.product-list .item-box .product-title {
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.product-list .item-box .prices,
.product-list .item-box .prices span {
	padding: 0;
}
.product-list .item-box .description {
	display: block;
}
.product-list .item-box .buttons-upper {
	display: inline-block;
	height: 45px;
	padding: 4px 0;
	background-color: transparent;
}
.product-list .item-box .buttons-upper input[type="button"] {
	width: 37px;
	height: 37px;
	margin: 0 2px;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-1.png);
}
.product-list .item-box input.add-to-compare-list-button {
	background-position: -37px 0;
}
.product-list .item-box input.add-to-wishlist-button {
	background-position: 0 0;
}
.product-list .item-box .buttons-lower {
	float: left;
	margin: 0 5px 0 0;
}
.product-list .item-box .buttons-lower button {
	display: inline-block;
	width: auto;
	outline: 1px solid transparent;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) left center no-repeat;
	padding: 0 28px 0 48px;
	vertical-align: middle;
}
.product-list .item-box .buttons-lower button span {
	background-color: transparent;
	padding: 0;
	color: #fff;
}
.product-list .item-box .buttons-lower button span:before,
.product-list .item-box .buttons-lower button span:after {
	display: none;
}
.product-list .item-box .buttons-lower button:hover {
	outline-color: #f74258;
}
.product-list .item-box .color-squares {
	text-align: left;
}
.product-list .item-box .color-squares li {
	margin: 4px 8px 4px 0;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 30px 20px;
}
.gallery {
	float: left;
	width: 48%;
	margin: 0 0 -10px;
}
.gallery .picture {
	width: auto;
}
.gallery .picture-thumbs {
	text-align: left;
}
.gallery .picture-thumbs a {
	width: 18%;
	margin: 0 1% 10px;
}
.overview {
	float: right;
	width: 49%;
	margin: 0 0 -10px;
	text-align: left;
}
.product-reviews-overview > div {
	float: left;
}
.product-review-box {
	margin: 3px 12px 0 0;
}

.overview .prices > div,
.variant-overview .prices > div {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.discounted-price label {
	display: none;
	vertical-align: baseline;
	font-size: 14px;
}
.discounted-price span {
	vertical-align: baseline;
}
div.rental-price {
	display: block !important;
}
/*.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
	display: block !important;
}*/

.overview-bottom {
	clear: both;
	margin: 0;
}
.overview-bottom:after {
	content: "";
	display: block;
	clear: both;
}
.product-social-buttons {
	position: relative;
	bottom: -30px;
	float: left;
	height: 54px;
	margin: 0;
	padding: 10px 0 0;
}
.product-social-buttons label,
.product-social-buttons ul {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
.product-social-buttons label {
	display: inline-block;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	position: relative;
	right: -20px;
	bottom: -30px;
	float: right;
	height: 54px;
	margin: 0;
	padding: 10px 20px 10px 5px;
}
.overview-bottom .delivery:before,
.variant-overview .delivery:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -40px;
	border-width: 27px 20px;
	border-style: dashed solid solid dashed;
	border-color: transparent #f9f9f9 #f9f9f9 transparent;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	margin: 8px;
}

.group-product .overview-buttons {
	margin: -15px 0 15px;
	vertical-align: middle;
}
.group-product .product-social-buttons {
	position: static;
	float: none;
	height: auto;
	padding: 10px 0;
}
.group-product .product-social-buttons ul {
	float: none;
}

.tier-prices .prices-table {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
	border-top: 1px solid #e9e9e9;
}
.tier-prices .prices-row:first-child {
	border-top: none;
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: none !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

.product-specs-box .data-table td {
	width: auto;
	border-left: none;
	text-align: left;
}

.product-variant-line {
	padding: 30px 20px;
}
.variant-picture {
	float: left;
	margin: 0;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 340px;
}
.variant-overview {
	text-align: left;
}
.variant-overview .add-to-wishlist {
	margin: 0 3px;
}

.attribute-item {
	display: inline-block;
	margin: 0 10px 0 0;
}
.rental-attributes dt {
	min-width: 75px;
}
.rental-attributes .datepicker {
	width: 120px;
	text-align: left;
}
.color-squares {
	margin: 0 0 -10px;
	text-align: left;
}
.color-squares li {
	margin: 5px 10px 5px 0;
}

.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	border: none;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 12px 22px;
}
.ui-tabs .ui-tabs-nav li a:after {
	bottom: 0;
}

/* REVIEW PAGE */

.product-reviews-page .page-body {
	text-align: left;
}
.ui-tabs .product-review-item {
	padding: 30px;
}
.product-review-item .review-info {
	float: left;
}
.product-review-helpfulness {
	float: right;
}
.write-review form {
	padding: 30px 60px;
}

/* WISHLIST & COMPARE LIST */

.compare-products-table-mobile img {
    max-width: 150px;
}

/* TOPICS */

.topic-password {
	padding: 30px 60px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
	text-align: left;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
	padding: 30px 60px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body,
.registration-page .message-error,
.account-page .message-error {
	padding: 30px 60px;
}
.account-page .fieldset .title,
.account-page .section .title {
	padding: 40px 60px 0;
}
.account-page .form-fields,
.account-page .buttons,
.account-page .add-button,
.account-page .edit-address,
.account-page ul.info,
.account-page ul.details,
.account-page .description,
.reward-points-overview,
.account-page .no-data {
	padding: 30px 60px;
}
.account-page .table-wrapper {
	padding: 0 60px;
}
.account-page .address-item,
.account-page .order-item {
	float: left;
	width: 50%;
	border-width: 0;
}
.account-page .address-item:nth-child(2n+1),
.account-page .order-item:nth-child(2n+1) {
	clear: both;
}
.account-page .add-button {
	clear: both;
}

/* SHOPPING CART & CHECKOUT */

.cart-options {
	text-align: right;
}
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
	max-width: none;
	min-width: 230px;
}
.cart-footer .cart-collaterals {
	float: left;
	width: 52%;
}
.cart-footer .totals {
	float: right;
	width: 45%;
}
.cart-collaterals  .accordion-tab-title {
	text-align: left;
}
.cart-collaterals .estimate-shipping-button {
	width: auto;
	min-width: 220px;
}
.cart-collaterals .checkout-attributes {
	text-align: left;
}
.cart-collaterals .checkout-attributes .color-squares li {
	margin: 5px 10px 5px 0;
}

.checkout-page .address-grid,
.checkout-page .enter-address,
.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	padding: 30px 60px;
}
.checkout-page .address-item {
	float: left;
	width: 45%;
	margin: 5% 0 0 10%;
	text-align: left;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.checkout-page .address-item:nth-child(-n+2) {
	margin-top: 0;
}
.checkout-page .address-item:only-child {
	float: none;
	width: auto;
	margin: auto;
	text-align: center;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	float: left;
	width: 48%;
	margin: 0 0 0 4%;
	text-align: left;
}
.order-review-data ul:first-child,
.order-details-area ul:first-child,
.shipment-details-area ul:first-child {
	margin: 0;
}
.order-details-page .page-title h1 {
	float: left;
	margin: 0;
}
.order-details-page .page-title a {
	float: right;
	margin: -8px 5px 0;
}
.order-details-page .order-overview {
	text-align: left;
}
.order-details-page .order-info span {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.order-details-page .options {
	text-align: right;
}
.order-details-page .actions input {
	margin: 0 0 0 10px;
}
.order-details-page .totals {
	width: 45%;
	margin-left: auto;
}
.return-request-page .fieldset
.form-fields, .opc .step {
	padding: 30px 60px;
}
.opc .step,
.opc div.buttons,
.opc .pickup-in-store,
.opc .ship-to-same-address {
	text-align: left;
}
#opc-confirm_order .totals {
	float: none;
	width: auto;
}
#opc-confirm_order div.buttons {
	text-align: center;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page .post,
.news-items .news-item,
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px 50px;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	float: left;
	margin: 0 10px 0 0;
	line-height: 32px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	float: left;
	text-align: left;
}
.blog-page .tags ul {
	max-width: 400px;
}
.blog-posts .buttons {
	float: right;
	text-align: right;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	padding: 0;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 185px;
}
.comment-content {
	text-align: left;
}
.new-comment input[type="text"] {
	width: 400px;
}
.new-comment textarea {
	width: 600px;
}

.news-list-homepage .news-items {
	overflow: hidden;
}
.news-list-homepage .news-item {
	float: left;
	width: 49%;
	margin: 0 0 20px 2%;
	padding: 30px;
	text-align: left;
}
.news-list-homepage .news-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.news-list-homepage .news-body {
	height: 120px;
	overflow: hidden;
}
.news-list-homepage .buttons {
	text-align: left;
}
.news-list-homepage .view-all {
	margin-top: 10px;
}

/* FORUM & PROFILE */

.topic-post {
	overflow: hidden;
	text-align: left;
}
.topic-post .post-info {
	float: left;
	width: 23%;
	margin: 0;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	margin: 0 0 0 -9px;
}
.topic-post .post-content {
	float: right;
	width: 77%;
}
.topic-post .post-head:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-time {
	float: left;
	margin: 0;
	line-height: 34px; /*1px less, because of italic font*/
}
.topic-post .post-time label {
	display: none;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
	margin: 0 5px;
	box-shadow: none;
}
.topic-post .post-actions .manage-post a:hover {
	background-color: #f74258;
}
.topic-post .post-actions .post-link-button {
	margin: 0 0 0 10px;
	border-left: 1px solid #ddd;
	text-align: center;
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}

.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields,
.private-message-view-page .view-message {
	padding: 30px 60px;
}
.private-message-view-page .back-pm-button {
	float: right;
}

.profile-page .topic-body {
	padding: 0 30px;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 980px;
	min-height: 300px;
	margin: auto;
}
.customer-pages-body .master-wrapper-content {
	padding: 70px 0 0;
}
.product-details-page-body .center-1 {
	margin: 0 0 90px;
}
.center-2 {
	float: right;
	width: 715px;
	margin: 0 0 90px;
}
.side-2 {
	float: left;
	width: 245px;
}
.page {
	clear: both;
	text-align: left;
}
.center-2 .page .page-title {
	display: none;
}
.side-2 .page-title {
	margin: 0 0 15px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px 25px;
}
.side-2 .page-title h1 {
	font-size: 18px;
	color: #f74258;
	text-transform: uppercase;
}

/*.category-page-body .block-category-navigation,
.manufacturer-page-body .block-manufacturer-navigation,
.manufacturer-all-page-body .block-manufacturer-navigation,
.vendor-all-page-body .block-vendor-navigation,
.vendor-page-body .block-vendor-navigation,
.product-tags-all-page-body .block-popular-tags,
.products-by-tag-page-body .block-popular-tags,
.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
}*/
.category-page-body .block-category-navigation,
.manufacturer-page-body .block-manufacturer-navigation,
.manufacturer-all-page-body .block-manufacturer-navigation,
.vendor-all-page-body .block-vendor-navigation,
.vendor-page-body .block-vendor-navigation {
	margin: -16px 0 0;
	background-color: #fff;
	padding-top: 15px;
}
.category-page-body .block-category-navigation .title,
.manufacturer-page-body .block-manufacturer-navigation .title,
.manufacturer-all-page-body .block-manufacturer-navigation .title,
.vendor-all-page-body .block-vendor-navigation .title,
.vendor-page-body .block-vendor-navigation .title {
	display: none;
}
.category-page-body .page-title + .block-category-navigation .listbox,
.manufacturer-page-body .page-title + .block-manufacturer-navigation .listbox,
.manufacturer-all-page-body .page-title + .block-manufacturer-navigation .listbox,
.vendor-all-page-body .page-title + .block-vendor-navigation .listbox,
.vendor-page-body .page-title + .block-vendor-navigation .listbox {
	margin-top: 0;
}

.link-rss {
	display: block;
	float: right;
	margin: 5px 0 0;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart .subtotal {
    white-space: nowrap;
}
.order-details-page .data-table col:first-child,
.order-details-page .data-table th:first-child,
.order-details-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.forums-table-section col:first-child,
.forums-table-section th:first-child,
.forums-table-section td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header {
	position: relative;
	z-index: 1020;
	margin: 0 0 60px;
}
.header .center {
	width: 980px;
	margin: auto;
}

.header-upper {
	height: 42px;
	background-color: #f6f6f6;
}
.admin-header-links {
	float: left;
	height: 42px;
}
.admin-header-links a {
	color: #444;
}
.header-links-wrapper,
.header-selectors-wrapper {
	position: relative;
	float: right;
	height: 42px;
	margin: 0 0 0 20px;
	transition: all 0.2s ease;
    z-index: 2;
    cursor: pointer;
}
.header-links-wrapper label,
.header-selectors-wrapper label {
	display: block;
	padding: 0 0 0 20px;
	background-image: url(/Themes/Pavilion/Content/img/header-sprite-2.png);
	background-repeat: no-repeat;
	line-height: 42px;
}
.header-links-wrapper label {
	background-position: left 0;
}
.header-selectors-wrapper label {
	background-position: left -40px;
}
.header-links,
.header-selectors {
	display: none;
	position: absolute;
	left: -15px;
	z-index: 1020;
	min-width: 150px;
	background-color: #fff;
	border-top: 3px solid #f74258;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}
.header-links-wrapper:hover > div,
.header-selectors-wrapper:hover > div,
.header-selectors-wrapper > div.active {
	display: block;
}
.header-links ul {
}
.header-links li {
	padding: 0 16px;
}
.header-links li:first-child {
	padding-top: 4px;
}
.header-links li:last-child {
	padding-bottom: 4px;
}
.header-links li:hover {
	background-color: #f9f9f9;
}
.header-links a {
	display: block;
	padding: 10px 0 10px 24px;
	font-size: 13px;
}
.header-links .ico-account {
	background-position: left -5px;
}
.header-links .ico-register {
	background-position: left -53px;
}
.header-links .ico-login,
.header-links .ico-logout {
	background-position: left -101px;
}
.header-links .ico-inbox {
	background-position: left -149px;
}
.header-links .ico-wishlist {
	background-position: left -197px;
}
.header-selectors {
	text-align: center;
}
.header-selectors > div {
	border-top: 1px solid #f6f6f6;
	padding: 15px;
}
.header-selectors > div:first-child {
	border-top: none;
}
.header-selectors select {
	border-color: #e9e9e9;
}

.header-middle {
	background-color: #fff;
	padding: 5px 0;
}
.header-middle .center {
	display: table;
}
.header-logo {
	display: table-cell;
	width: 245px;
	vertical-align: middle;
}

.header-menu-parent {
	display: table-cell;
	vertical-align: middle
}
.header-menu {
	position: relative;
	z-index: 1010;
	text-align: left;
}
.header-menu > ul {
	font-size: 0;
    line-height: 42px;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 0;
    padding-right: 15px;
	font-size: 14px; /*reset zeroing*/
	color: #777;
	cursor: pointer;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-menu > ul > li > a:hover {
    color: #00c0ef;
}

.flyout-cart-wrapper {
	position: relative;
	display: table-cell;
	width: 190px; /*prevents the cell from expanding when header menu is empty*/
	padding: 0 0 0 32px;
	vertical-align: middle;
	text-align: right;
}
.cart-trigger {
	display: inline-block;
	position: relative;
	height: 52px;
	border: 1px solid #f0f0f0;
	padding: 0 19px 0 18px;
	line-height: 52px;
	font-size: 13px;
	color: #777;
	white-space: nowrap;
	transition: all 0.2s ease;
}
.cart-trigger:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -32px;
	width: 32px;
	height: 52px;
	background: #f74258 url(/Themes/Pavilion/Content/img/flyout-cart.png) center no-repeat;
}
.cart-trigger .cart-qty,
.cart-trigger .cart-label {
	font-weight: bold;
	color: #555;
	transition: all 0.2s ease;
}
.flyout-cart {
	display: none;
	position: absolute;
	right: 0;
	z-index: 1;
	width: 350px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.flyout-cart-wrapper:hover .cart-trigger {
	border-color: #f74258;
	background-color: #f74258;
	color: #fff;
}
.flyout-cart-wrapper:hover .cart-qty,
.flyout-cart-wrapper:hover .cart-label {
	color: #fff;
}
.flyout-cart-wrapper:hover .flyout-cart {
	display: block;
}
.mini-shopping-cart {
	text-align: left;
}
.mini-shopping-cart .count {
	display: none;
}
.mini-shopping-cart .item {
	padding: 25px 20px;
}
.mini-shopping-cart .attributes {
	margin: 10px 0;
}
.mini-shopping-cart .totals {
	text-align: right;
}
.mini-shopping-cart .buttons {
	overflow: hidden;
	padding: 12px 15px;
	text-align: right;
}
.mini-shopping-cart input.cart-button {
	float: left;
	width: 49%;
}
.mini-shopping-cart input.checkout-button {
	float: right;
	width: 49%;
}
.mini-shopping-cart input[type="button"]:only-child {
	float: none;
	width: auto;
}

.header-lower {
	background-color: #00a1b1;
	padding: 9px 0;
}
.header-lower .center {
	position: relative;
	height: 47px; /*equals to search-button height. added to bulletproof category navigation stack*/
}
.category-navigation-title {
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: 2;
	width: 245px;
	height: 55px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 0 20px;
	font-size: 15px;
	line-height: 53px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
}
.category-navigation-title:after {
	content: "";
	position: absolute;
	top: 19px;
	right: 19px;
	width: 17px;
	height: 15px;
	background: #f74258 url(/Themes/Pavilion/Content/img/category-nav.png) center no-repeat;
}
.home-page-body .category-navigation-title {
	cursor: auto;
}
.category-navigation-list-wrapper {
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1;
	width: 245px;
}
.home-page .category-navigation-list-wrapper {
	position: static;
	margin: -31px 0 0;
}
.category-navigation-list {
    display: none;
	border: 1px solid #e9e9e9;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.home-page-body .category-navigation-list {
	position: relative; /*prevent flyout z-index conflict with owl-carousel*/
	z-index: 2; /*prevent flyout z-index conflict with owl-carousel*/
}
.home-page .category-navigation-list {
	box-shadow: none;
}
.category-navigation-list .plus-button,
.category-navigation-list .back-button {
	display: none;
}
.category-navigation-list > li {
	position: relative;
	border-top: 1px solid #f6f6f6;
}
.category-navigation-list > li:first-child {
	border: none;
}
.category-navigation-list > li > a,
.category-navigation-list > li > span {
	display: block;
	min-height: 46px; /*chrome line-height fix*/
	padding: 13px 20px;
}
.category-navigation-list > li:hover > a,
.category-navigation-list > li:hover > span {
	background-color: #f9f9f9;
	color: #f74258;
}
.categories-in-side-panel .root-category-items {
	display: none; /*side navigation disables header menu categories*/
}
.categories-in-side-panel .root-category-items.store-locator {
	display: inline-block !important; /*store locator always visible*/
}
.category-navigation-list > li.store-locator {
	display: none; /*store locator in side panel always hidden*/
}
.category-navigation-list > li > .sublist-wrap,
.header-menu > ul > li > .sublist-wrap { /*this is the flyout panel*/
	display: none;
	position: absolute;
	top: -14px;
	left: 243px;
	width: 736px;
}
.header-menu > ul > li > .sublist-wrap {
	top: auto;
	left: 0;
	width: 980px;
	margin: 0 0 0 -196px; /*depends on logo cell width, which is always fixed*/
}
.category-navigation-list > li:first-child > .sublist-wrap {
	top: 0;
}
.category-navigation-list > li:hover > .sublist-wrap,
.header-menu > ul > li:hover > .sublist-wrap { /*this is the flyout opening*/
	display: block;
}
.category-navigation-list > li > .sublist-wrap > .sublist,
.header-menu > ul > li > .sublist-wrap > .sublist { /*this is the inner list inside the flyout panel*/
	overflow: hidden;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 15px;
}
.category-navigation-list > li > .sublist-wrap > .sublist > li,
.header-menu > ul > li > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
	float: left;
	width: 25%;
	padding: 10px;
	font-size: 13px;
}
.category-navigation-list > li > .sublist-wrap > .sublist > li:nth-child(4n+6),
.header-menu > ul > li > .sublist-wrap > .sublist > li:nth-child(4n+6) {
	clear: both; /*this clears the 6th, and after that every 4th element, edit nth child number if "back button" is removed from the markup*/
}
.category-navigation-list > li > .sublist-wrap > .sublist > li > a,
.header-menu > ul > li > .sublist-wrap > .sublist > li > a { /*this is a subcategory item title (list title)*/
	display: block;
	margin: 0 0 10px;
	border-bottom: 3px solid #f74258;
	padding: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li,
.header-menu > ul > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li { /*this is a sub-subcategory item*/
	padding: 6px 0;
}
.category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
.header-menu > ul > li> .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover {
	color: #f74258;
}
.category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul,
.header-menu > ul > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul { /*deeper level subcategories remain hidden*/
	display: none;
}

.category-navigation-list.sticky-flyout {
	position: relative;
}
.category-navigation-list.sticky-flyout > li {
	position: static;
}
.category-navigation-list.sticky-flyout > li > .sublist-wrap {
	top: 0 !important;
}

.store-search-box {
	float: right;
	clear: right;
	margin: 0;
}
.store-search-box .search-box-button {
	margin: 0 0 0 5px;
}
.ui-autocomplete {
	z-index: 1015;
}
.store-search-box.full-width input.search-box-text {
	width: 918px;
}

/* RESPONSIVE RESET */

.responsive-nav-wrapper-parent {
	display: none;
}
.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

/* HOMEPAGE COLUMNS */

.two-columns-area {
	margin: 0 0 50px;
}
.two-columns-area > .center {
	width: 980px;
	margin: auto;
}
.two-columns-area > .center:after {
	content: "";
	display: block;
	clear: both;
}
.two-colums-area-left {
	position: relative;
	z-index: 1;
	float: left;
	width: 245px;
}
.two-colums-area-right {
	position: relative;
	z-index: 0;
	float: right;
	width: 708px;
}
.slider-fullwidth {
	margin-top: -60px;
}
.slider-right-column {
	margin-top: -35px;
}
.slider-right-column
.category-navigation-list-wrapper {
	position: static;
	margin-top: -26px;
}
.slider-right-column
.category-navigation-list {
	box-shadow: none;
}

.two-columns-area .jCarouselMainWrapper:only-of-type {
	margin: 20px 0 0;
}
.two-columns-area .slider-wrapper ~ .jCarouselMainWrapper,
.two-columns-area.slider-fullwidth .jCarouselMainWrapper {
	margin: 45px 0 0 !important;
}

/* HOMEPAGE CAROUSELS */

.two-columns-area .product-grid {
	display: block;
	margin: 45px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.two-columns-area.slider-right-column .product-grid:first-child {
	margin-top: 0;
}
.two-columns-area .product-grid .title {
	margin: 0;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
	text-align: center;
}
.two-columns-area .product-grid .item-box {
	width: 100%;
	margin: 0;
}
.two-columns-area .product-grid .product-item {
	border: none;
	padding: 0 !important;
}
.two-columns-area .product-grid .product-rating-box,
.two-columns-area .product-grid .buttons-upper,
.two-columns-area .product-grid .buttons-lower {
	display: none !important;
}
.two-columns-area .owl-carousel .prices {
	margin: 0; /*this is not applied until the carousel is rendered*/
}
.two-columns-area .owl-carousel .owl-controls {
	padding: 18px 20px;
	text-align: center;
	font-size: 0;
}
.two-columns-area .owl-carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.two-columns-area .owl-carousel .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c9c9c9;
}
.two-columns-area .owl-carousel .owl-dot.active span {
	background-color: #f74258;
}

.bestsellers {
	float: left;
	width: 66%;
}
.bestsellers:only-child {
	float: none;
	width: auto;
}
.bestsellers .owl-prev {
	right: 37px;
	left: auto;
}
.bestsellers .product-item {
	height: 170px; /*use fixed height to prevent browser differences*/
}
.bestsellers .picture a {
	max-height: 128px; /*prevents image overflow when there is no rich blog carousel enabled*/
	overflow: hidden;
}
.bestsellers .picture a img {
	max-height: 100%; /*prevents image cropping when there is no rich blog carousel enabled*/
}
.homepage-middle-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.product-grid.bestsellers .item-box:hover .buttons-lower input,
.product-grid.bestsellers .item-box:hover .buttons-lower button {
	background-color: #888; /*long inheritance path to override default buy button*/
}
.product-grid.bestsellers .item-box .buttons-lower input:hover,
.product-grid.bestsellers .item-box .buttons-lower button:hover {
	background-color: #f74258; /*long inheritance path to override default buy button*/
} 

/* FOOTER */

.footer {
	text-align: left;
}
.footer .center {
	width: 980px;
	margin: auto;
}
.footer .center:after {
	content: "";
	display: block;
	clear: both;
}
.footer-upper {
	padding: 15px 0;
}
.footer-block ul {
	background-color: transparent;
}
.newsletter {
	float: left;
}
.newsletter .title {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.newsletter-subscribe {
	display: inline-block;
	vertical-align: middle;
}
.newsletter-validation {
	display: none;
}
.social-sharing {
	float: right;
	margin: 0;
	line-height: 47px;
}
.social-sharing li {
	vertical-align: middle;
}
.footer-middle {
	padding: 60px 0 30px;
}
.footer-block {
	float: left;
	width: 25%;
}
.footer-block .title {
	margin: 0 0 12px;
	border: none;
	padding: 0;
}
.footer-block .title:after {
	display: none;
}
.footer-block ul {
	display: block !important;
	border: none;
}
.footer-block li {
	padding: 6px 0;
}
.footer-block.quick-contact li {
	padding: 6px 0 16px;
}
.footer-block.quick-contact span {
	padding: 0 0 0 28px;
}
.footer-lower {
	background-color: #f6f6f6;
	padding: 0;
	text-align: center;
}
.footer-lower .center {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: none;
	width: auto;
	margin: -1px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0 #e9e9e9 #e9e9e9;
}
.block:first-child,
.page-title + .block {
	border-top-color: #e9e9e9;
}
.block .title {
	border: none;
	background-image: none;
	padding: 20px 25px;
	cursor: default;
}
.block .listbox {
	display: block;
	margin: -5px 0 0;
	border: none;
	padding-top: 0 !important;
}
.block .view-all {
	margin: 12px 0 4px;
}

.block-category-navigation {
	display: none;
}
.category-page-body .block-category-navigation {
	display: block;
}
.block-category-navigation .listbox {
	display: none !important;
}
.block-category-navigation .listbox.category-page-navigation {
	display: block !important;
}

.block-recently-viewed-products {
	font-size: 0;
}
.block-recently-viewed-products .product-picture {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
.block-recently-viewed-products .product-name {
	display: inline-block;
	width: 75%;
	padding: 0 0 0 15px;
	vertical-align: middle;
	font-size: 14px; /*reset zeroing*/
}
.recently-viewed-products-page-body .block-recently-viewed-products,
.product-tags-all-page-body .block-popular-tags {
	display: none;
}
.recently-viewed-products-page-body .block-recently-viewed-products + .block,
.product-tags-all-page-body .block-popular-tags + .block {
	border-top-color: #e9e9e9;
}
/*.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
	display: block;
}
.recently-viewed-products-page-body .block-category-navigation .listbox,
.recently-added-products-page-body .block-category-navigation .listbox,
.compare-products-page-body .block-category-navigation .listbox,
.search-page-body .block-category-navigation .listbox {
	display: block !important;
}*/

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	margin-top: -10px;
	text-align: left;
}
.breadcrumb li > * {
	margin-left: 0;
}
.breadcrumb a:hover {
	color: #f74258;
}

.sub-category-item .title,
.manufacturer-item .title,
.vendor-item .title {
	width: auto;
}
.sub-category-details,
.manufacturer-details,
.vendor-details {
	display: block;
}
.manufacturer-details,
.vendor-details {
	padding: 38% 0;
	text-align: center;
	transition: all 0.4s ease;
}
.manufacturer-details .view-all:hover,
.vendor-details .view-all:hover {
	color: #333;
}

.product-grid .item-box .product-item {
	padding: 0 0 45px;
}
.product-grid .item-box .buttons-upper {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	overflow: hidden;
	transition: all 0.2s ease;
}
.product-grid .item-box .buttons-lower {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 45px;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0 #e9e9e9 #e9e9e9;
	background-color: #fff;
	transition: all 0.2s ease;
}
.product-grid .item-box:hover .buttons-lower {
	bottom: -29px;
	z-index: 0;
}
.product-grid .item-box:hover .buttons-lower button {
	background-color: #f74258;
}
.product-grid .item-box:hover .buttons-lower button span {
	background-color: #f74258;
	color: #fff;
}
.product-grid .item-box:hover .buttons-lower button span:before {
	opacity: 0;
}
.product-grid .item-box:hover .buttons-lower button span:after {
	opacity: 1;
}

.center-1 .product-grid .item-box {
	width: 23.5%;
}
.center-1 .product-grid .item-box:nth-child(3n+1) {
	clear: none;
	margin-left: 2%;
}
.center-1 .product-grid .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 35px;
}
.gallery {
	width: 44%;
}
.gallery .picture-thumbs a {
	width: 23%;
	height: 80px;
	margin: 0 1% 10px;
}
.overview {
	width: 54%;
}
.overview .stock {
	display: inline-block;
	margin: 0 10px 0 0;
}
.variant-overview .stock {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.overview .back-in-stock-subscription {
	display: inline-block;
	margin: 0 0 15px;
}
.product-social-buttons {
	bottom: -35px;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	right: -35px;
	bottom: -35px;
}

.group-product .product-social-buttons {
	margin: 0;
}
.product-variant-line {
	padding: 35px;
}

.attributes dt {
	float: left;
	clear: left;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 38px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.attribute-item > div {
	display: inline-block;
	margin: 0 10px 0 0;
	white-space: nowrap;
}
.giftcard label {
	display: inline-block;
	min-width: 120px;
	margin: 0 10px 0 0;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.compare-products-page .clear-list {
	position: absolute;
	top: -30px;
	right: 0;
	color: #f74258;
	text-transform: none;
}
.compare-products-page .clear-list:hover {
	text-decoration: underline;
}
.compare-products-page .table-wrapper {
	overflow: scroll;
    height: 90vh;
}
.compare-products-table {
	display: table;
}
.compare-products-table .remove-product td {
	border-top-color: #e9e9e9;
	padding-bottom: 0;
}
.compare-products-table .product-picture td,
.compare-products-table .product-name td,
.compare-products-table .product-price td {
	border-top: 0;
}
.compare-products-table .short-description td,
.compare-products-table .full-description td {
	vertical-align: top;
}
.compare-products-table .picture {
	display: block;
	width: 145px;
}
.compare-products-table-mobile {
	display: none;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

#check-availability-button {
	display: block;
	margin: 15px auto -15px;
}
.account-page #check-availability-button {
	margin: 15px 0 -15px;
}
.account-page #username-availabilty {
	text-align: left;
}

.center-2 .account-page .page-title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-width: 0 0 1px;
}

.block-account-navigation {
	margin: 0 !important;
}
.block-account-navigation .list {
	text-align: left;
}
.block-account-navigation .list li {
	margin: 0 10px 0 0;
}
.block-account-navigation .list a:hover {
	max-width: 500px; /*this releases the width, set to some big value*/
}
.block-account-navigation .list a:hover,
.block-account-navigation .list a.active {
	padding: 0 30px 0 0; /*IE9 fix, otherwise this line should be in the main <a> definition in styles.css, not in hover/active and not in @1000px*/
}
.account-page .form-fields,
.account-page .edit-address {
	margin: 0;
}
.account-page .vat-status,
.account-page .vat-note {
	text-align: left;
}
.account-page .buttons {
	text-align: left;
}
.account-page ul.info {
	text-align: left;
}
.account-page ul.info + .buttons {
	position: absolute;
	right: 15px;
	bottom: 5px;
	margin: 0;
}
.account-page .address-item,
.account-page .order-item {
	float: none;
	width: auto;
	border-width: 1px 0 0;
}
.reward-points-page th,
.reward-points-page td {
	text-align: left;
}

/* SHOPPING CART & CHECKOUT */

.order-progress {
	position: absolute;
	top: 5px;
	right: 0;
	background-color: #f6f6f6;
}
.order-progress li {
	margin: 0 2px;
}
.order-progress li:first-child a {
	padding-left: 20px;
}
.order-progress li:first-child a:before {
	display: none;
}
.order-progress li:last-child a {
	padding-right: 24px;
}
.order-progress li:last-child a:after {
	display: none;
}
.shopping-cart-page .page-title,
.checkout-page .page-title {
	min-height: 37px; /*chrome line-height fix*/
	padding: 0 0 5px;
}

.shopping-cart-page .tax-shipping-info {
	text-align: right;
}

.cart-footer .cart-collaterals {
	width: 58%;
	margin: 0;
}
.cart-footer  .totals {
	width: 40%;
	margin: 0;
	text-align: center;
}

.cart-collaterals .hint {
	margin: 0 0 25px;
}
.cart-collaterals .shipping label {
	display: inline-block;
	width: 25%;
	margin: 0;
}
.cart-collaterals .shipping label + select,
.cart-collaterals .shipping label + input {
	width: 75%;
}
.cart-collaterals .shipping .buttons {
	text-align: left;
}
.cart-collaterals .coupon-code {
	width: auto;
}
.cart-collaterals .coupon-code:after {
	content: "";
	display: block;
	clear: both;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 63%;
	margin: 0 1%;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 33%;
	margin: 0 1%;
}

.checkout-page .address-item {
	width: 30%;
	margin: 4% 0 0 5%;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: none;
	margin-left: 5%;
}
.checkout-page .address-item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.checkout-page .address-item:nth-child(-n+3) {
	margin-top: 0;
}
.checkout-page .address-item:only-child {
	text-align: left;
}
.checkout-page .enter-address {
	margin: 0;
}
.checkout-page .enter-address + .buttons {
	padding: 10px 60px;
	text-align: left;
}
.checkout-page .enter-address + .buttons.centered {
	text-align: center;
}
.section.shipping-method,
.section.payment-method {
	text-align: left;
}
.section.shipping-method .buttons,
.section.payment-method .buttons,
.section.payment-info .buttons,
/*.section.confirm-order .buttons,*/
.section.order-completed .buttons {
	text-align: left;
}
.payment-info .info tr {
	display: table-row;
	margin: 0;
}
.payment-info .info td {
	display: table-cell;
	margin: 0;
	padding: 5px;
	text-align: left;
}
.payment-info .info td:first-child {
	width: 150px;
}
.payment-info .info td:only-child {
	width: auto !important;
	padding: 0;
}
.payment-info .info td label {
	font-weight: normal;
}
.payment-info .info td select {
	margin: 0;
}

.order-details-page .actions input {
	width: 190px;
}
.order-details-page .totals {
	width: 40%;
}
#opc-confirm_order .totals {
	float: right;
	width: 40%;
}
#opc-confirm_order .terms-of-service {
	width: 40%;
	margin-left: auto;
}
#opc-confirm_order div.buttons {
	text-align: right;
}

/* SEARCH & SITEMAP */

.basic-search .inputs.reversed label {
	text-align: left;
}
.advanced-search .inputs,
.advanced-search .inputs label:first-child,
.advanced-search .price-range {
	text-align: left;
}
.advanced-search .price-range input {
	margin: 0 10px 0 0;
}

/* BLOG & NEWS */

.news-items .buttons {
	text-align: left;
}
.news-items .read-more:hover:after {
	width: 30px;
}
.news-item-page .inputs:first-child label {
    display: inline-block;
    position: absolute;
	top: 0;
    left: 0;
	width: 90px;
	margin: 0;
    line-height: 40px;  
    text-align: right;
}
.new-comment textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.forums-main-page
.topic-block-body {
	max-width: 580px;
}
.forum-breadcrumb {
	max-width: 580px;
}
.forums-header {
	margin: 0;
}
.forum-search-box {
	position: absolute;
	top: 0;
	right: 0;
}
.forums-main-page .forum-search-box {
	top: 65px;
}
.forum-search-box .search-box-text {
	width: 330px !important;
}
.forum-search-box .advanced {
	text-align: right;
}

.forums-header + 
.forums-table-section {
	margin-top: 80px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin-top: 60px;
}

.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: left;
	margin: 2px 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	margin: 0 15px 0 0;
}
.forum-actions .pager,
.topic-actions .pager {
	float: right;
	max-width: 450px;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	margin: 0;
}
.topic-post .post-time label {
	display: inline;
}
.pager.lower {
	float: right;
	margin: 0;
}

/*.forum-edit-page .inputs.reversed {
	text-align: left;
}*/
.forum-edit-page textarea,
.private-message-send-page textarea {
	height: 180px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
 
}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 1200px;
}
.center-2 {
	width: 890px;
}
.side-2 {
	width: 285px;
}
.side-2 .page-title {
	padding: 22px 35px;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart col:first-child,
.cart th:first-child,
.cart td:first-child {
	display: none !important; /*hides counter*/
}
.account-page .data-table col:first-child,
.account-page .data-table th:first-child,
.account-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.account-page .data-table col.select-boxes {
	display: table-column !important; /*resets first column for non footable tables*/
}
.account-page .data-table th.select-boxes,
.account-page .data-table td.select-boxes {
	display: table-cell !important;  /*resets first column for non footable tables*/
}
.account-page .data-table .footable-first-column {
	text-align: left;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.admin-header-links .center {
	width: 1200px;
}
.header .center {
	width: 1200px;
}
.header-links-wrapper,
.header-selectors-wrapper {
	margin: 0 0 0 30px;
    z-index: 2;
    cursor: pointer;
}
.header-links,
.header-selectors {
	left: 0;
}
.header-logo {
	width: 285px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	padding: 0;
    padding-right: 15px;
}
.category-navigation-title {
	width: 285px;
	padding: 0 24px;
}
.category-navigation-list-wrapper {
	width: 285px;
}
.category-navigation-list > li > a,
.category-navigation-list > li > span {
	padding: 13px 25px;
}
.category-navigation-list > li > .sublist-wrap { /*this is the flyout panel*/
	left: 283px;
	width: 916px;
}
.header-menu > ul > li > .sublist-wrap {
	width: 1200px;
	margin: 0 0 0 -240px; /*depends on logo cell width, which is always fixed*/
}
.category-navigation-list > li > .sublist-wrap > .sublist { /*this is the inner list inside the flyout panel*/
	padding: 18px 12px;
}
.category-navigation-list > li > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
	padding: 10px 15px;
}

.store-search-box.full-width input.search-box-text {
	width: 1138px;
}

/* HOMEPAGE COLUMNS */

.two-columns-area > .center {
	width: 1200px;
}
.two-colums-area-left {
	width: 285px;
}
.two-colums-area-right {
	width: 888px;
}

/* HOMEPAGE CAROUSELS */
/* FOOTER */

.footer .center {
	width: 1200px;
}

/* LEFT/RIGHT COLUMN */

.block .title {
	padding: 25px 35px;
}
.block .listbox {
	margin: -10px 0 0;
	padding: 22px 35px;
}
.block .view-all {
	margin: 12px 0 0;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	padding: 13px 0;
}
.manufacturer-details {
	padding: 40% 0;
}
.center-1 .product-grid .item-box {
	width: 18.4%;
}
.center-1 .product-grid .item-box:nth-child(4n+1) {
	clear: none;
	margin-left: 2%;
}
.center-1 .product-grid .item-box:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 40px;
}
.gallery {
	width: 38%;
}
.overview {
	width: 60%;
}
.customer-entered-price {
	margin: 0 0 20px;
}
.customer-entered-price .price-input {
	display: inline-block;
	margin: 0 10px 0 0;
}
.customer-entered-price .price-range {
	display: inline-block;
}
.product-social-buttons {
	bottom: -40px;
}
.overview-bottom .delivery {
	right: -40px;
	bottom: -40px;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.compare-products-table .picture {
	width: 200px;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.block-account-navigation .list a.active {
	max-width: 500px; /*this releases the width, set to some big value*/
}

/* SHOPPING CART & CHECKOUT */

.cart-footer .cart-collaterals {
	width: 63%;
}
.cart-footer  .totals {
	width: 35%;
}
.cart-collaterals .accordion-tab-content {
	max-width: none;
}
.cart-collaterals .shipping label {
	width: 20%;
}
.cart-collaterals .shipping label + select,
.cart-collaterals .shipping label + input {
	width: 80%;
}
.cart-collaterals .coupon-code {
	max-width: 500px;
	margin: 0;
}
.order-details-page .actions input {
	width: 205px;
}
.order-details-page .totals {
	width: 35%;
}


/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page .tags ul {
	max-width: 500px;
}
.news-item-page .inputs:first-child label {
	width: 180px;
}
.news-list-homepage .news-body {
	height: 90px;
}

/* FORUM & PROFILE */

.forums-main-page
.topic-block-body {
	max-width: 780px;
}
.forum-breadcrumb {
	max-width: 780px;
}
.forum-search-box .search-box-text {
	width: 350px !important;
}
 
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
    background: url(/Themes/Pavilion/Content/css/images/underlay.png) repeat 0 0 !important;
    cursor: pointer !important;
    -webkit-filter: blur(1.4px);
    -moz-filter: blur(1.4px);
    -ms-filter: blur(1.4px);
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='2'/></filter></svg>#blur);
    filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
}

.zcwPopup {
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99992 !important;
    width: 280px!important;
    margin: -80px 0 0 -140px;
    height: auto !important;
    padding: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 12px #cecece !important;
    -moz-box-shadow: 0 0 12px #cecece !important;
    -ms-box-shadow: 0 0 12px #cecece !important;
    box-shadow: 0 0 12px #cecece !important;
    font-family: 'ProximaNova-Light', sans-serif !important;
    font-size: 21px !important;
    background-color: white;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    opacity: 1;
    color: black;
}

.zcwPopup-description,
.zcwPopup-content {
    color: black;
}

.zcwPopup-description {
    padding: 25px 10px;
}

.zcwPopup-form {
    padding: 0 10px 10px 10px;
}

.zcwPopup-form input[type="text"] {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e9e9e9;
    color: #777;
    font-family: 'Open Sans';
    font-size: 14px;
    border-radius: 0;
    margin-top: -2px;
    margin-right: 10px;
    width: 120px;
}
.zcwPopup-form input[type="text"]:focus {
    color: #333;
}
.zcwPopup-form input[type="submit"],
.zcwPopup-form input[type="button"] {
    border: none;
    background-color: #00c0ef;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
    border-radius: 0;
    height: 40px;
}
.zcwPopup-form input[type="submit"]:disabled,
.zcwPopup-form input[type="button"]:disabled {
    color: #cecece;
}
.zcwPopup-form select {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    color: #777;
    margin-top: -2px;
}

.zcwPopup-title {
    text-align: center;
    line-height: 42px;
    background: #00c0ef;
    color: #fff;
}
#zcwPopup-raty {
    margin-left: 10px;
}
#zcwPopup-raty img {
    display: inline !important;
}

.zcwPopup-close {
    cursor: pointer !important;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: arial;
}

.zcwPopup-content {
    font-size: 14px;
}

.zcwPopup-countdown {
    font-weight: bold;
    display: none;
}

.zcwPopup .link {
    text-decoration: underline;
    cursor: pointer;
    color: #00c0ef;
}

.zcwPopup .powered_by {
    margin-top: 7px;
    font-size: 12px;
    color: #777777 !important;
}

.zcwPopup .powered_by a {
    font-weight: bold !important;
    color: #777777 !important;
    text-decoration: underline !important;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
    /*margin: 0;
    width: auto !important;
    color: black;
    border: solid 1px #999999;
    border-radius: 2px;*/
    display: inline !important;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
    border: 1px solid red;
}

#zcwMiniButton {
    position:fixed;
    right: 20px;
    bottom: 85px;    
    width:50px;
    height:50px;
    cursor:pointer;
    opacity:0.5;
    z-index:99990;
}

#zcwMiniButton #zcwMiniButtonMain {
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:#00c0ef;
    width:50px;
    height:50px;
    
}

#zcwMiniButton #zcwMiniButtonMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-image:url(/Themes/Pavilion/Content/css/images/mini.png);
    background-repeat:no-repeat;
    background-position:center center;
}

#zcwMiniButton:hover {
    opacity:0.8;
}

@media all and (min-width: 1001px) {
    #zcwMiniButton #zcwMiniButtonMain:before {
        -webkit-animation: zcwphone 1.5s linear infinite;
        -moz-animation: zcwphone 1.5s linear infinite;
        animation: zcwphone 1.5s linear infinite;
    }
    #zcwMiniButton:hover #zcwMiniButtonMain:before {
    -webkit-animation: zcwphone2 1s linear infinite;
    -moz-animation: zcwphone2 1s linear infinite;
    animation: zcwphone2 1s linear infinite;
}
}

@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(46,119,179, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(46,119,179, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(46,119,179, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(46,119,179, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(46,119,179, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(46,119,179, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(46,119,179, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(46,119,179, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(46,119,179, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(46,119,179, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(46,119,179, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,0,0, 1), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 1);}
    100% {box-shadow: 0 0 8px 6px rgba(46,119,179, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(46,119,179, 0);}
}

@media only screen and (min-width: 960px) {
    .zcwPopup {
        width: 550px !important;
        margin: -120px 0 0 -275px;
    }
}

@font-face{font-family:'Glyphicons Regular';src:url(/Themes/Pavilion/Content/fonts/glyphicons-regular.eot);src:url(/Themes/Pavilion/Content/fonts/glyphicons-regular.eot?#iefix) format('embedded-opentype'),url(/Themes/Pavilion/Content/fonts/glyphicons-regular.woff2) format('woff2'),url(/Themes/Pavilion/Content/fonts/glyphicons-regular.woff) format('woff'),url(/Themes/Pavilion/Content/fonts/glyphicons-regular.ttf) format('truetype'),url(/Themes/Pavilion/Content/fonts/glyphicons-regular.svg#glyphiconsregular) format('svg')}a:hover .glyphicons.bullet1,a:hover .glyphicons.carticon{background-color:#2a6496}.glyphicons{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Regular';font-style:normal;font-weight:400;line-height:1}.glyphicons:empty{width:1em}.glyphicons.larger1{font-size:1.3em}.glyphicons.bullet1{margin-right:5px;margin-bottom:7px;border:0 solid;border-radius:2px;padding:9px;width:auto;top:2px;font-size:1em;color:#333;background-color:#7ba8ce}.glyphicons.carticon{width:auto;padding:13px;border-radius:100px;background-color:#428bca;color:#fff;font-size:14px}.glyphicons.footerinfo{margin-right:10px;top:2px;width:auto;color:#00c0ef;font-size:14px}.glyphicons.x05{font-size:12px}.glyphicons.x2{font-size:48px}.glyphicons.x3{font-size:72px}.glyphicons.x4{font-size:96px}.glyphicons.x5{font-size:120px}.glyphicons.light:before{color:#f2f2f2}.glyphicons.drop:before{text-shadow:-1px 1px 3px rgba(0,0,0,.3)}.glyphicons.flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.glyphicons.flipv{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.glyphicons.rotate90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.glyphicons.rotate180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.glyphicons.rotate270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.glyphicons.glass:before{content:"\E001"}.glyphicons.leaf:before{content:"\E002"}.glyphicons.dog:before{content:"\E003"}.glyphicons.user:before{content:"\E004"}.glyphicons.girl:before{content:"\E005"}.glyphicons.car:before{content:"\E006"}.glyphicons.user-add:before{content:"\E007"}.glyphicons.user-remove:before{content:"\E008"}.glyphicons.film:before{content:"\E009"}.glyphicons.magic:before{content:"\E010"}.glyphicons.envelope:before{content:"\2709"}.glyphicons.camera:before{content:"\E011"}.glyphicons.heart:before{content:"\E013"}.glyphicons.beach-umbrella:before{content:"\E014"}.glyphicons.train:before{content:"\E015"}.glyphicons.print:before{content:"\E016"}.glyphicons.bin:before{content:"\E017"}.glyphicons.music:before{content:"\E018"}.glyphicons.note:before{content:"\E019"}.glyphicons.heart-empty:before{content:"\E020"}.glyphicons.home:before{content:"\E021"}.glyphicons.snowflake:before{content:"\2744"}.glyphicons.fire:before{content:"\E023"}.glyphicons.magnet:before{content:"\E024"}.glyphicons.parents:before{content:"\E025"}.glyphicons.binoculars:before{content:"\E026"}.glyphicons.road:before{content:"\E027"}.glyphicons.search:before{content:"\E028"}.glyphicons.cars:before{content:"\E029"}.glyphicons.notes-2:before{content:"\E030"}.glyphicons.pencil:before{content:"\270F"}.glyphicons.bus:before{content:"\E032"}.glyphicons.wifi-alt:before{content:"\E033"}.glyphicons.luggage:before{content:"\E034"}.glyphicons.old-man:before{content:"\E035"}.glyphicons.woman:before{content:"\E036"}.glyphicons.file:before{content:"\E037"}.glyphicons.coins:before{content:"\E038"}.glyphicons.airplane:before{content:"\2708"}.glyphicons.notes:before{content:"\E040"}.glyphicons.stats:before{content:"\E041"}.glyphicons.charts:before{content:"\E042"}.glyphicons.pie-chart:before{content:"\E043"}.glyphicons.group:before{content:"\E044"}.glyphicons.keys:before{content:"\E045"}.glyphicons.calendar:before{content:"\E046"}.glyphicons.router:before{content:"\E047"}.glyphicons.camera-small:before{content:"\E048"}.glyphicons.star-empty:before{content:"\E049"}.glyphicons.star:before{content:"\E050"}.glyphicons.link:before{content:"\E051"}.glyphicons.eye-open:before{content:"\E052"}.glyphicons.eye-close:before{content:"\E053"}.glyphicons.alarm:before{content:"\E054"}.glyphicons.clock:before{content:"\E055"}.glyphicons.stopwatch:before{content:"\E056"}.glyphicons.projector:before{content:"\E057"}.glyphicons.history:before{content:"\E058"}.glyphicons.truck:before{content:"\E059"}.glyphicons.cargo:before{content:"\E060"}.glyphicons.compass:before{content:"\E061"}.glyphicons.keynote:before{content:"\E062"}.glyphicons.paperclip:before{content:"\E063"}.glyphicons.power:before{content:"\E064"}.glyphicons.lightbulb:before{content:"\E065"}.glyphicons.tag:before{content:"\E066"}.glyphicons.tags:before{content:"\E067"}.glyphicons.cleaning:before{content:"\E068"}.glyphicons.ruler:before{content:"\E069"}.glyphicons.gift:before{content:"\E070"}.glyphicons.umbrella:before{content:"\2602"}.glyphicons.book:before{content:"\E072"}.glyphicons.bookmark:before{content:"\E073"}.glyphicons.wifi:before{content:"\E074"}.glyphicons.cup:before{content:"\E075"}.glyphicons.stroller:before{content:"\E076"}.glyphicons.headphones:before{content:"\E077"}.glyphicons.headset:before{content:"\E078"}.glyphicons.warning-sign:before{content:"\E079"}.glyphicons.signal:before{content:"\E080"}.glyphicons.retweet:before{content:"\E081"}.glyphicons.refresh:before{content:"\E082"}.glyphicons.roundabout:before{content:"\E083"}.glyphicons.random:before{content:"\E084"}.glyphicons.heat:before{content:"\E085"}.glyphicons.repeat:before{content:"\E086"}.glyphicons.display:before{content:"\E087"}.glyphicons.log-book:before{content:"\E088"}.glyphicons.address-book:before{content:"\E089"}.glyphicons.building:before{content:"\E090"}.glyphicons.eyedropper:before{content:"\E091"}.glyphicons.adjust:before{content:"\E092"}.glyphicons.tint:before{content:"\E093"}.glyphicons.crop:before{content:"\E094"}.glyphicons.vector-path-square:before{content:"\E095"}.glyphicons.vector-path-circle:before{content:"\E096"}.glyphicons.vector-path-polygon:before{content:"\E097"}.glyphicons.vector-path-line:before{content:"\E098"}.glyphicons.vector-path-curve:before{content:"\E099"}.glyphicons.vector-path-all:before{content:"\E100"}.glyphicons.font:before{content:"\E101"}.glyphicons.italic:before{content:"\E102"}.glyphicons.bold:before{content:"\E103"}.glyphicons.text-underline:before{content:"\E104"}.glyphicons.text-strike:before{content:"\E105"}.glyphicons.text-height:before{content:"\E106"}.glyphicons.text-width:before{content:"\E107"}.glyphicons.text-resize:before{content:"\E108"}.glyphicons.left-indent:before{content:"\E109"}.glyphicons.right-indent:before{content:"\E110"}.glyphicons.align-left:before{content:"\E111"}.glyphicons.align-center:before{content:"\E112"}.glyphicons.align-right:before{content:"\E113"}.glyphicons.justify:before{content:"\E114"}.glyphicons.list:before{content:"\E115"}.glyphicons.text-smaller:before{content:"\E116"}.glyphicons.text-bigger:before{content:"\E117"}.glyphicons.embed:before{content:"\E118"}.glyphicons.embed-close:before{content:"\E119"}.glyphicons.table:before{content:"\E120"}.glyphicons.message-full:before{content:"\E121"}.glyphicons.message-empty:before{content:"\E122"}.glyphicons.message-in:before{content:"\E123"}.glyphicons.message-out:before{content:"\E124"}.glyphicons.message-plus:before{content:"\E125"}.glyphicons.message-minus:before{content:"\E126"}.glyphicons.message-ban:before{content:"\E127"}.glyphicons.message-flag:before{content:"\E128"}.glyphicons.message-lock:before{content:"\E129"}.glyphicons.message-new:before{content:"\E130"}.glyphicons.inbox:before{content:"\E131"}.glyphicons.inbox-plus:before{content:"\E132"}.glyphicons.inbox-minus:before{content:"\E133"}.glyphicons.inbox-lock:before{content:"\E134"}.glyphicons.inbox-in:before{content:"\E135"}.glyphicons.inbox-out:before{content:"\E136"}.glyphicons.cogwheel:before{content:"\E137"}.glyphicons.cogwheels:before{content:"\E138"}.glyphicons.picture:before{content:"\E139"}.glyphicons.adjust-alt:before{content:"\E140"}.glyphicons.database-lock:before{content:"\E141"}.glyphicons.database-plus:before{content:"\E142"}.glyphicons.database-minus:before{content:"\E143"}.glyphicons.database-ban:before{content:"\E144"}.glyphicons.folder-open:before{content:"\E145"}.glyphicons.folder-plus:before{content:"\E146"}.glyphicons.folder-minus:before{content:"\E147"}.glyphicons.folder-lock:before{content:"\E148"}.glyphicons.folder-flag:before{content:"\E149"}.glyphicons.folder-new:before{content:"\E150"}.glyphicons.edit:before{content:"\E151"}.glyphicons.new-window:before{content:"\E152"}.glyphicons.check:before{content:"\E153"}.glyphicons.unchecked:before{content:"\E154"}.glyphicons.more-windows:before{content:"\E155"}.glyphicons.show-big-thumbnails:before{content:"\E156"}.glyphicons.show-thumbnails:before{content:"\E157"}.glyphicons.show-thumbnails-with-lines:before{content:"\E158"}.glyphicons.show-lines:before{content:"\E159"}.glyphicons.playlist:before{content:"\E160"}.glyphicons.imac:before{content:"\E161"}.glyphicons.macbook:before{content:"\E162"}.glyphicons.ipad:before{content:"\E163"}.glyphicons.iphone:before{content:"\E164"}.glyphicons.iphone-transfer:before{content:"\E165"}.glyphicons.iphone-exchange:before{content:"\E166"}.glyphicons.ipod:before{content:"\E167"}.glyphicons.ipod-shuffle:before{content:"\E168"}.glyphicons.ear-plugs:before{content:"\E169"}.glyphicons.record:before{content:"\E170"}.glyphicons.step-backward:before{content:"\E171"}.glyphicons.fast-backward:before{content:"\E172"}.glyphicons.rewind:before{content:"\E173"}.glyphicons.play:before{content:"\E174"}.glyphicons.pause:before{content:"\E175"}.glyphicons.stop:before{content:"\E176"}.glyphicons.forward:before{content:"\E177"}.glyphicons.fast-forward:before{content:"\E178"}.glyphicons.step-forward:before{content:"\E179"}.glyphicons.eject:before{content:"\E180"}.glyphicons.facetime-video:before{content:"\E181"}.glyphicons.download-alt:before{content:"\E182"}.glyphicons.mute:before{content:"\E183"}.glyphicons.volume-down:before{content:"\E184"}.glyphicons.volume-up:before{content:"\E185"}.glyphicons.screenshot:before{content:"\E186"}.glyphicons.move:before{content:"\E187"}.glyphicons.more:before{content:"\E188"}.glyphicons.brightness-reduce:before{content:"\E189"}.glyphicons.brightness-increase:before{content:"\E190"}.glyphicons.circle-plus:before{content:"\E191"}.glyphicons.circle-minus:before{content:"\E192"}.glyphicons.circle-remove:before{content:"\E193"}.glyphicons.circle-ok:before{content:"\E194"}.glyphicons.circle-question-mark:before{content:"\E195"}.glyphicons.circle-info:before{content:"\E196"}.glyphicons.circle-exclamation-mark:before{content:"\E197"}.glyphicons.remove:before{content:"\E198"}.glyphicons.ok:before{content:"\E199"}.glyphicons.ban:before{content:"\E200"}.glyphicons.download:before{content:"\E201"}.glyphicons.upload:before{content:"\E202"}.glyphicons.shopping-cart:before{content:"\E203"}.glyphicons.lock:before{content:"\E204"}.glyphicons.unlock:before{content:"\E205"}.glyphicons.electricity:before{content:"\E206"}.glyphicons.ok-2:before,.glyphicons.ok_2:before{content:"\E207"}.glyphicons.remove-2:before{content:"\E208"}.glyphicons.cart-out:before{content:"\E209"}.glyphicons.cart-in:before{content:"\E210"}.glyphicons.left-arrow:before{content:"\E211"}.glyphicons.right-arrow:before{content:"\E212"}.glyphicons.down-arrow:before{content:"\E213"}.glyphicons.up-arrow:before{content:"\E214"}.glyphicons.resize-small:before{content:"\E215"}.glyphicons.resize-full:before{content:"\E216"}.glyphicons.circle-arrow-left:before{content:"\E217"}.glyphicons.circle-arrow-right:before{content:"\E218"}.glyphicons.circle-arrow-top:before{content:"\E219"}.glyphicons.circle-arrow-down:before{content:"\E220"}.glyphicons.play-button:before{content:"\E221"}.glyphicons.unshare:before{content:"\E222"}.glyphicons.share:before{content:"\E223"}.glyphicons.chevron-right:before{content:"\E224"}.glyphicons.chevron-left:before{content:"\E225"}.glyphicons.bluetooth:before{content:"\E226"}.glyphicons.euro:before{content:"\20AC"}.glyphicons.usd:before{content:"\E228"}.glyphicons.gbp:before{content:"\E229"}.glyphicons.retweet-2:before{content:"\E230"}.glyphicons.moon:before{content:"\E231"}.glyphicons.sun:before{content:"\2609"}.glyphicons.cloud:before{content:"\2601"}.glyphicons.direction:before{content:"\E234"}.glyphicons.brush:before{content:"\E235"}.glyphicons.pen:before{content:"\E236"}.glyphicons.zoom-in:before{content:"\E237"}.glyphicons.zoom-out:before{content:"\E238"}.glyphicons.pin:before{content:"\E239"}.glyphicons.albums:before{content:"\E240"}.glyphicons.rotation-lock:before{content:"\E241"}.glyphicons.flash:before{content:"\E242"}.glyphicons.google-maps:before{content:"\E243"}.glyphicons.anchor:before{content:"\2693"}.glyphicons.conversation:before{content:"\E245"}.glyphicons.chat:before{content:"\E246"}.glyphicons.male:before{content:"\E247"}.glyphicons.female:before{content:"\E248"}.glyphicons.asterisk:before{content:"\002A"}.glyphicons.divide:before{content:"\00F7"}.glyphicons.snorkel-diving:before{content:"\E251"}.glyphicons.scuba-diving:before{content:"\E252"}.glyphicons.oxygen-bottle:before{content:"\E253"}.glyphicons.fins:before{content:"\E254"}.glyphicons.fishes:before{content:"\E255"}.glyphicons.boat:before{content:"\E256"}.glyphicons.delete:before{content:"\E257"}.glyphicons.sheriffs-star:before{content:"\E258"}.glyphicons.qrcode:before{content:"\E259"}.glyphicons.barcode:before{content:"\E260"}.glyphicons.pool:before{content:"\E261"}.glyphicons.buoy:before{content:"\E262"}.glyphicons.spade:before{content:"\E263"}.glyphicons.bank:before{content:"\E264"}.glyphicons.vcard:before{content:"\E265"}.glyphicons.electrical-plug:before{content:"\E266"}.glyphicons.flag:before{content:"\E267"}.glyphicons.credit-card:before{content:"\E268"}.glyphicons.keyboard-wireless:before{content:"\E269"}.glyphicons.keyboard-wired:before{content:"\E270"}.glyphicons.shield:before{content:"\E271"}.glyphicons.ring:before{content:"\02DA"}.glyphicons.cake:before{content:"\E273"}.glyphicons.drink:before{content:"\E274"}.glyphicons.beer:before{content:"\E275"}.glyphicons.fast-food:before{content:"\E276"}.glyphicons.cutlery:before{content:"\E277"}.glyphicons.pizza:before{content:"\E278"}.glyphicons.birthday-cake:before{content:"\E279"}.glyphicons.tablet:before{content:"\E280"}.glyphicons.settings:before{content:"\E281"}.glyphicons.bullets:before{content:"\E282"}.glyphicons.cardio:before{content:"\E283"}.glyphicons.t-shirt:before{content:"\E284"}.glyphicons.pants:before{content:"\E285"}.glyphicons.sweater:before{content:"\E286"}.glyphicons.fabric:before{content:"\E287"}.glyphicons.leather:before{content:"\E288"}.glyphicons.scissors:before{content:"\E289"}.glyphicons.bomb:before{content:"\E290"}.glyphicons.skull:before{content:"\E291"}.glyphicons.celebration:before{content:"\E292"}.glyphicons.tea-kettle:before{content:"\E293"}.glyphicons.french-press:before{content:"\E294"}.glyphicons.coffee-cup:before{content:"\E295"}.glyphicons.pot:before{content:"\E296"}.glyphicons.grater:before{content:"\E297"}.glyphicons.kettle:before{content:"\E298"}.glyphicons.hospital:before{content:"\E299"}.glyphicons.hospital-h:before{content:"\E300"}.glyphicons.microphone:before{content:"\E301"}.glyphicons.webcam:before{content:"\E302"}.glyphicons.temple-christianity-church:before{content:"\E303"}.glyphicons.temple-islam:before{content:"\E304"}.glyphicons.temple-hindu:before{content:"\E305"}.glyphicons.temple-buddhist:before{content:"\E306"}.glyphicons.bicycle:before{content:"\E307"}.glyphicons.life-preserver:before{content:"\E308"}.glyphicons.share-alt:before{content:"\E309"}.glyphicons.comments:before{content:"\E310"}.glyphicons.flower:before{content:"\2698"}.glyphicons.baseball:before{content:"\26BE"}.glyphicons.rugby:before{content:"\E313"}.glyphicons.ax:before{content:"\E314"}.glyphicons.table-tennis:before{content:"\E315"}.glyphicons.bowling:before{content:"\E316"}.glyphicons.tree-conifer:before{content:"\E317"}.glyphicons.tree-deciduous:before{content:"\E318"}.glyphicons.more-items:before{content:"\E319"}.glyphicons.sort:before{content:"\E320"}.glyphicons.filter:before{content:"\E321"}.glyphicons.gamepad:before{content:"\E322"}.glyphicons.playing-dices:before{content:"\E323"}.glyphicons.calculator:before{content:"\E324"}.glyphicons.tie:before{content:"\E325"}.glyphicons.wallet:before{content:"\E326"}.glyphicons.piano:before{content:"\E327"}.glyphicons.sampler:before{content:"\E328"}.glyphicons.podium:before{content:"\E329"}.glyphicons.soccer-ball:before{content:"\E330"}.glyphicons.blog:before{content:"\E331"}.glyphicons.dashboard:before{content:"\E332"}.glyphicons.certificate:before{content:"\E333"}.glyphicons.bell:before{content:"\E334"}.glyphicons.candle:before{content:"\E335"}.glyphicons.pushpin:before{content:"\E336"}.glyphicons.iphone-shake:before{content:"\E337"}.glyphicons.pin-flag:before{content:"\E338"}.glyphicons.turtle:before{content:"\E339"}.glyphicons.rabbit:before{content:"\E340"}.glyphicons.globe:before{content:"\E341"}.glyphicons.briefcase:before{content:"\E342"}.glyphicons.hdd:before{content:"\E343"}.glyphicons.thumbs-up:before{content:"\E344"}.glyphicons.thumbs-down:before{content:"\E345"}.glyphicons.hand-right:before{content:"\E346"}.glyphicons.hand-left:before{content:"\E347"}.glyphicons.hand-up:before{content:"\E348"}.glyphicons.hand-down:before{content:"\E349"}.glyphicons.fullscreen:before{content:"\E350"}.glyphicons.shopping-bag:before{content:"\E351"}.glyphicons.book-open:before{content:"\E352"}.glyphicons.nameplate:before{content:"\E353"}.glyphicons.nameplate-alt:before{content:"\E354"}.glyphicons.vases:before{content:"\E355"}.glyphicons.bullhorn:before{content:"\E356"}.glyphicons.dumbbell:before{content:"\E357"}.glyphicons.suitcase:before{content:"\E358"}.glyphicons.file-import:before{content:"\E359"}.glyphicons.file-export:before{content:"\E360"}.glyphicons.bug:before{content:"\E361"}.glyphicons.crown:before{content:"\E362"}.glyphicons.smoking:before{content:"\E363"}.glyphicons.cloud-download:before{content:"\E364"}.glyphicons.cloud-upload:before{content:"\E365"}.glyphicons.restart:before{content:"\E366"}.glyphicons.security-camera:before{content:"\E367"}.glyphicons.expand:before{content:"\E368"}.glyphicons.collapse:before{content:"\E369"}.glyphicons.collapse-top:before{content:"\E370"}.glyphicons.globe-af:before{content:"\E371"}.glyphicons.global:before{content:"\E372"}.glyphicons.spray:before{content:"\E373"}.glyphicons.nails:before{content:"\E374"}.glyphicons.claw-hammer:before{content:"\E375"}.glyphicons.classic-hammer:before{content:"\E376"}.glyphicons.hand-saw:before{content:"\E377"}.glyphicons.riflescope:before{content:"\E378"}.glyphicons.electrical-socket-eu:before{content:"\E379"}.glyphicons.electrical-socket-us:before{content:"\E380"}.glyphicons.message-forward:before{content:"\E381"}.glyphicons.coat-hanger:before{content:"\E382"}.glyphicons.dress:before{content:"\E383"}.glyphicons.bathrobe:before{content:"\E384"}.glyphicons.shirt:before{content:"\E385"}.glyphicons.underwear:before{content:"\E386"}.glyphicons.log-in:before{content:"\E387"}.glyphicons.log-out:before{content:"\E388"}.glyphicons.exit:before{content:"\E389"}.glyphicons.new-window-alt:before{content:"\E390"}.glyphicons.video-sd:before{content:"\E391"}.glyphicons.video-hd:before{content:"\E392"}.glyphicons.subtitles:before{content:"\E393"}.glyphicons.sound-stereo:before{content:"\E394"}.glyphicons.sound-dolby:before{content:"\E395"}.glyphicons.sound-5-1:before{content:"\E396"}.glyphicons.sound-6-1:before{content:"\E397"}.glyphicons.sound-7-1:before{content:"\E398"}.glyphicons.copyright-mark:before{content:"\E399"}.glyphicons.registration-mark:before{content:"\E400"}.glyphicons.radar:before{content:"\E401"}.glyphicons.skateboard:before{content:"\E402"}.glyphicons.golf-course:before{content:"\E403"}.glyphicons.sorting:before{content:"\E404"}.glyphicons.sort-by-alphabet:before{content:"\E405"}.glyphicons.sort-by-alphabet-alt:before{content:"\E406"}.glyphicons.sort-by-order:before{content:"\E407"}.glyphicons.sort-by-order-alt:before{content:"\E408"}.glyphicons.sort-by-attributes:before{content:"\E409"}.glyphicons.sort-by-attributes-alt:before{content:"\E410"}.glyphicons.compressed:before{content:"\E411"}.glyphicons.package:before{content:"\E412"}.glyphicons.cloud-plus:before{content:"\E413"}.glyphicons.cloud-minus:before{content:"\E414"}.glyphicons.disk-save:before{content:"\E415"}.glyphicons.disk-open:before{content:"\E416"}.glyphicons.disk-saved:before{content:"\E417"}.glyphicons.disk-remove:before{content:"\E418"}.glyphicons.disk-import:before{content:"\E419"}.glyphicons.disk-export:before{content:"\E420"}.glyphicons.tower:before{content:"\E421"}.glyphicons.send:before{content:"\E422"}.glyphicons.git-branch:before{content:"\E423"}.glyphicons.git-create:before{content:"\E424"}.glyphicons.git-private:before{content:"\E425"}.glyphicons.git-delete:before{content:"\E426"}.glyphicons.git-merge:before{content:"\E427"}.glyphicons.git-pull-request:before{content:"\E428"}.glyphicons.git-compare:before{content:"\E429"}.glyphicons.git-commit:before{content:"\E430"}.glyphicons.construction-cone:before{content:"\E431"}.glyphicons.shoe-steps:before{content:"\E432"}.glyphicons.plus:before{content:"\002B"}.glyphicons.minus:before{content:"\2212"}.glyphicons.redo:before{content:"\E435"}.glyphicons.undo:before{content:"\E436"}.glyphicons.golf:before{content:"\E437"}.glyphicons.hockey:before{content:"\E438"}.glyphicons.pipe:before{content:"\E439"}.glyphicons.wrench:before{content:"\E440"}.glyphicons.folder-closed:before{content:"\E441"}.glyphicons.phone-alt:before{content:"\E442"}.glyphicons.earphone:before{content:"\E443"}.glyphicons.floppy-disk:before{content:"\E444"}.glyphicons.floppy-saved:before{content:"\E445"}.glyphicons.floppy-remove:before{content:"\E446"}.glyphicons.floppy-save:before{content:"\E447"}.glyphicons.floppy-open:before{content:"\E448"}.glyphicons.translate:before{content:"\E449"}.glyphicons.fax:before{content:"\E450"}.glyphicons.factory:before{content:"\E451"}.glyphicons.shop-window:before{content:"\E452"}.glyphicons.shop:before{content:"\E453"}.glyphicons.kiosk:before{content:"\E454"}.glyphicons.kiosk-wheels:before{content:"\E455"}.glyphicons.kiosk-light:before{content:"\E456"}.glyphicons.kiosk-food:before{content:"\E457"}.glyphicons.transfer:before{content:"\E458"}.glyphicons.money:before{content:"\E459"}.glyphicons.header:before{content:"\E460"}.glyphicons.blacksmith:before{content:"\E461"}.glyphicons.saw-blade:before{content:"\E462"}.glyphicons.basketball:before{content:"\E463"}.glyphicons.server:before{content:"\E464"}.glyphicons.server-plus:before{content:"\E465"}.glyphicons.server-minus:before{content:"\E466"}.glyphicons.server-ban:before{content:"\E467"}.glyphicons.server-flag:before{content:"\E468"}.glyphicons.server-lock:before{content:"\E469"}.glyphicons.server-new:before{content:"\E470"}.glyphicons.charging-station:before{content:"\F471"}.glyphicons.gas-station:before{content:"\E472"}.glyphicons.target:before{content:"\E473"}.glyphicons.bed-alt:before{content:"\E474"}.glyphicons.mosquito-net:before{content:"\E475"}.glyphicons.dining-set:before{content:"\E476"}.glyphicons.plate-of-food:before{content:"\E477"}.glyphicons.hygiene-kit:before{content:"\E478"}.glyphicons.blackboard:before{content:"\E479"}.glyphicons.marriage:before{content:"\E480"}.glyphicons.bucket:before{content:"\E481"}.glyphicons.none-color-swatch:before{content:"\E482"}.glyphicons.bring-forward:before{content:"\E483"}.glyphicons.bring-to-front:before{content:"\E484"}.glyphicons.send-backward:before{content:"\E485"}.glyphicons.send-to-back:before{content:"\E486"}.glyphicons.fit-frame-to-image:before{content:"\E487"}.glyphicons.fit-image-to-frame:before{content:"\E488"}.glyphicons.multiple-displays:before{content:"\E489"}.glyphicons.handshake:before{content:"\E490"}.glyphicons.child:before{content:"\E491"}.glyphicons.baby-formula:before{content:"\E492"}.glyphicons.medicine:before{content:"\E493"}.glyphicons.atv-vehicle:before{content:"\E494"}.glyphicons.motorcycle:before{content:"\E495"}.glyphicons.bed:before{content:"\E496"}.glyphicons.tent:before{content:"\26FA"}.glyphicons.glasses:before{content:"\E498"}.glyphicons.sunglasses:before{content:"\E499"}.glyphicons.family:before{content:"\E500"}.glyphicons.education:before{content:"\E501"}.glyphicons.shoes:before{content:"\E502"}.glyphicons.map:before{content:"\E503"}.glyphicons.cd:before{content:"\E504"}.glyphicons.alert:before{content:"\E505"}.glyphicons.piggy-bank:before{content:"\E506"}.glyphicons.star-half:before{content:"\E507"}.glyphicons.cluster:before{content:"\E508"}.glyphicons.flowchart:before{content:"\E509"}.glyphicons.commodities:before{content:"\E510"}.glyphicons.duplicate:before{content:"\E511"}.glyphicons.copy:before{content:"\E512"}.glyphicons.paste:before{content:"\E513"}.glyphicons.bath-bathtub:before{content:"\E514"}.glyphicons.bath-shower:before{content:"\E515"}.glyphicons.shower:before{content:"\1F6BF"}.glyphicons.menu-hamburger:before{content:"\E517"}.glyphicons.option-vertical:before{content:"\E518"}.glyphicons.option-horizontal:before{content:"\E519"}.glyphicons.currency-conversion:before{content:"\E520"}.glyphicons.user-ban:before{content:"\E521"}.glyphicons.user-lock:before{content:"\E522"}.glyphicons.user-flag:before{content:"\E523"}.glyphicons.user-asterisk:before{content:"\E524"}.glyphicons.user-alert:before{content:"\E525"}.glyphicons.user-key:before{content:"\E526"}.glyphicons.user-conversation:before{content:"\E527"}.glyphicons.database:before{content:"\E528"}.glyphicons.database-search:before{content:"\E529"}.glyphicons.list-alt:before{content:"\E530"}.glyphicons.hazard-sign:before{content:"\E531"}.glyphicons.hazard:before{content:"\E532"}.glyphicons.stop-sign:before{content:"\E533"}.glyphicons.lab:before{content:"\E534"}.glyphicons.lab-alt:before{content:"\E535"}.glyphicons.ice-cream:before{content:"\E536"}.glyphicons.ice-lolly:before{content:"\E537"}.glyphicons.ice-lolly-tasted:before{content:"\E538"}.glyphicons.invoice:before{content:"\E539"}.glyphicons.cart-tick:before{content:"\E540"}.glyphicons.hourglass:before{content:"\231B"}.glyphicons.cat:before{content:"\1F408"}.glyphicons.lamp:before{content:"\E543"}.glyphicons.scale-classic:before{content:"\E544"}.glyphicons.eye-plus:before{content:"\E545"}.glyphicons.eye-minus:before{content:"\E546"}.glyphicons.quote:before{content:"\E547"}.glyphicons.bitcoin:before{content:"\E548"}.glyphicons.yen:before{content:"\00A5"}.glyphicons.ruble:before{content:"\20BD"}.glyphicons.erase:before{content:"\E551"}.glyphicons.podcast:before{content:"\E552"}.glyphicons.firework:before{content:"\E553"}.glyphicons.scale:before{content:"\E554"}.glyphicons.king:before{content:"\E555"}.glyphicons.queen:before{content:"\E556"}.glyphicons.pawn:before{content:"\E557"}.glyphicons.bishop:before{content:"\E558"}.glyphicons.knight:before{content:"\E559"}.glyphicons.mic-mute:before{content:"\E560"}.glyphicons.voicemail:before{content:"\E561"}.glyphicons.paragraph:before{content:"\00B6"}.glyphicons.person-walking:before{content:"\E563"}.glyphicons.person-wheelchair:before{content:"\E564"}.glyphicons.underground:before{content:"\E565"}.glyphicons.car-hov:before{content:"\E566"}.glyphicons.car-rental:before{content:"\E567"}.glyphicons.transport:before{content:"\E568"}.glyphicons.taxi:before{content:"\1F695"}.glyphicons.ice-cream-no:before{content:"\E570"}.glyphicons.uk-rat-u:before{content:"\E571"}.glyphicons.uk-rat-pg:before{content:"\E572"}.glyphicons.uk-rat-12a:before{content:"\E573"}.glyphicons.uk-rat-12:before{content:"\E574"}.glyphicons.uk-rat-15:before{content:"\E575"}.glyphicons.uk-rat-18:before{content:"\E576"}.glyphicons.uk-rat-r18:before{content:"\E577"}.glyphicons.tv:before{content:"\E578"}.glyphicons.sms:before{content:"\E579"}.glyphicons.mms:before{content:"\E580"}.glyphicons.us-rat-g:before{content:"\E581"}.glyphicons.us-rat-pg:before{content:"\E582"}.glyphicons.us-rat-pg-13:before{content:"\E583"}.glyphicons.us-rat-restricted:before{content:"\E584"}.glyphicons.us-rat-no-one-17:before{content:"\E585"}.glyphicons.equalizer:before{content:"\E586"}.glyphicons.speakers:before{content:"\E587"}.glyphicons.remote-control:before{content:"\E588"}.glyphicons.remote-control-tv:before{content:"\E589"}.glyphicons.shredder:before{content:"\E590"}.glyphicons.folder-heart:before{content:"\E591"}.glyphicons.person-running:before{content:"\E592"}.glyphicons.person:before{content:"\E593"}.glyphicons.voice:before{content:"\E594"}.glyphicons.stethoscope:before{content:"\E595"}.glyphicons.hotspot:before{content:"\E596"}.glyphicons.activity:before{content:"\E597"}.glyphicons.watch:before{content:"\231A"}.glyphicons.scissors-alt:before{content:"\E599"}.glyphicons.car-wheel:before{content:"\E600"}.glyphicons.chevron-up:before{content:"\E601"}.glyphicons.chevron-down:before{content:"\E602"}.glyphicons.superscript:before{content:"\E603"}.glyphicons.subscript:before{content:"\E604"}.glyphicons.text-size:before{content:"\E605"}.glyphicons.text-color:before{content:"\E606"}.glyphicons.text-background:before{content:"\E607"}.glyphicons.modal-window:before{content:"\E608"}.glyphicons.newspaper:before{content:"\1F4F0"}.glyphicons.tractor:before{content:"\1F69C"}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}@font-face{font-family:'Glyphicons Social';src:url(/Themes/Pavilion/Content/fonts/glyphicons-social-regular.eot);src:url(/Themes/Pavilion/Content/fonts/glyphicons-social-regular.eot?#iefix) format('embedded-opentype'),url(/Themes/Pavilion/Content/fonts/glyphicons-social-regular.woff2) format('woff2'),url(/Themes/Pavilion/Content/fonts/glyphicons-social-regular.woff) format('woff'),url(/Themes/Pavilion/Content/fonts/glyphicons-social-regular.ttf) format('truetype'),url(/Themes/Pavilion/Content/fonts/glyphicons-social-regular.svg#glyphicons_socialregular) format('svg')}.social{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Social';font-style:normal;font-weight:400;line-height:1}.social:empty{width:1em}.social.larger1{font-size:1.3em}.social.larger2{font-size:3.8em}.social.x05{font-size:12px}.social.x2{font-size:48px}.social.x3{font-size:72px}.social.x4{font-size:96px}.social.x5{font-size:120px}.social.light:before{color:#f2f2f2}.social.drop:before{text-shadow:-1px 1px 3px rgba(0,0,0,.3)}.social.flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.social.flipv{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.social.rotate90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.social.rotate180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.social.rotate270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.social.pinterest:before{content:"\E001"}.social.dropbox:before{content:"\E002"}.social.google-plus:before{content:"\E003"}.social.jolicloud:before{content:"\E004"}.social.yahoo:before{content:"\E005"}.social.blogger:before{content:"\E006"}.social.picasa:before{content:"\E007"}.social.amazon:before{content:"\E008"}.social.tumblr:before{content:"\E009"}.social.wordpress:before{content:"\E010"}.social.instapaper:before{content:"\E011"}.social.evernote:before{content:"\E012"}.social.xing:before{content:"\E013"}.social.zootool:before{content:"\E014"}.social.dribbble:before{content:"\E015"}.social.deviantart:before{content:"\E016"}.social.read-it-later:before{content:"\E017"}.social.linked-in:before{content:"\E018"}.social.forrst:before{content:"\E019"}.social.pinboard:before{content:"\E020"}.social.behance:before{content:"\E021"}.social.github:before{content:"\E022"}.social.youtube:before{content:"\E023"}.social.skitch:before{content:"\E024"}.social.foursquare:before{content:"\E025"}.social.quora:before{content:"\E026"}.social.badoo:before{content:"\E027"}.social.spotify:before{content:"\E028"}.social.stumbleupon:before{content:"\E029"}.social.readability:before{content:"\E030"}.social.facebook:before{content:"\E031"}.social.twitter:before{content:"\E032"}.social.instagram:before{content:"\E033"}.social.posterous-spaces:before{content:"\E034"}.social.vimeo:before{content:"\E035"}.social.flickr:before{content:"\E036"}.social.last-fm:before{content:"\E037"}.social.rss:before{content:"\E038"}.social.skype:before{content:"\E039"}.social.e-mail:before{content:"\E040"}.social.vine:before{content:"\E041"}.social.myspace:before{content:"\E042"}.social.goodreads:before{content:"\E043"}.social.apple:before{content:"\F8FF"}.social.windows:before{content:"\E045"}.social.yelp:before{content:"\E046"}.social.playstation:before{content:"\E047"}.social.xbox:before{content:"\E048"}.social.android:before{content:"\E049"}.social.ios:before{content:"\E050"}.social.wikipedia:before{content:"\E051"}.social.pocket:before{content:"\E052"}.social.steam:before{content:"\E053"}.social.souncloud:before{content:"\E054"}.social.slideshare:before{content:"\E055"}.social.netflix:before{content:"\E056"}.social.paypal:before{content:"\E057"}.social.google-drive:before{content:"\E058"}.social.linux-foundation:before{content:"\E059"}.social.ebay:before{content:"\E060"}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/Themes/Pavilion/Content/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position: relative;
	/*background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Pavilion/Content/nivo/loading.gif) no-repeat 50% 50%;*/ /*no gif loader*/
}
.nivoSlider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivoSlider a {
	display: block;
}
.nivo-directionNav a {
	display: block;
    top: 50%;
	width: 30px;
	height: 50px;
    margin-top: -25px;
    font-size: 0;
	opacity: 0;
	transition: all 0.2s ease;
}
.nivoSlider:hover .nivo-directionNav a {
	opacity: 1;
}
.nivo-directionNav a.nivo-prevNav {
    background: rgba(0,0,0,0.5) url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Pavilion/Content/nivo/arrow-left.png) no-repeat center;
}
.nivo-directionNav a.nivo-nextNav {
    background: rgba(0,0,0,0.5) url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Pavilion/Content/nivo/arrow-right.png) no-repeat center;
}
.nivo-directionNav a:hover {
	background-color: #f74258;
}

.nivo-controlNav {
    position: relative;
    z-index: 10;
	height: 0;
	overflow: visible;
	padding: 0;
	text-align: center;
}
.nivo-controlNav a {
	display: inline-block;
	position: relative;
	top: -38px;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 50%;
    background-color: #a3a3a3;
	font-size: 0;
	transition: all 0.2s ease;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-color: #f74258;
}
.nivo-controlNav.nivo-thumbs-enabled {
	display: none !important;
}

.nivo-caption {
	display: none !important;
    top: 0;
    bottom: auto;
	width: auto;
    background-color: #fff;
    padding: 12px 20px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	opacity: 1;
}
.nivo-caption p {
	margin: 0;
	padding: 0;
}
.nivo-caption:empty {
	display: none !important;
}

.theme-banner-small {
	margin: 0 0 30px;
}
.theme-banner-small ~ .jcarousel {
	margin-top: 60px;
}

@media all and (min-width: 481px) {

.homepage-bottom-wrapper {
	overflow: hidden;
}	
.theme-banner-small {
	float: left;
	width: 49%;
	margin: 0 0 60px 2%;
}
.theme-banner-small:nth-of-type(1) {
	margin-left: 0;
}
.theme-banner-small:nth-of-type(3) {
	display: none;
}
.theme-banner-small ~ .jcarousel {
	clear: both;
}

}

@media all and (min-width: 1001px) {
	
.home-page .slider-wrapper {
    margin-bottom: 60px;
}
.theme-banner-small {
	width: 32%;
}
.theme-banner-small:nth-of-type(3) {
	display: block;
}
	
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu,
.menu-title {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
}
.mega-menu-responsive a,
.mega-menu-responsive a + .plus-button {
	border: none !important;
}


@media all and (min-width: 1001px) {

.menu-title,
.close-menu {
	display: none;
}
.mega-menu {
	display: block;
	position: relative;
}
.mega-menu-responsive {
	display: none !important;
}
.header-menu.categories-in-side-panel .category-menu-item,
.header-menu.categories-in-side-panel .root-category-items {
	display: none;
}

.category-navigation-list .inner-wrap,
.root-category-items .inner-wrap {
	float: left;
	width: 75%;
}
.category-navigation-list .slider-wrapper,
.root-category-items .slider-wrapper {
	float: right;
	width: 25%;
	padding: 10px;
}
.category-navigation-list .inner-wrap:only-of-type,
.root-category-items .inner-wrap:only-of-type {
	float: none;
	width: 100%;
}

.category-navigation-list > li > .sublist-wrap > .sublist .row,
.header-menu > ul > li > .sublist-wrap > .sublist .row {
	overflow: hidden;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box,
.header-menu > ul > li > .sublist-wrap > .sublist .box { /*this is a subcategory item (contains a list)*/
	float: left;
	width: 33.33333%;
	padding: 10px;
	font-size: 13px;
}
.category-navigation-list > li > .sublist-wrap > .sublist .inner-wrap:only-of-type .box,
.header-menu > ul > li > .sublist-wrap > .sublist .inner-wrap:only-of-type .box {
	width: 25%;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .title,
.header-menu > ul > li > .sublist-wrap > .sublist .box .title { /*this is a subcategory item title (list title)*/
	display: block;
	margin: 0 0 10px;
	border-bottom: 3px solid #f74258;
	padding: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.category-navigation-list li .sublist .box .title a span {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.category-navigation-list li .sublist .box:hover .title a span {
    color: #00c0ef;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture,
.header-menu > ul > li > .sublist-wrap > .sublist .box .picture {
	height: 100px;
	margin: 0 0 15px;
	overflow: hidden;
	font-size: 0;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture a,
.header-menu > ul > li > .sublist-wrap > .sublist .box .picture a {
	display: block;
    height: 100%;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture img,
.header-menu > ul > li > .sublist-wrap > .sublist .box .picture img {
	/*width: 100%;*/
    height: 100%;
    margin: 0 auto;
    display: list-item;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box li,
.header-menu > ul > li > .sublist-wrap > .sublist .box li { /*this is a sub-subcategory item*/
	padding: 6px 0;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box li a:hover,
.header-menu > ul > li > .sublist-wrap > .sublist .box li a:hover {
	color: #f74258;
}

}

@media all and (min-width: 1281px) {

.category-navigation-list > li > .sublist-wrap > .sublist .box .picture,
.header-menu > ul > li > .sublist-wrap > .sublist .box .picture {
	height: 120px;
}

}
.city-space {
    display: none;
}
.city-selector {
    z-index: 2;
    font-weight: bold;
    text-align: center;
    font-size: 90%;
}
#select-city-link {
    border-bottom: 1px dashed;
    cursor: pointer;
}
div #city-selector-popup {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    -ms-border-radius: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 42px !important;
}
div #city-selector-popup .buttons {
    overflow: hidden;
    padding: 0;
    width: 300px;
}
div #city-selector-popup .buttons .button-1,
div #city-selector-window .buttons .button-1 {
    border: none;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 1px solid transparent;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
div #city-selector-popup .buttons #select-city-another {
    color: #00c0ef;
    background-color: #fff;
    border: 1px solid #00c0ef;
}
div #city-selector-popup .buttons #select-city-yes,
div #city-selector-window .buttons #cancel-city-select  {
    color: #fff;
    background-color: #00c0ef;
}
div #city-selector-popup .label {
    color: #666;
    font-size: 110%;
}
div #city-selector-popup .title {
    color: #000000;
    font-size: 110%;
    font-weight: bold;
}
.city-phone {
    text-align: center;
    z-index: 1;
    font-size: 180%;
    color: #00c0ef;
}
/*@media all and (max-width: 510px) {
    .city-phone {
        text-align: right;
        padding-right: 5px;
    }
}*/
@media all and (max-width: 1000px) {
    .city-phone {
        float: right;
        font-size: 120%;
        padding-right: 10px;
        line-height: 42px;
    }
    .city-phone:after {
        clear: both;
    }
    .city-selector {
        float: left;
        font-size: 100%;
        padding-left: 10px;
        line-height: 42px;
    }
}
/*@media all and (min-width: 1001px) {
    .city-phone {
        width: 980px;
    }
}
@media all and (min-width: 1281px) {
    .city-phone {
        width: 1200px;
    }
}*/
.city-phone a {
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.city-phone a:hover {
    color: #00c0ef;
}
.city-selector-header {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    background-color: #f6f6f6;
    padding: 0 20px;
}
#city-selector-window p {
    padding: 20px;
    color: #777;
}
#city-selector-window .city-search {
    margin: 0 20px;
}
#city-selector-window .search-box-text {
    display: inline-block;
    width: 100%;
    height: 43px;
    border: none;
    padding: 0 12px;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 14px;
    border: 1px solid #ddd;
}
#city-selector-window #city-search-result {
    margin: 20px;
}
#city-selector-window #city-search-result ul li {
    padding: 5px 10px;
}
#city-selector-window #city-search-result ul li:hover {
    background: #f6f6f6;
}
#city-selector-window #city-search-result ul li .city-name {
    font-weight: bold;
    font-size: 120%;
    color: #00c0ef;
}
#city-selector-window #city-search-result ul li .city-region {
    font-size: 90%;
    color: #aaaaaa;
}
#city-selector-window #city-search-result ul li .city-points {
    float: right;
    margin-top: -30px;
    font-size: 80%;
}
#city-selector-window #city-search-result ul li .city-points:after {
    clear: both;
}
#city-selector-window #city-search-result .empty-list {
    color: darkorange;
}
#city-selector-window .buttons {
    padding: 20px;
    text-align: right;
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



/*input.instant-search-busy {
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Pavilion/Content/ajax-loader-small.gif) !important;
	background-position: right center !important;
	background-repeat: no-repeat;
}*/

/* WITH CATEGORY */

.store-search-box span.search-box-text {
	display: inline-block;
	position: relative;
}
.store-search-box input.search-box-text {
	width: 220px !important;
	margin: 0 5px 0 0;
}
.store-search-box input.search-box-button {
	margin: 0 0 0 5px;
}
.store-search-box select {
	display: none;
	width: 52px;
	height: 43px;
	margin: 0 5px 0 1px;
	border: none;
	background-color: rgba(0,0,0,0.2);
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}
.store-search-box select:focus {
	color: #fff;
}
.store-search-box select option {
	background-color: #fff;
	padding: 0px 5px;
	color: #777;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 277px !important;
	height: auto !important;
	margin-top: 0 !important;
}
.instantSearch.resize {
}
.instantSearch .k-list-container {
	position: static !important;
	width: 100% !important;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.instantSearch .k-list {
    height: 100%;
}
.instantSearch .k-item {
	border-top: 1px solid #f6f6f6;
	cursor: pointer;
}
.instantSearch .k-item:first-child {
	border-top: none;
}
.instant-search-item {
	overflow: hidden;
	padding: 10px;
}
.instant-search-item .img-block {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background-color: #fff;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	margin: 0 0 0 90px;
	text-align: left;
	line-height: normal;
}
.instant-search-item .detail .title {
	margin: 5px 0;
	font-size: 14px;
}
.instant-search-item .detail .price {
	font-size: 14px;
	color: #f74258;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
	background-color: #f9f9f9;
}



@media all and (min-width: 481px) {

.store-search-box input.search-box-text {
	width: 390px !important;
}
.store-search-box input.search-box-text.narrow {
	width: 290px !important;
	margin: 0;
}
.store-search-box select {
	display: inline-block;
	width: 100px;
}
.instantSearch {
	width: 390px !important;
}
.instantSearch.resize {
	width: 100% !important;
}
.instant-search-item .detail {
	margin-right: 10px;
}
}


@media all and (min-width: 769px) {

.store-search-box input.search-box-text.narrow {
	width: 390px !important;
}
.store-search-box select {
	width: 200px;
}
}


@media all and (min-width: 1001px) {

.store-search-box input.search-box-text {
	width: 655px !important;
}
.store-search-box input.search-box-text.narrow {
	width: 450px !important;
}

.instantSearch.resize {
	width: 100% !important;
}

.store-search-box.full-width input.search-box-text {
	width: 918px !important;
}
.store-search-box.full-width input.search-box-text.narrow {
	width: 722px !important;
}
}


@media all and (min-width: 1281px) {

.store-search-box input.search-box-text {
    width: 835px !important;
}
.store-search-box input.search-box-text.narrow {
    width: 630px !important;
}

.store-search-box.full-width input.search-box-text {
	width: 1138px !important;
}
.store-search-box.full-width input.search-box-text.narrow {
	width: 942px !important;
}
}
/* Slider */
.slick-carousel,
.carousel-title {
    display: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** CONTAINERS ***/

.jCarouselMainWrapper {
	margin: 0 0 40px;
}
.jCarouselMainWrapper:first-of-type {
	margin-top: 0;
}
.jCarouselMainWrapper:last-of-type {
	margin-top: 60px;
}

.nop-jcarousel {
	position: relative;
}
.nop-jcarousel .carousel-title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 0 40px 5px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	text-transform: uppercase;
}

.nop-jcarousel .slick-slider {
    margin: 0 -12px;
}
.nop-jcarousel .carousel-item {
    padding: 0 12px;
}
.nop-jcarousel.product-grid .carousel-item {
    padding-bottom: 30px;
}
.nop-jcarousel .carousel-item .item-box {
    width: 100% !important; 
    margin: 0;
}
.nop-jcarousel.home-page-category-grid {
    display: block !important;
}

.jCarouselMainWrapper .category-grid .item-box .title{
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed title load on swipe*/
}
.carousel-item .ribbon-position {
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed ribbon load on swipe*/
}

.two-columns-area .nop-jcarousel.product-grid {
    background: none;
    border: none;
}
.two-columns-area .nop-jcarousel .item-box .product-item {
    border: 1px solid #e9e9e9 !important;
}
.nop-jcarousel .category-item:hover .title a, 
.nop-jcarousel .sub-category-item:hover .title a, 
.nop-jcarousel .manufacturer-item:hover .title a, 
.nop-jcarousel .vendor-item:hover .title a {
    color: #f74258;
}
.nop-jcarousel .category-item:hover .picture,
.nop-jcarousel .sub-category-item:hover .picture,
.nop-jcarousel .manufacturer-item:hover .picture,
.nop-jcarousel .vendor-item:hover .picture {
    opacity: 0.7;
}

/*** NAVIGATION ***/

.jCarouselMainWrapper .slick-prev,
.jCarouselMainWrapper .slick-next {
    position: absolute;
    top: -2px;
    width: 37px;
    height: 37px;
    border: none;
    font-size: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease;
}
.jCarouselMainWrapper .slick-prev {
	left: 0;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-prev.png);
	background-position: right center;
}
.jCarouselMainWrapper .slick-next {
	right: 0;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-next.png);
	background-position: left center;
}
.jCarouselMainWrapper .slick-prev:hover {
	background-color: #f74258 !important;
	background-position: left center;
}
.jCarouselMainWrapper .slick-next:hover {
	background-color: #f74258 !important;
	background-position: right center;
}

.jCarouselMainWrapper .nop-jcarousel .slick-disabled,
.jCarouselMainWrapper .nop-jcarousel .slick-disabled:hover {
    cursor: default;
    background-color: #DDD !important;
    opacity: .5;
}
.nop-jcarousel .slick-prev.slick-disabled,
.nop-jcarousel .slick-prev.slick-disabled:hover {
    background-position: right center;
}
.nop-jcarousel .slick-next.slick-disabled,
.nop-jcarousel .slick-next.slick-disabled:hover {
    background-position: left center;
}

.nop-jcarousel .slick-dots {
    text-align: center;
    font-size: 0;
    padding: 10px 0;
}
.nop-jcarousel .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.nop-jcarousel .slick-dots button {
    width: 10px;
	height: 10px;
	border-radius: 50%;
    border-width: 0;
    background-color: #a3a3a3;
	font-size: 0;
	transition: all 0.2s ease;
}
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover{
	background-color: #f74258;
}

.home-page-body .master-wrapper-content ~ .jCarouselMainWrapper {
    margin: 0;
}
.home-page-body .nop-jcarousel.manufacturer-grid {
    margin: 0;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 20px 0;
}
.home-page-body .nop-jcarousel.manufacturer-grid .slick-slider {
    margin: 0 auto;
}
.home-page-body .nop-jcarousel.manufacturer-grid .carousel-title {
    display: none !important;
}
.home-page-body .nop-jcarousel.manufacturer-grid .carousel-item {
    padding: 0 10px
}
.home-page-body .nop-jcarousel.manufacturer-grid .manufacturer-item {
    border: none;
}
.home-page-body .nop-jcarousel.manufacturer-grid .manufacturer-item .title {
    display: none;
}
.home-page-body .nop-jcarousel.manufacturer-grid .slick-dots {
    display: none !important;
}

@media all and (max-width: 1000px) {
	
.block.jCarouselMainWrapper {
}
.two-columns-area .jCarouselMainWrapper {
	padding-top: 30px;
}
.two-columns-area .slider-wrapper ~ .jCarouselMainWrapper {
	padding-top: 0;
}

}

@media all and (min-width: 1001px) {

.nop-jcarousel .carousel-title {
	padding: 0 0 5px;
	text-align: left;
}
.block.jCarouselMainWrapper {
	margin: -1px 0 0;
}
.jCarouselMainWrapper .slick-prev {
	right: 37px;
	left: auto;
} 

.home-page-body .nop-jcarousel.manufacturer-grid .slick-slider {
	width: 980px;
}

.side-2 .jCarouselMainWrapper {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}
.side-2 .jCarouselMainWrapper .carousel-title {
    margin: 0;
    border: none;
    padding: 15px 47px;
    font-size: 16px;
    text-align: center;
}

.side-2 .jCarouselMainWrapper .carousel-item {
    padding: 0;
}
.side-2 .nop-jcarousel .slick-slider,
.side-2 .nop-jcarousel.sub-category-grid {
    margin: 0;
}
.side-2 .nop-jcarousel .product-item,
.side-2 .nop-jcarousel .sub-category-item, 
.side-2 .nop-jcarousel .manufacturer-item, 
.side-2 .nop-jcarousel .vendor-item {
    border: none;
}
.side-2 .nop-jcarousel.product-grid .item-box .product-item {
    padding: 0;
}
.side-2 .jCarouselMainWrapper .slick-prev,
.side-2 .jCarouselMainWrapper .slick-next {
    background-color: transparent;
}
.side-2 .jCarouselMainWrapper .slick-prev {
    left: 10px;
    top: 10px;
}
.side-2 .jCarouselMainWrapper .slick-next {
    right: 10px;
    top: 10px;    
}
.side-2 .nop-jcarousel .slick-disabled,
.side-2 .nop-jcarousel .slick-disabled:hover {
    background-color: transparent !important;
}
.side-2 .nop-jcarousel .item-box .buttons-upper,
.side-2 .nop-jcarousel .item-box .buttons-lower {
    display: none;
}
.side-2 .jCarouselMainWrapper .slick-dots {
    padding: 18px 20px;
}


/*product-page custom carousel*/

.two-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.two-column-wrapper .ui-tabs {
	float: left;
	width: 68%;
}
.two-column-wrapper .ui-tabs .ui-tabs-panel {
	min-height: 208px;
}
.two-column-wrapper .jCarouselMainWrapper {
	float: right;
	width: 30%;
    margin: 0 0 40px;
}
 .two-column-wrapper .nop-jcarousel.product-grid {
	min-height: 208px;
	margin: 41px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.two-column-wrapper .carousel-title {
	margin: 0;
	border-color: #f0f0f0;
	padding: 11px 20px;
	font-size: 16px;
	text-align: center !important;
}
.two-column-wrapper .jCarouselMainWrapper .slick-prev {
	top: 8px;
	right: auto;
	left: 8px;
    background-color: transparent;
}
.two-column-wrapper .jCarouselMainWrapper .slick-next {
	top: 8px;
	right: 8px;
    background-color: transparent;
}
.two-column-wrapper .nop-jcarousel .slick-slider {
	margin: 0 !important;
}
.two-column-wrapper .nop-jcarousel .carousel-item {
    padding: 0;
}
.two-column-wrapper .nop-jcarousel .item-box .product-item {
	border: none;
}
.two-column-wrapper .nop-jcarousel .item-boxr:after {
	content: "";
	display: block;
	clear: both;
}
.two-column-wrapper .nop-jcarousel .picture {
	float: left;
	width: 40%;
	margin: 0;
	padding: 20px 10px 20px 20px;
}
.two-column-wrapper .nop-jcarousel .details {
	float: right;
	width: 60%;
	padding: 20px 20px 20px 10px;
	text-align: left;
}
.two-column-wrapper .nop-jcarousel .item-box .product-rating-box {
	margin-top: 5px;
}
.two-column-wrapper .nop-jcarousel .item-box .product-title {
	margin: 0 0 5px;
	padding: 0;
}
.two-column-wrapper .nop-jcarousel .item-box .prices {
	margin: 0;
	padding: 0;
}
.two-column-wrapper .nop-jcarousel .item-box .prices .actual-price {
    padding: 0;
}
.two-column-wrapper .nop-jcarousel .item-box .buttons-upper,
.two-column-wrapper .nop-jcarousel .item-box .buttons-lower {
	display: none;
	border: none;
}
.two-column-wrapper .nop-jcarousel .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

}

@media all and (min-width: 1281px) {

.home-page-body .nop-jcarousel.manufacturer-grid .slick-slider {
	width: 1200px;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.ajax-cart-button-wrapper {
	position: relative;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	position: absolute;
	top: 0;
	left: 0;
    width: 43px;
	height: 43px;
	border-width: 0 1px 0 0;
	border-color: #eee;
	text-align: center;
	vertical-align: middle;
}
.ajax-cart-button-wrapper input[type="button"] {
	vertical-align: middle;
}
.ajax-cart-button-wrapper select {
	padding: 0 2px 0 6px; /*chrome fix*/
}
.ajax-cart-button-wrapper input + button,
.ajax-cart-button-wrapper select + button {
	padding: 0 0 0 25px;
}
.product-list .ajax-cart-button-wrapper input[type="text"],
.product-list .ajax-cart-button-wrapper select {
	position: static;
	border-width: 1px;
	border-color: #e9e9e9;
}
.product-list .ajax-cart-button-wrapper input + button,
.product-list .ajax-cart-button-wrapper select + button {
	margin: 0 0 0 5px;
}

@media all and (max-width: 768px) {
	
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	display: none;
}
.ajax-cart-button-wrapper input + button,
.ajax-cart-button-wrapper select + button {
	margin: 0 !important;
	padding: 0 !important;
}	
}

@media all and (min-width: 1001px) {
	
.product-grid .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.product-grid .item-box:hover .ajax-cart-button-wrapper select {
	border-width: 1px 1px 0 0;
}
.product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.product-grid .item-box:hover .ajax-cart-button-wrapper select + button {
	padding: 0 0 0 30px;
}
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6; /*to be matched to theme overlay*/
}
.nopAjaxCartPanelAjaxBusy {
    position: fixed;
	top: 0;
	left: 0;
    z-index: 1070;
    width: 100% !important;
    height: 100% !important;
	background-color: rgba(255,255,255,0.9)
}
.miniProductDetailsPanelAjaxBusy {
	display: none;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    width: 100% !important;
    height: auto; /*if fixed, loader will be always visible*/
    background-color: rgba(255,255,255,0.9)
}
.nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 2px;
	background-color: #f74258;
	animation: animate 0.5s linear infinite;
}
.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 5px;
	margin: 35px 0 0 -25px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.1;
	animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
@keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
    padding: 20px;
}
.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #f74258;
}


/* COMMON WINDOW STYLES */


.ajaxCart {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	/*width: 480px !important;*/
	margin: 0 0 0 -240px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
	padding: 0 !important;
}
.ajaxCart .k-window-titlebar {
	margin: 0 !important;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
}
.ajaxCart .k-window-titlebar .k-window-actions a {
	display: block;
	width: 37px;
	height: 37px;
	background: #f9f9f9 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Pavilion/Content/images/close.png) center no-repeat;
	font-size: 0;
}

.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 15px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
    text-transform: uppercase;
}
.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartWindowImage {
    float: left;
	width: 32%;
	padding: 20px 10px 20px 20px;
}
.productAddedToCartWindowImage a {
	display: block;
	font-size: 0;	
}
.productAddedToCartWindowImage img {
	width: 100%;
}

.productAddedToCartWindowDescription {
    float: right;
	width: 68%;
	padding: 20px 20px 20px 10px;
}
.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #333;
}
.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	color: #00a1b1;
}
.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 0 10px;
}

.productAddedToCartWindowSummary {
    clear: both;
	border-top: 1px solid #e9e9e9;
    padding: 15px 25px;
    text-align: center;
}
.productAddedToCartWindowSummary a {
	display: inline-block;
	margin: 13px 10px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.productAddedToCartWindowSummary a:hover {
	color: #f74258;
}
.productAddedToCartWindowSummary div {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.productAddedToCartWindowSummary .button-1 {
	min-width: 145px;
	border: none;
	background-color: #f74258;
	padding: 13px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.productAddedToCartWindowSummary .button-1:hover {
	outline-color: #f74258;
}


/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
	margin: 10px 0;
}
.ajaxCart .product-grid .title {
	margin: 0;
	border: none;
	background-color: #f9f9f9;
	padding: 15px 25px;
	text-align: center;
	font-size: 14px;
}
.ajaxCart .product-grid .item-box {
	margin: 0;
}
.ajaxCart .item-box .product-item {
	border: none;
	padding: 10px;
}
.ajaxCart .item-box .details .product-title {
	height: 35px;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}
.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons-upper,
.ajaxCart .item-box .buttons-lower {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.ajaxCart .item-box .details .prices {
	margin: 0;
}


/* PRODUCT DETAILS WINDOW */


.miniProductDetailsView .product-overview-line {
	border-top: 1px solid #e9e9e9;
}
.miniProductDetailsView .product-overview-line:first-child {
	border: none;
}
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
	border: none;
	padding: 0;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
	width: 32%;
	padding: 20px 10px 20px 20px;
}
.miniProductDetailsView .gallery .picture {
	width: auto;
}
.miniProductDetailsView .gallery .picture:before {
	display: none; /*remove if you need an absolute position*/
}
.miniProductDetailsView .gallery .picture img {
	position: static; /*remove if you need an absolute position*/
	width: 100%;
}
.miniProductDetailsView .overview {
    float: right;
	width: 65%;
	padding: 20px 20px 20px 10px;
}
.miniProductDetailsView .product-variant-name {
	margin: 0 0 10px;
	font-size: 14px;
	color: #333;
}
.miniProductDetailsView .short-description {
	max-height: 80px;
	margin: 0 0 10px;
	overflow: hidden;
}
.miniProductDetailsView .price-input {
	margin: 0 0 10px; /*customer entered price*/
}
.miniProductDetailsView .attributes {
	margin: 15px 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float: left;
}
.miniProductDetailsView .giftcard {
	margin: 0;
	padding: 20px;
}
.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #f74258;
}
.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

.product-list .item-box .ribbon-wrapper {
	float: none;
}

}

@media all and (min-width: 481px) {

.spc-categories .ribbon-wrapper,
.bestsellers .ribbon-wrapper {
	position: static;
}

}

@media all and (min-width: 769px) {

.product-list .item-box .ribbon-wrapper {
	width: 280px;
}
.product-list .item-box .ribbon-wrapper .picture {
	float: none;
	width: auto;
}

}
 /*
* Copyright 2014 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;
	margin: 0px 8px;
	vertical-align: middle;
}
.quick-view-button a {
    display: block;
	width: 30px;
	height: 30px;
	background: #888 url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/quick-view.png) center no-repeat;
	font-size: 0px;
	transition: all 0.2s ease 0s;
}
.quick-view-button a:hover {
	background-color: #f74258;
}
.product-list .quick-view-button {
	margin: 0 2px;
}
.product-list .quick-view-button a {
	width: 37px;
	height: 37px;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/quick-view-list.png);
}


/* DATA LOADER */


.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6; /*to be matched to theme overlay*/
}
.k-overlay + .k-overlay {
	display: none !important;
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	/*background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/loader.gif) center no-repeat;*/
}
.quickView .k-loading-image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 2px;
	background-color: #f74258;
	animation: animate 0.5s linear infinite;
}
.quickView .k-loading-image:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 5px;
	margin: 35px 0 0 -25px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.1;
	animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
@keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}


/* MAIN WINDOW & HEADERS */


.quickView {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
    box-shadow: 0 1px 5px #666;
    background-color: #fff;
	padding-top: 0 !important;
}
@media all and (max-width: 768px) {
    .quickView {
        width: 90%;
	margin: 0 0 0 -45%;
    }
}
@media all and (min-width: 769px) {
    .quickView {
        width: 730px;
	margin: 0 0 0 -365px;
    }
}

.quickView .k-window-titlebar {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	font-size: 0;
}
.quickView .k-window-titlebar .k-window-actions {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.quickView .k-window-titlebar .k-window-actions a {
	display: block;
	width: 37px;
	height: 37px;
	background: #f9f9f9 url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/close.png) center no-repeat;
	font-size: 0;
}

.quickView .product-essential {
	float: none;
	width: auto;
    margin: 0;
	padding: 0;
}
.quickView .popup-header h1 {
	margin: 0;
	padding: 20px 25px 0;
	text-align: center;
	font-size: 22px;
	color: #333;
}


/* PRODUCT GALLERY */


.quickView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
    width: 40%;
	margin: 0;
	padding: 20px 15px 20px 30px;
}
.quickView .gallery .picture {
	border: none; /*placing border here will confuse #warp element's width*/
	text-align: center;
	font-size: 0;
}
.quickView .gallery .picture a {
	display: block;
	width: 250px;
	max-width: 100%;
	height: 250px;
	margin: auto;
	overflow: hidden;
}
.quickView .gallery .picture:before,
.quickView .gallery .picture a:before {
    display: none; /*theme specific, change if necessary*/
}

.quickView .cloudzoom-zoom-inside {
    bottom: auto !important;
}

.quickView .thumbnails {
    margin: 10px 0 0;
	overflow: hidden;
}
.quickView .thumbnails a {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
	overflow: hidden;
    position: relative;
}
.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 {
	max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.quickView .links-panel {
    margin: 20px 0 0;
}
.quickView .links-panel a {
	font-size: 13px;
	font-weight: bold;
	transition: all 0.2s ease;
}
.quickView .links-panel a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	margin: 0 0 0 8px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/arrow-right.png) center no-repeat;
	vertical-align: middle;
}
.quickView .links-panel a:hover {
	color: #f74258;
}
.quickView .links-panel a:hover:after {
	margin: 0 0 0 9px;
}


/* PRODUCT OVERVIEW */


.quickView .overview {
    float: right;
    width: 60%;
	margin: 0;
	padding: 20px 30px 20px 15px;
}

.quickView .ui-accordion {
	position: relative;
}
.quickView .ui-accordion-header {
	position: relative;
	margin: 0 0 -1px;
	border-width: 1px 1px 3px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 15px 30px 12px 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;  
}
.quickView .ui-accordion-header-active {
	border-bottom-color: #f74258;
}
.quickView .ui-accordion-header span {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 32px;
    height: 32px;
	margin: -16px 0 0;
	background-color: #888;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/accordion-sprite.png);
	background-repeat: no-repeat;
    cursor: pointer;
}
.quickView .ui-accordion-header-active span {
	background-color: #f74258;
}
.quickView .ui-icon-circle-arrow-s {
    background-position: center -32px;
}
.quickView .ui-icon-circle-arrow-e {
    background-position: center 0;
}
.quickView .ui-accordion-content {
	position: relative;
	overflow: hidden;
	padding: 18px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* prevent scrolls fix*/     
}

.quickView .overview .left {
    float: left;
	width: 70%;
	margin: 0 0 10px;
    text-align: left;
}
.quickView .overview .left > div {
    margin: 5px 0;
}
.quickView .overview .free-shipping,
.quickView .overview .delivery-date {
	margin: 5px 0;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Pavilion/Content/images/delivery-sprite.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}
.quickView .overview .free-shipping {
	background-position: left -19px;
}
.quickView .overview .delivery-date {
	background-position: left 0;
}
.quickView .overview .stock {
	margin: 0 0 10px;
}

.quickView .overview .right {
    float: right;
	width: 30%;
	margin: 0 0 10px;
    text-align: right;
}
.quickView .overview .right > div {
	display: inline-block;
}

.quickView .overview .right + div {
	clear: both;
}

.quickView .overview .attributes li {
	margin: 8px 0 0;
}
.quickView .overview .attributes select {
    max-width: 350px; /*depending on window width*/
}
.quickView .overview .attributes .color-squares li {
	margin: 5px 10px 5px 0;
}
.quickView .giftcard input[type="text"],
.quickView .giftcard textarea {
	min-width: 0;
	width: 250px;
	resize: none;
}
.quickView .prices-table {
	display: none;
}
.quickView .overview .purchase-area {
	overflow: hidden;
}
.quickView .overview .title {
    display: none;
}


/* PRODUCT GRIDS */


.quickView .product-content {
	overflow: hidden;
}
.quickView .product-grid {
	margin: 10px 0 0;
}
.quickView .product-grid .title {
	margin: 0;
	border: none;
	background-color: #f9f9f9;
	padding: 15px 25px;
	text-align: center;
	font-size: 14px;
}
.quickView .product-grid .item-grid {
	padding: 20px;
}
.quickView .item-box {
    width: 18%;
    margin: 0 0 10px 2.5%;
    overflow: hidden;
}
.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;
	margin-left: 0;
}
.quickView .item-box .product-item {
	border: none;
	padding: 0;
}
.quickView .item-box .picture {
	margin: 0 0 10px;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .tax-shipping-info,
.quickView .item-box .description,
.quickView .item-box .old-price,
.quickView .item-box .buttons-upper,
.quickView .item-box .buttons-lower {
	display: none;
}
.quickView .item-box .details .prices {
	margin: 0;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
    margin: 0 0 15px;
}
.quickView .product-variant {
    position: relative;
    float: left;
    width: 48%;
	height: 160px; /*fixed height because of js height bug*/
	margin: 1%;
	border: 1px solid #ddd;
	overflow: hidden;
    text-align: center;
}
.quickView .variant-picture {
	width: 100%;
	height: 100%;
	margin: 0;
}
.quickView .variant-picture:before {
	padding-top: 121%;
}
.quickView .variant-picture a {
	display: block;
	height: 100%;
	overflow: hidden;
}
.quickView .variant-picture a img {
	bottom: auto;
}
.quickView .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    background-color: rgba(255,255,255,0.7);
	padding: 5px;
    text-align: center;
    font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
    transition: all 0.5s ease;
}
.quickView .variant-info {
    position: absolute;
	top: 1px;
    left: -100%;
    width: 100%;
	height: 100%;
    background-color: rgba(255,255,255,0.7);
	padding: 10px;
    text-align: center;
    font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
    transition: all 0.5s ease;
}
.quickView .product-variant:hover .moreInfoHover {
	left: 101%;
}
.quickView .product-variant:hover .variant-info {
	left: 1px;
}
.quickView .variant-info .variant-name {
	max-height: 30px;
	margin: 0 0 5px;
    overflow: hidden;
	font-size: 12px;
}
.quickView .variant-info .variant-name a {
	display: block;
}
.quickView .variant-info .prices {
    float: none;
    height: auto;
	margin: 0;
}
.quickView .variant-info .prices label {
    display: none;
}
.quickView .variant-info .product-price {
	font-size: 15px;
	margin: 0;
}
.quickView .variant-info .tax-shipping-info {
	display: none;
}
.quickView .variant-grid-info .manufacturers {
	margin: 0;
}
.quickView .variant-grid-info .compare-products {
	display: none;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/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(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

.link-rss,
.ajax-loading-block-window:before,
.eu-cookie-bar-notification button,
.header-logo a img,
.mini-shopping-cart input.checkout-button,
.mini-shopping-cart input[type="button"]:only-child,
.store-search-box .search-box-button,
.two-columns-area .owl-carousel .owl-dot.active span,
.newsletter-email .newsletter-subscribe-button,
.footer-block .title:after,
.footer-block.quick-contact span:before,
.poll .buttons input,
.contact-vendor-button,
.item-box .rating div,
.item-box .buttons-upper input[type="button"]:hover,
.item-box .buttons-lower button span:before,
.item-box .buttons-lower button span:after,
.pager li > span,
.product-review-box .rating div,
.download-sample-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription-page .button-1,
.ui-tabs .ui-tabs-nav li a:after,
.write-review .button-1,
.update-wishlist-button,
.wishlist-add-to-cart-button,
.compare-products-page .remove-button:hover,
.enter-password-form input[type="submit"],
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
#check-availability-button:hover,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.login-page .customer-blocks .title.active,
.block-account-navigation .list a:hover,
.block-account-navigation .list a.active,
.account-page ul.info + .buttons input:hover,
.downloadable-products-page .download a:hover,
.order-progress li.active-step a,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button,
.cart-collaterals .accordion-tab-title:after,
.cart-collaterals .estimate-shipping-button,
.cart-collaterals .coupon-code input[type="submit"],
.order-details-page .page-title a,
.order-details-page .actions .re-order-button,
.order-details-page .actions .return-items-button,
.opc .back-link a:hover,
.basic-search .inputs.reversed label:after,
.search-input .button-1,
.new-comment .button-1,
.news-list-homepage .view-all a,
.forum-search-box .search-box-button,
.forums-table-section .view-all a,
.forum-actions .actions a:hover,
.topic-actions .actions a:hover,
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover,
.topic-post .post-actions .quote-post-button,
.topic-post .post-vote > span,
.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1,
/*plugins*/ .nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before,
.productAddedToCartWindowSummary .button-1,
.selected-options-list > li span:after,
.ui-slider-range,
.ui-slider-handle,
.productPanelAjaxBusy:before,
.infinite-scroll-loader:before,
.nivo-directionNav a:hover,
.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.spc-header li span:after,
.spc-body .loading-overlay:before,
.previous-product a:hover,
.next-product a:hover,
.quick-view-button a:hover,
.quickView .k-loading-image:before,
.quickView .ui-accordion-header-active span,
.ropc .section .title:after,
.ropc .estimate-shipping button,
.ropc .coupon-box-panel .coupon-code button,
.ropc .giftcard-box-panel .coupon-code button,
.ropc .complete-button button,
.rich-blog-homepage .owl-prev:hover,
.rich-blog-homepage .owl-next:hover,
.post-navigation a:hover,
.theme-roller .open-button:hover,
.k-edit-buttons.k-state-default button.k-dialog-insert.k-button,
button.ticket-info-button.k-button:before,
.ticket-buttons .tb-right .k-button.show-reply-button:before,
.ticket-buttons .tb-right .k-button.mark-resolved-button:before,
.ticket-buttons .tb-right .k-button.notes-button:before,
.ticket-buttons .tb-right .k-button.edit-ticket-button:before,
.ticket-buttons .tb-right .k-button.delete-ticket-button:before,
#submit-reply .buttons .k-button,
.my-tickets-page .clear-filters,
.manage-tickets-page .clear-filters,
.k-pager-numbers span.k-state-selected,
.k-widget.confirmation-wrapper button,
.filter-shops-button,
.shop-page .back-to-all-shops a:hover:before,
.shop-map-images .get-directions-to-shop:hover:after,
.cloudzoom-ajax-loader:before,
.gallery .slick-dots .slick-active button,
.overview .submit-ticket-button:hover {
  background-color: #00c0ef;
}
.cart .edit-item a,
.ui-dialog-titlebar,
.mini-shopping-cart input.cart-button,
.footer-block a:hover,
.footer-powered-by a,
.footer-designed-by a,
.block .list a:hover,
.block .view-all a:hover,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.breadcrumb strong,
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a,
.sub-category-details .inner-title,
.manufacturer-details .inner-title,
.sub-category-details li a:hover,
.vendor-list li a:hover,
.overview .value a,
.variant-overview .value a,
.tier-prices .item-price,
.product-tags-list a:hover,
.product-reviews-page h1 a:hover,
.product-review-helpfulness .vote:hover,
.update-wishlist-button:hover,
.wishlist-page .share-info a,
.enter-password-title,
.accept-privacy-policy .read,
.login-page .forgot-password a:hover,
.login-page .checkout-as-guest-button:hover,
.account-page .form-fields a,
.return-request-list-page a:hover,
.avatar-page .remove-avatar-button:hover,
.common-buttons input:hover,
.terms-of-service a,
.order-completed .details a,
.order-details-page .page-title a:hover,
.order-details-page .download a,
.order-details-page .view-details a,
.order-details-page .actions input:hover,
.sitemap-page a:hover,
.post-body a,
.news-body a,
.blog-page .tags a,
.blogpost-page .tags a,
.blog-posts .read-more:hover,
.blog-posts .read-comments:hover,
.news-items .read-more,
.forum-search-page .search-error,
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover,
.topic-post .post-actions .post-link-button,
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover,
.private-messages .button-2:hover,
.private-messages-page .pm-unread,
.profile-page .topic-title a:hover,
.vendorinfo-page .remove-picture-button:hover,
/*plugins*/ .productAddedToCartWindowSummary a:hover,
.filtersGroupPanel li.checked .filter-item-name,
.spc-categories .category-inner-title,
.spc-categories .category-sublist li a:hover,
.instant-search-item .detail .price,
.quickView .links-panel a:hover,
.ropc .cart .remove-product:hover,
.rich-blog-homepage .read-comments,
.blog-instant-search .k-item.rich-blog-autocomplete-last-item,
.blog-page .read-comments,
.category-list li a,
.related-posts-list li a,
.search-term-highlighter,
.order-details-page .product .submit-ticket-button,
.getUserGeoLocation:hover,
.align-map-button:hover,
.shops-item .show-directions:hover,
.shop-page .back-to-all-shops a:hover,
.shop-map-images .get-directions-to-shop:hover,
.shop-info a,
.nop-jcarousel .category-item:hover .title a,
.nop-jcarousel .sub-category-item:hover .title a,
.nop-jcarousel .manufacturer-item:hover .title a,
.nop-jcarousel .vendor-item:hover .title a {
  color: #00c0ef;
}
.mini-shopping-cart input.checkout-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover,
.poll .buttons input:hover,
.contact-vendor-button:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.back-in-stock-subscription-page .button-1:hover,
.write-review .button-1:hover,
.wishlist-add-to-cart-button:hover,
.enter-password-form input[type="submit"]:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.cart-collaterals .estimate-shipping-button:hover,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.search-input .button-1:hover,
.new-comment .button-1:hover,
.news-list-homepage .view-all a:hover,
.forums-table-section .view-all a:hover,
.topic-post .post-actions .quote-post-button:hover,
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover,
.private-messages .button-1:hover,
/*plugins*/ .productAddedToCartWindowSummary .button-1:hover,
.ropc .estimate-shipping button:hover,
.ropc .complete-button button:hover,
.page-body form > .buttons .k-button:hover,
#submit-reply .buttons .k-button:hover,
.my-tickets-page .clear-filters:hover,
.manage-tickets-page .clear-filters:hover,
.filter-shops-button:hover {
  outline-color: #00c0ef;
}
.cart-collaterals .active .accordion-tab-title,
/*plugins*/ .quickView .ui-accordion-header-active,
.ropc .section .title.active {
  border-bottom-color: #00c0ef;
}
.order-progress li.active-step a:after {
  border-left-color: #00c0ef;
}
/* JCarousel Styling */

.jCarouselMainWrapper .slick-prev:hover,
.jCarouselMainWrapper .slick-next:hover,
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover {
  background-color: #00c0ef !important;
}
/* secondary color */

.footer-upper,
.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active {
  background-color: #3a4547;
}
.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.item-box .actual-price,
.overview .product-price,
.variant-overview .product-price,
.compare-products-table .product-price td,
.cart-total .order-total,
/*plugins*/ .productAddedToCartWindowDescription .price {
  color: #3a4547;
}
.ui-datepicker-calendar .ui-state-active {
  outline-color: #3a4547;
}
@media all and (max-width: 1000px) {
  .responsive-nav-wrapper > div,
  .plus-button {
    background-color: #00c0ef;
  }
  .category-page-body .page-title h1,
  .manufacturer-page-body .page-title h1,
  .manufacturer-all-page-body .page-title h1,
  .vendor-all-page-body .page-title h1,
  .vendor-page-body .page-title h1,
  .product-tags-all-page-body .page-title h1,
  .products-by-tag-page-body .page-title h1,
  .recently-viewed-products-page-body .page-title h1,
  .recently-added-products-page-body .page-title h1,
  .compare-products-page-body .page-title h1,
  /*plugins*/ .spc-categories .category-title {
    color: #00c0ef;
  }
  /* secondary color */
  
  .admin-header-links,
  .store-search-box {
    background-color: #3a4547;
  }
  .responsive-nav-wrapper-parent {
    border-top-color: #3a4547;
  }
}
@media all and (min-width: 481px) {
  /*plugins*/
  
  .spc-categories .product-box-add-to-cart-button:hover {
    background-color: #00c0ef;
  }
}
@media all and (min-width: 769px) {
  .bestsellers .owl-prev:hover,
  .bestsellers .owl-next:hover,
  .product-selectors .product-viewmode a.selected,
  .product-list .item-box .buttons-lower button,
  .topic-post .post-actions .manage-post a:hover {
    background-color: #00c0ef;
  }
  .product-list .item-box .buttons-lower button:hover {
    outline-color: #00c0ef;
  }
  /*plugins*/
  
  .ropc .section .title {
    border-bottom-color: #00c0ef;
  }
}
@media all and (min-width: 1001px) {
  .cart-trigger:before,
  .flyout-cart-wrapper:hover .cart-trigger,
  .category-navigation-title:after,
  .product-grid.bestsellers .item-box .buttons-lower input:hover,
  .product-grid.bestsellers .item-box .buttons-lower button:hover,
  .product-grid .item-box:hover .buttons-lower button,
  .product-grid .item-box:hover .buttons-lower button span,
  /*plugins*/ .spc-categories .spc-header li:hover span,
  .spc-categories .spc-header li.active span,
  .spc-categories .product-grid .item-box input.button-2:hover,
  .spc-categories .product-grid .item-box button.button-2:hover,
  .rich-blog-body .block:hover .title,
  .rich-blog-body .blog-search-box.active .search-box-button {
    background-color: #00c0ef;
  }
  .side-2 .page-title h1,
  .category-navigation-list > li:hover > a,
  .category-navigation-list > li:hover > span,
  .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
  .header-menu > ul > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
  .breadcrumb a:hover,
  .compare-products-page .clear-list,
  /*plugins*/ .category-navigation-list > li > .sublist-wrap > .sublist .box li a:hover,
  .header-menu > ul > li > .sublist-wrap > .sublist .box li a:hover,
  .spc-categories .category-info:hover .category-title {
    color: #00c0ef;
  }
  /*plugins*/
  
  .ropc .coupon-box-panel .coupon-code button:hover,
  .ropc .giftcard-box-panel .coupon-code button:hover {
    outline-color: #00c0ef;
  }
  .flyout-cart-wrapper:hover .cart-trigger {
    border-color: #00c0ef;
  }
  .header-links,
  .header-selectors {
    border-top-color: #00c0ef;
  }
  .category-navigation-list > li > .sublist-wrap > .sublist > li > a,
  .header-menu > ul > li > .sublist-wrap > .sublist > li > a,
  /*plugins*/ .category-navigation-list > li > .sublist-wrap > .sublist .box .title,
  .header-menu > ul > li > .sublist-wrap > .sublist .box .title {
    border-bottom-color: #00c0ef;
  }
  /* secondary color */
  
  .header-lower {
    background-color: #3a4547;
  }
}

