/* Minification failed. Returning unminified contents.
(266,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '<!--'
(266,107): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-->'
(12609,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '<!--'
(12609,135): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-->'
(17025,11): run-time error CSS1030: Expected identifier, found '226'
(17025,11): run-time error CSS1031: Expected selector, found '226'
(17025,11): run-time error CSS1025: Expected comma or open brace, found '226'
(17029,11): run-time error CSS1030: Expected identifier, found '17'
(17029,11): run-time error CSS1031: Expected selector, found '17'
(17029,11): run-time error CSS1025: Expected comma or open brace, found '17'
(17033,11): run-time error CSS1030: Expected identifier, found '14'
(17033,11): run-time error CSS1031: Expected selector, found '14'
(17033,11): run-time error CSS1025: Expected comma or open brace, found '14'
(17038,11): run-time error CSS1030: Expected identifier, found '12'
(17038,11): run-time error CSS1031: Expected selector, found '12'
(17038,11): run-time error CSS1025: Expected comma or open brace, found '12'
(17182,18): run-time error CSS1030: Expected identifier, found ' '
(17186,1): run-time error CSS1031: Expected selector, found '@media'
(17186,1): run-time error CSS1025: Expected comma or open brace, found '@media'
 */


/*********** CSS RESET **********/


* {
	font-family: "helvetica","Microsoft JhengHei";
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	line-height: 1.3;
}
*, *: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="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
/* production css */

/*html {
	overflow: hidden;
}
body {
	position: absolute;
	left: 0;
	top: 0;
	right: -17px;
	bottom: 0;
	overflow-y: scroll;    
}*/


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background-color: #f8f8f8;
	font: normal 14px 'Montserrat', Verdana, sans-serif;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    color: #000000;
}
h1,h2,h3,h4,h5,h6 {
}
a {
	color: #c49169;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border-width: 0 0 2px;
    border-style: solid;
    border-color: #d9d9d9;
    background-color: transparent;
	padding: 6px 8px;
	vertical-align: middle;
    font-size: 14px;
    font-family: 'Montserrat', Verdana, sans-serif;
    color: #666;
}
input, textarea, select {
	font-size: 14px;
}
textarea {
	min-height: 200px;
    border-width: 2px;
}
/*select {
	min-width: 50px;
	height: 32px; 
	padding: 6px;
}*/
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {	
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
    font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.buttons .button-1:hover,
.add-button .button-1:hover {
    background-color: #c49169;
    color: #fff;
}
.buttons .button-2 {
    border: 2px solid #ccc;
    background-color: transparent;
    font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.buttons .button-2:hover {
    background-color: #ccc;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
	margin: 0 auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 0px;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.title-breadcrumb-wrapper,
.breadcrumb-name-wrapper,
.page-title,
.forums-main-page .topic-block-title {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 0px 5px;
    text-align: center;
    background: #eaeaea;
}
.title-breadcrumb-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f8f8f8 transparent;
}
.title-breadcrumb-wrapper .page-title::after {
    display: none;
}
.page-title:after,
.product-name:after,
.forums-main-page .topic-block-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f8f8f8 transparent;

}
.product-name:after {
    bottom: -5px;
}
.page-title h1,
.forums-main-page .topic-block h2,
.forum-name h1,
.topic-name h1 {
    padding: 35px 0;
    background: #eaeaea;
    text-align: center;
    font-size: 30px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
    text-transform: uppercase;
}
.title-breadcrumb-wrapper .page-title {
    margin: 0;
}
.title-breadcrumb-wrapper .page-title h1 {
    padding: 15px 0 15px;
    font-weight: normal;
       font-size: 16pt;
    font-family: "helvetica","Microsoft JhengHei";
    text-transform: uppercase;
    font-weight: 700;
}
.title-breadcrumb-wrapper .page-title h1:before,
.product-name h1:before,
.page-title h1:before,
.forum-name h1:before,
.topic-name h1:before {
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    height: 15px;
    margin: auto;
    <!-- background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x center top;  -->
}
.title-breadcrumb-wrapper .page-title h1:before,
.product-name h1:before,
.forum-name h1:before,
.topic-name h1:before {
    content: '';
}
.page-title,
.product-name {
    position: relative;
    z-index: 0;
    padding: 0 10px;
}

.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: 24px;
	height: 24px;
	background: url(/Themes/Minimal/Content/img/rss-icon.png) no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    display: block;
	margin: 12px 0;
	/* padding: 0 0 0 36px; */
    text-align: left;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content 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,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
   /* line-height: 26px; */
	line-height: 1.3;
}
.flyout-cart {
	display: none;
}


/*styles to overwrite the title after element */
tr.product-name:after,
td .product-name:after {
    display: none;
}
td .product-name {
    padding: 0;
}

/*********** GLOBAL FORMS ***********/


.page form {
    margin: 0 auto 20px;
    /*padding: 45px 20px; test forms*/
    background-color: #fff;
}
.fieldset, .section {
	position: relative;
	margin: 0 0 50px;
}
.fieldset .title,
.section .title {
	margin: 0 20px 10px;
}
.fieldset .title strong,
.section .title strong {
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
    max-width: 500px;
	margin: 0 auto 20px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:before,
.inputs:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 2px;  
    background-color: #d9d9d9;    
}
.inputs:before {
    right: auto;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
    left: auto; 
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
    font-size: 14px; /*reset zeroing*/
    color: #000;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 100%;
    vertical-align: middle;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	white-space: normal;
    /* line-height: 36px; */
	line-height: 1.3;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
    position: absolute;
    top: 22px;
    right: -12px;
    bottom: auto;
    left: auto;
    height: 18px;
    width: 10px;
    margin: auto;
	/*margin: 0 -6px 0 0;*/ /*siblings offset fix*/
	font-size: 26px;
    font-family: "helvetica","Microsoft JhengHei";
	color: #c49169;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
	display: block;
    margin-top: 5px;
    text-align: center;
	font-size: 12px;
	color: #ed3b4b;
    z-index: 1;
}
.payment-info .message-error,
.confirm-order .message-error {
    position: relative;
    margin: 0 0 20px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	font-size: 11px;
	color: #690;
}
.captcha-box {
	margin: 30px 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 30px;
    background-color: #fff;
}
.cart th, .data-table th,
.forums-table-section th {
	border: 1px dotted #ddd;
    border-width: 0 0 1px;
    padding: 25px;
    white-space: nowrap;
    color: #000;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px dotted #ddd;
    border-width: 1px 0;
    background: #fff;
    padding: 20px;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
    text-align: left;
    color: #666;
}
.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-weight: normal;
    font-size: 18px;
    font-style: normal;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	/*text-align: left;*/
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 50px;
    height: 50px;
    text-align: center;
    border-width: 2px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px;
    color: #000;
}
.cart .select-wrap:after,
.cart .select-wrap:before {
    display: none;
}

.cart .subtotal .product-subtotal,
.cart .subtotal .discount {
    color: #c49169;
    white-space: nowrap;
}
.cart .subtotal.footable-last-column {
    color: #666;
}
.cart .footable-row-detail-inner input {
    border-width: 2px;
}
.cart .subtotal .discount {
    /*white-space: normal;*/ /*use this if you have no space enough for discounted products price*/
}

td.footable-last-column {
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #c49169;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1075;
	width: 100%;
	padding: 20px 25px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-top: 1px solid #e1e1e1;
	background: #eee;
    color: #29b05f;
}
.bar-notification.error {
	border-top: 1px solid #e1e1e1;
	background: #eee;
    color: #ed3b4b;
}
.bar-notification .content {
	float: left;
	margin: 0 30px 0 0;
}
.bar-notification .content a {
	color: #29b05f;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 9px;
	background: #fff url(/Themes/Minimal/Content/img/popup-close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/Themes/Minimal/Content/img/loading.gif) center no-repeat;
}

.ui-dialog {
    position: fixed !important;
	z-index: 1050;
	width: 450px !important;
	max-width: 95%;
	outline: 2px solid rgba(0, 0, 0, 0.08);
	/* overflow: scroll; */
	background: #f8f8f8;
	    top: 200px !important;
    height: 400px !important;
}
.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px 15px;
}
.ui-dialog-titlebar span {
	float: left;
    font-size: 20px;
    font-weight: normal;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: none;
	background: #fff url(/Themes/Minimal/Content/img/popup-close.png) center no-repeat;
	font-size: 0;
}
.ui-dialog .ui-dialog-content .page-title {
    margin-bottom: 40px;
    padding: 0;
}
.ui-dialog .page-title h1:before {
    left: 0;
    right: 0;
}
.ui-dialog .page-title h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
}
.ui-dialog-content button:hover {
    background: #c89a76;
    color: #fff;
}
.ui-dialog-titlebar button:hover {
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: 350px !important;
	padding: 10px 0 20px;
	/* line-height: 20px; */
	line-height: 1.3;
        overflow: overlay;
        padding-right: 10px;
}
.ui-dialog-content > p {
    padding: 0 20px;
}
#terms-of-service-warning-box {
    padding: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    /*top: 50%;
	left: 50%;*/
    bottom: 0;
    width: 100%;
	z-index: 1050;
	/*width: 320px;
    margin: -90px 0 0 -160px;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
    background: #f8f8f8;*/
    background-color: #eee;
    padding: 20px;
	text-align: center;
    opacity: 0.95;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	/* line-height: 20px; */
	line-height: 1.3;
}
.eu-cookie-bar-notification button {
	/* min-width: 100px; */
	min-width: 100%;
    height: 50px;
	margin: 0;
	border: 2px solid #000;
	padding: 0 15px;
    background: #000;
	font-size: 14px;
    font-family: "helvetica","Microsoft JhengHei";
	color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.eu-cookie-bar-notification button:hover {
	background: #c89a76;
    color: #fff;
}
.eu-cookie-bar-notification a {
	display: block;
}

#goToTop {
    display: none;
    position: fixed;
	right: 20px;
    bottom: 20px;
	z-index: 1030;
    width: 65px;
    height: 65px;
    border: 2px solid #c89a76;
    overflow: hidden;
	background: #fff url(/Themes/Minimal/Content/img/goTop.png) no-repeat center 30%;
    text-align: center;
	line-height: 80px;

    font-size: 14px;
    font-family: "helvetica","Microsoft JhengHei";
    text-transform: uppercase;
    color: #000;
	text-transform: uppercase;
    cursor: pointer;
}
#goToTop:hover {
    background-color: #c49169;
    background-image: url(/Themes/Minimal/Content/img/goTopWhite.png);
    color: #fff;
} 


/*********** HEADER ***********/



.admin-header-links {
	background: #fff;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	/* line-height: 35px; */
	line-height: 1.3;
	font-weight: bold;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links a {
	font-weight: normal;
    color: #000;
}

.header { 
    max-width: 1920px;
	text-align: center;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
    z-index: 0;
    position: relative;
    padding: 20px 0 15px;
    background-color: #ffffff;
	text-align: center;
    font-size: 0;
}
.header-logo a {
	display: inline-block;
	max-width: 200px;
    max-height: 150px;
    overflow: hidden;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
    max-height: 100%;
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div {
    margin: 10px;
    cursor: pointer;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	height: 60px;
	width: 60px;
	font-size: 0;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(/Themes/Minimal/Content/img/menu-icon.png) no-repeat center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(/Themes/Minimal/Content/img/search-icon.png) no-repeat center;
}
.responsive-nav-wrapper .shopping-cart-link {
	position: relative;
    display: inline-block;
	background: url(/Themes/Minimal/Content/img/cart-icon.png) no-repeat center;
    
}
.responsive-nav-wrapper .Wish-List-link {
	position: relative;
    display: inline-block;
	background: url(/Themes/Minimal/Content/img/product-wishlist-link.png) no-repeat center;
    
}
.responsive-nav-wrapper .shopping-cart-link.full a:before {
    content: "";
    position: absolute;
    top: auto;
    right: 14px;
    bottom: 19px;
    height: 12px;
    width: 12px;
    background-color: #cd405b; 
    border-radius: 18px;
}
.header.mobile .personal-button.activeState {
    background-color: #fff;
} 
.header.mobile .responsive-nav-wrapper .shopping-cart-link .activeState {
    background: #fff url(/Themes/Minimal/Content/img/cart-icon.png) no-repeat center;
}
.header.normal .personal-button.activeState {
    background: #eee url(/Themes/Minimal/Content/img/header-links-icon.png) no-repeat center 22px;
    background-size: 30px 30px;
}
.header.normal .responsive-nav-wrapper .shopping-cart-link .activeState {
    background: #eee url(/Themes/Minimal/Content/img/cart-icon.png) no-repeat center 19px;    
} 
.header.mobile .header-links-wrapper.activeState,
.header.mobile .flyout-cart.activeState {
    display: block;
} 
    
.responsive-nav-wrapper .filters-button {
	display: none;
	background: url(/Themes/Minimal/Content/img/icon-filters.png) no-repeat center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(/Themes/Minimal/Content/img/header-links-icon.png) no-repeat center 22px;
	background-size: 30px 30px;
}


.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.header-links-wrapper div {
    font-size: 0;
    background-color: #fff;
}
.language-currency-tax-wrapper {
    margin-bottom: 2px;
    padding: 10px;
}
.language-currency-tax-wrapper div {
    display: inline-block;
    margin: 5px 20px;
}

.header-links {
    padding: 10px;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
	line-height: 42px; 
	/* line-height: 1.3; */
    color: #000;
}
.header-links a:hover,
.header-links span:hover {
    color: #888;
}
.header-links .cart-qty {
	padding: 0 0 0 20px;
}

.search-box {
	position: relative;
}
.search-box form {
	display: inline-block;
    position: relative;
    border-bottom: 2px solid rgba(0,0,0,0.15);
} 
.search-box form:before {
    content: "";
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.15); 
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.15); 
}
.search-box input.search-box-text {
	float: left;
	width: 250px !important;
	height: 36px;
    border: none;
    opacity: 0.2;
    color: rgb(0,0,0);
}
.search-box input.search-box-text:focus,
.search-box input.search-box-text:active {
    opacity: 0.6;
}
.search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
    padding: 0;
	background: url(/Themes/Minimal/Content/img/search-box-icon.png) center no-repeat;
	font-size: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 240px !important; /*default = txtfield + button*/
	max-width: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
	border-top: 2px solid #d9d9d9;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete li {
	background: url(/Themes/Minimal/Content/img/title-dots-decoration.png) repeat-x left top;
}
.ui-autocomplete li:first-child {
    background: none;
}
.ui-autocomplete a {
	display: block;
	padding: 8px;
    font-size: 13px;
    text-align: left;
    color: #bcbcbc;
}
.ui-autocomplete a.ui-state-focus {
	background: #f8f8f8;
    color: #000;
}
.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-selectors-wrapper {
	font-size: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	min-width: 100px;
}
.currency-list a,
.language-list a,
.tax-display-type-list a { 
	display: inline-block;
	position: relative;
    font-size: 14px;
    line-height: 28px; 
    /* line-height: 1.3; */
    color: #999;
}    
.currency-list .selected,
.tax-display-type-list .selected a,
.language-selector .selected a {
    padding: 0 10px;
    background-color: #efefef;
    color: #000; 
}
.currency-list a,
.tax-display-type-list a {

}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li,
.currency-list li,
.tax-display-type-list li {
	display: inline-block; 
	margin: 5px; 
}
.language-list a .selected ~ span {
    background-color: #efefef;
    color: #000;
}
.language-list img {
	display: none;
}
.language-list img.selected ~ span {
    padding: 0 10px;
}
.language-list span {
    display: inline-block;
}

.slider-wrapper.theme-custom {
	margin: 0 auto 30px; /*overrides default slider*/
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
/*
.scrollYRemove {
    -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);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: rgba(34,34,34,0.98);
    overflow: hidden;
	z-index: 1070;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.android23 .header-menu {
    left: -100%;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu {
    position: relative;
    height: 52px;
    overflow: hidden;
	cursor: pointer;
}
.close-menu span {
	display: block;
    width: 40px;
    height: 40px;
    float: right;
	padding: 15px 10px;
    background: #303030 url(/Themes/Minimal/Content/img/close-button.png) no-repeat center;
	font-size: 0;
	color: #fff;
	text-transform: uppercase;
	/* line-height: 15px; */
	line-height: 1.3;
	text-align: right;
}
.header-menu > ul li {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span,
.header-menu .top-menu > li > .openSublistWrapper > a {
	display: block;
    margin: 0 10px;
	padding: 15px 35px;
	/* line-height: 15px; */
	line-height: 1.3;
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 0;
    font-family: "helvetica","Microsoft JhengHei";
}
.header-menu > ul li:first-child > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(/Themes/Minimal/Content/img/menu-border.png) repeat-x;
}
.header-menu > ul li a:after,
.header-menu > ul li span:after/*,
.header-menu .close-menu:after,
.header-menu ul li.back-button:after*/ {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(/Themes/Minimal/Content/img/menu-border.png) repeat-x;
}
.header-menu > ul li.back-button span:after {
    display: none;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	border-bottom: 0;
} 
.header-menu > ul li > .with-subcategories {
    width: auto !important;	  
}
.plus-button {
	position:absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
	z-index: 1;
	width: 40px;
	height: 50px;
	background: #2c2c2c url(/Themes/Minimal/Content/img/arrow.png) center no-repeat;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(34,34,34,0.98);
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.android23 .header-menu .sublist-wrap {
    left: -100%;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}
.header-menu ul li.back-button {
    position: relative;
    height: 52px;
    overflow: hidden;
}
.header-menu ul li.back-button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    max-width: 400px;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/menu-border.png) repeat-x;
}
.header-menu .back-button span {
	position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 11px 15px 11px 35px !important;
    background: #303030 url(/Themes/Minimal/Content/img/arrow-back.png) no-repeat 12px center;
    font-size: 18px;
    /* line-height: 18px; */
    line-height: 1.3;
    cursor: pointer;
}

/* social icons buttons */

.header-menu ul li.social-icons {
    padding: 90px 10px 52px;
}
.header-menu ul li.social-icons h2 {
    position: relative;
    display: inline-block;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.header-menu ul li.social-icons h2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    width: 8px;
    height: 2px;
    margin: auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #959595; 
}
.header-menu ul li.social-icons h2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    width: 8px;
    height: 2px;
    margin: auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #959595; 
}
.header-menu ul li.social-icons li {
    display: inline-block;
    text-align: center;
}
.header-menu ul li.social-icons a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px;
    padding: 0;
    background-image: url(/Themes/Minimal/Content/img/social-icons-sprite.png);
    background-repeat: no-repeat;
}
.header-menu ul li.social-icons a::after,
.header-menu ul li.social-icons a::before {
    display: none;
}
.header-menu ul li.social-icons a.facebook {
    background-position: 0 center;
}
.header-menu ul li.social-icons a.twitter {
    background-position: -30px center;
}
.header-menu ul li.social-icons a.pinterest {
    background-position: -60px center;
}
.header-menu ul li.social-icons a.instagram {
    background-position: -90px center;
}
.header-menu ul li.social-icons a.vimeo {
    background-position: -120px center;
}

.header-menu ul li.social-icons a.google {
    background-position: -147px center;
}
.header-menu ul li.social-icons a.youtube {
    background-position: -205px center;
}
.header-menu ul li.social-icons a.rss {
    background-position: -180px center;
}

/*********** FOOTER ***********/



.footer {
    padding-top: 30px;
    padding-bottom: 10px;
	text-align: center;
    background: #fff;
}
.footer .title {
    position: relative;
    margin: 0 0 0px;
    padding: 10px 35px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.footer .footer-middle-block .title:before,
.footer .footer-middle-block .title:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 15px;
    background: url(/Themes/Minimal/Content/img/footer-block-arrow.png) no-repeat center;
}
.footer .footer-middle-block .title:after {
    right: 0;
    left: auto;
}
.footer-upper {
	margin: 0 0 20px;
	overflow: hidden;
}

.footer-middle {
	margin: 0 0 30px;
	overflow: hidden;
}
.footer-middle-block {
    max-width: 360px;
    margin: 0 auto;
}
.footer-middle-block ul {
    display: none;
}
.footer-middle-block li {
}
.footer-middle-block a {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    /* line-height: 34px;     */
    line-height: 1.3;
    color: #888;
}
.footer-middle-block a:hover {
    color: #aaa;
}
.footer-middle .newsletter-wrapper {
    display: block;
}
.footer .newsletter .title {
  
    position: relative;
    margin: 0 0 35px;
    color: #000;
    font-size: 12pt; 


}

.newsletter .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    margin: auto;
    width: 20px;
    height: 0px;
    background: url(/Themes/Minimal/Content/img/title-decoration.png) no-repeat center;
} 
.newsletter-email { 
    position: relative;
	display: inline-block; 
    max-width: 95%;
    margin: 0 0 95px;
}
.newsletter-email:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 2px;
    height: 10px;
    background: #ebebeb;
}
.newsletter-email:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 2px;
    height: 10px;
    background: #ebebeb;
}
.newsletter-email .newsletter-subscribe-text {
    display: block;
	width: 302px;
    max-width: 100%;
	height: 36px;
    border: 2px solid #ebebeb;
    border-width: 0 0 2px;
    text-align: center;
    font-family: 'Montserrat', Verdana, sans-serif;
    color: #ccc;
}
.newsletter-email .newsletter-subscribe-text:focus,
.newsletter-email .newsletter-subscribe-text:active {
    color: #666;
}
.newsletter-email .newsletter-subscribe-button {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
	height: 45px;
	border: 2px solid #c89a76;
    padding: 0 30px;
    background: transparent;
	font-size: 18px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
	    font-family: "helvetica","Microsoft JhengHei";
}
.newsletter-email .newsletter-subscribe-button:hover {
    background: #c89a76;
    color: #fff;
}
.newsletter-email .options {
	clear: both;
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    margin: auto;
}
.newsletter-email .options span {
    margin: 0 5px;
}
.newsletter-validation {

} 
.newsletter-result {
    display: none;
	/* line-height: 28px;  */
	line-height: 1.3;
    margin: 0 0 30px;
    text-align: center;
    color: #bbb;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

/* newsletter popup */

.newsletter-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1070;
}
.newsletter-popup {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 90%;
    max-width: 700px;
    min-height: 300px;
    margin: auto;
    outline: 15px solid #f8f8f8;
    border: 3px solid #202020;
    background-color: #f8f8f8;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1110;
}
.newsletter-popup .newsletter-subscribe {
    text-align: center;
}
.newsletter-popup .newsletter-popup-title {
    display: none;
}
.newsletter-popup .newsletter-description-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.newsletter-popup .newsletter-description-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;    
    height: 0px;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/title-decoration.png) no-repeat center;   
}
.newsletter-popup .newsletter-popup-description {
    position: relative;
    overflow: hidden;
    max-height: 230px;
    padding: 45px 10px 0;
    text-align: center;
    font-size: 32px;
    font-family: "helvetica","Microsoft JhengHei";
    /* line-height: 44px; */
    line-height: 1.3;
    color: #000;
}
.newsletter-popup .newsletter {
    margin-bottom: 20px;
}
.newsletter-popup .newsletter-popup-description span {
    font-size: 40px;
    color: #c89a76;
}
.newsletter-popup form .title {
    display: none;
}
.newsletter-popup .newsletter-email {
    margin: 0 0 95px;
}
.newsletter-popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: #fff url(/Themes/Minimal/Content/img/popup-close.png) no-repeat center;
    font-size: 0;
}
.newsletter-popup .newspetter-popup-inputs {
    margin: 0 0 20px;
    text-align: center;
    color: #888;
}

/*.accepted-payment-methods {
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li { 
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url(/Themes/Minimal/Content/img/payment_sprite.png) no-repeat;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -50px 0;
}
.accepted-payment-methods .method3 {
	background-position: -100px 0;
}
.accepted-payment-methods .method4 {
	background-position: -150px 0;
}
.accepted-payment-methods .method5 {
	background-position: -200px 0;
}
.accepted-payment-methods .method6 {
	background-position: -250px 0;
}*/

.networks {
    margin-top: 20px;
}
.snetworks ul {
	font-size: 0;
}
.networks li {
	display: inline-block;
	margin: 0 5px 5px;
}
.networks a {
	display: block;
	width: 45px;
	height: 45px;
    border: 2px solid #e5e5e5;
	background: url(/Themes/Minimal/Content/img/social_sprite.png) no-repeat;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 0;
}
.networks a:hover {
    background-color: #e5e5e5;
}
.networks .facebook {
	background-position: 15px 7px;
}
.networks .twitter {
	background-position: -31px 5px;
}
.networks .google {
	background-position: -197px 8px;
}
.networks .linkedin {
	background-position: -197px 8px;
}
.networks .pinterest {
	background-position: -71px 8px;
}
.networks .wechat {
	background-position: -71px 8px;
}
.networks .vimeo {
	background-position: -156px 8px;
}
.networks .instagram {
	background-position: -111px 8px;
}
.networks .rss {
	background-position: -240px 8px;
}
.networks .youtube {
	background-position: -290px 8px;
}

.footer-lower {
	overflow: hidden;
    margin-bottom: 35px; 
    padding: 0 10px;
	font-size: 12px;
    /* line-height: 20px; */
    line-height: 1.3;
    color: #ccc;
}
.footer-lower > div {
	margin: 0 0 5px;
}
.footer-powered-by {
}
.footer-powered-by a {
	text-decoration: underline;
}
.footer-lower .theme-selector:before {
    display: none;
}
.footer-lower .theme-selector {
    display: block;
    margin: 10px 0;
}
.footer-lower .theme-selector .select-wrap {
    width: auto;  
}
.theme-selector select {
	width: 170px;
    text-align: center;
}
.footer-lower .theme-selector .select-wrap .select-box {
    padding: 5px 25px 5px 10px;
    text-align: center;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    max-width: 500px;
	margin: 0 auto 2px;
    background-color: #fff;
	text-align: center;
}
.block .title {
    position: relative;
    margin: 0;
    padding: 15px 35px;
	color: #000;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 24px;
	cursor: pointer;
}
.block .title:before, 
.block .title:after {
    content: "";
    position: absolute;
    right: auto;
    top: 0;    
    bottom: 0;
    left: 3px;
    height: 15px;
    width: 35px;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/footer-block-arrow.png) no-repeat center;
}
.block .title:after {
    right: 3px;
    left: auto;
}
.block .title strong {
    display: block;
	font-weight: normal;
}

.block .listbox {
	display: none;
    padding-bottom: 45px;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list,
.block .tags,
.block .poll {
    padding: 15px 30px;
}
.block .list li {
    text-align: left;

}
.block .list a {
	display: block;
	padding: 10px;
    background: url(/Themes/Minimal/Content/img/breadcrumbDelimiter.png) no-repeat left center;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block.block-recently-viewed-products {
    font-size: 0;
}
.block.block-recently-viewed-products .list li {
    margin-bottom: 10px;
}
.block.block-recently-viewed-products .list a.product-picture {
    display: inline-block;
    width: 65px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background: none;
}
.block.block-recently-viewed-products .list a.product-name {
    display: inline-block;
    /*width: 65%;*/
    width: calc(100% - 80px);
    max-height: 38px;
    overflow: hidden;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    /* line-height: 18px; */
    line-height: 1.3;
    background-image: none;
}
.block .list a:hover {
    color: #888;
}
.block .list img {
}

.block .sublist {
	padding: 0 15px;
}
.block .sublist a {
   color: #888;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.block .sublist a:hover {
    color: #bbb;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
    text-transform: uppercase;
}

.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; */
	line-height: 1.3;
    color: #888;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #bbb;
} 
.block .product-name:after {
    display: none;
}
.poll strong {
	display: block;
	margin: 0 0 10px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 16px;
    /* line-height: 32px; */
    line-height: 1.3;
    color: #000;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 10px;
}
.poll-options li > * {
	display: inline-block;
    padding: 0 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
    font-size: 13px;
    /* line-height: 34px; */
    line-height: 1.3;
    color: #888;
}
.poll-options li:hover label{
    color: #aaa;
}
.poll .buttons,
.poll-total-votes {
    margin: 0;
}
.block .poll .buttons input {
    height: 35px;
    font-size: 16px;
}
.poll .buttons input {
    height: 50px;
	border: 2px solid #c49169;
    padding: 0 20px;
    background-color: transparent;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.poll .buttons input:hover {
    background-color: #c49169;
    color: #fff;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
    margin-bottom: 40px;
	text-align: center;
}
.home-page-polls .poll {
    max-width: 628px;
    margin: auto auto 0.5%;
    padding: 30px 20px;
    background: #fff;
}
.home-page-polls .title {
	margin: 0 0 15px;
	font-size: 18px;
}
.home-page-polls .title strong {
	font-weight: normal;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 10px;
	text-align: center;
    font-size: 0;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	font-size: 12px; /*reset zeroing*/
	/* line-height: 26px; */
	line-height: 1.3;
    text-transform: uppercase;
    color: #b3b3b3;
}
.breadcrumb li > * {
    margin: 0 10px;
} 
.breadcrumb li .delimiter {
    display: inline-block;
    width: 6px;
    height: 15px;
    margin: 0;
    font-size: 0;
    background: url(/Themes/Minimal/Content/img/mobile-menu-in-desktop-arrow.png) no-repeat center;
}
.breadcrumb strong,
.forum-breadcrumb li:last-child a {
	font-weight: normal;
    color: #666;
}
.breadcrumb a:hover * {
	text-decoration: underline;
}
.center-side-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 50px 20px;
    max-width: 1260px;
    text-align: center;
}
.contact-vendor {
	margin: 0 0 20px;
    text-align: center;
}
.contact-vendor-button {
    display: inline-block;
    max-width: 90%;
    height: 50px;
    margin: 0 5px 10px;
    padding: 0 30px;
	border: 2px solid #c49169;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-vendor-button:hover {
    background-color: #c49169;
    color: #fff;
}

.minimal-ajax-filters-one-colomn {
    display: none;
}

.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 20px;
	text-align: center;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px 5px 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb;
}
.product-selectors > div span {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.product-selectors .select-inner {
    font-size: 14px;
    color: #000;
}
/*.product-selectors .select-wrap:before,
.product-selectors .select-wrap:after {
    display: none;
}*/
.product-selectors .select-wrap {
    min-width: 65px;
    /*border: none;*/
}
.product-selectors select {
	
}
.product-selectors option {
    font-size: 13px;
    padding: 10px 6px;
    text-transform: lowercase;
    color: #aaa;
}
.product-selectors option:hover {
    background-color: #f8f8f8;
}
.product-selectors .product-viewmode {
	display: none;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 0 0 8px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	opacity: 0.2;
}
.product-selectors .product-viewmode a.grid {
	background-image: url(/Themes/Minimal/Content/img/view-grid.png);
}
.product-selectors .product-viewmode a.list {
	background-image: url(/Themes/Minimal/Content/img/view-list.png);
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.item-box:before {
}
.item-box .product-item {
    overflow: hidden;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
	background: #fff;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .details {
    padding: 20px 20px 30px;
    background-color: #fff;
}
.item-box .product-title {
	margin: 0 0 15px;
}
.item-box .product-title {
    overflow: hidden;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
}
.item-box .product-title a {
    font-size: 14pt;
    height: auto;
    overflow: hidden;
    /* line-height: 28px; */
    line-height: 1.3;
    color: #000;
}
.item-box .title {
    background: #fff;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
    font-weight: normal;
}
.item-box .title .view-all {
    display: none;
}
.item-box .title a span:before,
.item-box .title a span:after,
.sub-category-item .title a:before, 
.sub-category-item .title a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 8px;
    margin: auto;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #000;
}
.item-box .title a span:after,
.sub-category-item .title a:after {
    right: 0;
    left: auto;
}
.item-box .title a span,
.sub-category-item .title a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
}
.item-box .rating {
	background: url(/Themes/Minimal/Content/img/rating1.png) repeat-x 0 center;
	width: 85px;
    height: 15px;
}
.item-box .rating div {
	background: url(/Themes/Minimal/Content/img/rating2.png) repeat-x 0 center;
    height: 15px;
}
.item-box .description {
	max-height: 65px;
	margin: 0 0 10px;
	overflow: hidden;
    /* line-height: 22px; */
    line-height: 1.3;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 20px;
    overflow: hidden;
    font-family: "helvetica","Microsoft JhengHei";
}
.item-box .prices span {
    margin: 0 5px;
}
.item-box .old-price {
    font-size: 20px;
	color: #888;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 24px;
	color: #c49169;
}
.item-box .prices .base-price-pangv {
    font-size: 13px;
    font-family: "Montserrat",Verdana,sans-serif;

}
.item-box .prices .tax-shipping-info {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-family: "Montserrat", Verdana, sans-serif;
}
.item-box .add-info > .product-box-add-to-cart-button,
.item-box .add-info > .ajax-cart-button-wrapper {
    display: none;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box input[type="text"],
.item-box input[type="number"] {
    height: 50px;
    width: 50px;
    margin: 0 7px 0 0;
    border: 2px solid #e1e1e1;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    /*font-family: "helvetica","Microsoft JhengHei";*/
    color: #000;
}
.item-box input[type="button"] {
	height: 50px;
	margin: 0 -2px 5px 0;
	border: 2px solid #c49169;
	padding: 0 18px 0 48px;
    background: url(/Themes/Minimal/Content/img/add-to-cart-button.png) no-repeat 16px center;
    font-size: 20px;
    font-family: "helvetica","Microsoft JhengHei";
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-box input[type="button"]:hover {
    background-color: #c49169;
}
.item-box .square-buttons-wrapper {
    display: none;
    vertical-align: top;
}
.item-box input.add-to-compare-list-button,
.item-box input.add-to-wishlist-button {
    display: none; /*hide this two buttons on mobile*/
	width: 60px;
    max-width: none;
	height: 60px;
    margin: 0 -2px 0 0;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.item-box input.add-to-compare-list-button {
	background-image: url(/Themes/Minimal/Content/img/product-compare.png);
}
.item-box input.add-to-wishlist-button {
	background-image: url(/Themes/Minimal/Content/img/product-wishlist.png);
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-list-page {
	margin: 0 0 40px;
}
.category-grid.home-page-category-grid {
    margin-top: 60px;
}
.home-page-category-grid .picture a::before, 
.sub-category-grid .picture a::before {
    padding-top: 64%;
}
.home-page-category-grid > .title {
    margin: 0 0 20px;
}
.home-page-category-grid > .title,
.home-page-category-grid .title,
.sub-category-grid .title {
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.home-page-category-grid .category-item .title,
.sub-category-grid .title {
    font-size: 30px;
}
.home-page-category-grid > .title:after,
.product-grid > .title:after,
.news-list-homepage > .title:after,
.home-page-polls > .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/title-dots-decoration.png) repeat-x;
}
.home-page-category-grid > .title strong,
.news-list-homepage > .title strong,
.home-page-polls > .title strong  {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 30px;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
    color: #000;
}
.product-grid,
.product-list {
	margin: 0 0 0px;
}
.product-grid .title,
.news-list-homepage .title,
.home-page-polls .title,
.product-reviews-page .title {
    position: relative;
	margin: 0 0 0px;
    padding: 18px;
    /* height: 70px; */
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.product-grid .title strong {
	font-weight: normal;
}
.cross-sells {
}

.pager {
	margin: 0;
}
.pager ul {
    background: #fff;
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 -1px;
    vertical-align: middle;
}
.pager li * {
	display: block;
	min-width: 60px;
	height: 60px;
    	line-height: 60px;
	/* line-height: 1.3; */
	text-align: center;
	font-size: 18px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	color: #c49169;
}
.pager li a {
    position: relative;
    font-weight: normal;
    color: #777;
}
.pager li a:before,
.pager li a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: #ebebeb;
}
.pager li a:after {
    left: auto;
    right: 0;
}
.pager li.previous-page a:before,
.pager li.previous-page a:after,
.pager li.next-page a:before,
.pager li.next-page a:after,
.pager li.first-page a:before,
.pager li.last-page a:after {
    display: none;
}
.pager li a:hover {
    background-color: #ebebeb;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.pager li.previous-page * {
	background-image: url(/Themes/Minimal/Content/img/slider-arrow-left.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Minimal/Content/img/slider-arrow-right.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Minimal/Content/img/prev-first.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Minimal/Content/img/next-last.png);
}

/* manufacturer and vendors */
 
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    float: none;
    margin: 0 auto 20px;
}
.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
    padding: 36px 10px;
    font-size: 20px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}

/* category page one column */

.onecolumn .pager {
    margin-bottom: 50px;
}



/********** PRODUCT PAGE **********/


.product-details-page form {
    background-color: #f8f8f8;
}


.product-name h1 {
    padding: 15px 0 20px;
    background-color: #eaeaea;
	
    font-weight: normal;
    color: #000;
font-size: 18pt;
   font-family: "helvetica","Microsoft JhengHei";
   text-transform: uppercase;
}
.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 30px;
    background-color: #fff;
}
.gallery .picture {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	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 {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center;
	font-size: 0;
}
.gallery .picture-thumbs a:before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #eaeaea transparent;

    
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 10px 0 0;
    border: 2px solid transparent;
	background: #fff;
}
.gallery .picture-thumbs a:hover {
    border: 2px solid #eaeaea;
}
.gallery .picture-thumbs a:hover:before {
    content: '';
} 

.overview {
	position: relative;
	margin: 0 0 20px;
    text-align: center;
}
.overview > div {
    margin: 0 20px 25px;
}
.discontinued-product {
	margin: 0 0 20px;
	color: #c00;
}
.overview .short-description {
    /* line-height: 26px; */
	line-height: 1.3;
	font-size: 18px;
	text-align: justify;
}
.overview .required {
    position: static;
}
.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 {
    display: inline-block;
	width: 85px;
	height: 15px;
	background: url(/Themes/Minimal/Content/img/rating1.png) repeat-x;
}
.product-review-box .rating div {
	height: 15px; 
	background: url(/Themes/Minimal/Content/img/rating2.png) repeat-x;
}
.product-no-reviews a {
}
.product-review-links span {
    margin: 0 5px;
}
.product-review-links a {
    font-size: 13px;
}
.product-review-links a:first-child {
    color: #888;
}
.product-review-links a:first-child:hover {
    color: #bbb;
}
.overview .value,
.variant-overview .value {
    margin: 0 0 0 5px;
	font-weight: bold; 
    color: #000;
}
.overview .value a,
.variant-overview .value a {
}
.attribute-item {
    display: inline-block;
    margin-bottom: 20px;
}
.attribute-item .attribute-label {
    color: #666;
}
.attribute-item .attribute-data input {
    color: #000;
}

.overview .manufacturers {
	/*margin: 0 0 10px; *//*not present in variant-overview*/
}
.overview .stock,
.variant-overview .stock {
    margin-bottom: 10px;
}
.back-in-stock-subscription { 
	margin: 0 0 15px;
	font-size: 0;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 5px;
}
.overview .delivery-date,
.variant-overview .delivery-date {
	margin: 0 0 5px;
}
.free-shipping {
	display: inline-block;
    margin: 10px auto 5px;
	font-weight: bold;
    text-transform: uppercase;
} 
.overview-buttons,
.download-sample { 
	padding-top: 10px;
	margin: 0 0 15px;
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 0 15px 10px;
}
.overview .free-shipping,
.variant-overview .free-shipping {
    padding: 5px 0 5px 37px;
    background: url(/Themes/Minimal/Content/img/free_shipping.png) no-repeat left center;
    color: #000;
}
.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-button a,
.download-sample a {
	display: inline-block;
	padding: 5px 10px 5px 25px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
	font: 14px "Montserrat", Verdana, sans-serif;
    color: #000;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(/Themes/Minimal/Content/img/product-wishlist.png);
}
.overview .add-to-compare-list-button {
    background-image: url(/Themes/Minimal/Content/img/product-compare.png);
}
.overview .email-a-friend-button {
    background-image: url(/Themes/Minimal/Content/img/icon-emailfriend.png);
}
.overview .subscribe-button {
    background-image: url(/Themes/Minimal/Content/img/icon-backinstock.png);
}
.download-sample-button {
    background-image: url(/Themes/Minimal/Content/img/downloadable.png);
}
.overview-buttons div input:hover,
.back-in-stock-subscription input:hover,
.download-sample-button:hover {
    color: #bbb;
}

.overview .prices,
.variant-overview .prices {
	overflow: hidden;
    margin: 0;
}
.overview .prices > div,
.variant-overview .prices > div {
	display: inline-block;
    margin: 0 15px 5px 0;
    margin: 0 10px 25px;
}
.overview .prices .rental-price,
.variant-overview .prices .rental-price {
    display: block;
}
.overview .rental-price span,
.variant-overview .rental-price span {
    margin-left: 5px;
    font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.overview .rental-price > *,
.variant-overview .rental-price > * {
    vertical-align: bottom;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 20px;
    font-family: "helvetica","Microsoft JhengHei";
	color: #888;
	text-decoration: line-through;
}
.overview .old-product-price label,
.variant-overview .old-product-price label,
.overview .non-discounted-price label,
.variant-overview .non-discounted-price label {
    display: none;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 28px;
    font-family: "Playfair Display",serif;
	color: #c49169;
}
.overview .product-price label,
.variant-overview .product-price label {
    display: none;
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px 5px;
}
.customer-entered-price .enter-price-input {
	width: 56px;
    border-width: 2px;
	text-align: center;
}
.customer-entered-price .price-range {
    margin: 0 5px;
    vertical-align: middle;
	font-weight: bold;
    color: #000;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel .select-wrap,
.variant-overview .add-to-cart-panel .select-wrap {
    height: 50px;
    margin: 0 7px 0 0;
}
.overview .add-to-cart-panel .select-wrap select,
.variant-overview .add-to-cart-panel .select-wrap select {
    margin: 0;
}
.overview .add-to-cart-panel .select-inner,
.variant-overview .add-to-cart-panel .select-inner {
    padding: 7px 20px 7px 7px;
    text-align: center;
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 18px;
}
.overview .add-to-cart-panel .select-box,
.variant-overview .add-to-cart-panel .select-box {
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 20px;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	/* line-height: 36px; */
	line-height: 1.3;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 60px;
    height: 50px;
    margin: 0 7px 0 0;
    border: 2px solid #e1e1e1;
	padding: 12px 6px;
	text-align: center;
    font-size: 20px;
    background-color: #fff;
    color: #000;
}

.add-to-cart-panel .qty-input {
    border: 2px solid #e1e1e1;
    background-color: #fff;
    color: #000;
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 20px;
    height: 50px;
    margin: 0 7px 0 23px;
    text-align: center;
    vertical-align: top;
    width: 50px;
}
.add-to-cart-panel span{
    color: #000;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px;
    /* line-height: 50px; */
	line-height: 1.3;
}
.add-to-cart-panel .common-buttons-wrapper span {
    background: #fff url(/Themes/Minimal/Content/img/plus.png) no-repeat scroll center center;
    border: 2px solid #e1e1e1;
    display: inline-block;
    font-size: 0 !important;
    height: 26px;
    left: 0;
    /* line-height: 20px !important; */
	line-height: 1.3;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
    cursor: pointer;
}
.add-to-cart-panel .common-buttons-wrapper {
    position: relative;
    display: inline-block;
}
.add-to-cart-panel .common-buttons-wrapper .minus {
    bottom: 0;
    top: auto;
    background: #fff url(/Themes/Minimal/Content/img/minus.png) no-repeat scroll center center;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 50px;
	margin: 0 -2px 5px 0;
	border: 2px solid #c49169;
	padding: 0 18px 0 48px;
    background: url(/Themes/Minimal/Content/img/add-to-cart-button.png) no-repeat 16px center;
    font-size: 20px;
    font-family: "helvetica","Microsoft JhengHei";
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover { 
    background-color: #c49169;
    background-image: url(/Themes/Minimal/Content/img/add-to-cart-button-white.png); 
    color: #fff;
}
.overview .ajax-cart-button-wrapper .add-to-cart-button , 
.variant-overview .ajax-cart-button-wrapper .add-to-cart-button {
    max-width: none;
}
.product-share-button {
    display: none;
    overflow: hidden;
}
.overview .product-social-buttons {
    display: block;
    margin: 0 0 80px;
    text-align: center;
    font-size: 0;
}
.product-social-buttons label {
    display: block;
    margin: 0 0 15px;
    font: 14px "Montserrat", Verdana, sans-serif;
    color: #bbb;
}
.product-social-buttons li {
    display: inline-block;
    margin: 0 5px 5px;
}
.product-social-buttons li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(/Themes/Minimal/Content/img/product-page-sprite.png) no-repeat;
}
.product-social-buttons .facebook a {
    background-position: 6px center;
}
.product-social-buttons .twitter a {
    background-position: -35px center;
}
.product-social-buttons .pinterest a {
    background-position: -14px center;
}
.product-social-buttons .linkedin a {
    background-position: -60px center;
}
.product-social-buttons .google a {
    background-position: -82px center;
}

.full-description {
	clear: both;
    max-width: 1260px;
	margin: 0 20px 25px;
    text-align: center;
	/* line-height: 20px; */
	line-height: 1.3;
}

.product-collateral {
	margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}
.product-collateral .title, 
.tier-prices .title {
	margin: 0 20px 20px;
	font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.product-collateral .title strong {
	font-weight: normal;
}

.overview  .tier-prices {
	margin: 0 0 70px;
}
.tier-prices .prices-table {
	border: 1px dotted #ddd;
    border-width: 1px 0;
    overflow: hidden;
}
.tier-prices .prices-table div {
    color: #bbb;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row.tbody .item-price {
    color: #000;
}  
.tier-prices .prices-row > div {
	border-top: 1px dotted #ddd;
    padding: 20px 10px;
    background-color: #fff;
}

.tier-prices .field-header {
	border-top: none !important;
    font-weight: bold;
    color: #666;
}
.tier-prices .item-price,
.tier-prices .item-quantity {
	color: #000;
}

.product-specs-box .data-table td {
    border-top: none;
    padding: 20px 10px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}
.product-specs-box .data-table td.spec-value {
    color: #000;
}
.product-specs-box .data-table tr:last-child td {
    border-bottom: none;
}

.product-variant-list {
    padding-top: 20px;
    background-color: #fff;
}
.product-variant-line {
    max-width: 500px;
	margin: 0 auto 30px;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 35px;
}
.product-variant-line:last-child,
.product-variant-line:only-child {
    border: none;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 320px;
	height: 320px;
	margin: 0 auto 25px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
    padding: 0 20px 0;
}
.variant-overview > div {
    margin: 0 0 20px;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
	font-family: "helvetica","Microsoft JhengHei";
    font-size: 24px;
    color: #000;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	/* line-height: 22px; */
	line-height: 1.3;
}

.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
}
.variant-overview .add-to-wishlist {
    overflow: hidden;
    float: none;
    display: inline-block;
}
.variant-overview .add-to-wishlist input:hover {
    color: #bbb;
}
.variant-overview .add-to-cart {
    margin: 0;
} 

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 20px;
}
.ui-tabs .ui-tabs-nav li a {
    display: block;
	border-bottom: 1px dotted #ddd;
	padding: 8px 24px 4px;
    font-size: 22px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
    color: #c49169;
}
.ui-tabs .ui-tabs-panel {
	background: #fff;
	padding: 30px 0;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	/* line-height: 26px; */
	line-height: 1.3;
}
.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: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 10px 0 2px;
}
.product-tags-list a {
	display: inline-block;
	/* line-height: 24px; */
	line-height: 1.3;
    font-size: 14px;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt label {
    font-weight: normal;
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes .required {
    position: relative;
    top: -5px;
    right: -5px;
} 
.attributes dd {
	margin: 0 0 30px;
}
.attributes dd:last-child {
    margin: 0 0 2px;
}
.attributes dd .option-list li {
    display: inline-block;
    margin-bottom: 5px;
}
.attributes dd .option-list li input[type='radio'] {
    display: none;
    cursor: pointer;
}
.attributes dd .option-list li input[type='radio'] ~ label {
    border: 2px solid #ddd;
    padding: 7px 12px;
    cursor: pointer;
}
.attributes dd .option-list li input[type='radio']:checked ~ label {
    color: #fff;
    border: 2px solid #000;
    background-color: #000;
}
.attributes li {
    /* line-height: 32px; */
	line-height: 1.3;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
    font-size: 15px;
    color: #000;
}

.attributes .attribute-data:before,
.attributes .attribute-data:after {
    content: "";
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9; 
}
.attributes .attribute-data:after {
    right: 0;
    left: auto;
}
.attributes .attribute-data {
    position: relative;
    margin: 0 10px;
}

.attributes .datepicker {
	width: 200px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
    margin-top: -10px;
    margin-left: -10px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #fff;
	color: #000;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	/* line-height: 32px; */
	line-height: 1.3;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 3px;
	/*background: url(/Themes/Minimal/Content/img/calendar-prev.png) center no-repeat;*/
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 3px;
	/*background: url(/Themes/Minimal/Content/img/calendar-next.png) center no-repeat;*/
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
    border: 2px solid #ddd;
    border-width: 2px 2px 0;
    border-bottom: none;
	/* line-height: 32px; */
	line-height: 1.3;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar {
    border: 2px solid #ddd;
}
.ui-datepicker-calendar th {
    border-bottom: 2px solid #ddd;
}
.ui-datepicker-calendar th {
	background-color: #f8f8f8;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;	
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	/* line-height: 32px; */
	line-height: 1.3;
    color: #000;
}
.ui-datepicker-calendar th span {
    color: #888;
}
.ui-datepicker-week-end{
    background-color: #f8f8f8;
}
.ui-datepicker-today {
    background-color: #eaeaea;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #c49169;
    color: #fff;
}

.attributes .textbox {
    border-width: 2px;
}
.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 3px 3px;
    vertical-align: middle;
	line-height: normal !important;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    border: 1px solid transparent;
    padding: 2px;
    position: relative;
    z-index: 0;
}
.color-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.color-squares .color {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    box-shadow: 0 0 3px #ddd;	
    cursor: pointer;
}
.color-squares .selected-value .color-container {
    border: 1px solid #d9d9d9;
    padding: 2px;
	background: #fff;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}

/*iamge squares*/
.tooltip-container::before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}
.tooltip-container::after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.color-squares li:hover .tooltip-container {
    margin-left: -76px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
}
.tooltip-container .tooltip-header {
    height: 28px;
    width: 198px;
    background-color: #eee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    /* line-height: 25px; */
	line-height: 1.3;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}
/*end*/

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
    position: relative;
    max-width: 500px;
	margin: 0 auto 20px;
}
.giftcard div:last-child {
    margin: 0 auto;
}
.giftcard div:before,
.giftcard div:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
} 
.giftcard > div:before {
    right: auto;
}
.giftcard > div:after {
    left: auto;
}
.giftcard label {
	display: block;
	margin: 0 0 10px;
    font-size: 14px;
    color: #000;
}
.giftcard input,
.giftcard textarea {
	width: 100%;
}
.giftcard textarea{
	height: 150px;
}

.back-in-stock-subscription-page .page-body {
    padding: 0 10px;
}
.back-in-stock-subscription-page .button-1 {
    margin: 20px;
}

.product-details-page .product-grid {
    margin: 0;
    padding: 0 0 60px;
}
.product-details-page .product-grid .item-box .details,
.product-grid.cross-sells .item-box .details {
    padding-bottom: 20px;
}
.product-details-page .product-grid .item-box .details .product-rating-box {
    display: none;
}
.product-details-page .product-grid .prices span {
    /* line-height: 28px; */
	line-height: 1.3;
}
.product-details-page .data-table td {
    text-align: center;
}
.product-details-page .product-grid .title:after, 
.product-details-page .product-grid .title:before {
    display: none;
}
.product-details-page .product-grid .title {
    z-index: 1;
}
.product-details-page .product-grid .title strong {
    padding: 0 15px;
    background-color: #f8f8f8;
}
.product-details-page .product-grid .title strong:before {
    content: '';
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll center top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    z-index: -1;
}

/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: '';
}
.product-reviews-page .title {
    margin: 0 0 10px;
	font-size: 28px;
}
.product-reviews-page .title strong {
    position: relative;
    margin: 0 15px;
    font-weight: normal;
}
.product-reviews-page .title strong:before,
.product-reviews-page .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    height: 2px;
    width: 8px;
    margin: auto;
    background-color: #000;
}
.product-reviews-page .title strong:after {
    left: auto;
    right: -14px;
}
.product-reviews-page form {
    padding: 50px 20px 20px;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
    height: 26px;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    /* line-height: 26px; */
	line-height: 1.3;
}
.write-review .review-rating li input[type="radio"] {
    width: 14px;
    opacity: 0;
}
.write-review .review-rating li.first {
	color: #cd405b;
}
.write-review .review-rating li:nth-child(2) {

    font-size: 0;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: top;
    cursor: pointer;
}
.write-review .review-rating li:nth-child(2) label {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    background: url(/Themes/Minimal/Content/img/rating1.png) repeat-x scroll center;
}
.write-review .review-rating li:nth-child(2) label.checked {
    background: url(/Themes/Minimal/Content/img/rating2.png) repeat-x scroll center;
}
.write-review .review-rating li.last {
	color: #22af93;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
}
.product-reviews-page .result,
.product-reviews-page .message-error {
    position: absolute;
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
    position: relative;
    background-color: #fff;
}
.product-review-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll center top;
}
.product-review-item-inner-wrapper {
	margin: 0;
    padding: 25px 20px 50px;
}
.product-review-item:last-child:after,
.product-review-item:only-child:after {
    display: none;
}
.product-review-item .review-item-head {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px;
}
.product-review-item .review-title {
    font-size: 16px;
	color: #000;
}
.product-review-item .review-title strong {
    font-weight: normal;
}
.product-review-item .product-review-box {
	margin: 0 0 10px;
}
.product-review-item .review-text {
	margin: 0 0 20px;
    /* line-height: 26px; */
	line-height: 1.3;
}
.product-review-item .review-info {
	margin: 0 0 20px;
    clear: both;
}
.product-review-item .review-info .date span {
    color: #000;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px; 
	cursor: pointer;
    color: #c49169;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
	margin: 0;
    color: #ed3b4b;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    position: relative;
	margin: 0 0 20px;
}
.wishlist-content form {
    overflow: hidden;
}
.wishlist-content .message-error {
    top: -30px;
    bottom: auto;
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 30px;
    text-align: center;
}
.wishlist-content .buttons {
    margin-bottom: 20px;
	font-size: 0;
}
.wishlist-content .button-2 {
    display: inline-block;
	height: 50px;
    width: 300px;
    max-width: 90%;
    margin: 0 5px 10px;
	border: 2px solid #ccc;
    background-color: transparent;
}
.share-info {
    padding: 0 20px 20px;
    text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
.wishlist-page .cart .product-name {
    padding: 0;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.wishlist-page 
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
    margin-bottom: 20px;
    padding: 10px 35px;	
    border: 2px solid #c49169;
    background-color: transparent;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.compare-products-page .clear-list:hover {
    background-color: #c49169;
    color: #fff;
}
.compare-products-table {
	display: none;
}
.compare-products-page .button-2 {
	display: inline-block;
    border: none;
	padding: 10px 15px 10px 35px;
    background: #e7e7e7 url(/Themes/Minimal/Content/img/popup-close.png) no-repeat 12px center;
    background-size: 15px;
    font-size: 13px;
    font-family: "Montserrat",Verdana,sans-serif;
    color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.compare-products-page .button-2:hover {
    background-color: #f8f8f8;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .compare-products-table .product-name a {
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px;
    color: #000;
}
.compare-products-page .compare-products-table .product-name a:hover {
    color: #bbb;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    color: #c00;
}
.compare-products-table .product-price td:first-child {
    color: #666;
}
.compare-products-table .full-description {
	display: none;
}
.compare-products-table-mobile img {
    max-width: 160px;
}
.compare-products-table .short-description td {
    border: none;
}
.compare-products-table .specification a {
    font-size: 14px;
    font-weight: normal;
}


/*********** TOPICS ***********/

.topic-page .page-body {
    padding: 0 20px;
    text-align: justify;
}
.topic-page .page-title {
    margin-bottom: 50px;
}

.topic-block {
    max-width: 1260px;
	margin: 0 20px 70px;
}
.home-page .topic-block {
    max-width: 1260px;
	margin: 0 15px 40px;
    text-align: center;
}
.topic-block-title {
	margin: 0 0 30px;
    text-align: center;
}
.topic-block-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.topic-block-title h2:before,
.topic-block-title h2:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.topic-block-title h2:after {
    left: auto;
    right: 0;
}
.home-page .topic-block-title h2 {
    font-size: 30px;
}
.home-page .topic-block-title h2:before,
.home-page .topic-block-title h2:after {
    display: none;
}
.page .topic-block {
    margin: 40px auto 20px;
    padding: 0 5px;
}
.topic-block-body {
    text-align: center;
	/* line-height: 26px; */
	line-height: 1.3;
    color: #000000;
}
.topic-block a,
.topic-page a {
	
}
.topic-page .page-body {
    max-width: 1260px;
    margin: auto;
	/* line-height: 20px; */
	line-height: 1.3;
}
.popup-window .topic-page {
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
    padding: 50px 20px 120px;
    background-color: #fff;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #ed3b4b;
}
.enter-password-form:before, 
.enter-password-form:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
}
.enter-password-form:after {
    left: auto;
}
.enter-password-form {
    position: relative;
	display: inline-block;
	/*overflow: hidden;*/
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: -75px;
    left: 0;
	width: auto !important;
    min-width: 200px;
	height: 50px !important;
    margin: auto;
	border: 2px solid #ccc !important;
	background: transparent !important;
	padding: 0 20px !important;
	font-size: 18px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.enter-password-form input[type="submit"]:hover {
    background-color: #ccc !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form {
    position: relative;
    padding: 40px 20px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    position: absolute;
    bottom: 120px;
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.button-1 {
    height: 50px;
    padding: 0 35px;
	border: 2px solid #c49169;
    background-color: transparent;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	text-align: center;
    font-weight: normal;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 24px;
}
.email-a-friend-page .title h2 a {
    position: relative;
    padding: 0 15px;
    color: #c49169;
}
.email-a-friend-page .title h2 a:before,
.email-a-friend-page .title h2 a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.email-a-friend-page .title h2 a:after {
    left: auto;
    right: 0;
}




/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.registration-page .title strong,
.account-page .title strong,
.return-request-page .title strong,
.shipment-details-page .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.registration-page .title strong:before, 
.registration-page .title strong:after,
.account-page .title strong:before,
.account-page .title strong:after,
.return-request-page .title strong:before,
.return-request-page .title strong:after,
.shipment-details-page .title strong:before,
.shipment-details-page .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.registration-page .title strong:after,
.account-page .title strong:after,
.return-request-page .title strong:after,
.shipment-details-page .title strong:after {
    right: 0;
    left: auto;
}
.return-request-list-page .title strong:before,
.return-request-list-page .title strong:after {
    display: none;
}

.registration-page .form-fields,
.account-page .form-fields,
.return-request-page .form-fields {
    width: 628px;
    max-width: 100%;
    margin: auto;
    padding: 40px 20px;
    background-color: #fff;
}
.form-fields .inputs.without-borders:before,
.form-fields .inputs.without-borders:after {
    display: none;
}
.registration-page .form-fields .inputs,
.account-page .form-fields .inputs {
    width: 346px;
    max-width: 100%;
}
.inputs.checkbox-fot-newsletter input, 
.inputs.checkbox-fot-newsletter label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}
.fieldset.without-borders .inputs ul label {
    color: #888;
}
.gender {
	/*display: inline-block;*/
    text-align: center;
}
.gender span {
    margin: 0 10px;
}
.gender label {
    /* line-height: 36px; */
    line-height: 1.3;
}
.gender * {
	display: inline !important;
	margin: 0 3px;
	vertical-align: middle;
	/* line-height: 32px; */
	line-height: 1.3;
}
.date-of-birth select {
	width: 32%; /*birth-date selectors, always single line*/
}
.inputs.date-of-birth:before,
.inputs.date-of-birth:after {
    display: none;
}
.date-of-birth .select-wrap {
    width: 33.333%;
    margin: 0 -1px;
}
.date-of-birth .select-inner {
    font-size: 14px;
    color: #666;
} 
.date-of-birth select + select {
	margin: 0 0 0 2%;
}
.inputs.check-username-availability {
    margin-bottom: 95px;
}
.check-username-availability-button {
    position: absolute;
    right: 0;
    bottom: -95px;
    left: 0;
    height: 50px;
	margin: 0 auto;
	border: 2px solid #ccc;
	padding: 0 30px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#check-availability-button:hover {
    background-color: #ccc;
}
#username-availabilty {
    position: absolute;
    right: 0;
    left: 0;
	margin: 15px auto 0;
    text-align: center;
    font-size: 12px;
}
#username-availabilty:empty {
	display: none;
}

.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
}
.accept-privacy-policy {
	margin: -20px 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	/* line-height: 32px; */
	line-height: 1.3;
	vertical-align: middle;
}
.accept-privacy-policy .read {
    cursor: pointer;
	color: #c49169;
}
.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,
.user-agreement-page .button-1 {
    width: 340px;
    max-width: 90%;
	border: 2px solid #c49169;
	padding: 0 30px;
}
.registration-page .button-1 {
    width: 300px;
    max-width: 90%;
}
.registration-result-page .result {
	margin: 0 0 60px;
	color: #690;
}
.fieldset.without-borders .inputs:before,
.fieldset.without-borders .inputs:after{
    display: none;
}

.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .customer-blocks .buttons {
    padding: 25px 20px 50px;
    background-color: #fff;
}
.login-page .customer-blocks .buttons input {
    width: 200px;
    margin: 0 5px;
    padding: 0;
}
.login-page .customer-blocks .buttons input + input {
    margin-top: 10px;
}
.login-page .title {
	margin: 0 0 10px;
}
.login-page .title strong,
.facebook-login-block .title {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.login-page .title strong:before,
.login-page .title strong:after,
.facebook-login-block .title:before,
.facebook-login-block .title:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.login-page .title strong:after,
.facebook-login-block .title:after {
    right: 0;
    left: auto;
}
.login-page .new-wrapper,
.login-page .returning-wrapper {
	max-width: 500px;
    margin: 0 auto 30px;
}
.login-page .new-wrapper .buttons {
    padding-top: 0;
}
.login-page .inner-wrapper {
}
.login-page .text {
    background-color: #fff;
	margin: 0;
    padding: 40px 20px;
    /* line-height: 26px; */
	line-height: 1.3;
    color: #666;
}
.login-page .inputs.reversed * {
    display: inline-block;
    width: auto;
	margin: 5px 5px 5px 0;
	font-size: 12px; /*reset zeroing*/
}
.login-page .inputs.reversed span {
    margin-left: 15px;
}
.login-page .returning-wrapper form {
    margin: 0;
    background: transparent;
}
.login-page .returning-wrapper form .form-fields {
    overflow: hidden;
    padding: 40px 20px 0;
    background-color: #fff;
}
.login-page .inputs,
.password-recovery-page .inputs {
    max-width: 346px;
}
.login-page .inputs label,
.password-recovery-page .inputs  label {
    text-align: center;
}
.login-page .inputs.reversed {
    margin: -20px auto 15px;
}
.login-page .inputs.reversed:before,
.login-page .inputs.reversed:after {
    display: none;
}

.external-authentication {
	margin: 0 0 80px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
    margin-bottom: 30px;
}
.facebook-login-block {
    padding: 0 20px;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 40px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}
.login-page .topic-block {
    max-width: none;
}
.login-page .topic-block-title {
    position: relative;
}
.login-page .topic-block-title h2 {
    position: static;
    background: #f8f8f8;
    font-size: 30px;
}
.login-page .topic-block-title h2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
    height: 1px;
    width: auto;
    margin: auto;
    z-index: -1;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll center top; 
}
.login-page .topic-block-title h2:after {
    display: none;
}
.password-recovery-page form {
    max-width: 628px;
    padding: 40px 20px;
}
.password-recovery-page form .fieldset {
    margin: 0 0 40px;
}
.password-recovery-page form .buttons {
    margin: 0;
}


.account-page .page-title h1 {
    white-space: nowrap;
}
.customer-pages-body .center-side-wrapper {
    padding-top: 110px;
}
.block.block-account-navigation {
    max-width: 628px;
    margin: 0 auto;
}
.customer-pages-body .block-account-navigation .title {
    display: none;
}
.customer-pages-body .block-account-navigation .listbox:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 0;
    width: 0;
    margin: auto;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px;
}
.customer-pages-body .block-account-navigation .listbox {
    position: relative;
    display: block !important;
    padding: 0;
}
.customer-pages-body .block-account-navigation .listbox ul {
    padding: 15px 20px;
    font-size: 0;
}
.customer-pages-body .block-account-navigation .listbox li {
    text-align: center;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom;
}
.customer-pages-body .block-account-navigation .listbox li:last-child {
    background: none;
}
.customer-pages-body .block-account-navigation a {
    display: inline-block;
    padding: 14px 10px;
    background: none;
    text-align: center;
    font-size: 15px;
    color: #666;
} 
.customer-pages-body .block-account-navigation a.active:before, 
.customer-pages-body .block-account-navigation a.active:after {
    content: ''; 
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 2px;
    background-color: #c49169;
}
.customer-pages-body .block-account-navigation a.active:after {
    right: 0;
    left: auto;
}
.customer-pages-body .block-account-navigation a.active {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #c49169;
}
.account-page .page-title {
    position: absolute;
    top: 0;
    width: 100%;
}
.account-page form {
    background-color: transparent;
} 
.account-page form .form-fields {
    background-color: #fff;
    padding: 40px 20px;
}
.account-page .address-item .button-2 {
	border: none;
	padding: 23px;
    font-size: 14px;
    font-family: "Montserrat", Verdana, sans-serif;
    color: #c49169;
}
.account-page .edit-address {
	width: 100%;
    max-width: 628px;
    margin: 0 auto 50px;
    padding: 40px 20px;
    background-color: #fff;
}
.account-page .edit-address .inputs {
        max-width: 346px;
}
.account-page .inputs .select-wrap {
    width: 100%;
}
.account-page .date-of-birth.inputs .select-wrap {
    width: 33.33%;
} 
.account-page .description {
	margin: 0 20px 60px;
}
.account-page .no-data {
    margin-bottom: 60px;
    background-color: #fff;
    padding: 40px;
}

.order-list-page .order-list {
    font-size: 0;
}
.address-list-page .address-item,
.order-list-page .order-item {
    max-width: 628px;
    margin: 0 auto 50px;
    font-size: 14px;
}
.order-list-page .order-item .title strong:before,
.order-list-page .order-item .title strong:after {
    display: none;
}
.address-list-page .info,
.order-list-page .info {
	margin: 0;
    padding: 40px 20px;
	/* line-height: 24px; */
	line-height: 1.3;
    background-color: #fff;
    color: #000;
}
.address-list-page .info {
    min-height: 272px;
}
.address-list-page .info li > * {
    vertical-align: bottom;
}
.address-list-page .info li label {
    color: #bbb;
}
.order-list-page .info {
    padding: 32px 20px 70px;
    color: #bbb;
}
.order-list-page .info span {
    margin-left: 2px;
    color: #000;
} 
.page.return-request-page form {
    background-color: transparent; 
}
.address-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}
.address-list-page .buttons {
    background: #fff url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x;
    font-size: 0;
}
.address-list-page .buttons .edit-address-button {
    background: url(/Themes/Minimal/Content/img/button-edit.png) no-repeat left center;
}
.address-list-page .buttons .delete-address-button {
    background: url(/Themes/Minimal/Content/img/button-delete.png) no-repeat left center;
}
.address-list-page .add-button {
    clear: both;
	margin: 0 0 15px;
	text-align: center;
}
.order-list-page .order-item .buttons:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: auto;
    margin: auto;
    width: 6px;
    height: 1px;
    background: #c49169;
}
.order-list-page .order-item .buttons:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: auto;
    margin: auto;
    width: 6px;
    height: 1px;
    background: #c49169;
}
.order-list-page .order-item .buttons {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
}
.order-list-page .order-item .buttons .button-2 {
    margin: 0 8px 0 12px;
    border: none; 
    font: normal 14px 'Montserrat', Verdana, sans-serif;
    color: #c49169;
}
.order-list-page .order-item .buttons .button-2:hover {
    background: none;
}  

.subscription-list table {
    margin-bottom: 50px;
} 
.subscription-list tr:last-child td {
    border-bottom: none;
}

.return-request-list-page .request-item {
    max-width: 628px;
    margin: 0 auto 50px;
}
.return-request-list-page .request-item .details {
    padding: 40px 20px;
    background-color: #fff;
    /* line-height: 24px; */
	line-height: 1.3;
    color: #000;
}
.return-request-list-page .request-item .details label {
    margin-right: 2px;
    color: #bbb;    
}
.return-request-list-page .request-item .details li > * {
    vertical-align: bottom;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 1px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 0;
}
.return-request-list-page .comments {
    position: relative;
	margin: 15px 0 0;
    padding-top: 15px;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 40px;
	text-align: center;
}

.reward-points-page .data-table th,
.reward-points-page .data-table td {
    text-align: center;
}
.reward-points-page .data-table .date {
    min-width: 200px;
}
.reward-points-page .data-table td.points-balance {
    font-size: 15px;
    color: #666;
}
.reward-points-page .data-table td.message {
    font: normal 14px 'Montserrat', Verdana, sans-serif;
    color: #bbb; 
}
.reward-points-overview {
    margin: 0 0 15px;
}
.reward-points-overview .current-balance {
    margin: 0 20px 50px;
}

.avatar-page .message-error {
    position: relative;
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 100%;
	overflow: hidden;
    text-align: center;
}
.avatar-page input[type="submit"] {
	height: 50px;
    min-width: 200px;
    width: auto;
    margin: 0 5px 10px;
}
.avatar-page .info {
	margin: 0 20px 20px;
}
.registration-page .inputs .select-wrap {
    width: 100%;
}
.registration-page .inputs.date-of-birth .select-wrap {
    width: 33.333%;
}

.my-product-reviews-list-page .page-body {
    background-color: #fff;
}
.my-product-reviews-list-page .product-review-item {
    
}
.my-product-reviews-list-page .product-review-item  .product-review-item-inner-wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 25px 20px 35px;
}
.my-product-reviews-list-page .review-title {
    margin-bottom: 10px;
}

.vendorinfo-page .vendor-picture {
}
.vendorinfo-page .vendor-picture > * {
    display: block;
    margin: 10px auto 0;
}
.vendorinfo-page .remove-picture-button {
    height: 50px;
    min-width: 200px;
    width: auto;
    border: 2px solid #c49169;
    background-color: transparent;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.vendorinfo-page .remove-picture-button:hover {
    background-color: #c49169;
    color: #fff;
}

/********** SHOPPING CART **********/



.order-progress {
	margin: 0;
	text-align: center;
    background-color: #eaeaea;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 50px 2px 15px;
    border-bottom: 8px solid #000;
}
.order-progress a {
	display: block;
    min-width: 100px;
    padding: 0 10px 16px;
	font-size: 13px; /*reset zeroing*/
    text-transform: uppercase;
    color: #000;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step {
	opacity: 0.3;
}
.order-progress li.inactive-step a {
	cursor: default;
}
.shopping-cart-page .message-error {
    position: static;
}
.shopping-cart-page.page form {
    background-color: transparent;
}
.shopping-cart-page .table-wrapper,
.shopping-cart-page .cart-options > div,
.checkout-page .cart-options > div {
    background-color: #fff;
}
.shopping-cart-page .cart-options > div,
.checkout-page .cart-options > div {
    margin-bottom: 50px;
    padding: 30px 10px;
}
.shopping-cart-page .checkout-attributes select {
    border-width: 2px;
}
.selected-checkout-attributes {
    /* line-height: 24px; */
	line-height: 1.3;
}
.shopping-cart-page .table-wrapper table {
    margin: 0;
}
.shopping-cart-page .cart th {
    color: #000;
}
.shopping-cart-page .cart .product,
.checkout-page .cart .product,
.order-details-page .data-table .product,
.order-details-page .data-table .name {
    text-align: left;
}
.shopping-cart-page .cart td.product .edit-item a {
    color: #c49169;
}
.shopping-cart-page .cart td.product a,
.checkout-page .cart td.product a,
.order-details-page .data-table .product a,
.shopping-cart-page .footable-row-detail .product-name {
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.shopping-cart-page .footable-row-detail div {
    color: #bbb;
}
.shopping-cart-page .footable-row-detail-row > div:first-child {
    color: #000;
}
.shopping-cart-page .cart td.product a:hover,
.checkout-page .cart td.product a:hover,
.order-details-page .data-table .product a:hover {
    color: #aaa;
}
.shopping-cart-page .table-wrapper table tr:last-child td {
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll 0 bottom !important;
}
.shopping-cart-page .cart .qty-input, 
.shopping-cart-page .cart .qty-dropdown {
    width: 45px;
    height: 45px;
}
.shopping-cart-page .cart .select-wrap {
    height: 45px;
    width: 50px;
    border:2px solid #d9d9d9;
    background-position: 23px center;
}
.shopping-cart-page .cart .qty-dropdown:before, 
.shopping-cart-page .cart .qty-dropdown:after {
    display: none;
}
.shopping-cart-page .cart .qty-dropdown {
    top: -2px;
    left: -3px;
    width: 50px;
}
.shopping-cart-page .cart .select-wrap .select-inner {
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px;
} 
.shopping-cart-page .cart .select-wrap .select-box {
    min-width: 0;
}


.shopping-cart-page .button-1,
.checkout-page .button-1 {
	width: 340px;
    max-width: 100%;
    border: 2px solid #c49169;
	padding: 10px 15px;
}
.shopping-cart-page .button-1 {
    height: 60px;
    font-size: 22px !important;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
    background-color: #c49169;
    color: #fff;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: 2px solid #ccc;
	padding: 10px 20px;
}
.order-details-page .page-title .buttons {
    position: absolute;
    right: 0;
    bottom: -150px;
    left: 0;
    font-size: 0;
}
.order-details-page .page-title .buttons a {
    min-width: 200px;
    max-width: 240px;
    margin: 0 5px;
}
.order-details-page .page-title .buttons a + a {
    margin-top: 10px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url(/Themes/Minimal/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.cart-options .common-buttons {
	font-size: 0;
}
.cart-options .common-buttons input {
	min-width: 300px;
	margin: 0 10px;
    background-color: transparent;
}
.cart-options .common-buttons input:hover {
    background-color: #ccc;
}
.cart-options .common-buttons input:first-child {
    margin-bottom: 10px;
}
.cart-options .common-buttons input.update-cart-button {
    border-color: #c49169;
}
.cart-options .common-buttons input.update-cart-button:hover {
    background-color: #c49169;
    color: #fff;
}
.cart-options .checkout-attributes {
	margin: 20px 0;
}
.cart-options .checkout-attributes dt {
    position: relative;
    display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.cart-options .checkout-attributes dt .required {
    top: -12px;
    bottom: auto;
}
.cart-options .checkout-attributes dd {
	margin: 0 0 20px;
}
.cart-options .checkout-attributes dd:last-child {
    margin: 0;
}
.cart-options .checkout-attributes ul {
}
.cart-options .checkout-attributes li {
	/* line-height: 24px; */
	line-height: 1.3;
}
.cart-options .checkout-attributes li * {
	vertical-align: middle;
}
.cart-options .checkout-attributes dt .text-prompt {
    font-weight: normal;
    font-size: 16px;
}
.cart-options .checkout-attributes dd label {
    color: #000;
}
.cart-options .selected-checkout-attributes {
	margin: -50px 0 0;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 top;
}
.cart-options .checkout-attributes .select-wrap {
    width: auto;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
    width: 100%;
    max-width: 628px;
	margin: 0 auto 30px;
    padding: 0 0 60px;
    background-color: #fff;
}
.cart-footer .totals > div {
    padding-left: 20px;
    padding-right: 20px;
}
.cart-footer .total-info {
	margin: 40px 0 35px;
}
.cart-total tr:last-child td {
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 top;
}
.cart-total td {
	width: 50%;
	border: none;
	padding: 0;
    /* line-height: 40px; */
	line-height: 1.3;
    font-size: 15px;
    color: #666;
}
.cart-total td.cart-total-left {
    padding-left: 5%;
    text-align: left;
}
.cart-total tr:last-child td.cart-total-left {
    font-size: 18px;
    font-weight: bold;
}
.cart-total td.cart-total-right {
    padding-right: 5%;
    text-align: right;
    font-size: 20px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #c49169;
}
.cart-total tr:last-child td.cart-total-right {
    font-size: 22px;
    font-weight: bold;
}
.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}
.terms-of-service {
	margin: 0 0 20px;
    color: #666;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	font-weight: bold;
    cursor: pointer;
}
.terms-of-service span {
    vertical-align: bottom;
}
.cart-footer .checkout-button {
	font-size: 18px;
}
.cart-footer .addon-buttons {
	margin: 0;
}

.cart-collaterals {
    width: 100%;
	max-width: 628px;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
    background-color: #fff;
}
.cart-collaterals .shipping .inputs {
    max-width: 346px;
}
.cart-collaterals .shipping .inputs .select-wrap {
    width: 100%;
    background-position: 97% center;
}
.cart-collaterals .shipping .buttons {
    margin: 0;
    padding-bottom: 30px;
}
.cart-collaterals .title,
.shopping-cart-page .totals .title {
	margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
}
.cart-collaterals .title strong,
.shopping-cart-page .totals .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
/*styles for cart totals in shopping cart page*/
.shopping-cart-page .cart-total tr:last-child td {
    background: none;
}
.shopping-cart-page .cart-total tr:last-child td.cart-total-left {
    font-size: 15px;
    font-weight: normal;
}
.shopping-cart-page .cart-total tr:last-child td.cart-total-right {
    font-size: 20px;
    font-weight: normal;
}
.shopping-cart-page .cart-total .value-summary strong {
    font-size: 22px;
}
.shopping-cart-page .order-total {
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 top, url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom;
}
.shopping-cart-page .order-total td {
    /* line-height: 50px; */
	line-height: 1.3;
}
.shopping-cart-page .order-total .cart-total-left label {
    font-size: 18px;
    font-weight: bold;
}


.cart-collaterals .title strong:before,
.cart-collaterals .title strong:after,
.shopping-cart-page .totals .title strong:before,
.shopping-cart-page .totals .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.cart-collaterals .title strong:after,
.shopping-cart-page .totals .title strong:after {
    left: auto;
    right: 0;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
    padding: 25px 0 0;
    color: #000;
}
.cart-collaterals .deals > div {
	margin: 0;
    padding: 0 0 19px;
    text-align: center;
}
.cart-collaterals .coupon-code {
    position: relative;
    max-width: 346px;
    margin: 0 auto 80px;
	font-size: 0;
}
.cart-collaterals .coupon-code:before,
.cart-collaterals .coupon-code:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 2px;  
    background-color: #d9d9d9;  
}
.cart-collaterals .coupon-code:after {
    left: auto;
    right: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	/*float: left;
	width: 65%;*/
	height: 36px; /*safari padding fix*/
	/*margin: 0 -1px 0 0;*/
    display: block;
    width: 100%;
    margin: 0 auto 18px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	/*float: left;
	width: 35%;*/
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
	height: 45px; /*safari padding fix*/
    margin: auto;
    padding: 0 30px;
    background-color: transparent;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
    background-color: #ccc;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
    font-size: 13px;
	color: #ed3b4b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.cart-collaterals .current-code .remove-discount-button {
    vertical-align: bottom;
}     
.cart-collaterals .shipping-results {
	margin: 10px 0 0;
    padding: 20px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 top;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .shipping-results li strong {
    font-weight: normal;
    margin-right: 5px;
    color: #000;
}
.cart-collaterals .shipping-results li span {
    
}


/********** CHECKOUT **********/


.checkout-page form {
    background-color: transparent;
}
.checkout-page .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.checkout-page .title strong:before, 
.checkout-page .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.checkout-page .title strong:after {
    left: auto;
    right: 0;
}
.checkout-page .pickup-in-store label {
    /* line-height: 22px; */
    line-height: 1.3;
    font-weight: bold;
    color: #000;
}
.checkout-page .pickup-in-store .description {
    font-size: 13px;
    color: #666;
    display: none;
}
.billing-address-page .title strong:after,
.shipping-address-page .title strong:after {
    right: 0;
    left: auto;
}
.billing-address-page .cart,
.shipping-address-page .cart {
    margin: 0;
}
.billing-address-page .cart tr.cart-item-row:last-child td,
.shipping-address-page .cart tr.cart-item-row:last-child td {
    background: #fff url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll 0 bottom !important;
}
.billing-address-page .cart-options .selected-checkout-attributes,
.shipping-address-page .cart-options .selected-checkout-attributes {
    margin: 0;
    padding: 30px;
    /*background-image: none;*/
    background-color: #fff;
    /* line-height: 24px; */
    line-height: 1.3;
}
/*.billing-address-page .cart-footer,
.shipping-address-page .cart-footer,*/
.checkout-page .cart-footer {
    margin-top: 70px;
    background-color: #fff;
}
/*.billing-address-page .cart-footer .totals,
.shipping-address-page .cart-footer .totals,*/
.checkout-page .cart-footer .totals {
    margin: 0 auto;
    padding: 40px 20px;
}
/*.billing-address-page .cart-footer .totals .title,
.shipping-address-page .cart-footer .totals .title,*/
.checkout-page .cart-footer .totals .title {
    display: none
}
.billing-addresses ~ .buttons, 
.shipping-addresses ~ .buttons {
    max-width: 628px;
    margin: 0 auto;
    padding: 60px 0 40px;
    background-color: #fff;
} 
.checkout-page .section.select-shipping-address,
.checkout-page .section.select-billing-address {
    margin-bottom: 80px;
}
.checkout-page .section.new-billing-address,
.checkout-page .section.new-shipping-address {
    max-width: 628px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
.new-billing-address .title,
.new-shipping-address .title {
    margin: 0;
    padding: 0 20px 10px;
    background: #f8f8f8;
}
.new-billing-address .edit-address,
.new-shipping-address .edit-address {
    padding: 40px 20px 0;
}
.new-billing-address .inputs,
.new-shipping-address .inputs {
    width: 100%;
    max-width: 346px;
}
.new-billing-address .inputs:last-child,
.new-shipping-address .inputs:last-child {
    margin-bottom: 0;
}
.checkout-page .inputs .select-wrap {
    width: 100%;
}
.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .pickup-points-map {
    max-width: 100%;
    height: 400px;
    margin: 50px 0;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
    max-width: 628px;
	margin: 0 auto 50px;
    padding: 40px 20px;
    background-color: #fff;
}
.checkout-page .address-item:only-child {
    float: none;
    margin: 0 auto 0.5% !important;
}
.checkout-page .address-box {
	margin: 0 0 40px;
}
.checkout-page .address-item li {
	/* line-height: 24px; */
	line-height: 1.3;
    color: #000;
}
.checkout-page .address-item li label {
    color: #bbb;
}
.checkout-page .address-item li.name {
	margin: 0;
}
.checkout-page .address-item li.country {
	margin: 0;
	font-size: 16px;
    font-weight: bold;
}
.checkout-page .edit-address {
	margin: 0;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 auto 40px;
}
.payment-method .method-name > div {
    display: inline-block;
    vertical-align: middle;
}
.shipping-method .method-list li,
.payment-method .method-list li {
    position: relative;
    margin: 0;
	padding: 15px 0 20px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x left bottom;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
    color: #000;
}
.shipping-method .method-description {
	margin: 5px 0 0;
    font-size: 13px;
    color: #666;
}
.use-reward-points {
	margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}
.payment-method-page .use-reward-points {
    padding-bottom: 20px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll left bottom;
}
.checkout-page .payment-info {
	max-width: 628px;
    margin: 0 auto 40px;
    padding: 40px 20px;
    background-color: #fff;
}
.checkout-page .payment-info form {
    margin: 0;
}
.payment-info .info {
    margin-bottom: 40px;
}
.payment-info .info td {
    width: 50%;
	padding: 5px;
}
.payment-info-page .payment-info .info td {
    text-align: left;
} 
.payment-info-page .payment-info .info td:first-child {
    text-align: right;
}
.payment-info-page .payment-info .info td:only-child {
    text-align: center;
    font-size: 20px;
}
.checkout-page .payment-info .buttons {
    margin: 0;
}
.payment-info-page .payment-info .info td input,
.payment-info-page .payment-info .info td select {
    border-width: 2px;
}

.confirm-order .terms-of-service {
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
}

.order-completed .details {
	max-width: 628px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    background-color: #fff;
}
.order-completed .details a {
	display: block;
	margin: 20px 0 0;
	font-weight: bold;
}
.order-completed .details strong {
    color: #000;
}
.order-completed .buttons {
    max-width: 628px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    background-color: #fff;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 20px; 
	overflow: hidden;  
}
.order-details-area {
    overflow: hidden;
}
.order-review-data > div,
.order-details-area > ul,
.shipment-details-area > div {
    width: 100%;
    max-width: 935px;
	margin: 0 0 50px;
    padding: 40px 20px;
    background-color: #fff;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	/* line-height: 24px; */
	line-height: 1.3;
    color: #666;
}
.billing-info,
.shipping-info {
    margin-bottom: 35px;
}
.order-details-area li,
.billing-info li,
.shipping-info li {
    position: relative;
}
.order-details-area li.country:after,
.order-review-data .billing-info li.country:after,
.shipping-info li.country:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    height: 1px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom;
} 
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 35px 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-details-area .billing-info .repost form {
    margin-bottom: 0;
}
.order-details-area .hint em {
    font-style: normal;
}
.order-details-page .page-title {
	margin: 0 0 150px;
	/*overflow: hidden;*/
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .order-overview {
	margin: 0 0 50px;
	/* line-height: 24px; */
	line-height: 1.3;
    color: #666;
}
.order-details-page .order-overview .order-number strong {
    font-size: 16px;
    color: #000;
}
.order-details-page .products .title {
    margin: 0 20px 20px;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.order-details-page .products table td,
.order-details-page .products table th {
    text-align: center;
} 
.order-details-page .products table td.unit-price,
.shopping-cart-page .cart td.unit-price,
.checkout-page .cart td.unit-price {
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px; 
}
.order-details-page .products table tr:last-child td {
    border-bottom: none;
}
.order-details-page .tax-shipping-info {
	margin: 0 0 20px;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	font-size: 0;
}
.order-details-page .actions input {
	width: 340px;
    max-width: 90%;
	margin: 0 5px;
	border: 2px solid #c49169;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.order-details-page .actions input:hover {
    background-color: #c49169;
    color: #fff;
}
.order-details-page .actions .button-2 {
    height: 50px;
    margin-top: 10px;
    border: 2px solid #ccc;
    background: transparent;
}
.order-details-page .actions .button-2:hover {
    background-color: #ccc;
    color: #000;
}
.order-details-page .totals {
    padding: 40px 20px;
    background-color: #fff;
}
.order-details-page .cart-total {
	width: 100%;
    max-width: 628px;
	margin: 0 auto 30px;
}
.order-details-page .data-table .download a {
    position: relative;
    padding: 0 /*10px*/;
    color: #c49169;
}
.order-details-page .data-table .download a:hover {
    color: #c49169;
}
.order-details-page .section.products, 
.order-details-page .section.products table {
    margin-bottom: 0;
}
.order-details-page .section.options {
    padding: 30px 20px 40px;
    background: #fff url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x left top;
}
.order-details-page .button-2.re-order-button {
    border: 2px solid #ccc;
    display: inline-block;
    margin: 25px 0 10px;
    padding: 10px 20px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.order-details-page .button-2.re-order-button:hover {
    background-color: #ccc;
}

.billing-address-page .cart-options,
.shipping-address-page .cart-options {
    margin-bottom: 70px;
}
.billing-address-page .cart-footer .total-info,
.shipping-address-page .cart-footer .total-info,
.checkout-page .cart-footer .total-info {
    margin: 20px 0;
    padding: 0;
}
.billing-address-page .cart-total td.cart-total-left,
.shipping-address-page .cart-total td.cart-total-left {
    padding-left: 5%;
}
.billing-address-page .cart-total td.cart-total-right,
.shipping-address-page .cart-total td.cart-total-right {
    padding-right: 5%;
}

.billing-address-page .cart-total tr.order-total td,
.shipping-address-page .cart-total tr.order-total td,
.checkout-page .cart-total tr.order-total td {
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 top, url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom;
}
.billing-address-page .cart-total tr.earn-reward-points td.cart-total-left,
.shipping-address-page .cart-total tr.earn-reward-points td.cart-total-left,
.checkout-page .cart-total tr.earn-reward-points td.cart-total-left {
    background: none;
    font-size: 15px;
    font-weight: normal;
}
.billing-address-page .cart-total tr.earn-reward-points td.cart-total-right,
.shipping-address-page .cart-total tr.earn-reward-points td.cart-total-right,
.checkout-page .cart-total tr.earn-reward-points td.cart-total-right {
    background: none;
    font-size: 20px;
    font-weight: normal;
}
.billing-address-page .cart-total tr.order-total td.cart-total-left,
.shipping-address-page .cart-total tr.order-total td.cart-total-left,
.checkout-page .cart-total tr.order-total td.cart-total-left {
    font-size: 18px;
    font-weight: bold;
}
.billing-address-page .cart-total tr.order-total td.cart-total-right,
.shipping-address-page .cart-total tr.order-total td.cart-total-right,
.checkout-page .cart-total tr.order-total td.cart-total-right {
    font-size: 22px;
    font-weight: bold;
}
.shipping-method-page .shipping-method form,
.payment-method-page .payment-method form {
    width: 100%;
    max-width: 628px;
    margin: 0 auto 80px;
    padding: 20px 20px 40px;
    background-color: #fff;
}
.shipping-method-page form .buttons,
.payment-method-page form .buttons {
    margin: 0;
}
.order-confirm-page .order-review-data div.title strong:before, 
.order-confirm-page .order-review-data div.title strong:after {
    display: none;
}
.order-confirm-page .order-review-data div.title strong {
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat",Verdana,sans-serif;
}

.opc {
    max-width: 628px;
    margin: 0 auto;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	padding: 10px;
}
.opc .tab-section {
    margin: 2px 0;
    padding: 4px 20px;
    background-color: #fff;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title h2,
.opc .active .step-title .number {
    color: #000;
}
.opc .active .step-title * {
}
.opc .step-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    font-size: 24px;
    font-weight: normal;
    font-family: "helvetica","Microsoft JhengHei";
    color: #bbb;
}
.opc .step-title * {
	/*float: left;*/
	font-size: 16px; 
}
.opc .step-title span {
	font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
}
.opc .active .step {
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 4px;
}
.opc .step {
	margin: 0;
	padding: 40px 0;
    background-color: #fff;
}
.opc .step form {
    margin-bottom: 0;
}
.opc .section {
	/*margin: 0 0 15px;*/
}
.checkout-page .opc .section {
    margin: 0;
    padding: 0;
}
.checkout-page .opc .section.pickup-in-store {
    margin: -20px 0 25px;
}
.checkout-page .opc .section.shipping-method {
    margin-top: -30px;
}
.checkout-page .opc .section .description {
    margin-bottom: 20px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom;
}
.checkout-page .opc .section .description i {
    display: inline-block;
    margin-bottom: 20px;
    font-style: normal;
}
.opc .section > div {
    position: relative;
    width: 100%;
    max-width: 346px;
    overflow: hidden;
    margin: 0 auto;
}
.opc .section > div:before,
.opc .section > div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.opc .section .use-reward-points:before,
.opc .section .use-reward-points:after,
.opc .section .info:before,
.opc .section .info:after,
.opc .section .order-summary-content:before,
.opc .section .order-summary-content:after {
    display: none;
} 
.opc .section > div:after {
    right: 0;
    left: auto;
}
.opc .section .use-reward-points {
    max-width: none;
    padding-bottom: 35px;
    background:  url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom;
}
.opc .payment-info .info,
.opc .order-summary .order-summary-content {
    max-width: none;
}

.opc .payment-info .info td {
    text-align: left;
} 
.opc .payment-info .info td:first-child {
    text-align: right;
}
.opc .payment-info .info td:only-child {
    text-align: center;
}
.opc .payment-info .info td select,
.opc .payment-info .info td input {
    border: 2px solid #d9d9d9;
}

.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
    margin-top: 40px;
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    display: inline-block;
    max-width: 100%;
    width: 340px;
	border: 2px solid #ccc;
    padding: 10px 20px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.opc .back-link a:hover {
    background-color: #ccc;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc .order-review-data ul {
    padding: 0;
}
.opc .order-summary-content table {
    margin-bottom: 0;
}
.opc .cart-options .selected-checkout-attributes {
    margin-top: -1px;
}
.opc .cart-footer .totals {
    margin: 0;
    padding: 0;
}
.opc .order-summary-content .cart-footer {
    margin-top: 50px;    
}


/*********** SEARCH & SITEMAP ***********/


.search-page form {
    padding: 40px 20px;
}
.onecolumn .search-page form {
    max-width: 628px;
}
.search-page .fieldset {
    overflow: hidden;
    margin-bottom: 10px;
}
.search-page .inputs {
    max-width: 346px;
} 
.search-input input + label {
	display: inline;
	margin: 0 0 0 7px;
    cursor: pointer;
    color: #bbb;
}
.search-page .inputs .select-wrap {
    width: 100%;
}
.basic-search {
	margin: 0 0 20px;
}
.search-page .inputs.reversed {
    margin: 0 auto;
}
.search-page .inputs.reversed:before,
.search-page .inputs.reversed:after {
    display: none;
}
.advanced-search {
	margin: 0 0 20px;
    padding-top: 40px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 12px;
}
.advanced-search .inputs.reversed {
    margin-bottom: 30px;
}
.advanced-search .price-range {
    position: relative;
	display: inline-block;
}
.advanced-search .price-range:before,
.advanced-search .price-range:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 48%;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.advanced-search .price-range:after {
    right: 48%;
    left: auto;
}
.advanced-search .price-range input {
	width: 48%;
	margin: 0 0 0 4%;
}
.advanced-search .price-range input:first-child {
    margin: 0;
}
.search-input .buttons {
    margin: 0;
}
.search-input .button-1 {
    min-width: 180px;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 50px;
}
.search-results .no-result {
    margin-bottom: 50px;
}

.sitemap-page .description {
    max-width: 1260px;
    margin: 80px auto;
    padding: 10px 20px;
    /* line-height: 26px; */
	line-height: 1.3;
}
.sitemap-page .entity {
	margin: 0 auto 40px;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
}
.sitemap-page .entity-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.sitemap-page .entity-title h2:before,
.sitemap-page .entity-title h2:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 2px;
    background-color: #000;
}
.sitemap-page .entity-title h2:after {
    right: 0;
    left: auto;
}
.sitemap-page .entity-body {
    margin: 0 auto;
    padding: 40px 20px;
    /*background:  url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 top;*/
    background: #fff;
    /* line-height: 24px; */
	line-height: 1.3;
}
.sitemap-page li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 14px;
    width: 2px;
    margin: auto;
    border-left: 1px solid #efefef;
}
.sitemap-page li:first-child:before {
    display: none;
}
.sitemap-page li {
    position: relative;
	display: inline-block;
}
.sitemap-page a {
	display: block;
    padding: 10px 20px;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/


.blog-block-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 0px;
}
.blog-block-wrapper .block .title {
    cursor: pointer;
  
}
.blog-block-wrapper .block .listbox {
    display: none;
}
.year strong {
	display: block;
	cursor: default;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
    max-width: 628px;
    margin: 0 auto;
	padding: 10px 20px 35px;
    background-color: #fff;
}
.news-items .news-item .news-head {
    margin-bottom: 10px;
}
.blog-page .post,
.news-list-page .news-item {
    margin-bottom: 10px;
    text-align: left;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: block;
}

.post-date,
.news-date {
	display: block;
    font-size: 18px;
    font-family: "Playfair Display",serif; 
    color: #888;

}

/*rich blog plugin*/


/*end*/

/* home page */

.news-list-homepage .news-items,
.post-title,
.news-title {
    text-align: left;
}
.news-list-homepage .news-title,
.post-title,
.news-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 24px;
    color: #000;
}
.news-list-homepage .news-title:after,
.post-title:after,
.news-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 20px;
    height: 0px;
    background: url(/Themes/Minimal/Content/img/title-decoration.png) no-repeat scroll center;
}
/*.post-head ~ *,
.news-head ~ * {
	display: none;
}*/
.blogpost-page .post-date,
.news-item-page .news-date {
    margin-bottom: 20px;
    font-size: 20px;
    color: #666;
}
.post-body,
.news-body {
    max-height: 75px;
    overflow: hidden;
	margin: -1px 0 23px;
	/* line-height: 26px; */
	line-height: 1.3;
}
.blog-page .post-body {
    max-height: 80px;
}
.blog-page .post-body li {
    /* line-height: 23px; */
	line-height: 1.3;
}
.blog-page .post-body p {
    margin: 0;
}
.blogpost-page .post-body,
.news-item-page .news-body {
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0px 20px;
    background-color: #fff;
}
.blogpost-page .tags {
    position: relative;
	margin: 0;
	overflow: hidden;
    background-color: #fff;
    padding: 40px 20px;
}

.blogpost-page .page-body .tags:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background:  url(/Themes/Minimal/Content/img/title-dots-decoration.png) repeat-x 0 0;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	font-weight: normal;
    color: #666;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	/* line-height: 24px; */
	line-height: 1.3;
}

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    text-align: left;
}
.blog-posts .buttons .read-comments {
    float: right;
    margin-top: 10px;
}
.news-items .read-more:before, 
.news-items .read-more:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
    background-color: #c49169;    
}
.news-items .read-more:after {
    right: 0;
    left: auto;
}
.blog-posts .read-more,
.news-items .read-more {
    position: relative;
	display: inline-block;
    padding: 0 13px;
    text-transform: capitalize;
    font-family: "helvetica","Microsoft JhengHei";
}
.blog-posts .read-more:before,
.blog-posts .read-more:after,
.news-list-page .read-more:before,
.news-list-page .read-more:after,
.rich-blog-homepage .view-all a:before,
.rich-blog-homepage .view-all a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.blog-posts .read-more:after,
.news-list-page .read-more:after,
.rich-blog-homepage .view-all a:after {
    right: 0;
    left: auto;
}
.blog-posts .read-more,
.news-list-page .read-more {
    position: relative;
	display: inline-block;
	margin: 25px 0 0;
    padding: 7px 13px;
}

.new-comment {
	margin: 20px 0 0;
    padding: 0 20px;
    background-color: #fff;
}
.new-comment .title,
.comment-list .title {
	margin: 0;
    padding: 40px 0 20px;
    font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.new-comment .title {
    padding: 20px 0;
}
.new-comment .title strong,
.comment-list .title strong {
    position: relative;
    padding: 0 15px;
}
.new-comment .title strong:before,
.new-comment .title strong:after,
.comment-list .title strong:before,
.comment-list .title strong:after {
    content: '';
    position: absolute;
    top: 5px;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.new-comment .title strong:after,
.comment-list .title strong:after {
    left: auto;
    right: 0;
}
.new-comment .notifications {
    
}
.new-comment .validation-summary-errors {
    position: absolute;
    top: -40px;
    right: 10px;
    left: 10px;
    margin: auto;
}
.new-comment form {
    margin: 0;
    padding-bottom: 40px;
}
.new-comment .captcha-box {
    margin-top: 40px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
    max-width: 500px;
}
.new-comment .buttons {
    margin-top: 40px;
}
.new-comment .button-1 {
    min-width: 200px;
	border: 2px solid #c49169;
	padding: 10px 15px;
}

.comment-list {
    padding: 0 20px 20px;
    background-color: #fff;
}
.comment-list .comments {
    overflow: hidden;
}
.blog-comment,
.news-comment {
    position: relative;
    max-width: 1266px;
	margin: 0 auto 20px;
    padding-top: 20px;
    /*background: url(/Themes/Minimal/Content/img/title-dots-decoration.png) repeat-x 0 0;*/
}
.blog-comment:before,
.news-comment:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    height: 1px;
    background: url(/Themes/Minimal/Content/img/title-dots-decoration.png) repeat-x 0 0;
}


.blog-comment:last-child,
.news-comment:last-child {
    margin-bottom: 0;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 140px;
	margin: 0 auto 20px;
}
.comment-info .username {
	display: block;
	padding: 0 5px 5px;
    font-size: 16px;
}
.comment-info .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	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 20px;
}
.comment-title {
    color: #000;
}
.stat-value {
    color: #000;
}
.comment-body {
	/* line-height: 26px; */
	line-height: 1.3;
}
.news-item-page form .inputs:before,
.news-item-page form .inputs:after {
    display: none;
}
.news-item-page .enter-comment-title {
    border-width: 2px;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 40px;
}
.news-list-homepage .title {
	margin: 0 0 85px;
	font-size: 18px;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    padding: 0 10px;
    text-align: center;
}
.news-list-homepage .view-all a:before,
.news-list-homepage .view-all a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 1px;
    margin: auto;
    background-color: #c49169;
}
.news-list-homepage .view-all a:after {
    left: auto;
    right: 0;
}
.news-list-homepage .view-all a {
	display: inline-block;
	/* line-height: 32px; */
	line-height: 1.3;
    font-size: 16px;
    font-family: "helvetica","Microsoft JhengHei";
    
}

/* owl carousel navigation */

.owl-carousel .owl-stage-outer {
    max-width: 1920px;
    margin: auto;
}
.news-list-homepage .owl-controls {
    position: absolute;
    top: -80px;
    right: 0;
    left: 0; 
}
.news-list-homepage .owl-controls .owl-nav {
    font-size: 0;
    text-align: center;
}
.news-list-homepage .owl-controls .owl-nav div {
    display: inline-block;
    height: 75px;
    width: 75px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.news-list-homepage .owl-controls .owl-nav div:after {
    background: #c6c6c6;
    bottom: 0;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    z-index: 10;
}
.news-list-homepage .owl-carousel .owl-item {
    cursor: e-resize;
}
.owl-controls .owl-prev {
    background: url(/Themes/Minimal/Content/img/slider-arrow-left.png) no-repeat center;
}
.owl-controls .owl-next {
    background: url(/Themes/Minimal/Content/img/slider-arrow-right.png) no-repeat center;
}
.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    background-color: #fff;
}

/********** FORUM & PROFILE **********/


.forums-main-page .forums-header,
.forums-main-page .forums-table-section {
    margin-bottom: 100px;
}
.forums-main-page .topic-block {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.forums-main-page .topic-block-title {
    padding: 0;
}
.forums-main-page .topic-block-title h2::before, 
.forums-main-page .topic-block-title h2::after {
    display: none;
}
.forums-main-page .topic-block h2 {
    display: block;
    padding: 35px 0;
    font-size: 30px;
    font-weight: bold;
}
.forums-header {
	margin: 0 0 20px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    margin-bottom: 40px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 18px;
	/* line-height: 36px; */
	line-height: 1.3;
    color: #666;
}
.search-box.forum-search-box {
    top: 0;
    float: none;
    display: block;
	margin: 0 0 20px;
    padding: 35px 0;
	text-align: center;
    background-color: #fff;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box .advanced {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    margin: auto;
}
.forum-search-box .advanced a {
    position: relative;
    padding: 0 8px;
}
.forum-search-box .advanced a:before,
.forum-search-box .advanced a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.forum-search-box .advanced a:after {
    right: 0;
    left: auto;
}
.forum-search-box .search-box-text {
	float: left;
	width: 100%;
    max-width: 310px;
}
.forum-search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0;
}
.forum-search-page .search-input form {
    max-width: 628px;
    padding: 40px 20px;
}
.forum-search-page .search-input .inputs {
    max-width: 346px;
    margin: 0 auto 35px;
    overflow:hidden;
}
.forum-search-page .search-input .inputs .select-wrap {
    width: 100%;
}
.forum-search-page .search-input .inputs .select-inner {
    height: 36px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
}
.forum-search-page .search-input .inputs.reversed:before,
.forum-search-page .search-input .inputs.reversed:after {
    display: none;
}
.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 .pager.upper {
    margin: 0 0 20px;
}
.forum-search-page .forums-table-section {
    margin-bottom: 70px;
}
.forum-search-page .forums-table-section .forum-table {
    margin-bottom: 0;
}



/* forum group */

.forums-table-section {
    position: relative;
	margin: 0 0 80px;
}
.forums-table-section a {
    position: relative;
    vertical-align: middle;
}
.forums-table-section .forum-details .forum-title a,
.forums-table-section .topic-details .topic-title a {
    font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei"; 
    color: #000;
}
.topic-pager {
    color: #bbb;
}
.forums-table-section .forum-details .forum-title a:hover,
.forums-table-section .topic-details .topic-title a:hover,
.forums-table-section .latest-post .author a:hover {
    color: #888;
}
.topic-details .topic-title .topic-type {
    vertical-align: middle;
} 
.topic-details .topic-starter > * {
    font-size: 14px;
    font-weight: normal;
    color: #bbb;
}
.topic-details .topic-starter a {
    color: #000;
}
.forums-table-section th.forum-details,
.forums-table-section th.topic-details {
    color: #000;
}
.forums-table-section tr:last-child td {
    border: none;
}
.forums-table-section td.topics, 
.forums-table-section td.posts,
.forums-table-section td.replies,
.forums-table-section td.views {
    font-size: 20px;
    font-family: "helvetica","Microsoft JhengHei"; 
} 
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
    position: relative;
    padding: 0 18px;
	font-size: 24px;
	font-weight: normal;
    font-family: "helvetica","Microsoft JhengHei"; 
}
.forums-table-section-title strong {
    color: #000;
}
.forums-table-section-title > a:before,
.forums-table-section-title > a:after,
.forums-table-section-title strong:before,
.forums-table-section-title strong:after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.forums-table-section-title > a:after,
.forums-table-section-title strong:after {
    right: 0;
    left: auto;
}
.forums-table-section-title strong:before,
.forums-table-section-title strong:after {
    background-color: #000;
}
.forums-table-section .view-all {
    position: relative;
    top: -40px;
    display: inline-block;
    padding: 0 10px;
}
.forums-table-section .view-all:before,
.forums-table-section .view-all:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.forums-table-section .view-all a {
    font-weight: normal;
}
.forums-table-section .view-all:after {
    right: 0;
    left: auto;
}

.forums-table-section .image div {
	width: 43px;
	height: 33px;
	margin: auto;
	background: url(/Themes/Minimal/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Minimal/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Minimal/Content/img/folder3.png) center no-repeat;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
    margin-bottom: 5px;
}
.forums-table-section .latest-post div a {
    font-size: 14px;
}

/* forum-page, topic-page */


.forum-page .title-breadcrumb-wrapper,
.forum-topic-page .title-breadcrumb-wrapper {
    margin: -1px 0 0;
}
.forum-page .header-description-wrapper:before,
.forum-topic-page .forums-header:before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
}
.forum-page .header-description-wrapper {
    position: relative;
    margin: -1px 0 40px;
}
.forum-page .header-description-wrapper .forums-header {
    margin-bottom: 40px;
}
.forum-page .forum-info {
    overflow: hidden;
	margin: 0;
}
.forum-topic-page .forums-header {
    position: relative;
    margin-bottom: 95px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
    position: relative;
    z-index: 0;
}
.forum-page .forum-name h1,
.topic-name h1 {
    padding: 15px 0 20px;
}
.forum-page .forum-description {
    margin-bottom: 40px;
    color: #999;
}
.header-description-wrapper .current-time,
.forum-topic-page .current-time {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.forum-topic-page .current-time {
    bottom: -63px;
}
.forum-topic-page .topic-posts {
    margin: 0 0 70px;
}

.forum-actions,
.topic-actions {
	margin: 0;
    padding: 30px 0;
    text-align: center;
    background: #fff url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x center bottom;
    background-color: #fff;
	font-size: 0;
}

.topic-posts {
    padding: 0 20px;
    background-color: #fff;
}
.forum-actions .actions a:first-child:before,
.topic-actions .actions a:first-child:before     {
    display: none;
}
.forum-actions .actions a:before,
.topic-actions .actions a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 2px;
    height: 14px;
    background-color: #ccc;
}
.forum-actions .actions a,
.topic-actions .actions a {
    position: relative;
	display: inline-block;
	margin: 0 15px;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
}
.forum-actions .actions .new-topic {
	background: url(/Themes/Minimal/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: url(/Themes/Minimal/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper,
.active-discussions .pager.upper {
	display: none;
	margin: 0;
}

.topic-actions .reply-topic-button {
	background: url(/Themes/Minimal/Content/img/forum_icon6.png) 5px center no-repeat;
}
.topic-actions .watch-topic-button {
	background: url(/Themes/Minimal/Content/img/forum_icon5.png) left center no-repeat;
}
.topic-actions .move-topic-button {
	background: url(/Themes/Minimal/Content/img/forum_icon3.png) 5px center no-repeat;
}
.topic-actions .edit-topic-button {
	background: url(/Themes/Minimal/Content/img/forum_icon1.png) left center no-repeat;
}
.topic-actions .delete-topic-button {
	background: url(/Themes/Minimal/Content/img/forum_icon2.png) left center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-post {
    position: relative;
    max-width: 1266px;
    margin: 0 auto;
    padding: 30px 0;
}
.topic-post:before {
    content: '';
    position: absolute;
    right: -50%;
    bottom: 0;
    left: -50%;
    height: 1px;
    background: url(/Themes/Minimal/Content/img/title-dots-decoration.png) repeat-x 0 0;
}
.topic-post:only-child:before,
.topic-post:last-child:before {
    display: none;
}
.forum-topic-page .topic-actions.lower {
    padding: 0;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
    padding: 10px;
}
.topic-post .user-info {
	width: 140px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats span {
    color: #000;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
    padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
    background: url(/Themes/Minimal/Content/img/forum_icon8.png) no-repeat scroll left center;
}

.topic-post .post-time {
	margin: 0 0 15px;
	padding: 10px 0;
}
.topic-post .post-time span {
	color: #444;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions .manage-post a {
    margin: 0 0 0 10px;
}
.topic-post .post-actions .manage-post a:first-child {
    margin: 0;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 20px;
}
.topic-post .post-actions .edit-post-button {
	background: url(/Themes/Minimal/Content/img/forum_icon1.png) left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url(/Themes/Minimal/Content/img/forum_icon2.png) left center no-repeat;
}
.topic-post .quote-post .quote-post-button {
    background: url(/Themes/Minimal/Content/img/forum_icon7.png) left center no-repeat;
} 
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
}
.topic-post .post-actions .quote-post-button {
	padding: 10px 20px;
}

.topic-post .post-body {
    height: auto;
    max-height: none;
    padding-top: 20px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x left top;
	/*topic post-body also gets style from blog post-body*/
}
.topic-post .post-body b {
    font-weight: normal;
    color: #000;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
	padding: 20px;
    border: 1px dotted #eee;
}
.topic-post .signature {
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x  center top;
	padding: 20px 0;
}
.active-discussions .forums-table-section-body {
    margin-bottom: 70px;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page form,
.move-topic-page form,
.private-message-send-page .fieldset {
    /*max-width: 628px;*/
    padding: 40px 20px;
}
.private-message-send-page .fieldset {
    margin: 0 auto;
    padding: 40px 20px 0;
    background-color: #fff;
}
.private-message-send-page .fieldset .inputs.message {
    margin: 0 auto;
}
.private-message-send-page .buttons {
    /*max-width: 628px;*/
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
}
.forum-edit-page form .inputs:before,
.forum-edit-page form .inputs:after,
.move-topic-page form .inputs:before,
.move-topic-page form .inputs:after,
.private-message-send-page .inputs:before,
.private-message-send-page .inputs:after {
    display: none;
}
.forum-edit-page form .inputs,
.move-topic-page form .inputs,
.private-message-send-page .inputs {
    max-width: 500px;
    margin: 0 auto 35px;
}
.forum-edit-page form .inputs .toolbar,
.private-message-send-page .inputs .toolbar {
    margin: 0 0 10px;
}
.forum-edit-page form .inputs input,
.forum-edit-page form .inputs select,
.move-topic-page form .inputs select,
.private-message-send-page .inputs input,
.private-message-send-page .inputs select {
    border-width: 2px;
}
.forum-edit-page form .inputs.reversed {
    max-width: 90%;
}
.forum-edit-page form .inputs.reversed > * {
    display: inline-block;
    width: auto;
    margin: 0 3px;
} 
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 24px;
    font-family: "helvetica","Microsoft JhengHei";
	font-weight: normal;
    vertical-align: middle;
}
.forum-edit-page .topic-subject {
    font-size: 20px;
}
.forum-edit-page .buttons,
.private-messages-page .buttons {
	margin: 0;
	text-align: center;
}
.private-messages-page .buttons {
    margin-bottom: 260px;
    padding-bottom: 40px;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 150px;
    margin-left: 5px;
    margin-right: 5px;
	border: 2px solid #c49169;
}
.forum-edit-page .buttons .button-2,
.move-topic-page .buttons .button-2,
.private-message-send-page .buttons .button-2,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-2 {
    height: 50px;
    margin-top: 10px;
    padding: 0 35px;
    border-color: #ccc;
}

.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px; /*reset zeroing*/
}
.forum-edit-page .inputs .select-wrap {
    width: 100%;
}
.forum-edit-page .inputs .select-wrap span {
    margin: 0;
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */


.private-messages-page .private-messages-box .pager {
    position: absolute;
    right: 0;
    bottom: -130px;
    left: 0;
}
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .pm-unread {
	color: #000;
}
.private-messages-page .pm-unread:hover {
    color: #bbb;
}

.private-message-view-page .page-body {
    padding: 40px 20px;
    background-color: #fff;
}
.private-message-view-page .page-body > * {
    max-width: 1266px;
    margin: 0 auto;
}
.private-message-view-page .view-message {

}
.private-message-view-page .message-head {
    margin-bottom: 15px;
}
.private-message-view-page .message-head li:before{
    content: "";
    position: absolute;
    top: 3px;	
    bottom: 0;
    left: -7px;
    height: 14px;
    width: 2px;
    margin: auto;
    background-color: #ccc;
}
.private-message-view-page .message-head li {
    position: relative;
	display: inline-block;
    padding: 10px;
}
.private-message-view-page .message-head li:first-child:before {
    display: none;
}
.private-message-view-page .message-head label {
	font-weight: bold;
}
.private-message-view-page .message-head span {
	margin: 0 10px 0 0;
	vertical-align: middle;
    color: #000;
}

.private-message-view-page .message-body:before {
    content: '';
    position: absolute;
    top: 0;
    right: -25%;
    left: -25%;
    height: 1px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll center top;
}
.private-message-view-page .message-body {
    position: relative;
    padding: 20px 0 40px;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}


/* profile page  */

.profile-page .latest-posts {
    margin: 20px 0 70px;
    /*padding: 20px 20px 0;*/
    background-color: #fff;
}
.inbox-tabs {
    background-color: #fff;
    padding-top: 10px;
}
.inbox-tabs .ui-tabs-panel {
    position: relative;
    padding: 0;
    background-color: #f8f8f8;
}
.tabs.inbox-tabs #tabs-1 {
    background-color: #fff;
}
.profile-info-box {
	overflow: hidden;
    max-width: 1266px;
    margin: 0 auto;
    padding: 20px 0;
}
.profile-info-box .avatar {
	margin: 0 auto 20px;
}
.profile-info-box .profile-stats {
	margin: 0 0 10px;
}
.profile-info-box .profile-stats .stats span {
    color: #000;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei";
}

.profile-page .topic {
    max-width: 1266px;
	margin: 0 auto 20px;
	padding: 0 20px 40px;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll center bottom;
}
.profile-page .topic:first-child {
    padding-top: 10px;
}
.profile-page .topic:last-child,
.profile-page .topic:only-child {
    margin-bottom: 0;
    background: none;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
    font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
}
.profile-page .topic-title a:hover {
    color: #888;
}
.profile-page .topic-body b {
    font-weight: normal;
}
.profile-page .topic-data span {
	color: #000;
}

/*special forum pages*/

.forum-group-page .forum-breadcrumb:before,
.active-discussions-page .forum-breadcrumb:before {
    content: '';
    position: absolute;
    top: 45px;
    right: -10px;
    left: -10px;
    height: 15px;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x center top;
}
.forum-group-page .forum-breadcrumb,
.active-discussions-page .forum-breadcrumb {
    position: relative;
    margin: 0;
    padding: 10px 0 80px;
    background-color: #eaeaea;
}
.forum-group-page .forum-breadcrumb:after,
.active-discussions-page .forum-breadcrumb:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
}
.forums-table-section-title {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
}
.forums-main-page .forums-table-section-title a {
    color: #c49169;
}
.forums-main-page .forums-table-section-title a:before,
.forums-main-page .forums-table-section-title a:after,
.forums-main-page .forums-table-section-title strong:before,
.forums-main-page .forums-table-section-title strong:after {
   display: inline-block;
}
.forums-main-page .forums-table-section-title a:before,
.forums-main-page .forums-table-section-title strong:before {
    left: 0;
}
.forums-main-page .forums-table-section th.latest-post {
    text-align: left;
}
.forums-table-section td.latest-post {
    text-align: left;
    font: 14px "Montserrat",Verdana,sans-serif;
    color: #bbb;
}
.active-discussions-page .forums-table-section td.latest-post a,
.active-discussions-page .forums-table-section td.latest-post a:hover {
    color: #c49169;
}
.forums-main-page .forums-table-section .latest-post a {
    font-weight: normal;
}
.forums-table-section td.latest-post a {
    color: #000;
} 
.forums-table-section td.latest-post a:hover {
    color: #888;
}
.forums-table-section-title a:before,
.forums-table-section-title a:after,
.forums-table-section-title strong:before,
.forums-table-section-title strong:after {
    display: none;
}
.forums-table-section-title a,
.forums-table-section-title strong {
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.forum-group-page .forums-header,
.active-discussions-page .forums-header {
    position: relative;
    margin-bottom: 100px;
}
.forum-group-page .forums-header .current-time,
.active-discussions-page .forums-header .current-time {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    margin: 0 auto;
}

.active-discussions-page .active-discussions .forums-table-section-title {
    display: none;
}
.active-discussions-page > .topic-block-title {
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}
.active-discussions-page > .topic-block-title h2:before,
.active-discussions-page > .topic-block-title h2:after {
    display: none;
}
.active-discussions-page > .topic-block-title h2 {
    font-size: 30px;
}

/*forum vote*/
.topic-post .vote {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.topic-post .vote.up:before {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
	/* line-height: 45px; */
	line-height: 1.3;
}
.topic-post .vote.down:before{
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    width: 50px;
    height: 50px;
    /* line-height: 45px; */
	line-height: 1.3;
}
.topic-post .post-vote {
    position: relative;
    display: block;
    font-size: 0;
    padding: 20px 0 0;
}
.topic-post .post-vote > * {
    vertical-align: top;
}
.vote-count-post {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    /* line-height: 45px; */
	line-height: 1.3;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
    background-color: #fff;
    color: #888;
    font-family: "Montserrat",Verdana,sans-serif;
}

/*custom select styling*/

.select-wrap {
    position:relative;
    display: inline-block;
    width: auto;
    height: 37px;
    background: url(/Themes/Minimal/Content/img/drop-down-button.png) no-repeat right center;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.select-wrap:before,
.select-wrap:after {
    background: #d9d9d9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 2px;
}
.select-wrap:after {
    left: auto;
    right: 0;
}
.select-wrap select{
    position: relative;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.select-wrap .select-box{
    position:absolute;
    top: 0;
    right: 0;
    left: 0; 
    z-index:0; 
    display:inline-block;
    height: 100%;
    min-width: 60px;
    margin: 0;
    padding: 0;
}
.select-wrap .select-inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    /* line-height: 34px; */
	line-height: 1.3;
    padding: 0 20px 0 7px;
}




 

@media all and (max-width: 768px) {

    .newsletter-popup {
        background-image: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .newsletter-email .newsletter-subscribe-button {
        width: 200px;
        padding: 0;
    }
    .cart-collaterals .coupon-code input[type="submit"] {
        width: 190px;
        padding: 0;
        /* line-height: 20px; */
	line-height: 1.3;
        white-space: normal;
    }
    .check-username-availability-button {
        width: 200px;
        padding: 0;
        white-space: normal;
        /*  line-height: 20px; */
	line-height: 1.3;
    }
    .item-box .rating,
    .item-box .rating div {
        height: 14px;
	visibility: hidden;
    }
    .search-box input.search-box-text {
        opacity: 0.5;
    }

}



@media all and (max-width: 1919px) {
    
/* item box in product details page has same ajax cart button no matter the selected hover effect */ 

.product-details-page .item-box .buttons,
.shopping-cart-page .item-box .buttons {
    position: relative !important;
    top: 0 !important;
    opacity: 1 !important;
    text-align: center;
} 
.product-details-page .item-box .buttons .button-2,
.product-details-page .item-box .buttons a,
.product-details-page .item-box .buttons .quantity1,
.shopping-cart-page .item-box .buttons .button-2,
.shopping-cart-page .item-box .buttons a,
.shopping-cart-page .item-box .quantity1 {
    display: none !important;
}
.product-details-page .item-box .buttons .button-2.product-box-add-to-cart-button,
.shopping-cart-page .item-box .buttons .button-2.product-box-add-to-cart-button,
.product-details-page .item-box .buttons .button-2.product-box-add-to-cart-button:hover,
.shopping-cart-page .item-box .buttons .button-2.product-box-add-to-cart-button:hover {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    border: 2px solid #c49169 !important;
    padding: 0 20px 0 50px !important;
    background-position: 15px center !important;
    font-size: 18px !important;
}
.product-details-page .product-grid .item-box .buttons .button-2.product-box-add-to-cart-button:hover,
.shopping-cart-page .product-grid .item-box .buttons .button-2.product-box-add-to-cart-button:hover {
    background: #c49169 url(/Themes/Minimal/Content/img/add-to-cart-button.png) no-repeat 15px center !important;
}
.product-details-page .item-box .prices,
.shopping-cart-page .item-box .prices {
    margin-bottom: 15px;
}


/* end */

}

/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}
.footable-first-column .item-count {
    display: none;
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.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-row .footable-row-detail-value {

}
.footable-row-detail-name {
	margin: 0 0 5px;
    display: table-cell;
    padding: 7px 10px;
    color: #666;
}
.footable-row-detail-value {
    display: table-cell;
    line-height: 22px;
    color: #000;
}

.footable-toggle {
    background-image: url(/Themes/Minimal/Content/img/footer-block-arrow.png);
}
.footable-detail-show .footable-toggle {
    background-image: url(/Themes/Minimal/Content/img/footer-block-arrow-up.png);
}
.footable-toggle:before {
	display: none !important;
}

.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;
}

/* MY ACCOUNT PAGES TABLES */


.return-request-page .data-table select,
.return-request-page .data-table input {
    width: 50px;
    height: 50px;
    border-width: 2px;
}
.return-request-page .data-table select {
    width: 60px;
}
.return-request-page .data-table th,
.return-request-page .data-table td {
    text-align: center;
}
.reward-points-page .data-table tr:last-child td,
.shipment-details-page .data-table tr:last-child td {
    border-bottom: none;
}
.forum-subscriptions-page .data-table th,
.back-in-stock-subscription-list-page .data-table th,
.private-messages-box .data-table th {
    padding: 25px 20px;
}
.forum-subscriptions-page .data-table .info,
.back-in-stock-subscription-list-page .product {
    padding-right: 85px;
}



@media all and (min-width: 768px) {

    .footable-first-column .item-count {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 14px !important;
    }
}
    @media all and (min-width: 1280px) {

        .compare-products-page .product-picture td {
            padding: 0;
        }

        .recurring-payments .data-table tr:last-child td {
            border-bottom: none;
        }

        .recurring-payments .data-table td,
        .recurring-payments .data-table th {
            text-align: center;
        }

        /*CUSTOM TABLE BORDERS*/

        .cart th,
        .data-table th,
        .forums-table-section th {
            border: none;
            background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom !important;
        }

        .cart td,
        .data-table td,
        .compare-products-table td,
        .forums-table-section td {
            border: none;
            background: #fff url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x 0 bottom !important;
        }

        .cart tr:last-child td,
        .data-table tr:last-child td,
        .compare-products-table:last-child td,
        .checkout-page .cart tr.cart-item-row:last-child td {
            background: none !important;
        }

        .forums-table-section-body .forum-table tbody tr,
        .forums-table-section.topic-group tbody tr {
            height: 140px;
        }
        .shopping-cart-page .footable-first-column,
        .shopping-cart-page .remove-from-cart,
        .shopping-cart-page .sku {
            padding-left: 40px;
            padding-right: 40px;
        }

    }

@media all and (max-width: 1000px) {
.product-selectors {
   display:none;
}

.responsive-nav-wrapper .shopping-cart-link {
	background-size: 100% 100%;
}

.header-logo a {
	max-width: 100%;
}

.admin-header-links {
    position: relative;
	z-index: 1065;
	width: 100%;
}
.responsive-nav-wrapper-parent {
    position: relative;
	z-index: 0;
	width: 100%;
    background-color: #f8f8f8;
}
.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 35px;
}

.header-logo a img {
    max-width: 70%;
    max-height: 70%;
}


/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*stick navigation*/
.responsive-nav-wrapper .header-logo {
    display: none;
}
.responsive-nav-wrapper.stick {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
} 
.responsive-nav-wrapper.stick .header-logo {
    display: block;
    background-color: #fff;
}
.responsive-nav-wrapper.stick .header-logo a {
    width: auto;
    height: auto;
    margin: auto;
}
/*end*/
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div {
    margin: 10px;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	height: 22px;
	width: 22px;
	font-size: 0;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(/Themes/Minimal/Content/img/menu-icon.png) no-repeat center;
	background-size: 22px;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(/Themes/Minimal/Content/img/search-icon.png) no-repeat center;
    background-size: 22px 22px;
}
.responsive-nav-wrapper .filters-button {
	display: none;
	background: url(/Themes/Minimal/Content/img/icon-filters.png) no-repeat center;
    background-size: 22px 22px;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(/Themes/Minimal/Content/img/header-links-icon.png) no-repeat center;
    background-size: 22px 22px;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}

/* header menu functionality classes */

.admin-header-links,
.responsive-nav-wrapper,
.master-wrapper-content,
.header, .footer,
.slider-wrapper {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.notAndroid23 .move-right {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);        
}

/* SEARCH BOX */

.search-box {
	display: none;
	top: 0;
	left: 0;
    margin: 2px 0 0;
	padding: 25px 10px 20px;
	width: 100%;
	z-index: 1070;
	text-align: center;
    background: #fff;
}
.search-box.store-search-box.open {
    position:fixed !important;
	display: block;
}

/* HEADER LINKS */

.header-links-wrapper {
	display: none;
	top: 0;
	left: 0;
	right: 0;
    margin: 2px 0 0;
	z-index: 1070;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-links-wrapper.open {
    position:fixed !important;
	display: block;
}
.news-list-homepage .news-title,
.post-title,
.news-title {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 16px;
    color: #000;
}

.page-title h1,
.forums-main-page .topic-block h2,
.forum-name h1,
.topic-name h1 {
    padding: 15px 0;
    background: #eaeaea;
    text-align: center;
    font-size: 16pt;
    font-family: "helvetica","Microsoft JhengHei";
    color: #000;
    text-transform: uppercase;
}

.product-name h1 {
    padding: 5px 0 0px;
    background-color: #eaeaea;
    font-weight: normal;
    color: #000;
    font-size: 16pt;
    font-family: "helvetica","Microsoft JhengHei";
    text-transform: uppercase;
}
}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */

.side-2:after {
	content: "";
	display: block;
	clear: both;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    padding: 20px 25px;
}

/* HEADER */

.search-box input.search-box-text {
	width: 250px !important;
}
.ui-autocomplete {
	width: 380px !important; /*txtfield + button*/
}

/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}

/* LEFT/RIGHT COLUMN */


.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.block .poll-options li,
.block .poll-results li {
	display: block;
}
.block .poll .buttons,
.block .poll-total-votes {

}

/* CATEGORY PAGE & GRIDS */

.home-page-category-grid, 
.sub-category-grid, 
.manufacturer-grid,
.vendor-list-page,
.product-grid, 
.product-list,
.news-list-homepage,
.home-page-polls {
    margin: 0 0 65px;
}
.item-box {
    float: none;
    max-width: 500px;
    margin: 0 auto 20px;
}

.category-grid .item-box {
    float: none;
    width: 100%;
    max-width: 625px;
    margin: 0 auto 20px;
}
.manufacturer-grid,
.vendor-grid {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; 
}
.manufacturer-grid .item-box,
.vendor-list-page .item-box {
    float: left;
    width: 49.5%;
    margin: 0 0 1% 1%; 
}
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-list-page .item-box:nth-child(2n+1) {
    clear: both;
    margin: 0 0 1%;
}

/* TOPICS */

.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* SHOPPING CART & CHECKOUT */

.cart-options .checkout-attributes li {
    display: inline-block;
    margin-left: 25px;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.order-review-data > div,
.order-details-area > ul,
.shipment-details-area > div {
    max-width: 628px;
    margin: 0 auto 50px;
}

/* FORUM & PROFILE */

.forum-search-box-text,
.forum-search-text {
	width: 350px !important;
}

}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.master-wrapper-content { 
}
.page {
	clear: both;
	/*text-align: left;*/
}
.page-title h1:before,
.product-name h1:before,
.forum-name h1:before,
.topic-name h1:before {
    bottom: 0;
    z-index: -1;
}
.page-title h1:before {
    content: '';
    bottom: -20px;
}
.title-breadcrumb-wrapper .page-title h1:before,
.product-name h1:before {
    bottom: 0;
}
.page-title h1 {
    display: inline-block;
}
.link-rss {
	/*display: block;
	float: right;
	margin: 5px 0 0;*/
}
 

/* GLOBAL FORMS */


/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    padding: 10px 20px;
}
.eu-cookie-bar-notification .content {
    text-align: left;
}
.eu-cookie-bar-notification .text,
.eu-cookie-bar-notification a {
    display: inline-block;
}
.eu-cookie-bar-notification .text {
    max-width: 80%;
    margin:15px 0;
}
.eu-cookie-bar-notification a {
    margin: 0 0 0 5px;
}
.buttons-more {
   /* float: right; */
   width: 100%;
}
.buttons-more button {
    max-width: 200px;
    margin: 0;
}

/* HEADER */

.header {
    position: relative;
    z-index: 1065;
    min-height: 70px;
    padding: 0;
    background-color: #f8f8f8;
}
.header-logo {
    float: left;
    max-width: 30%;
    margin: 0 10px;
    padding-top: 15px;
}
.responsive-nav-wrapper-parent {
    position: absolute;
    right: 15px;
    width: auto;
    font-size: 0;
    top: 20px;
}
.responsive-nav-wrapper.stick .header-logo {
    margin: 0 4%;
}
.responsive-nav-wrapper .shopping-cart-link.full a:before {
    right: 19px;
    bottom: 23px;
}
.responsive-nav-wrapper > div {
    margin: 0;
}
.responsive-nav-wrapper > div > span, 
.responsive-nav-wrapper > div > a {
    width: 70px;
    height: 70px;
}
.language-currency-tax-wrapper div {
    margin: 5px 10px;
}
.language-list li, 
.currency-list li, 
.tax-display-type-list li {
    margin: 0 5px;
}
.header-links li {
    display: inline-block;
    margin: 0 30px;
}

/* HEADER MENU */

.header-menu .close-menu,
.header-menu ul li.back-button {
    height: 100px;
}

/* FOOTER */

.footer {
    padding-top: 50px;
}
.footer-middle {
    margin-bottom: 50px;
}
.footer-middle-block {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.footer .footer-middle-block .title::before, 
.footer .footer-middle-block .title::after {
    display: none;
}
.footer-middle-block ul {
    display: block;
}
.footer-lower > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 11px;
    width: 1px;
    background: #ccc;
}
.footer-lower > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 22px;
}
.footer-lower > div:first-child:before {
    display: none;
}

/* LEFT/RIGHT COLUMN */

.side-2 {
    width: 720px;
    margin: 0 auto 120px;
}  
.block {
    float: left;
	width: 50%;
    max-width: 354px;
	margin: 0 0 1.5% 1.5%;
}
.block:nth-of-type(2n+1) {
	clear: both;
    margin: 0 0 1.5%;
}
.block .listbox {
    padding-bottom: 35px;
}


/* CATEGORY PAGE & GRIDS */

/* home page grid */

.home-page-category-grid, 
.sub-category-grid, 
.product-grid, 
.product-list {
     padding-top: 0px;

    margin: 0 0 0px;
}

.category-grid .title strong,
.product-grid .title strong,
.news-list-homepage .title strong,
.home-page-polls .title strong {
    padding: 0 30px;
    background-color: #f8f8f8;
    font-size: 18pt;
    line-height: 1em;
}
.home-page-category-grid > .title {
    margin-bottom: 30px;
}
.home-page-category-grid > .title:after,
.product-grid .title:after,
.news-list-homepage .title:after,
.home-page-polls .title:after {
    top: 3px;
    z-index: -1;
}
.home-page-category-grid .item-grid .title {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: transparent;
}
.item-box .title span.view-all {
    display: block;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    opacity: 0.6;
}
.item-box .title a span {
    padding: 0;
}
.item-box .title a span::before, 
.item-box .title a span::after {
    display: none;
}
.home-page-polls {
    margin-bottom: 85px;
}

.title-breadcrumb-wrapper {
    padding-top: 20px;
}
.title-breadcrumb-wrapper .page-title h1,
.breadcrumb-name-wrapper .product-name h1,
.forum-page .title-breadcrumb-wrapper .forum-name h1,
.topic-name h1 {
    padding: 0 80px 20px;
}
.breadcrumb {
    margin: 0;
}
.breadcrumb li:first-child * {
	
}
.product-selectors {
    display: inline-block;
}
.product-selectors > div,
.product-selectors .product-viewmode {
	margin: 0 20px;
}
.product-selectors .product-viewmode {
    display: inline-block;
}
.onecolumn .product-selectors .product-viewmode {
    display: none;
}

.item-box,
.category-grid .item-box {
    float: none;
    max-width: 628px; 
    margin-bottom: 1%;
    background-color: #fff;
}
.sub-category-grid .item-grid {
    width: 720px;
    margin: 0 auto 80px;
}
.sub-category-grid .item-box {
    float: left;
    max-width: 354px;
    margin: 0 0 1.5% 1.5%;
}
.sub-category-grid .item-box:nth-child(2n+1) {
    margin: 0 0 1.5%;
    clear: both;
}
.item-grid .item-box {
    overflow: hidden;
}
.product-grid .item-box .picture {
    float: left;
    /* width: 50%; */
    width: 100%; 	
}
.product-grid .item-box .details {
    float: left;
    /* width: 50%; */
    width: 100%; 
    padding: 30px 15px 0;
    text-align: left;
}
.item-box .product-title a {
	font-size: 14pt;
    /*height: 35px;  <-- if you want to show just one line of title */
}
.item-box .prices span {
    margin: 0 5px 0 0;
}
.item-box .buttons {
    text-align: left;
}
.hover-effect-2 .item-box input.add-to-compare-list-button,
.hover-effect-2 .item-box input.add-to-wishlist-button,
.hover-effect-2 .product-grid .item-box .square-buttons-wrapper input.product-box-add-to-cart-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
    background-position: center;
}

/* products in list */
.product-list .item-box {
    float: none;
    width: auto;
    max-width: none;
    margin-bottom: 1%;
    margin-left: 0 !important;
}
.product-list .item-box .product-item:after {
    content: "";
    display: block;
    clear: both;
}
.product-list .item-box .picture {
	float: left;
	width: 32%;
	margin: 0;
}
.product-list .item-box .picture + .details,
.product-list .item-box .ribbon-wrapper + .details {
	margin: 0 0 0 32%;
    padding-bottom: 0;
    text-align: left;
    background-color: #fff;
}
.product-list .item-box .details .description {
    height: auto;
    max-height: 50px;
}
.category-page .product-list .item-box .tax-shipping-info {
    display: inline-block;
}
.product-list .item-box .add-info > .product-box-add-to-cart-button {
    display: none;
}
.product-list .item-box .buttons {
    margin-bottom: 10px;
}
.product-list .item-box .add-to-wishlist-button {
    display: inline-block;
    height: 50px;
    width: auto;
    font-size: 18px;
    background-position: 10px center;
}
.product-list .item-box input.add-to-wishlist-button,
.product-list .item-box input.add-to-compare-list-button {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    font-size: 0;
    background-position: center;
}

/* manufacturers and vendors */

.manufacturer-grid,
.vendor-grid {
    max-width: 930px;
}
.page-title h1 {
    padding: 20px 80px;
    font-size: 18pt;
}
.manufacturer-grid .item-box,
.vendor-list-page .item-box {
    width: 33%;
    margin: 0 0 0.5% 0.5%;
    text-align: center;
}
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-list-page .item-box:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%; 
}
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-list-page .item-box:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.5%;
}

/* category page one column */

.onecolumn-category-block-wrapper {
    overflow: hidden;
    width: 720px;
    margin: 0 auto 120px;
} 
.onecolumn .product-viewmode {
    display: none;
}

/* PRODUCT PAGE */

.breadcrumb-name-wrapper  {
    padding: 40px 10px 5px;
}
.product-name {
    padding: 0;
}
.product-name h1 {
    display: inline-block;
   font-family: "helvetica","Microsoft JhengHei";
   text-transform: uppercase;
}
.gallery .picture-thumbs a {
	width: 120px;
    height: 120px;
}
.overview-buttons {
}
.overview-buttons div {
	margin: 0 10px;
}
.free-shipping {
	margin: 0 0 5px;
}
.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-cart-button {
	margin-right: 10px;
}
.variant-overview .add-to-wishlist-button {
	float: left;
	clear: none;
	margin: 5px 0;
}

.tier-prices .prices-table {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.tier-prices .prices-row > div {
	display: table-cell;
}
.tier-prices .prices-row.tbody div {
    border-bottom: 1px dotted #ddd !important;
}
.tier-prices .field-header {
	min-width: 100px;
    border-top: 1px dotted #ddd !important;
}
.table-wrapper {
    overflow-x: visible;
}

.attributes {
	margin: 15px 0;
}
.attributes dt label {
	line-height: 32px;
}
.rental-attributes .datepicker {
}
.color-squares {
	text-align: center;
}
.color-squares li {
	margin: 0 8px 10px 0;
}

.giftcard label {
	display: inline-block;
	min-width: 100px;
}
.product-details-page .product-grid {
    text-align: center;
}
.product-details-page .item-grid,
.product-grid.cross-sells .item-grid {
    font-size: 0;
}
.product-details-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box {
    display: inline-block;
    max-width: 320px;
    margin: 0 0 10px;
    vertical-align: top;
    font-size: 0;
}   
.product-details-page .product-grid .item-box .picture,
.product-details-page .product-grid .item-box .details,
.product-grid.cross-sells .item-box .details,
.product-grid.cross-sells .item-box .picture {
    float: none;
    width: 100%;
}
.product-details-page .product-grid .item-box .description,
.product-grid.cross-sells .item-box .description {
    display: none;
}
/*.product-details-page .product-grid .item-box .buttons {
    text-align: center;
}*/

/*Jquery Tabs start*/

.ui-tabs .ui-tabs-nav {
    text-align: center;
    font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
    position: relative;
    display: inline-block;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #fff transparent;

}
.ui-tabs .ui-tabs-nav li a {
    border: none;
    padding-bottom: 30px;
}
.ui-tabs .ui-tabs-panel {
    padding: 50px 0;
}

/*prpoduct gride*/
.product-details-page .product-grid .item-box .details,
.product-grid.cross-sells .item-box .details {
    text-align: center;
}



/* REVIEW PAGE */

.product-review-item-inner-wrapper {
    max-width: 1260px;
    margin: auto;
    padding-bottom: 35px;
}
.product-review-item .review-item-head {
    margin: 0 0 8px;
    padding: 0;
}
.product-review-item .review-title {
    float: left;
}
.product-review-item .product-review-box {
    float: right;
    margin: 0;
}
.product-review-box .rating,
.product-review-box .rating div {
    height: 18px;
    background-position: 0 bottom;
}
.product-review-item .review-info .date {
    margin-left: 10px;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .buttons {
}
.wishlist-content .button-2 {
}
.compare-products-page .page-body {
    text-align: center;
}
.compare-products-page .clear-list {
}

/* TOPICS */

.home-page .topic-block {
    margin-bottom: 85px;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.login-page .text {
    padding: 40px 60px;
}

.address-list .buttons,
.order-list .buttons {

}
.avatar-page .fieldset {
	/*float: left;
	margin-right: 10px;*/
}
.avatar-page .buttons {
	/*text-align: left;*/
}

.customer-pages-body .side-2 {
    width: 100%;
    margin-bottom: 50px;
}
.block.block-account-navigation {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.customer-pages-body .block-account-navigation .listbox li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 14px;
    margin: auto;
    border-right: 1px solid #ccc;
}
.customer-pages-body .block-account-navigation .listbox li:first-child:before {
    display: none;
}
.customer-pages-body .block-account-navigation .listbox li {
    position: relative;
    display: inline-block;
    background: no-repeat;
}
.customer-pages-body .block-account-navigation .listbox li a {
    padding-left: 20px;
    padding-right: 20px;
}
.customer-pages-body .block-account-navigation .listbox li a.active {
    font-size: 15px;
}
.customer-pages-body .block-account-navigation .listbox li a.active:before,
.customer-pages-body .block-account-navigation .listbox li a.active:after {
    display: none;
}
.account-page.address-list-page .address-item:only-child {
    float: none;
    margin: 0 auto 50px;
}
.address-list-page .address-item,
.order-list-page .order-item,
.return-request-list-page .request-item {
    float: left;
    width: 49.5%;
    max-width: none;
    margin: 0 0 2% 1%;
}
.return-request-list-page .request-item:nth-child(2n+1) {
    clear: both;
    margin: 0 0 2%;
}
.address-list-page .address-item:nth-child(2n+1),
.order-list-page .order-item:nth-child(2n+1) {
    clear: both;
    margin: 0 0 2%;
}
.order-list-page .section.order-item:only-child {
    float: none;
    margin: 0 auto;
}
.order-details-page .page-title .buttons {
    bottom: -130px;
}


/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .cart-options > div {
    padding: 30px;
}
.cart-options {
}
.cart-footer {
    margin-bottom: 50px;
}
.cart-options .common-buttons input {
}
.cart-options .common-buttons input:first-child {
    margin-bottom: 0;
}
.cart-options .checkout-attributes li {
	display: inline-block;
}
.cart-options .color-squares {
	text-align: right;
}
.shopping-cart-page .totals {
	margin: 0 auto;
}
.shopping-cart-page .item-box .buttons {
    text-align: center;
}
.cart-collaterals {
	margin: 0 auto;
}
.cart-collaterals .shipping-results {
    padding: 20px 70px;
    text-align: left;
}
.cart-collaterals .shipping-results li strong {
    display: block;
    margin: 0 0 5px;
}
.shipping-method-page .shipping-method form li,
.payment-method-page .payment-method form li {
    padding: 15px 120px 20px;
}
.checkout-page .address-item {
	float: left;
    width: 49.5%;
	margin: 0 0 2% 1%;
}
.checkout-page .address-item:nth-child(2n+1) {
    clear: both;
    margin: 0 0 2%;
}
.shipping-method-page .shipping-method form,
.payment-method-page .payment-method form ul {
    text-align: left;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .page-title a {
	margin: 5px;
}
.order-details-page .options {

}
.order-details-page .actions input {
	/*min-width: 0;*/
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
}
.cart-total td.cart-total-left {
    padding-left: 15%;
}
.cart-total td.cart-total-right {
    padding-right: 15%;
 }


.order-details-area ul {
    float: left;
    margin: 0 0 2%;
    max-width: none;
    width: 49.5%;
}
.order-details-area ul + ul {
    margin: 0 0 2% 1%;
}
.billing-address-page .cart-total td.cart-total-left,
.shipping-address-page .cart-total td.cart-total-left {
    padding-left: 15%;
}
.billing-address-page .cart-total td.cart-total-right,
.shipping-address-page .cart-total td.cart-total-right {
    padding-right: 15%;
}

.payment-info .info td:first-child {
    /*text-align: right;*/
}
.payment-info .info td {
    padding: 0 20px 10px;
    /*text-align: left;*/
}

.opc .shipping-method .method-list li,
.opc .payment-method .method-list li {
    padding: 15px 120px 20px;
    text-align: left;
}

/* SEARCH & SITEMAP */

.sitemap-page a {
   padding: 15px 20px;
}

/* BLOG & NEWS */

.news-list-homepage {
    margin-bottom: 85px;
}
.news-list-homepage .owl-controls {
    top: -88px;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .block {

}
.blog-page .tags {
	float: left;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blogpost-page .tags-wrapper {
    float: none;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}
.blog-posts .buttons,
.news-items .buttons {
}
.blog-posts .buttons {
	clear: both;
}
.new-comment textarea {
	width: 500px;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 170px;
    text-align: left;
}

/* FORUM & PROFILE */

.forum-name h1,
.topic-name h1 {
    display: inline-block;
}
.forum-search-box {
	float: right;
}
.search-box.forum-search-box form {
    width: 346px;
}
.forum-search-box .advanced {
	
}
.forums-table-section-title .link-rss {
	float: right;
	margin: 0;
}
.forums-table-section .view-all {
	text-align: center;
}

.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {

}
.forum-actions .pager,
.topic-actions .pager {
}
.forum-actions .pager.upper {
	/*display: block;*/
}
.topic-actions.lower .actions {
}


.topic-post {
}
.topic-post .post-info {
	float: left;
	width: 170px;
	margin: 0;
}
.topic-post .user-info {
}
.topic-post .username {
}
.topic-post .avatar {
}
.topic-post .avatar img {
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.topic-post .post-content {
    position: relative;
	margin: 0 0 0 190px;
    text-align: left;
}
.topic-post .post-head {
	overflow: hidden;
}
.topic-post .post-time {
	float: left;
	margin: 0;
	background: none;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
}
.topic-post .post-actions .quote-post a {
	min-width: 60px;
}
.topic-post .post-actions a.post-link-button {
	margin: 0 0 0 10px;
	text-align: center;
}
.topic-post .post-body {
    padding-right: 60px;
}


.pager.lower {
	margin: 0;
}
.forum-topic-page .topic-options {
	float: left;
}
.profile-info-box .avatar {
	float: left;
    margin: 0;
}
.profile-info-box .profile-stats {
    margin-left: 190px;
    text-align: left;
}
.profile-info-box .send-pm {
    margin-left: 190px;
    text-align: left;
}
.inbox-tabs:before {
    display: none;
}
.inbox-tabs {
    position: relative;
    background-color: transparent;
}
.inbox-tabs .ui-tabs-nav {
    position: relative;
    display: inline-block;
    margin-bottom: -3px;
    background: #f8f8f8;
}
.inbox-tabs .ui-tabs-panel {
    padding: 0;
}
.profile-page .latest-posts {
    margin-top: 0;
    padding-top: 10px;
}

.forum-group-page .forum-breadcrumb:before, 
.active-discussions-page .forum-breadcrumb:before {
    top: 88px;
}
.forum-group-page .forum-breadcrumb,
.active-discussions-page .forum-breadcrumb {
    padding: 40px 0 65px;
}
.active-discussions-page > .topic-block-title {
    top: 65px;
}
.active-discussions-page > .topic-block-title h2 {
    padding: 0 80px;
    background-color: #eaeaea;
}
.forums-table-section-title {
    top: 65px;
}
.forums-main-page .forums-table-section-title {
    top: -50px;
}
.forums-table-section-title a,
.forums-table-section-title strong {
    z-index: 1;    
    padding: 0 80px;
    background-color: #eaeaea;
}
.forums-main-page .forums-table-section-title a,
.forums-main-page .forums-table-section-title strong {
    padding: 0 16px;
    background-color: transparent;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

.header-logo a {
	max-width: 120px !important;
}


.header.normal .header-menu-parent-outer {
	max-width: 55%;
	float: left;
}

.header.normal .header-menu-parent {

}

/* GLOBAL STYLES */

.master-wrapper-content {
}
.inputs {
    margin-bottom: 35px;
}
/*.center-2 .inputs label {
	width: 170px;
}*/


/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */



/* HEADER */

.admin-header-links.normal {
    background-color: #f9f9f9;
}
.header {
	position: relative;
    min-height: 90px;
	z-index: 1020;
	margin: 0 auto;
    padding-top: 15px;
	text-align: right;
}
.header-logo {
	float: left;
    margin: 0 10px;
    padding-top: 17px;
}
.header-links-wrapper {
    width: 320px;
    position: absolute;
    top: -800px;
    right: 83px;
    z-index: 10;
    padding: 2px;
    background-color: rgba(0,0,0,0.05);
    text-align: center;
    font-size: 14px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-links-wrapper.activeState {
    top: 110px;
}
.header.mobile .header-links-wrapper.activeState {
    top: 86px;
}
.header-links li {
    display: block;
}
.flyout-cart {
    display: block;
	position: absolute;
	top: -10000px;
	right: 0;
	width: 320px;
    z-index: 100;
    padding: 2px;
	background-color: rgba(0,0,0,0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.mobile .flyout-cart.activeState {
    top: 71px;
}
.flyout-cart.activeState {
    top: 80px;
}
.mini-shopping-cart {
    overflow: hidden;
	font-size: 14px;
    text-align: left;
}
.mini-shopping-cart * {
	line-height: 22px !important;
}
.mini-shopping-cart a {
}
.mini-shopping-cart .count {
	padding: 20px;
    background: #fff;
}
.mini-shopping-cart .count a {
	color: #c49169;
}
.mini-shopping-cart .items{
	margin: 2px 0;
    padding: 20px 10px;
    background: #fff;
}
.mini-shopping-cart .item {
	overflow: hidden;
    margin: 0 0 20px;
}
.mini-shopping-cart .item:last-child {
    margin: 0;
}
.mini-shopping-cart .item.first {
}
.mini-shopping-cart .picture {
	float: left;
	width: 90px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 100px;
}
.mini-shopping-cart .name {
    overflow: hidden;
    max-height: 47px;
    font-family: 'Playfair Display', serif;
	font-size: 18px; 
}
.mini-shopping-cart .name a {
    color: #000;
}
.mini-shopping-cart .name a:hover {
    color: #888;
}
.mini-shopping-cart .attributes {
    margin: 5px 0 0;
    color: #bbb;
}
.mini-shopping-cart .price,
.mini-shopping-cart .quantity {
    font-size: 13px;
    color: #bbb;
}
.mini-shopping-cart .price span {
    font-size: 18px;
    color: #c49169;
    font-family: 'Playfair Display', serif;
}
.mini-shopping-cart .quantity span {
    color: #000;
}
.mini-shopping-cart .totals {
    font-size: 0;
}
.mini-shopping-cart .totals > div {
    display: inline-block;
    width: 50%;
    font-family: 'Playfair Display', serif;
    font-size: 0;
    line-height: 0 !important;
	text-align: left;
}
.mini-shopping-cart .totals > div strong {
    display: inline-block;
    width: 100%;
    background: #f8f8f8;
    font-size: 22px;
    line-height: 60px !important;
    text-align: center;
    color: #000;
}
.mini-shopping-cart .buttons {
    margin: 0;
}
.mini-shopping-cart input[type="button"] {
	width: 100%;
	border: none;
	padding: 0;
    background: #fff;
    height: 60px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #c49169;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mini-shopping-cart input[type="button"]:hover {
    background-color: #c49169;
    color: #fff; 
}
.mini-shopping-cart input[type="button"].cart-button {
    display: inline-block;
    float: right;
    width: 50%;
}
.mini-shopping-cart input[type="button"].checkout-button {
    margin-top: 2px;
}

.search-box {
	float: left;
	margin: 16px 18px 0 0;
}
.search-box input.search-box-text {
    width: 214px !important;
}
.ui-autocomplete {
	z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
}
.header-selectors-wrapper {
	float: right;
}
.header-selectors-wrapper > div {
	float: left;
	margin: 0 0 0 10px;
}
.responsive-nav-wrapper {
    float: right;
}
.responsive-nav-wrapper .header-logo {
    display: none;
}
.responsive-nav-wrapper > div {
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
.responsive-nav-wrapper .shopping-cart-link.full a:before {
    right: 11px;
}
.responsive-nav-wrapper > div:hover,
.responsive-nav-wrapper .shopping-cart-link.full:hover,
.responsive-nav-wrapper .personal-button.active,
.responsive-nav-wrapper .shopping-cart-link.active {
    background-color: #fff;
}
.responsive-nav-wrapper > div > span, 
.responsive-nav-wrapper > div > a {
    height: 70px;
    width: 50px;
}
.responsive-nav-wrapper .search-wrap {
    display: none;
}

/* HEADER MENU */

.overlayOffCanvas {
	display: none !important;
}
.close-menu span {
    width: 64px;
    height: 64px;
}
.header-menu > ul li {
    max-width: none;
    font-size: 0;
}
.header-menu .top-menu > li > a,
.header-menu .top-menu > li > .openSublistWrapper > a {
    max-width: 540px;
    margin: 0 auto;
    padding: 25px 40px; 
    font-size: 44px;
    line-height: 50px;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper {
    position: relative;
    width: 540px;
    margin: auto;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: 1;
    margin: auto;
    width: 40px;
    height: 50px;
    background: #333 url(/Themes/Minimal/Content/img/arrow-down.png) no-repeat center;
    cursor: pointer;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu.open {
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
} 
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu.left {
    right: auto;
    left: 0;
}
.header.mobile ~ .header-menu-parent .top-menu > li > .openSublistWrapper .show-submenu.right {
    right: 0;
    left: auto;
}

.header.mobile ~ .header-menu-parent .header-menu .top-menu > li > .sublist-wrap {
    display: block;
    height: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header.mobile ~ .header-menu-parent .header-menu .top-menu > li > .sublist-wrap.show {
    height: auto;
    margin-bottom: 40px;
    padding: 40px 0 0 !important;
    max-height: 235px;
}
.openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap {
    display: block;
    padding: 5px 0;
}
.openSublistWrapper ~ .sublist-wrap > .sublist > li {
    display: inline-block;
    width: 270px;
    margin: 0 5px 10px;
    text-align: left;
    vertical-align: top;
}
.header.mobile ~ .openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > .sublist-wrap {
    display: none;
}
.header.mobile ~ .header-menu-parent .openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > a:before {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(/Themes/Minimal/Content/img/mobile-menu-in-desktop-arrow.png) no-repeat left center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}
.header.mobile ~ .header-menu-parent .openSublistWrapper ~ .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > a {
    margin: 0 0 0 20px;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    color: #aaa;
}
.header.mobile ~ .header-menu > ul > li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 540px;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/menu-border.png) repeat-x;
}
.notAndroid23 .top-menu .sublist-wrap {
    position: relative;
    display: none;
    margin: 0 auto;
    background: transparent;
    transform: translate(0);
}
.notAndroid23 .top-menu .sublist-wrap .sublist li a {
    margin: 0;    
    padding: 0;    
    text-align: left;
    font-size: 24px;
    line-height: 36px;
}
.notAndroid23 .top-menu .sublist-wrap .sublist li > ul > li > a {
    display: block;
    border: 1px solid
}
.notAndroid23 .header.mobile .top-menu > li.has-sublist > .sublist-wrap > .sublist {
    margin: 38px 0;
    border: 1px solid red;
}
.plus-button,
.back-button {
    display: none !important;
}
.header-menu ul li.social-icons {
    padding: 90px 10px;
}
.header-menu ul li.social-icons li {
    width: auto;
}
.header-menu ul li.social-icons:after,
.header-menu ul li.social-icons li:after {
    display: none;
}
.sublist-wrap .sublist li a:after,
.sublist-wrap .sublist .with-subcategories::before {
    display: none;
}
.header.mobile .header-links-wrapper {
    right: 150px;
}
.header.mobile .flyout-cart {
    right: 66px;
}

/* header normal */

.header.normal {
    padding: 18px 0;
    background-color: #fff;
}
.header.normal .header-logo {
    background-color: #fff;
}
.header.normal .responsive-nav-wrapper .menu-title {
    display: none;
}
.header.normal .shopping-cart-link .activeState:after,
.header.normal .personal-button.activeState::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    z-index: 1060;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #eee transparent transparent transparent;
}
.header.normal .responsive-nav-wrapper .shopping-cart-link {
    position: relative;
    background-position: center 19px;
}
.header.normal .responsive-nav-wrapper .shopping-cart-link:hover,
.header.normal .shopping-cart-link.active,
.header.normal .personal-button.active,
.header.normal .personal-button:hover {
    background-color: #eee;
}

/* top menu */


.header.normal .header-menu-parent {
    position: relative;
    float: left;
    width: auto;
    margin: 0 auto;
    padding: 0 0px;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    top: 15px;
}
.header.normal .header-menu .close-menu {
    display: none;
}
.header.normal .header-menu-parent .header-menu {
    position: static;
    overflow: visible;
    margin-top: 6px; /*talk to moni*/
    background: #fff;
    text-align: center;
    -webkit-transform: none;
    transform: none;
}
.header.normal .header-menu-parent:after {
    content: '';
    display: block;
    clear: both;
}
.header.normal .top-menu {
    font-size: 0;
}
.header.normal .top-menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header.normal .top-menu .social-icons {
    display: none;
}
.header.normal .top-menu > li.has-sublist:hover .openSublistWrapper a.hover:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #eee transparent transparent; 
}
.header.normal .top-menu > li a:before,
.header.normal .top-menu > li a:after,
.header-menu > ul li span::after {
    display: none;
}
.header.normal .top-menu > li a {
    display: block;
    z-index: 10;
    padding: 19px 25px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Playfair Display', serif;
    color: #000;
}
.header.normal .top-menu > li:hover > a,
.header.normal .top-menu > li:hover .openSublistWrapper {
    background-color: #eee;
}
.header.normal .top-menu > li:hover .sublist-wrap.active {
    display: block;
    position: absolute;
    top: 60px;
    width: 260px !important; 
}
.header.normal .top-menu .sublist-wrap {
    position: absolute;
    top: -1000px;
    display: block; 
    z-index: 1060;
    overflow: visible;
    height: auto;
    padding: 20px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.normal .top-menu .sublist-wrap .sublist {
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
    padding: 20px 0 10px;
    background: #fff;
}
.header.normal .top-menu .sublist-wrap li {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: left;
}
.header.normal .header-menu .top-menu .sublist-wrap li a {
    margin: 0;
    padding: 11px 30px;
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat Alternates",sans-serif;
}
.header.normal .top-menu .sublist-wrap li a.hover {
    color: #888 !important;
} 
/*stick navigation*/
.responsive-nav-wrapper.stick {
    position: relative;
    padding: 0;
}



/* sub-sub levels */
.header.normal .top-menu .sublist-wrap .sublist-wrap {
    left: 100%;
    padding: 0 0 0 2px;
}
.header.normal .top-menu .sublist-wrap .sublist-wrap.active {
    top: -10px !important;
}
.header.normal .top-menu .sublist-wrap .sublist-wrap .sublist {
    border: 1px solid #eee;
    padding: 10px 0;
}
.header.normal .top-menu .sublist-wrap .sublist .has-sublist {
    background: url(/Themes/Minimal/Content/img/normal-menu-arrow.png) no-repeat right center;
}

/* FOOTER */

.footer {
    padding-top: 0px;
}
.footer-upper {
    display: none;
}
.footer-middle .newsletter-wrapper {
    display: inline-block;
    width: 37%;
    max-width: 470px;
}
.footer-middle .newsletter {
}
.footer-middle-block {
    max-width: 30%;
}

/* newsletter popup */

.newsletter-popup{
    top: 0;
    bottom: 0;
    max-height: 470px;

}
.newsletter-popup .newsletter-description-wrapper {
    padding-bottom: 50px;
}
.newsletter-popup .newsletter-popup-description {
    max-height: 150px;
    padding: 60px 110px 0;
}

/* LEFT/RIGHT COLUMN */

.side-2 {
    width: auto;
}
.block {
	width: 33%;
    max-width: none;
    margin: 0 0 0.5% 0.5%; 
}
.block:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%; 
}
.block:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.5%;
}
.block .listbox {
	display: none;
}
.block .product-picture {
	display: inline-block;
	/*width: 25%;*/
	vertical-align: middle;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}
.block .product-name {
	display: inline-block;
	/*width: 72%;*/
	vertical-align: middle;
}
/* block elements when ajax filters enabled in two columns */
.side-2 > .block {
    margin: 0 0 0.5% 0.3%;
}
/*
.side-2 > .block:nth-of-type(2n+1) {
    clear: none;
}
.side-2 > .block:nth-of-type(3n+1) {
    clear: none;
}
.side-2 > .block:nth-of-type(4n+1) {
    clear: both;
}*/
.side-2 .nopAjaxFilters7Spikes {
    overflow: hidden;
}

/*between 1001 and 1280 pixels this blocks stays inline-block*/
.side-2 {
    font-size: 0;
}
.side-2 > .block {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.side-2 .block .listbox {
    font-size: 14px;
}

/*end*/

.twocolumns .side-2 > .block:nth-of-type(3n+1) {
    clear: both;
}
.twocolumns .side-2 > .block:nth-of-type(4n+1) {
    clear: none;
} 

/* CATEGORY PAGE & GRIDS */

/* home page */

.home-page-category-grid .category-item .title {
    font-size: 22px;
}
.item-grid,
.sub-category-grid .item-grid {
    width: auto;
    max-width: 1920px;
    margin: auto;
}
.item-box, 
.category-grid .item-box,
.sub-category-grid .item-box {
    float: left;
    width: 32%;
    max-width: none;
    margin: 0 0 0.5% 0.5%;
}
.sub-category-grid .item-box {
    max-width: 450px;
}
.category-grid .item-box:nth-child(2n+1),
.sub-category-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%; 
}
.category-grid .item-box:nth-child(3n+1),
.sub-category-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin: 0;
}

.product-grid .item-box {
    width: 32%;
    margin: 0 0 0.66% 0.66%;
}
.product-grid .item-box:nth-child(3n+1) {
    clear: both;
}

.product-grid .item-box:nth-child(2n+1) {
    clear: none;
}
.product-grid .item-box .details {
    padding: 20px 15px 0;
    text-align: center;
}
.product-grid .item-box .details .description {
    height: auto;
    height: 64px;
}
.product-grid .item-box .details .product-rating-box {
    display: none;
}
.item-box .prices .tax-shipping-info {
    margin: 3px 0 0;
}
.item-box .prices {
    margin-bottom: 10px;
}
.item-box .actual-price {
    line-height: 28px;
}
.item-box .old-price {
    font-size: 18px;
}
.product-grid .item-box input[type="button"].product-box-add-to-cart-button {
    padding: 0 18px;
    background: transparent;
}
.product-grid .item-box input[type="button"].product-box-add-to-cart-button:hover {
    background-color: #c49169;
}
.hover-effect-2 .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
    background-image: url(/Themes/Minimal/Content/img/add-to-cart-button.png); 
    background-position: center;
    background-repeat: no-repeat;
}

.post-body, 
.news-body {
    height: 55px;
    overflow: hidden;
}
.blog-page .post-body {
    margin-bottom: 7px;
}
.blog-page .tags {
    margin-bottom: 5px;
}
.blogpost-page .post-body {
    height: auto;
    text-align: left;
}
.blogpost-page .post-wrapper,
.blogpost-page .tags .tags-wrapper,
.news-item-page .news-wrapper {
    float: none;
    max-width: 1266px;
    margin: auto;
    text-align: left;
}

.home-page-polls .poll {
    max-width: 1920px;
}

/* manugacturer and vendor grids */

.manufacturer-grid,
.vendor-grid {
    max-width: none;
}
.manufacturer-grid .item-box,
.vendor-list-page .item-box {
    width: 24.5%;
    margin: 0 0 0.66% 0.66%;
}
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-list-page .item-box:nth-child(2n+1) {
    margin: 0 0 0.66% 0.66%;
} 
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-list-page .item-box:nth-child(3n+1) {
    clear: none;
    margin: 0 0 0.66% 0.66%;
}
.manufacturer-grid .item-box:nth-child(4n+1),
.vendor-list-page .item-box:nth-child(4n+1) {
    clear: both;
    margin: 0 0 0.66%;
}

/* category page one column */

.onecolumn-category-block-wrapper {
    width: auto;
}
.onecolumn .block .listbox {
    display: none;
} 
.item-box .product-title {
    margin-bottom: 5px;
}

/* PRODUCT PAGE */

.product-details-page .product-grid {
    text-align: center;
}
.product-details-page .product-grid .item-box,
.product-grid.cross-sells .item-box {
    float: none;
    width: 25%;
    clear: none;
}
.product-details-page .product-grid .tooltip-text,
.shopping-cart-page .product-grid .tooltip-text {
    display: none;
}
.product-variant-list {
    background: #fff;
}
.product-variant-line {
    max-width: 1260px;
    padding: 20px;
}
.product-variant-line .variant-picture {
    width: 27%;
    max-width: 320px;
    float: left;
    margin: 0;
}
.variant-overview {
    float: left;
    width: 73%;
    padding: 20px 0 0 30px;
    text-align: left;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */


.wishlist-page .cart .footable-first-column {
    display: none;
}

.wishlist-content .button-2 {
    margin: 0 10px 10px;
}
.compare-products-page .page-title {
    margin-bottom: 20px;
}
.compare-products-page .remove-product td,
.compare-products-page .product-picture td {
    border: none;
}
.compare-products-page .remove-product td {
    padding: 0;
}
.compare-products-table {
	display: table;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-table .product-name td {
    background: transparent;
}
.compare-products-table .product-price td {
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 24px;
    color: #c49169;
}
.compare-products-table .product-price td label {
    font: 14px "Montserrat",Verdana,sans-serif;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */


.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.return-request-page label {
	width: 305px;
}

.block.block-account-navigation {
    margin: auto;
}

/* SHOPPING CART & CHECKOUT */

/*.shopping-cart-page .totals {
	width: 30%;
	margin: 0;
}
.cart-collaterals {
	width: 68%;
	margin: 0;
}*/
.cart-collaterals .deals {
	/*float: left;
	width: 45%;
	margin: 0;*/
}
.cart-collaterals .shipping {
	/*float: right;
	width: 53%;
	margin: 0;*/
}
.cart-collaterals .shipping label {
	/*width: 28%;
	margin: 0;
	text-align: left;*/
}
.cart-collaterals .shipping label + * {
	/*width: 72%;*/
}
.cart-collaterals .shipping .buttons {
	/*text-align: right;*/
}

/*.checkout-page .edit-address label {
	width: 305px;
}
.checkout-page .opc .edit-address label {
	width: 295px;
}
.checkout-page .totals {
	float: right;
}*/

/* SEARCH & SITEMAP */

.basic-search input[type="text"] {
}
.advanced-search .price-range {
}
.advanced-search .price-range input {
	height: auto;
}

/* BLOG & NEWS */

.blog-block-wrapper,
.blog-page .blog-posts,
.news-list-page .news-items {
    max-width: 1266px;
}
.blog-page .blog-posts,
.news-list-page .news-items {
    overflow: hidden;
    margin: 0 auto;
}
.blog-block-wrapper .block .title {
    padding: 1px 30px;
}
.blog-block-wrapper .block,
.blog-page .blog-posts .post,
.news-list-page .news-items .news-item {
    width: 49.5%;
    max-width: 628px;
    margin: 0 0 1% 1%;
}
.blog-page .blog-posts .post,
.news-list-page .news-items .news-item {
    float: left;
}
.blog-block-wrapper .block:nth-child(2n+1),
.blog-page .blog-posts .post:nth-child(2n+1),
.news-list-page .news-items .news-item:nth-child(2n+1) {
    clear: both;
    margin: 0 0 1%;
}
.news-item-page .inputs:first-child label {
	
}
.news-item-page .inputs label {
    text-align: center;
}
.new-comment textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label {
	width: 305px;
}
.forum-edit-page label,
.private-message-send-page label {
	
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	
}
.forum-search-box .basic .search-box-text {
    width: 346px !important;
}
.forums-table-section td {
    min-width: 120px;
}
.forums-table-section.topic-group .forum-table .topic-details,
.forums-main-page .forums-table-section.forum-group .forum-details {
    text-align: left;
}


 
}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {


    /* GLOBAL STYLES */

    .master-wrapper-content {
    }

    .page-title {
        margin-bottom: 10px;
    }

    .center-2 {
        float: right;
        width: 78%;
        margin-right: 0.8%;
    }

    .side-2 {
        float: left;
        width: 19.5%;
        margin-left: 0.8%;
        margin-right: 0;
    }

        .side-2 .block {
            clear: none;
            float: none;
            width: 100%;
            margin: 0 0 10px;
        }

            .side-2 .block .listbox {
                display: block;
            }

    .twocolumns .block .title::before,
    .twocolumns .block .title::after {
        display: none;
    }

    .block .title {
        padding: 30px;
        cursor: default;
    }

    .onecolumn .block .title {
        padding: 22px;
        cursor: pointer;
    }

    .twocolumns .block .title {
        text-align: left;
    }

    .block .list,
    .block .tags,
    .block .poll {
        padding-top: 0;
        padding-bottom: 0;
    }

    .block .view-all {
        padding: 15px 0 0 30px;
        text-align: left;
    }

    .block .list a {
        padding-left: 15px;
    }

    .block .poll .buttons,
    .block .poll-total-votes {
        text-align: left;
    }

    .block .list .active > a {
        background-image: url(/Themes/Minimal/Content/img/side-2-category-bullet.png);
    }

    .block .tags ul,
    .block.block-poll {
        text-align: left;
    }

    .center-2 .inputs label {
        width: 303px;
    }

    /* GLOBAL FORMS */

    .inputs > label {
        padding-left: 4px;
        text-align: left;
    }


    /* GLOBAL TABLES */

    .cart td,
    .data-table td,
    .compare-products-table td {
        min-width: 60px;
        padding: 20px;
        /*text-align: left;*/
    }

    /* NOTIFICATIONS & POPUPS */

    /* HEADER */

    .header {
    }

    /* HEADER-MENU */


    /* FOOTER */
    /* LEFT/RIGHT COLUMN */
    /* CATEGORY PAGE & GRIDS */

    .category-grid.sub-category-grid {
        margin-bottom: 80px;
    }

    .center-side-wrapper {
        max-width: 1920px;
        margin: 0 auto;
    	padding-bottom: 30px;
    }


    /* home page */

    .home-page .topic-block {
        margin-left: auto;
        margin-right: auto;
    }

    .home-page-category-grid .title,
    .home-page-product-grid .title,
    .home-page-polls .title,
    .bestsellers .title {
        margin-bottom: 0px;
    }

        .home-page-category-grid .title strong,
        .product-grid .title strong,
        .news-list-homepage .title strong,
        .home-page-polls .title strong,
        .category-grid .title strong,
        .home-page .product-grid .title strong,
        .product-details-page .product-grid .title strong {
            padding: 0 90px;
            font-size: 46px;
        }
        /*add letter spacing only on HP*/
        .home-page-category-grid .title strong,
        .news-list-homepage .title strong,
        .home-page-polls .title strong,
        .home-page .product-grid .title strong {
            letter-spacing: 2px;
	    font-weight: 700;
	    font-size: 18pt;
	    height: 30px;
        }

    .home-page-category-grid .category-item .title {
        font-size: 32px;
    }

    .item-box {
        width: 23.5%; /*four per row*/
    }

        .item-box:nth-child(3n+1) {
            clear: none; /*revert the third item*/
            margin-left: 2%; /*revert the third item*/
        }

        .item-box:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

    .product-grid .item-box {
        width: 33%;
    }

    .home-page-product-grid .item-box,
    .bestsellers .item-box,
    .product-details-page .item-box {
        width: 32.5%;
        margin: 0 0 0.625% 0.625%;
    }

        .home-page-product-grid.product-grid .item-box:nth-child(2n+1),
        .product-grid.bestsellers .item-box:nth-child(2n+1),
        .product-details-page .item-box:nth-child(2n+1) {
            clear: none;
        }

        .home-page-product-grid.product-grid .item-box:nth-child(3n+1),
        .product-grid.bestsellers .item-box:nth-child(3n+1),
        .product-details-page .item-box:nth-child(3n+1) {
            clear: both;
        }

    .product-grid .item-box .details .buttons {
        position: absolute;
        top: -100%;
        right: 50%;
        bottom: 0;
        left: 0;
        overflow: hidden;
        background: rgba(255,255,255,0.8);
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .home-page-body .product-grid .item-box .details .buttons {
        left: 0;
    }

    .product-grid .item-box .details .buttons:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .product-grid .item-box .details .buttons div {
        display: inline-block;
        width: 100%;
        text-align: left;
        vertical-align: middle;
    }

    .hover-effect-2 .product-grid .item-box .details .buttons div {
        text-align: center;
    }

    .hover-effect-1 .product-grid .item-box .details .buttons .square-buttons-wrapper {
        text-align: left;
        padding-left: 30px;
    }

    .product-grid .item-box:hover .buttons {
        top: 0;
        opacity: 1;
        z-index: 1;
    }

    .product-grid .item-box .buttons input {
        border: none;
        padding: 0 0 0 35px;
        background-position: 0 center;
    }

    .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
        margin: 0;
        padding: 0 18px 0 48px;
        background: url(/Themes/Minimal/Content/img/add-to-cart-button.png) no-repeat 16px center;
    }

    .product-grid .item-box input.add-to-wishlist-button {
        background-image: url(/Themes/Minimal/Content/img/product-wishlist.png);
    }

    .hover-effect-1 .product-grid .item-box:hover .buttons input[type="button"] {
        border: none;
        background-color: transparent;
        height: 60px;
        margin: 0;
        padding-right: 0;
        background-position: left center;
    }

    .hover-effect-1 .product-grid .item-box:hover .buttons .product-box-add-to-cart-button {
        display: block;
    }
.item-box .buttons input.add-to-wishlist-button {
    display: inline-block;
    width: auto;
    font-size: 20px;
    padding: 0 0 0 35px;
    background-position: 0 center;
}
.quantity1 {
    display: none;
}

.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div {
    height: auto;
    margin: 0;
}
.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div .button-2,
.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div a {
    height: 50px;
    max-width: none;
    margin: 0 0 5px;
    line-height: 50px;
    padding: 0 0 0 35px;
    text-align: left;
    background-position: left center;
}


/*hover effect 2*/

.hover-effect-2 .product-grid .item-box .details .buttons {
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.9);
}
.hover-effect-2 .product-grid .item-box .buttons input {
    display: inline-block;
    width: 60px;
    max-width: none;
    height: 60px;
    min-width: 0;
    margin: 0 0 4px 4px;
    padding: 0;
    vertical-align: top;
    border: 2px solid #dadada;
    background-color: #fff;
    background-position: center;
    font-size: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hover-effect-2 .product-grid .item-box input.quantity1 {
    font-size: 22px;
}
.hover-effect-2 .product-grid .item-box .buttons input[type='button']:hover {
    border-color: #000;    
    background-color: #000 !important;
}
.hover-effect-2 .product-grid .item-box .buttons input.product-box-add-to-cart-button:hover {
    background-image: url(/Themes/Minimal/Content/img/add-to-cart-button-white.png) !important;
}
.hover-effect-2 .product-grid .product-box-add-to-cart-button:hover {
    background-image: url(/Themes/Minimal/Content/img/add-to-cart-button-white.png);
}
.hover-effect-2 .product-grid input.add-to-compare-list-button {
    background-image: url(/Themes/Minimal/Content/img/product-compare.png);
}
.hover-effect-2 .product-grid input.add-to-compare-list-button:hover {
    background-image: url(/Themes/Minimal/Content/img/product-compare-white.png);
}   
.hover-effect-2 .product-grid input.add-to-wishlist-button {
    background-image: url(/Themes/Minimal/Content/img/product-wishlist.png);
}
.hover-effect-2 .product-grid input.add-to-wishlist-button:hover {
    background-image: url(/Themes/Minimal/Content/img/product-wishlist-white.png);
}
.hover-effect-2 .product-grid .item-box .details .buttons > div div {
    width: auto;
}

.hover-effect-2 .product-grid .item-box .buttons input.add-to-compare-list-button {
    display: none; /*change it if you want to show this button*/
}


/* products in list */

.product-list .item-box .picture {
	width: 260px;
}
.product-list .item-box .picture + .details,
.product-list .item-box .ribbon-wrapper + .details {
	margin: 0 262px;
}
.product-list .item-box .product-title {
    margin-bottom: 10px;
    font-size: 22px;
}

/* category page*/ 

.title-breadcrumb-wrapper {
    margin-bottom: 10px;
}
.category-description, 
.manufacturer-description {
    margin: 80px auto;
}
.title-breadcrumb-wrapper .page-title h1 {
    padding: 0 180px 20px;
        font-size: 18pt;
    font-family: "helvetica","Microsoft JhengHei";
    text-transform: uppercase;
}
.category-page .featured-product-grid {
    clear: both;
    margin-bottom: 60px;
}
.product-selectors {
    display: none;
    margin: -52px 0 16px;
    text-align: left;
}
.center-side-wrapper.twocolumns {
    position: relative;
}
.twocolumns .featured-product-grid {
    margin-bottom: 80px;
}

.category-page .item-box,
.manufacturer-page .item-box,
.vendor-page .item-box,
.twocolumns .product-grid .item-box {
    /* width: 49.5%; */
    width: 32%; 
    margin: 0 0 1% 1%;
}
.category-page .item-box:nth-child(2n+1),
.manufacturer-page .item-box:nth-child(2n+1),
.vendor-page .item-box:nth-child(2n+1),
.twocolumns .product-grid .item-box:nth-child(2n+1) {
    clear: none;
    /* margin: 0 0 1%; */
}

.category-page .item-box:nth-child(3n+1),
.manufacturer-page .item-box:nth-child(3n+1),
.vendor-page .item-box:nth-child(3n+1),
.twocolumns .product-grid .item-box:nth-child(3n+1) {
    clear: both;
    /* margin: 0 0 1%; */
}

.category-page .product-list .item-box,
.manufacturer-page .product-list .item-box,
.vendor-page .product-list .item-box {
    width: 100%;
}

.category-page .product-list .item-box .buttons,
.manufacturer-page .product-list .item-box .buttons,
.vendor-page .product-list .item-box .buttons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    margin-bottom: 0;
    background-color: #f8f8f8;
}
.product-list .item-box .square-buttons-wrapper {
    display: block;
}
.product-list .item-box .buttons input[type='button'] {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0 0 2px 2px;
    padding: 0 0 0 60px;
    border: none;
    background-color: #fff;
    background-position: 25px center;
    text-align: left;
    line-height: 85px;
}
.product-list .item-box .buttons input[type='button']:hover {
    background-color: transparent;
}
.category-page .product-list .item-box .square-buttons-wrapper {
    margin: 0;
}
.product-list .item-box .buttons input[type='button'] {
    width: 100%;
    padding: 0 0 0 60px;
    background-position: 25px center;
}

.product-list .item-box .square-buttons-wrapper .button-2.product-box-add-to-cart-button,
.product-list .item-box .square-buttons-wrapper span {
    display: none;
}
.product-list .item-box .add-info > .product-box-add-to-cart-button {
    display: inline-block;
    margin-bottom: 10px;
}
.category-page .product-list .item-box .square-buttons-wrapper
.category-page .product-list .item-box .description,
.manufacturer-page .product-list .item-box .square-buttons-wrapper
.manufacturer-page .product-list .item-box .description ,
.vendor-page .product-list .item-box .square-buttons-wrapper
.venrod-page .product-list .item-box .description  {
    max-height: 28px;
}
.category-page .product-list .item-box .square-buttons-wrapper,
.manufacturer-page .product-list .item-box .square-buttons-wrapper,
.vendor-page .product-list .item-box .square-buttons-wrapper {
    margin: 0 0 0 2px;
}
.category-page .product-list .item-box .square-buttons-wrapper input,
.manufacturer-page .product-list .item-box .square-buttons-wrapper input,
.vendor-page .product-list .item-box .square-buttons-wrapper input {
    width: 100%;
    max-width: none;
    margin: 0 0 2px;
    padding: 0 0 0 60px;
    font-size: 20px;
}
.category-page .product-list .buttons input.add-to-compare-list-button,
.manufacturer-page .product-list .buttons input.add-to-compare-list-button,
.vendor-page .product-list .buttons input.add-to-compare-list-button {
    background-image: url(/Themes/Minimal/Content/img/product-compare.png);
    background-repeat: no-repeat;
    background-position: 27px center;
} 
.category-page .product-list .buttons input.add-to-wishlist-button,
.manufacturer-page .product-list .buttons input.add-to-wishlist-button,
.vendor-page .product-list .buttons input.add-to-wishlist-button {
    background-image: url(/Themes/Minimal/Content/img/product-wishlist.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}
.vendor-description {
    margin: 80px auto 30px;
}
.contact-vendor {
    margin: 0 0 130px;
}


/* category page one column */

.onecolumn .product-selectors {
    margin-bottom: 10px;
}
.onecolumn .product-selectors div {
    margin: 0 0 10px 30px;
}
.onecolumn .product-selectors .product-page-size {
    margin-right: 30px;
}
.onecolumn .product-page-size span:last-child {
    padding-left: 10px;
}

/*styles for item box list/grid in one column*/
.onecolumn .product-list .item-box {
    float: left;
    width: 49% !important;
    max-width: none !important;
    margin: 0 0 0.666% 0.666% !important;
    border: 1px solid;
}  
.onecolumn .category-page .item-box,
.onecolumn .product-grid .item-box {
    width: 32.5%;
    max-width: 624px;
    margin: 0 0 0.625% 0.625%;
}
.onecolumn .product-list .item-box:nth-child(2n+1) {
    clear: both !important;
}
.onecolumn .product-list .item-box:nth-child(3n+1) {
    clear: none !important;
}
.onecolumn .product-list .item-box .picture + .details {
    margin: 0 0 0 260px;
}
.onecolumn .product-list .item-box .picture + .details .buttons {
    position: absolute;
    top: -100%;
    right: 50%;
    bottom: 0;
    left: 0px;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.onecolumn .product-list .item-box:hover .buttons {
    opacity: 1 !important;
    top: 0 !important;
    z-index: 1;
}
.hover-effect-1 .onecolumn .product-list .item-box .buttons input[type="button"] {
    line-height: normal;
    background-color: transparent;
}
.hover-effect-1 .onecolumn .product-list .item-box .details .buttons > div {
    text-align: center;
}
.hover-effect-1 .onecolumn .product-list .item-box .details .buttons > div input {
    display: inline-block;
    width: auto;
    padding: 0 0 0 35px;
    background-position: 0 center;
}
.hover-effect-1 .onecolumn .product-list .item-box .details .buttons > div .quantity1 {
    display: none;
}

.hover-effect-2 .onecolumn .product-list .item-box .buttons div {
    display: inline-block !important;
    margin: 0;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons > div {
    width: 100%;
    margin-top: 38%;
    text-align: center;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons input,
.hover-effect-2 .onecolumn .product-list .item-box .buttons a {
    background-color: #fff;
    background-position: center center;
    border: 2px solid #dadada;
    display: inline-block;
    font-size: 0;
    height: 60px;
    margin: 0 2px 4px;
    max-width: none;
    min-width: 0;
    padding: 0;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    width: 60px;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons .quantity1 {
    display: none;
}

/*end*/


.hover-effect-2 .tooltip-text {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;
    display: inline-block;
    width: 192px;
    margin: auto;
    background-color: rgba(255,255,255,0.5);
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    color: #555;
    opacity: 0;   
}
.hover-effect-2 .item-box:hover .tooltip-text {
    opacity: 1;
}
.hover-effect-2 .onecolumn .tooltip-text {
    bottom: 15%;
}




.onecolumn .category-page .item-box:nth-child(2n+1),
.onecolumn .product-grid .item-box:nth-child(2n+1) {
    clear: none;
}
.onecolumn .category-page .item-box:nth-child(3n+1),
.onecolumn .product-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.625% 0.625%;
}
.onecolumn .product-selectors .select-wrap {
    margin: 0;
}

.hover-effect-1 .onecolumn .item-box .buttons div {
    height: auto;
}
.hover-effect-1 .onecolumn .item-box .buttons div a,
.hover-effect-1 .onecolumn .item-box .buttons div .button-2 {
    /*height: 36px;*/
    margin: 0 0 3px;
}
.hover-effect-1 .onecolumn .item-box .buttons div input.product-box-add-to-cart-button {
    margin-left: 7px;
    padding: 0 0 0 35px;
    background-position: left center;
    text-align: left;
}
.hover-effect-1 .onecolumn .item-box .buttons div a {
    display: inline-block;
}


/* PRODUCT PAGE */

.product-details-page:before {
    content: "";
    position: absolute;    
    top: -15px;
    height: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px;
}
.product-details-page {
    position: relative;
}
.page.product-details-page {
    margin-top: -20px;
    padding-top: 20px;
    background-color: #fff;
}
.product-essential {
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}
.gallery {
	float: left;
	width: 50%;
    padding-top: 40px;
}
.gallery .picture {
    margin-right: 30px;
}
.gallery .picture-thumbs {
    float: right;
    margin: 0 30px 0 0;
    text-align: center;
}
.overview {
	float: left;
	width: 50%;
    max-width: 600px;
    padding-top: 40px;
    padding-left: 30px;
    text-align: left;
}
.overview > div {
    margin-left: 0;
}
.color-squares,
.overview .product-social-buttons {
	text-align: left;
}
.product-collateral {
    margin: 0;
    padding: 20px 0;
    background: #f8f8f8;
}
.product-collateral .title, 
.tier-prices .title {
    margin-left: 0;
}
.attribute-item {
    display: block;
    width: 180px;
}
.attributes .attribute-data {
    margin: 0;
}
.overview .overview-buttons,
.overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
} 

.rental-attributes .datepicker {
    width: 180px;
    text-align: left;
}
.overview-buttons div {
    margin: 0 10px 0 0;
}
.overview .prices > div, 
.variant-overview .prices > div {
    margin: 0 10px 25px 0;
}
.customer-entered-price {
    margin-bottom: 30px;
    padding: 0;
}
.customer-entered-price .price-input {
    margin: 0 5px 5px 0;
}
.customer-entered-price .price-range {
    margin: 0 5px 0 0;
}
.full-description {
    margin: 0 auto 25px;
}
.product-details-page .product-grid {
    text-align: center;
    background-color: white;
}
.product-details-page .product-grid .item-box,
.product-grid.cross-sells .item-box {
    float: none;
    display: inline-block;
    width: 16.666%;
}

.product-details-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(4n+1),
.product-grid.cross-sells .item-box:nth-child(3n+1), 
.product-grid.cross-sells .item-box:nth-child(4n+1) {
    clear: none;
}
.product-details-page .product-grid .item-box:nth-child(6n+1),
.product-grid.cross-sells .item-box:nth-child(6n+1) {
    clear: both;
}
.product-details-page .item-box .product-title {
    font-size: 20px;
}
/*.product-details-page .item-box .buttons {
    min-height: 50px;
}*/
.product-details-page .item-box .prices {
    margin-bottom: 15px;
}
.attributes dd .option-list {
    font-size: 0;
}
.attributes dd .option-list li {
    display: inline-block;
    margin: 8px 2px 0 0;
}
.attributes dd .option-list li label {
    margin: 0;
    cursor: pointer;
}
.attributes dd .option-list li input[type='checkbox'] ~ label {
    margin: 0 12px 0 8px;
}

.giftcard div,
.giftcard div:last-child {
    margin: 0 0 20px;
}

/* jquery tabs start */

.ui-tabs .ui-tabs-nav:before {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/Themes/Minimal/Content/img/category-title-decoration.png) repeat-x scroll center top;
}
.ui-tabs .ui-tabs-nav {
    position: relative;
}
.ui-tabs .ui-tabs-nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    background-color: #f8f8f8;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 8px 30px 30px;
}


/* REVIEW PAGE */

.product-reviews-page .title {
    padding: 0 0 15px;
}
.product-review-item-inner-wrapper {
    text-align: left;
}

/* WISHLIST & COMPARE LIST */

.wishlist-page .page-title {

}
.wishlist-page .cart .product {
    text-align: left;
}
.wishlist-page .cart td.product a:hover {
    color: #bbb;
} 
.wishlist-page .remove-from-cart,
.wishlist-page .add-to-cart,
.wishlist-page .sku {
    min-width: 0;
    max-width: 50px !important;
    min-width: 0;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .page-title {
    margin-bottom: 40px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .inputs {
    text-align: left;
}
/*.registration-page .inputs.checkbox-fot-newsletter input, 
.registration-page .inputs.checkbox-fot-newsletter label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}*/
.inputs.without-borders .gender {
    text-align: left;
}
.gender span {
    margin: 0 10px 0 0;
}
.return-request-page label {
	width: 440px;
}

.login-page .customer-blocks {
    overflow: hidden;
}
.returning-wrapper.fieldset {
    float: left;
    width: 49.5%;
    max-width: none;
}
.new-wrapper.register-block,
.new-wrapper.checkout-as-guest-or-register-block {
    float: right;
    width: 49.5%;
    max-width: none;
}
.facebook-login-block {
    padding: 0 20px;
}
.login-page .topic-block-title h2 {
    padding: 0 90px;
    font-size: 46px;
}

.customer-pages-body .center-2 {
    float: none;
    width: 100%;
}
.customer-pages-body .side-2 {
    margin-left: 0;
}

.order-list-page .order-item {
    max-width: 33%;
    margin: 0 0 2% 0.5%;
}
.order-list-page .order-item:nth-child(2n+1) {
    clear: none;
    margin: 0 0 2% 0.5%;
}
.order-list-page .order-item:nth-child(3n+1) {
    clear: both;
    margin: 0 0 2%;
} 
.customer-info-page .fieldset.without-borders .inputs {
    text-align: left;
}
.customer-info-page .fieldset.without-borders .checkbox-fot-newsletter label {
    width: auto;
}

.my-product-reviews-list-page .product-review-item {
    text-align: left;
}

/* SHOPPING CART & CHECKOUT */

.checkout-page .section.pickup-in-store {
    margin-top: 5p;
}
.shopping-cart-page .cart td.unit-price,
.shopping-cart-page .cart td.quantity,
.shopping-cart-page .cart td.subtotal,
.billing-address-page .cart td.unit-price,
.billing-address-page .cart td.quantity, 
.billing-address-page .cart td.subtotal, 
.shipping-address-page .cart td.unit-price,
.shipping-address-page .cart td.quantity, 
.shipping-address-page .cart td.subtotal,
.order-details-page .data-table .price,
.order-details-page .data-table .quantity, 
.order-details-page .data-table .total {
    min-width: 170px;
}  
.shopping-cart-page .totals {
    float: right;
	width: 33%;
}
.cart-collaterals {
    float: left;
	width: 66.4%;
    max-width: none;
    overflow: hidden;
}
.cart-collaterals > div {
    float: left;
    width: 49.6%;
}
.cart-collaterals > div + div {
    float: right;
}
.checkout-page .edit-address label {
	
}
.opc .tab-section {
    margin: 7px 0;
}
.checkout-page .opc .edit-address label {
	
}
.checkout-page .address-box {
    min-height: 200px;
}
.checkout-page .address-item {
    margin: 0 0 0.5% 0.5%;
    max-width: 33%;
}
.checkout-page .address-item:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%;
}
.checkout-page .address-item:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.5%;
}
.order-confirm-page .order-review-data > div {
    float: left;
    width: 49.5%;
    max-width: none;
}
.order-confirm-page .order-review-data .shipping-info-wrap {
    float: right;
}


/* SEARCH & SITEMAP */

.search-page form {
    margin-bottom: 100px;
}
.sitemap-page .entity-body {
    padding: 2% 8%;
} 
.search-results .no-result {
    margin-bottom: 100px;
}


/* BLOG & NEWS */
/* FORUM & PROFILE */

.forums-table-section tr:last-child td {
    background: none !important;
}
.forums-table-section .forum-table td.forum-details {
    text-align: left;
}
.forum-search-page .advanced-search .inputs label {
	width: 440px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 365px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 370px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	
}
.forum-edit-page .inputs,
.private-message-send-page .inputs {
    text-align: left;
}
.forum-edit-page .inputs.reversed {
    text-align: center;
}
.forum-actions .actions a, 
.topic-actions .actions a {
    padding: 10px 15px 10px 26px;
}
.inbox-tabs {
    padding: 0;
    background-color: transparent;
}
.profile-page .topic {
    text-align: left;
}
.profile-page .topic-title {
    padding: 10px 0;
}

 
}


@media all and (min-width: 1366px) {

/* GLOBAL STYLING */
.header-logo a {
	max-width: 150px !important;
}


.header.normal .header-menu-parent {
	top: 35px;
}
.responsive-nav-wrapper-parent {
	top: 50px;
}

    
.header.normal .header-logo {
    max-width: 13%; 
    top: 10px;
}
.header.normal .header-menu-parent-outer {
    float: left;
    max-width: 65%;
    margin: 0;
    padding: 0;
}
.header.normal .responsive-nav-wrapper-parent {
    max-width: 30%;
    margin-left: 1%;
}
.page-title h1,
.product-name h1 {
    font-size: 18pt;
   font-family: "helvetica","Microsoft JhengHei";
   text-transform: uppercase;
}
.master-wrapper-content,
.home-page .topic-block,
.home-page-category-grid, 
.home-page .product-grid, 
.home-page .product-list,
.news-list-homepage,
.home-page-polls {
    margin-bottom: 0px;
}
.category-grid.home-page-category-grid {
    margin-top: 40px;
}
.sub-category-grid, 
.manufacturer-grid,
.vendor-grid {
    margin-bottom: 70px;
}

/* HEADER */

.header-logo {
    margin: 0 2%;
}

/* CATEGORY PAGE & GRIDS */

/* home page */
    
.item-box .title > span {
    font-size: 13px;
}
.sub-category-grid .item-box {
    width: 24.25%;
    max-width: none;
    margin: 0 0 0.6% 0.6% !important;
}
.sub-category-grid .item-box:nth-child(3n+1),
.sub-category-grid .item-box:nth-child(2n+1),
.sub-category-grid .item-box:nth-child(3n+1) {
    clear: none;
}
.sub-category-grid .item-box:nth-child(4n+1) {
    clear: both;
}

/* PRODUCT PAGE */

.gallery {
    overflow: hidden;
}
.gallery .picture {
    float: right;
    width: 75%;
}
.gallery .picture-thumbs {
    float: right;
    width: 25%;
    max-width: 120px;
    height: 600px;
    overflow: hidden;
    margin: 0 10px 2px 0;
}
.gallery .picture-thumbs a {
    margin: 0;
}
.gallery .picture-thumbs a::before {
    right: -12px;
    bottom: 0;
    left: auto;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eaeaea;
}


/* TOPIC PAGES */

.topic-page .page-title {
    margin-bottom: 0px;
}
.topic-password {
    padding: 80px 20px 150px;
}


/* ACCOUNT PAGES */

.customer-pages-body .center-side-wrapper {
    padding-top: 120px;
}
.customer-pages-body .block-account-navigation .listbox:before {
    top: -15px;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .cart td.unit-price,
.shopping-cart-page .cart td.quantity,
.shopping-cart-page .cart td.subtotal,
.billing-address-page .cart td.unit-price,
.billing-address-page .cart td.quantity, 
.billing-address-page .cart td.subtotal, 
.shipping-address-page .cart td.unit-price,
.shipping-address-page .cart td.quantity, 
.shipping-address-page .cart td.subtotal,
.order-details-page .data-table .price,
.order-details-page .data-table .quantity, 
.order-details-page .data-table .total {
    min-width: 200px;
}  

/* FORUM & PROFILE */
.forums-table-section td.replies,
.forums-table-section td.views,
.forums-table-section td.latest-post {
    min-width: 200px;
}

}


@media all and (max-width: 1365px) {

    /* WISHLIST PAGE */

    .wishlist-page .cart td.sku,
    .wishlist-page .cart th.sku {
        display: none !important;
    }
    /*.wishlist-page .cart td.product,
    .wishlist-page .cart th.product {
        min-width: 150px;
    }*/

}

@media all and (min-width: 1920px) {
/* GLOBAL STYLING */
.master-wrapper-page {
    margin: 0 auto;
}
.header.normal .header-menu-parent {
    /*max-width: 57%;*/
}    
.page-title h1 {
    padding: 20px 0;
    font-size: 40px;
}
.page-title h1, 
.forums-main-page .topic-block h2, 
.forum-name h1, 
.topic-name h1 {
    font-size: 40px;
}
.title-breadcrumb-wrapper {
    padding-top: 20px;
}
.breadcrumb {
    margin-bottom: 5px;
}


/* CATEGORY PAGE & GRIDS */

/* home page */

    .home-page-category-grid > .title, 
    .product-grid > .title {
        /* margin-bottom: 0px; */
    }
    .home-page-category-grid .item-grid .title {
        top: 40px;
        left: 30px;
        margin: 0;
        padding: 0;
    }
    .item-box .title span.view-all {
        font-size: 13px;
    }
    
    .product-grid .item-box .details {
        padding: 40px 15px 0;
    }
    .product-grid .item-box .product-title {
        margin-bottom: 5px;
    }
    .product-grid .item-box .details .product-rating-box {
        /*display: block;*/
        display: none;
    }
    .product-grid  .item-box .description {
        max-height: 75px;
    }

/* category page */

.category-grid.sub-category-grid {
    margin-bottom: 130px;
}
.title-breadcrumb-wrapper .page-title h1,
.breadcrumb-name-wrapper .product-name h1,
.forum-page .title-breadcrumb-wrapper .forum-name h1, 
.topic-name h1 {
    padding: 0 180px 20px;
}
.twocolumns .product-selectors {
    left: 20.8%;
}
.center-2 {
    /*width: 78.4%;*/
    width: 82%;
}
.side-2 {
    max-width: 300px;
}
.category-page .item-box,
.manufacturer-page .item-box,
.vendor-page .item-box,
.twocolumns .product-grid .item-box {
    width: 33%;
    margin: 0 0 0.5% 0.5%;
}
.category-page .item-box:nth-child(2n+1),
.manufacturer-page .item-box:nth-child(2n+1),
.vendor-page .item-box:nth-child(2n+1),
.twocolumns .product-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0.5% 0.5%;
}
.category-page .item-box:nth-child(3n+1),
.manufacturer-page .item-box:nth-child(3n+1),
.vendor-page .item-box:nth-child(3n+1),
.twocolumns .product-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin: 0 0 0.5%;
}
.category-page .item-box .product-title {
    font-size: 22px;
}
.hover-effect-1 .onecolumn .item-box .buttons div {
    margin: 0 !important;
    text-align: left;
}
.hover-effect-1 .onecolumn .item-box .buttons div a, 
.hover-effect-1 .onecolumn .item-box .buttons div .button-2 {
    height: 60px;
    margin: 0;
    line-height: 60px;
}
.hover-effect-1 .twocolumns .product-grid .item-box .details .buttons div {
    text-align: left;
}
.hover-effect-2 .onecolumn .tooltip-text {
    bottom: 25%;
}

/* products in list */

.category-page .product-list .item-box {
    margin-bottom: 0.7%;
    background-color: #fff;
}
.product-list .item-box .picture + .details:before, 
.product-list .item-box .ribbon-wrapper + .details:before {
    content: '';
    position: absolute;
}
.product-list .item-box .picture + .details, 
.product-list .item-box .ribbon-wrapper + .details {
    margin: 0 260px;
}
.product-list .item-box .description {
    max-height: 75px;
}

.hover-effect-1 .onecolumn .product-list .item-box .buttons div {
    text-align: center;
}


/* manufacturer and vendors */

.page-title h1,
.manufacturer-list-page .page-title h1,
.vendor-list-page .page-title h1 {
    padding-left: 180px;
    padding-right: 180px;
    font-size: 18pt;
    font-weight: 700;
}
.manufacturer-grid .item-box,
.vendor-list-page .item-box {
    width: 19.5%;
    margin: 0 0 0.625% 0.625%;
}
.manufacturer-grid .item-box:nth-child(2n+1),
.manufacturer-grid .item-box:nth-child(3n+1),
.manufacturer-grid .item-box:nth-child(4n+1),
.vendor-list-page .item-box:nth-child(2n+1),
.vendor-list-page .item-box:nth-child(3n+1),
.vendor-list-page .item-box:nth-child(4n+1) {
    clear: none;
    margin: 0 0 0.625% 0.625%;
}
.manufacturer-grid .item-box:nth-child(5n+1),
.vendor-list-page .item-box:nth-child(5n+1) {
    clear: both;
    margin: 0 0 0.625%;
}

.onecolumn .pager {
	margin-left: 0.625%;
    margin-right: 0.625%;
}
/* PRODUCT PAGE */

.breadcrumb-name-wrapper {
    padding-top: 45px;
}
.product-name h1 {
   font-size: 18pt;
   font-family: "helvetica","Microsoft JhengHei";
   text-transform: uppercase;
}
.product-details-page .item-box .details .buttons,
.product-grid.cross-sells .item-box .buttons {
    display: block;
    right: 0;
    height: 320px;
}
.product-details-page .product-grid .tooltip-text {
    display: inline-block;
}

/* BLOG & NEWS */
    .blog-page .post, 
    .news-items .news-item {
        max-width: none;
    }


/* ACCOUNT PAGES */

.customer-pages-body .side-2 {
    max-width: none;
}
.customer-pages-body .center-side-wrapper {
    padding-top: 135px;
}


/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .cart-total td.cart-total-left {
    padding-left: 115px;
}
.shopping-cart-page .cart-total td.cart-total-right {
    padding-right: 115px;
}

/* FORUM AND PROFILE */

.forum-group-page .forum-breadcrumb::before,
.active-discussions-page .forum-breadcrumb::before {
    top: 110px;
}
.forum-group-page .forum-breadcrumb,
.active-discussions-page .forum-breadcrumb {
    padding: 45px 0 90px;
}
.active-discussions-page > .topic-block-title {
    top: 75px;
}
.active-discussions-page > .topic-block-title h2 {
    padding: 0 180px;
    font-size: 40px;
}
.forums-table-section-title {
    top: 80px;
}
/*.forums-table-section-title a,
.forums-table-section-title strong {
    font-size: 40px;
    padding: 0 180px;
}*/


}

@media all and (min-width: 1501px) {
    /*styles for item-box list in one column*/
    .onecolumn .product-list .item-box {
        margin: 0 0 0.625% 0.625% !important;
        max-width: none !important;
        width: 32.5% !important;
    }
    .onecolumn .product-list .item-box:nth-child(2n+1) {
        clear: none !important;
    }
    .onecolumn .product-list .item-box:nth-child(3n+1) {
        clear: both !important;
    }
    .onecolumn .product-list .item-box .picture + .details {
        margin: 0 0 0 260px;
    }
    .hover-effect-2 .onecolumn .product-grid .item-box .buttons input {
        margin: 0 0 4px 4px;
    }
    .hover-effect-1 .product-grid .item-box .details .buttons .square-buttons-wrapper {
        padding-left: 80px;
    }


    /*styles for item-box grid in two column*/

    .hover-effect-1 .twocolumns .product-grid .item-box .details .buttons > div {
        padding: 0 0 0 70px;
    }



}


/*! 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}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/Themes/Minimal/Content/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}


/*brand slides*/
.brandSlide {list-style-type:none;width:100%;}
.brandSlide li {float:left;display:block;}
#brandsImgContainer {position:relative;top:8px;padding:0 20px; width:80%;margin:0 auto;}
#brandsImgContainer > .brandSlide {list-style-type:none;width:1000%;margin:0 42px;overflow:hidden;}
.brandsPrev, .brandsNext {
	display:block;width:35px;height:25px;overflow:hidden;
	position:absolute;top:50%;
}
.brandsPrev span, .brandsNext span {
	display:block;width:15px;height:25px;overflow:hidden;
	background-image:url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Styles/nivo/images/arrow_brandSlide.png);
	background-repeat:no-repeat;
}
.brandsPrev span {background-position:0 0;}
.brandsNext span {background-position:-15px 0;margin:0 0 0 20px;}
.brandsPrev {left:10px;z-index:300;}
.brandsNext {right:10px;z-index:300;}
.brandsPrev span, .brandsNext span {text-indent:50px;}
.brandSlide .imgCaption {position:relative;top:0px;min-width:300px;text-align:center;height:30px;background-color:#ffffff;}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-Mobile {
  display: none;
}


@media all and (max-width: 1000px) {
.theme-Mobile {
  display: block;
}

.theme-  {
  display: none;
}
}

.slider-wrapper {
    position: relative;
    z-index: 1;
}
.slider-wrapper img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
.master-wrapper-page > .slider-wrapper {
    margin-bottom: 40px;
} 

/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    display: none;
    background-color: rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    top: 50%;
    margin-top: -37px;
    opacity: 1;
    font-size: 0;
}
a.nivo-prevNav {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Minimal/Content/nivo/slider-arrow-left.png);
}
a.nivo-nextNav {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Minimal/Content/nivo/slider-arrow-right.png);
}
.nivo-directionNav a:hover {
    opacity: 0.4;
}



/* BULLET NAVIGATION */ /*removed*/

.nivo-controlNav {
    display: none;
    overflow: hidden;
    margin: auto;
    padding: 0;
    font-size: 0;
    z-index: 6;
}
.nivo-control {
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 20px 5px 0;
    border-top: 2px solid rgba(0,0,0,0.3);
    font-size: 0;
    background: transparent;
    vertical-align: top;
}
.nivo-controlNav.nivo-thumbs-enabled .nivo-control {
    width: 100px;
    height: auto;
    border-color: transparent;
} 
.nivo-control img {
    height: auto;
    width: 100%;
}
.nivo-control.active,
.nivo-control:hover {
    border-color: rgba(0,0,0,1);
}
.nivo-controlNav.nivo-thumbs-enabled .nivo-control.active {
    border: 1px solid #ddd !important;
}


@media all and (max-width: 768px) {

    .slider-wrapper img {
        height: auto !important;
    }

}


@media all and (min-width: 769px) {

    .header-inside-slider .header.mobile {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    .header-inside-slider .header.mobile .header-logo, 
    .header-inside-slider .header.mobile .responsive-nav-wrapper-parent{
        background: transparent;
    }
    .banner-wrapper {
        overflow: hidden;
    }
    .nivo-directionNav:after {
        content: '';
        position: absolute; 
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 12px;
        z-index: 10;
        margin: auto;
        background: #c6c6c6;
    }
    .nivo-directionNav {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 150px;
        height: 75px;
        font-size: 0;
    }
    .nivo-directionNav a {
        display: block;
    }
    .nivo-controlNav {
        display: block;
    }

}

@media all and (min-width: 1001px) {

    .banner-wrapper {
         margin: 0 0 80px;
    }

}



/* homepage grid */


.rich-blog-homepage {
	margin: 0 0 10px;
	
}
.rich-blog-homepage .title {
    position: relative;
    margin: 0px 0 0px;
    padding: 10px;
    font-size: 18px;
    font-family: "helvetica","Microsoft JhengHei";
    height: 60px;
}
@media all and (max-width: 1000px) {
	.rich-blog-homepage .title {
    	position: relative;
    	margin: 0px 0 0px;
    	padding: 18px;
    	font-size: 18px;
    	font-family: "helvetica","Microsoft JhengHei";
    	height: 60px;
}
}
.rich-blog-homepage .title:after {
    <!-- background: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/title-dots-decoration.png) repeat-x; -->
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.rich-blog-homepage .title strong {
	font-weight: normal;
    color: #000;
	 font-weight: 700;
    font-size: 16pt;
    font-family: "helvetica","Microsoft JhengHei";
    text-transform: uppercase;
}

.rich-blog-homepage .blog-post {
	margin: 0 0 10px;
    background-color: #fff;
    text-align: left;
}
.rich-blog-homepage .post-primary {
	max-width: 624px;
	margin: 0 auto;
}
.rich-blog-homepage .post-picture {
	display: block;
	position: relative;
	z-index: 0;
	margin: 0 0 0px;
	overflow: hidden;
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.rich-blog-homepage .post-picture:before {
	content: "";
	display: block;
	padding-top: 70%;
}
.rich-blog-homepage .post-picture img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.rich-blog-homepage .post-title {
	display: block;
	margin: 0 10px 10px;
    padding: 10px;
	
	font-family: "helvetica","Microsoft JhengHei";
}
.rich-blog-homepage .post-title:after {
    bottom: -5px;
    left: 10px;
} 
.rich-blog-homepage .post-date {
	margin: 0 0 10px;
	display: none;
}
.rich-blog-homepage .post-description {
	margin: 0 0 0px;
	line-height: 26px;
}
.rich-blog-homepage .post-details {
    max-width: 624px;
    margin: 0 auto;
    padding: 0 20px 25px;
}
.rich-blog-homepage .read-more:before,
.rich-blog-homepage .read-more:after,
.rich-blog-homepage .view-all a:before,
.rich-blog-homepage .view-all a:after {
    height: 1px;
    width: 6px;
}
.rich-blog-homepage .read-more a  {
    padding: 0 10px;
	font-size: 10px;
    font-family: "helvetica","Microsoft JhengHei";
}

.rich-blog-homepage .view-all a  {
    padding: 0 10px;
	font-size: 16px;
    font-family: "helvetica","Microsoft JhengHei";
}

.rich-blog-homepage .read-more:hover {
	/*you can add style for blog-page "read-more" button here too, if same design*/
}
.rich-blog-homepage .view-all {
    margin: 0px 0 0px;
	text-align: center;
}
.rich-blog-homepage .view-all a {
    position: relative;
}
.rich-blog-homepage .view-all a:hover {
}

/* search form */


.blog-search-box {
    background-color: #f8f8f8;
	text-align: center;
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.blog-search-box .title {
    display: none;
}
.blog-block-wrapper .block.blog-search-box .listbox {
    display: block !important;
    margin: 0 0 20px;
    padding: 0;
    background: none;
}
.blog-search-box form {
    position: relative;
	display: inline-block;
    margin: 0 auto;
	font-size: 12px; /*reset zeroing*/
	font-family: "helvetica","Microsoft JhengHei";
}
.blog-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.blog-search-box span.search-box-text {
	float: left;
    width: auto !important;
}
.blog-search-box input.search-box-text {
	float: left;
	width: 270px !important;
	height: 50px;
    border: none;
    padding-left: 20px;
    padding-right: 50px;
    color: #555;
    opacity: 0.4;
}
.blog-search-box input.search-box-text:focus {
    opacity: 0.6;
}
.blog-search-box .instant-search-busy {
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/ajax-loader-small.gif) right center no-repeat !important;
}
.blog-search-box .search-box-button {
	position: absolute;
    right: 0;
	width: 50px;
	height: 50px;
    border: none;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/search-button.png) center no-repeat;
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}

.blog-instant-search {
    height: auto !important;
    background-color: #fff;
    border: 2px solid #eee;
    border-top: 0;
}
.blog-instant-search .k-list-container {
    width: 100% !important;
    height: auto !important;
    position: static !important;
}
.blog-instant-search .k-item {
    border-top: 2px solid #eee;
	padding: 15px 10px;
    cursor: pointer;
}
.blog-instant-search .k-item:first-child {
    border: 2px solid #eee;
    border-width: 2px 0 0 0;
}
.blog-instant-search .k-item.k-state-hover, 
.blog-instant-search .k-item.k-state-focused {
    background-color: #f6f6f6;
}
.blog-instant-search .k-item.rich-blog-autocomplete-last-item {
    color: #333;
} 

/* blog list & blog post */


.blog-page .post {
	margin: 0 auto 10px;
}
.blog-page .post-head {
}
.blog-page .post-date {
	margin: 0 0 10px;
	display: none;
}

.rich-blog-image {
    width: 100%;
    overflow: hidden;
	padding: 0 0 30px;  
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.rich-blog-image a {
	display: block;
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.rich-blog-image img {
	max-width: 100%;
}




.blog-page .post-body {
    height: auto;
    max-height: none;
    margin-bottom: 25px;
}
.blogpost-page .tags:before {
    display: none;
} 
.blog-page .tags,
.blogpost-page .tags {
	margin: 0;
    padding: 20px;
}
.blog-page .tags {
    padding: 20px 0;
}
.blogpost-page .tags .tags-wrapper {
    max-width: 946px;
    margin: 0 auto;
}
.blog-page .tags *,
.blogpost-page .tags * {
	line-height: normal !important; /*remove if not needed for current theme*/
}
.blog-page .buttons {
    overflow: hidden;
	margin: 0 0 15px;
}
.blog-page .buttons .read-more {
	/*display: inline;*/ /*this is the first "details" button, currently shown*/
	text-transform: capitalize;
}
.blog-page .post-actions .read-more {
	display: none; /*this is the second "details" button, currently hidden*/
}

.post-footer {
	clear: both;
    padding: 0 20px 20px;
    background-color: #fff;
    display: contents;
}
.blog-page .post-footer {
    padding: 0;
}
.post-footer a {
}
.post-footer a:hover {
}
.post-footer:after,
.post-relations:after,
.post-actions:after {
	content: "";
	display: block;
	clear: both;
}

.post-relations {
    float: left;
	margin: 0 0 20px;
}
.post-relations ul {
	display: inline-block;
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";	
}
.post-relations li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	font-family: "helvetica","Microsoft JhengHei";
}
.post-relations li.separator {
    margin: 0 5px 0 0;
}
.post-relations li a {
	display: block;
    font-size: 14px;
	font-family: "helvetica","Microsoft JhengHei";
}
.post-actions {
    float: right;
}
.blogpost-page .post-relations,
.blogpost-page .post-actions {
    float: none;
}
.share-post {
	font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.blogpost-page .share-post {
    float: none;
    text-align: center;
} 

.share-post li {
	display: inline-block;
}
.share-post a {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/share-sprite.png);
	background-repeat: no-repeat;
    border: 1px solid transparent;
}
.share-post a:hover {
    border: 1px solid #e5e5e5;
}
.share-post .facebook a {
	background-position: 3px center;
}
.share-post .twitter a {
	background-position: -20px center;
}
.share-post .pinterest a {
	background-position: -45px center;
}
.share-post .linkedin a {
	background-position: -67px center;
}
.share-post .google a {
	background-position: -90px center;
}
.share-post a:hover {
	opacity: 0.9;
}

.blogpost-page .rich-blog-image,
.blogpost-page .post-date {
    background-color: #fff;
}
.blogpost-page .page-title {
}
.blogpost-page .post-date {
    max-width: 946px;
	margin: 0 auto 5px; /*this is a design specific property, remove if not needed*/
	text-align: center;
	        display: contents;
    color: #000;
    font-family: "helvetica","Microsoft JhengHei";
}
.blogpost-page .post-wrapper {
    max-width: 946px;
}


.post-navigation {
    max-width: 720px;
	overflow: hidden;
	margin: 0 auto 5px;
    font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.post-navigation a {
	position: relative;
    display: inline-block;
    width: 49%;
	overflow: hidden;
	font-size: 14px;
	font-family: "helvetica","Microsoft JhengHei";
    line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.post-navigation a:hover {
    background-color: #fff;
}
.post-navigation a:empty {
	opacity: 0.5;
}
.post-navigation .prev:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 10px;
    background-color: #c6c6c6;
}
.post-navigation .prev {
    padding-right: 75px;
    padding-left: 15px;
    text-align: right;
}
.post-navigation .prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/prev.png) no-repeat center;
}
.post-navigation .next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 10px;
    background-color: #c6c6c6;
}
.post-navigation a:only-child:before {
    display: none;
}
.post-navigation .next {
    padding-right: 15px;
    padding-left: 75px;
    text-align: left;
}
.post-navigation .next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/next.png) no-repeat center;
}
.post-navigation a:before {
	content: "";
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
}
.post-navigation .next:only-child {
    margin-left: 49%;
}
.post-navigation .prev:only-child {
    margin-right: 49%;
}

/* search results */


.blog-search-results {
} 
.blog-search-results li a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
}
/*uncomment if you need a bullet style*/
/*.blog-search-results li a:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}*/
.blog-search-results li a:hover {
}

.blog-search-results-page .page-body {
    max-width: 628px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
}
.blog-search-results-page .page-body .kb-search-link {
    position: relative;
    margin-bottom: 20px;
    color: #000;
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 20px;
}
.blog-search-results-page .page-body .kb-search-link:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/title-decoration.png) no-repeat center;
    height: 6px;
    width: 20px;
    margin: auto;
}
.search-term-highlighter {
    color: #c49169;
}

.blog-block-wrapper .block .listbox {
    margin: 0 20px;
    padding: 5px 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.RichBlog/Themes/Minimal/Content/images/title-dots-decoration.png) repeat-x left top;
}
.blog-block-wrapper .block .listbox ul {
    padding: 0;
}
.blog-block-wrapper .block .listbox ul li {
    text-align: center;
}
.blog-block-wrapper .block .listbox ul li > * {
    display: inline-block;
    background: none;
    font-size: 15px;
font-family: "helvetica","Microsoft JhengHei";
}
.block-blog-archive .month:before {
    content: "";
	position: absolute;
	top: 0px;
    bottom: 0;
	left: 0;
	width: 1px;
	height: 14px;
    margin: auto;
	background-color: #ddd;
}
.block-blog-archive .month:first-child:before {
    
}
.block-blog-archive .month {
    position: relative;
    display: inline-block;
}
.blog-block-wrapper .block .listbox strong {
    color: #000;
}
.blog-block-wrapper .block .listbox a {
    position: relative;
    padding: 5px 15px;
    color: #c49169;
}
.block-blog-archive.block .listbox a {
    padding: 5px 10px 5px 15px;
}
.blog-block-wrapper .block .listbox a:first-child:before {
    display: none;
}
.blog-block-wrapper .block .listbox a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 14px;
    margin: auto;
    background: #bbb;
}
.blog-block-wrapper .block .listbox .tags li {
    margin: 0;
}

@media all and (min-width: 481px) {

}



@media all and (min-width: 769px) {

.rich-blog-homepage .title {
        padding-top: 15px;
    margin-bottom: 0px;
}
.rich-blog-homepage .title::after {
    top: 5px;
}
.rich-blog-homepage .title strong {
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;

font-family: "helvetica","Microsoft JhengHei";
    padding: 0 30px;
    font-weight: 700;
    font-size: 18pt;
    font-family: "helvetica","Microsoft JhengHei";
    text-transform: uppercase;
}
.rich-blog-homepage .post-details {
    padding: 0 30px 0px;
}
.rich-blog-homepage .post-title {
    margin: 0 0 0px;
    padding: 10px 30px;
    font-size: 14pt;
} 
.rich-blog-homepage .post-title::after {
    left: 30px;
}
.blog-page .post-head {
	overflow: hidden;
}	
.blog-page .post-title {
	float: left;
    max-width: 86%;
	font-size: 14pt;
}
.blog-page .post-date {
	float: right;
}
.post-relations {
	float: left;
}
.post-footer {
    position: relative;
    margin: 0 auto;
    display: contents;
}
.post-footer .post-actions  {
    max-width: 946px;
    margin: auto;
    text-align: left;
}
.blog-page .post-body {
    max-height: 110px;
}
.blog-page .post-actions .read-more {
	float: left;
	margin: 0;
}

.blog-page .buttons .read-more {
    float: left;
}
.post-navigation a {
    width: 300px;
}	
.post-navigation .next:only-child {
    margin-left: 300px;
}
.post-navigation .prev:only-child  {
    margin-right: 300px;
}
.blog-block-wrapper {
    max-width: none;
    font-size: 0;
	font-family: "helvetica","Microsoft JhengHei";
}
.blog-block-wrapper .block.blog-search-box {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
}
.blog-block-wrapper .block,
.blog-block-wrapper .block.number-of-blocks2 {
    float: none;
    display: inline-block;
    max-width: none;
    width: 48.5%;
    margin: 0 0.75% 1.5%;
    vertical-align: top;
}
.blog-block-wrapper {
    text-align: left;
}
.blog-block-wrapper .block:nth-child(2n+1) {
    clear: none;
    margin: 0 0.75% 1.5%;
}
.blog-block-wrapper .block.number-of-blocks1 {
    display: block !important;
    margin: 0px auto 0 !important;
}


}



@media all and (min-width: 1001px) {

.blog-block-wrapper .blog-search-box input.search-box-text {
	width: 350px !important;
    padding-right: 6px;
}
.rich-blog-homepage .blog-posts {
	overflow: hidden;
	text-align: center;
}
.rich-blog-homepage .blog-post {
	float: left;
    min-height: 300px;
	width: 49.8%;
	margin: 0 0 20px 0;
}
.rich-blog-homepage .blog-post:nth-child(2n+1) {
	clear: both;
	margin-right: 0.4%;
}
.rich-blog-homepage .blog-post:only-child {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.rich-blog-homepage .post-description {
	text-align: left;
	
}

.blog-page .rich-blog-image {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 60%;
    overflow: hidden;
}	
.blog-page .blog-posts .post {
    padding-top: 31%;
}
.blog-search-box input.search-box-text {
	width: 364px !important;
	margin: 0 -1px 0 0;
}
.blog-instant-search {
    width: 399px !important;
}
.blog-page .post-title {

}
.blog-page .post-date {
    float: none;
    clear: both;
}
    .blog-block-wrapper .block.number-of-blocks2 {
        width: 49%;
        margin: 0 0.5% !important;
   } 


.page-title:after {
    border-color: transparent transparent #f8f8f8;
}
.page-title {
    margin-bottom: 0px;
}
.blog-block-wrapper .block {
    clear: none;
}
.blog-block-wrapper .block.blog-search-box {
    position: relative;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
}
.blog-block-wrapper .block.blog-search-box .title {
    display: none;
}
.blog-block-wrapper .block.blog-search-box .listbox {
    display: block !important;
    margin: 0 0 30px;
}
.block.blog-search-box .listbox {
    background: none;
}
.blog-search-results-page .blog-block-wrapper {
    max-width: none;
}
.blog-search-results-page .blog-search-results {
    max-width: 1266px;
    margin: auto;
}
.blog-search-results-page .page-body {
    max-width: none;
}
.post-navigation {
    max-width: none;
} 
.blogpost-page .post-date {
    text-align: left;
	display: contents;
    margin-bottom: 10px;
}
.blogpost-page .share-post {
    float: right;
}
.blogpost-page .post-relations {
    float: left;
    max-width: 800px;
    text-align: left;
} 
.post-footer .post-actions {
    float: right;
    max-width: 140px;
    
}
.blogpost-page .post-footer-center-wrapper {
    width: 946px;
    margin: auto;
    overflow: hidden;
}
.blog-search-box .search-box-button {
    position: relative;
}
	
}

/*
@media all and (min-width: 1281px) {


    .rich-blog-homepage .title strong {
        font-size: 46px;
        padding: 0 90px;
	font-family: "helvetica","Microsoft JhengHei";
	text-transform: uppercase;
    }
    .rich-blog-homepage .blog-post:only-child {
        max-width: 948px;
        margin: 0 auto 30px !important;
    }
    .rich-blog-homepage .post-primary {
        max-width: none;
    }
    .rich-blog-homepage .post-picture {
        margin: 0;
    }
    .rich-blog-homepage .blog-post {
        position: relative;
    }
    .rich-blog-homepage .post-title {
        position: absolute;
        top: 20px;
        right: 0;
        left: 50%;
        height: 55px;
        padding: 10px 20px;
        background-color: #fff;
    }
    .rich-blog-homepage .post-title::after {
        left: 20px;
        bottom: -9px;
        z-index: 1;
    }
    .rich-blog-homepage .post-details {
        position: absolute;
        top: 70px;
        right: 0;
        bottom: 20px;
        left: 50%;
        padding: 20px;
        background-color: #fff;
    }
    .rich-blog-homepage .post-description {
        height: 102px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .rich-blog-homepage .view-all {
        margin-top: 0;
    }

    .blog-block-wrapper {
        max-width: 100%;
    }
    .blog-block-wrapper .block {
        width: 33%;
        margin: 0 0 0.5%;
    }
    .blog-block-wrapper .block:nth-child(2n+1) {
        clear: none;
        margin: 0;
    }
    .blog-block-wrapper .block:nth-of-type(n+2):nth-child(3n+1) {
        margin: 0 0.5% 0.5%;
    }
    .blog-page .blog-posts {
        max-width: none;
    }
    .blog-page .blog-posts .post {
        width: 49.7%;
        max-width: none;
        margin: 0 0 0.6% 0;
    }
    .blog-page .blog-posts .post:nth-child(2n+1) {
        clear: both;
        margin: 0 0.6% 0.6% 0;
    }
    .blog-page .blog-posts .post:only-child {
        float: none;
        margin: 0 auto 0.6%;
    }
    .blog-page .post {
        padding-left: 30px;
        padding-right: 30px;
    }
    .blog-page .post-title {
        margin-bottom: 10px;
    }
    .post-navigation {
        margin: -70px auto 10px;
    }
    .post-navigation a {
        width: 350px;
    }
    .blog-block-wrapper .block.number-of-blocks3:nth-child(2) {
        margin: 0 0.5%;
    }
    .blog-block-wrapper .block.number-of-blocks1 {
        width: 50%;
    }
}
*/

@media all and (min-width: 1367px) {

.rich-blog-homepage .post-details {
    top: 80px;
    bottom: 30px;
}	
.rich-blog-homepage .post-title {
    top: 0px;
}
.rich-blog-homepage .post-description {
    
}
.blog-search-box input.search-box-text {
	width: 215px !important;
}
	
}

@media all and (min-width: 1920px) {

    .rich-blog-homepage .blog-post {
        min-height: 400px;
    }
    .rich-blog-homepage .post-title {
        height: 110px;
        padding-top: 60px;
        line-height: 42px;
    }
    .rich-blog-homepage .post-details {
        top: 140px;
    }
    .blog-page .blog-posts .post {
        padding-top: 28%;
    }
    .blog-page .rich-blog-image {
        max-height: 340px;
    }
    .post-navigation {
        margin: -77px auto 10px;
    }
    .blog-post .rich-blog-image img {
        max-width: none;
    }

}
/*
* 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,
.mega-menu .sublist-wrap {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
} 
.social-icons {
    margin-top: 70px;
    text-align: center;
    font-size: 0;
}
.social-icons h2 {
    display: block;
    margin-bottom: 15px;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px;
    padding: 0;
    font-size: 0;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/social-icons-sprite.png);
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0 !important;
}
.social-icons a.facebook {
    background-position: 0 center;
}
.social-icons a.twitter {
    background-position: -30px center;
}
.social-icons a.pinterest {
    background-position: -60px center;
}
.social-icons a.instagram {
    background-position: -90px center;
}
.social-icons a.vimeo {
    background-position: -120px center;
}
.social-icons a.google {
    background-position: -147px center;
}
.social-icons a.youtube {
    background-position: -205px center;
}
.social-icons a.rss {
    background-position: -180px center;
}
.header.normal .social-icons {
    display: none;
}


@media all and (min-width: 1001px) {

.social-icons {
    margin-bottom: 100px;
}

.menu-title,
.close-menu {
	display: none;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	position: relative;
}
.mega-menu-responsive {
	display: none !important;
}
.header.normal .mega-menu .dropdown {
	display: none;
	position: absolute;
    right: auto;
    left: auto;
	padding: 30px 0 0;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
    margin: 0 auto;
}
.header.normal .mega-menu .dropdown.fullWidth {
    right: 0;
    left: 0;
}
.mega-menu .dropdown.active,
.mega-menu .sublist-wrap.active {
	display: block !important;
}
/*normal menu*/
.header.normal .mega-menu .dropdown.fullWidth {
	width: 900px;
}
.header.normal .mega-menu .dropdown.fullWidth .picture,
.header.normal .mega-menu .dropdown.fullWidth .picture img {
    max-width: 100%;
}

/* ROWS AND BOXES */

.mega-menu .row:after {
    content: '';
    display: block;
    clear: both;
}
.dropdown .box {
	float: left;
    background-color: #fff;
}
.header.normal .mega-menu .categories.fullWidth .box {
    float: left;
	width: 24.5%;
    /* margin: 0 0 0.66% 0.66%; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* padding: 20px 20px 25px; */
}
.header.normal .mega-menu .categories.fullWidth .box:first-child {
    margin: 0 0 0%;
}
.categories.fullWidth .box .title,
.categories.fullWidth .box .subcategories {
    padding: 0 5px;
}
.categories .box,
.manufacturers .box {
	width: 260px;
}
.mega-menu .title {
	margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    font-family: "Playfair Display",Times New Roman,serif;
	text-align: left;
}
.mega-menu .title a {
    color: #000;
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .categories .picture {
	overflow: hidden;
    margin-bottom: 20px;
	text-align: center;
}
.mega-menu .categories .picture a {
	display: block;
    padding-top: 64%;
    position: relative;
}
.mega-menu .categories .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.mega-menu .box .subcategories {
  /*  height: 122px; */
	height: auto;
    overflow: hidden;
	margin: 0 0 10px;
}
.normal .mega-menu .fullWidth  .box ul {
    margin-bottom: 0;	
}
.mega-menu .box ul li {
    text-align: left;
}
.mega-menu .box li a {
    margin: 0;
	font-size: 14px;
    font-family: "Montserrat",Verdana,sans-serif;
    color: #000;
}
.mega-menu .box li a:hover {
    background-color: none;
    color: #bbb;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box .title {
    margin-bottom: 10px;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box li a {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/menu-arrow.png) left center no-repeat;
    padding: 0 0 0 13px;
    color: #000000;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .box li a:hover {
    color: #000;
}
.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;
}

.header.normal .manufacturers.fullWidth.dropdown .box,
.header.normal .vendors.fullWidth.dropdown .box {
	width: 19.5%;
    overflow: hidden;
    margin: 0 0 0.625% 0.625%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.header.normal .mega-menu .manufacturers.fullWidth .box:first-child,
.header.normal .mega-menu .vendors.fullWidth .box:first-child {
	width: 19.5%;
    margin: 0 0 0.625%;
}
.header.normal .manufacturers.fullWidth .box .title {
    margin: 0;
}
.header.normal .vendors.fullWidth .box .title {
    margin-bottom: 10px;
}
.header.normal .manufacturers.fullWidth .box .title:after {
    display: none;
}
.header.normal .manufacturers.fullWidth .box .picture,
.header.normal .vendors.fullWidth .box .picture {
    margin-bottom: 20px;
}
.header.normal .manufacturers.fullWidth .box .picture img,
.header.normal .vendors.fullWidth .box .picture img {
    width: 100%;
} 
.header.normal .mega-menu .manufacturers.fullWidth .box .picture a,
.header.normal .mega-menu .vendors.fullWidth .box .picture a  {
    overflow: hidden;    
    padding: 0;
}

.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;
}

/* HEADER NORMAL */

.header.normal .mega-menu .dropdown .box:only-child {
    margin: 0;
} 
.header.normal .mega-menu > li {
    position: static;
    display: inline-block;
    margin: 0 0 0 10px;
}
.header.normal .mega-menu > li:first-child {
    margin-left: 0;
}
.header.normal .mega-menu li:hover {
    background-color: #eee;
    cursor: pointer;
}
.header.normal .mega-menu li a:after,
.header.normal .mega-menu li:first-child > a:before {
    display: none;
}
.header.normal .mega-menu > li > a,
.header.normal .mega-menu > li > span.with-subcategories {
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 60px;
    color: #000;
    font-family: "helvetica","Microsoft JhengHei";
}
.header.normal .mega-menu li a.products-item-menu:before,
.header.normal .mega-menu li.has-sublist > a:before,
.header.normal .mega-menu li.has-sublist > span:before {  
	content: "";  
    position: absolute;
	top: auto;
    right: 0;
    bottom: -9px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: transparent;
}
.header.normal .mega-menu li:hover a.products-item-menu:before,
.header.normal .mega-menu li.has-sublist:hover > a:before,
.header.normal .mega-menu li.has-sublist:hover > span:before {
	border-top-color: #eee; 
}

.header.normal .mega-menu .box .subcategories li {
    display: block;
	margin: 5px 0 0;
	text-align: left;
}
.header.normal .mega-menu .box .subcategories li a {
    font-family: "Montserrat",Verdana,sans-serif;
}
.header.normal .mega-menu .box li:hover {
    background: none;
}
/*vendors*/
.header.normal .mega-menu li a.with-subcategories {
    position: relative;
}
.header.normal .mega-menu > li .sublist.vendors {

}
.header.normal .mega-menu .sublist-wrap {
    display: none;
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    overflow: visible;
    width: 260px !important;
    height: auto;
    padding-top: 0px;
    background: transparent;
    -webkit-transform: none;
    transform: none;
}
.header.normal .mega-menu .sublist-wrap .sublist-wrap {
    top: -25px;
    left: 100%;
    display: none;
    padding: 0 0 0 1px;
}
.header.normal .mega-menu > li > .sublist-wrap > .sublist > li:hover > .sublist-wrap,
.header.normal .mega-menu > li > .sublist-wrap > .sublist > li:hover > .sublist-wrap > .sublist > li:hover > .sublist-wrap {
    display: block;
}
.header.normal .mega-menu .sublist-wrap .sublist {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0 20px 30px;
    background-color: #fff;
}
.header.normal .mega-menu .sublist-wrap li {
    text-align: left;
}
.header.normal .mega-menu .sublist-wrap li a {
    padding: 10px 0;
    margin: 5px 0;
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.header.normal .mega-menu .sublist-wrap li a.with-subcategories:hover ~ .sublist-wrap {
    display: block;
} 
.header.normal .mega-menu .sublist-wrap li a {
    padding-right: 20px;
}
.header.normal .mega-menu .sublist-wrap li a.with-subcategories{
    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/normal-menu-arrow.png) no-repeat right center;
}

/* INFINIT SUBLIST */

.header.normal .mega-menu .dropdown .row {
    text-align: left;
    white-space: nowrap;
}
.header.normal .mega-menu .dropdown .box {
    float: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 30px;
}
.header.normal .mega-menu .dropdown .box:first-child {
    margin-right: 10px;
}

.header.normal .mega-menu .sublist-wrap li:hover {
    background: none;
}
.header.normal .mega-menu .sublist-wrap li a:hover {
    color: #bbb;
}
.header.normal .mega-menu .sublist-wrap li a:before {
    display: none;
}

.header.normal .mega-menu .dropdown.categories .title {
    position: relative;
    margin-bottom: 30px;
}
.header.normal .mega-menu .dropdown.categories .title:after,
.header.normal .mega-menu .dropdown.manufacturers .title:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -23px;
    left: -15px;
    height: 1px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/category-title-decoration.png) repeat-x left bottom;
}
.header.normal .mega-menu .dropdown.categories.fullWidth .title:after {
    display: none;
}

.header.normal .mega-menu .dropdown.categories li a {
    padding: 5px 0;
    background: none;
}

.header.normal .mega-menu .dropdown.manufacturers .box:only-child {
    margin: 0;
}
.header.normal .mega-menu .dropdown.manufacturers li,
.header.normal .mega-menu .dropdown.categories .li {
    margin: 10px 0 0 0;
}
.header.normal .mega-menu .dropdown.manufacturers li:first-child,
.header.normal .mega-menu .dropdown.categories .li:first-child {
    margin: 0;
}
.header.normal .mega-menu .dropdown.manufacturers li a,
.header.normal .mega-menu .dropdown.categories .li a {
    padding: 10px 0;
    line-height: 18px;
}
.header.normal .mega-menu .dropdown.manufacturers li a.view-all {
    color: #c49169;
}

/*open megamenu on hover*/

.header.normal .mega-menu a.hover ~ .sublist-wrap,
.header.normal .mega-menu a.hover ~ .dropdown {
    display: block;
}

/*  MOBILE MENU  */

.header.mobile ~ .header-menu-parent .header-menu > .close-menu {
    position: absolute;
    right: 0;
    display: block;
    height: 64px;
    z-index: 1;
}
.header.mobile ~ .header-menu-parent .mega-menu {
    margin-top: 100px;
}
.header.mobile ~ .header-menu-parent .mega-menu > li {
    width: 1000px; 
}
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist {
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > a {
    position: relative;
    display: inline-block;
    width: 1000px !important;
}
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > a .left,
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > a .right,
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > span .left,
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > span .right {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/arrow-down.png) no-repeat center;
}
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > a span.right,
.header.mobile ~ .header-menu-parent .mega-menu > li.has-sublist > span span.right {
    left: auto;
    right: 0;
} 
.header.mobile ~ .header-menu-parent .mega-menu > li > a,
.header.mobile ~ .header-menu-parent .mega-menu > li > span {
    margin: 0 auto;
    padding: 35px 0;
    font-size: 44px;
    cursor: pointer;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > a:after,
.header.mobile ~ .header-menu-parent .mega-menu > li > span:after {
    display: block;
    right: 0;
    left: 0;
    width: 1000px;
    margin: auto;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > span:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/menu-border.png) repeat-x left top;
}
.header.mobile ~ .header-menu-parent .mega-menu > li .dropdown .row-wrapper {
    position: relative;
}
.header.mobile ~ .header-menu-parent .mega-menu > li .dropdown .row-wrapper:after,
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap:after,
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.categories:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px; 
    left: 0;
    width: 1000px;
    height: 2px;
    margin: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/menu-border.png) repeat-x left bottom;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories .row, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .row,
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap .sublist.vendors,
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap,
.header.mobile ~ .header-menu-parent .mega-menu .vendors .row {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 30px;
    padding-top: 30px;
    text-align: left;
    -webkit-transition: none !important;
    transition: none !important;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories .row, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .row {
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories .row:only-child, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .row:only-child,
.header.mobile ~ .header-menu-parent .mega-menu .categories .row:last-child, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .row:last-child {
    margin: 0 auto 20px;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box,
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers.fullWidth .box,
.header.mobile ~ .header-menu-parent .mega-menu .vendors.fullWidth .box {
    position: relative;
    overflow: hidden;
    width: 23.85%;
    margin: 0 0 0 1.533%;
    vertical-align: top;
    padding: 0;
    background: transparent;
    font-size: 0;
}
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers.fullWidth .box {
    margin: 0 0 0 1.25%;
}
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers span {
    display: block;
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box {
    width: 100%;
    background-color: transparent;
}
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box li {
    display: inline-block;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box:first-child, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box:first-child,
.header.mobile ~ .header-menu-parent .mega-menu .vendors.fullWidth .box:first-child {
    margin: 0;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers .box .title {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers.fullWidth .box ul li {
    display: inline-block;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .picture, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .picture {
    margin: 37px 0 0;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .picture a:after, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .picture a:after {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .picture img, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .picture img {
    max-width: 100%;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .title, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
} 
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .title a, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .title a {
    color: #fff;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .title a:after , 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .title a:after,
.header.mobile ~ .header-menu-parent .header-menu > ul li:first-child > a:before,
.header.mobile ~ .header-menu-parent .mega-menu .vendors.fullWidth .box a::after {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories.fullWidth .box .subcategories, 
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box .subcategories {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box li a:before,
.header.mobile ~ .header-menu-parent .mega-menu .manufacturers .box li a:after {
    display: none;
}

/*manufacturers in list*/

.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap li:after {
    display: none;
}

/*vendors*/
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap {
    position: static;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    transform: translate(0);
    -webkit-transition: all 0 ease;
    transition: all 0 ease;
}
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap li:before,
.header.mobile ~ .header-menu-parent .mega-menu .box li:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 14px;
    width: 1px;
    background-color: #fff;
}
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap li:last-child:before,
.header.mobile ~ .header-menu-parent .mega-menu .box li:last-child:before {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap li {
    display: inline-block;
}
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap .sublist {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist.vendors > li {
    width: 20%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist.vendors > li:after,
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist > li:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 1px;
    background-color: #fff;
}
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap > .sublist.vendors > li:last-child:after {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist.vendors > li a {
    padding-left: 35px;
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu .box .title {
    text-align: center;
}
.header.mobile ~ .header-menu-parent .mega-menu .box .title a {
    color: #fff;
}

/*categories in list*/
.header.mobile ~ .header-menu-parent .mega-menu .categories .box .title {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .categories .box {
    width: 100%;
    background-color: transparent;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.categories .box li {
    display: inline-block;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.categories .box li a,
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers .box li a {
    margin: 0;
    padding: 15px 40px;
    text-align: center;
    font-size: 24px;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #fff;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers .box li a.view-all {
    display: inline-block;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers .box li a.view-all:before,
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers .box li a.view-all:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    display: block;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    background-image: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers .box li:last-child a:before {
    right: auto;
    left: 15px;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers.fullWidth .box li:last-child a:before,
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.manufacturers.fullWidth .box li:last-child a:after {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu .dropdown.categories .box li a:after {
    display: none;
}

/*categories in infinite list*/
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist > li {
    display: inline-block;
    width: 20%;
    margin: 0;
    vertical-align: top;
}
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist > li:before {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu > .with-subcategories ~ .sublist-wrap > .sublist > li {
    text-align: left;
}
.header.mobile ~ .header-menu-parent .mega-menu .with-subcategories ~ .sublist-wrap > .sublist > li a {
    margin: 0;
    text-align: center;
}

/*tricky part*/
.header.mobile ~ .header-menu-parent .mega-menu .sublist-wrap .sublist-wrap {
    top: -25px;
    left: 100%;
    display: none;
    padding: 0 0 0 40px;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li:hover > .sublist-wrap {
    display: block;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li {
    margin: 0;
    padding: 0;
    text-align: left;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li > .sublist-wrap {
    display: block;
    padding: 0;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Minimal/Content/images/menu-arrow.png) no-repeat left center;
} 
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > a {
    margin: 0;
    padding: 0;
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 14px;
    color: #aaa;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li > .sublist-wrap  > .sublist > li > .sublist-wrap {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li > .sublist-wrap:after {
    display: none;
}
.header.mobile ~ .header-menu-parent .mega-menu > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > li > a:hover {
    color: #dcdcdc;
}

}

@media all and (min-width: 1120px) {

    .header.normal .mega-menu .dropdown.fullWidth {
        width: 1000px;
    }

}

@media all and (min-width: 1281px) {

    .header.normal .manufacturers.fullWidth .box li {
        height: 205px;
    } 

}

@media all and (min-width: 1560px) {

    .header.normal .mega-menu .dropdown.fullWidth {
        width: 1268px;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



input.instant-search-busy {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 96% center !important;
	/*do not set background postion from the left, if necessary add space to loader gif instead*/
}

/* WITH CATEGORY */

.with-caregory-search-enabled input.search-box-text.narrow {
	width: 250px !important;
}
span.search-box-text,
.search-box select {
	float: left;
}
.with-caregory-search-enabled .search-box select {
	width: 100px;
	height: 36px;
	margin-left: -1px;
	padding: 8px;
    border-width: 1px 1px 0;
    cursor: pointer;
}
.store-search-box.with-caregory-search-enabled .search-box-button {
    float: right;
    width: 42px;
}
/*custom select*/
.store-search-box.with-caregory-search-enabled .select-wrap {
    position: absolute;
    right: 42px;
    bottom: -2px;
    width: auto;
    background-color: #fff;
}
.store-search-box.with-caregory-search-enabled .select-wrap .select-inner {
    left: 7px;
    font-size: 13px;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 290px !important;
	height: auto !important;
}
.instantSearch .k-list-container {
	position: static !important;
	width: 100% !important;
    margin-top: 2px;
	background: #fff;
	border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.instantSearch .k-list {
    height: 100%;
}
.instantSearch .k-item {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Minimal/Content/images/category-title-decoration.png) repeat-x left top;
	cursor: pointer;
}
.instantSearch .k-item:first-child {
    background: none;
}
.instant-search-item {
	overflow: hidden;
	padding: 7px;
}
.instant-search-item .img-block {
	position: relative;
	float: left;
	overflow: hidden;
	width: 80px;
	height: 80px;
	background-color: #fff;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	min-height: 42px;
	margin-left: 90px;
    text-align: left;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	font-size: 14px;
    line-height: 18px;
}
.instant-search-item .detail .sku {
    font-size: 14px;
    margin-bottom: 5px;
}
.instant-search-item .detail .price {
	font-size: 18px;
    font-family: "Playfair Display",Times New Roman,serif;
	line-height: 18px;
    color: #c49169;
}

.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
    background: #f9f9f9 url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Minimal/Content/images/category-title-decoration.png) repeat-x left top;
}
.k-item:first-child .instant-search-item {
    background: #f9f9f9;
}
.k-item.k-state-hover .instant-search-item .img-block, 
.k-item.k-state-focused .instant-search-item .img-block {
	border-color: #ddd;
}



@media all and (min-width: 481px) {


.search-box input.search-box-text {
    width: 100px !important;
}

input.search-box-text.narrow {
	width: 235px !important;
}
.store-search-box.with-caregory-search-enabled input.search-box-text.narrow {
    width: 360px !important;
}
.search-box select {
	width: 150px;
}
.instantSearch {
	width: 400px !important;
}
.instantSearch.resize {
	width: 400px !important;
    position: relative;
}

.store-search-box.with-caregory-search-enabled .k-widget.k-autocomplete:before {
    content: '';
    position: absolute;
    right: 190px;
    bottom: 0;
    left: auto;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}


}

@media all and (min-width: 1001px) {

.header.mobile .store-search-box.with-caregory-search-enabled .select-wrap {
    background-color: #f8f8f8;
}

}
@media all and (min-width: 1366px) {

    .instantSearch {
	    width: 250px !important;
    }
    .header.normal .search-box input.search-box-text {
        width: 214px !important;
    }

    .header.normal .search-box form {
        width: 250px;
    }
    .header.normal .search-box form input.search-box-text.narrow {
        width: 150px !important;
    }
    .header.normal .search-box form select {
        width: 65px;
    }
    .header.normal .instantSearch.resize {
        width: 250px !important;
    }

    .header.normal .store-search-box.with-caregory-search-enabled form input.search-box-text.narrow {
        width: 144px !important;
    }
    .header.normal .store-search-box.with-caregory-search-enabled .k-widget.k-autocomplete::before {
        display: none;
    }
    .header.normal .store-search-box.with-caregory-search-enabled .select-wrap .select-inner {
        left: 0;
        right: 15px;
        overflow: hidden;
        padding: 0 0 0 5px;
    }
}

@media all and (min-width: 1601px) {
    .instantSearch {
        width: 324px !important;
    }
    .header.normal .search-box form {
        width: 324px;
    }
    .header.normal .search-box form input.search-box-text.narrow {
        width: 194px !important;
    }
    .header.normal .search-box form select {
        width: 95px;
    }
    .header.normal .search-box form .k-widget.k-autocomplete .search-box-text {
        width: 288px !important;
    }
    .header.normal .store-search-box.with-caregory-search-enabled form input.search-box-text.narrow {
        width: 188px !important;
    }
    .header.normal .store-search-box.with-caregory-search-enabled .k-widget.k-autocomplete::before {
        right: 135px;
    }
    .header.normal .instantSearch.resize {
        width: 324px !important;
    }
    .header.normal .store-search-box.with-caregory-search-enabled .select-wrap .select-inner {
        padding-left: 10px;
    }


}

@media all and (min-width: 1901px) {
    .instantSearch {
        width: 400px !important;
    }
    .header.normal .search-box form {
        width: 400px;
    }
    .header.normal .search-box form input.search-box-text.narrow {
        width: 239px !important;
    }
    .header.normal .search-box form select {
        width: 140px;
    }
    .header.normal .search-box form .k-widget.k-autocomplete::after {
        right: -140px;
    }
    .header.normal .instantSearch.resize {
        width: 400px !important;
    }
    .header.normal .search-box form .k-widget.k-autocomplete .search-box-text {
        width: 378px !important;
        width: 364px !important;
    }
    .header.normal .store-search-box.with-caregory-search-enabled form input.search-box-text.narrow {
        width: 219px !important;
    } 
    .header.normal .store-search-box.with-caregory-search-enabled .k-widget.k-autocomplete:before {
        right: 180px;
    }
    .header.normal .store-search-box.with-caregory-search-enabled .k-widget.k-autocomplete:after {
        right: 42px;
    }
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.product-grid .item-box .details .buttons > div > div {
    text-align: left;
}
.product-grid .item-box .details .buttons .tooltip-wrap {
    text-align: left;
}
.product-grid .item-box .details .buttons > div > div input {
    padding: 0 0 0 32px;
    background-position: 0 center;
    text-align: left;
}
.hover-effect-2 .product-grid .item-box .details .buttons > div > div input {
    background-position: center;
    background-color: #000;
}
.add-info > .ajax-cart-button-wrapper {
	display: none;
}

.product-list .ajax-cart-button-wrapper > span,
.add-to-cart > span {
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 20px;
    line-height: 50px;
    color: #000;
}
.buttons .ajax-cart-button-wrapper input[type="text"],
.buttons .ajax-cart-button-wrapper select {
    display: block;
    width: 50px;
    min-width: 0;
	height: 60px;
    padding: 0;
    background-color: #fff;
	text-align: center;
	vertical-align: top;
    border-width: 2px;
    font-size: 14px;
    font-family: "Montserrat",Verdana,sans-serif;
    color: #000;
}
.ajax-cart-button-wrapper input[type="button"] {
	vertical-align: middle;
}
.product-grid .item-box .buttons .ajax-cart-button-wrapper input.productQuantityTextBox {
    border: 2px solid #e1e1e1 !important;
    background-color: #fff;
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5; /*to be matched to theme overlay*/
}
.nopAjaxCartPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
}
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    width: 100% !important;
    height: auto; /*if fixed, loader will be always visible*/
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/loader.gif) no-repeat scroll 50% 50%;
    opacity: 0.7;
}
.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
    padding: 20px;
}
.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	padding: 40px 0;
    color: #ed3b4b;

}


/* COMMON WINDOW STYLES */


.ajaxCart {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 700px !important; /*equal width for all popups (products and errors)*/
	margin: 0 0 0 -250px;
    box-shadow: 0 1px 5px #666;
    background-color: #f8f8f8;
	padding: 0 !important;
}
.ajaxCart .k-window-titlebar {
	margin: 0 !important;
	background-color: #eee;
	font-size: 0;
}
.ajaxCart .k-window-titlebar .k-window-title {
	display: none;
}
.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.ajaxCart .k-window-titlebar .k-window-actions a {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/close.png) center no-repeat;
	font-size: 0;
}

.productAddedToCartWindow,
.miniProductDetailsView {
    overflow: hidden;
    background-color: #f8f8f8;
}
.productAddedToCartWindowTitle {
    float: right;
    width: 53%;
    padding: 35px 0 23px 18px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/icon.png) no-repeat left 39px;
	font-size: 14px;
}
.miniProductDetailsView .product-name {
    display: none;
}
.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartWindowImage {
    float: left;
	width: 45%;
    margin: 0 0 40px;
}
.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;	
}
.productAddedToCartWindowImage img {
	width: 100%; 
}

.productAddedToCartWindowDescription {
    float: right;
	width: 53%;
    margin: 0 0 20px;
}
.productAddedToCartWindowDescription h1 {
	margin: 0 30px 10px 0;
	font-size: 16px;
}
.productAddedToCartWindowDescription h1 a {
	font-size: 24px;
    font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 10px 10px 0;
	font-size: 24px;
    font-weight: normal;
	font-family: "Playfair Display",Times New Roman,serif;
    color: #c49169;

}
.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 10px 10px 0;
}

.productAddedToCartWindowSummary {
    position: relative;
    float: right;
    width: 53%;
    margin-bottom: 40px;
}
.productAddedToCartWindowSummary a {
    position: absolute;
    bottom: 0;
	display: block;
	font-size: 14px;
}
.productAddedToCartWindowSummary div {
	margin: 0 0 30px;
}
.productAddedToCartWindowSummary .button-1 {
    padding: 10px 20px 10px 45px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/add-to-cart-button.png) no-repeat 13px center;
    font-size: 20px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.productAddedToCartWindowSummary .button-1:hover {
    background: #c49169 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/add-to-cart-button-white.png) no-repeat 13px center;
    color: #fff;
} 
.productAddedToCartWindowSummary:after {
    content: '';
    display: block;
    clear: both;
}


/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
    clear: both;
	margin: 20px 0 0;
}
.ajaxCart .product-grid .title {
	text-align: center;
    font-size: 0;
}
.ajaxCart .product-grid .title:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    border-bottom: 1px dashed #ddd;
}
.ajaxCart .product-grid .title strong {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 35px;
    background-color: #f8f8f8;
    font-size: 26px;
    line-height: 32px;
}
.ajaxCart .item-grid {
    margin-bottom: 20px;
}
.ajaxCart .item-box,
.ajaxCart .cross-sells .item-box { /*item box behavior is determined by the theme*/
    width: 20%;
	margin: 0;
}
.ajaxCart .item-box:nth-child(2n+1) {
    clear: none;
}
.ajaxCart .item-box:nth-child(5n+1) {
    clear: both;
}
.ajaxCart .item-box .picture,
.ajaxCart .item-box .details {
    float: none;
    width: 100%;
}
.ajaxCart .item-box .details {
    padding: 5px 10px;
}
.ajaxCart .item-box .details .product-title {
	height: 35px;
	overflow: hidden;
    text-align: left;
	font-size: 14px;
    line-height: 16px;
	font-weight: normal;
}
.ajaxCart .item-box .details .add-info {
    display: none;
}
.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.ajaxCart .item-box .details .prices {
    display: none;
	height: auto;
	margin: 0;
	    
}


/* PRODUCT DETAILS WINDOW */


.miniProductDetailsView .product-overview-line {
	margin: 10px 0 0;
}
.miniProductDetailsView .product-overview-line:first-child {
	margin: 0;
}
.miniProductDetailsView .product-overview-line:last-child .add-to-cart::after,
.miniProductDetailsView .product-overview-line:only-child .add-to-cart::after {
    display: none;
}
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
    position: relative;
    width: 100%;
	margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
	width: 45%;
	margin: 0 0 20px;
	overflow: hidden;
    padding: 0;
}
.miniProductDetailsView .gallery .picture {
    float: none;
	width: auto;
    margin: 0;
}
.miniProductDetailsView .gallery .picture:before {
	display: none; /*remove if you need an absolute position*/
}
.miniProductDetailsView .gallery .picture img {
	position: static; /*remove if you need an absolute position*/
	width: 100%;
}
.miniProductDetailsView .overview {
    position: static;
    float: right;
	width: 53%;
    margin: 0;
    padding: 50px 0 0;
    text-align: left;
}
.miniProductDetailsView .overview div {
    margin-left: 0;
}
.miniProductDetailsView .product-variant-name {
	margin: 0 20px 15px 0;
	font-size: 24px;
    font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.miniProductDetailsView .price-input {
	margin: 0 0 10px; 
}

.miniProductDetailsView .attributes dd {
    margin-bottom: 10px;
}
.miniProductDetailsView .attributes input,
.miniProductDetailsView .attributes select {
    min-width: 140px;
    border-width: 2px;
    text-align: left;
}
.miniProductDetailsView .attributes input[type='checkbox'] {
    min-width: 0;
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
    margin: 0 0 40px;
}
.miniProductDetailsView .add-to-cart:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 1px;
    border-bottom: 1px dashed #ddd;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float: left;
}
.miniProductDetailsView .giftcard {
	margin: 0;
    padding: 40px 20px;
    background-color: #fff;    
}
.miniProductDetailsView .giftcard div {
    margin: 0 auto 20px;
}
.miniProductDetailsView .message-error {
    position: relative;
    bottom: 30px;
	clear: both;
	margin: 20px 0 0;
    text-align: left;
}
.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}

/*hover 1*/
.hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper > span {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper > span .productQuantityTextBox {
    margin: 0 0 0 23px;
}
.hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper > span select {
    height: 50px;
}
.hover-effect-1 .ajax-cart-button-wrapper .common-buttons-wrapper {
    position: relative;
    display: inline-block;
}
.hover-effect-1 .ajax-cart-button-wrapper .common-buttons-wrapper span,
.common-buttons-wrapper span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 26px;
    display: inline-block;
    border: 2px solid #e1e1e1;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/plus.png) no-repeat center;
    line-height: 20px !important;
    font-size: 0 !important;
    text-align: center;
}

.hover-effect-1 .ajax-cart-button-wrapper .common-buttons-wrapper .minus,
.common-buttons-wrapper .minus {
    top: auto;
    bottom: 0;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/minus.png) no-repeat center;
}
.hover-effect-1 .ajax-cart-button-wrapper > span > span:hover {
    cursor: pointer;
}


/*hover 2*/

.hover-effect-2 .item-box .buttons .ajax-cart-button-wrapper input.productQuantityTextBox {
    padding: 0;
    text-align: center;
    font-size: 22px;
}
.hover-effect-2 .product-grid .item-box input.quantity1,
.hover-effect-2 .details .buttons .square-buttons-wrapper .add-to-compare-list-button {
    /*display: none !important;*/
}
.hover-effect-2 .product-grid .item-box select {
    display: inline-block;
    height: 60px;
    margin: 0 0 4px 4px;
}
.hover-effect-2 .product-list .item-box .buttons .ajax-cart-button-wrapper input.productQuantityTextBox {
    display: none;
}
.product-list .item-box .buttons .quantity1,
.product-grid .item-box .buttons .quantity1 {
    display: none;
}
.add-info > .ajax-cart-button-wrapper select {
    border: 2px solid #e1e1e1;
    height: 50px;
    width: 60px;
     
}



@media all and (max-width: 1000px) {
    .product-grid .item-box .buttons .ajax-cart-button-wrapper input.productQuantityTextBox,
    .product-grid .item-box .buttons .ajax-cart-button-wrapper select {
        display: none !important;
    }
    .hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper input.product-box-add-to-cart-button[type="button"] {
        max-width: none;
        padding: 0 20px 0 45px;
        background-position: 15px center;
    }
    .hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper span,
    .hover-effect-1 .product-list .item-box .buttons .ajax-cart-button-wrapper span{
        display: none;
    }
    
}
@media all and (max-width: 1280px) {
    .product-list .item-box .buttons .ajax-cart-button-wrapper,
    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper {
        display: inline-block;
    }
    .product-grid .item-box .ajax-cart-button-wrapper {
        font-size: 0;
    }
    .product-grid .item-box .ajax-cart-button-wrapper .product-box-add-to-cart-button {
        margin: 0 -2px 0 0;
    }
    
}
@media all and (max-width: 1600px) {
    .product-grid .item-box .buttons .ajax-cart-button-wrapper input.productQuantityTextBox {
        display: inline-block;
    }

    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper input.product-box-add-to-cart-button[type="button"] {
        padding: 0;
    }
    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper input.product-box-add-to-cart-button[type="button"] {
        max-width: none;
        width: 60px;
        height: 60px;
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/add-to-cart-button.png) no-repeat center;
        font-size: 0;
    }
    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper input.product-box-add-to-cart-button[type="button"]:hover {
        background: #c49169 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/add-to-cart-button.png) no-repeat center;
    }
    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper > span {
        display: none;
    }
}

@media all and (min-width: 1001px) {
    .hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper input.productQuantityTextBox {
        height: 50px;
        padding: 0;
        text-align: center;
        font-size: 20px;
    }
    .hover-effect-1 .twocolumns .product-grid .item-box .buttons .ajax-cart-button-wrapper .nopAjaxCartProductListAddToCartButton {
        max-width: none;
        padding: 0 10px 0 35px;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/add-to-cart-button.png) no-repeat 7px center !important;
    }
    .hover-effect-1 .onecolumn .product-grid .item-box .nopAjaxCartProductListAddToCartButton,
    .product-grid .item-box .details .buttons .product-box-add-to-cart-button {
        padding: 0 10px 0 35px;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Minimal/Content/images/add-to-cart-button.png) no-repeat scroll 10px center;
    }
    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper span.minus,
    .hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper span.plus {
        display: none;
    }
    .product-list .item-box .ajax-cart-button-wrapper .product-box-add-to-cart-button {
        margin: 0 -2px 0 0;
    }
    .product-list .item-box .ajax-cart-button-wrapper .common-buttons-wrapper {
        vertical-align: top;
    }
    .product-list .item-box .ajax-cart-button-wrapper .common-buttons-wrapper input {
        height: 50px;
        margin: 0 7px 0 23px;

    }
    .product-list .item-box .ajax-cart-button-wrapper > span,
    .common-buttons-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
    }
    .common-buttons-wrapper input.qty-input {
        width: 50px;
        margin: 0 7px 0 23px;
    }

  

}

@media all and (min-width: 1281px) {
    .hover-effect-1 .item-box .details .buttons .tooltip-wrap {
        text-align: center;
    }
    .hover-effect-1 .item-box input.add-to-wishlist-button {
        height: 50px;
    }

    .hover-effect-1 .product-details-page .product-grid .buttons .product-box-add-to-cart-button {
        margin-left: 0px;
    }
    .hover-effect-2 .product-details-page .product-grid .buttons .product-box-add-to-cart-button {
        margin-left: 4px;
    }
    .hover-effect-1 .twocolumns .product-grid .item-box .buttons .ajax-cart-button-wrapper .nopAjaxCartProductListAddToCartButton {
        background-position: left center !important;
    }
    .product-list .square-buttons-wrapper .ajax-cart-button-wrapper {
        display:none;
    }
    .product-list  .item-box .add-info > .ajax-cart-button-wrapper {
        display: inline-block;
    }
}


@media all and (min-width: 1601px) {
    .hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper span {
        line-height: 50px;
        font-family: "Playfair Display",Times New Roman,serif;
        font-size: 20px;
        color: #000;
    }
    .hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper > span {
        margin-bottom:5px;
    } 
    .hover-effect-1 .item-box .details .buttons .ajax-cart-button-wrapper span input,
    .hover-effect-1 .item-box .details .buttons .ajax-cart-button-wrapper span select {
        display: inline-block;
    }
    .hover-effect-1 .product-grid .item-box .buttons .ajax-cart-button-wrapper .nopAjaxCartProductListAddToCartButton {
        padding-left: 35px;
        background-position: 0 center;
        background-size: 20px 24px;
    }
    .hover-effect-1 .item-box .details .buttons .tooltip-wrap {
        text-align: left;
    }


    .product-grid .item-box .details .buttons > div > div {
        margin: 0 0 3px;
        text-align: left;
    }
    .hover-effect-2 .product-grid .item-box .details .buttons > div {
        padding: 0;
    }

}

/* plus minus buttons */


/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 481px) {

    .product-list .item-box .ribbon-wrapper {
        width: 30%; /*set width according to theme design and layout*/
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }

}
@media all and (max-width: 768px) {
    .item-grid .item-box .ribbon-wrapper {
        float: none;
        height: 100%;
        width: 100%;
    }
}
@media all and (min-width: 769px) {
    .item-grid .item-box .ribbon-wrapper {
        float: left;
        width: 50%;
        height: 100%;
    }
    .item-grid .item-box .ribbon-wrapper .picture {
        float: none;
        width: 100%;
    }
    .product-list .item-box .ribbon-wrapper {
        width: 32%;
    }
    .product-details-page .item-box .ribbon-wrapper,
    .shopping-cart-page .item-box .ribbon-wrapper {
        float: none;
        width: 100%;
    }

}
@media all and (min-width: 1281px) {

.product-list .item-box .ribbon-wrapper {
    width: 260px;
} 

}
/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
 /*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 1280px) {
    .quick-view-button {
        display: none !important;
    }
}
.quickViewData {
    display: none;
}

/* TRIGGER BUTTON */


.quick-view-button {
	height: 36px;
	/*this is styled for rendering inside "picture" element only.
	  delete and restyle if rendered inside another element*/
}
.product-grid .quick-view-button {
	/*specify styles for grid view only*/
}
.product-list .quick-view-button {
	/*specify styles for list view only*/
}
.details .buttons .quick-view-button {
}
.details .buttons .quick-view-button a {
    display: inline-block;
    padding: 0 0 0 35px;
}
.quick-view-button a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/quick-view-button.png) no-repeat left center;
	text-align: center;
	line-height: 36px;
    font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;

	font-size: 20px;
}
.quick-view-button a:before {
	display: none !important; /*only if rendered inside "picture" element*/
}


/* hover 1 */

.hover-effect-1 .item-box .quick-view-button {
    height: auto;
}
.hover-effect-1 .product-grid .item-box .quick-view-button a {
    height: auto;
    margin: 0;
    line-height: 60px;
    background-size: 22px auto;
}


/* hover 2 */

.hover-effect-2 .product-grid .item-box .details .buttons > div {
    padding: 0;
}
.hover-effect-2 .product-grid .item-box .details .buttons > div > div {
    vertical-align: top;
}
.hover-effect-2 .details .buttons .quick-view-button {
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.hover-effect-2 .buttons .quick-view-button a {
    width: 60px;
    height: 60px;
    border: 2px solid #dadada;
    padding: 0;
    background-position: center;
    background-color: #fff;
    font-size: 0;
}
.hover-effect-2 .buttons .quick-view-button a {
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hover-effect-2 .onecolumn .product-list .item-box .buttons .quick-view-button a:hover {
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/quick-view-button.png) no-repeat center;
}
.hover-effect-2 .buttons .quick-view-button a:hover {
    border-color: #000;
    background: #000 url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/quick-view-button-white.png) no-repeat center;
} 
.hover-effect-2 .product-grid .item-box .details .buttons > div > div input {
    padding: 0;
    background-position: center;
    background-color: #fff;
}

/* products in list has only one button design */

.product-list .quick-view-button {
    height: auto;
}
.product-list .item-box .buttons .quick-view-button {
    margin: 0 0 2px 0;
}
.product-list .item-box .buttons .quick-view-button a {
    width: 100%;
    height: auto;
    max-height: 85px;
    overflow: hidden;
    padding: 0 0 0 60px;
    background-color: #fff;
    background-position: 25px center;
    border: none;
    text-align: left;
    font-size: 20px;
    line-height: 85px;
    color: #000;
    
}
.product-list .item-box .buttons .quick-view-button a:hover {
    background: transparent url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/quick-view-button.png) no-repeat 25px center;
}



/* DATA LOADER */


.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5; /*to be matched to theme overlay*/
}
.quickView .k-loading-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
    right: 0;
    bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/loader.gif) center no-repeat;
}


/* MAIN WINDOW & HEADERS */


.quickView {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 700px;
	margin: 0 0 0 -350px;
    box-shadow: 0 1px 5px #666;
    background-color: #f8f8f8;
	padding-top: 0 !important;
}

.quickView .k-window-titlebar {
	position: relative;
	height: 0;
	margin-top: 0 !important;
	font-size: 0;
}
.quickView .k-window-titlebar .k-window-title {
	display: none;
}
.quickView .k-window-titlebar .k-window-actions {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.quickView .k-window-titlebar .k-window-actions a {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/close.png) center no-repeat;
	font-size: 0;
}

.quickView .product-essential {
	float: none;
	width: auto;
    margin: 0;
    background-color: #f8f8f8;
}
.quickView h1.product-name {
	margin: 50px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 26px;
    font-family: "helvetica";
	font-weight: normal;
    color: #000;
}


/* PRODUCT GALLERY */


.quickView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
    width: 312px;
	margin: 0;
	padding: 0;
    background-color: #f8f8f8;
}
.quickView .gallery .picture {
    float: none;
    width: 312px;
    margin: 0;
	border: none; /*placing border here will confuse #warp element's width*/
	text-align: center;
	font-size: 0;
}
.quickView .gallery .picture a {
	display: block;
	width: 312px;
	max-width: 100%;
	height: 312px;
	margin: auto;
	overflow: hidden;
}
.quickView .gallery .picture:before,
.quickView .gallery .picture a:before {
    display: none; /*theme specific, change if necessary*/
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
}

.quickView .thumbnails {
    margin: 10px 7px 0;
	overflow: hidden;
    font-size: 0;
}
.quickView .thumbnails a {
	float: left;
	width: 33.33%;
	margin: 0;
	overflow: hidden;
    position: relative;
}
.quickView .thumbnails a:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.quickView .thumbnails a:before {
	content: "";
	display: block;
	padding-top: 100%; /*square thumb, change if necessary*/
}
.quickView .thumbnails a img {
	max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.quickView .links-panel {
    margin: 15px 0 0;
    text-align: center;
}
.quickView .links-panel a:before,
.quickView .links-panel a:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 2px;
    background-color: #c49169;
}
.quickView .links-panel a:before {
    right: auto;
    left: 0;
}
.quickView .links-panel a {
    position: relative;
    padding: 0 14px;
    font-size: 14px;
}
/*thumbs when no cloudZoom*/
.quickView .thumbnails > img {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}


/* PRODUCT OVERVIEW */


.quickView .overview {
    float: right;
    width: 373px;
	margin: 0;
	padding: 0 10px 0 0;
}

.quickView .ui-accordion {
    margin: 0;
}
.quickView .ui-accordion-header {
	position: relative;
	margin: 0 0 -1px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/category-title-decoration.png) repeat-x left bottom;
    padding: 8px 12px 8px 0;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
	cursor: pointer;
    color: #000;  
}
.quickView .ui-accordion-header:first-child {
	border-top: none;
}
.quickView .ui-accordion-header span {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickView .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/arrow-down.png) center no-repeat;
}
.quickView .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/arrow-down.png) center no-repeat;
}
.quickView .ui-accordion-content {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* no scrolls fix*/     
}

.quickView .overview .left {
    float: left;
	width: 75%;
	margin: 0 0 10px;
    text-align: left;
}
.quickView .overview .left > div {
    margin: 10px 0;
}
.quickView .overview .right {
    float: right;
	width: 25%;
	margin: 0 0 10px;
    text-align: right;
}
/*wishlist and compare buttons are theme specific,
change or remove the code block below if necessary*/
.quickView .overview .right > div {
	display: inline-block;
}
.quickView .overview .add-to-wishlist-button,
.quickView .overview .add-to-compare-list-button {
	width: 40px;
	height: 40px;
    border: 2px solid #e1e1e1;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.quickView .overview .add-to-wishlist-button {
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/btn1.png);
}
.quickView .overview .add-to-wishlist-button:hover {
    background-color: #e1e1e1;
}
.quickView .overview .add-to-compare-list-button {
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/btn2.png);
}
.quickView .overview .add-to-compare-list-button:hover {
    background-color: #e1e1e1;
}

.quickView .overview .right + div {
	clear: both;
}
.quickView .overview .tier-prices {
    margin-bottom: 30px;
}
.quickView .overview .rental-attributes input {
    border-width: 2px;
}
.quickView .overview .giftcard {
    padding: 40px 20px;
    background-color: #fff;
}
.quickView .overview .giftcard > div {
    width: 346px;
    max-width: 90%;
    overflow: hidden;
    margin: 0 auto 20px;
}
.quickView .overview .giftcard > div:last-child {
    margin-bottom: 0;
}
.quickView .overview .giftcard > div label {
    width: 100%;
    text-align: center;
}
.quickView .overview .giftcard > div input,
.quickView .overview .giftcard > div textarea {
    width: 100%;
    max-width: none;
}

.quickView .overview .attributes li {
	margin: 8px 2px 0 0; /*theme specific, change or remove*/
}
.quickView .overview .attributes select {
    min-width: 140px;
    max-width: 350px; /*depending on window width*/
    border-width: 2px;
}
.quickView .overview .attributes .color-squares li {
	margin: 0 4px 0 0;
}
.quickView .overview .attributes dd {
    margin-bottom: 10px;
}
.quickView .giftcard input[type="text"],
.quickView .giftcard textarea {
	min-width: 0;
	width: 250px;
	resize: none;
}

.quickView .overview .purchase-area {
	overflow: hidden;
    padding: 20px 0 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/category-title-decoration.png) repeat-x left top;
}
.quickView .overview .purchase-area .prices {
}
.quickView .overview .add-to-cart {
    float: left;
}
.quickView .overview .title {
    display: none;
}
.quickView .overview .add-to-cart .add-to-cart-button {
    max-width: none;
}
.quickView .overview .product-specs-box .data-table td {
    text-align: center;
}
.quickView .overview .tier-prices .prices-row > div,
.quickView .overview .tier-prices .field-header {
    border: none !important;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Minimal/Content/images/category-title-decoration.png) repeat-x left bottom;
}
.quickView .overview .tier-prices .prices-row:last-child div {
    background-image: none; 
}
.quickView .overview .full-description {
    text-align: left;
}
.quickView .overview .product-details {
    font-size: 13px;
}

/* PRODUCT GRIDS */


.quickView .product-content {
	overflow: hidden; /*remove if you need to move related products grid in the right column*/
    padding-bottom: 20px;
}
.quickView .product-grid {
	margin: 0;
}
.quickView .product-grid + .product-grid {
	margin: 20px 0 0;
}
.quickView .product-grid .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 8px;
    left: 0;
    height: 1px;
    margin: auto;
    border-bottom: 1px dashed #ddd;
}
.quickView .product-grid .title {
	margin: 0 0 50px;
	padding: 10px;
	text-align: center;
    font-size: 0;
}
.quickView .product-grid .title strong {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    padding: 0 35px;
    background-color: #f8f8f8;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.quickView .product-grid .item-grid {
    height: auto; 
    overflow: hidden;
    margin-bottom: 20px;
}
.quickView .item-box:nth-child(n+6) {
    display: none;
}
.quickView .item-box {
    width: 20%; /*5 items per row*/
    margin: 0;
    overflow: hidden;
}
.quickView .item-box:nth-child(2n+1),
.quickView .item-box:nth-child(3n+1),
.quickView .item-box:nth-child(4n+1) {
	clear: none; /*override theme css*/
}
.quickView .item-box:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}
.quickView .item-box .product-title {
	/* height: 35px; */
    margin: 0;
	overflow: hidden;
	font-size: 14px;
    line-height: 16px;
	font-weight: normal;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .tax-shipping-info,
.quickView .item-box .description,
.quickView .item-box .old-price,
.quickView .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.quickView .item-box .details .prices {
	height: auto;
	margin: 0;
}
.quickView .item-box .picture,
.quickView .item-box .details {
    float: none;
    width: 100%;
}
.quickView .item-box .details {
    padding: 5px 10px;
}
.quickView .item-box .add-info {
    display: none;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
    margin: 0 0 15px;
    padding-top: 10px;
    background-color: transparent;

}
.quickView .product-variant {
    position: relative;
    float: left;
    width: 33.33%; /*3 items per row*/
	margin: 0;
	overflow: hidden;
    text-align: center;
}
.quickView .product-variant:first-child {
	margin-left: 0; /*change to nth-child if the "item-row" model is removed*/
}
.quickView .variant-picture {
	width: 100%;
	height: 100%;
	margin: 0;
}
.quickView .variant-picture a {
	display: block;
	overflow: hidden;
}
.quickView .variant-picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.quickView .moreInfoHover {
    display: none;
}
.quickView .variant-info {
    position: absolute;
    top: -101%;
    width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.6);
	padding: 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    transition: all 0.5s ease;
}

.quickView .product-variant:hover .variant-info {
	top: 0;
}
.quickView .variant-info .variant-name {
	max-height: 50px;
	margin: 0 0 5px;
    overflow: hidden;
	font-size: 12px;
}
.quickView .variant-info .variant-name a {
	display: block;
    color: #fff;
}
.quickView .variant-info .prices {
    float: none;
    height: auto;
	margin: 0;
}
.quickView .variant-info .prices > * {
	float: none;
	color: #c49169;
}
.quickView .variant-info .prices .rental-price span {
    font-size: 18px;
    color: #c49169;
}
.quickView .variant-info .prices .rental-price ~ .product-price {
    display: none;
}
.quickView .variant-info .prices label {
    display: none;
}
.quickView .variant-info .product-price {
	font-size: 18px;
}
.quickView .variant-info .tax-shipping-info {
	display: none;
}
.quickView .variant-grid-info .compare-products {
	display: none;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

/*  BACKGROUND COLOR  */

#goToTop:hover,
.poll .buttons input:hover,
.contact-vendor-button:hover,
.item-box input[type="button"]:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.ui-datepicker-calendar .ui-state-default.ui-state-active,
.compare-products-page .clear-list:hover,
.email-a-friend-page .title h2 a:before,
.email-a-friend-page .title h2 a:after,
.customer-pages-body .block-account-navigation a.active:before,
.customer-pages-body .block-account-navigation a.active:after,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.cart-options .common-buttons input.update-cart-button:hover,
.order-details-page .actions input:hover,
.blog-posts .read-more:before,
.blog-posts .read-more:after,
.news-list-page .read-more:before,
.news-list-page .read-more:after,
.rich-blog-homepage .view-all a:before,
.rich-blog-homepage .view-all a:after,
.forum-search-box .advanced a:before,
.forum-search-box .advanced a:after,
.forums-table-section-title > a:before,
.forums-table-section-title > a:after,
.forums-table-section-title strong:before,
.forums-table-section-title strong:after,
.forums-table-section .view-all:before,
.forums-table-section .view-all:after,
.product-grid .item-box input[type="button"].product-box-add-to-cart-button:hover,
.newsletter-email .newsletter-subscribe-button:hover,
.news-items .read-more:after,
.news-items .read-more:before,
.login-page .button-1: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,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover,
.news-list-homepage .view-all a:before,
.news-list-homepage .view-all a:after,
.buttons .button-1:hover,
.add-button .button-1:hover,
.newsletter .title:after,
.newsletter-popup .newsletter-description-wrapper:after,
.news-list-homepage .news-title:after,
.post-title:after,
.news-title:after,
.ui-dialog-content button:hover,
.order-list-page .order-item .buttons::before,
.order-list-page .order-item .buttons::after,
.vendorinfo-page .remove-picture-button:hover,
/*plugins*/ .productAddedToCartWindowSummary .button-1:hover,
.quickView .links-panel a:before,
.quickView .links-panel a:after,
.minimal-theme-roller .open-button,
.new-comment .button-1:hover,
.social-feed .sub-title:before,
.social-feed .sub-title:after,
.hover-effect-2 .product-grid .item-box .buttons .ajax-cart-button-wrapper input.product-box-add-to-cart-button[type="button"]:hover,
.ropc .complete-button button:hover,
.filter-shops-button:hover,
.shops-item .read-more:hover {
  background-color: #050000;
}
/*  COLOR  */

a,
.required,
.cart .subtotal .product-subtotal,
.cart .subtotal .discount,
td.footable-last-column,
.item-box .actual-price,
.pager li span,
.overview .product-price,
.variant-overview .product-price,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.product-review-item .review-info a,
.product-review-helpfulness .vote,
.email-a-friend-page .title h2 a,
.accept-privacy-policy .read,
.customer-pages-body .block-account-navigation a.active,
.account-page .address-item .button-2,
.order-list-page .order-item .buttons .button-2,
.shopping-cart-page .cart td.product .edit-item a,
/*.buttons .button-1:hover,*/ .add-button .button-1:hover,
.cart-total td.cart-total-right,
.order-details-page .data-table .download a,
.order-details-page .data-table .download a:hover,
.forums-main-page .forums-table-section-title a,
.active-discussions-page .forums-table-section td.latest-post a,
.active-discussions-page .forums-table-section td.latest-post a:hover,
.contact-vendor-button:hover,
/*plugins*/ .productAddedToCartWindowDescription .price,
.instant-search-item .detail .price,
.header.normal .mega-menu .dropdown.manufacturers li a.view-all,
.quickView .variant-info .prices > *,
.quickView .variant-info .prices .rental-price span,
.search-term-highlighter,
.blog-block-wrapper .block .listbox a,
.priceRangeCurrentPricesPanel span,
.center-1 .social-feed .sub-title a,
.center-2 .social-feed .sub-title a,
.feeds-page .pinterest-item .post-link-btn,
.ropc .total-info .cart-total .order-total,
.getUserGeoLocation {
  color: #050000;
}
/*  BORDER-COLOR  */

#goToTop,
#goToTop:hover,
.poll .buttons input,
.contact-vendor-button,
.item-box input[type="button"],
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.compare-products-page .clear-list,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.button-1,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.cart-options .common-buttons input.update-cart-button,
.order-details-page .actions input,
.new-comment .button-1,
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input,
.newsletter-email .newsletter-subscribe-button,
.vendorinfo-page .remove-picture-button,
/*plugins*/ .ropc .complete-button button,
.filter-shops-button,
.shops-item .read-more {
  border-color: #050000;
}
@media all and (min-width: 1001px) {
  /*  BACKGROUND COLOR  */
  
  .mini-shopping-cart input[type="button"]:hover,
  .product-grid .item-box input[type="button"].product-box-add-to-cart-button:hover {
    background-color: #050000;
  }
  /*  COLOR  */
  
  .mini-shopping-cart .count a,
  .mini-shopping-cart .price span,
  .mini-shopping-cart input[type="button"],
  .compare-products-table .product-price td {
    color: #050000;
  }
}
.shops-sorting-filtering-wrapper, .map-wrapper, .getUserGeoLocation  {
  /* display: none;   */
}


    .shops-item .distance-line {
        display: none;
    }

.shops-item .read-more {
font-family: "helvetica", "Microsoft JhengHei";
}

    .current-location-wrap {
        display: none;
    }

.shops-sorting-filtering-wrapper {
display: none;
}

@media (min-width: 1281px) {
    .current-location-wrap {
        margin: 25px 0 45px;
    }
}

@media all and (min-width: 1001px) {
.responsive-nav-wrapper-parent {
    display: none;
}
.responsive-nav-wrapper .personal-button {
    height: 12px;
}
}

@media (max-width: 420px) {
.responsive-nav-wrapper > div {
    margin: 5px !important;
}
}

@media (max-width: 1000px) {
.responsive-nav-wrapper .personal-button > span {
	display: none !important;
}


.responsive-nav-wrapper .personal-button {
   height: 22px;
  display: none;
}


.responsive-nav-wrapper .search-wrap {
	display: none !important;
}

.responsive-nav-wrapper .Wish-List-link {
	/* display: none !important; */
        visibility: hidden;
}
.responsive-nav-wrapper .shopping-cart-link {
	display: none !important;
}

}

.attributes li {
    line-height: 26px;
}

@media all and (min-width: 1001px) {
.blog-page .blog-posts .post {
    padding-top: 36%;
}
}

@media all and (min-width: 1280px) {
.blog-page .blog-posts .post {
    padding-top: 34%;
}
}

@media all and (min-width:  1920px) {
.blog-page .blog-posts .post {
    padding-top: 30%;
}
}












@media (min-width: 1920px) {
.post-navigation {
    margin: 7px auto 10px;
}
}

.order-details-page .page-title {
    margin: 0 0 30px;
}


.checkout-data .table-wrapper table .cart-header-row {
    font-size: 20px;
    text-transform: uppercase;
}

.checkout-data .table-wrapper table {
    font-size: 16px;
    text-transform: uppercase;
}

.request-item .details .Order {
     padding-top: 10px;
}

.item-box .details {
    padding: 20px 0px 30px;
}

.cart .subtotal.footable-last-column {
    color: #000;
}

.wishlist-page .sku {
min-width: 90px;
}

.hover-effect-2 .product-grid .item-box .details .buttons {
   display:none; 
}


.hover-effect-2 .tooltip-text {
    bottom: 30%;
}
.quickView .overview {
    text-transform: uppercase;
}
.wishlist-page .cart .product {
    text-transform: uppercase;
}

.product-grid .item-box .details .buttons {
   right: 0px;
}

.hover-effect-2 .product-grid .item-box .buttons input {  
      display: none;
}

.hover-effect-2 .product-grid .item-box input[type="button"].product-box-add-to-cart-button {
       display: none !important;
}

.cart-total td {
         color: #050000;
}

.shopping-cart-page .cart td.unit-price, .shopping-cart-page .cart td.subtotal {
      text-align: right;
}

.shopping-cart-page .table-wrapper table .cart-header-row {
    font-size: 20px;
}

@media (min-width: 1280px) {
.shopping-cart-page .footable-first-column, .shopping-cart-page .remove-from-cart, .shopping-cart-page .sku {
    padding-left: 0px; 
    padding-right: 0px; 
}
}

.shopping-cart-page .table-wrapper table {
    font-size: 16px;
    text-transform: uppercase;
}

.order-summary-content .no-data {
    font-size: 18px;
}
.mini-shopping-cart input[type="button"].cart-button {
    font-family: "helvetica","Microsoft JhengHei";
    font-size: 22px;
    font-weight: bold;
}
@media (max-width: 1000px) {
.overview .product-social-buttons {
    margin: 0 40px 80px;
    text-align: left;
}
}
.mini-shopping-cart .name a {
    text-transform: uppercase;
}

.product-details-page .overview {
    text-transform: uppercase;
}
.productAddedToCartWindowDescription {
    text-transform: uppercase;
}


body {
    font: "helvetica","Microsoft JhengHei";
}

.productAddedToCartWindowDescription h1 a {
    font-size: 18px;
        font-family: "helvetica","Microsoft JhengHei";
}

.productAddedToCartWindowDescription .price {
    font-size: 28px;
    font-family: "helvetica","Microsoft JhengHei";
   
}

.productAddedToCartWindowTitle {
    font-size: 18px;
    font-weight: bold;
}

.re-order-button {
  display: none;
}
.checkout-page .pickup-in-store label {
    font-size: 18pt !important;
    font-family: "helvetica","Microsoft JhengHei";
}
@media (max-width: 1000px) {
.checkout-page .pickup-in-store label {
    font-size: 16pt !important;
}
}
.checkout-page .pickup-in-store label {
    font-size: 20px;
}
.order-details-page .page-title .print-order-button {
   display: none;
}

.addProductToCartErrors li, .addProductVariantToCartErrors li {
    font-size: 24px;
}

.CustInfo-Email {
     display: block;
    margin: 0px 15px 0px;
    text-align: Left;
    font-size: 14px;
    white-space: normal;
}



.SF-status, .ft-note {
    display: block;
    margin: 5px 10px 0;
    text-align: center;
    font-size: 14px;
    white-space: normal;
}


.productAddedToCartWindowImage img {
    max-width: 100%;
    width: auto;
    max-height: 350px;
    display: block;
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;
}


.attributes dd .option-list li input[type='radio']:checked ~ label {
    color: #000;
    border: 2px solid #fff;
    background-color: #fff;
}

.item-box .manufacturer-item .picture {
 display:none;
}


@media (max-width: 1000px) {
.responsive-nav-wrapper .shopping-cart-link {
    background-size: 22px 22px;
}

.responsive-nav-wrapper .Wish-List-link {
    background-size: 22px 22px;
}

}

.eu-cookie-bar-notification .content > * {
    margin: 10px 0px !important;
    display: inline-block;
    font-size: 18px;
}


@media (min-width: 1366px) {
.header.normal .mega-menu > li > a, .header.normal .mega-menu > li > span.with-subcategories {
    font-size: 18px;
}
}

.underline {
    text-decoration: underline;
}



.contactus a {
    color: blue;
    text-decoration: underline;
}

.mega-menu .row-wrapper {
    background: white;
}

@media (max-width: 420px) {
.responsive-nav-wrapper > div {
    margin: 10px;
}
}
@media (min-width: 1001px) {
.header.normal .mega-menu .dropdown.fullWidth .picture, .header.normal .mega-menu .dropdown.fullWidth .picture img {
    display: none;
}
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  /* top: 15px; */
  /* right: 35px; */
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}



@media (min-width: 1601px) {
.header.normal .search-box form .k-widget.k-autocomplete .search-box-text {
    width: 118px !important;
}
}

.search-input {
    display: none;
}

.eu-cookie-bar-notification {
    width: 100%;
    max-width: 100%;
    top: auto;

    left: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: auto;
}
.eu-cookie-bar-notification .content > * {
    margin: 10px 5px;
    display: inline-block;
}

@media (min-width: 768px) {
  .eu-cookie-bar-notification {
    height: 120px;
    width: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

.ropc .section-body {
    display: block;
}

td {
      padding: 0px 5px;
}

.rating {
    display: none !important;
}



.write-review .review-rating {
    display: none;
}

.footer-menu {
    display: block !important;
}

@media (max-width: 480px) {

.center-2, .side-2 {
margin: 0 0 20px;
}

body {
   
    background-color: white;
}

.product-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.product-grid .item-box {
    float: left;
    width: 49%;
    max-width: none;
    margin-left: 2%;
}

} 

@media (max-width: 1000px) {
.header-logo a {
    max-width: 150px;
}
}


@media (min-width: 1366px) {
.header.normal .search-box form {
    width: 180px;
}

.header.normal .search-box input.search-box-text {
    width: 140px !important;
}
}

.hover-effect-2 .product-grid .item-box input.quantity1, .hover-effect-2 .details .buttons .square-buttons-wrapper .add-to-compare-list-button {
    display: none;
}



.vip thead th {
    border-right: 1px solid #f0e0c9;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
swank.css:226
.vip1 thead th, .vip1 tbody td {
    width: 33px;
}
swank.css:17
strong, .fwb {
    font-weight: 700;
}
swank.css:14
.txtUC {
    text-transform: uppercase;
}

swank.css:12
.a14 {
    font-family: 'Arial';
    font-size: 14px;
    letter-spacing: 0px;
}



.full-description img {
    max-width: 100%;
    height: auto;
}

.blog-page img {
    max-width: 100%;
    height: auto;
}

/*brand list*/
.brandListGlossary {
	position:fixed;top:0;right:20px;
	text-align:right;width:100%;height:120px;z-index:270;
}
.brandListGlossary p {float:right;position:relative;top:100px;margin-left:40px;}
.brandListGlossary span, .brandList_Type ul li span {
	background-image:url(/Themes/Minimal/Content/images/bg_brandList.png);background-repeat:no-repeat;
	display:block;width:23px;height:10px;overflow:hidden;
	line-height:12px;
	position:absolute;left:-35px;top:2px;
}
.brandList_Type ul li span {}
.brandList_S {background-position:left 0;}
.brandList_E {background-position:left -10px;}
.brandList_SE {background-position:left -20px;}

.brandList_Type {
	text-align:left;clear:both;position:relative;top:40px;
	display:block;min-width:240px;width:100%;min-height:30px;  overflow:hidden; 
	margin-bottom:80px;
	background:url(/Themes/Minimal/Content/images/bg_brandList_Type.jpg) no-repeat 0 26px;
}
.brandList_Type > span {font-size:16px;}
.brandList_Type ul {list-style-type:none;}
.brandList_Type li {
	float:left;
	position:relative;
	max-width:200px;width:190px;
	margin:20px 0px 0px 40px;
	font-family:arial;
}
.brandList_top {float:right; text-align: left;}


.vip {font-family:arial;}
.vip table, .career table {width:90%;margin:0 auto;}

/*vip*/
.vipTitle {
	font-size:40px;line-height:40px;
	margin:45px 0 30px 0;height:105px;
}
.vip1 thead th, .vip1 tbody td {width:33px;}
.vip table.vip2 {margin:10px auto 0 auto;}
.vip2 thead th, .vip2 tbody td {width:10px;}
.vip3 thead th, .vip3 tbody td {width:50px;}
.vip thead th {
	border-right: 1px solid #f0e0c9;
	background-color:#000;color:#fff;
	text-align:center;padding:20px 0;
}
.vip tbody td {padding:0px;vertical-align:top;text-align:left;}
.vip tbody td span {font-size:12px;}
.vip .tac {text-align:center;}
.vip > p {margin-bottom:20px;}
.vip > p, .vip > span, .vip > ul, .vip > ol {float:left;clear:both;text-align:left;}
.vip ul {list-style-type:disc;margin-left:20px;}
.vip ol {list-style-type:decimal;margin-left:20px;}

/*vip guide*/
.vipGuideTitle {
	font-size:40px;line-height:40px;
	margin:45px 0 30px 0;
}
.vipGuide p {text-align:left;}

/*career*/
article.career {margin-top:30px; }
article.career thead th {min-width:25%;border-bottom:1px solid #000;border-right:5px solid #ffffff;}
article.career thead th, .career thead td {padding:20px 0; text-align:center;white-space:pre;}
article.career tbody td {padding: 0 0 15px 0;text-align:left;}
article.career td ul {margin-left:35px;list-style-type:square;}
article.career td ol {margin-left:35px;list-style-type:decimal;}
article.career div a {text-decoration:underline;}

/* font */
.en {font-family: 'Roboto Condensed', 'Arial', sans-serif;}
.a11 {font-family:'Arial';font-size:11px;letter-spacing:0px;}
.a12 {font-family:'Arial';font-size:12px;letter-spacing:0px;}
.a13 {font-family:'Arial';font-size:13px;letter-spacing:0px;}
.a14 {font-family:'Arial';font-size:14px;letter-spacing:0px;}
.a20 {font-family:'Arial';font-size:20px;letter-spacing:0px;}
.txtUC {text-transform:uppercase;}
.uline {text-decoration:underline;}
.fs24 {font-size:24px;}
strong, .fwb {font-weight:700;}
.fwn {font-weight:400;}



/* Add a black background color to the top navigation */
.topnav {
    background-color: white;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.activetab {
    background-color: #9c9c9c;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

Add media queries:

Example
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    width: 350px;
    border: 2px solid black;
    color: black;
    font-family: "helvetica","Microsoft JhengHei";
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown {
    position: relative;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: black;
    color: white;
}


.overview .prices, .variant-overview .prices {
}
.quickView .ui-accordion-header:first-child {
visibility: hidden;
}

.full-description img {
    max-width: 100%;
    height: auto;
}

.blog-page img {
    max-width: 100%;
    height: auto;
}

a img {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}
