/* Minification failed. Returning unminified contents.
(4034,11): run-time error CSS1030: Expected identifier, found ' '
(4034,16): run-time error CSS1031: Expected selector, found ';'
(4034,16): run-time error CSS1025: Expected comma or open brace, found ';'
(4035,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
	font: normal 16px "Open Sans Condensed", Arial, sans-serif;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    height: 32px;
    border: 1px solid #ccc;
    padding: 6px;
    vertical-align: middle;
    color: #555;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 16px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 4px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label {
	vertical-align: middle;
}

.master-wrapper-content {
    margin: 20px auto 0;
}
.news-list-homepage,
.product-grid.bestsellers,
.product-grid.home-page-product-grid,
.home-page-category-grid .item-grid,
.sub-category-grid .item-grid,
.home-page .topic-block,
.breadcrumb,
.two-column-centering,
.product-details-page .page-body,
.product-details-page .item-grid,
.shopping-cart-page,
.checkout-page .checkout-data,
.order-details-page .page-body,
.return-request-page .page-body,
.shipment-details-page .page-body,
.wishlist-page .page-body,
.sitemap-page .page-body {
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
}
    .master-column-wrapper {
        margin: 0 auto 30px;
    }
.master-column-wrapper:after,
.two-column-centering:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 {
	margin: 0 0 20px;
}
.center-2, .side-2 {
	margin: 0 0 20px;
}

.page {
	text-align: center;
}
.page-title {
    padding: 0 30px;
    text-align: center;
    margin: 0 0 20px;
}
    .page-title h1 {
        display: inline-block;
        position: relative;
        color: #666;
        font-size: 26px;
        font-weight: normal;
        font-family: "Kelly Slab", Calibri, sans-serif;
    }
    .page-title h1:after,
    .page-title h1:before {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        background: #8bc8ca url(/Themes/ArtFactory/Content/img/title-dots.png) no-repeat center;
        width:19px;
        height: 4px;
    }
        .page-title h1:after {
            left: -30px;
        }
        .page-title h1:before {
            right: -30px;
        }

.two-column-wrapper {
    position: relative;
    padding: 80px 0 0;
}
.breadcrumb + .two-column-wrapper {
    padding: 0;
}
    .two-column-wrapper .page-title {
        padding: 15px 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #f3f3f3;
    }

.page:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(/Themes/ArtFactory/Content/img/rss-icon.png) no-repeat;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
    text-align: justify;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}
.flyout-cart {
	display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    background: #8bc8ca url(/Themes/ArtFactory/Content/img/goTop.png) no-repeat center 46%;
    border-radius: 50%;
    border: 3px solid #fff;
    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;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
}
.fieldset .title, 
.section .title {
    margin: 0 0 15px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
}
.fieldset .title strong, 
.section .title strong {
    font-weight: normal;
    font-size: 24px;
    color: #af825d;
    padding: 0 0 5px;
    display: block;
}
.form-fields {
	position: relative;
}
.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}
.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: 18px;
}
.inputs.custom-attributes {
	white-space: normal;
}
.form-fields .inputs label{
    overflow:hidden;
} 
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
    vertical-align: middle;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
    .inputs .option-list li {
        float: left;
    }
    .inputs .option-list label {
        width: auto;
    }

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	font-size: 24px;
    line-height: 10px;
	color: #af825d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2px;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 13px;
	color: #c00;
    text-align: center;
    padding-top: 3px;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}
.inputs.custom-attributes {
	white-space: normal;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #67b687;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #e86d73;
}
.bar-notification.warning {
	border-bottom: 1px solid #f55;
	background: #f6906d;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;	
	width: 32px; /*even numbers only*/	
	height: 32px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/ArtFactory/Content/img/close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #bbb;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
	background: #ddd url(/Themes/ArtFactory/Content/img/headpad.png) top repeat-x;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;	
	width: 24px; /*even numbers only*/	
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/ArtFactory/Content/img/close.png) center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
    .ui-dialog-titlebar button:hover {
	    opacity: 0.9;
    }
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}
.ui-dialog-content .tooltip {
    margin-bottom: 20px;
}
.ui-dialog-content .button-1 {
    display: inline-block;
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px 20px;
    font: normal 18px/1 "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 300px;
	max-width: 300px;
	height: 180px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -150px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: none;
	background: #8bc8ca;
	padding: 5px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification a {
	display: block;
	text-transform: uppercase;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
	text-align: center;
}
.admin-header-links a {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}

.header { 
	position: relative;
	z-index: 1002;
	margin: 0 auto 10px;
	text-align: center;
    width: 95%;
}
.header:after { 
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-logo {
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
	background-color: #8bc8ca;
}
.header-logo a img {
	max-width: 100%;
}
.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
}
.header-links span, .header-links a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
}
.header-links .ico-register {
    background: url(/Themes/ArtFactory/Content/img/icon-register.png) no-repeat center;
}
.header-links .ico-login {
    background: url(/Themes/ArtFactory/Content/img/icon-login.png) no-repeat center;
}
.header-links .ico-account {
    background: url(/Themes/ArtFactory/Content/img/icon-profile.png) no-repeat center;
}
.header-links .ico-logout {
    background: url(/Themes/ArtFactory/Content/img/icon-logout.png) no-repeat center;
}
.header-links .ico-wishlist {
    background: url(/Themes/ArtFactory/Content/img/icon-wishlist.png) no-repeat center;
}
.header-links .ico-inbox {
    background: url(/Themes/ArtFactory/Content/img/icon-emailfriend.png) no-repeat center;
}
.search-box form {
	display: inline-block;
	position: relative;
}
.search-box form:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.search-box input.search-box-text {
    float: left;
    width: 270px !important;
    height: 30px;
    padding: 5px 35px 5px 5px;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #bbb;
    font-size: 18px;
    font-style: italic;
    font-family: "Open Sans Condensed", Arial, sans-serif;
}
.search-box .search-box-button {
    float: left;
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    background: url(/Themes/ArtFactory/Content/img/icon-search-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 999px;
    margin-left: -30px;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute !important;
	z-index: 1002 !important;
	width: 270px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
    font-size: 16px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-selectors-wrapper > div {
    display: inline-block;
}
.header-selectors-wrapper select {
	border: 0;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
    padding: 25px 0;
    overflow: hidden;
    background: #fff;
}
    .footer-block:first-child {
        margin: 0 0 20px;
    }
.footer-block .title {
	margin: 0 0 10px;
}
.footer-block a {
    display: inline-block;
    line-height: 32px;
    position: relative;
    padding: 0 14px;
}
    .footer-block:first-child a:before,
    .footer-block:first-child a:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #8bc8ca;
    }
    .footer-block:first-child a:after {
        left: auto;
        right: 0;
    }

.social-sharing {
    margin: 0 0 15px;
}
    .social-sharing h3 {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 10px;
    }
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 1px 2px;
}
.social-sharing a {
	display: block;
	width: 42px;
	height: 42px;
	background: url(/Themes/ArtFactory/Content/img/social-sprite.png) no-repeat;
    opacity: .6;
}

.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -42px 0;
}
.social-sharing .google {
    background-position: -84px 0;
}
.social-sharing .pinterest {
    background-position: -126px 0;
}
.social-sharing .vimeo {
    background-position: -168px 0;
}
.social-sharing .youtube {
	background-position: -210px 0;	
}
.social-sharing .rss {
    background-position: -252px 0;
}
.social-sharing .instagram {
    background-image: url(/Themes/ArtFactory/Content/img/instagram.png);
    background-repeat: no-repeat;
    background-position: center;
} 
.contact-block .footer-menu {
    display: inline-block;
}
    .contact-block .footer-menu li {
        line-height: 32px;
        padding: 0 0 0 36px;
        text-align: left;
    }
        .contact-block .footer-menu li.phone {
            background: url(/Themes/ArtFactory/Content/img/icon-phone.png) no-repeat left center;
        }
        .contact-block .footer-menu li.fax {
            background: url(/Themes/ArtFactory/Content/img/icon-fax.png) no-repeat left center;
        }
        .contact-block .footer-menu li.email {
            background: url(/Themes/ArtFactory/Content/img/icon-mail.png) no-repeat left center;
        }
        .contact-block .footer-menu li.location {
            background: url(/Themes/ArtFactory/Content/img/icon-address.png) no-repeat left center;
        }

.footer-lower {
	overflow: hidden;
    padding: 15px 0;
    background: #d3d3d3;
    border-bottom: 10px solid #fff;
    font: normal 12px/normal Arial, sans-serif;
    color: #666;
}
/*.footer-lower .footer-centering > div {
	margin: 0 0 5px;
}*/
.accepted-payment-methods {
    margin: 0 0 15px !important;
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 50px;
	height: 30px;
    margin: 0 4px;
	background: url(/Themes/ArtFactory/Content/img/payment-icons.png) no-repeat;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -59px 0;
}
.accepted-payment-methods .method3 {
	background-position: -118px 0;
}
.accepted-payment-methods .method4 {
	background-position: -177px 0;
}
.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
}
.footer-store-theme {
    display: inline-block;
    margin-top: 10px;
}
    .footer-store-theme select {
        width: 170px;
    }


/*********** LEFT/RIGHT COLUMN ***********/



.block .title strong {
    display: block;
}
.block .listbox:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.block .list a, 
.block .list strong {
    position: relative;
    padding: 7px 14px 7px 22px;
    display: block;
    text-align: left;
    font-size: 18px;
    color: #555;
    border-bottom: 1px dotted #d3d3d3;
}
    .block .list li a:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 7px;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #8bc8ca;
        opacity: 0;
    }
    .block .list li.active > a:before,
    .block.block-account-navigation .list li > a.active:before,
    .block .list li:hover > a:before {
        opacity: 1;
    }
.block .list .product-picture {
	display: none;
}
    .block .list .sublist {
        padding: 0 0 0 22px;
    }

.block .view-all {
	margin: 10px 0 0;
    text-align: center;
}
    .block .view-all a {
        border: 0;
        background: 0;
        background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 6px 20px;
        font: normal 16px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
        display: inline-block;
    }

.block .tags {
    margin: 0 0 10px;
    padding: 10px 0 0;
}
.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: 18px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	margin: 5px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
    text-align: left;
}
.poll .buttons input {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px 30px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
    color: #555;
}
.poll-total-votes {
	display: block;
	font-weight: bold;
}

    .todays-poll-box {
        padding: 30px 0;
        background-color: #e7d2c2;
    }
    .polls-centering {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }
        .polls-centering .poll {
            display: inline-block;
            text-align: left;
            min-width: 240px;
            color: #555;
        }
        .polls-centering .poll strong {
            margin: 0 0 5px;
            font-weight: normal;
            padding: 5px 0;
            border-bottom: 1px dotted #fff;
            font-size: 18px;
        }
    .polls-centering .poll-options, 
    .polls-centering .poll-results {
        font-size: 18px;
        margin: 0 0 10px;
    }

/********** CATEGORY PAGE **********/

    /* grids title */

    .home-page-category-grid > .title,
    .product-grid > .title {
        padding: 0 30px;
        text-align: center;
        margin: 0 0 25px;        
    }
        .home-page-category-grid > .title strong,
        .product-grid > .title strong {
            display: inline-block;
            position: relative;
            color: #666;
            font-size: 26px;
            font-weight: normal;
            font-family: 'Josefin Sans', sans-serif;                
        }
            .home-page-category-grid > .title strong:after,
            .home-page-category-grid > .title strong:before,
            .product-grid > .title strong:after,
            .product-grid > .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                margin-top: -2px;
                background: #8bc8ca url(/Themes/ArtFactory/Content/img/title-dots.png) no-repeat center;
                width:19px;
                height: 4px;
                -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
            }
                .home-page-category-grid > .title strong:after,
                .product-grid > .title strong:after {
                    left: -30px;
                }
                .home-page-category-grid > .title strong:before,
                .product-grid > .title strong:before {
                    right: -30px;
                }

    /* grids title */

.filters-button {
    display: none;
}

.breadcrumb {
	margin: 0 0 40px;
	text-align: center;
    border-bottom: 1px dotted #c0c0c0;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
    margin: 0 2px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}


.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
}
.product-filters-wrapper {
	display: none;
}
.product-selectors {
	margin: 0 0 30px;
	text-align: center;
}
.product-selectors:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-selectors > div > span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors select {
	margin: 0 5px;
	text-transform: lowercase;
}
div.product-viewmode {
	display: none;
}
.product-filters {
    display: none;
}


.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after,
.vendor-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.product-grid .item-box,
.product-list .item-box,
.manufacturer-grid .item-box,
.search-results .product-list .item-box,
.vendor-grid .item-box {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
    max-width: 333px;
    text-align: center;
}
.item-box .picture {
    position: relative;
    margin: 0 0 10px;
}
.item-box .picture > a {
	display: block;
	position: relative;
    overflow: hidden;
}
    .item-box .picture > a:before {
        content: " ";
        display: block;
        padding-top: 100%;
    }
        .item-box .picture img {
	        position: absolute;
	        top: 0;
	        right: 0;
	        bottom: 0;
	        left: 0;
	        max-width: 100%;
	        margin: auto;
            -webkit-transform: translateZ(0);
        }
    .item-box .category-item .picture img,
    .item-box .sub-category-item .picture img {
        top: -20px;
        right: -20px;
        bottom: -20px;
        left: -20px;
        max-width: 373px;
    }
.product-grid .item-box .description-wrapper,
.product-list .item-box .description-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: rgba(233,203,180,.9);  
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateZ(0);          
}    

    .product-grid .item-box .description,
    .product-list .item-box .description {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
	    overflow: hidden;
        width: 130px;
        height: 50px;
        font-size: 14px;
        line-height: 1.2;
    }
        .product-grid .item-box .description a,
        .product-list .item-box .description a {
	        display: block;
	        overflow: hidden;
        }
    .product-grid .details .description,
    .product-list .details .description {
        display: none;
    }

.item-box .product-title {
    margin: 0 0 5px;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
    .item-box .product-title a {
        font-size: 20px;
        line-height: 1.2;
        height: 24px;
        overflow: hidden;
        text-transform: uppercase;
        font-weight: normal;
    }

.item-box .sku {
    margin: 0 0 5px;
}
.item-box .product-rating-box {
    font-size: 0;
    margin: 0 0 5px;
}
    .item-box .rating {
        display: inline-block;
        height: 19px;
        width: 100px;
        background: url(/Themes/ArtFactory/Content/img/rating1.png) 0 0 repeat-x;
    }
        .item-box .rating div {
            height: 19px;
            background: url(/Themes/ArtFactory/Content/img/rating2.png) 0 0 repeat-x;
        }

.item-box .prices {
    margin: 0 0 15px;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
    font-size: 14px;
}
.item-box .actual-price {
	font-size: 18px;
    font-weight: bold;
	color: #d6a985;
}
.item-box .base-price-pangv {
    margin-top: 3px;
}
.tax-shipping-info{
    display: block;
}
    .tax-shipping-info a,
    .footer-tax-shipping a {
        text-decoration: underline;
    }

.item-box .buttons {
	margin: 0;
    font-size: 0;
}
    .item-box input[type="button"] {
	    border: 0;
        background: 0;
        background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
	    padding: 4px 20px;
        height: 36px;
        font: normal 20px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
    }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 5px;
}

    .home-page-category-grid {
        margin: 0 0 50px;
    }

.product-grid,
.product-list {
	margin: 0 0 20px;
}
.product-grid .title {
	margin: 0 0 25px;
	font-size: 18px;
}
.product-grid .title strong {
	font-weight: normal;
}
.cross-sells {
    margin: 50px 0 0;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 2px;
    vertical-align: middle;
    font-size: 18px;
}
.pager li * {
	display: block;
	min-width: 32px;
	overflow: hidden;
	padding: 4px;
	text-align: center;
	font-size: 18px; /*reset zeroing*/
	cursor: pointer;
    color: #aaa;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.pager li span {
	color: #666;
    font-weight: bold;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px dotted #000;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: .3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.pager li.previous-page * {
	background-image: url(/Themes/ArtFactory/Content/img/arrow-black-left.png);
}
.pager li.next-page * {
	background-image: url(/Themes/ArtFactory/Content/img/arrow-black-right.png);
}

    /* other grids */

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        margin: 0 auto 5px;
    }
    .home-page-category-grid .item-box .picture,
    .sub-category-item .picture {
        margin-bottom: 0;
    }
        .category-item .title a,
        .sub-category-item .title a {
            color: #666;
            font-size: 20px;
            font-family: "Kelly Slab", Calibri, sans-serif;
            text-transform: uppercase;
            padding: 13px;
            text-align: center;
        }

    /* manufacturers */

        .manufacturer-item .picture,
        .vendor-grid .picture {
            border: 1px solid #eee;
            margin: 0 0 5px;
        }
        .manufacturer-grid .item-box .title a,
        .vendor-grid .item-box .title a {
            font-weight: normal;
            font-size: 24px;
            color: #555;
        }

    /* vendors */

        .vendor-list li {
            text-align: left;
            display: inline-block;
            margin: 0 10px 10px;
        }
            .vendor-list a {
                position: relative;
                padding: 5px 5px 5px 14px;
                font-size: 18px;
                line-height: 1;
                display: block;
                color: #333;
            }
                .vendor-list a:before {
                    content: " ";
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin-top: -3px;
                    width: 6px;
                    height: 6px;
                    border-radius: 100%;
                    background: #8bc8ca;
                }

    .contact-vendor input[type='button']{
        border: 0;
        background: 0;
        background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 4px 20px;
        margin: 0 0 15px;
        height: 36px;
        font: normal 20px "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
    }

/********** PRODUCT PAGE **********/


.product-page-name {
    background: #f3f3f3;
    text-align: center;
    margin: 0 0 10px;
    padding: 20px 0;
    position: relative;
}
    .product-page-name h1 {
        display: inline-block;
        font-size: 24px;
        line-height: 1.2;
        font-weight: normal;
        text-transform: uppercase;
    }

.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

    .product-essential .breadcrumb {
        margin: 0 0 20px;
        width: 100%;
    }

.gallery {
	margin: 0 0 20px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
    position: relative;
    max-width: 560px;
    margin: 0 auto 5px;
    overflow: hidden;
    background: #fff;
}
    .gallery .picture:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
    max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 2px 5px;
    overflow: hidden;
    background: #fff;
}

.product-details-page .overview {
    position: relative;
    margin: 0 0 20px;
}
    .overview .breadcrumb {
        display: none;
    }
.product-details-page .discontinued-product {
    margin: 0 0 20px;
    background: #f3f3f3;
}
.discontinued-product h4 {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #c00;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .short-description {
    margin: 0 0 15px;
    color: #777;
    font-size: 18px;
    text-align: justify;
}
.overview .buttons {
    margin: 0 0 25px;
    font-size: 0;
    padding: 15px 0;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px;
}
.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,
.variant-overview .subscribe-button,
.download-sample a {
	display: inline-block;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif;
    background: 0;
    border: 0;
    padding: 5px 5px 5px 26px;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: .7;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(/Themes/ArtFactory/Content/img/icon-wishlist.png);
}
.overview .add-to-compare-list-button {
    background-image: url(/Themes/ArtFactory/Content/img/icon-compare.png);
}
.overview .email-a-friend-button {
    background-image: url(/Themes/ArtFactory/Content/img/icon-emailfriend.png);
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url(/Themes/ArtFactory/Content/img/icon-backinstock.png);
}
.download-sample a {
    background-image: url(/Themes/ArtFactory/Content/img/icon-download.png);
}
.qq-upload-button {
    border: 0 !important;
    background: 0 !important;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 120px !important;
    text-align: center !important;
    background-size: 100% 100% !important;
    padding: 7px 12px !important;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

    .overview .secondary-info {
        margin: 0 0 20px;
    }

.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,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 5px;
}

.overview .label,
.variant-overview .label {
    font-size: 18px;
    color: #555;
    margin-right: 5px;
}
.overview .value,
.variant-overview .value {
	font-size: 18px;
    color: #d6a985;
}
    .overview .value a,
    .variant-overview .value a {
	    text-decoration: underline;
    }

.free-shipping {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: #d6a985;
    padding: 30px 15px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.product-reviews-overview {
    margin: 0 0 20px;
    text-align: center;
}
.product-no-reviews a {
	text-decoration: underline;
    font-size: 14px;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 100px;
	height: 19px;
	background: url(/Themes/ArtFactory/Content/img/rating1.png) repeat-x;
}
.product-review-box .rating div {
	height: 19px; 
	background: url(/Themes/ArtFactory/Content/img/rating2.png) repeat-x;
}
.overview .prices {
	margin: 0 0 30px;
	overflow: hidden;
}
.overview .old-product-price, 
.overview .product-price,
.variant-overview .old-product-price, 
.variant-overview .product-price {
    display: inline-block;
    margin: 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 18px;
	color: #555;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 24px;
	color: #d6a985;
    font-weight: bold;
}
.variant-overview .prices {
	text-align:left;
    margin: 0 0 10px;
}
.variant-overview .old-product-price + .product-price {
    display: block;
}
    .overview .old-product-price label,
    .overview .product-price label,
    .variant-overview .old-product-price label, 
    .variant-overview .product-price label {
        display: none;
    }
    .overview .old-product-price span,
    .overview .product-price span,
    .variant-overview .old-product-price span, 
    .variant-overview .product-price span {
        vertical-align: middle;
    }


.customer-entered-price {
	margin: 0 0 20px;
	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: 50px;
	text-align: center;
}
.customer-entered-price .price-range {
	font-weight: bold;
}

.overview .add-to-cart {
	margin: 0 0 45px;
}
.min-qty-notification {
    margin: -10px 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input, .variant-overview .qty-input,
.overview .qty-dropdown, .variant-overview .qty-dropdown  {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #969696;
    font-family: Arial, sans-serif;
    margin-top: 3px;
    margin-right: -1px;
}
.overview .qty-dropdown, .variant-overview .qty-dropdown{
    width: auto;
}
.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    border: 0;
    background: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px 20px;
    height: 40px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.overview .add-to-cart-button {
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
}
.variant-overview .add-to-cart-button {
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-variant.png);
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.product-share-button {
	display: none;
}

.full-description {
    clear: both;
    margin: 0 0 20px;
    font-size: 18px;
    text-align: justify;
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 24px;
}
.product-collateral .title strong {
	font-weight: normal;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}

    /* variants */

        .product-variant-list {
            margin: 0 0 20px;
        }
        .variant-picture {
            position: relative;
            overflow: hidden;
        }
            .variant-picture:before {
                content: " ";
                display: block;
                padding-top: 100%;
            }
        .variant-overview {
	        width: 100%;
        }
        .variant-overview .variant-name {
	        font-size: 20px;
            color: #555;
            text-transform: uppercase;
            text-align: left;
            margin: 0 0 5px;
        }
        .variant-overview .variant-description {
	        margin: 0 0 15px;
            font-size: 16px;
            color: #333;
            text-align: justify;
        }
        .variant-overview .sku,
        .variant-overview .gtin,
        .variant-overview .stock,
        .variant-overview .delivery-date,
        .variant-overview .product-vendor {
            text-align: left;
        }
        .variant-overview .free-shipping {
            margin: 0 auto 5px;
        }
        .price-and-buy {
            padding: 10px 0 0;
            text-align: center;
        }
        .variant-overview .add-to-wishlist-button {
	       /* display: block;*/
	        float: none;
	        clear: both;
	        margin: 0 auto;
        }

        /* variants grid */

            .product-variant-list.grid .product-variant-line {
                margin: 0 auto 20px;
                width: 360px;
                max-width: 100%;
            }
            .product-variant-list.grid .variant-overview .variant-name {
                padding: 15px 5px;
                line-height: 1;
                margin: 0;
            }
            .product-variant-list.grid .details-wrapper {
                background: #f3f3f3;
            }
            .product-variant-list.grid .details-title {
                position: relative;
                text-align: left;
                font-size: 20px;
                line-height: 1;
                padding: 10px;
                cursor: pointer;
            }
                .product-variant-list.grid .details-title:after {
                    content: " ";
                    position: absolute;
                    top: 12px;
                    right: 12px;
                    width: 18px;
                    height: 18px;
                    background: url(/Themes/ArtFactory/Content/img/icon-plus.png) no-repeat center;
                }
                .product-variant-list.grid .details-title.open:after {
                    background: url(/Themes/ArtFactory/Content/img/icon-minus.png) no-repeat center;
                }
            .product-variant-list.grid .details-content {
                display: none;
                padding: 10px;
                border-top: 1px dotted #c6c6c6;
            }

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li a {
    display: block;
    background: #f3f3f3;
    padding: 10px;
    color: #666;
    font-size: 22px;
    text-align: center;
    margin-bottom: 3px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li a:hover {
    background: #8bc8ca;
    color: #fff;
}
.ui-tabs .ui-tabs-panel {
    padding: 15px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 0 0 10px;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
	margin: 0 0 35px;
}
    .product-tags-box {
        text-align: center;
    }
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 16px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

    .product-details-page .product-grid {
        margin: 0 0 30px;
    }
    .product-details-page .product-grid .title {
        margin: 0 0 15px;
    }

    .product-details-page .item-box .picture {
        margin: 0;
    }
    .product-details-page .item-box .details {
        background: #fff;
        padding: 12px;
    }

.attributes {
	margin: 0 0 20px;
    overflow: hidden;
}
.attributes dl:after {
    content: '';
    display: block;
    clear: both;
}
.attributes dt {
    display: block;
    white-space: nowrap;
    font-weight: bold;
    margin: 0 0 5px;
}
.attributes dd {
    margin: 0 0 10px;
}
.attributes li {
	margin: 0 0 5px;
}
.attributes dt > label {
	font-weight: normal;
	font-size: 18px;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes input[type=text] {
	width: 200px;
	max-width: 100%;
}

.ui-datepicker {
	background-color: #ffffff;
	text-align: center;
	width: 280px;
}
.ui-datepicker-title {
	font-weight: bold;
	line-height: 32px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	color:#555;
	font-family:"Open Sans Condensed",Arial,sans-serif;
	background:#fff;
	border:1px solid #ccc;
} 
.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url(/Themes/ArtFactory/Content/img/arrow-gray-left.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }
    .ui-datepicker-header a.ui-datepicker-next {
        background: url(/Themes/ArtFactory/Content/img/arrow-gray-right.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        right: 0;
    }
    .ui-datepicker-header {
        background-color: #333333;
        color: #ffffff;
        height: 32px;
        position: relative;
    }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        border: 1px solid #cccccc;
        width: 14.285%;
    }
    .ui-datepicker-calendar th {
        background-color: #eeeeee;
    }
    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }
    .ui-datepicker-calendar td a {
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

.attributes textarea {
	width: 350px;
	max-width: 100%;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes p {
	font-size: 14px;
	font-weight: normal;
	white-space: pre-wrap;
}

.attributes .qty-box {
	margin: 0 0 0 10px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 50px;
	min-width: 0;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0;
}
.attribute-square-container {
    display: block !important;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.attribute-squares label {
    height: 35px;
    overflow: hidden;
}
.attribute-squares .attribute-square {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #c9c9c9 !important;
    cursor: pointer;
    border-radius: 100%;
}
.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -45px 0 0;
}
.attribute-squares .tooltip-container {
    display: none !important;
}
.attributes .qty-box {
    margin: 0 3px;
}
.attributes .qty-box input[type=text] {
    width: 50px;
    text-align: center;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
    .giftcard > div:last-child {
        margin: 0;
    }
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
    color: #af825d;
    font-size: 24px;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}
    .product-reviews-page .title strong {
        font-weight: normal;
        display: block;
    }
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}

.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 18px;
    height: 24px;
}
.write-review .review-rating li.first {
	color: #c00;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
    .write-review .review-rating li:nth-child(2) input {
        vertical-align: baseline;
    }
.write-review .review-rating li.last {
	color: #690;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 auto 30px;
    max-width: 1000px;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.product-review-item .review-title {
	float: left;
	text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

.product-review-item .reply {
    margin: 20px 0 0;
}
.product-review-item .reply-header {
    font-weight: bold;
    margin: 0 0 5px;
}

/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
    background: #f3f3f3;
    padding: 15px 0;
}

.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .tax-shipping-info{
    margin:0 0 10px 0;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 5px 5px;
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 5px 20px;
    font: normal 18px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}

.compare-products-page {
	overflow: hidden;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .clear-list {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 15px;
}
.compare-products-page .button-2 {
	display: inline-block;
    border: 0;
    background: url(/Themes/ArtFactory/Content/img/icon-x.png) no-repeat right center;
    padding: 7px 16px 9px 0;
    font: normal 16px/1 "Open Sans Condensed", Arial, sans-serif;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 auto 20px;
    max-width: 1000px;
}
.home-page .topic-block {
	margin-bottom: 30px;
}
.topic-block-title {
    padding: 0 30px;
    text-align: center;
}
    .topic-block-title h2 {
        display: inline-block;
        position: relative;
        color: #666;
        font-size: 30px;
        font-weight: normal;
        font-family: 'Josefin Sans', sans-serif;
    }
    .topic-block-title h2:after,
    .topic-block-title h2:before {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        background: #8bc8ca url(/Themes/ArtFactory/Content/img/title-dots.png) no-repeat center;
        width:19px;
        height: 4px;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }
        .topic-block-title h2:after {
            left: -30px;
        }
        .topic-block-title h2:before {
            right: -30px;
        }
.topic-block-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-block-body p{
    text-align: center;
}
.topic-page .page-body {
    width: 95%;
    max-width: 1000px;
    margin: auto;
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: #ccc !important;
	padding: 0 20px !important;
	font-size: 16px !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .topic-block p,
.email-a-friend-page .topic-block p{
    text-align: center;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.product-reviews-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 auto 25px;
    width: 670px;
    max-width: 100%;
}
.apply-vendor-page .result {
    text-align: center;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: normal;
}
    .email-a-friend-page .title a {
        color: #af825d;
        font-size: 24px;
    }



/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .form-fields,
.login-page .form-fields,
.password-recovery-page .form-fields{
    width: 660px;
    max-width: 100%;
    margin: auto;
}
.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 88px; /*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
	margin: 0 0 0 10px;
}
.gender{
    display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 3px;
}
.gender span > * {
	vertical-align: middle;
	line-height: 32px;
	width: auto !important;
	cursor: pointer;
}
#check-availability-button {
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    color: #c00;
}
#username-availabilty:empty {
	display: none;
}
.email-to-revalidate {
    display: inline-block;
    line-height: 32px;
    font-size: 18px;
}
.vat-status, 
.vat-note,
.email-to-revalidate-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 16px; /*reset zeroing*/
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
    cursor: pointer;
}
.accept-privacy-policy a {
	font-weight: bold;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
    text-align: center;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
    color: #af825d;
    font-size: 24px;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}
.login-page .title strong {
    font-weight: normal;
    display: block;
}
.login-page .new-wrapper {
	margin: 0 0 50px;
}
.login-page .text {
	margin: 0 0 20px;
    text-align: center;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
}
label[for=RememberMe] {
    display: inline-block;
    width: auto;
}
    .forgot-password {
        font-size: 16px;
        width: 100%;
        display: block;
    }
        .forgot-password a {
            color: #999;
        }

.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.registration-page .external-authentication .title {
    margin: 0 0 15px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
    font-weight: normal;
    font-size: 24px;
    color: #af825d;
    padding: 0 0 5px;
    display: block;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
    text-align: center;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page .button-2 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px 20px;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}

.account-page .address-list,
.account-page .order-list {
    overflow: hidden;
}
.account-page .address-item,
.account-page .order-item {
    padding: 10px 10px 15px;
    background: #f9f9f9;
}
    .account-page .address-item .buttons,
    .account-page .order-item .buttons {
        margin: 0;
    }

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 20px;
	line-height: 20px;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}

.return-request-page .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}
.return-request-page .uploadedfileinput {
    display: inline-block;
    vertical-align: middle;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.shipment-details-page .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}
    .reward-points-overview {
        font-size: 18px;
    }
    .reward-points-history .title {
        margin: 0 0 15px;
        text-align: center;
        border-bottom: 1px dashed #dcdcdc;
    }
    .reward-points-history .title strong {
        font-weight: normal;
        font-size: 24px;
        color: #af825d;
        padding: 0 0 5px;
        display: block;
    }

.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: 86px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
	padding: 5px 10px;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.user-agreement-page {
    text-align:center;
}
.terms-of-agreement{
    padding:0 0 20px 0;
    text-align:center;
    line-height: 20px;
}
.user-agreement-page .button-1{
    background: rgba(0, 0, 0, 0) url(/Themes/ArtFactory/Content/img/bg-button-small.png) no-repeat scroll center center / 99% 100%;
    border: 0 none;
    font: 16px "Open Sans Condensed",Arial,sans-serif;
    padding: 6px 20px;
    text-transform: uppercase;
}

.vendorinfo-page .vendor-picture {
    margin-top: 15px;
}
    .vendorinfo-page .vendor-picture > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }



/********** SHOPPING CART & CHECKOUT **********/


.order-progress {
	margin: 0 0 20px;
	text-align: center;
    padding: 15px 0 0;
    background: #f3f3f3;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
    margin: 0 25px 15px;
}
.order-progress a {
    position: relative;
	display: block;
	font-size: 16px; /*reset zeroing*/
    padding: 50px 0 0;
    color: #000;
    opacity: .3;
    min-width: 47px;
}
.order-progress a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    background: url(/Themes/ArtFactory/Content/img/nav-button-right.png) no-repeat center;
}
.order-progress li.active-step a {
    opacity: .7;
	cursor: pointer;
}
.order-progress li.inactive-step a {
	cursor: default;
}

.shopping-cart-page .page-title {
    padding: 0;
    margin: 0 0 15px;
}
    .shopping-cart-page .page-title h1 {
        color: #af825d;
        font: normal 24px/normal "Open Sans Condensed", Arial, sans-serif;
        border-bottom: 1px dashed #dcdcdc;
        display: block;
        padding: 0 0 10px;
    }
    .shopping-cart-page .page-title h1:after, 
    .shopping-cart-page .page-title h1:before {
        display: none;
    }

    .order-summary-content > form > .buttons {
        margin: 0 0 30px;
    }

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-big.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
}
    .checkout-page .button-1,
    .order-completed-continue-button {
        min-width: 115px;
    }
    .order-completed-continue-button {
        font-size: 20px !important;
    }
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-big.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px 15px;
    font: normal 18px "Open Sans Condensed", Arial, sans-serif;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url(/Themes/ArtFactory/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.shopping-cart-page .tax-shipping-info {
    margin: 0 0 10px;
    text-align: center;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
    text-align: center;
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	min-width: 150px;
	margin: 0 5px 15px;
}
.checkout-attributes {
	margin: 20px 0 0;
	text-align: center;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}
.checkout-attributes .qq-uploader-selector.qq-uploader {
    display: inline-block;
    width: auto;
}

.cart-footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cart-footer .totals {
	width: 240px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
}
.cart-footer .total-info .will-earn-reward-points span{
    font-size:15px;
    font-style:italic;
}
.cart-total td {
    width: 50%;
    padding: 5px;
    font-size: 18px;
}
    td.cart-total-left {
        text-align: left !important;
    }
    td.cart-total-right {
        font-size: 14px;
        text-align: right !important;
    }
    .cart-total tr:last-child td {
        padding-top: 10px;
        border-top: 1px dotted #dcdcdc;
        font-size: 20px;
    }
    .cart-total .order-total {
	    color: #d6a985;
        font-weight: bold;
    }
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
    margin-left: 5px;
	font-weight: bold;
    cursor: pointer;
}

.cart-footer .button-1 {
	padding: 8px 35px;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
}

.cart-collaterals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
    color: #af825d;
    font: normal 20px/normal "Open Sans Condensed", Arial, sans-serif;
    border-bottom: 1px dotted #dcdcdc;
    display: block;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
    .cart-collaterals .title strong {
        font-weight: normal;
    }
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .deals > div {
	margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
	font-size: 0;
    display: inline-block;
}
.cart-collaterals .coupon-code:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;    
}
.cart-collaterals .coupon-code input[type="text"] {
    float: left;
    width: 180px;
    height: 31px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
    margin: -3px 0 0;
    height: 36px;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.estimate-shipping .hint {
    margin: 0 0 10px;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
    .cart-collaterals .shipping label {
        color: #505050;
        font-size: 18px;
    }
        .cart-collaterals .shipping .inputs:last-child {
            margin: 25px 0 0;
        }

.checkout-page > .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section > .title {
    color: #af825d;
    font: normal 24px/normal "Open Sans Condensed", Arial, sans-serif;
    border-bottom: 1px dotted #dcdcdc;
    display: block;
    padding: 0 0 5px;
    margin: 0 0 20px;
}
    .checkout-page .section > .title strong {
        font-weight: normal;
    }
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
    margin: 0 auto 20px;
    max-width: 320px;
}
.checkout-page .address-item .address-box {
    background: #f9f9f9;
    padding: 10px;
}
.checkout-page .address-item .select-button {
	margin: 10px 0 0;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.checkout-page .edit-address .custom-attributes .option-list label{
    width:auto;
    margin:0 10px 0 5px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 20px;
    text-align: left;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
    cursor: pointer;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.checkout-page .pickup-in-store {
    margin-bottom: 0;
}
    .checkout-page .pickup-in-store ~ .shipping-addresses {
        margin-top: 25px;
    }
.checkout-page .pickup-in-store .description {
    margin-top: 10px;
}
.checkout-page .pickup-points {
    margin-top: 25px;
}
.checkout-page .select-pickup-point {
    margin-bottom: 25px;
}
.checkout-page .pickup-points .pickup-points-map {
    height: 300px;
    margin-bottom: 0;
}

    .payment-method .use-reward-points {
        margin: 0 0 25px;
    }
.payment-info .info {
	margin: 0 0 20px;
    text-align: justify;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
}
    .section.confirm-order .min-order-warning, 
    .section.confirm-order .message-error {
        display: block;
        text-align: left;
    }

.order-details-area,
.shipment-details-area,
.order-review-data {
    margin: 0 0 30px;
}
.order-details-area:after,
.shipment-details-area:after,
.order-review-data:after {
    content: '';
    display: block;
    clear: both;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    margin-top: 30px;
}
    .order-review-data > div:first-child,
    .order-details-area > div:first-child,
    .shipment-details-area > div:first-child {
        margin-top: 0;
    }
.order-review-data > div > .title,
.order-details-area > div > .title,
.shipment-details-area > div > .title {
    margin: 0 0 15px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
}
    .order-review-data > div > .title strong,
    .order-details-area > div > .title strong,
    .shipment-details-area > div > .title strong {
        font-weight: normal;
        font-size: 24px;
        color: #af825d;
        padding: 0 0 5px;
        display: block;
    }
.order-review-data > div li,
.order-details-area > div li,
.shipment-details-area > div li {
    margin-top: 5px;
}
.order-details-area .side-list-wrap,
.order-review-data .side-list-wrap {
    margin-top: 20px;
}
.order-details-area .side-list-wrap .title,
.order-review-data .side-list-wrap .title {
    font-weight: 700;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #dcdcdc;
}

.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
    display: inline-block;
    margin: 5px 0 0;
    font-weight: bold;
}

.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .step-title * {
    float: left;
    font-size: 20px;
    font-weight: normal;
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
    position: relative;
    text-decoration: underline;
}
    .opc .back-link a:before {
        content: "-";
        position:absolute;
        top: 0;
        right: 105%;
    }
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.order-details-page .page-title {
    position: relative;
    margin: 0 0 65px;
    padding: 15px 30px;
    background: #f3f3f3;
}
.order-details-page .page-title div {
    position: absolute;
    top: 130%;
    right: 0;
    left: 0;
}
.order-details-page .page-title div a {
    margin: 0 5px;
}

.order-details-page .order-overview {
	margin: 0 0 20px;
	line-height: 20px;
}

.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input,
.order-details-area .repost .re-order-button{
	min-width: 100px;
	margin: 0 5px;
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 7px 27px;
    font: normal 18px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.order-details-page .cart-total {
	width: 300px;
	margin: 0 auto 30px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
    .shipment-details-page .shipment-overview > ul {
        text-align: left;
    }
        .shipment-details-page .shipment-overview > ul:first-child {
            margin: 0 0 20px;
        }
.shipment-details-page .section {
    width: 100%;
}

/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 0 6px 0 0;
}
.search-input .button-1 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
}

.sitemap-page .page-title {
    background: #f3f3f3;
    padding: 15px 0;
}

.sitemap-page .description{
    margin: 0 0 20px;
}

.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}
    .sitemap-page .entity-title h2 {
        font-weight: normal;
        display: block;
        color: #af825d;
        font-size: 24px;
    }
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
    text-align: left;
    display: inline-block;
    margin: 0 10px 10px;
}
    .sitemap-page a {
        position: relative;
        padding: 5px 5px 5px 14px;
        font-size: 18px;
        line-height: 1;
        display: block;
        color: #333;
    }
    .sitemap-page a:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #8bc8ca;
    }
        .sitemap-page a:empty {
	        display: none;
        }

/********** NEWSLETTER *********/

    .newsletter {
        position: relative;
        padding: 130px 0 20px;
        background: #8bc8ca;
        text-align: center;
    }

.newsletter-subscribe {
    position: relative;
    font-size: 0;
    display: inline-block !important;
}
    .newsletter-subscribe:before {
        content: " ";
        position: absolute;
        top: -150px;
        left: 0;
        right: 0;
        margin: auto;
        width: 97px;
        height: 97px;
        background: url(/Themes/ArtFactory/Content/img/newsletter-logo.png) no-repeat center;
    }
    .newsletter-subscribe > div {
        font-size: 16px;
    }
    .newsletter .title {
        margin: 0 0 10px;
    }
        .newsletter .title strong {
            color: #fff;
            font: normal 20px/1 'Josefin Sans', sans-serif;
            text-transform: uppercase;
        }

    .newsletter-email { 
	    display: inline-block;
	    overflow: hidden; 
    }
        .newsletter-email input[type="text"] {
	        float: left;
	        width: 300px;
	        height: 40px;
            margin: 0 0 20px;
            border: 0 !important;
            outline: 0 !important;
            font-size: 16px;
            color: #aaa;
        }
        .newsletter-email input[type="button"] {
            display: block;
            border: none;
            overflow: hidden;
            clear: both;
            margin: 0 auto;
            color: #fff;
            text-transform: uppercase;
            font: normal 20px "Open Sans Condensed", Arial, sans-serif;
            padding: 4px 20px;
            background: url(/Themes/ArtFactory/Content/img/newsletter-button.png) no-repeat center;
            background-size: 100% 100%;       
        }
        .newsletter-validation, 
        .newsletter-result { 
	        width: 100%;
	        overflow: hidden; 
	        line-height: 28px; 
            color: #fff;
        }
        .newsletter .options{
            clear: both;
            max-width: 300px;
        }
        .newsletter .options span{
            display: inline-block;
            color: #fff;
            margin: 0 15px 0 0;
        }
        .newsletter-validation .please-wait {
	        display: none !important; 
        }



/********** BLOG & NEWS **********/



.year strong {
	display: block;
	cursor: default;
}
.blog-posts {
    overflow: hidden;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 25px;
    overflow: hidden;
    text-align: left;
}
.blog-page .post-title {
    text-decoration: none;
    line-height: 34px;
}
.news-head {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 3px dotted #d3d3d3;
}
.post-head {
    margin: 0 0 20px;
}
.post-title {
    display: block;
    font-size: 24px;
    padding: 0 0 5px 30px;
    background: url(/Themes/ArtFactory/Content/img/icon-blog-post.png) no-repeat left center;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 15px;
}
.post-title:hover {
    color: #af825d;
}

.news-title {
    display: block;
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    padding: 0 0 5px 30px;
    background: url(/Themes/ArtFactory/Content/img/icon-blog-post.png) no-repeat left center;
}
.post-date, .news-date {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #999;
}
.post-date.richBlogDate {
    display: none;
}
.post-body,
.news-body {
	margin: 0 0 20px;
	line-height: 20px;
}
.news-body {
    line-height: 1.2;
    height: 57px;
    overflow: hidden;
    text-align: justify;
}
.post-body > .richBlogComment {
    display: none;
    background: url(/Themes/ArtFactory/Content/img/icon-blog-post.png) no-repeat left center;
}
.news-item-page .news-body {
	height: auto;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
	font-weight: bold;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 12px;
}
.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;
    font-size: 16px;
    line-height: 24px;
    color: #af825d;
}
.blog-page .post .buttons{
    text-align: left;
    margin: 0;
}
.blog-page .post .buttons a {
    color: #af825d;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
}

.new-comment {
	margin: 0 0 30px;
}
.new-comment .title {
    padding: 0 0 0 10px;
	margin: 0 0 10px;
    text-align: left;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.comment-list .title {
    font-size: 24px;
    color: #af825d;
    padding: 0 0 5px 10px;
    margin: 0 0 20px;
    text-align: left;
    border-bottom: 1px dashed #dcdcdc;
}
    .comment-list .title strong {
        display: block;
        font-weight: normal;
    }
.blog-comment, .news-comment {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #dcdcdc;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
    margin: 0 0 5px;
    font-style: italic;
    color: #999;
}
    .comment-time .stat-value {
        vertical-align: middle;
    }
.comment-title {
    color: #333;
    font-size: 20px;
    margin: 0 0 5px;
}
    .comment-title strong {
        font-weight: normal;
    }
.comment-body {
	line-height: 20px;
}

.news-items .buttons{
    margin: 15px 0 0;
}
.news-items .read-more {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px 20px;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
    float: right;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin-bottom: 30px;
}
    .news-list-homepage .title {
        padding: 0 30px;
        text-align: center;
        margin: 0 0 20px;
    }
        .news-list-homepage .title strong {
	        display: inline-block;
            position: relative;
            color: #666;
            font-size: 30px;
            font-weight: normal;
            font-family: "Kelly Slab", Calibri, sans-serif;
        }
    .news-list-homepage .title strong:after,
    .news-list-homepage .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        background: #8bc8ca url(/Themes/ArtFactory/Content/img/title-dots.png) no-repeat center;
        width:19px;
        height: 4px;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }
        .news-list-homepage .title strong:after {
            left: -30px;
        }
        .news-list-homepage .title strong:before {
            right: -30px;
        }

.news-list-homepage .view-all {
    padding: 5px 0;
    border-top: 3px dotted #d3d3d3;
    border-bottom: 3px dotted #d3d3d3;
    text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}

/* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }

/*RESPONSIVE CAPTCHA*/

@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

@media all and (max-width: 1000px) {

    .compare-products-table {
        display: none;
    }
    .forums-table-section .table-wrapper{
        overflow-x: auto;
    }

}

/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
}
.compare-products-table 
    clear: both;
}
.cart th, 
.data-table th, 
.forums-table-section th {
    background: #8bc8ca;
    padding: 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}
.cart td, 
.data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px dotted #d0d0d0;
    background: #fff;
    padding: 10px;
}
.forums-table-section td{
    min-width: 120px;
}
    .cart tbody tr:first-child td,
    .data-table tbody tr:first-child td,
    .compare-products-table tbody tr:first-child td,
    .forums-table-section tbody tr:first-child td {
        border-top: 0;
    }
    .cart tbody tr:last-child td,
    .data-table tbody tr:last-child td,
    .compare-products-table tbody tr:last-child td,
    .forums-table-section tbody tr:last-child td {
        border-bottom: 0;
    }
    .cart tbody tr td:first-child,
    .data-table tbody tr td:first-child,
    .compare-products-table tbody tr td:first-child,
    .forums-table-section tbody tr td:first-child {
        border-left: 0;
    }
    .cart tbody tr td:last-child,
    .data-table tbody tr td:last-child,
    .compare-products-table tbody tr td:last-child,
    .forums-table-section tbody tr td:last-child {
        border-right: 0;
    }

.cart a, 
.data-table a,
.compare-products-table a,
.forums-table-section a {
    color: #555;
    font-size: 20px;
}
.cart a:hover, 
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
    color: #8bc8ca;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal {
    color: #d6a985;
    white-space: nowrap;
}
.cart .discount,
.cart .discount-additional-info {
    color: #000;
}
.product-specs-box .data-table td {
    padding: 5px;
}

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
    text-align: right;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table td {
    border: 1px dashed #dfdfdf;
}
    .compare-products-table .product-name td a {
        text-transform: uppercase;
    }
.compare-products-table .product-price td {
    color: #d6a985;
    font-weight: bold;
}
.compare-products-table .product-price td:first-child {
    color: #666;
}

.compare-products-table-mobile img {
    max-width: 160px;
}

.go-to-page {
	display: inline-block !important;
	font-size: 16px !important;
}

table .message-error {
    font-size: 16px;
    color: #d6a985;
    text-align: left;
}


/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
    .prices-row > div:first-child {
        border-top: 0;
    }
    .prices-row:first-child > div {
        border-left: 0;
    }
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #c00;
}

@media all and (min-width: 769px) {

    .product-details-page .prices-table {
        display: table;
        background: #fff;
    }
        .product-details-page .prices-row {
            display: table-row;
            float: none;
            width: auto;
        }
            .product-details-page .prices-row > div {
                display: table-cell;
            }
        .product-details-page .prices-row:first-child > div {
            border-left: 1px solid #c9c9c9;
            border-top: 0 !important;
        }
        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-left: 0;
        }

}



/* footable custom css */

.footable label{
    display: none;
}
.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/ArtFactory/Content/img/icon-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/ArtFactory/Content/img/icon-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count {
	display: none;
}

@media all and (max-width: 826px) {

    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count,
    .section.shipments .data-table .item-count,
    .section.products .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 628px) {

    .return-request-page .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 523px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}
@media all and (min-width: 240px) and (max-width: 1000px) {

    .desktop-header-right .desktop-cart {
        display: none;
    }

/* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
        min-height: 60px;
        position: relative;
        z-index: 1001;
    }
    .responsive-nav-wrapper {
        position: relative;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0,0,0,0.15);
        text-align: center;
        font-size: 0;
        padding: 10px 0;
        background: #fff;
    }
    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    .responsive-nav-wrapper > div {
        display: inline-block;
        background-color: #91ccce;
        border-radius: 25px;
        background-repeat: no-repeat;
        background-position: center;       
        margin: 0 5px; 
    }
        .responsive-nav-wrapper > div > span,
        .responsive-nav-wrapper > div > a {
            display: block;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            overflow: hidden;
            text-indent: -9999px;
            cursor: pointer;
            height: 40px;
            width: 40px;
            background-color: transparent !important;
        }
    .responsive-nav-wrapper .menu-title {
        background-image: url(/Themes/ArtFactory/Content/img/icon-menu.png);
    }
    .responsive-nav-wrapper .search-wrap {
        background-image: url(/Themes/ArtFactory/Content/img/icon-search.png);
    }
    .responsive-nav-wrapper .shopping-cart-link {
        background-image: url(/Themes/ArtFactory/Content/img/icon-cart.png);
    }
    .responsive-nav-wrapper .filters-button {
        display: none;
        background-image: url(/Themes/ArtFactory/Content/img/icon-filters.png);
    }
    .responsive-nav-wrapper .personal-button {
        background-image: url(/Themes/ArtFactory/Content/img/icon-options.png);
    }

/* 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);
        }

    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333;
        overflow: hidden;
	    z-index: 2147483647;
        font-family: "Kelly Slab", Calibri, sans-serif;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .notAndroid23 .justAFixingDivBefore,
    .notAndroid23 .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .android23 .justAFixingDivBefore,
    .android23 .header-menu {
        left: -320px;
    }        
    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
    }
    .notAndroid23 .header-menu.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .android23 .header-menu.open {
        left: 0;
    }

        .header-menu .close-menu {
            background: #8bc8ca;
            cursor: pointer;
        }
            .close-menu span {
                display: block;
                padding: 16px;
                font-size: 18px;
                line-height: 1;
                color: #fff;
                text-transform: lowercase;
                text-align: right;
                background-image: url(/Themes/ArtFactory/Content/img/arrow-white-left.png);
                background-repeat: no-repeat;
                background-position: 15px center;
            }
    .header-menu > ul li {
        background: #f6f6f6;
    }
        .header-menu > ul li:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }
    .header-menu > ul li > a, 
    .header-menu > ul li > span {
        display: block;
        padding: 14px 18px !important;
        line-height: 21px;
        color: #555;
        font-size: 20px;
        position: relative;
        z-index: 1;
        border-bottom: 1px dotted #d3d3d3;
    }
        .header-menu > ul li:last-child > a,
        .header-menu > ul li:last-child > span {
            border-bottom: 0;
        } 
        .header-menu > ul li > .with-subcategories {
            width: 270px;
            float: left;   
        }
    .plus-button {
        position:relative;
        float: right;
        width: 50px;
        height: 50px;
        z-index: 2;
        cursor: pointer;
        border-left: 1px dotted #d3d3d3;
        border-bottom: 1px dotted #d3d3d3;
        background-image: url(/Themes/ArtFactory/Content/img/arrow-gray-right.png);
        background-repeat: no-repeat;
        background-position: center;
    }

        .header-menu .sublist-wrap {
            position: fixed;
            top: 0;
            left: 0;
            width: 320px;
            height: 100%;
            background: #333 !important;
            box-shadow: 1px 0 5px rgba(0,0,0,0.5);
            z-index: 3;
            overflow: hidden;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
        .notAndroid23 .header-menu .sublist-wrap {
            -webkit-transform: translate(-320px);
            -ms-transform: translate(-320px);
            transform: translate(-320px);
        }
        .android23 .header-menu .sublist-wrap {
            left: -320px;
        }        
        .notAndroid23 .header-menu .sublist-wrap.active {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }
        .android23 .header-menu .sublist-wrap.active {
            left: 0;
        }

        .header-menu ul li.back-button {
            background: #8bc8ca;
        }
            .header-menu .back-button span {
                text-transform: lowercase;
                color: #fff;
                text-align: right;
                padding: 14px 18px !important; 
                background-image: url(/Themes/ArtFactory/Content/img/arrow-white-left.png);
                background-repeat: no-repeat;
                background-position: 15px center;
            }

    /* header menu functionality classes */

        .admin-header-links,
        .header,
        .responsive-nav-wrapper,
        .slider-wrapper,
        .master-wrapper-content,
        .newsletter,
        .footer {
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: transform .3s ease-in-out;        
        }
        .notAndroid23 .move-right {
            -webkit-transform: translate(320px);
            -ms-transform: translate(320px);
            transform: translate(320px);        
        }

    /* SEARCH BOX */

        .search-box {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            padding: 15px 10px 10px;
            width: 100%;
            box-shadow: 0 1px 2px rgba(0,0,0,.2);
            z-index: 1000001;
            text-align: center;
            background: #fff;
        }
            .search-box.open {
                display: block;
            }
        .search-box form {
	        display: inline-block;
        }
            .search-box form:after {
	            content: ".";
	            display: block;
	            visibility: hidden;
	            clear: both;
	            height: 0;
	            line-height: 0;
	            font-size: 0;
            }

    /* HEADER LINKS */

    .header-links-wrapper {
        display: none;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000001;
        text-align: center;
        font-size: 0;
        padding: 12px 0;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
        .header-links-wrapper.open {
            display: block;
        }

    .header-links,    
    .header-selectors-wrapper {
        display: inline-block;
        vertical-align: middle;
    }
    .header-links a {
        display: block;
        width: 32px;
        height: 32px;
        text-indent: -9999px;  
    }

/* BLOCKS */

    .block {
        margin: 0 auto 5px;
        text-align: center;
        width: 350px;
        max-width: 100%;
    }
    .block .title {
        background-color: #e3e3e3 !important;
        background-image: url(/Themes/ArtFactory/Content/img/icon-dropdown.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        color: #666;
        font-size: 17px;
        font-family: "Kelly Slab", Calibri, sans-serif;
        text-transform: uppercase;
        padding: 8px 48px 8px 12px;
	    cursor: pointer;
        text-align: left;
    }
    .block .title strong {
	    font-weight: normal;
    }
    .block .listbox {
	    display: none;
        background: #fff;
    }

    .side-2 .block.block-account-navigation {
        max-width: 100%;
        width: 380px;
        margin: 0 auto;
        float: none;
    }

/* CATEGORY PAGE & GRIDS */

    .item-box .description-wrapper {
        display: none;
    }

    .category-item .title a,
    .sub-category-item .title a {
        background-color: #e3e3e3;
    }
    .home-page-category-grid .item-box .picture, 
    .sub-category-item .picture {
        display: none;
    }

}

@media all and (max-width: 768px) {

    /* variants grid */

        .product-variant-list.list .product-variant-line {
            margin: 0 auto 20px;
            width: 360px;
            max-width: 100%;
        }
        .product-variant-list.list .variant-overview .variant-name {
            padding: 15px 5px;
            line-height: 1;
            margin: 0;
        }
        .product-variant-list.list .details-wrapper {
            background: #f3f3f3;
        }
        .product-variant-list.list .details-title {
            position: relative;
            text-align: left;
            font-size: 20px;
            line-height: 1;
            padding: 10px;
            cursor: pointer;
        }
            .product-variant-list.list .details-title:after {
                content: " ";
                position: absolute;
                top: 12px;
                right: 12px;
                width: 18px;
                height: 18px;
                background: url(/Themes/ArtFactory/Content/img/icon-plus.png) no-repeat center;
            }
            .product-variant-list.list .details-title.open:after {
                background: url(/Themes/ArtFactory/Content/img/icon-minus.png) no-repeat center;
            }
        .product-variant-list.list .details-content {
            display: none;
            padding: 10px;
            border-top: 1px dotted #c6c6c6;
        }

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* HEADER */

.search-box input.search-box-text {
	width: 300px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 300px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}

/* CATEGORY PAGE & GRIDS */

    .item-box {
        float: left;
    }
.product-grid .item-box,
.product-list .item-box,
.manufacturer-grid .item-box,
.search-results .product-list .item-box,
.vendor-grid .item-box {
	width: 49.75%; /*two per row*/
	margin-left: .5%;
    max-width: none;
}
    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        margin: 0 .5% 1%;
        width: 49%;
    }

/* QUICK TABS */

    .ui-tabs .ui-tabs-nav li {
        width: 33.33333%;
        float: left;
    }
    .ui-tabs .ui-tabs-nav li a {
        margin-left: 3px;
    }
        .ui-tabs .ui-tabs-nav li:nth-child(3n+1) a {
            margin-left: 0;
        }

/* PASSWORD PROTECTION */

.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 110px;
}

/* SHOPPING CART & CHECKOUT */

.checkout-page .address-item {
    margin: 0 1% 20px;
    max-width: none;
    width: 48%;
    float: left;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    float: left;
    margin: 0 2% 30px 0;
    width: 49%;
}
    .order-review-data > div:last-child,
    .order-details-area > div:last-child,
    .shipment-details-area > div:last-child {
        margin-right: 0;
    }

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}

/* POLLS */

    .polls-centering .poll {
        float: left;
        display: block;
        width: 50%;
        padding: 0 20px;
        min-width: 0;
    }

}

@media all and (min-width: 481px) and (max-width: 768px) {

    .product-grid .item-box:nth-child(2n+1),
    .product-list .item-box:nth-child(2n+1),
    .manufacturer-grid .item-box:nth-child(2n+1),
    .search-results .product-list .item-box:nth-child(2n+1),
    .vendor-grid .item-box:nth-child(2n+1) {
	    clear: both;
	    margin-left: 0;
    }

/* BLOCKS */

    .side-2 .block {
        width: 49%;
        margin: 0 .5% 1%;
        float: left;
    }
        .side-2 .block:nth-of-type(2n+1) {
            clear: both;
        }

/* MY ACCOUNT */

    .account-page .address-item,
    .account-page .order-item {
        float: left;
        width: 49%;
        margin: 0 0 3% 1%;
    }
        .account-page .address-item:nth-child(2n+1),
        .account-page .order-item:nth-child(2n+1) {
            margin-left: 0;
            clear: both;
        }

}


@media all and (min-width: 560px) {

    .news-items .news-item {
        float: left;
        width: 49%;
        margin: 0 0 2% 2%;
    }
        .news-items .news-item:nth-child(2n+1) {
            margin-left: 0;
        }

    .news-list-homepage .view-all {
        clear: both;
    }

}

@media all and (min-width: 680px) {

/* NEWSLETTER */

    .newsletter .title {
        width: 315px;
        margin: 0 auto 10px;
        text-align: left;
    }

    .newsletter {
        padding: 45px 0;
    }
    .newsletter-subscribe {
        padding:  0 0 0 115px;
    }
    .newsletter-subscribe:before {
        top: 50%;
        right: auto;
        margin-top: -65px;
    }
    .newsletter-email input[type="text"] {
        margin: 0;
    }
    .newsletter-email input[type="button"] {
        float: left;
        clear: none;
        margin: 2px 0 0 20px;
    }

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */


.page {
	clear: both;
	text-align: left;
}
.link-rss {
	display: block;
	float: right;
	margin: 5px 0 0;
}

/* FOOTER */

    .footer-centering {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer-upper .footer-block {
        float: left;
        width: 33.33333333%;
        text-align: left;
        overflow: hidden;
        padding: 0 10px;
    }
    .footer-block.contact-block {
        float: right;
        width: 25%;
    }
    .footer-block:first-child a:after {
        display: none;
    }

    .footer-upper .footer-block.social-sharing {
        padding-top: 30px;
        text-align: center;
    }
    .social-sharing h3 {
        margin: 0 0 25px;
    }

    .contact-block .footer-menu li {
        margin: 0 0 10px;
    }
    .footer-powered-by, 
    .footer-designed-by,
    .footer-tax-shipping,
    .footer-disclaimer {
        display: inline-block;
        margin: 0 5px 5px;
    } 

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.poll-options li,
.poll-results li {
	display: block;
}
.poll .buttons,
.poll-total-votes {
	text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child * {
	margin-left: 0;
}
.product-selectors {
    font-size: 0;
}
.product-selectors > div {
	margin: 0 1%;
}
.product-grid .item-box,
.product-list .item-box,
.manufacturer-grid .item-box,
.search-results .product-list .item-box,
.vendor-grid .item-box {
	width: 33%; /*three per row*/
}
    .home-page-category-grid .item-box, 
    .sub-category-grid .item-box {
        width: 32.33333333% !important;
    }
.pager li {
	margin: 0 0 0 10px;
}

/* PRODUCT PAGE */

.gallery {
    float: left;
    width: 416px;
}
    .product-details-page .overview {
        margin: 0 0 20px 436px;
    }
    .product-reviews-overview {
        text-align: left;
    }
.free-shipping {
	margin: 20px 0;
}
    .overview .buttons {
        text-align: left;
    }
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.product-details-page .discontinued-product {
    position: absolute;
    left: -436px;
    width: 416px;
    background: rgba(243,243,243,0.9);
}

    /* variants list */

    .product-variant-list.list .details-title {
        display: none;
    }
    .product-variant-list.list .product-variant-line {
        overflow: hidden;
        position: relative;
        margin: 0 0 10px;
        border-bottom: 1px dashed #e3e3e3;
    }
    .product-variant-list.list .variant-picture {
        width: 260px;
        float: left;
    }
    .product-variant-list.list .variant-overview {
        margin-left: 260px;
        width: auto;
        padding: 10px 20px;
    }
        .product-variant-list.list .variant-overview .free-shipping {
            margin: 0 0 5px;
        }
    .product-variant-list.list .price-and-buy {
        text-align: left;
    }

/* QUICK TABS */

    .productTabs-header {
        display: table;
        width: 100%;
    }
    .ui-tabs .ui-tabs-nav {
        display: table-row;
    }
    .ui-tabs .ui-tabs-nav li {
        display: table-cell;
        float: none;
        width: auto;
    }
        .ui-tabs .ui-tabs-nav li:nth-child(3n+1) a {
            margin-left: 3px;
        }
        .ui-tabs .ui-tabs-nav li:first-child a {
            margin-left: 0;
        }

/* ATTRIBUTES */

.attributes {
	margin: 0 0 10px;
}
    .attributes dl,
    .attributes dt {
        text-align: left;
    }

.attribute-squares {
	text-align: center;
    display:inline-block;
    vertical-align: middle;
}
.attribute-squares li {
    margin: 0 10px 5px 0;
}
.attribute-squares label {
	padding: 0 !important;
}

/* GIFT CARD */

    .giftcard > div {
        text-align: center;
    }

/* WISHLIST & COMPARE LIST */

.wishlist-content .buttons {
	text-align: left;
}
.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.account-page .address-item,
.account-page .order-item {
    float: left;
    width: 32%;
    margin: 0 0 3% 1%;
}
    .account-page .address-item:nth-child(3n+1),
    .account-page .order-item:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }

.avatar-page .fieldset {
	float: left;
	margin-right: 10px;
}
.avatar-page .buttons {
	text-align: left;
}

/* SHOPPING CART & CHECKOUT */

.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals {
	float: right;
	margin: 0 25px;
}
.cart-collaterals {
	float: left;
	margin: 0 25px;
}
.checkout-page .address-item {
    width: 31.3333333333%;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
    margin: 0 0 30px;
}
.order-details-page .tax-shipping-info,
.order-details-page .selected-checkout-attributes {
    text-align:right;
}
.order-details-page .checkout-attributes{
    text-align:right;
}
.order-review-data ul .title{
    text-align: left;
}

/* 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;
    color: #505050;
}
.new-comment textarea {
	width: 500px;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
}

/* POLLS */

    .polls-centering .poll {
        padding: 0 10px;
        width: 33.33333333%;
    }

}

@media all and (min-width: 769px) and (max-width: 1000px) {

    .item-box:nth-child(3n+1),
    .manufacturer-grid .item-box:nth-child(3n+1),
    .search-results .product-list .item-box:nth-child(3n+1),
    .vendor-grid .item-box:nth-child(3n+1) {
	    clear: both;
	    margin-left: 0;
    }

/* BLOCKS */

    .side-2 .block {
        width: 32.33333333%;
        margin: 0 .5% 1%;
        float: left;
    }
        .side-2 .block:nth-of-type(3n+1) {
            clear: both;
        }

    /* product variants*/

    .product-variant-list.grid {
        overflow: hidden;
    }
        .product-variant-list.grid .product-variant-line {
            margin: 0 .5% 20px;
            width: 49%;
            max-width: 360px;
            float: left;
        }
            .product-variant-list.grid .product-variant-line:nth-child(2n+1) {
                clear: both;
            }

}

@media all and (min-width: 660px) and (max-width: 768px) {

    .product-variant-list.list {
        overflow: hidden;
    }
        .product-variant-list.list .product-variant-line {
            margin: 0 .5% 20px;
            width: 49%;
            max-width: 360px;
            float: left;
        }
            .product-variant-list.list .product-variant-line:nth-child(2n+1) {
                clear: both;
            }

}

@media all and (min-width: 800px) and (max-width: 899px) {

    .product-variant-list.grid {
        width: 88%;
        margin: 0 auto;
    }

}

@media all and (min-width: 900px) {

    .product-variant-list.grid {
        overflow: hidden;
    }
        .product-variant-list.grid .product-variant-line {
            margin: 0 0 1% .5%;
            width: 33%;
            float: left;
        }
            .product-variant-list.grid .product-variant-line:nth-child(3n+1) {
                margin-left: 0;
                clear: both;
            }    

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

    .news-list-homepage,
    .product-grid.bestsellers,
    .product-grid.home-page-product-grid,
    .home-page-category-grid .item-grid,
    .sub-category-grid .item-grid,
    .home-page .topic-block,
    .breadcrumb,
    .two-column-centering,
    .product-details-page .page-body,
    .product-details-page .item-grid,
    .shopping-cart-page,
    .checkout-page .checkout-data,
    .order-details-page .page-body,
    .return-request-page .page-body,
    .shipment-details-page .page-body,
    .wishlist-page .page-body,
    .sitemap-page .page-body  {
        width: 1000px;
    }

/* GLOBAL STYLES */

    a, span, img, *:after, *:before, input {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

    .master-wrapper-content {
	    width: auto;
	    margin: auto;
    }
    .center-2 {
	    float: right;
	    width: 74.5%;
    }
    .side-2 {
        float: left;
        width: 23.5%;
    }
    .inputs {
	    text-align: left;
    }
    .inputs label {
	    display: inline-block;
	    width: 185px;
	    margin: 0 10px 0 0;
	    text-align: right;
    }

/* HEADER */

    .responsive-nav-wrapper-parent {
        display: none;
    }

    .header {
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 15px 0 30px;
        background: url(/Themes/ArtFactory/Content/img/bg-header-bottom.png) no-repeat center bottom;
    }
    .header-centering {
        width: 1000px;
        margin: 0 auto;
    }
        .header-centering:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }
    .header-logo {
        float: left;
        margin: 16px 0 0;
    }
    .header-links-wrapper {
	    float: right;
    }

    .desktop-header-right {
        float: right;
        clear: right;
    }
    .search-box,
    .desktop-cart {
	    float: right;
        font-size: 0;
    }
    .header-selectors-wrapper,
    .header-links {
        float: left;
    }
    .header-selectors-wrapper > div {
	    float: left;
	    margin: 0 0 0 10px;
    }
        .header-links li a {
            background-position: left center !important;
            padding: 0 0 0 25px;
            color: #000;
            opacity: .7;
        }
            .header-links li a:hover {
                opacity: 1;
            }

    .search-box input.search-box-text {
        height: 40px;
        padding: 10px 45px 10px 10px;
    }
    .search-box .search-box-button {
        width: 40px;
        height: 40px;
        margin-left: -40px;
    }

    .desktop-cart {
        margin: 0 0 0 20px;
    }
    .shopping-cart-link {
        position: relative;
    }
        .shopping-cart-link > a {
            display: block;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            overflow: hidden;
            text-indent: -9999px;
            cursor: pointer;
            height: 40px;
            width: 40px;
            border-radius: 100%;
            background-color: #8bc8ca;
            background-image: url(/Themes/ArtFactory/Content/img/icon-cart.png);
            background-position: center;
            background-repeat: no-repeat;
        }

    /* flyout cart */

    .flyout-cart {
        display: none;
        position: absolute;
        top: 37px;
        right: -52px;
        z-index: 99999;
        width: 280px;
        padding: 16px 0 0;
    }
        .flyout-cart:before {
            content: " ";
            position: absolute;
            top: 8px;
            left: 200px;
            border-style: solid;
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #8bc8ca transparent;
        }
    .flyout-cart.active {
	    display: block;
    }
    .mini-shopping-cart {
        font-size: 16px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }
    .mini-shopping-cart * {
	    line-height: normal !important;
    }
    .mini-shopping-cart a:hover {
	    text-decoration: underline;
    }
    .mini-shopping-cart .count {
        padding: 10px 0;
        background-color: #8bc8ca;
        color: #fff;
        text-align: center;
        background-image: url(/Themes/ArtFactory/Content/img/bg-flyout-cart-count.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .mini-shopping-cart .count a {
        font-weight: bold;
        margin: 0 3px;
    }
    .mini-shopping-cart .items{
	    margin: 0 0 10px;
    }
    .mini-shopping-cart .item {
        border-bottom: 1px dotted #ccc;
        overflow: hidden;
        padding: 10px;
    }
    .mini-shopping-cart .picture {
	    float: left;
	    width: 70px;
	    text-align: center;
    }
    .mini-shopping-cart .picture a {
	    display: block;
        position: relative;
        overflow: hidden;
    }
        .mini-shopping-cart .picture a:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }
        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }
    .mini-shopping-cart .picture + .product {
	    margin: 0 0 0 80px;
    }
    .mini-shopping-cart .name {
        margin: 0 0 5px;
    }
        .mini-shopping-cart .name a {
            display: block;
            line-height: 1.2 !important;
        }
        .mini-shopping-cart .price span {
            color: #d6a985;
            font-weight: bold;
        }
    .mini-shopping-cart .totals {
        margin: 0 0 10px;
        font-size: 18px;
        text-align: center;
    }
    .mini-shopping-cart .totals strong {
	    color: #c00;
    }
    .mini-shopping-cart .buttons {
        text-align: center;
        padding: 0 0 10px;
    }
    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: 0;
        background: 0;
        background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        padding: 6px 20px;
        font: normal 18px/1 "Open Sans Condensed", Arial, sans-serif;
        text-transform: uppercase;
    }

/* HEADER MENU */

    .menu-title,
    .close-menu,
    .back-button,
    .sublist-wrap {
        display: none;
    }

    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu {
	    text-align: left;
	    position: relative;
	    z-index: 1001;
        margin: 10px 0 15px;
    }
    .header-menu > ul {
        width: 1000px;
        margin: 0 auto;
        font-size: 0;
    }
    .header-menu > ul > li {
	    display: inline-block;
        vertical-align: middle;
    }
    .header-menu > ul > li > span.labelfornextplusbutton {
        background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
} 
    .header-menu > ul > li > a, 
    .header-menu > ul > li > span {
        position: relative;
        display: block;
        padding: 9px 18px;
        cursor: pointer;
        font: 600 21px 'Josefin Sans', sans-serif;
    }
        .header-menu > ul > li > a:after,
        .header-menu > ul > li > span:after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 50%;
            height: 2px;
            width: 0;
            border-bottom: 1px dashed #838383;
        }
        .header-menu > ul > li:hover > a,
        .header-menu > ul > li:hover > span {
            color: #8bc8ca;
        }
            .header-menu > ul > li:hover > a:after,
            .header-menu > ul > li:hover > span:after {
                left: 0;
                width: 100%;
            }

    .header-menu.stick{
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0,0,0,0.15);
        text-align: center;
        padding: 10px 0;
        margin: 0;
        background: #fff;
    }

    .header-menu .sublist-wrap {
        display: none;
        position: absolute;
        top: 57px;
        z-index: 1001;
        min-width: 180px;
        background: rgba(255,255,255,.94);
        box-shadow: 0 3px 4px rgba(0,0,0,0.15);
    }
        .header-menu .sublist-wrap:before {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            height: 15px;
            background: transparent;
        }
    .top-menu {
		display: block;
	}
    .header-menu .sublist-wrap.active {
        display: block;
    }
	.header-menu .sublist li {
		position: relative;
	}
    .header-menu .sublist .back-button {
        display: none;
    }
    .header-menu .sublist li > a {
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        font-size: 18px;
        line-height: 1;
        color: #555;
        border-bottom: 1px dashed #e3e3e3;
    }
        .header-menu .sublist li > a:before {
            content: " ";
            position: absolute;
            left: 9px;
            top: 50%;
            margin-top: -3px;
            width: 7px;
            height: 7px;
            background-color: #8bc8ca;
            border-radius: 100%;
            opacity: 0;
        }
    .header-menu .sublist li:last-child > a {
        border-bottom: 0;
    }
	.header-menu .sublist li:hover > a {
        background: #fff;
	}
        .header-menu .sublist li:hover > a:before {
            opacity: 1;
        }
	.header-menu .sublist-wrap .sublist-wrap {
		top: 0;
		left: 100%;
        margin-left: -1px;
	}

/* FOOTER */

    .footer-centering {
        width: 1000px;
    }

    .footer-block a:hover {
        color: #8bc8ca;
    }

    .social-sharing a:hover {
        opacity: 1;
    }
    .accepted-payment-methods {

    }
     .footer-disclaimer,
    .footer-powered-by,
    .footer-tax-shipping {
        float: right;
        margin: 0 !important;
    }
    .footer-powered-by,
    .footer-tax-shipping {
        clear: right;
    }
    .footer-store-theme {
        clear: both;
    }


/* LEFT/RIGHT COLUMN */

    .block {
        margin-bottom: 20px;
    }
    .block .title {
        background-color: #8bc8ca;
    }
        .block .title strong {
            font-size: 24px;
            padding: 6px 10px;
            color: #fff;
            background: url(/Themes/ArtFactory/Content/img/bg-block-title-top.png) no-repeat center top, url(/Themes/ArtFactory/Content/img/bg-block-title-bottom.png) no-repeat center bottom;
        }

    .block .listbox {
	    display: block;
    }
    .block .product-picture {
	    display: inline-block;
	    vertical-align: middle;
    }
    .block .product-picture img {
	    display: block;
    }

    .block .tags li a:hover,
    .product-tags-all-page li a:hover {
	    color: #8bc8ca;
    }

/* CATEGORY PAGE & GRIDS */

    .breadcrumb li * {
	    line-height: normal;
    }
    .breadcrumb a:hover {
	    text-decoration: underline;
    }

    .product-selectors > div {
	    width: 31.33333333333333%;
        display: block !important; 
        float: left;
    }

    .category-page .item-box,
    .recently-added-products-page .item-box,
    .recently-viewed-products-page .item-box,
    .manufacturer-page .item-box,
    .vendor-page .item-box,
    .product-tag-page .item-box {
        width: 33%;
    }
        .category-page .item-box:nth-child(3n+1),
        .recently-added-products-page .item-box:nth-child(3n+1),
        .recently-viewed-products-page .item-box:nth-child(3n+1),
        .manufacturer-page .item-box:nth-child(3n+1),
        .vendor-page .item-box:nth-child(3n+1),
        .product-tag-page .item-box:nth-child(3n+1),
        .manufacturer-grid .item-box:nth-child(3n+1),
        .search-results .item-box:nth-child(3n+1),
        .vendor-grid .item-box:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }
        .home-page-product-grid .item-box:nth-child(4n+1),
        .product-grid.bestsellers .item-box:nth-child(4n+1),
        .product-details-page .product-grid .item-box:nth-child(4n+1),
        .shopping-cart-page .item-box:nth-child(4n+1),
        .cross-sells .item-box:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

    .item-box .product-title a:hover,
    .manufacturer-grid .item-box .title a:hover,
    .vendor-grid .item-box .title a:hover {
        color: #8bc8ca;
    }

    .product-grid .item-box:hover .description-wrapper {
        z-index: 2;
        opacity: 1;
    }

    .center-1 .item-box {
        margin-left: .5%;
        width: 24.625%;
    }

    .bg-item-grid {
        background: #ececec;
    }

    .sub-category-grid, .manufacturer-grid {
        margin: 0 0 15px;
    }
    .sub-category-grid {
        padding: 20px 0 0;
        background: #ececec;
    }

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        clear: none !important;
        width: 33.33333333333% !important;
        margin: 0 auto !important;
    }
    .home-page-category-grid .item-box .picture a:before,
    .sub-category-item .picture a:before {
        padding-top: 81.081%;
    }
    .category-item,
    .sub-category-item {
        position: relative;
    }
        .category-item .title,
        .sub-category-item .title {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            z-index: 1;
        }
            .category-item .title a,
            .sub-category-item .title a {
                background-color: rgba(255,255,255,.8);
            }
            .category-item:hover .title a,
            .sub-category-item:hover .title a {
                background-color: rgba(255,255,255,1);
                color: #8bc8ca;
            }
    .item-box .category-item:hover img,
    .item-box .sub-category-item:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
        .item-box:nth-child(1) .category-item:hover img,
        .item-box:nth-child(1) .sub-category-item:hover img {
            -webkit-transform: translateX(-20px) translateY(-20px) scale(1.05);
            -ms-transform: translateX(-20px) translateY(-20px) scale(1.05);
            transform: translateX(-20px) translateY(-20px) scale(1.05);
        }
        .item-box:nth-child(2) .category-item:hover img,
        .item-box:nth-child(2) .sub-category-item:hover img {
            -webkit-transform: translateY(-20px) scale(1.05);
            -ms-transform: translateY(-20px) scale(1.05);
            transform: translateY(-20px) scale(1.05);
        }
        .item-box:nth-child(3) .category-item:hover img,
        .item-box:nth-child(3) .sub-category-item:hover img {
            -webkit-transform: translateX(20px) translateY(-20px) scale(1.05);
            -ms-transform: translateX(20px) translateY(-20px) scale(1.05);
            transform: translateX(20px) translateY(-20px) scale(1.05);
        }
        .item-box:nth-child(4) .category-item:hover img,
        .item-box:nth-child(4) .sub-category-item:hover img {
            -webkit-transform: translateX(-20px) translateY(20px) scale(1.05);
            -ms-transform: translateX(-20px) translateY(20px) scale(1.05);
            transform: translateX(-20px) translateY(20px) scale(1.05);
        }
        .item-box:nth-child(5) .category-item:hover img,
        .item-box:nth-child(5) .sub-category-item:hover img {
            -webkit-transform: translateY(20px) scale(1.05);
            -ms-transform: translateY(20px) scale(1.05);
            transform: translateY(20px) scale(1.05);
        }
        .item-box:nth-child(6) .category-item:hover img,
        .item-box:nth-child(6) .sub-category-item:hover img {
            -webkit-transform: translateX(20px) translateY(20px) scale(1.05);
            -ms-transform: translateX(20px) translateY(20px) scale(1.05);
            transform: translateX(20px) translateY(20px) scale(1.05);
        }

    /* product list */

        .product-list .item-box {
            width: 100% !important;
            float: none;
            border: 1px dotted #ececec;
            margin: 0 0 20px !important;
            padding: 10px;
        }
        .product-list .product-item {
            overflow: hidden;
        }
            .product-list .item-box .picture {
                float: left;
                width: 150px;
            }
    .product-list .item-box .description-wrapper {
        opacity: 1;
        background: none;
        width: 150px;
        height: 150px;
    }
        .product-list .picture .description {
            display: none !important;
        }
        .product-list .details {
            float: left;
            width: 553px;
            text-align: left;
            margin: 0 0 0 20px;
        }
        .product-list .details .description {
            font-size: 16px;
            line-height: 1.2;
            margin: 0 0 10px;
        }
        .product-list .item-box .buttons {
            text-align: left;
        }

    .pager ul {
        text-align: right;
    }
    .pager li a:hover {
	    color: #666;
        font-weight: bold;
    }
    .pager li.previous-page *:hover,
    .pager li.next-page *:hover,
    .pager li.first-page *:hover,
    .pager li.last-page *:hover {
        opacity: .7;
    }

    /* vendors */

        .vendor-list a:hover {
            color: #8bc8ca;
        }

/* PRODUCT PAGE */

    .product-essential > .breadcrumb {
        display: none;
    }
    .overview .breadcrumb {
        display: block;
    }

    .product-details-page .gallery {
	    width: 500px;
    }
    .product-details-page .overview {
	    margin: 0 0 20px 520px;
    }

    .attribute-squares .tooltip-container {
        position: absolute;
        top: 100%;
        left: 100%;
        z-index: 5;
        width: 150px;
        box-shadow: 0 0 12px rgba(0,0,0,.05);
    }
        .attribute-squares .tooltip-container img {
            max-width: 100%;
        }

    .overview .add-to-wishlist-button:hover,
    .variant-overview .add-to-wishlist-button:hover,
    .overview .add-to-compare-list-button:hover,
    .overview .email-a-friend-button:hover,
    .overview .subscribe-button:hover,
    .download-sample a:hover {
	    opacity: 1;
    }

    .product-variant-list.grid .product-variant-line{
        margin-left: 3%;
        width: 31.33333333333%;
    }

    .product-details-page .product-grid .bg-item-grid {
        background: url(/Themes/ArtFactory/Content/img/bg-grid-bottom.png) no-repeat center bottom, 
                    url(/Themes/ArtFactory/Content/img/bg-grid-top.png) no-repeat center top, 
                    #ececec;
    }
    .product-details-page .product-grid .item-grid {
        padding: 25px 0 0;
    }
    .product-details-page .product-grid .item-box {
        width: 24.85%;
        margin-left: .2%;
        margin-bottom: 25px;
    }

    .product-tags-list a:hover {
        color: #8bc8ca;
    }
    .product-details-page .discontinued-product {
        width: 500px;
        left: -520px;
    }

/* QUICK TABS */

    .ui-tabs .write-review {
        text-align: center;
    }
    .ui-tabs .write-review .form-fields {
        display: inline-block;
        text-align: left;
    }
    .ui-tabs .inputs label,
    .ui-tabs .write-review .review-rating label {
        width: 150px;
    }

/* ATTRIBUTES */
/* GIFT CARD */

    .giftcard label {
        display: inline-block;
        width: 135px;
        margin: 0 10px 0 0;
        text-align: right;
    }

/* REVIEW PAGE */

.write-review .review-rating {
    text-align: left;
}
.review-rating ul {
    display: inline-block;
}
.write-review .review-rating label {
    display: inline-block;
    width: 185px;
    margin: 0 10px 0 0;
    text-align: right;
}

/* WISHLIST & COMPARE LIST */

    .share-link:hover {
        color: #8bc8ca;
    }

    .compare-products-table-mobile {
	    display: none;
    }
    .compare-products-page .clear-list {
        float: right;
    }

/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */

    .email-a-friend-page .title a:hover {
        color: #555;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
	    display: block;
	    margin: 10px 0 0 290px;
    }
    #username-availabilty {
	    position: absolute;
	    top: 5px;
	    left: 550px;
    }
    .login-page .inputs.reversed > * {
	    width: auto;
	    margin: 0 2px;
	    vertical-align: middle;
        cursor: pointer;
    }
    .inputs.reversed span.forgot-password {
        width: auto;
        display: inline-block;
        margin: 0 0 0 50px;
    }
    .return-request-page label {
	    width: 350px;
    }

    .accept-privacy-policy a:hover {
        color: #8bc8ca;
    }

    .forgot-password a:hover {
        color: #000;
    }

    .vendorinfo-page .vendor-picture {
        margin-left: 195px;
    }

/* SHOPPING CART & CHECKOUT */

    .shopping-cart-page .common-buttons,
    .checkout-attributes,
    .shopping-cart-page .tax-shipping-info {
	    text-align: right;
    }
    .checkout-attributes li {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .common-buttons input {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .totals {
	    margin: 0;
    }
    .terms-of-service a:hover {
        color: #8bc8ca;
    }
    .cart-collaterals {
	    width: 720px;
	    margin: 0;
    }
    .cart-collaterals .deals {
	    float: left;
	    width: 320px;
	    margin: 0;
    }
    .cart-collaterals .shipping {
	    float: right;
	    width: 370px;
	    margin: 0;
    }
	.cart-collaterals .shipping .buttons {
		text-align: right;
	}
    .cart-collaterals .shipping label {
	    width: 122px;
	    margin: 0 10px 0 0;
	    text-align: right;
    }
    .cart-collaterals .shipping label + * {
	    width: 240px;
    }
    .checkout-page .edit-address label {
	    width: 300px;
    }
    .checkout-page .selected-checkout-attributes {
	    text-align: right;
    }
    .checkout-page .totals {
	    float: right;
    }

    .order-completed .details a:hover {
        color: #8bc8ca;
    }

/* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
	    width: 350px;
    }
    .advanced-search .price-range input {
	    height: auto;
    }

    .sitemap-page a:hover {
        color: #8bc8ca;
    }

/* BLOG & NEWS */

    .newsletter {
        background: url(/Themes/ArtFactory/Content/img/bg-newsletter-top.png) no-repeat center top, url(/Themes/ArtFactory/Content/img/bg-newsletter-bottom.png) no-repeat center bottom, #8bc8ca;
        padding: 55px 0;
    }

    .news-title:hover {
        color: #8bc8ca;
    }

    .news-item-page .inputs:first-child label {
        display: block;
        width: auto;
        text-align: center;
        margin: 0 0 5px;
    }
    .news-item-page textarea {
	    display: block;
	    margin: auto;
    }

    .new-comment .title,
    .new-comment .inputs {
        text-align: center;
    }
 
/* POLLS */

    .todays-poll-box {
        background: url(/Themes/ArtFactory/Content/img/bg-newsletter-top.png) no-repeat center top, url(/Themes/ArtFactory/Content/img/bg-newsletter-bottom.png) no-repeat center bottom, #e7d2c2;
    }
    .polls-centering {
        width: 1000px;
    }

}
/*=========================================

        DESKTOP

=========================================*/

/* FORUM MAIN & SEARCH */


.forums-main-page,
.forum-page,
.forum-breadcrumb,
.forum-topic-page,
.topic-footer,
.private-message-send-page,
.forum-edit-page,
.profile-page,
.forum-group-page,
.active-discussions-page,
.forum-search-page,
.move-topic-page,
.private-messages-page,
.private-message-view-page {
    width: 95%;
    margin: 0 auto;
}
.forums-header {
	margin: 20px 0;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.search-box.forum-search-box{
    overflow: hidden;
    display: block;
    position: static;
    box-shadow: none;
}
.forum-search-box .basic {
	overflow: hidden;
    margin: 0 0 5px;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 300px;
}
.forum-search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background: url(/Themes/ArtFactory/Content/img/icon-search-gray.png) center no-repeat;
	text-indent: 999px;
    border: 1px solid #ddd;
    border-left: none;
}
.forum-search-box .advanced {
	text-align: right;
    font-size: 16px;
}
.forum-search-box .advanced a:hover {
    color: #8bc8ca;
}
input[type="text"].forum-search-box-text,
input[type="text"].forum-search-text{
    height: 36px;
    border-color: #ddd;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section a {
    vertical-align: middle;
}
.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 .view-all a{
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.forums-table-section .view-all a:hover{
    color: initial;
}

.forums-table-section .image div {
	width: 30px;
	height: 24px;
	margin: auto;
	background: url(/Themes/ArtFactory/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/ArtFactory/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/ArtFactory/Content/img/folder3.png) center no-repeat;
}

.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .inputs label {
	width: 302px;
}
.forum-search-page input[type="text"].forum-search-text{
    float: none;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

/* BREADCRUMB & PAGERS */

.forum-breadcrumb{
    margin: 0 auto 25px;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
	margin: 0;
}

/* FORUM PAGE */


.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-page .forum-name h1 {
	font-size: 18px;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic {
	background: url(/Themes/ArtFactory/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/ArtFactory/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-actions.upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-topic-page .reply-topic-button {
	background: url(/Themes/ArtFactory/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button {
	background: url(/Themes/ArtFactory/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-topic-page .manage-post a {
	padding: 6px 10px 6px 25px;
    display: inline-block;
    background-position: left 5px center;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url(/Themes/ArtFactory/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/ArtFactory/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/ArtFactory/Content/img/forum_icon3.png) left center no-repeat;
}
.topic-footer .topic-options a {
    margin-right: 5px;
    text-decoration: underline;
}
.move-topic-page .inputs{
    text-align: center;
}
.move-topic-page .inputs label{
    width: auto;
}
.forum-topic-page .quote-post a{
    line-height: 34px;
    padding: 0 5px;
    text-decoration: underline;
}

.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-vote {
    margin: 10px 0;
}
.topic-post .post-vote > * {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: none !important;
    margin: 0 !important;
}
    .topic-post .post-vote .vote-count-post {
        text-align: center;
        line-height: 23px;
        font-size: 13px;
        font-weight: 700;
        color: #333;
        background: #f6f6f6;
        border: 1px solid #e3e3e3;
    }
    .topic-post .post-vote .vote {
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .topic-post .post-vote .vote.up {
        background-image: url(/Themes/ArtFactory/Content/img/icon-vote-down.png);
    }
    .topic-post .post-vote .vote.down {
        background-image: url(/Themes/ArtFactory/Content/img/icon-vote-up.png);
    }

@media all and (min-width: 769px) {

.topic-post .post-vote {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    float: right;
}

}

.topic-post .user-info {
	padding-right: 10px; /*align control*/
}
.topic-post .username {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    background: #eee;
    padding: 6px;
    max-width: 300px;
}
.topic-post .username:hover {
    color: #8bc8ca;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
    max-width: 300px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.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: 14px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
    vertical-align: middle;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
    margin: 0 0 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 .posttime a {
	float: right;
	margin: 0 0 0 5px;
	text-decoration: underline;
}
.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 label,
.private-message-send-page label {
	width: 228px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 240px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input,
.move-topic-page input[type="button"] {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    height: 36px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1,
.move-topic-page input[type="submit"] {
    border: 0;
    background: 0;
    background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    height: 36px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}

.private-message-send-page .message label {
	display: none;
}
.private-message-send-page .inputs a,
.forum-edit-page .inputs strong{
    vertical-align: middle;
}
.forum-edit-page .inputs span{
    font-size: initial;
    vertical-align: middle;
    margin-left: 5px;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message li{
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message-body span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

@media all and (min-width: 769px) {

    .current-time {
	    float: left;
	    line-height: 36px;
    }
    .forum-search-box {
	    float: right;
        max-width: 50%;
    }
    .topic-post .post-info,
    .profile-info-box .avatar {
	    float: left;
	    width: 190px;
    }
    .topic-post .post-content,
    .profile-info-box .profile-stats {
	    margin-left: 200px;
    }
    .topic-post .post-time{
	    float: left;
    }
    .topic-post .post-actions {
	    float: right;
        font-size: 0;
    }
    .topic-post .post-actions > *{
        display: inline-block;
    }
    .forum-topic-page .quote-post{
        border-left: 1px solid #ccc;
        padding: 0 10px;
    }
    .forum-topic-page .quote-post a{
        font-size: initial;
        display: inline-block;
    }
    .forum-topic-page .quote-post a:hover {
      color: #8bc8ca;
    }
    .forum-topic-page .manage-post a {
        border-left: 1px solid #ccc;
        font-size: initial; 
    }
    .forum-topic-page .manage-post a:hover{
        background-color: #ddd;
    }
    .topic-post .pm-button, 
    .profile-info-box .pm-button{
        margin: 0;
    }
    .profile-info-box .send-pm{
        clear: both;
    }
    .profile-page .ui-tabs .ui-tabs-nav,
    .private-messages-page .ui-tabs .ui-tabs-nav{
        width: 100%;
        display: block;
    }
    .profile-page .ui-tabs .ui-tabs-nav li,
    .private-messages-page .ui-tabs .ui-tabs-nav li{
        width: 50%;
        float: left;
        display: block;
    }
    .private-message-view-page .buttons .reply-pm-button,
    .private-message-view-page .buttons .delete-pm-button{
        float: left;
        margin: 0 10px 0 0;
    }

}
@media all and (min-width: 1001px) {

    .forums-main-page,
    .forum-page,
    .forum-breadcrumb,
    .forum-topic-page,
    .topic-footer,
    .private-message-send-page,
    .forum-edit-page,
    .profile-page,
    .forum-group-page,
    .active-discussions-page,
    .forum-search-page,
    .move-topic-page,
    .private-messages-page,
    .private-message-view-page{
        width: 1000px;
    }


}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 240px) {
    .product-page-wrapper > .product-page-name {
        position: relative;
        padding: 70px 20px 10px;
    }
    .previous-product,
    .next-product {
        position: absolute;
        top: 12px;
        text-indent: -9999px;
        overflow: hidden;
        opacity: .5;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .previous-product {
        left: 50%;
        margin-left: -55px;
    }
    .next-product {
        right: 50%;
        margin-right: -55px;
    }
    .previous-product:hover,
    .next-product:hover {
        opacity: .9;
    }
    .previous-product a,
    .next-product a,
    .previous-product .previous-product-label,
    .next-product .next-product-label {
        display: block;
        width: 45px;
        height: 45px;
        text-indent: -9999px;
    }
    .previous-product-title,
    .next-product-title {
        display: none;
    }
    .previous-product .previous-product-label {
        background: url(/Plugins/SevenSpikes.Nop.Plugins.PrevNextProduct/Themes/ArtFactory/Content/img/nav-button-left.png) no-repeat center;
    }
    .next-product .next-product-label {
        background: url(/Plugins/SevenSpikes.Nop.Plugins.PrevNextProduct/Themes/ArtFactory/Content/img/nav-button-right.png) no-repeat center;
    }
}


@media all and (min-width: 769px) {

    .product-page-wrapper > .product-page-name {
        padding: 20px 70px;
    }
    .previous-product, .next-product {
        top: 50%;
        margin-top: -22px;
    }

}

@media all and (min-width: 769px) and (max-width: 1000px){

    .previous-product {
        left: 10px;
        margin-left: 0;
    }
    .next-product {
        right: 10px;
        margin-right: 0;
    }

}

@media all and (min-width: 1001px) {

    .previous-product {
        margin-left: -500px;
    }
    .next-product {
        margin-right: -500px;
    }    

}
/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.gallery {
    display: none;
}
.gallery.sevenspikes-cloudzoom-gallery {
    display: block;
}
.gallery .picture-wrapper {
    position: relative;
}
.gallery .picture-wrapper > img { /* Transitional image (on thumbnail click) */
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
}
.gallery .picture-wrapper .picture {
    border-width: 0;
	text-align: center;
	font-size: 0;
}
.gallery .picture-wrapper .picture a {
	display: inline-block;
	max-width: 100%;
}
.gallery .picture-wrapper .picture img {
    position: static !important;
}
.gallery .picture-wrapper .picture:before {
    display: none;
}

/* Zoom Lens, Zoom Window, Zoom Caption */

.cloudzoom-lens {
    opacity: .75;
    cursor:crosshair;
    z-index: 9999;
}
.cloudzoom-lens:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;	
}
.cloudzoom-zoom {
	z-index: 9999;
    top: 0 !important;
    left: calc(100% + 20px) !important;
}
.cloudzoom-zoom-inside {
    z-index: 9999;
    cursor: crosshair;
    top: 0 !important;
    left: 0 !important;
    right: 0;
	height: 100% !important;
    margin: auto;
}
.gallery img,
.cloudzoom-zoom img,
.cloudzoom-zoom-inside img {
    -webkit-transition: none;
    transition: none;   
}
.cloudzoom-zoom-inside img + div { /*title-wrapper*/
	top: auto !important;
	bottom: 0 !important;
}
.cloudzoom-caption {
    display: none;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
}

/* Loading Images */

.cloudzoom-blank {
    top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAAA3NCSVQICAjb4U/gAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMzAvMTLNuPjnAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAAxJREFUCJlj+M+AAgE/0Af5DM23uwAAAABJRU5ErkJggg==);
}
.cloudzoom-ajax-loader {
    position: absolute;
	top: 0 !important;
	left: 0 !important;
	z-index: 2;
    width: 100%;
    height: 100%;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.CloudZoom/Themes/ArtFactory/Content/cloud-zoom/images/loader.gif) center no-repeat;
}
/* 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;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.picture-thumbs.in-carousel {
    max-width: 600px;
    margin: 10px auto 0;
    text-align: center;
}
.picture-thumbs .picture-thumbs-list {
    margin: 0 -5px;
}
.picture-thumbs .picture-thumbs-item {
    padding: 0 5px;
}
.picture-thumbs.in-carousel .picture-thumbs-list {
    margin: 0;
}
.picture-thumbs button + .slick-list {
    margin: 0 17px;
}

/* arrows nav */

.picture-thumbs .slick-prev,
.picture-thumbs .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    cursor: pointer;
    font-size: 0;
    border: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.picture-thumbs .slick-prev {
    left: 0;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAYAAACk9eypAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REYyNTlBMDdCQjQyMTFFMzlCQTQ5RkQ3Qzg2N0UxQ0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REYyNTlBMDhCQjQyMTFFMzlCQTQ5RkQ3Qzg2N0UxQ0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERjI1OUEwNUJCNDIxMUUzOUJBNDlGRDdDODY3RTFDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERjI1OUEwNkJCNDIxMUUzOUJBNDlGRDdDODY3RTFDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/PawQAAADSSURBVHjaYmYgDogA8XogfkqMYg0gvgPE/4F4IyHFrkD8Dqp4PhCz4VNcBMR/gPgvEJfjU8gFxIuhpn4EYl98irWA+DJU8U0g1sSnOAWIv0IVrwZiAVwKWYF4IVThdyDOJBQSTVDFN4BYm5hwBgXbDyCWJkYxExLNTGSsMzRAnQSKTXVibZkK1fQWiG2JtQkUs/+gIeVHrKY4IP4NTRL5xGryAuJPUCeugiZtggAUH1ehml4AcTIQsxDSxAHE3VAngjRuI9aJakC8DogTQByAAAMAyagwHqXpnGwAAAAASUVORK5CYII=)
                         no-repeat center;
}
.picture-thumbs .slick-next {
    right: 0;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAYAAACk9eypAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTgyNzdEM0JCQjQyMTFFMzg5Q0U4MUE2QzQ5QzM3QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTgyNzdEM0NCQjQyMTFFMzg5Q0U4MUE2QzQ5QzM3QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFODI3N0QzOUJCNDIxMUUzODlDRTgxQTZDNDlDMzdCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFODI3N0QzQUJCNDIxMUUzODlDRTgxQTZDNDlDMzdCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PivglHoAAADVSURBVHjaYmBgYHAE4p1ALMJAJNgIxP+B+A4QaxCjgQ2I50M1vQNiV2JtKgfiv0D8B4iLiNXkC8QfobYtBmIuYjRpAvFNqKbLQKxFjCYBIF4N1fQViFOIdWImEH+HalwIxKzEaNIG4htQTU3E2iQNxD9Awc5EpAZmICZWLYM6NBWAnNRASLEtEL+FKp5KyBY/aAj9Iybm86FJ5DcQx+FTCEriq6BO+ATEXrgUsgBxMhC/gCq+Cg1/nGAbVCHICd1AzIEvfBmgUQ7SEATEK6DuxwoAAgwAiHgxSuq3vYAAAAAASUVORK5CYII=)
                         no-repeat center;
}
.picture-thumbs .slick-prev.slick-disabled,
.picture-thumbs .slick-next.slick-disabled {
    opacity: .6;
    cursor: default;
}



/* dots nav */

.slick-dots {
    margin-top: 15px;
}
.slick-dots button {
    background: #333;
    opacity: .4;
    font-size: 0;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 50%;
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.slick-dots .slick-active button {
    opacity: 1;
    width: 8px;
    height: 8px;
}



/* items */

.picture-thumbs a.cloudzoom-gallery {
    display: block !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
}
.picture-thumbs a.cloudzoom-gallery:before {
    content: '';
    display: block;
    padding-top: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

@media all and (min-width: 240px) {

    input.search-box-text {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
	input.instant-search-busy {
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 217px center !important;
        
    }
	input.narrow.instant-search-busy {
        background-position: 177px center !important;
    }

/* WITH CATEGORY */

    input.search-box-text.narrow {
	    width: 200px !important;
    }
    span.search-box-text,
    .search-box select {
        float: left;
    }
    .search-box select {
        width: 52px;
        height: 30px;
        border-right: 0;
        border-top: 0;
        border-color: #ddd;
    }
        .search-box select ~ .search-box-button {
            margin-left: 0;
        }

/* AUTOCOMPLETE */

    .instantSearch {
        width: 270px !important;
        height: auto !important;
    }
        .instantSearch.resize {
            width: 252px !important;
        }
    .instantSearch .k-list-container {
        position: static !important;
        width: 100% !important;
        background: #fff;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }
    .instantSearch .k-list {
        height: 100%;
    }
    .instantSearch .k-item {
        border-top: 1px dashed #e6e6e6;
        cursor: pointer;
    }
    .instantSearch .k-item:first-child {
        border-top: none;
    }
    .instant-search-item {
        overflow: hidden;
        padding: 10px;
    }
    .instant-search-item .img-block {
	    position: relative;
	    float: left;
	    overflow: hidden;
	    width: 70px;
	    background-color: #fff;
	    text-align: center;
    }
        .instant-search-item .img-block:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }
    .instant-search-item .img-block img {
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    margin: auto;
    }
    .instant-search-item .detail {
	    min-height: 42px;
        margin-left: 90px;
        line-height: normal !important;
    }
    .instant-search-item .detail .title {
	    margin-bottom: 5px;
	    font-size: 16px;
        text-transform: uppercase;
        color: #555;
    }
    .instant-search-item .detail .price {
	    font-size: 16px;
        font-weight: bold;
	    color: #d6a985;
    }
    .instant-search-item .detail .sku{
	    margin: 0 0 5px;
	    font-size: 16px;
        color: #555;
    }
	.k-item.k-state-hover .instant-search-item,
	.k-item.k-state-focused .instant-search-item  {
        background: #f9f9f9;
    }
    .k-item.k-state-hover .instant-search-item .img-block, 
    .k-item.k-state-focused .instant-search-item .img-block {
	    border-color: #ddd;
    }

}

@media all and (min-width: 481px) {

    input.instant-search-busy {
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 247px center !important;
    }
    .search-box select {
        width: 90px;
    }

    .instantSearch {
        width: 300px !important;
    }
    .instantSearch.resize {
        width: 290px !important;
    }

}

@media all and (min-width: 769px) {



}

@media all and (min-width: 1001px) {

    input.instant-search-busy {
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 237px center !important;
    }
    input.narrow.instant-search-busy {
        background-position: 217px center !important;
    }
    input.search-box-text.narrow {
        width: 240px !important;
    }
    .search-box select {
        width: 120px;
        height: 40px;
    }

    .instantSearch.resize {
        width: 360px !important;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {

    .menu-title {
        text-align: center;
    }
    .mega-menu,
    .header-menu .menu-title,
    .dropdown {
        display: none;
    }

}

@media all and (max-width: 1000px) {

    .dropdown .topic-wrapper {
        display: none;
    }
    
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

    .menu-title,
    .close-menu {
        display: none;
    }

/* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        position: relative;
        z-index: 1001;
        display: block;
    }
    .mega-menu-responsive {
        display: none !important;
    }
    .mega-menu .dropdown {
        display: none;
        position: absolute;
        box-shadow: 0 2px 2px rgba(0,0,0,0.15);
        background: rgba(255,255,255,.94);
        z-index: 3;
        top: 57px;
    }
        .mega-menu .dropdown:before {
            content: " ";
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            height: 15px;
            background: transparent;            
        }
    .mega-menu .dropdown.active {
        display: block;
    }
    .mega-menu .dropdown.fullWidth {
        left: 50%;
        margin-left: -500px;
        width: 1000px;
    }

/* ROWS AND BOXES */


    .mega-menu .row-wrapper {
        display: table;
        width: 100%;
    }
    .mega-menu .row {
        overflow: hidden;
        display: table-row;
    }
    .dropdown .box {
        float: left;
        padding: 0 15px 20px;
    }
    .categories.fullWidth .box {
        width: 33.3333333%;
        height: 100%;
        border-right: 1px dotted #d3d3d3;
        border-bottom: 1px dotted #d3d3d3;
        padding: 10px 16px 10px 17px;
        display: table-cell;
        float: none;
    }
    .categories.fullWidth .row:last-child .box {
        border-bottom: 0;
    }
    .categories.fullWidth .row .box:last-child {
        border-right: 0;
    }

    .categories .box,
    .manufacturers .box,
    .vendors .box {
        width: 250px;
    }
    .mega-menu .title {
        font: normal 20px/normal "Kelly Slab", Calibri, sans-serif;
        color: #666;
        text-transform: uppercase;
        text-align: left;
        padding: 0 15px;
        margin: 0 0 5px;
    }
    .mega-menu .title a {
    }
    .mega-menu .title a:hover {
	    color: #8bc8ca;
    }
    .mega-menu .picture-title-wrap {
        margin: 0 0 10px;
    }
    .mega-menu .picture a {
	    display: block;
        position: relative;
        overflow: hidden;
    }
        .mega-menu .picture a:before {
	        content: " ";
            display: block;
            padding-top: 43.3333333%;
        }
        .mega-menu .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }
    .mega-menu .subcategories {
    }
    .mega-menu .box ul {
    }
    .mega-menu .box li {
        text-align: left;
    }
    .mega-menu .box li a {
        position: relative;
        padding: 5px 5px 5px 14px;
        font-size: 18px;
        line-height: 1;
        display: block;
        color: #333;
    }
        .mega-menu .box li a:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #8bc8ca;
        }
    .mega-menu .box li a:hover {
        color: #8bc8ca;
    }
    .mega-menu .box .subcategories li a {
        display:inline-block;
    }
    .mega-menu .box li:nth-child(odd) a:hover {
    }
    .mega-menu .box li:nth-child(even) a:hover {
    }
    .mega-menu li a.view-all {
	    font-weight: bold;
        background: none;
    }

    /* manufacturers */

    .manufacturers.fullWidth .row-wrapper,
    .vendors.fullWidth .row-wrapper {
        display: block;
    }
    .manufacturers.fullWidth .row,
    .vendors.fullWidth .row {
        padding: 5px;
        display: block;
    }
    .manufacturers.fullWidth .box,
    .vendors.fullWidth .box {
        width: 16.66666666666667%;
        padding: 10px;
        position: relative;
    }
    .manufacturers.fullWidth .title,
    .vendors.fullWidth .title {
        text-align: center;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        font-size: 18px;
        height: 22px;
        overflow: hidden;
    }
    .manufacturers.fullWidth .box .picture,
    .vendors.fullWidth .box .picture {
        margin: 0 0 29px;
    }
    .mega-menu .box .picture a.manufacturer:before,
    .mega-menu .box .picture a.vendor:before {
        display: none;
    }
    .manufacturers.fullWidth .picture a,
    .vendors.fullWidth .picture a {
        display: block !important;
    }
    .manufacturers.fullWidth .picture a:before,
    .vendors.fullWidth .picture a:before {
        content: "";
        position: static !important;
        display: block !important;
        padding-top: 100% !important;
        width: auto !important;
        height: auto !important;
        border-radius: unset !important;
        background: none !important;
        margin: 0 !important;
    }
    .manufacturers.fullWidth .picture img,
    .vendors.fullWidth .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

    /* topics */

    .mega-menu .topic-wrapper {
        overflow: hidden;
    }
        .mega-menu .topic-wrapper .box {
	        padding: 0;
        }
        .mega-menu .dropdown p {
	        font-size: 16px;
            line-height: 1.2;
            padding: 0 10px 20px;
        }
        .mega-menu .topic-wrapper strong {
	        display: block;
	        border-bottom: 1px dotted #c3c3c3;
	        padding: 5px 10px;
	        color: #666;
            font: normal 20px/normal "Kelly Slab", Calibri, sans-serif;
        }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}
.ajaxCart {
    padding: 0 10px 10px !important;
}

    .ajaxCart .k-window-titlebar.k-header {
        border-bottom: 1px dashed #e6e6e6;
        background: none;
        padding: 13px;
    }
    .productAddedToCartWindowTitle {
        font-size: 24px;
        padding: 15px;
        text-align: center;
        right: 0;
    }

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
    top: 10px;
    right: 10px;
}
    .ajaxCart .k-window-titlebar.k-header .k-window-actions a {
        border: none;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/ArtFactory/Content/img/icon-close.png) no-repeat center !important;
        box-shadow: none;
    }

/*** QUANTITY BOX & BUY BUTTON ***/


.ajax-cart-button-wrapper {
    display: inline-block;
}

.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    text-align: center;
    width: 31px;
    height: 31px;
    margin-top: 3px;
    margin-right: -1px;
    border-color: #969696;
}
.ajax-cart-button-wrapper select {
    vertical-align: top;
    min-width: inherit;
    width: auto;
}
.ajax-cart-button-wrapper input[type="button"] {
}


/*** SINGLE PRODUCT WINDOW ***/


.productAddedToCartWindow, .miniProductDetailsView {
    padding: 10px 0 0;
    background: none;
    min-width: 420px;
}
.productAddedToCartWindowImage,
.productAddedToCartWindowDescription {
    margin-bottom: 10px;
}
.productAddedToCartWindowImage {
    width: auto;
}
    .productAddedToCartWindowImage a {
        width: 160px;
        position: relative;
    }
        .productAddedToCartWindowImage a:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }
    .productAddedToCartWindowImage img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        margin: auto;
    }
.productAddedToCartWindowDescription {
    width: 245px;
}
.productAddedToCartWindowDescription h1 a {
    color: #555;
    font-size: 20px;
    font-weight: normal;
}
.productAddedToCartWindowDescription strong {
    font-size: 20px;
    font-weight: bold;
    color: #d6a985;
}
.productAddedToCartWindowDescription span {
    color: #555;
    font-size: 18px;
}

.productAddedToCartWindowSummary {
    border-top: 1px dashed #e6e6e6;
}
.productAddedToCartWindowSummary a {
    display: inline-block;
    font-size: 18px;
    text-transform: none;
}
    .productAddedToCartWindowSummary a:hover,
    .productAddedToCartWindowDescription h1 a:hover {
        text-decoration: underline;
    }
.ajaxCart .productAddedToCartWindowCheckout {
    border: 0;
    background: 0;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/ArtFactory/Content/img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 10px 20px;
    font: normal 20px/1 "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}


/*** GROPED PRODUCTS WINDOW ***/


.miniProductDetailsView .product-essential {
	background: #fff;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
}
.miniProductDetailsView .gallery .picture {
    margin: 0;
    width: 160px !important;
    border: 0;
}
.miniProductDetailsView .overview {
    width: auto;
    margin: 0 0 0 180px;
    max-width: 400px;
}
.miniProductDetailsView .product-name {
    top: 0;
    left: 10px;
    right: 10px;
    font-size: 24px;
    padding: 15px;
    height: auto;
    text-align: center;
    font-weight: normal;
    margin: 0;
    width: auto;
}
.miniProductDetailsView h1 {
    color: #555;
    font-size: 20px;
    font-weight: normal;
}
.miniProductDetailsView .short-description {
    width: auto;
    color: #333;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.miniProductDetailsView .attributes select {
	max-width: 190px;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .prices {
}
.miniProductDetailsView .prices .rental-price,
.miniProductDetailsView .prices .product-price{
    margin:0 0 5px 0;
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
    margin: 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float:left;
}
.miniProductDetailsView .qty-input {
}

/* VARIANTS */

.ajaxCart .product-overview-line {
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 5px;
    margin: 0 0 15px;
}
.ajaxCart #product-details-form .product-overview-line:last-child {
    border-bottom: 0;
    margin: 0;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    width: 420px;
    margin: 15px auto 0;
}
.ajaxCart .product-grid .title {
    padding: 0;
    margin: 0 0 5px;
}
.ajaxCart .product-grid .title strong {
    padding: 0;
    display: block;
    font-size: 22px;
    line-height: normal;
}

.ajaxCart .product-grid > .title strong:after, 
.ajaxCart .product-grid > .title strong:before {
    display: none;
}

.ajaxCart .item-grid {
    overflow: hidden;
    padding: 10px 45px 0;
    background: #ececec;
}
.ajaxCart .product-grid .item-box {
    width: 100px;
    margin: 0 5px 10px;
    overflow: hidden;
}
.ajaxCart .product-grid.cross-sells .item-box:nth-child(4n+1) {
    clear: none;
}
.ajaxCart .product-grid .item-box .picture,
.ajaxCart .product-grid .item-box .picture a {
	width: 100%;
    height: auto;
}
.ajaxCart .description-wrapper {
    display: none !important;
}
.ajaxCart .item-box .details {
    height: 32px;
    overflow: hidden;
}
.ajaxCart .product-grid .item-box .product-title {
    height: 32px;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    font-size: 14px;
    height: 32px;
    color: #555;
}

.ajaxCart .item-box .quick-view-button {
    display: none !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

    .ribbon-wrapper {
        display: inline-block;
        width: 560px;
        max-width: 100%;
    }

}

@media all and (max-width: 1000px) {

    .product-list .ribbon-wrapper {
        float: none !important;
    }

}

@media all and (min-width: 1001px) {

    .product-list .item-box .ribbon-wrapper {
        width: 150px;
    }
        .product-list .item-box .ribbon-wrapper .picture {
            margin: 0;
        }

}


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
    position: relative;
}
.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.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

 /*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

 /* fix for the accordion content so that no scrolls are shown*/
.quickViewWindow .ui-accordion-content {
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
        
}

.product-grid .buttonOverlay,
.product-list .buttonOverlay {
    display: none !important;
}

/********* START BUTTON *********/


.quick-view-button {
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.item-box:hover .quick-view-button {
    opacity: 1;
}
.item-box:hover .description-wrapper {
    z-index: 2;
}
    .product-grid .quick-view-button {
        bottom: 16px;
        left: 50%;
        margin: 0 0 0 -15px;
    }
    .product-list .quick-view-button {
        top: 50%;
        left: 50%;
        margin: -35px 0 0 -35px;
    }
        .product-list .quick-view-button a {
            width: 70px;
            height: 70px;
            border-radius: 35px;
            opacity: .9;
            background: #e9cbb4 url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ArtFactory/Content/images/icon-quick-view.png) no-repeat center;
        }

.quick-view-button a {
    width: 31px;
    height: 31px;
    text-indent: -9999px;
    padding: 0;
    opacity: .7;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ArtFactory/Content/images/icon-quick-view.png) no-repeat center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: translateZ(0);
}
    .quick-view-button a:hover {
        opacity: 1;
    }


/********** MAIN QUICKVIEW WINDOW **********/

.quickViewWindow {
    width: 710px;
}

.quickViewWindow .popup-header {
    margin-bottom: 12px;
    border-bottom: 1px dashed #c3c3c3;
    background: 0;
    padding: 0;
}
    .quickViewWindow .product-name {
        text-align: center;
        font-size: 24px;
        line-height: normal;
        font-weight: normal;
        text-shadow: none;
        color: #555;
        text-transform: uppercase;
    }

.quickView .k-window-titlebar.k-header .k-window-actions {
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;    
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
    width: 12px;
    height: 12px;
    border: 0;
    background: transparent url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ArtFactory/Content/images/button-close.png) center no-repeat;
}

/********** GALLERY & OVERVIEW *********/


.quickViewWindow .product-essential {
    padding: 0 10px 15px;
}
.quickViewWindow .gallery {
	display: block; /*Cloud Zoom css override*/
	width: 340px;
}
.quickViewWindow .gallery .picture {
	width: 340px;
	box-shadow: none;
	border: 0;
	text-align: center;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
}
.quickView .gallery .picture:before {
	display: none;
}
.quickViewWindow .gallery .picture a {
	width: auto;
	height: auto;
}
.quickViewWindow .gallery .thumbnails {
	margin-top: 0;
	background: 0;
	padding: 0;
}
.quickViewWindow .gallery .thumbnails a, 
.quickViewWindow .gallery .thumbnails > img {
	width: 83px;
	height: 83px;
	border: 0;
	box-shadow: none;
	margin: 0 1px 2px;
}

.quickViewWindow .links-panel {
	margin: 0;
	padding: 20px 0;
}
.quickViewWindow .links-panel a {
	background: none;
	padding-left: 5px;
	text-align: left;
	font-size: 20px;
	text-transform: none;
	color: #555;
}

.quickViewWindow .overview {
	margin: 0;
	width: 330px;
}

.quickViewWindow #accordion {
	margin: 0 0 35px;
}
.quickViewWindow #accordion > h3 {
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	background: #ececec;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	text-shadow: none;
	margin: 0 0 3px;
	padding: 2px 8px;
}
.quickViewWindow #accordion .product-details {
	border-width: 0;
	box-shadow: none;
	padding: 10px 0;
}

.quickViewWindow .overview .short-description, 
.quickViewWindow .overview .stock, 
.quickViewWindow .overview .manufacturers, 
.quickViewWindow .overview .product-reviews-overview {
	clear: both;
}
.quickViewWindow #accordion > h3 span {
	right: 8px;
	width: 30px;
	height: 23px;
	margin: -12px 0 0;
}
.quickViewWindow .ui-icon-circle-arrow-s,
.quickViewWindow .ui-icon-circle-arrow-e {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/ArtFactory/Content/images/icon-accordion.png) center no-repeat;
}
.quickViewWindow .back-in-stock-subscription {
	clear: left;
}

.quickViewWindow .overview .add-to-cart,
.quickViewWindow .overview .prices {
	margin: 0;
}

.quickViewWindow .attributes select {
	max-width: 220px;
}

.quickViewWindow .purchase-area .prices {
	float: right;
}
.quickViewWindow .overview .add-to-cart {
	float: left;
}
.quickViewWindow .overview .qty-label {
	margin: 0;
	display: none;
}

/********* ATTRIBUTES ********/

.quickViewWindow .overview .attributes dt {
    line-height: normal;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 5px;
}



/********** VARIANTS *********/

.quickViewWindow .product-variant-list .item-grid {
    height: auto;
}

.quickViewWindow .product-variant {
    width: 108px;
    height: 108px;
    margin: 0 0 3px 3px;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
    margin-left: 0;
}
.quickViewWindow .variant-picture {
    width: auto;
    height: auto;
    overflow: visible;
}
.quickViewWindow .variant-picture a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}
.quickViewWindow .variant-info .prices {
    background: 0;
    padding: 6px;
    height: auto;
}
    .quickViewWindow .variant-info .prices:before {
        display: none;
    }
.quickViewWindow .variant-info .product-price {
	color: #d6a985;
}

.quickViewWindow .moreInfoHover {
    font-size: 12px;
}



/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {
    padding: 0;
    margin: 0;
    background: 0;
    clear: both;
}
.quickViewWindow .product-grid .title {
    padding: 0;
    margin: 0 0 5px;
}
.quickViewWindow .product-grid .title strong {
    padding: 0;
    display: block;
    font-size: 22px;
}

.quickViewWindow .product-grid > .title strong:after, 
.quickViewWindow .product-grid > .title strong:before {
    display: none;
}

.quickViewWindow .item-grid {
    overflow: hidden;
    padding: 5px 0;
}
.quickViewWindow .product-grid .item-box {
    width: 162px;
    margin: 0 5px 18px;
    overflow: hidden;
}
.quickViewWindow .item-box:before {
    padding-top: 130%;
}
.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: 100%;
    height: auto;
}
.quickViewWindow .description-wrapper {
    display: none !important;
}
.quickViewWindow .item-box .details {
    height: 40px;
    overflow: hidden;
}
.quickViewWindow .product-grid .item-box .product-title {
    height: 40px;
}
.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    line-height: 1.2;
    font-size: 17px;
    height: 40px;
    color: #555;
}



/********* GIFTCARD *********/


.quickViewWindow .giftcard {
	padding-top: 10px;
    margin-left: 0;
}
.quickViewWindow .giftcard div {
	float: none;
	width: auto;
}
.quickViewWindow .giftcard label {
    width: 100px;
    line-height: 32px;
}
.quickViewWindow .giftcard input[type="text"], 
.quickViewWindow .giftcard textarea {
    min-width: 0;
    width: 215px;
    float: none;
}


/****** COLOR SQUARES *****/

.quickViewWindow .color-squares li input {
    margin: -25px 0 0 !important;
}

/********* THEME SPECIFIC *********/

.product-list .item-box:hover .ribbon-position {
    opacity: 0;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

.eu-cookie-bar-notification button,
.header-logo a,
.footer-block:first-child a:before,
.footer-block:first-child a:after,
.block .list li a:before,
.vendor-list a:before,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li a:hover,
.sitemap-page a:before,
.newsletter,
.cart th,
.data-table th,
.forums-table-section th,
.header-menu .close-menu,
.header-menu ul li.back-button,
.shopping-cart-link > a,
.mini-shopping-cart .count,
.header-menu .sublist li > a:before,
.block .title,
.ui-slider-range,
.nopAjaxFilters7Spikes .close-filters,
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter,
.mega-menu .box li a:before,
.responsive-nav-wrapper > div,
#goToTop,
.ui-datepicker-calendar td:hover a,
.rich-blog-homepage .title strong::before,
.rich-blog-homepage .title strong::after {
  background-color: #f6c929;
}
/* text color */

.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover,
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span,
.footer-block a:hover,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.item-box .product-title a:hover,
.manufacturer-grid .item-box .title a:hover,
.vendor-grid .item-box .title a:hover,
.category-item:hover .title a,
.sub-category-item:hover .title a,
.vendor-list a:hover,
.product-tags-list a:hover,
.share-link:hover,
.accept-privacy-policy a:hover,
.terms-of-service a:hover,
.order-completed .details a:hover,
.sitemap-page a:hover,
.news-title:hover,
.mega-menu .title a:hover,
.mega-menu .box li a:hover,
.forum-search-box .advanced a:hover,
.forum-topic-page .quote-post a:hover,
.topic-post .username:hover,
.post-title:hover,
.blog-page .tags li,
.post-relations li,
.blogpost-page .tags li,
.blog-instant-search .k-item.rich-blog-autocomplete-last-item,
.blog-page .post-body > .richBlogComment,
.blog-page .post .tags a,
.blogpost-page .tags a,
.blogpost-page .new-comment .title strong,
.blogpost-page .comment-list .title strong,
.blog-search-results li .search-term-highlighter,
.sale-of-the-day-offer .price.actual-price,
.sale-of-the-day-offer .product-name h4:hover {
  color: #f6c929;
}
/* border color */

.flyout-cart:before {
  border-color: transparent transparent #f6c929 transparent;
}
/* title side dots */

.page-title h1:after,
.page-title h1:before,
.home-page-category-grid > .title strong:after,
.home-page-category-grid > .title strong:before,
.product-grid > .title strong:after,
.product-grid > .title strong:before,
.topic-block-title h2:after,
.topic-block-title h2:before,
.news-list-homepage .title strong:after,
.news-list-homepage .title strong:before,
.carousel-title span:after,
.carousel-title span:before,
.sale-of-the-day-offer .title::before,
.sale-of-the-day-offer .title::after {
  background-color: #f6c929;
}
/* JCarousel styles */

.jCarouselMainWrapper .slick-dots .slick-active button {
  border-color: #f6c929 !important;
  background: #f6c929 !important;
}
.color-bubblegum .eu-cookie-bar-notification button, .color-bubblegum .header-logo a, .color-bubblegum .footer-block:first-child a::before, .color-bubblegum .footer-block:first-child a::after, .color-bubblegum .block .list li a::before, .color-bubblegum .vendor-list a::before, .color-bubblegum .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .color-bubblegum .ui-tabs .ui-state-active.ui-tabs-active a, .color-bubblegum .ui-tabs .ui-tabs-nav li a:hover, .color-bubblegum .sitemap-page a::before, .color-bubblegum .block-newsletter, .color-bubblegum .cart th, .color-bubblegum .data-table th, .color-bubblegum .forums-table-section th, .color-bubblegum .header-menu .close-menu, .color-bubblegum .header-menu ul li.back-button, .color-bubblegum .shopping-cart-link > a, .color-bubblegum .mini-shopping-cart .count, .color-bubblegum .header-menu .sublist li > a::before, .color-bubblegum .block .title, .color-bubblegum .ui-slider-range, .color-bubblegum .nopAjaxFilters7Spikes .close-filters, .color-bubblegum .filter-block a.clearFilterOptions, .color-bubblegum .filter-block a.clearPriceRangeFilter, .color-bubblegum .mega-menu .box li a::before, .color-bubblegum .responsive-nav-wrapper > div, .color-bubblegum #goToTop, .color-bubblegum .nop-jcarousel .carousel-title.vertical, .color-bubblegum .ui-datepicker-calendar td:hover a {
    background-color: #f6c929;
}
.color-bubblegum .cart a:hover, .color-bubblegum .data-table a:hover, .color-bubblegum .compare-products-table a:hover, .color-bubblegum .forums-table-section a:hover, .color-bubblegum .header-menu > ul > li:hover > a, .color-bubblegum .header-menu > ul > li:hover > span, .color-bubblegum .footer-block a:hover, .color-bubblegum .block .tags li a:hover, .color-bubblegum .product-tags-all-page li a:hover, .color-bubblegum .item-box .product-title a:hover, .color-bubblegum .manufacturer-grid .item-box .title a:hover, .color-bubblegum .category-item:hover .title a, .color-bubblegum .sub-category-item:hover .title a, .color-bubblegum .vendor-list a:hover, .color-bubblegum .product-tags-list a:hover, .color-bubblegum .share-link:hover, .color-bubblegum .accept-privacy-policy a:hover, .color-bubblegum .terms-of-service span:hover, .color-bubblegum .order-completed .details a:hover, .color-bubblegum .sitemap-page a:hover, .color-bubblegum .news-title:hover, .color-bubblegum .mega-menu .title a:hover, .color-bubblegum .mega-menu .box li a:hover, .color-bubblegum .categories-carousel .item-holder:hover .jcarousel-product-title a {
    color: #f6c929;
}
.color-bubblegum .flyout-cart::before {
    border-color: transparent transparent #f6c929;
}
.color-bubblegum .page-title h1::after, .color-bubblegum .page-title h1::before, .color-bubblegum .home-page-category-grid > .title strong::after, .color-bubblegum .home-page-category-grid > .title strong::before, .color-bubblegum .product-grid > .title strong::after, .color-bubblegum .product-grid > .title strong::before, .color-bubblegum .topic-html-content-title h2::after, .color-bubblegum .topic-html-content-title h2::before, .color-bubblegum .news-list-homepage .title strong::after, .color-bubblegum .news-list-homepage .title strong::before, .color-bubblegum .carousel-title span::after, .color-bubblegum .carousel-title span::before {
    background: url(/Themes/ArtFactory/Content/img/title-dots-bubblegum.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

.bar-notification.success {border-bottom: 1px solid #ccc;background: #000;}

.header-menu > ul > li > a[href="#"] {
  background-image: url(/Themes/ArtFactory/Content/img/bg-button-small.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.logo{background-color:#FFF!important;}

.accepted-payment-methods {display: none;}

.method-name {float: left;padding-right: 50px;}

.product-grid .quick-view-button {
  bottom: 206px;
  left: 50%;
  margin: 0 0 0 -15px;
}

.section.pickup-in-store {text-align: center;}

.product-share-button {display: block;}

.contact-block .footer-menu li.phone {
    background: none;
}
li.phone {
    display: none;
}

@media (min-width: 1001px) {
.shopping-cart-page .common-buttons, .checkout-attributes {
    text-align: center;
}
}

textarea#checkout_attribute_5,
textarea#checkout_attribute_3 {
    width: 320px;
}

@media (min-width: 1001px) {
.header-menu .sublist li > a {text-align: left;}
}
.select-pickup-point {
    TEXT-ALIGN: CENTER;
}

ul.footer-menu {
    display: none;
}

.instagram-feed.social-feed.instagramHome {
    max-width: 1000px;
    margin: 0 auto;
}
