/* input(8956,1): run-time error CSS1035: Expected colon, found '}' */
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

body.texture_1 {
    background: #fff url('../Themes/Motion/Content/img/texture_1.png') repeat center;
}
body.texture_2 {
    background: #fff url('../Themes/Motion/Content/img/texture_2.png') repeat center;
}
body.texture_3 {
    background: #fff url('../Themes/Motion/Content/img/texture_3.png') repeat center;
}
body.texture_4 {
    background: #fff url('../Themes/Motion/Content/img/texture_4.png') repeat center;
}

/*=====================================================
    
    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;
}
img {
    max-width: 100%;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 0;
    outline-offset: 0 !important; /* fixes the movement of the outline in Chrome */
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
	font: normal 400 12px "Open Sans", sans-serif;
    color: #505050;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}
script {
	display: none !important;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    height: 36px; /*safari padding fix*/
    border: 1px solid #c9c9c9;
    padding: 8px;
    vertical-align: middle;
    background: #fff;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 36px; /*safari padding fix*/
	padding: 8px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    vertical-align: middle;
    border: 0;
}
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-page {
	width: 97%;
	margin: auto;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1,
.side-2,
.center-2 {
    margin: 40px 0;
}

.side-2:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.page {
	text-align: center;
}
.page-title {
	margin: 0 0 20px;
}
.page-title h1 {
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px dashed #797979;
    padding: 0 0 10px;
}
.category-page .page-title h1 {
    border: 0;
    text-align:center;
}
.page:after,
.page-title:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url('../Themes/Motion/Content/img/rss-icon.png') no-repeat;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 0 0 10px;
    text-align: justify;
}
.flyout-cart {
	display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #46c688 url('../Themes/Motion/Content/img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(0,0,0,0.5);
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover {
	opacity: 1;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 30px;
}
.fieldset .title {
	margin: 0 0 15px;
    text-align: left;
}
.fieldset .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
.fieldset .title strong:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 5px;
    height: 23px;
    background: #46c688;
}
.form-fields {
    position: relative;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.inputs {
	position: relative;
	margin: 0 0 10px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
}
    .inputs * {
        font-size: 12px;
    }
.inputs:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.form-fields .inputs:last-child,
.form-fields .inputs:only-child {
    margin-bottom: 0;
}
.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
    width: 350px;
    max-width: 100%;
}
    .inputs select {
        box-shadow: none;
        border: 1px solid #c9c9c9;
    }
.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
    .inputs .option-list li {
        float: left;
        font-size: 0;
    }
    .inputs .option-list label {
        width: auto;
        margin: 0 15px 0 3px;
        font-size: 12px;
        display: inline-block;
    }

.required {
	margin: 0 -6px 0 0; /*siblings offset fix*/
	font-size: 11px;
	color: #c00;
    vertical-align: middle;
}
.message-failure,
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
    text-align: center;
    margin-top: 5px;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}

/*********** GLOBAL FORMS ***********/

.cart .remove-from-cart {
	position: relative;
}

.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 18px;
    height: 18px;
	margin: auto;
    border: 1px solid #999;
    background: none;
	transition: all 0.2s ease;
    background: #ccc url(../Themes/Motion/Content/img/delete.png) center no-repeat;
}


/*********** 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 {
	background: #A3CA3F;
}
.bar-notification.warning {
	background: #f79d45;
}
.bar-notification.error {
	background: #E95E5E;
}
.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/Motion/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 3px 1px rgba(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;
	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/Motion/Content/img/close.png') center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-content .tooltip {
    margin-bottom: 20px;
}
.ui-dialog-content button {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
    width: 300px;
    max-width: 300px;
    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: #46c688;
	padding: 7px 14px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	opacity: 0.9;
}
.eu-cookie-bar-notification a {
	display: block;
	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;
}
.admin-header-links + .master-wrapper-page {
	padding: 45px 0 0;
}
.admin-header-links .impersonate{
    line-height: 35px;
}
.admin-header-links .impersonate a{
    display: inline-block;
}

.header { 
	position: relative;
	z-index: 1002;
	text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}
.header:after { 
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.header-top {
    background-color: #464646;
    background: #464646 url(../Themes/Motion/Content/img/pattern-nav.png) top left;
    padding: 10px; 
}
.header-top:after { 
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-bottom {
    background-color: #fff;
}
.shopping-cart-link {
    float: right;
}
.header-selectors-wrapper {
    float: left;
}
.header-selectors-wrapper:before {
    content: " ";
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.header-selectors-wrapper > div {
    display: inline-block;
    vertical-align: middle;
}
    .header-selectors-wrapper > div + div {
        margin: 0 0 0 10px;
    }
.new_select {
    width: 50px !important;
    color: #c9c9c9;
    padding: 7px 21px 7px 7px;
    background: #595959 url(../Themes/Motion/Content/img/dropdown-arrow.png) no-repeat 34px center;
    cursor: pointer;
    height: 31px;
    z-index: 1003 !important;
}
.new_select > span {
    display: block;
    text-align: center;
    line-height: 16px;
}
.header-currencyselector .new_select > span,
.header-currencyselector .styleSelect_item li span {
    font-size: 16px;
}
.header-languageselector .new_select > span,
.header-languageselector .styleSelect_item li span {
    font-size: 14px;
}
.styleSelect_item {
    min-width: 65px;
    background: #595959;
    top: 31px !important;
}
.styleSelect_item * {
    width: auto !important;
}
.styleSelect_item li:hover span {
    background: #797979;
}
.styleSelect_item li span {
    padding: 10px 12px;
    line-height: 16px;
}

.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-links-wrapper {
	position: relative;
    float: right;
}
    .header-links {
        float: left;
        font-size: 0;
    }
        .header-links > * {
            display: inline-block;
            vertical-align: middle;
        }
        .header-links li {
            float: left;
        }

    .header-links a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: -9999px;  
        margin: 0 2px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        .header-links a:hover {
            color: #fff;
        }
    .header-links span {
        display: none;
    }

    #topcartlink a {
        background: #46c688 url(../Themes/Motion/Content/img/icon-cart.png) no-repeat center;
        width: 35px;
        height: 35px;
        border-radius: 18px;
        display: block;
    }
    #topcartlink span {
        display: none;        
    }

    .header-logo {
        font-size: 0;
    }
        .header-logo a {
	        display: inline-block;
	        line-height: 0; /*firefox line-height bug fix*/
            width: 100%;
        }
        .header-logo a img {
	        max-width: 100%;
        }

    .ui-helper-hidden-accessible {
	    display: none;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        position: absolute !important;
	    z-index: 1002 !important;
	    width: 256px !important; /*default = txtfield + button*/
	    max-width: 100%;
	    border: 1px solid #ccc;
	    border-top: none;
	    overflow: hidden;
	    background: #fff;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	    border-top: 1px solid #ccc;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	    border-top: none;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	    display: block;
	    padding: 8px;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	    display: none;
	    margin-right: 5px;
	    vertical-align: middle;
    }


/*********** FOOTER ***********/



.footer-top {
    position: relative;
    background: #eee;
    padding: 25px 10px;
    overflow: hidden;
    color: #505050;
}
    .footer-top:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    }
    .footer-top:after {
        content: " ";
        position: absolute;
        bottom: -46px;
        left: 0;
        width: 180%;
        height: 50px;
        background: #b3b3b3;
        -webkit-transform: rotate(.7deg);
        -ms-transform: rotate(.7deg);
        transform: rotate(.7deg);
    }
.footer-block {
    margin-bottom: 15px;
}
.footer-block h3, .footer-block .topic-block h2 {
    font-weight: 300;
    font-size: 24px;
    padding-left: 16px;
    position: relative;
    margin: 0 0 15px;
}
.footer-block h3:before,
.footer-block .topic-block h2:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	width: 5px;
	height: 25px;
	background: #46c688;
}
.footer-block.social-sharing h3,
.footer-block.subscribe-to-newsletter h3 {
	padding-left: 8px;
}
.footer-block.social-sharing h3:only-child,
.footer-block.subscribe-to-newsletter h3:only-child {
	display: none;
}
.footer-block.social-sharing h3:before,
.footer-block.subscribe-to-newsletter h3:before {
	display: none;
}
.footer-block .topic-block-body {
	padding: 0 10px;
}
.footer-menu {
    padding-left: 18px;
}
.footer-menu li {
    font-size: 14px;
}
.footer-top .footer-menu li {
    padding: 7px 2px 7px 30px;
}
.footer-menu li.phone {
	background: url(../Themes/Motion/Content/img/icon-phone.png) no-repeat left center;
}
.footer-menu li.mobile {
	background: url(../Themes/Motion/Content/img/icon-cellphone.png) no-repeat left center;
}
.footer-menu li.email {
	background: url(../Themes/Motion/Content/img/icon-mail.png) no-repeat left center;
}
.footer-menu li.skype {
	background: url(../Themes/Motion/Content/img/icon-skype.png) no-repeat left center;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}

.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
.social-sharing a {
    display: block;
    width: 45px;
    height: 45px;
    background: url('../Themes/Motion/Content/img/social-sprite.jpg') no-repeat;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}
.social-sharing a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -45px 0;
}
.social-sharing .google {
	background-position: -90px 0;
}
.social-sharing .pinterest {
	background-position: -135px 0;
}
.social-sharing .vimeo {
	background-position: -180px 0;
}
.social-sharing .youtube {
	background-position: -225px 0;
}
.social-sharing .rss {
	background-position: -270px 0;
}
.social-sharing a.instagram {
    background: url('../Themes/Motion/Content/img/instagram.png') no-repeat center;
}

.block-newsletter {
    padding-left: 10px;
}
.footer-block .newsletter .title {
    padding-left: 8px;
    position: relative;
    margin: 0 0 15px;
}
.footer-block .newsletter .title strong {
    font-weight: 300;
    font-size: 24px;
}
.newsletter-email {
    display: inline-block;
    overflow: hidden;
    padding: 6px;
    background: rgba(0,0,0,0.05);
}
.newsletter-email input[type="text"],
.newsletter-email input[type="email"] {
    float: left;
    width: 218px;
    height: 45px;
}
.newsletter-email button {
    float: left;
    width: 45px;
    height: 45px;
    border: none;
    overflow: hidden;
    background: #46c688 url('../Themes/Motion/Content/img/icon-newsletter.png') center no-repeat;
    text-indent: 999px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.newsletter-email button:hover {
	background-color: #51e29c;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}
.newsletter .options{
    clear: both;
}
.newsletter .options span {
    padding: 5px 0;
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer-middle {
    position: relative;
	overflow: hidden;
    padding: 40px 10px;
    background: url(../Themes/Motion/Content/img/footer-bg.jpg) left top;
    background: url(../Themes/Motion/Content/img/pattern-nav.png) left top, url(../Themes/Motion/Content/img/footer-bg.jpg) left top;
}
.footer-middle:before {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 180%;
    height: 50px;
    background: #636363;
    -webkit-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
}
.footer-middle h3 {
	color: #969696;
}
.footer-middle .footer-menu a {
	color: #c9c9c9;
	display: inline-block;
	padding: 7px 0;
	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	transition: transform .2s ease;
}
.footer-middle .footer-menu a:hover {
	-webkit-transform: translate(1px);
	-ms-transform: translate(1px);
	transform: translate(1px);
	color: #fff;
}

.footer-bottom {
    overflow: hidden;
    padding: 20px;
    text-align: center;
    background: #333;
    color: #969696;
    font-family: Verdana;
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 49px;
	height: 30px;
	background: url('../Themes/Motion/Content/img/payment_sprite.png') no-repeat;
    margin: 0 3px;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -49px 0;
}
.accepted-payment-methods .method3 {
	background-position: -98px 0;
}
.accepted-payment-methods .method4 {
	background-position: -147px 0;
}
.accepted-payment-methods .method5 {
	background-position: -196px 0;
}
.accepted-payment-methods .method6 {
	background-position: -245px 0;
}
.footer-powered-by a,
.footer-designed-by a,
.footer-tax-shipping a {
	text-decoration: underline;
    color: #fff;
}
.footer-store-theme {
	position: relative;
	height: 35px;
	overflow: hidden;
	padding: 35px 0 0; /*hides unwrapped text*/
}
.footer-store-theme select {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -85px;
    width: 170px;
}

@media all and (min-width: 450px) {

    .footer-middle .footer-block {
        float: left;
        width: 50%;
    }
	.footer-middle .footer-block:nth-child(2n+1) {
		clear: both;
	}

}

@media all and (min-width: 600px) {

    .footer-top .footer-block {
        float: left;
        width: 50%;
    }
	.footer-top .footer-block:nth-child(2n+1) {
		clear: both;
	}

}

@media all and (min-width: 900px) {

    .footer-top .footer-block {
        clear: none !important;
        width: 40%;
    }
    .footer-top .footer-block:nth-child(1) {
        width: 26%;
    }
    .footer-top .footer-block:nth-child(2) {
        width: 30%;
        margin-right: 4%;
    }
    .newsletter-email input[type="text"],
    .newsletter-email input[type="email"] {
        width: 279px;
    }

    .footer-middle .footer-block {
        clear: none !important;
        width: 25%;
    }

}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    margin: 0 auto 10px;
    text-align: left;
    width: 320px;
    max-width: 100%;
}
.block .title {
    background: #46c688;
}
.block .title strong {
	font-weight: 400;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    color: #fff;
}
.block .listbox {
	display: none;
    border:1px solid #c9c9c9;
    border-top: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
}
.block .listbox:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.block .list a {
	display: block;
	padding: 9px 10px;
    border-top: 1px solid #c9c9c9;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .block .list a:before {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        width: 5px;
        background: #46c688;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
.block .list > li:first-child > a {
    border-top: 0;
}
.block .list a.has-sublist {
    background: url(../Themes/Motion/Content/img/category-nav-dropdown-arrow.png) no-repeat 94% 16px;
}
    .block .list li > a:hover:before,
    .block .list li.active > a:before,
    .block-account-navigation a.active:before {
        height: 100%;
    }

.block .list .product-picture {
	display: none;
}
    .block .sublist {
        display: none;
        border-top: 1px solid #c9c9c9;
        padding: 0 0 0 20px;
    }
    .block li.active .sublist {
        display: block;
    }
    .block .sublist > li:first-child > a {
        border-top: 0;
    }

.block-popular-tags .listbox {
    padding: 10px;
}
.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .block .tags li a:hover, 
    .product-tags-all-page li a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        color: #303030;
    }
.block .view-all {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #c9c9c9;
}
.block .view-all a {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 8px 16px;
    font-size: 12px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .block .view-all a:hover {
        background: #51e29c;
    }
    
.home-page-polls .title strong{
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
}

.poll {
    padding: 15px 10px;
}
.poll strong {
	display: block;
	margin: 0 0 10px;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons button {
	border: 1px solid #ccc;
	padding: 5px 15px;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}


/********** CATEGORY PAGE **********/


.filters-button {
    display: none;
}

.breadcrumb {
    margin: 10px 0;
    text-align: left;
    padding: 0 5px;
    border-bottom: 1px dashed #797979;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
    margin: 0 3px;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    font-weight: 300;
}
.breadcrumb strong {
	font-weight: 400;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

.category-description {
	margin: 0 0 20px;
}
.product-filters {
	display: none;
}
.product-selectors {
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 1px dashed #797979;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
    .product-selectors > div > span {
        font-size: 14px;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }
.product-selectors select {
	margin: 0 5px;
	text-transform: lowercase;
    vertical-align: middle;
}
.product-selectors .viewmode-icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    font-size: 0;
}
    .product-selectors .viewmode-icon.grid {
        background: url(../Themes/Motion/Content/img/icon-grid.png) no-repeat center;
        opacity: .5;
    }
    .product-selectors .viewmode-icon.list {
        background: url(../Themes/Motion/Content/img/icon-list.png) no-repeat center;
        opacity: .5;
    }
    .product-selectors .viewmode-icon.selected{
        opacity: 1;
    }

.product-grid:after,
.product-list:after,
.product-list .product-item:after,
.manufacturer-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.item-box {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;    
    width: 258px;
    display: inline-block;
    position: relative;
    margin: 0 5px 10px;
}
.item-box:hover {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
	background: #fff;
}
.item-box .product-item {
    padding: 7px;
}
.item-box .product-item .picture {
	overflow: hidden;
}
.item-box .picture a {
	display: block;
	font-size: 0;
}
.item-box .product-item .picture a {
	position: relative;
}
.item-box .product-item .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.item-box .product-item .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .details {
    text-align: center;
}
.item-box .product-title {
    height: 50px;
    overflow: hidden;
    font-weight: 400;
}
.item-box .product-title a {
	display: block;
    font-size: 18px;
    color: #505050;
}
.item-box .product-rating-box {
	display: none;
}
.item-box .description {
    height: 36px;
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}
.item-box .description a {
	display: block;
}
.item-box .add-info {
	overflow: hidden;
	display: inline-block;
	font-size: 0;
}
.item-box .add-info > * {
	float: right;
}
.item-box .prices {
    position: relative;
    background: #46c688;
    height: 44px;
    margin-left: 3px;
    padding-left: 8px;
    padding-right: 10px;
    font-size: 0;
    z-index: 1;
}
.item-box .prices:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -9px;
    width: 15px;
    height: 44px;
    background: #46c688;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}
.item-box .prices:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 44px;
}
.item-box .prices > * {
	display: inline-block;
	vertical-align: middle;
    overflow: hidden;
}
.item-box .old-price {
	color: #fff;
	text-decoration: line-through;
    font-size: 12px;
    padding: 3px 0 0;
    display: block;
}
.item-box .actual-price {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0,0,0,0.4);
    font-weight: 700;
    line-height: 20px;
    max-width: 92px;
    max-height: 100%;
}
.item-box .old-price + .actual-price {
	display: block;
}
.item-box .buttons {
	margin: 0;
    position: relative;
}
.item-box button {
    border: 0;
    padding: 14px 14px 14px 34px;
    background: #dcdcdc url(../Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat left top;
    color: #505050;
    height: 44px;
    box-shadow: none;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
    font-size: 13px;
}
.item-box button:hover {
	background-color: #ececec;
}

.item-box .base-price-pangv {
    font-size: 11px;
    text-align: center;
    float: none !important;
    padding: 3px 3px 0;
    clear: both;
}

.tax-shipping-info {
    font-size: 11px;
    color: #777;
    text-align: center;
    float: none !important;
    padding: 3px;
    clear: both;
}
.tax-shipping-info a {
	color: #555;
	text-decoration: underline;
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

/* other item-grids */

.home-page-category-grid,
.sub-category-grid { 
	margin: 0 0 20px;
    text-align: center;
    overflow: hidden;
}
.home-page-category-grid .item-grid {
	position: relative;
	display: inline-block;
	background: #fff;
}
.home-page-category-grid .title strong,
.product-grid .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
    margin-bottom: 10px;
}
.home-page-category-grid .item-box:before,
.sub-category-grid .item-box:before,
.manufacturer-grid .item-box:before {
	display: none;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box {
	width: 310px;
    margin: 0 auto 10px;
}
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 50%;
	margin: 0 auto 20px;
}
.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
	position: relative;
    overflow: hidden;
}
.category-item .title,
.sub-category-item .title,
.manufacturer-item .title,
.vendor-item .title {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.manufacturer-item .title,
.vendor-item .title {
	display: none
}
.category-item .title a,
.sub-category-item .title a,
.manufacturer-item .title a,
.vendor-item .title a {
	display: block;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.category-item:hover .title a,
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a,
.vendor-item:hover .title a {
    background: rgba(0,0,0,0.7);
}
.category-item .picture a,
.sub-category-item .picture a {
	display: block;
    font-size: 0;
    height: 140px;
}
.manufacturer-item .picture a,
.vendor-item .picture a {
	display: block;
	font-size: 0;
	height: 100px;
}
.category-item .picture img,
.sub-category-item .picture img,
.manufacturer-item .picture img,
.vendor-item .picture img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;   
    max-width: 100%;
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.category-item:hover .picture img, 
.sub-category-item:hover .picture img, 
.manufacturer-item:hover .picture img,
.vendor-item:hover .picture img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-grid,
.product-list {
	margin: 0 0 20px;
}
.product-grid .title {
	margin: 0 0 15px;
	font-size: 18px;
}
.cross-sells {
    margin-top: 25px;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 1px;
    font-size: 18px;
}
.pager li * {
    display: block;
	background-color: #ccc;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    box-shadow: inset 0 1px rgba(0,0,0,0.3);
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.pager li span,
.pager li a:hover {
	background-color: #999;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	text-indent: -9999px;
    box-shadow: none;
}
.pager li.previous-page * {
	background: url(../Themes/Motion/Content/img/icon-pager-prev.png) no-repeat center !important;
}
.pager li.next-page * {
	background: url(../Themes/Motion/Content/img/icon-pager-next.png) no-repeat center !important;
}
.pager li.first-page * {
	background: url(../Themes/Motion/Content/img/icon-pager-prev-first.png) no-repeat center !important;
}
.pager li.last-page * {
	background: url(../Themes/Motion/Content/img/icon-pager-next-last.png) no-repeat center !important;
}

/* vendor page */

.contact-vendor {
    margin: 20px 0 10px;
}
.contact-vendor-button {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-vendor-button:hover {
	  background: #51e29c;
}



/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.gallery,
.product-details-page .overview {
	border-bottom: 1px dashed #c3c3c3;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.gallery .picture-wrapper {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}
.gallery .picture {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    font-size: 0;
}
.gallery .picture:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.gallery .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    max-width: 100%;
}
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs a {
    display: inline-block;
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
    background: #fff;
    margin: 0 5px 10px;
}

.overview {
	position: relative;
}
.overview .discontinued-product {
	font-size: 15px;
	color: #c00;
	text-transform: uppercase;
	padding: 10px 0px;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
    font-size: 24px;
    font-weight: 400;
}
.overview .short-description {
	margin: 0 0 15px;
    font-size: 14px;
    text-align: justify;
}
.overview .buttons, 
.back-in-stock-subscription { 
	margin: 0 0 15px;
	font-size: 0;
}
.overview .add-to-wishlist-button, 
.variant-overview .add-to-wishlist-button, 
.overview .add-to-compare-list-button, 
.overview .email-a-friend-button, 
.overview .subscribe-button, 
.download-sample a {
    display: inline-block;
    border: 0;
    padding: 8px 10px 8px 32px;
    background: 0;
    color: #505050;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.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 {
    color: #000;
}
.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .compare-products,
.overview .email-a-friend,
.overview .back-in-stock-subscription,
.overview .download-sample-button {
    position: relative;
    display: inline-block;
}
.overview .add-to-wishlist:before,
.variant-overview .add-to-wishlist:before,
.overview .compare-products:before, 
.overview .email-a-friend:before,
.overview .back-in-stock-subscription:before,
.overview .download-sample-button:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 2px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	border: 2px solid #000;
	border-radius: 13px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .3;
}
.overview .add-to-wishlist:hover:before,
.variant-overview .add-to-wishlist:hover:before,
.overview .compare-products:hover:before, 
.overview .email-a-friend:hover:hover:before,
.overview .back-in-stock-subscription:hover:before,
.overview .download-sample-button:hover:before {
	opacity: .7;
	}
.overview .add-to-wishlist:before,
.variant-overview .add-to-wishlist:before {
	background: url(../Themes/Motion/Content/img/icon-product-add-wishlist.png) no-repeat center 3px;
}
.overview .compare-products:before {
	background: url(../Themes/Motion/Content/img/icon-product-add-compare.png) no-repeat center;
}
.overview .email-a-friend:before {
	background: url(../Themes/Motion/Content/img/icon-product-email-friend.png) no-repeat center;
}
.overview .back-in-stock-subscription:before {
	background: url(../Themes/Motion/Content/img/icon-product-subscribe-available.png) no-repeat center;
}
.overview .download-sample-button:before {
	background: url(../Themes/Motion/Content/img/icon-product-download-sample.png) no-repeat center;
}

.overview .stock,
.variant-overview .stock,
.overview .sku,
.variant-overview .sku,
.overview .manufacturer-part-number,
.variant-overview .manufacturer-part-number,
.overview .gtin,
.variant-overview .gtin,
.overview .manufacturers,
.overview .product-vendor,
.variant-overview .product-vendor,
.overview .delivery-date,
.variant-overview .delivery-date {
	margin: 0 0 15px;
}
.overview .stock > span,
.variant-overview .stock > span,
.overview .sku > span,
.variant-overview .sku > span,
.overview .manufacturer-part-number > span,
.variant-overview .manufacturer-part-number > span,
.overview .gtin > span,
.variant-overview .gtin > span,
.overview .manufacturers > span,
.overview .product-vendor > span,
.variant-overview .product-vendor > span,
.overview .delivery-date > span,
.variant-overview .delivery-date > span {
    font-size: 14px;
    display: inline-block;
}
.overview .value,
.variant-overview .value {
	font-weight: bold; 
    margin-left: 5px;
}
.overview .value a {
	font-weight: bold;
	text-decoration: underline;
}
.free-shipping {
    width: 80px;
    height: 80px;
    padding: 19px 0;
    margin: 0 auto 20px;
    background: #46c688;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
}
.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 20px;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating,
.product-rating-box .rating {
    width: 85px;
    height: 16px;
    background: url(../Themes/Motion/Content/img/icon-rating-empty.png) repeat-x;
}
.product-rating-box .rating {
    margin: 0 auto 5px;
}
.product-review-box .rating div,
.product-rating-box .rating  {
	height: 16px; 
	background: url(../Themes/Motion/Content/img/icon-rating-full.png) repeat-x;
}

.download-sample {
    margin: 0 0 20px;
}

.customer-entered-price {
	margin: 0 0 20px
}
.customer-entered-price .enter-price-input {
    width: 50px;
    margin: 10px !important;
    text-align: center;
    font-size: 13px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 20px;
}

.overview .cart-info,
.variant-overview .cart-info {
    overflow: hidden;
    font-size: 0;
    display: inline-block;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
	display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    position: relative;
    float: left;
}
.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;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    width: 25px;
    height: 25px;
    border: 1px solid #c9c9c9;
    outline: 10px solid #f6f6f6;
    padding: 2px;
    margin: 10px !important;
    text-align: center;
    font-size: 13px;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown{
    min-width: 38px;
}
.overview .add-button-wrap,
.variant-overview .add-button-wrap {
    position: relative;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: 0;
    padding: 14px 20px 15px 34px;
    height: 45px;
    background: #dcdcdc url(../Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat left top;
    color: #505050;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #ececec;
}
.overview .add-to-cart .add-to-wishlist-button,
.variant-overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.overview .prices, .variant-overview .prices {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #46c688;
    height: 45px;
    padding: 3px 8px 4px;
    font-size: 0;
    margin-left: 3px;
    z-index: 1;
}
.overview .prices:before,
.variant-overview .prices:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -9px;
    width: 15px;
    height: 45px;
    background: #46c688;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}
.overview .prices:after,
.variant-overview .prices:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.overview .prices > *,
.variant-overview .prices > * {
	display: inline-block;
	vertical-align: middle;
}
.overview .prices label,
.variant-overview .prices label {
	display: none;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    display: block;
	font-size: 12px;
    line-height: 19px;
	color: #fff;
	text-decoration: line-through;
}
.old-product-price + .product-price {
    display: block;
}
.non-discounted-price + .product-price {
    display: block;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 16px;
    font-weight: 700;
    line-height: 19px;
	color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.1);
}

.product-estimate-shipping {
	margin: 0 0 20px;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 14px;
}
.product-estimate-shipping .shipping-price {
    position: relative;
    bottom: 1px;
	margin: 0 0 0 5px;
	vertical-align: middle;
    font-weight: bold;
    color: #505050;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}

.product-share-button {
    margin: 10px 0 0;
    overflow: hidden;
}

.full-description {
	clear: both;
	margin: 0 0 20px;
	line-height: 20px;
    font-size: 14px;
    text-align: justify;
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
	font-weight: normal;
}

.product-variant-list {
    font-size: 0;
    text-align: center;
}
.product-variant-line {
    margin: 0 auto 10px;
    max-width: 320px;
    font-size: 12px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 18px;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .add-to-wishlist {
	margin-top: 10px;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
    background: #fff;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	border-bottom: 1px solid #fff;
	background: #dcdcdc;
	padding: 10px 24px;
    font-size: 14px;
    color: #505050;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background: #46c688;
	color: #fff;
}
.ui-tabs .ui-tabs-panel {
    background: #fff;
    padding: 12px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs .write-review {
	margin: 0;
}
.ui-tabs .write-review .buttons {
	text-align: center;
}

.productTabs .inputs label,
.productTabs .write-review .review-rating label {
    width: 30%;
}

/*Jquery Tabs end*/

.product-specs-box {
	margin: 0 0 20px;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box td {
    width: 50%; /*because colgroup is missing in 4.2+*/
}
.product-specs-box .attribute-squares,
.compare-products-table .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-tags-box {
    margin: 20px 0;
    text-align: center;
}
.product-tags-list,
.vendor-list {
	font-size: 0;
}
.product-tags-all-page .product-tags-list,
.vendor-list-page .vendor-list {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}
.product-tags-list li,
.vendor-list li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.vendor-list a {
    padding: 7px 12px;
    font-size: 14px;
}

.attributes {
	margin: 0 0 20px;
}
.attributes dl:after {
    content: '';
    display: block;
    clear: both;
}
.attributes dt {
    font-size: 14px;
    padding: 7px;
    background: #ececec;
}
.attributes dd {
    padding: 10px;
    background: #f6f6f6;
}
.attributes .option-list:after {
    content: '';
    display: block;
    clear: both;
}
.attributes li {
	margin: 0 10px;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list li > * {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}

.attributes .qty-box {
	margin: 0 0 0 -3px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 43px;
	border: none;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
	text-align: center;
}

.attributes.rental-attributes input[type='text']{
    min-width: 280px;
}

.attributes li.disabled {
	display: none !important;
}

.attributes option.disabled {
	color: #ddd;
}

.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
    border-color: #000;
    background: url(../Themes/Motion/Content/img/pattern-nav.png) left top #46c688;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFpJREFUeNqMzzEKgGAMg9EeRhwEBSfvvzg5eAlBdPEGz6U/iIhaKJTyJSSByG0xY0Nz+QeiHB12HOjvUAHrdPEEXMHR9yyBCusfx1Jky4zDGxjZdEpBewfPAQB5weeCp5OjNgAAAABJRU5ErkJggg==) center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) center no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ccc;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar .ui-state-active {
    background: #eee;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
    position: relative;
	display: inline-block;
	margin: 0;
}
.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
}
.attribute-square-container span {
    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: -30px 0 0;
    display: none;
}
.attribute-squares .tooltip-container {
    display: none !important;
}

.pre-order-availability-date {
    clear: both;
    font-size: 12px;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
    font-size: 14px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** ESTIMATE SHIPPING **********/



.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
    border: 1px solid #c9c9c9;
    box-shadow: none;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -5px;
	right: -3px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #c9c9c9;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #c9c9c9;
	padding: 12px 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #c9c9c9;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label {
    border-color: #46c688;
    background-color: #46c688;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 2px; left: 2px;
	width: 8px; height: 8px;
	border-radius: 50px;
	background-color: #fff;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 120px;
	border: none !important;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.write-review {
	margin: 0 0 30px;
}
.write-review .title,
.product-review-list .title {
	margin: 0 0 10px;
	text-align: left;        
}
.write-review .title strong,
.product-review-list .title strong {
	font-weight: 300;
	font-size: 18px;
	padding-left: 16px;
	position: relative;
}
.write-review .title strong:before,
.product-review-list .title strong:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 5px;
	height: 23px;
	background: #46c688;
}


.write-review .form-fields {
	margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.review-type-rating-ext {
	display: none; /*disabled*/
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 10px;
}
.write-review .review-rating label,
.write-review .name-description {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating div {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
}
.write-review .review-rating div.first {
	color: #c00;
}
.write-review .review-rating div:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating div:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating div.last {
	color: #690;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 16px;
    font-size: 14px;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
    margin: 0 0 30px;
    text-align: left;
}
.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 .avatar {
    display: none;
    margin: 0 auto 10px;
    width: 140px;
}
.product-review-item .avatar a {
    display: block;
}
.product-review-item .avatar img {
    max-width: 100%;
}
.product-review-item .avatar .user {
    display: block;
    margin: 0 0 10px;
}
.product-review-item .product-review-box {
    float: right;
    margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
    overflow: hidden;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}
.product-review-item .reply {
    margin: 30px 0 0;
    padding: 15px;
    background: #f6f6f6;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    margin: 0 3px 6px;
    font-size: 14px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.wishlist-page .edit-item {
    margin-top: 5px;
    text-decoration: underline;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page img {
	width: 100px;
	max-width: 100%;
}
.compare-products-page .clear-list {
    display: block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 6px 16px;
    font-size: 14px;
    margin: 0 auto 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 110px;
    text-align: center;
}
.compare-products-page .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 7px 10px;
    font-size: 12px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*********** TOPICS ***********/



.popup-window .topic-page {
	padding: 15px;
}
.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 0 30px;
}
.home-page .topic-block-title h2 {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
    margin-bottom: 10px;
}
.home-page .topic-block-body{
    line-height: 20px;
    margin: 1%;
    font-size: 14px;
    text-align: justify;
    height: 80px;
    overflow: hidden;
}

.topic-block h2 {
    font-weight: normal;
    font-size: 18px;
}
.topic-block-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form button {
	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 {
    margin: 0 0 15px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.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;
	margin: 0 3px;
}
.gender > * {
	display: inline-block !important;
	vertical-align: middle;
	line-height: 32px;
    margin: 0 !important;
    width: auto !important;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
	padding: 9px 26px;
}
#username-availabilty {
	display: block;
	margin: 10px auto;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}
.inputs.accept-consent {
	margin: 0 0 20px;
	text-align: center;
}
.inputs.accept-consent > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.inputs.accept-consent a,
.inputs.accept-consent span {
    font-weight: bold;
}
.inputs.accept-consent label {
    width: auto !important;
    margin: 0 0 0 10px;
}
.registration-page .button-1,
.registration-page .button-2,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.registration-page .button-1:hover,
.registration-page .button-2:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
	background: #51e29c;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
    margin: 0 0 30px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.login-page .new-wrapper .buttons,
.login-page .returning-wrapper .buttons {
	margin: 0;
}
.login-page .text {
	margin: 0 0 20px;
}
.login-page .inputs.reversed * {
    margin: 5px 0;
    display: inline-block;
    width: auto;
}
.login-page .inputs.reversed span {
    display: block;
}
.returning-wrapper,
.login-page .topic-block {
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.login-page .returning-wrapper .form-fields {
    box-shadow: none;
    padding: 0;
}

.external-authentication {
	margin: 30px 0;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.external-authentication fieldset {
	float: none !important;
}
.external-authentication .buttons {
	margin: 0;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: block;
	margin: 10px 5px;
	vertical-align: middle;
	font-size: 12px;
	white-space: normal;
}

.address-list,
.order-list {
    font-size: 0;
    margin-bottom: 20px;
}
.address-list > div,
.order-list > div {
    background: #fff;
	vertical-align: top;
}
.section {
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    display: inline-block;
}
.section .title {
	margin: 0 0 15px;
	font-size: 18px;
}
.section .title strong {
	font-weight: 400;
}
.section .buttons {
	margin: 0;
}

.account-page .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    margin: 0 3px;
    font-size: 14px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .account-page .button-2:hover {
        opacity: .8;
    }
.account-page .edit-address {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.account-page .description {
	margin: 0 0 20px;
}
.account-page.multi-factor-authentication-page .inputs label {
    width: auto;
    margin: 0px 10px 0 10px;
    display: inline-block;
}
.account-page.multi-factor-authentication-page .section .buttons {
    display: block;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.account-page.multi-factor-authentication-page .payment-logo {
    width: 50px;
}
.account-page.multi-factor-authentication-page .payment-details {
    width: calc(100% - 70px);
}
.address-list-page .info,
.order-list-page .info {
	margin: 0 0 10px;
	line-height: 20px;
    font-size: 14px;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}

.order-list-page .section.recurring-payments {
    width: 100% !important;
    background: #fff;
    overflow-x: auto;
}

.return-request-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0;
    box-shadow: none;
}
.return-request-page .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
.return-request-page .title strong:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 5px;
	height: 23px;
	background: #46c688;
}

.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
	width: 100%;
	height: 36px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #333 !important;
}

.return-request-list-page .page-body {
    font-size: 0;
}
.return-request-list-page .section {
    font-size: 12px;
    vertical-align: top;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.reward-points-overview {
    font-size: 14px;
    margin: 0 0 10px;
}
.reward-points-history .title {
    margin: 0 0 10px;
}
.reward-points-history .title strong {
    font-size: 20px;
    font-weight: 400;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 85px;
	overflow: hidden;
}
.terms-of-agreement{
    padding:0 0 20px 0;
    line-height: 20px;
    text-align:center;
}
.user-agreement-page .button-1{
    background: #46c688 none repeat scroll 0 0;
    border: 1px solid #49bf86;
    box-shadow: 0 1px 0 0 #42ab78;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 26px;
    transition: all 0.2s ease-in-out 0s;
}

.vendorinfo-page .vendor-picture {
    margin-top: 15px;
}
    .vendorinfo-page .vendor-picture > * {
        display: inline-block;
        vertical-align: middle;
    }

.gdpr-tools-page .form-fields {
    margin: 0 0 20px;
}


/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
    display: block;
    font-size: 12px;
    padding: 50px 0 0;
    background: url(../Themes/Motion/Content/img/checkout-step.png) no-repeat center top;
    text-align: center;
    min-width: 40px;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.5;
	cursor: default;
}

.shopping-cart-page .button-1,
.checkout-page .button-1,
.button-2.apply-shipping-button {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 11px 34px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.button-2.apply-shipping-button:hover {
    background-color: #51e29c;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 8px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../Themes/Motion/Content/img/close.png') center no-repeat;
	cursor: pointer;
}
.giftcard-remaining {
    display: block;
    font-size: 12px;
}

.edit-address .custom-attributes .option-list {
    width: 350px;
    max-width: 100%;
}
.edit-address .custom-attributes .option-list label {
    width: auto;
}

.shopping-cart-page .message-error,
.checkout-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
}
.update-cart-wrap,
.continue-shopping-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.update-cart-wrap button[type="submit"],
.shopping-cart-page .estimate-shipping-button {
    border: 0;
    padding: 14px 20px 14px 40px;
    background: #dcdcdc url(../Themes/Motion/Content/img/icon-update-cart.png) no-repeat 12px center;
    color: #505050;
    height: 44px;
    font-size: 14px;
    box-shadow: none;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.shopping-cart-page .estimate-shipping-button {
    display: table;
    margin: 20px auto 0;
    background-image: url(../Themes/Motion/Content/img/icon-shipping.png);
    line-height: 16px;
}
.update-cart-wrap button[type="submit"]:hover,
.shopping-cart-page .estimate-shipping-button:hover {
    background-color: #ececec;
}
.continue-shopping-wrap button[type="submit"] {
    border: 0;
    padding: 14px 14px 14px 40px;
    background: #46c688 url(../Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat left center;
    color: #fff;
    height: 44px;
    font-size: 14px;
    box-shadow: none;
}
.continue-shopping-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 15px;
    height: 44px;
    background: #46c688;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}
.continue-shopping-wrap button[type="submit"],
.continue-shopping-wrap:before {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.continue-shopping-wrap button[type="submit"]:hover {
    background-color: #51e29c;
}
.continue-shopping-wrap:hover:before {
    background: #51e29c;
}

.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;
}


.cart-footer {
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.cart-footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cart-footer .totals {
	width: 200px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
    font-size: 14px;
}
.cart-total td {
    width: 50%;
    padding: 5px;
}
    .cart-total-left {
        text-align: right;
    }
    .cart-total-right {
        text-align: left;
    }
        .cart-total-price .cart-total-left {
            font-weight: 700;
        }
.cart-total .will-earn-reward-points span{
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    display: block;
}
.cart-total .order-total {
	font-size: 18px;
	color: #4dc98d;
}
    .cart-total .order-total .cart-total-left {
        color: #333;
        font-weight: 700;
        font-size: 14px;
    }
.terms-of-service {
	margin: 0 0 20px;
}
    .terms-of-service label {
        cursor: pointer;
    }
    .terms-of-service .read {
	    font-weight: bold;
        cursor: pointer;
        text-decoration: underline;
    }
.checkout-buttons{
    margin-bottom:10px;
}
.cart-collaterals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px; 
}
.cart-collaterals .title strong {
	font-size: 14px;
    font-weight: 400;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .deals > div {
	margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
    display: inline-block;
    width: 58%;
    height: 35px; /*safari padding fix*/
    margin: 0 -1px 0 0;
    vertical-align: middle;
    font-size: 13px;
}
.cart-collaterals .coupon-code button {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 8px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	height: 34px; /*safari padding fix*/
    vertical-align: middle;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}

.checkout-page .section {
	margin: 0 0 30px;
    display: block;
    box-shadow: none;
    width: 100% !important;
}
.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.checkout-page .address-grid {
	overflow: hidden;
    padding: 2px;
}

.address-grid .address-list-page {
    display: none;
}

.checkout-page .address-item {
	margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}
.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;
    font-size: 14px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.checkout-page .pickup-in-store {
    margin-bottom: 0;
}
.checkout-page .pickup-in-store .description {
    margin-top: 10px;
}
.checkout-page .select-pickup-point {
    margin-bottom: 5px;
}
.checkout-page .pickup-points .pickup-points-map {
    height: 300px;
    margin-bottom: 0;
}
div.shipping-method,
div.payment-method {
    text-align: left;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
}
.payment-method .method-name > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 10px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description,
.payment-method .payment-description {
	margin: 5px 0 0;
}
.method-name .payment-logo label{
    display: block;
	font-size: 0;
}

.use-reward-points {
    font-size: 14px;
    margin: 0 0 15px;
}

.payment-info .info {
	margin: 0 0 20px;
    text-align: justify;
}
.payment-info td:first-child {
    width: 175px;
    padding: 15px;
}
.section.confirm-order .min-order-warning, 
.section.confirm-order .message-error {
	display: block;
	text-align: left;
}
.confirm-order .button-1 {
	margin: 20px 0;
	font-size: 18px;
}

.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 .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 15px 0;
    font-size: 18px;
	font-weight: 400;
}
.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
	font-weight: 400;
}
.order-review-data > div li,
.order-details-area > div li,
.shipment-details-area > div li {
    margin-top: 5px;
}

.order-details-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px;
    padding: 0;
    box-shadow: none;
}
.order-details-page .section .title {
    text-align: left;
}
.order-details-page .section .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
    .order-details-page .section .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: 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: 16px; 
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    font-weight: bold;
    line-height: 32px;
    display: inline-block;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.order-details-page .page-title {
	margin: 0 0 20px;
	overflow: hidden;
    position: relative;
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .order-overview {
	margin: 0 0 20px;
	line-height: 20px;
}

.order-details-page .actions {
	margin: 20px 0 0;
	text-align: center;
}
.order-details-page .actions button,
.order-details-area .repost .re-order-button {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 12px 24px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.order-details-page .cart-total {
	width: 300px;
	margin: 0 auto 30px;
}

.shipment-details-page .section {
    margin:0;
    box-shadow: none;
    padding: 0;
    width: 100%;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search .inputs {
	text-align: center;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
	margin: 0 0 0 -30px;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
}

.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
    text-align: left;
}
.sitemap-page .entity-title h2 {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
.sitemap-page .entity-title h2:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 5px;
    height: 23px;
    background: #46c688;
}
.sitemap-page .description{
    margin: 0 0 20px;
}
.sitemap-page .entity-body {
	line-height: 24px;
    text-align: left;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    padding: 10px 5px;
    background: #fff;
}
.sitemap-page li {
    display: inline-block;
    margin: 0 5px;
}
.sitemap-page a {
	display: block;
    padding: 7px 12px;
    font-size: 14px;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
    display: block;
    padding: 9px 10px;
    border-top: 1px solid #c9c9c9;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-items {
    font-size: 0;
    text-align: left;
    padding: 15px 0 0;
}
.blog-page .post, .news-items .news-item {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 1%;
}
.blog-page .post, .news-list-page .news-item {
    margin: 0 auto 30px;
}
.blog-page .post + .post {
    padding: 30px 0 0;
    border-top: 1px dashed #797979;
}

.post-head {
    margin: 0 0 15px;
}
.post-head ~ *,
.news-head ~ * {
    font-size: 14px;
}
.post-title, .news-title {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}
    .post-title:before,
    .news-title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }
.post-date, .news-date {
    display: block;
    text-align: left;
    font-size: 11px;
    color: #888;
    margin: 0 0 5px;
}

.post-content {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 15px;
    background: #fff;
}

.news-item .news-details {
    line-height: 1.4;
    height: 58px;
    overflow: hidden;
}
.blogpost-page .post-date {
    margin: 0 0 20px;
    text-align: right;
}
.news-item-page .news-date {
    margin: 0 0 20px;
    text-align: center;
}
.post-body,
.news-body {
	line-height: 20px;
    margin: 0 0 20px;
}
.post-body a, 
.news-body a {
    text-decoration: underline;
    color: #46c688;
}
.blog-page .post-body {
    height: 64px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
}
    .blog-page .post-body:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        display: inline-block;
        width: 30px;
    }
.blog-page .tags, 
.blogpost-page .tags {
	overflow: hidden;
    margin: 0 0 20px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
	font-weight: bold;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}
    .blog-page .tags label:before,
    .blogpost-page .tags label:before,
    .read-comments:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;   
    }
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
}
.post .buttons {
    overflow: hidden;
    margin: 0;
}
.read-comments {
    float: left;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}
.post .read-more {
    float: left;
    clear: both;
    margin: 20px 0 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #46c688;
}

.block-blog-archive .sublist {
    display: block;
}
.block-popular-blogtags .tags li {
    margin: 10px 10px 0 !important;
}

.new-comment {
	margin: 0 0 30px;
}
.new-comment .title {
	margin: 0 0 10px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
    margin: 0 0 15px;
    padding: 0;
    box-shadow: none;
    background: none;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-list .title {
	margin: 0 0 15px;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}
    .comment-list .title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }

.comment-list .title strong {
    font-weight: 300;
    font-size: 18px;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
}
.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-bottom: 1px solid #ccc;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 110px;
	height: 110px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-style: italic;
}
    .comment-time span {
        vertical-align: middle;
    }
div.comment-title {
    margin: 0 0 10px;
}
    .comment-title strong {
        font-weight: 400;
        font-size: 16px;
    }
.comment-body {
	line-height: 20px;
}
    .comment-body p {
        font-size: 14px;
    }

.news-items .read-more {
    margin: 10px 0 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #46c688;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 30px;
    position: relative;
}
.news-list-homepage .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
}
.news-list-homepage .view-all {
    padding: 10px 0 0;
    text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
    font-size: 12px;
}

.news-list-page .news-content {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}

/* 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: 980px) {

    .compare-products-table {
        display: none;
    }

}

table .td-title {
    display: none;
}

/*GLOBAL TABLES*/

.cart, .data-table, .compare-products-table, .forums-table-section table {
    margin: 0 0 20px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}
.cart th, .data-table th, .forums-table-section th {
    border: 1px solid #464646;
    background: #464646;
    padding: 10px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #d3d3d3;
    background: #fff;
    padding: 10px;
}
.forums-table-section .latest-post {
    width: 140px;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    padding: 8px 0;
    font-size: 14px;
}

.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: #4dc98d;
    font-size: 14px;
    white-space: nowrap;
}
.cart td.subtotal div {
	margin: 5px 0 0;
    color: #505050;
}

.product-specs-box .data-table td {
    padding: 5px;
}

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-price td {
    color: #4dc98d;
    font-size: 14px;
}
.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: 13px !important;
}



/* 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;
    background: #fff;
}
.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;
    }
        .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-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
	height: 16px;
	overflow: hidden;
}

.footable-row-detail {
	text-align: left;
    font-size: 14px;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	padding: 0 15px 5px 0 ;
	font-style: italic;
    display: table-cell;
}
.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
	background: url('../Themes/Motion/Content/img/table-plus.png') no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url('../Themes/Motion/Content/img/table-minus.png') no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

@media all and (min-width: 1024px) {

    .downloadable-products-page .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 793px) {


    .downloadable-products-page .data-table .item-count,
    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count,
    .compare-products-table-mobile .item-count,
	.section.products .data-table .item-count,
	.section.shipments .data-table .item-count {
	    display: none;
    }

}

@media all and (max-width: 596px) {

    .return-request-page .data-table .item-count {
	    display: none;
    }

}
@media all and (max-width: 1024px) {

    .header-bottom .search-box {
        display: none;
    }
    .flyout-cart {
        display: none !important;
    }

/* HEADER */

    .header-links .ico-register {
        background: url(../Themes/Motion/Content/img/m-icon-plus.png) no-repeat center;
    }
    .header-links .ico-login {
        background: url(../Themes/Motion/Content/img/m-icon-lock.png) no-repeat center;
    }
    .header-links .ico-account {
        background: url(../Themes/Motion/Content/img/m-icon-account.png) no-repeat center;
    }
    .header-links .ico-logout {
        background: url(../Themes/Motion/Content/img/m-icon-logout.png) no-repeat center;
    }
    .header-links .ico-wishlist {
        background: url(../Themes/Motion/Content/img/m-icon-star.png) no-repeat center;
    }
    .header-links .ico-inbox {
        background: url(../Themes/Motion/Content/img/m-icon-inbox.png) no-repeat center;
    }

/* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
        height: 51px;
    }
    .responsive-nav-wrapper {
        position: relative;
        background: #46c688 url(../Themes/Motion/Content/img/pattern-nav.png) left top;
        width: 100%;
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
        text-align: center;
        font-size:0;
        height: 51px;
        overflow: hidden;
    }
    .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
        transform: translateY(-55px);
    }
    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    .responsive-nav-wrapper:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;            
    }
    .responsive-nav-wrapper > div > span{
        display: block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        height: 51px;
        width: 85px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
    }
    .responsive-nav-wrapper .menu-title {
        display: inline-block;
        background: url(../Themes/Motion/Content/img/icon-menu.png) no-repeat center;
    }
    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
        background: url(../Themes/Motion/Content/img/icon-search.png) no-repeat center;
    }
    .responsive-nav-wrapper .filters-button {
        display: none;
        background: url(../Themes/Motion/Content/img/icon-filters.png) no-repeat center;
    }

/* RESPONSIVE MENU */

    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }
    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        z-index: 1000000;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

    #headerMenuParent {
        height: 0;
    }
    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333 url(../Themes/Motion/Content/img/pattern-nav.png) left top !important;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }       
    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .header-menu .close-menu {
        background: #46c688 url(../Themes/Motion/Content/img/pattern-nav.png) left top;
        cursor: pointer;
    }
    .close-menu span {
        display: block;
        padding: 15px 20px;
        background: url(../Themes/Motion/Content/img/nav-item-close.png) no-repeat 25px center;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 15px;
        text-align: right;
    }

    .header-menu > ul li {
        background: #fff url(../Themes/Motion/Content/img/nav-item-border-bottom.png) repeat-x left bottom;
    }
    .header-menu > ul li:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    .header-menu > ul li > a,
    .header-menu > ul li > span {
        display: block;
        padding: 16px 18px 18px !important;
        line-height: 16px;
        color: #505050;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }
    .header-menu > ul li > .with-subcategories {
        width: 270px;
        float: left;   
    }
    .plus-button {
        position:relative;
        float: right;
        background: url(../Themes/Motion/Content/img/nav-item-border-side.png) repeat-y left top, url(../Themes/Motion/Content/img/nav-item-open.png) no-repeat center;
        width: 50px;
        height: 48px;
        z-index: 2;
        cursor: pointer;
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333 !important;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 3;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .header-menu ul li.back-button {
        background: #46c688 url(../Themes/Motion/Content/img/pattern-nav.png) left top;
    }
    .header-menu .back-button span {
        background: url(../Themes/Motion/Content/img/nav-item-close.png) no-repeat 25px center;
        text-transform: none;
        color: #fff;
        text-align: right;
        padding: 14px 18px 15px !important;
		cursor: pointer;
    }

/* header menu functionality classes */

    .admin-header-links,
    .header,
    .responsive-nav-wrapper,
    .slider-wrapper,
    .master-wrapper-page,
    .footer {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;        
    }
    .move-right {
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }

/* CATEGORY PAGE & ITEM GRIDS */

    .product-viewmode,
    .product-page-size {
        display: none !important;
    }

/* SEARCH */

    .store-search-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 7px;
        width: 100%;
        background: #46c688 url(../Themes/Motion/Content/img/pattern-nav.png) left top;
        box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
        z-index: 9999999;
        text-align: center;
    }
    .store-search-box.open {
        display: block;
    }
    .store-search-box form {
        display: inline-block;
		position: relative;
        padding: 7px;
        background: rgba(0,0,0,0.2);
    }
    .store-search-box form:after {
	    content: ".";
	    display: block;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    line-height: 0;
	    font-size: 0;
    }
    .store-search-box input.search-box-text {
	    float: left;
	    width: 257px !important;
	    height: 34px;
        border: 0;
    }
    .store-search-box .search-box-button {
	    float: left;
	    width: 34px;
	    height: 34px;
	    border: none;
	    overflow: hidden;
	    background: #46c688 url('../Themes/Motion/Content/img/icon-search.png') center no-repeat;
	    text-indent: 999px;
    }

/* FOOTER */

    .footer-bottom .footer-centering > * {
        margin-bottom: 10px;
    }
    .footer-bottom .footer-centering > *:last-child {
        margin: 0;
    }

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* HEADER */

    
.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}
/* FOOTER */

    .footer-middle:before {
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }

/* CATEGORY PAGE & GRIDS */

    .product-grid .item-box,
    .product-list .item-box {
        width: 50%;
        float: left;
        margin: 0;
    }

    .home-page .item-grid:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .manufacturer-grid,
	.vendor-grid {
        font-size: 0;
        text-align: left;
    }
    .manufacturer-grid .item-box,
	.vendor-grid .item-box {
        display: inline-block;
        width: 33.33333333%;
        padding: 0 5px;
        margin: 0 0 10px;
    }
	.manufacturer-grid .item-box a,
	.vendor-grid .item-box a {
		text-align: center;
	}

    .pager li {
	    margin: 0 5px;
    }

    .pager li * {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }

/* PRODUCT PAGE */

    .free-shipping {
        text-align: center;
    }
    .attributes.rental-attributes input[type='text'],
    .attributes.rental-attributes input[type='email'],
    .attributes.rental-attributes input[type='tel'] {
        min-width: initial;
    }

    
/* QUICK TABS */

    .ui-tabs .ui-tabs-nav li {
        float: left;
    }

/* ATTRIBUTES */

    .attributes dl {
        padding: 2px;
        display: inline-block;
    }
    .attributes dt,
    .attributes dd {
        background: none;
        float: left;
    }
    .attributes dt {
        clear: both;
        font-size: 15px;
        margin: 0 10px 10px 0;
        width: 100px;
    }
    .attributes dd {
        padding: 0;
    }

    .attributes li {
        float: left;
    }

/* BLOG & NEWS */

    .news-items .news-item {
        width: 48%;
        margin: 1%;
    }
    .news-list-page .news-items .news-item {
        margin: 0 1% 5%;
    }

    .comment-info {
	    float: left;
	    margin: 0;
        border-bottom: none;
        border-right: 1px solid #ccc;
        padding: 0 10px 0 0;
    }
    .comment-content {
        text-align: left;
    }
    .comment-info + .comment-content {
	    margin: 0 0 0 135px;
    }

/* PASSWORD PROTECTION */

    .enter-password-form input[type="password"] {
	    width: 300px !important;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */

    .address-list,
    .order-list {
        text-align: left;
    }
        .section {
            width: 48%;
            margin: 0 1% 2%;
        }
            .section .buttons {
                text-align: right;
            }

    .registration-page .date-of-birth select,
    .account-page .date-of-birth select {
	    width: 110px;
    }

    .block-account-navigation {
        margin: 0 auto !important;
        float: none !important;
        width: 420px !important;
    }

/* SHOPPING CART & CHECKOUT */

    .checkout-page .address-item {
        float: left;
        width: 48%;
        margin: 0 1% 2%;
    }
    .checkout-page .address-item:nth-child(2n+1) {
        clear: both;
    }
    .checkout-page .buttons {
        text-align: center !important;
    }

    .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-details-area {
        overflow: hidden;
        margin: 0 0 25px;
    }
    .shipment-details-page .shipment-details-area > ul {
        float: left;
        width: 48%;
        margin: 0 1% !important;
    }

}

@media all and (min-width: 658px) {

    .home-page-category-grid .item-grid,
    .sub-category-grid .item-grid {
        width: 640px;
        margin: 0 auto;
        overflow: hidden;
    }

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        float: left;
        margin: 0 5px 10px;
    }

}

@media all and (min-width: 600px) {
    
    .responsive-nav-wrapper > div > span {
        width: auto;
        padding: 12px 24px 12px 66px;
        text-indent: 0;
    }
    .responsive-nav-wrapper .menu-title {
        background: url(../Themes/Motion/Content/img/icon-menu.png) no-repeat 18px center;
    }
    .responsive-nav-wrapper .search-wrap {
        background: url(../Themes/Motion/Content/img/icon-search.png) no-repeat 18px center;
    }
        .responsive-nav-wrapper .search-wrap > span {
            padding-left: 55px;
        }
    .responsive-nav-wrapper .filters-button {
        background: url(../Themes/Motion/Content/img/icon-filters.png) no-repeat 18px center;
    }
        .responsive-nav-wrapper .filters-button > span {
            padding-left: 64px;
        }

}

@media all and (min-width: 580px) {

    .product-variant-list {
        text-align: left;
    }
    .product-variant-line {
        overflow: hidden;
        max-width: none;
        padding: 10px;
        background: #fff;
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
        position: relative;
    }
    .variant-picture {
        margin: 0;
        overflow: hidden;
        float: left;
    }
    .variant-overview {
        margin-left: 230px;
    }
        .variant-overview .add-to-wishlist {
            display: block;
        }

}

@media all and (min-width: 481px) and (max-width: 768px) {

/* LEFT/RIGHT COLUMN */

    .block {
        margin: 0 0 2% 2%;
        width: 49%;
        max-width: 100%;
        float: left;
    }
    .block:nth-of-type(2n) {
        clear: both;
        margin-left: 0;
    }

/* PRODUCT GRIDS */

    .product-grid .item-box:nth-child(2n+1),
    .product-list .item-box:nth-child(2n+1) {
        clear: both;
    }

}
/*=====================================================
    
    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;
    }
    .message-failure {
        text-align: left;
    }

/* FOOTER */

    .footer-middle:before {
        -webkit-transform: rotate(.7deg);
        -ms-transform: rotate(.7deg);
        transform: rotate(.7deg);
    }
    .footer-disclaimer, 
    .footer-powered-by,
    .footer-tax-shipping,
    .footer-designed-by {
        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 > div {
	    margin: 0 10px 0 0;
    }
    .product-grid .item-box,
    .product-list .item-box {
        width: 33.3333333%;
        text-align: center;
    }
	.product-grid .item-box:nth-child(3n+1),
	.product-list .item-box:nth-child(3n+1) {
		clear: both;
	}

    .item-box .buttons {
	    text-align: left;
    }
    .pager ul {
	    text-align: right;
    }
    .pager li {
	    text-align: center;
    }

    .home-page-category-grid {
        text-align: center;
    }
    .home-page-category-grid .title strong,
    .product-grid .title strong {
        text-align: left;
    }

    .manufacturer-grid .item-box,
	.vendor-grid .item-box {
        width: 25%;
    }

    .vendor-page .page-title {
        position: relative;
    }
	.vendor-page .page-title h1 {
		padding-right: 171px;
	}
    .contact-vendor {
        position: absolute;
        top: 0; 
        right: 0;
        margin: 0;
    }

/* PRODUCT PAGE */

    .gallery, .product-details-page .overview {
        border-bottom: 0;
        padding: 0;
    }
    .gallery {
        float: left;
        width: 430px;
    }
    .gallery .picture-wrapper {
        text-align: center;
    }
    .gallery .picture-thumbs {
        text-align: center;
    }
    .gallery .picture-thumbs a {
	    margin: 0 10px 10px 0;
    }
    .product-details-page .overview {
        margin-left: 440px;
    }
    .overview .buttons {
        text-align: left;
    }
    .free-shipping {
        margin: 0 0 20px;
    }
    .variant-picture {
        width: 300px;
        height: 300px;
    }
    .variant-overview {
        margin-left: 340px;
        width: auto;
    }

/* ATTRIBUTES */

    .attributes {
	    margin: 0 0 10px;
    }
    .attribute-squares {
	    text-align: center;
    }
    .attribute-squares label {
	    margin: 0 10px 0 0;
	    padding: 0 !important;
    }

/* GIFT CARD */

    .giftcard div {
        margin: 0 0 10px;
        padding: 0 10px;
        width: 50%;
        float: left;
        text-align: center;
    }
    .giftcard > div:last-child {
        width: 100%;
    }

/* PRODUCT REVIEWS */

    .product-review-item .avatar {
        display: block;
        float: left;
        margin: 0;
    }
    .product-review-item .avatar + .text-body {
        margin: 0 0 0 150px;
    }

/* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
	    text-align: left;
    }
    .compare-products-page .clear-list {
	    position: absolute;
	    top: 0;
	    right: 0;
    }

/* REGISTRATION, LOGIN, MY ACCOUNT */

    .section {
        width: 32.3333333333333%;
        margin: 0 .5% 1%;
    }

    .avatar-page .buttons {
	    text-align: left;
    }

/* SHOPPING CART & CHECKOUT */

    .order-progress li {
	    display: inline-block;
	    margin: 0 35px;
    }

    .shopping-cart-page .common-buttons,
    .checkout-buttons {
        text-align: right;
    }
    .shopping-cart-page .estimate-shipping-button {
        display: inline-block;
        margin: 0;
    }
    .addon-buttons {
        text-align: right;
    }
    .selected-checkout-attributes,
	.order-summary-content .tax-shipping-info {
        text-align: right;
    }
    .checkout-attributes li {
	    display: inline-block;
	    margin: 0 5px;
    }
    .checkout-attributes .attribute-squares {
        text-align: right;
    }
    .shopping-cart-page .totals {
	    float: right;
	    margin: 0 25px;
    }
    .cart-collaterals {
	    float: left;
	    margin: 0 25px;
    }
    .checkout-page .address-item,
    .checkout-page .address-item:nth-child(2n+1) {
        width: 31.33333333333333%;
        clear: none;
        text-align: center;
    }
    .checkout-page .address-item:nth-child(3n+1) {
        clear: both;
    }
    .order-details-page .page-title a {
	    float: right;
	    margin: 3px;
        position: absolute;
        top: 0;
        right: 0;
    }
        .order-details-page .page-title a.print-order-button {
            right: 115px;
        }
    .order-details-page .actions {
	    text-align: right;
    }
    .order-details-page .total-info {
	    overflow: hidden;
    }
    .order-details-page .cart-total {
	    float: right;
        width: 240px;
    }
    .cart-total-right {
        text-align: right;
    }
    .checkout-attributes {
        text-align: right;
    }

    .checkout-page .opc .buttons {
        text-align: right;
    }

/* BLOG & NEWS */

    .blog-page .tags > *,
    .blogpost-page .tags > * {
	    float: left;
    }
    .blog-page .tags label,
    .blogpost-page .tags label {
	    margin: 0 10px 0 0;
	    line-height: 24px;
    }

    .news-items {
        padding: 10px 0 0;
    }
    .news-item-page .news-date {
        text-align: right;
    }

    .news-list-homepage .view-all {
        position: absolute;
        top: 8px;
        right: 8px;
        padding:0;
    }

}


@media all and (min-width: 769px) and (max-width: 1024px) {
    .block {
        margin: 0 0 1% 1%;
        width: 32.66666666666667%;
        max-width: 100%;
        float: left;
    }
    .block:nth-of-type(4n+1),
    .block:nth-of-type(2){
        clear: both;
        margin-left: 0;
    }

    .news-items .news-item {
        width: 31.33333333333333%;
    }

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

    .responsive-nav-wrapper,
    .responsive-nav-wrapper-parent {
        display: none !important;
    }

/* GLOBAL STYLES */

    .side-2 {
        float: left;
        width: 23.97959183673469%;
    }
    .center-2 {
        float: right;
        width: 74.48979591836735%;
    }
    .master-wrapper-page {
        width: 980px;
    }
    .inputs {
	    text-align: left;
    }
    .inputs label,
    .write-review .name-description{
        display: inline-block;
        width: 25%;
        margin: 0 10px 0 0;
        text-align: right;
    }

    .category-page .page-title h1 {
        text-align:left;
    }

/* HEADER */

    .header {
	    text-align: left;
    }
    .header-top {
        padding: 5px;
    }
    .header-centering {
        width: 980px;
        margin: 0 auto;
    }
    .header-top .header-centering {
        position: relative;
    }
    .header-centering:after{
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 270px !important;
    }

    .header-links-wrapper {
        float: left;
    }
    .header-links a {
        width: auto;
        height: auto;
        color: #c9c9c9;
        padding: 9px 6px 9px 24px;
        font-size: 12px;
        text-indent: 0;
        margin: 0 12px 0 0;
    }
    .header-links span {
        display: inline-block;
    }

    .header-links .ico-account {
        background: url(../Themes/Motion/Content/img/icon-account.png) no-repeat left -19px;
    }
    .header-links .ico-account:hover {
        background-position: left 8px;
    }
    .header-links .ico-logout {
        background: url(../Themes/Motion/Content/img/icon-logout.png) no-repeat left -18px;
    }
    .header-links .ico-logout:hover {
        background-position: left 10px;
    }
    .header-links .ico-wishlist {
        background: url(../Themes/Motion/Content/img/icon-star.png) no-repeat left -18px;
    }
    .header-links .ico-wishlist:hover {
        background-position: left 9px;
    }
    .header-links .ico-register {
        background: url(../Themes/Motion/Content/img/icon-plus.png) no-repeat left -16px;
    }
    .header-links .ico-register:hover {
        background-position: left 10px;
    }
    .header-links .ico-login {
        background: url(../Themes/Motion/Content/img/icon-lock.png) no-repeat left -16px;
    }
    .header-links .ico-login:hover {
        background-position: left 9px;
    }
    .header-links .ico-inbox {
        background: url(../Themes/Motion/Content/img/icon-inbox.png) no-repeat left -12px;
    }
    .header-links .ico-inbox:hover {
        background-position: left 12px;
    }


    .shopping-cart-link {
        position: absolute;
        right: 0;
        top: -5px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .shopping-cart-link:hover {
        background: #4f4f4f;
    }
    #topcartlink a {
        position: relative;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 5px 15px 5px 49px;
        background: none !important;
    }
        #topcartlink a:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 7px;
            margin-top: -18px;
            background: #46c688 url(../Themes/Motion/Content/img/icon-cart.png) no-repeat center;
            width: 35px;
            height: 35px;
            border-radius: 18px;
            display: block;
        }
    #topcartlink span {
        display: inline-block;
        line-height: 35px;
        color: #fff;
    }

    .flyout-cart {
        position: absolute;
        top: 38px;
        right: 0;
        z-index: 99999;
        width: 300px;
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
        padding: 7px 0 0 !important;
    }
        .flyout-cart:before {
            content: " ";
            position: absolute;
            top: 0px;
            left: 70%;
            background: url(../Themes/Motion/Content/img/flyout-cart-arrow.png) no-repeat center;
            width: 15px;
            height: 7px;
        }
    .mini-shopping-cart {
	    padding: 10px 10px 15px;
	    font-size: 12px;
        background: #fff;
    }
    .mini-shopping-cart * {
	    line-height: normal !important;
    }
    .mini-shopping-cart a:hover {
	    text-decoration: underline;
    }
    .mini-shopping-cart .count {
	    padding: 5px 0;
    }
    .mini-shopping-cart .count a {
        font-weight: bold;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .mini-shopping-cart .items {
        margin: 0 0 10px;
        padding: 10px 0;
        border-bottom: 1px dashed #d3d3d3;
        border-top: 1px dashed #d3d3d3;
    }
    .mini-shopping-cart .item {
        overflow: hidden;
        margin: 10px 0 0;
    }
    .mini-shopping-cart .item.first {
        margin: 0;
    }
    .mini-shopping-cart .picture {
        float: left;
        width: 80px;
        height: 80px;
        border: 1px solid #ececec;
        text-align: center;
    }
    .mini-shopping-cart .picture a {
	    display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .mini-shopping-cart .picture img {
	    position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
    }
    .mini-shopping-cart .picture + .product {
	    margin: 0 0 0 90px;
    }
    .mini-shopping-cart .name {
        margin: 0 0 5px;
        font-size: 14px;
    }
    .mini-shopping-cart .price span {
        color: #4dc98d;
        font-size: 14px;
        margin-bottom: 5px;
        display: inline-block;
    }
    .mini-shopping-cart .quantity span {
        display: inline-block;
    }
    .mini-shopping-cart .totals {
	    margin: 0 0 10px;
	    font-size: 14px;
	    text-align: right;
    }
    .mini-shopping-cart .totals strong {
	    color: #4dc98d;
        font-size: 18px;
        display: inline-block;
    }
    .mini-shopping-cart .buttons {
	    margin: 0;
    }
    .mini-shopping-cart button.cart-button {
        background: #dcdcdc;
        border: 1px solid #d3d3d3;
        color: #505050;
        box-shadow: 0 1px 0 0 #bbb;
    }
    .mini-shopping-cart button.checkout-button {
        background: #46c688;
        border: 1px solid #49bf86;
        color: #fff;
        box-shadow: 0 1px 0 0 #42ab78;
    }
    .mini-shopping-cart button.cart-button,
    .mini-shopping-cart button.checkout-button {
        display: inline-block;
        border-top: 0;
        padding: 10px 16px;
        font-size: 14px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;                
    }
    .mini-shopping-cart button.cart-button:hover,
    .mini-shopping-cart button.checkout-button:hover {
        opacity: 0.8;
    }

    .header-logo {
	    float: left;
        width: 320px;
    }
    .header-bottom .search-box {
        float:right;
        margin: 20px 0 19px;
    }
    .header-bottom .search-box:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
	.search-box form {
		position: relative;
	}
    .search-box input.search-box-text {
        color: #333;
        float:left;
        width: 270px !important;
    }
    .search-box .search-box-button {
	    float: left;
	    width: 36px;
	    height: 36px;
	    border: none;
	    overflow: hidden;
	    background: #46c688 url('../Themes/Motion/Content/img/icon-search.png') center no-repeat;
	    text-indent: 999px;
        margin-left: -1px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .search-box .search-box-button:hover {
        background-color: #51e29c;
    }
/* HEADER MENU */

    .close-menu,
    .back-button,
    .sublist-wrap {
        display: none;
    }
    .sublist-wrap.active {
        display: block;
    }
    .overlayOffCanvas {
        display: none !important;
    }
    
    #headerMenuParent {
        min-height: 50px;
    }
    .header-menu {
        background: url(../Themes/Motion/Content/img/pattern-nav.png) left top #46c688;
        text-align: center;
        font-size: 0;
        z-index: 1001;
        position: relative;
        height: auto !important;
        box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    }
    .header-menu.stick {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }
    .header-menu > ul {
        display: inline-block;
    }
    .header-menu > ul:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    .header-menu > ul > li {
        float: left;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        padding: 17px 30px;
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        cursor: pointer;
    }
        .header-menu > ul a {
            width: 100% !important;
        }
        .header-menu > ul > li > a:before,
        .header-menu > ul > li > span:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 50%;
            background: rgba(0,0,0,.0);
            width: 0;
            height: 50px;
            -webkit-transform: skew(-25deg);
            -ms-transform: skew(-25deg);
            transform: skew(-25deg);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            z-index: -1;
            border-bottom: 5px solid rgba(0,0,0,0.2);
        }
    .header-menu > ul > li:hover > a:before,
    .header-menu > ul > li:hover > span:before {
        width: 100%;
        left: 0;
        background: rgba(0,0,0,.2);
    }

    .header-menu .sublist-wrap {
        position: absolute;
        /*top: 50px;*/
        z-index: 99;
        width: 180px !important;
        margin-left: -11px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

    .header-menu .sublist li {
        position: relative;
    }
    .header-menu .sublist a {
        font-size: 12px;
        line-height: 14px;
        padding: 11px 15px;
        background: rgba(255,255,255,.9);
        border-bottom: 1px solid #c9c9c9;
        display: block;
        position:relative;
        text-align: left;
        text-transform: uppercase;
        color: #505050;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-menu .sublist a.with-subcategories {
        background-image: url(../Themes/Motion/Content/img/desktop-nav-arrow-right.png) !important;
        background-repeat: no-repeat !important;
        background-position: 160px center !important;
    }
    .header-menu .sublist > li:last-child > a {
        border-bottom: 0;
    }
        .header-menu .sublist > li:hover > a {
            background: rgba(255,255,255,1);
        }
        .header-menu .sublist > li > a:before {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width: 5px;
            background: #46c688;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            z-index: 3;
        }
            .header-menu .sublist > li:hover > a:before {
                height: 100%;
            }
    .header-menu .sublist-wrap .sublist-wrap {
        top: 0;
        left: 100%;
        margin: 0;
        z-index: 1;
    }
    .header-menu .sublist-wrap .sublist-wrap.active {
        display: block;
    }

/* FOOTER */

    .footer-centering {
        width: 980px;
        margin: 0 auto;
        overflow: hidden;
    }

    .accepted-payment-methods {
        margin-bottom: 10px;
    }

    .footer-middle:before {
        -webkit-transform: rotate(.5deg);
        -ms-transform: rotate(.5deg);
        transform: rotate(.5deg);
    }

/* LEFT/RIGHT COLUMN */

    .block .listbox {
	    display: block;
    }

/* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        padding-bottom: 10px;
    }
    .breadcrumb li * {
	    line-height: normal;
    }

    .product-selectors > div {
        float: left;
    }

    .home-page-category-grid {
        background: url(../Themes/Motion/Content/img/shadow.png) no-repeat center bottom;
        padding-bottom: 33px;
    }
    .home-page-category-grid .item-grid {
        width: 960px;
        text-align: left;
    }

    .center-1 .product-grid .item-box {
        width: 25%;
        clear: none;
    }
        .center-1 .product-grid .item-box:nth-child(4n+1) {
            clear: both;
        }

    .sub-category-grid {
        text-align: center;
    }
    .sub-category-grid .item-grid {
        text-align: left;
        width: 92%;
        display: inline-block;
    }
    .sub-category-grid .item-box {
        margin: 0 12px 25px;
    }

    /* product list mode */

        .product-list .item-box {
            margin: 20px 0 0;
            position: relative;
            width: 100%;
            float: none;
            text-align: left;
        }
		.product-list .item-box:after {
			content: " ";
			position: absolute;
			top: -10px;
			left: 0;
			width: 100%;
			height: 1px;
			background: #c9c9c9;
		}
		.product-list .item-box:first-child {
			margin: 0;
		}
			.product-list .item-box:first-child:after {
				display: none;
			}
		.product-list .item-box .picture {
			float: left;
			width: 230px;
			height: 230px;
		}
		.product-list .item-box .details {
			margin-left: 240px;
			min-height: 230px;
			position: relative;
			padding: 0 0 64px;
		}
		.product-list .item-box .product-title {
			padding: 15px 0 0;
			margin: 0 0 15px;
			height: auto;
			text-align: left;
		}
		.product-list .item-box .add-info {
			position: absolute;
			bottom: 0;
			left: 0;
		}
		.product-list .item-box button {
			padding-right: 18px;
		}

/* PRODUCT PAGE */

    .product-details-page .gallery {
        width: 580px;
    }
    .gallery .picture-wrapper {
        width: 480px;
        float: left;
        font-size: 0;
    }
        .gallery .picture-wrapper:only-child {
            width: 100%;
            float: none;
        }
    .gallery .picture-thumbs {
        float: right;
    }
        .gallery .picture-thumbs a {
            display: block;
            margin: 0 0 10px !important;
            width: 90px;
            height: 90px;
        }
    .product-details-page .overview {
        margin-left: 590px;
    }

    .write-review .review-rating {
        text-align: left;
    }
    .write-review .review-rating label,
    .write-review .name-description {
        display: inline-block;
        width: 25%;
        margin: 0 5px 0 0;
        text-align: right;
    }
    .review-rating ul {
        display: inline-block;
		width: 350px;
		text-align: center;
    }

    .product-details-page .item-box {
        width: 25%;
    }

    .product-variant-line {
        width: 80%;
    }

/* ATTRIBUTES */

    .attributes li {
        float: none;
        margin: 8px 0;
    }
    .attributes select {
        max-width: 275px;
    }
    .attribute-squares li:hover > .tooltip-container {
        display: block !important;
    }
    .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%;
	}
	
/* PRODUCT REVIEWS */

.center-1 .write-review label,
.write-review .name-description {
	width: 295px;
}
.write-review .rating-wrapper {
    width: 350px;
    margin: 0;
    text-align: center;
}

/* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
	    display: none;
    }

/* CONTACT PAGE & EMAILaFRIEND */


.date-picker-wrapper {
    display: inline-block;
}

.contact-page .inputs > label,
.email-a-friend-page .inputs > label,
.apply-vendor-page .inputs > label {
	width: 295px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .inputs > label,
.login-page .inputs > label,
.password-recovery-page .inputs > label {
	width: 295px;
}

.login-page .inputs.reversed > * {
	vertical-align: middle;
}
.login-page .inputs.reversed span {
	display: inline-block;
	margin-left: 65px;
}
.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
}
.return-request-page label {
	width: 300px;
}

.vendorinfo-page .vendor-picture {
    margin-left: calc(25% + 10px);
}



/* SHOPPING CART & CHECKOUT */

    .shopping-cart-page .common-buttons,
    .checkout-attributes {
	    text-align: right;
    }
    .checkout-attributes li {
	    margin: 0 0 0 10px;
    }
    .shopping-cart-page .totals {
	    margin: 0;
        width: 215px;
    }
    .cart-collaterals {
        width: 710px;
        margin: 0;
    }
    /*.cart-collaterals .deals {
	    float: left;
	    width: 315px;
	    margin: 0;
    }
    .cart-collaterals .shipping {
        float: right;
        width: 375px;
        margin: 0;
    }*/
    .cart-collaterals .deals {
	    overflow: hidden;
    }
    .cart-collaterals .deals > div {
	    float: left;
	    width: 315px;
	    margin: 0;
    }
    .shipping-options .inputs:last-child {
        text-align: right;
        padding-right: 12px;
    }
    .cart-collaterals .shipping label {
        width: 115px;
        margin: 0 10px 0 0;
        text-align: right;
    }
    .cart-collaterals .shipping label + * {
	    width: 235px;
    }
    .checkout-page .edit-address label {
	    width: 300px;
    }
    .checkout-page .selected-checkout-attributes {
	    text-align: right;
    }
    .checkout-page .totals {
	    float: right;
    }

    .checkout-page .field-validation-error {
        text-align: center;
    }

/* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
	    width: 350px;
    }
    .advanced-search .price-range {
	    margin-left: 48px;
    }
    .advanced-search .price-range input {
	    height: auto;
    }

/* BLOG & NEWS */

    .news-item-page .inputs:first-child label {
	    display: inline-block;
    }
    .news-item-page textarea {
	    display: block;
	    margin: auto;
    }

    .home-page .news-items .news-item {
        width: 31.333333333333%;
    }
 
}
/*=====================================================
    
    DESKTOP - LARGE

=====================================================*/

@media all and (min-width: 1281px) {
    .header-centering,
    .master-wrapper-page,
    .home-page-category-grid .item-grid,
    .footer-centering {
        width: 1200px;
    }
    .home-page-category-grid .item-box, .sub-category-grid .item-box {
        width: calc(33.33% - 24px);
    }
    .footer-top .footer-block:nth-child(1) {
        width: 30%;
    }
    .footer-top .footer-block:nth-child(2) {
        width: 36%;
    }
    .footer-top .footer-block {
        width: 30%;
    }

    .registration-page .inputs > label,
    .login-page .inputs > label,
    .password-recovery-page .inputs > label,
    .center-1 .write-review label,
    .write-review .name-description,
    .contact-page .inputs > label,
    .email-a-friend-page .inputs > label,
    .apply-vendor-page .inputs > label {
        width: 405px;
    }

    .inputs label {
        width: 29%;
    }

    .cart-collaterals {
        width: 760px;
    }
    .shopping-cart-page .totals {
        width: 335px;
    }
    .checkout-page .edit-address label {
        width: 400px;
    }

    .apply-vendor-page .terms-of-service {
        text-align: center;
    }
    .productTabs .inputs label,
    .productTabs .write-review .review-rating label {
        width: 34%;
    }

}
/*=========================================

        DESKTOP

=========================================*/

/* FORUM MAIN & SEARCH */

.forums-header {
	margin: 0 0 20px;
    clear: both;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.current-time {
	float: left;
	line-height: 36px;
}
.forum-search-box {
	float: right;
}
.forum-search-box .basic {
	overflow: hidden;
    margin: 0 0 5px;
}
.forum-search-box .search-box-text {
	float: left;
	width: 300px;
}
.forum-search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: #ccc url('../Themes/Motion/Content/img/search-button.png') center no-repeat !important;
	text-indent: 999px;
}
.forum-search-box .advanced {
	text-align: right;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > 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 {
    float: right;
	margin: 0 0 0 10px;
}

.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url('../Themes/Motion/Content/img/folder1.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../Themes/Motion/Content/img/folder2.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../Themes/Motion/Content/img/folder3.png') center no-repeat;
}
.forums-table-section a{
    vertical-align: middle;
    padding: 0;
}

.forum-search-page .form-fields {
    padding: 0; 
    box-shadow: none; 
    background: none; 
}
.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
    max-width: 100%;
}
.basic-search .inputs:first-child > label {
    display: none;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 305px;
}
.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 {
	float: left;
	max-width: 600px;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
	margin: 0;
}

/* FORUM PAGE */

.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-page .forum-name h1 {
    font-size: 18px;
    font-weight: 400;
}
.forum-page .forum-name .link-rss {
    margin: 0;
}
.forum-page .forum-actions {
    margin: 0 0 20px;
}
.forum-page .forum-actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic,
.forum-topic-page .reply-topic-button {
	background: url('../Themes/Motion/Content/img/forum_icon4.png') left center no-repeat;
}
.forum-page .watch-forum,
.forum-topic-page .watch-topic-button {
	background: url('../Themes/Motion/Content/img/forum_icon5.png') left center no-repeat;
}

/* TOPIC PAGE & PROFILE PAGE */

.forum-topic-page .topic-name h1 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.forum-topic-page .topic-header {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-actions {
	float: left;
    margin: 0 0 20px;
}
.forum-topic-page .topic-actions .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
    display: inline-block;
}
.forum-topic-page .reply-topic-link-button {
	background: url('../Themes/Motion/Content/img/forum_icon4.png') left center no-repeat;
}
.forum-topic-page .watch-topic-link-button {
	background: url('../Themes/Motion/Content/img/forum_icon5.png') left center no-repeat;
}
.forum-topic-page .manage {
	float: right;
}
.forum-topic-page .manage a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url('../Themes/Motion/Content/img/forum_icon1.png') left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url('../Themes/Motion/Content/img/forum_icon2.png') left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url('../Themes/Motion/Content/img/forum_icon3.png') left center no-repeat;
}

.topic-posts {
    clear: both;
}
.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 15px;
    overflow: hidden;
}
    .topic-post:after {
        content: "";
        display: block;
        clear: both;
    }
.topic-post .manage-post {
    margin-left: 5px;
}
.topic-post .manage-post a {
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
}
.topic-post .post-vote {
    margin-top: 5px;
}
.topic-post .post-vote > * {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
    .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/Motion/Content/img/icon-vote-down.png);
    }
    .topic-post .post-vote .vote.down {
        background-image: url(../Themes/Motion/Content/img/icon-vote-up.png);
    }
.topic-post .user-info {
	padding-right: 10px; /*align control*/
}
.topic-post .username {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
	margin: 0 0 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: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
    overflow: hidden;
}
.topic-post .post-head a {
	margin: 0 0 0 5px;
	text-decoration: underline;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .avatar {
    float: left;
    width: 190px;
}
.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-topic-page .topic-actions.lower {
    float: none;
    overflow: hidden;
}
.forum-topic-page .topic-actions.lower .actions {
    margin: 0 0 20px;
}

/* FORUM EDIT & SEND MESSAGE */

.move-topic-page label {
    white-space: normal;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
    vertical-align: middle;
}
.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons button,
.private-message-send-page .buttons button,
.private-messages-page .buttons button,
.private-message-view-page .buttons button,
.submit-forum-topic-button,
.cancel-forum-topic-button {
	min-width: 115px;
	border: 1px solid #ccc;
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
}
.forum-edit-page .inputs.reversed {
    margin: 20px 0 0;
}
.forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 0 0 0 5px;
}

.private-message-send-page .message label {
	display: none;
}

/* INBOX & VIEW MESSAGE */

.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .message-head 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 .buttons {
	display: block !important;
	overflow: hidden;
}


@media all and (max-width: 768px) {

    .forum-search-box .search-box-text{
        width: 280px;
    }
    .topic-post .post-info,
    .profile-info-box {
        padding-left: 50%;
        position: relative;
        min-height: 165px;
    }
    .topic-post .avatar, 
    .profile-info-box .avatar{
        position: absolute;
        left: 0;
        width: 48%;
        top: 0;
    }
    .topic-post .quote-post,
    .topic-post .manage-post{
        display: inline-block;
    }
    .profile-info-box .pm-button{
        margin: 10px 0 0;
    }
    .private-message-view-page .back-pm-button {
        margin: 2px 0;
    }
    .forum-search-page .page-title,
    .forum-edit-page .page-title,
    .move-topic-page .page-title{
        clear: both;
    }

}
@media all and (min-width: 769px) {

    .topic-post .post-info,
    .profile-info-box .user-details {
	    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;
    }
    .topic-post .quote-post {
        float: left;
    }
    .topic-post .manage-post {
        float: left;
    }
    .topic-post .post-vote {
        float: right;
        margin: 0 0 0 10px;
    }
    .topic-post .voting-allowed .manage-post,
    .topic-post .voting-allowed .quote-post {
        margin-top: 3px;
    }
    .topic-post .post-head a {
        float: right;
    }
    .topic-post .manage-post a {
        float: left;
    }
    .profile-info-box .send-pm {
        float: left;
        clear: left;
    }
    .reply-pm-button,
    .delete-pm-button {
        float: left;
        margin: 0 2px;
    }
    .private-message-view-page .back-pm-button {
	    float: right;
	    text-transform: capitalize !important;
    }

}

@media all and (min-width: 1025px){

    .forum-edit-page label,
    .private-message-send-page label {
	    width: 228px;
    }
    .move-topic-page label {
        width: 320px;
    }
    
    .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;
    }

}

@media all and (min-width: 1281px) {
    .forum-edit-page label,
    .private-message-send-page label {
        width: 330px;
    }
    .forum-edit-page textarea,
    .private-message-send-page textarea {
        margin-left: 340px;
    }
    .forum-edit-page .toolbar,
    .private-message-send-page .toolbar {
        margin-left: 335px;
    }
    .forum-search-page .advanced-search .inputs label {
        width: 415px;
    }
    .move-topic-page label {
        width: 405px;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

input.instant-search-busy {
    background: #fff url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif') no-repeat 232px center !important;
}
input.narrow.instant-search-busy {
    background-position: 198px center !important;
}

/* WITH CATEGORY */

span.search-box-text {
    width: auto !important;
}
span.search-box-text,
.search-box select {
    float: left;
}
.search-box select {
    box-shadow: none;
    width: 34px;
    height: 34px;
    border: 0;
    min-width: 0;
}
input.search-box-text.narrow {
	width: 224px !important;
}
.blog-search-box input.search-box-text.narrow {
    width: 100% !important;
}

/* AUTOCOMPLETE */

.instantSearch {
    width: 292px !important;
    height: auto !important;
}
.instantSearch .k-list-container {
    position: static !important;
    width: 100% !important;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.instantSearch .k-item {
    border-top: 1px solid #c9c9c9;
    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;
	border: 1px solid #ececec;
	overflow: hidden;
	width: 80px;
	height: 80px;
	background-color: #fff;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	min-height: 42px;
    margin-left: 90px;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	font-size: 14px;
}
.instant-search-item .detail .price {
	font-size: 14px;
	color: #4dc98d;
}
.instant-search-item .detail .sku {
    margin: 0 0 5px;
}
.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: 1025px) {

    .search-box select {
        width: auto;
        width: 142px;
        height: 36px;
        border: 1px solid #c9c9c9;
        margin-left: -1px;
    }
    .instantSearch {
        width: 305px !important;
    }
    .instantSearch.resize {
        width: 364px !important;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {

    .mega-menu,
    .header-menu .menu-title,
    .dropdown {
        display: none;
    }
    .mega-menu-responsive {
        display: block !important;
    }

}

@media all and (max-width: 1024px) {

    .dropdown .topic-wrapper {
        display: none;
    }
    
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

/* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        display: block;
	    position: relative;
	    z-index: 1001;
    }
    .mega-menu-responsive {
        display: none !important;
    }
    .mega-menu .dropdown {
        display: none;
        position: absolute;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        overflow: hidden;
        background: #fff;
        padding: 10px;
        z-index: 3;
        margin-top: -1px;
        margin-left: -11px;
        text-align: left;
    }
        .mega-menu .dropdown.active {
            display: block;
        }
    .mega-menu .dropdown.fullWidth {
        left: 50%;
        margin-left: -490px;
        width: 980px;
    }

/* ROWS AND BOXES */

    .mega-menu .row {
        overflow: hidden;
    }
    .dropdown .box {
        float: left;
        padding: 0 15px 20px;
    }

    .mega-menu .boxes-1 .box {
        width: 100%;
    }

    .mega-menu .boxes-2 .box {
        width: 50%;
    }

    .mega-menu .boxes-3 .box {
        width: 33.333%;
    }

    .mega-menu .boxes-4 .box {
        width: 25%;
    }

    .mega-menu .boxes-5 .box {
        width: 20%;
    }

    .mega-menu .boxes-6 .box {
        width: 16.666%;
    }

    .mega-menu .boxes-7 .box {
        width: 14.28%;
    }

    .mega-menu .boxes-8 .box {
        width: 12.5%;
    }

    .mega-menu .title {
        margin-bottom: 15px;
        border-bottom: 1px dotted #797979;
        padding: 6px 0;
        font-size: 12px;
        text-transform: uppercase;
        text-align: left;
    }
    .mega-menu .title a {
    }
    .mega-menu .title a:hover {
	    color: #555;
    }
    .mega-menu .picture {
	    overflow: hidden;
    }
    .mega-menu .picture a {
	    display: block;
    }
        .mega-menu img {
            max-width: 100%;
        }
    .mega-menu .subcategories {
    }
    .mega-menu .box ul {
        margin-top: 5px;
    }
    .mega-menu .box li {
	    margin-top: 8px;
        text-align: left;
    }
    .mega-menu .box li a {
	    background: url('../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Motion/Content/images/arrow.png') left center no-repeat;
	    padding-left: 12px;
        font-size: 12px;
    }
    .mega-menu .box li a:hover {
    }
    .mega-menu .box li:nth-child(odd) a:hover {
    }
    .mega-menu .box li:nth-child(even) a:hover {
    }
    .mega-menu .dropdown li a.view-all {
	    font-weight: bold;
        background: none;
    }

    .manufacturers.fullWidth .box,
    .vendors.fullWidth .box {
        width: 16.66666666666667%;
    }

    .mega-menu .topic-wrapper {
	    overflow: hidden;
    }
    .mega-menu .dropdown > *,
    .mega-menu .topic-wrapper p {
	    font-size: 11px;
	    line-height: 20px;
    }
    .mega-menu .topic-wrapper strong {
	    display: block;
	    border-bottom: 1px solid #999;
	    padding: 8px 0;
	    font-size: 14px;
	    text-transform: uppercase;
	    color: #222;
    }

}

@media all and (min-width:1281px) {
    .mega-menu .dropdown.fullWidth {
        width: 1200px;
        margin-left: -600px;
    }
}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Motion/Content/img/loader.gif') no-repeat fixed 50% 50%;
    opacity: 0.7;
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
    margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}


/*** QUANTITY BOX & BUY BUTTON ***/


.ajax-cart-button-wrapper {
    display: inline-block;
}
.product-list .ajax-cart-button-wrapper {
    display: block;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    width: 24px;
    height: 24px;
    border: 1px solid #c9c9c9 !important;
    outline: 10px solid #f6f6f6;
    padding: 2px;
    margin: 10px;
    text-align: center;
    outline-offset: 0 !important;
}
.ajax-cart-button-wrapper select{
    min-width: 38px;
    vertical-align: top;
    width: auto;
}
.ajax-cart-button-wrapper button {
}


/*** SINGLE PRODUCT WINDOW ***/

.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 {
    min-height: 38px;
    margin: 0 !important;
    padding: 10px;
    border-bottom: 1px solid #999;
    background: #bbb url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Motion/Content/img/button1.png') top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
    top: 11px;
    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/Themes/Motion/Content/img/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/Themes/Motion/Content/img/button-close.png') center no-repeat;
}

.ajaxCart .gallery .picture:before {
    display: none;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Motion/Content/img/separator.png') 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}
/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 12px 9px;
    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 h1 a:hover {
	color: #000;
}
.productAddedToCartWindowDescription strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
	color: #4dc98d;
}
.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;
	color: #000;
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowSummary div {
    margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}
.productAddedToCartWindowCheckout {
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 24px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.productAddedToCartWindowCheckout:hover {
	background: #49bf86;
}


/*** GROPED PRODUCTS WINDOW ***/


.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}
.miniProductDetailsView .product-details-page .overview {
    margin-left: 220px;
}

.miniProductDetailsView h1 {
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-essential {
    margin: 0;
	padding: 15px;
    overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
}

.miniProductDetailsView .product-name {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 260px;
    height: 17px;
    overflow: hidden;
}
.miniProductDetailsView .short-description {
    margin-bottom: 10px;
    padding-top: 0;
    border-top: none;
    width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
    float: left;
	display: block; /*Cloud Zoom css override*/
    margin: 0 20px 0 0;
    width: auto !important;
    max-width: 200px;
    overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	position: static;
    z-index: 0 !important;
}
.miniProductDetailsView .attributes {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
    width: 360px;
}
.miniProductDetailsView .attributes select {
	padding: 4px;
    max-width: 240px;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .product-variant-line {
    margin: 0;
}
.miniProductDetailsView .add-to-cart {
    float: left;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float:left;
}
.miniProductDetailsView .enter-price-input {
    padding: 4px;
    width: 69px;
}
.miniProductDetailsView .customer-entered-price {
    margin-bottom: 0;
}
.price-range + .prices {
    display: none !important;
}
.miniProductDetailsView .product-collateral {
    margin-top: 10px;
}
.miniProductDetailsView .collateral {
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.miniProductDetailsView .collateral:empty {
	margin: 0;
	border: none;
}
.miniProductDetailsView .giftcard {
    padding: 10px 15px;
    background: #fff;
    margin: 0;
}
.miniProductDetailsView .giftcard div {
    float: none;
    padding: 0;
    width: 100%;
}
.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;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
	padding: 0 5px;
    width: 400px;
    margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.ajaxCart .product-grid .title {
    padding: 0;
}
.product-grid .title strong {
    padding: 10px;
    margin-bottom: 15px;
}
.ajaxCart .product-grid .item-box {
    width: 120px;
    margin: 0 5px 10px;
    background: #fff;
    overflow: hidden;
}
.ajaxCart .item-grid {
    overflow: hidden;
}
.ajaxCart .item-box:before {
    padding-top: 127%;
}
.ajaxCart .product-grid .item-box .picture,
.ajaxCart .product-grid .item-box .picture a {
	width: 100%;
    height: 106px;
}
.ajaxCart .item-box .details {
    height: 29px;
    overflow: hidden;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1;
    font-size: 14px;
}

.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
	display: none !important; /*hides overlay panel*/
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.gallery .ribbon-wrapper:only-child .picture {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

@media all and (min-width: 240px) and (max-width: 1024px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}
    
 /* 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 {
    display: none !important;
}
.product-list .item-box .buttonOverlay {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 230px;
    background: rgba(0,0,0,0);
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-list .item-box:hover .buttonOverlay {
    background: rgba(0,0,0,0.2);
}


/********* START BUTTON *********/


.quick-view-button {
    position: absolute;
    opacity: 0;
    border: 8px solid rgba(0,0,0,0.4);
    border-radius: 43px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: all .4s ease-in-out;
    z-index: 3;
}
.item-box:hover .quick-view-button {
    opacity: 1;
}
.product-grid .quick-view-button {
	top: 32%;
	left: 50%;
	margin: -43px 0 0 -43px;
}
.product-list .quick-view-button {
	top: 72px;
	left: 72px;
}
.quick-view-button a {
    display: block;
    padding: 0;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #46c688 url(../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/images/icon-view.png) no-repeat center;
    font-size: 0;
    opacity: 0.9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
    .quick-view-button a:hover {
	    background-color: #4de49b;
    }

.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;
}

.quickView .k-loading-mask {
    position: absolute;
    top: 0;
    left: 0;
}

.quickView .k-loading-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -15px;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/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;
    }

.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/Themes/Motion/Content/images/button-close.png') center no-repeat;
        }

            .quickView .k-window-titlebar.k-header .k-window-actions a:hover {
                border-color: #aaa;
                background-color: #fff;
            }


.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 .product-essential > form:after {
    content: '';
    display: block;
    clear: both;
}
.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 & OVERVIEW *********/

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/images/blank.png');
}

.quickView .cloudzoom-zoom-inside {
    z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    width: 100% !important;
}

    .quickView .cloudzoom-zoom-inside img {
        right: auto !important;
        bottom: auto !important;
        max-width: none !important;
        max-height: none !important;
    }

.quickView .cloudzoom-ajax-loader {
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/images/loader.gif');
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/* transitional image (on thumbnail click) */
.quickViewWindow .gallery {
    display: block; /*Cloud Zoom css override*/
    float: left;
    width: 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:before {
        display: none;
    }

    .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 {
    position: relative;
    float: left;
    margin: 0 4px 8px;
    border: 1px solid #fff;
    width: 72px;
    height: 72px;
    box-shadow: 0 1px 3px 0 #ccc;
    overflow: hidden;
    background: #fff;
}

    .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 .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
    width: 100%;
}
.quickViewWindow .links-panel {
    margin-top: 15px;
    padding: 10px 0;
}

    .quickViewWindow .links-panel a {
        display: block;
        padding-left: 15px;
        background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/images/bullet-right.png') left center no-repeat;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        color: #333;
    }

        .quickViewWindow .links-panel a:hover {
            text-decoration: underline;
        }

.quickViewWindow .overview {
    float: right;
    margin: 0 0 10px 0;
    width: 400px;
}
.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 #accordion {
        width: auto;
    }
.quickViewWindow .overview .short-description, 
.quickViewWindow .overview .stock, 
.quickViewWindow .overview .manufacturers, 
.quickViewWindow .overview .product-reviews-overview {
    clear: both;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/images/minus.png') center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Motion/Content/images/plus.png') center no-repeat;
}
.quickViewWindow .back-in-stock-subscription {
	clear: left;
}

.quickViewWindow .attributes select {
    max-width: 260px;
}


.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;
    padding: 10px 0 0;
    border-top: 1px dashed #999;
    overflow: hidden;
    text-align: center;
}
.quickViewWindow .overview .purchase-area-center {
    display: inline-block;
}
.purchase-area .prices {
    float: right;
}



/********** VARIANTS *********/



.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(2n+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;
    background: 0;
    padding: 6px;
    height: auto;
}
    .quickViewWindow .variant-info .prices:before {
        display: none;
    }
    .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;
}

.quickViewWindow .variant-info .product-price {
	color: #46c688;
}



/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {
    margin: 10px 0 0;
    padding: 0 5px;
    width: auto;
    clear: both;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
    display: block;
    padding: 0;
    padding: 10px;
    text-align: center;
}
.product-grid .title strong {
    padding: 10px;
    margin-bottom: 15px;
}
.quickViewWindow .product-grid .item-box {
    width: 152px;
    margin: 0 5px 18px;
    background: #fff;
    overflow: hidden;
    clear: none !important;
}
.quickViewWindow .item-grid {
    padding: 2px 6px 0;
    overflow: hidden;
}
.quickViewWindow .item-box:before {
    padding-top: 127%;
}

.quickViewWindow .product-grid .item-box .picture a {
    display: block;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    line-height: 0;
}

.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: 100%;
    height: auto;
}
.quickViewWindow .item-box .details {
    height: 29px;
    overflow: hidden;
    margin: 10px 0 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: block;
    line-height: 1;
    font-size: 14px;
}
.quickViewWindow .product-grid .add-info,
.quickViewWindow .product-grid .description {
	display: none;
}


/********* GIFTCARD *********/


.quickViewWindow .giftcard {
    clear: both;
    padding-top: 10px;
    margin-left: 0;
}

    .quickView .giftcard > div {
        overflow: hidden;
        margin-bottom: 5px;
	    float: none;
	    width: auto;
    }

        .quickView .giftcard > div > * {
            float: left;
        }
.quickViewWindow .giftcard label {
    display: block;
    width: 110px;
    margin: 0 10px 0 0;
    text-align: left;
    font-size: 13px;
}
.quickViewWindow .giftcard input[type="text"],
.quickViewWindow .giftcard input[type="email"],
.quickViewWindow .giftcard textarea {
    min-width: 0;
    width: 235px;
}
.quickView .giftcard textarea {
    resize: none;
}

/********* THEME SPECIFIC *********/


.quickViewWindow .color-squares li {
    margin: 0;
}
.quickViewWindow .color-squares label {
	line-height: 1;
}
.quickViewWindow .color-squares .color-container {
    line-height: 0;
    margin: 3px 0;
}
.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #ddd;color:#fff}.qq-upload-button-hover{background:#c00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#ff9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#fff0bd}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#d60000}.qq-upload-list li.qq-upload-success{background-color:#5da30c;color:#fff}.qq-upload-list li.qq-upload-fail{background-color:#d60000;color:#fff}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
.priceRangeCurrentPricesPanel span,
.specification-current-value-panel span,
.post-body a,
.news-body a,
.cart td.subtotal,
.cart-total .order-total,
.productAddedToCartWindowDescription strong,
.mini-shopping-cart .price span,
.mini-shopping-cart .totals strong,
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.custom-tab a {
  color: #e93f3f;
}
.eu-cookie-bar-notification button,
.fieldset .title strong:before,
#topcartlink a,
#topcartlink a:before,
.footer-block h3:before,
.footer-block .topic-block-title h2:before,
.newsletter-email button,
.block .title,
.block .list a:before,
.block .view-all a,
.item-box .prices,
.item-box .prices:before,
.free-shipping,
.overview .prices,
.variant-overview .prices,
.overview .prices:before,
.variant-overview .prices:before,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.write-review .title strong:before,
.product-review-list .title strong:before,
.write-review .button-1,
.compare-products-page .clear-list,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.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,
.return-request-page .title strong:before,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.continue-shopping-wrap button,
.continue-shopping-wrap:before,
.order-details-page .section .title strong:before,
.search-input .button-1,
.sitemap-page .entity-title h2:before,
.post-title:before,
.news-title:before,
.blog-page .tags label:before,
.blogpost-page .tags label:before,
.blog-details:before,
.new-comment .button-1,
.comment-list .title:before,
.responsive-nav-wrapper,
.header-menu .close-menu,
.header-menu ul li.back-button,
.store-search-box,
.search-box .search-box-button,
.mini-shopping-cart button.checkout-button,
.header-menu,
.header-menu .sublist > li > a:before,
.productAddedToCartWindowCheckout,
.ui-slider-range,
.nopAjaxFilters7Spikes .close-filters,
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter,
.products .item-info .prices,
.products .item-info .prices:after,
.quick-view-button a,
#goToTop,
.filtersGroupPanel .select-inner:after,
.product-selectors .select-inner:after,
.post .read-more,
.news-items .read-more,
.ui-datepicker-header,
.ropc .section-title strong:before,
.ropc .complete-button button,
.ropc .complete-button button[disabled]:hover,
.user-agreement-page .button-1,
.rich-blog-homepage .read-more,
.post-relations label:before,
.read-comments:before,
.post-actions .read-more,
.sale-of-the-day-offer li.slick-active button,
.blog-search-results li a::before,
.page-body form > .buttons .k-button,
.my-tickets-page span.k-dropdown-wrap.k-state-default .k-input::after,
.manage-tickets-page span.k-dropdown-wrap.k-state-default .k-input::after,
.my-tickets-page .clear-filters,
.manage-tickets-page .clear-filters,
#submit-reply .buttons .k-button,
.ropc .complete-button button:hover,
.spc-header li.active,
.slick-dots .slick-active button,
.contact-vendor-button,
.newsletter-subscribe-popup .newsletter-email button,
.button-2.apply-shipping-button,
input.estimate-shipping-radio:checked + label {
  background-color: #e93f3f;
}
input.estimate-shipping-radio:checked + label {
  border-color: #e93f3f;
}
.filtersGroupPanel:after {
  border-color: transparent #e93f3f transparent transparent;
}
.filtersGroupPanel {
  border-top: 1px solid #e93f3f;
}
.block .view-all a,
.write-review .button-1,
.compare-products-page .clear-list,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.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,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.search-input .button-1,
.new-comment .button-1,
.productAddedToCartWindowCheckout,
.user-agreement-page .button-1:hover,
.ropc .complete-button button,
.contact-vendor-button,
.button-2.apply-shipping-button {
  border: 1px solid #e93f3f;
  box-shadow: 0 1px 0 0 #e93f3f;
}
@media all and (max-width: 1024px) {
  .nopAjaxFilters7Spikes .close-filters span,
  .nopAjaxFilters7Spikes .filter-block {
    border-bottom: 1px solid #e93f3f;
  }
}
.continue-shopping-wrap button:hover,
.continue-shopping-wrap:hover:before,
.search-box .search-box-button:hover,
.newsletter-email button:hover,
.block .view-all a:hover,
.write-review .button-1:hover,
.compare-products-page .clear-list:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.search-input .button-1:hover,
.new-comment .button-1:hover,
.quick-view-button a:hover,
.productAddedToCartWindowCheckout:hover,
.news-items .read-more:hover,
.contact-vendor-button:hover,
.button-2.apply-shipping-button:hover {
  background-color: #ec5656;
  border-color: #ec5656;
}
/* FIBERTRONICS CUSTOM STYLES - These styles are either new or override existing styles and are not intended to perminently replace NOP template default styles */ 
.ui-dialog {
width: 900px !important;
padding-bottom: 20px;
}
.product-tags-box {
  display: none;
}
.eu-cookie-bar-notification {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    max-width: 100%;
    position: fixed;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: auto;
    z-index: 9999;
}
.eu-cookie-bar-notification .content > * {
    margin: 0 5px;
    display: inline-block;
}
.product-ribbon {
display: none;
}
.ui-dialog-content {
max-height: 65vh !important;
overflow: auto;
}
.parent {
display: flex;
flex-wrap: wrap;
}
.block-popular-tags {
display: none;
}
.contact-child {
flex: 1;
flex-basis: 33%;
text-
}
    /* Container for the image link */
    .image-link {
      display: inline-block;
      overflow: hidden;
    }

    /* Image styling */
    .image-link img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.3s ease; /* Smooth zoom effect */
    }

    /* Zoom effect on hover */
    .image-link:hover img {
      transform: scale(1.2); /* Scales the image to 120% */
    }

.product-specs-box .data-table {
	font-size: 14px;
}
.ui-tabs-anchor {
	font-weight: bold;
}
.spec-name {
	font-weight: bold;	
}
tr .even {
	background-color: #ECECEC;	
}

.social-sharing .rss { display: none; }

hr {
    border: 0;
    border-bottom: 1px dashed #A7A7A7;
}

.custom-tab hr {
	margin: 30px 0;
}

.shipping {
	max-width: 475px !important;
}
.shipping label + * {
    max-width: 100% !important;
}
.deals {
	float: right !important;
	width: 1px !important;
}
.checkout-attributes dt {
	text-align: left;
	font-size: 14px;
	clear: both;
}
#checkout_attribute_1005 {
	float: left !important;
	margin: 0 0 20px 0;
	min-width: 210px;
}
#checkout_attribute_1010 {
	min-height: 57px;
    min-width: 100%;
	font-style: italic;
}
.method1 {
	border-bottom: 1px dashed #797979;
	padding-bottom: 10px;
}
.payment-info .info * {
	margin: 0 0 10px;
}
.accepted-payment-methods .method1 {
    display: none;
}

.category-item,
.sub-category-item,
.manufacturer-item {
	height: auto;
}

.category-item .picture a,
.sub-category-item .picture a {
	height: auto;
}

.manufacturer-item .title {
    display: none;
}

.manufacturers.fullWidth .box { width: 20% !important; }
.manufacturers.fullWidth .box li a { padding-left: 0px; }
.lazy { width: 100%; }

.filter-block { margin: 0 auto 5px; }
.filtersGroupPanel:after { border-style: none; }

.instant-search-item .detail .price { color: #505050; }
.product-box-add-to-cart-button { background: #6D6D6D; float: right; padding: 7px 7px; }

.footer-middle h3 { color: #fff; }

/* Image Replacements */

.jDropDown > div:after { background: #888 url(/Content/Images/uploaded/dropdown-pointer.png) no-repeat center !important; }

.products-carousel .item-info .jcarousel-product-title {
    text-align: center;
    font-weight: bold;
}
.products-carousel .item-info .short-description {
    text-align: center;
}

.item-info .button {
	font-weight: bold;
}

.topic-html-content-title h2 {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
 /*   border-bottom: 1px dashed #797979;*/
    margin-bottom: 30px;
}

.topic-html-content-body {
    font-size:14px;
}

.topic-html-content-body h2{
    color: #D93A44;
    line-height: 40px;
}
 
.introImg {
    float: left;
    margin: 0 25px 0 0;
}

.home-page .topic-html-content {
    margin: 0 0 40px;
}

.nop-jcarousel .carousel-title span {
    font-weight: bold !important;
}

.title strong {
    font-weight: bold !important;
}

.item-box .product-title a {
    font-weight: bold;
	font-size: 16px !important;
}
.item-box .description {
	text-align: center;
}
.overview .product-name h1 {
    font-weight: bold;
}
.header-bottom {
    width: 100%;
    /*background: #d54040 url(/Content/Images/uploaded/fibertronics-logo-line-white.jpg) -0% 49px no-repeat;*/
}

.header-bottom .header-centering {
   /* background: #d54040;*/
}

.page-title h1 {
    font-weight: bold;
}

.header-links .ico-wishlist {
    background: url(../Themes/Motion/Content/img/icon-star.png) no-repeat left -18px;
    display: none;
}

.dataTables_length {
    margin-bottom: 20px;
}
select {
    box-shadow: none;
    border: 1px solid #c9c9c9 !important;
}
.dataTable td {
	padding: 3px;
}
.dataTables_paginate, .dataTables_info {
	margin-top: 20px;
}
.overview .short-description {
    text-align: unset;
}
.picture-wrapper {
    line-height: 0px !important;
}
/* --- Commented out as this watermark is not required at this time ---

.mousetrap {
	background: url(https://www.fibertronics.com/content/images/uploaded/watermark1.png) 0 0 repeat;
	opacity: 0.4;
	cursor: zoom-in !important;
}
.mfp-content:after {
	position:absolute;
	top:40px;
	left:0px;
	content:"";
	width:100%;
	height:89.5%;
	display:block;
	background: url(https://www.fibertronics.com/content/images/uploaded/watermark1.png) 0 0 repeat;
	opacity: 0.4;
}
*/
.picture {
	line-height: 0px !important;
}
.stock {
	display: none;
}
.btn-fiber-red {
  display: inline-block;
  font-family: Arial;
  color: #FFFFFF !important;
  font-size: 14px;
  background: #505050;
  padding: 10px 16px !important;
  text-decoration: none !important;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-fiber-red:hover { background-color:#3f3f3f;}
.btn-fiber-white {
  display: inline-block;
  font-family: Arial;
  color: #000;
  font-size: 14px;
  background: #fff;
  padding: 10px 16px !important;
  text-decoration: none !important;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-fiber-white:hover { background-color: #fff;}
.btn-cstm-cable {
	float: left;
	margin: 0 0 35px 35px;	
}
.block .view-all a {
    font-size: 14px !important;
}
.product-specs-box .data-table td {
	padding: 10px !important;
}
.full-description {
	vertical-align: top;
}
.full-description p, .full-description li{
	text-align: left !important;
}
.section {
	border: solid 1px rgba(0,0,0,.15);
	box-shadow: none;
}
.category-description {
	font-size: 14px;
}
.row {
	float:left;
}
.cols-container {
	float: left;
	padding: 30px;
}
.cols {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	float: left;
	width: 30%;
	margin-right: 4%;
	border-right: solid 1px #fff;
}
.cols:last-child {
	margin-right: 0;
	border-right: none;
}
.cols strong { 
	font: normal 18px/100% 'arial black', 'avant garde';
}
.cols p { 
	text-align: left;
}
.sub-category-grid {
    float: unset;
}
.sub-category-item {
	margin: 5px !important;
}
.sub-category-grid .item-box {
	margin: 10px 12px 25px !important;
}
.adapters-container {
	float: left; 
	margin: 0;
}
.adaptersCol1 {
	float: left; 
	width: 310px; 
	margin: 10px 12px 25px;
}
.adaptersCol2 {
	float: left;
	width: 310px;
	margin: 10px 12px 25px;
}
.mega-menu .title {
    font-size: 16px !important;
	text-transform: none !important;
}
/* Show and Hide MegaMenu Catagory Header Images */
.mega-menu [title~=Show] { height: 0px; }
.mega-menu a[href="/clearance"] { height: 70px; } /* 70px is the default height for all menu images */
.subcategories /* Hides Clearance subcategories based on link names */
	a[href="/network-racks-4"], 
	a[href="/wall-mount-enclosures-2"] 
	{ display: none; }

.mega-menu .row { display: flex; }
.categories.fullWidth .box {
    border-right: 1px solid #E5E5E5;
    flex: 1;
}
.mega-menu .manufacturers .row {
    overflow: inherit !important;
	float: none;
}
.custom-tab { font-size: 14px !important; }
.custom-tab img { max-width:100% !important; }
.custom-tab a { text-decoration: underline; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.full-description a, .category-description a {
	color: #505050;
	text-decoration: none;
}
.sfpTable td { 
	padding: 8px;
	border: 1px solid #d3d3d3;
}
.sfpTable tr:first-child {background: #dcdcdc;}
.sfpMaintr {border: 2px solid #d3d3d3;}

.specTable1 td { 
	padding: 10px;
	border: 1px solid #d3d3d3;
}
.specTable1 td:first-child {  }
.specTable1 tr:nth-child(odd) {background: #F9F9F9;}
.specTable1 tr:nth-child(even) {background: #FFF;}
.specTable1 p { margin: 0 !important;}
.specTable1 tr:first-child  { 
	font-weight: bold !important;
	background: #dcdcdc !important;
}

.specTable2 td { 
	padding: 10px;
	border: 1px solid #d3d3d3;
}
.specTable2 tr:nth-child(odd) {background: #F9F9F9;}
.specTable2 tr:nth-child(even) {background: #FFF;}
.specTable2 p { margin: 0 !important;}

.specTable3 td { padding: 5px; }


.even td { background: #F9F9F9 !important;  }

.productTabs-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}
.productTabs-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}
.k-content .related-products-grid .item-box .product-title a {
	font-size: 12px !important; 
}

.quickViewWindow .details, .product-title {
	height: 100% !important;
}
.quickViewWindow .item-grid {
	height: 184px !important;
}
.product-sorting .jDropDown {
	min-width: 180px !important;
}

.productAddedToCartWindow .cross-sells .title strong {
	font-size: 16px;
}
.productAddedToCartWindow .cross-sells .product-title a {
	height: 100% !important;
	font-size: 12px !important;
}
.productAddedToCartWindow .cross-sells .details {
height: 100% !important;
}
.productAddedToCartWindow .add-info, .productAddedToCartWindow .description {
	display: none;
}

.productAddedToCartWindow > .cross-sells  .product-title {
	height: 48px !important;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
	min-width: 100%;
	margin-right: 15px;
	margin-left: 15px;
}

.col-6 {
	float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 50%;
}
.mini-shopping-cart .name { font-weight: bold;}

.moreOptions td {
	padding: 0 0 10px 0;
}
.moreOptions td:first-child {
	max-width: 140px;
	text-align: left;
}
.moreOptions a {
	float: left;
	padding: 0 8px;
    margin: 3px 8px 5px 0;
    line-height: 34px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dedede;
    text-align: center;
	text-decoration: none !important;
	color: #505050;
}
.moreOptions a:hover {
	border: 1px solid #505050;
}
.qa {
	padding: 0 30px 0 30px;
}
.qa em {
	padding-right: 20px;
	font-weight: bold;
	font-style: normal;
}
.qa hr {
	border: 0;
    border-bottom: 1px solid #EEE;
	margin: 25px 0 25px 0;
}
.productTabs-body {
	border: 1px solid #C7C7C7;	
}
.ui-tabs {
	box-shadow: none;
}

.ui-tabs .product-reviews-page {
	display: flex !important;
    flex-flow: row wrap;
	overflow:auto; 
}
.ui-tabs .write-review {
    order: 2;
}
.ui-tabs .product-review-list {
	width: 100%;
    order: 1;
	border-bottom: 1px dashed #A7A7A7;
	margin:  0 0 30px 0;
}
.ui-tabs .review-text {
	font-size: 14px;
}
.ui-tabs .review-text, .review-info, .product-review-helpfulness {
	text-indent: 20px;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 5px 0 0;
}
.ui-tabs .ui-tabs-nav li a {
	border-bottom: none;
}
.overview .short-description {
	font-size: 16px;
}
.ui-tabs-panel {
	padding: 20px !important;
}
.breadcrumb {
    padding-bottom: 30px !important;
    margin: 0 0 30px 0;
}
.carousel-title {
	font-size: 12px;
	display: block !important;
}
.clearFilterOptionsAll {
	font-size: 12px;
	margin: -20px 0 0 0;
}
.partNumberTbl td {
	font-size: 12px;
	padding: 15px;
	border: 1px solid #c7c7c7;
}
.products-carousel .item-info .jcarousel-product-name {
	font-size: 16px !important;
}
.partNumberTbl tr:first-child  { font-size: 14px !important; }
.products-carousel .item-info .jcarousel-product-name {
	font-weight: bold;
}
.products-carousel .item-info .jcarousel-product-name, .products-carousel .item-info .short-description {
	text-align: center !important;
}
.page-body { font-size: 14px !important; }
.page-body a { color: #D93A44; }
.page-body a:hover { text-decoration: none; }
.pager a { color: #FFF; }

.quickViewWindow .overview .attributes dt {}

.mImg {
	max-width: 100%;
	height: auto;
}

.post-title, .news-title { font-weight: bold; color: #000 !important; }
.blog-page .post-body { height: 350px; }
.blog-page .tags a, .blogpost-page .tags a { font-size: 10px; }
.alignleft {
    display: inline !important;
    float: left !important;
    margin-right: 1.5em !important;
	margin-bottom: 1.5em !important;
}
.alignright {
    display: inline !important;
    float: right !important;
    margin-left: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.vcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-tabs .review-text, .review-info, .product-review-helpfulness {
    text-indent: 0 !important;
}
.post-body h2 {
    margin-block-start: 0.8em !important;
    margin-block-end: 0.8em !important;
}
.post-title, .news-title { font-size: 26px; }
.blog-posts .post-title { 
	background: url(../Themes/Motion/Content/img/read-blog-post-btn.gif) right 0 no-repeat;
	padding: 0 200px 0 20px;
}
.price, .quantity {
	text-align: center;
}
.section, .products {
	padding: 10px !important;
}
.instant-search-item .price {
	text-align: left;
}
.instant-search-item .price:first-of-type {
	display: none;
}
.mini-shopping-cart .quantity {
	text-align: left;
}
.prices{
	margin-left: 1px !important;
}
.prices:before {
    content: " " !important;
}
.product-price, .actual-price {
	font-size: 14px !important;
}
.item-box input[type="button"] {
    padding: 14px 14px 14px 14px !important;
    background: #dcdcdc !important;
}
.add-to-cart-button{
	font-weight: bold;
}
.productQuantityTextBox {
	font-size: 14px !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
}
.quickViewWindow .product-name {
        font-weight: bold !important;
}
.page-title h1 {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}
.miniProductDetailsView .product-name, .short-description { width: 100% !important; }
.product-variant-name { font-size: 16px !important; }
.overview .short-description { font-size: 14px; }

#addtocart_3578_EnteredQuantity {
	width: 45px;
}
/* Div Table Used to House Videos on Video Page  */
.div-table {
	display: table;
	width: 100%;
}
.div-table-row {
	display: table-row;
	width: 100%;
	clear: both;
}
.div-table-col {
	float: left;
	display: table-column;
	min-width: 50%;
	padding: 10px;
}
.min-amount-warning {
	font-weight: bold;
	font-size: 16px;
	color: #D93A44;
	text-align: right;
	padding-bottom: 20px;
}
.manufacturer-part-number .label, .sku .label {
	margin-right: 8px;
}

@media (max-width: 768px) { /*breakpoint*/
  
}

@media (max-width: 768px) {
   .introImg { display: none;}
   .category-description p, .manufacturer-description p, 
   .full-description p, .topic-html-content p, .topic-page
    p, .post-body p, .news-body p {
    text-align: center;
   }
   .cols {	width: 97%;	}
   .specTable1 td { 
	padding: 2px;
	}
	.div-table-col {
	width: 100%;
	}
	.mapsection {
    display: block;
		text-align: left;
 	}
}

@media all and (min-width: 980px) {
	.cloud-zoom { 
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.cart-collaterals {
        width: 610px !important;
    }	
	
 	.shopping-cart-page .totals {
        width: 350px !important;
    }
	.shipping {
	float: left !important;
	}
	.filtersTitlePanel {
    	font-weight: bold !important;
		display: block !important;
		font-size: 18px !important;
		text-transform: uppercase !important;
		cursor: pointer !important;
		padding: 10px !important;
		color: #fff !important;
		background-color: #505050 !important;	
	}	
	.filtersPanel {
		margin: 0 auto 20px;
		border: 1px solid #C9C9C9;
		padding: 0 10px;
	}
	.filtersGroupPanel:after {
		visibility: hidden;
	}
	.filter-block {
    margin: 0 auto 10px !important;
	}
	.filter-block:last-child {
    margin: 0 auto 20px !important;
	}
}
@media (max-width: 980px) {
	.header-bottom .header-centering {
        background: #d54040;
    }
}

