/* Minification failed. Returning unminified contents.
(8635,94): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(8635,111): run-time error CSS1035: Expected colon, 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;
	font-family: 'Open Sans', sans-serif; /*add default font by google fonts*/
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
 input[type="reset"]::-moz-focus-inner,  input[type="button"]::-moz-focus-inner,  input[type="submit"]::-moz-focus-inner,  input[type="file"] > input[type="button"]::-moz-focus-inner {
 margin: 0;
 border: 0;
 padding: 0;
}
input[type="submit"],  input[type="reset"],  input[type="button"],  input[type="text"],  input[type="password"],  textarea {
	border-radius: 0;
}
input[type="button"],  input[type="submit"],  input[type="reset"] {
	-webkit-appearance: none;
}
 input:-webkit-autofill {
 -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.master-wrapper-page {
	background: url(/Themes/Lavella/Content/img/texture.jpg);
}
.master-column-wrapper {
	margin-bottom: 10px;
}
.master-column-wrapper:after {
	clear: both;
	content: "";
	display: block;
}
.master-wrapper-page .h-wrapper {
	background: #fff;
	padding-top: 10px;
}
script {
	display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
	max-width: 100%;
	background: #fff;
	font: normal 12px sans-serif;
	overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}
h1, h2, h3, h4, h5, h6 {
}
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 #ccc;
	padding: 8px;
	vertical-align: middle;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,  input[type="password"]:focus,  textarea:focus, select:focus {
	border-color: #999;
}
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;
}
.center-1 {
	margin: 0 auto;
	width: 94%;
}
.center-2, .side-2 {
	margin: 0 auto;
	width: 94%;
}
.page {
	text-align: center;
}
.page-title {
	margin: 0 0 38px;
}
.page-title h1 {
	color: #666666;
	font-family: 'open sans';
	font-size: 20px;
	font-weight: lighter;
	border-bottom: 1px dotted #D8CFC8;
	border-top: 1px dotted #D8CFC8;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.page:after,  .page-title:after,  .page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(/Themes/Lavella/Content/img/rss-icon.png) no-repeat;
	text-indent: 999px;
}
.category-description ul,  .manufacturer-description ul,  .full-description ul,  .topic-block ul,  .topic-page ul,  .post-body ul,  .custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description,  .manufacturer-description,  .full-description,  .topic-block,  .topic-page,  .post-body {
	text-align: left;
}
.category-description ol,  .manufacturer-description ol,  .full-description ol,  .topic-block 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,  .full-description p,  .topic-block p,  .topic-page p,  .post-body p,  .news-body p,  .custom-tab p {
	margin: 10px 0;
}
.flyout-cart {
	display: none;
}
#goToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #f0e5e1 url(/Themes/Lavella/Content/img/clear-arrow-up.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	opacity: 0.6;
	border: 1px solid #fff;
	z-index: 15;
}
#goToTop:hover {
	background-position: center 40%;
}
/*fix for animation*/
.home-page-category-grid .item-box .title a:after {
	visibility: visible;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
}
.fieldset .title,  .section .title {
	margin: 0 0 10px;
}
.fieldset .title strong,  .section .title strong {
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 0 0 10px;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
}
.inputs:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
	font-size: 12px;
}
.inputs input[type="text"],  .inputs input[type="password"],  .inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.inputs .option-list {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.inputs .option-list li {
	float: left;
}
.inputs .option-list label {
	width: auto;
}
.inputs.reversed {
	margin: 0 0 30px;
	text-align: center;
}
.required {
	margin: 0 0 0 6px; /*siblings offset fix*/
	font-size: 11px;
	color: #c00;
	position: absolute;
}
.message-error,  .field-validation-error,  .not-available-status,  .poll-vote-error,  .password-error {
	display: block;
	font-size: 13px;
	color: #c00;
	margin-top: 10px;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box input {
	height: auto;
}
.captcha-box > div {
	display: inline-block;
}
.inputs.custom-attributes {
	white-space: normal;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #9b0;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #f00;
}
.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: 32px; /*even numbers only*/
	height: 32px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Lavella/Content/img/close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}
.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
	color: #888;
	font-family: 'open sans';
}
.ui-dialog-titlebar {
	overflow: hidden;
	background: #ddd url(/Themes/Lavella/Content/img/headpad.png) top repeat-x;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Lavella/Content/img/close.png) center no-repeat;
	text-indent: 999px;
	border-radius: 100%;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
}
.ui-dialog-titlebar button:hover {
	border: 2px solid #fff;
	transform: rotate(360deg);
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}
/* EU pop-up */

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1002;
	width: 320px;
	height: 180px;
	margin: -90px 0 0 -160px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
	background: #fff;
	padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: none;
	background: #d1e7a0;
	padding: 8px 12px;
	font-size: 14px;
	color: #666;
}
.eu-cookie-bar-notification button:hover {
	opacity: 0.8;
}
.eu-cookie-bar-notification a {
	display: block;
	font-weight: bold;
	color: #333;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}
.noscript {
	border-bottom: 1px solid #333;
	background-color: #ff9;
	padding: 30px 15px;
	text-align: center;
	line-height: 22px;
	color: #444;
}


/*********** HEADER & NAVIGATION ***********/



.header-links .account {
	color: #555;
}
.admin-header-links {
	text-align: center;
	border-bottom: 1px dotted #e2e2e2;
	background: #fff;
}
.admin-header-links a {
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}
.admin-header-links {
	line-height: 35px;
}
.admin-header-links .impersonate a {
	display: inline-block;
}
.header {
	position: relative;
	z-index: 1002;
	margin: 0 auto 10px;
	text-align: center;
	width: 95%;
}
.header:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-logo {
	padding: 0 0 20px;
	text-align: center;
}
.logo > img {
	background: #9ca34e;
}
.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e2e2e2;
}
.header-links {
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 3.5px 7px;
	padding: 0 15px;
	height: 32px;
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-ms-transition: all .35s ease;
}
.header-links li#topcartlink {
	background: none;
}
.header-links li#topcartlink .cart-label {
	display: none;
}
.header-links li:hover a,  .header-links li:active a {
	color: #9ca34e;
}
.header-links span,  .header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
	height: 32px;
}
.header-links a span + span {
	margin-left: 7px;
}
.header-links .cart-qty {
	background: url(/Themes/Lavella/Content/img/cart-icon.png) left center no-repeat;
}
.search-box form {
	display: inline-block;
	position: relative;
}
.search-box form:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.search-box input.search-box-text {
	float: left;
	width: 260px !important;
	height: 36px;
	border: none;
	border-bottom: 1px solid #eee;
	color: #999;
}
.search-box .search-box-button {
	width: 36px;
	height: 36px;
	border: 1px solid transparent;
	overflow: hidden;
	background: url(/Themes/Lavella/Content/img/search_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: 999px;
	position: absolute;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
	z-index: 1002 !important;
	width: 256px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}
.header-selectors-wrapper {
	/*set font-size to 0 if child div is inline-block*/
	max-height: 32px;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
.header-selectors-wrapper select {
	width: 50px;
}
.header-selectors-wrapper .header-currencyselector .select {
	height: 33px;
}
.header-selectors-wrapper .select select option {
	height: 30px;
	padding: 5px;
	min-width: 70px;
}
.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: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
	background: url(/Themes/Lavella/Content/img/texture.jpg);
}
.footer-upper {
	margin: 0 0 36px;
	overflow: hidden;
}
.footer-upper .newsletter .title {
	font: normal 20px/39px 'Open Sans', sans-serif;
	color: #666;
	text-transform: uppercase;
	border: 1px dotted #D8CFC8;
	border-left: none;
	border-right: none;
	font-weight: lighter;
	text-align: center;
}
.footer-upper .newsletter .title strong {
	font-weight: lighter;
}
.footer-upper h2 {
	font: normal 20px/39px 'Open Sans', sans-serif;
	color: #666;
	text-transform: uppercase;
	border: 1px dotted #D8CFC8;
	border-left: none;
	border-right: none;
	background: none;
}
.footer-block {
}
.footer-block .title {
	margin: 0 0 10px;
}
.footer-middle {
	margin: 0;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer-middle h3 {
	font-size: 20px;
	font-family: 'Open sans', sans-serif;
	color: #666;
	font-weight: normal;
	background: #d1e7a0;
	line-height: 20px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	width: 480px;
	border-bottom: 1px solid #bccf90;
}
.footer-middle h3 span {
	background: url(/Themes/Lavella/Content/img/leaves_footer.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}
.footer-middle ul li a,  .footer-middle ul li {
	font-size: 14px;
	color: #888;
	line-height: 38px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	font-family: 'open sans';
	display: block;
}
.footer-middle ul li a:hover {
	color: #9ca34e;
	padding-left: 5px;
}
.footer-middle .networks li a:hover {
	margin-left: 0;
}
.footer-middle .networks li {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 12px 4px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.footer-middle .networks li a {
	background: url(/Themes/Lavella/Content/img/soc-spr.png);
	background-repeat: no-repeat;
	height: 28px;
    font-size: 0;
}
.footer-middle .networks .vimeo a {
	background: url(/Themes/Lavella/Content/img/vm.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.footer-middle .networks .facebook a {
	background-position: 1px center;
}

.footer-middle .networks li.twitter a {
	background-position: -25px center;
}
.footer-middle .networks .pinterest a {
	background-position: -51px center;
}

.footer-middle .networks .rss a {
	background-position: -77px center;
}


.footer-middle .networks .youtube a {
	background-position: -104px center;
}

.footer-middle .networks .google-plus a {
	background-position: -129px center;
}
.footer-middle .networks .instagram a {
    background: url(/Themes/Lavella/Content/img/instagram.png) no-repeat center !important;
}


.newsletter-email {

	background: rgba(248,219,206,.2);
	padding-top: 25px;
	text-align: center;
}
.newsletter-email input[type="text"] {
	width: 220px;
	height: 36px;
}
.newsletter-email .options {
	padding: 24px 0;
}
.newsletter-email .options span {
    margin: 0 5px;
}
.newsletter-email input[type="button"] {
	background: none repeat scroll 0 0 #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	display: block;
	margin: 10px auto 0;
}
.newsletter-email input[type="button"]:hover {
	border: 1px solid #fff;
}
.newsletter-email > div >input.newsletter-subscribe-button,  .newsletter-email > div >input.newsletter-unsubscribe-button {
	display: inline-block;
	margin: 5px 10px;
	overflow: hidden;
	width: 150px;
}
.newsletter-validation,  .newsletter-result-block {
	width: 100%;
	overflow: hidden;
	line-height: 28px;
}
.newsletter-validation .please-wait {
	display: none !important;
}
.newsletter-result {
	margin: 10px 0 0;
	text-align: center;
}
.accepted-payment-methods {
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li {
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url(/Themes/Lavella/Content/img/payment_icons.png);
	background-repeat: no-repeat;
	margin: 15px 5px;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -58px 0;
}
.accepted-payment-methods .method3 {
	background-position: -116px 0;
}
.accepted-payment-methods .method4 {
	background-position: -176px 0;
}
.social-sharing {
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 10px;
}
.social-sharing a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Themes/Lavella/Content/img/social_sprite.png) no-repeat;
}
.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -30px 0;
}
.social-sharing .google {
	background-position: -60px 0;
}
.social-sharing .pinterest {
	background-position: -90px 0;
}
.social-sharing .vimeo {
	background-position: -120px 0;
}
.social-sharing .youtube {
	background-position: -150px 0;
}
.social-sharing .rss {
	background-position: -180px 0;
}

.footer-lower {
	overflow: hidden;
	font-size: 11px;
	background: #ad9d8f;
	padding-top: 15px;
}
.lower-footer .accepted-payment-methods li {
	display: inline-block;
	margin: 0 3px;
	width: 50px;
	height: 30px;
	border: 1px solid;
}
.footer-lower > div {
	margin: 0 0 5px;
	color: #625c56;
	font-size: 12px;
}
.footer-powered-by {
}
.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
}
.footer-store-theme {
	position: relative;
	height: 35px;
	overflow: hidden;
	padding: 35px 0 0; /*hides unwrapped text*/
}
.footer-store-theme select {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -85px;
	width: 170px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	text-align: center;
}
.side-2 .block {
	border-bottom: 1px dotted #eee;
}
.block .title {
	margin: 0px auto;
	padding: 7px 0;
	font-size: 18px;
	cursor: pointer;
	background: #c3b9b1;
}
.block .title strong {
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-family: 'open sans';
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 2px #777777;
}
.block .title:hover strong {
	text-shadow: none;
}
.block .listbox {
	display: none;
}
.block .listbox:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.block .list {
}
.block .list li {
}
.block .list a {
	display: block;
	padding: 3px;
	line-height: 28px;
	font-size: 13px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.block .list a:hover {
	color: #9ca34e;
}
.block .list img {
	display: none;
}
.block .view-all {
	margin: 10px 0 0;
	text-align: center;
}
.block .view-all a {
	display: inline-block;
}
.block .tags {
	margin: 0 0 10px;
}
.block .tags ul li {
	border: none;
}
.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;
	color: #888;
}
.poll strong {
	display: block;
	margin: 0 0 10px;
}
.poll-options,  .poll-results {
	margin: 0 0 15px;
	overflow: hidden;
	text-align: left;
}
.poll-options li,  .poll-results li {
	margin: 5px;
}
.poll-options li label {
	padding: 6px 0;
	display: inline-block;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,  .poll-total-votes {
	text-align: left;
}
.poll .buttons input {
	border: 1px solid #ccc;
	padding: 5px 15px;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}
/*in mobile mod this column goes below content*/
.center-2, .side-2 .listbox {
	color: #555;
	font-family: 'open sans';
}
/*poll in homepage*/
.todays-poll-box {
	background: rgba(237,215,206,.4);
	color: #888;
	font-family: open sans;
	margin-bottom: 50px;
}
.home-page-polls {
    margin: 0 0 40px;
}
.home-page-polls>.title {
	display: none;
}
.poll {
	width: 100%;
	margin: auto;
	display: inline-block;
	padding: 0 15px;
}
.poll strong {
	font-size: 16px;
	font-weight: lighter;
	font-weight: lighter;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px dotted #ddd;
}
.poll .poll-options li {
	text-align: left;
}
.poll .buttons input {
	background: #bac89a;
	border: 1px solid #d6dec2;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #bac89a;
	padding: 4px 30px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.poll .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}
.side-2 .poll .buttons {
	text-align: center;
}
.side-2 .poll .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	margin-bottom: 10px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.side-2 .poll .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}


/********** CATEGORY PAGE **********/



.filters-button {
	display: none;
}
.breadcrumb {
	margin: 0 0 10px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
	color: #baaea3;
	font-family: 'open sans';
	font-size: 14px;
	padding: 0 0 5px 0;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb li:last-child {
	color: #666;
}
.breadcrumb li * {
	display: inline-block;
	margin: 0 3px;
	font-size: 14px; 
	vertical-align: middle;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover * {
	text-decoration: underline;
}
.category-description,  .manufacturer-description,  .vendor-description {
	margin: 0 0 20px;
}
.search-input > form {
	margin-bottom: 35px;
}
.product-filters-wrapper {
	display: none;
}
.product-selectors {
	margin: 0 0 20px;
	text-align: center;
}
.product-selectors:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
	color: #888;
	font-family: 'open sans';
}
.product-selectors > div > * {
	display: inline-block;
    vertical-align: middle;
}
.product-selectors .product-viewmode,  .product-selectors .product-page-size {
	display: none;
}
.product-selectors .select-wrap {
    position: relative;
    border: 1px solid #eee;
    padding: 8px 25px 8px 5px;
    min-width: 100px;
    background: #fff url(/Themes/Lavella/Content/img/ddown.png) no-repeat 95% center;
    text-align: left;
}
.product-selectors .select-wrap select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
}
.product-selectors .select-wrap .select-box {
    line-height: normal;
}

/*new nop filters*/
.product-filters {
    display: none;
	background: rgba(238, 236, 231, 0.4);
	margin: 0 0 20px;
	overflow: hidden;
}
.product-filters .product-filter {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin: 10px;
}
.product-filters .product-filter .filter-content {
	text-align: left;
}
.filter-content ul.group {
	margin: 0 0 10px;
}
.filter-content ul.group:only-child,  .filter-content ul.group:last-child {
	margin: 0;
}
.product-filter .filter-title {
	font-size: 16px;
	margin: 0 0 12px;
	text-align: left;
}
.product-filter .filter-content li a {
	display: block;
	font-size: 14px;
	line-height: 28px;
	padding: 3px;
	color: #888;
}
.filtered-items {
	margin: 0 0 20px;
}
.filtered-items span {
	font-size: 14px;
	color: #555;
}
.filtered-items .item {
	margin: 0 0 5px;
}
.remove-filter > a {
	background: rgba(0, 0, 0, 0) url(/Themes/Lavella/Content/img/cross.png) no-repeat scroll left center;
	padding: 0 0 0 16px;
	text-transform: uppercase;
	color: #9ca34e;
}
.item-grid:after,  .product-grid:after,  .product-list:after,  .manufacturer-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 10px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
}
.item-box:hover {
	background: rgba(248,241,238,1);
}
.item-box:before {
}
.item-box .product-item {
	padding-bottom: 50px;
}
.item-box .product-item .buttons {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.item-box .picture {
	z-index: 0;
	border: none;
	overflow: hidden;
	margin: 0 auto 5px;
	width: 98%;
	overflow: hidden;
	position: relative;
}
.item-box .picture a {
	display: block;
}
.item-box .picture a:before {
	content: " ";
	display: block;
	padding-top: 133%;
}
.home-page-category-grid .item-box .picture a:before {
    padding-top: 76%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	transform: translateZ(0) scale(1, 1);
	-webkit-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-webkit-transition: all .6s linear 0s;
	transition: all .6s linear 0s;
	-ms-transition: all .6s linear 0s;
}
.item-box:hover .picture img {
	transform: scale(1.09, 1.09);
	-webkit-transform: scale(1.09, 1.09);
	-ms-transform: scale(1.09, 1.09);
}
.item-box .details {
	text-align: center;
	padding: 0 5%;
	color: #888;
}
.product-list .item-box .product-title a {
	height: 25px;
}
.item-box .product-title,  .item-box .title {
	height: 46px;
	margin: 0 0 5px;
	overflow: hidden;
	font-size: 16px;
}
.item-box .product-title {
	height: 24px;
}
.home-page-category-grid .item-box .title {
	height: 40px;
}
.item-box .product-title a,  .item-box .title a {
	display: block;
	font-family: 'open sans', sans-serif;
	font-weight: normal;
}
.item-box .product-rating-box {
	display: none;
}
.item-box .product-rating-box .rating {
	background: url(/Themes/Lavella/Content/img/rating_none.png);
	background-repeat: repeat-x;
	display: block;
	height: 15px;
	max-width: 75px;
	margin-bottom: 5px;
	margin: 0 auto 5px;
}
.item-box .product-rating-box .rating div {
	background: url(/Themes/Lavella/Content/img/rating_active.png);
	background-repeat: repeat-x;
	height: 15px;
}
.item-box .description {
	height: 20px;
    line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
	font-size: 14px;
}
.item-box .description a {
	display: block;
}
.item-box .add-info {
	border-top: 1px dotted #D8CFC8;
	margin: 0;
	padding-top: 5px;
}
.item-box .prices .tax-shipping-info {
	display: block;
    height: auto;
}
.item-box .tax-shipping-info a {
	transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
}
.item-box .tax-shipping-info:hover a {
	color: #9ca34e;
	text-decoration: underline;
}
.item-box .add-info .buttons {
	padding: 15px 5px;
}
.product-list .item-box .add-info .buttons {
	padding: 0;
}
.item-box .prices {
	overflow: hidden;
}
.item-box .prices span {
	display: inline-block;
	margin: 5px 0 0;
	max-height: 28px;
	overflow: hidden;
    vertical-align: bottom;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
	font-size: 16px;
	vertical-align: bottom;
}
.item-box .actual-price {
	font-size: 20px;
	color: #9ca34e;
	margin: 5px 0;
}
.item-box .buttons {
	margin: 0;
	font-size: 0;
}
.item-box input[type="button"],  .block .view-all a {
	border: 1px solid #c9c3be;
	padding: 4px 19px;
	color: #fff;
	background: #a59b92;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #847c75;
	font-family: 'open sans';
	outline: 4px solid #a59b92;
	transition: 0.3s ease 0s;
	-webkit-transition: 0.3s ease 0s;
	-ms-transition: 0.3s ease 0s;
	min-width: 140px;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.block .view-all a {
	font-weight: normal;
}
.item-box .add-to-compare-list-button,  .item-box .add-to-wishlist-button {
	display: none;
}
.item-box input[type="button"]:hover,  .block .view-all a:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.home-page-category-grid,  .sub-category-grid,  .manufacturer-grid {
	margin: 0 0 20px;
}
.sub-category-grid .item-box {
	padding: 0;
}
.sub-category-grid .item-box .picture {
	display: none;
}
.sub-category-grid .title {
	max-height: 40px;
}
.sub-category-grid .item-box .title a {
	line-height: 40px;
}
.sub-category-grid .item-box .title a:before,  .home-page-category-grid .item-box .title a:before {
	content: url(/Themes/Lavella/Content/img/3-arrow-l.png);
	margin-right: 0px;
}
.sub-category-grid .item-box .title a:after,  .home-page-category-grid .item-box .title a:after {
	content: url(/Themes/Lavella/Content/img/3arrow-r.png);
	margin-left: 0px;
}
.sub-category-grid .item-box .title a:before,  .sub-category-grid .item-box .title a:after,  .home-page-category-grid .item-box .title a:before,  .home-page-category-grid .item-box .title a:after {
	display: inline-block;
    margin: 0 3px;
	transition: transform 0.3s ease, opacity 0.2s ease;
	-webkit-transition: transform 0.3s ease, opacity 0.2s ease;
	-ms-transition: transform 0.3s ease, opacity 0.2s ease;
	visibility: visible;
}
.sub-category-grid .item-box:hover .title a:after,  .sub-category-grid .item-box:hover .title a:before,  .sub-category-grid .item-box:hover .title a:after,  .sub-category-grid .item-box:hover .title a:before,  .home-page-category-grid .item-box:hover .title a:after,  .home-page-category-grid .item-box:hover .title a:before,  .home-page-category-grid .item-box:hover .title a:after,  .home-page-category-grid .item-box:hover .title a:before {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}

.sub-category-grid .item-box,  .home-page-category-grid .item-box {
	background: #eeece7;
	margin-bottom: 10px;
	padding: 0;
}
.home-page-category-grid .item-box {
	display: block;
}
.sub-category-grid .title,  .home-page-category-grid .title {
	font-size: 20px;
	color: #888;
	font-family: 'open sans';
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
.home-page-category-grid .item-box .title a {
	color: #888;
}
/*.home-page-category-grid .item-box .picture img {
	display: block;
	height: 100%;
    max-width: none;
	margin: auto;
}*/
.home-page-category-grid .picture {
	display: none;
}
.category-grid.home-page-category-grid > .title,  .product-grid.home-page-product-grid > .title,  .product-grid.bestsellers > .title,  .news-list-homepage > .title {
	margin-bottom: 20px;
}
.product-grid .title,  .news-list-homepage > .title {
	font-size: 18px;
	border: 1px dotted #d8cfc8;
	border-left: none;
	border-right: none;
}
.product-grid .title strong {
	font-weight: normal;
}
.cross-sells {
}
.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager .next-page {
	background: url(/Themes/Lavella/Content/img/arrows_2_right.png) #eeece7;
	background-repeat: no-repeat;
	background-position: center;
}
.pager .previous-page {
	background: url(/Themes/Lavella/Content/img/arrows_2_left.png) #eeece7;
	background-repeat: no-repeat;
	background-position: center;
}
.pager .current-page span {
	color: #9ca34e;
}
.pager li * {
	display: block;
	min-width: 32px;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	cursor: pointer;
	color: #888;
	font-size: 18px;
	font-family: 'open sans';
}

.pager li.previous-page *,  .pager li.next-page *,  .pager li.first-page *,  .pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999px;
}
.product-grid .title {
	font: bold 20px/40px 'Open Sans', sans-serif;
	color: #666;
	text-transform: uppercase;
}
.category-grid .category-item .title {
	border: none;
}
/*space between title and content*/
.page-body .title {
	margin-bottom: 10px;
}
.page-body .home-page-category-grid .item-box .title {
	margin-bottom: 0;
}
.contact-vendor .contact-vendor-button {
	background: none repeat scroll 0 0 #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	display: block;
	margin: 0 auto 20px;
}
.contact-vendor .contact-vendor-button:hover {
	border: 1px solid #fff;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.gallery {
	margin: 0 0 20px;
	overflow: hidden;
}
.gallery .picture-wrapper {
	margin: 0 0 10px;
	float: right;
	width: 75%;
	position: relative;
}
.gallery .picture {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.gallery .picture:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,  .gallery .picture-thumbs img,  .variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
}
.product-essential .gallery .picture img {
	width: 100%;
	position: static;
}
.product-essential .gallery .picture:before {
	display: none;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 85px;
	height: 100px;
	margin: 0 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
/*Default Zoom start*/
#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter,  #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/Themes/Lavella/Content/img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	top: 0;
	left: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink,  #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbNextLink {
	right: 0;
}
#lbBottom {
	border: 10px solid #fff;
	border-top: none;
	text-align: left;
	line-height: 1.4em;
	font-size: 10px;
	color: #666;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
	background: url(/Themes/Lavella/Content/img/closelabel.gif) no-repeat center;
}
#lbCaption,  #lbNumber {
	margin: 0 70px 0 0;
}
#lbCaption {
	font-weight: bold;
}
#fancybox-wrap {
	z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
	position: relative;
	margin: 0 0 20px;
}
.product-details-page .discontinued-product {
    margin: 0 auto 10px;
    border: 1px dotted #d8cfc8;
    background: rgba(248, 241, 238, 0.65);
    border-width: 1px 0;
    text-align: center;
}
.discontinued-product h4 {
    padding: 15px 10px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #c00;
    font-size: 15px; 
}
.product-details-page .overview .short-description,  .product-details-page .overview .full-description,  .product-details-page .overview .product-reviews-overview,  .product-details-page .overview .buttons,  .product-details-page .overview .stock,  .product-details-page .overview .add-to-cart,  .product-details-page .overview .manufacturers,  .product-details-page .overview .free-shipping,  .product-details-page .overview .sku,  .product-details-page .overview .manufacturer-part-number,  .product-details-page .overview .gtin,  .product-details-page .overview .stock,  .product-details-page .overview .delivery-date,  .product-details-page .overview .product-vendor,  .product-details-page .overview .download-sample,  .product-details-page .overview .attributes {
	border-bottom: 1px dotted #D8CFC8;
	padding-bottom: 10px;
}
.product-details-page .overview .manufacturers {
	padding: 10px 0;
}
.product-details-page .overview .product-share-button {
	border: none;
	margin: 10px 0;
}
.product-details-page .overview .tax-shipping-info {
	color: #555;
	font-family: 'open sans';
}
.product-details-page .overview .tax-shipping-info a:hover {
	color: #9ca34e;
	text-decoration: underline;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
}
.overview .short-description {
	font-size: 18px;
	color: #888;
	font-family: 'open sans';
}
.overview .buttons,  .back-in-stock-subscription,  .download-sample {
	margin: 15px 0;
	font-size: 0;
}
.ui-dialog .page-title {
    margin-bottom: 10px;
}
.ui-dialog .page-title h1 {
    font-size: 16px;
}
.ui-dialog .tooltip {
    margin: 10px 0 20px;
}
.ui-dialog .notify-me-button {
    background: #a59b92;
    border: 1px solid #c9c3be;
    color: #ffffff;
    display: block;
    font-family: "open sans";
    font-size: 16px;
    margin: 0 auto 10px;
    outline: 4px solid #a59b92;
    padding: 4px 19px;
    text-shadow: 0 1px 1px #847c75;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.overview .buttons > div {
	display: inline-block;
	margin: 6px 4px;
	background: #eee;
}

.overview .buttons .add-to-wishlist,  .buttons .add-to-wishlist {
	background: url(/Themes/Lavella/Content/img/link_wishlist.png) #eee;
	background-position: 5px center;
	background-repeat: no-repeat;
}
.overview .buttons .compare-products {
	background: url(/Themes/Lavella/Content/img/link_compare.png) #eee;
	background-position: 7px center;
	background-repeat: no-repeat;
}
.overview .buttons .email-a-friend {
	background: url(/Themes/Lavella/Content/img/link_email.png) #eee;
	background-position: 5px center;
	background-repeat: no-repeat;
}
.back-in-stock-subscription {
	background: url(/Themes/Lavella/Content/img/notify.png) #eee;
	background-position: 7px center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 6px 4px;
}
.overview .buttons > div input {
	font-size: 12px;
	color: #888;
	font-family: 'open sans';
	border: none;
	margin-left: 25px;
	background: transparent;
	border-left: 1px solid #ddd;
}
.back-in-stock-subscription input {
	font-size: 12px;
	color: #888;
	font-family: 'open sans';
	margin-left: 25px;
	border: none;
	background: transparent;
	background: #eee;
	border-left: 1px solid #ddd;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px 10px;
}

.overview .add-to-wishlist-button,  .variant-overview .add-to-wishlist-button,  .overview .add-to-compare-list-button,  .overview .email-a-friend-button,  .overview .subscribe-button,  .download-sample-button a {
	display: inline-block;
	padding: 5px 12px;
	font-size: 12px; /*reset zeroing*/
}
.overview .sku, .variant-overview .sku,  .overview .gtin, .variant-overview .gtin,  .overview .stock, .variant-overview .stock,  .overview .delivery-date, .variant-overview .delivery-date,  .overview .product-vendor, .variant-overview .product-vendor {
	margin: 10px 0;
}
.overview .value,  .variant-overview .value {
	font-weight: bold;
	color: #9ca34e;
}
.overview .value,  .overview .label {
	display: inline-block;
}
.overview .label {
	color: #888;
	margin: 0 10px 0 0;
}
.overview .value a,  .variant-overview .value a {
	font-weight: bold;
	text-decoration: underline;
}
.free-shipping {
	width: 100px;
	height: 100px;
	margin: 15px auto;
	border-radius: 50px;
	background: #eee;
	padding: 30px 15px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #888;
	font-family: open sans;
}
/*image/colors attributes*/
.color-squares li {
    display: inline-block;
    margin: 0 3px 5px;
    text-align: center;
}
.color-squares .color-container {
    display: block;
    padding: 1px;
    position: relative;
    z-index: 0;
}
.color-squares .color {
    border: 2px solid #eee;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
}
.tooltip-container::before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.tooltip-container::after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.tooltip-container .tooltip-header {
    background-color: #eee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}
.tooltip-container .tooltip-body {
    margin: 0;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}
.tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 192px;
}
.color-squares li:hover .tooltip-container {
    margin-left: -122px;
    margin-top: 40px;
    padding: 0;
    visibility: visible;
    z-index: 999;
}


.overview .manufacturers {
	margin: 0 0 10px; /*not present in variant-overview*/
}
/*manufacturs item-box*/
.manufacturer-grid .item-box:hover,
.vendor-grid .item-box:hover  {
	background: rgba(248, 241, 238, 0.4);
}
.manufacturer-grid .item-box .picture,
.vendor-grid .item-box .picture {
	width: 240px;
	height: 240px;
	min-height: 0;
	max-height: none;
}
.manufacturer-grid .item-box .title,
.vendor-grid .item-box .title {
	height: auto;
}
.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
	color: #888;
	font-family: 'open sans';
	font-size: 18px;
}
.manufacturer-grid .item-box:hover .picture img,
.vendor-grid .item-box:hover .picture img {
	transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
}
.product-no-reviews,  .product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
	color: #888;
	font-family: 'open sans';
	font-size: 13px;
}
.product-reviews-overview {
	border-bottom: 1px dotted #D8CFC8;
}
.product-no-reviews:hover a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 5px 0;
}
.product-review-box .rating {
	width: 75px;
	height: 15px;
	background: url(/Themes/Lavella/Content/img/rating_none.png) repeat-x;
}
.product-review-box .rating div {
	height: 15px;
	background: url(/Themes/Lavella/Content/img/rating_active.png) repeat-x;
}
.product-review-links > * {
	display: inline-block;
	color: #888;
}
.product-review-links a:hover {
	text-decoration: underline;
}
.overview .prices,  .variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.product-variant-list.grid .product-variant-line .prices .tax-shipping-info {
	display: block;
}
.product-variant-list.grid .product-variant-line .rental-price {
	display: block;
}
.overview .prices>* {
	vertical-align: bottom;
}
.overview .product-price>*,  .overview .old-product-price>* {
	vertical-align: bottom;
}
.overview .prices > div,  .variant-overview .prices > div {
	margin: 10px 0 5px;
}
.overview .prices .rental-price {
	display: block;
	color: #555;
	font-family: "open sans";
	overflow: hidden;
}
.overview .old-product-price,  .variant-overview .old-product-price {
	font-size: 16px;
	color: #888;
	text-decoration: line-through;
	font-family: 'open sans';
}
.overview .old-product-price > *,  .variant-overview .old-product-price > * {
}
.overview .product-price,  .variant-overview .product-price {
	font-size: 24px;
	color: #9ca34e;
	font-family: 'open sans';
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	border-top: 1px dotted #D8CFC8;
	border-bottom: 1px dotted #D8CFC8;
	padding: 10px;
	font-family: open sans;
	color: #888;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px;
}
.customer-entered-price .price-input>* {
	display: inline-block;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}
.customer-entered-price .price-range {
	font-weight: bold;
}
.overview .add-to-cart {
	margin: 0 0 20px;
}
.min-qty-notification {
    margin-bottom: 10px;
    color: #9ca34e;
}
.overview .add-to-cart-panel,  .variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.product-details-page .add-to-cart-panel .add-to-wishlist {
	margin-left: 20px;
}
.product-details-page .add-to-cart-panel .add-to-wishlist {
	background: url(/Themes/Lavella/Content/img/link_wishlist.png) no-repeat scroll 5px center #EEEEEE;
}
.overview .add-to-cart-panel > *,  .variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,  .variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
	display: none !important;
}
.overview .qty-input,  .variant-overview .qty-input,  .overview .qty-dropdown,  .variant-overview .qty-dropdown {
	width: 45px;
	height: 41px;
	padding: 12px;
	text-align: center;
	font-size: 8px;
	color: #888;
}
.overview .qty-dropdown,  .variant-overview .qty-dropdown {
	width: auto;
    margin-right: 3px;
    padding: 8px;
    font-size: 12px;
}
.overview .add-to-cart-button,  .variant-overview .add-to-cart-button {
	background: none repeat scroll 0 0 #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 4px auto 0;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	height: 33px;
}
.overview .add-to-cart-button:hover,  .variant-overview .add-to-cart-button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}
.ui-datepicker {
	background-color: #ffffff;
	text-align: center;
	width: 280px;
}
.ui-datepicker-title {
	font-weight: bold;
	line-height: 32px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	color: #555;
	font-family: Arial, sans-serif;
	background: #fff;
	border: 1px solid #ccc;
}
.ui-datepicker-header a {
	font-size: 0;
	height: 32px;
	position: absolute;
	top: 0;
	width: 32px;
	z-index: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	background: url(/Themes/Lavella/Content/img/stepsL.png) no-repeat scroll center center rgba(0, 0, 0, 0);
	left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
	background: url(/Themes/Lavella/Content/img/stepsR.png) no-repeat scroll center center rgba(0, 0, 0, 0);
	right: 0;
}
.ui-datepicker-header {
	background-color: #333333;
	color: #ffffff;
	height: 32px;
	position: relative;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
	border: 1px solid #cccccc;
	width: 14.285%;
}
.ui-datepicker-calendar th {
	background-color: #eeeeee;
}
.ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
	display: block;
	line-height: 32px;
	min-height: 32px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
	border: 1px solid #cccccc;
	width: 14.285%;
}
.ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
	display: block;
	line-height: 32px;
	min-height: 32px;
}
.ui-datepicker-calendar td a {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
.product-share-button {
	display: inline-block;
}
.full-description {
	clear: both;
	margin: 0 0 20px;
	line-height: 22px;
	font-size: 14px;
	color: #888;
}
.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 20px;
}
.product-collateral .title strong {
	font-weight: normal;
	font-family: 'open sans';
	color: #666;
}
.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}
/* VARIANT PRODUCTS STAYS IN GRID UNTIL 768PX */
.product-variant-list.grid .variant-overview .add-to-wishlist-button,  .product-variant-list.list .variant-overview .add-to-wishlist-button {
	border: 1px solid transparent;
	padding-left: 37px;
	background: none;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	background: url(/Themes/Lavella/Content/img/variant-wishlist.png) #eee;
	background-repeat: no-repeat;
	background-position: 5px center;
	display: inline-block;
	margin-left: 15px;
}
.product-variant-list.grid .add-to-wishlist-button:hover,  .product-variant-list.list .add-to-wishlist-button:hover {
	border: 1px solid #ddd;
	color: #aaa;
}
.product-variant-list.grid .variant-overview > span,  .product-variant-list.list .variant-overview > span {
	background: url(/Themes/Lavella/Content/img/go-down.png) no-repeat scroll 95% center rgb(238, 236, 231);
	color: rgb(136, 136, 136);
	cursor: pointer;
	display: block;
	font-size: 18px;
	padding: 5px;
	width: 100%;
}

.product-collateral .product-variant-list.grid .variant-picture,  .product-collateral .product-variant-list.list .variant-picture {
	width: 100%;
}
.product-collateral .product-variant-list.grid .variant-overview, .product-collateral .product-variant-list.list .variant-overview {
	display: block;
	margin: 0;
	padding: 5px;
	text-align: left;
	position: relative;
	background: #fff;
}
.product-collateral .product-variant-list.grid .variant-overview .details-wrapper, .product-collateral .product-variant-list.list .variant-overview .details-wrapper {
	display: none;
}
.product-variant-list.grid .product-price, .product-variant-list.grid .tax-shipping-info, /*.product-variant-list.list .product-price,*/
.product-variant-list.list .tax-shipping-info {
	margin: 0 10px 0 0;
	display: inline-block;
}
.product-variant-list.list .product-price {
	display: block;
}
/* END VARIAND GRID STYLES*/
.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-variant-line details-wrapper {
	display: block;
}
.product-variant-line:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.variant-picture {
	position: relative;
	min-height: 410px;
	margin: 0 auto 15px;
	overflow: hidden;
	background: #fff;
}
.variant-overview {
	width: 100%;
	font-family: 'open sans';
	color: #888;
}
.variant-overview .animated {
	display: none;
}
.variant-overview .add-to-wishlist {
	display: none;
}
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 20px;
	color: #666;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .add-to-cart-panel > * {
}
.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
	font-size: 12px;
	color: #888;
	font-family: 'open sans';
	border: none;
}
.variant-overview .input-wrapper {
	display: inline-block;
	background: url(/Themes/Lavella/Content/img/link_wishlist.png) #eee;
	background-repeat: no-repeat;
	background-position: 5px center;
	clear: both;
	margin-top: 10px;
}
.variant-overview .input-wrapper input {
	margin-left: 25px;
	background: transparent;
}

.product-name h1 {
	font-size: 20px;
	color: #666;
	font-family: 'open sans';
	font-weight: lighter;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #D8CFC8;
	border-top: 1px dotted #D8CFC8;
}
.product-details-page .product-essential .picture,  .product-details-page .gallery .picture-thumbs a {
	border: none;
}
.product-details-page .gallery .picture {
	width: auto;
}
/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
	display: block;
	margin: 5px 0 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	background: #eeece7;
	padding: 13px 0;
	font-size: 14px;
	font-family: open sans;
	color: #888;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,  .ui-tabs .ui-state-active.ui-tabs-active a {
	background: #c3b9b1;
	color: #fff;
	text-shadow: 0 1px 2px #888;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #eeece7;
	background: #fff;
	padding: 12px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,  .product-tags-box {
	margin: 0 0 20px;
}
.product-tags-box > * {
	font-family: 'open sans';
	color: #888;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.product-tags-list li:hover a {
	text-decoration: underline;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a,  .product-tags-list span {
	display: inline-block;
}
.attributes {
	margin: 0 0 20px;
	font-family: open sans;
	color: #888;
}
.attributes dl {
	overflow: hidden;
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap;
	font-weight: bold;
}
.attributes dt label,  .attributes dt span {
	display: inline-block;
}
.attributes dd {
	margin: 0 0 10px;
    overflow: hidden;
}
.attributes li {
	margin: 10px 10px 10px 0;
	float: left;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.color-squares {
    display: inline-block;
	font-size: 0;
    overflow: hidden;
}
.color-squares li {
	display: inline-block;
	margin: 0;
}
.color-squares .color-container {
	display: block;
	border: 1px solid transparent;
	border-radius: 100%;
	padding: 3px;
	position: relative;
	z-index: 1;
}
.color-squares label {
    position: relative;
	height: 35px;
	overflow: hidden;
}
.color-squares .color {
	display: block !important;
	width: 26px !important;
	height: 26px !important;
	border: none;
    box-shadow: 0 0 1px #888;
	cursor: pointer;
	border-radius: 100%;
    font-size: 0;
}
.color-squares .selected-value .color-container {
	border-color: rgb(154, 186, 107);
}
.color-squares li input {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: -1;
	margin: auto;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    padding: 20px;
	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;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page {
	font-family: open sans;
	color: #888;
}
.product-reviews-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,  .product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 10px;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	vertical-align: middle;
}
.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: #c00;
}
.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: #690;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: 1px solid #999;
	padding: 10px 15px;
}
.product-reviews-page .result,  .product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 30px;
}
.product-review-helpfulness span {
	display: inline-block;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
	position: relative;
}
.product-review-item .review-title {
	float: left;
	text-transform: uppercase;
	padding: 0 85px 0 0;
	text-align: left;
}
.product-review-item .product-review-box {
	position: absolute;
	right: 10px;
	top: 6px;
}
.product-review-item .review-text {
	margin: 10px;
	text-align: left;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info span strong {
	display: inline-block;
	margin-right: 5px;
}
.product-review-item .review-info>*,  .product-review-helpfulness>* {
	display: inline-block;
	line-height: 10px;
}
.product-review-item .review-info a,  .product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}
.product-reviews-page .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.product-reviews-page .buttons input:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.product-reviews-page .inputs {
	width: 350px;
	margin: 0 auto 10px;
}
.product-reviews-page .inputs label {
	text-align: left;
}
.account-page .no-data {
    margin: 10px 0;
    text-align: left;
    font-family: sans-serif;
    color: #333;
}

/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 30px;
	color: #888888;
	font-family: open sans;
	font-size: 14px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 8px 15px;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.wishlist-page .share-info a {
	display: block;
	margin: 5px 0 10px;
	font-weight: bold;
}
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .page-body {
	color: #888;
	font-size: 14px;
	font-family: 'open sans';
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	color: #9CA34E;
	font-family: open sans;
	font-size: 14px;
	font-weight: lighter;
	border-bottom: 1px solid transparent;
}
.compare-products-page .clear-list:hover {
	border-bottom: 1px solid;
}
.compare-products-page .button-2 {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.compare-products-page .button-2.remove-button {
	background: none;
	border: none;
	font-family: 'open sans';
	font-size: 14px;
	color: #888;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}
.compare-products-page .button-2.remove-button:before {
}
.compare-products-page .button-2.remove-button:hover {
	padding-right: 14px;
	background: url(/Themes/Lavella/Content/img/cross.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.wishlist-page .share-info {
	color: #888;
	font-family: 'open sans';
}
.wishlist-page .wishlist-content .common-buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 0px 10px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.wishlist-content .common-buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 0 30px;
}
.topic-block-title h2 {
}
.topic-block-body {
	line-height: 20px;
}
.topic-block a,  .topic-page a {
	text-decoration: underline;
}
.topic-page .page-title {
	margin-bottom: 20px;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: #ccc !important;
	padding: 0 20px !important;
	font-size: 16px !important;
}
.password-error {
	margin: 0 0 10px;
}
.topic-block {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.topic-block h2 {
	font-size: 18px;
	font-weight: normal;
}
.topic-block a {
	color: #9ca34e;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.topic-block a:hover {
	text-decoration: underline;
	color: #909648;
}
.topic-page .page-body {
	margin: 20px auto;
}
.login-page .topic-block {
	margin: 0 0 40px;
}




/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,  .email-a-friend-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,  .email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,  .email-a-friend-page .button-1 {
	border: 1px solid #ccc;
	padding: 10px 15px;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
}
.email-a-friend-page .inputs label {
	margin: 0 auto 5px;
	text-align: left;
	width: 350px;
}
.email-a-friend-page .title a:hover {
	color: #888;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.page.registration-page,  .contact-page {
	color: #888888;
	font-family: open sans;
	font-size: 13px;
}
.registration-page .buttons input,  .registration-result-page .buttons input,  .contact-page .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 0 auto 15px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.registration-page .buttons input:hover,  .registration-result-page .buttons input:hover,  .contact-page .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}
.registration-page .fieldset:nth-child(2) select,  .account-page .fieldset:nth-child(3) select {
	width: 88px; /*birth-date selectors, always single line*/
}
.registration-page select + select,  .account-page select + select {
	margin: 0 0 0 10px;
}
.gender {
}
.gender label {
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.gender > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	margin: 0 10px;
}
.gender > span input {
	display: inline-block;
	vertical-align: middle;
}
.inputs.date-of-birth>select {
	width: 110px;
}
#check-availability-button {
	margin: 10px 0 0;
	padding: 5px 10px;
	border: 1px solid #cccccc;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
	font-size: 13px;
	text-align: center;
}
.username-available-status {
	color: #9ca34e;
}
.username-not-available-status {
	color: #c00;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.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 {
	border: 1px solid #ccc;
	padding: 10px 15px;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #9ca34e;
	font-size: 16px;
	font-family: 'open sans';
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
	color: #888;
}
.login-page .new-wrapper .buttons input,  .password-recovery-page .buttons input {
	background: none repeat scroll 0 0 #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	display: block;
	margin: auto;
}
.login-page .new-wrapper .buttons input:hover,  .password-recovery-page .buttons input:hover {
	text-shadow: none;
	border-color: #fff;
}
.login-page .checkout-as-guest-or-register-block .buttons input {
	margin: 0px auto 15px;
}
.returning-wrapper .buttons input {
	background: none repeat scroll 0 0 #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	display: block;
	margin: auto;
}
.returning-wrapper .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}
.login-page .inner-wrapper {
}
.login-page .text {
	margin: 0 0 20px;
}
.login-page .inputs.reversed * {
	margin: 5px;
	display: inline-block;
}
.login-page .inputs.reversed .forgot-password {
	font-size: 12px;
	margin: 0;
}
.login-page .inputs.reversed .forgot-password:hover a {
	color: #9CA34E;
}
.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}
.account-page > .button-2 {
	background: none repeat scroll 0 0 #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	display: block;
	margin: auto;
}
.account-page .button-2:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}
.address-list-page .info,  .order-list-page .info {
	margin: 0 0 10px;
	line-height: 20px;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.reward-points-overview,  .reward-points-history .title {
	margin: 0 0 15px;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 85px;
	overflow: visible;
}
.avatar-page input[type="submit"] {
	padding: 5px 10px;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.registration-page .fieldset .title {
	color: #888888;
	font-size: 16px;
	font-family: 'open sans';
	text-transform: uppercase;
	font-weight: lighter;
	background: #eeece7;
}
.registration-page .fieldset .title strong {
	background: url(/Themes/Lavella/Content/img/arrows_3_left.png), url(/Themes/Lavella/Content/img/arrows_3_right.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	padding: 10px 24px;
	display: inline-block;
}
.login-page .register-block .title,  .login-page .returning-wrapper .title {
	color: #888888;
	font-size: 16px;
	font-family: 'open sans';
	text-transform: uppercase;
	font-weight: lighter;
	background: #eeece7;
}
.login-page .register-block .title strong,  .login-page .returning-wrapper .title strong {
	background: url(/Themes/Lavella/Content/img/arrows_3_left.png), url(/Themes/Lavella/Content/img/arrows_3_right.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	padding: 10px 24px;
	display: inline-block;
}
.customer-info-page .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease 0s;
}
.customer-info-page .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}
.address-list-page .add-button input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.address-list-page .add-button input:hover {
	border-color: #fff;
	text-shadow: none;
}
.address-list-page,  .order-list-page,  .return-request-page,  .order-details-page,  .downloadable-products-page,  .back-in-stock-subscription-list-page,  .sitemap-page {
	color: #888;
	font-family: 'open sans';
}
.address-list-page .address-item .buttons input,  .address-edit-page .buttons input,  .order-list-page .order-item .buttons input,  .return-request-page .buttons input,  .order-details-page .page-title a,  .order-details-page .actions input,  .change-password-page .buttons input,  .email-a-friend-page .buttons input,  .order-details-area .repost .re-order-button, .apply-vendor-page .button-1 {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 0 5px 12px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.order-details-area .repost .re-order-button {
	margin: 10px 5px 12px;
}
.order-list-page .order-item .buttons input {
	margin-bottom: 7px;
	margin-top: 7px;
}
.order-details-page .page-title a {
	margin: 4px 5px;
	padding-bottom: 4px;
}
.address-list-page .address-item .buttons input:hover,  .address-edit-page .buttons input:hover,  .order-list-page .order-item .buttons input:hover,  .return-request-page .buttons input:hover,  .order-details-page .page-title a:hover,  .order-details-page .page-title a:hover,  .order-details-page .actions input:hover,  .change-password-page .buttons input:hover,  .email-a-friend-page .buttons input:hover,  .order-details-area .repost .re-order-button:hover, .apply-vendor-page .button-1:hover {
	border-color: #fff;
	text-shadow: none;
}
.returning-wrapper {
	color: #888;
	font-family: 'open sans';
}
.account-page.avatar-page .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 4px;
	outline: 4px solid #A59B92;
	padding: 0px 10px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.account-page.avatar-page .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}
.order-details-page table td a:hover,  .shopping-cart-page table td a:hover,  .checkout-page table td a:hover {
	color: #9ca34e
}
.customer-info-page .option-list li {
	margin: 0 5px;
}
.customer-info-page .option-list li>* {
	display: inline-block;
}
.customer-info-page .option-list li label {
	margin-left: 4px;
}
.login-page .returning-wrapper .inputs.reversed>* {
	width: auto;
	display: inline;
}
.login-page .returning-wrapper .inputs.reversed a {
	display: block;
	margin: 15px 0 0 0;
}
.registration-page .option-list li {
	margin: 0 10px;
}
.registration-page .option-list li>* {
	display: inline-block;
	margin: 0 5px 0 0;
}
.login-page .returning-wrapper .inputs.reversed >* {
	display: inline-block;
	margin: 0;
}
.login-page .returning-wrapper .inputs.reversed span {
	position: relative;
	top: 8px;
}
.login-page .returning-wrapper .inputs.reversed label {
	width: auto;
	margin-left: 5px;
	margin-right: 15px;
}
.login-page .returning-wrapper .inputs.reversed a {
	margin: 0;
}
.user-agreement-page {
	text-align: center;
}
.terms-of-agreement {
	padding: 0 0 30px 0;
	color: #555555;
	font-family: "open sans";
}
.user-agreement-page .button-1 {
	background: #a59b92 none repeat scroll 0 0;
	border: 1px solid #c9c3be;
	color: #ffffff;
	display: block;
	font-family: "open sans";
	font-size: 16px;
	margin: auto;
	outline: 4px solid #a59b92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847c75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}


/*vendorinfo-page*/
.vendorinfo-page .vendor-picture > * {
    display: block;
    margin: 5px auto;
}
.vendor-picture .button-2 {
    background: #a59b92 none repeat scroll 0 0;
    border: 1px solid #c9c3be;
    color: #ffffff;
    display: inline-block;
    font-family: "open sans";
    font-size: 16px;
    outline: 4px solid #a59b92;
    padding: 0 10px;
    text-shadow: 0 1px 1px #847c75;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vendor-picture .button-2:hover {
    border-color: #fff;
    text-shadow: none;
}
.vendorinfo-page .button-1 {
    background: none repeat scroll 0 0 #a59b92;
	border: 1px solid #c9c3be;
	color: #ffffff;
	font-family: "open sans";
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	margin-bottom: 10px;
	max-width: 90%;
	min-width: 140px;
	outline: 4px solid #a59b92;
	overflow: hidden;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847c75;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}
.vendorinfo-page .button-1:hover {
	border: 1px solid #ffffff;
	text-shadow: none;
}
.apply-vendor-page .result {
    margin-bottom: 40px;
}



/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
	text-align: center;
}
.order-progress ul {
	font-size: 0;
	width: 95%;
	margin: auto;
}
.order-progress li {
	display: inline-block;
	margin: 0 28px 40px;
	position: relative;
	width: 45px;
	height: 45px;
}
.order-progress a {
	background: url(/Themes/Lavella/Content/img/stepsR.png) #eeece7;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 45px;
	height: 45px;
	padding-top: 45px;
	text-align: left;
	font-size: 14px;
	white-space: nowrap;
}
.order-progress li a {
	cursor: pointer;
	color: #888;
	font-family: 'open sans';
}
.order-progress li.inactive-step {
	opacity: .5;
}
.order-progress li.inactive-step a {
	cursor: default;
	color: #888;
	font-family: 'open sans';
}
.checkout-page .button-1 {
	background: none repeat scroll 0 0 #a59b92;
	border: 1px solid #c9c3be;
	color: #ffffff;
	font-family: "open sans";
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	margin-bottom: 10px;
	max-width: 90%;
	min-width: 140px;
	outline: 4px solid #a59b92;
	overflow: hidden;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847c75;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}
.shopping-cart-page .button-1:hover,  .checkout-page .button-1:hover {
	border: 1px solid #ffffff;
	text-shadow: none;
}
.shopping-cart-page .button-2,  .checkout-page .button-2,  .order-details-page .page-title a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.remove-discount-button,  .remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url(/Themes/Lavella/Content/img/close.png) center no-repeat;
	cursor: pointer;
}
.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: right;
}
.shopping-cart-page .tax-shipping-info {
    margin-bottom: 20px;
    font-size: 12px;
}
.shopping-cart-page .tax-shipping-info a {
    text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info a:hover {
    color: #9ca34e;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
}
.shopping-cart-page .common-buttons input,  .shipping-options .button-2.estimate-shipping-button {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 0 auto 15px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.shopping-cart-page .common-buttons input:hover,  .shipping-options .button-2.estimate-shipping-button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.checkout-attributes {
	margin: 20px 0 0;
	text-align: center;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes ul {
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}
.cart-footer {
	color: #888;
	font-family: 'open sans';
	margin-bottom: 20px;
}
.cart-footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cart-footer .totals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
	background: #F7F6F4;
	font-size: 14px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
	padding: 20px;
}
.cart-footer .total-info table td {
	border: none;
}
.cart-footer .total-info .cart-total-left {
	text-align: left;
}
.cart-footer .total-info .cart-total-right {
	text-align: right;
	color: #9ca34e;
	font-size: 16px;
}
.cart-total td {
	width: 50%;
	border: 1px solid #ccc;
	padding: 5px;
}
.cart-total .order-total {
	font-size: 20px;
	color: #9ca34e;
}
.cart-total tr:last-child {
	border-top: 1px dotted #ddd;
}
.cart-total .will-earn-reward-points span {
	font-size: 13px;
	color: #999;
	font-style: italic;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service a {
	font-weight: bold;
}
.terms-of-service .read {
	cursor: pointer;
	color: #9ca34e;
}
.cart-footer .button-1 {
	font-size: 18px;
}
.checkout-buttons button {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 0 auto 15px;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.checkout-buttons button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.addon-buttons {
	padding: 0 0 15px;
}
.cart-collaterals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: lighter;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .deals > div {
	margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 13px;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 65%;
	height: 34px; /*safari padding fix*/
	margin: 0 -1px 0 0;
	font-size: 14px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 35%;
	height: 28px; /*safari padding fix*/
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	font-family: 'open sans';
	font-size: 14px;
	margin-top: 3px;
	outline: 3px solid #A59B92;
	padding: 0;
	text-shadow: 0 1px 1px #847C75;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	white-space: nowrap;
	max-width: 103px;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
	border-color: #fff;
	text-shadow: none;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.page-body.checkout-data,  .shopping-cart-page .order-summary-content {
	color: #888;
	font-family: 'open sans';
	font-size: 13px;
	margin-bottom: 20px;
}
.checkout-data .address-box .name > strong {
	font-size: 16px;
	font-weight: lighter;
}
.checkout-page .section {
	margin: 0 0 30px;
}
.select-pickup-point {
    margin-bottom: 20px;
}
.pickup-points-map {
    height: 300px;
    width: 100% !important;
}
.single-pickup-point.name {
    font-size: 15px;
    text-transform: uppercase;
}
.single-pickup-point.address {
    color: #888;
    font-family: "open sans";
    font-size: 13px;
    font-weight: bold;
}
.single-pickup-point.fee {
    color: #9ca34e;
    font-size: 16px;
}

.checkout-page .address-grid {
	overflow: hidden;
}
.use-reward-points {
	margin: 0 0 20px 0;
}
.address-grid .select-button input,  .enter-address .buttons input,  .shipping-method .buttons input,  .payment-method .buttons input,  .payment-info .buttons input,  .confirm-order .buttons input,  .order-completed .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.address-grid .select-button input:hover,  .enter-address .buttons input:hover,  .shipping-method .buttons input:hover,  .payment-method .buttons input:hover,  .payment-info .buttons input:hover,  .confirm-order .buttons input:hover,  .order-completed .buttons input:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.checkout-page .address-item,  .checkout-data .order-review-data > div {
	margin: 0 10px 20px;
	padding: 15px;
	background: rgba(238,236,231,.4);
	position: relative;
}
.order-summary-content .order-review-data > div {
	padding: 15px;
}
.checkout-data .order-review-data > div .title,  .order-completed .title {
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .checkout-page .address-item .select-button {
	margin: 0 0 10px;
}
.checkout-page .address-box {
	margin: 0 0 15px;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.shipping-method .method-list,  .payment-method .method-list {
	margin: 0 0 20px;
}
.shipping-method .method-list li {
	margin: 0 0 20px;
}
.payment-method .method-list li {
	margin: 10px;
	display: inline-block;
}
.shipping-method .method-list li label,  .payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.payment-info .info {
	margin: 0 0 20px;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
}
.order-review-data ul,  .shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,  .shipment-overview li {
	padding: 2px 0;
}
.order-review-data .title,  .shipment-overview .title,  .order-details-area .title {
	margin: 20px 0 5px;
}
.order-review-data .title:first-child,  .shipment-overview .title:first-child,  .order-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-size: 14px;
	color: #9CA34E;
}
.order-completed .details a:hover {
	text-decoration: underline;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.opc .allow .step-title,  .opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
}
.opc .active .step-title * {
}
.opc .step-title * {
	float: left;
	font-size: 16px;
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],  .opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .section.confirm-order {
	display: none;
}
.order-details-page .page-title {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .order-overview {
	margin: 0 0 20px;
	line-height: 20px;
}
.order-details-area {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 5px 0;
}
.order-details-page .actions input {
	min-width: 100px;
	margin: 0 5px;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.order-details-page .cart-total {
	width: 300px;
	margin: 0 auto 30px;
}
.shipment-details-page .shipment-overview {
	overflow: hidden;
	margin: 0 0 20px;
}
.shipment-details-page .shipment-overview > ul {
	text-align: left;
}
.shipment-details-page .shipment-overview > ul:first-child {
	margin: 0 0 20px;
}
.shipment-details-page .section {
	width: 100%;
}
.shipment-details-page {
	color: #888;
	font-family: 'open sans';
}
.shipment-overview .shipping-details li,  .shipment-overview .shipping-address li {
	text-align: center;
}
.shopping-cart-page .cross-sells .title {
	margin-bottom: 10px;
}
.checkout-page .payment-info table {
	max-width: 80%;
	margin: auto;
}
.checkout-page .payment-info td {
	padding: 5px 0;
}
.checkout-page .payment-info td label {
	display: inline-block;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%;
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
	margin: 0;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
	border: 1px solid #ccc;
	padding: 10px 15px;
}
.search-input .warning,  .search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
}
.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
}
.sitemap-page .entity-title h2 {
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:empty {
	display: none;
}
.sitemap-page .entity-body li {
	display: inline-block;
	width: auto;
	min-width: 16%;
	margin: 0.5% 0;
	line-height: 30px;
	font-size: 13px;
}
.sitemap-page .entity-body li a {
	transition: all .3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.sitemap-page .entity-body li a:hover {
	background: rgba(248,219,206,.3);
	color: #9ca34e;
}
.sitemap-page .description {
	margin: 20px auto;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	cursor: default;
	border-bottom: 1px dotted #D1D1D1;
	line-height: 30px;
	padding-left: 15px;
	color: #666;
	font-family: 'open sans';
	font-weight: lighter;
	font-size: 14px;
}
.blog-page .post,  .news-items .news-item {
	position: relative;
	margin: 0 0 20px;
}
.post-title,  .news-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 16px;
}
.post-date,  .news-date {
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}
.post-head ~ *,  .news-head ~ * {
	text-align: left;
}
.blogpost-page .post-date,  .news-item-page .news-date {
}
.post-body,  .news-body {
	margin: 0 0 20px;
	line-height: 20px;
}
.blog-page .tags,  .blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
}
.blog-page .tags label,  .blogpost-page .tags label {
	display: block;
	font-weight: bold;
}
.blog-page .tags ul,  .blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,  .blogpost-page .tags li {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.blog-page .tags li.separator,  .blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,  .blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
	color: #aab06e;
	font-size: 14px;
}
.blog-page .blog-details {
	text-align: left;
}
.blog-page .blog-details a {
	color: #aab06e;
	font-size: 14px;
}
.blog-page .tags a:hover,  .blog-page .blog-details a:hover {
	text-decoration: underline;
}
.blog-page .read-more {
	font-weight: bold;
	margin: 0 0 0 10px;
}
.new-comment {
	margin: 0 0 30px;
}
.new-comment .title,  .comment-list .title {
	margin: 0 0 10px;
	text-align: left;
	background: #eeece7;
	padding: 10px 0 10px 10px;
	font-size: 16px;
	font-weight: lighter;
}
.new-comment .title strong:before,  .comment-list .title:before {
	display: inline-block;
	content: url(/Themes/Lavella/Content/img/arrows_3_right.png);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	margin: 0 -20px 0 0;
	opacity: 0;
}
.news-item:hover .news-title:before {
	opacity: 1;
	margin: 0 5px 0 0;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.new-comment .button-1:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.comment-list {
}
.comment-list .title {
	margin: 0 0 10px;
	font-weight: bold;
}
.blog-comment,  .news-comment {
	margin: 0 0 30px;
	position: relative;
}
.blog-comment:after,  .news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	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-content {
}
.comment-time {
	margin: 0 0 5px;
	font-style: italic;
}
.comment-body {
	line-height: 20px;
}
.news-items .read-more {
	display: inline-block;
	margin: 0;
	line-height: 24px;
}
.news-item-page .inputs:first-child label {
	display: block;
}
.news-list-homepage {
	margin: 0 0 30px;
}
.news-list-homepage .title {
	margin: 0 0 15px;
	font-size: 20px;
	color: #888;
	font-family: open sans;
	text-transform: uppercase;
	line-height: 46px;
}
.news-list-homepage .title strong {
	font-weight: lighter;
	color: #666;
}
.news-list-homepage .news-head .news-title {
	display: block;
	padding: 10px;
	text-align: center;
}
.news-list-homepage .news-date,  .news-list-homepage .read-more {
	display: none;
}


.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
	color: #666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	font-size: 14px;
	font-family: "open sans";
}
.news-list-homepage .view-all a:hover {
	color: #888;
}
.blog-page,  .blogpost-page,  .news-items,  .news-item-page .page-body {
	font-family: "open sans";
	font-size: 14px;
	color: #888;
}
.blog-page .post-title,  .news-list-page .news-title {
	background: #eeece7;
	padding: 10px;
	display: block;
}
.blog-page .post-title:before,  .news-list-page .news-title:before {
	display: inline-block;
	content: url(/Themes/Lavella/Content/img/arrows_3_right.png);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	margin: 0 -20px 0 0;
	opacity: 0;
}
.blog-page .post:hover .post-title:before,  .news-list-page .news-items>.item:hover .news-title:before {
	margin: 0 5px 0 0;
	opacity: 1;
}
.blogpost-page .new-comment .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.blogpost-page .new-comment .buttons input:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.blogpost-page .new-comment textarea {
	display: block;
	width: 90%;
	margin: auto;
}
.news-items .read-more {
	color: #aab06e;
	font-size: 14px;
}
.news-items .read-more:hover {
	text-decoration: underline;
}
/*SEARCH PAGE*/
.search-page .search-input .buttons input {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: auto;
	outline: 4px solid #A59B92;
	padding: 4px 19px;
	text-shadow: 0 1px 1px #847C75;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.search-page .search-input .buttons input:hover {
	border-color: #fff;
	text-shadow: none;
}
/* BB codes */

pre {
	white-space: pre-wrap;
	white-space: normal;
	word-wrap: break-word;
}
.csharpcode {
	margin: 10px 0;
	border: 1px dashed #ccc;
	background-color: #fff;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
}
.csharpcode .rem {
	color: green;
}
.csharpcode .kwrd {
	color: #00f;
}
.csharpcode .str {
	color: #006080;
}
.csharpcode .op {
	color: #00c;
}
.csharpcode .preproc {
	color: #c63;
}
.csharpcode .asp {
	background-color: #ff0;
}
.csharpcode .html {
	color: maroon;
}
.csharpcode .attr {
	color: red;
}
.csharpcode .alt {
	width: 100%;
	margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
	color: #666;
}
/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
	height: auto !important;
}


/* product-tag-page */
.product-tag-page .product-selectors select {
	opacity: 1;
	top: 0;
}

/*RESPONSIVE CAPTCHA*/

@media (max-width: 444px) {
.recaptchatable #recaptcha_image {
	margin: 0 !important;
	width: 200px !important;
	float: left !important;
}
.recaptchatable #recaptcha_image img {
	max-width: 100%;
}
.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
	background: none !important;
}
}

/*CUSTOM SELECT */

.header .select select {
	opacity: 0;
	position: relative;
	top: -33px;
	cursor: pointer;
	width: 100%;
}
.header .select-text {
	font-size: 12px;
	text-transform: uppercase;
	color: #777;
	background: url(/Themes/Lavella/Content/img/ddown.png) #eee;
	background-repeat: no-repeat;
	background-position: 97% center;
	padding: 8px 25px 8px 8px;
}
.topic-post .post-body {
    text-align: center;
}
.topic-post .post-body .post-text {
    margin: 10px 0;
    text-align: left;
}

/*** forum post vote ***/

.topic-post .post-vote {
    display: inline-block;
    font-size: 0;
    text-align: center;
    line-height: 0;
}
.topic-post .vote.up::before {
    border-color: transparent transparent #c3b9b1;
    border-style: solid;
    border-width: 0 15px 20px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.topic-post .vote {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    position: relative;
    width: 35px;
}
.vote-count-post {
    border: 1px solid #ccc;
    color: #888;
    font-size: 16px;
    line-height: 30px;
    font-family: sans-serif;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.topic-post .vote.down::before {
    border-color: #c3b9b1 transparent transparent;
    border-style: solid;
    border-width: 20px 15px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
    font-family:'open sans';
    color:#888;
}
.cart th, .data-table th,
.forums-table-section th {
	border: none;
    background: rgba(238, 236, 231, 0.6);
    padding: 10px;
    white-space: nowrap;
    font-weight: lighter;
}
    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        min-width: 50px;
        max-width:200px;
        border: 1px dotted #ddd;
        background: #fff;
        padding: 10px;
        text-align:left;
    }
.cart-header-row th{
    border:none;
    font-size:14px;
    font-weight:lighter;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
    text-align:center;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-size:14px;
    font-weight:lighter;
}
.forums-table-section .latest-post{
    min-width:150px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details{
    min-width:300px;
}
.forums-table-section .table-wrapper{
    overflow-x:auto;
}
.forums-table-section-title{
    margin:0 0 10px;
}
.forums-table-section-title > *{
    font-size:18px;
    font-weight:lighter !important;
}


.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .unit-price label,
.cart .quantity label{
    display:none;
}
.cart .unit-price,
.cart .quantity{
    text-align:center;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    color: #9ca34e;
    font-size:16px;
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
    text-align:right;
}
.compare-products-table .overview p:last-child {
    position: relative;
    /*max-width: 200px;*/
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    /*background: #f6f6f6;*/
    font-weight:bold;
}
.compare-products-table .product-price td {
    color: #9ca34e;
    font-size:16px;
}
.compare-products-table .product-price td:first-child {
    color: #666;
    font-size:14px;
    font-weight:lighter;
    text-align:center;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}

.compare-products-table .a-center{
    text-align:left;
}
.cart-header-row th{
    background:rgba(238,236,231,.6);
}
.wishlist-content .tax-shipping-info{
    text-align:center;
    margin:-10px 0 12px;
}
/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
    font-family:'open sans';
    color:#888;
}
.prices-table {
    width: 100%;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
    background:#fff;
}
.prices-row {
    float: left;
    width: 50%;
    color:#888;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
    .prices-row > div:first-child {
        border-top: 0;
    }
    .prices-row:first-child > div {
        border-left: 0;
    }
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #9ca34e;
}

@media all and (min-width: 769px) {

    .product-details-page .prices-table {
        display: table;
        background: #fff;
    }
        .product-details-page .prices-row {
            display: table-row;
            float: none;
            width: auto;
        }
            .product-details-page .prices-row > div {
                display: table-cell;
            }
        .product-details-page .prices-row:first-child > div {
            border-left: 1px solid #c9c9c9;
            border-top: 0 !important;
        }
        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-left: 0;
        }
    .wishlist-content .tax-shipping-info {
        text-align: left;

    }

}



/* footable custom css */
.footable td label{
    display:none;
}
.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}

.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 {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/Lavella/Content/img/icon_expand.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/Lavella/Content/img/icon_collapse.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}
table .product{
    text-align:left;
}

/* hidding item counter in different tables */

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count {
	display: none;
}
@media screen and (max-width: 980px){
    .compare-products-table{
        display:none;
    }
}
@media screen and (max-width: 826px){ 

.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.shipments .data-table .item-count {
	display: none;
}
}

@media screen and (max-width: 628px) {

.return-request-page .data-table .item-count,
.section.products .data-table .item-count {
	display: none;
}

}

@media screen and (max-width: 506px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}
@media all and (min-width: 240px) and (max-width: 980px) {

    .desktop-header-right .desktop-cart {
        display: none;
    }

/* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
        min-height: 50px;
        margin: 0 0 15px;
    }
    .responsive-nav-wrapper {
        position: relative;
        width: 100%;
        box-shadow: 0 2px 3px  rgba(0,0,0,0.15);
        text-align: center;
        font-size:0;
        background:rgba(255,255,255,.8);
        z-index:13;
    }
    .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(-55px);
        transform: translateY(-55px);
    }

    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }
        .responsive-nav-wrapper:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;            
        }
        .responsive-nav-wrapper > div > span,
        .responsive-nav-wrapper > div > a {
            display: block;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            height: 50px;
            width: 50px;
            overflow: hidden;
            text-indent: -9999px;
            cursor: pointer;
        }
    .responsive-nav-wrapper .menu-title {
        display: inline-block;
        background: url(/Themes/Lavella/Content/img/menu-icon.png) no-repeat center;
    }
    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
        background: url(/Themes/Lavella/Content/img/search_icon.png) no-repeat center;
    }
    .responsive-nav-wrapper .shopping-cart-link {
        display: inline-block;
        background: url(/Themes/Lavella/Content/img/shopping_cart_icon.png) no-repeat center;
    }
    .responsive-nav-wrapper .filters-button {
        background: url(/Themes/Lavella/Content/img/filters.png) no-repeat center;
        display:none;
    }
    .responsive-nav-wrapper .personal-button {
        display: inline-block;
        background: url(/Themes/Lavella/Content/img/options_icon.png) no-repeat center;
    }

/* 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: 14;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.4);
        }

    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .notAndroid23 .justAFixingDivBefore,
    .notAndroid23 .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .android23 .justAFixingDivBefore,
    .android23 .header-menu {
        left: -320px;
    }        
    .header-menu.open {
        box-shadow: 1px 0 5px rgba(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 {
            background: url(/Themes/Lavella/Content/img/arrows_2_left.png)#c3b9b1;
            background-repeat:no-repeat;
            background-position:20px center;
            cursor: pointer;
        }
            .close-menu span {
                display: block;
                padding: 15px 20px;
                font-size: 20px;
                color: #fff;
                text-transform: uppercase;
                line-height: 15px;
                text-align: right;
                font-family:open sans;
            }
    .header-menu > ul li {
        background: #f6f6f6;
    }
        .header-menu > ul li:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }
    .header-menu > ul li > a,
    .header-menu > ul li > span {
        display: block;
        padding: 16px 18px !important;
        line-height: 17px;
        font-family:open sans;
        color: #888;
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        border-bottom: 1px dotted #cecece;
    }
        .header-menu > ul li:last-child > a,
        .header-menu > ul li:last-child > span {
            border-bottom: 0;
        } 
        .header-menu > ul li > .with-subcategories {
            width: 270px;
            float: left;   
        }
    .plus-button {
        position:relative;
        float: right;
        width: 50px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        background:url(/Themes/Lavella/Content/img/arrows_2_right.png);
        background-repeat:no-repeat;
        background-position:center;
        border-bottom:1px dotted #CECECE;
    }

        .header-menu .sublist-wrap {
            position: fixed;
            top: 0;
            left: 0;
            width: 320px;
            height: 100%;
            background: #333 !important;
            box-shadow: 1px 0 5px rgba(0,0,0,0.5);
            z-index: 3;
            overflow: hidden;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
        .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;
        }

        .header-menu ul li.back-button {
            background: #ccc;
            cursor:pointer;
        }
            .header-menu .back-button span {
                text-transform: none;
                color: #fff;
                text-align: right;
                padding: 14px 18px !important; 
                background:url(/Themes/Lavella/Content/img/arrows_2_left.png) no-repeat scroll 20px center #C3B9B1;
            }

    /* header menu functionality classes */

        .admin-header-links,
        .h-wrapper,
        .header,
        .responsive-nav-wrapper,
        .slider-wrapper,
        .master-wrapper-content,
        .footer {
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;        
        }
        .notAndroid23 .move-right {
            -webkit-transform: translate(320px);
            -ms-transform: translate(320px);
            transform: translate(320px);        
        }

    /* SEARCH BOX */

        .search-box {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            padding: 15px 10px 10px;
            width: 100%;
            box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
            z-index: 9999999;
            text-align: center;
            background:#fff;
        }
            .search-box.open {
                display: block;
            }
        .search-box form {
	        display: inline-block;
        }
            .search-box form:after {
	            content: ".";
	            display: block;
	            visibility: hidden;
	            clear: both;
	            height: 0;
	            line-height: 0;
	            font-size: 0;
            }

    /* HEADER LINKS */

    .header-links-wrapper {
        display: none;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000001;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        color: #888888;
        font-family: open sans;
    }
        .header-links-wrapper.open {
            display: block;
        }
    .header-selectors-wrapper .select select{
        opacity: 0;
        position: relative;
        top: -33px;
    }
    .header-selectors-wrapper{
        max-height:50px;
    }
    .header-selectors-wrapper .select .select-text{
        font-size: 12px;
        text-transform: uppercase;
        color: #777;
        background: url(/Themes/Lavella/Content/img/ddown.png) #eee;
        background-repeat: no-repeat;
        background-position: 95% center;
        padding: 8px 12px 8px 8px;
    }

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {


    /* HEADER */

    .search-box input.search-box-text {
        width: 300px !important;
        font: italic 14px open sans;
        color: #bbb;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 300px !important; 
    }

    .eu-cookie-bar-notification {
        width: 450px;
        max-width: 95%;
        margin-left: -225px;
    }

    /* FOOTER */

    .newsletter-email input[type="text"] {
        width: 300px;
        font-family:open sans;
        color:#888;
        font-style:italic;
    }

    .footer-middle h3 {
        width: 768px;
    }

    /* LEFT/RIGHT COLUMN */
    .poll {
        padding: 15px 7px 5px;
        width: 50%;
    }

    /* CATEGORY PAGE & GRIDS */

    .item-box {
        width: 49%; 
        margin-left: 2%;
    }

        .item-box:nth-child(2n+1) {
            clear: both;
            margin-left: 0;
        }

    .product-grid.home-page-category-grid .item-box:nth-child(2n){
        margin-left:2%;
    }
    .category-page .item-box .description{
        max-height:58px;
    }

/* VARIANT GRID */
    .product-variant-list.grid,
    .product-variant-list.list {
        overflow: hidden;
    }
    .product-variant-list.grid .product-variant-line,
    .product-variant-list.list .product-variant-line{
        float:left;
        width:48%;
        margin:1%
    }
    .product-variant-list.grid .variant-overview .add-to-wishlist-button,
    .product-variant-list.list .variant-overview .add-to-wishlist-button{
        display:block;
        margin-left:0;
    }
    .product-variant-list.grid .add-to-cart-button,
    .product-variant-list.list .add-to-cart-button{
        margin-bottom:20px;
    }

    /* PRODUCT PAGE */
    .gallery .picture-wrapper {
        width: 80%;
    }


/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select {
	width: 110px;
}

/* SHOPPING CART & CHECKOUT */

.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.order-review-data ul {
	display: table-cell;
}
.order-details-area td {
	float: none;
	width: auto;
}

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}
.order-progress li{
    margin:0 50px 40px 0;
}
.checkout-page .address-item {
    float:left;
    width:47%;
    margin:1.5%;
}
.checkout-page .address-item:nth-child(2n+1){
    clear:both;
}
.checkout-page .order-review-data > div {
    display:inline-block;
    width:46%;
    margin:1.5%;
}
.order-review-data ul {
    display: inline-block;
}

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */
.center-1{
    width:100%;
}
.page {
	clear: both;
}
.page-title h1 {
	float: none;
}
.link-rss {
	display: block;
	float: right;
	margin: 5px 0 0;
}

/* HEADER */
.close-menu{
    display:none;
}

/* FOOTER */
.footer-middle .fm-wrapper > div {
    display: block;
    float: left;
    margin: 5px 1% 0;
    width: 48%;
}
.footer-middle .fm-wrapper > div:nth-child(2n+1){
    clear:both;
}
.footer-lower .footer-powered-by,
.footer-lower .footer-designed-by,
.footer-disclaimer, 
.footer-tax-shipping {
    display: inline-block;
    margin: 0 5px !important;
}
.accepted-payment-methods li {
    margin: 5px;
}

/* LEFT/RIGHT COLUMN */

.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.poll-options li,
.poll-results li {
	display: block;
}
.poll .buttons,
.poll-total-votes {
	text-align: left;
}
.block .title strong{
    padding-left:10px;
}
.block .listbox li a{
    color:#555;
    font-family:'open sans';
    padding-left:20px;
    line-height:30px;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    border-bottom: 1px dotted #D1D1D1;
    display: block;
}
.block.block-popular-tags .listbox li a{
    padding:0 5px;
}
.block .listbox li{
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    overflow:hidden;
}
.block .listbox li:hover{
    background:rgba(209, 231, 160, 0.1);
}
.block .listbox li a:hover{
    color:#555;
}
.block .listbox li.active a{
    color:#9ca34e;
}
.block .listbox .sublist a{
    padding-left:35px;
}
.block .listbox .sublist .sublist a{
    padding-left:70px;
}
.block .listbox li.active{
    border-bottom:none;
}
.listbox {
    padding-bottom: 30px;
}
.block .listbox{
    display:block;
}
.block .listbox .tags li a{
    border:none;
}
.block .title:hover strong {
   text-shadow:0 1px 2px #777777;
}

/*spec for this section*/
.block-recently-viewed-products .listbox .list li{
    border-bottom:1px dotted #d1d1d1;
}
.block-recently-viewed-products .listbox .list li a{
    border:none;
    padding:2px;
}

.block .title{
    cursor:default;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	text-align: center;
}

.breadcrumb li:first-child * {
	margin-left: 0;
}
.product-selectors {
    float: left;
	text-align: left;
    display:block;
    z-index:17;
    font-size:14px;
    border:1px solid transparent;
}
.category-page .product-selectors .custom-select{
        right:0;
        top:-13px;
        border:1px solid #eee;
    }
.product-selectors .select-text{
    border:1px solid #ddd;
    padding:10px;
    position: relative;
    top: 42px;
    background:url(/Themes/Lavella/Content/img/ddown.png) #fff;
    background-position:95% center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.product-selectors > div {
	margin: 0 10px 0 0;
    display:inline-block;
}
.product-selectors select{
    position:relative;
}
.product-selectors>div{
    position:relative;
} 
.product-selectors>div>*{
    position:relative;
}
    .product-selectors .product-viewmode,
    .product-selectors .product-page-size {
        display: inline-block;
    }


.item-box {
	width: 33%;
    margin-left:0;
}

.product-list .item-list{
    padding:0;
}
.item-box:nth-child(3n-1) {
    margin:0 .5% 20px .5%;
}
.home-page-product-grid .item-box,
.bestsellers .item-box {
    margin:0 0 20px 0;
}
    .home-page-product-grid .item-box:nth-child(3n-1),
    .bestsellers .item-box:nth-child(3n-1){
        margin:0 0.5% 20px 0.5%;
    }
    .home-page-product-grid .item-box:nth-child(3n+1)
    .bestsellers .item-box:nth-child(3n+1){
        clear:both;
    }
.category-page .product-grid .item-box{
    margin-left:0;
}
.category-page .product-grid .item-box:nth-child(3n-1){
    margin:0 .5% 20px;
}
.manufacturer-grid .item-box:nth-child(3n-1),
.vendor-grid .item-box:nth-child(3n-1) {
    margin:0 .5% 20px;
}
.manufacturer-grid .item-box .picture, 
.vendor-grid .item-box .picture {
    width:100%;
}
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    margin:0 0 20px 0;
}

.sub-category-grid .item-box{
    margin-bottom:.5%;
}
.sub-category-grid .item-box:nth-child(2n+1){
    margin-left:0;
}
.sub-category-grid .item-box:nth-child(3n-1){
    margin-left:0.5%;
    margin-right:0.5%;
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
}
.home-page-category-grid .item-box{
    width:33%;
}
/*cear styles from lower breackpoint*/
.product-grid.home-page-category-grid .item-box:nth-child(2n) {
    margin-left: 0;
}
.product-grid.home-page-category-grid .item-box:nth-child(3n-1){
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom:1%;
}
.home-page-category-grid .item-box:nth-child(2n+1){
    margin-left:0;
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .details{
    text-align:left;
    padding:1% 1%;
}

.item-box .buttons {
	text-align: left;
    bottom: 15px;
}
.product-grid .item-box .product-item .buttons {
    bottom: 15px;
    left: 15px;
}
.item-box .product-rating-box .rating{
    margin:0 0 5px 0;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}
.poll{
    width:100%;
    max-width:333.33px;
    vertical-align:top;
}
.news-list-homepage .news-item{
    width:32%;
    float:left;
    margin:0 0 2% 0;
}
.news-list-homepage .news-item:nth-child(3n-1){
    margin:0 2% 2% 2%;
}
.news-list-homepage .view-all{
    clear:both;
}
.news-list-homepage .news-head .news-title{
    text-align:center;
}
.news-list-homepage .news-item{
    text-align:left;
}
.news-list-homepage .news-item .news-details,
.news-list-homepage .news-item .read-more{
    padding:0 10px;
}
.category-page .product-list .item-box .product-title{
    height:24px;
}
.category-page .product-list .item-box .description{
    max-height:38px;
    height:auto;
}
.category-page .product-list .item-box .buttons{
    left:196px;
    bottom:4px;
    right:auto;
    z-index:1;
}
.product-filters .product-filter{
    max-width:30%;
    margin:25px 1.5%;
    float:left;
}

/* PRODUCT PAGE */

.gallery .picture {
	margin: 0 0 10px;
}
.gallery .picture-thumbs a {
	margin: 0 10px 10px 0;
}
.overview .buttons {
	text-align: left;
    padding:18px 0 10px;
    margin:0;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.free-shipping {
	margin: 20px 0;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}

.variant-overview .add-to-cart{
    height:auto;
    overflow:hidden;
}
.variant-overview .add-to-cart-button {
	margin-right: 10px;
}
.variant-overview .add-to-wishlist{
    transition:all .45s ease;
    background:#eee !important;
}
.variant-overview .add-to-wishlist input{
    margin-left:0;
    padding-left:37px;
    transition: all 0.4s ease 0s
}

    .variant-overview .add-to-wishlist:hover input{
        border-left: 1px solid #DDDDDD;
        margin-left: 25px;
        padding-left: 12px;
        transition: all 0.4s ease 0s;
    }
    .variant-overview .add-to-wishlist:hover{
        background:url(/Themes/Lavella/Content/img/link_wishlist.png) no-repeat scroll 5px center #EEEEEE !important;
    }

.product-variant-list.grid .variant-overview .add-to-wishlist-button {
    border:1px solid transparent;
    padding-left:37px;
    background:none;
    -moz-transition:all 0.45s ease 0s;
    -webkit-transition:all 0.45s ease 0s;
    -ms-transition:all 0.45s ease 0s;
    transition:all 0.45s ease 0s;
    background:url(/Themes/Lavella/Content/img/variant-wishlist.png) #fff;
    background-repeat:no-repeat;
    background-position:5px center;
}

.product-variant-list.list .variant-overview .add-to-wishlist-button{
    background:url(/Themes/Lavella/Content/img/variant-wishlist.png) #eee;
    background-repeat:no-repeat;
    background-position:5px center;
    display:inline-block;
    padding-left:36px;
    -moz-transition:all 0.45s ease;
    -webkit-transition:all 0.45s ease;
    -ms-transition:all 0.45s ease;
    transition:all 0.45s ease;
    border:1px solid transparent;
}

.product-variant-list.grid .add-to-wishlist-button:hover{
    border:1px solid #ddd;
    color:#aaa;
}
.product-variant-list.list .add-to-wishlist-button:hover{
    border:1px solid #ddd;
    color:#aaa;
}
.product-essential .gallery{
    float:left;
    width:50%;
}
.product-essential .gallery .picture{
    float:right;
}  
.product-essential .gallery .picture-thumbs{
    width:20%;
    float:left;
}
.product-essential .gallery .picture-thumbs a{
    display:block;
    margin:0px auto 10px;
}
.product-essential .overview{
    float:left;
    width:50%;
    text-align:left;
    padding:0 20px;
}
.product-collateral .product-variant-list.grid .product-variant-line{
    width:33%;
    float:left;
    padding:10px;
    height:530px;
    border:none;
    margin:0 0 1%;
}
    .product-collateral .product-variant-list.list .product-variant-line{
        width:80%;
        float:none;
        padding:10px;
        border:none;
        overflow:hidden;
        margin:20px auto;
        background:#fff;
    }
    .product-collateral .product-variant-list.list .product-variant-line .product-price{
        display:block;
    }
.product-collateral .product-variant-list.grid .variant-picture{
    width:100%;
}
    .product-collateral .product-variant-list.list .variant-picture{
        float:left;
        width:30%;
        height:100%;
        min-height:0;
        margin:auto;
    }
    .product-collateral .product-variant-list.list .variant-picture img{
        width:100%;
        position:static;
    }
.product-collateral .product-variant-list.grid .variant-overview{
    display:block;
    margin:0;
    padding:5px;
    text-align:left;
    position:relative;
    background:#fff;
}
    .product-collateral .product-variant-list.list .variant-overview{
        float:right;
        width:70%;
        text-align:left;
        background:#fff;
        padding-left:2%;
        height:100%;
    }
.variant-overview .details-wrapper{
    background: rgb(238, 236, 231);
    border-top:1px solid #fff;
    display:none;
    padding:5px;
    margin-top:-5px;
    position:absolute;
    width:97%;
    top:82px;
    z-index:25;
}
    .product-collateral .product-variant-list.list .variant-overview .details-wrapper{
        display:block;
        position:static;
        background:transparent;
    }
.product-variant-list.grid {
    overflow: visible;
}
.product-variant-list:after{
    display:block;
    content:'';
    clear:both;
}
.variant-overview>span{
    display:block;
    background:url(/Themes/Lavella/Content/img/go-down.png) #eeece7;
    background-repeat:no-repeat;
    background-position:95% center;
    font-size:18px;
    color:#888;
    padding:5px;
    cursor:pointer;
    width:100%;
}
    .product-variant-list.list .variant-overview > span{
        display:none;
    }
.product-collateral .product-variant-line .variant-name{
    font-size:18px;
    font-family:open sans;
    color:#888;
    height:26px;
}
.variant-overview .variant-name{
    max-height:54px;
    overflow:hidden;
}
.variant-overview .stock{
    height:20px;
}
.variant-overview .stock span{
    display:inline-block;
}
.variant-overview .input-wrapper{
    clear:none;
    margin:0 5px 5px 0;
}
.variant-overview .input-wrapper input,
.back-in-stock-subscription input{
    padding:5px 10px;
    margin:0;
    margin-left:25px;
    transition:all 0.4s ease 0s;
}
/*animate buttons*/
.overview .buttons .email-a-friend,
.overview .buttons .compare-products,
.overview .buttons .add-to-wishlist,
.back-in-stock-subscription{
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.overview .buttons .email-a-friend input,
.overview .buttons .compare-products input,
.overview .buttons .add-to-wishlist input,
.back-in-stock-subscription input{
    background:#eee;
    border:1px solid transparent;
    border-left:1px solid #ddd;
}
    .overview .buttons .email-a-friend:hover{
        background:url(/Themes/Lavella/Content/img/link_email.png) no-repeat scroll 5px center #EEEEEE;
    }
    .overview .buttons .compare-products:hover{
        background:url(/Themes/Lavella/Content/img/link_compare.png) no-repeat scroll 7px center #EEEEEE;
    }
    .overview .buttons .add-to-wishlist:hover{
        background:url(/Themes/Lavella/Content/img/link_wishlist.png) no-repeat scroll 5px center #EEEEEE;
    }
    .back-in-stock-subscription:hover{
        background:url(/Themes/Lavella/Content/img/notify.png) no-repeat scroll 7px center #EEEEEE;
    }
    .overview .buttons .email-a-friend:hover input,
    .overview .buttons .compare-products:hover input,
    .overview .buttons .add-to-wishlist:hover input,
    .back-in-stock-subscription:hover input{
        transition:all 0.4s ease 0s;
        margin-left:25px;
        padding-left:12px;
        border-left:1px solid #ddd;  
        border:1px solid #ddd;
    }
    .customer-entered-price{
        padding:10px 0;
    }
    .customer-entered-price > div{
        margin:10px 0 0 0;
        display:block;
    }

/*product list*/
.product-list .item-box{
    float:none;
    width:100%;
    background:#fff;
    overflow:hidden;
    margin:0 0 20px;
    padding:0;
}
.product-list .item-box .picture{
    width:165px;
    position:relative;
    height:100%;
    z-index:10;
    min-height:0;
    margin:0;
}
.product-list .item-box .details{
    bottom: 10px;
    left: 170px;
    margin: 0;
    padding: 0 0 0 20px;
    position: absolute;
    right: 20px;
    top: 5px;
    overflow:hidden;
}
.product-list .item-box .product-item .buttons {
    left: 194px;
    margin: 0 0 4px;
    z-index: 1;
}
.product-list .item-box .product-item .buttons > * {
    vertical-align: top;
    margin: 0 10px 0 0;
}
.product-list .item-box .add-info{
    border:none;
    padding:0;
}
.product-list .item-box .title{
    max-height:26px;
}
.product-list .item-box  .description{
    margin-bottom:5px;
}
.product-list .item-box .prices{
    margin:0;
}
.full-description{
    border-bottom:1px dotted #D8CFC8;
    margin-bottom:0;
}
.product-reviews-overview{
    padding:10px 0;
    margin:0;
}
.product-list .item-box .product-item{
    height:100%;
    padding:5px;
    overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div{
    display:inline-block;
}
.overview .prices .tax-shipping-info{
    display:block;
}
.overview .prices .tax-shipping-info a{
    text-decoration:underline;
}
.overview .prices > div{
    margin:0 10px 0 0;
}
.overview .prices .product-price{
    margin:0 0 5px 0;
}
.overview .prices .product-price > *{
    line-height:20px;
}

/* ATTRIBUTES */

.attributes {
	margin: 0 0 10px;
}
.attributes dt {
	float: left;
	clear: left;
	min-width: 80px;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.color-squares {
	text-align: center;
}
.color-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}
.productTabs-header{
    width:25%;
    text-align:right;
    float:left;
}
.productTabs-header .ui-tabs-nav li a{
    padding-right:15px;
}
.ui-tabs .full-description{
    text-align:left;
}
.productTabs-body{
    width:75%;
    float:left;
}
.ui-tabs .ui-tabs-nav li{
    margin:0 0 5px;
}
.write-review .inputs label {
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
}
.write-review .inputs{
    text-align:center;
}
.overview .prices .rental-price>*{
    float:left;
    margin:0 5px 0 0;
}
/* GIFT CARD */

.giftcard label {
	display: inline-block;
	min-width: 100px;
	margin: 0 10px 0 0;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .buttons {
	text-align: left;
}
.wishlist-content .button-2 {
	margin: 0 15px 0 0;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.block .list a.active {
    font-weight: bold;
}
.avatar-page .fieldset {
	float: left;
	margin-right: 10px;
}
.avatar-page .buttons {
	text-align: center;
}
.address-list-page .address-item,
.order-list-page .order-item {
    float: left;
    width: 45%;
    margin: 0 0 20px;
    padding:10px;
    -ms-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}   
.address-list-page .address-item:nth-child(2n),
.order-list-page .order-item:nth-child(2n){
    margin:0 0 20px 1%;
}
.address-list-page .address-item:nth-child(2n+1),
.order-list-page .order-item:nth-child(2n+1){
    clear:both;
}
.address-edit-page .inputs{
    width:350px;
    margin:0 auto 5px;
}
.address-edit-page .inputs label{
    text-align: left;
    width: 350px;
}
.change-password-page .inputs{
    width:360px;
    margin:0 auto 10px;
}
.address-list-page .address-list{
    overflow:hidden;
}
/* SHOPPING CART & CHECKOUT */

.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals {
	float: right;
	margin: 0 25px;
}
.cart-collaterals {
	float: left;
	margin: 0 25px;
}
.checkout-page .address-item {
	float: left;
	margin: 1%;
    width:31.3%;
    max-width:32%;
}
.checkout-page .address-item:nth-child(2n+1){
    clear:none;
}
.checkout-page .address-item:nth-child(3n+1){
    clear:both;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .page-title a {
	float: right;
	margin: 0 5px 5px 12px;
    padding:0 10px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}
.order-details-page .tax-shipping-info,
.order-details-page .checkout-attributes {
    text-align:right;
}
.order-details-page .tax-shipping-info > a{
    text-decoration:underline;
}
.order-progress li {
    margin: 0 70px 40px 0;
}
.shipping-options .button-2.estimate-shipping-button{
    float:right;
    margin:10px 5px 0 0;
}
.shopping-cart-page .common-buttons input {
    display: inline-block;
    margin: 10px 5px 0; 
}
.shopping-cart-page .common-buttons input{
    margin:0 10px;
}

/* SEARCH & SITEMAP */

.search-page .basic-search .inputs{
    width:357px;
    margin:10px auto;
    text-align:left;
}
.search-page .inputs label{
    text-align:left;
}
.search-page .advanced-search .price-range {
    margin: 0;
}
.search-page .advanced-search .inputs{
    width:357px;
    margin:10px auto;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}

.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
    padding-top:30px;
}
.comment-info .user-info span,
.comment-info .user-info a{
    position:absolute;
    left:135px;
    max-width:395px;
    padding:0;
    -moz-transition:all 0.35s ease;
    -webkit-transition:all 0.35s ease;
    -ms-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
    .comment-info .user-info a:hover{
        color:#9ca34e;
    }
.comment-time > label {
    float: left;
    margin-right:5px;
}
.blog-page .blog-posts .post-head{
    text-align:left;
}
.blog-page .blog-posts .post-head .post-title,
.blog-page .blog-posts .post-head span{
    padding-left:10px;
}
.blog-page .blog-posts .post-body,
.news-list-page .news-items{
    text-align:left;
    padding-left:10px;
}
.blogpost-page .post-body,
.blogpost-page .tags{
    text-align:left;
    padding-left:10px;
}
.comment-content{
    text-align:left;
}
.post-body, .news-body{
    text-align:left;
}
.new-comment .form-fields .inputs{
            
}
.comment-time{
    max-height:18px;
}
.shipping-method .method-list, .payment-method .method-list{
    margin:0 auto 25px;
    text-align:left;
}
.shipping-method .method-list{
    text-align:center;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {
    /* GLOBAL STYLES */
    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 315px;
            margin: 0 10px;
            text-align: right;
        }

    .master-column-wrapper {
        margin: 20px auto 0;
        position: relative;
    }

    .master-home-page .master-column-wrapper {
        margin: 0 auto;
        overflow: hidden;
    }



    .master-wrapper-page.master-home-page {
        width: 100%;
    }

    .master-home-page .master-wrapper-content {
        width: 100%;
    }

    .master-wrapper-content {
        margin: 20px auto 0;
        width: 1000px;
    }

    .master-home-page .home-page .topic-block,
    .master-home-page .home-page .home-page-category-grid,
    .master-home-page .home-page .home-page-product-grid,
    .master-home-page .home-page .bestsellers,
    .master-home-page .home-page .products-carousel,
    .master-home-page .home-page .news-list-homepage,
    .master-home-page .home-page .categories-carousel,
    .master-home-page .home-page .manufacturers-carousel {
        width: 1000px;
        margin: 0 auto 20px;
    }

    .master-home-page .home-page .todays-poll-box {
    }

    /* HEADER */

    .h-wrapper {
        width: 100%;
        background: #fff;
        padding-top: 10px;
    }

    .header {
        margin: 0 auto 0;
        text-align: left;
        width: 100%;
    }

    .header-links-wrapper {
        float: left;
        width: 100%;
    }

    .header-content-wrapper {
        width: 1000px;
        margin: auto;
    }

    .header-links-wrapper .header-selectors-wrapper {
        float: right;
    }

        .header-links-wrapper .header-selectors-wrapper > div {
            width: 52px;
            overflow: hidden;
            white-space: nowrap;
        }

            .header-links-wrapper .header-selectors-wrapper > div + div {
                width: auto;
            }

    .header-links li {
        background: #eee;
        position: relative;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .header-links-wrapper .header-selectors-wrapper .header-taxdisplaytypeselector {
        width: auto;
    }

    .header-links li#topcartlink:after {
        content: '';
        display: block;
        clear: both;
    }

    .header-links li span {
        overflow: hidden;
        font-family: open sans;
        color: #888;
        padding-left: 0;
        margin-left: 5px;
    }

    .header-links li#topcartlink span + span {
        padding-left: 25px;
        margin-left: 0;
    }

    .header-links li#topcartlink:hover {
        background: transparent;
        overflow: visible;
        vertical-align: top;
    }

    .header-links li#topcartlink .cart-qty {
        background: url(/Themes/Lavella/Content/img/shopping_cart_icon.png);
        background-repeat: no-repeat;
        background-position: 0 center;
    }

    .header-links li a {
        color: #777;
        font-family: 'Open Sans',sans-serif;
        overflow: hidden;
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
    }

    .header-links li:hover a,
    .header-links li:hover span {
        color: #9ca34e;
    }

    .flyout-cart {
        display: none;
        position: absolute;
        top: 32px;
        left: 0;
        z-index: 99999;
        width: 320px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        background: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 10px 0 0;
        font-size: 11px;
    }

        .mini-shopping-cart * {
            line-height: normal !important;
        }

        .mini-shopping-cart .count {
            padding: 15px 10px;
            background: #eeece7;
            font-family: 'open sans';
            font-size: 14px;
            color: #888;
        }

            .mini-shopping-cart .count a {
                display: inline;
                font-weight: bold;
                padding: 0;
            }

        .mini-shopping-cart .items {
            height: auto;
        }

        .mini-shopping-cart .item {
            border-bottom: 1px dotted #d4cbc3;
            overflow: hidden;
            padding: 10px 4px;
        }

            .mini-shopping-cart .item.first {
            }

        .mini-shopping-cart .picture {
            float: left;
            width: 90px;
            text-align: center;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            border: 1px solid transparent;
        }

        .mini-shopping-cart .item:hover .picture {
            border: 1px solid #D1E7A0;
        }

        .mini-shopping-cart .picture a {
            display: block;
            height: 100%;
            padding: 0;
        }

            .mini-shopping-cart .picture a img {
                max-width: 100%;
            }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 95px;
        }

            .mini-shopping-cart .picture + .product .price,
            .mini-shopping-cart .picture + .product .quantity {
                color: #888;
                max-height: 20px;
            }

            .mini-shopping-cart .picture + .product .name a {
                margin: 0;
                padding: 0;
                color: #888;
                font-family: 'open sans';
                font-size: 16px;
                font-weight: lighter;
                height: auto;
                max-height: 45px;
            }

            .mini-shopping-cart .picture + .product .name:hover a {
                color: #baaea3;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            font-size: 12px;
            font-weight: bold;
            max-height: 45px;
            overflow: hidden;
        }

        .mini-shopping-cart .attributes {
            color: #888888;
            font-family: 'open sans';
            font-size: 10px;
            padding: 5px;
        }

        .mini-shopping-cart .price span,
        .mini-shopping-cart .quantity span {
            color: #9ca34e;
            font-size: 16px;
            font-family: 'open sans';
            display: inline;
        }

        .mini-shopping-cart .totals {
            margin: 8px 0 12px;
            font-size: 12px;
            text-align: right;
            color: #888;
            font-family: 'open sans';
            padding-right: 5px;
        }

            .mini-shopping-cart .totals strong {
                color: #9ca34e;
                font-size: 16px;
            }

        .mini-shopping-cart .buttons {
            margin: 10px;
            text-align: right;
        }

        .mini-shopping-cart input[type="button"] {
            background: none repeat scroll 0 0 #A59B92;
            border: 1px solid #C9C3BE;
            color: #FFFFFF;
            font-family: 'open sans';
            font-size: 16px;
            outline: 4px solid #A59B92;
            padding: 4px 19px;
            text-shadow: 0 1px 1px #847C75;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .mini-shopping-cart input[type="button"]:hover {
                border: 1px solid #fff;
                text-shadow: none;
            }

    .desktop-header-right {
        float: right;
    }

    .search-box input.search-box-text {
        width: 300px;
        padding: 0 80px 0 5px;
    }

    .search-box .search-box-button {
        position: static;
    }

    .search-box,
    .desktop-cart {
        float: right;
        margin-right: 5px;
    }

    .header-selectors-wrapper,
    .header-links {
        float: left;
        max-width: 52%;
    }

        .header-links ul {
            max-width: 480px;
        }

        .header-selectors-wrapper > div {
            float: left;
            margin: 0 0 0 5px;
        }

    .responsive-nav-wrapper-parent {
        display: none;
    }

    .header-menu .close-menu {
        display: none;
    }
    /*custom select*/
    .custom-select {
        position: absolute;
        right: 72px;
        display: inline-block;
        width: 120px;
        height: 36px;
        vertical-align: top;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        background: #fff url(/Themes/Lavella/Content/img/ddown.png);
        background-repeat: no-repeat;
        background-position: 95% center;
    }

        .custom-select #instant-search-categories {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
        }

        .custom-select .custom-select-text {
            color: #bbb;
            font-size: 14px;
            font-style: italic;
            line-height: 36px;
            padding-left: 5px;
            padding-right: 20px;
            white-space: nowrap;
            overflow: hidden;
            width: 85%;
        }

    /* HEADER MENU */

    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu {
        text-align: left;
        position: relative;
        z-index: 1001;
    }

    .top-menu {
        display: block;
    }

    .header-menu > ul {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
        text-align: center;
        box-shadow: 0 2px 3px rgba(239,239,239,.9);
        background: #fff;
    }

        .header-menu > ul > li {
            display: inline-block;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            margin-bottom: 10px;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                display: block;
                padding: 5px 15px;
                font-size: 18px; /*reset zeroing*/
                cursor: pointer;
                font-family: open sans;
                text-transform: uppercase;
                color: #555;
                font-weight: lighter;
            }

            .header-menu > ul > li > a {
                position: relative;
            }

    .header-menu .back-button {
        display: none;
    }

    .header-menu .sublist-wrap {
        display: none;
        position: absolute;
        top: 34px;
        z-index: 1001;
        width: 200px;
        box-shadow: 0 2px 3px #666;
        background-color: rgba(179, 163, 150, 0.8);
    }

        .header-menu .sublist-wrap .sublist-wrap {
            top: 0;
            left: 100%;
        }

        .header-menu .sublist-wrap.active {
            display: block;
        }

    .header-menu .sublist:after {
        bottom: 100%;
        left: 90px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(179, 163, 150, 0.8);
        border-width: 5px;
        margin-left: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
    }

    .header-menu .sublist .sublist:after {
        display: none;
    }

    .header-menu .sublist li {
        position: relative;
    }

        .header-menu .sublist li a {
            color: #ffffff;
            display: block;
            font-size: 14px;
            line-height: 40px;
            padding: 0 0 0 10px;
            transition: all 0.25s ease 0s;
            width: 100%;
            border-bottom: 1px dotted #c8bdb1;
            text-align: left;
        }

        .header-menu .sublist li:hover > a {
            background-color: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            padding-left: 5px;
        }

    /* LEFT/RIGHT COLUMN */

    .block {
        text-align: left;
    }

    .side-2 .block {
        border-bottom: none;
    }

    .block .listbox {
        display: block;
        overflow: hidden;
    }

    .block .product-picture {
        display: inline-block;
        vertical-align: middle;
    }

        .block .product-picture img {
            display: block;
        }

    .block-recently-viewed-products div + a {
        width: 82%;
        vertical-align: middle;
    }

    .block-recently-viewed-products .listbox .list .product-picture {
        display: inline-block;
    }

    .block-recently-viewed-products .listbox .list li a.product-name {
        width: 82%;
    }

    .block-recently-viewed-products .list .product-name {
        float: right;
        padding-left: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .listbox .list .product-picture a {
        padding: 2px;
    }

    .block-recently-viewed-products .listbox .list li:hover .product-name {
        color: #baaea3;
        padding-left: 2px;
    }

    .block-recently-viewed-products .listbox .list li .product-picture img {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border: 1px solid transparent;
        padding: 0 3px 0 0;
    }

    /* CATEGORY PAGE & GRIDS */
    .home-page .category-grid.home-page-category-grid .item-grid .item-box {
        background: none;
        width: 33.33%;
        margin: 0;
        margin-bottom: 30px;
    }

        .home-page .category-grid.home-page-category-grid .item-grid .item-box:nth-child(3n+1) {
            clear: both;
        }

        .home-page .category-grid.home-page-category-grid .item-grid .item-box:nth-child(4n+1) {
            clear: none;
        }

    .home-page-category-grid .item-box .category-item {
        overflow: hidden;
        height: 100%;
    }

    .home-page-category-grid .picture {
        display: block;
        margin: 0 auto;
    }

    .home-page-category-grid .item-box .title {
        height: auto;
        padding: 0 10px;
    }

    .breadcrumb li * {
        line-height: normal;
    }

    .category-page .product-list .item-box .picture {
        float: left;
        height: auto;
        min-height: 0;
        width: 165px;
        position: relative;
        height: 100%;
    }

    .category-page .product-list .item-box .product-item {
        padding: 5px;
    }

    .category-page .product-list .item-box .buttons,
    .product-list .item-box .buttons {
        position: absolute;
        bottom: 8px;
        left: 190px;
        top: auto;
        margin: 0;
    }

    .category-page .product-list .item-box:hover,
    .product-list .item-box:hover {
        background: rgba(248,241,238,.4);
    }

        .category-page .product-list .item-box:hover .details,
        .product-list .item-box:hover .details {
            background: none;
        }

    .category-page .product-list .item-box .product-title,
    .category-page .product-list .item-box .product-title a {
        height: auto;
        max-height: 44px;
    }

    .category-page .product-list .item-box .description {
        max-height: 58px;
    }

    .home-page-category-grid .item-box .picture a {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

        /*category grid item box animated*/

        .home-page-category-grid .item-box .picture a:hover:before {
            box-shadow: 0 0 0 30px rgba(255, 255, 255, .35) inset;
            -webkit-transition: all ease .4s;
            transition: all ease .4s;
            z-index: 10;
        }

    .manufacturer-list-page .manufacturer-grid .item-box:nth-child(3n) {
        margin-left: 0;
    }

    .product-selectors {
        max-width: 570px;
    }

        .product-selectors select {
            top: -33px;
            left: -5px;
            opacity: 0;
            width: 100%;
        }

        .product-selectors select {
            top: 0;
            opacity: 1;
            width: auto;
        }

        .product-selectors .custom-select select {
            opacity: 0;
            width: 100%;
            position: absolute;
        }

    .category-page .product-selectors .custom-select {
        position: relative;
        top: 0;
    }

    .product-selectors .custom-select {
        right: 0;
        top: 0;
        border: 1px solid #ddd;
    }

    .filter-content ul.group li * {
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .filter-content ul.group li:hover > a,
    .filter-content ul.group li:hover > span {
        padding-left: 10px;
    }

    /* PRODUCT PAGE */

    .product-details-page .gallery {
        float: left;
    }

        .product-details-page .gallery > .picture:only-child,
        .product-details-page .gallery > .picture-wrapper:only-child {
            float: none;
            max-width: none;
            margin: auto;
        }

    .product-details-page .overview {
        float: right;
    }

    .product-essential .gallery .picture {
        float: right;
        width: 80%;
    }

    .item-box:hover {
        z-index: 15;
    }

    .product-grid .item-box .product-item .buttons {
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: absolute;
        top: 100px;
        height: 0;
        opacity: 0;
        margin-left: 0;
    }

    .item-box .buttons .product-box-add-to-cart-button,
    .item-box .buttons .add-to-wishlist-button {
        display: inline-block;
    }

    .item-box .buttons .add-to-wishlist-button {
        margin: 10px 0 0;
        background-color: #c0b3a8;
        outline: 4px solid #c0b3a8;
    }

    .product-grid .item-box:hover .buttons {
        text-align: center;
        z-index: 16;
        opacity: 1;
    }

    .product-grid .item-box .details {
        padding: 0 5px 0;
        text-align: center;
        width: 100%;
        text-align: left;
    }

    .item-box .product-item {
        padding-bottom: 0;
        padding: 10px;
        position: static !important;
    }

    .home-page .product-grid .item-grid .item-box {
        width: 25%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
    }

    .product-grid .item-grid .item-box {
        width: 33%;
        padding: 0;
        margin-left: 0;
    }

        .product-grid .item-grid .item-box:nth-child(4n+1) {
            clear: both;
        }

    .center-2 .item-grid .item-box:nth-child(4n+1) {
        clear: none;
    }

    .shopping-cart-page .product-grid .item-grid .item-box {
        width: 25%;
        margin: 0 0 20px 0;
    }

    .also-purchased-products-grid.product-grid .item-grid .item-box,
    .related-products-grid.product-grid .item-grid .item-box {
        width: 25%;
    }

    .also-purchased-products-grid.product-grid .item-box .details {
        padding: 0 5px 10px;
    }

    .home-page .product-grid .item-box .details {
        padding: 0;
    }

    .product-grid .item-box:nth-child(3n-1) {
        margin: 0;
    }

    .product-collateral .item-box:nth-child(3n+1) {
        clear: none;
    }

    .home-page .item-box:nth-child(3n+1) {
        clear: none;
    }

    .product-grid .item-box .description {
        min-height: 0px;
    }

    .product-grid .item-grid {
        margin-bottom: 25px;
    }

    .product-grid.home-page-category-grid .item-grid {
        margin-bottom: 30px;
    }


    /*ANIMATION*/

    .item-box .description {
        position: relative;
    }

    .item-box:hover .product-rating-box {
        height: 16px;
        opacity: 1;
        position: relative;
        left: 0;
        margin-bottom: 5px;
    }

    .item-box .product-title {
        height: 24px;
        overflow: hidden;
    }

    .product-list .item-box .product-title {
        margin-bottom: 5px;
    }

    .product-grid .item-box:hover .product-title {
        height: 24px;
        margin-bottom: 5px;
    }

    .item-box .add-info {
        margin-bottom: 5px;
        border: none;
        padding: 0;
        border-top: 1px dotted #D8CFC8;
    }

    .item-box .prices .tax-shipping-info {
        margin: 0;
    }

    /*item-box in list*/
    .product-list .item-box .description,
    .product-list .item-box .add-info {
        left: 0;
    }

    .product-list .item-box .buttons {
        position: absolute;
        text-align: left;
        bottom: 8px;
    }

    /* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
        display: none;
    }

    /* CONTACT PAGE & EMAILaFRIEND */


    .email-a-friend-page .inputs,
    .apply-vendor-page .inputs {
        margin: auto;
        width: 350px;
    }

        .email-a-friend-page .inputs label,
        .apply-vendor-page .inputs label {
            margin: 10px auto 5px;
            text-align: left;
            width: 350px;
            display: block;
        }

    .password-recovery-page .inputs label {
        width: 175px;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .inputs.reversed > * {
        width: auto;
        margin: 0 5px;
        vertical-align: middle;
    }

    .return-request-page label {
        width: 315px;
    }

    .address-edit-page .inputs {
        display: block;
        margin: auto;
        width: 100%;
    }

        .address-edit-page .inputs label {
            display: block;
            text-align: left;
            width: 350px;
        }

    .account-page.address-edit-page .inputs {
        margin: 0 0 10px;
    }

        .account-page.address-edit-page .inputs label {
            display: inline-block;
            width: 175px;
            text-align: right;
        }

    .customer-info-page .inputs label,
    .change-password-page .inputs label {
        width: 175px;
        overflow: hidden;
    }

    .customer-info-page .inputs .gender label {
        width: auto;
    }
    .customer-info-page .inputs .option-list label {
        width: auto;
        max-width:100px;
    }

    .change-password-page .inputs {
        width: auto;
    }
    .gender{
        position:relative;
        top:0;
        display:inline-block;
    }
	.gender label {
        width:auto;
    }
	
    .login-page .returning-wrapper .inputs.reversed span {
        position: static;
    }

    /*vendorinfo-page*/
    .vendorinfo-page .vendor-picture {
        padding-left: 340px;
    }
    .vendorinfo-page .vendor-picture > * {
        margin: 5px 0;
    }

    /* SHOPPING CART & CHECKOUT */

    .shopping-cart-page .tax-shipping-info {
        text-align: right;
    }
    .shopping-cart-page .common-buttons,
    .checkout-attributes {
        text-align: right;
        color: #888;
        font-family: 'open sans';
        overflow:hidden;
    }
    .order-details-page .tax-shipping-info{
        text-align:right;
    }
    .checkout-attributes ul {
        text-align: right;
    }
    .checkout-attributes li {
        margin: 0 0 0 10px;
    }

    .shopping-cart-page .common-buttons input {
        margin: 10px 5px 10px 10px;
    }

    .shopping-cart-page .totals {
        margin: 0;
    }

    .cart-collaterals {
        width: 660px;
        margin: 0;
    }

        .cart-collaterals .deals {
            float: left;
            width: 300px;
            margin: 0;
        }

        .cart-collaterals .shipping {
            float: right;
            width: 340px;
            margin: 0;
        }

            .cart-collaterals .shipping label {
                width: 100px;
                margin: 0;
                text-align: left;
            }

                .cart-collaterals .shipping label + * {
                    width: 235px;
                }

    .checkout-page .edit-address label {
        width: 300px;
    }

    .checkout-page .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-page .totals {
        float: right;
    }

    .checkout-data .order-review-data > div {
        display: inline-block;
        margin: 0 5%;
        width: 39%;
        vertical-align:top;
    }

    .shopping-cart-page .cross-sells .item-box:nth-child(3n+1) {
        clear: none;
    }
    .shopping-cart-page .cross-sells .item-box:nth-child(5n) {
        clear: both;
    }
    .checkout-page .inputs.custom-attributes .option-list label,
    .account-page.address-edit-page .custom-attributes ul label{
        max-width:75px;
        width:auto;
        min-width:30px;
        text-align:left;
    }

    /* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
        width: 350px;
    }

    .advanced-search .price-range {
        margin-left: 48px;
    }

        .advanced-search .price-range input {
            height: auto;
        }

    .search-page .inputs label {
        display: block;
        margin: 0 0 5px 0;
    }

    .search-page .inputs.reversed label {
        display: inline-block;
        width: auto;
        text-align: left;
        margin: 0 0 0 5px;
    }
    .sitemap-page .entity-body li {
        min-width: 13%;
        width: auto;
    }

    /* BLOG & NEWS */

    .news-item-page .inputs:first-child label {
        display: inline-block;
    }

    .news-item-page textarea {
        display: block;
        margin: auto;
    }

    .field-validation-error {
        text-align: center;
    }

    .news-item-page {
        text-align: left;
    }

        .news-item-page .new-comment .inputs label {
            width: 170px;
            overflow: hidden;
        }

    /* FOOTER */

    .footer-upper .fu-wrapper {
        width: 320px;
        float: right;
        overflow: hidden;
    }

    .footer-upper.full-width .fu-wrapper {
        width: 1000px;
    }

    .fu-wrapper-left {
        float: left;
        width: 660px;
    }
    .fu-wrapper-left .jcarousel-container.jcarousel-container-horizontal{
        height:167px;
    }
    .fu-wrapper-left .nop-jcarousel .nop-jcarousel .jcarousel-container{
        height:165px;
    }  
    .fm-wrapper {
        margin: auto;
        width: 1000px;
    }

    .footer-middle .fm-wrapper > div {
        float: left;
        margin: 50px 5px 0;
        width: 240px;
        min-height: 230px;
        text-align: left;
        position:relative;
    }

    .fm-wrapper>div h3>span {
        -webkit-transition:all 0.6s ease;
        -ms-transition:all 0.6s ease;
        transition:all 0.6s ease;
    }
    .fm-wrapper>div:hover h3>span{
        background-position:-13px center;
    }
    .fm-wrapper>div h3{
        position:relative;
    }
    .fm-wrapper>div h3>span:before{
        content: url(/Themes/Lavella/Content/img/leaves_footer.png);
        background-repeat:no-repeat;
        background-position:0 center;
        display: inline-block;
        height: 20px;
        left: 20px;
        opacity: 0;
        position: absolute;
        width: 20px;
        -webkit-transition:all .8s ease;
        -ms-transition:all .8s ease;
        transition:all .8s ease;
    }
    .fm-wrapper>div:hover h3>span:before{
        left:0;
        opacity:1;
    }
    
    .footer-middle .soc-icon li {
        margin: 10px 1.5px;
    }
    .footer-middle .fm-wrapper > div:nth-child(2n+1) {
        clear: none;
    }

    .footer-middle {
		position: relative;
		background: #fff; 
    }
	.footer-middle:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: #d1e7a0;
	}
    .fb-two>ul,
    .fb-three>ul,
    .fb-four>ul{
        margin-top:10px;
    }
        .footer-middle h3 {
            background: none;
            border-bottom: none;
        }
    .footer-upper {
        width: 1000px;
        margin: 0 auto 80px;
    }


} 


/*=========================================

        DESKTOP

=========================================*/



/* FORUM MAIN & SEARCH */

.forums-main-page .topic-html-content h2 {
}
.forums-header {
	margin: 0 0 20px;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.forums-header .current-time{
    display:none;
}
.current-time {
	float: left;
	line-height: 36px;
}
.forum-search-box {
	float: right;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forums-header .forum-search-box .search-box-text{
	float: left;
	width: 300px;
    border:1px solid #cccccc;
    font-style:normal;
    color:#000;
    padding:0 0 0 5px;
    font:12px sans-serif;
}
.forum-search-box .search-box-button,
.button-1.forum-search-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: #ccc url(/Themes/Lavella/Content/img/search-button.png) center no-repeat;
	font-size:0;
    margin:0 0 0 -1px;
}
.basic-search .forum-search-text{
    float:left;
}
.forum-search-box .basic {
	margin: 0 0 5px;
}
.forum-search-box .advanced {
	text-align: right;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title strong {
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section-title > a{
    float:left;
    font-size: 18px;
    font-weight: normal;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	line-height: 24px;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
    background: url(/Themes/Lavella/Content/img/rss_icon.png) no-repeat;
    float:right;
}

.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Lavella/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.post-annoucement {
	background: url(/Themes/Lavella/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Lavella/Content/img/folder3.png) center no-repeat;
}
.forums-table-section table a{
	vertical-align: middle;
}

.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search .inputs:first-child label{
    display:none;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 302px;
    margin:0 10px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.inputs.reversed {
    margin: 0 0 20px;
}
.forums-table-section.topic-group.active-discussions {
    position: relative;
}
.forums-table-section.topic-group.active-discussions .view-all{
    position:absolute;
    top:2px;
    right:35px;
}

/* BREADCRUMB & PAGERS */


.forum-breadcrumb {
	float: left;
	max-width: 600px;
}
.pager.upper {
	display: none;
}

/* FORUM PAGE */


.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-actions{
    margin:0 0 20px;
}
.forum-page .forum-name h1{
	font-size: 18px;
    font-weight:normal;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
}
.forum-page .actions {
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.new-topic{
	background: url(/Themes/Lavella/Content/img/forum_icon4.png) left center no-repeat !important;
}
.forum-page .watch-forum {
	background: url(/Themes/Lavella/Content/img/forum_icon5.png) left center no-repeat;
}


/* TOPIC PAGE & PROFILE PAGE */


.forum-topic-page .topic-name>*{
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.forum-topic-page .topic-actions {
	overflow: hidden;
}
.forum-topic-page .topic-actions .actions {
	float: left;
}
.forum-topic-page .topic-actions>a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.actions .reply-topic-button{
	background: url(/Themes/Lavella/Content/img/forum_icon4.png) left center no-repeat;
}
.actions .watch-topic-button {
	background: url(/Themes/Lavella/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-topic-page .manage-post {
	float: right;
}
.forum-topic-page .actions a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.actions .edit-topic-button,
.edit-post-button {
	background: url(/Themes/Lavella/Content/img/forum_icon1.png) 3px center no-repeat;
}
.actions .delete-topic-button,
.delete-post-button {
	background: url(/Themes/Lavella/Content/img/forum_icon2.png) 3px center no-repeat;
}
.actions .move-topic-button {
	background: url(/Themes/Lavella/Content/img/forum_icon3.png) left center no-repeat;
}
.topic-footer .topic-options a {
    margin-right: 5px;
    text-decoration: underline;
}

.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-post .post-info {
	float: left;
	width: 190px;
}
.topic-post .manage-post {
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .manage-post a {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 25px;
}
.post-info .manage-post a:first-child {
	margin-left: 0;
}
.post-info.manage-post a:hover {
	text-decoration: none;
}
.post-info .edit-post-link-button,
.post-info .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
}
.topic-post .username {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
    line-height: 26px;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
    display: inline-block;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.profile-page .avatar{
    width:190px;
    float:left;
}
.topic-post .avatar img,
.profile-info-box .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: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.post-info .pm-button{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-left: 200px;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
    text-align: left;
}
.post-head .post-time{
    display:inline-block;
}
.topic-post .quote-post a {
	float: right;
	margin: 0 0 0 5px;
	text-decoration: underline;
}


.profile-page .ui-tabs{
    overflow: hidden;
}
.profile-page .ui-tabs-nav{
    width: 25%;
    float: left;
}
.profile-page .tab-content{
    width: 75%;
    float: left;
    text-align: left;
}
.profile-info-box {
	overflow: hidden;
}
.profile-info-box .send-pm{
    border: 1px solid #cccccc;
    display: block;
    padding: 5px 10px;
    float:left;
    clear:both;
}

.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-style: italic;
}
.profile-page .topic-data {
	color: #999;
}
.post-actions {
    float: right;
    overflow: hidden;
}


/* FORUM EDIT & SEND MESSAGE */


.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page label,
.private-message-send-page label {
	width: 228px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
    vertical-align: middle;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 240px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input{
	min-width: 115px;
	border: 1px solid #ccc;
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
}
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1 {
}
.forum-edit-page .inputs span {
	vertical-align: middle;
}
.forum-edit-page .page-body,
.pager.lower {
    margin: 20px 0;
}


.private-message-send-page .message label {
	display: none;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message {
}
.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .buttons {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

@media all and (max-width: 768px) {
    .forum-topic-page .topic-actions .actions {
        float: none;
    }
    .topic-post .avatar a, 
    .profile-info-box .avatar a {
        display: inline-block;
        width: 100px;
        height: 100px;
    }
    .topic-post .post-info,
    .topic-post .post-content {
        float: none;
        width: auto;
        margin: 10px auto;

    }
}
@media all and (min-width: 769px) {

    .topic-post .avatar, 
    .profile-info-box .avatar {
        width: 100px;
        height: 100px;
    }
    .topic-actions.upper {
        margin: 0 0 15px;
    }
    .pager.lower ul {
        text-align: center;
    }
    .topic-post .post-body {
        text-align: left;
        overflow: hidden;
    }
    .topic-post .post-content {
        position: relative;
    }
    .topic-post .post-content .post-body {
    }
    .topic-post .post-vote {
        float: right;
    }
    .post-content .signature {
        clear: both;
    }
    .topic-post .post-body .post-text {
        float: left;
        max-width: 90%;
    }

}
/*! 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}
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-filters {
    display: none !important;
}



.nopAjaxFilters7Spikes .close-filters {
	cursor: pointer;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/hide-filters.png) #c3b9b1;
	background-repeat: no-repeat;
	background-position: 20px center;
	position: relative;
	height: 50px;
}

.nopAjaxFilters7Spikes .close-filters:nth-child(even) {
	display: block;
}

.nopAjaxFilters7Spikes {
	width: 320px;
    height: 100%;
	position: fixed;
	z-index: 15;
	left: 0;
	top: 0;
    overflow: hidden;
	background: rgba(0,0,0,.5);
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.notAndroid23 .nopAjaxFilters7Spikes{
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.android23 .nopAjaxFilters7Spikes{
	left: -320px;
}
.notAndroid23 .nopAjaxFilters7Spikes.open{
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .nopAjaxFilters7Spikes.open{
	left: 0;
}


.responsive-nav-wrapper .filters-button {
	display: inline-block;
}

.nopAjaxFilters7Spikes .close-filters span {
	font-family: open sans;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 12px;
	text-transform: uppercase;
}

.nopAjaxFilters7Spikes .block {
	padding-bottom: 0;
	border-bottom: 1px dotted #cecece;
}
.nopAjaxFilters7Spikes .block:after {
	clear: both;
	content: "";
	display: block;
}

.nopAjaxFilters7Spikes .block .title {
	overflow: hidden;
	background: #eeece7;
}


.nopAjaxFilters7Spikes a {
	cursor: pointer;
}

.nopAjaxFilters7Spikes .block {
	padding-bottom: 0;
	border-bottom: 1px dotted #cecece;
}



.nopAjaxFilters7Spikes .block .filtersGroupPanel {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	color: #888;
	font-family: 'open sans';
	text-align: left;
	background:#fff;
}

.nopAjaxFilters7Spikes .block .filtersGroupPanel ul {
	margin: 0;
	padding: 0;
}

.nopAjaxFilters7Spikes .block .filtersGroupPanel li {
	background: none;
	padding: 0;
}

.nopAjaxFilters7Spikes .filtersTitlePanel {
	overflow: hidden;
	color: #888;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px 3px;
	text-transform: uppercase;
	font-family: open sans;
	width: 98%;
	margin: auto;
	display: none;
}



.nopAjaxFilters7Spikes .filtersTitle {
	float: left;
	margin: 0;
	padding: 0;
}

.nopAjaxFilters7Spikes .clearFilterOptionsAll {
	float: right;
	color: #888;
	text-transform: none;
	cursor: pointer;
	font-family: open sans;
	font-size: 16px;
	font-weight: lighter;
}

.nopAjaxFilters7Spikes .clearFilterOptionsAll:hover {
	text-decoration: underline;
}

.nopAjaxFilters7Spikes .block .title a.toggleControl {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/ajax-filter-arrow-close-new.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	float: none;
	color: #888;
	display: block;
	padding: 0 0 0 12px;
	cursor: pointer;
	text-decoration: none !important;
	font-family: 'open sans';
	font-size: 16px;
	text-align: left;
}

.nopAjaxFilters7Spikes .block .title a.toggleControl.closed {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/ajax-filter-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% center;
}

.nopAjaxFilters7Spikes .block .title a.clearFilterOptions:hover {
	text-decoration: underline;
}

/* SEARCH CRITERIA */

.selected-options-list > li {
	padding: 6px !important;
	text-align: left;
	font-size: 14px;
	color: #333;
    overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.selected-options-list > li label{
    display: block;
    margin-bottom: 5px;
}
.selected-options-list > li span {
    display: block;
    float: left;
	padding: 7px 20px 7px 3px;
    margin: 0 5px 0 0;
	vertical-align: middle;
    position: relative;
	color: #9ca34e;
	cursor: pointer;
}
.selected-options-list > li span:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 9px;
    right: 5px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/clear.png) center no-repeat;
    transition: all .35s ease;
    -webkit-transition: all .3s 
}

/* PRICE RANGE SLIDER */

.priceRangeFilterPanel7Spikes .ui-slider {
	background: #ccc;
	height: 10px;
	position: relative;
	margin-bottom: 10px;
}

.priceRangeFilterPanel7Spikes .ui-slider-range.ui-widget-header {
	background: #9fb071;
	position: relative;
	height: 10px;
}

.priceRangeFilterPanel7Spikes .priceRangeMinMaxPanel {
	overflow: hidden;
	margin-bottom: 12px;
}

.priceRangeMinPanel,
.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}

.priceRangeMaxPanel,
.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter,
.clearFilterOptions {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/clear.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #888;
	text-transform: none;
	cursor: pointer;
	position: absolute;
	right: 10%;
	top: 7px;
	font-family: open sans;
	font-size: 16px;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	transition: all .35s ease;
	-webkit-transition: all .3s ease;
	border: 2px solid #fff;
	border-radius: 100%;
}

	.clearFilterOptions:hover,
	.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter:hover {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter:hover {
		text-decoration: underline;
	}

/*.ui-widget-content {
	border: 1px solid #888 !important;
}*/

.ui-slider-handle, .ui-slider-handle.ui-state-hover {
	top: -5px !important;
	width: 18px !important;
	height: 21px !important;
	padding: 0 !important;
	cursor: pointer !important;
}

	.ui-slider-handle:focus {
		outline: -webkit-focus-ring-color auto 0;
	}

.priceRangeFilterPanel7Spikes .ui-state-default, .priceRangeFilterPanel7Spikes .ui-widget-content .ui-state-default, .priceRangeFilterPanel7Spikes .ui-widget-header .ui-state-default {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/knob.png);
	background-repeat: no-repeat;
	position: absolute;
	border: none !important;
	margin-left:-1px;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
}

.priceRangeFilterPanel7Spikes .priceRangeCurrentPricesPanel {
	color: #9ca34e;
	font-size: 16px;
	overflow: hidden;
	font-family: open sans;
}

/* CHECKBOX MODE */

.nopAjaxFilters7Spikes .filtersGroupPanel a {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/checkbox.png) no-repeat scroll transparent;
	color: #5C5B5B;
	padding-left: 15px;
	line-height: 32px;
	margin-left: 0px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel .ui-slider a:last-child {
	margin-left: -15px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel .filtersDropDown a {
	padding-left: 10px;
}

	.nopAjaxFilters7Spikes .filtersGroupPanel .filtersDropDown a:hover {
		text-decoration: none;
		cursor: pointer;
	}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelected {
	color: #9ca34e;
	background-position: left -15px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemUnselected {
	color: #888;
	background-position: left 5px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled,
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled {
	color: #9D9D9D;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled {
	background-position: left -35px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled {
	background-position: left -55px;
}

	.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled:hover,
	.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled:hover {
		text-decoration: none;
		cursor: default;
	}


.checkbox-list li {
    position: relative;
    cursor: pointer;
}
.checkbox-list li .color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.imageOptions .checkbox-list li .color {
    width: 30px;
    height: 30px;
    background-position: center;
}
.checkbox-list li .color + input + label:before {
    width: 20px;
    height: 20px;
    background-image: none;
    border: 1px solid #ccc;
}
.imageOptions .checkbox-list li .color + input + label:before {
    width: 30px;
    height: 30px;
}
.checkbox-list li .color + input + label {
    padding-left: 25px;
}
.imageOptions .checkbox-list li .color + input + label {
    padding: 8px 5px 8px 35px;
}
.checkbox-list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.checkbox-list input[type="checkbox"]:checked + label:before {
    background-position: left -20px;
}
.checkbox-list label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/checkbox.png) no-repeat left top;
}
.checkbox-list label {
    position: relative;
    display: block;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
}
.checkbox-list .disabled label {
    opacity: 0.5;
    cursor: default;
}
.colorOptions .checkbox-list .checkbox-item.checked label::before {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/checkbox.png) no-repeat center -16px !important;
}
.imageOptions.colorOptions .checkbox-list .checkbox-item.checked label::before {
    background-position: center -13px !important;
}

/* COLOR SQUARE ATTRIBUTES */

.colorOptions a {
	padding-left: 0 !important;
	background: none !important;
}

.colorOptions .color-container {
	float: left;
	margin: 6px 8px 0 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}

.colorOptions a.filterItemSelected .color-container {
	box-shadow: 0 0 3px #000;
}

.colorOptions .color {
	/*float: left;*/
	width: 100%;
	height: 100%;
	display:block;
}

.colorOptions a.filterItemSelected .color {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/selected.png) center no-repeat;
}

.colorOptions a.filterItemDisabled, .colorOptions a.filterItemSelectedDisabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.colorOptions .defaultColor {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAIAAACRuyQOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2MDkzNUE1N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2MDkzNUE2N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTYwOTM1QTM3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTYwOTM1QTQ3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73zzpFAAAAkElEQVR42rzNiQ3AIAwEsIzO5i1SpT4UyHcXL2A5SrTWpKjpihr29DTU6dPwprEhTZOGMc0b+LRssNOuAU5Kg5r0BjKZmvxkbZKTo8lMviY8uZvYFGkCU7DxTvHGNaUa+5RtjBOgsUyYRp1gzX5CNpsJ3KwmfDOdKM1/YjXDRGzeE7e5J3pzTRVNV9SInAIMAJwnJvFb6ab1AAAAAElFTkSuQmCC) no-repeat center;
    background-size: cover;
}

/* NO RESULTS POPUP */

.ajaxFilters.k-window {
	position: absolute;
	z-index: 10001;
	padding: 0 !important;
	height: auto !important;
	background: #fff;
	text-align: left;
}

.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	padding: 8px;
	background: #eeece7;
}

	.ajaxFilters .k-window-titlebar span {
		color: #888;
		font-size: 16px;
		font-family: open sans;
	}

.ajaxFilters .k-window-actions {
	position: absolute;
	top: 7px;
	right: 7px;
}

	.ajaxFilters .k-window-actions a {
		display: block;
	}

	.ajaxFilters .k-window-actions .k-icon {
		display: block;
		width: 26px;
		height: 26px;
		background: #EEECE7 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close.png) no-repeat center;
		font-size: 0;
		border-radius: 100%;
		border:2px solid #fff;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
	}

		.ajaxFilters .k-window-actions .k-icon:hover {
			/*background: #666 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close-hover.png) no-repeat center;*/
			transform: rotate(360deg);
			border: 2px solid #aaa;
			box-shadow: none;
		}

.ajaxFilters .k-window-content {
	padding: 10px 15px;
	min-width: inherit !important;
	min-height: inherit !important;
	color: #888;
	font-family: open sans;
	line-height: 18px;
}

	.ajaxFilters .k-window-content p {
		margin: 0 0 10px;
	}

	.ajaxFilters .k-window-content:focus {
		outline: -webkit-focus-ring-color auto 0;
	}

/* PRODUCT GRID SELECTORS */

.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.product-viewmode,
.product-sorting,
.product-page-size {
	float: none;
	text-align: center;
	margin-bottom: 0;
}

	.product-sorting:after,
	.product-viewmode:after,
	.product-page-size:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	

.product-sorting,
.product-page-size {
	margin-left: 108px;
	display: inline-block;
}

.product-page-size {
	/*width: 143px;*/
}

.select-inner{
    display:block;
}
.select-wrap {
	position: relative;
	border: 1px solid #eee;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Lavella/Content/images/ddown.png) no-repeat 95% center;
	cursor: pointer;
	margin: 0 5px;
    padding: 0 25px 0 10px;
    text-align: left;
    height: 35px;
    line-height: 35px;
}
.select-wrap select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.select-wrap select option {
    padding: 4px;
    font-size: 12px;
    color: #5c5b5b;
}
.filtersDropDownPanel.disabled .select-wrap {
    opacity: 0.5;
}
.filtersDropDownPanel.disabled .select-wrap select {
    cursor: default;
}

.sortOptionsDropDown {
	width: auto;
    padding: 0 20px 0 0;
	background-position: 95% center;
}

.viewOptionsDropDown {
	width: 90px;
	background-position: 95% center;
}

.productsPageSizeDropDown {
	width: 40px;
	background-position: 95% center;
}

	.productsPageSizeDropDown div p {
		width: 17px;
	}

.select-box{
    position:relative; 
    z-index:0; 
    padding: 5px 0;
}

.number-of-returned-products.active {
    display: none;
}

/* DROPDOWN MODE */


	.filtersPanel .title,
	.filtersPanel .block.filter-block .title {
		position: relative;
		margin: 0;
		padding: 10px 0;
	}

.filtersDropDown {
	width: 100%;
	font-size: 11px;
	position: relative;
	margin: 5px 0 30px;
	background-position: 95% center;
}

	.filtersDropDown div p {
		padding: 0 5px;
	}

	.filtersDropDown ul li a {
		background: none !important;
		padding-left: 0;
	}

		.filtersDropDown ul li a:hover {
			text-decoration: none !important;
		}

		.filtersDropDown ul li a.filterItemDisabled, .filtersDropDown ul li a.filterItemDisabledSelected {
			display: none !important;
		}

/* AJAX LOADER */

.productPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
	filter: Alpha(opacity = 70);
	opacity: 0.7;
	z-index: 2;
}
.infinite-scroll-loader {
    display: none;
    height: 100px;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
    font-size: 0;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 2;
    clear: both;
}


@media only screen and (min-width: 769px) {
    .nopAjaxFilters7Spikes{
        background:transparent;
    }
    .responsive-nav-wrapper .filters-button {
        display: none;
    }

    .nopAjaxFilters7Spikes {
        z-index: 15;
        overflow-y: auto;
        position: relative;

        transition: none;
        width: 100%;

        overflow:visible;

    }
    .notAndroid23 .nopAjaxFilters7Spikes{
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .android23 .nopAjaxFilters7Spikes{
        left: 0;
    }

     .nopAjaxFilters7Spikes .block .filtersGroupPanel{
         background:transparent;
     }

        .nopAjaxFilters7Spikes .close-filters {
            display: none;
        }

        .nopAjaxFilters7Spikes .block {
            border-bottom: 2px solid #fff;
        }

        .nopAjaxFilters7Spikes .close-filters:nth-child(2n) {
            display: none;
        }
        .block.filter-block.manufacturerFilterPanel7Spikes:after{
            overflow: visible;
            position: absolute;
        }
        .nopAjaxFilters7Spikes:after{
            display:block;
            content:'';
            clear:both;
        }

    .selected-options-list > li span {
	    padding: 4px 20px 4px 3px;
    }
    .selected-options-list > li span:hover{
        opacity: .9;
    }
    .selected-options-list > li span:after{
        top: 6px;
    }
    .selected-options-list > li span:hover:after{
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}


@media only screen and (min-width: 981px) {
    
    .number-of-returned-products.active {
        display: block;
        float: right;
        max-width: 160px;
        line-height: 40px;
        color: #888;
        font-family: "open sans";
        font-size: 14px;
    }

    .nopAjaxFilters7Spikes .block .filtersGroupPanel {
        padding: 10px;
    }
    .select-wrap {
        margin: 0;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}
.productQuantityTextBox {
    height: 17px;
    font-size: 13px;
    margin: 0 4px 0 0;
    border-radius: 3px;
}
.nopAjaxCartProductListAddToCartButton {
    float: left;
    margin: 0;
}
.productAddedToCartWindowImage{
    width:34%;
    margin-right:2%;
}
.productAddedToCartWindowDescription{
    width:64%;
}

.productAddedToCartWindow, .miniProductDetailsView{
    background:none;
    min-width:350px;
}
.ajaxCart .qty-input,
.miniProductDetailsView .add-info input[type="text"] {
    margin: 0 5px;
    width: 26px;
    height: 26px;
    font-size: 16px;
}

.ajaxCart {
    text-align:center;
    text-align: left;
    padding:0 !important;   
    max-width:470px;
    font-size:13px;
}
.productAddedToCartWindow {
    background:none;
}
.ajaxCart .k-window-titlebar.k-header{
    background:#c3b9b1;
    border:none;
    padding:10px 32px 10px 10px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-title{
    color:#888;
    font-family:"Open sans";
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions{
    top:4px;
    right:4px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
    border-radius: 100%;
    width:27px;
    height:27px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Lavella/Content/cross.png);
    background-repeat:no-repeat;
    background-position:center;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}
    .ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover{
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Lavella/Content/cross.png);
        background-repeat:no-repeat;
        background-position:center;
        border:2px solid #fff;
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
    }

    .ajaxCart .product-details-page {
        margin-top: 0;
        padding: 0;
        border: none;
        background: none;
    }

    .ajaxCart .overview {
        margin: 0;
        padding: 0;
        width: inherit;
        border: none;
        width:65%;
    }

    .ajaxCart .product-collateral {
        margin: 0;
    }

    .ajaxCart .product-details-page .product-variant-line {
        padding-bottom: 0;
        border-bottom: none;
    }

.productAddedToCartWindowDescription strong {
    color: #cc0000;
    font-family: arial, verdana, helvetica, sans-serif;
}

.ajaxCart .productAddedToCartWindowCheckout {
    background: #A59B92;
    border: 1px solid #C9C3BE;
    color: #FFFFFF;
    display: block;
    font-family: 'open sans';
    font-size: 16px;
    margin: 4px auto 0;
    outline: 4px solid #A59B92;
    padding: 4px 19px;
    text-shadow: 0 1px 1px #847C75;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    .ajaxCart .productAddedToCartWindowCheckout:hover {
        border-color:#fff;
        text-shadow:none;
    }

.nopAjaxCartProductVariantAddToCartButton {
    margin: 0;
}

.product-details-page .giftcard .message {
    resize: none;
}

.addProductVariantToCartErrors {
    color: #888888;
    font-family:'open sans';
}
.ajaxCart .addProductVariantToCartErrors{
    padding:10px;
    text-align:center;
    margin:20px 0 0 0;
}
.productAddedToCartItem .productAddedToCartWindowDescription a,
.productAddedToCartItem .productAddedToCartWindowDescription .quantity,
.continueShoppingLink{
    color:#888;
    font-family:'open sans';
    font-weight:lighter;
    font-size:14px;
}
.continueShoppingLink{
    font-size:15px;
    margin-bottom:15px;
    font-weight:normal;
}
    .continueShoppingLink:hover{
        color:#9ca34e;
    }
.productAddedToCartItem .productAddedToCartWindowDescription .price{
    color:#9ca34e;
    font-family:open sans;
}
.productAddedToCartWindowTitle,
.miniProductDetailsView h1{
    color: #fff;
    font-size: 16px;
    text-shadow:0 1px 2px #888;
    font-family:open sans;
    font-weight:lighter;
}

/* MINIPRODUCTDETAILS */

.miniProductDetailsView .product-essential .gallery {
    margin: 0 1% 0 0;
    width:34% !important;
    height:190px;
}
.miniProductDetailsView .product-essential .picture{
    max-width:100%;
    max-height:100%;
    float:none;
    
}

.miniProductDetailsView .product-details-page .add-to-cart {
    padding: 0;
}

.miniProductDetailsView .overview .prices {
    float: left;
    margin: 0 10px 0 0;
}

    .miniProductDetailsView .overview .prices label {
        display: none;
    }

    .miniProductDetailsView .overview .prices span {
        display: block;
        line-height: 30px;
    }

.miniProductDetailsView .overview .add-info {
    float: right;
    overflow: hidden;
}

.miniProductDetailsView .shortdescription {
    margin-bottom: 10px;
    max-width: 340px;
}

.miniProductDetailsView .product-overview-line {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .miniProductDetailsView .product-overview-line,
    .miniProductDetailsView .product-overview-line .prices {
        border:none;
        padding: 0;
        margin-bottom: 10px;
    }

.miniProductDetailsView .product-details-page .product-overview-line:last-child {
    margin-bottom: 0;
}

.miniProductDetailsView .product-overview-line .prices span {
    line-height: 23px;
    font-size: 18px;
    font-weight: bold;
    display:inline-block;
}

.miniProductDetailsView .product-overview-line .add-to-cart {
    clear: both;
}
.miniProductDetailsView .product-overview-line .add-to-cart .qty-input{
    width:45px;
    height:41px;
    margin:-6px 0 0;
}
.miniProductDetailsView .product-overview-line .add-to-cart .add-to-cart-button{
    display:inline-block;
    margin:0;
}
.miniProductDetailsView .product-variant-name{
    font-size:14px;
    color:#888;
    text-shadow:none;
}
.miniProductDetailsView .short-description{
    font-size:13px;
}

/********* START ATTRIBUTES *********/
.ajaxCart .overview .prices .tax-shipping-info{
    display:block;
}
.ajaxCart .attributes {
    border-bottom: 1px dotted #ccc;
    clear: both;
}

    .ajaxCart .attributes dl {
        overflow: hidden;
    }

        .ajaxCart .attributes dl > * {
            margin: 0 0 10px !important;
            list-style: none;
        }

    .ajaxCart .attributes dt {
        /*float: left;
        clear: left;
        width: 120px;*/
        float:none;
        display:inline-block;
        width:auto;
        min-width:0;
        padding:0 25px 0 0;
    }

        .ajaxCart .attributes dt label {
            display: block;
            float: left;
            margin-right: 5px;
        }

    .ajaxCart .attributes dd {
        float: left;
    }

        .ajaxCart .attributes dd select {
            margin: 0;
            max-width: 255px;
        }

    .ajaxCart .attributes .option-list li {
        overflow: hidden;
    }

        .ajaxCart .attributes .option-list li > * {
            display: block;
            float: left;
            line-height: 20px;
        }

    .ajaxCart .attributes .option-list.color-squares li > * {
        line-height: inherit;
    }

    .ajaxCart .attributes .option-list li > *:first-child {
        margin-right: 5px;
    }

    .ajaxCart .attributes textarea {
        padding: 4px;
        width: 280px;
        height: 140px;
        border-radius: 5px;
        resize: none;
    }

    .ajaxCart .attributes input[type=text] {
        padding: 2px;
        width: 140px;
    }

    .ajaxCart .attributes .qq-upload-button {
        border-radius: 5px;
    }

    .ajaxCart .attributes .qq-upload-list {
        margin: 0;
    }

    .ajaxCart .attributes .required {
        color: red;
    }
    .ajaxCart .product-details-page .overview > div{
        border:none;
    }
    .ajaxCart .product-details-page .overview .rental-price>*{
        display:inline-block;
        font-size:13px;
        line-height:15px;
    }
    .miniProductDetailsView .message-error{
        float:none;
        font-weight:normal;
    }

/**** Added by Ivan ****/

.ajax-cart-button-wrapper {
    display: inline-block;
    margin-bottom: 10px;
}
.ajax-cart-button-wrapper .input {
    margin: 0;
}
.ajax-cart-button-wrapper .productQuantityTextBox,
.ajax-cart-button-wrapper .productQuantityDropdown{
    height:41px;
    width:41px;
    margin-top:-4px;
}
.ajax-cart-button-wrapper .productQuantityDropdown{
    float: left;
}

/********* END ATTRIBUTES *********/
/********* RELATED/CROSS-SELLS PRODUCTS ********/
.ajaxCart .related-products-grid .item-grid,
.ajaxCart .cross-sells .item-grid{
    margin:0;
}
.ajaxCart .related-products-grid .item-grid .product-item,
.ajaxCart .cross-sells .item-grid .product-item{
    padding: 0;
    height:100%;
}
.ajaxCart .related-products-grid .item-grid .item-box,
.ajaxCart .cross-sells .item-grid .item-box{
    display: inline-block;
    border: none;
    height: 145px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    width: 33% !important;
    background:none;
    overflow:hidden;
}
    .ajaxCart .related-products-grid .item-grid .item-box:nth-child(3n-1),
    .ajaxCart .cross-sells .item-grid .item-box:nth-child(3n-1){
        margin:0 0.5%;
    }
.ajaxCart .related-products-grid > .title,
.ajaxCart .cross-sells > .title{
    border:none;
    max-width:100%;
    text-align:center;
    white-space:nowrap;
    margin-bottom:10px;
}
.ajaxCart .related-products-grid .item-grid .item-box .picture,
.ajaxCart .cross-sells .item-grid .item-box .picture{
    min-height:0;
    height:85px;
    width:100%;
}
.ajaxCart .item-grid .item-box .picture a {
    display:block;
    max-height:100%;
}


.ajaxCart .related-products-grid .item-grid .item-box .details h2,
.ajaxCart .cross-sells .item-grid .item-box .details h2{
    height: 54px;
    margin:10px 0 5px;
    font-size:13px;
    line-height:15px;
    color:#666;
    text-align:center;
}
.ajaxCart .related-products-grid .item-grid .item-box .details,
.ajaxCart .cross-sells .item-grid .item-box .details{
    padding: 0;
    position: absolute;
    text-align: center;
    top: 88px;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
}
.ajaxCart .related-products-grid .item-grid .item-box:hover .details,
.ajaxCart .cross-sells .item-grid .item-box:hover .details{
        height:100%;
        width:100%;
        z-index:16;
    }
.ajaxCart .item-grid .item-box .description{
    font-size:12px;
    line-height:15px;
    height:48px;
    min-height:0;
    margin:5px 0;
    text-align:center;
}
.ajaxCart .item-grid .item-box .picture img{
    max-height:100%;
}
.ajaxCart .related-products-grid .item-grid .item-box .add-info,
.ajaxCart .cross-sells .item-grid .item-box .add-info{
    display:none;
}
.ajaxCart .related-products-grid .item-box .buttons,
.ajaxCart .related-products-grid .item-box:hover .buttons,
.ajaxCart .cross-sells .item-box .buttons{
    display:none;
}
.ajaxCart .item-box .product-rating-box{
    left:-100%;
    transition:all 0.45s ease;
    -webkit-transition:all 0.45s ease;
    -ms-transition:all 0.45s ease;
}
.ajaxCart .item-box .rating{
    margin:5px auto 5px;
}
.ajaxCart .item-box:hover .product-rating-box{
    left:0;
}
.ajaxCart .product-grid.related-products-grid,
.ajaxCart .product-grid.cross-sells{
    width:450px;
}
.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box:hover .quick-view-button{
    display:none !important;
}
/*
* 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
*/
.ribbon-position{
    z-index:13;
}
@media screen and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }


}

@media screen and (min-width: 481px) and (max-width: 768px){

    .product-list .item-box .ribbon-wrapper {
        height:100%;
        float: none;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
    .product-essential .ribbon-wrapper {
        width:75%;
        float:right;
    }
    .product-essential .gallery .ribbon-wrapper .picture {
        width:100%;
        margin:0;
    }
}
@media screen and (min-width: 981px){
    .product-details-page .gallery .ribbon-wrapper {
        float: right;
        position: relative;
        width: 80%;
    }
    .product-details-page .gallery .ribbon-wrapper:only-child{
        /*float:none;*/
        width:100%;
    }
    .product-details-page .gallery .ribbon-wrapper .picture{
        min-width:0;
        margin:0 auto;
        width:auto;
        float:none;
    }
    .product-details-page .gallery .ribbon-wrapper:only-child .picture{
        float:none;
    }

}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
}
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* COLOR SQUARES *********/



.quickViewWindow .color-squares li {
    display: inline-block;
}
.quickViewWindow .color-container {
	display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #999;
}
.quickViewWindow .selected-value .color-container {
    border: 2px solid #075899;
	padding: 0;
}
.quickViewWindow .color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.quickViewWindow .color-squares label {
    position: relative;
    cursor: pointer;
}
.quickViewWindow .color-squares input {
    position: absolute;
    z-index: -1;
    float: none;
	height: 0;
    overflow: hidden;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/



/**************************** DEFAULT CLEAN ***************************/
/*ovewrite common styles below*/
.quickViewWindow .gallery .picture:before {
    display:none;
}

.quickViewWindow .product-essential{
    padding:0;
}
.quickViewWindow .product-name{
    font-family:open sans;
    font-size:20px;
    color:#888;
}
.quickView .k-window-titlebar.k-header .k-window-actions{
    top:6px;
    right:7px;
}
.quickViewWindow .popup-header {
    background: #EEECE7;
}
.quickView .k-window-titlebar.k-header .k-window-actions{
    width:29px;
    height:29px;
    overflow:hidden;
}
.quickView .k-window-titlebar.k-header .k-window-actions a{
    background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/cross.png) transparent;
    background-repeat:no-repeat;
    background-position:center;
    border:1px solid rgb(204, 204, 204);
    border-radius:100%;
    width:100%;
    height:100%;
    transition:all 0.35s ease;
    -webkit-transition:all 0.35s ease;
    -ms-trnasition:all 0.35s ease;
    position:absolute;
    left:0px;
}
    .quickView .k-window-titlebar.k-header .k-window-actions:hover a{
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        border:2px solid #fff;
        background:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/cross.png) transparent;
        background-repeat:no-repeat;
    background-position:center;
    }

/********** START BUTTON *********/

.quick-view-button {
    opacity: 0;
    transition: all .4s ease-in-out;
}

.item-box:hover .quick-view-button {
    opacity: 1;
}

.quick-view-button a{
    background:#c3b9b1;
    border: 1px solid #dbd5d0;
    color: #FFFFFF;
    font-family: 'open sans';
    font-size: 16px;
    outline: 4px solid #c3b9b1;
    padding: 4px 10px;
    text-shadow: 0 1px 1px #847C75;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width:140px;
}
.product-grid .quick-view-button {
    top: 55px;
    left: 50%;
    margin-left:-70px;
    z-index:15;
}
.product-list .quick-view-button{
    opacity:1;
    position:relative;
    display: inline-block;
}

.quick-view-button a:hover {
    border-color:#fff;
    text-shadow:none; 
}

.item-box .buttons .add-to-wishlist-button{
    display:none;
}
/********** END BUTTON *********/

.quickViewWindow input {
    margin:0;
}
.quickViewWindow ul{
    list-style:none;
}

/********** START PRODUCT OVERVIEW *********/
.quickViewWindow .overview #accordion > h3 span.ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/quick-view-arrow-up.png) no-repeat center;
}
.quickViewWindow .overview #accordion > h3 span.ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/quick-view-arrow.png) no-repeat center;
}
.quickViewWindow .overview .left .stock {
    line-height: 24px;
}
.quickViewWindow .overview .left .download-sample {
    margin-bottom: 8px;
}
.quickViewWindow .overview .left .download-sample-button a {
    text-shadow: 1px 1px 0 #bbb;
    color: #060;
}
.quickViewWindow .overview .left .download-sample-button a:hover {
    text-decoration: underline;
}
.quickViewWindow .overview .add-to-wishlist {
    overflow: hidden;
    display: inline-block;
}
.quickViewWindow .overview .add-to-wishlist-button {
    float: right;
}
.quickViewWindow .overview #accordion .purchase-area .prices{
    line-height: 30px;
}
.quickViewWindow .overview #accordion .purchase-area .add-to-cart {

}
.quickViewWindow .overview #accordion .purchase-area .add-to-cart div * {
    float: left;
}
.quickViewWindow .overview #accordion .purchase-area .add-to-cart .qty-input {
    width: 40px;
    height: 41px;
    line-height: 24px;
    font-size: 18px;
    padding: 2px;
}
.quickViewWindow .overview #accordion .purchase-area .add-to-cart .qty-label {
    line-height: 30px;
}
.quickViewWindow .overview #accordion .purchase-area .tax-shipping-info{
    font-weight:lighter;
    color:#888;
}
.quickViewWindow .overview #accordion .purchase-area .tax-shipping-info:hover a{
    color:#9CA34E;
    text-decoration:underline;
}
.quickViewWindow .overview .full-description {
    border: none;
}
.quickViewWindow #accordion .product-details{
    border:none !important;
    box-shadow:none;
}
.quickViewWindow #accordion > h3{
    color:#888;
    font-family:open sans;
    font-size:16px;
    font-weight:lighter;
    background:#f6f5f3;
    box-shadow:none;
    border:none;
    margin-bottom:3px;
}
.quickViewWindow #accordion .product-details .short-description{
    font-size:14px;
    color:#888;
}
.quickViewWindow .overview .compare-products,
.overview  .add-to-wishlist {
    background:#eee;
}
.quickViewWindow .overview #accordion .product-details .compare-products:hover{
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/link_compare.png) #eee;
    background-position: 7px center;
    background-repeat: no-repeat;
}
.overview  .add-to-wishlist:hover {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/link_wishlist.png) #eee;
    background-position: 7px center;
    background-repeat: no-repeat;
}
.quickViewWindow .color-container {
    padding: 2px;
}
.quickViewWindow .selected-value .color-container {
    border: 1px solid transparent;
    padding: 2px;
}
.quickViewWindow .color-squares li:hover .tooltip-container {
    margin-left: -80px;
    margin-top: 33px;
} 
.quickViewWindow .overview .attributes dl dt{
    width:95px;
}
.quickViewWindow .overview .attributes dd{
    float:none;
    overflow:hidden;
}

.product-details .compare-products input,
.add-to-wishlist input{
    font-size: 12px;
    color: #888;
    font-family: 'open sans';
    border: 1px solid transparent;
    background: transparent;
}
.product-details .compare-products input:hover,
.add-to-wishlist:hover input {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-left: 25px;
    border: 1px solid #ddd; 
}
.quickViewWindow .gallery{
    margin-left:10px;
    width:280px;
}
.quickViewWindow .links-panel a{
    color:#9CA34E;
    background:none;
}

.quickViewWindow .gallery .thumbnails{
    background:none;
    padding: 0;
}
.quickViewWindow .gallery .thumbnails a, .quickViewWindow .gallery .thumbnails > img,
.quickViewWindow .gallery .picture{
    box-shadow:none;
    border:none;
}
/*thumbs in the quick view when cloud zoom is disabled*/
.quickViewWindow .gallery .thumbnails > img {
    width: 85px;
}
.quickViewWindow .gallery .thumbnails a {
    width:32.33%;
    margin:0 0 8px;
}
.quickViewWindow .gallery .thumbnails a:nth-child(3n-1) {
    margin: 0 4px 8px;
}
.quickViewWindow .gallery .picture{
    width:100%;
}
.quickViewWindow .gallery .picture a{
    width:100%;
    height:auto;
    overflow:visible;
}
.quickView .cloud-zoom-gallery img {
    width: 100%;
}
.quickViewWindow .gallery .picture img {
    position: static !important;
}
.quickViewWindow .overview .purchase-area {
    border-top: 1px dotted #EEEEEE;
}
/********** END PRODUCT ESSENTIAL *********/    

/********** START RELATED/ALSO-PURCHASED PRODUCTS *********/
.quickViewWindow .item-grid {
    height: 185px;
    overflow: hidden;
}
.quickViewWindow .product-variant-list .item-grid {
    height:170px;
}
.quickViewWindow .product-grid .item-box{
    text-align: center;
    height: 185px;
    padding: 0;
    border:none;
    margin:0;
    margin-bottom:20px;
    width:24% !important;
    background:none;
    overflow:hidden;
}
.quickViewWindow .product-grid .item-box{
    margin:0 0 20px 1.33%;
}
.quickViewWindow .product-grid .item-box:first-child{
    margin:0 0 0 0;
}
.quickViewWindow .item-box:nth-child(3n+1){
    clear:none;
}
.quickViewWindow .product-grid .item-box .buttons,
.quickViewWindow .product-grid .item-box .add-info{
    display:none;
}
.quickViewWindow .product-grid .item-box .product-item{
    width: auto ;
    height: 100%;
    text-align: inherit;
}
.quickViewWindow .product-grid .item-box .picture {
    border: none;
    margin-bottom: 5px;
    float: none;
    overflow: hidden;
    background: none;
    min-height:0;
    height:130px;
}
.quickViewWindow .product-grid .item-box .picture a{
    height:auto;
    width:100%;
}
.quickViewWindow .product-grid .item-box .picture a img{
    max-width:100%;
}
.quickViewWindow .product-grid .product-item {
    border: none;
    padding:0;
}
.quickViewWindow .product-grid .item-box .product-title a {
    padding: 0;
    font-size:13px;
}
.quickViewWindow .product-grid{
    background:none;
}
.quickViewWindow .product-grid .title{
    padding:0;
    margin-bottom:10px;
    border:none;
}
.quickViewWindow .product-grid .item-box .details{
    padding: 0;
    text-align: center;
    height:55px;
}
    .quickViewWindow .product-grid .item-box:hover .details{
        height:100%;
        width:100%;
        z-index:13;
    }
    .quickViewWindow .product-grid .item-box:hover .description{
        display:none;
        font-size:12px;
        height:46px;
        min-height:0;
        max-height:none;
    }
.quickViewWindow .product-grid .item-box .product-title{
    height:auto;
    height:54px;
}
.quickViewWindow .product-grid .item-box .product-rating-box{
    margin-bottom:10px;
}
.quickViewWindow .product-grid .item-box .product-title a{
    display:block;
    color:#555;
}
.quickViewWindow .product-grid .item-box .product-rating-box .rating{
    margin:auto;
}
.quickViewWindow .product-essential .overview{
    padding:0 0 20px;
}

.quickView .overview .buttons{
    display:none;
}
.quickViewWindow .variant-grid-info{
    border:none;
}
.quickViewWindow .overview .price-input .enter-price-label{
    line-height:35px;
    margin-right:5px;
}
.product-essential > form > div{
    overflow:hidden;
}
/********** END RELATED/ALSO-PURCHASED PRODUCTS *********/

/********* START VARIANTS IN GRID ********/

.product-variant-list .product-variant .product-price {
    font-size: 20px;
    color: #9ca34e;
    position:absolute;
    top:0;
    left:-100%;
    transition:all .45s ease;
    -webkit-transition:all .45s ease;
    -ms-transition:all .45s ease;
}
.product-variant-list .product-variant:hover .product-price{
    left:0;
    width:100%;
}
.quickViewWindow .overview #accordion .prices .old-product-price {
    color: #999;
    font-size:14px;
    text-decoration: line-through;
}
.quickViewWindow #accordion .variants-in-grid {
    padding: 10px 0;
}
.product-variant-list .product-variant{
    text-align: center;
    height: 165px;
    padding: 0;
    border: none;
    margin: 0;
    margin-bottom: 20px;
    width: 32% !important;
}
.quickViewWindow .product-variant:nth-child(3n+1){
    margin:0;
}
.product-variant-list .product-variant:nth-child(3n-1){
    margin:0 2%;
}
.product-variant-list .product-variant .moreInfoHover{
    display:none;
}
.product-variant-list .product-variant:hover .variant-info{
    background:rgba(248,231,238,.8);
}
.quickViewWindow .variant-info {
    background:transparent;
    bottom: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 11px;
    left: 0;
    top:125px;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    width: 100%;
}
.quickViewWindow .product-variant:hover .variant-info{
    top:0;
}
.product-variant .variant-picture{
    border:none;
    min-height:0;
    width:100%;
}
.product-variant .variant-picture a{
    display:block;
    height:100%;
}

.product-variant .variant-picture a img{
    width:auto;
}

.quickViewWindow .variant-info .variant-name{
    max-height:50px;
}
.quickViewWindow .variant-info .variant-name a{
    font-size:13px;
    color:#888;
    font-family:open sans;
}
.product-variant .variant-info .tax-shipping-info{
    color:#777;
    position:absolute;
    bottom:-10px;
    left:-100%;
    width:100%;
    transition:all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    -ms-transition:all 1.5s ease;
}
.product-variant:hover .variant-info .tax-shipping-info{
    top:30px;
    left:0;
}
.quickViewWindow .variant-info .prices{
    position:relative;
    height:100%;
}
.product-variant:hover .variant-name {
    padding-top:10px;
}

/********* END VARIANTS IN GRID ********/

/********* START GIFTCARD *********/

.quickViewWindow .giftcard label {
    text-align:left;
    margin-bottom:5px;
}
.quickViewWindow .giftcard input[type=text],
.quickViewWindow .giftcard textarea {
    border-radius: 5px;
}

.quickView .giftcard{
    color: #888888;
    font-family: open sans;
    font-size: 12px;
}
.quickView .giftcard > div{
    width:320px;
    margin:0 auto 10px;
}
.quickView .giftcard input[type="text"]{
    width:100%;
}
.quickView .giftcard textarea{
    width:320px;
}
/********* END GIFTCARD *********/

/********* START ATTRIBUTES *********/

.quickViewWindow .attributes {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
}
.quickViewWindow .attributes dl {
    overflow: hidden;
}
    .quickViewWindow .attributes dl > * {
        margin-bottom: 3px;
        list-style: none;
    }
.quickViewWindow .attributes dt {
    float: left;
    clear: left;
    width: 120px;
}
    .quickViewWindow .attributes dt label{
        display: block;
        float: left;
        margin-right: 5px;
    }
.quickViewWindow .attributes dd {
    float: left;
}
    .quickViewWindow .attributes dd select {
        margin-right: 5px;
        max-width: 255px;
    }
.quickViewWindow .attributes .option-list li {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickViewWindow .attributes .option-list li > * {
    display:block;
    float:left;
    line-height: 13px;
}
.quickViewWindow .attributes .option-list li > *:first-child {
    margin-right: 5px;
}
.quickViewWindow .attributes textarea {
    padding: 4px;
    width: 280px;
    height: 140px;
    border-radius: 5px;
    resize: none;
}
.quickViewWindow .attributes input[type=text] {
    padding: 2px;
    width: 140px;
}
.quickViewWindow .attributes .qq-upload-button {
    border-radius: 5px;
}
    .quickViewWindow .attributes .qq-upload-list {
        margin: 0;
    }
    .quickViewWindow .attributes .required {
        margin: 0;
        color: red;
    }
    .quickViewWindow .product-specs-box .spec-value>a{
        font-size:13px;
    }

/********* END ATTRIBUTES *********/

@media all and (min-width: 769px) and (max-width: 1000px) {
    .ajax-cart-button-wrapper {
        margin-left: 10px;
    }
}

/* Fix for CloudZoom in QuickView */

.quickView .gallery {
    display: block !important;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width:32px;
    height:32px;
}


/*!
* 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 */

.sub-category-grid {margin-bottom: 5px;}
.footer-middle:before { height:40px; }
.sub-category-grid .title, .home-page-category-grid .title { text-transform:none }

#topcartlink {
    display:none !important;
}

.accepted-payment-methods .method1 {
    background-position: 0 0;
    display: none;
}

.header-logo {
    background-color: green;
    margin-bottom: 10px;
}

.logo > img {
    background: none;
    max-width: 320px;
    margin-top: 2px;
    margin-bottom: -18px;
}

.header-links-wrapper {
    margin:0px;
}

.product-grid .item-box {
   width:50%;
}

.item-box .prices {
   min-height:55px;
}
.product-grid .item-box:hover .product-title {
   height:44px;
}
.product-grid .item-box:hover .description {
   height:40px;
}
.cart-qty {
    background:none !important;
}
.cart-has-item {
    background:#ff0000 !important;
    color:#fff !important;
    min-width: 25px;
    text-align: center;
    border-radius: 50%;
    height: 24px !important;
    line-height: 22px !important;
}
.header-links li#topcartlink span+span {
    padding:0px !important;
    margin-left:25px !important;
}
.ico-cart {
    background: url(/Themes/Lavella/Content/img/shopping_cart_icon.png);
    background-repeat: no-repeat;
    background-position-y: 7px;
}
textarea#checkout_attribute_2 {
    width: 300px;
}

/********************************* MOBILE CSS *********************************/
@media (max-width: 980px) and (min-width: 240px) {

.master-wrapper-page .h-wrapper {
    padding-top:0px;
    margin-top:-8px;
}

.responsive-nav-wrapper-parent {
     margin-top:-64px !important;
}

.responsive-nav-wrapper {
     background:#009900 !important;
     position:fixed !important;
     top:inherit !important;
     bottom:0 !important;
     transform: none !important;
}

}

.free-shipping { 
background-color: #7EAF1F;  
color: #ffffff;
font-weight: bold;
font-size: 120%;
box-shadow: 10px 10px 10px #577326;
}
