/* input(10746,16): 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}
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
	font: normal 12px 'Lato', sans-serif;
    letter-spacing: 1px;
    color: #444;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
}
h1,h2,h3,h4,h5,h6 {
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
    height: 36px; /*safari padding fix*/
    border: 1px solid #ddd;
    color: #444;
    padding: 8px;
    vertical-align: middle;
    letter-spacing: 1px;
}
input, textarea {
    font: normal 13px 'Lato', sans-serif;
}
textarea {
	min-height: 150px;
}
select {
    min-width: 50px;
    height: 36px; /*safari padding fix*/
    padding: 6px 20px 6px 6px;
    font-family: 'Lato', sans-serif;
    color: #444;
    letter-spacing: 1px;
    background: url(../Themes/Native/Content/img/custom-select-arrow.png) no-repeat right 8px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
    margin: 0 5px 0 0;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
.inputs.custom-attributes {
	white-space: normal;
}
label {
	vertical-align: middle;
}

.master-wrapper-content{
    z-index: 1;
    position: relative;
}
.master-column-wrapper {
	width: 90%;
    margin: 20px auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-2, .side-2 {
    margin: 60px auto;
}

.page {
	clear: both; /* because of forum breadcrumbs */
	text-align: center;
    margin: 0 0 70px;
}
.page-title {
	margin: 0 0 20px;
    position: relative;
}
.page-title h1 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-transform: uppercase;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	margin: 0 0 20px;
	/*text-align: center;*/
}
.link-rss {
	display: none;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url('../Themes/Native/Content/img/rss-icon.png') no-repeat;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
    font-size: 13px;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url('../Themes/Native/Content/img/goTopHoverLine.png') no-repeat top 11px right -24px, url('../Themes/Native/Content/img/goTop.png') no-repeat center, #fff;
    border: 3px solid #c4c4c4;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover{
    border-color: #75bfa1; 
    background: url('../Themes/Native/Content/img/goTopHoverLine.png') no-repeat top 11px center, url('../Themes/Native/Content/img/goTopHover.png') no-repeat top 16px center, #75bfa1;
}
.flyout-cart {
	display: none;
}

/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 50px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
    text-transform: uppercase;
}
.fieldset .title strong,
.section .title strong {
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 0 0 25px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	text-align: center;
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 470px;
	max-width: 100%;
    vertical-align: middle;
    letter-spacing: 1px;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.inputs .option-list label {
	width: auto;
    display: inline;
}

.inputs.accept-consent label {
    width: auto;
    display: inline;
    cursor: pointer;
}

.inputs.reversed {
	margin: 0 0 20px;
    text-align: center;
}
.required {
	margin: 0 -6px 0 3px; /*siblings offset fix*/
	font-size: 15px;
	color: #c00;
    font-weight: normal;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #75bfa1;
}
.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;
}


/*********** NOTIFICATIONS & 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: #75bfa1;
    text-align: center;
    text-transform: uppercase;
}
.bar-notification.error {
	background: #f3594d;
    text-transform: uppercase;
    text-align: center;
}
.bar-notification.warning {
	background: #f19258;
    text-transform: uppercase;
    text-align: center;
}
.bar-notification .content {
	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/Native/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 #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #f3f3f3;
	padding: 10px;
	font-weight: bold;
}
.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 #999;
	background: #fff url('../Themes/Native/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 .page-title {
    position: static;
    padding: 0;
    background: none;
    margin: 0 0 10px;
}
.ui-dialog .page-title h1 {
    font-size: 16px;
    text-align: left;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}

.eu-cookie-bar-notification {
    position: fixed;
	left: 0;
    right: 0;
    bottom: 0;
	z-index: 1002;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	display: inline-block;
    margin: 0 20px 10px 0;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a {
    display: inline-block;
	border: 3px solid #ddd;
    padding: 5px 15px;
    margin: 0 55px 10px;
    color: #444;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover {
	color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}


/*********** HEADER ***********/



.admin-header-links {
	background: #f3f3f3;
    border-bottom: 1px solid #ddd;
	text-align: center;
}
.admin-header-links a {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.admin-header-links a:only-child {
    display: block;
}

.header { 
	position: relative;
	z-index: 1002;
	text-align: center;
    width: 95%;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
	text-align: center;
    margin: 15px auto;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 75%;
    background-color: #75bfa1;
}
.header-options-wrapper{
    padding: 10px;
}
.header-links-wrapper {
	position: relative;
}
.header-links {
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
    vertical-align: middle;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
	line-height: 32px;
}
.header-links a {
}
.header-links .cart-qty {
	background: url('../Themes/Native/Content/img/cart-icon.png') left center no-repeat;
	padding: 0 0 0 20px;
}

.search-box form {
	display: inline-block;
	position: relative;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 220px !important;
	height: 36px;
    border: none;
}
.search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: url('../Themes/Native/Content/img/icon-search.png') center no-repeat;
	text-indent: 999px;
    border-left: 1px solid #f3f3f3;
    color: #666;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1075 !important;
	width: 256px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #ccc;
	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;
}

.header-selectors-wrapper {
	font-size: 0;
    margin-bottom: 10px;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 5px;
}
.header-selectors-wrapper select {
	min-width: 100px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    background-color: #fff;
}
.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: 35px;
	height: 35px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}
.footer-blocks-holder{
    width: 85%;
    margin: 0 auto;
}

.footer-upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.footer-upper-block {
    margin: 0 0 50px;
    font-size: 14px;
    line-height: 22px;
}
.footer-upper-block .title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
}
.footer-upper-block .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.footer-upper-block .title span{
    display: inline-block;
    box-shadow: 0 0 0 15px #fff;
    text-transform: uppercase;
    background: #fff;
}
.footer-upper-block p {
    color: #666;
    letter-spacing: 1.5px;
}

.footer-upper-block.newsletter p{
    margin: 0 0 15px;
}
.newsletter-subscribe { 
	margin: 0 0 40px;
    height: 80px; /*Mozilla Collapse Fix*/
    position: relative;
}
.footer-upper-block .newsletter .title {
    display: none;
}
.newsletter-email input[type="email"] {
	width: 100%;
    background: #f1f1f1;
    border: none;
    height: 40px;
    padding: 8px 12px;
    font: normal 14px 'Lato', sans-serif;
    color: #aaa;
    letter-spacing: 1.5px;
}
.newsletter-email button {
	width: 100%;
	border: none;
	display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 10px;
    background: #373737;
    letter-spacing: 1.4px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.newsletter-email button:hover {
    opacity: .95;
}
.newsletter-subscribe .options {
    position: absolute;
    bottom: -33px;
}
.newsletter-subscribe .options span {
    display: inline-block;
    padding: 5px 0;
    margin: 0 10px 0 0;
}
.newsletter-subscribe .options span input {
    float: none;
    margin: 0;
}
.newsletter-validation, 
.newsletter-result { 
	width: 100%;
	overflow: hidden; 
	line-height: 18px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.social-sharing {
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 4px;
}
.social-sharing a {
	display: block;
	width: 40px;
	height: 40px;
	background: #c6c6c6 url('../Themes/Native/Content/img/social_sprite.png') no-repeat;
    border-radius: 50%;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

/*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

  .social-sharing a.linkedIn {
    background: #c6c6c6 url('../Themes/Native/Content/img/linkedIn.png') no-repeat center;
  }

/*Additional KII Code: End*/

.social-sharing a:hover{
    background-color: #75bfa1;
}
.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -39px 0;
}
.social-sharing .google {
	background-position: -79px 0;
}
.social-sharing .youtube {
	background-position: -120px 0;
}
.social-sharing .pinterest {
	background-position: -160px 0;
}
.social-sharing .vimeo {
	background-position: -200px 0;
}
.social-sharing .rss {
	background-position: -240px 0;
}
.social-sharing a.instagram {
	background: #c6c6c6 url('../Themes/Native/Content/img/instagram.png') no-repeat center; 
}

/*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

  .social-sharing .linkedIn a:hover {
    background-color: #75bfa1;
  }

/*Additional KII Code: End*/

.footer-middle{
    background: #f3f3f3;
    padding: 30px 0;
	overflow: hidden;
}
.footer-middle .footer-menu{
    display: none;
}
.footer-menu li{
    text-align: left;
    color: #666;
    font-size: 13px;
    letter-spacing: 1.5px;
    overflow: hidden;
}
.footer-menu li a{
    display: block;
    position: relative;
    padding: 10px 0 10px 20px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-menu li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    background: #d1d1d1;
}
.footer-menu a:hover{
    color: #75bfa1;
}
.footer-menu a:hover:before {
    background: #75bfa1;
}
.footer-middle-block.opening-time .footer-menu li{
    padding: 10px 0 10px 20px;
    position: relative;
}
.footer-middle-block.opening-time .footer-menu li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 7px;
    background: #d1d1d1;
}
.footer-middle-block{
    margin: 0 0 15px;
}
.footer-middle-block:last-child{
    margin-bottom: 0;
}
.footer-middle-block.contact-info  li{
    padding: 10px 0 10px 50px;
}
.footer-middle-block.contact-info  li.address{
    background: url(../Themes/Native/Content/img/contact-address.png) no-repeat center left;
}
.footer-middle-block.contact-info  li.phone-fax{
    background: url(../Themes/Native/Content/img/contact-phone.png) no-repeat center left;
}
.footer-middle-block.contact-info  li.email-website{
    background: url(../Themes/Native/Content/img/contact-mail.png) no-repeat center left;
}
.footer-middle-block.contact-info ul span{
    display: block;
    vertical-align: middle;
    line-height: 1.7em;
}
.footer-middle-block .title {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px;
    z-index: 0;
    text-align: left;
    padding: 10px 22px 10px 0;
    cursor: pointer;
    
}
.footer-middle-block .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.footer-middle-block .title span{
    display: inline-block;
    box-shadow: 0 0 0 10px #f3f3f3;
    text-transform: uppercase;
    background: #f3f3f3;
}
.footer-middle-block .title span::after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: #f3f3f3 url(../Themes/Native/Content/img/footer-arrow.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 14px;
}
.footer-menu .day{
    float: left;
}
.footer-menu .time{
    float: right;
}

.accepted-payment-methods {
    margin: 20px 0 0;
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 40px;
	height: 32px;
	background: url('../Themes/Native/Content/img/payment_sprite.png') no-repeat;
    margin: 0 3px;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -40px 0;
}
.accepted-payment-methods .method3 {
	background-position: -80px 0;
}
.accepted-payment-methods .method4 {
	background-position: -120px 0;
}
.accepted-payment-methods .method5 {
	background-position: -160px 0;
}

.footer-lower {
	overflow: hidden;
    font-size: 14px;
    color: #666;
    padding: 20px 0 0;
}
.footer-lower .footer-blocks-holder > div{
    margin: 0 0 15px;
}
.footer-disclaimer{
    font-size: 11px;
}
.footer-disclaimer span{
    display: block;
}
.footer-tax-shipping a{
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-tax-shipping a:hover{
    color: #75bfa1;
}
.footer-powered-by,
.footer-designed-by {
    font-size: 11px;
}
.footer-powered-by a,
.footer-designed-by a {
    color: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-powered-by a:hover,
.footer-designed-by a:hover{
    text-decoration: underline;
}
.footer-store-theme {
}
.footer-store-theme select {
	width: 170px;
}


/*********** HOME PAGE ***********/


body.home-page-body{
    background: #fff;
}
.home-page-body .master-column-wrapper {
	width: 100%;
}
.home-page .topic-block,
.home-page-category-grid,
.home-page-category-tabs .contents,
.home-page-category-tabs .titles,
.home-page .news-items,
.home-page .home-page-polls,
.home-page-bottom{
    width: 90%;
    margin: 30px auto;
}

.titles{
    margin: 0 0 30px;
}
.titles h3{
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px;

}
.titles ul li{
    display: inline-block;
}
.titles ul span{
    display: block;
    color: #aaa;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    border-right: 1px solid #ddd;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 5px;
}
.titles ul li.active span{
    color: #75bfa1;
}
.titles ul li:last-child span{
    border: none;
}
.home-page-category-tabs .contents{
    position: relative;
}
.home-page-category-content{
    display: none;
}
.home-page-category-content.active{
    display: block;
}
.home-page-category-tabs .ajax-loading-overlay{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 1;
}
.home-page-category-content .no-products-found{
    font-size: 14px;
    letter-spacing: 1.5px;
}

/* Home Page Tabs Loader */
.loader,
.loader:before,
.loader:after {
  background: #888;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  display: block;
  text-indent: -9999em;
  margin: 15em auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #888;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #888;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #888;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #888;
    height: 5em;
  }
}

.home-page-category-tabs .ajax-loading-overlay.active {
    display: block;
}

.home-page-center-banner{
    margin: 70px 0;
}

.home-page-bottom{
    overflow: hidden;
}
.home-page-listbox{
    margin: 0 0 30px;
    text-align: left;
}
.home-page-listbox .title{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    position: relative;
    margin: 0 0 33px;
}
.home-page-listbox .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.home-page-listbox .title strong {
    display: inline-block;
    box-shadow: 0 0 0 15px #fff;
    text-transform: uppercase;
    background: #fff;
}
.home-page-listbox .title{
    overflow: hidden;
}
.home-page-listbox .product-item{
    overflow: hidden;
}
.home-page-listbox .picture{
    width: 31%;
    float: left;
}
.home-page-listbox .picture a{
    display: block;
    position: relative;
}
.home-page-listbox .picture a:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.home-page-listbox .picture .item-overlay{
    display: none !important;
}
.home-page-listbox .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);
}
.home-page-listbox .product-item{
    margin-bottom: 25px;
}
.home-page-listbox .details{
    margin-left: 37%;
}
.home-page-listbox .details h2{
    font-size: 13px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.home-page-listbox .details h2 a{
    display: block;
    min-height: 32px;
}
.home-page-listbox .description{
    display: none;
}
.home-page-listbox .actual-price{
    font-size: 14px;
    color: #75bfa1;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-right: 5px;
}
.home-page-listbox .old-price{
    font-size: 13px;
    color: #cdcdcd;
    text-decoration: line-through;
}
.home-page-listbox .buttons{
    display: none;
}
.home-page-listbox .compare-products{
    display: none;
}

.home-page-banners .slider-wrapper{
    margin: 0 0 10px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 20px;
	text-align: center;
}
.block .title {
   font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px;
    z-index: 0;
    text-align: left;
    padding: 10px 22px 10px 0;
    cursor: pointer;
}
.block .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.block .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.block .title strong::after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: #fff url(../Themes/Native/Content/img/footer-arrow.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 14px;
}
.block .listbox {
	display: none;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list {
}
.block .list li {
    text-align: left;
}
.block .list a {
	display: inline-block;
    position: relative;
	padding: 12px 10px 12px 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.block .list a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    background: #d1d1d1;
}
.block .list a:hover,
.block .list .active > a {
    color: #75bfa1;
}
.block .list .sublist > .inactive a:before {
    background: #d1d1d1;
}
.block .list a.active{
    color: #75bfa1;
}
.block .list a:hover:before,
.block .list .active a:before,
.block .list .sublist > .inactive:hover a:before {
    background: #75bfa1;
}
.block .list img {
	max-width: 100%
}
.block .sublist{
    margin-left: 10px;

}

.block .view-all {
	margin: 10px 0 0;
    text-align: left;
}
.block .view-all a {
	padding: 7px 3px;
    font-weight: bold;
    color: #75bfa1;
    display: inline-block;
}

.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 .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #75bfa1;
}
.block.block-recently-viewed-products .list a.product-picture{
    display: none;
}

.home-page-polls{
    margin: 0 0 50px;
    overflow: hidden;
}
.home-page-polls .title{
    display: none;
}
.poll{
    text-align: left;
    margin: 30px auto 50px;
}
.poll-title{
    display: block;
	margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 1.7px;
    position: relative;
}
.poll-title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.poll strong {
	display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: block;
	padding: 10px 0;
    font-size: 14px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
    text-align: left;
}
.poll .buttons button {
    border: 3px solid #75bfa1;
    padding: 5px 15px;	
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.poll .buttons button:hover {
    color: #fff;
    background: #75bfa1;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}


/********** CATEGORY PAGE **********/



.filters-button {
    display: none;
}

.breadcrumb {
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
	font-size: 14px; /*reset zeroing*/
    padding: 15px 5px;
    display: inline-block;
    color: #555;
    letter-spacing: 1.5px;
}
.breadcrumb .delimiter{
    color: #bababa;
}
.breadcrumb h1,
.breadcrumb strong {
	font-weight: normal;
    color: #75bfa1;
}
.breadcrumb a:hover * {
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 26px 0 20px;
}
.product-filters {
	display: none;
}

.grid-navigation{
    padding: 15px 0;
    margin: 60px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.product-selectors {
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: block;
    width: 250px;
	margin: 5px auto;
    text-transform: uppercase;
    color: #555;
    vertical-align: middle;
}
.product-selectors select {
    height: 30px;
	margin: 0 5px;
    color: #555;
    background: #f1f1f1;
    border: none;
}
div.product-viewmode {
    display: none;
}


.pager {
	margin: 20px 0;
    text-align: center;
    width: 100%;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 5px;
}
.pager li * {
	display: block;
	min-width: 32px;
	overflow: hidden;
	padding: 8px;
    background: #f1f1f1;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	cursor: pointer;
    color: #444;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.pager li span {
	background-color: #75bfa1;
    color: #fff;
}
.pager li a:hover {
	background-color: #75bfa1;
    color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-repeat: no-repeat;
	text-indent: -999px;
}
.pager li.previous-page * {
	background-image: url('../Themes/Native/Content/img/arrows-sprite.png');
    background-position: left -10px top -9px;
}
.pager li.next-page * {
	background-image: url('../Themes/Native/Content/img/arrows-sprite.png');
    background-position: right -10px top -9px;
}
.pager li.first-page * {
	background-image: url('../Themes/Native/Content/img/arrows-sprite.png');
    background-position: left -10px top -109px;
}
.pager li.last-page * {
	background-image: url('../Themes/Native/Content/img/arrows-sprite.png');
    background-position: right -10px top -109px;
}
.pager li.previous-page *:hover{
    background-position: left -10px top -59px;
}
.pager li.next-page *:hover{
    background-position: right -10px top -59px;
}
.pager li.first-page *:hover{
    background-position: left -10px top -159px;
}
.pager li.last-page *:hover{
    background-position: right -10px top -159px;
}


.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";

/* Modified KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

	display: table;

/* Modified KII Code: End*/

	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	margin: 0 auto 60px;
    max-width: 300px;
    overflow: hidden;
}
.item-box:before {
}
.item-box .product-item {
}
  .item-box .picture {
    z-index: 1;
    overflow: hidden;

/* Modified KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

    display: none;

/* Modified KII Code: End*/

  }
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
    max-height: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .picture .compare-products{
    display: none;
}
.item-box .details {
}
.item-box .product-title{
    margin-bottom: 12px;
	overflow: hidden;
    font-size: 16px !important;
    text-transform: uppercase;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 5px;
    display: none;
}
.product-grid .item-box .picture{
    margin-bottom: 10px;
}
.product-item .rating {
	background: url('../Themes/Native/Content/img/rating1.gif') repeat-x top left;
	width: 70px;
    height: 12px;
    margin-bottom: 8%;
}
.product-item .rating div {
	background: url('../Themes/Native/Content/img/rating2.gif') repeat-x top left;
    height: 12px;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 20px;
    overflow: hidden;
    letter-spacing: 2px;
}
.item-box .old-price {
	color: #c7c7c7;
    font-size: 15px;
    vertical-align: middle;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-weight: bold;
    font-size: 17px;
    margin: 0 10px 0 0;
    color: #75bfa1;
    vertical-align: middle;
}
/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Fix button alignment  
*/

.item-box .buttons {
	margin: 0;
    font-size: 0;
    display: flex;
    padding-top: 10px;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
}
.item-box button {
	border: 3px solid #75bfa1;
	padding: 7px 10px;
    /*font-size: 14px;*/
    color: #444;
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
    background: none;
}

/* Additional KII Code: End */

.home-page-category-grid,
.sub-category-grid {
	margin: 70px auto;
}
.home-page-category-grid .item-box .picture a:before,
.sub-category-grid .item-box .picture a:before {
    padding-top: 120%;
}
.home-page-category-grid,
.sub-category-grid {

}
.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    max-width: 280px;
    margin: 0 auto 15px;
}
.item-box .title {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    width: 92.5%;
    font-size: 19px;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: rgba(34,34,34,.6);
}
.item-box .title:before {
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-box .title a {
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.5px;
    padding: 11px 10px 11px 45px;
}

.product-grid,
.product-list {
	margin: 0 auto;
}
.product-grid .title {
	margin-bottom: 25px !important;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-grid .title strong {
	font-weight: bold;
}

.item-box .manufacturer-item .title,
.item-box .vendor-item .title {
    position: static !important;
    font-size: 20px;
    background: none;
    color:  #444;
    position: relative;
    margin: 0;
    width: 100%;
}
.item-box .manufacturer-item .title:before,
.item-box .vendor-item .title:before {
    display: none;
}
.item-box .manufacturer-item .title a,
.item-box .vendor-item .title a {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.vendor-list li {
    display: inline-block;
    margin: 5px 0;
}
.vendor-list a {
    display: block;
    font-size: 18px;
    color: #888;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.vendor-list a:hover {
    color: #fff;
    border-color: #75bfa1;
    background: #75bfa1;
}

.contact-vendor button {
    border: 3px solid #ddd;
    padding: 9px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.contact-vendor button:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
}

.cross-sells .item-box button {
    margin: 0;
}

.tax-shipping-info {
    display: block;
}
.tax-shipping-info a {
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.tax-shipping-info a:hover {
    color: #75bfa1;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 39px 0 0;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 30px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	background: #fff;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 18%;
	margin: 0 5px 10px;
	overflow: hidden;
	background: #fff;
    border: 2px solid transparent;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.gallery .thumb-item:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .thumb-item:hover{
    border: 2px solid #75bfa1;
}

.product-details-page .overview {
	position: relative;
	margin: 0 0 70px;
}
.overview .product-name {
	margin: 0 0 20px;
}
.overview .product-name h1 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 24px;
}
.overview .short-description {
    font-size: 13px;
    letter-spacing: 1.5px;
	margin: 0 0 30px;
}
.overview .short-description:before{
    content: '';
    display: block;
    height: 4px;
    width: 37px;
    background: #444;
    margin: 25px auto;
}
.overview .buttons, 
.back-in-stock-subscription, 
.download-sample { 
	margin: 0 0 15px;
	font-size: 0;
    vertical-align: top;
}
.back-in-stock-subscription-page .tooltip{
    font-size: 13px;
    letter-spacing: 1.5px;
    margin: 0 0 30px;
}
.back-in-stock-subscription-page button{
    height: 35px;
    background: none;
    border: 2px solid #ddd;
    padding: 0 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px 10px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample a {
	display: block;
    width: 40px;
    height: 40px;
	border: 2px solid #ddd;
    background: none;
	font-size: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Modify compare button
*/

.overview .add-to-compare-list-button {
    width: 70px;
    font-size: 14px;
    color: gray;
    display: grid;
    padding-top: 6px;
    padding-bottom: 31px;
    padding-right: 6px;
    padding-left: 4px;
    text-align: center;
}

/* Additional KII Code: End */

.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 {
    background-color: #75bfa1;
    border-color: #75bfa1;
} 

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background: url(../Themes/Native/Content/img/buttons-sprite.png) no-repeat top left;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover {
    background-position: left top -35px;
}

/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Remove compare button icon
*/

/*.overview .add-to-compare-list-button {
    background: url(../Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -1000px;
}*/

/*  Additional KII Code: End */

.overview .add-to-compare-list-button:hover {
    background-position: top -35px left -37px;
}
.overview .email-a-friend-button {
    background: url(../Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -74px;
}
.overview .email-a-friend-button:hover {
    background-position: top -35px left -74px;
}
.overview .subscribe-button {
    background: url(../Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -148px;
    text-indent: initial;
    width: auto;
    padding: 0 10px 0 35px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.overview .subscribe-button:hover {
    background-position: top -35px left -148px;
    color: #fff;
}
.download-sample a {
     background: url(../Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -112px;
}   
.download-sample a:hover {
    background-position: top -35px left -112px;
}

.overview .discontinued-product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
}
.overview .discontinued-product h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 5px;
    text-transform: uppercase;
}
.overview .value,
.variant-overview .value {
    color: #75bfa1;
}
.overview .value a,
.variant-overview .value a {
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    margin: 10px auto 15px;
	border: 2px solid #ddd;
    background: #eee;
    padding: 10px 17px;
	text-align: center;
    font-size: 12px;
    color: #888;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 25px; /*not present in variant-overview*/
}
.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 70px;
	height: 12px;
	background: url('../Themes/Native/Content/img/rating1.gif') repeat-x;
}
.product-review-box .rating div {
	height: 12px; 
	background: url('../Themes/Native/Content/img/rating2.gif') repeat-x;
}
.product-review-links a:hover,
.product-no-reviews a:hover {
    color: #75bfa1;
    text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices label,
.variant-overview .prices label{
    display: none;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
    letter-spacing: 1.5px;
    display: inline-block;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 18px;
	color: #c6c6c6;
	text-decoration: line-through;
    display: inline-block;
}
.overview .old-product-price >*,
.variant-overview .old-product-price >* {
    vertical-align: top;
    margin-left: 10px;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 24px;
	color: #75bfa1;
}
.non-discounted-price {
    display: block !important;
    font-size: 18px;
    color: #c6c6c6;
}
.prices .non-discounted-price > label,
.prices .non-discounted-price ~ .product-price > label  {
    display: inline-block;
}
.customer-entered-price {
	overflow: hidden;
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #ddd;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 0 10px;
}
.customer-entered-price .enter-price-input {
    width: 60px;
    text-align: center;
    margin: 0 0 0 10px;
}
.customer-entered-price .enter-price-label {
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.customer-entered-price .price-range {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #75bfa1;
    padding: 10.5px 0px;
}
.overview .prices > div.tax-shipping-info{
    display: block;
}

.overview .add-to-cart {
	margin: 0 0 35px;
    padding: 35px 0 0;
    border-top: 1px solid #ddd;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px; 
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 42px;
    height: 40px;
	padding: 12px 5px;
	text-align: center;
    font-size: 14px;
    margin-right: 15px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: 3px solid #75bfa1;
    padding: 8.5px 25px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    color: #444;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    color: #fff;
    background: #75bfa1;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.min-qty-notification {
    margin: 0 0 10px;
    font-size: 13px;
}

.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 grey;
	border-width: 0 1px 1px 0;
	padding: 2px 2px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
    text-transform: uppercase;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
    color: #75bfa1;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}

.full-description {
	clear: both;
	margin: 0 0 70px;
	line-height: 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 2px;
}

.product-collateral {
	margin: 30px 0 70px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}

.product-variant-list {
}
.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.product-variant-line:last-child{
    border-bottom: none;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 20px;
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .tier-prices{
    margin: 0 0 30px;
}
.variant-overview .add-to-cart {
    margin: 25px 0;
}
.variant-overview .add-to-wishlist-button {
	margin-left: 15px;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
    margin: 15px 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	padding: 6px 15px 6px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
    position: relative;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.ui-tabs .ui-tabs-nav li:hover a {
    color: #75bfa1;
}
.ui-tabs .ui-tabs-nav li a:after{
    content: '/';
    display: inline;
    margin: 0 0 0 18px;
    color: #aaa !important;
}
.ui-tabs .ui-tabs-nav li:last-child a:after{
    display: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #444;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.ui-tabs .ui-state-active.ui-tabs-active a:after {
    color: #444 !important;
}
.ui-tabs .ui-tabs-panel {
	background: #fff;
	padding: 12px 0;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
	margin: 0 0 20px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-tags-list li a:hover {
    color: #75bfa1;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 0 0 10px;
	white-space: nowrap; 
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select {
	width: auto;
	max-width: 100%;
    height: 35px;
    color: #aaa;
}
.attributes option.disabled {
	color: #e6e6e6;
}
.attributes .option-list label {
	display: inline;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .attribute-squares label {
    display: inline-block;
}
.attributes input[type='text'] {
    width: 100%;
    max-width: 100%;
}
.attributes textarea {
    min-height: 60px;
    width: 100%;
}
.attributes .date-pickers select {
    width: 33.3333%;
    border-left: none;
}
.attributes .date-pickers select:first-child {
    border-left: 1px solid #ddd;
}
.attributes .qq-upload-button {
    text-transform: uppercase;
    width: 140px;
    background: #75bfa1;
    padding: 10px 15px;
    margin: 0 auto;
}
.attributes .qq-upload-button:hover {
    opacity: .9;
}
.attributes .required {
    vertical-align: middle;
    line-height: 15px;
}
.customer-enters-quantity {
    margin: 5px 0 0;
    text-transform: uppercase;
}
.customer-enters-quantity input[type='text'] {
    width: 45px;
    text-align: center;
}

.attributes .datepicker {
	width: 100%;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
    margin-top: -1px;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #f3f3f3;
	color: #444;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('../Themes/Native/Content/img/arrows-sprite.png') top -8px left -8px no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../Themes/Native/Content/img/arrows-sprite.png') top -8px right -8px no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
    border: 1px solid #ddd;
    border-bottom: none;
}
.ui-datepicker-calendar th {
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.ui-datepicker-calendar td a:hover{
    color: #75bfa1;
}
.ui-datepicker-calendar .ui-state-active{
    background: #f5f5f5;
}
.ui-datepicker-calendar .ui-datepicker-today{
    color: #75bfa1;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0;
}
.attribute-square-container {
    display: block;
    border: 2px solid transparent;
    position: relative;
    z-index: 0;
}
.attribute-squares label {
    overflow: hidden;
}
.attribute-square-container span {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #ddd !important;
    cursor: pointer;
}
.selected-value .attribute-square-container {
    border-color: #ddd;
}
.selected-value .attribute-square-container span {
    border-color: transparent !important;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -30px 5px 0;
}
.spec-value .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.spec-value .attribute-square {
    cursor: default;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
    left: 2px; 
    width: 26px;
    height: 26px;
    margin: auto;
	border: 1px solid #ddd;
	background: #fff url('../Themes/Native/Content/img/close.png') center no-repeat;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #ddd;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #f3f3f3;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -125px;
    margin-top: 35px;
    z-index: 999;
    padding: 0;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    padding-top:5px;
    width: 198px;
    font-size: 11px;
    border-bottom: 1px #f3f3f3 solid;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}
.color-squares:not(.image-squares) .tooltip-container {
    display: none !important;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
    display: block;
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.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%;
}
.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 #ddd;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	font-size: 13px;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 12px 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #ddd;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 6px; height: 6px;
	border-radius: 50px;
	background-color: #333;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.mfp-container .apply-shipping-button:hover {
    background: #75bfa1;
    color: #fff;
}

.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{
    color: #75bfa1;
    font-weight: normal;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
    margin: 0 0 25px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}
.write-review {
	margin: 10px 0 50px;
}
.write-review .form-fields {
	margin: 0 0 25px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
    margin-bottom: 20px;
	text-align: center;
}
.write-review .review-rating label,
.write-review .review-rating .name-description {
    display: block;
    vertical-align: middle;
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating > div {
	display: inline-block;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}
.write-review .rating-wrapper > div {
    display: inline-block;
    vertical-align: top;
}
.write-review .review-rating div.first {
    color: #c00;
}
.write-review .review-rating .rating-options {
    margin: 0 5px;
    padding-top: 2px;
}
.write-review .review-rating .rating-options input {
    margin: 0 2px;
	vertical-align: baseline;
}
.write-review .review-rating div.last {
	color: #690;
}
.write-review .review-rating + .review-rating {
    /*display: none;*/
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 25px;
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.write-review .button-1:hover {
    color: #fff;
    background: #75bfa1;
}
.product-reviews-page .result,
.product-reviews-page .validation-summary-errors {
    margin: 10px 0 25px;
    font-size: 17px;
    text-transform: uppercase;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 60px;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.product-review-item .review-item-head,
.product-review-item .review-type-rating-ext {
    position: relative;
    padding: 15px 0;
}
.product-review-item .review-title {
	text-transform: uppercase;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 1;
}
.product-review-item .review-title strong,
.product-review-item .review-title i {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.product-review-item .review-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.product-review-item .product-review-box {
    margin: 15px 0;
}
.review-type-rating-ext {
    display: none; /*disabled*/
}
.product-review-item .review-text {
	margin: 0 0 25px;
    line-height: 1.5em;
}
.product-review-item .review-avatar {
    width: 120px;
    margin: 0 auto 20px;
    line-height: normal;
}
.product-review-item .review-avatar a {
    display: block;
}
.product-review-item .review-avatar img {
    max-width: 100%;
}
.product-review-item .review-info {
    margin: 0 0 15px;
}
.product-review-helpfulness {
    color: #999;
    font-size: 12px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.review-info:first-child strong {
    display: none;
}
.product-review-item .review-info a {
    color: #75bfa1;
    text-transform: uppercase;
    text-decoration: none;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

.product-review-item .reply {
    margin: 25px 0 0;
}
.product-review-item .reply-header {
    font-weight: bold;
    margin: 0 0 15px;
}
.product-review-item .reply-text{
    line-height: 1.5em;
}

/********** WISHLIST & COMPARE LIST **********/



.wishlist-page {
    margin: 70px 0;
}
.wishlist-page .page-title {
    top: 50px;
    text-align: center;
    background: none;
}
.wishlist-page .page-title h1 {
    float: none;
}
.wishlist-page .page-title:before {
    display: none;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info {
    text-align: center;
    padding: 20px 0 0;
}
.wishlist-content .buttons {
	font-size: 0;
    padding: 20px;
    text-align: center;
}
.wishlist-content .button-2 {
    min-width: 205px;
	border: 3px solid #ddd;
    padding: 9px 25px;
    margin: 0 5px 10px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.wishlist-content .button-2:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -36px;
}
/*.wishlist-content .wishlist-add-to-cart-button {
    border-color: #75bfa1;
}*/
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.wishlist-page .share-info a:hover {
    text-decoration: underline;
    color: #75bfa1;
}

.no-items-found, .no-data,
.no-address, .no-orders {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: center;
    position: relative;
}

.compare-products-page {
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 5px 0 6px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.compare-products-page .clear-list:hover {
    color: #75bfa1;
}
.compare-products-table {
	display: none;
}
.compare-products-table-mobile {
    margin: 0 0 70px;
}
.compare-products-page .button-2 {
    background: none;
    border: 2px solid #ddd;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 1.2px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.compare-products-page .button-2:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
    cursor: default;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 auto 40px;
}
.home-page .topic-block p {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 22px;
}
.topic-block-title {
    margin: 60px 0 0;
}
.topic-block-title h2 {
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
}
.topic-block-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.topic-block a:hover,
.topic-page a:hover {
    color: #75bfa1;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
    text-transform: uppercase;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input {
	float: left;
	width: 200px;
	height: 36px;
}
.enter-password-form button {
	float: left;
	width: auto;
	height: 36px;
	border: none;
	background: none;
	padding: 0 15px;
	font-size: 16px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 32px;
    border: 2px solid #ddd;
    margin: 0 0 0 10px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.enter-password-form button:hover {
    color: #fff;
    border-color: #75bfa1;
    background: #75bfa1;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    color: #fff;
    background: #75bfa1;
}
.email-a-friend-page .title {
	margin: 10px 0 25px;
}
.email-a-friend-page .title h2 {
	font-size: 17px;
    text-transform: uppercase;
}
.email-a-friend-page .title a:hover {
    color: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .title {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0 25px;
    z-index: 0;
}
.registration-page .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 156.5px; /*birth-date selectors, always single line*/
    max-width: 33.333%;
    border-left: none;
}
.registration-page .date-of-birth select:nth-of-type(1),
.account-page .date-of-birth select:nth-of-type(1) {
    border-left: 1px solid #ddd;
}
.registration-page select + select,
.account-page select + select {
	margin: 0;
}
.gender span {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 235px;
    max-width: 50%;
    border: 1px solid #ddd;
}
.gender span:nth-of-type(1) {
    border-right: none;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 36px;
}
.gender label{
    padding: 0 0 0 5px;
}
.date-picker-wrapper {
    display: inline-block;
    max-width: 470px;
    width: 100%;
    vertical-align: middle;
}
#check-availability-button {
    font-size: 12px;
	margin: 20px 0;
    padding: 5px 15px;
    border: 3px solid #75bfa1;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
#check-availability-button:hover {
    color: #fff;
    background: #75bfa1;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
	font-size: 11px;
}
#username-availabilty:empty {
	display: none;
}
.email-to-revalidate {
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
}
.vat-status, 
.vat-note,
.email-to-revalidate-note {
	display: block;
	margin: 5px 0 0;
	font-size: 12px; /*reset zeroing*/
}
.accept-consent {
    margin: 0 0 20px;
}
.accept-consent > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-consent a {
	font-weight: bold;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    margin: 0 10px 10px 0;
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.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 {
    color: #fff;
    background: #75bfa1;
}
.registration-result-page .result {
	margin: 10px 0 20px;
    font-size: 17px;
	color: #75bfa1;
    text-transform: uppercase;
    font-weight: bold;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 10px 0 25px;
	font-size: 17px;
    text-transform: uppercase;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .inner-wrapper {
}
.login-page .text {
	margin: 0 0 25px;
    line-height: 1.5em;
}
.login-page .inputs.reversed * {
	margin: 5px 5px 0 0;
	font-size: 12px; /*reset zeroing*/
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.login-page .inputs.reversed .forgot-password {
    margin: 5px 0 5px 25px;
}
.login-page .inputs.reversed .forgot-password a {
    margin: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.login-page .inputs.reversed .forgot-password a:hover {
    color: #75bfa1;
}
.login-page .topic-block-title:after {
    display: none;
}
.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 26px 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page .title {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0 25px;
    z-index: 0;
}
.account-page .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.account-page .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.account-page .button-2,
.order-details-page .page-title a {
	border: none;
    background: none;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    font-size: 12px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.account-page .button-2:hover,
.order-details-page .page-title a:hover {
    color: #75bfa1;
}
.account-page .edit-address-button,
.account-page .order-details-button,
.account-page .delete-address-button,
.account-page .return-items-button,
.order-details-page .page-title a {
    background: #444 url(../Themes/Native/Content/img/account-page-btns.png) no-repeat;
}
.account-page .edit-address-button,
.account-page .order-details-button{ 
    background-position: top -3px left 0;
}
.account-page .delete-address-button,
.account-page .delete-selected-biss-button {
    background-position: top -24px left 0;
}
.account-page .return-items-button {
    background-position: top -43px left 0;
}
.order-details-page .page-title .pdf-invoice-button {
    background-position: top -84px left 0;
}
.order-details-page .page-title .pdf-order-button {
    background-position: top -84px left 0;
}
.order-details-page .page-title .print-order-button {
    background-position: top -62px left 0;
}
.account-page .edit-address-button:hover,
.account-page .order-details-button:hover,
.account-page .delete-address-button:hover,
.account-page .return-items-button:hover,
 .order-details-page .page-title a:hover {
    background-color: #75bfa1;
}
.order-details-buttons-wrapper {
    margin-top: 20px;
}

.account-page .edit-address {
	margin: 26px 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}
.account-page .delete-selected-biss-button {
    display: inline-block;
    border: 2px solid #ddd;
    padding: 6.5px 10px;
    color: #444;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: none;
    margin: 15px 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.account-page .delete-selected-biss-button:hover {
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.multi-factor-authentication-page .inputs label {
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
}
.multi-factor-authentication-page .payment-method .buttons {
    margin-top: 20px;
}
.back-in-stock-subscription-list-page,
.forum-subscriptions-page,
.downloadable-products-page,
.change-password-page,
.avatar-page {
    margin-top: 26px;
}

.section.address-item,
.section.order-item {
    margin: 0 0 40px;
}
.address-list-page .info,
.order-list-page .info {
	margin: 0 0 40px;
	line-height: 20px;
}
.address-list-page .add-button {
	margin: 0 0 15px;
}

.return-request-file .qq-upload-button {
    text-transform: uppercase;
    width: 140px;
    font-size: 12px;
    background: #75bfa1;
    padding: 10px 15px;
}

.return-request-list-page li {
    margin: 0 0 5px;
}
.return-request-list-page a {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.return-request-list-page a:hover{
    color: #75bfa1;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.downloadable-products-page td {
    text-align: center;
}
.downloadable-products-page td.product,
.downloadable-products-page th.product,
.back-in-stock-subscription-list-page th.product,
.forum-subscriptions-page th.info {
    text-align: left;
    font-size: 12px !important;
}

.reward-points-page .pager {
    margin: 15px 0;
}
.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ddd;
}
.avatar-page input[type="file"] {
	width: 250px;
	overflow: hidden;
}
.avatar-page button.upload-avatar-button {
	padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    background: #75bfa1;
}
.avatar-page button.upload-avatar-button:hover {
    opacity: .9;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.terms-of-agreement {
    padding:0 0 30px 0;
}
.user-agreement-page {
    text-align:left;
}
.user-agreement-page .button-1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #75bfa1;
    color: #444444;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 10px 10px 0;
    padding: 9px 35px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
}

.my-product-reviews-list-page .product-review-item .review-item-head {
    padding: 10px 0;
}
.my-product-reviews-list-page .product-review-item .review-title {
    font-size: 17px;
}
.gdpr-tools-page .form-fields {
    font-size: 13px;
    margin: 0 0 25px;
    line-height: 1.5em;
}
.check-gift-card-balance-page .captcha-box {
    text-align: left;
}

/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
	margin: 50px 0;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
    width: 90px;
}
.order-progress a {
    display: block;
	font-size: 12px; /*reset zeroing*/
    text-transform: uppercase;
}
.order-progress a:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../Themes/Native/Content/img/arrows-sprite.png) no-repeat right -4px top -3px;
    border: 3px solid #d3d3d3;
    margin: 0 auto 10px;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.active-step a:before{
    border-color: #75bfa1;
}
.order-progress li.inactive-step a {
	color: #888;
	cursor: default;
}

.shopping-cart-page .buttons{
    margin: 0 0 70px;
}
.shopping-cart-page .page-title h1{
    float: none;
}
.shopping-cart-page .page-title{
    margin: 0 0 50px;
}
.shopping-cart-page .page-title:before{
    display: none;
}

.shopping-cart-page .button-1,
.checkout-page .button-1,
.shopping-cart-page .button-2,
.checkout-page .button-2,
.estimate-shipping-button {
	border: 3px solid #ddd;
    padding: 9px 25px;
    margin: 0 5px 10px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.estimate-shipping-button:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -36px;

}
.shopping-cart-page .button-1:disabled {
    opacity: .5;
    cursor: default;
}
.shopping-cart-page .button-1:disabled:hover {
    color: inherit;
    background: #fff;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 18px;
	height: 18px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../Themes/Native/Content/img/close.png') left 4px center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error,
.checkout-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 10px 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
    padding: 20px;
    text-align: center;
}
.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
    display: inline-block;
	min-width: 260px;
	margin: 0 5px 5px;
}

.shopping-cart-page .tax-shipping-info {
    padding: 10px 0 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
}

.checkout-attributes {
	margin: 20px 0 0;
	text-align: center;
}
.checkout-attributes dt {
	margin: 15px 0 5px;
	font-weight: bold;
}
.checkout-attributes dd{
    overflow: hidden;
}
.checkout-attributes ul {
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
    text-transform: uppercase;
}
.checkout-attributes select{
    border-left: none;
}
.checkout-attributes select:first-child {
    border-left: 1px solid #ddd;
}
.checkout-attributes .attribute-squares li {
    line-height: initial;
}
.checkout-attributes .qq-upload-button {
    margin: 0 auto;
    text-transform: uppercase;
    width: 120px;
    background: #75bfa1;
}
.checkout-attributes .qq-upload-button:hover {
    opacity: .9;
}
.checkout-data .payment-info {
    line-height: 1.5em;
}
.checkout-data .payment-info td select,
.checkout-data .payment-info td input {
    margin-bottom: 5px;
}
.checkout-data .payment-info td input {
    width: 300px !important;
}
.checkout-page .order-completed {
    text-align: center;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 370px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 15px;
}
.cart-total{
    width: 370px;
    border: 30px solid #f5f5f5;
    background: #f5f5f5;
}
.cart-total td {
	width: 50%;
	padding: 5px;
    font-size: 14px;
}
.cart-total-left,
.cart-total-left-below{
    text-align: right;
}
.cart-total-right{
    text-align: right;
}
.cart-total strong{
    font-weight: normal;
}
.order-total-price *{
    font-size: 18px;
}
.order-total-price .cart-total-left{
    text-transform: uppercase;
}
.order-total-price .cart-total-right{
    color: #75bfa1;
}
.cart-total .order-total {
	font-size: 16px;
	color: #75bfa1;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service label {
    cursor: pointer;
    color: #666;
}
.terms-of-service span {
	font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.terms-of-service span:hover{
    color: #75bfa1;
}
.cart-footer .button-1 {
    border-color: #75bfa1;
    background: #fff;
}

.cart-collaterals {
	width: 370px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 15px; 
    font-size: 18px;
    position: relative;
}
.cart-collaterals .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.cart-collaterals .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.cart-collaterals .hint {
	margin: 0 0 15px;
    color: #666;
    font-size: 13px;
}
.cart-collaterals .deals > div {
	margin: 0 0 43px;
    position: relative;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .deals .hint {
    min-height: 41px;
}
.cart-collaterals .coupon-code input {
	float: left;
	width: 56%;
	height: 36px; /*safari padding fix*/
	margin: 0 -1px 0 0;
}
.cart-collaterals .coupon-code button {
	float: left;
    width: 44%;
    height: 36px; /*safari padding fix*/
    margin: 0;
    padding: 3px;
    font-size: 12px;
}
tr.checkout-button-row{
    display: none;
}
.shopping-cart-page tr.checkout-button-row {
    display: table-row;
}
.shopping-cart-page td.checkout-button-cell {
    width: 100%;
    vertical-align: bottom;
    padding: 0;
    padding: 20px 0 0;
}
.shopping-cart-page td.checkout-button-cell button {
    margin: 0;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
    color: #75bfa1;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 15px 0;
}
.cart-collaterals .shipping-results strong {
    text-transform: uppercase;
    display: block;
}

.checkout-page .button-1 {
    margin: 0;
}
.checkout-page button[type='submit'] {
    border-color: #75bfa1
}
.checkout-page .section {
	margin: 30px 0;
}
.checkout-page .section .title {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
}
.checkout-page .order-summary-body {
    margin: 70px 0;
}
.checkout-page .section .selector {
    margin: 0 0 10px;
    text-transform: uppercase;
}
.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
}
.checkout-page .address-list-page {
	display: none;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	margin: 0 0 20px;
}
.checkout-page .address-item .select-button {
	margin: 20px 0 0;
}
.checkout-page .address-item li {
	padding: 2px 0;
    margin: 0 0 5px;
}
.checkout-page .address-item .custom-attributes-view {
    line-height: 2em;
}
.checkout-page .address-item li.name {
	margin: 0 0 10px;
    text-transform: uppercase;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.checkout-page .edit-address .custom-attributes .option-list li > * {
    width: auto;
    display: inline-block;
    margin: 0 6px 6px 0;
}
.checkout-page .select-pickup-point {
    margin: 0 0 20px;
}
.checkout-page .pickup-points label {
    display: block;
    margin: 0 0 10px;
}
.checkout-page .pickup-points-map {
    height: 300px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 20px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
    text-transform: uppercase;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: 0 0 15px;
}
.payment-info .info {
	margin: 0 0 20px;
}
.method-name .payment-method label{
    display: block;
}
.payment-info .info td{
    display: block;
}
.payment-info .info td {
    text-transform: uppercase;
}
.payment-info .info tr:only-child td{
    text-transform: none;
}
.min-order-warning {
    display: block;
    text-align: center;
}
.confirm-order .buttons{
    text-align: center;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
    border-color: #75bfa1;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,
.shipment-overview li {
	padding: 2px 0; 
}
.order-review-data .title,
.shipment-overview .title,
.order-details-area .title,
.order-number strong {
	margin: 30px 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.order-review-data .title:first-child,
.shipment-overview .title:first-child,
.order-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}
.order-completed .button-2{
    margin: 0;
}

.opc-page .page-title{
    margin: 0 0 30px;
}
.opc-page .page-title h1{
    float: none;
}
.opc-page .page-title:before{
    display: none;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	padding: 10px;
    text-transform: uppercase;
    position: relative;
}
.opc .step-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.opc .step-title span,
.opc .step-title h2 {
    box-shadow: 0 0 0 10px #fff;
    display: inline-block;
    background: #fff;
}
.opc .select-billing-address select,
.opc .select-shipping-address select{
    width: 470px;
    max-width: 100%;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
}
.opc .active .step-title * {
}
.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 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;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.opc .back-link a:hover{
    color: #75bfa1;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc .order-summary-body{
    margin: 70px 0 0;
}
#checkout-step-confirm-order .buttons{
    text-align: right;
}
#checkout-step-confirm-order .buttons .button-1{
    border-color: #75bfa1;
}

.order-details-page .order-overview {
	margin: 0 0 30px;
	line-height: 20px;
}
.order-details-page li{
    margin: 5px 0;
}
.order-details-area {
	margin: 0 0 20px; 
	overflow: hidden;  
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .data-table a:hover{
    color: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.order-details-page td.price,
.order-details-page td.quantity,
.order-details-page td.total{
    font-size: 14px;
}
.order-details-page td.price {
    font-weight: bold;
}
.order-details-page td.total,
.return-request-page td.price{
    color: #75bfa1;
    font-weight: bold;
}
.order-details-page .tax-shipping-info {
	text-align: center;
    margin: 10px 0;
}
.order-details-page .repost .re-order-button{
    height: 35px;
    background: none;
    border: 2px solid #ddd;
    padding: 0 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin: 10px 0 15px;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	font-size: 0;
}
.order-details-page .actions button {
	margin: 0 0 0 10px;
    border: 3px solid #ddd;
    padding: 9px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.order-details-page .actions button:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -36px;
}
.order-details-page .cart-total {
	width: 370px;
	margin: 0 auto 30px;
    border: 30px solid #f5f5f5;
    background: #f3f3f3;
}
.order-details-page .order-total-price * {
    font-size: 16px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
.shipment-details-page .shipment-overview > ul {
	text-align: left;
}
.shipment-details-page .shipment-overview > ul:first-child {
	margin: 0 0 20px;
}
.shipment-details-page .section {
    width: 100%;
}

.forum-subscriptions-page .buttons {
    margin: 30px 0;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}
.search-input .inputs.reversed {
    text-align: left;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 470px;
    max-width: 100%;
    letter-spacing: 1.5px;
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
    overflow: hidden;
}
.advanced-search .price-range input {
	width: 117px;
    border-left: none;
    float: left;
}
.advanced-search .price-range input:first-child {
    border-left: 1px solid #ddd;
}
.search-input .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.search-input .button-1:hover {
    color: #fff;
    background-color: #75bfa1;
}
.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 .description {
    margin: 0 0 35px;
}
.sitemap-page .entity {
	margin: 0 0 35px;
}
.sitemap-page .entity-title {
	margin: 0 0 15px;
    position: relative;
}
.sitemap-page .entity-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.sitemap-page .entity-title h2 {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
    display: inline-block;
}
.sitemap-page a {
	display: block;
    line-height: 35px;
    text-transform: uppercase;
    margin-right: 25px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.sitemap-page a:hover {
    color: #75bfa1;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
    font-size: 15px;
	cursor: default;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 50px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 18px;
    color: #555;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.blog-page .post-title,
.news-list-page .news-title {
    box-shadow: 0 0 0 10px #fff;
    background: #fff;
    color: #444;
}
.blog-page .post-title:hover,
.news-list-page .news-title:hover {
    color: #555;
}
.post-date,
.news-date {
	display: block;
	font-size: 13px;
    font-weight: bold;
    color: #75bfa1;
    margin-bottom: 15px;
}
.post-head,
.news-head {
    position: relative;
}
.blog-page  .post-head:after,
.news-list-page .news-head:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 16px;
    z-index: -1;
}
.blog-pageF .post-head a,
.news-list-page .news-head a {
    display: inline-block;
    font-size: 17px;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.blogpost-page .post-date,
.news-item-page .news-date {
    margin-top: 26px;
}
.post-body,
.news-body {
	margin: 0 0 20px;
	font-size: 13px;
	color: #666;
    letter-spacing: 1.5px;
    line-height: 1.5em;
}
.post-body h1,
.news-body h1,
.post-body h2,
.news-body h2,
.post-body h3,
.news-body h3{
    line-height: initial;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 20px;
    font-size: 14px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
    text-transform: uppercase;
	font-weight: bold;
    line-height: 35px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	font-size: 0;
    display: inline-block;
    margin: 0 7px 7px 0;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	display: none;
}
.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
	font-size: 13px;
    text-transform: capitalize;
    color: #888;
    padding: 9px;
    border: 1px solid #ddd;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover{
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.blog-posts .buttons a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.blog-posts .buttons a:hover {
    color: #75bfa1;
}

.new-comment {
	margin: 0 0 50px;
}
.new-comment .title {
	margin: 50px 0 20px;
    font-size: 18px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #75bfa1;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.new-comment .button-1:hover {
    color: #fff;
    background: #75bfa1;
}
.news-list-page,
.blog-page{
    margin-top: 10px;
}
.news-list-page .page-title{
    margin: 0 0 50px;
}
.news-list-page .news-details{
    font-size: 13px;
}

.comment-list {
}
.comment-list .title {
	margin: 0 0 30px;
    font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
}
.comment-info .username {
    text-align: center;
	display: block;
	padding: 5px;
    text-transform: uppercase;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content {
}
.comment-time {
	margin: 0 0 10px;
	font-weight: bold;
    color: #75bfa1;
}
.comment-body {
	line-height: 20px;
}

.news-list-page .news-details {
    color: #666;
    letter-spacing: 1.5px;
    line-height: 1.5em;
}
.news-list-page .news-items .buttons {
    margin: 30px 0 0;
}
.news-list-page .news-items .read-more {
    display: inline-block;
	border: 3px solid #ddd;
    padding: 6px 25px;
    color: #444;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
}
.news-list-page .news-items .read-more:hover {
    color: #fff;
    border-color: #75bfa1;
    background: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 70px;
    background: url(../Themes/Native/Content/img/news-background.png) no-repeat center;
    background-size: cover; /*to be removed after paralax effect*/
    padding: 35px 0;

}
.news-list-homepage .title {
	margin: 0 0 35px;
	font-size: 18px;
    text-align: center;
    color: #fff;
}
.news-list-homepage .news-items{
    margin: 0 auto;
    overflow: hidden;
}
.news-list-homepage .news-items .news-item {
    margin: 0 0 10px;
    padding: 20px;
    background: rgba(255,255,255, .8);
    text-align: left;
}
.news-list-homepage .news-items .news-title {
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-list-homepage .news-items .news-date {
    font-size: 13px;
    font-weight: bold;
    color: #75bfa1;
    font-style: normal;
}
.news-list-homepage .news-items .news-head {
    text-align: left;
    margin: 0 0 10px;
}
.news-list-homepage .news-items .news-body {
    font-size: 13px;
    color: #666;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    margin: 0 0 15px;
}
.news-list-homepage .news-items .buttons {
    margin: 0;
}
.news-list-homepage .news-items .read-more {
    color: #75bfa1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.news-list-homepage .news-items .read-more:hover {
    text-decoration: underline;
}
.news-list-homepage .view-all {
    font-size: 14px;
    color: #fff;
    clear: both;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.news-list-homepage .view-all a:hover {
    opacity: 1;
}
.news-list-homepage .title strong {
	font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
}
.news-list-homepage .view-all {
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: solid 2px #fff;
    opacity: 0.8;
    padding: 7px 15px;
    text-transform: uppercase;
    margin-top: 18px;
}


/********** FORUM & PROFILE **********/



.forums-main-page .topic-block-title {
    margin: 0;
}
.forums-header {
    overflow: hidden;
    margin: 0 0 20px;
}
.forums-main-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
	line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    color: #75bfa1;
}
.search-box.forum-search-box{
    display: block !important;
    padding: 0 !important;
    margin: 0 auto 20px;
    position: relative !important;
}
.search-box.forum-search-box .basic {
    overflow: hidden;
}
.search-box.forum-search-box .advanced {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.search-box.forum-search-box .advanced a {
    font-size: 14px;
    color: #75bfa1;
}

.forums-table-section {
	margin: 0 0 70px;
}
.forums-table-section:last-child {
    margin: 0 0 150px;
}
.forums-table-section a {
    vertical-align: middle;
    font-weight: bold;
}
.forums-table-section-title {
	margin: 0 0 15px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-weight: bold;
    font-size: 18px !important;
    text-transform: uppercase;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section .view-all {
	line-height: 24px;
    color: #75bfa1;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
}
.forums-table-section .latest-post {
    min-width: 200px;
}

.forums-table-section .image {
    min-width: 100px;
}
.forums-table-section .image div {
	width: 30px;
	height: 24px;
	margin: auto;
	background: url('../Themes/Native/Content/img/folder1.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../Themes/Native/Content/img/folder2.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../Themes/Native/Content/img/folder3.png') center no-repeat;
}

/* breadcrumb, pagers, search, forum-page */


.forum-breadcrumb {
}
.pager.upper {
	display: none;
}
.forum-search-page .search-input {
    width: 470px;
    margin: auto;
    max-width: 100%;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
    max-width: 100%;
}
.forum-search-page input[type='text'].forum-search-text {
    width: 470px!important;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .buttons{
    text-align: center;
}

.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 20px 0;
}
.forum-page .forum-info:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 17px;
    z-index: -1;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.forum-description{
    margin: 10px 0 0;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
    margin: -3px 0 0;
}
.forum-page .actions {
    margin: 0 0 20px;
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 2px 0 2px 23px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-page .actions a:hover{
    color: #75bfa1;
}
.forum-page .new-topic {
	background: url('../Themes/Native/Content/img/forum_icon6.png') left 3px center no-repeat;
}
.forum-page .watch-forum {
	background: url('../Themes/Native/Content/img/forum_icon5.png') left center no-repeat;
}

/* topic page & profile page */


.forum-breadcrumb li:last-child a{
    color: #75bfa1;
}
.forum-topic-page{
    margin-bottom: 30px;
}
.forum-topic-page .topic-name {
	margin: 0 0 20px;
	font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.forum-topic-page .topic-name:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.forum-topic-page .topic-name span {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.forum-topic-page .topic-actions.upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-actions .actions a{
    display: inline-block;
	margin: 0 15px 10px 0;
	padding: 2px 0 2px 25px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-topic-page .topic-actions .actions a:hover{
    color: #75bfa1;
}
.forum-topic-page .reply-topic-button,
.topic-footer .reply-topic-button{
	background: url('../Themes/Native/Content/img/forum_icon4.png') left center no-repeat;
}
.forum-topic-page .watch-topic-button,
.topic-footer .watch-topic-button{
	background: url('../Themes/Native/Content/img/forum_icon5.png') left 3px center no-repeat;
}

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button  {
	background: url('../Themes/Native/Content/img/forum_icon1.png') left 5px center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url('../Themes/Native/Content/img/forum_icon2.png') left 5px center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url('../Themes/Native/Content/img/forum_icon3.png') left 5px center no-repeat;
}

.topic-post {
	margin: 0 0 35px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 0 35px;
}
.topic-post .post-info,
.profile-info-box .user-details {
	max-width: 300px;
    margin: 0 auto;
}
.topic-post .manage-post {
	overflow: hidden;
}
.topic-post .post-actions .manage-post a {
	text-transform: uppercase;
    line-height: 20px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 25px;
    text-decoration: none;
}
.topic-post .post-actions .manage-post a:first-child {
	margin-left: 0;
}
.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info,
.profile-info-box .user-details {
	padding-right: 15px; /*align control*/
}
.topic-post .user-info li{
    margin: 0 0 5px;
}
.topic-post .user-info label{
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}
.topic-post .user-info span{
    vertical-align: middle;
    display: inline-block;
}
.topic-post .username {
	display: inline-block;
    background: #f1f1f1;
    padding: 7.5px 10px;
    display: block;
	margin: 0 0 15px;
	font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post .username:hover{
    color: #75bfa1;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 200px; /*adjust as you like*/
	margin: 0 0 10px;
	border: 1px solid #ddd;
	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 20px;
	font-size: 12px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
    vertical-align: middle;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
    border: 2px solid #ddd;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-top: 20px;
}
.topic-post .post-head {
	margin: 0 0 10px;
	background: #f1f1f1;
    overflow: hidden;
}
.topic-post .post-head a {
	margin: 0 0 0 5px;
    line-height: 30px;
	text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post .post-head a:hover{
    color: #75bfa1;
}
.topic-post .post-time {
	padding: 7px 10px;
}
.topic-post .post-body .posttext b{
    display: block;
    text-transform: uppercase;
}
.topic-post .post-body .quote{
    padding: 10px 20px;
    position: relative;
    display: inline-block;
}
.topic-post .post-body .quote:before{
    content: '"';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 35px;
    position: absolute;
    top: 10px;
    left: 0;
}
.topic-post .post-body .quote:after{
    content: '"';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 35px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.topic-post .post-vote {
    position: relative;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    margin: auto;
    color: #444;
}
.topic-post .post-vote span {
    cursor: pointer;
}
.topic-post .post-vote .vote.up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #444;
}
.topic-post .post-vote .vote.down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #444;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
    text-transform: uppercase;
}
.profile-info-box .profile-stats label{
    text-transform: uppercase;
}
.profile-info-box .profile-stats li{
    margin-bottom: 5px;
}
.profile-info-box .avatar {
    width: 200px;
    margin: auto;
}
.profile-page .topic {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
}
.profile-page .topic-title {
	margin: 0 0 15px;
	font-size: 16px;
    font-weight: bold;
}
.profile-page .topic-title a {
	vertical-align: middle;
	text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.profile-page .topic-title a:hover{
    color: #75bfa1;
}
.profile-page .topic-data {
	color: #75bfa1;
    font-weight: bold;
}
.profile-page .topic-data > *{
    vertical-align: middle;
}
.profile-page .topic-body{
    color: #555;
}
.profile-page .topic-body b{
    text-transform: uppercase;
}
.profile-page .quote {
    margin: 10px 0;
    line-height: 20px;
}

/* forum edit & send message */


.forum-edit-page .form-fields,
.private-message-send-page .form-fields,
.move-topic-page .form-fields {
    width: 470px;
    max-width: 100%;
    margin: auto;
}
.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	margin: 15px 0 0;
    text-align: center;
}
.forum-edit-page .inputs.reversed > * {
    display: inline-block;
    vertical-align: middle;
}
.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-message-send-page .buttons button,
.private-messages-page .buttons button,
.private-message-view-page .buttons button {
	border: 3px solid #ddd;
    margin: 0 5px 0 0;
    padding: 9px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.forum-edit-page .buttons button:hover,
.move-topic-page .buttons button:hover,
.private-message-send-page .buttons button:hover,
.private-messages-page .buttons button:hover,
.private-message-view-page .buttons button:hover {
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.forum-edit-page .buttons button[type="submit"],
.move-topic-page .buttons button[type="submit"],
.private-messages-page .buttons button[type="submit"],
.private-message-send-page .buttons button[type="submit"],
.private-message-view-page .buttons button.button-1 {
    border-color: #75bfa1;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
    font-size: 12px;
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message {
}
.private-message-view-page .view-message li {
	display: inline-block;
    font-size: 13px;
    margin: 15px 0;
}
.private-message-view-page label {
	font-weight: bold;
    text-transform: uppercase;
    margin: 0 2px 0 0;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
    text-transform: uppercase;
}
.private-message-view-page span:after {
	content: "/";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0 25px !important;
	border: 1px solid #ddd;
	padding: 15px;
    padding: 25px;
    line-height: 1.5em;
}
.private-message-view-page .message-body span {
    text-transform: none;
}
.private-message-view-page .message-body span:after {
	display: none;
}
.private-message-view-page .buttons {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .buttons button {
    margin: 0 0 5px;
}


/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}


/********** LOADER **********/

.loader-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
}
.loader-overlay .loader {
    margin: 25% auto;
}


/********** RE-CAPTCHA **********/

.recaptchatable #recaptcha_response_field {
	height: auto !important;
}

@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;
}


/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Align list's text to the left
*/

  .product-list .item-box .specs .spec-li {
    text-align: left;
  }

  .product-list .item-box .details .add-info .add-to-compare-list-button {
    margin-left: 10px;
  }
  button:disabled,
  button[disabled] {
    border: 3px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none !important;
  }
  .email-website-link {
    padding: 0px !important;
    display: unset !important;
  }

    .email-website-link::before {
      display: none !important;
    }

  .KII_Title_RefineBy {
    font-size: 15px;
    color: #444 !important;
    padding: 0px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

    .KII_Title_RefineBy::after {
      content: '';
      position: absolute;
      width: 151px;
      height: 1px;
      background: #ddd;
      top: 100%;
    }
/* Additional KII Code: End */

}

/* GLOBAL TABLES */

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
}
.forums-table-section .table-wrapper {
    overflow-x: auto;
}
.cart th, .data-table th,
.forums-table-section th {
	border: 1px solid #ddd;
    padding: 20px 5px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
.forums-table-section th {
    text-align: left;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.cart a:hover, .data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
    color: #75bfa1;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    position: relative;
    text-align: center;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 32px;
	height: 32px;
	margin: auto;
	border: 2px solid #ddd;
	background: #fff url('../Themes/Native/Content/img/close.png') center no-repeat;
}
.cart .remove-from-cart input {
	opacity: 0;
}
.cart .unit-price {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
}
.cart .qty-input {
    width: 36px;
    text-align: center;
}
.cart .qty.nobr {
    text-align: center;
}
.cart .subtotal {
    color: #75bfa1;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}
table .subtotal .discount,
table .subtotal .discount-additional-info {
    color: #444;
    font-size: 12px;
}
.cart .vendor {
    font-size: 13px;
}


/* COMPARE PRODUCTS TABLE */
.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f3f3f3;
}
.compare-products-table .product-price td {
    color: #75bfa1;
    font-size: 14px;
    letter-spacing: 2px;
}
.compare-products-table .product-price td:first-child,
.compare-products-table .short-description td:first-child {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
}

.compare-products-table-mobile img {
    max-width: 160px;
}


/* TIER PRICE TABLES */


.tier-prices {
	margin: 0 0 70px;
}
.tier-prices .prices-header {
    font-size: 18px;
	margin: 0 0 10px;
    text-transform: uppercase;
}
.tier-prices .prices-header strong { 
    font-weight: bold;
}
.prices-table {
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.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: #75bfa1;
    font-weight: bold;
}

@media all and (min-width: 769px) {

.prices-table {
	display: table;
	background: #fff;
}
.prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.prices-row > div {
	display: table-cell;
}
.prices-row:first-child > div {
	border-left: 1px solid #ddd;
	border-top: 0 !important;
}
.prices-row > div:first-child {
	border-top: 1px solid #ddd;
	border-left: 0;
}
}

/* TIER PRICE TABLES */


.product-specs-box .data-table td {
    padding: 10px;
}
.product-specs-box .spec-name {
    text-transform: uppercase;
}
.product-specs-box .a-left.spec-value a{
    text-transform: none;
    font-size: 12px;
}


/********** FOOTABLE CUSTOM CSS **********/


.footable label{
    display: none;
}
.footable-first-column {
	text-align: center;
    position: relative;
}
.footable-first-column .item-count {
	font-size: 13px !important;
    display: block;
    width: 35px;
	height: 16px;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    width: 35px;
	height: 35px;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    text-transform: uppercase;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable td.message,
.footable td.product,
.footable td.name{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.footable td.date{
    width: 190px;
}
.footable td.product .attributes{
    text-transform: none;
}

/* toggle style change */

.footable-toggle {
	background: #fff url('../Themes/Native/Content/img/table-plus.png') no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: #fff url('../Themes/Native/Content/img/table-minus.png') no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

@media all and (min-width: 1281px) {
    .cart th, .data-table th,
    .forums-table-section th {
        padding: 20px;
    }
    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        padding: 20px;
    }
}
/* hidding item counter in different tables */

@media all and (max-width: 1281px) {
.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.products .data-table .item-count,
.section.shipments .data-table .item-count  {
	
}
}

@media all and (max-width: 612px) {
/* add downloads table item-count here if "my account" is only one column on tablet landscape(768) */
.return-request-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 506px) {
.reward-points-history .data-table .item-count {
	display: none;
}
}

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count
/* remove downloads table item-count from here if "my account" is only one column on tablet landscape(768) */ {
	display: none;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
    font-weight: bold;
}
@media all and (max-width: 1024px) {

.responsive-nav-wrapper-parent {
    margin-bottom: 30px;
}
.responsive-nav-wrapper.stick {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.desktop-cart {
	display: none;
}
.page-title {
    margin: 0 0 50px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);*/
	background: #f3f3f3;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 40px;
	width: 45px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
    border-left: 1px solid #ddd;
    margin: 0; /*firefox margin fix*/
}
.responsive-nav-wrapper > div:last-child > span,
.responsive-nav-wrapper > div:last-child > a {
    border-right: 1px solid #ddd;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(../Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(../Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -44px center;
}

/*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

  .responsive-nav-wrapper .topcomparelink {
    display: inline-block;
    background: url(../Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -31px;
  }

/*Additional KII Code: End*/

.responsive-nav-wrapper .wishlist-button {
	display: inline-block;
	background: url(../Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -88px center;
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url(../Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -133px center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(../Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -177px center;
}
.responsive-nav-wrapper .filters-button {
	background: url(../Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -220px 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: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background: #f3f3f3;
    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 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.header-menu .close-menu {
	background: #fff;
	cursor: pointer;
    box-shadow: 3px 0 3px rgba(0,0,0,.1);
    margin-bottom: 3px;
}
.close-menu span {
	display: block;
	padding: 17.5px 40px 17.5px 20px;
	color: #666;
	text-transform: uppercase;
	line-height: 15px;
	text-align: left;
    background: url(../Themes/Native/Content/img/close-btn.png) no-repeat right 15px center;
}
.header-menu > ul li {
	background: #f3f3f3;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a {
	display: block;
    width: 260px;
    float: left;
	padding: 16px 0 16px 18px !important;
    margin: 0 50px 0 0;
	line-height: 17px;
	color: #505050;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.header-menu > ul li > a > span{
    display: inline-block;
    box-shadow: 0 0 0 10px #f3f3f3;
    text-transform: uppercase;
    background: #f3f3f3;
}
.header-menu > ul li > a:after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 17px;
    z-index: -1;
}
ul.sublist li > a:after{
    width: 96%;
}
.plus-button {
    float: right;
    margin-left: -50px;
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    background: url(../Themes/Native/Content/img/arrows-sprite.png) no-repeat right top 2px;
}

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #f3f3f3 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}       
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.header-menu ul li.back-button {
	background: #fff;
}
.header-menu .back-button span {
    display: block;
	text-transform: none;
	color: #666;
	text-align: right;
	padding: 14px 18px !important; 
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    cursor: pointer;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.header-logo,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.move-right {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);        
}

/* SEARCH BOX */

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 10px 10px;
	width: 100%;
	box-shadow: -1px 2px 1px rgba(0,0,0,0.1);
	z-index: 1070;
	text-align: center;
    background: #fff;
}
.search-box.open {
	display: block;
    background: #f3f3f3;
}
.search-box .search-box-button{
    background-color: #fff;
}
.search-box.forum-search-box {
    box-shadow: none !important;
}
.search-box.forum-search-box .basic input,
.search-box.forum-search-box .basic button {
    background-color: #f3f3f3;
}

/* HEADER LINKS */

.header-options-wrapper {
	display: none;
	background: #f3f3f3;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1070;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-options-wrapper.open {
	display: block;
}
.header-right {
    display: none;
}
.customer-header-links li {
    display: inline-block
}
.customer-header-links li a {
    padding: 10px 10px 10px 20px;
    display: block;
    margin: 0 5px;
}
.customer-header-links .ico-account {
    background: url(../Themes/Native/Content/img/login-register-sprite.png) no-repeat top 10px left 2px;
}
.customer-header-links .ico-inbox {
    padding: 0;
}
.customer-header-links .ico-inbox span {
    display: inline-block;
}
.customer-header-links .inbox-unread {
    padding: 10px 0;
}
.customer-header-links .ico-logout,
.customer-header-links .ico-login {
    background: url(../Themes/Native/Content/img/login-register-sprite.png) no-repeat top -16px left 2px;
}
.customer-header-links .inbox-label {
    padding: 10px 5px 10px 20px;
    background: url(../Themes/Native/Content/img/login-register-sprite.png) no-repeat top -44px left;
}
.customer-header-links .ico-register {
    background: url(../Themes/Native/Content/img/login-register-sprite.png) no-repeat top -68px left 2px;
}

/* MY ACCOUNT BLOCK */

.block-account-navigation {
    margin: 0 auto 50px !important;
    width: 85% !important;
    float: none !important;
    max-width: 470px;
}
.block-account-navigation .title {
    text-align: center;
    padding: 10px 0;
    cursor: default;
    z-index: -1
}
.block-account-navigation .title strong:after {
    display: none;
}
.block-account-navigation .listbox {
    display: block !important;
}
.block-account-navigation .list li {
    text-align: center;
}
.block-account-navigation .list li a,
.block-account-navigation .list li a.active,
.block-account-navigation .list li a:hover {
    background: none;
}

/* CHECKOUT PAGE */
.checkout-page .address-item {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Align list's text to the left
*/

  .product-list .item-box .specs .spec-li {
    text-align: left;
  }
  .product-list .item-box .details .add-info .add-to-compare-list-button {
    margin-left: 10px;
  }
  button:disabled,
  button[disabled] {
    border: 3px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none !important;
  }
  .email-website-link {
    padding: 0px !important;
    display: unset !important;
  }

    .email-website-link::before {
      display: none !important;
    }

  .KII_Title_RefineBy {
    font-size: 15px;
    color: #444 !important;
    padding: 0px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

    .KII_Title_RefineBy::after {
      content: '';
      position: absolute;
      width: 151px;
      height: 1px;
      background: #ddd;
      top: 100%;
    }

/* Additional KII Code: End */

}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* HEADER */

.search-box input.search-box-text {
	width: 300px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 336px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification {
    padding: 20px 75px;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a {
    margin: 0 5px;
}
/* HEADER MENU */
/* FOOTER */

.footer-upper-block{
    float: left;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.home-page-bottom > * {
    float: left;
    margin: 0 0 2% 2%;
}
.home-page-banners {
    padding: 14px;
}

.news-list-homepage .news-items .news-item {
    float: left;
    margin: 0 0 2% 2%;
}
.news-list-homepage .news-items .news-item.one {
    width: 70%;
    float: none;
    margin: 0 auto !important;
}

/*.poll {
    float: left;
    margin: 0 0 2% 2%;
}*/

.home-page-category-grid .item-box, 
.sub-category-grid .item-box,
.item-box {
    float: left;
    margin: 0 0 3% 3%;
    max-width: none;
}

/* PRODUCT PAGE */

.attributes,
.rental-attributes {
    overflow: hidden;
    text-align: left;
}
.attributes dl,
.rental-attributes .attribute-item {
    float: left;
    width: 48%;
    margin: 0 0 4% 4%;
}
.attributes dl:nth-child(2n+1),
.rental-attributes .attribute-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.attributes dl:only-child,
.rental-attributes .attribute-item:only-child {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.attributes select {
    width: 100%;
}


/* QUICK TABS */
/* ATTRIBUTES */
/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST PAGE */

/* PASSWORD PROTECTION */
.enter-password-form input {
	width: 300px !important;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

/* SHOPPING CART & CHECKOUT */

.cart-collaterals .coupon-code button {
    font-size: 14px;
}
.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 30px;
    text-align: center;
}
.order-review-data ul {
	display: table-cell;
}
.order-details-area td {
	float: none;
	width: auto;
}

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}

/* SEARCH PAGE & SITEMAP */
/* BLOG & NEWS */

/* Topic Page & Profile Page */

/* FORUM & PROFILE */

.forums-main-page .search-box.forum-search-box-text,
.forum-search-text {
	width: 300px !important;
}

}

@media all and (min-width: 481px) and (max-width: 768px) {

/* RESPONSIVE GRIDS */

.footer-upper-block{
	width: 49%; /*two per row*/
	margin: 0 0 20px 2%;
}
.footer-upper-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.item-box {
	width: 48%; /*two per row*/
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.news-list-homepage .news-items .news-item{
    width: 49%; /*two per row*/
}
.news-list-homepage .news-items .news-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

/*.poll{
    width: 49%;
}
.poll:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}*/

.home-page-bottom > *{
    width: 49%; /*two per row*/
}
.home-page-bottom > *:nth-child(2n+1) {
    clear: both;
	margin-left: 0;
}

/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Align list's text to the left
*/

  .product-list .item-box .specs .spec-li {
    text-align: left;
  }

  .product-list .item-box .details .add-info .add-to-compare-list-button {
    margin-left: 10px;
  }
  button:disabled,
  button[disabled] {
    border: 3px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none !important;
  }
  .email-website-link {
    padding: 0px !important;
    display: unset !important;
  }

    .email-website-link::before {
      display: none !important;
    }

  .KII_Title_RefineBy {
    font-size: 15px;
    color: #444 !important;
    padding: 0px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

    .KII_Title_RefineBy::after {
      content: '';
      position: absolute;
      width: 151px;
      height: 1px;
      background: #ddd;
      top: 100%;
    }
/* Additional KII Code: End */
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
}
.link-rss {
	display: block;
	float: right;
	margin: 4px 0 0;
}

/* HEADER */
/* HEADER MENU */
/* FOOTER */

/* HOME PAGE */

.titles {
    text-align: center;
}
.titles h3 {
    position: relative;
}
.titles h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.titles h3 span {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.topic-block-title {
    position: relative;
}
.topic-block-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.topic-block-title h2{
    display: inline-block;
    font-size: 24px;
    letter-spacing: 2px;
    box-shadow: 0 0 0 10px #fff;
    background: #fff;
}

.news-list-homepage .news-items{
    overflow: hidden;
}
.news-list-homepage .news-items .news-item{
    width: 32%;
}
.news-list-homepage .news-items .news-item:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
.news-list-homepage .view-all{
    clear: both;
    text-align: center;
}
.news-list-homepage .news-items .news-item.even{
    width: 49%; /*two per row*/
}
.news-list-homepage .news-items .news-item.even:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.news-list-homepage .news-items .news-item.even:nth-child(3n+1) {
    clear: none;
    margin-left: inherit;
}

.home-page-listbox{
    width: 32%; /*three per row*/
}
.home-page-listbox:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
.home-page-banners{
    width: 100%;
    margin: 10px 0;
    padding: 13px 0;
}

/*.poll{
    width: 32%;
	margin: 0 0 20px 2%;
}
.poll:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}*/


/* LEFT/RIGHT COLUMN */

.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.product-grid .title{
    position: relative;
    text-align: center;
}
.product-grid .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.product-grid .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.footer-blocks-holder{
    width: 95%;
    overflow: hidden;
}
.footer-middle-block{
    float: left;
}
.footer-upper-block,
.footer-middle-block{
	width: 32%; /*two per row*/
	margin: 0 0 20px 2%;
}
.footer-upper-block:nth-child(3n+1),
.footer-middle-block:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

/* CATEGORY PAGE & GRIDS */


.breadcrumb li:first-child * {
	margin-left: 0;
}
.home-page-category-grid .item-box, 
.sub-category-grid .item-box,
.item-box {
	width: 31.3%; /*three per row*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}


/* PRODUCT PAGE */

.product-page-content {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.product-page-top-wrapper {
    display: table-row;
}
.product-page-body{
    display: table-cell;
    vertical-align: top;
}
.product-page-content .related-products-grid {
    display: table-cell;
    width: 24%;
    padding-left: 2%;
    vertical-align: top;
}
.gallery .thumb-item {
	margin: 0 0 2% 2%;
}
.gallery .thumb-item:nth-of-type(5n+1) {
    margin-left: 0;
    clear: both;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.free-shipping {
	margin: 15px 0 20px;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 235px;
}
.variant-overview .add-to-wishlist-button {
	float: left;
	clear: none;
}

.product-page-content .related-products-grid > div.item-grid {
    background: #f5f5f5;
    padding: 20px 15px;
    margin-bottom: 30px;
}
.product-page-content .related-products-grid > div.title {
    margin-bottom: 10px !important;
    text-align: center;
}
.product-page-content .related-products-grid > div.title:after {
    display: none;
}
.product-page-content .related-products-grid > div.title strong {
    font-size: 13px;
    color: #666;
    box-shadow: none;
}
.product-page-content .related-products-grid > div.item-grid .item-box {
    width: 100%;
    margin: 0 0 20px;
}
.product-page-content .related-products-grid > div.item-grid .item-box .buttons {
    display: none;
}
.product-page-content .related-products-grid > div.item-grid .item-box .product-title {
    font-size: 13px;
    text-align: center;
}
.product-page-content .related-products-grid > div.item-grid .item-box .product-rating-box {
    display: block;
    text-align: center;
}
.product-page-content .related-products-grid > div.item-grid .product-item .rating {
    margin: 10px auto;
}
.product-page-content .related-products-grid > div.item-grid .item-box .prices {
    text-align: center;
}
.product-page-content .related-products-grid > div.item-grid .item-box .prices > * {
    margin: 0 5px;
}
.product-page-content .related-products-grid > div.item-grid .item-box .actual-price {
    font-size: 16px;
}
.giftcard div {
    width: 49%;
    float: left;
    margin: 0 0 2% 2%;
}
.giftcard div:nth-child(2n+1) {
    margin-left: 0;
}
.giftcard div:last-child {
    width: 100%;
    text-align: center;
}
.giftcard input, 
.giftcard textarea {
    width: 100%;
}
.giftcard textarea {
    height: 100px;
    min-height: 100px;
}

/* QUICK TABS */
/* ATTRIBUTES */

.rental-attributes dt {
	min-width: 75px;
}
.attribute-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}

/* REVIEW PAGE */

.product-review-item .product-review-box {
	position: absolute;
    top: 7px;
    right: 10px;
    margin: 0;
}
.product-review-item .review-info:first-child {
    margin-top: 15px;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}

/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.section.address-item,
.section.order-item{
    text-align: left;
    margin: 0 0 20px;
}
.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 0;
	right: 0;
}
.avatar-page .buttons {
	text-align: left;
}
.avatar-page .fieldset{
    float: left;
}

/* SHOPPING CART & CHECKOUT */

.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals {
	margin: 0 auto 25px;
}
.cart-collaterals {
    width: auto;
	margin: 0;
}
.cart-collaterals .deals {
    margin: 0 -2%;
    white-space: nowrap;
}
.cart-collaterals .deals > div {
    display: inline-block;
    width: 44%;
	margin: 0 3% 43px;
    white-space: normal;
}
.checkout-page .address-item {
	float: left;
    width: 48%;
    margin: 0 1% 2%;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .actions button {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blogpost-page{
    text-align: left;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
}

.blog-page .post, .news-items .news-item {
    text-align: left;
}
.new-comment .inputs {
    text-align: left;
}
.new-comment textarea {
	width: 470px;
}
.new-comment .captcha-box {
	text-align: left;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
    text-align: left;
}

/* FORUM & PROFILE */

.current-time {
	float: left;
}
.search-box.forum-search-box {
	float: right;
    clear: right;
    border: none;
    max-width: 50%;
}
.search-box.forum-search-box .advanced {
	text-align: right;
}
.pager.lower {
	float: right;
	margin: 0;
}
.private-message-view-page .back-pm-button {
	float: right;
}
.topic-post .post-time {
    float: left;
}
.topic-post .post-actions{
    float: right;
}
.topic-post .post-actions > *{
    vertical-align: middle;
}
.topic-post .manage-post,
.topic-post .quote-post{
    display: inline-block;
    margin: 0 10px;
}
.topic-post .post-content {
    position: relative;
}
.topic-post .post-body {
    margin: 0 45px 20px 0;
}
.topic-post .post-vote {
    position: absolute;
    top: 45px;
    right: 0;
}

}

@media all and (min-width: 769px) and (max-width: 1024px) {

.center-2 {
	margin: 0 0 50px;
}

.side-2 {
	overflow: hidden;
}
.side-2 .block {
	float: left;
	width: 31.333333333%;
	margin: 0 1% 2%;
}
	.side-2 .block:nth-of-type(3n+1) {
		clear: both;
	}

.home-page-banners .slider-wrapper{
	width: 32%;
	float: left;
	margin: 0 0 2% 2%;
}
.home-page-banners .slider-wrapper:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Align list's text to the left
*/

  .product-list .item-box .specs .spec-li {
    text-align: left;
  }
  .product-list .item-box .details .add-info .add-to-compare-list-button {
    margin-left: 10px;
  }
  button:disabled,
  button[disabled] {
    border: 3px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none !important;
  }
  .email-website-link {
    padding: 0px !important;
    display: unset !important;
  }

    .email-website-link::before {
      display: none !important;
    }

  .KII_Title_RefineBy {
    font-size: 15px;
    color: #444 !important;
    padding: 0px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

    .KII_Title_RefineBy::after {
      content: '';
      position: absolute;
      width: 151px;
      height: 1px;
      background: #ddd;
      top: 100%;
    }
/* Additional KII Code: End */
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

  /* GLOBAL STYLES */

  body {
    background: #fff url(../Themes/Native/Content/img/background.png) no-repeat top 250px center;
  }

  .page {
    text-align: left;
  }

  .master-wrapper-content {
    width: 100%;
    padding-top: 87px;
  }

  .home-page .master-wrapper-content {
    padding: 0;
  }

  .master-column-wrapper {
    width: 980px;
    margin: 30px auto 70px;
  }

  .center-2, .side-2 {
    margin: 30px auto;
  }

  .center-2 {
    float: right;
    width: 73%;
  }

  .side-2 {
    float: left;
    width: 25%;
  }

  .page-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 29px 0;
    background: #f3f3f3;
  }

    .page-title h1 {
      display: block;
      text-align: center;
    }

  .inputs {
    text-align: left;
  }

    .inputs label {
      text-align: left;
    }

    .inputs textarea {
      max-width: 470px;
    }

  .eu-cookie-bar-notification {
    padding: 20px 75px;
  }

    .eu-cookie-bar-notification .content {
      width: 980px;
      max-width: 100%;
      margin: 0 auto;
    }

  /* HEADER */

  .header {
    margin: 0 auto 40px;
    text-align: left;
    width: 980px;
    z-index: 1002;
  }

  .header-options-wrapper {
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
  }

    .header-options-wrapper:after {
      content: "";
      display: block;
      clear: both;
    }

  .header-selectors-wrapper {
    float: left;
    margin: 0;
  }

    .header-selectors-wrapper > div {
      margin: 0;
      border-right: 1px solid #ddd;
      vertical-align: top;
    }

    .header-selectors-wrapper select {
      border: none;
      height: 35px;
      padding: 6px 25px 6px 10px;
      min-width: initial;
      cursor: pointer;
    }

  .customer-header-links {
    float: left;
  }

    .customer-header-links ul {
      font-size: 0;
    }

    .customer-header-links li {
      margin: 0;
      display: inline-block;
      border-right: 1px solid #ddd;
    }

    .customer-header-links a {
      display: block;
      font-size: 13px;
      padding: 0 15px;
      line-height: 35px;
    }

  .ico-inbox {
    position: relative;
  }

    .ico-inbox .inbox-unread {
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #75bfa1;
      color: #fff;
      font-size: 11px;
      text-align: center;
      line-height: 14px;
      position: absolute;
      top: 2px;
      right: 1px;
      padding-left: 1px;
      letter-spacing: 1px;
    }

  .header-right {
    float: right;
  }

  .search-box {
    float: left;
    clear: left;
    height: 35px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: inset 0 0 7px #e9e9e9;
  }

    .search-box input {
      background: none;
    }

      .search-box input.search-box-text {
        height: 35px;
        font: normal 14px 'Lato', sans-serif;
        color: #aaa;
        padding: 8px 5px 8px 15px;
        letter-spacing: 1.5px;
        border: none;
        width: 177px !important;
      }

    .search-box .search-box-button {
      height: 35px;
      width: 35px;
      border: none;
      background-color: transparent !important;
    }

  .wishlist-cart-wrapper {
    float: right;
    clear: right;
    font-size: 0;
  }

  .wishlist-links-wrapper,
  #topcartlink {
    display: inline-block;
    vertical-align: middle;
  }

  /*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

  #topcomparelink {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
  }

  #topcomparelink {
    border-right: 1px solid #ddd;
    padding-right: 15px;
  }

  /*Additional KII Code: End*/

  .wishlist-links-wrapper {
    border-right: 1px solid #ddd;
  }

    .wishlist-links-wrapper a,
    #topcartlink a,
    /*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/
    #topcomparelink a
    /*Additional KII Code: End*/ {
      display: block;
      font-size: 14px;
      line-height: 35px;
      height: 35px;
      position: relative;
    }

  .ico-wishlist {
    width: 50px;
    height: 35px;
    background: url(../Themes/Native/Content/img/cart-icons.png) no-repeat top 11px left 18px;
  }

  .wishlist-label {
    display: none;
  }

  .wishlist-qty,
  /*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/
  .compare-qty,
  /*Additional KII Code: End*/
  .cart-qty {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #75bfa1;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    position: absolute;
  }

  .wishlist-qty {
    top: 2px;
    left: 33px;
  }

  .ico-cart {
    padding: 0 5px 0 50px;
    background: url(../Themes/Native/Content/img/cart-icons.png) no-repeat top 11px left -18px;
  }

  .cart-qty {
    top: 2px;
    left: 30px;
  }

  /*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

  .compare-qty {
    top: 2px;
    left: 60px;
  }

  /*Additional KII Code: End*/

  .cart-sum {
    color: #75bfa1;
    margin: 0 3px;
  }

  .flyout-cart {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 99999;
    width: 330px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    background: #fff;
  }

    .flyout-cart.active {
      display: block;
    }

  .mini-shopping-cart {
    padding: 10px;
    font-size: 11px;
  }

    .mini-shopping-cart * {
      line-height: normal !important;
    }

    .mini-shopping-cart .count {
      padding: 5px 0;
    }

      .mini-shopping-cart .count a {
        font-weight: bold;
        color: #75bfa1;
      }

    .mini-shopping-cart .items {
      margin: 0 0 10px;
    }

    .mini-shopping-cart .item {
      border-bottom: 1px solid #ddd;
      overflow: hidden;
      padding: 15px;
    }

      .mini-shopping-cart .item.first {
      }

    .mini-shopping-cart .picture {
      float: left;
      width: 75px;
      text-align: center;
    }

      .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden;
      }

        .mini-shopping-cart .picture a:before {
          content: " ";
          display: block;
          padding-top: 100%;
        }

      .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
      }

        .mini-shopping-cart .picture img:hover {
          opacity: .9;
        }

      .mini-shopping-cart .picture + .product {
        margin: 0 0 0 85px;
      }

    .mini-shopping-cart .name {
      margin: 0 0 10px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
    }

      .mini-shopping-cart .name a:hover {
        color: #666;
      }

    .mini-shopping-cart .price span,
    .mini-shopping-cart .quantity span {
      color: #75bfa1;
      font-weight: bold;
      font-size: 13px;
      text-transform: capitalize;
    }

    .mini-shopping-cart .totals {
      margin: 0 0 20px;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
    }

      .mini-shopping-cart .totals strong {
        color: #75bfa1;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 1.5px;
        text-transform: capitalize;
      }

    .mini-shopping-cart .buttons {
      margin: 0 0 5px;
      text-align: center;
    }

    .mini-shopping-cart button {
      display: inline-block;
      border: 3px solid #ddd;
      padding: 6.5px 10px;
      color: #444;
      font-size: 13px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      background: none;
      -webkit-transition: all .10s ease-in-out;
      -moz-transition: all .10s ease-in-out;
      transition: all .10s ease-in-out;
    }

      .mini-shopping-cart button:hover {
        color: #fff;
        background: #75bfa1;
        border-color: #75bfa1;
      }

  .responsive-nav-wrapper-parent {
    display: none;
  }

  /* HEADER MENU */

  .sub-header {
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  }

  .sub-header-center {
    width: 980px;
    display: table;
    margin: 0 auto;
  }

  .header-logo {
    display: table-cell;
    width: 25%;
    padding: 15px 0;
    text-align: left;
    vertical-align: middle;
  }

    .header-logo a {
      max-width: 292px; /*Firefox table-cell fix*/
    }

      .header-logo a img {
        max-width: 100%
      }

  .menu-title, .close-menu,
  .header-menu .back-button {
    display: none;
  }

  .overlayOffCanvas {
    display: none !important;
  }

  #headerMenuParent {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 4px 30px;
    text-align: left;
    z-index: 1001;
  }

  .header-menu.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    text-align: center;
    padding: 4px 0;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  }

  .header-menu > ul {
    font-size: 0;
  }

    .header-menu > ul > li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0 15px;
    }

      .header-menu > ul > li > a,
      .header-menu > ul > li > span {
        display: block;
        padding: 10px 0;
        font-size: 18px; /*reset zeroing*/
        cursor: pointer;
        font: normal 15px 'Lato', sans-serif;
        text-transform: uppercase;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
      }

        .header-menu > ul > li > a:hover,
        .header-menu > ul > li > span:hover {
          color: #75bfa1;
        }

        .header-menu > ul > li > a:before,
        .header-menu > ul > li > span:before {
          display: block;
          content: '';
          position: absolute;
          width: 100%;
          left: 50%;
          height: 4px;
          bottom: -4px;
          z-index: 1;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
        }

      .header-menu > ul > li:hover > a:before,
      .header-menu > ul > li:hover > span:before {
        position: absolute;
        width: 100%;
        left: 0;
        background: #75bfa1;
      }

  .header-menu .sublist-wrap {
    display: none;
    position: absolute;
    top: 42px;
    z-index: 1001;
    min-width: 180px;
    background: #fff;
    padding: 19px 0 21px;
    box-shadow: 0 1px 3px rgba(0,0,0, .2);
  }

    .header-menu .sublist-wrap:after {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      left: 0;
      bottom: 0;
      background: #75bfa1;
    }

    .header-menu .sublist-wrap.active {
      display: block;
    }

  .top-menu {
    display: block;
  }

  .header-menu .sublist li {
    position: relative;
    text-align: left;
  }

    .header-menu .sublist li.back-button {
      display: none;
    }

    .header-menu .sublist li a {
      display: block;
      position: relative;
      padding: 8px 20px 8px 42px;
      font-size: 13px;
      color: #444;
    }

      .header-menu .sublist li a:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        margin: auto;
        background: #d1d1d1;
      }

    .header-menu .sublist li:hover > a {
      color: #75bfa1;
    }

      .header-menu .sublist li:hover > a:before {
        background: #75bfa1;
      }

  .header-menu .sublist-wrap .sublist-wrap {
    top: -20px;
    left: 100%;
  }

  /* FOOTER */

  .footer {
    text-align: left;
  }

  .footer-blocks-holder {
    width: 100%;
    padding: 0 20px;
    max-width: 1170px;
  }

  .newsletter-subscribe {
    height: 40px;
  }

  .newsletter-email input,
  .newsletter-email button {
    float: left;
  }

    .newsletter-email input[type="text"] {
      width: 190px;
    }

  .newsletter-email button {
    width: 112px;
  }

  .footer-middle {
    position: relative;
    padding: 60px 0;
    background: #f3f3f3 url(../Themes/Native/Content/img/background-footer.png) no-repeat center top;
  }

  .footer-middle-block {
    width: 15.3%;
    margin: 0 0 0 2%;
    clear: none !important;
  }

    .footer-middle-block .footer-menu {
      display: block !important;
    }

    .footer-middle-block.contact-info,
    .footer-middle-block.opening-time {
      width: 23%;
    }

    .footer-middle-block .title {
      margin: 0 0 10px;
      cursor: default;
    }

      .footer-middle-block .title span {
        background: none;
        box-shadow: none;
      }

        .footer-middle-block .title::after,
        .footer-middle-block .title span:after {
          display: none;
        }

    .footer-middle-block:nth-child(3n+1) {
      margin-left: 2%;
    }

    .footer-middle-block:first-child {
      margin-left: 0;
    }

  .footer-lower .footer-blocks-holder {
    width: 100%;
    overflow: visible;
    position: relative;
  }

    .footer-lower .footer-blocks-holder:after {
      content: '';
      display: block;
      clear: both;
    }

  .footer-disclaimer {
    float: left;
    max-width: 50%;
  }

  .footer-tax-shipping {
    display: block;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 11px;
  }

  .footer-powered-by {
    float: right;
    max-width: 50%;
  }

  .footer-designed-by {
    float: right;
    margin: 0 10px 15px !important;
  }

  .footer-store-theme {
    width: 170px;
    position: absolute;
    left: 50%;
    top: -12.5px;
    margin-left: -85px !important;
  }

  /* HOME PAGE */

  .home-page .topic-block,
  .home-page-category-grid,
  .home-page-category-tabs .contents,
  .home-page-category-tabs .titles,
  .home-page .news-items,
  .home-page .home-page-polls,
  .home-page-bottom {
    width: 980px;
  }

  .home-page-category-tabs {
    background: url(../Themes/Native/Content/img/background-home.png) no-repeat top 45px center;
  }

  .home-page-center-banner {
    margin: 70px 0 120px;
  }


  .item-grid, .product-list {
    width: 100%;
  }

  .titles {
    position: relative;
    overflow: hidden;
  }

    .titles h3 {
      text-align: left;
      position: static;
      float: left;
      margin: 0;
    }

    .titles ul {
      float: right;
    }

  .news-list-homepage {
    padding: 100px 0 75px;
  }

  .home-page-bottom > * {
    width: 23.5%;
    margin: 0 0 2% 2%;
  }

    .home-page-bottom > *:nth-child(4n+1) {
      margin-left: 0;
      clear: both;
    }

  .home-page-listbox .picture {
    width: 34%;
  }

  .home-page-listbox .details {
    margin-left: 40%;
  }

    /**
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Hide product specs on home page
*/

    .home-page-listbox .details .specs {
      display: none;
    }

  /*Additional KII Code: End*/

  .home-page-listbox.without-banners {
    width: 32%;
  }

  .poll-options li,
  .poll-results li {
    display: inline-block;
    margin-right: 20px;
  }

  /* LEFT/RIGHT COLUMN */

  .block .listbox {
    display: block;
  }

  .block .title {
    cursor: default;
    margin: 0 0 20px;
  }

  .block .product-picture {
    display: inline-block;
    vertical-align: middle;
  }

    .block .product-picture img {
      display: block;
    }

  .block-recently-viewed-products div + a {
    width: 80%;
    vertical-align: middle;
  }

  .product-grid .title {
    position: relative;
    text-align: left;
  }

    .product-grid .title:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #ddd;
      position: absolute;
      bottom: 4px;
      z-index: -1;
    }

    .product-grid .title strong {
      display: inline-block;
      box-shadow: 0 0 0 10px #fff;
      text-transform: uppercase;
      background: #fff;
    }

  .block .tags {
    text-align: left;
  }

  /* CATEGORY PAGE & GRIDS */

  .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    text-align: left;
    background: #f3f3f3;
  }

    .breadcrumb ul {
      width: 980px;
      margin: 0 auto;
    }

    .breadcrumb li * {
      line-height: normal;
    }

  .product-selectors {
    text-align: left;
    width: 48%;
    float: left;
  }

    .product-selectors span {
      display: block;
      margin-left: 5px;
      margin-bottom: 5px;
    }

    .product-selectors > div {
      margin: 0 10px 0 0;
      float: left;
      width: auto;
    }

      .product-selectors > div:last-child {
        margin: 0;
      }

  .product-page-size > span:last-child {
    display: none;
  }

  .grid-navigation {
    margin: 26px 0 20px;
  }

    .grid-navigation:after {
      content: "";
      display: block;
      clear: both;
    }

  .pager {
    float: right;
    margin: 20px 0 0;
    width: auto;
  }

    .pager ul {
      text-align: right;
    }

    .pager li {
      margin: 0 0 0 10px;
    }

      .pager li:first-child {
        margin: 0;
      }

  .home-page-category-grid .item-box,
  .sub-category-grid .item-box,
  .item-box {
    width: 31.6%; /*three per row*/
    margin: 0 0 2.6% 2.6%;
  }

  .block {
    margin: 0 0 40px;
  }

    .block .title strong:after {
      display: none;
    }

    .block .list li {
      margin: 30px 0 0;
    }

      .block .list li:first-child {
        margin-top: 0;
      }

    .block .list a {
      padding: 0 0 0 20px
    }

    .block .sublist {
      margin-top: 30px;
    }

    .block .view-all {
      margin: 20px 0 0;
    }

      .block .view-all a {
        padding: 0;
      }

    .block.block-recently-viewed-products {
      margin: 0 0 40px;
    }

      .block.block-recently-viewed-products li {
        padding: 0;
      }

  .item-box:nth-child(3n+1) {
    margin-left: 0;
  }

  .item-box .title {
    font-size: 24px;
    bottom: 40px;
  }

    .item-box .title a {
      padding: 15px 10px 15px 45px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }

  .item-box:hover .category-item .title a,
  .item-box:hover .sub-category-item .title a {
    padding: 15px 10px 15px 50px;
  }

  .item-box:hover .category-item .title:before,
  .item-box:hover .sub-category-item .title:before {
    width: 33px;
  }

  .item-box .manufacturer-item img,
  .item-box .vendor-item img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .item-box:hover .manufacturer-item img,
  .item-box:hover .vendor-item img {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
    transform: scale(1.05);
  }

  .item-box .picture .compare-products {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -19px -46px 0 0;
    width: 38px;
    height: 38px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .item-box .picture:hover .compare-products {
    right: 50%;
    margin: -19px -19px 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .item-box .picture .compare-products button {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../Themes/Native/Content/img/wishlist.png) no-repeat center;
    -webkit-transform: translateZ(0); /*fixing bug with slicing on hover*/
  }

  .item-box .picture .compare-products:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .product-grid .item-box .picture {
    position: relative;
  }

  .product-item .picture .item-overlay {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .product-item .picture:hover .item-overlay {
    left: 0;
  }

  .product-grid .item-box .picture {
    margin-bottom: 25px;
  }

  .product-grid .item-box .details {
    padding-right: 60px;
    position: relative;
  }
    /*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Remove spec list on grid view
*/

    .product-grid .item-box .details .specs {
      display: none;
    }

  .product-list .grid .products-grid-main .products-grid-tbl {
    width: 100%;
    column-gap: 40px;
    column-width: 80px;
    display: table;
  }

  .product-grid .grid .products-grid-main .products-grid-tbl th {
    width: 200px;
  }

  .product-grid .grid .products-grid-main .products-grid-tbl tr:nth-of-type(odd) {
    background-color: #ccc;
  }

  .product-grid .grid .products-grid-main .products-grid-tbl td {
    /*font-size: 1px;*/
  }
  /*Additional KII Code: End*/

  .product-grid .item-box .details .add-info .add-to-compare-list-button {
    display: none;
  }

  .product-grid .item-box .buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }

    .product-grid .item-box .buttons button {
      font-size: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      background: url(../Themes/Native/Content/img/buy-button-back.png) no-repeat top left;
      border-color: #ccc;
      -webkit-transition: all .10s ease-in-out;
      -moz-transition: all .10s ease-in-out;
      transition: all .10s ease-in-out;
    }

      .product-grid .item-box .buttons button:hover {
        background-color: #75bfa1;
        border-color: #75bfa1;
        background-position: top left -36px;
      }

  div.product-viewmode {
    display: block;
  }
  /*
Modified KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Modify category list view and add product specs
*/

  .product-list .grid .products-grid-main .products-grid-tbl {
    width: 100%;
    column-gap: 40px;
    column-width: 80px;
    display: table;
  }

    .product-list .grid .products-grid-main .products-grid-tbl th {
      width: 200px;
    }

    .product-list .grid .products-grid-main .products-grid-tbl tr:nth-of-type(odd) {
      background-color: #ccc;
    }

    .product-list .grid .products-grid-main .products-grid-tbl td {
      /*font-size: 1px;*/
    }

  .product-list .item-box {
    width: 100%;
    padding: 0 0 30px;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 0 30px !important;
    border: 1px solid #ddd;
    /*box-sizing: border-box;*/
  }

  .product-list .product-item {
    overflow: hidden;
    margin: 4px;
  }

  .product-list .item-box .picture {
    /*    width: 30%;
    float: left;
    margin: 0;
    max-width: 20%;
    height: auto;*/
    display: none !important;
  }

  .product-list .item-box .details {
    margin-left: 12px;
    margin-top: 12px;
    /*float: left;*/
    width: 100%;
  }

  .product-list .product-title {
    margin-bottom: 60px;
    margin-right: 200px;
  }

  .product-list .item-box .product-rating-box {
    display: block;
    /*position: absolute;*/
    top: 0;
  }

  .product-list .item-box .rating {
    margin-bottom: 50px;
  }

  .product-list .item-box .description {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  /*Modified KII Code: End*/

  /*Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/

  .product-list .item-box .specs {
    display: block;
    position: relative;
    margin-top: -35px;
    margin-bottom: 20px;
    margin-right: -108px;
    font-size: 14px;
  }

    .product-list .item-box .specs #spec-ol {
      columns: 2;
      -webkit-columns: 2;
      /*-moz-columns: 2;*/
    }

    .product-list .item-box .specs .spec-li {
      padding-bottom: 10px;
    }

  /*Additional KII Code: End*/


  .product-list .item-box .description:before {
    /*Modified KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}*/
    /*    content: '';
    display: block;
    height: 4px;
    width: 37px;
    background: #444;
    margin: 25px 0;  */
    display: none;
    /*Modified KII Code: End*/
  }

  .product-list .item-box .add-info button {
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
  }

    .product-list .item-box .add-info button:hover {
      color: #fff;
      background: #75bfa1;
    }

  .items-per-row-four .product-grid .item-box {
    width: 23.5%;
    margin: 0 0 2% 2%;
  }

    .items-per-row-four .product-grid .item-box:nth-child(3n+1) {
      margin-left: 2%;
      clear: none;
    }

    .items-per-row-four .product-grid .item-box:nth-child(4n+1) {
      margin-left: 0;
      clear: both;
    }

    .items-per-row-four .product-grid .item-box .product-title {
      font-size: 14px;
    }


  /* PRODUCT PAGE */

  .product-page-content .related-products-grid {
    width: 20%;
  }

  .gallery {
    float: left;
    width: 45%;
    margin: 0 0 70px;
  }

    .gallery .picture {
      width: auto;
    }

  .product-details-page .overview {
    float: right;
    width: 52%;
  }

  .overview .short-description:before {
    margin: 25px 0;
  }

  .attributes dl:only-child {
    margin: 0;
    text-align: left;
  }

  .related-products-grid .item-box .details {
    padding: 0;
  }

  .related-products-grid .item-box .picture {
    margin-bottom: 15px;
  }

  /* QUICK TABS */
  /* ATTRIBUTES */
  /* GIFT CARD */
  /* REVIEW PAGE */

  .product-review-item .review-text {
    overflow: hidden;
  }

  .product-review-item .review-avatar {
    float: left;
    margin: 0;
    font-size: 0;
  }

  .product-review-item .avatar + .text-body {
    margin: 0 0 0 135px;
  }

  /* WISHLIST & COMPARE LIST */

  .attributes .qq-upload-button {
    margin: 0;
  }

  .product-reviews-page .title {
    text-align: left;
  }

  .write-review .review-rating {
    text-align: left;
  }

  .write-review .captcha-box {
    text-align: left;
  }

  .wishlist-content .tax-shipping-info {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .wishlist-content .buttons {
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
  }

    .wishlist-content .buttons .update-wishlist-button {
      float: left;
    }

    .wishlist-content .buttons .email-a-friend-wishlist-button {
      float: right;
    }

  .compare-products-table {
    display: table;
    margin: 0 0 70px;
    clear: both;
  }

    .compare-products-table .full-description {
      vertical-align: top;
    }

  .compare-products-table-mobile {
    display: none;
  }

  .compare-products-page .clear-list {
    float: right;
    padding: 0;
  }

  /* PASSWORD PROTECTION */
  /* CONTACT PAGE & EMAILaFRIEND */
  /* REGISTRATION, LOGIN, MY ACCOUNT */

  #check-availability-button {
    display: block;
  }

  #username-availabilty {
    position: absolute;
    top: 60px;
    left: 0;
  }

  .login-page,
  .registration-page,
  .contact-page,
  .email-a-friend-page,
  .password-recovery-page,
  .apply-vendor-page {
    text-align: center;
  }

    .contact-page .form-fields,
    .registration-page .form-fields,
    .login-page .form-fields,
    .email-a-friend-page .form-fields,
    .password-recovery-page .form-fields,
    .apply-vendor-page .form-fields {
      width: 470px;
      margin: 40px auto 15px;
    }

    .login-page .inputs.reversed > * {
      width: auto;
      margin: 0 5px;
      vertical-align: middle;
    }

  .account-page .no-data {
    text-align: left;
  }

  .downloadable-products-page .no-data,
  .back-in-stock-subscription-list-page .no-data,
  .forum-subscriptions-page .no-data {
    margin-top: -16px;
    text-align: left;
  }

  .no-address,
  .no-orders {
    text-align: left;
  }

  .return-request-page label {
    width: 305px;
  }

  .order-details-page .order-details-buttons-wrappe r {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
  }

  .order-details-page .actions {
    text-align: right;
  }

  .order-details-page .cart-total {
    float: right;
  }

  .registration-result-page {
    text-align: center;
  }

  /* SHOPPING CART & CHECKOUT */

  .shopping-cart-page .page-title {
    background: none;
    text-align: center;
  }

  .order-progress {
    margin: -40px 0 50px;
  }

  .shopping-cart-page .common-buttons {
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
  }

    .shopping-cart-page .common-buttons button,
    .shopping-cart-page .common-buttons a {
      max-width: none;
      margin: 0;
    }

  .shopping-cart-page .update-cart-button {
    float: left;
  }

  .shopping-cart-page .continue-shopping-button {
    float: right;
  }

  .checkout-attributes {
    text-align: right;
  }

    .checkout-attributes li {
      margin: 0 0 0 10px;
    }

    .checkout-attributes .text-prompt {
      text-transform: uppercase;
    }

    .checkout-attributes .qq-upload-button {
      float: right;
    }

  .shopping-cart-page .totals {
    width: 31%;
    float: right;
    margin: 0;
  }

  .cart-total {
    width: 300px;
  }

  .cart-collaterals {
    width: 66%;
    margin: 0;
    float: left;
  }

    .cart-collaterals .estimate-shipping-button {
      margin: 0;
      float: right;
    }

    .cart-collaterals .coupon-code button {
      font-size: 12px;
    }

    .cart-collaterals .message-success {
      position: absolute;
      bottom: -15px;
      height: 15px;
      overflow: hidden;
    }

    .cart-collaterals .current-code {
      position: absolute;
      bottom: -35px;
      height: 19px;
      overflow: hidden;
    }

  td.checkout-button-cell {
    text-align: right;
  }

  .page.checkout-page .page-title {
    background: none;
  }

  .page.checkout-page.opc-page .page-title {
    background: #f3f3f3;
  }

  .checkout-page .address-item {
    width: 32.333%;
    margin: 0 0 2% 1%;
  }

    .checkout-page .address-item:nth-child(3n+1) {
      margin-left: 0;
      clear: left;
    }

  .checkout-page .edit-address label {
    width: 305px;
  }

  .checkout-page .opc .edit-address label {
    width: 295px;
  }

  .checkout-page .selected-checkout-attributes,
  .order-details-page .tax-shipping-info {
    text-align: right;
  }

  .checkout-page .totals {
    float: right;
  }

  /* SEARCH & SITEMAP */

  .advanced-search .price-range input {
    height: auto;
  }

  /* BLOG & NEWS */

  .news-list-page .link-rss,
  .blog-page .link-rss,
  .recently-added-products-page .link-rss {
    position: absolute;
    left: 50%;
    margin-left: 470px;
  }

  .block-blog-archive .title,
  .block-popular-blogtags .title {
    margin-bottom: 20px;
  }

  .block-blog-archive .sublist {
    margin-top: 20px;
  }

  .new-comment textarea {
    display: block;
  }

  .blog-page-body .side-2 {
    float: right;
  }

  .blog-page-body .center-2 {
    float: left;
  }

  /* FORUM & PROFILE */

  .search-box.forum-search-box .advanced a {
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
  }

    .search-box.forum-search-box .advanced a:hover {
      text-decoration: underline;
    }

  .forum-search-page .advanced-search .inputs label {
  }

  .forum-edit-page label,
  .private-message-send-page label {
    margin: 0 0 5px;
    color: #888;
  }

  .profile-info-box .avatar {
    float: left;
  }

  .topic-post .post-info,
  .profile-info-box .user-details {
    float: left;
    width: 222px;
  }

  .topic-post .post-content,
  .profile-info-box .profile-stats,
  .profile-info-box .send-pm {
    min-width: 200px;
    margin-left: 233px;
    margin-top: 0;
  }

  /*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Align list's text to the left
*/

  .product-list .item-box .specs .spec-li {
    text-align: left;
  }

  .product-list .item-box .details .add-info .add-to-compare-list-button {
    margin-left: 10px;
  }

  button:disabled,
  button[disabled] {
    border: 3px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none !important;
  }

  .email-website-link {
    padding: 0px !important;
    display: unset !important;
  }

    .email-website-link::before {
      display: none !important;
    }

  .KII_Title_RefineBy {
    font-size: 15px;
    color: #444 !important;
    padding: 0px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

    .KII_Title_RefineBy::after {
      content: '';
      position: absolute;
      width: 151px;
      height: 1px;
      background: #ddd;
      top: 100%;
    }
  /*
Additional KII Code: End 
*/

}

/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 1170px;
}
.home-page .topic-block,
.home-page-category-grid,
.home-page-category-tabs .contents,
.home-page-category-tabs .titles,
.home-page .news-items,
.home-page .home-page-polls,
.home-page-bottom{
	width: 1170px;
}
.center-2 {
	width: 78%;
}
.side-2 {
	width: 20%;
}

.eu-cookie-bar-notification .content {
    width: 1170px;
}

/* HEADER */

.header {
	width: 1170px;
}
.search-box input.search-box-text {
    width: 277px !important;
}

/* HEADER-MENU */

.header-menu > ul {
	
}
.sub-header-center {
    width: 1170px;
}

/* FOOTER */

.footer-blocks-holder {
    padding: 0;
}
.newsletter-email input[type="email"] {
    width: 262px;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.breadcrumb ul {
    width: 1170px;
}
.product-item .rating {
    margin: 10px 0 20px;
}
.product-selectors {
    width: 59%;
}
.product-selectors span {
    display: inline;
}
.pager {
    margin: 0;
}
.product-list .product-item {
    position: relative;
}

/*
Modified KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Modify category list view and add product specs
*/

.product-list .add-info {
    /*position: absolute;*/
    bottom: 0;
}
.product-list .product-title {
    height: 1.2em;
    overflow: visible;
}

/*Modified KII Code: End */

.product-list .item-box .description {
    max-height: 105px;
    overflow: hidden;
}

/* PRODUCT PAGE */

.gallery {
	width: 48%;
}
.product-details-page .overview {
	width: 49%;
}
.ui-tabs .inputs label {
	width: 290px;
}

.home-page-listbox .product-item {
    margin-bottom: 40px;
}

/* QUICK TABS */
/* ATTRIBUTES */
/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.return-request-page label {
	width: 440px;
}

/* SHOPPING CART & CHECKOUT */

.cart-collaterals .coupon-code button {
    font-size: 14px;
}
.cart-total {
    width: 370px;
}
.checkout-page .edit-address label {
	width: 440px;
}
.checkout-page .opc .edit-address label {
	width: 430px;
}
.checkout-page .address-item {
    width: 24%;
}
.checkout-page .address-item:nth-child(3n+1) {
    margin-left: 1%;
    clear: none;
}
.checkout-page .address-item:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page-body .side-2 {
    width: 23%;
}
.blog-page-body .center-2 {
    width: 74.5%;
}

.news-list-page .link-rss,
.blog-page .link-rss,
.recently-added-products-page .link-rss {
    margin-left: 565px;
}

/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label {
	width: 440px;
}

/*
Additional KII Code: Start
Code Change ID: { 63E52DDD - 1F89 - 4CE5 - 94C2 - A2DE2624AC7D}
Align list's text to the left
*/

  .product-list .item-box .specs .spec-li {
    text-align: left;
  }
  .product-list .item-box .details .add-info .add-to-compare-list-button {
    margin-left: 10px;
  }
  button:disabled,
  button[disabled] {
    border: 3px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none !important;
  }
  .email-website-link {
    padding: 0px !important;
    display: unset !important;
  }

    .email-website-link::before {
      display: none !important;
    }

  .KII_Title_RefineBy {
    font-size: 15px;
    color: #444 !important;
    padding: 0px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

    .KII_Title_RefineBy::after {
      content: '';
      position: absolute;
      width: 151px;
      height: 1px;
      background: #ddd;
      top: 100%;
    }
/*Additional KII Code: End */
 
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.menu-title {
	text-align: center;
}
.mega-menu,
.header-menu .menu-title,
.mega-menu .dropdown {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
} 


@media all and (min-width: 1025px) {

.menu-title,
.close-menu {
	display: none;
}

.header-menu > ul {
    position: relative;
}
.header-menu > ul > li{
    position: static;
}
.header-menu > ul > li > a, 
.header-menu > ul > li > span {
    position: relative;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	position: relative;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-bottom: 4px solid #75bfa1;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
	margin-top: 4px;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .dropdown.fullWidth {
    left: 50%;
	margin-left: -415px;
	width: 830px;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 15px;
}

.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%;
}
/*.categories .box,
.manufacturers .box,
.vendors .box {
	width: 250px;
}*/
.mega-menu .title {
	margin-bottom: 10px;
	padding: 6px 0;
	text-transform: uppercase;
	text-align: left;
}
.mega-menu .title a {
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 1.5px;
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .picture {
	width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.mega-menu .picture a {
	display: block;
    position: relative;
}
.mega-menu .picture a:before {
    content: " ";
    display: block;
    padding-top: 120%;
}
.mega-menu .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}
.mega-menu .subcategories {
}
.mega-menu .box ul {
	margin-top: 5px;
}
.mega-menu .box li {
	margin: 0 0 15px;
	text-align: left;
}
.mega-menu .box li a {
    position: relative;
	padding-left: 13px;
	font-size: 13px;
    letter-spacing: 1.5px;
    display: block;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.mega-menu .box li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #d1d1d1;
}
.mega-menu .box li a:hover {
    color: #75bfa1;
}
.mega-menu .box li a:hover:before {
    background: #75bfa1;
}
.mega-menu .box li:nth-child(odd) a:hover {
}
.mega-menu .box li:nth-child(even) a:hover {
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}
.mega-menu li a.view-all:before {
    display: none;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	/*width: 16.66666%;*/
    padding: 0 10px;
}
.manufacturers.fullWidth .title,
.vendors.fullWidth .title {
    display: none;
}
.manufacturers.fullWidth .picture,
.vendors.fullWidth .picture {
    margin: 0;
}
.manufacturers.fullWidth .picture span,
.vendors.fullWidth .picture span {
    display: block;
}
.manufacturers.fullWidth .box .picture a,
.verndors.fullWidth .box .picture a {
    padding: 0;
}
.manufacturers.fullWidth .box .picture a:hover,
.vendors.fullWidth .box .picture a:hover {
    background: none !important;
    opacity: .9;
}
.manufacturers.fullWidth img,
.venors.fullWidth img {
    max-width: 100%;
}
.mega-menu .box li a.manufacturer:before,
.mega-menu .box li a.vendor:before {
    display: none;
}

.mega-menu .topic-wrapper {
	display: block;
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}

}
/*
* 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/Native/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"] {
    text-align: center;
    width: 40px;
    height: 40px;
    display: none;
}
.ajaxCart .addProductToCartErrors {
    text-transform: uppercase;
}
.productAddedToCartWindow,
.miniProductDetailsView {
    background: #fff;
    padding: 5px 10px;
}


.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 {
    position: relative;
    padding: 10px 60px 10px 0;
    margin: 0 10px !important;
}

.ajaxCart .k-window-titlebar.k-header:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 12px;
    z-index: -1;
}
.ajaxCart .k-window-titlebar.k-header span{
    background: #fff;
    text-transform: uppercase;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 0;
    z-index: 1;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a{
    display: block;
    padding: 2px 5px;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    font-size: 0;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover{
    color: #75bfa1;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a span{
    font-size: 12px;
}


/*** SINGLE PRODUCT WINDOW ***/

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    color: #555;
    line-height: 18px;
}
.productAddedToCartWindowTitle{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    padding: 0;
    text-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow:  0 0 0 9px #fff;
    background: #fff;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    text-align: center;
}

.productAddedToCartWindowImage a {
	position: relative;
    display: block;
    overflow: hidden;
	width: 160px;
    line-height: 0;
}

.productAddedToCartWindowImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
    margin: 0 0 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
    color: #333;
}

.productAddedToCartWindowDescription strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #75bfa1;
}
.productAddedToCartWindowDescription span {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.productAddedToCartWindowSummary a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.productAddedToCartWindowSummary a:hover {
    color: #75bfa1;
}

.ajaxCart .productAddedToCartWindowCheckout {
    border: 3px solid #75bfa1;
    padding: 9px 25px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.ajaxCart .productAddedToCartWindowCheckout:hover {
    color: #fff;
    background: #75bfa1;
}

.productAddedToCartWindowSummary div {
    margin-top: 10px;
}
.ajaxCart .addProductToCartErrors {
    padding: 10px;
}



/*** GROPED PRODUCTS WINDOW ***/


.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 0 #eee;
}
.miniProductDetailsView .product-overview-line{
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.miniProductDetailsView .product-overview-line:first-child{
    border-top: none;
    padding-top: 0;
}
.miniProductDetailsView .product-details-page .overview {
    width: 280px;
    margin-bottom: 10px;
}
.miniProductDetailsView .product-essential {
	padding: 15px;
    margin: 0;
    overflow: hidden;    
}

.miniProductDetailsView .short-description {
    margin-bottom: 10px;
    padding-top: 0;
    border-top: none;
    width: 250px;
}
.miniProductDetailsView .product-collateral{
    margin: 0;
}
.miniProductDetailsView .product-name {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 17px;
    max-width: 360px;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 0 0 9px #fff;
    text-shadow: none;
}
.miniProductDetailsView .product-essential .picture:before{
    display: none;
}
.miniProductDetailsView .gallery {
    float: left;
	display: block; /*Cloud Zoom css override*/    
    margin: 0 20px 0 0;
    max-width: 350px;
    width: auto !important;
    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 .product-variant-line {
    margin: 0;
}
.miniProductDetailsView .overview .attributes dl{
    width: 100%;
    float: none;
    margin: 0 0 20px;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
}
.miniProductDetailsView .attributes select {
	padding: 4px;
    max-width: 240px;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .prices {
    margin-bottom: 10px;
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
    margin: 0;
    border: none;
    padding: 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float:left;
}
.miniProductDetailsView .enter-price-input {
    padding: 4px;
    width: 69px;
}
.miniProductDetailsView .customer-entered-price{
    margin-bottom: 10px;
}
.ajaxCart .product-grid {
    background: #f5f5f5;
    padding: 10px;
    margin: 25px auto;
}
.ajaxCart .product-grid .item-box {
    width: 116px;
    margin: 0 5px 18px;
    overflow: hidden;
}
.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1;
    font-size: 14px;
    height: 2em;
    overflow: hidden;
}
.ajaxCart .product-grid .title{
    text-align: center;
}
.ajaxCart .product-grid .title strong{
    font-size: 14px;
    box-shadow: none;
    background: none;
}
.ajaxCart .product-grid .add-info{
    display: none;
}
.ajaxCart .item-box .picture a:after,
.ajaxCart .item-box .add-to-wishlist{
    display: none;
}

.miniProductDetailsView .giftcard {
    padding: 10px 15px;
    background: #fff;
    margin: 0;
}
.ajaxCart .giftcard div{
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.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;
}

/*background-color*/

#goToTop:hover,
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover,
.header-logo a img,
.footer-menu a:hover:before,
.social-sharing a:hover,
.poll .buttons input:hover,
.block .list a:hover:before,
.block .list .active a:before,
.block .list .sublist > .inactive:hover a:before,
.pager li a:hover,
.pager li span,
.vendor-list a:hover,
.contact-vendor button:hover,
.overview .add-to-cart-button:hover,
.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,
.variant-overview .add-to-cart-button:hover,
.attributes .qq-upload-button,
.mfp-container .apply-shipping-button:hover,
.write-review .button-1:hover,
.wishlist-content .button-2:hover,
.compare-products-page .button-2:hover,
.enter-password-form button: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,
#check-availability-button:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.account-page .edit-address-button:hover,
.account-page .order-details-button:hover,
.account-page .delete-address-button:hover,
.account-page .return-items-button:hover,
.order-details-page .page-title a:hover .return-request-page .button-1:hover,
.account-page .delete-selected-biss-button:hover,
.avatar-page button.upload-avatar-button,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.estimate-shipping-button:hover,
.checkout-attributes .qq-upload-button,
.return-request-file .qq-upload-button,
.order-details-page .actions button:hover,
.search-input .button-1:hover,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.new-comment .button-1:hover,
.news-list-page .news-items .read-more:hover,
.topic-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover,
.forum-edit-page .buttons button:hover,
.move-topic-page .buttons button:hover,
.private-message-send-page .buttons button:hover,
.private-messages-page .buttons button:hover,
.private-message-view-page .buttons button:hover,
.ajaxCart .productAddedToCartWindowCheckout:hover,
.mega-menu .box li a:hover:before,
.jCarouselMainWrapper .slick-prev:hover,
.jCarouselMainWrapper .slick-next:hover,
.jCarouselMainWrapper .slick-dots .slick-active button,
.previous-product a:hover,
.next-product a:hover,
.ropc button:hover,
.rich-blog-homepage .view-all a:hover,
.post-actions .read-more:hover,
.blog-search-results li a:hover:before,
.post-navigation a:hover,
.nivo-controlNav a.active,
.anywhere-slider .slick-active button,
.sale-of-the-day-offer li.slick-active button,
.inputs.upload .k-button.k-upload-button span,
.page-body form > .buttons .k-button:hover,
.k-edit-buttons.k-state-default button.k-dialog-insert.k-button,
#submit-reply .buttons .k-button:hover,
.my-tickets-page .clear-filters:hover,
.manage-tickets-page .clear-filters:hover,
.k-widget.confirmation-wrapper button,
.overview .submit-ticket-button:hover {
  background-color: #f10a28;
}
.ui-slider-handle,
.k-pager-numbers span.k-state-selected {
  background-color: #f10a28 !important;
}
/*color*/

.field-validation-valid,
.footer-menu a:hover,
.footer-tax-shipping a:hover,
.footer-powered-by a,
.footer-designed-by a,
.titles ul li.active span,
.home-page-listbox .actual-price,
.block .list a:hover,
.block .list .active > a,
.block .list a.active,
.block .view-all a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.breadcrumb h1,
.breadcrumb strong,
.item-box .actual-price,
.tax-shipping-info a:hover,
.overview .value,
.variant-overview .value,
.product-review-links a:hover,
.product-no-reviews a:hover,
.overview .product-price,
.variant-overview .product-price,
.customer-entered-price .price-range,
.ui-tabs .ui-tabs-nav li:hover a,
.product-tags-list li a:hover,
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar .ui-datepicker-today,
.product-reviews-page h1 a,
.product-review-item .review-info a,
.wishlist-page .share-info a:hover,
.compare-products-page .clear-list:hover,
.topic-block a:hover,
.topic-page a:hover,
.email-a-friend-page .title a:hover,
.registration-result-page .result,
.login-page .inputs.reversed .forgot-password a:hover,
.account-page .button-2:hover,
.order-details-page .page-title a:hover,
.return-request-list-page a:hover,
.order-total-price .cart-total-right,
.cart-total .order-total,
.terms-of-service span:hover,
.cart-collaterals .current-code,
.opc .back-link a:hover,
.order-details-page .data-table a:hover,
.order-details-page td.total,
.return-request-page td.price,
.sitemap-page a:hover,
.post-date,
.news-date,
.blog-posts .buttons a:hover,
.new-comment .result,
.comment-time,
.news-list-homepage .news-items .news-date,
.news-list-homepage .news-items .read-more,
.current-time,
.search-box.forum-search-box .advanced a,
.forums-table-section .view-all,
.forum-page .actions a:hover,
.forum-breadcrumb li:last-child a,
.forum-topic-page .topic-actions a:hover,
.topic-footer .topic-actions a:hover,
.topic-post .username:hover,
.topic-post .post-head a:hover,
.profile-page .topic-title a:hover,
.profile-page .topic-data,
.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover,
.cart .subtotal,
.compare-products-table .product-price td,
.tier-prices .item-price,
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover,
.productAddedToCartWindowDescription strong,
.productAddedToCartWindowSummary a:hover,
.filter-block a.clearFilterOptions:hover,
.filter-block a.clearPriceRangeFilter:hover,
.selected-options-list > li span,
.ajaxFilters .k-window-actions .k-icon:hover,
.filter-block a.toggleControl,
.filtersGroupPanel li.checked label,
.filtersGroupPanel li > label:hover,
.instant-search-item .detail .price,
.mega-menu .box li a:hover,
.quickView .k-window-titlebar.k-header .k-window-actions a:hover,
.quickViewWindow .links-panel a:hover,
.quickViewWindow .variant-info .product-price,
.sale-of-the-day-offer .product-name a,
.sale-of-the-day-offer .price.actual-price,
.rich-blog-homepage .blog-post .read-more,
.blog-instant-search .k-item.k-state-hover,
.rich-blog-autocomplete-last-item span,
.blog-search-results-page .search-term-highlighter,
.blog-instant-search .k-item.k-state-focused,
.blog-page .buttons .read-comments,
.blog-search-results li a:hover,
.post-footer a,
.category-description a:hover,
.manufacturer-description a:hover,
.full-description a:hover,
.topic-html-content a:hover,
.post-body a:hover,
.news-body a:hover,
.custom-tab a:hover,
.order-details-page .product .submit-ticket-button,
ul#TicketModelTicketProductIds_taglist li.k-button,
#TicketProducts_taglist li.k-button,
ul#product-field_taglist li.k-button,
#customer-field_taglist li.k-button,
.ticket-comments .comment-header .left a,
.ticket-comments .comment-body a,
.ticket-comments .attachment-content li {
  color: #f10a28;
}
/*border-color*/

#goToTop:hover,
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover,
.poll .buttons button,
.item-box button,
.vendor-list a:hover,
.contact-vendor button:hover,
.gallery .picture-thumbs a:hover,
.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,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.mfp-container .apply-shipping-button,
.write-review .button-1,
.wishlist-content .button-2:hover,
/*.wishlist-content .wishlist-add-to-cart-button,*/ .compare-products-page .button-2:hover,
.enter-password-form button:hover,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.registration-page .button-1,
.registration-result-page .button-1,
#check-availability-button,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.account-page .delete-selected-biss-button:hover,
.order-progress li.active-step a:before,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.estimate-shipping-button:hover,
.cart-footer .button-1,
.checkout-page button[type='submit'],
.confirm-order .button-1,
#checkout-step-confirm-order .buttons .button-1,
.order-details-page .actions button:hover,
.search-input .button-1,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.new-comment .button-1,
.news-list-page .news-items .read-more:hover,
.topic-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover,
.forum-edit-page .buttons button:hover,
.move-topic-page .buttons button:hover,
.private-message-send-page .buttons button:hover,
.private-messages-page .buttons button:hover,
.private-message-view-page .buttons button:hover,
.forum-edit-page .buttons button[type="submit"],
.move-topic-page .buttons button[type="submit"],
.private-messages-page .buttons button[type="submit"],
.private-message-send-page .buttons button[type="submit"],
.private-message-view-page .buttons button.button-1,
.ajaxCart .productAddedToCartWindowCheckout,
.mega-menu .dropdown,
.previous-product a:hover,
.next-product a:hover,
.user-agreement-page .button-1,
.ropc button:hover,
.complete-button button,
.rich-blog-homepage .view-all a:hover,
.post-actions .read-more:hover,
.post-navigation a:hover,
.page-body form > .buttons .k-button,
#submit-reply .buttons .k-button,
.my-tickets-page .clear-filters,
.manage-tickets-page .clear-filters,
.slick-dots button,
.overview .submit-ticket-button:hover {
  border-color: #f10a28;
}
.k-pager-numbers span.k-state-selected {
  border-color: #f10a28 !important;
}
/*Desktop Schemes*/

@media all and (min-width: 1025px) {
  /*background-color*/
  
  .ico-inbox .inbox-unread,
  .header-menu .sublist li:hover > a:before,
  .wishlist-qty,
  .cart-qty,
  .mini-shopping-cart button:hover,
  .header-menu > ul > li:hover > a:before,
  .header-menu > ul > li:hover > span:before,
  .header-menu .sublist-wrap:after,
  .product-grid .item-box .buttons button:hover,
  .product-list .item-box .add-info button:hover,
  .sale-of-the-day-offer .go-to-product-page:hover {
    background-color: #f10a28;
  }
  /*color*/
  
  .cart-sum,
  .mini-shopping-cart .count a,
  .mini-shopping-cart .price span,
  .mini-shopping-cart .quantity span,
  .mini-shopping-cart .totals strong,
  .header-menu > ul > li > a:hover,
  .header-menu > ul > li > span:hover,
  .header-menu .sublist li:hover > a {
    color: #f10a28;
  }
  /*border-color*/
  
  .mini-shopping-cart button:hover,
  .product-grid .item-box .buttons button:hover,
  .sale-of-the-day-offer .picture-thumbs a:hover,
  .sale-of-the-day-offer .go-to-product-page:hover {
    border-color: #f10a28;
  }
}
.breadcrumb
, .page-title
,.admin-header-links  {
  background-color: #595959;
}

.breadcrumb li > *
 , .page-title > * 
,.admin-header-links > * {
  color: #ffffff;
}
.breadcrumb strong {
  color: #ff4b62;
}

@media all and (max-width: 1024px) {

.full-description{
    height: 50%;
   float: right;
width: 50%;
}

  .html-widget .kii-card-body,
  .html-widget .kii_categorypageinfobox {
    display: flex;
    flex-direction: column;
  }

  .html-widget .kii_categorypageinfobox {
    justify-content: space-evenly;
    align-items: center;
    margin: 30px auto 15px;
    max-width: 100%;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypageheader {
    display: flex;
    font-size: 1.5em;
    padding-bottom: 10px;
    flex-direction: column;
  }
  .html-widget .kii_categorypageinfobox .kii_categorypagebody p {
    font-size: 1.25em;
    padding-bottom: 15px;
  }

  .html-widget .kii-card-body .leftside .card-body {
    flex-direction: column;
  }

  .html-widget .kii-card-body .leftside .card-body .card-text {
    font-size: 1.5em;
  }

  .html-widget .kii-card-body .col-md-6 {
    flex: 0 0 50%;
    max-width: 100%;
  }

  .html-widget .oddrow {
    background: #e4e4e4;
  }

  .html-widget .evenrow {
    background: #ffffff;
  }

  .html-widget .kii-card-body .rightside {
    display: flex;
    height: 100%;
    justify-items: center;
    align-items: center;
  }

  .html-widget .kii-card-body .rightside img {
    height: auto;
    width: 100%;
    padding-block: 30px;
    justify-items: right;
  }

  .html-widget .kii-card-body .leftside {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 5px 30px 5px 30px;
  }

  .html-widget .kii-card-body .leftside .LearnMore {
    color: red;
    font-weight: bold;
    font-size: 1.25em;
  }
}

@media all and (min-width: 481px) {

.full-description{
    height: 100%;
    width: 100%;
}
  .html-widget .kii-card-body {
    display: flex;
    flex-direction: row;
  }

  .html-widget .kii_categorypageinfobox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 30px auto 15px;
    width: 480px;
    max-width: 100%;
    align-items: flex-start;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypageheader {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
    padding-bottom: 10px;
  }
  .html-widget .kii_categorypageinfobox .kii_categorypagebody p {
    font-size: 1.25em;
    padding-bottom: 15px;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody .info_box {
    padding-bottom: 15px;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody .info_box ul {
    padding-left: 20px;
  }

  .html-widget .kii-card-body .leftside .card-body {
    flex-direction: column;
  }

  .html-widget .kii-card-body .leftside .card-body .card-text {
    font-size: 1.5em;
  }

  .html-widget .oddrow {
    background: #e4e4e4;
  }

  .html-widget .evenrow {
    background: #ffffff;
  }

  .html-widget .kii-card-body .rightside {
    display: flex;
    height: 100%;
    justify-items: center;
    align-items: center;
  }

  .html-widget .kii-card-body .rightside img {
    height: auto;
    width: 100%;
    padding-block: 30px;
    justify-items: right;
    text-align: right;
    max-width: 480px;
  }

  .html-widget .kii-card-body .leftside {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 5px 30px 5px 30px;
  }

  .html-widget .kii-card-body .leftside .LearnMore {
    color: red;
    font-weight: bold;
    font-size: 1.25em;
  }
}

@media all and (min-width: 769px) {
  /*   .html-widget .kii-card-body {
    color: green;
  } */

.full-description{
    height: 100%;
    width: 100%;
}

  .html-widget .kii_categorypageinfobox {
    width: 768px;
  }

  .html-widget .kii-card-body .rightside img {
    max-width: 768px;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody img {
    float: right;
  }
}

@media all and (min-width: 1025px) {
  /* .html-widget .kii-card-body {
    color: red;
  } */
.full-description{
    height: 50%;
   float: right;
width: 50%;
}
  .html-widget .kii_categorypageinfobox {
    width: 1024px;
 .product-grid .item-box .details .specs {
    display: block !important;
  } /* added by sophie*/
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody .info_box {
    padding-bottom: 15px;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody .info_box ul {
    padding-left: 20px;
  }
  
  .html-widget .kii-card-body .rightside img {
    max-width: 980px;
  }
}

@media all and (min-width: 1281px) {
  /* .html-widget .kii-card-body {
    color: blue;
  } */

.full-description{
    height: 50%;
   float: right;
width: 50%;
}

  .html-widget .kii_categorypageinfobox {
    width: 1170px;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody .info_box {
    padding-bottom: 15px;
  }

  .html-widget .kii_categorypageinfobox .kii_categorypagebody .info_box ul {
    padding-left: 20px;
  }

  .html-widget .kii-card-body .rightside img {
    max-width: 1170px;
  }
}

/*************************************************************/

.category-grid{
  display: none !important;
}
.prices{
  display: none !important;
}
.shipping-method-panel{
  display: none !important;
}
.payment-method-panel{
  display: none !important;
}
.order-totals-panel{
  display: none !important;
}
.attributes-panel{
  display: none !important;
}
.ship-to-same-address{
  display: none !important;
}
.shipping-address-panel{
  display: none !important;
}
.checkout-as-guest-button{
  display: none !important;
}
.choose-address{
  display: none !important;
}
.totals{
  display: none !important;
}
.price{
  display: none !important;
}
.cart-sum{
  display: none !important;
}
.subtotal{
  display: none !important;
}
.unit-price{
  display: none !important;
}
.footable-last-column{
  display: none !important;
}
.order-total{
  display: none !important;
}
.order-details-buttons-wrapper{
  display: none !important;
}
.billing-address-panel{
  display: none !important;
}
.panel-group-right-middle{
width: 100%;
margin: 0 auto;
float: none;
}
.panel-group-right-top{
width: 100%;
margin: 0 auto;
float: none;
}
.ropc .panel-group-right-top, .ropc .panel-group-right-middle, .ropc .panel-group-right-bottom {
    /* float: right; */
    width: 100%;
}
.order-summary-panel{
width: 100%;
margin: 0 auto;
float: none;
}
.quantity{
  display: none !important;
}
.count{
  display: none !important;
}
/*.cart-qty{
  display: none !important;
}*/
.wishlist-links-wrapper{
  display: none !important;
}
.qty-label{
  display: none !important;
}
.qty-input{
  display: none !important;
}
.qty-input a{
  display: none !important;
}
.shipping-title{
  display: none !important;
}
.shipping-address{
  display: none !important;
}
.product-review-box{
  display: none !important;
}
.download a{
color: red !important;
}
.add-to-wishlist-button{
  display: none !important;
}
/*.email-a-friend-button{
  display: none !important;
}*/
.product-estimate-shipping{
  display: none !important;
}
.order-completed-continue-button, .order-number{
  display: none !important;
}
.details-link{
font-size: 20px;
}
.billing-info{
  display: none !important;
}
/*.opening-time{
  display: none !important;
}*/
td.product{
text-decoration: underline;  
font-size: 12px;
}
.opening-time{
  display: none !important;
}

.item-box .product-title {
	text-transform: none !important;
}
.filter-block a.toggleControl{
font-size: 0.8em;
color: #444!important;
}

  .card {
        background-color: white;
    }

    .card-body {
        border: none;
        display: flex;
        flex-wrap: wrap;
    }

    div.card > div:nth-of-type(odd) {
        background: rgb(228, 228, 228);
    }

    .card-title {
        text-align: left;
        font-size: 2rem;
        font-weight: bold;
    }

    .card-text {
        font-size: 1rem;
        justify-items: center;
        align-items: center;
        padding-top: 20px;
        text-align: left;
    }

    .button {
        padding-top: 20px;
        font-size: 1rem;
    }

    ._picture {
        height: 100%;
        width: auto;
        justify-items: right;
        text-align: right;
    }

/*
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-9 {
        flex: 0 0 50%;
        max-width: 100%;
    }
*/
.item-box .product-title{
font-size: 14px !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-qty{
background: #f10a28 !important;
}

