/* input(10651,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '10px' */
/*! 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}
/*********** 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"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 0;
}
input[type="button"],  input[type="submit"],  input[type="reset"] {
	-webkit-appearance: none;
}
 input:-webkit-autofill {
 	-webkit-box-shadow: inset 0 1000px 0 0 #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 */
}
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"],
input[type="email"],
input[type="tel"],
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,
input[type="email"]:focus,
input[type="tel"]: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 36px 0 0;
	list-style: disc;
}
.category-description,  .manufacturer-description,  .full-description,  .topic-block,  .topic-page,  .post-body {
	text-align: right;
}
.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 36px 0 0;
	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;
	left: 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 {
	/*transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);*/
	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 input[type="email"],
.inputs input[type="tel"],
.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: right;
}
.inputs .option-list label {
	width: auto;
}
.inputs.reversed {
	margin: 0 0 30px;
	text-align: center;
}
.required {
	margin: 0 6px 0 0; /*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;
}


/*********** GLOBAL STYLES **********/


.cart .remove-from-cart {
	position: relative;
}

.cart .remove-from-cart input {
	opacity: 0;
}

.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 32px;
    height: 32px;
	margin: auto;
    border: none;
    background: url(../Themes/Lavella/Content/img/close.png) center no-repeat;
	transition: all 0.2s ease;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 10px 12px 25px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #a0b762;
}
.bar-notification.success {
	background: #f28d61;
}
.bar-notification.error {
	background: #df5067;
}
.bar-notification .content {
	float: right;
	margin: 0 0 0 10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	left: 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: right;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	left: 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;
	/*opacity: 0.7;*/
	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 {
	/*opacity: 0.9;*/
	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: left;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-right: 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%;
	right: 50%;
	z-index: 1002;
	width: 320px;
	margin: -90px -160px 0 0;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 0 0 #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;
	/*box-shadow:0 2px 3px rgba(239,239,239,.8);*/
	border-bottom: 1px dotted #e2e2e2;
	background: #fff;/*margin-bottom:10px;*/
}
.admin-header-links a {
	display: block;
	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;
	/*overflow: hidden;*/
	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-right: 7px;
}

.search-box {
}
.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: right;
	width: 200px !important;
	height: 36px;
	border: none;
	border-bottom: 1px solid #eee;
	color: #999;
}
.search-box .search-box-button {
	/*float: left;*/
	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;/*right: 0;*/
}
.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-left: 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;
	left: 0;
	bottom: 0;
	right: 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 {
/*background: rgba(248,219,206,.2);*/
}
.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-block ul {
}
.footer-block li {
}
.footer-block a {
}
.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: right 9px;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
}
.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-right: 5px;
}
.footer-middle .network li a:hover {
	margin-right: 0;
}
.footer-middle .network 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 .network li a {
	background: url(../Themes/Lavella/Content/img/soc-spr.png);
	background-repeat: no-repeat;
	height: 28px;
}
.footer-middle .network .vimeo a {
	background: url(../Themes/Lavella/Content/img/vm.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-middle .network .facebook a {
	background-position: 1px center;
}
.footer-middle .network .twitter a {
	background-position: -25px center;
}
.footer-middle .network .pinterest a {
	background-position: -51px center;
}
.footer-middle .network .rss a {
	background-position: -77px center;
}
.footer-middle .network .youtube a {
	background-position: -104px center;
}
.footer-middle .network .google a {
	background-position: -129px center;
}
.newsletter-email {
	background: rgba(248,219,206,.2);
	padding-top: 25px;
	text-align: center;
}
.newsletter-email input[type="text"],
.newsletter-email input[type="email"] {
    /*float: left;*/
    width: 220px;
    height: 36px;
}
.newsletter-email .options {
	padding: 24px 0;
}
.newsletter-email .options span {
	display: inline-block;
	margin: 0 5px;
}
.newsletter-email 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 > div > button.newsletter-subscribe-button,
.newsletter-email > div > button.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;
}
.networks ul {
	font-size: 0;
}
.networks li {
	display: inline-block !important;
	margin: 12px 4px;
}
.networks a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../Themes/Lavella/Content/img/soc-spr.png") no-repeat;
	font-size: 0 !important;
}
.networks .facebook a {
	background-position: 6px center;
}
.networks .twitter a {
	background-position: -25px center;
}
.networks .google-plus a {
	background-position: -129px center;
}
.networks .pinterest a {
	background-position: -90px 0;
}
.networks .vimeo a {
	background-position: -120px 0;
}
.networks .youtube a {
	background-position: -101px center;
}
.networks .rss a {
	background-position: -75px center;
}
.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 {
	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;
	right: 50%;
	margin-right: -85px;
	width: 170px;
}
/*********** LEFT/RIGHT COLUMN ***********/



.block {
	/*margin: 0 0 20px;*/
	text-align: center;
}
.side-2 .block {
	border-bottom: 1px dotted #eee;
}
.block .title {
	/*margin: 0 0 5px;*/
	margin: 0px auto;
	padding: 7px 0;
	font-size: 18px;
	cursor: pointer;
	background: #c3b9b1;/*width:80%;*/
        /*transition:all 0.3s ease-in-out 0s;*/
}
.block .title:hover {
/*width:80.5%;
                margin:1px auto;
                padding:8px 0;*/
}
.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: right;
	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: right;
}
.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: right;
}
.poll .buttons button {
	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';/*display:none;*/
}
/*poll in homepage*/
.todays-poll-box {
	background: rgba(237,215,206,.4);
	color: #888;
	font-family: open sans;
	margin-bottom: 50px;
}
.home-page-polls > .title {
	display: none;
}
.poll {
	width: 100%;
	margin: auto;
	display: inline-block;
	padding: 0 15px;
}
.poll strong {
	font-size: 14px;
	font-weight: lighter;
	font-weight: lighter;
	padding: 10px 0;
	text-align: right;
	border-bottom: 1px dotted #ddd;
}
.poll .poll-options li {
	text-align: right;
}
.poll .buttons button {
	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 button:hover {
	border-color: #fff;
	text-shadow: none;
}
.side-2 .poll .buttons {
	text-align: center;
}
.side-2 .poll .buttons button {
	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 button: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; /*reset zeroing*/
	/*line-height: 32px;*/
	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;/*display: none;*/
}
.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;
	height: auto;
	line-height: normal;
	border: 1px solid #eee;
	padding: 8px 5px 8px 25px;
	min-width: 100px;
	background: #fff url(../Themes/Lavella/Content/img/ddown.png) no-repeat 7px center;
	text-align: right;
}
.product-selectors .select-wrap select {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	text-transform: lowercase;
	height: auto;
}
/*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: right;
}
.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: right;
}
.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 right center;
	padding: 0 16px 0 0;
	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: right;
	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;
	position: relative;
}
.item-box .product-item .buttons {
	position: absolute;
	bottom: 4px;
	right: 0;
	left: 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: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;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	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;/*overflow:hidden;*/
}
.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-title + .sku {
	display: none;
}
.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;
	/*display:none;*/
	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: 18px;
	margin: 0 0 5px;
	overflow: hidden;
	font-size: 14px;
}
.item-box .description a {
	display: block;
}
.item-box .add-info {
	border-top: 1px dotted #D8CFC8;
	padding-top: 5px;
}
.item-box .tax-shipping-info {
	display: block;
}
.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;
	overflow: hidden;
	vertical-align: middle;
}
.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 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 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:after,  .home-page-category-grid .item-box .title a:after {
	content: url(../Themes/Lavella/Content/img/3-arrow-l.png);
	margin-left: 0px;
}
.sub-category-grid .item-box .title a:before,  .home-page-category-grid .item-box .title a:before {
	content: url(../Themes/Lavella/Content/img/3arrow-r.png);
	margin-right: 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;
	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%;
	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_left.png) #eeece7;
	background-repeat: no-repeat;
	background-position: center;
}
.pager .previous-page {
	background: url(../Themes/Lavella/Content/img/arrows_2_right.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: left;
	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;
	left: 0;
	bottom: 0;
	right: 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 .thumb-item {
	display: inline-block;
	position: relative;
	width: 85px;
	height: 100px;
	margin: 0 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.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;
}
.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 button {
	font-size: 12px;
	color: #888;
	font-family: 'open sans';
	border: none;
	background: transparent;
	border-right: 1px solid #ddd;
}
.back-in-stock-subscription button {
	font-size: 12px;
	color: #888;
	font-family: 'open sans';
	margin-right: 25px;
	border: none;
	background: transparent;
	background: #eee;
	border-right: 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 0 0 10px;
}
.overview .value a,  .variant-overview .value a {
	font-weight: bold;
	text-decoration: underline;
}
.attributes li.disabled {
	display: none !important;
}

.attributes option.disabled {
	color: #ddd;
}

.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;
}
.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;
}
.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-right: 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: right;
}
.overview .qty-label,  .variant-overview .qty-label {
	position: absolute;
	right: -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: 14px;
	color: #888;
}
.overview .qty-dropdown,  .variant-overview .qty-dropdown {
	width: auto;
	margin-left: 3px;
}
.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*/
}

.pre-order-availability-date {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9aba6b;
    font-size: 12px;
}

.pre-order-availability-date label {
    vertical-align: top;
    text-transform: none;
    font-weight: normal;
    color: #888;
}

.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);
	right: 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);
	left: 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-right: 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-right: 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 5% 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: right;
	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 .tax-shipping-info {
	margin: 0 0 0 10px;
	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-right: 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 .thumb-item {
	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-specs-box thead {
    display: none;
}
.product-specs-box td {
    width: 50%; /*because colgroup is missing in 4.2+*/
}
.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 3px 0 5px;
}
.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 0 10px 10px;
	float: right;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .qty-box {
	margin: 0 0 0 5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 45px;
	height: 32px;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attribute-squares {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
}
.attribute-square-container {
	display: block;
	border: 1px solid transparent;
	border-radius: 100%;
	padding: 1px;
	position: relative;
}
.attribute-square-container span {
	display: block !important;
	width: 32px;
	height: 32px;
	border: none;
    box-shadow: 0 0 1px #888;
	cursor: pointer;
	border-radius: 100%;
    font-size: 0;
    border: 2px solid #eee;
}
.attribute-squares label {
	position: relative;
	overflow: hidden;
}
.selected-value .attribute-square-container {
	border-color: #c9c9c9;
}
.attribute-squares li input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: auto;
}
.tooltip-container::before {
	border-bottom: 7px solid #eeeeee;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	right: 50%;
	margin-right: -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;
	right: 50%;
	margin-right: -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;
	border: 1px solid #eeeeee;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 192px;
}
.attribute-squares li:hover .tooltip-container {
	margin-right: -80px;
	margin-left: auto;
	margin-top: 33px;
	padding: 0;
	visibility: visible;
	z-index: 999;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,  .giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** ESTIMATE SHIPPING **********/



.product-estimate-shipping {
	margin: 0 0 10px;
	color: #888;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 10px 3px 0;
	border: solid grey;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 16px;
}
.product-estimate-shipping .shipping-price {
	position: relative;
	bottom: 1px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	color: #9ca34e;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}


.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 15px 0 0;
}
.estimate-shipping-address-control {
	width: 100%;
	height: 36px;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -5px;
	left: -5px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 13px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px dotted #ddd;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px dotted #ddd;
	padding: 12px 11px;
}
.mfp-container .shipping-item {
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; right: 3px;
	width: 6px; height: 6px;
	border-radius: 50px;
	background-color: #333;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 110px;
	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;
}
.mfp-container .apply-shipping-button:hover {
	border-color: #fff;
	text-shadow: none;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}


/********** 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;
}
.review-rating .tooltip {
    position: relative;
}
.review-rating .tooltip:hover .tooltiptext {
    opacity: 1;
}
.review-rating .tooltiptext {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #f6f6f6;
    left: 50%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: normal;
    color: #888;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.review-rating .tooltiptext:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #f6f6f6;
    border-width: 8px;
    margin-left: -8px;
}
.review-rating .tooltiptext p {
    margin: 0;
}
.write-review .review-rating {
	text-align: center;
    margin-bottom: 15px;
}
.write-review .review-rating:last-child {
    margin-bottom: 30px;
}
.write-review .review-rating .name-description {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	vertical-align: middle;
}
.review-rating .rating-wrapper {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating .rating-wrapper > div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating .first {
	color: #c00;
}
.write-review .review-rating .rating-options {
    padding-top: 2px;
}
.write-review .review-rating .rating-options input {
	vertical-align: baseline;
}
.write-review .review-rating .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: right;
	text-transform: uppercase;
	padding: 0 0 0 85px;
	text-align: left;
}
.product-review-item .product-review-box {
	position: absolute;
	left: 10px;
	top: 6px;
}
.product-review-item .review-text {
	margin: 10px;
	text-align: right;
}
.product-review-item .avatar {
	display: none;
	width: 80px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
}
.product-review-item .avatar a {
	display: block;
	font-size: 0;
}
.product-review-item .avatar img {
	max-width: 100%;
}
.product-review-item .review-info {
	margin: 0 0 5px;
	text-align: center;
}
.product-review-item .review-text .review-info {
    margin: 0 0 10px;
}
.product-review-item .review-info span strong {
	display: inline-block;
	margin-left: 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 6px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 0 0 5px;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 10px 0 0;
}
.product-reviews-page .buttons button {
	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 button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.product-reviews-page .inputs {
	width: 350px;
    max-width: 100%;
	margin: 0 auto 10px;
}
.product-reviews-page .inputs label {
	text-align: right;
}
.product-review-item .reply {
    margin: 30px 0 0;
    padding: 15px;
    background: #f6f6f6;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}

.review-type-rating-ext {
	display: none; /*disabled*/
    position: relative;
    margin-bottom: 15px;
	padding: 0 10px;
}

.review-type-rating-ext:after {
    content: "";
    display: block;
    clear: both;
}
.review-type-rating-ext .product-review-box {
    margin: 0;
    top: 2px;
}


/********** 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-left: 0;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
.compare-products-page .button-2.remove-button:before {
}
.compare-products-page .button-2.remove-button:hover {
	padding-left: 14px;
	background: url(../Themes/Lavella/Content/img/cross.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.wishlist-page .share-info {
	color: #888;
	font-family: 'open sans';
}
.wishlist-page .wishlist-content .common-buttons button {
	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 button: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: right !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form button {
	float: right !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: right;
	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 button,
.contact-page .buttons 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 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.registration-page .buttons button:hover,
.contact-page .buttons button: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 10px 0 0;
}
.gender {
}
.gender label {
	margin: 0 5px 0 0;
	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-picker-wrapper > 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;
}
.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 button,  .password-recovery-page .buttons 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: auto;
}
.login-page .new-wrapper .buttons button:hover,  .password-recovery-page .buttons button:hover {
	text-shadow: none;
	border-color: #fff;
}
.login-page .checkout-as-guest-or-register-block .buttons button {
	margin: 0px auto 15px;
}
.returning-wrapper .buttons 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: auto;
}
.returning-wrapper .buttons button: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 .title {
	color: #888888;
	font-family: 'open sans';
	font-size: 13px;
}
.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;
}
.email-to-revalidate,
.email-to-revalidate-note {
	display: block;
	margin: 10px 5px;
	vertical-align: middle;
	font-size: 12px;
	white-space: normal;
}
.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 button {
	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: right center, left 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: right center, left center;
	background-repeat: no-repeat;
	padding: 10px 24px;
	display: inline-block;
}
.customer-info-page .buttons button {
	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 button:hover {
	border-color: #fff;
	text-shadow: none;
}
.address-list-page .add-button button {
	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 button: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 button,
.address-edit-page .buttons button,
.order-list-page .order-item .buttons button,
.return-request-page .buttons button,
.order-details-page .page-title a,
.order-details-page .actions button,
.change-password-page .buttons button,
.email-a-friend-page .buttons button,
.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 button {
	margin-bottom: 7px;
	margin-top: 7px;
}
.order-details-page .page-title a {
	margin: 4px 5px;
	padding-bottom: 4px;
}
.address-list-page .address-item .buttons button:hover,
.address-edit-page .buttons button:hover,
.order-list-page .order-item .buttons button:hover,
.return-request-page .buttons button:hover,
.order-details-page .page-title a:hover,
.order-details-page .page-title a:hover,
.order-details-page .actions button:hover,
.change-password-page .buttons button:hover,
.email-a-friend-page .buttons button: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 button {
	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 button: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-top: 5px;
	margin-right: 4px;
}
.account-page .no-data {
	margin: 10px 0;
	text-align: right;
	font-family: sans-serif;
	color: #333;
}
.multi-factor-authentication-page .inputs {
	text-align: center;
}
.multi-factor-authentication-page .inputs label {
	width: auto;
	display: inline-block;
	margin: 0 0px 0 10px;
}
.multi-factor-authentication-page .payment-method .buttons {
	margin: 20px 0 20px;
	text-align: center;
}
.multi-factor-authentication-config-page .save-customer-info-button,
.multi-factor-authentication-page .save-customer-mfa-button {
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: block;
	font-family: 'open sans';
	font-size: 16px;
	margin: 20px 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;
}
.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 0 0 5px;
}
.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-right: 5px;
	margin-left: 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: right;
	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 5px 0 0;
	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;
}
.order-summary-content .tax-shipping-info {
	margin: 0 0 25px;
	font-size: 12px;
}
.order-summary-content .tax-shipping-info a {
	text-decoration: underline;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: left;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page  .estimate-shipping-button {
	min-width: 215px;
	background: #A59B92;
	border: 1px solid #C9C3BE;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	font-family: 'open sans';
	font-size: 16px;
	margin: 10px;
	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 button:hover,
.shopping-cart-page .estimate-shipping-button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.checkout-attributes {
	margin: 20px 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: right;
}
.cart-footer .total-info .cart-total-right {
	text-align: left;
	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;
	padding: 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"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
    float: right;
    width: 65%;
    height: 34px; /*safari padding fix*/
    margin: 0 0 0 -1px;
    font-size: 14px;
}
.cart-collaterals .coupon-code button {
	float: right;
	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 button: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;
}
.select-pickup-point label {
	display: none;
}
.pickup-points-map {
	height: 300px;
}
.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 button,
.enter-address .buttons button,
.shipping-method .buttons button,
.payment-method .buttons button,
.payment-info .buttons button,
.confirm-order .buttons button,
.order-completed .buttons button {
	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 button:hover,
.enter-address .buttons button:hover,
.shipping-method .buttons button:hover,
.payment-method .buttons button:hover,
.payment-info .buttons button:hover,
.confirm-order .buttons button:hover,
.order-completed .buttons button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.checkout-page .address-item,  .checkout-data .order-review-data > ul {
	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,
.payment-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, .order-details-area ul, .shipment-details-area ul {
	margin: 0 0 10px;
}
.order-review-data li,  .order-details-area ul, .shipment-details-area li {
	padding: 2px 0;
}
.order-review-data .title,  .shipment-details-area .title,  .order-details-area .title {
	margin: 10px 0 5px;
}
.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: right;
	font-size: 16px;
}
.opc .step-title span {
	margin: 0 0 0 10px;
}
.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 input[type="email"],
.opc input[type="tel"],
.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 > div {
	float: right;
	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 button {
	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-details-area {
	overflow: hidden;
	margin: 0 0 20px;
}
.shipment-details-page .shipment-details-area > ul {
	text-align: right;
}
.shipment-details-page .shipment-details-area > ul:first-child {
	margin: 0 0 20px;
}
.shipment-details-page .section {
	width: 100%;
}
.shipment-details-page {
	color: #888;
	font-family: 'open sans';
}
.shipment-details-area .shipping-details li,  .shipment-details-area .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;
}
.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.checkout-page .address-list-page {
	display: none;
}

.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
	width: 100%;
	height: 32px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 12px;
	color: #888 !important;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
	display: inline;
	margin: 0 2px 0 0;
}
.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-right: 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: right;
}
.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 3px 0 5px;
}
.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: right;
}
.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: right;
	background: #eeece7;
	padding: 10px 10px 10px 0;
	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 0 0 -20px;
	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;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.comment-info .user-info .avatar a {
    position: static;
    display: block;
	width: 118px;
	height: 118px;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 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 0 0 -20px;
	opacity: 0;
}
.blog-page .post:hover .post-title:before,  .news-list-page .news-items > .item:hover .news-title:before {
	margin: 0 0 0 5px;
	opacity: 1;
}
.blogpost-page .new-comment .buttons button {
	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 button: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 button {
	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 button: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;
}
/*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: 5% center;
	padding: 8px 8px 8px 12px;
}
/*** 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:220px;
	border: 1px dotted #ddd;
	background: #fff;
	padding: 10px;
	text-align:right;
}
.cart td img {
	max-width: 180px;
}
.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;
}

.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;
}
.cart td.subtotal div {
	font-size: 13px;
    color: #888;
}

.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:left;
}
.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;
    left: 0;
    bottom: 0;
    right: 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:right;
}
.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: right;
    width: 50%;
    color:#888;
}
.prices-row > div {
    padding: 10px;
    border-right: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
    .prices-row > div:first-child {
        border-top: 0;
    }
    .prices-row:first-child > div {
        border-right: 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-right: 1px solid #c9c9c9;
            border-top: 0 !important;
        }
        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-right: 0;
        }
    .wishlist-content .tax-shipping-info {
        text-align: right;

    }

}



/* 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: right;
}
.footable-row-detail-cell {
	text-align: right !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:right;
}

/* 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: 1024px){
    .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 (max-width: 1024px) {

    .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;
        right: 0;
        width: 320px;
        height: 100%;
        background: #333;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }       
    .header-menu.open {
        box-shadow: -1px 0 5px rgba(0,0,0,.5);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .header-menu .close-menu {
        background: url(../Themes/Lavella/Content/img/arrows_2_right.png) #c3b9b1;
        background-repeat:no-repeat;
        background-position:93% center;
        cursor: pointer;
    }
    .close-menu span {
        display: block;
        padding: 15px 20px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 15px;
        text-align: left;
        font-family:open sans;
    }
    .header-menu > ul li {
        background: #f6f6f6;
        overflow:hidden;
    }
    .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: right;   
    }
    .plus-button {
        position:relative;
        float: left;
        width: 50px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        background:url(../Themes/Lavella/Content/img/arrows_2_left.png);
        background-repeat:no-repeat;
        background-position:center;
        border-bottom:1px dotted #CECECE;
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        right: 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;
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }
    .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(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,
    .header,
    .responsive-nav-wrapper,
    .slider-wrapper,
    .master-wrapper-content,
    .footer {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;        
    }
    .move-right {
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
    }

    /* SEARCH BOX */

    .search-box {
        display: none;
        position: fixed;
        top: 0;
        right: 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;
        right: 0;
        left: 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: 5% center;
        padding: 8px 8px 8px 12px;
    }

}
* {
	direction: rtl;
}
@media all and (min-width: 481px) {
	.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-right: -225px;
		margin-left: 0;
	}
    .newsletter-email input[type="text"],
    .newsletter-email input[type="email"] {
        width: 300px;
        font-family: open sans;
        color: #888;
        font-style: italic;
    }
	.footer-middle h3 {
		width: 768px;
	}
	.poll {
		padding: 15px 7px 5px;
		width: 50%;
	}
	.item-box {
		width: 49%;
		margin-right: 2%;
		margin-left: 0;
	}
	.item-box:nth-child(2n+1) {
		clear: both;
		margin-right: 0;
		margin-left: 0;
	}
	.product-grid.home-page-category-grid .item-box:nth-child(2n) {
		margin-right: 2%;
		margin-left: 0;
	}
	.category-page .item-box .description {
		max-height: 58px;
	}
	.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: right;
		width: 48%;
	}
	.product-variant-list.grid .variant-overview .add-to-wishlist-button,
    .product-variant-list.list .variant-overview .add-to-wishlist-button {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.product-variant-list.grid .add-to-cart-button,
    .product-variant-list.list .add-to-cart-button {
		margin-bottom: 20px;
	}
	.gallery .picture-wrapper {
		width: 80%;
	}
	.enter-password-form input[type="password"] {
		width: 300px !important;
	}
	.registration-page .fieldset:nth-child(2) select,
	.account-page .fieldset:nth-child(3) select {
		width: 110px;
	}
	.order-review-data {
		display: table;
		width: 100%;
		margin: 0 0 30px;
	}
	.order-review-data ul {
		display: table-cell;
	}
	.order-details-area > div,
	.shipment-details-area > div {
		float: left;
		width: 48%;
		margin: 0 1% !important;
	}
	.order-progress li {
		margin: 0 0 40px 50px;
	}
	.checkout-page .address-item {
		float: right;
		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%;
		vertical-align: top;
	}
    .order-review-data ul {
        display: inline-block;
    }

}

* {
	direction: rtl;
}

@media all and (min-width: 769px) {
.center-1 {
	width: 100%;
}
.page {
	clear: both;
}
.page-title h1 {
	float: none;
}
.link-rss {
	display: block;
	float: left;
	margin: 5px 0 0;
}
.close-menu {
	display: none;
}
.footer-middle .fm-wrapper > div {
	display: block;
	float: right;
	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;
}
.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: right;
}
.block .listbox li a {
	color: #555;
	font-family: 'open sans';
	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-right: 35px;
	padding-left: 0;
}
.block .listbox .sublist .sublist a {
	padding-right: 70px;
	padding-left: 0;
}
.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;
}
.block-recently-viewed-products .listbox .list li {
	border-bottom: 1px dotted #d1d1d1;
}
.block-recently-viewed-products .listbox .list li a {
	border: none;
}
.block .title {
	cursor: default;
}
.breadcrumb {
	text-align: center;
}
.breadcrumb li:first-child * {
	margin-right: 0;
	margin-left: 0;
}
.product-selectors {
	float: right;
	text-align: right;
	display: block;
	width: 100%;
	z-index: 17;
	font-size: 14px;
	border: 1px solid transparent;
}
.category-page .product-selectors .custom-select {
	left: 0;
	right: auto;
	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 0 0 10px;
	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-right: 0;
	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-right: 0;
	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-right: 0;
	margin-left: 0;
}
.sub-category-grid .item-box:nth-child(3n-1) {
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.item-box:nth-child(2n+1) {
	clear: none;
}
.home-page-category-grid .item-box {
	width: 33%;
}
.product-grid.home-page-category-grid .item-box:nth-child(2n) {
	margin-right: 0;
	margin-left: 0;
}
.product-grid.home-page-category-grid .item-box:nth-child(3n-1) {
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 1%;
}
.home-page-category-grid .item-box:nth-child(2n+1) {
	margin-right: 0;
	margin-left: 0;
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-right: 0;
	margin-left: 0;
}
.item-box .details {
	text-align: right;
	padding: 1% 1%;
}
.item-box .buttons {
	text-align: right;
	margin-right: 5px;
	margin-left: 0;
}
.item-box .product-rating-box .rating {
	margin: 0 0 5px 0;
}
.pager ul {
	text-align: left;
}
.pager li {
	margin: 0 10px 0 0;
}
.poll {
	width: 100%;
	max-width: 333.33px;
	vertical-align: top;
}
.news-list-homepage .news-item {
	width: 32%;
	float: right;
	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: right;
}
.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: 62px;
	height: auto;
}
.category-page .product-list .item-box .buttons {
	right: 196px;
	bottom: 4px;
	left: auto;
	z-index: 1;
}
.product-filters .product-filter {
	max-width: 30%;
	margin: 25px 1.5%;
	float: right;
}

/* PRODUCT PAGE */

.gallery .picture {
	margin: 0 0 10px;
}
.overview .buttons {
	text-align: right;
	padding: 18px 0 10px;
	margin: 0;
}
.overview .buttons div {
	margin: 0 0 10px 10px;
}
.free-shipping {
	margin: 20px 0;
}
.overview .qty-label, .variant-overview .qty-label {
	position: static;
	right: 0;
	left: auto;
	margin: 0 0 0 5px;
}
.variant-overview .add-to-cart {
	height: auto;
	overflow: hidden;
}
.variant-overview .add-to-cart-button {
	margin-left: 10px;
	margin-right: 0;
}
.variant-overview .add-to-wishlist {
	transition: all .45s ease;
	background: #eee !important;
}
.variant-overview .add-to-wishlist button {
	margin-right: 0;
	margin-left: 0;
	padding-right: 37px;
	padding-left: 0;
}
.variant-overview .add-to-wishlist:hover button {
	border-right: 1px solid #DDDDDD;
	border-left: 0;
	margin-right: 25px;
	margin-left: 0;
	padding-right: 12px;
	padding-left: 0;
	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-right: 37px;
	padding-left: 0;
	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-right: 36px;
	padding-left: 0;
	-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: right;
	width: 50%;
}
.product-essential .overview {
	float: right;
	width: 50%;
	text-align: right;
	padding: 0 20px;
}
.product-collateral .product-variant-list.grid .product-variant-line {
	width: 33%;
	float: right;
	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: right;
	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: right;
	position: relative;
	background: #fff;
}
.product-collateral .product-variant-list.list .variant-overview {
	float: left;
	width: 70%;
	text-align: right;
	background: #fff;
	padding-right: 2%;
	padding-left: 0;
	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 0 5px 5px;
}
.variant-overview .input-wrapper input,
.back-in-stock-subscription button {
	padding: 5px 10px;
	margin: 0;
	margin-right: 25px;
	margin-left: 0;
	transition: all 0.4s ease 0s;
}
.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 button,
.overview .buttons .compare-products button,
.overview .buttons .add-to-wishlist button,
.back-in-stock-subscription button {
	background: #eee;
	border: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-left: 0;
}
.overview .buttons .email-a-friend:hover {
	background: url("../Themes/Lavella/Content/img/link_email.png") no-repeat scroll 95% center #EEEEEE;
}
.overview .buttons .compare-products:hover {
	background: url("../Themes/Lavella/Content/img/link_compare.png") no-repeat scroll 95% center #EEEEEE;
}
.overview .buttons .add-to-wishlist:hover {
	background: url("../Themes/Lavella/Content/img/link_wishlist.png") no-repeat scroll 95% center #EEEEEE;
}
.back-in-stock-subscription:hover {
	background: url("../Themes/Lavella/Content/img/notify.png") no-repeat scroll 95% center #EEEEEE;
}
.overview .buttons .email-a-friend:hover button,
.overview .buttons .compare-products:hover button,
.overview .buttons .add-to-wishlist:hover button,
.back-in-stock-subscription:hover button {
	transition: all 0.4s ease 0s;
	margin-right: 25px;
	margin-left: 0;
	padding-right: 12px;
	border-right: 1px solid #ddd;
	border-left: 0;
	border: 1px solid #ddd;
}
.customer-entered-price {
	padding: 10px 0;
}
.customer-entered-price > div {
	margin: 10px 0 0 0;
	display: block;
}
.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;
	right: 170px;
	margin: 0;
	padding: 0 20px 0 0;
	position: absolute;
	left: 20px;
	top: 5px;
	overflow: hidden;
}
.product-list .item-box .product-item .buttons {
	right: 180px;
	left: auto;
	bottom: 8px;
	margin: 0;
	z-index: 1;
}
.product-list .item-box .product-item .buttons > * {
	vertical-align: top;
	margin: 0 0 0 10px;
}
.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 0 0 10px;
}
.overview .prices .product-price {
	margin: 0 0 5px 0;
}
.overview .prices .product-price > * {
	line-height: 20px;
}
.attributes {
	margin: 0 0 10px;
}
.attributes dt {
	float: right;
	clear: right;
	min-width: 80px;
	margin-left: 10px;
	margin-right: 0;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.attribute-squares {
	text-align: center;
}
.attribute-squares label {
	margin: 0 0 0 10px;
	padding: 0 !important;
}
.productTabs-header {
	width: 25%;
	text-align: left;
	float: right;
}
.productTabs-header .ui-tabs-nav li a {
	padding-left: 15px;
	padding-right: 0;
}
.ui-tabs .full-description {
	text-align: right;
}
.productTabs-body {
	width: 75%;
	float: right;
}
.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;
}
.product-review-item .review-text {
	overflow: hidden;
}
.product-review-item .review-avatar {
	display: block;
    float: right;
    margin: 3px 0 0;
}
.product-review-item .avatar + .text-body {
    margin: 0 100px 0 0;
}
.product-review-item .review-text .review-info {
	text-align: right;
}
.overview .prices .rental-price>* {
	float: right;
	margin: 0 0 0 5px;
}
.giftcard label {
	display: inline-block;
	min-width: 100px;
	margin: 0 0 0 10px;
}
.wishlist-content .buttons {
	text-align: right;
}
.wishlist-content .button-2 {
	margin: 0 0 0 15px;
}
.block .list a.active {
	font-weight: bold;
}
.avatar-page .fieldset {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.avatar-page .buttons {
	text-align: center;
}
.address-list-page .address-item, .order-list-page .order-item {
	float: right;
	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 1% 20px 0;
}
.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: right;
	width: 350px;
}
.change-password-page .inputs {
	width: 360px;
	margin: 0 auto 10px;
}
.address-list-page .address-list {
	overflow: hidden;
}
.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals {
	float: left;
	margin: 0 25px;
}
.cart-collaterals {
	float: right;
	margin: 0 25px;
}
.checkout-page .address-item {
	float: right;
	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: left;
	margin: 0 12px 5px 5px;
	padding: 0 10px;
}
.order-details-page .actions {
	text-align: left;
}
.order-details-page .actions button {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: left;
}
.order-details-page .tax-shipping-info, .order-details-page .checkout-attributes {
	text-align: left;
}
.order-details-page .tax-shipping-info > a {
	text-decoration: underline;
}
.order-progress li {
	margin: 0 0 40px 70px;
}
.shipping-options .button-2.estimate-shipping-button {
	float: left;
	margin: 10px 0 0 5px;
}
.shipping-options .buttons:after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}
.shopping-cart-page .common-buttons button {
	display: inline-block;
	margin: 10px 5px 0;
}
.shopping-cart-page .common-buttons button {
	margin: 0 10px;
}
.search-page .basic-search .inputs {
	width: 357px;
	margin: 10px auto;
	text-align: right;
}
.search-page .inputs label {
	text-align: right;
}
.search-page .advanced-search .price-range {
	margin: 0;
}
.search-page .advanced-search .inputs {
	width: 357px;
	margin: 10px auto;
}
.post-head ~ *, .news-head ~ * {
	display: block;
}
.blog-page .tags > *, .blogpost-page .tags > * {
	float: right;
}
.blog-page .tags label, .blogpost-page .tags label {
	margin: 0 0 0 10px;
	line-height: 24px;
}
.comment-info {
	float: right;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 135px 0 0;
	padding-top: 30px;
}
.comment-info .user-info span, .comment-info .user-info a {
	position: absolute;
	right: 135px;
	left: auto;
	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: right;
	margin-left: 5px;
	margin-right: 0;
}
.blog-page .blog-posts .post-head {
	text-align: right;
}
.blog-page .blog-posts .post-head .post-title, .blog-page .blog-posts .post-head span {
	padding-right: 10px;
	padding-left: 0;
}
.blog-page .blog-posts .post-body, .news-list-page .news-items {
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
}
.blogpost-page .post-body, .blogpost-page .tags {
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
}
.comment-content {
	text-align: right;
}
.post-body, .news-body {
	text-align: right;
}
.new-comment .form-fields .inputs {
}
.comment-time {
	max-height: 18px;
}
.shipping-method .method-list, .payment-method .method-list {
	margin: 0 auto 25px;
	text-align: right;
}
.shipping-method .method-list {
	text-align: center;
}
}

* {
	direction: rtl;
}

@media all and (min-width: 1025px) {
.center-2 {
	float: left;
	width: 73%;
}
.side-2 {
	float: right;
	width: 25%;
}
.inputs {
	text-align: right;
}
.inputs label {
	display: inline-block;
	width: 315px;
	margin: 0 10px;
	text-align: left;
}


.inputs.accept-consent {
    text-align: right;
    padding-right: 337px;
}

.inputs.accept-consent label {
    width: auto !important;
    max-width: 350px !important;
    white-space: normal;
    text-align: right;
}

.account-page .inputs.accept-consent {
    padding-right: 262px;
}

.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: 0 auto;
	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 {
}
.h-wrapper {
	width: 100%;
	background: #fff;
	padding-top: 10px;
}
.header {
	margin: 0 auto 0;
	text-align: right;
	width: 100%;
}
.header-links-wrapper {
	float: right;
	width: 100%;
}
.header-content-wrapper {
	width: 1000px;
	margin: auto;
}
.header-links-wrapper .header-selectors-wrapper {
	float: left;
}
.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-right: 0;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 0;
}
.header-links li#topcartlink span + span {
	padding-right: 25px;
	padding-left: 0;
	margin-right: 0;
	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: 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;
	right: 0;
	left: auto;
	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: right;
	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 95px 0 0;
}
.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: left;
	color: #888;
	font-family: 'open sans';
	padding-left: 5px;
	padding-right: 0;
}
.mini-shopping-cart .totals strong {
	color: #9ca34e;
	font-size: 16px;
}
.mini-shopping-cart .buttons {
	margin: 10px;
	text-align: left;
}
.mini-shopping-cart 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 button:hover {
	border: 1px solid #fff;
	text-shadow: none;
}
.desktop-header-right {
	float: left;
}
.search-box input.search-box-text {
	width: 300px;
	padding: 0 5px 0 80px;
}
.search-box .search-box-button {
	position: static;
}
.search-box,  .desktop-cart {
	float: left;
	margin-left: 5px;
	margin-right: 0;
}
.header-selectors-wrapper,  .header-links {
	float: right;
	max-width: 52%;
}
.header-links ul {
	max-width: 480px;
}
.header-selectors-wrapper > div {
	float: right;
	margin: 0 5px 0 0;
}
.responsive-nav-wrapper-parent {
	display: none;
}
.header-menu .close-menu {
	display: none;
}
.custom-select {
	position: absolute;
	left: 72px;
	right: auto;
	display: inline-block;
	width: 120px;
	height: 36px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 0;
	background: #fff url(../Themes/Lavella/Content/img/ddown.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.custom-select .custom-select-text {
	color: #bbb;
	font-size: 14px;
	font-style: italic;
	line-height: 36px;
	padding-right: 5px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 85%;
}
.overlayOffCanvas {
	display: none !important;
}
.header-menu {
	text-align: right;
	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;
	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;
	right: 100%;
	left: auto;
}
.header-menu .sublist-wrap.active {
	display: block;
}
.header-menu .sublist:after {
	bottom: 100%;
	right: 90px;
	left: auto;
	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-right: 0;
	margin-left: 0;
	border-right: 5px solid transparent;
	border-left: 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 10px 0 0;
	transition: all 0.25s ease 0s;
	width: 100%;
	border-bottom: 1px dotted #c8bdb1;
	text-align: right;
}
.header-menu .sublist li:hover > a {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	padding-right: 5px;
	padding-left: 0;
}
.block {
	text-align: right;
}
.side-2 .block {
	border-bottom: none;
}
.block .title strong {
    padding-right: 10px;
}
.block .listbox {
	display: block;
	overflow: hidden;
}
.block .listbox li a {
    padding-right: 20px
}
.block .product-picture {
	display: inline-block !important;
	vertical-align: middle;
    padding-right: 3px !important;
}
.block .product-picture img {
	display: block;
    border: 1px solid transparent;
}
.block-recently-viewed-products
.product-picture + .product-name {
    display: inline-block !important;
	width: calc(100% - 70px); /*works with 48px wide pictures*/
	vertical-align: middle;
    padding-right: 3px;
}
.block-recently-viewed-products .product-name {
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.block-recently-viewed-products li:hover .product-name {
	color: #baaea3;
}

.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 10px;
}
.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: right;
	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;
	right: 185px;
	left: auto;
	top: auto;
}
.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;
}
.home-page-category-grid .item-box .picture a {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.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-right: 0;
	margin-left: 0;
}
.product-selectors select {
	top: -33px;
	right: -5px;
	left: auto;
	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 {
	left: 0;
	right: auto;
	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-right: 10px;
	padding-left: 0;
}

/* PRODUCT PAGE */

.product-details-page .gallery {
	float: right;
}
.product-essential .gallery .picture {
	float: left;
	width: 80%;
}
.product-essential .gallery .picture-thumbs {
	width: 20%;
	float: right;
}
.product-essential .gallery .picture-thumbs .thumb-item {
	display: block;
	margin: 0px auto 10px;
}
.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: left;
}
.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: 115px;
    left: 50%;
    bottom: auto;
    right: auto;
    height: auto;
    opacity: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.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: right;
}
.item-box .product-item {
	padding-bottom: 0;
	padding: 10px;
	position: static !important;
}
.home-page .product-grid .item-grid .item-box {
	width: 25%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}
.product-grid .item-grid .item-box {
	width: 33%;
	padding: 0;
	margin-right: 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;
}
.category-grid.home-page-category-grid .item-grid {
	margin-bottom: 30px;
}
.item-box .description {
	position: relative;
}
.item-box:hover .product-rating-box {
	height: 16px;
	opacity: 1;
	position: relative;
	right: 0;
	left: auto;
	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 {
	border: none;
	padding: 0;
	border-top: 1px dotted #D8CFC8;
}
.item-box .prices .tax-shipping-info {
	margin: 0;
}
.product-list .item-box .description,  .product-list .item-box .add-info {
	right: 0;
	left: auto;
}
.product-list .item-box .buttons {
	position: absolute;
	text-align: right;
	bottom: 8px;
}
.compare-products-table-mobile {
	display: none;
}
.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: right;
	width: 350px;
	display: block;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
}
.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: right;
	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: left;
}

.inputs .date-picker-wrapper {
    display: inline-block;
    width: 350px;
    max-width: 100%;
}


.customer-info-page .inputs label,  .change-password-page .inputs label {
	width: 175px;
	overflow: hidden;
}
.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;
}
.shopping-cart-page .tax-shipping-info {
	text-align: left;
}
.shopping-cart-page .common-buttons,  .checkout-attributes {
	text-align: left;
	color: #888;
	font-family: 'open sans';
	overflow: hidden;
}
.order-details-page .tax-shipping-info {
	text-align: left;
}
.checkout-attributes ul {
	text-align: left;
}
.checkout-attributes li {
	margin: 0 10px 0 0;
}
.shopping-cart-page .common-buttons button {
	margin: 10px 10px 10px 5px;
}
.shopping-cart-page .totals {
	margin: 0;
}
.cart-collaterals {
	width: 660px;
	margin: 0;
}
/*.cart-collaterals .deals {
	float: right;
	width: 300px;
	margin: 0;
}*/
.cart-collaterals .deals {
	white-space: nowrap;
	text-align: right;
}
.cart-collaterals .deals > div {
	display: inline-block;
	width: 48%;
	margin: 0 0 0 5%;
	white-space: normal;
}
/*.cart-collaterals .shipping {
	float: left;
	width: 340px;
	margin: 0;
}*/
.cart-collaterals .shipping label {
	width: 100px;
	margin: 0;
	text-align: right;
}
.cart-collaterals .shipping label + * {
	width: 235px;
}
.checkout-page .edit-address label {
	width: 300px;
}
.checkout-page .selected-checkout-attributes {
	text-align: left;
}
.checkout-page .totals {
	float: left;
}
.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: right;
}
.basic-search input[type="text"] {
	width: 350px;
}
.advanced-search .price-range {
	margin-right: 48px;
	margin-left: 0;
}
.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: right;
	margin: 0 5px 0 0;
}
.sitemap-page .entity-body li {
	min-width: 13%;
	width: auto;
}
.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: right;
}
.news-item-page .new-comment .inputs label {
	width: 170px;
	overflow: hidden;
}
.footer-upper .fu-wrapper {
	width: 32%;
	float: left;
	overflow: hidden;
}
.footer-upper .fu-wrapper .newsletter-email {
    padding: 25px 0;
}
.footer-upper.full-width .fu-wrapper {
	width: 1000px;
}
.fu-wrapper-left {
	float: right;
	width: calc(68% - 20px);
}
.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;
}

.fm-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.footer-middle .fm-wrapper > div {
	float: right;
	margin: 50px 5px 0;
	width: calc(25% - 10px);
	min-height: 230px;
	text-align: right;
	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: 130% 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;
	right: 20px;
	left: auto;
	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 {
	right: 0;
	left: auto;
	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;
	right: 0;
	left: auto;
	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 - LARGE

=====================================================*/

@media all and (min-width: 1281px) {
    .header-content-wrapper,
    .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,
    .home-page-bottom-banner-wrapper,
    .master-wrapper-content,
    .footer-upper,
    .footer-upper.full-width .fu-wrapper,
    .fm-wrapper {
        width: 1200px;
    }
    .product-grid .item-box .product-item .buttons {
        top: 150px;
    }
    .inputs label {
        width: 402px;
    }
    .gender label {
        width: auto;
    }
    .customer-info-page .inputs label,
    .change-password-page .inputs label,
    .account-page.address-edit-page .inputs label {
        width: 240px;
    }
    .cart-collaterals {
        width: 730px;
    }

    .cart-footer .totals {
        width: 370px;
    }
    .checkout-page .edit-address label {
        width: 400px;
    }
}

* {
	direction: rtl;
}
.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: right;
	line-height: 36px;
}
.forum-search-box {
	float: left;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forums-header .forum-search-box .search-box-text {
	float: right;
	width: 300px;
	border: 1px solid #cccccc;
	font-style: normal;
	color: #000;
	padding: 0 5px 0 0;
	font: 12px sans-serif;
}
.forum-search-box .search-box-button,
.button-1.forum-search-button {
	float: right;
	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 -1px 0 0;
}
.basic-search .forum-search-text {
	float: right;
}
.forum-search-box .basic {
	margin: 0 0 5px;
}
.forum-search-box .advanced {
	text-align: left;
}
.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title strong {
	float: right;
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section-title > a {
	float: right;
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section-title span {
	float: left;
}
.forums-table-section-title .view-all {
	line-height: 24px;
}
.forums-table-section-title .link-rss {
	margin: 0 10px 0 0;
	background: url('../Themes/Lavella/Content/img/rss_icon.png') no-repeat;
	float: left;
}
.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;
	left: 35px;
	right: auto;
}
.forum-breadcrumb {
	float: right;
	max-width: 600px;
}
.pager.upper {
	display: none;
}
.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;
	left: 0;
	right: auto;
}
.forum-page .actions {
}
.forum-page .actions a {
	margin: 0 0 0 10px;
	padding: 0 20px 0 0;
}
.new-topic {
	background: url('../Themes/Lavella/Content/img/forum_icon4.png') right center no-repeat !important;
}

.forum-topic-page,
.private-message-send-page {
    margin-bottom: 30px;
}

.forum-page .watch-forum {
	background: url('../Themes/Lavella/Content/img/forum_icon5.png') right center no-repeat;
}
.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: right;
}
.forum-topic-page .topic-actions>a {
	margin: 0 0 0 10px;
	padding: 0 20px 0 0;
}
.actions .reply-topic-button {
	background: url('../Themes/Lavella/Content/img/forum_icon4.png') right center no-repeat;
}
.actions .watch-topic-button {
	background: url('../Themes/Lavella/Content/img/forum_icon5.png') right center no-repeat;
}
.forum-topic-page .manage-post {
	float: left;
}
.forum-topic-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
}
.actions .edit-topic-button,
.edit-post-button {
	background: url('../Themes/Lavella/Content/img/forum_icon1.png') 3px center no-repeat/* CHECK_HERE */;
}
.actions .delete-topic-button,
.delete-post-button {
	background: url('../Themes/Lavella/Content/img/forum_icon2.png') 3px center no-repeat/* CHECK_HERE */;
}
.actions .move-topic-button {
	background: url('../Themes/Lavella/Content/img/forum_icon3.png') right center no-repeat;
}
.topic-footer .topic-options a {
	margin-left: 5px;
	margin-right: 0;
	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: right;
	width: 190px;
}
.topic-post .manage-post {
	margin: -5px 0 10px;
	overflow: hidden;
}
.topic-post .manage-post a {
	float: right;
	margin: 0 5px 0 0;
	padding: 5px 25px 5px 5px;
}
.post-info .manage-post a:first-child {
	margin-right: 0;
	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/* CHECK_HERE */;
}
.topic-post .user-info {
	padding-left: 10px;
	padding-right: 0;
}
.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: right;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 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 3px 0 0;
	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-right: 200px;
	margin-left: 0;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	text-align: right;
}
.post-head .post-time {
	display: inline-block;
}
.topic-post .quote-post a {
	float: left;
	margin: 0 5px 0 0;
	text-decoration: underline;
}
.profile-page .ui-tabs {
	overflow: hidden;
}
.profile-page .ui-tabs-nav {
	width: 25%;
	float: right;
}
.profile-page .tab-content {
	width: 75%;
	float: right;
	text-align: right;
}
.profile-info-box {
	overflow: hidden;
}
.profile-info-box .send-pm {
	border: 1px solid #cccccc;
	display: block;
	padding: 5px 10px;
	float: right;
	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: left;
	overflow: hidden;
}
.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-right: 235px;
	margin-left: 0;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-right: 240px;
	margin-left: 0;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons button,
.private-message-send-page .buttons button,
.private-messages-page .buttons button,
.private-message-view-page .buttons button,
.move-topic-page .buttons button {
    min-width: 115px;
    border: 1px solid #ccc;
    padding: 6px 24px !important;
    font-size: 16px;
    text-transform: uppercase;
}
.forum-edit-page .buttons button,
.private-messages-page .buttons button,
.private-message-send-page .buttons button,
.private-message-view-page .buttons button.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;
}
.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 0 0 10px;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 10px 0 0;
}
.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: left;
	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: right;
        overflow: hidden;
	}
	.topic-post .post-content {
		position: relative;
	}
	.topic-post .post-content .post-body {
	}
	.topic-post .post-vote {
		float: left;
	}
	.post-content .signature {
		clear: both;
	}
	.topic-post .post-body .post-text {
		float: right;
		max-width: 90%;
	}
}

@media all and (min-width:1281px) {
    .forum-edit-page textarea, .private-message-send-page textarea {
        margin-right: 350px;
        margin-left: auto;
    }
    .forum-edit-page .toolbar, .private-message-send-page .toolbar {
        margin-right: 345px;
        margin-left: auto;
    }
    .forum-edit-page label, .private-message-send-page label {
        width: 327px;
    }
    .inputs.reversed input[type="checkbox"] + label {
        width: auto;
    }
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
    z-index: 11000;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
    line-height: 1em;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Scripts/colorpicker/images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

@media all and (max-width: 1024px) {
    .theme-roller {
        display: none;
    }
}
.lavella-theme-roller {
    position: fixed;
    top: 180px;
    left: 0;
    background: #ececec;
    width: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-300px);
    -moz-transform: translate(-300px);
    -ms-transform: translate(-300px);
    transform: translate(-300px);
    z-index: 9999;
}

    .lavella-theme-roller.opened {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
    }

    .lavella-theme-roller .open-button {
        position: absolute;
        top: 70px;
        right: -58px;
        width: 58px;
        height: 58px;
        /*background: #fff url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Themes/Lavella/Content/img/roler.png) no-repeat center;*/
        background:#fff;
        box-shadow: 1px 1px 2px #999;
        border: 0;
        text-indent: -9999px;
        opacity: .9;
        /*-webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;*/
    }
    .lavella-theme-roller .open-button span{
        display:block;
        height:100%;
        -webkit-transition: all .45s ease 1s;
        -moz-transition: all .45s ease;
        transition: all .45s ease;
        background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Themes/Lavella/Content/img/roler.png) no-repeat center;

    }
     .lavella-theme-roller .open-button:hover span{
         transform:rotate(360deg);
         -webkit-transform:rotate(360deg);
         -ms-transform:rotate(360deg);
     }

        .lavella-theme-roller .open-button:hover,
        .lavella-theme-roller.opened .open-button {
            opacity: 1;
        }

    .lavella-theme-roller .style-section {
        position: relative;
    }

    .lavella-theme-roller .style-title {
        color: #555;
        font-size: 18px;
        text-transform: uppercase;
        padding: 23px;
        line-height: 1;
        background: #cdc3bb;
        font-weight: lighter;
        font-family:open sans;
    }

.presets-list.colors li {
    padding: 28px 0 28px 95px;
    font-size: 16px;
    line-height: 1;
    color: #888;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background:#fff;
    font-family:open sans;
}

    .presets-list.colors li:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 30px;
        margin-top: -23px;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        transition: all .35s ease;
        box-shadow:0 0 1px #b1b1b1;
    }

    .presets-list.colors li.avocado:before {
        background: #9ca34e;

    }

    .presets-list.colors li.lemon:before {
        background: #deba75;
    }

    .presets-list.colors li.lavender:before {
        background: #af96b4;
    }

    .presets-list.colors li.custom-color:before {
        background: url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Themes/Lavella/Content/img/color.jpg) no-repeat center;
    }

    .presets-list.colors li:hover {
        background: #f3ede9;
    }
    .presets-list.colors li.selected:before {
        border: 5px solid #fff;
        width: 56px;
        height: 56px;
        margin-top: -28px;
        left: 25px;
    }

.reset-button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: #333 url(../Plugins/SevenSpikes.Nop.Plugins.ThemeRoller/Themes/Lavella/Content/img/icon-reset-button.png) no-repeat center;
    border: 0;
    border-radius: 100%;
    text-indent: -9999px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    .reset-button:hover {
        background-color: #393939;
    }

    /*tooltip*/
    .tooltip {
        display:none;
        position:absolute;
        border:1px solid #ddd6cf;
        background-color:#eee;
        border-radius:5px;
        padding:12px;
        color:#555;
        font-size:12px;
        font-family:open sans;
        z-index:10000;
    }

.lavella-theme-roller{
	right: 0;
	left: auto;
    -webkit-transform: translate(300px);
    -moz-transform: translate(300px);
    -ms-transform: translate(300px);
    transform: translate(300px);
    z-index: 9999;
}
    .lavella-theme-roller.opened {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
    }
.lavella-theme-roller .open-button{
	left: -58px;
	right: auto;
    box-shadow: -1px 1px 2px #999;
}
.presets-list.colors li{
	padding: 28px 95px 28px 0;
}
.presets-list.colors li:before{
	right: 30px;
	left: auto;
}
.presets-list.colors li.selected:before{
	right: 25px;
	left: auto;
}
.reset-button{
	left: 12px;
	right: auto;
}
.simplebar,[data-simplebar-direction]{position:relative;overflow:hidden;-webkit-overflow-scrolling:touch}.simplebar .simplebar-scroll-content,[data-simplebar-direction] .simplebar-scroll-content{overflow-y:scroll;overflow-x:auto}[data-simplebar-direction="horizontal"] .simplebar-scroll-content,.simplebar.horizontal .simplebar-scroll-content{overflow-x:scroll;overflow-y:auto}.simplebar-track{z-index:99;position:absolute;top:0;right:0;bottom:0;width:11px}.simplebar-track .simplebar-scrollbar{position:absolute;right:2px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;min-height:10px;width:7px;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;background:#6c6e71;-webkit-background-clip:padding-box;-moz-background-clip:padding}.simplebar-track:hover .simplebar-scrollbar{opacity:.7;-webkit-transition:opacity 0s linear;transition:opacity 0s linear}.simplebar-track .simplebar-scrollbar.visible{opacity:.7}[data-simplebar-direction="horizontal"] .simplebar-track,.simplebar.horizontal .simplebar-track{top:auto;left:0;width:auto;height:11px}[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,.simplebar.horizontal .simplebar-track .simplebar-scrollbar{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto}

/*@font-face {
    font-family: 'Raleway';
    src: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/fonts/raleway-regular-webfont.eot');
    src: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/fonts/raleway-regular-webfont.woff') format('woff'),
         url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body {
    padding-top: 60px;
}
iframe {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mobile-view {
    display: none;
}
.qr-code {
    display: none;
}

.bar-notification {
    top: 60px;
}
.stick {
    top: 60px !important;
}
.admin-header-links {
    top: 60px;
}
.header-storetheme {
    position: fixed;
    top: 0px;
    right: 0;
	left: 0;
	z-index: 100000001;
    background: #373c41;
    /*font-family: Raleway, sans-serif;*/
    font-family: Tahoma, Geneva, sans-serif;
}
.strip-left {
	font-size: 0;
}
.strip-logo {
    display: inline-block;
    width: 151px;
    height: 46px;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/strip-logo.png') no-repeat center;
}
.strip-selector label {
    display: none;
    margin-right: 10px;
	vertical-align: middle;
	font-size: 14px;
    color: #8c949b;
    text-transform: uppercase;
}
.strip-selector select {
    width: 100%;
	height: 34px;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #4e5358 url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/arrow-down.png') no-repeat 96% center;
    padding: 5px 4px 4px 8px !important;
	vertical-align: middle;
    /*font-family: Raleway, sans-serif;*/
    letter-spacing: 0.5px;
	font-size: 14px;
	color: #fff;
    -webkit-appearance: initial;
}
.strip-left .strip-selector select {
    display: none;
}
.strip-right .strip-selector {
    display: inline-block;
    margin: 0 1px 0 0;
    width: 50%;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/arrow-down.png') no-repeat right center;
}
.strip-right {
    display: none;
    position: relative;
    padding: 17.5px 0;
    font-size: 0;
}
.strip-btn {
    display: inline-block;
    margin: 0 50px 0 0;
    background-color: #68717d;
    padding: 10px 20px;
    vertical-align: middle;
	font-size: 14px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
	text-transform: uppercase;
    cursor: pointer;
}
.strip-btn.admin {
    display: none;
    background-color: #9099a5;
}

.strip-btn:hover {
    background-color: rgba(104,113,125,.9);
}
.strip-btn.admin:hover {
    background-color: rgba(144,153,165,.9);
}

/* COLLAPSE BUTTON */

.strip-left .collapse-btn {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 1;
	width: 36px;
	height: 36px;
	background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/menu.png') no-repeat center;
	cursor: pointer;
}
.header-storetheme .collapse-btn {
    right: 5px;
}
.header-storetheme .close-button {
    position: absolute;
    top: 0; bottom: 0;
    right: 15px;
    width: 35px;
    height: 35px;
    margin: auto;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/close.png') no-repeat center;
    cursor: pointer;
}
.strip-left .strip-selector.desktop {
	display: none;
}



@media all and (max-width: 1024px) {

    .strip-selector.desktop .strip-theme-selector {
        display: none;
    }
    .strip-right {
        text-align: right;
    }
}

@media all and (max-width: 480px) {

    .strip-left {
        border-bottom: 1px solid #666;
		padding: 7px 0;
    }
    .strip-logo {
        margin: 0;
    }
}

@media all and (min-width: 481px) and (max-width: 710px)  {

    .strip-left {
        border-bottom: 1px solid #666;
        padding: 7px 0;
    }
    .strip-selector {
        margin: 34px 15px 34px 0;
    }
    .strip-right {
        text-align: center;
    }
    .strip-left .strip-selector {
        display: none;
    }
    .strip-btn {
        float: none;
        margin: 0;
        padding: 10px 24px;
        vertical-align: middle;
    }
    .strip-right .strip-selector {
        margin:0 -2px 0 0;
    }
    .header-storetheme .collapse-btn {
        right: 13px;
    }
}

@media all and (min-width: 711px) {

	body {
		padding-top: 60px;
	}
	.bar-notification {
		top: 60px;
	}
	.stick {
		top: 60px !important;
	}
	.admin-header-links {
		top: 60px;
	}
	.strip-left .collapse-btn {
		display: none;
	}
    .header-storetheme .close-button {
        right: 8px;
    }
	
	.strip-left .strip-selector.desktop {
		display: inline-block;
	}
	.strip-selector select {
		width: 160px;
	}
    .header-storetheme {
        top: 0 !important;
        height: 60px;
    }
    .strip-left {
        margin: 0;
        float: left;
    }
    .strip-logo,
    .strip-selector {
        float: left;
    }
    .strip-logo {
        width: 191px;
        height: 60px;
		border-right: 1px solid #555;
        padding: 0 36px 0 30px;
    }
    .strip-selector {
        margin: 0 0 0 12px;
    }
    .strip-selector .selected-theme {
        width: 140px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 0.5px;
    }
    .strip-right {
        display: block;
        float: right;
        height: 60px;
        padding: 0;
    }
    .mobile-view, .qr-code,
	.strip-btn {
        float: left;
    }
    .strip-btn {
        margin: 13px 47px 0 10px;
    }
    .strip-btn.admin {
        margin: 13px 0 0 10px; 
    }
    .strip-right .strip-selector {
        display: none;
    }
    .strip-selector label {
        display: inline-block;
    }
    .strip-left .strip-selector select {
        display: inline-block;
        margin: 13px 0;
    }
}

/* DESKTOP */

@media all and (min-width: 845px) {

    .strip-btn.admin {
        display: block;
    }
}

@media all and (min-width: 1025px)  {

    .mobile-view, .qr-code {
        display: block;
    }
    .strip-selector.desktop select {
        display: none;
    }
    
	.header-storetheme {
		position: fixed;
		z-index: 100000;
		top: 0;
		left: 0;
		right: 0;
		background: #373c41;
	}
	.strip-selector .strip-theme-selector {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 14px;
	}
	.strip-selector .selected-theme {
		width: 250px;
		cursor: pointer;
		padding: 0 36px 0 12px;
		line-height: 30px;
		height: 30px;
		vertical-align: middle;
		background: #4e5358;
		text-transform: capitalize;
	}
	.strip-selector .selected-theme:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 36px;
		background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/arrow-down.png') no-repeat center;
	}
	.strip-selector .theme-list-wrap {
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
		width: 320px;
		height: 415px;
		border-top: 1px solid #666;
		background: #4e5358;
	}
	.strip-selector .theme-item {
		padding: 12px 10px;
		cursor: pointer;
		transition: all .15s ease-in-out;
	}
	.strip-selector .theme-item-picture {
		display: inline-block;
		vertical-align: middle;
		width: 105px;
		height: 45px;
		margin-right: 15px;
	}
	.strip-selector .theme-name {
		display: inline-block;
		vertical-align: middle;
	}
	.strip-selector .theme-item:hover {
		background: #3d4247;
	}
    .strip-selector .simplebar-track {
        background: #5e646a !important;
        width: 10px !important;
    }
    .strip-selector .simplebar-scrollbar {
        opacity: 1 !important;
        width: 10px !important;
        border-radius: 0 !important;
        background: #7c8288 !important;
        right: 0 !important;
    }
    .strip-selector .simplebar-scroll-content {
        width: 420px !important;
        height: 414px !important;
    }

    .mobile-view span {
	    float: left;
        width: 61px;
	    height: 60px;
	    cursor: pointer;
        border-left: 1px solid #555;
        background-position: center;
        background-repeat: no-repeat;
	    transition: all .15s ease-in-out;
    }
    .mobile-view span.mobile-portrait {
	    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/mobile-portrait.png');
    }
    .mobile-view span.mobile-landscape {
	    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/mobile-landscape.png');
    }
    .mobile-view span.tablet-portrait {
	    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/tablet-portrait.png');
    }
    .mobile-view span.tablet-landscape {
	    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/tablet-landscape.png');
    }
    .mobile-view span.reset-view {
	    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/desktop.png');
    }
	.mobile-view span:hover {
		background-color: #4e5358;
	}
	
    iframe {
	    display: block;
	    margin: 20px auto;
	    border: none;
    }
    .iframe-theme-wrapper.mobile-portrait {
        background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/mobile-portrait-frame.png') center no-repeat;
        padding: 131px 85px 194px 149px;
    }
    .iframe-theme-wrapper.mobile-landscape {
        background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/mobile-landscape-frame.png') center no-repeat;
        padding: 48px 194px 110px 131px;
    }
    .iframe-theme-wrapper.tablet-portrait {
        background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/tablet-portrait-frame.png') center no-repeat;
        padding: 112px 71px 206px 146px;
    }
    .iframe-theme-wrapper.tablet-landscape {
        background: url('../Plugins/SevenSpikes.Nop.Plugins.ThemeDemosStripMenu/Styles/images/tablet-landscape-frame.png') center no-repeat;
        padding: 72px 206px 145px 113px;
    }
    .qr-code {
        position: relative;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
    }
    .qr-code-small {
        width: 40px;
        height: 40px;
        border: 2px solid #73777a;
        background: #73777a;
        line-height: 0;
        cursor: pointer;
        margin: 10px;
    }
    .qr-code-small img {
	    width: 36px;
    }
    .qr-code-big {
        display: none;
        position: absolute;
        left: 50%;
        top: 65px;
        margin-left: -149px;
        background: #fff;
        border: 10px solid #73777a;
    }
    .qr-code-big:before {
	    content: "";
	    position: absolute;
	    top: -20px;
	    left: 50%;
        margin-left: -14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 10px 14px;
        border-color: transparent transparent #73777a transparent;
    }
    .strip-btn {
        cursor: pointer;
	    transition: all .15s ease-in-out;
    }
}

@media all and (min-width: 1025px) and (max-width: 1200px) {

    .strip-selector label {
        text-align: left;
        font-size: 12px;
        line-height: 60px;
    }
	.strip-selector .selected-theme {
		width: 220px;
		line-height: 26px;
		height: 26px;
		font-size: 12px;
	}
	.strip-selector .theme-list-wrap {
		top: 26px;
	}
    .strip-btn.admin {
        display: none;
    }
}

@media all and (min-width: 1201px) {
	
    .strip-left .strip-selector.desktop {
        line-height: 60px;
    }
    .strip-selector .selected-theme {
        width: 290px;      
    }
	.strip-selector .theme-list-wrap {
		line-height: 56px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1365px) {
    
    .strip-selector .selected-theme {
        width: 160px;
    }
}
 .bar-notification {
    top: auto;
}

.header-menu.open,
.nopAjaxFilters7Spikes.open,
.search-box.open,
.header-links-wrapper.open{
    top: 60px;
}

@media all and (max-width: 1024px) {
    .stick {
        position: fixed;
        top: 60px !important;
        z-index: 10000;
    }
}
@media all and (max-width: 680px) {

    .strip-left .collapse-btn {
        left: 10px;
        right: auto;
    }
}

@media all and (min-width: 681px) {

    .strip-left {
        float: right;
    }
    .strip-right {
        float: left;
    }
    .strip-btn {
        margin: 13px 10px 0 47px;
    }
    .close-button {
        left: 8px;
        right: auto;
    }
    .strip-logo, 
    .strip-selector {
        float: right;
    }
    .strip-selector select {
        background-position: 4% center;
    }
    .strip-selector label {
        margin: 0 0 0 10px;
    }
    .mobile-view, .qr-code,
    .strip-btn {
        float: right;
    }
}

@media all and (min-width: 711px) {
    .strip-btn.admin {
        margin: 13px 10px 0 0;
    }
    .header-storetheme .close-button {
        right: auto;
        left: 8px;
    }
}

@media all and (min-width: 1025px) {

    .strip-selector .selected-theme {
        padding: 0 12px 0 36px;
    }
    .strip-selector .selected-theme:after {
        left: 0;
        right: auto;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

input.search-box-text:focus {
    outline: -webkit-focus-ring-color auto 0;
}
span.search-box-text {
    display: block;
    float: left;
    padding: 0;
    border: none;
    background: none;
}
input.search-box-text {
    padding: 1px 1px 1px 5px;
    width: 291px !important;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    color: #333;
    line-height: 21px;
}
input.search-box-text.instant-search-busy {
    background: #f8f8f8 url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif') no-repeat 265px center;
}
input.search-box-text.narrow.instant-search-busy {
    background: #f8f8f8 url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif') no-repeat 145px center;
}
.search-box-select {
	float: left;
	width: 120px;
	border: 1px solid #eee;
	padding: 1px;
    font-family: open sans;
    font-size: 16px;
    font-style: italic;
    height: 36px;
    padding: 6px;
    color:#888;
}

.search-box-select {
    position: absolute;
    top: 0;
    right: 0;
}
.store-search-box .search-box-button {
    position: absolute;
    top: 0;
    right: -35px;
}
.store-search-box .custom-select .custom-select-text {
    font-size: 0;
}

.search-box-button {
    margin: 0;
}
.header .search-box .search-box-button{
    position:relative;
    border-bottom:1px solid #eee;
    left:-38px;
}
/* AUTOCOMPLETE */

.instantSearch {
    overflow: hidden;
    padding: 10px !important;
    height: auto !important;
    background: rgba(255,255,255,.9);
    box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
    width:320px !important;
}
.instantSearch .k-list-container {
    width: 100% !important;
	border-radius: 4px;
    position: static !important;
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.instantSearch .k-list {
    margin: 0;
    padding: 0;
}
.instantSearch .k-item {
    display: block;
    overflow: hidden;
    border-bottom:1px dotted #eee;
}
.instantSearch .k-item:hover .img-block{
    border:1px solid #9ca34e;
}
.instantSearch .k-item+.k-item{
    border-bottom:none;
}

.instant-search-item {
    overflow: hidden;
    padding:5px;
    cursor: pointer;
}
.instant-search-item .img-block {
    float: left;
    overflow: hidden;
    width: 85px;
    height: 104px;
    position:relative;
    border:1px solid transparent;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}
.instant-search-item .img-block img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.instant-search-item .detail {
    margin: 0 0 0 90px;
    line-height: 17px;
    text-align:left;
}
.instant-search-item .detail .title {
    padding-bottom: .25em;
    color: #888;
    font-size: 16px;
    margin-top:10px;
}
.instant-search-item .detail .price {
    color: #b80709;
    font-size: 16px;
    margin-top: 5px;
}
.instant-search-item .detail .sku {
    margin-top: 5px;
    color: #888;
    font-size: 14px;
}

@media all and (max-width: 480px) {
    .search-box-select{
        width:100px;
    }
}
@media all and (min-width: 1024px) {
    .store-search-box .custom-select .custom-select-text {
        font-size: 14px;
    }

}
@media all and (min-width: 1025px) {
    .custom-select .search-box-select {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
        }
    }
    /*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


.menu-title {
    text-align: center;
}
.mega-menu, .header-menu .menu-title {
    display: none;
}
.mega-menu-responsive {
    display: block !important;
}


@media all and (max-width: 1024px) {

	.dropdown .topic-wrapper {
		display: none;
	}
}

@media all and (min-width: 1025px) {

    .menu-title,
    .close-menu {
        display: block;
    }

    /* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        position: relative;
        z-index: 1001;
        display: block;
    }

    .mega-menu-responsive {
        display: none !important;
    }

    .mega-menu .dropdown {
        display:none;
        position: absolute;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        background: #fff;
        z-index: 3;
        margin-top: -1px;
        background: rgba(179,163,150,.8);
    }
	.mega-menu .dropdown.active {
		display: block;
	}
	.mega-menu .dropdown:after,
	.mega-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;
	}
    .mega-menu .sublist:after {
        left: 57px;
    }
	.mega-menu .dropdown.fullWidth:after {
		display:none;
	}

    .mega-menu > li:hover > a {
        color: #888;
    }

	.mega-menu > li:hover > a:before {
		opacity: 1;
	}

    .dropdown.categories li a,
    .dropdown.manufacturers li a,
    .dropdown.vendors li a {
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

	.dropdown.categories li a:hover,
	.dropdown.manufacturers li a:hover,
	.dropdown.vendors li a:hover {
		padding-left: 5px;
		background: rgba(255,255,255,.2);
	}

    /*styles for menu with images*/
    .mega-menu .dropdown.fullWidth {
        left: 50%;
        margin-left: -500px;
        width: 1000px;
        background: rgba(255,255,255,.94);
        box-shadow: 1px 1px 2px #eee;
        padding-top:10px;
        padding-bottom:10px;
    }

    .mega-menu .dropdown.fullWidth * {
        box-sizing: border-box;
    }

    .mega-menu .dropdown.fullWidth .box {
        padding: 0 .5% 30px;
        position: relative;
    }

    .mega-menu .box .picture {
        text-align: center;
    }

    .mega-menu .boxes-1 .box {
        width: 100%;
    }

    .mega-menu .boxes-2 .box {
        width: 50%;
    }

    .mega-menu .boxes-3 .box {
        width: 33.333%;
    }

    .mega-menu .boxes-4 .box {
        width: 25%;
    }

    .mega-menu .boxes-5 .box {
        width: 20%;
    }

    .mega-menu .boxes-6 .box {
        width: 16.666%;
    }

    .mega-menu .boxes-7 .box {
        width: 14.28%;
    }

    .mega-menu .boxes-8 .box {
        width: 12.5%;
    }

    .mega-menu .dropdown.fullWidth.categories .picture {
        width: 100%;
        height: 164px;
        float: none;
        border: 1px solid;
        margin-bottom: 35px;
    }
    .mega-menu .dropdown.fullWidth.categories .picture a {
        display:block;
        height:162px;
        overflow:hidden;
    }
    .mega-menu .dropdown.fullWidth .title {
        display: block;
        width: 96%;
        position: absolute;
        top: 164px;
        background: #eeece7;
        font-size: 18px;
        color: #888;
        text-transform: uppercase;
        border: none;
    }

    .mega-menu .dropdown.manufacturers.fullWidth .title,
    .mega-menu .dropdown.vendors.fullWidth .title {
        top: 162px;
        background: none;
        margin: 0;
        transition:all .3s ease;
        -webkit-transition:all .3s ease;
    }

    .mega-menu .dropdown.fullWidth .title a {
        display: block;
        padding-left: 10px;
    }

    .mega-menu .dropdown.manufacturers.fullWidth .title a,
    .mega-menu .dropdown.vendors.fullWidth .title a {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .mega-menu .dropdown.fullWidth .subcategories {
        margin: 0;
    }

	.mega-menu .dropdown.fullWidth .subcategories li {
		border: none;
		background: url(../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Lavella/Content/images/bigger-arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
	}

	.mega-menu .dropdown.fullWidth .subcategories a {
		color: #888;
		font-size: 14px;
		display: block;
		padding-left: 15px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}

	.mega-menu .dropdown.fullWidth .subcategories a:hover {
		padding-left: 20px;
		background: rgba(209,231,160,.2);
	}

	.mega-menu .dropdown.fullWidth .subcategories a:before,
	.mega-menu .dropdown.fullWidth .subcategories > a:hover:before,
	.mega-menu .dropdown.fullWidth .subcategories .picture > a:hover:before {
		display: none !important;
	}

    .mega-menu .dropdown.fullWidth .title a:before,
    .dropdown.manufacturers li a:before,
    .dropdown.categories li a:before,
    .dropdown.vendors li a:before {
        display: none;
    }

    .dropdown.categories .picture a:before,
    .dropdown.categories .picture a:hover:before {
        display: none;
    }
    /*manufactures with images*/
    .dropdown.manufacturers.fullWidth .box,
    .dropdown.vendors.fullWidth .box {
        transition:all 0.3s ease;
        -webkit-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
    }
    .dropdown.manufacturers.fullWidth .box:hover .title,
    .dropdown.vendors.fullWidth .box:hover .title {  
        background:rgba(209, 231, 160, 0.15);
    }

    /* ROWS AND BOXES */

    .mega-menu .row {
        overflow: hidden;
    }

    .mega-menu .dropdown.manufacturers.fullWidth .row,
    .mega-menu .dropdown.vendors.fullWidth .row {
        height: 200px;
    }

    .dropdown .box {
        float: left;
    }

    .dropdown .box > * {
        color: #fff;
        font-family: open sans;
    }

    .mega-menu .title {
        margin-bottom: 15px;
        border-bottom: 1px dotted #797979;
        padding: 6px 0;
        font-size: 12px;
        text-transform: uppercase;
        text-align: left;
        display: none;
    }


    .mega-menu .picture {
        overflow: hidden;
        text-align: center;
    }
	.mega-menu .picture a {
		display: inline-block;
		vertical-align:middle;
	}

    .mega-menu .subcategories {
        margin-left: 100px;
    }

    .mega-menu .sublist{
        background:rgba(179, 163, 150, 0.8);
        padding:0;
    }
    .mega-menu .box li,
    .mega-menu .sublist li a {
        text-align: left;
        border-bottom: 1px dotted #c8bdb1;
    }
    .mega-menu .sublist li a:before{
        display:none;
        content:'';
    }

	.mega-menu .box li a{
		padding-left: 10px;
		font-size: 14px;
		line-height: 40px;
		display: block;
		width:100%;
	}
	.mega-menu .sublist li a{
		font-size: 14px;
		line-height: 40px;
		display: block;
		width:100%;
		color:#fff;
		padding:0 0 0 10px;
		transition:all 0.25s ease;
		-webkit-transition:all 0.25s ease;
		-ms-transition:all 0.25s ease;
	}
	.mega-menu .sublist li:hover>a{
		background-color:rgba(255,255,255,.2);
		color:#fff;
		padding-left:5px;
	}
    .mega-menu .dropdown.manufacturers.fullWidth .box li,
    .mega-menu .dropdown.vendors.fullWidth .box li {
        text-align:center;
        border:none;
    }
    .mega-menu .box li a:hover {
        color:#fff;
    }
    .header-menu .dropdown li a:hover:before,
    .header-menu .dropdown  li a:focus:before{
        display:none;
    }

    .mega-menu .box li:nth-child(odd) a:hover {
    }
    .mega-menu .box li:nth-child(even) a:hover {
    }
    .mega-menu li a.view-all {
	    font-weight: bold;
        background: none;
    }

    .manufacturers.fullWidth .box,
    .vendors.fullWidth .box {
        width: 16.66666666666667%;
    }

    .mega-menu .topic-wrapper {
	    overflow: hidden;
    }
    .mega-menu .topic-wrapper p {
	    font-size: 11px;
	    line-height: 20px;
    }
    .mega-menu .topic-wrapper strong {
	    display: block;
	    border-bottom: 1px solid #999;
	    padding: 8px 0;
	    font-size: 14px;
	    text-transform: uppercase;
	    color: #222;
    }
}

@media all and (min-width:1281px) {
    .mega-menu .dropdown.fullWidth {
        width: 1200px;
        margin-left: -600px;
    }
}
/*
* Copyright 201 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
@media all and (min-width: 1025px) {
	
.dropdown .box {
	float: right;
}
.mega-menu .title,
.mega-menu .box li {
	text-align: right;
}
.dropdown.categories li a:hover,
.dropdown.manufacturers li a:hover{
	padding-right: 5px;
	padding-left: 0;
}
/*styles for menu with images*/
.mega-menu .dropdown.fullWidth{
	right: 50%;
	left: auto;
	margin-right: -500px;
	margin-left: 0;
}
.mega-menu .dropdown.fullWidth .title a{
	padding-right: 10px;
	padding-left: 0;
}
.mega-menu .dropdown.fullWidth .subcategories li{
    background:url(../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Lavella/Content/images/bigger-arrow-rtl.png);
    background-repeat:no-repeat;
    background-position: right center;
}
.mega-menu .dropdown.fullWidth .subcategories a{
	padding-right: 15px;
	padding-left: 0;
}
.mega-menu .dropdown.fullWidth .subcategories a:hover{
	padding-right: 20px;
	padding-left: 0;
}
.mega-menu .subcategories{
	margin-right: 100px;
	margin-left: 0;
}
.mega-menu .box li a{
	padding-right: 10px;
	padding-left: 0;
}

}

@media all and (min-width:1281px) {
    .mega-menu .dropdown.fullWidth {
        margin-right: -600px;
    }
}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Lavella/Content/img/loader.gif') no-repeat fixed 50% 50%;
    opacity: 0.7;
}

.addProductVariantToCartErrors {
    color: #c00;
}

.addProductVariantToCartErrors ul {
    margin: 20px;
}

.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}


.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.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 {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}

.ajaxCart {
    text-align: center;
    text-align: left;
    padding: 0 !important;
    max-width: 470px;
    font-size: 13px;
}

.ajaxCart li {
    list-style: none;
}

.productAddedToCartWindow {
    background: none;
}
.ajaxCart .k-window-titlebar.k-header {
    min-height: 38px;
    margin: 0 !important;
    padding: 10px 32px 10px 10px;
    border: none;
    background: #c3b9b1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-title {
    color: #888;
    font-family: "Open sans";
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 0;
    z-index: 1;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {    
    display: block;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    background: url("../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Lavella/Content/img/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;
    box-shadow: 0 0 1px #999 inset;
    font-size: 0;
}


.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
    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;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    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;
        color: #cc0000;
        font-family: arial, verdana, helvetica, sans-serif;
    }

    .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;
}

.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 */


/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.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;
    font-size: 13px;
}

.miniProductDetailsView .product-essential .gallery {
    float: left;
    overflow: hidden;
    display: block; /*Cloud Zoom css override*/
    margin: 0 1% 0 0;
    width: 34% !important;
    height: 190px;
}

.miniProductDetailsView .product-essential .picture {
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture {
    max-width: 100%;
    max-height: 100%;
    float: none;
}

    .miniProductDetailsView .product-essential .picture img {
        z-index: 0 !important;
    }

.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-variant-line {
    margin: 0;
}

.miniProductDetailsView .product-overview-line {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.miniProductDetailsView .prices {
    margin-bottom: 10px;
}

.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 .customer-entered-price {
    margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
    padding: 4px;
    width: 69px;
}

.miniProductDetailsView .product-overview-line .add-to-cart {
    clear: both;
}

    .miniProductDetailsView .product-overview-line .add-to-cart .qty-input,
    .miniProductDetailsView .product-overview-line .add-to-cart .qty-dropdown {
        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 .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;
    }


/********* 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: 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;
    transition: all .4s ease-in-out;
}

    .ajax-cart-button-wrapper .button {
        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 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* RTL */

.productQuantityTextBox {
    float: right;
    margin: 0 0 0 4px;
}
.nopAjaxCartProductListAddToCartButton {
	float: right;
}
.productAddedToCartWindowImage {
    margin: 0 0 15px 2%;
}
.ajaxCart {
	text-align: right;
}

.ajaxCart .k-window-titlebar.k-header {
	padding: 10px 10px 10px 32px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	left: 4px;
	right: auto;
}
.productAddedToCartWindowTitle {
    left: inherit;
    right: 0;
}

.miniProductDetailsView .product-name {
    left: inherit;
    right: 13px;
    text-align: right;
}

/* CONTENT */

.miniProductDetailsView .product-essential .overview {
    margin: 0;
}

.productAddedToCartWindowImage,
.productAddedToCartWindowDescription {
    float: right;
}

.productAddedToCartWindowDescription {
    text-align: right;
}

.miniProductDetailsView .product-essential .gallery {
    margin: 0 0 0 1%;
    float: right;
}
.miniProductDetailsView .overview .prices {
	float: right;
	margin: 0 0 0 10px;
}
.miniProductDetailsView .overview .add-info {
	float: left;
}
.miniProductDetailsView .add-to-cart > * {
    float: right;
    margin: 0 10px 0 0;
}
.miniProductDetailsView .add-to-cart > *:first-child {
    margin: 0;
}
.miniProductDetailsView .product-essential .overview .prices,
.miniProductDetailsView .attributes dl,
.miniProductDetailsView h1 {
    text-align: right;
}


.ajaxCart .attributes dl > * {
	margin: 0 !important 10px 0;
}
.ajaxCart .attributes dt {
	padding: 0 0 0 25px;
}
.ajaxCart .attributes dt label {
	float: right;
	margin-right: 5px;
	margin-left: 0;
}
.ajaxCart .attributes dd {
	float: right;
}
.ajaxCart .attributes .option-list li > * {
	float: right;
}
.ajaxCart .attributes .option-list li > *:first-child {
	margin-left: 5px;
	margin-right: 0;
}
.ajax-cart-button-wrapper .productQuantityDropdown {
	float: right;
}
.ajaxCart .item-box .product-rating-box {
	right: -100%;
	left: auto;
}
.ajaxCart .item-box:hover .product-rating-box {
	right: 0;
	left: auto;
}

/*
* 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 {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	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: 1024px) {
    .product-essential .ribbon-wrapper {
        width:75%;
        float:right;
    }
    .product-essential .gallery .ribbon-wrapper .picture {
        width:100%;
        margin:0;
    }
}
@media screen and (min-width: 1025px){
    .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 */

@media all and (min-width: 769px) {
	
.product-list .ribbon-wrapper {
    float: right; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}

}

* {
	direction: rtl;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.product-essential .ribbon-wrapper {
		float: left;
	}
}
@media screen and (min-width: 1025px) {
	.product-details-page .gallery .ribbon-wrapper {
		float: left;
	}
}




/********** START BUTTON *********/

.quick-view-button {
    position: absolute;
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: 2;
}

.item-box:hover .quick-view-button {
    opacity: 1;
}

.quick-view-button a {
    display: block;
    padding: 4px 10px;
    border: 1px solid #dbd5d0;
    outline: 4px solid #c3b9b1;
    width: 140px;
    background: #c3b9b1;
    text-transform: uppercase;
    font-family: 'open sans';
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #847C75;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.quick-view-button a:hover {
    border-color:#fff;
    text-shadow:none; 
}

.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;
}

.quickViewData {
    display: none;
}
.item-box .buttons .add-to-wishlist-button{
    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;
}

.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/Themes/Lavella/Content/images/loading-image.gif') center no-repeat;
}

.quickViewWindow input {
    margin:0;
}
.quickViewWindow ul{
    list-style:none;
}



/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    padding-top: 0 !important;
    background: #fff;
    z-index: 1070;
    box-shadow: 0 0 15px #444;
}

.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}

    .quickViewWindow input[type=button],
    .quickViewWindow a {
        cursor: pointer;
    }

.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: 6px;
    right: 7px;
    width: 29px;
    height: 29px;
    overflow: hidden;
    text-indent: 9999px;
}

.quickView .k-window-titlebar.k-header .k-window-actions a {
    position: absolute;
    left: 0px;
    display: block;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background: url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/cross.png) transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

    .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;
    }



.quickViewWindow .product-essential {
    float: none;
    width: auto;
    border: 0;
    margin: 0;
    overflow: visible;
}
    .quickViewWindow .product-essential:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.quickViewWindow .product-name {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    font-family: open sans;
    font-size: 20px;
    color: #888;
    text-shadow: 1px 1px 0 #fff;
}

.quickViewWindow .popup-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    background: #EEECE7;
}



/********** GALLERY *********/

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/blank.png');
}

.quickView .cloudzoom-zoom-inside {
    z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

    .quickView .cloudzoom-zoom-inside img {
        right: auto !important;
        bottom: auto !important;
        max-width: none !important;
        max-height: none !important;
    }

.quickView .cloudzoom-ajax-loader {
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Lavella/Content/images/loader.gif');
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/* transitional image (on thumbnail click) */
.quickViewWindow .gallery {
    float: left;
    display: block; /*Cloud Zoom css override*/
    margin-left: 10px;
    margin-bottom: 0;
    overflow: visible;
    width: 280px;
}

.quickViewWindow .gallery .picture {
    float: none;
    border: 1px solid #fff;
    width: 100%;
    background: #fff;
    line-height: 0;
}

.quickViewWindow .gallery .picture:before {
    display: none;
}

.quickViewWindow .gallery .picture a {
    border: none;
    width: 100%;
    height: auto;
    overflow: visible;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img,
.quickViewWindow .also-purchased-products-grid .picture img {
    z-index: 0 !important;
}
.quickView .cloud-zoom-gallery img {
    width: 100%;
}

.quickViewWindow .gallery .picture img {
    bottom: auto;
    max-height: none;
}

.quickViewWindow .gallery .picture a img {
    position: static;
}

.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
    background: none;
    padding: 0;
}

.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 4px 8px;
    overflow: hidden;
    background: #fff;
}
/*thumbs in the quick view when cloud zoom is disabled*/
.quickViewWindow .gallery .thumbnails > img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 85px;
}
    .quickViewWindow .gallery .thumbnails a img:hover {
        opacity: 0.7; /*cloud zoom only*/
    }

.quickViewWindow .gallery .thumbnails a {
    width: 32.33%;
    margin: 0 0 8px;
}

    .quickViewWindow .gallery .thumbnails a:nth-child(3n-1) {
        margin: 0 4px 8px;
    }

.quickViewWindow .links-panel {
    margin-top: 15px;
    padding: 10px 0;
}

.quickViewWindow .links-panel a {
    display: block;
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #9CA34E;
}
    .quickViewWindow .links-panel a:hover {
        text-decoration: underline;
    }

/********** START PRODUCT OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
    margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
    position: relative;
    margin-bottom: 3px;
    padding: 5px 10px;
    border-radius: 0;
    background: #f6f5f3;
    text-transform: uppercase;
    text-align: left;
    font-family: open sans;
    font-size: 16px;
    font-weight: lighter;
    color: #888;
    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;
    padding: 10px;
}

.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 {
    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 .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 .purchase-area {
    clear: both;
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px dotted #EEEEEE;
    overflow: hidden;
}
.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 .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 .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 dl dt{
    clear: left;
    margin: 0 10px 5px 0;
    text-align: left;
    width:95px;
}
.quickViewWindow .overview .attributes dd {
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}

.product-details .compare-products button,
.add-to-wishlist button {
    font-size: 12px;
    color: #888;
    font-family: 'open sans';
    border: 1px solid transparent;
    background: transparent;
}
.product-details .compare-products button:hover,
.add-to-wishlist:hover button {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-left: 25px;
    border: 1px solid #ddd; 
}

/********** END PRODUCT ESSENTIAL *********/    

/********** START 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 .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: 0 0 20px 1.33%;
    width: 24% !important;
    background: none;
    overflow: hidden;
}
.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 {
    display: block;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    line-height: 0;
    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 {
    height: 28px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    height: 54px;
    font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
    padding: 0;
    font-size: 13px;
    display: block;
    color: #555;
}
.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-rating-box{
    margin-bottom:10px;
}
.quickViewWindow .product-grid .item-box .product-rating-box .rating {
    margin:auto;
}




.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;
    padding: 0 0 20px;
}


/********* 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;
}
.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;
}
.product-variant-list .product-variant {
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    height: 165px;
    width: 32%;
    text-align: center;
}
.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 {
    top: 0;
    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%;
}
.product-variant .variant-picture {
    margin: 0 0 5px;
    border: none;
    overflow: hidden;
    height: 124px;
    min-height: 0;
    width: 100%;
    line-height: normal !important;
}
.product-variant .variant-picture a{
    display:block;
    height:100%;
}

.product-variant .variant-picture a img{
    width:auto;
}

.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 .variant-info {
    left: 0;
}
.quickViewWindow .variant-info .variant-name {
    padding-top: 10px;
    max-height: 50px;
    overflow: hidden;
}
.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;
    float: none;
    margin: 0 !important;
    height: 100%;
}

    .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;
}

/********* END VARIANTS IN GRID ********/



/********* START GIFTCARD *********/


.quickView .giftcard {
    clear: both;
    color: #888888;
    font-family: open sans;
    font-size: 12px;
}
.quickView .giftcard > div {
    width: 320px;
    overflow: hidden;
    margin: 0 auto 10px;
}
    .quickView .giftcard > div > * {
        float: left;
    }
.quickViewWindow .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 5px;
}
.quickViewWindow .giftcard input[type=text],
.quickViewWindow .giftcard input[type=email],
.quickViewWindow .giftcard textarea {
    border-radius: 5px;
}

.quickView .giftcard input[type="text"],
.quickView .giftcard input[type="email"] {
    width: 100%;
}
.quickView .giftcard textarea {
    width: 320px;
    resize: none;
}

/********* 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: 1024px) {
    .ajax-cart-button-wrapper {
        margin-left: 10px;
    }
}

@media all and (max-width: 1024px) {

    .quickViewWindow .color-squares .color {
        width: 30px;
        height: 30px;
    }

    .quickViewWindow .links-panel a {
        padding: 10px 0 10px 15px;
    }
}


/********* START KENDO ********/

.quickView .k-window-titlebar.k-header {
    left: 0;
    right: inherit;
}

    .quickView .k-window-titlebar.k-header .k-window-actions {
        left: 7px;
        right: auto;
    }
        .quickView .k-window-titlebar.k-header .k-window-actions a {
            right: 0px;
            left: auto;
        }

.quickView .k-loading-mask {
    right: 0;
    left: inherit;
}

.quickView .k-loading-image {
    right: 0;
    left: inherit;
}

.k-overlay {
    right: 0;
    left: inherit;
}

/********* END KENDO ********/


.product-grid .quick-view-button {
	right: 50%;
	left: auto;
	margin-right: -70px;
	margin-left: 0;
}
.quickViewWindow .overview {
    padding: 0 20px 0 0;
}
.quickViewWindow .overview .add-to-wishlist-button {
	float: left;
}
.quickViewWindow .overview #accordion .purchase-area .add-to-cart div * {
	float: right;
}
.quickViewWindow .overview #accordion .product-details .compare-products:hover {
	background-position: 7px center;
}
.product-details .compare-products:hover button {
	margin-left: 25px;
}
.quickViewWindow .gallery {
    float: right;
    margin-right: 10px;
    margin-left: 0;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
    float: right;
}

.quickViewWindow .gallery .links-panel a {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
}
.quickViewWindow .product-grid .item-box {
	margin: 0 1.33% 20px 0;
}
.quickViewWindow .overview .price-input .enter-price-label {
	margin-left: 5px;
	margin-right: 0;
}



/********* START VARIANTS IN GRID ********/

.quickViewWindow .overview .variants-in-grid .product-variant-list {
    text-align: right;
}

.quickViewWindow .product-variant {
    float: right;
    margin-right: 5px;
    margin-left: 0;
}

    .quickViewWindow .product-variant:nth-child(3n+1) {
        margin-right: 2px;
    }

    .quickViewWindow .product-variant .variant-info {
        left: 125px;
        right: inherit;
    }

    .quickViewWindow .product-variant:hover .variant-info {
        left: 1px;
        right: inherit;
    }

    .quickViewWindow .product-variant .moreInfoHover {
        left: 1px;
        right: inherit;
    }

    .quickViewWindow .product-variant:hover .moreInfoHover {
        left: -125px;
        right: inherit;
    }

.quickViewWindow .variant-grid-info .compare-products {
    float: left;
}

.quickViewWindow .variant-grid-info .manufacturers {
    float: right;
}
.product-variant-list .product-variant .product-price {
	right: -100%;
	left: auto;
}
.product-variant-list .product-variant:hover .product-price {
	right: 0;
	left: auto;
}
.quickViewWindow .variant-info {
	right: 0;
	left: auto;
}
.product-variant .variant-info .tax-shipping-info {
	right: -100%;
	left: auto;
}
.product-variant:hover .variant-info .tax-shipping-info {
	right: 0;
	left: auto;
}

.quickViewWindow .attributes dt {
	float: right;
	clear: right;
}
.quickViewWindow .attributes dt label {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
.quickViewWindow .attributes dd {
	float: right;
}
.quickViewWindow .attributes dd select {
	margin-left: 5px;
	margin-right: 0;
}
.quickViewWindow .attributes .option-list li > * {
	float: right;
}
.quickViewWindow .attributes .option-list li > *:first-child {
	margin-left: 5px;
	margin-right: 0;
}


/********* START GIFTCARD *********/

.quickView .giftcard > div > * {
    float: right;
}

.quickView .giftcard label {
    margin-left: 10px;
    margin-right: 0;
}

.quickView .giftcard dt {
    float: right;
    clear: right;
}

.quickViewWindow .giftcard label {
    text-align: right;
}

.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-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{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}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.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}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
/* text color */

.header-menu > ul > li:hover > a,
.topic-block a,
.item-box .actual-price,
.item-box .tax-shipping-info:hover a,
.news-items .read-more,
.footer-middle ul li a:hover,
.tier-prices .item-price,
.overview .product-price,
.variant-overview .product-price,
.productAddedToCartItem .price,
.ajaxCart .continueShoppingLink:hover,
.quickViewWindow .links-panel a,
.quickViewWindow .overview #accordion .prices .product-price,
.product-estimate-shipping .shipping-price,
.overview .value,
.variant-overview .value,
.block .listbox li.active a,
.header-links li:hover a,
.header-links li:hover span,
.mini-shopping-cart .totals strong,
.news-list-homepage .news-head .news-title,
.instant-search-item .detail .price,
.product-specs-box .spec-value > a,
.cart-footer .total-info .cart-total-right,
.cart-total .order-total,
.cart .subtotal,
.order-completed .details a,
.productAddedToCartItem .productAddedToCartWindowDescription .price,
.quickViewWindow .overview #accordion .purchase-area .tax-shipping-info:hover a,
.order-details-page .tax-shipping-info:hover > a,
.ajaxCart .overview .prices .tax-shipping-info a:hover,
.checkout-data .cart-item-row .product .product-name:hover,
.priceRangeCurrentPricesPanel,
.specification-current-value-panel,
.nopAjaxFilters7Spikes .block .filtersGroupPanel li span,
.jDropDown ul li:hover,
.jDropDown ul li.selected,
.overview .prices .tax-shipping-info a:hover,
.pager .current-page span,
.order-details-page .go-to-page:hover,
.poll strong,
.order-details-page table td a:hover,
.shopping-cart-page table td a:hover,
.checkout-page table td a:hover,
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a,
.checkbox-list input[type="checkbox"]:checked + label,
.single-pickup-point.fee {
  color: #9aba6b;
}
.logo > img,
.header-menu > ul li a:before,
.ui-slider-range {
  background-color: #9aba6b;
}
.block-poll .buttons input,
.home-page-polls .buttons input,
.ui-datepicker-calendar td:hover a {
  background-color: #9aba6b;
  outline-color: #9aba6b;
}
.nivo-controlNav a.active,
.anywhere-slider .slick-active button,
.nop-jcarousel .slick-dots li.slick-active button {
  border-top-color: #9aba6b;
}
/* secondary color*/

.footer-middle:before {
  background-color: #cee3b1;
}
/* secondary color with opacity*/

.block .listbox li:hover,
.dropdown.manufacturers.fullWidth .box:hover .title,
.dropdown.vendors.fullWidth .box:hover .title,
.mega-menu .dropdown.fullWidth .subcategories a:hover,
.spc-categories .category-sublist a:hover {
  background-color: rgba(206, 227, 177, 0.3);
}
.block .listbox li:hover {
  background-color: rgba(206, 227, 177, 0.1);
}
.color-squares .selected-value .color-container,
.quickViewWindow .selected-value .color-container {
  border-color: #9aba6b;
}
/* background color */

.gallery .slick-dots .slick-active button {
  background-color: #9aba6b;
}

