/* Minification failed. Returning unminified contents.
(6444,89): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(6444,106): run-time error CSS1035: Expected colon, found ','
 */

/*********** CSS RESET **********/



* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background-color: #fff;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #333;
    overflow-x: hidden; /* mobile menu and filters scroll bug fix */
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	border: none;
	border-radius: 30px;
	background: #5be;
	color: #fff;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover,
button:hover, .button-1:hover, .button-2:hover {
	opacity: 0.8;
}
label {
	vertical-align: middle;
}
script {
    display: none !important;
}

.master-column-wrapper {
	width: 95%;
	margin: auto;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 {
	margin: 0 0 60px;
}
.page {
	text-align: center;
}
.page-title {
	margin: 0 0 20px;
}
.center-1 .page-title {
	margin: 0 5px 20px;
}
.page-title h1 {
}
.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/Smart/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 ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
	text-align: justify;
}
.category-description a:hover,
.manufacturer-description a:hover,
.full-description a:hover,
.topic-html-content a:hover,
.topic-page a:hover,
.post-body a:hover,
.news-body a:hover,
.custom-tab a:hover {
    text-decoration: underline;
}
.flyout-cart {
	display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #5be url(/Themes/Smart/Content/img/goTop.png) no-repeat center 46%;
    border-radius: 50%;
    border: 3px solid #eee;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
.recaptchatable #recaptcha_response_field {
	height: auto !important;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 40px;
}
.fieldset .title,
.section .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	padding: 10px 0 0;
	text-align: center;
}
.fieldset .title strong,
.section .title strong {
	display: inline-block;
	min-width: 200px;
	border-radius: 8px 8px 0 0;
	background: #333 url(/Themes/Smart/Content/img/pattern2.png) repeat;
	padding: 12px 18px;
	color: #fff;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 10px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
}
.inputs * {
	font-size: 12px;
}
.inputs:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
    font-size: 12px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
	background: #f6f6f6;
}
.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}

.inputs .option-list {
	display: inline-block;
	margin: 0 0 10px;
    overflow: hidden;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
}
.inputs .option-list label {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
}

.inputs.custom-attributes {
	white-space: normal;
}

.required {
	margin: 0 -6px 0 0; /*siblings offset fix*/
	font-size: 11px;
	color: #c00;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	padding: 10px 25px 10px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #9b0;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #f00;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Smart/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;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #bbb;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
	background: #ddd url(/Themes/Smart/Content/img/headpad.png) top repeat-x;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Smart/Content/img/close.png) center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .page-title {
	margin: 0 0 10px;
	line-height: normal;
}
.ui-dialog-content .page-title h1 {
	font-size: 16px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
    width: 300px;
    max-width: 300px;
	height: 180px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -150px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #5be;
	background: rgba(85, 187, 238, 0.1);
	padding: 6px 18px;
	font-size: 16px;
	font-weight: bold;
	color: #5be;
}
.eu-cookie-bar-notification button:hover {
	opacity: 0.9;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #5be;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}



/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #666;
	text-align: center;
	color: #fff;
}
.admin-header-links a {
	margin: 0 10px;
	line-height: 25px;
}
.admin-header-links + .master-wrapper-page {
	padding: 25px 0 0;
}
.admin-header-links .impersonate a {
	display: inline;
    text-decoration: underline;
}
.admin-header-links .impersonate a:hover{
    color: #cecece;
}

.header { 
	position: relative;
	z-index: 1002;
	text-align: center;
}
.header-upper:after,
.header-lower:after { 
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.header-upper {
	margin: 0 0 20px;
	background: #333;
	font-size: 0;
}
.header-links-wrapper {
	margin: 0 0 10px;
	background: #222;
	padding: 12px;
}
.header-links li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.header-links a,
.header-links span {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.header-links a {
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -999px;
}
.header-links a.account,
.header-links a.ico-register {
	background: url(/Themes/Smart/Content/img/links_account.png) center no-repeat;
}
.header-links a.ico-login,
.header-links a.ico-logout {
	background: url(/Themes/Smart/Content/img/links_login.png) center no-repeat;
}
.header-links a.ico-inbox {
	background: url(/Themes/Smart/Content/img/links_inbox.png) center no-repeat;
}
.header-links a.ico-wishlist {
	background: url(/Themes/Smart/Content/img/links_wishlist.png) center no-repeat;
}
.header-links li > span {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: #5be;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
.header-links li > span:empty {
	display: none;
}
.header-links a:hover,
.header-links a:hover span {
	color: #fff;
}
.header-links #topcartlink {
	display: none;
}
.header-selectors-wrapper {
	display: inline-block;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	width: 36px;
	min-width: 100px;
	border: none;
}
.new_select {
	width: auto !important;
	min-width: 85px;
	height: 32px;
	border-radius: 20px;
	background: #fff;
	text-align: left;
	font-size: 12px; /*reset zeroing*/
    cursor: pointer;
    z-index: 1003 !important;
}
.new_select > span {
	display: block;
	position: relative;
	padding: 0 32px 0 8px;
	line-height: 32px;
	white-space: nowrap;
}
.new_select > span:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background: #5be url(/Themes/Smart/Content/img/arrow1.png) center no-repeat;
	opacity: 0.8;
}
.new_select > div {
	position: relative;
	z-index: 0 !important;
	width: 100% !important;
	margin: -8px 0 0;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 1px 0px rgba(0,0,0,0.25);
	background: #fff;
	padding: 12px 4px 4px 4px;
}
.new_select ul {
	border-top: 1px solid #ddd;
	border-radius: 0 0 8px 8px;
	padding: 4px 0 0;
}
.new_select li {
	padding: 4px;
	font-size: 11px;
}
.new_select li:last-child {
	border-radius: 0 0 16px 16px;
}
.new_select li:hover {
	background: #eee;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cart-wrapper {
	display: inline-block;
	position: relative;
	margin: 10px 0 0;
	vertical-align: top;
}
.cart-wrapper > div {
	position: relative;
	border-radius: 20px;
	background: #fff;
	padding: 8px 36px 8px 8px;
}
.cart-wrapper a span {
	font-size: 13px; /*reset zeroing*/
}
.cart-wrapper .cart-qty {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	background: #5be;
	padding: 4px 0;
	line-height: 14px;
	text-align: center;
	color: #fff;
}
.header-logo {
	margin: 0 0 20px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
}
.header .search-box {
    margin: 20px 0;
    text-align: center;
}
.header .search-box form {
	display: inline-block;
	position: relative; /*category search relativity*/
	border-radius: 31px; /* +1px added to fix rendering in chrome*/
	background: #333;
	padding: 1px;
}
.header .search-box form:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header .search-box input.search-box-text {
	float: left;
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	height: 40px;
	border: none;
	border-radius: 30px;
}
.header .search-box .search-box-button {
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	overflow: hidden;
	background: url(/Themes/Smart/Content/img/search-button.png) 40% center no-repeat;
	text-indent: 999px;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
	z-index: 1002 !important;
	width: 280px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #333;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px dotted #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: 12px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.slider-wrapper {
	margin: 0 0 30px;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
	overflow: hidden;
	background: #eee;
	padding: 40px 0;
	font-size: 0;
	color: #333;
}
.footbox {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	margin: 40px 20px 0;
	line-height: 20px;
	font-size: 12px;
}
.footbox:first-child {
	margin-top: 0;
}
.footbox .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #5be;
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.footbox .topic {
	text-align: justify;
}

.footbox .topic-block-title {
    display: none;
}
.contacts {
	display: inline-block;
	text-align: left;
}
.contacts li {
	margin: 0 0 10px;
	border-radius: 6px;
	background: #fff;
	padding: 10px;
}
.contacts li span {
	vertical-align: middle;
}
.contacts li span:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	background: url(/Themes/Smart/Content/img/contact_sprite.png) no-repeat;
}
.contacts li.phone span:before {
	background-position: left 0;
}
.contacts li.mobile span:before {
	background-position: left -32px;
}
.contacts li.email span:before {
	background-position: left -64px;
}
.contacts li.skype span:before {
	background-position: left -96px;
}

.social {
	margin: 0 0 20px;
	font-size: 0;
}
.social li {
	display: inline-block;
	margin: 0 10px;
}
.social a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/Themes/Smart/Content/img/social_sprite.png) no-repeat;
}
.social a.facebook {
	background-position: 0 0;
}
.social a.twitter {
	background-position: -32px 0;
}
.social a.google {
	background-position: -64px 0;
}
.social a.pinterest {
	background-position: -96px 0;
}
.social a.vimeo {
	background-position: -128px 0;
}
.social a.youtube {
	background-position: -160px 0;
}
.social a.rss {
	background-position: -192px 0;
}
.social a.instagram {
	background: url(/Themes/Smart/Content/img/instagram.png) no-repeat;
}

.newsletter .title {
	margin: 0 0 10px;
    padding: 0;
    border: none;
    border-width: 0;
}
.newsletter .title strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.newsletter-email { 
	display: inline-block;
	border-radius: 30px;
	background: #999;
	padding: 1px;
    position: relative;
}

.newsletter-email input[type="text"] {
	float: left;
	width: 230px;
	height: 40px;
	border: none;
	border-radius: 30px;
}
.newsletter .newsletter-email input[type="button"] {
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	overflow: hidden;
	background: #999 url(/Themes/Smart/Content/img/newsletter-button.png) 40% center no-repeat !important;
	text-indent: 999px;
}
.newsletter .options {
    position: absolute;
    bottom: -25px;
	width: 100%;
}
.newsletter .options > span {
	margin: 0 3px;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-middle {
	overflow: hidden;
	background: #333;
	padding: 20px 0;
	font-size: 0;
}
.footlist {
	display: inline-block;
	width: 90%;
	margin: 20px 0;
	font-size: 12px;
	color: #777;
    vertical-align: top;
}
.footlist .title {
	margin: 0 0 10px;
	border-bottom: 1px solid #555;
	padding: 5px 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #888;
}
.footlist ul {
	padding: 5px 0;
}
.footlist li {
	padding: 6px 0;
}
.footlist a {
	display: inline-block;
	padding: 6px 0;
}
.footlist a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 5px;
	margin: 0 10px 0 0;
	background: url(/Themes/Smart/Content/img/arrow2.png) center no-repeat;
	vertical-align: middle;
	opacity: 0.25;
}
.footlist a:hover {
	color: #fff;
}
.footlist a:hover:before {
	opacity: 1;
}

.footer-lower {
	position: relative;
	overflow: hidden;
	background: #222;
	padding: 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.footer-lower > div > div {
	margin: 10px 0;
}
.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
}
.footer-tax-shipping {
	display: none;
}
.footer-tax-shipping a {
	text-decoration: underline;
}
.theme-selector {
	position: relative;
	width: 150px;
	height: 32px;
	margin: 0 auto !important;
	border-radius: 20px;
	overflow: hidden;
	background: #393939;
	padding: 32px 0 0; /*hides unwrapped text*/
}
.theme-selector:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background: #5be url(/Themes/Smart/Content/img/arrow1.png) center no-repeat;
	opacity: 0.8;
}
.theme-selector select {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	width: 180px;
	margin: auto;
	border: none;
	background: none;
	color: #999;
}


/*********** LEFT/RIGHT COLUMN ***********/



.center-2,
.side-2 {
	margin: 0 0 50px;
}
.side-2 {
	text-align: center;
}
.block {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
}
.block .title {
	margin: 0 0 10px;
	border-radius: 6px;
	background: #5be url(/Themes/Smart/Content/img/pattern1.png) repeat;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.block .title > *:first-child {
	padding: 9px 15px 11px;
}
.block .title strong {
	font-weight: normal;
	display: block;
}
.block .listbox {
	display: none;
	padding: 0 5px 40px;
}

.block .list > li {
	border-bottom: 1px dotted #5be;
}
.block .list a,
.block .year strong {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 20px;
	font-size: 15px;
}
.block .list a:before,
.block .year strong:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 2px;
	background: #5be url(/Themes/Smart/Content/img/arrow3.png) center no-repeat;
}
.block .list a:hover, 
.block .list a.active {
	color: #5be;
}
.block .list a.product-name:before{
    display: none;
}
.block .list > li.active > a {
	margin: 10px 0;
	color: #5be;
	text-transform: uppercase;
}
.block .list > li.active > a:before {
	display: none;
	border: 1px solid #666;
	background: #ccc url(/Themes/Smart/Content/img/arrow2_black.png) center no-repeat;
}

.block .sublist {
	margin: -5px 0 20px;
	border-top: 1px dashed #5be;
}
.block .sublist a {
	font-size: 13px;
}
.block .sublist a:before {
	width: 9px;
	height: 9px;
	border: 1px solid #666;
	background: url(/Themes/Smart/Content/img/arrow3_black.png) center no-repeat;
	background-color: transparent !important; /*because of the theme roller*/
}

.block .sublist .sublist {
	margin: 10px 0;
	border: none;
}
.block .sublist .sublist .active a{
    color: #5be;
}
.block .sublist .sublist a {
	font-size: 11px;
	font-style: normal;
}
.block .sublist .sublist a:before {
	display: none;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 13px;
	color: #5be;
	text-transform: uppercase;
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .product-picture,
.block .list a.product-picture:before {
	display: none;
}

.block .tags {
	padding: 0 0 10px;
	border-bottom: 1px dotted #5be;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.product-tags-all-page li a {
	color: #5be;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #5be;
	text-decoration: underline;
}

.home-page-polls .title{
    display: none;
}
.poll strong {
	display: block;
	padding: 5px 5px 0;
	color: #5be;
}
.poll-options,
.poll-results {
	margin: 0 0 10px;
	border-bottom: 1px dotted #5be;
	overflow: hidden;
	padding: 5px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 10px 0;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	background: none !important; /* important because of the color schemes */
	padding: 8px 16px;
	color: #5be;
	text-transform: uppercase;
}
.poll .buttons input:hover {
	text-decoration: underline;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}



/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 20px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	margin: 0 3px;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb a:hover * {
	color: #5be;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
	line-height: 20px;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
	font-size: 0;
}
.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: 0 1px;
	border-radius: 8px 8px 0 0;
	background: #eee;
	padding: 8px 16px;
	white-space: nowrap;
	font-size: 12px; /*reset zeroing*/
}
.product-selectors span {
	display: none;
	vertical-align: middle;
	font-size: 11px;
}
.product-selectors select {
	margin: 0 5px;
	border-radius: 3px;
	text-transform: lowercase;
}
div.product-viewmode {
	display: none;
}
div.product-viewmode select {
	min-width: 85px;
}

.item-box {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.item-box .product-title,
.item-box .title {
	height: 40px;
	overflow: hidden;
	line-height: 19px;
	font-size: 16px;
	font-weight: normal;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
.item-box .product-title a:hover {
	text-decoration: underline;
}
.item-box .picture {
	overflow: hidden;
	background: #fff;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item-box .details {
	padding: 0 5% 5%;
}
.item-box .product-rating-box {
	display: none;
	margin: 10px 0 0;
}
.item-box .rating {
	background: url(/Themes/Smart/Content/img/rating1.gif) left center repeat-x;
	width: 85px;
    height: 16px;
}
.item-box .rating div {
	background: url(/Themes/Smart/Content/img/rating2.gif) left center repeat-x;
    height: 16px;
}
.item-box .description {
	height: 30px;
	margin: 10px 0;
	overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
	margin: 0 0 10px;
    min-height: 35px;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 16px;
	color: #c00;
}
.tax-shipping-info {
    margin: 3px 0 0;
    color: #555;
    display: block;
}
.tax-shipping-info a {
	color: #000;
	text-decoration: underline;
}

.item-box .buttons {
	margin: 0;
	font-size: 0;
}
.item-box input[type="button"] {
	padding: 10px 20px;
	font-size: 16px;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 20px;
	font-size: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	position: relative;
	max-width: 300px;
	margin-bottom: 10px;
	border: none;
	font-size: 12px;
}

.home-page-category-grid .title,
.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
	height: auto;
}
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a,
.vendor-grid .title a {
	min-height: 45px;
	border-radius: 8px;
	background: #5be url(/Themes/Smart/Content/img/pattern1.png) repeat;
	padding: 8px 12px;
	line-height: normal;
	font-size: 20px;
	color: #fff;
}
.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	display: none;
}

.product-grid,
.product-list {
	font-size: 0;
}
.home-page .product-grid {
	margin: 0 0 40px;
}
.product-grid .item-box,
.product-list .item-box {
	font-size: 12px;
}
.product-grid .title {
	margin: 0 0 30px !important;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
}
.product-grid .title strong {
	display: inline-block;
	position: relative;
	width: 280px;
	border-radius: 8px 8px 0 0;
	background: #333 url(/Themes/Smart/Content/img/pattern2.png) repeat;
	padding: 10px 20px;
	font-weight: normal;
	color: #fff;
}

.contact-vendor input[type='button']{
    padding: 8px 16px;
    font-size: 16px;
    margin: 0 0 20px;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li * {
	display: block;
	min-width: 32px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	background-color: #eee;
}
.pager li a:hover {
	background-color: #eee;
}
.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;
}
.pager li.previous-page * {
	background-image: url(/Themes/Smart/Content/img/prev.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Smart/Content/img/next.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Smart/Content/img/prev-first.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Smart/Content/img/next-last.png);
}


/********** 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 {
	position: relative; /*product ribbon relativity*/
	margin: 0 0 20px;
	font-size: 0; /*cloud zoom fix*/
}
.gallery .picture {
	position: relative;
	width: 320px;
	height: 320px;
	max-width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	background: #fff;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
    text-align: center;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
    width: 90px;
    height: 90px;
	margin: 0 5px 10px;
	border: 1px solid transparent;
	overflow: hidden;
	background: #fff;
}

.overview {
	position: relative;
	margin: 0 0 20px;
}
.overview .discontinued-product {
	margin: 0 0 10px;
	font-size: 15px;
	color: #c00;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .short-description {
	margin: 0 0 15px;
}
.overview .buttons, 
.back-in-stock-subscription, 
.download-sample { 
	margin: 15px 0;
	font-size: 0;
}
.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 a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 13px; /*reset zeroing*/
}
.download-sample a {
	border-radius: 20px;
	background: #5be;
	color: #fff;
}
.download-sample a:hover {
	opacity: 0.8;
}
#back-in-stock-notify-me {
    padding: 8px 14px;
}
.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: 5px 0;
}
.overview .value,
.variant-overview .value {
	font-weight: bold; 
}
.overview .value a,
.variant-overview .value a {
	font-weight: bold;
	color: #5be;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
	min-width: 150px;
    margin: 15px auto;
	border: 1px solid #5be;
    border-radius: 30px;
	background: rgba(85, 187, 238, 0.1);
    padding: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #5be;
    text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 10px; /*not present in variant-overview*/
}
.product-reviews-overview {
	margin: 20px 0; /*not present in variant-overview*/
}
.product-no-reviews a {
	color: #5be;
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 86px;
	height: 16px;
	background: url(/Themes/Smart/Content/img/rating1.gif) repeat-x;
}
.product-review-box .rating div {
	height: 16px; 
	background: url(/Themes/Smart/Content/img/rating2.gif) repeat-x;
}

.product-review-links a {
	color: #5be;
}
.product-review-links a:hover {
	text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices div > *,
.variant-overview .prices div > *{
    vertical-align: top;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 18px;
	color: #c00;
}
.customer-entered-price {
	margin: 0 0 20px;
	border-radius: 6px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px;
}
.customer-entered-price .enter-price-input {
	width: 70px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px;
	font-weight: bold;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 15px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
	border: 3px solid #5be;
	border-radius: 30px;
	background: #5be;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -35px;
	line-height: 45px;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 50px;
	height: 45px; /*safari padding fix*/
	margin: 0 -10px 0 0;
	border: none;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown{
    width: auto;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	border: none;
	border-radius: 30px;
	background: none !important; /* important because of the color schemes */
	padding: 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.product-share-button * {
	float: none !important; /*chrome bug fix*/
	display: inline-block !important;
	vertical-align: middle !important;
}

.full-description {
	clear: both;
	margin: 0 5px 20px;
	line-height: 20px;
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
	font-weight: normal;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .prices-table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.tier-prices .prices-table td:first-child {
	background: #f6f6f6;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 18px;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .add-to-cart-panel {
	margin: 0 0 10px;
}
.variant-overview .add-to-wishlist-button {
	display: block;
	display: none;
	float: none;
	clear: both;
	margin: 0 auto;
}
.variant-overview .add-to-cart .add-to-wishlist-button {
	display: none;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	border-radius: 6px 6px 0 0;
	padding: 10px 24px 8px;
	font-size: 14px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background: #5be;
	color: #fff;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #5be;
	border-bottom: 1px dashed #5be;
	background: #fff;
	padding: 20px 0;
}
.ui-tabs .ui-tabs-panel p {
	line-height: 20px;
}
.ui-tabs .ui-tabs-panel p:first-child {
	margin-top: 0;
}
.ui-tabs .ui-tabs-panel p:last-child {
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box {
	margin: 0 0 30px;
}
.product-specs-box table {
	width: 100%;
	margin: 0;
	border-radius: 0;
}
.product-specs-box td {
	width: 50%;
	border-radius: 0 !important;
    padding: 10px 15px;
}
.product-specs-box td:first-child {
	background: #f6f6f6;
}
.product-tags-box {
	margin: 0 0 50px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #5be;
}

.attributes {
	margin: 0 0 20px;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	border-radius: 6px 6px 0 0;
	background-color: #333;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(/Themes/Smart/Content/img/calendar-prev.png) center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(/Themes/Smart/Content/img/calendar-next.png) center no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ccc;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0;
}
.color-squares .color-container {
	display: block;
	border: 1px solid transparent;
}
.color-squares .color {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	background-size: 100% !important;
	cursor: pointer;
}
.color-squares .selected-value .color-container {
	border-color: #999;
}
.color-squares input[type="radio"] {
	position: relative;
	z-index: -1;
	margin: -30px 0 0;
}
.color-squares .tooltip-container {
	display: none !important;
}

.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;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
	color: #5be;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0;
	text-align: center;
}
.product-reviews-page .title strong {
	display: inline-block;
    min-width: 200px;
	border-radius: 8px 8px 0 0;
	background: #333 url(/Themes/Smart/Content/img/pattern2.png) repeat;
    padding: 12px 18px;
    color: #fff;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
	display: block;
	margin: 0 0 5px;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;
	cursor: default;
}
.write-review .review-rating li.first {
	color: #c00;
}
.write-review .review-rating li.last {
	color: #690;
}
.write-review .captcha-box {
	margin: 15px 0 5px;
}
.write-review .button-1 {
	font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-list .title {
	display: none;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	border-bottom: 1px dotted #5be;
	overflow: hidden;
	padding: 10px 0;
	color: #5be;
}
.product-review-item .review-title {
	float: left;
	text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	padding: 15px 0;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	color: #5be;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 5px 10px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 5px 5px;
	padding: 8px 16px;
	font-size: 16px;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-table {
	display: none;
}
.compare-products-table td {
	vertical-align: top;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	border-radius: 30px;
	background: #5be;
	padding: 8px 16px;
	font-size: 13px;
	color: #fff;
}
.compare-products-page .clear-list:hover {
	opacity: 0.8;
}
.compare-products-page .button-2 {
	display: inline-block;
	background: none;
	padding: 0;
	color: #5be;
}
.compare-products-page .button-2:hover {
	text-decoration: underline;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	display: none;
	margin: 0 0 30px;
}
.topic-block-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.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;
	border-radius: 30px;
	background: #999;
	padding: 1px;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
	border: none !important;
	border-radius: 30px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	background: none !important;
	padding: 0 20px 0 15px !important;
	font-size: 16px !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	padding: 5px 15px;
	text-align: center;
	font-weight: normal;
	color: #5be;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 82px; /*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
	margin: 0 0 0 10px;
}
.first .inputs:first-child > label {
	display: inline;
}
.gender{
    display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 3px;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}
#check-availability-button {
	margin: 10px 0 0;
	padding: 8px 16px;
	font-size: 13px;
	text-transform: none;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
}
.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;
	color: #5be;
}
.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 {
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.registration-result-page h1 {
	display: none;
}
.registration-result-page .result {
	margin: 0 0 20px;
	padding: 15px;
	text-align: center;
	color: #5be;
	font-size: 16px;
}
.login-page .customer-blocks,
.login-page .returning-wrapper {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	padding: 10px 0 0;
	text-align: center;
}
.login-page .title strong {
	display: inline-block;
	min-width: 200px;
	border-radius: 8px 8px 0 0;
	background: #333 url(/Themes/Smart/Content/img/pattern2.png) repeat;
	padding: 12px 18px;
	color: #fff;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .text {
	margin: 0 0 20px;
	padding: 10px;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
}
.login-page .forgot-password a:hover {
	color: #5be;
}
.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .fieldset {
	padding: 15px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page .button-2 {
	border-radius: 6px;
	padding: 8px 16px;
}
.account-page .description {
	margin: 0 0 20px;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
	margin: 0 0 20px;
	line-height: 20px;
}
.address-list-page .info .name,
.return-request-list-page .details a {
	margin: 0 0 5px;
	font-weight: bold;
	color: #5be;
	text-transform: uppercase;
}
.return-request-list-page .details a:hover {
	text-decoration: underline;
}
.address-list-page .info label {
	font-weight: bold;
}
.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;
}
.downloadable-products-page td a {
	white-space: nowrap;
}
.back-in-stock-subscription-page .tooltip {
    margin-bottom: 5px;
}
.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: hidden;
}
.avatar-page input[type="submit"] {
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 16px;
	text-transform: none;
}
.avatar-page .info {
	margin: 0 0 20px;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 -10px;
	text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}

.terms-of-agreement{
    padding:0 0 30px;
    text-align:center;
}

.user-agreement-page .button-1 {
    background: #55bbee none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover{
    opacity:0.8;
}

/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	width: 70px;
	margin: 10px;
	text-align: center;
}
.order-progress a {
	display: block;
	font-size: 12px; /*reset zeroing*/
}
.order-progress a:before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto 10px;
	border-radius: 30px;
	background: #5be url(/Themes/Smart/Content/img/arrow4.png) center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}
.order-progress li.active-step a:hover {
	opacity: 0.8;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    padding: 10px 30px;
	font-size: 18px;
    text-transform: uppercase;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 32px;
	height: 32px;
	border: 1px solid #ccc !important;
	background: #fff url(/Themes/Smart/Content/img/close.png) center no-repeat !important;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: center;
	color: #5be;
}
.order-summary-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	min-width: 180px;
	margin: 0 5px 5px;
}
.checkout-attributes {
	margin: 20px 0 0;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
	text-align: center;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}

.cart-footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cart-footer .totals {
	max-width: 95%;
	margin: 0 auto 30px;
	text-align: center;
}
.cart-footer .total-info {
	margin: 0 0 20px;
}
.cart-total {
	border-radius: 10px;
	background: #f6f6f6;
}
.cart-total td {
	width: 50%;
	border-top: 1px solid #fff;
	padding: 10px;
}
.cart-total tr:first-child td {
	border-top: none;
}
.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service a {
	font-weight: bold;
}
.checkout-buttons{
    margin-bottom:10px;
}
.cart-footer .button-1 {
	font-size: 18px;
}

.cart-collaterals {
	max-width: 100%;
	margin: 0 auto 30px;
}
.addon-buttons > img {
    display: block;
    margin: 0 auto 5px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 14px;
	color: #5be;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .deals > div {
	width: 300px;
	max-width: 95%;
	margin: 0 auto 10px;
}
.cart-collaterals .coupon-code {
	border-radius: 30px;
	overflow: hidden;
	background: #aaa;
	padding: 1px;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 65%;
	height: 34px; /*safari padding fix*/
	margin: 0 -1px 0 0;
	border: none;
	border-radius: 30px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 35%;
	height: 34px; /*safari padding fix*/
	background: none;
	font-size: 13px;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .shipping {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 30px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
}

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-points .title {
	display: none;
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.checkout-page .select-pickup-point {
	text-align: center;
}
.checkout-page .select-pickup-point li {
	display: inline-block;
}
.checkout-page .select-address select {
	max-width: 100%;
}
.checkout-page .pickup-points-map {
	height: 300px;
	margin: 30px 0 0;
}

.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	margin: 10px 0 20px;
}
.checkout-page .address-item div {
	margin: 10px 0 0;
}
.checkout-page .address-item input {
	border-radius: 8px;
	font-size: 16px;
}
.checkout-page .address-item ul {
	padding: 10px;
}
.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;
}
.edit-address {
	margin: 0 0 20px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
	padding: 10px 20px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 10px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.payment-info .info {
	margin: 0 0 20px;
	line-height: 20px;
}
.payment-info .info td {
	padding: 5px 0;
}
.confirm-order {
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.confirm-order .button-1 {
	font-size: 18px;
}
.confirm-order .message-error {
	margin-bottom: 15px;
}
.order-completed .button-2 {
	padding: 10px 30px;
	font-size: 18px;
    text-transform: uppercase;
}
.order-review-data,
.shipment-overview {
	padding: 20px 10px;
	margin: 0 0 50px;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,
.shipment-overview li {
	padding: 2px 0; 
}
.order-review-data .title,
.shipment-overview .title {
    font-weight: bold;
}
.order-review-data .title,
.order-details-area .title,
.shipment-overview .title  {
	margin: 20px 0 5px;
	font-size: 14px;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child {
	margin-top: 0;
}
.order-review-data .title strong,
.order-details-area .title strong {
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}
.checkout-data .use-reward-points {
	margin: 0 0 20px;
}

.opc .step-title {
	margin-bottom: 1px;
	border-radius: 6px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
	text-align: left;
}
.opc .step-title * {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px; 
	font-weight: normal;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
	background: #5be /*url(/Themes/Smart/Content/img/pattern1.png) repeat*/;
}
.opc .active .step-title * {
	color: #fff;
}
.opc .step-title span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	border-radius: 4px;
	background: #5be;
	padding: 4px 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
}
.opc .back-link a:hover {
	text-decoration: underline;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .pickup-points label {
	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;
	border-radius: 8px;
	background: #f6f6f6;
	padding: 10px 15px;
	line-height: 20px;
}
.order-details-area {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 10px;  
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input,
.order-details-area .repost .re-order-button {
	min-width: 100px;
	margin: 0 5px 10px;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.order-details-page .cart-total {
	width: 300px;
	margin: 0 auto 30px;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	padding: 15px 15px 0;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.advanced-search {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 15px 15px 0;
}
.advanced-search .price-range {
	display: inline-block;
	margin: 0 0 0 -30px;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
	padding: 10px 30px;
	font-size: 18px;
    text-transform: uppercase;
}
.search-page .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
	border-top: 1px dashed #ccc;
	padding: 20px 0 0;
}

.sitemap-page .description{
    margin: 0 0 20px;
}
.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
	margin: 0 0 20px;
	border-bottom: 1px dashed #ddd;
	padding: 0 0 15px;
}
.sitemap-page .entity-title h2 {
	padding: 0 5px;
	font-size: 14px;
}
.sitemap-page .entity-body {
	padding: 0 5px;
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}
.sitemap-page li:after {
	content: "|";
	position: absolute;
	top: 4px;
	right: -15px;
	color: #ccc;
}
.sitemap-page a {
	display: block;
	line-height: 32px;
	color: #5be;
}
.sitemap-page a:hover {
	text-decoration: underline;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/




.year strong {
	cursor: default;
}
.year .sublist {
	margin-top: 0 !important;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 20px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 18px;
	color: #5be;
}
.post-title:hover,
.news-title:hover {
	text-decoration: underline;
}
.post-date,
.news-date {
	display: block;
	margin: 0 0 10px;
	font-style: italic;
}
.post-head,
.news-head {
	margin: 0 0 20px;
}
.post-head ~ *,
.news-head ~ * {
	display: none;
}
.post-body,
.news-body,
.news-details {
	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;
}
.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;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
	color: #5be;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	text-decoration: underline;
}
.blog-page .post .buttons{
    text-align: left;
}
.blog-page .post .buttons a {
	font-weight: bold;
    margin-right: 10px;
}
.blog-page .post .buttons a:hover {
	text-decoration: underline;
}

.new-comment {
	margin: 20px auto 40px;
}
.new-comment .title {
	margin: 0 0 10px;
}
.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 {
	padding: 10px 30px;
	font-size: 20px;
	text-transform: uppercase;
}

.comment-list .title {
	margin: 0 0 15px;
	font-size: 18px;
}
.comment-list .title strong {
	font-weight: normal;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-style: italic;
}
.comment-time * {
	vertical-align: middle;
}
.comment-body {
	line-height: 20px;
}

.news-items .buttons a {
	display: inline-block;
	background: #5be;
	padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
}
.news-items .buttons{
    margin: 0;
}
.news-items .buttons a:hover {
	opacity: 0.8;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 30px;
	text-align: center;
}
.news-list-homepage .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	text-transform: capitalize;
}
.news-list-homepage .title strong {
	display: inline-block;
	width: 220px;
	border-radius: 8px 8px 0 0;
	background: #333 url(/Themes/Smart/Content/img/pattern2.png) repeat;
	padding: 10px 20px;
	font-weight: normal;
	color: #fff;
}
.news-list-homepage .news-items {
	padding: 0 5%;
}
.news-list-homepage .news-body {
	height: 100px;
	overflow: hidden;
}
.news-list-homepage .view-all a {
	display: block;
	max-width: 300px;
	margin: auto;
	border-radius: 6px;
	background: #f6f6f6;
	padding: 5px 0;
	line-height: 32px;
	font-size: 13px;
    color: #5be;
}
.news-list-homepage .view-all a:hover {
	background: #eee;
}


/* 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;
}
/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 auto 30px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
}
.cart th, .data-table th,
.forums-table-section th {
	border-top: 1px solid #ddd;
	background: #eee;
    padding: 15px 12px;
    white-space: nowrap;
	font-size: 13px;
}
.cart th:first-child,
.data-table th:first-child,
.forums-table-section th:first-child {
	border-left: 1px solid #ddd;
}
.cart th:last-child,
.data-table th:last-child,
.forums-table-section th:last-child {
	border-right: 1px solid #ddd;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ddd;
    background: #fff;
    padding: 10px;
}
.cart td:first-child,
.data-table td:first-child,
.compare-products-table td:first-child,
.forums-table-section td:first-child {
	border-width: 1px 1px 0 1px;
}
.cart th:first-child,
.data-table th:first-child,
.compare-products-table tr:first-child td:first-child,
.forums-table-section th:first-child {
	border-radius: 8px 0 0 0;
}
.cart th:last-child,
.data-table th:last-child,
.compare-products-table tr:first-child td:last-child,
.forums-table-section th:last-child {
	border-radius: 0 8px 0 0;
}
.cart tr:last-child td:first-child,
.data-table tr:last-child td:first-child,
.compare-products-table tr:last-child td:first-child,
.forums-table-section tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}
.cart tr:last-child td:last-child,
.data-table tr:last-child td:last-child,
.compare-products-table tr:last-child td:last-child,
.forums-table-section tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
	display: inline-block;
	margin: 5px 0;
	font-style: italic;
	color: #5be;
}
.cart .product a,
.data-table .product a, 
.data-table .info a,
.compare-products-table .product-name a {
	font-size: 14px;
}
.cart a:hover, .data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
	text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    color: #c00;
    white-space: nowrap;
}

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    color: #c00;
}
.compare-products-table .product-price td:first-child {
    color: #666;
}

.compare-products-table-mobile img {
    max-width: 145px;
}

.go-to-page {
	display: inline-block !important;
}

/* footable custom css */

.footable 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;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
     display: table-row;
}
.footable-row-detail-name {
	padding: 5px;
    display: table-cell;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 5px;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/Smart/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/Smart/Content/img/table-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

@media all and (max-width: 824px) {
    .compare-products-table-mobile .item-count {
        display: none;
    }
}

@media all and (max-width: 826px) {

    .downloadable-products-page .data-table .item-count,
    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count,
    .section.shipments .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 628px) {

    .return-request-page .data-table .item-count,
    .section.products .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 521px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}
@media all and (min-width: 240px) and (max-width: 1000px) {

/* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
	    height: 50px;
	    margin: 0 0 25px; /*default menu parent margin*/
    }
    .fullscreen .responsive-nav-wrapper-parent {
	    margin-bottom: 0; /*menu parent margin above slider*/
    }
    .no-slider .responsive-nav-wrapper-parent {
	    margin-bottom: 30px; /*menu parent margin above category grid*/
    }
    .responsive-nav-wrapper {
	    position: relative;
	    width: 100%;
	    background: #5be url(/Themes/Smart/Content/img/pattern1.png) repeat;
	    text-align: center;
	    font-size: 0;
	    color: #fff;
	    text-transform: uppercase;
    }
    .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(-52px);
        -ms-transform: translateY(-52px);
        transform: translateY(-52px);
    }
    .responsive-nav-wrapper.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 {
	    display: block;
	    color: #fff;
	    font-size: 20px;
	    line-height: 21px;
	    text-transform: uppercase;
	    height: 51px;
	    overflow: hidden;
	    cursor: pointer;
	    padding: 15px 15px 15px 35px;
    }
    .responsive-nav-wrapper .menu-title {
	    display: inline-block;
	    background: url(/Themes/Smart/Content/img/mobile-icon-menu.png) no-repeat left center;
    }
    .responsive-nav-wrapper .filters-button {
	    display: none;
	    background: url(/Themes/Smart/Content/img/mobile-icon-filters.png) no-repeat left center;
    }
    .filtersPanel .block .title {
        background: #fff;
    }

/* 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: 1000000;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.4);
        }

    #headerMenuParent {
	    height: 0;
    }
    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333 !important;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .notAndroid23 .justAFixingDivBefore,
    .notAndroid23 .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .android23 .justAFixingDivBefore,
    .android23 .header-menu {
        left: -320px;
    }        
    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
    }
    .notAndroid23 .header-menu.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .android23 .header-menu.open {
        left: 0;
    }

    .header-menu .close-menu,
    .header-menu .back-button {
        position: relative;
        border-bottom: 1px solid #999;
        background: #5be;
        padding: 12px;
        text-align: right;
        cursor: pointer;
    }
    .header-menu .close-menu span,
    .header-menu .back-button span {
	    padding: 0;
	    font-size: 22px;
	    color: #fff;
	    text-transform: uppercase;
	    line-height: normal;
    }
    .header-menu .close-menu:before,
    .header-menu .back-button:before {
	    content: " ";
	    position: absolute;
	    top: 50%;
	    left: 10px;
	    margin-top: -16px;
	    display: inline-block;
	    width: 32px;
	    height: 32px;
	    border-radius: 20px;
	    overflow: hidden;
	    background: #fff url(/Themes/Smart/Content/img/clear_button.png) center no-repeat;
	    padding: 0;
    }
    .header-menu > ul {
	    background: #fff;
    }
    .header-menu > ul li {
        border-bottom: 1px dotted #5be;
        background: #fff;
    }
    .header-menu > ul li:first-child {
	    border-top: none;
    }
    .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;
        position: relative;
        z-index: 1;
        padding: 17px 18px;
        line-height: 16px;
        font-size: 16px;
        color: #555;
        text-transform: uppercase;
    }
    .header-menu > ul li > .with-subcategories {
	    width: 270px;
	    float: left;   
    }
    .header-menu .plus-button {
        position: relative;
        z-index: 2;
        float: right;
        width: 50px;
        height: 50px;
        background: url(/Themes/Smart/Content/img/next.png) center no-repeat;
        cursor: pointer;
        border-left: 1px dotted #5be;
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333 !important;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 3;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    .notAndroid23 .header-menu .sublist-wrap {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .android23 .header-menu .sublist-wrap {
        left: -320px;
    }
    .notAndroid23 .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .android23 .header-menu .sublist-wrap.active {
        left: 0;
    }

/* header menu functionality classes */

    .admin-header-links,.header,
    .responsive-nav-wrapper,
    .slider-wrapper,
    .master-column-wrapper,
    .footer {
	    -webkit-transition: -webkit-transform .3s ease-in-out;
	    transition: transform .3s ease-in-out;        
    }
    .notAndroid23 .move-right {
	    -webkit-transform: translate(320px);
	    -ms-transform: translate(320px);
	    transform: translate(320px);        
    }

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* HEADER */

.search-box input.search-box-text {
	width: 300px !important;
	max-width: none !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 340px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* FOOTER */

.footbox .title {
	border-bottom-style: dotted;
}
.contacts {
	display: block;
	text-align: center;
}
.contacts li {
	display: inline-block;
	width: 45%;
}
.contacts li span:before {
	display: block;
	margin: 0 auto 5px;
}
.newsletter-email input[type="text"] {
	width: 300px;
}
.footlist {
	max-width: 280px;
	margin: 20px 10px;
}

/* LEFT/RIGHT COLUMN */

.side-2 {
	font-size: 0;
	text-align: left;
}
.block {
	display: inline-block;
	width: 48%; /*two per row*/
	max-width: none;
	margin: 0 1%;
	text-align: left;
}
.block .listbox {
	padding: 0 5px 40px 10px;
	text-align: left;
}
.block .list a,
.block .year strong  {
	display: block;
}
.block .sublist {
	margin: -5px 0 20px 20px;
}
.block .view-all {
	text-align: right;
}
.block-popular-tags .listbox,
.block-poll .listbox {
	padding-left: 5px !important;
}
.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;
}

/* CATEGORY PAGE & GRIDS */

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	text-align: left;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	max-width: none;
}
.product-selectors > div {
	width: 48%;
	margin: 0 1%;
}
.product-selectors span {
	display: inline;
}
.product-selectors select {
	max-width: 130px;
}
.item-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.item-box {
	width: 48%; /*two per row*/
	margin: 0 1% 30px;
    float: left;
}
.item-box:nth-child(2n+1) {
	clear: both;
}

/* PASSWORD PROTECTION */

.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 110px;
}
.block-account-navigation {
	display: block;
	margin: 0 auto !important;
	text-align: center !important;
}

/* SHOPPING CART & CHECKOUT */

.order-progress li {
	width: 90px;
}
.cart-footer .totals {
	max-width: 75%;
}
.order-review-data,
.shipment-overview {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.order-review-data ul,
.shipment-overview ul {
	display: table-cell;
}
.order-details-area td,
.shipment-overview td {
	float: none;
	width: auto;
}

/* BLOG & NEWS */

.news-list-homepage .news-items {
	padding: 0 2%;
	font-size: 0;
}
.news-list-homepage .news-items:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.news-list-homepage .news-item {
	display: inline-block;
	width: 46%;
	margin: 0 2% 20px;
	vertical-align: top;
	font-size: 12px;
    float: left;
}
.news-list-homepage .news-title {
	height: 40px;
	margin-bottom: 0;
	overflow: hidden;
	line-height: 19px;
}
.news-list-homepage .view-all {
	clear: both;
}

}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.page-title h1 {
	float: left;
}
.center-1 .page-title {
	margin-left: 0;
}
.link-rss {
	display: block;
	float: right;
	margin: 5px 0 0;
}
.fieldset .title,
.section .title {
	margin: 0;
	border-bottom: none;
}

/* HEADER */

.header-upper {
	background: #222;
	padding: 10px;
}
.header-links-wrapper {
	float: left;
	margin: 0;
	background: none;
	padding: 0;
}
.header-links {
    float:left;
}
.header-selectors-wrapper {
	float: right;
	margin: 0;
}
.header-selectors-wrapper > div {
	margin-bottom: 0;
}
.cart-wrapper {
    margin: 0 0 0 20px;
    float: left;
}

/* FOOTER */

.contacts li {
	width: 24%;
}
.social li {
	margin: 0 5px 0 5px;
}
.footlist {
	max-width: 330px;
	margin: 20px;
}
.footlist .title {
	font-size: 20px;
}
.footer-lower {
	padding: 10px;
}
.footer-lower .center {
	display: table;
	width: 100%;
	height: 32px;
}
.footer-lower .inner-wrapper {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
}
.footer-powered-by,
.footer-designed-by {
	float: right;
	padding-left: 10px;
	vertical-align: top;
	text-align: right;
}
.footer-disclaimer {
    float: left;
}
.theme-selector {
	position: absolute;
	top: 28px;
	left: 50%;
	margin: -16px 0 0 -75px !important;
    width: 130px;
}


/* LEFT/RIGHT COLUMN */

.block {
	width: 32%; /*three per row*/
	margin: 0 0.66%;
}
.block .title {
	text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child a {
	margin-left: 0;
}
.product-selectors > div {
	width: 32%;
	margin: 0 0.66%;
	text-align: center;
}
.product-selectors select {
	max-width: 145px;
}
div.product-viewmode {
	display: inline-block;
}
.item-box {
	width: 32%; /*three per row*/
	margin: 0 0.66% 30px;
}
.item-box:nth-child(2n+1) {
	clear: none;
}
.item-box:nth-child(3n+1) {
	clear: both;
}
.product-list .item-box {
	display: block;
	float: none;
	width: auto;
	padding: 0 0 20px;
	text-align: left;
}
.product-list .product-item:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-list .item-box .picture {
	float: left;
	width: 30%;
}
.product-list .item-box .product-title,
.product-list .item-box .details {
	float: left;
	width: 70%;
	padding: 0 0 0 15px;
}
.product-list .item-box .buttons {
	text-align: left;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 320px;
}
.gallery .picture {
	margin: 0 0 10px;
}
.overview {
	margin-left: 340px !important;
}
.overview .buttons {
	text-align: left;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.free-shipping {
	margin: 10px 0;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	margin-left: 30px;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 235px;
}
.variant-overview .add-to-wishlist-button {
	display: none;
	float: left;
	clear: none;
	margin: 5px 0;
}
.product-specs-box td {
	width: auto;
}
.product-tags-box {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

/* ATTRIBUTES */

.attributes {
	margin: 0 0 10px;
}
.attributes dt {
	float: left;
	clear: left;
	min-width: 60px;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.rental-attributes dt {
	width: auto;
	clear: none;
}
.rental-attributes dd {
}
.rental-attributes .datepicker {
	width: 100px;
}
.color-squares {
	text-align: center;
}
.color-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}

/* GIFT CARD */

.giftcard {
	clear: both;
	margin-left: 340px;
}
.giftcard label {
	display: inline-block;
	min-width: 115px;
	margin: 0 10px 0 0;
}

/* REVIEW PAGE */

.product-reviews-page .title {
	display: none;
}
.write-review {
	margin: 0 0 50px;
}
.write-review .form-fields {
	border: 1px solid #ccc;
	border-radius: 16px;
	overflow: hidden;
	padding: 15px;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .buttons {
	text-align: center;
}
.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}
.wishlist-page .share-info {
	text-align: center;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 0;
	right: 0;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 5% 15px;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 15px 0;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .fieldset,
.login-page .customer-blocks,
.login-page .returning-wrapper,
.account-page .fieldset {
	margin-bottom: 50px;
}
.registration-page .form-fields,
.account-page .form-fields,
.account-page ul.info,
.account-page ul.details,
.return-request-page .form-fields,
.avatar-page .fieldset {
	margin: 0 5%;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 15px;
}
.fieldset.first .inputs:first-child,
.fieldset.first .inputs:last-child {
	margin: 0 10px;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}
.login-page .returning-wrapper .title {
	margin-bottom: 0;
	border-bottom: none;
}
.login-page .form-fields {
	margin: 0 5% 20px;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 10px 0;
}
.login-page .captcha-box {
	margin-bottom: 10px;
}
.password-recovery-page .fieldset {
	border: 1px solid #ccc;
	border-radius: 16px;
}
.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 65px;
	right: 20px;
}
.edit-address {
	margin: 0 5% 20px;
	border: 1px solid #ddd;
	border-radius: 16px;
	padding: 20px;
}
.change-password-page .fieldset {
	margin-bottom: 30px !important;
	padding: 10px;
}
.avatar-page .fieldset {
	margin-bottom: 30px !important;
	padding: 20px;
	text-align: center;
}
.avatar-page .info {
	text-align: center;
}

/* SHOPPING CART & CHECKOUT */

.order-progress li {
	width: 100px;
}
.shopping-cart-page .totals {
	float: right;
	width: 47%;
}
.cart-collaterals {
	float: left;
	width: 47%;
	margin: 0 10px;
}
.cart-collaterals .deals > div {
	width: 350px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 24px;
	height: 24px;
}
.cart-collaterals .shipping {
	border-bottom: none;
}
.cart-collaterals .estimate-shipping {
	width: 350px;
	max-width: 95%;
	margin: auto;
}
.estimate-shipping .shipping-options .inputs,
.estimate-shipping .shipping-options .buttons {
	margin: 10px 0;
}
.cart-collaterals .shipping-results strong {
	margin-bottom: 10px !important;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
}
.checkout-page .pickup-points {
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 30px 15px 15px;
}
.checkout-page .address-grid {
	margin: 0 3%;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 15px;
}
.checkout-page .address-item {
	float: left;
	margin: 5px 20px 5px 0;
}
.checkout-page .edit-address {
	margin: 0 3% 20px;
}
.shipping-method .method-list,
.payment-method .method-list {
	border: 1px solid #ccc;
	border-radius: 16px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 10px 0;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.payment-info .info {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 20px;
}
.order-review-data,
.shipment-overview {
	border: 1px solid #ccc;
	border-radius: 16px;
}
.order-review-data ul,
.shipment-overview ul {
	float: left;
    width: 50%;
	padding: 0 15px;
    text-align: center;
}
.order-completed .title {
	margin: 0;
	border-bottom: none;
}
.order-completed .details {
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
}

.opc select {
	background: #f6f6f6;
}
.opc .select-billing-address,
.opc .select-shipping-address {
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 30px 20px;
}
.opc .terms-of-service {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	text-align: center;
}
.order-details-page .page-title a {
	float: right;
	margin: 0 3px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-area {
	border: 1px solid #ccc;
	border-radius: 16px;
}
.order-details-area td {
	float: left;
	margin: 0 15px;
}
.order-details-page .tax-shipping-info {
	text-align: center;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}

/* SEARCH & SITEMAP */

.advanced-search {
	border: 1px solid #ccc;
	border-radius: 16px;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}
.new-comment .notifications {
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 3px;
}
.new-comment .form-fields {
	margin: 0 3% 20px;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 10px;
}
.new-comment textarea {
	width: 500px;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
}
.news-list-homepage .news-item {
	display: block;
	width: auto;
}
.news-list-homepage .news-body {
	height: auto;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 980px;
	min-height: 500px;
	margin: auto;
}
.fullscreen .master-column-wrapper {
	width: auto;
}
.inputs label {
    display: inline-block;
    width: 170px;
    margin: 0 10px 0 -180px;
    text-align: right;
}
.inputs .gender span {
	width: 170px;
}
.inputs .gender span label {
	margin: 0;
}
.inputs .option-list {
	margin-bottom: 0;
}
.inputs .option-list li {
	float: none;
	margin: 5px 0;
}
.inputs .input-box {
	display: inline-block;
}

/* HEADER */

.header {
	text-align: left;
}
.header-upper .center {
	width: 980px;
	max-width: 100%;
	margin: auto;
}
.header-links li {
	margin: 0 5px;
}
.header-links li * {
	line-height: 32px;
}
.header-links li a {
	width: auto;
	height: auto;
	padding-left: 30px;
	text-indent: 0;
}
.header-links a.account,
.header-links a.ico-register {
	background: url(/Themes/Smart/Content/img/links_account_small.png) left no-repeat;
}
.header-links a.ico-login,
.header-links a.ico-logout {
	background: url(/Themes/Smart/Content/img/links_login_small.png) left no-repeat;
}
.header-links a.ico-inbox {
	background: url(/Themes/Smart/Content/img/links_inbox_small.png) left no-repeat;
}
.header-links a.ico-wishlist {
	background: url(/Themes/Smart/Content/img/links_wishlist_small.png) left no-repeat;
}
.header-links a.ico-inbox,
.header-links a.ico-wishlist {
	padding-left: 40px;
}
.header-links li > span {
	top: -3px;
	left: 21px;
}
.header-selectors-wrapper > div {
	float: left;
	margin: 0 0 0 10px;
}

.flyout-cart {
	display: none;
	position: absolute !important;
	top: 32px;
	z-index: 99999;
	width: 300px;
	border-top: 1px solid #222;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
	padding: 0 !important;
	font-size: 11px;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .count {
	border-bottom: 1px solid #ccc;
	border-radius: 18px 18px 0 0;
	background: #ddd;
	padding: 12px 15px;
}
.mini-shopping-cart .count a {
	font-weight: bold;
}
.mini-shopping-cart .items{
	margin: 0 0 10px;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px;
}
.mini-shopping-cart .picture {
	float: left;
	width: 50px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
    width:100%;
}
.mini-shopping-cart .picture img{
    width:100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 60px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 12px;
	color: #5be;
}
.mini-shopping-cart .totals {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 12px;
	text-align: right;
}
.mini-shopping-cart .totals strong {
	color: #c00;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
	padding: 0 10px 5px;
	text-align: right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	padding: 8px 16px;
}

.header-lower {
	padding: 10px;
}
.header-lower .center {
	width: 980px;
	max-width: 100%;
	margin: auto;
}
.header-logo {
	float: left;
}
.header .search-box {
	float: right;
	margin: 6px 0 0;
}

.responsive-nav-wrapper {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

#headerMenuParent {
	min-height: 58px;
	margin: 0 0 25px; /*default menu parent margin*/
}
.fullscreen #headerMenuParent {
	margin-bottom: 0; /*menu parent margin above slider*/
}
.no-slider #headerMenuParent {
	margin-bottom: 60px; /*menu parent margin above category grid*/
}
.header-menu {
	position: relative;
	z-index: 1001;
	margin: 0 0 25px; /*default menu margin, no parent*/
	background: #5be url(/Themes/Smart/Content/img/pattern1.png) repeat;
	text-align: left;
}
.fullscreen .header-menu {
	margin-bottom: 0; /*menu margin above slider, no parent*/
}
.no-slider .header-menu {
	margin-bottom: 60px; /*menu margin above slider, no parent*/
}
#headerMenuParent .header-menu {
	margin-bottom: 0 !important; /*remove menu margin inside the parent*/
}
.header-menu.stick {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.header-menu .close-menu,
.header-menu .back-button {
	display: none;
}
.header-menu > ul {
	width: 980px;
	margin: auto;
	font-size: 0;
	color: #fff;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 20px 20px;
	font-size: 16px; /*reset zeroing*/
	text-transform: uppercase;
    cursor: pointer;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	background: rgba(0,0,0,0.3);
}

.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	z-index: 1;
	min-width: 200px;
	border-top: none;
	border-radius: 0 0 16px 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    background: rgba(85,187,238,0.9);
    font-size: 13px;
    color: #fff;
}
.header-menu .sublist-wrap.active,
.header-menu .sublist-wrap .sublist-wrap.active {
	display: block;
}
.header-menu .sublist {
    padding: 10px 0;
    background: rgba(0,0,0,0.3);
    border-radius: 0 0 16px 16px;
}
.header-menu .sublist li {
	position: relative;
	margin: 1px 0;
}
.header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 8px 10px 8px 26px;
}
.header-menu .sublist li a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 10px;
	width: 9px;
	height: 9px;
	border-radius: 2px 2px 2px 2px;
	background: url(/Themes/Smart/Content/img/arrow3.png) center no-repeat;
}
.header-menu .sublist li:hover > a {
	color: #5be;
}
.header-menu .sublist li:hover > a:before {
	top: 11px;
	width: 11px;
	height: 11px;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -9px;
	left: 100%;
}

/* FOOTER */

.footbox {
	width: 300px;
	margin: 0 0 0 40px;
	text-align: left;
}
.footbox:first-child {
	margin-left: 0 !important;
}
.footbox .title {
	border-bottom-style: solid;
}
.footbox .topic {
	height: 160px;
	overflow: hidden;
}
.contacts li {
	display: block;
	width: auto;
	background: none;
	padding: 0;
	text-align: left;
}
.contacts li span:before {
	display: inline-block;
	margin: 0 10px 0 0;
}
.social {
	height: 32px;
	margin-bottom: 30px;
	overflow: hidden;
}
.newsletter-email input[type="text"] {
	width: 250px;
}
.footlist {
	width: 230px;
	margin: 0 0 0 20px;
	text-align: left;
}
.footlist:first-child {
	margin-left: 0 !important;
}
.footer-lower .center {
	position: relative;
	width: 980px;
	max-width: 100%;
	margin: auto;
}
.footer-lower .inner-wrapper {
	padding-left: 0;
}
.footer-lower .footer-powered-by,
.footer-lower .footer-designed-by {
    float: right;
    margin: 10px 0;
}
.footer-lower .footer-disclaimer {
    float: left;
    margin: 10px 0;
    max-width: 400px;
    text-align: left;
}
.theme-selector {
    width: 150px;
    top: 17px;
} 

/* LEFT/RIGHT COLUMN */

.center-2 {
	float: right;
	width: 700px;
}
.side-2 {
	float: left;
	width: 260px;
	padding-right: 20px;
}
.block {
	display: block;
	width: auto;
	margin: 0 0 50px;
}
.block:last-child {
	margin-bottom: 0;
}
.block .title {
	position: relative;
	cursor: auto;
}
.block .listbox {
	display: block;
	padding: 0 0 0 8px;
}
.block-recently-viewed-products li {
	overflow: hidden;
}
.block .product-picture {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
}
.block a.product-picture {
	padding-left: 0;
}
.block-recently-viewed-products div + a:before {
	display: none;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb li * {
	line-height: normal;
}
.item-box:before {
	padding-top: 150%;
}
.home-page .item-box:before {
	padding-top: 130%;
}
.sub-category-grid {
	margin-bottom: 50px;
}
.product-selectors > div {
	width: auto;
}
.product-selectors select {
	height: auto;
}
.home-page-category-grid {
	margin: 0 0 50px;
	background: #f6f6f6 url(/Themes/Smart/Content/img/multipad.png) repeat;
	text-align: center;
}
.slider-wrapper ~ .master-column-wrapper .home-page-category-grid {
	margin-top: -30px;
}
.home-page-category-grid .item-grid {
    width: 980px;
    margin: 0 auto;
}
.home-page-category-grid .item-box {
	width: 310px;
	margin: 0 0 25px 25px;
}
.home-page-category-grid .item-box:nth-child(3n+1) {
	margin-left: 0;
}
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	margin-bottom: 25px;
}
.sub-category-grid .item-box:before,
.manufacturer-grid .item-box:before,
.vendor-grid .item-box:before {
	display: block;
	padding-top: 110%;
}
.home-page-category-grid .title {
	height: 60px;
	margin: 0 0 25px;
	text-align: left;
}
.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
	height: 50px;
}
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a,
.vendor-grid .title a {
	background: none !important;
	padding: 0;
	color: #333;
}
.home-page-category-grid .title a {
	padding: 0 12px;
	line-height: 60px;
	white-space: nowrap;
}
.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	display: block;
}
.home-page-category-grid .picture {
	height: 310px;
	border: 1px solid #ccc;
	border-radius: 30px;
}
.home-page .product-grid {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.home-page-product-grid .title {
	display: none;
}
.cross-sells .item-box:before {
	padding-top: 110%;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}

/* PRODUCT PAGE */

.gallery .picture-thumbs a {
	margin: 0 0 10px 10px;
}
.gallery .picture-thumbs a:first-child,
.gallery .picture-thumbs a:nth-child(3n+1) {
	margin-left: 0;
}
.rental-attributes dt {
	clear: left;
	width: 75px;
}
.ui-datepicker-calendar td a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ui-datepicker-calendar td a:hover {
	background-color: #eee;
}

/* REVIEW PAGE */

.write-review .review-rating label {
	display: none;
}
.review-rating ul {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}

/* WISHLIST & COMPARE LIST */

.compare-products-table-mobile {
	display: none;
}
.compare-products-table {
	display: table;
}

/* PASSWORD PROTECTION */

.topic-password  {
	padding: 0 20px;
	text-align: left;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.account-page .form-fields,
.account-page ul.info,
.account-page ul.details,
.return-request-page .form-fields,
.avatar-page .fieldset {
	margin: 0;
}
.first .inputs:first-child > label {
	display: inline-block;
}
.login-page .form-fields {
	margin: 0 0 20px;
}
.block-account-navigation {
	text-align: left !important;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.edit-address {
	margin: 0 0 20px !important;
}

/* SHOPPING CART & CHECKOUT */

.selected-checkout-attributes,
.order-summary-content .tax-shipping-info {
	text-align: right;
}
.shopping-cart-page .common-buttons,
.checkout-attributes {
	text-align: right;
}
.checkout-attributes li {
	margin: 0 0 0 10px;
}
.shopping-cart-page .common-buttons input {
	margin: 0 0 0 10px;
}
.cart-footer .totals {
	width: 30%;
	margin: 0;
	text-align: left;
}
.cart-footer .terms-of-service .read:hover {
    text-decoration: underline;
    cursor: pointer;
}
.cart-collaterals {
	width: 67%;
	margin: 0;
}
.cart-collaterals .deals {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}
.cart-collaterals .deals > div {
	display: inline-block;
	width: 47%;
	max-width: 300px;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.cart-collaterals .estimate-shipping {
	width: auto;
	max-width: none;
}
.estimate-shipping .shipping-options .inputs,
.estimate-shipping .shipping-options .buttons {
	display: inline-block;
	width: 31%;
	max-width: 300px;
	margin: 10px 10px 10px 0;
	text-align: left;
}
.estimate-shipping .shipping-options .inputs:last-child {
	display: block;
}
.cart-collaterals .shipping label {
	display: block;
	margin: 0 0 5px;
	text-align: left;
}
.cart-collaterals .shipping input[type="text"] {
	height: 32px;
}
.checkout-page .selected-checkout-attributes {
	text-align: right;
}
.checkout-page .totals {
	float: right;
}
.checkout-page .address-grid {
	margin: 0;
}
.addon-buttons > img {
    margin: 5px 0;
}
.order-details-page .tax-shipping-info {
	text-align: right;
}

/* SEARCH & SITEMAP */

.basic-search input[type="text"] {
	width: 350px;
}
.advanced-search .price-range {
	margin-left: 48px;
}
.advanced-search .price-range input {
	height: auto;
}

/* BLOG & NEWS */

.new-comment .form-fields {
	margin: 0 0 20px;
}
.news-item-page .inputs:first-child label {
	display: inline-block;
}
.news-item-page textarea {
	display: block;
	margin: auto;
}
.news-list-homepage .title {
	display: none;
}
.news-list-homepage .news-items {
	width: 980px;
	margin: auto;
	padding: 0;
	font-size: 0;
}
.news-list-homepage .news-item {
	display: inline-block;
	width: 470px;
	margin: 0 40px 20px 0;
	border: none;
	padding: 0;
	text-align: left;
	font-size: 12px;
}
.news-list-homepage .news-item:nth-child(even) {
	margin-right: 0;
}
.news-list-homepage .news-title {
	display: block;
	margin: 0 0 20px;
	border-bottom: 1px dashed #ccc;
}
.news-list-homepage .news-body {
	position: relative;
	height: 100px;
	margin-bottom: 0;
	text-align: justify;
}
.news-list-homepage .news-body:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #fff;
}
.news-list-homepage .read-more {
	float: right;
}
.news-list-homepage .view-all {
	display: none;
}

/* POLL */

    .home-page-polls {
        margin: 0 auto;
        width: 980px;
    }
 
    .captcha-box input {
        height: auto;
    }

}


@media all and (min-width: 1280px) {

.header-upper .center,
.header-lower .center,
.header-menu > ul {
	width: 1200px;
}
.fullscreen .header-upper .center,
.fullscreen .header-lower .center,
.fullscreen .header-menu > ul {
	width: 980px;
}

.master-column-wrapper {
	width: 1200px;
}
.footbox {
	width: 360px;
	margin-left: 60px;
}
.fullscreen .footbox {
	width: 300px;
	margin-left: 40px;
}
.footlist {
	width: 270px;
	margin-left: 40px;
}
.fullscreen .footlist {
	width: 230px;
	margin-left: 20px;
}
.footer-lower .center {
	width: 1200px;
}
.fullscreen .footer-lower .center {
	width: 980px;
}
.center-2 {
	width: 880px;
}
.side-2 {
	width: 290px;
}

.rental-attributes dt {
	clear: none;
	width: auto;
}
	
}


/* FORUM MAIN & SEARCH */

.forums-header {
	margin: 0 0 20px;
    clear: both;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	line-height: 36px;
}
.forum-search-box .basic {
	overflow: hidden;
}
    
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 300px;
}
.forum-search-box .search-box-button{
	float: right;
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: url(/Themes/Smart/Content/img/search-button.png) center no-repeat !important;
	text-indent: 999px;
}
.forum-search-box .basic{
    display: inline-block;
	margin: 0 0 5px;
    background: #333;
    border-radius: 30px;
    padding: 1px;
}
.forum-search-box input{
    border-radius: 30px;
    border: none;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section .table-wrapper{
    overflow-x: auto;
}
.forums-table-section td{
    min-width: 150px;
}
.forums-table-section td.image{
    min-width: 100px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	line-height: 24px;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
}

.forums-table-section .image div {
	width: 30px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Smart/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Smart/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Smart/Content/img/folder3.png) center no-repeat;
}
.forums-table-section-body a {
    vertical-align: middle;
}

.forum-search-page .basic-search {
	text-align: center;
    padding: 15px;
}
.forum-search-page .basic-search input{
    float: none;
}
.forum-search-page .basic-search div:first-child {
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

/* BREADCRUMB & PAGERS */


.forum-breadcrumb {
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
}

/* FORUM PAGE */


.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-page .forum-actions {
	margin: 0 0 20px;
}
.forum-page .forum-name h1 {
	font-size: 18px;
}
.forum-page .actions {
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic {
	background: url(/Themes/Smart/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Smart/Content/img/forum_icon5.png) left center no-repeat;
}

/* TOPIC PAGE & PROFILE PAGE */


.forum-topic-page .topic-name h1{
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.forum-topic-page .topic-header {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-actions {
    margin: 0 0 20px;
}
.forum-topic-page .topic-actions .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-topic-page .reply-topic-button {
	background: url(/Themes/Smart/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button {
	background: url(/Themes/Smart/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-topic-page .manage-post {
    font-size: 0;
}
.forum-topic-page .manage-post a {
    display: inline-block;
	padding: 5px 10px 5px 25px;
    line-height: 16px;
    font-size: 12px;
    background-position: left 5px center;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url(/Themes/Smart/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/Smart/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Smart/Content/img/forum_icon3.png) left center no-repeat;
}

.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-post .manage {
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .manage a {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 25px;
}
.topic-post .manage a:first-child {
	margin-left: 0;
}
.topic-post .manage a:hover {
	text-decoration: none;
}
.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .post-info {
	margin: 0 0 20px;
}
.topic-post .user-info {
	margin: 0 0 20px;
}
.topic-post .username {
	display: block;
	font-weight: bold;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    line-height: 16px;
    max-width: 300px;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	overflow: hidden;
    max-width: 300px;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.profile-info-box .send-pm {
    clear: both;
    margin: 10px 0;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
    overflow: hidden;
}
.topic-post .post-time {
    padding: 5px;
}
.topic-post .quote-post a {
	margin: 0 5px;
	text-decoration: underline;
    line-height: 26px;
}

.topic-post .post-body,
.topic-post .signature {
    display: block;
}

.topic-post .post-vote {
    display: none;
}
.topic-post .post-vote > span {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	background-image: url(/Themes/Smart/Content/img/votes.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.topic-post .post-vote > .vote.up {
	background-position: -25px center;
}
.topic-post .post-vote > .vote.down {
	background-position: 0 center;
}
.topic-post .post-vote > div {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.topic-post .signature {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0 0;
	text-align: left;
    font-style: italic;
}

.topic-actions.lower .actions {
    display: none;
}

.profile-info-box {
	overflow: hidden;
}
.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;
}

/* FORUM EDIT & SEND MESSAGE */


.forum-edit-page .page-title h1, 
.private-message-send-page .page-title h1,
.move-topic-page .page-title h1 {
    float: none;
    text-align: center;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
    vertical-align: middle;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input,
.move-topic-page .buttons input{
	min-width: 115px;
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
}
.forum-edit-page .inputs span {
    vertical-align: middle;
    margin-left: 5px;
}

.private-message-send-page .message label {
	display: none;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize !important;
}
.private-message-view-page .buttons input{
    margin: 10px 0;
}



@media all and (min-width: 769px) {

.current-time {
	float: left;
}
.forum-search-box {
	float: right;
}
.forum-search-box .advanced {
	text-align: right;
}

.topic-post .post-info,
.profile-info-box .avatar {
	float: left;
	width: 200px;
}
.topic-post .post-info {
	margin: 0 ;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-left: 210px;
}
.topic-post .post-time {
	float: left;
}
.topic-post .post-actions{
	float: right;
}
.topic-post .post-actions > *{
	display: inline-block;
	vertical-align: top;
}

.topic-post .post-content {
	position: relative;
}
.topic-post .post-time {
    float: left;
}
.topic-post .post-body,
.topic-post .signature {
	margin-right: 40px;
}
.topic-post .post-vote {
	display: block;
	position: absolute;
	top: 45px;
	right: 0;
}

.forum-topic-page .manage-post a {
border-right: 1px solid #ccc;
}
.forum-topic-page .manage-post a:first-child{
	border-left: 1px solid #ccc;
}
.forum-topic-page .manage-post a:hover{
	background-color: #ddd;
}

.profile-info-box .send-pm {
	margin: 0;
}

}

@media all and (min-width: 1001px) {

.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 330px;

}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 330px;
}
.forum-edit-page .inputs label,
.private-message-send-page .inputs label{
	margin: 0;
	width: 330px;
	padding-right: 10px;
}

.forum-edit-page label,
.private-message-send-page label {
	width: 228px;
}
.forum-edit-page .inputs,
.private-message-send-page .inputs{
	text-align: left;
}
.forum-edit-page .inputs.reversed, 
.private-message-send-page .inputs.reversed{
	margin-left: 340px;
}
.private-message-view-page .buttons{
	text-align: left;
}
.private-message-view-page .buttons input{
	margin: 0;
}
.private-message-view-page .back-pm-button {
	float: right;
}

}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/


.filtersTitlePanel {
	display: none;
}
.clearFilterOptionsAll {
	float: right;
	cursor: pointer;
}

.filtersPanel {
    font-size: 0;
}
.filter-block {
	max-width: none;
	text-align: left;
}
.filter-block .title {
    position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: #fff;
	text-align: left;
    font-size: 16px;
	color: #555;
	text-transform: uppercase;
}
.filter-block .title > *:first-child {
	padding: 17px 18px;
}
.filter-block a.toggleControl {
	display: block;
	cursor: pointer;
}
.filter-block a.toggleControl.closed {
	background-position: left -18px;
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 30px;
	overflow: hidden;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/clear_button.png) center no-repeat;
	text-indent: 999px;
	text-transform: lowercase;
	cursor: pointer;
}
.filter-block a.clearFilterOptions:hover,
.filter-block a.clearPriceRangeFilter:hover {
	background-color: #eee;
	border-color: #ccc;
}
.filtersGroupPanel {
	display: none;
	padding: 10px 0;
}

/* SEARCH CRITERIA */

.selected-options-list > li {
	text-align: left;
	font-size: 14px;
	color: #333;
    overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.selected-options-list > li label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.selected-options-list > li span {
	display: block;
    float: left;
    padding: 9px 20px 9px 3px;
    margin: 0 6px 0 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/clear_button.png) top 12px right 4px no-repeat;
	vertical-align: middle;
	color: #5be;
	cursor: pointer;
}

/* PRICE RANGE SLIDER */

.priceRangeMinMaxPanel {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 5px;
}
.priceRangeMinPanel {
	float: left;
}
.priceRangeMaxPanel {
	float: right;
}
.ui-slider {
	position: relative;
	height: 8px;
	margin: 0 20px 20px;
    background: #eee;
}
.ui-slider-range {
	position: absolute;
	height: 8px;
	background: #999;
}
.ui-slider-handle {
	position: absolute;
	top: -14px;
	width: 37px;
	height: 37px;
	margin-left: -18px;
	border: 3px solid #fff;
	background: #5be url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/arrow_right.png) center no-repeat;
	border-radius: 30px;
}
.ui-slider-handle:last-child {
    background: #5be url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/arrow_left.png) center no-repeat;
}
.priceRangeCurrentPricesPanel {
	overflow: hidden;
	padding: 0 5px;
	color: #c00;
	font-size: 14px;
}
.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}
.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

/* CHECKBOX MODE */

.filtersGroupPanel ul:after {
	content: "";
	display: block;
	clear: both;
}
.filtersGroupPanel li {
	margin: 1px 0;
}
.filtersGroupPanel.imageSquares li {
    margin: 5px 0;
}
.filtersGroupPanel li.checkbox-item input {
	position: absolute;
	opacity: 0;
}
.filtersGroupPanel li.checkbox-item label {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 14px;
}
.filtersGroupPanel li.checkbox-item label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	border: 1px solid #999;
}
.filtersGroupPanel li.checkbox-item.checked label {
	border-radius: 5px;
	background: #eee;
}
.filtersGroupPanel li.checkbox-item.checked label:before,
.colorOptions li.checkbox-item.checked .color {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/selected.png) no-repeat center;
}
.filtersGroupPanel li.checkbox-item.disabled label {
	color: #999;
	cursor: default;
	opacity: 0.4; 
}

/* COLOR SQUARES */

.colorOptions li.checkbox-item label:before {
	display: none !important;
}
.colorOptions li.checkbox-item .color {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	border: 1px solid #000;
	overflow: hidden;
	font-size: 0;
}
.imageOptions li.checkbox-item .color {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-size: cover;
    background-position: center;
}
.imageOptions li.checkbox-item .filter-item-name {
    padding: 9px 9px 9px 50px;
    cursor: pointer;
}
.colorOptions li.checkbox-item.disabled .color {
	opacity: 0.4;
}
.colorOptions .defaultColor {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAIAAACRuyQOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2MDkzNUE1N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2MDkzNUE2N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTYwOTM1QTM3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTYwOTM1QTQ3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73zzpFAAAAkElEQVR42rzNiQ3AIAwEsIzO5i1SpT4UyHcXL2A5SrTWpKjpihr29DTU6dPwprEhTZOGMc0b+LRssNOuAU5Kg5r0BjKZmvxkbZKTo8lMviY8uZvYFGkCU7DxTvHGNaUa+5RtjBOgsUyYRp1gzX5CNpsJ3KwmfDOdKM1/YjXDRGzeE7e5J3pzTRVNV9SInAIMAJwnJvFb6ab1AAAAAElFTkSuQmCC) no-repeat center;
    background-size: cover;
}

/* DROPDOWN MODE */

.filtersGroupPanel .select-wrap {
    position: relative;
}
.filtersGroupPanel .select-wrap select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	opacity: 0;
}
.filtersDropDownPanel .select-wrap .select-box {
	display: block;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 18px;
	position: relative;
	padding: 8px 12px;
	text-align: left;
	cursor: pointer;
}
.filtersDropDownPanel .select-wrap .select-box:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 5px;
	width: 23px;
	height: 23px;
	border-radius: 20px;
	background: #5be url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/arrow_down.png) center no-repeat;
	opacity: 0.8;
}
.filtersDropDownPanel.disabled .select-wrap .select-box {
	color: #999;
	opacity: 0.4;
}

.number-of-returned-products.active {
    display: none;
}

/* AJAX LOADER */

.productPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
	opacity: 0.7;
	z-index: 2;
}
.infinite-scroll-loader {
    display: none;
    height: 100px;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
    font-size: 0;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 2;
    clear: both;
}

/* NO RESULTS POPUP */

.ajaxFilters.k-window {
	position: absolute;
	z-index: 10001;
	height: auto !important;
	box-shadow: 0 1px 3px #666;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding: 0px !important;
}
.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	border-bottom: 1px solid #bbb;
	background: #ddd;
	padding: 10px;
}
.ajaxFilters .k-window-titlebar span {
	font-size: 16px;
	color: #333;
	text-shadow: 1px 1px 0 #eee;
}
.ajaxFilters .k-window-actions {
	position: absolute;
	top: 8px;
	right: 10px;
}
.ajaxFilters .k-window-actions a {
	display: block;
}
.ajaxFilters .k-window-actions .k-icon {
	display: block;
	height: 24px;
	width: 24px;
	border-color: transparent;
	border-radius: 12px;
	box-shadow: 0 0 1px #999 inset;
	background: #5be url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close-hover.png) no-repeat center;
	font-size: 0;
}
.ajaxFilters .k-window-actions .k-icon:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close.png) no-repeat center;
}
.ajaxFilters .k-window-content {
	min-height: inherit !important;
	min-width: inherit !important;
	padding: 15px;
	line-height: 18px;
	color: #555;
}


@media all and (max-width: 1000px) {

.responsive-nav-wrapper .filters-button {
	display: inline-block;
}

.nopAjaxFilters7Spikes {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
    height: 100%;
    text-align: left;
    background: #333 !important;
    overflow: hidden;
    z-index: 2147483647;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.notAndroid23 .nopAjaxFilters7Spikes{
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.android23 .nopAjaxFilters7Spikes{
	left: -320px;
}
.nopAjaxFilters7Spikes.open {
	box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
.notAndroid23 .nopAjaxFilters7Spikes.open{
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .nopAjaxFilters7Spikes.open{
	left: 0;
}

.nopAjaxFilters7Spikes .close-filters {
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	background: #5be;
	padding: 12px;
	text-align: right;
	cursor: pointer;
}
.nopAjaxFilters7Spikes .close-filters span {
	padding: 0;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
}
.nopAjaxFilters7Spikes .close-filters:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -16px;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/clear_button.png) center no-repeat;
	padding: 0;
}

.nopAjaxFilters7Spikes .filter-block {
	margin: 0;
	width: 100%;
}
.priceRangeFilterPanel7Spikes .filtersGroupPanel {
	padding: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.filtersGroupPanel {
	background: #fff;
}
.filter-block .title {
	border-bottom: 1px solid #f3f3f3;
}
.filtersGroupPanel li.checkbox-item {
	margin: 0;
}
.filtersGroupPanel li.checkbox-item label {
	padding: 10px;
}

}


@media all and (max-width: 1000px) {

.filtersGroupPanel {
	background: #f6f6f6;
	padding: 10px;
}

}

@media all and (min-width: 1001px) {

.filter-block .title {
	border-radius: 6px;
	background: #5be url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Smart/Content/images/pattern1.png) repeat;
    font-size: 18px;
	color: #fff;
	text-transform: none;
}
.filter-block .title > *:first-child {
	padding: 9px 15px 11px;
}
.filtersGroupPanel {
	display: block;
	border-bottom: 1px dashed #ccc;
} 
.filtersDropDownPanel {
	border-bottom: none;
	padding: 15px 0 0;
} 
.filtersPanel {
	margin-bottom: 50px;
}
.selected-options-list > li span {
    padding: 5px 20px 5px 3px;
    margin: 0 6px 0 0;
    background-position: top 9px right 4px;
}
.selected-options-list > li span:hover{
    text-decoration: underline;
}
 
}


@media all and (min-width: 1280px) {
	
.number-of-returned-products.active {
	display: inline-block;
	float: right;
	font-size: 11px;
	line-height: 31px;
	color: #333;
}
.number-of-returned-products .productsPerPage,
.number-of-returned-products .allProductsReturned {
	font-weight: bold;
}
	
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


span.search-box-text {
	float: left;
}
input.search-box-text.narrow {
	padding-right: 85px;
}
input.instant-search-busy {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 95% center !important;
}
input.narrow.instant-search-busy {
	background-position: 65% center !important;
}
#instant-search-categories {
	position: absolute;
    right: 41px;
    top: 1px;
	width: 70px;
	height: 40px;
	border-color: transparent;
	border-radius: 0 20px 20px 0;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Smart/Content/images/border.png) left center no-repeat;
	padding: 10px;
}
#instant-search-categories:focus {
	border-color: transparent;
}

/* AUTOCOMPLETE */

.instantSearch {
    width: 282px !important;
    height: auto !important;
}
@media all and (max-width: 1000px) {
.instantSearch {
	left: 50% !important;
	margin-left: -141px !important;
}
}

.instantSearch .k-list-container {
	position: static !important;
	width: 100% !important;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
}
.instantSearch .k-list {
    height: 100%;
}
.instantSearch .k-item {
	border-top: 1px dotted #ccc;
	overflow: hidden;
	cursor: pointer;
}
.instantSearch .k-item:first-child {
	border-top: none;
	border-radius: 18px 18px 0 0;
}
.instantSearch .k-item:last-child {
	border-radius: 0 0 18px 18px;
}
.instant-search-item {
	border: 1px solid #fff;
	overflow: hidden;
	padding: 10px;
}
li:first-child .instant-search-item {
	border-radius: 16px 16px 0 0;
}
li:last-child .instant-search-item {
	border-radius: 0 0 16px 16px;
}
.instant-search-item .img-block {
	display: none;
	position: relative;
	float: left;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	background-color: #fff;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	min-height: 42px;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	color: #333;
	font-size: 13px;
}
.instant-search-item .detail .price {
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}
.instant-search-item .detail .sku {
    margin-bottom: 5px;
	color: #333;
	font-size: 12px;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
	background: #f9f9f9;
}
.k-item.k-state-hover .instant-search-item .img-block, 
.k-item.k-state-focused .instant-search-item .img-block {
	border-color: #ddd;
}

@media all and (min-width: 481px) {

input.search-box-text.narrow {
	padding-right: 115px;
}
input.narrow.instant-search-busy {
	background-position: 60% center !important;
}
#instant-search-categories {
	width: 100px;
}
.instantSearch {
	width: 342px !important;
}
.instant-search-item .img-block {
	display: block;
}

}

@media all and (min-width: 481px) and (max-width: 1000px) {

.instantSearch {
	margin-left: -171px !important;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {

    .mega-menu,
    .header-menu .menu-title,
    .dropdown {
	    display: none;
    }
    .mega-menu-responsive {
	    display: block !important;
    }

}

@media all and (max-width: 1000px) {

    .dropdown .topic-wrapper {
	    display: none !important;
    }
    
}


/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	position: relative;
	z-index: 1001;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 3;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	overflow: hidden;
	background: rgba(85,187,238,0.9);
	padding: 10px;
	font-size: 13px;
	color: #fff;
}
    .mega-menu .dropdown.active {
        display: block;
    }
.mega-menu .dropdown:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
	width: 1000%;
	height: 1000%;
	background: rgba(0,0,0,0.3);
}
.mega-menu .dropdown.fullWidth {
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 10px 12px;
}
.categories.fullWidth .box {
	width: 25%;
}
.categories .box,
.manufacturers .box,
.vendors .box {
	width: 250px;
}
.mega-menu .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #5be;
	padding-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
}
.mega-menu .picture {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.mega-menu .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.mega-menu img {
	max-width: 100%;
	max-height: 100%;
}
.mega-menu .subcategories {
	margin-left: 90px;
}
.mega-menu .box ul {
	margin-top: 5px;
}
.mega-menu .box li {
	margin-top: 5px;
	text-align: left;
}
.mega-menu .box li a {
	display: block;
	position: relative;
	padding: 8px 0 8px 16px;
}
.mega-menu .box li a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 2px 2px 2px 2px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Smart/Content/images/arrow.png) center no-repeat;
}
.mega-menu .box li a:hover {
	color: #5be;
}
.mega-menu .box li a:hover:before {
	top: 11px;
	width: 11px;
	height: 11px;
}
.mega-menu .dropdown li a.view-all {
	font-weight: bold;
	background: none;
}

/* manufacturers */

.mega-menu .manufacturers .box ul,
.mega-menu .manufacturers .box li,
.mega-menu .vendors .box ul,
.mega-menu .vendors .box li {
	margin: 0;
}
.mega-menu .box li a.manufacturer,
.mega-menu .box li a.vendor {
	padding: 0;
	font-size: 0;
}
.mega-menu a.manufacturer:before,
.mega-menu a.vendor:before {
	display: none;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	width: 16.66%;
}

.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 #5be;
	padding: 8px 0;
	font-size: 15px;
	text-transform: uppercase;
}

}


@media all and (min-width: 1280px) {
	
.mega-menu .dropdown.fullWidth {
	width: 1200px;
	margin-left: -600px;
}
.fullscreen .mega-menu .dropdown.fullWidth {
	width: 980px;
	margin-left: -490px;
}	

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}
.ajaxCart {
    border-radius: 12px;
	padding: 0 !important;
}
.ajaxCart .k-window-titlebar.k-header {
	border-radius: 12px 12px 0 0;
	padding: 15px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	border-color: transparent;
	border-radius: 12px;
	box-shadow: 0 0 0 1px #ddd;
	background-color: #444;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #bbb;
}
.productAddedToCartWindow, .miniProductDetailsView {
	border-radius: 0 0 12px 12px;
	background: none;
}
.productAddedToCartWindowTitle {
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 0 #ddd;
}
.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
	z-index: 3;
}


/*** QUANTITY BOX & BUY BUTTON ***/



.ajax-cart-button-wrapper {
    display: inline-block;
	border: 2px solid #5be;
	border-radius: 30px;
	background: #5be;
}
.add-to-cart .ajax-cart-button-wrapper {
	border: none;
	background: none;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    width: 45px;
    height: 40px;
	margin: 0 -5px 0 0;
	border: none;
    border-radius: 30px;
    background: #fff;
    padding: 6px;
    text-align: center;
    font-size: 15px;
	color: #333;
}
.ajax-cart-button-wrapper select{
    width: auto;
    vertical-align: top;
}
.nopAjaxCartProductListAddToCartButton {
	height: 40px;
}
.ajax-cart-button-wrapper input[type="button"] {
	background: none;
}


/*** SINGLE PRODUCT WINDOW ***/



.productAddedToCartWindowDescription h1 {
	font-size: 13px;
}
.productAddedToCartWindowDescription h1 a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowDescription strong {
	color: #c00;
	font-weight: normal;
}
.productAddedToCartWindowSummary {
	border-top: 1px dashed #ccc;
	padding: 20px 0 10px;
}
.productAddedToCartWindowSummary a {
	color: #000;
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowCheckout {
    max-width: 320px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.productAddedToCartWindowCheckout:hover {
}


/*** GROUPED PRODUCTS WINDOW ***/



.miniProductDetailsView {
	background: #fff;
}
.miniProductDetailsView .product-overview-line {
	border-top: 1px dashed #ccc;
	padding: 15px;
}
.miniProductDetailsView .product-overview-line:first-child {
	border-top: none;
}
.miniProductDetailsView .overview {
    float: left;
	margin-left: 0 !important;
    text-align: left;
}
.miniProductDetailsView .product-name {
    top: 14px;
	text-shadow: 1px 1px 0 #ddd;
}
.miniProductDetailsView h1.product-variant-name {
	text-shadow: none;
	font-size: 13px;
}
.miniProductDetailsView .short-description {
    float: none;
}
.miniProductDetailsView .gallery {
    max-width: 320px;
}
.miniProductDetailsView .picture img {
	position: static;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px 10px 0;
}
.miniProductDetailsView .attributes dt {
	height: 32px;
	margin-bottom: 0;
}
.miniProductDetailsView .attributes dd {
	margin: 0 0 10px;
}
.miniProductDetailsView .attributes select {
	height: 32px;
	padding: 6px 10px 6px 6px;
	font-size: 13px;
}
.miniProductDetailsView .rental-attributes dt {
	clear: left;
	width: 80px;
}
.miniProductDetailsView .prices {
	margin-bottom: 10px;
    float: none;
}
.miniProductDetailsView .add-to-cart {
	display: inline-block;
    position: relative;
    margin: 0 0 0 35px !important;
	border: 3px solid #5be;
    border-radius: 30px;
	background: #5be;
}
.miniProductDetailsView .add-to-cart > * {
    float: left;
}
.miniProductDetailsView .qty-label {
	line-height: 42px;
}
.miniProductDetailsView .qty-input {
	width: 46px;
	height: 42px;
}
.miniProductDetailsView .add-to-cart-button {
	font-size: 18px;
}

.miniProductDetailsView .message-error{
    float: none;
}

.miniProductDetailsView .product-collateral {
    margin: 0;
    border-radius: 0 0 12px 12px;
}
.miniProductDetailsView .giftcard > div {
    float: none;
    width: auto;
    margin: 0 0 5px;
}
    .miniProductDetailsView .giftcard > div label {
        display: block;
        margin: 0 0 5px;
    }
    .miniProductDetailsView .giftcard textarea {
        width: 400px;
    }

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
	padding: 0 5px;
    width: 400px;
    margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.ajaxCart .product-grid .title {
    font-size: 18px;
    line-height: normal;
    display: block;
    padding: 10px 10px 0;
    margin: 0 0 10px !important;
    text-align: center;
}

.ajaxCart .product-grid .item-box {
    width: 120px;
    margin: 0 5px 10px !important;
	border-bottom: none !important;
}

.ajaxCart .product-grid .item-box .product-title {
    height: auto !important;
    margin: 0 0 3px;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    height: 28px;
    font-size: 12px;
    overflow: hidden;
}
.ajaxCart .product-grid .item-box .picture {
	background: none;
}



.ajaxCart .item-box .details,
.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
    display: none !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

    .gallery .ribbon-wrapper {
	    display: inline-block;
	    width: auto;
	    max-width: 100%;
    }

}

@media all and (min-width: 769px) {

    .product-list .item-box .ribbon-wrapper {
        width: 30%;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }

}


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
}
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* COLOR SQUARES *********/



.quickViewWindow .color-squares li {
    display: inline-block;
}
.quickViewWindow .color-container {
	display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #999;
}
.quickViewWindow .selected-value .color-container {
    border: 2px solid #075899;
	padding: 0;
}
.quickViewWindow .color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.quickViewWindow .color-squares label {
    position: relative;
    cursor: pointer;
}
.quickViewWindow .color-squares input {
    position: absolute;
    z-index: -1;
    float: none;
	height: 0;
    overflow: hidden;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.buttonOverlay {
    display: none !important;
}

/********* START BUTTON *********/


.quick-view-button {
	top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 3;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.item-box:hover .quick-view-button {
    opacity: 1;
}
.quick-view-button a {
	width: 50px;
	height: 50px;
	overflow: hidden;
    text-align: center;
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #5be url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/button.png) center no-repeat;
    border-radius: 30px;
	padding: 0;
	white-space: nowrap;
	text-indent: 999px !important;
	opacity: 0.9;
}
.quick-view-button a:hover {
	opacity: 1;
}
@media all and (min-width: 769px) {

.product-list .quick-view-button {
	left: 15%;
}

}

/********** MAIN QUICKVIEW WINDOW **********/


.quickView {
    border-radius: 20px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	width: 20px;
	height: 20px;
	border-radius: 2px;
}
.quickView .gallery .picture:before {
	display: none;
}

/********** GALLERY & OVERVIEW *********/


.quickViewWindow .product-name {
	color: #5be;
	text-shadow: 1px 1px 0 #f9f9f9;
}
.quickViewWindow .gallery .picture {
	height: auto;
}
.quickViewWindow .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
    position: static !important;
    width: 100%;
}
.quickViewWindow .gallery .thumbnails a {
	margin: 0 5px 8px;
}
.quickViewWindow .links-panel a {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/arrow.png) left center no-repeat;
	padding-left: 20px;
}
.quickView .cloud-zoom-gallery img{
    max-width: 100%;
}
.quickViewWindow .overview {
    margin: 0 !important;
}
.quickViewWindow .overview #accordion {
	width: auto;
}
.quickViewWindow #accordion .ui-accordion-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;     
}
.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/minus.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/plus.png) center no-repeat;
}
.quickViewWindow .overview .left {
	max-width: 230px;
}
.quickViewWindow .overview .short-description, 
.quickViewWindow .overview .stock, 
.quickViewWindow .overview .manufacturers, 
.quickViewWindow .overview .product-reviews-overview {
    clear: both;
}
.quickViewWindow .overview .buttons,
.quickViewWindow .overview .prices {
	float: none;
}
.quickViewWindow .free-shipping {
	margin: 10px 0 !important;
}
.quickViewWindow .overview .add-to-cart,
.quickViewWindow .overview .prices {
	width: auto;
    text-align: center !important;
}
.quickViewWindow .overview .add-to-cart-panel {
	margin-left: 0;
}
.quickViewWindow .back-in-stock-subscription {
	clear: left;
}
.quickViewWindow .product-variant {
	margin-left: 2px;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 0;
}
.quickViewWindow .variant-info .product-price {
	color: #fff;
}

/********** RELATED/ALSO-PURCHASED PRODUCTS *********/


.quickViewWindow .product-grid {
	padding: 0 5px;
    width: auto;
    clear: both;
}
.quickViewWindow .product-grid .title {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	font-size: 18px;
    line-height: normal;
}
.quickViewWindow .product-grid .item-box {
    width: 196px;
    margin: 10px !important;
	border-bottom: none !important;
}
.quickViewWindow .item-grid {
    padding: 0 5px;
}
.quickViewWindow .item-box:before {
    padding-top: 120%;
}
.quickViewWindow .item-box .product-item {
    top: 0;
    bottom: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
    height: auto !important;
}
.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    height: 34px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 6px;
}
.quickViewWindow .product-grid .item-box .picture {
	background: none;
    height: auto;
}
.quickViewWindow .product-grid .item-box .picture a{
    height: auto;
    width: auto;
}
.quickViewWindow .item-box .details {
    display: none;
}

/********* GIFTCARD *********/


.quickViewWindow .giftcard {
	margin-left: 0;
	padding-top: 10px;
}
.quickViewWindow .giftcard div {
	float: none;
	width: auto;
	font-size: 0;
}
.quickViewWindow .giftcard div > * {
	display: inline-block;
	float: none;
}
.quickViewWindow .giftcard label {
	width: 90px;
	min-width: 0;
	margin: 0 10px 0 0;
	text-align: right;
	font-size: 13px;
}
.quickViewWindow .giftcard input[type="text"],
.quickViewWindow .giftcard textarea {
	min-width: 0;
	width: 275px;
}

/********* ATTRIBUTES *********/


.quickViewWindow .attributes dl > * {
	width: auto !important;
}
.quickViewWindow .rental-attributes {
	margin: 0 0 20px !important;
	background: #f6f6f6;
	padding: 15px 0 !important;
}
.quickViewWindow .rental-attributes dt {
	clear: none !important;
	width: auto !important;
	margin: 0 0 0 15px !important;
	font-size: 11px;
	font-weight: normal;
}
.quickViewWindow .rental-attributes dd {
	margin: 0 !important;
}
.quickViewWindow .color-container {
	display: block;
	border: none;
}
.quickViewWindow .color-container .color {
	width: 24px;
	height: 24px;
}
.quickViewWindow .color-squares input {
	position: relative;
}

/* Fix for CloudZoom in QuickView */

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

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

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

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

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


/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2,
#goToTop,
.header-links li > span,
.new_select > span:after,
.cart-wrapper .cart-qty,
.theme-selector:after,
.block .title,
.block .list a:before,
.block .year strong:before,
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a,
.download-sample a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.compare-products-page .clear-list,
.order-progress a:before,
.opc .active .step-title,
.opc .step-title span,
.news-items .buttons a,
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel,
.quick-view-button a,
.ui-slider-handle,
.ui-slider-handle:last-child,
.filtersDropDownPanel .select-wrap .select-box:after,
.ajaxFilters .k-window-actions .k-icon,
.nopAjaxFilters7Spikes .close-filters,
.ajax-cart-button-wrapper,
.miniProductDetailsView .add-to-cart,
.user-agreement-page .button-1,
.previous-product a,
.next-product a,
.sale-of-the-day-offer .go-to-product-page,
.sale-of-the-day-offer .owl-dot.active,
.picture-thumbs .slick-arrow,
.gallery .slick-dots .slick-active button {
  background-color: #37e1ff;
}
.eu-cookie-bar-notification button,
.footbox .title,
.block .list > li,
.block .sublist,
.block .tags,
.poll-options,
.poll-results,
.product-review-item .review-item-head,
.free-shipping,
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel,
.ui-tabs .ui-tabs-panel,
.mega-menu .title,
.mega-menu .topic-wrapper strong,
.ajax-cart-button-wrapper,
.miniProductDetailsView .add-to-cart {
  border-color: #37e1ff;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a,
.block .list a:hover,
.block .list a.active,
.block .list > li.active > a,
.block .sublist .sublist .active a,
.block .view-all a,
.product-tags-all-page li a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.poll strong,
.poll .buttons input,
.breadcrumb a:hover *,
.vendor-list li a,
.overview .value a,
.variant-overview .value a,
.product-no-reviews a,
.product-review-links a,
.product-tags-list a:hover,
.product-reviews-page h1 a,
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover,
.compare-products-page .button-2,
.email-a-friend-page .title h2,
.accept-privacy-policy a,
.registration-result-page .result,
.login-page .forgot-password a:hover,
.address-list-page .info .name,
.return-request-list-page .details a,
.selected-checkout-attributes,
.cart-collaterals .title,
.cart-footer .terms-of-service .read,
.sitemap-page a,
.post-title,
.news-title,
.blog-page .tags a,
.blogpost-page .tags a,
.news-list-homepage .view-all a,
.free-shipping,
.product-review-item .review-item-head,
.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a,
.quickViewWindow .product-name,
.mega-menu .box li a:hover,
.header-menu .sublist li:hover > a,
.footbox li a:hover,
.sale-of-the-day-offer .product-name h4: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,
.selected-options-list > li span {
  color: #37e1ff;
}
.eu-cookie-bar-notification button,
.free-shipping {
  background-color: rgba(55, 225, 255, 0.1);
}
.mega-menu .dropdown,
.header-menu .sublist-wrap {
  background-color: rgba(55, 225, 255, 0.9);
}
@media all and (max-width: 1000px) {
  .responsive-nav-wrapper,
  .header-menu .close-menu,
  .header-menu .back-button {
    background-color: #37e1ff;
  }
  .header-menu > ul li,
  .header-menu .plus-button {
    border-color: #37e1ff;
  }
}
@media all and (min-width: 1001px) {
  .mini-shopping-cart .name {
    color: #37e1ff;
  }
  .header-menu,
  .block .title {
    background-color: #37e1ff;
  }
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 79px;
    right: 23px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

img.logolar {
    margin-top: -31px;
    margin-left: 263px;
}

.footlist a {   
    color: white;
}

.footlist .title {
    border-bottom: 1px solid #fff;
    color: white;
}

.footer-lower {
    background: none;
}

.footer-middle {
    background: #04d1f5;
}

.item-box .picture {
    overflow: hidden;
    /* background: #fff; */
    height: 156px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.block .list > li a:active {   
    background-color: blue;
}

.block .list > li a:hover {   
    background-color: blue;
}

.header-upper {
    background: #FF6600;
    padding: 10px;
}

.header-menu>ul>li>a, .header-menu>ul>li>span {
    font-size: 15px;
}

.header-menu>ul>li:hover>a, .header-menu>ul>li:hover>span {
    background: blue;
}

.header-menu .sublist {
    background: blue;  
}

.item-box .product-title, .item-box .title {
    height: 39px;
    overflow: hidden;
    line-height: 19px;
    font-size: 12px;;
    font-weight: normal;
}

.block .sublist a {
    font-size: 12px;
}

.home-page-category-grid .title a, .sub-category-grid .title a, .manufacturer-grid .title a, .vendor-grid .title a {
    min-height: 45px;
    border-radius: 8px;
    background: #5be url(/Themes/Smart/Content/img/pattern1.png) repeat;
    padding: 8px 12px;
    line-height: normal;
    font-size: 16px;
    color: #fff;
}

.header-menu>ul>li:hover>a, .header-menu>ul>li:hover>span {
    background: blue;
    color: white;
}

.item-box .picture a {
    display: block;
    position: relative;
    margin-top: -43px;
    margin-bottom: -57px;
}
.overview .qty-label, .variant-overview .qty-label {
    position: absolute;
    left: -53px;
    line-height: 45px;
}
span.price.old-price {
    display: block;
}





















@media (min-width: 769px){
.item-box {
    width: 23%;
    margin: 0 .66% 30px;
}

.item-box:nth-child(3n+1) {
    clear: none;
}

}
