/* input(8522,31): run-time error CSS1046: Expect comma, found '0'
input(8522,35): run-time error CSS1046: Expect comma, found '/'
input(8524,23): run-time error CSS1046: Expect comma, found '0'
input(8524,27): run-time error CSS1046: Expect comma, found '/'
input(8536,31): run-time error CSS1046: Expect comma, found '0'
input(8536,35): run-time error CSS1046: Expect comma, found '/'
input(8538,23): run-time error CSS1046: Expect comma, found '0'
input(8538,27): run-time error CSS1046: Expect comma, found '/' */
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}


/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
img {
    max-width: 100%;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input[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"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 10px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
textarea {
	min-height: 150px;
    padding: 10px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"] {
	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;
    transition: all 0.15s ease;
}
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 30px;
}
.page-title h1 {
    font-size: 32px;
}
.page-title:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.home-page .page-body:after {
	display: none;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none !important;
}
.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;
    line-height: 22px;
}
.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 30px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 0;
}
.fieldset .title strong,
.section .title strong {
	display: inline-block;
	position: relative;
	min-width: 300px;
	border-radius: 5px 5px 0 0;
	background: #333 url('../Themes/Smart/Content/img/pattern2.png') repeat;
	padding: 12px 24px;
    overflow: hidden;
    text-transform: capitalize;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 17px;
    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 input[type="email"],
.inputs input[type="tel"],
.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;
}


/********** 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;
    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: 15px;
}
.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-size: 14px;
	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 {
	position: relative;
    text-align: center;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	border: 1px solid #666;
	background: #fff url('../Themes/Smart/Content/img/close.png') center no-repeat;
}
.cart .remove-from-cart input {
	opacity: 0;
}
table.cart img {
    max-width: 100px;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    color: #c00;
    white-space: nowrap;
}

.discount-additional-info {
	margin: 5px 0 0;
	color: #333;
}

.compare-products-table .overview {
    margin: 0;
}
.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;
}

/* footable custom css */

.footable label {
    display: none;
}
.footable-first-column {
	position: relative;
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	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;
}

.footable-toggle {
	background-image: url('../Themes/Smart/Content/img/table-plus.png');
}
.footable-detail-show .footable-toggle {
	background-image: url('../Themes/Smart/Content/img/table-minus.png');
}
.footable-toggle:before {
	display: none !important;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/


.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 10px 25px 10px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #393;
}
.bar-notification.warning {
	background: #f93;
}
.bar-notification.error {
	background: #e12;
}
.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;
	height: 24px;
	margin: 5px;
	background: #fff url('../Themes/Smart/Content/img/close.png') center no-repeat;
	cursor: pointer;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 400px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	overflow: hidden;
    background: #bbb url('../Themes/Smart/Content/img/headpad.png') top repeat-x;
    border-bottom: 1px solid #999;
	padding: 12px 40px 12px 12px;
    font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px #ddd;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0; right: 0;
	width: 24px;
	height: 24px;
	margin: 9px 10px;
	border: 1px solid #666;
	background: #fff url('../Themes/Smart/Content/img/close.png') center no-repeat;
    font-size: 0;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button span {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 20px 15px;
	line-height: 22px;
}
.ui-dialog-content .page-title {
    display: none;
	margin: 0 0 15px;
}
.ui-dialog-content .page-title h1 {
	font-size: 16px;
}
.ui-dialog-content .page-body p {
    margin: 0;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 0;
    right: 0;
	z-index: 1002;
    width: 400px;
    max-width: 95%;
    margin: -90px auto 0;
    border: 1px solid #5be;
    border-radius: 12px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 10px;
	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: 8px 20px;
	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 li > a {
	display: block;
	width: 32px;
	height: 32px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.2s ease;
}
.header-links a.ico-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 a.ico-cart {
    background: url('../Themes/Smart/Content/img/links_cart.png') center no-repeat;
    width: 36px;
}
.header-links span.qty {
	position: absolute;
    top: -3px;
    left: 25px;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: #5be;
    font-size: 11px;
	line-height: 18px;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
.header-links span.qty:empty {
	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;
}

.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 {
    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 li {
	border-top: 1px dotted #ccc;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 12px;
}
.ui-autocomplete 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: 5px;
	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 {
	font-size: 0;
}
.social li {
	display: inline-block;
	margin: 0 10px;
}
.social a {
	display: block;
    height: 32px;
}
.social a:before {
    content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../Themes/Smart/Content/img/social_sprite.png') no-repeat;
}
.social a.facebook:before {
	background-position: 0 0;
}
.social a.twitter:before {
	background-position: -32px 0;
}
.social a.google:before {
	background-position: -64px 0;
}
.social a.pinterest:before {
	background-position: -96px 0;
}
.social a.vimeo:before {
	background-position: -128px 0;
}
.social a.youtube:before {
	background-position: -160px 0;
}
.social a.rss:before {
	background-position: -192px 0;
}
.social a.instagram:before {
	background: url('../Themes/Smart/Content/img/instagram.png') no-repeat;
}

.newsletter .title {
    display: none;
	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;
    margin: 0 0 20px;
	border-radius: 30px;
	background: #999;
	padding: 1px;
    position: relative;
}

.newsletter-email input[type="email"] {
	float: left;
	width: 230px;
	height: 40px;
	border: none;
	border-radius: 30px;
}
.newsletter .newsletter-email 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: 5px;
	background: #5be url('../Themes/Smart/Content/img/pattern1.png') repeat;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.block .title > *:first-child {
	padding: 12px 24px;
}
.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 {
	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 button {
	background: none !important; /* important because of the color schemes */
	padding: 8px 16px;
	color: #5be;
	text-transform: uppercase;
}
.poll .buttons button: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 a,
.breadcrumb strong,
.breadcrumb .delimiter {
	display: inline-block;
	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: 5px 5px 0 0;
	background: #ddd;
	padding: 10px 15px;
	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-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.item-box {
    max-width: 350px;
	margin: 0 auto 45px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}
.item-box .product-title {
	height: 40px;
    margin: 0 0 5px;
	overflow: hidden;
	line-height: 19px;
	font-size: 16px;
	font-weight: normal;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
	text-decoration: underline;
}
.item-box .product-title + .sku {
	display: none;
}
.item-box .picture {
    position: relative; /*quick view btn*/
	overflow: hidden;
	background: #fff;
    margin: 15px 0;
}
.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% 6.5%;
}
.item-box .product-rating-box {
	display: none;
	margin: 6% 0;
    text-align: center;
    font-size: 0;
}
.item-box .rating {
    display: inline-block;
	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: 32px;
	margin: 5% 0;
	overflow: hidden;
    font-size: 13px;
}
.item-box .description:empty {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
	margin: 5% 0 6%;
    /*min-height: 37px;*/
}
.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,
.base-price-pangv {
    margin: 3px 0 0;
    color: #555;
    display: block;
}
.tax-shipping-info a {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 0;
	font-size: 0;
}
.item-box button {
    height: 40px;
	padding: 0 24px;
	font-size: 16px;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin-bottom: 20px;
	font-size: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    margin-bottom: 30px;
	border: none;
}
.home-page-category-grid .title,
.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
    font-size: 18px;
	font-weight: normal;
}
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a,
.vendor-grid .title a {
    display: block;
	border-radius: 30px 0;
	background: #5be url('../Themes/Smart/Content/img/pattern1.png') repeat;
	padding: 12px 24px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.home-page-category-grid .picture,
.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
    margin: 20px 0 0;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
}
.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before,
.manufacturer-grid .picture a:before,
.vendor-grid .picture a:before {
    padding-top: 90%;
}

.product-grid,
.product-list {
    margin: 0 0 20px;
	font-size: 0;
}
.product-grid .item-box,
.product-list .item-box {
	font-size: 12px;
}
.product-grid .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 0;
}
.product-grid .title strong {
	display: inline-block;
	position: relative;
	min-width: 300px;
	border-radius: 5px 5px 0 0;
	background: #333 url('../Themes/Smart/Content/img/pattern2.png') repeat;
	padding: 12px 24px;
    overflow: hidden;
    text-transform: capitalize;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}
.product-grid.cross-sells {
    margin: 50px 0 0;
}

.contact-vendor button {
    padding: 8px 16px;
    font-size: 16px;
    margin: 0 0 20px;
}

.pager {
	margin: -10px 0 10px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li a,
.pager li span {
	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 a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999px;
}
.pager li.previous-page a {
	background-image: url('../Themes/Smart/Content/img/prev.png');
}
.pager li.next-page a {
	background-image: url('../Themes/Smart/Content/img/next.png');
}
.pager li.first-page a {
	background-image: url('../Themes/Smart/Content/img/prev-first.png');
}
.pager li.last-page a {
	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 30px;
	font-size: 0; /*cloud zoom fix*/
}
.gallery .picture {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.gallery .picture-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	font-size: 0;
    text-align: center;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
    width: 90px;
	margin: 0 5px 10px;
	overflow: hidden;
}
.gallery .thumb-item:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.gallery .picture-thumbs img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.overview {
	position: relative;
	margin: 0 0 30px;
}
.overview .discontinued-product {
	margin: 0 0 10px;
	font-size: 15px;
	color: #c00;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
	font-size: 32px;
}
.overview .short-description {
	margin: 0 0 20px;
    font-size: 13px;
    line-height: 22px;
}
.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 16px;
    border-radius: 3px;
}
.overview .availability,
.variant-overview .availability { 
	margin: 15px 0;
}
.overview .additional-details,
.variant-overview .additional-details { 
	margin: 15px 0;
}
.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: normal;
	color: #5be;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    margin: 15px auto;
	background: url('../Themes/Smart/Content/img/free-shipping.png') left center no-repeat;
    padding: 10px 10px 10px 35px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 15px; /*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') left repeat-x;
}
.product-review-box .rating div {
	height: 16px; 
	background: url('../Themes/Smart/Content/img/rating2.gif') left repeat-x;
}

.product-review-links a {
	color: #5be;
}
.product-review-links a:hover {
	text-decoration: underline;
}

.attributes {
	margin: 15px 0;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 15px 0 10px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dd {
	margin: 10px 0 20px;
}
.attributes li + li {
	margin-top: 10px;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes option.disabled {
	color: #ddd;
}
.attributes .qty-box {
	margin: 0 5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	height: 32px;
    width: 45px;
    padding: 0;
    text-align: center;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.rental-attributes .attribute-item {
    margin: 15px 0;
}
.rental-attributes .attribute-label {
    margin: 5px 0;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	border-radius: 3px 3px 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;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0;
}
.attribute-squares label {
	position: relative;
}
.attribute-square-container {
	display: block;
	border: 1px solid transparent;
}
.attribute-square-container span {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	background-size: 100% !important;
	cursor: pointer;
}
.selected-value .attribute-square-container {
	border-color: #999;
}
.attribute-squares input[type="radio"] {
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    margin: auto;
    opacity: 0;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	border: 1px solid #ccc;
	background: #fff url('../Themes/Smart/Content/img/close.png') center no-repeat;
}
.attribute-squares .tooltip-container {
	display: none !important;
}

.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 .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 24px;
	color: #c00;
}
.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .title {
	margin: 0 0 15px;
}
.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;
}
.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;
}

.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: 12px 20px 11px;
	font-size: 18px;
    letter-spacing: 0.5px;
	text-transform: uppercase;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}
.overview .pre-order-availability-date,
.variant-overview .pre-order-availability-date {
	margin: 10px 0 0;
}

.product-estimate-shipping {
	margin: 20px 0;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 13px;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
	font-weight: bold;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}

.full-description {
	clear: both;
	margin: 0 5px 30px;
	line-height: 22px;
    font-size: 13px;
}

.product-collateral {
	margin: 0 0 50px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
    display: none;
}
.product-collateral .title strong {
	font-weight: normal;
}
.product-specs-box {
	margin-top: 30px;
}
.product-specs-box:first-child {
	margin-top: 0;
}
.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-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-tags-box {
	margin-top: 30px;
}
.product-tags-box:first-child {
	margin-top: 0;
}
.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;
}

.product-collateral:last-child {
    margin: 0;
}
.product-collateral + .product-grid {
	margin: 0;
}

.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 15px;
	font-size: 20px;
}
.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;
}

.ui-tabs {
	margin: 40px 0;
}
.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: 5px 5px 0 0;
    padding: 12px 24px 12px;
    font-size: 14px;
}
.ui-tabs .ui-tabs-selected a, 
.ui-tabs .ui-tabs-active a {
	background: #333;
	color: #fff;
}
.ui-tabs .ui-tabs-panel {
    border: 1px solid #ccc;
	background: #fff;
	padding: 20px 25px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.giftcard div {
	margin: 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
.giftcard label {
	display: block;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 12px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
    background: #f6f6f6;
}
.giftcard textarea {
	height: 150px;
}


/********** ESTIMATE SHIPPING **********/


.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
	height: 36px;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -6px;
	right: -3px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	font-size: 13px;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 12px 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #ddd;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 6px; height: 6px;
	border-radius: 50px;
	background-color: #333;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 180px;
	border-radius: 30px;
    background: #5be;
	padding: 10px 20px;
    font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
    transition: all 0.15s ease;
}
.mfp-container .apply-shipping-button:hover {
	opacity: 0.8;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page 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;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.write-review {
	margin: 0 0 30px;
}
.write-review .fieldset {
	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: #e12;
}
.write-review .review-rating li.last {
	color: #393;
}
.write-review .captcha-box {
	margin: 15px 0 5px;
}
.write-review .button-1 {
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* */
.write-review .review-rating + div {
	margin: 10px 0 0;
}
.write-review .tooltip-text {
	display: none;
}
.review-type-rating-ext {
	display: none;
}
/* */

.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 {
    font-size: 16px;
	text-transform: uppercase;
}
.product-review-item .review-title strong {
	font-weight: normal;
}
.product-review-item .product-review-box {
	margin: 10px 0 0;
}
.product-review-item .review-text {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 15px 0;
	line-height: 22px;
}
.product-review-item .review-avatar {
	width: 180px;
	margin: 0 auto 20px;
	line-height: normal;
}
.product-review-item .review-avatar > a {
	display: block;
	margin: 15px 0 0;
	font-size: 0;
}
.product-review-item .review-avatar .user {
	display: block;
	padding: 3px 0;
}
.product-review-item .review-avatar img {
	display: block;
}
.product-review-item .review-avatar a {
	padding: 0 !important;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	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;
}
.product-review-item .reply {
    margin: 30px 0 0;
	border: 1px solid #eee;
	border-radius: 3px;
    padding: 20px;
    background: #f9f9f9;
}
.product-review-item .reply-header {
	margin: 0 0 15px;
    font-size: 13px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
	margin: 0 0 30px;
}
.wishlist-content .message-error {
	margin: 0 5px 10px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 30px;
	text-align: center;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 5px 5px;
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wishlist-content .update-wishlist-button,
.wishlist-content .email-a-friend-wishlist-button {
	background: #ddd;
    text-transform: none;
    color: #333;
}
.wishlist-page .share-info a {
	font-weight: bold;
}
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-table {
	display: none;
}
.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;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}


/*********** 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 {
	float: left;
	width: 200px;
	height: 36px;
	border: none;
	border-radius: 30px;
}
.enter-password-form button {
	float: left;
	width: auto;
	height: 36px;
	background: none;
	padding: 0 20px 0 15px;
	font-size: 16px;
}
.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 {
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.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  **********/


.date-of-birth div {
	display: inline-block;
	max-width: 100%;
}
.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;
    width: 350px;
    max-width: 100%;
}
.gender span {
	display: inline-block;
	margin: 0 3px;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}
#check-availability-button {
    display: block;
	margin: 10px auto 0;
    padding: 10px 15px;
	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: -20px 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 {
    min-width: 200px;
	padding: 12px 30px 11px;
	font-size: 18px;
	text-transform: uppercase;
    letter-spacing: 0.5px;
}
.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 30px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 0;
}
.login-page .title strong {
	display: inline-block;
	position: relative;
	min-width: 300px;
	border-radius: 5px 5px 0 0;
	background: #333 url('../Themes/Smart/Content/img/pattern2.png') repeat;
	padding: 12px 24px;
    overflow: hidden;
    text-transform: capitalize;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .text {
	margin: 0 0 20px;
	padding: 10px;
}
.login-page .inputs.reversed label,
.login-page .inputs.reversed span {
	margin: 5px 3px;
    display: inline-block;
    width: auto;
}
.login-page .inputs.reversed label + span {
	margin-left: 8px;
}
.login-page .forgot-password a:hover {
	color: #5be;
}
.external-authentication {
	margin: 50px 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.block-account-navigation .active a {
	margin: 0 !important;
	text-transform: none !important;
}

.account-page .button-2 {
	padding: 10px 15px;
    border: 1px solid;
    background: none;
    color: #5be;
}
.account-page .description {
	margin: 0 0 20px;
}
.revalidation-wrapper {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	padding: 8px;
	vertical-align: middle;
	white-space: normal;
}
.edit-address {
	margin: 0 0 40px;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
	margin: 0 0 20px;
	line-height: 22px;
}
.address-list-page .info .name,
.return-request-list-page .details a {
	margin: 0 0 5px;
    font-size: 14px;
	font-weight: bold;
	color: #5be;
	text-transform: uppercase;
}
.return-request-list-page .details a:hover {
	text-decoration: underline;
}
.return-request-file label {
	display: none !important;
}
.return-request-page .qq-upload-button,
.return-request-page .qq-upload-list {
	width: 350px;
	max-width: 100%;
	margin: auto;
}
.return-request-page .qq-upload-button {
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #f6f6f6;
	padding: 6px;
	text-align: left;
	color: #333;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	color: #333 !important;
}
.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 {
    margin: 0 0 30px;
}
.reward-points-history .title {
    margin: 0 0 30px;
    display: none;
}
.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 .remove-avatar-button {
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.avatar-page .info {
	margin: 0 0 20px;
}

.gdpr-tools-page .title strong {
    background: none;
    color: #333;
    font-weight: bold;
}
.gdpr-tools-page .form-fields {
	margin: 50px 0;
    padding: 0 20px;
	text-align: center;
    line-height: 22px;
    font-size: 13px;
}

.check-gift-card-balance-page .result {
	margin: 0 0 20px;
	font-weight: bold;
}
.check-gift-card-balance-page .message-error {
	margin: 0 0 20px;
}
.check-gift-card-balance-page .buttons {
	margin-top: 30px;
}

.multi-factor-authentication-page .description {
	margin: 0 0 40px;
}
.multi-factor-authentication-page .inputs label {
	width: auto;
	margin: 0 5px;
	cursor: pointer;
}
.multi-factor-authentication-page .form-fields {
	padding: 30px 25px !important;
}
.multi-factor-authentication-page .section {
	margin-bottom: 0;
}
.multi-factor-authentication-page .section ul {
	margin: 0;
	border: none;
	padding: 0;
}
.multi-factor-authentication-page ul button {
    border: 1px solid #5be;
	background-color: #fff !important;
    color: #5be;
}
.multi-factor-authentication-page .buttons {
	margin: 10px 0 0;
}
.multi-factor-authentication-config-page table {
	margin: 15px 0;
	text-align: left;
}
.multi-factor-authentication-config-page .inputs {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 25px;
}
.multi-factor-authentication-config-page .buttons {
	margin: 20px 0 0;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 -10px;
	text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 30px;
    text-align: center;
}
.user-agreement-page .button-1 {
    min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.user-agreement-page .button-1:hover {
    opacity: 0.9;
}

/********** 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 {
    min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.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;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 0 5px 30px;
    line-height: 22px;
	text-align: center;
}
.order-summary-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
    margin: 0 0 30px;
	font-size: 0;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 28px;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
	display: inline-block;
    min-width: 300px;
    margin: 5px 0;
    padding: 12px 20px;
}
.shopping-cart-page .common-buttons button + button {
	background: #ddd;
    color: #333;
}
.shopping-cart-page .common-buttons a {
	border-radius: 30px;
    background: #ddd;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
    transition: all 0.15s ease;
}
.shopping-cart-page .common-buttons a:hover {
    opacity: 0.8;
}
.checkout-attributes {
	margin: -10px 0 30px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 25px;
	text-align: center;
}
.checkout-attributes dt {
	margin: 5px 0;
	font-weight: bold;
}
.checkout-attributes dd + dt {
	margin-top: 15px;
}
.checkout-attributes li {
	margin: 5px;
}
.checkout-attributes .attribute-squares li {
    margin: 0 3px;
}

.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: 8px;
	background: #f6f6f6;
}
.cart-total td {
	width: 50%;
	border-top: 1px solid #fff;
	padding: 12px 15px;
    font-size: 14px;
}
.cart-total tr:first-child td {
	border-top: none;
}
.cart-total .order-total td {
	font-size: 16px;
	color: #c00;
}
.terms-of-service {
	margin: 0 0 20px;
    line-height: 22px;
    font-size: 13px;
}
.terms-of-service a {
	font-weight: bold;
}
.checkout-buttons {
    margin-bottom: 10px;
}
.checkout-buttons .button-1 {
	padding: 13px 30px 12px;
}

.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: 320px;
	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 .message-failure {
	margin: 5px 0 0;
    color: red;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
    color: green;
}
.cart-collaterals .coupon-code input {
	float: left;
	width: 65%;
	height: 34px; /*safari padding fix*/
	margin: 0 -1px 0 0;
	border: none;
	border-radius: 30px;
}
.cart-collaterals .coupon-code button {
	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: #393;
}
.cart-collaterals .shipping {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
}
.cart-collaterals .estimate-shipping-button {
    background: #ddd;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
}
.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 .order-summary {
    margin-top: 50px;
}
.checkout-page .min-amount-warning,
.checkout-page .address-list-page {
	display: none;
}

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	text-align: center;
    margin-bottom: 30px;
}
.checkout-page .pickup-in-store .description {
    margin: 5px 0 0;
}
.checkout-page .pickup-points {
    margin-bottom: 30px;
}
.checkout-page .pickup-points label {
	display: none;
}
.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;
}

.new-billing-address,
.new-shipping-address {
    margin-bottom: 30px;
}

.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	border-bottom: 1px dashed #ccc;
    padding: 0 0 30px;
}
.checkout-page .address-item + .address-item {
    margin-top: 30px;
}
.checkout-page .address-item ul {
	line-height: 22px;
}
.checkout-page .address-item .name {
	margin: 0 0 8px;
    font-size: 17px;
}
.checkout-page .address-item .country {
	margin: 8px 0 0;
	font-size: 17px;
}
.checkout-page .address-item div {
	margin: 20px 0 0;
}
.checkout-page .address-item .button-1 {
	font-size: 17px;
    border-radius: 3px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 30px;
	padding: 20px;
}
.shipping-method .method-list li + li,
.payment-method .method-list li + li {
	margin-top: 15px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.checkout-data .use-reward-points {
	margin: 0 0 30px;
}
.payment-info .info {
	margin: 0 0 30px;
	line-height: 22px;
}
.payment-info .info td {
	padding: 5px 0;
}
.confirm-order {
	/*border-bottom: 1px dashed #ccc;*/
	text-align: center;
}
.confirm-order .terms-of-service {
	margin: 40px 0;
    font-style: italic;
}
.confirm-order .buttons {
	margin: 40px 0;
}
.confirm-order .button-1 {
	font-size: 18px;
}
.confirm-order .message-error {
	margin-bottom: 15px;
}
.order-review-data,
.order-details-area,
.shipment-overview {
	padding: 20px 10px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-overview ul {
	margin: 0 0 30px;
    line-height: 22px;
    font-size: 13px;
}
.order-review-data .title,
.order-details-area .title,
.shipment-overview .title  {
	margin: 20px 0 8px !important;
    font-weight: bold;
    font-size: 17px;
    border: none;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-overview .title:first-child {
	margin-top: 0 !important;
}
.order-completed .title strong {
	background: none;
    color: #333;
}
.order-completed .details {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	color: #5be;
    font-size: 14px;
}

.opc .step-title {
	margin-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
	text-align: left;
}
.opc .step-title .number,
.opc .step-title .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px; 
	font-weight: normal;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .step-title .number {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	border-radius: 50%;
	background: #5be;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
.opc .active .step-title {
	background: #5be /*url('../Themes/Smart/Content/img/pattern1.png') repeat*/;
    margin-top: 15px;
}
.opc .active .step-title .number {
    background: rgba(255,255,255,0.75);
	color: #333;
}
.opc .active .step-title .title {
    font-size: 16px;
	color: #fff;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 20px;
}
.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: -5px 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 h1 {
	margin: 0 0 20px;
}
.order-details-page .page-title a {
    background: none;
    border: 1px solid;
    color: #5be;
}
.order-details-page .order-overview {
	margin: 0 0 20px;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 10px 20px;
	line-height: 22px;
    font-size: 14px;
}
.order-details-page .order-overview > div {
	margin: 5px 0;
}
.order-details-page .repost button {
    margin: 10px 0;
}
.order-details-page .tax-shipping-info {
	text-align: center;
    margin: 0 0 10px;
}
.order-details-page .selected-checkout-attributes {
	font-size: 14px;
}
.order-details-page .return-items-button,
.order-details-page .re-order-button {
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.order-details-page .return-items-button {
    text-transform: none;
    background: #ddd;
    color: #333;
}
.order-details-page .cart-total {
	max-width: 500px;
	margin: auto;
}


/*********** SEARCH & SITEMAP ***********/


.search-input .fieldset {
    margin: 0 0 30px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	padding: 15px 15px 0;
}
.basic-search .inputs {
	margin: 10px 5px;
}
.advanced-search {
    margin-top: 20px;
	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;
    vertical-align: baseline;
}
.search-input .button-1 {
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.search-page .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-input + div {
    margin-top: 50px !important;
}
.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: 20px;
}
.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;
    text-align: left;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 20px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
    font-size: 13px;
}
.blog-page .page-title,
.news-list-page .page-title {
    margin-bottom: 8px;
}
.blog-page .page-title h1,
.news-list-page .page-title h1 {
    display: none;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 22px;
	color: #5be;
}
.post-title:hover,
.news-title:hover {
	text-decoration: underline;
}
.post-date,
.news-date {
	display: block;
	margin: -5px 0 15px;
	font-style: italic;
}
.post-head,
.news-head {
	margin: 0 0 15px;
}
.post-head ~ *,
.news-head ~ * {
	display: none;
}
.post-body,
.news-body,
.news-details {
	margin: 0 0 20px;
	line-height: 22px;
}
.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: 50px auto;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	/*color: #393;*/
}
.new-comment .form-fields {
	margin: 0 0 30px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	min-width: 200px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.comment-list {
    border-top: 1px dashed #ccc;
    padding: 30px 0 0;
}
.comment-list .title {
	margin: 0 0 30px;
	font-size: 22px;
    display: none;
}
.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: 180px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
    overflow: hidden;
}
.comment-info .username {
	display: block;
    border-bottom: 1px dashed #ccc;
	padding: 10px;
}
.comment-info .avatar {
	position: relative;
	width: 180px;
	height: 180px;
    max-width: 100%;
	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-title {
    margin: 0 0 12px;
    font-size: 13px;
}
.comment-body {
	line-height: 20px;
}

.news-items .buttons a {
	display: inline-block;
	background: #5be;
	padding: 10px 20px 11px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}
.news-items .buttons {
    margin: 0;
    display: none;
}
.news-items .buttons a:hover {
	opacity: 0.8;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 30px 0 60px;
	text-align: center;
}
.news-list-homepage .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 0;
}
.news-list-homepage .title strong {
	display: inline-block;
	position: relative;
	min-width: 300px;
	border-radius: 5px 5px 0 0;
	background: #333 url('../Themes/Smart/Content/img/pattern2.png') repeat;
	padding: 12px 24px;
    overflow: hidden;
    text-transform: capitalize;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
}
.news-list-homepage .news-items {
	padding: 0 5%;
}
.news-list-homepage .news-title {
    text-transform: uppercase;
}
.news-list-homepage .news-body {
	height: 100px;
	overflow: hidden;
}
.news-list-homepage .view-all a {
	display: block;
	max-width: 300px;
	margin: auto;
	border-radius: 5px;
	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;
}

@media all and (max-width: 1024px) {

/* 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;
}

/* 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;
    transition: all 0.3s ease;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}       
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(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;
    z-index: 3;
    width: 320px;
    height: 100%;
    background: #333 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

/* header menu functionality classes */

.admin-header-links,.header,
.responsive-nav-wrapper,
.slider-wrapper,
.master-column-wrapper,
.footer {
	transition: transform 0.3s ease;        
}
.move-right {
	-webkit-transform: translate(320px);
	-ms-transform: translate(320px);
	transform: translate(320px);        
}

}

@media all and (min-width: 480px) {

.master-column-wrapper {
    width: 97%;
}

/* HEADER */

.search-box input.search-box-text {
	width: 300px !important;
	max-width: none !important;
}
.ui-autocomplete {
	width: 340px !important; /*txtfield + button*/
}

/* FOOTER */

.footbox .title {
	border-bottom-style: dotted;
}
.contacts {
	display: block;
	text-align: center;
}
.contacts li {
	display: inline-block;
	width: 45%;
    margin: 0 5px 10px;
}
.contacts li span:before {
	display: block;
	margin: 0 auto 5px;
}
.newsletter-email input[type="email"] {
	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 */

.product-selectors > div {
	width: 48%;
	margin: 0 1%;
}
.product-selectors span {
	display: inline;
}
.product-selectors select {
	max-width: 130px;
}
.item-box {
    float: left;
	width: 48%; /*two per row*/
    max-width: none;
	margin: 0 1% 45px;
}
.item-box:nth-child(2n+1) {
	clear: both;
}

/* PASSWORD PROTECTION */

.enter-password-form input {
	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%;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
    min-width: 190px;
    margin: 5px;
}

}

@media all and (min-width: 768px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.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%;
    margin: 0 3px 8px;
}
.social li {
	margin: 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% 45px;
}
.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 !important;
	padding: 0 0 20px;
	text-align: left;
}
.product-list .product-item {
    position: relative;
}
.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: 25%;
    margin: 0;
}
.product-list .item-box .product-title,
.product-list .item-box .details {
	float: left;
	width: 75%;
	padding: 0 0 0 15px;
}
.product-list .item-box .product-title {
    height: auto;
    margin: 0 0 15px;
}
.product-list .item-box .description {
    margin: 15px 0;
    height: auto;
}
.product-list .item-box .prices {
    margin: 15px 0;
}
.product-list .item-box .buttons {
    margin: 20px 0 0;
	text-align: left;

    position: absolute;
    bottom: 0;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 40%;
}
.gallery .picture {
	max-width: none;
}
.gallery .picture-thumbs {
    margin: 10px -5px 0;
}
.gallery .thumb-item {
    width: calc(33.333% - 10px);
}
.overview {
	margin-left: 42.5%;
}
.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;
}
.product-share-button {
    display: block;
}
.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;*/
}
.giftcard {
	margin: 0 5%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
}

/* REVIEW PAGE */

.product-reviews-page .title {
	display: none;
}
.write-review {
	margin: 0 0 50px;
}
.write-review .form-fields {
	border: 1px solid #ccc;
	border-radius: 12px;
	overflow: hidden;
	padding: 15px;
}
.product-review-item .review-title {
	float: left;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
}
.product-review-item .review-avatar {
	float: left;
	margin: 0;
}
.product-review-item .avatar + .text-body {
	margin: 0 0 0 200px;
}

/* 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: 12px;
	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: 8px;
	padding: 15px;
}
.fieldset.first .inputs:first-child,
.fieldset.first .inputs:last-child {
	margin: 0 10px;
}
.login-page .title {
	margin-bottom: 0;
	border-bottom: none;
}
.login-page .form-fields,
.login-page .text {
	margin: 0 5% 30px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 30px 0;
}
.login-page .inputs.reversed {
    margin: 0 0 10px;
}
.login-page .captcha-box {
	margin-bottom: 10px;
}
.login-page .text {
	padding: 40px 20px;
}
.login-page .topic-block,
.login-page .topic-block p {
    text-align: center;
}
.password-recovery-page .fieldset {
	border: 1px solid #ccc;
	border-radius: 12px;
    padding: 35px 0;
}
.account-page ul.info,
.account-page ul.details {
	padding: 20px;
}
.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 70px;
	right: 20px;
    margin: 0;
}
.edit-address {
	margin: 0 5% 30px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
}
.change-password-page .fieldset {
	margin-bottom: 30px;
}
.avatar-page .fieldset {
	margin-bottom: 30px !important;
	padding: 20px;
	text-align: center;
}
.avatar-page .info {
	text-align: center;
}
.gdpr-tools-page .form-fields {
	margin: 0 5% 30px;
    padding: 50px 20px;
}
.user-agreement-page .terms-of-agreement {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 30px 0;
}

/* 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;
    padding: 0;
}
.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: 8px;
	padding: 30px 15px 15px;
}
.checkout-page .address-grid {
	margin: 0 3%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0 20px;
}
.checkout-page .address-item {
	float: left;
    width: 48%;
	margin: 0 1% !important;
    border: 0;
    padding: 20px 0 22px;
}
.checkout-page .edit-address {
	margin: 0 3%;
}

.shipping-method .method-list,
.payment-method .method-list {
	border: 1px solid #ccc;
	border-radius: 8px;
    margin: 0 3% 30px;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.payment-logo + .payment-details {
	width: calc(100% - 65px);
	margin-right: 0;
}
.payment-info .info {
	border: 1px solid #ccc;
	border-radius: 8px;
    margin: 0 3% 30px;
	padding: 20px 25px;
}
.order-details-area td,
.shipment-overview td {
	float: none;
	width: auto;
}
.order-review-data,
.order-details-area,
.shipment-overview {
    display: table;
	width: 94%;
    margin: 0 3% 50px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-overview ul {
    display: table-cell;
    width: 50%;
    margin: 0;
	padding: 15px;
    text-align: center;
}

.opc select {
	background: #f6f6f6;
}
.opc .select-billing-address,
.opc .select-shipping-address {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 30px 20px;
    text-align: center;
}
.opc .method-list,
.opc .payment-info .info {
    margin: 0;
}
.opc .use-reward-points {
    margin-top: 10px;
}
.opc .order-review-data {
    padding: 10px;
    margin: 0 0 30px;
    width: 100%;
}
.opc .terms-of-service {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	text-align: center;
}

.order-details-page .page-title {
	overflow: hidden;
}
.order-details-page .page-title h1 {
    float: left;
	margin: 0;
}
.order-details-page .page-title a {
	float: right;
	margin: 0 3px;
}
.order-details-page .order-overview {
	margin: 0 0 45px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}

/* SEARCH & SITEMAP */

.basic-search {
    margin: 0 3%;
}
.advanced-search {
    margin: 20px 3% 0;
	border: 1px solid #ccc;
	border-radius: 8px;
}

/* 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% 30px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
}
.new-comment textarea {
	width: 500px;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 200px;
}
.comment-time {
    margin: 0 0 15px;
    padding: 10px 0 0;
}

.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 {
	margin: 0 2% 20px;
	vertical-align: top;
    
}
.news-list-homepage .news-title {
	height: 40px;
	margin-bottom: 0;
	overflow: hidden;
	line-height: 19px;
}
.news-list-homepage .view-all {
	clear: both;
}
.news-list-homepage .news-body {
	height: auto;
}

}

@media all and (min-width: 1025px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	min-width: 980px;
	min-height: 500px;
}
.center-2 .page-title {
    margin-top: 3px;
}
.inputs label {
    display: inline-block;
    width: 170px;
    margin: 0 10px 0 -180px;
    text-align: right;
}
.inputs .gender {
    text-align: left;
}
.inputs .gender span {
    min-width: 60px;
}
.inputs .gender 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: 97%;
	min-width: 980px;
	margin: auto;
}
.header-links li {
	margin: 0 5px;
}
.header-links li > a {
    display: inline-block;
	width: auto !important;
	height: auto;
	padding-left: 30px;
	font-size: 12px; /*reset zeroing*/
    line-height: 32px;
    white-space: nowrap;
}
.header-links li > a:hover {
	color: #fff;
}
.header-links a.ico-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;
    padding-left: 38px;
}
.header-links a.ico-wishlist {
	background: url('../Themes/Smart/Content/img/links_wishlist_small.png') left no-repeat;
    padding-left: 38px;
}
.header-links a.ico-cart {
    background: url('../Themes/Smart/Content/img/links_cart_small.png') left no-repeat;
    padding-left: 38px;
}
.header-links span.qty {
	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-radius: 18px;
	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 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: 12px;
}
.mini-shopping-cart .picture {
	float: left;
	width: 60px;
	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 70px;
}
.mini-shopping-cart .product {
	line-height: 18px;
}
.mini-shopping-cart .name {
	margin: 0 0 5px;
	font-size: 13px;
	color: #5be;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mini-shopping-cart .totals {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 13px;
	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 button {
	display: inline-block;
	padding: 10px 20px;
    letter-spacing: 0.5px;
}

.header-lower {
	padding: 10px;
}
.header-lower .center {
    width: 97%;
	min-width: 980px;
	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 {
	margin: 0 0 35px; /*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: 97%;
	min-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*/
    /*letter-spacing: 0.5px;*/
	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 14px 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 */

.footer-upper .center,
.footer-middle .center,
.footer-lower .center {
    width: 97%;
	min-width: 980px;
	margin: auto;
}
.footbox {
	width: 23%;
    margin: 0 1%;
	text-align: left;
}
.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 {
	overflow: hidden;
}
.social li {
	/*width: 45%;*/
    /*display: block;
    margin-bottom: 10px;*/
}
.social a {
	/*font-size: 14px;*/
}
.social a:before {
    /*margin-right: 10px;*/
}
.social a:before,
.social a span {
    vertical-align: middle;
}
.newsletter-email input[type="email"] {
	width: calc(100% - 40px);
}
.footlist {
	width: 23%;
    max-width: none;
    margin: 0 1%;
	text-align: left;
}
.footer-lower .center {
	position: relative;
}
.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: calc(100% - 250px);
}
.side-2 {
	float: left;
	width: 230px;
}
.block {
	display: block;
	width: auto;
	margin: 0 0 50px;
}
.block:last-child {
	margin-bottom: 0;
}
.block .title {
	position: relative;
    border-radius: 5px 5px 0 0;
	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 */

.center-2 > .breadcrumb {
    margin: 15px 0 30px; /*breadcrumb on product page*/
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
	line-height: normal;
}
.product-selectors > div {
	width: auto;
}
.product-selectors select {
	height: auto;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}

/* PRODUCT PAGE */

.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;
}
.giftcard {
	margin: 0 5px;
}
.giftcard label {
	width: 350px;
    text-align: left;
}

/* 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,
.login-page .text {
	margin: 0 0 30px;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.block-account-navigation {
	text-align: left !important;
}
.edit-address {
	margin: 0 0 30px;
}
.gdpr-tools-page .form-fields {
	margin: 0 0 30px;
}

/* 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;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
	margin: 0 0 0 10px;
    min-width: 0;
}
.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: 320px;
	vertical-align: top;
	margin: 0 30px 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;*/
}
.checkout-page .address-item {
    width: 31.333%;
    padding: 25px 0 27px;
}
.addon-buttons > img {
    margin: 5px 0;
}
.order-details-page .tax-shipping-info {
	text-align: right;
}

/* SEARCH & SITEMAP */

.basic-search {
    margin: 0;
}
.advanced-search {
    margin: 20px 0 0;
}
.advanced-search .price-range {
    width: 350px;
	margin-left: -35px;
    padding: 5px 0;
}

/* 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 {
	padding: 0 1%;
	font-size: 0;
}
.news-list-homepage .news-item {
	display: inline-block;
	width: 48%;
	margin: 0 4% 45px 0;
	border: none;
	padding: 0;
	text-align: left;
}
.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 .buttons {
    display: none;
}
.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 {
    min-width: 1200px;
    max-width: 1500px;
}
.slider-wrapper {
    margin: 0 0 50px;
}
.master-column-wrapper {
    min-width: 1200px;
    max-width: 1500px;
}
.footer-upper .center,
.footer-middle .center,
.footer-lower .center {
    min-width: 1200px;
    max-width: 1500px;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	margin-bottom: 45px;
}
.center-2 {
	width: calc(100% - 285px);
}
.side-2 {
	width: 250px;
}
.center-1 .item-box {
	width: 23.5%;
    margin: 0 0.75% 45px;
}
.center-1 .item-box:nth-child(3n+1) {
	clear: none;
}
.center-1 .item-box:nth-child(4n+1) {
	clear: both;
}
/*.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 {
	clear: none;
	width: auto;
}
.registration-page .page-body,
.login-page .page-body {
    max-width: 1200px;
    margin: auto;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
    min-width: 14.5%;
	margin: 0 0 0 15px;
}
	
}

@media all and (min-width: 1345px) {

.newsletter-email input[type="email"] {
	width: 250px;
}
.center-2 .item-box {
	width: 23.5%;
    margin: 0 0.75% 45px;
}
.center-2 .item-box:nth-child(3n+1) {
	clear: none;
}
.center-2 .item-box:nth-child(4n+1) {
	clear: both;
}
.gallery .thumb-item {
    width: calc(25% - 10px);
}

}

/* 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;
	background: url('../Themes/Smart/Content/img/search-button.png') center no-repeat !important;
    font-size: 0;
}
.forum-search-box .basic {
    display: inline-block;
	margin: 0 0 5px;
    background: #333;
    border-radius: 30px;
    padding: 1px;
}
.forum-search-box input,
.forum-search-box button {
    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,
.forum-search-page .basic-search button {
    float: none;
}
.forum-search-page .advanced-search {
    padding: 15px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

/* BREADCRUMB & PAGERS */

.pager.upper {
	display: none;
}

/* 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 button,
.private-message-send-page .buttons button,
.private-messages-page .buttons button,
.private-message-view-page .buttons button,
.move-topic-page .buttons button {
	min-width: 115px;
    padding: 12px 30px 11px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.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: 30px 0;
	border: 1px solid #ccc;
    border-radius: 12px;
	padding: 25px 15px;
    line-height: 22px;
}
.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 button {
    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-edit-page .form-fields {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px 0;
}
.move-topic-page .form-fields {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 35px 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;
}
.private-messages .form-fields {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px 0;
}

}

@media all and (min-width: 1025px) {

.forum-edit-page strong {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    text-align: left;
}
.forum-edit-page .inputs.reversed label {
    width: auto;
    margin: auto;
    text-align: left;
    padding: 0 0 0 10px;
}
.private-message-view-page .buttons {
	text-align: left;
}
.private-message-view-page .buttons button {
	margin: 0;
}
.private-message-view-page .back-pm-button {
	float: right;
}

}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.anywhere-slider {
    position: relative;
    background: #fff url('../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Smart/Content/slick/images/loading.gif') center no-repeat;
}
.anywhere-slider .slick-track {
    background-color: #fff;
}
.anywhere-slider .picture-slide a {
    display: block;
}
.anywhere-slider .picture-slide img {
    width: 100%;
	display: none;
}
.anywhere-slider .first-slide img {
    display: block;
}
.anywhere-slider .html-slide {
	display: none;
}
.anywhere-slider .first-slide,
.slick-initialized .html-slide {
    display: block;
}

.anywhere-slider .slick-arrow {
    position: absolute;
	top: 50%;
    z-index: 99;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: none;
	border-radius: 30px;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.25);
	font-size: 0;
    transition: all 0.2s ease;
}
.anywhere-slider .slick-prev {
	left: 15px;
	background: rgba(0,0,0,0.5) url('../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Smart/Content/slick/images/arrow-left.png') center no-repeat;
}
.anywhere-slider .slick-next {
	right: 15px;
	background: rgba(0,0,0,0.5) url('../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Smart/Content/slick/images/arrow-right.png') center no-repeat;
}
.anywhere-slider .slick-arrow:hover {
	 box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
	 background-color: rgba(255,255,255,0.2);
}

.anywhere-slider .slick-dots {
    display: none !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .dropdown,
.header-menu .menu-title {
	display: none;
}
.mega-menu-responsive {
	display: block !important;
}

@media all and (min-width: 1025px) {

/* 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: 0;
	width: 100%;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 10px 12px;
}
.mega-menu .boxes-1 .box {
    width: 100%;
}
.mega-menu .boxes-2 .box {
    width: 50%;
}
.mega-menu .boxes-3 .box {
    width: 33.333%;
}
.mega-menu .boxes-4 .box {
    width: 25%;
}
.mega-menu .boxes-5 .box {
    width: 20%;
}
.mega-menu .boxes-6 .box {
    width: 16.666%;
}
.mega-menu .boxes-7 .box {
    width: 14.28%;
}
.mega-menu .boxes-8 .box {
    width: 12.5%;
}

.mega-menu .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;
}

.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;
}

/* old box width */

/*.categories.fullWidth .box {
	width: 25%;
}*/
/*.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	width: 16.66%;
}*/

}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Smart/Content/img/loader.gif') no-repeat fixed 50% 50%;
    opacity: 0.7;
	z-index: 3;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    width: 600px !important;
    max-width: 95%;
    border-radius: 15px;
    box-shadow: 0 1px 3px #666;
    background: #fff;
    padding: 0 !important;
}
.ajaxCart .k-window-titlebar {
    margin: 0 !important;
    border-bottom: 1px solid #999;
	border-radius: 12px 12px 0 0;
    background: #bbb url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Smart/Content/img/button1.png') top repeat-x;
    padding: 15px;
}
.ajaxCart .k-window-title {
    display: inline-block;
    max-width: calc(100% - 40px);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 0 #ddd;
}
.ajaxCart .k-window-actions {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 0;
    z-index: 1;
}
.ajaxCart .k-window-actions a {
    display: block;
	width: 24px;
	height: 24px;
	margin-top: 2px;
    border: 1px solid #333;
	border-radius: 12px;
    background: #444 url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Smart/Content/img/button-close-hover.png') center no-repeat;
	box-shadow: 0 0 0 1px #ddd;
    font-size: 0;
    transition: all 0.15s ease;
}
.ajaxCart .k-window-actions a:hover {
	border-color: #bbb;
    background: #fff url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Smart/Content/img/button-close.png') center no-repeat;
}
.ajaxCart .addProductToCartErrors {
    padding: 25px;
}
.addProductVariantToCartErrors {
    color: #c00;
    font-size: 13px;
}
.addProductVariantToCartErrors li {
    margin-top: 10px;
}
.productAddedToCartWindow,
.miniProductDetailsView {
    border-radius: 0 0 15px 15px;
    padding: 10px;
}


/* QUANTITY BOX & BUY BUTTON */

.ajax-cart-button-wrapper {
    display: inline-block;
	border: 2px solid #5be;
	border-radius: 30px;
	background: #5be;
    white-space: nowrap;
}
.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;
    vertical-align: middle;
    font-size: 15px;
	color: #333;
}
.ajax-cart-button-wrapper select {
    width: auto;
}
.ajax-cart-button-wrapper button {
	background: none;
    vertical-align: middle;
}

/* ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    text-shadow: 1px 1px 0 #ddd;
}
.productAddedToCartItem {
    overflow: hidden;
    padding: 15px;
}
.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    width: 40%;
    text-align: center;
}
.productAddedToCartWindowImage a {
    display: block;
    overflow: hidden;
    line-height: 0;
}
.productAddedToCartWindowImage img {
    max-width: 100%;
}
.productAddedToCartWindowDescription {
    float: left;
    width: 60%;
    padding: 0 0 0 24px;
}
.productAddedToCartWindowDescription h1 {
    margin: 0 0 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 16px;
    line-height: 22px;
}
.productAddedToCartWindowDescription strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
	color: #c00;
	font-weight: normal;
}
.productAddedToCartWindowDescription span {
    display: block;
    margin-bottom: 3px;
    color: #666;
}
.productAddedToCartWindowSummary {
    clear: both;
    border-top: 1px dashed #ccc;
    padding: 20px 0 10px;
    text-align: center;
}
.productAddedToCartWindowSummary a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
	color: #000;
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowSummary div {
    margin-top: 15px;
}
.productAddedToCartWindowCheckout {
    max-width: 320px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
}

/* MINI DETAILS VIEW WINDOW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.miniProductDetailsView {
	background: #fff;
}
.miniProductDetailsView .product-overview-line {
    margin: 0;
	padding: 15px;
}
.product-overview-line + .product-overview-line {
    border-top: 1px dashed #ccc;
}
.miniProductDetailsView h1 {
    color: #333;
    text-transform: uppercase;
}
.miniProductDetailsView h1.product-name {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    text-shadow: 1px 1px 0 #ddd;
}
.miniProductDetailsView h1.product-variant-name {
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.miniProductDetailsView .product-essential {
    margin: 0;
    overflow: hidden;
}
.miniProductDetailsView .gallery {
    float: left;
	display: block; /*Cloud Zoom css override*/
    width: 40% !important;
    overflow: hidden;
    margin: 0;
}
.miniProductDetailsView .picture {
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}
.miniProductDetailsView .picture img {
	position: static;
    z-index: 0 !important;
}
.miniProductDetailsView .overview {
    float: left;
    margin: 0;
    width: 60%;
    padding: 0 0 0 24px;
    text-align: left;
}
.miniProductDetailsView .prices {
    margin: 20px 0;
}
.miniProductDetailsView .attributes dt:first-child {
	margin-top: 0;
}
.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 .product-collateral {
    margin: 30px 0 0;
    border-radius: 0 0 12px 12px;
}
.miniProductDetailsView .giftcard {
    border: none;
    border-top: 1px dashed #ccc;
    border-radius: 0;
    padding: 20px 0 10px;
}
.miniProductDetailsView .giftcard label {
    display: block;
    margin: 0 0 10px;
}
.miniProductDetailsView .message-error {
    font-size: 13px;
}
.miniProductDetailsView .message-error li {
    margin-top: 10px;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    margin: 0 !important;
	padding: 0 5px;
    overflow: hidden;
}
.ajaxCart .product-grid .title strong {
    background: none;
    color: #333;
}
.ajaxCart .product-grid .item-box {
	border-bottom: none;
    margin-bottom: 0 !important;
}
.ajaxCart .product-grid .item-box .product-title {
    height: auto;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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 {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 767px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }
    .gallery .ribbon-wrapper {
	    display: inline-block;
	    width: auto;
	    max-width: 100%;
    }
}

@media all and (min-width: 768px) {

    .product-list .item-box .ribbon-wrapper {
        width: 25%;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }
}

.buttonOverlay {
    display: none !important;
}
.quickViewData {
    display: none;
}

/* START BUTTON */

.quick-view-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -20px 0 0 -25px;
    opacity: 0;
    transition: all 0.4s ease;
}
.item-box:hover .quick-view-button {
    opacity: 1;
}
.quick-view-button a {
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    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;
    font-size: 0;
    opacity: 0.9;
    cursor: pointer;
}
.quick-view-button a:hover {
	opacity: 1;
}

/* SCREEN OVERLAY & DATA LOADER */

.k-overlay {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.quickView .k-loading-mask {
    position: absolute;
    top: 0;
    left: 0;
}
.quickView .k-loading-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -15px;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/loading-image.gif') center no-repeat;
}

/* MAIN QUICKVIEW WINDOW */

.quickView {
    position: absolute;
    z-index: 1070;
    width: 700px;
    max-width: 95%;
    border-radius: 15px;
    box-shadow: 0 1px 3px #666;
    background: #fff;
    padding-top: 0 !important;
}
.quickViewWindow button,
.quickViewWindow a {
    cursor: pointer;
}
.quickView .k-window-titlebar {
    margin: 0 !important;
	padding: 15px;
    border-bottom: 1px solid #999;
	border-radius: 12px 12px 0 0;
    background: #bbb url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/headpad.png') top repeat-x;
}
.quickView .k-window-actions {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 0;
    z-index: 1;
}
.quickView .k-window-actions a {
    display: block;
	width: 24px;
	height: 24px;
	margin-top: 2px;
    border: 1px solid #333;
	border-radius: 12px;
    background: #444 url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/button-close-hover.png') center no-repeat;
	box-shadow: 0 0 0 1px #ddd;
    font-size: 0;
    transition: all 0.15s ease;
}
.quickView .k-window-actions a:hover {
	border-color: #bbb;
    background: #fff url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/button-close.png') center no-repeat;
}
.quickView .k-window-content {
    border-radius: 0 0 15px 15px;
}
.quickViewWindow .product-essential {
    float: none;
    width: auto;
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 20px;
}
.quickViewWindow .product-essential:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.quickViewWindow .product-name {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #ddd;
}
.quickViewWindow .product-content {
    overflow: hidden;
}

/* GALLERY & OVERVIEW */

.quickView .cloudzoom-blank {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/blank.png');
}
.quickView .cloudzoom-zoom-inside {
    z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}
.quickView .cloudzoom-ajax-loader {
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/loader.gif');
    width: 32px;
    height: 32px;
}
.quickView .picture a + img {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
.quickViewWindow .gallery {
    display: block; /*Cloud Zoom css override*/
    float: left;
    width: 40%;
    margin-bottom: 0;
    overflow: visible;
}
.quickView .gallery .picture:before {
	display: none;
}
.quickViewWindow .gallery .picture {
    float: none;
    width: auto;
    height: auto;
    background: #fff;
    line-height: 0;
    text-align: center;
}
.quickViewWindow .gallery .picture a {
    border: none;
    height: auto;    
    width: 250px;
    overflow: hidden;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
    width: 100%;
}
.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;
}
.quickViewWindow .gallery .thumbnails a {
    position: relative;
    float: left;
    width: 70px;
    margin: 0 0 5% 5%;
    overflow: hidden;
}
.quickViewWindow .gallery .thumbnails a:nth-child(3n+1) {
	margin-left: 0;
}
.quickViewWindow .gallery .thumbnails a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.quickViewWindow .gallery .thumbnails img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.quickViewWindow .gallery .thumbnails a img:hover {
    opacity: 0.9;
}
.quickViewWindow .links-panel {
    padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Smart/Content/images/arrow.png') left center no-repeat;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}
.quickView .cloud-zoom-gallery img {
    max-width: 100%;
}

.quickViewWindow .overview {
    float: right;
    margin: 0 !important;
    width: 60%;
    padding: 0 0 0 20px;
}
.quickViewWindow .overview #accordion {
	width: auto;
    border: 1px solid #ddd;
}
.quickViewWindow #accordion > h3 {
    position: relative;
    margin: 0;
    /*box-shadow: inset 0 0 0 1px #fff;*/
    border-radius: 0;
    background: #f6f6f6;
    padding: 8px 10px;
    text-align: left;
    font-size: 13px;
    /*font-weight: normal;*/
    text-transform: uppercase;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    cursor: pointer;
}
.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 #accordion .product-details {
    position: relative;
    margin: 0;
    padding: 10px;
}
.quickViewWindow #accordion .product-details + h3,
.quickViewWindow #accordion > h3 + .product-details {
    border-top: 1px solid #ddd;
}

.quickViewWindow .overview .left {
    float: left;
    width: 60%;
    margin-bottom: 20px;
    text-align: left;
}
.quickViewWindow .overview .left > div {
    margin: 10px 0;
}
.quickViewWindow .overview .right {
    float: right;
    width: 40%;
    margin-bottom: 20px;
    text-align: right;
}
.quickViewWindow .overview .right button {
    margin: 5px 0;
    background: #fff;
    border: 1px solid #5be;
    color: #5be;
}
.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 0;
}
.quickViewWindow .overview .add-to-cart,
.quickViewWindow .overview .prices {
	width: auto;
    text-align: center;
}
.quickViewWindow .overview .add-to-cart-panel {
	margin-left: 0;
}
.quickViewWindow .back-in-stock-subscription {
	clear: left;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
    clear: both;
    margin: 0;
    /*border-top: 1px dashed #999;
    padding: 20px 0 0;*/
}
.quickViewWindow .overview .attributes dt:first-child {
    margin-top: 0;
}
.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: 0 !important;
	padding: 0 5px;
    overflow: hidden;
}
.quickViewWindow .product-grid .title strong {
    background: none;
    color: #333;
}
.quickViewWindow .product-grid .item-box {
	border-bottom: none;
    margin-bottom: 0 !important;
}
.quickViewWindow .product-grid .item-box .product-title {
    height: auto;
}
.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.quickViewWindow .item-box .details,
.quickViewWindow .item-box .quick-view-button,
.quickViewWindow .item-box .buttonOverlay {
    display: none !important;
}

/* PRODUCT VARIANTS */

.quickViewWindow .product-variant-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant {
    overflow: hidden;
    margin: 0 0 10px;
}
.quickViewWindow .variant-picture {
    width: 80px;
    height: 80px;
    margin: 0;
}
.quickViewWindow .variant-info {
    margin-left: 90px;
}
.quickViewWindow .variant-name {
    font-size: 15px;
    line-height: 22px;
}
.quickViewWindow .variant-info .prices {
    text-align: left;
}
.quickViewWindow .variant-info .product-price {
    font-size: 17px;
}
.quickViewWindow .variant-info .tax-shipping-info {
    font-size: 11px;
    margin: 0;
}
.quickViewWindow .variant-grid-info {
    border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 15px;
}
.quickViewWindow .variant-grid-info .compare-products {
    display: none;
}

/* GIFTCARD */

.quickViewWindow .giftcard {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
}
.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #ddd;color:#fff}.qq-upload-button-hover{background:#c00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#ff9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#fff0bd}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#d60000}.qq-upload-list li.qq-upload-success{background-color:#5da30c;color:#fff}.qq-upload-list li.qq-upload-fail{background-color:#d60000;color:#fff}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
#goToTop,
input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2,
.header-links span.qty,
.new_select > span:after,
.theme-selector:after,
.block .title,
.download-sample a,
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a,
.vendor-grid .title a,
.mfp-container .apply-shipping-button,
.compare-products-page .clear-list,
.order-progress a:before,
.opc .step-title .number,
.opc .active .step-title,
.news-items .buttons a,
.ajax-cart-button-wrapper,
.miniProductDetailsView .add-to-cart,
.ui-slider-handle,
.quick-view-button a,
.slick-dots .slick-active button,
.previous-product a,
.next-product a,
.sale-of-the-day-offer .go-to-product-page,
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel,
.block .list a:before,
.block .year strong:before {
  background-color: #8abf08;
}
.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a,
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a,
.mini-shopping-cart .name,
.header-menu .sublist li:hover > a,
.block .sublist .sublist .active a,
.product-tags-all-page li a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.poll strong,
.poll .buttons button,
.breadcrumb a:hover,
.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-item-head,
.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,
.account-page .button-2,
.address-list-page .info .name,
.return-request-list-page .details a,
.multi-factor-authentication-page ul button,
.cart-collaterals .title,
.order-completed .details a,
.order-details-page .page-title a,
.sitemap-page a,
.post-title,
.news-title,
.blog-page .tags a,
.blogpost-page .tags a,
.news-list-homepage .view-all a,
.selected-options-list > li span,
.quickViewWindow .overview .right button,
.sale-of-the-day-offer .product-name h2:hover,
.block .list > li.active > a,
.block .view-all a,
.block .list a:hover {
  color: #8abf08;
}
.eu-cookie-bar-notification,
.eu-cookie-bar-notification button,
.footbox .title,
.block .tags,
.block .list > li,
.block .sublist,
.poll-options,
.poll-results,
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel,
.product-review-item .review-item-head,
.multi-factor-authentication-page ul button,
.ajax-cart-button-wrapper,
.miniProductDetailsView .add-to-cart,
.quickViewWindow .overview .right button {
  border-color: #8abf08;
}
@media all and (max-width: 1024px) {
  .responsive-nav-wrapper,
  .header-menu .close-menu,
  .header-menu .back-button,
  .nopAjaxFilters7Spikes .close-filters {
    background-color: #8abf08;
  }
  .header-menu > ul li,
  .header-menu .plus-button {
    border-color: #8abf08;
  }
}
@media all and (min-width: 1025px) {
  .header-menu {
    background-color: #8abf08;
  }
  .mega-menu .box li a:hover {
    color: #8abf08;
  }
  .mega-menu .title {
    border-color: #8abf08;
  }
}
.eu-cookie-bar-notification button {
  background-color: rgba(138, 191, 8, 0.1);
}
.mega-menu .dropdown,
.header-menu .sublist-wrap {
  background-color: rgba(138, 191, 8, 0.9);
}
/*BODY*/
body {
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #575757;
    font-size: 14px;
    background-color: #ffffff;
}

a {color: #8abf08;}
a:hover {color: #5f9508;}

/* FAQ FIX */
.accordion h2{
    background:#358892;
    border:1px solid #358892;
    border-radius:3px 3px 0 0;
    color:#fff;
    font:17px/28px 'Arial', sans-serif;
    margin-top:12px;
    padding:15px 36px 15px 12px;
    position:relative;
    transition:background .3s ease 0s,color .3s ease 0s
}
.accordion h2:after{
    content: "+";
    font-size:24px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:20px
}
.accordion h2:hover,.accordion h2.active{
    background:#fff;
    color:#358892;
    cursor:pointer
}
.accordion h2.active:after{
    transform:translateY(-50%) rotate(90deg)
}
.accordion .panel{
    border:1px solid #d5d5d5;
    border-radius:0 0 3px 3px;
    display:none;
    padding:20px 12px
}

/* MEGAMENU FIXES */
.header-menu {
    display: block !important;
    background: none !important;
    background-color: #8abf08 !important;
}
.mega-menu {
    border-top: none;
    border-bottom: none;
    text-align: left;
}
.mega-menu > li > a:before, .mega-menu > li > span:before, .header-menu .sublist li a:before {
    background: transparent !important;
}
.has-sublist .dropdown.categories.active {
    display: inline-block;
}
.has-sublist .dropdown.categories.active .row-wrapper .row {
    display: flex;
    vertical-align: top;
}
.has-sublist .dropdown.categories.active .row-wrapper .row ul.subcategories {
    background: rgba(255,255,255,.85);
    margin-top: -5px;
    padding: 0px 10px;
    border-radius: 10px;
}
.has-sublist .dropdown.categories.active .row-wrapper .row ul.subcategories li:nth-child(3), .has-sublist .dropdown.categories.active .row-wrapper .row ul.subcategories li:nth-child(5) {
    display: block !important;
}
.header-menu .sublist li a {
    padding: 8px 10px 8px 10px;
}

.eu-cookie-bar-notification {
    border: 1px solid #8abf08;
    border-radius: 0px;
}

@media (max-width: 1000px) and (min-width: 240px) {
    .header-menu {background-color: #fe9006 !important;}
    .menu-title {
        margin: 0px !important;
    }
    .header-menu.open .menu-title {
        background-color: #fe9006 !important;
    }
    .mega-menu-responsive .sublist-wrap.active {
        position: fixed;
    }
    .mega-menu-responsive .sublist li {
        margin: 1px 0 1px 10px;
    }
    .mega-menu-responsive .sublist li.has-sublist .plus-button {
        display: inline-block;
        position: absolute;
        height: 46px;
        min-height: 46px;
    }
    .nopAjaxFilters7Spikes .close-filters {color: transparent;}
    .category-grid.home-page-category-grid .item-box {
        width: 49%;
        margin: 0px;
        float: none;
        margin-bottom: 10px;
    }
}

/* HEADER */
.header {
    background-color: #ffffff;
}
.header-menu, .responsive-nav-wrapper, .home-page-category-grid .title a, .sub-category-grid .title a, .manufacturer-grid .title a, .vendor-grid .title a{
    background: #8abf08;
}
.header-menu a {
    color: #ffffff;
}
.category-item {
    text-align: center;
    display: inline-block;
    min-width: 310px;
    position: relative;
}
.home-page-category-grid {
    background: transparent;
    padding-top: 20px;
}
.home-page-category-grid .title a, .sub-category-grid .title a, .manufacturer-grid .title a, .vendor-grid .title a {
    padding: 0 12px;
    line-height: 60px;
    white-space: nowrap;
    background: none !important;
    color: #666;
    min-height: 45px;
    font-size: 20px;
}
.home-page-category-grid .item-grid, .home-page .product-grid, .home-page .product-grid .item-grid {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.home-page-category-grid .item-box {
    width: 30%;
    margin: 0 0 25px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 310px;
}
.bestsellers .item-box .product-title a {
    color: #358892;
}
.mynews {
    display: none !important;
}
/* TABS ON PRODUCT PAGE */
.ui-tabs .ui-tabs-selected a, .ui-tabs .ui-tabs-active a {
    background: #8abf08 !important;
    color: #fff;
}
.block .list a:hover, .block .list a.active, .block .list > li.active > a {
    color: #8abf08 !important;
}
.block .list a:before, .block .year strong:before {
    content: "";
    background: #8abf08 url(../Themes/Smart/Content/img/arrow3.png) center no-repeat !important;
}
@media (min-width: 1280px) {
    .fullscreen .header-upper .center, .fullscreen .header-lower .center, .fullscreen .header-menu > ul {
        width: 1300px;
    }
    .block .title {background: #8abf08;}
    .block .title a {color: #ffffff;}
    .nopAjaxFilters7Spikes .close-filters, .close-filters {background-color: transparent;}
}
@media (min-width: 1001px) {
    .fullscreen #headerMenuParent {
        margin-bottom: 0;
    }
    .block .title {background: #8abf08;}
    .block .title a {color: #ffffff;}
    .nopAjaxFilters7Spikes .close-filters, .close-filters {background-color: transparent;}
    .header-menu > ul {
        text-align: center;
    }
    .home-page-category-grid .title {
        height: 60px;
        margin: 0 0 25px;
        text-align: center;
    }
    .home-page-product-grid .title {
       display: block !important;
    }
    .header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
        background: #5f9508;
    }
    .mega-menu .dropdown {
        border-radius: 0 0 10px 10px;
        box-shadow: none;
        background: #ffffff;
        border: 1px solid rgba(138, 191, 8, 0.9);
        border-top-color: transparent;
    }
    .mega-menu .dropdown:before {
        background: transparent;
    }
    .mega-menu > li:hover > a, .mega-menu > li:hover > span {color: #ffffff;}
    .mega-menu .fullWidth.categories .box .title { position: inherit;background: transparent; text-align: center;}
    .mega-menu .fullWidth.categories .box .title a {color: #656565 !important;}
}
/* FOOTER */
.footer-upper, .footlist, .footer-designed-by, .footlist:last-child ul li:first-child {display: none;}
/* FAQ FIX */
.footer-middle .footlist:nth-child(1) li:nth-child(4) {
    display: none;
}
@media (min-width: 1280px) {
    .fullscreen .footbox {
        width: 406px;
    }
    .footlist:first-child, .footlist:last-child {
        display: inline-block;
        width: 620px;
        max-width: 620px;
    }
}
/* BUTTONS */
.item-box input[type="button"], input[type="button"], input[type="submit"], input[type="reset"], .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, .button-1, .button-2 {
    border: none;
    border-radius: 0px;
    background: #8abf08;
    color: #fff;
    cursor: pointer;
}
.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, .shopping-cart-page .button-2, .checkout-page .button-2, .order-details-page .page-title a {
    background-color: #388b8f;
}
/* SEARCH AREA */
.header .search-box form {
    background: #fe9006;
}
.header .search-box .search-box-button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTU4RjgzOEYyMjMxMTFFOEFBN0NCQjcxMkM4MjkxOTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTU4RjgzOEUyMjMxMTFFOEFBN0NCQjcxMkM4MjkxOTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDg5M0E1MzdFQzgxMUUzODQwRUFFRjk2MzM1ODkzOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNDg5M0E1NDdFQzgxMUUzODQwRUFFRjk2MzM1ODkzOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmn8MtEAAAFfSURBVHjapNQ9SgNRFIbhm4ip7PxBwUJiEUmtCApmBXaSItmAC7ASCwshnQiuQAQL3YGtCEFERW0ENUgUf0HQIBLU8b3yDQzj3BkZDzxMQg5fcu6cjPE8zwT0ooYTvOMNB1hAd6j3l+CbKl49dz2gFBeW+Uk0ZgabyOAJazhEDlOo6HUbJdRNVBHWhxd9+45jnCKa6jlHp2vMmpoe0RMzxhi+1FtxhZ2qYSnpgLGt3o2oz7NMmtfEeya5/J5C1IdZHboJXOPK7/lwhV3p9cQfwiZ1bbru5rLO4Rn9MedVCtyAWdcNGEBLTXbbByMax7W0tu7QFbe0VazrTFpa4ODSTutIbJWx5RrTV9aorvrU9QyjSf9No6Wdxy5ucI+6dnAIRwpsYxG5uLAkRT1J/DpGPm2YNRca/xqFtGEd2A8F3tpfnSbMaH0aocCLtGHWcOCxZGvlP2HWCC6xisy3AAMA7Fi7fpOTlw4AAAAASUVORK5CYII=') 40% center no-repeat;
}

/* FEATURED PRODUCTS AND ITEMS AREA*/
.product-grid .title {
    width: 100%;
}
.product-grid .title strong {
    background: #333;
}
.ui-tabs .ui-state-active.ui-tabs-active a {
    border: 1px solid #fe9006;
    background-color: #fe9006 !important;
}
.item-box .actual-price {
    color: #fe9006;
}
.product-grid .item-box .ajax-cart-button-wrapper {
    border-radius: 0px !important;
}
.miniProductDetailsView .add-to-cart {
    border-radius: 30px 0px 0px 30px;
}
.product-grid .item-box .productQuantityTextBox, .product-grid .item-box .productQuantityDropdown {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
}
.productTabs .write-review {
    background-color: transparent;
}
.productTabs .write-review .form-fields {
    border: none;
}
.item-box .picture {
    position: relative;
}
.item-box .picture > a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.product-list .item-box .picture > a img {
    object-fit: contain;
}
/* OVERVIEW WINDOW STYLES */
.overview .add-to-cart-panel {
    border-color: transparent;
    background-color: transparent;
}
.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    border: none;
    border-radius: 0px;
    background: #8abf08 !important;
    padding: 10px 20px;
    font-size: 16px !important;
    text-transform: uppercase;
}
.overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown {
    margin: inherit;
    height: 41px;
	border-radius: 0px;
}
.overview .product-price, .variant-overview .product-price {
    color: #8abf08;
}
#accordion {
    position: relative;
    width: inherit;
}
.quickView {
    max-width: 100% !important;
    min-width: 350px !important;
}
.quick-view-button {
    top: inherit !important;
    left: inherit !important;
    z-index: 2;
    margin: 0px !important;
    margin-left: 2.5vw !important;
    margin-top: -50vh !important;
    opacity: 0;
    transition: all 0.4s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 400px;
    width: auto;
    position: absolute;
}
.product-list .quick-view-button {
    margin-left: 0px !important;
    margin-top: -60px !important;
}
.quickViewWindow .product-name {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #8abf08;
    text-shadow: 1px 1px 0 #f9f9f9;
    position: inherit !important;
}
.quickViewWindow .overview .right input, .quickViewWindow .overview .right button {
    margin: 5px 0;
    border: none;
    color: #ffffff !important;
    padding: 0px 10px;
    background: #8abf08;
    border-radius: 0px;
    font-size: 14px;
    min-height: 50px;
}
.quickView .k-window-actions a {
    margin-top: -6px !important;
}
/* Best seller styles */
.quickViewWindow .product-grid .title strong {
    color: #ffffff !important;
    background-color: #8abf08 !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 1px 2px;
    border-radius: 5px 5px 0px 0px !important;
    -moz-border-radius: 5px 5px 0px 0px !important;
    -webkit-border-radius: 5px 5px 0px 0px !important;
    background: #8abf08;
}
.product-grid .title strong {
    color: #ffffff !important;
    background-color: #358892 !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 1px 2px;
    border-radius: 5px 5px 0px 0px !important;
    -moz-border-radius: 5px 5px 0px 0px !important;
    -webkit-border-radius: 5px 5px 0px 0px !important;
    background: #358892;
}
.quickViewWindow #accordion .product-details {
    position: relative;
    margin: 0;
    padding: 10px 1px;
    border: 0;
    display: inline-block;
    width: 100%;
}

.quickViewWindow .overview {
    display: inline-block !important;
    padding-right: 0px !important;
    margin-left: inherit !important;
}
.quickViewWindow .gallery {
    display: inline-block !important;
}
.quickViewWindow .related-products-grid .picture img {
    object-fit: contain;
    object-position: top;
}
@media (max-width: 1024px) {
    #headerMenuParent {height: auto;}
    .filtersPanel {display: flex;}
}

@media (min-width: 769px) {
    .item-box .description {
        height: 100px;
        line-height: 17px;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .item-box .description {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .filtersPanel {
        display: none;
    }
    .category-grid.home-page-category-grid .item-box {width: 100%;}
}
@media (min-width: 481px) {
    .block {width: 100%;}
    .block .title {border-radius: 0px}
}

