/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="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"],
input[type="email"],
input[type="tel"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1; /*firefox text input bug fix*/
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	background-color: #fff;
	font: normal 400 14px "Open Sans", sans-serif;
    color: #888;
}
h1,h2,h3,h4,h5,h6 {
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 2px solid #eee;
	padding: 8px;
	vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #888; 
}
input, textarea, select {
    font-family: 'Open Sans';
	font-size: 13px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	/*height: 32px;*/
	padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
    color: #222;
}
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;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
	width: 90%;
	margin: 0 auto;
    padding: 50px 0 0; 
}
.master-wrapper-home .master-wrapper-content {
	margin-top: 50px;
    padding: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 60px;
}
.center-2, .side-2 {
	margin: 0 0 60px;
}
.page {
	text-align: center;
}
.page-title {
    margin: 0 0 40px;
}
.page-title h1 {
    text-align: center;
    letter-spacing: 3.3px;
    font-size: 24px;
    text-transform: uppercase;
    color: #444;
}
.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/Brooklyn/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: inline-block;
	margin: 12px 0;
	padding: 0 36px 0 0;
    text-align: right;
	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 {
    display: inline-block;
	margin: 12px 0;
	padding: 0 36px 0 0;
	list-style: decimal;
    text-align: right;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
}
.category-description a:hover,
.manufacturer-description a:hover,
.full-description a:hover,
.topic-html-content a:hover,
.topic-page a:hover,
.post-body a:hover,
.news-body a:hover,
.custom-tab a:hover {
    text-decoration: underline;
}
.flyout-cart {
	display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 60px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
}
.fieldset .title strong,
.section .title strong {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
}
.form-fields {
	/*position: relative;*/
}
.inputs {
	position: relative;
	margin: 0 0 20px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
    font-size: 14px; /*reset zeroing*/
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
    border: 2px solid #eee;
    vertical-align: middle;
    font-size: 14px;
}

.inputs.custom-attributes {
	white-space: normal;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: right;
	margin: 0 5px;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
    margin: 0 3px 0 0;
    font-size: 14px;
	color: #de524e;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
    text-align: center;
	font-size: 13px;
	color: #de524e;
}
.field-validation-valid,
.username-available-status {
	display: block;
    text-align: center;
    font-size: 13px;
	color: #6bc29d;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1040;
	width: 100%;
	padding: 12px 10px 12px 25px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #6bc29d;
}
.bar-notification.warning {
	background: #ed8b69;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #de524e;
}
.bar-notification .content {
	float: right;
	margin: 0 0 0 10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	margin: 6px;
	background: url('../../Themes/Brooklyn/Content/img/flyout-cart-close-button.png') no-repeat center;
	cursor: pointer;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	right: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px -16px 0 0;
	background: url('../../Themes/Brooklyn/Content/images/loading.gif') center no-repeat;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1050;
	width: 400px !important;
	max-width: 95%;
	border: none;
	box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px;
    background: #cc8a97;
	font-weight: bold;
    cursor: move;
}
.ui-dialog-titlebar span {
	float: right;
	text-transform: uppercase;
    color: #fff;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: 8px;
	overflow: hidden;
	border: none;
	background: url('../../Themes/Brooklyn/Content/img/flyout-cart-close-button.png') no-repeat center;
	font-size: 0;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 1;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	right: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px -160px 0 0;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
    min-width: 100px;
    margin: 0 0 15px;
    border: 2px solid #eee;
	padding: 10px 15px;
	background-color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.eu-cookie-bar-notification button:hover {
    background-color: #eee;
}
.eu-cookie-bar-notification a {
	display: block;
    color: #cc8a97; 
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
	left: 20px;
	z-index: 1030;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    overflow: hidden;
	background: #cc8a97 url('../../Themes/Brooklyn/Content/img/goTop.png') no-repeat center 48%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover {
    opacity: 0.9;
}


/*********** HEADER ***********/



.admin-header-links {
	background: #fff;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
}
.admin-header-links a {
    font-family: Arial, sans-serif;
	font-weight: bold;
    color: #444;
}
.admin-header-links .impersonate {
	display: inline-block;
}

.header { 
	margin: 0 auto;
	text-align: center;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
	text-align: center;
    font-size: 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
    background-color: #cc8a97;
}
.header-logo a img {
	max-width: 100%;
    opacity: 1;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
}
.header-links a:hover {
    color: #cc8a97;
}

.shopping-cart-link a,
.header-actions .ico-cart {
	position: relative;
}
.shopping-cart-link .cart-qty,
.header-actions .cart-qty {
	position: absolute;
	left: 7px;
	bottom: 6px;
	min-width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #444;
	padding: 1px 1px 0 1px;
	text-indent: 0;
	text-align: center;
	font-size: 9px;
	color: #fff;
}
.shopping-cart-link .cart-qty.empty,
.header-actions .cart-qty.empty {
	visibility: hidden;
}

.store-search-box {
    font-size: 0;
}
.store-search-box form {
	display: inline-block;
	position: relative;
    border-bottom:1px solid #e7e7e7;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
	float: right;
	width: 240px !important;
	height: 36px;
    border: none;
    background-color:transparent;
}
.store-search-box .search-box-button {
	float: right;
	width: 36px;
	height: 36px;
	border: none;
	background: url('../../Themes/Brooklyn/Content/img/search-button-mobile.png') center no-repeat;
	font-size: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute !important;
	z-index: 1070;
	left: 50% !important;
	width: 276px !important; /*default = txtfield + button*/
	max-width: 100%;
	margin-left: -138px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete li {
	border-top: 1px solid #e7e7e7;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 8px;
    font-size:14px;
}
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6;
}
.ui-autocomplete img {
	display: inline-block;
    width: 28px;
    height: 28px;
	margin-left: 5px;
	vertical-align: middle;
    border: 1px solid #eee;
}

.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;
}

.new_select {
    z-index: 1015 !important;
    height: 30px;
    min-width: 45px;
    max-width: 55px;
    padding: 0 0 0 12px;
    background: url('../../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat left center;
    font-size: 11px;
    cursor: pointer;
}
.new_select > span {
    display: block;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.tax-display-type-selector .new_select {
    max-width: 120px;
}
.styleSelect_item {
    position:relative;
    right: -5px !important;
    top: 25px !important;
    width: 100%;
    min-width: 70px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.styleSelect_item ul {
    padding: 4px 5px;
    background: #fff;
}
.styleSelect_item li span {
    width: auto;
    padding: 2px;
    line-height: normal;
    color: #888;
}
.styleSelect_item li:hover span {
    color: #cc8a97;
}

.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-1 {
    box-shadow: 0 8px 8px rgba(0,0,0,0.085);
}


/*********** FOOTER ***********/



.footer {
    background-color: #f6f6f6;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.06) inset;
    text-align: center;
}

.footer-upper {
	overflow: hidden;
    padding: 50px 20px 15px;
}
.social-sharing {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
    width: 60px;
    height: 54px;
	margin: 0 4px 8px;
    background-color: #cc8a97;
    -webkit-transition: ease 0.25s;
    transition: ease 0.25s; 
}
.social-sharing a {
	display: block;
	height: 100%;
	background: url('../../Themes/Brooklyn/Content/img/social-sprite.png') no-repeat;
    opacity: 0.35;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s; 
}
.social-sharing .facebook {
	background-position: 0 center;
}
.social-sharing .twitter {
	background-position: -60px center;
}
.social-sharing .google {
	background-position: -120px center;
}
.social-sharing .pinterest {
	background-position: -180px center;
}
.social-sharing .youtube {
	background-position: -240px center;
}
.social-sharing .vimeo {
	background-position: -360px center;
}
.social-sharing .rss {
	background-position: -300px center;
}
.social-sharing li:hover a {
    opacity: 0.70;
}
.social-sharing a.instagram {
	background: url('../../Themes/Brooklyn/Content/img/instagram.png') no-repeat center; 
}
.footer-middle {
	overflow: hidden;
    padding: 15px 20px 50px;
}
.footer-block {
    max-width: 370px;
    margin: 0 auto 15px;
    border-bottom: 2px solid #e3e3e3;
}
.footer-block .title {
    padding: 20px 0 10px;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
.footer-block .title strong {
    display: block;
    position: relative;
    padding: 0 20px;
}
.footer-block .title strong:before,
.footer-block .title strong:after {
    content: "";
    position: absolute;
    top: 0;
    height: 20px;
    width: 12px;
    background: url('../../Themes/Brooklyn/Content/img/expand-button.png') no-repeat center;
}
.footer-block .title strong:before {
    right: 0;
}
.footer-block .title strong:after {
    left: 0;
}
.footer-block .title + * {
    display: none;
    margin: 15px 0 20px;
}
.footer-block .title + *:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: auto;
    background-color: #cc8a97;
}
.footer-block li {
    padding: 12px 0;
}
.footer-block a {
    color: #666;
}
.footer-block a:hover {
    color: #cc8a97;
}
.footer-block .topic-block-title {
    display: none;
}
.footer-block .topic-block-body,
.newsletter-description {
    padding: 12px 0 0;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}
.newsletter-email { 
	display: inline-block;
	overflow: hidden;
    padding: 12px 0 0;
}
.newsletter-email .newsletter-subscribe-text {
    display: block;
	width: 260px;
	height: 40px;
    margin: auto;
    border: 2px solid #ddd;
    border-bottom: none;
    text-align: right;
}
.newsletter-email .newsletter-subscribe-button {
	display: block;
    width: 260px;
	height: 40px;
    margin: auto;
	border: none;
	background: #cc8a97 url('../../Themes/Brooklyn/Content/img/subscribe-button.png') right center no-repeat;
    padding-right: 36px;
    text-align: right;
	font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.newsletter-email .newsletter-subscribe-button:hover {
    opacity: 0.9;
}
.newsletter-email .newsletter-unsubscribe-button {
	display: block;
	border: none;
	background: none;
	margin: auto;
	padding: 10px 0;
}
.newsletter-email .options {
    padding: 12px 0 0;
}
.newsletter-email .options > span {
	display: inline-block;
    margin: 0 3px;
    font-size: 13px;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-result {
    color: #444;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-lower {
	overflow: hidden;
    background-color: #fff;
    padding: 25px 20px;
	font-size: 12px;
}
.footer-lower > div > div {
	margin: 0 5px 5px 5px;
}
.footer-powered-by, .footer-designed-by {
    display: inline-block;
}
.footer-powered-by a, .footer-designed-by a  {
    color: #cc8a97;
}
.footer-powered-by a:hover, .footer-powered-by a:hover {
    text-decoration: underline;
}
.footer-lower > div > div.footer-store-theme {
    margin: 15px 0 0;
}
.footer-store-theme select {
	width: 170px;
}


/* FOOTER-2 */

.footer-2 .newsletter-block .title {
    background: none !important;
}
.footer-2 .newsletter-block .title {
    margin: 10px 0;
}
.footer-2 .newsletter-description {
    padding: 0;
}
.footer-2 .newsletter-email {
    padding-top: 15px;
}
.footer-2 .social-sharing {
    display: block !important;
    height: auto;
}
.footer-2 .social-sharing li {
    width: 40px; 
    background-color: transparent;
}
.footer-2 .social-sharing a {
	background: url('../../Themes/Brooklyn/Content/img/social-sprite-2.png') no-repeat;
    opacity: 0.50;
}
.footer-2 .social-sharing .facebook {
	background-position: 0 center;
}
.footer-2 .social-sharing .twitter {
	background-position: -40px center;
}
.footer-2 .social-sharing .google {
	background-position: -80px center;
}
.footer-2 .social-sharing .pinterest {
	background-position: -120px center;
}
.footer-2 .social-sharing .youtube {
	background-position: -160px center;
}
.footer-2 .social-sharing .vimeo {
    background-position: -240px center;
}
.footer-2 .social-sharing .rss {
	background-position: -200px center;
}
.footer-2 .social-sharing li:hover a {
    opacity: 0.70;
}
.footer-2 .social-sharing a.instagram {
	background: url('../../Themes/Brooklyn/Content/img/instagram.png') no-repeat center;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 10px;
    border: 2px solid #eee;
	text-align: right;
}
.block .title {
    padding: 9px 10px 7px;
    background: url('../../Themes/Brooklyn/Content/img/expand-button-2.png') no-repeat left center;
    text-transform: uppercase;
	font-size: 14px;
	color: #444;
    cursor: pointer;
}
.block .title strong {
    display: block;
}
.block .listbox {
	display: none;
    border-top: 2px solid #eee;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list {
}
.block .list li {
    border-top: 1px solid #eee;
}
.block .list li:first-child {
    border-top: none;
}
.block .list li > a {
    padding-right: 20px;
}
.block .list li.active > a,
.block.block-account-navigation .list li a.active {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #cc8a97;
}
.block.block-account-navigation .list li a.active {
    border-width: 0;
}
.block .list a {
	display: block;
	padding: 9px 10px;
}
.block .list a:hover {
    color: #cc8a97;
}
.block .list img {
	display: none;
}

.block .sublist {
	padding: 0 30px 0 0;
}
.block .sublist > li {
    margin: -1px 0 0;
    border: none;
    border-top: 1px solid #eee;
}
.block .sublist > li a {
    padding-right: 10px;
}

.block .view-all {	
    border-top: 1px solid #eee;
}
.block .view-all a {
	display: block;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc8a97;
}

.block .tags {
	padding: 5px 15px;
}
.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: 14px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: right;
	line-height: 30px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #cc8a97;
}

.poll strong {
	display: block;
    padding: 9px 10px;
    color:#cc8a97;
}
.poll-options,
.poll-results {
	margin: 0 15px 10px 0;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
    margin: 0;
    border-top: 1px solid #eee;
}
.poll .buttons input,
.poll-total-votes {
	border: none;
    background: none;
	padding: 9px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #cc8a97;	
}
.poll-total-votes {
	display: block;
    border-top: 1px solid #eee;
}
.home-page-polls {
    margin: 0 0 80px;
    text-align: center;
}
.home-page-polls .title{
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 3.3px;
    font-size: 22px;    
    text-transform: uppercase;
    color: #444;
}
.home-page-polls .poll strong {
    margin: 0 0 5px;
    border: 2px solid #eee;
}
.home-page-polls .poll-options li {
    display: inline-block;
    margin: 5px 10px;
}
.home-page-polls .poll .buttons,
.home-page-polls .poll-total-votes {
    border: none;
    text-align: center;
} 



/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 20px;
	text-align: center;
}
.breadcrumb ul {
    position: relative;
    border: 2px solid #eee;
    text-align: center;
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
    display: inline-block;
    height: 35px;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 11px; /*reset zeroing*/
    text-transform: uppercase;
    color: #666;
}
.breadcrumb li span.delimiter {
    width: 35px;
    background: url('../../Themes/Brooklyn/Content/img/breadcrumb-arrow-rtl.png') no-repeat center;
    font-size: 0;
}
.breadcrumb strong {
    max-width: 180px;
    overflow: hidden;
    white-space:nowrap;
	font-weight: normal;
}
.breadcrumb a:hover {
    color: #cc8a97;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 25px;
    text-align: center;
    line-height: 28px;
}
.contact-vendor {
    margin: 0 0 40px;
    text-align: center;
}
.contact-vendor .button-2 {
    padding: 10px 30px;
    border: 2px solid #eee;
	background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-vendor .button-2:hover {
    background-color: #eee;
}
.product-filters {
	display: none;
    margin: 0 0 40px;
}
.product-filters .product-filter {
    display: inline-block;
    width: 350px;
    vertical-align: top;
}
.product-filters .filter-title {
    text-transform: uppercase;
    color: #444;
}
.product-filters .filter-content {
    margin: 10px 0;
}
.product-filters .filter-content li a {
    line-height: 24px;
}
.product-filters .filter-content .title {
    color: #444;
}
.product-filters .filtered-items {
    margin: 10px auto;
    border: 2px solid #eee;
    padding: 10px;
}
.product-filters .remove-filter a {
    background: url('../../Themes/Brooklyn/Content/img/forum_icon2.png') no-repeat left center; 
	padding: 0 0 0 20px;
    color: #de524e;
}
.product-filters .filter-content li a:hover {
    color: #cc8a97;
}
.product-selectors {
    width: 320px;
    max-width: 100%;
	margin: 0 auto 30px;
	text-align: right;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
    position: relative;
    z-index: 1;
	margin: 5px;
    font-size: 13px;
}
.product-selectors > div.product-sorting {
    z-index: 2;
}
.product-selectors > div > span {
    display: inline-block;
    padding: 0 10px;
}
.product-selectors > div > span:first-child {
    width: 120px;
    text-align: left;
}
.product-selectors select {
	margin: 0 5px;
	text-transform: lowercase;
    font-size: 14px;
    color: #444;
}
.product-selectors > div > * {
    vertical-align: middle;
}
.product-selectors select {
	min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat center left 3px !important;
    padding: 0 0 0 20px;
    margin: 0;
    min-width: 45px;
    text-transform: none;
    border-width: 0 0 2px;
}
.product-selectors .new_select {
    display: inline-block;
    width: auto !important;
    max-width: none;
    background: url('../../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat left 12px !important;
    padding-left: 20px;
    border-bottom: 2px solid #eee;
    font-size: 14px; 
    color: #444;
}
.product-selectors .product-viewmode {
	display: none;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0;
    border: 2px solid #ddd;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	opacity: 0.3;
}
.product-selectors .product-viewmode a + a {
    margin-right: -6px;
}
.product-selectors .product-viewmode a.grid {
	background-image: url('../../Themes/Brooklyn/Content/img/icon-grid-active.png');
}
.product-selectors .product-viewmode a.list {
	background-image: url('../../Themes/Brooklyn/Content/img/icon-list-active.png');
}
.product-selectors .product-viewmode a.selected {
    background-color: #eee;
	opacity: 1;
}
.product-selectors .product-sorting .new_select {
    min-width: 110px;
}
.product-selectors .product-sorting .new_select > div {
    width: 150px;
}
.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
    max-width: 350px;
	margin: 0 auto 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-box .picture {
	position: relative; /*quick view inline css replacement*/
	z-index: 1;
	overflow: hidden;
	background: #fff;
    margin: 0 0 20px;
}
.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;
	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 .picture input {
	display: none; /*hides additional wishlist button when ajax cart is disabled*/
}
.item-box .details {
    text-align: right;
}
.item-box .product-title {
	height: 40px;
	margin: 0 0 5px;
	overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
    color: #cc8a97;
}
.item-box .product-title + .sku {
	display: none;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 15px;
}
.item-box .rating {
	background: url('../../Themes/Brooklyn/Content/img/rating-1.png') no-repeat;
	width: 90px;
    height: 15px;
}
.item-box .rating div {
    background: #cc8a97 url('../../Themes/Brooklyn/Content/img/rating-2.png') no-repeat;
    height: 15px;
}
.item-box .description {
	height: 40px;
	margin: 0 0 15px;
	overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 15px;
    overflow: hidden;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 16px;
    font-weight: bold;
	color: #cc8a97;
}
.item-box .base-price-pangv {
    font-size: 12px;
}
.item-box .old-price + .actual-price {
	margin: 0 3px;
}
.item-box .tax-shipping-info {
    font-size: 13px;
}
.item-box .tax-shipping-info a {
    color: #cc8a97;
}
.item-box .tax-shipping-info a:hover {
    text-decoration: underline;
} 
.item-box .buttons {
	margin: 0;
    text-align: right;
    font-size: 0;
}
.item-box input[type="button"] {
    width: 85%;
    height: 48px;
    border: none;
	padding: 0 20px;
    background: #cc8a97;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-box input[type="button"]:hover {
    opacity: 0.9;
}
.item-box input.add-to-compare-list-button {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
	background: #444 url('../../Themes/Brooklyn/Content/img/compare-button.png') center no-repeat;
    font-size: 0;
}
.item-box input.add-to-wishlist-button {
    width: 15%;
    height: 48px;
    padding: 0;
	background: #444 url('../../Themes/Brooklyn/Content/img/wishlist-button.png') center no-repeat !important;
    font-size: 0;
}

.item-box .with-icon input[type="button"] {
    width: 48px !important;
	min-width: 0 !important;
    margin: 0 1px;
    padding: 0;
    font-size: 0;
}
.item-box .with-icon .product-box-add-to-cart-button {
    background: #cc8a97 url('../../Themes/Brooklyn/Content/img/cart-button.png') no-repeat center; 
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
	margin: 0 0 60px;
}

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    max-width: none;
}

.home-page-category-grid .item-box {
    margin-bottom: 2px;
}
.home-page-category-grid .category-item {
    position: relative;
}
.home-page-category-grid .picture {
    margin: 0;
}
.home-page-category-grid .item-box .title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #444;
}
.home-page-category-grid .title a {
    display: block;
    height: 100%;
}
.home-page-category-grid .title a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 60px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
}
.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
	padding-top: 73%;
}

.home-page-category-grid .hover-effect-2 .title a span {
    top: auto;
    width: 100%;
	margin: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub-category-grid .picture {
    margin: 0 0 15px;
}
.sub-category-grid .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}
.manufacturer-grid .picture,
.vendor-grid .picture {
    border: 1px solid #f3f3f3;
}
.manufacturer-grid .title,
.vendor-grid .title {
    text-align: center;
    font-size: 16px;
    color: #444;
}

.product-grid,
.product-list {
	margin: 0 0 60px;
}
.product-grid .title,
.home-page-category-grid > .title {
	margin: 0 0 30px;
    text-align: center;
	font-size: 22px;
    color: #444;
    letter-spacing: 3.3px;
    text-transform: uppercase;
}
.cross-sells {
}

.pager {
	margin: 0 0 20px;
    font-size: 0;
}
.pager ul {
	text-align: center;
}
.pager li {
	display: inline-block;
	vertical-align: middle;
}
.pager li * {
	display: block;
	min-width: 45px;
	height: 45px;
	border: 2px solid #eee;
    border-width: 2px 1px;
	padding: 12px;
	text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
	font-size: 14px; /*reset zeroing*/
    color: #444;
	cursor: pointer;
}
.pager li span {
	background-color: #eee;
}
.pager li a:hover {
	color: #cc8a97;
}
.pager li.current-page span {
    border-color: #ddd;
    color: #cc8a97;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    border-width: 2px;
    border-color: #cc8a97;
    background-color: #cc8a97;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.pager li.previous-page * {
	background-image:url('../../Themes/Brooklyn/Content/img/pager-next.png');
}
.pager li.next-page * {
	background-image: url('../../Themes/Brooklyn/Content/img/pager-prev.png');
}
.pager li.first-page * {
	background-image: url('../../Themes/Brooklyn/Content/img/pager-last.png');
}
.pager li.last-page * {
	background-image: url('../../Themes/Brooklyn/Content/img/pager-first.png');
}
.pager li.last-page *, 
.pager li.first-page * {
    margin: 0 1px;
    background-color: #444;
    border-color: #444;
}


/********** PRODUCT PAGE **********/



.master-wrapper-content.one-column,
.master-wrapper-content.two-columns {
    padding-top: 30px;
}

.one-column .product-name,
.two-columns .product-name {
	margin: 55px 0 15px;
}
.one-column .product-name h1,
.two-columns .product-name h1 {
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 3.2px;
    font-size: 22px;
    color: #444;
}
.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 30px; /*not present in variant-overview*/
    text-align: center;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 90px;
	height: 15px;
	background: url('../../Themes/Brooklyn/Content/img/rating-1.png') repeat-x;
}
.product-review-box .rating div {
	height: 15px; 
	background: url('../../Themes/Brooklyn/Content/img/rating-2.png') repeat-x;
}
.product-review-links {
}
.product-review-links a {
	display: inline-block;
    color: #cc8a97;
}
.product-review-links a:hover {
    text-decoration: underline;
}

.product-essential {
	margin: 0 0 50px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}

.gallery {
    margin: 0 0 30px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto 2px;
	overflow: hidden;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
    max-width: 100%;
    font-size: 0;
}
.gallery .picture-thumbs {
	overflow: hidden;
    text-align: right;
	font-size: 0;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 33.33333%;
	height: 100px;
	margin: 0 0 2px;
	overflow: hidden;
}

.overview {
	margin: 0 0 30px;
}
.overview .discontinued-product {
    margin: 0 0 25px;
    border: 2px solid #eee;
    padding: 25px 0;
}
.discontinued-product h4 {
    text-align: center;
    text-transform: uppercase;
    color: #de524e;
}
.overview .short-description {
	margin: 0 0 25px;
    line-height: 24px;
}
.overview .manufacturers {
	margin: 15px 0;
}
.back-in-stock-subscription { 
	margin: 15px 0;
	font-size: 0;
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    padding: 10px 15px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color:#cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.overview .subscribe-button:hover,
.variant-overview .subscribe-button:hover {
    background-color: #eee;
}

.overview .additional-details {
    margin: 25px 0;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 5px;
}
.overview .delivery,
.variant-overview .delivery {
    margin: 25px 0;
}
.overview .value,
.variant-overview .value {
	display: inline-block;
	font-weight: bold;
    color: #444;
}
.overview .value a,
.variant-overview .value a {
	font-weight: bold;
    color: #cc8a97;
}
.overview .value a:hover,
.variant-overview .value a:hover {
    text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

.overview-buttons { 
	margin: 25px 0;
    border-bottom: 2px solid #eee;
    padding: 0 0 25px;
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 0 1px 10px;
    vertical-align: top;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.download-sample-button {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #444;
	background-position: center;
    background-repeat: no-repeat;
	border: none;
	font-size: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../../Themes/Brooklyn/Content/img/wishlist-button.png');
}
.overview .add-to-compare-list-button {
    background-image: url('../../Themes/Brooklyn/Content/img/compare-button.png');
}
.overview .email-a-friend-button {
    background-image: url('../../Themes/Brooklyn/Content/img/email.png');
}
.download-sample-button {
    background-image: url('../../Themes/Brooklyn/Content/img/download.png');
}   
.overview-buttons div > *:hover {
    opacity: 0.9;
}

.overview .prices,
.variant-overview .prices {
	margin: 15px 0;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
    font-weight: bold;
	font-size: 22px;
	color: #cc8a97;
}
.overview .prices .tax-shipping-info a,
.variant-overview .prices .tax-shipping-info a {
    color: #cc8a97;
}
.overview .prices .tax-shipping-info a:hover,
.variant-overview .prices .tax-shipping-info a:hover {
    text-decoration: underline;
}
.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 0 10px 10px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}
.customer-entered-price .price-range {
	font-weight: bold;
}
.overview .add-to-cart {
	margin: 0 0 20px;
}
.min-qty-notification {
    margin-bottom: 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: right;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	right: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown ,
.variant-overview .qty-dropdown  {
	width: 48px;
    height: 48px;
    border: 2px solid #eee;
	/*padding: 12px;*/
	text-align: center;
    font-size: 16px;
}
.overview .qty-dropdown ,
.variant-overview .qty-dropdown  {
    min-width: 48px;
    width: auto;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    min-width: 230px;
    height: 48px;
    padding: 0 20px;
    background: #cc8a97;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    opacity: 0.9;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}

.full-description {
	clear: both;
	margin: 0 0 50px;
	line-height: 28px;
}
.full-description p {
	line-height: 28px !important;
}

.product-collateral {
	margin: 0 0 80px;
    text-align: center;
}
.product-collateral .title {
	margin: 0 0 15px;
	font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.product-variant-list {
}
.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
    font-weight: bold;
	font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.variant-overview .variant-description {
	margin: 0 0 25px;
	line-height: 24px;
}
.variant-overview .add-to-cart {
    display: inline-block;
    vertical-align: top;
}
.variant-overview .add-to-cart-panel > * {
	margin: 0 0 10px;
}
.variant-overview .overview-buttons {
    display: inline-block;
    margin: 0 -3px 0 0;
    border: none;
    padding: 0;
    vertical-align: top;
}

.ui-tabs {
	margin: 0 0 80px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0 0 30px;
    font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: block;
    margin: 10px auto;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	border: 2px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 25px;
	text-align: center;
    font-size: 14px;
	letter-spacing: 2px;
    color: #cc8a97;
	font-weight: bold;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background-color: #eee;
}
.ui-tabs .ui-tabs-panel {
    position: relative;
    overflow: hidden;
	border: 2px solid #eee;
	background: #fff;
	padding: 15px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.tier-prices {
	margin: 0 0 50px;
}
.tier-prices .prices-table {
	border: 2px solid #eee;
    overflow: hidden;
}
.tier-prices .prices-row {
    float: right;
    width: 50%;
}
.tier-prices .prices-row > div {
	border-top: 2px solid #eee;
    padding: 10px;
}
.tier-prices .prices-row.thead > div {
	border-left: 2px solid #eee;
}
.tier-prices .field-header {
	border-top: none !important;
    font-weight: bold;
    color: #444;
}
.tier-prices .item-price {
	color: #444;
}

.product-specs-box {
	margin: 0 0 30px;
}
.ui-tabs .product-specs-box {
	padding: 20px 0;
}
.product-specs-box .data-table {
    box-shadow: none;
}
.product-specs-box .data-table td {
    padding: 5px;
    border: 2px solid #eee !important;
}
.product-specs-box thead {
    display: none;
}

.product-tags-list {
	font-size: 0;
}
.product-tags-list li,
.vendor-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
    color: #cc8a97;
}
.vendor-list li {
    margin: 0 10px 10px;
}
.product-tags-list li a:hover,
.vendor-list li a:hover {
    text-decoration: underline;
}
.product-tags-list li.separator {
	margin: 0 3px 0 5px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.attributes {
	margin: 20px 0 30px;
    border-top: 2px solid #eee;
    padding: 20px 0 0;
}
.attributes .dt {
	margin: 0 0 5px; 
	font-weight: bold;
    color: #444;
    white-space: nowrap;
}
.attributes .attribute-description {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    white-space: normal;
}
.attributes .dd {
	margin: 0 0 20px;
}
.attributes li {
	margin: 5px 0 12px;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .qty-box {
	margin: 0 10px 0 0;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 50px;
}
.attributes .option-list label {
	margin: 0 5px;
}

.rental-attributes .attribute-item {
    margin: 10px 0;
}
.rental-attributes .attribute-item label {
    display: inline-block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #444;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.ui-datepicker-header a {
    font-size: 0;
    opacity: 0.8;
}
.ui-datepicker-header a:hover {
    opacity: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    right: 0;
    background: url('../../Themes/Brooklyn/Content/img/pager-next.png') no-repeat center;
}
.ui-datepicker-header a.ui-datepicker-next {
	left: 0;
    background: url('../../Themes/Brooklyn/Content/img/pager-prev.png') no-repeat center;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 2px solid #eee;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar td a:hover {
    background-color: #f6f6f6;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: #cc8a97 !important;
    outline: 2px solid #cc8a97;
    color: #fff;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
}
.attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
}
.attribute-squares label {
	display: block;
	margin: 0;
    overflow: hidden;
}
.attribute-square-container[title~=White] .attribute-square {
    border-color: #ccc;
}
.attribute-squares .selected-value .attribute-square {
    border-color: #cc8a97;
}

.attribute-square-container {
    display: block;
    padding: 1px;
    position: relative;
    z-index: 0;
}
.attribute-squares .attribute-square {
    border: 2px solid #eee;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
}
.attribute-squares li input {
    margin: -45px 0 0;
    position: relative;
    z-index: -1;
}
.tooltip-container:before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    right: 50%;
    margin-right: -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;
    right: 50%;
    margin-right: -6px;
    position: absolute;
    width: 0;
}
.attribute-squares li:hover .tooltip-container {
    margin-right: -72px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.attribute-squares li:hover .tooltip-container {
    visibility: visible;
}
.tooltip-container .tooltip-header {
    height: 25px;
    width: 198px;
    background-color: #eee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 25px;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}


.giftcard {
	margin: 50px 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}

.back-in-stock-subscription-page {
}

/*back in stock subscription popup*/
.ui-dialog .back-in-stock-subscription-page .page-title {
    margin: 20px 0;
}
.ui-dialog .notify-me-button {
    margin: 20px auto 0;
    background: #cc8a97;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ui-dialog .back-in-stock-subscription-page .notify-me-button:hover {
    opacity: 0.9;
}
.ui-dialog .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog .page-body .tooltip {
    text-align: right;
}

/*back in stock subscription popup*/
.ui-dialog .back-in-stock-subscription-page .page-title {
    margin: 20px 0;
}
.ui-dialog .back-in-stock-subscription-page .page-title h1 {
    font-size: 16px;
    letter-spacing: 2px;
}
.ui-dialog .notify-me-button {
    margin: 20px auto;
    background: #cc8a97;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ui-dialog .back-in-stock-subscription-page .notify-me-button:hover {
    opacity: 0.9;
}
.ui-dialog .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog .page-body .tooltip {
    text-align: right;
}



/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    color: #cc8a97;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.write-review {
	margin: 0 0 60px;
}
.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;
    font-weight: bold;
    color: #444;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating div {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
}
.write-review .review-rating div.first {
	color: #de524e;
}
.write-review .review-rating div:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating div:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating div.last {
	color: #6bc29d;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 80px;
	border: none;
	padding: 14px 40px;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.write-review .button-1:hover {
    opacity: 0.9;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	margin: 0 0 20px;
    border-bottom: 2px solid #eee;
	overflow: hidden;
	padding-bottom: 10px;
}
.product-review-item .review-title {
    margin: 0 0 10px;
	color: #444;
}
.product-review-item .product-review-box {
	margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info label,
.product-review-helpfulness .question {
	display: inline-block;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	font-weight: bold; 
	cursor: pointer;
    color:#cc8a97;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
    text-decoration: underline;
}
.product-review-helpfulness .question {
	margin: 0 0 0 5px;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 10px 0 0;
}
.product-review-item .reply {
    margin: 30px 0 0;
    padding: 20px;
    background: #f6f6f6;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.share-info {
    margin: 0 0 100px;
    text-align: center;
}
.wishlist-content .message-error:first-child {
	margin: -30px 0 20px;
    text-align: center;
    color: #de524e;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
    text-align: center;
}
.wishlist-content .tax-shipping-info a {
    color: #cc8a97; 
}
.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
    display: block;
    min-width: 250px;
    margin: 10px auto;
    padding: 10px 30px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wishlist-content .button-2:hover {
    background-color: #eee;
}
.wishlist-content .button-2.wishlist-add-to-cart-button {
    background-color: #cc8a97;
    border: 2px solid #cc8a97;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.wishlist-content .button-2.wishlist-add-to-cart-button:hover {
    opacity: 0.9;
}
.wishlist-page .share-info span {
    display: block;
}
.wishlist-page .share-info a {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
    color: #444;
}
.wishlist-page .share-info a:hover {
    color: #cc8a97;
}
.compare-products-page {
	position: relative;
    margin: 0 0 150px;
}
.compare-products-page .clear-list {
    display: block;
    width: 250px;
    margin: -15px auto 30px;
    border: 2px solid #eee;
    padding: 10px 30px;
    text-align: center;
    color: #cc8a97;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.compare-products-table {
	display: none;
}
.compare-products-page .button-2 {
	padding: 10px 15px;
    border: none;
    background-color: #cc8a97;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.compare-products-page img {
	max-width: 200px;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 0 30px;
}
.topic-block-title {
	margin: 0 0 20px;
}
.topic-block-title h2 {
    margin: 0 0 30px;
    text-align: center;
	font-size: 22px;
    color: #444;
    letter-spacing: 3.3px;
    text-transform: uppercase;
}
.topic-block-body {
	line-height: 28px;
}
.topic-page {
    margin: 0 0 80px;
}
.topic-block a,
.topic-page a {
	color: #cc8a97;
}
.topic-block a:hover,
.topic-page a:hover {
    text-decoration: underline;
}
.topic-page .page-body {
	line-height: 28px;
}

.home-page .topic-block {
	margin: 0 0 60px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
    min-height: 200px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #888;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: right !important;
	width: 200px !important;
	height: 36px !important;
    border: 2px solid #eee;
    border-left: none;
}
.enter-password-form input[type="submit"] {
	float: right !important;
	width: auto !important;
	height: 36px !important;
    background-color: #f9f9f9;
    border: 2px solid #eeeeee;
    color: #cc8a97;
    font-weight: bold;
    padding: 0 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.enter-password-form input[type="submit"]:hover {
    background-color: #eee;
}

.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 100px;
	border: none;
	padding: 14px 40px;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
    opacity: 0.9;
}
.contact-page .topic-block {
    margin: 0 0 40px;
    text-align: center;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    color: #cc8a97;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .fieldset {
    text-align: center;
}
.registration-page .fieldset .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
    border: 2px solid #eee;
    padding: 10px 20px;
}
.registration-page .form-fields,
.login-page .form-fields,
.account-page .form-fields{
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 30px 15px;
    border: 2px solid #eee;
}
.account-page .form-fields {
    max-width: none;
}
.registration-page .gender label,
.account-page .gender label {
    display: inline;
    color: #444;
}
.gender {
	display: inline-block;
}
.gender * {
	margin: 0 5px;
	vertical-align: middle;
	line-height: 32px;
}
.date-picker-wrapper {
    display: inline-block;
}
.date-of-birth select {
    width: 32%;
    max-width: 110px;
}
.date-of-birth select + select {
    margin: 0 2% 0 0;
}
#check-availability-button {
    margin: 30px 0 0;
    padding: 10px 30px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#check-availability-button:hover {
    background-color: #eee;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
    white-space: normal;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
}
.accept-privacy-policy {
	margin: -20px 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.registration-page .buttons {
    margin-top: -20px;
}
.accept-privacy-policy + .buttons {
    margin-top: 0;
}
.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: 350px;
    max-width: 100%;
    margin: 0 0 80px;
    padding: 14px 40px;
    border: none;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
    opacity: 0.9;
}
.registration-result-page .result {
	margin: 0 0 60px;
    text-align: center;
	color: #6bc29d;
}

.login-page .page-title {
    margin: 0 0 50px;
}
.login-page .customer-blocks {
    overflow: hidden;
    text-align: center;
}
.login-page .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
	border: 2px solid #eee;
    padding: 10px 20px;
}
.login-page .title strong {
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #444;
}
.login-page .new-wrapper {
	margin: 0 0 60px;
}
.login-page .inner-wrapper {
}
.login-page .text {
    width: 590px;
    max-width: 100%;
	margin: 0 auto -2px;
    border: 2px solid #eee;
    padding: 30px 15px;
}
.login-page .form-fields {
    width: 590px;
    max-width: 100%;
    margin: 0 auto -2px;
}
.login-page .form-fields .message-error {
    margin: -10px 0 10px;
}
.login-page .inputs.reversed {
    margin: 0;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
	font-size: 14px; /*reset zeroing*/
    color: #444;
}
.login-page .inputs.reversed a {
    color: #cc8a97;
}
.login-page .inputs.reversed a:hover {
    text-decoration: underline;
}
.login-page .captcha-box {
    margin: 20px 0 0;
}
.login-page .buttons {
    max-width: 590px;
    margin: 0 auto;
    font-size: 0;
}
.login-page .button-1 {
    width: 590px;
    max-width: 100%;
    margin: 0;
}
.login-page .checkout-as-guest-button {
    border: 2px solid #eee;
    padding:12px 20px !important;
    background-color: #f9f9f9;
    color: #cc8a97;
}
.login-page .checkout-as-guest-button:hover {
    background-color: #eee;
}
.external-authentication {
    clear: both;
	margin: 0 0 60px;
	text-align: center;
}
.external-authentication .title {
	display: none;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.login-page .topic-block {
    clear: both;
    text-align: center;
    margin: 0 0 120px;
}
.password-recovery-page .tooltip {
	margin: 0 0 40px;
    text-align: center;
}
.password-recovery-page .result {
	margin: 0 0 5px;
    text-align: center;
	font-weight: bold;
}

.account-page .title {
    margin: 0 0 15px;
}
.account-page .title strong {
    font-size: 16px;
}
.account-page .title strong:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.account-page .button-1 {
    margin: 0;
}
.account-page .button-2 {
    border: 2px solid #cc8a97; /* if there are 2 buttons must stay same height */
	padding: 10px 30px;
    background-color: #cc8a97;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.account-page .button-2:hover {
    opacity: 0.9;
}
.account-page .data-table .product {
    text-align: right;
}

.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-style: normal;
	color: #444;
}

.account-page .edit-address {
	margin: 0 0 60px;
    border: 2px solid #eee;
    padding: 30px 15px;
}
.account-page .description {
	margin: 0 0 20px;
}
.add-more-external-records a {
    color: #cc8a97;
}
.add-more-external-records a:hover {
    text-decoration: underline;
}

.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
    max-width: 900px;
    margin: 0 auto 15px;
    border: 2px solid #eee;
    padding: 20px;
	line-height: 24px;
}
.address-list-page .buttons {
    font-size: 0;
}
.account-page .edit-address-button,
.account-page .delete-address-button {
    width: 48px;
    height: 48px;
    margin: 0 -1px;
    border: 2px solid #eee;
    padding: 0;
    font-size: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.account-page .edit-address-button {
    background: #f9f9f9 url('../../Themes/Brooklyn/Content/img/edit-address.png') no-repeat center;
}
.account-page .delete-address-button {
    background: #f9f9f9 url('../../Themes/Brooklyn/Content/img/delete-address.png') no-repeat center;
}
.account-page .edit-address-button:hover,
.account-page .delete-address-button:hover {
    background-color: #eee;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}

.account-page .return-items-button {
    border: 2px solid #eee;
    background-color: #f9f9f9;
    color: #cc8a97;
}
.account-page .return-items-button:hover {
    background: #eee;
}
.return-request-list-page a {
	font-weight: bold;
    color: #cc8a97; 
}
.return-request-list-page a:hover {
    text-decoration: underline;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.downloadable-products-page .download {
    font-size: 14px;
    font-weight: normal;
    color: #888;
}
.downloadable-products-page .download a {
    display: block;
    width: 48px;
    height: 48px;
    margin: auto;
    border: none;
    background: #444 url("../../Themes/Brooklyn/Content/img/download.png") no-repeat center;
    font-size: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.downloadable-products-page .download a:hover {
    opacity: 0.9;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 60px;
    text-align: center;
}

.back-in-stock-subscription-list-page .data-table,
.forum-subscriptions-page .data-table {
    margin: 0 0 60px;
}

.reward-points-overview {
    margin: 0 0 15px;
}
.reward-points-history td.points-balance {
    font-size: 16px;
    font-weight: bold;
    color: #cc8a97;
}
.reward-points-history .message {
    min-width: 175px;
    text-align: right !important;
    font-size: 14px;
    font-weight: normal !important;
    color: #888;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .buttons {
    font-size: 0;
}
.avatar-page .buttons input[type="submit"] {
    width: 100%;
    max-width: 250px;
    margin: 0 0 10px;
    padding: 10px 0;
}
.avatar-page .buttons .button-2,
.account-page .button-2.return-items-button {
    border: 2px solid #eee;
    background-color: #f9f9f9;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.avatar-page .buttons .button-2:hover,
.account-page .button-2.return-items-button:hover {
    background-color: #eee;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #eee;
}
.avatar-page input[type="file"] {
	width: 76px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
	padding: 5px 10px;
}
.avatar-page .info {
	margin: 0 0 20px;
}

.forum-subscriptions-page .info {
    text-align: right !important;
} 

/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px;
}
.vendorinfo-page .vendor-picture .remove-picture-button {
    display: block;
    margin: 20px auto 0;
}

/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 60px;
	text-align: center;
}
.order-progress ul {
    font-size: 0;
}
.order-progress li {
    position: relative;
	display: inline-block;
    margin: 0 0 -2px -2px;
    overflow: hidden;
}
.order-progress a {
	display: block;
    width: 150px;
    border: 2px solid #eee;
    border-width: 2px;
    padding: 15px 0 15px 50px;
    background: url('../../Themes/Brooklyn/Content/img/progress-arrow.rtl.png') no-repeat left center;
    text-transform: uppercase;
	font-size: 11px; /*reset zeroing*/
    color: #666;
}
.order-progress a:after {
    content: "";
    position: absolute;
    top: 0;
	left: 48px;
    height: 62px;
    width: 2px;
    background: #eee;
}
.order-progress li.active-step a {
    background-color: #f9f9f9;
	cursor: pointer;
}
.order-progress li.active-step a:hover {
    background-color: #f3f3f3;
}
.order-progress li.inactive-step a {
	/*opacity: 0.5;*/
	cursor: default;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    width: 390px;
    max-width: 100%;
    margin: 0 0 80px;
    border: none;
    padding: 16px 10px;
    background-color: #cc8a97;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;   
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
    opacity: 0.9;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .button-2.re-order-button {
	display: inline-block;
	width: 390px;
    max-width: 100%;
    border: 2px solid #eee;
	padding: 12px 30px;
    background-color: #f9f9f9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.shopping-cart-page .cart-collaterals .button-2 {
    border-width: 2px 0;
}
.order-details-page .button-2.re-order-button {
    width: auto;
    margin: 10px 0 5px;
}
.shopping-cart-page .cart-footer .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title .pdf-invoice-button:hover {
    background-color: #eee;
}

.shopping-cart-page .cart-wrapper {
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}
.shopping-cart-page .cart-wrapper table.cart {
    margin-bottom: 20px;
}
.shopping-cart-page .button-2.update-cart-button {
    border: 2px solid #cc8a97;
    background-color: #cc8a97;
    color: #fff;
}
.shopping-cart-page .button-2.update-cart-button:hover {
    opacity: 0.9;
}
.shopping-cart-page .common-buttons {
    padding: 0 20px 15px;
}
.shopping-cart-page .common-buttons .button-2 {
    margin: 0 0 10px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	border: none;
	background: #fff url('../../Themes/Brooklyn/Content/img/menu-close-button.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;
}
.shopping-cart-page .tax-shipping-info {
    margin: 35px auto -20px;
    text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
    color: #cc8a97;
}
.shopping-cart-page .tax-shipping-info a:hover {
    text-decoration: underline;
}
.cart-options .common-buttons {
	font-size: 0;
}
.cart-options .common-buttons input {
	min-width: 150px;
	margin: 0 5px 5px;
}
.cart-options .checkout-attributes {
	margin: 40px 0;
}
.cart-options > .checkout-attributes + .selected-checkout-attributes {
    margin: -20px 0 40px !important;
}
.cart-options .checkout-attributes .required {
    position: absolute;
}
.cart-options .checkout-attributes .text-prompt {
    color: #444;
}
.cart-options .checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.cart-options .checkout-attributes dt ~ dt {
    margin-top: 15px;
}
.cart-options .checkout-attributes ul {
}
.cart-options .checkout-attributes li {
	line-height: 24px;
}
.cart-options .checkout-attributes li * {
	vertical-align: middle;
}
.cart-options .checkout-attributes .attribute-squares li {
    margin: 0 5px 5px;
    line-height: normal;
}
.cart-options .selected-checkout-attributes {
	margin: 30px 0;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 390px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    padding: 20px 30px;
    text-align: left;
    font-size: 16px;
}
.cart-total td {
	width: 50%;
	padding: 5px;
}
.cart-total .order-total {
    font-weight: bold;
	font-size: 16px;
	color: #888;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	display: inline-block;
	margin: 0 3px 0 0;
    cursor: pointer;
    color: #cc8a97;
}
.terms-of-service a:hover {
    text-decoration: underline;
}
.cart-footer .checkout-button {
	font-size: 18px;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
}

.cart-collaterals {
	width: 390px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
    position: absolute;
    top: -44px;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 185px; 
    margin: auto;
    border: 2px solid #eee;
    padding: 10px 0;
}
.cart-collaterals .title strong {
    text-transform: uppercase;
    color: #444;
    white-space: nowrap;
}
.cart-collaterals .hint {
    width: 90%;
	margin: 0 auto 5px;
    text-align: right;
}
.cart-collaterals .deals > div,
.cart-collaterals .estimate-shipping  {
    position: relative;
	margin: 70px auto 0;
    border: 2px solid #eee;
    border-bottom: none;
    padding: 25px 0 0;
}
.cart-collaterals .estimate-shipping label {
    width: 350px;
    max-width: 90%;
    margin: 0 auto 10px;
    font-weight: bold;
}
.cart-collaterals .inputs input[type='text'],
.cart-collaterals .inputs select {
    max-width: 90%;
}
.cart-collaterals .inputs .required {
    position: absolute;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
    width: 350px;
    max-width: 90%;
    margin: 0 0 15px;
    padding-right: 0;
    font-size: 14px;
}
.cart-collaterals .coupon-code input[type="submit"],
.cart-collaterals .shipping  input[type="submit"]{
    border-width: 2px 0;
}
.message-failure {
    border-bottom: 2px solid #eee;
    padding: 10px;
    color: #de524e;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	border-bottom: 2px solid #eee;
    padding: 10px;
	color: #6bc29d;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 30px;
    border-bottom: 2px solid #eee;
    padding: 0px 10px;
    text-align: right;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .option-name {
    color: #444;
}


/********** CHECKOUT **********/

/*google map*/
.select-pickup-point {
    margin-bottom: 30px;
}
.shipping-address-page .pickup-points-map {
    height: 400px;
}
/*end*/
.checkout-page {
    margin: 0 0 120px;
}
.checkout-page .section {
	margin: 0 0 30px;
    text-align: center;
}
.checkout-page .section.select-billing-address .title,
.checkout-page .section.select-shipping-address .title {
    display: none;
}
.checkout-page .section.new-billing-address .title,
.checkout-page .section.new-shipping-address .title {
    font-size: 24px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.checkout-page .section.order-summary .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.checkout-page .section.new-billing-address .title strong,
.checkout-page .section.new-shipping-address .title strong,
.checkout-page .section.order-summary .title strong {
    letter-spacing: 3.3px;
}
.checkout-page .enter-address {
    width: 900px;
    max-width: 100%;
    margin: auto;
    border: 2px solid #eee;
    padding: 30px 15px 15px;
}
/*.checkout-page .section.new-billing-address {
    width: 900px;
    max-width: 100%;
    border: 2px solid #eee;
}*/
.checkout-page .checkout-data .button-1 {
    padding: 15px;
    letter-spacing: 0;
    font-size: 14px;
}
.checkout-page .address-grid {
    display: inline-block;
    max-width: 100%;
	overflow: hidden;
    margin: 0 0 80px;
}
.checkout-page .address-item {
	width: 390px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.checkout-page .address-box {
    border: 2px solid #eee;
    border-width: 2px 2px 0;
    padding: 20px;
    color: #444;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
    font-weight: bold;
}
.checkout-page .address-item .button-1 {
    margin: 0;
}
.checkout-page .edit-address {
	margin: 0 15px 30px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	width: 390px;
    max-width: 100%;
    margin: 0 auto 10px;
    border: 2px solid #eee;
    padding: 15px;
}
.payment-method .method-list li {
    position: relative;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
    text-transform: uppercase;
	font-weight: bold;
    color: #444;
}
.shipping-method .method-list li label {
    margin: 0 5px 0 0;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: -20px 0 30px;
}
.payment-info .validation-summary-errors li:last-child {
    margin: 0 0 10px;
}
.payment-info .info {
    max-width: 900px;
	margin: 0 auto 30px;
    border: 2px solid #eee;
    padding: 15px;
}
.payment-info .info table {
    border-collapse: separate;
    border-spacing: 15px;
}
.payment-info .info td {
    display: block;
	width: auto;
	margin: 0 0 5px;
}
.payment-info .info td label {
    vertical-align: top;
}
#CreditCardType, 
#CardholderName,
#CardNumber {
    width: 250px !important;
}
.payment-info .info p>b {
    color: #444;
}
.confirm-order .terms-of-service {
    text-align: center;
}
.confirm-order .terms-of-service span {
    width: auto;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
}
.order-review-data > div,
.order-details-area > ul,
.shipment-details-area > div {
	margin: 0 0 30px;
}
.order-review-data .side-list-wrap,
.order-details-area .side-list-wrap,
.shipment-details-area .side-list-wrap {
    margin-top: 20px;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
    font-size: 14px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 30px;
}
.order-completed .details > div {
    margin: 20px 0;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
    color: #cc8a97;
}
.order-completed .details a:hover {
    text-decoration: underline;
}

.opc .step-title {
	margin-bottom: 1px;
    border: 2px solid #eee;
	overflow: hidden;
	background: #f9f9f9;
	padding: 10px;
    opacity: 0.7;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
    padding: 15px 10px;
    color: #666;
    opacity: 1;
}
.opc .active .step-title * {
}
.opc .step-title * {
	float: right;
	font-size: 16px; 
}
.opc .step-title span {
	margin: 0 0 0 10px;
    font-weight: bold;
}
.opc .step {
	margin: 30px 0;
	padding: 10px;
}
.opc .step .button-1 {
    margin: 0 0 30px;
}
.opc .section {
	margin: 0 0 20px;
}
.opc .section > label {
	display: block;
	margin: 0 0 20px;
}
.opc input[type="text"],
.opc select {
    width: 390px;
	max-width: 100%;
}
.opc #ExpireMonth,
.opc #ExpireYear {
    width: auto;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 40px 0 15px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    text-transform: uppercase;
	font-weight: bold;
    color: #444;
}
.opc .back-link a:hover {
    color: #cc8a97;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .payment-info .info {
    border: none;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc .terms-of-service > span {
    width: auto;
    vertical-align: middle;
}

.page.order-details-page,
.page.shipment-details-page,
.page.return-request-page {
    margin: 0 0 120px;
    text-align: center;
}
.order-details-page .page-title {
	margin: 0 0 40px;
	overflow: hidden;
}
.order-details-page .page-title h1,
.shipment-details-page .page-title {
	margin: 0 0 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.order-details-page .order-overview {
	margin: 0 0 40px;
}
.order-details-page .order-overview strong {
    color: #cc8a97;
}
.order-details-area,
.shipment-details-area {
	margin: 0 0 30px; 
	overflow: hidden;  
}
.order-details-area td {
	float: right;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .button-2.print-order-button {
    border: 2px solid #cc8a97;
    background-color: #cc8a97;
    color: #fff;
}
.order-details-page .button-2.print-order-button:hover {
    opacity: 0.9;
    background-color: #cc8a97;
    color: #fff;
}
.order-details-page .section .title,
.shipment-details-page .section .title,
.return-request-page .section .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
    border: 2px solid #eee;
    padding: 10px 20px;
}
.shipment-details-page .section .title {
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
    text-transform: uppercase;
}
.order-details-page .tax-shipping-info {
	text-align: center;
}
.order-details-page .tax-shipping-info a {
    color: #cc8a97;
}
.order-details-page .tax-shipping-info a:hover {
    text-decoration: underline;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input {
    width: 390px;
    max-width: 100%;
    border: 2px solid #cc8a97;
    padding: 12px 40px;
	background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.order-details-page .actions input:hover {
    opacity: 0.9;
}
.order-details-page input.return-items-button {
    background-color: #f9f9f9 !important;
    border: 2px solid #eee;
    color: #cc8a97;
}
.order-details-page input.return-items-button:hover {
    background-color: #eee;
    opacity: 1;
}
.order-details-page .total-info {
	width: 390px;
    margin: 0 auto 30px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    padding: 20px 30px;
    text-align: left;
    font-size: 16px;
}
.order-details-page .shipments .view-details a {
    font-size: 14px;
}
.shipment-details-page em {
    font-style: normal;
}

.return-request-page .submit-return-request-button {
    margin: 0;
}
.return-request-page .fieldset .title {
    margin: 0 0 40px;
    font-size: 16px;
}
.return-request-page .product {
    font-weight: bold;
    color: #444 !important;
}
.return-request-page .footable-last-column {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}
.return-request-page .quantity select {
    height: 48px;
    width: 48px;
}
.return-request-page .qq-upload-button,
.return-request-page .qq-upload-list {
	width: 350px;
	max-width: 100%;
	margin: auto;
}
.return-request-page .qq-upload-button {
	height: 36px;
	border: 2px solid #eee;
	background-color: #fff;
	padding: 5px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 14px;
	color: #444 !important;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
    margin: 0 0 80px;
}
.search-page .form-fields {
    border: 2px solid #eee;
    padding: 30px 15px;
}
.search-input input + label {
	display: inline;
	margin: 0 5px 0 0 !important;
}
.basic-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px !important;
	margin: 3px 5px;
}
.search-input .button-1 {
    width: 390px;
    max-width: 100%;
    border: medium none;
    padding: 14px 40px;
	background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.search-input .button-1:hover {
    opacity: 0.9;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
    text-align: center;
}

.sitemap-page {
    margin: 0 0 120px;
}
.sitemap-page .page-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.sitemap-page .entity {
	margin: 40px 0;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
}
.sitemap-page .entity-title h2 {
    color: #444;
    letter-spacing: 3.3px;
    font-size: 16px;
    text-transform: uppercase;
}
.sitemap-page .entity-title h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 5px 10px;
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:hover {
    color: #cc8a97;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.block .year {
    border: none !important;
}
.block .year strong {
	display: block;
    border-bottom: 1px solid #eee;
    padding: 9px 20px 9px 10px;
	cursor: default;
}
.block .year .month {
    border-bottom: 1px solid #eee;
}
.block .year:last-child .month {
    border: none;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 60px;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
	font-size: 16px;
    color: #444;
}
.post-title:hover,
.news-title:hover {
    color: #cc8a97;
}
.post-title:after,
.news-title:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.post-date,
.news-date {
	display: block;
    font-weight: bold;
}
.post-head,
.news-head {
    margin: 0 0 12px;
}
.page.blog-page,
.page.news-list-page {
    text-align: center;
}
.blog-pages-body .page-title,
.news-pages-body .page-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.blogpost-page .post-date,
.news-item-page .news-date {
}
.post-body,
.news-body {
	line-height: 24px;
}
.blog-page .tags, 
.blogpost-page .tags {
    display: inline-block;
	margin: 15px 0 0;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
    font-size: 13px;
}
.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: 13px;
    color: #cc8a97;
}
.blog-page .tags li:hover,
.blogpost-page .tags li:hover {
    text-decoration: underline;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 3px 0 5px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    text-decoration: underline;
} 

.blog-posts .buttons,
.news-items .buttons { 
    margin: 15px 0 0;  
}
.blog-posts .read-comments {
    display: block;
	margin: 10px 0 20px;
    font-size: 13px;
    color: #cc8a97;
}
.blog-posts .read-comments:hover {
    text-decoration: underline;
}
.blog-posts .read-more,
.news-items .read-more {
	display: inline-block;
    min-width: 150px;
    background-color: #cc8a97;
    padding: 10px; 
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.blog-posts .read-more:hover,
.news-items .read-more:hover {
    opacity: 0.9;
}

.new-comment {
	margin: 60px 0 70px;
}
.new-comment form {
    border: 2px solid #eee;
    padding: 30px 15px;
}
.new-comment .title,
.comment-list .title {
	margin: 0 0 15px;
    font-size: 16px;
}
.new-comment .title strong:after,
.comment-list .title strong:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
    width: 350px;
	max-width: 100%;
}
.new-comment .captcha-box {
    margin: 0 0 40px;
}
.new-comment .buttons {
    position: relative;
    margin: -22px 0 0;
}
.new-comment .button-1 {
	display: inline-block;
    width: 350px;
    max-width: 100%;
    border: none;
    background-color: #cc8a97;
    padding: 14px 40px; 
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.new-comment .button-1:hover {
    opacity: 0.9;
}

.comment-list .title {
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-comment,
.news-comment {
	margin: 0 0 60px;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
    display: inline-block;
    width: auto;
    margin: 0 0 20px;
    border: 2px solid #eee;
    padding: 20px 25px;
}
.comment-info .username {
	display: block;
	padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc8a97;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content > * {
	margin: 0 0 10px;
}
.comment-content .comment-title {
    margin: 0 0 25px;
    text-transform: uppercase;
    color: #444;
}
.comment-time span {
    font-weight: bold;
}
.comment-body {
	line-height: 20px;
}

.page.news-item-page {
    text-align: center;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 60px;
}
.news-list-homepage .title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    color: #444;
}
.news-list-homepage .news-title {
    text-transform: none;
}
.news-list-homepage .news-title:after {
    display: none;
}
.news-list-homepage .view-all {
    text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
    font-weight: bold;
    color: #cc8a97;
}
.news-list-homepage .view-all a:hover {
    text-decoration: underline;
}
.news-list-homepage .news-item .news-title {
    font-size: 14px;
    letter-spacing: normal;
}


/********** FORUM & PROFILE **********/


.forums-main-page,
.forum-group-page,
.forum-page,
.forum-topic-page,
.forum-edit-page,
.forum-search-page,
.active-discussions-page,
.move-topic-page,
.profile-page,
.private-messages {
    margin: 0 0 180px;
}
.forums-main-page .topic-block {
    margin: 0 0 5px;
}
.forums-main-page .topic-block-body {
    line-height: 24px;
}
.forums-header {
	margin: 0 0 20px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    margin: 0 0 30px;
    font-weight: bold;
}
.forum-search-box {
    position: static !important;
    float: none !important;
    margin: 0 0 50px;
    border: 2px solid #eee;
    padding: 30px 20px 20px;
}
.forum-search-box form {
}
.forum-search-box .basic {
    max-width:390px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.forum-search-box .basic .search-box-text {
    width: 390px;
    max-width: 100%;
    height: 38px;
    border-width: 2px 2px 0;
    text-align: center;
    font-size: 14px;
}
.forum-search-box .basic .search-box-button {
    width: 390px;
    max-width: 100%;
    border: none;
    padding: 10px 40px;
    background-color: #cc8a97;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.forum-search-box .basic .search-box-button:hover {
    opacity: 0.9;
}
.forum-search-box .advanced a {
    background: url('../../Themes/Brooklyn/Content/img/forum-search-button.png') no-repeat right center;
	padding-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #cc8a97;

}
.forum-search-box-text {
	float: right;
	width: 220px !important;
}
.forum-search-box-button {
	float: right;
	width: 36px;
	height: 36px;
	border: none;
	background: #ccc url('../../Themes/Brooklyn/Content/img/search-button.png') center no-repeat;
	font-size: 0;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .inputs.reversed > * {
    margin: 0 3px;
}
.forum-search-page .search-error {
    margin: 0 0 30px;
	text-align: center;
    font-size: 13px;
	color: #de524e;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

/* forum group */

.forum-table td{
    font-size: 13px;
}
.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section.active-discussions {
    position: relative;
}
.forums-table-section a {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
}
.forums-table-section a:hover {
    color: #cc8a97;
}
.forums-table-section-title {
	margin: 0 0 20px;
	overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-size: 16px;
	font-weight: bold;
    color: #444;
}
.forums-table-section-title > a:hover {
    color: #cc8a97;
}
/*.forums-table-section-title > a:hover:after {
    background-color: #ddd;
}*/
.forums-table-section-title > a:after,
.forums-table-section-title strong:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin: 10px auto 0;
    background-color: #cc8a97;
}
.forums-table-section-title strong:after {
    background-color: #cc8a97;
}
.forums-table-section .view-all {
    margin: -30px 0 0;
}
.forums-table-section .view-all a {
    color: #cc8a97;
}
.forums-table-section .view-all a:hover {
    text-decoration: underline;
}

.forums-table-section .image div {
	width: 31px;
	height: 25px;
	margin: auto;
	background: url('../../Themes/Brooklyn/Content/img/folder1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../../Themes/Brooklyn/Content/img/folder2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../../Themes/Brooklyn/Content/img/folder3.png') center no-repeat;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post .origin a,
.forums-table-section .latest-post .author a,
.forums-table-section .topic-details .topic-starter a {
    font-size: 13px;
    color: #cc8a97;
}

/* forum-page, topic-page */

.forum-page .forum-info {
	margin: 0 0 20px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3.3px;
    color: #444;
}
.forum-page .forum-description {
    margin: 0 0 50px;
}
.forum-actions,
.topic-actions {
    display: inline-block;
	margin: 0 0 25px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 0 -1px;
    border: 2px solid #eee;
    padding: 10px 40px 10px 20px;
    background-image: none;
    background-color: #f9f9f9 !important;
    text-transform: uppercase;
    font-weight: bold;
	font-size: 14px;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.forum-actions .actions a,
.topic-actions .actions a {
    margin-bottom: -2px !important;
}
.forum-actions .actions a:last-of-type,
.topic-actions .actions a:last-of-type {
    margin: 0 -1px 0 0;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
    background-color: #eee !important;
}
.forum-actions .actions .new-topic {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon6.png') right center no-repeat;
}
.forum-actions .actions .watch-forum {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon5.png') right center no-repeat;
}
.topic-actions .actions .reply-topic-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon4.png') right center no-repeat;
}
.topic-actions .actions .watch-topic-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon5.png') right center no-repeat;
}
.topic-actions .actions .move-topic-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon3.png') right center no-repeat;
}
.topic-actions .actions .edit-topic-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon1.png') right center no-repeat;
}
.topic-actions .actions .delete-topic-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon2.png') right center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}
.pager.upper {
	display: none;
	margin: 0;
}

/* topic post */

.topic-post {
	margin: 0 0 20px;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
    padding: 5px 0 20px;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 10px
}
.topic-post .username {
	display: block;
	padding: 10px 0;
	font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 150px;
	height: 150px;
    margin: 0 auto;
	/*border: 2px solid #eee;*/
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 15px;
    font-size: 13px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 3px 0 0;
    font-weight: bold;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	/*display: inline-block;
    width: 100px;
    border: 2px solid #eee;
    padding: 6px 0;
    background-color: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
    color: #cc8a97;*/
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 10px 30px;
    background-color: #cc8a97;
    font-weight: bold;
	text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    opacity: 0.9;
}

.topic-post .post-time {
	margin: 0 0 15px;
	padding: 10px 0;
}
.topic-post .post-time span {
	font-weight: bold;
}
.topic-post .post-actions {
	margin: 0 0 30px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
    margin: 0 0 -2px;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 -1px;
	font-size: 14px; /*reset zeroing*/
}
.topic-post .post-actions .quote-post-button {
    border: 2px solid #eee;
	background: #f9f9f9 url('../../Themes/Brooklyn/Content/img/quote.png') right center no-repeat;
	padding: 15px 30px 15px 20px;
    text-transform: uppercase;
	font-weight: bold;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
.topic-post .post-actions .quote-post-button:hover {
    background-color: #eee;
}
.topic-post .post-actions .post-link-button {
    margin: 0 -1px;
    border: 2px solid #eee;
    padding: 15px 20px;
	font-weight: bold;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    margin: 0 -1px;
    border: 2px solid #eee;
    padding: 15px;
    font-weight: bold;
}
.topic-post .post-actions a:hover {
    color: #cc8a97;
}

.topic-post .post-body {
	margin: 0 0 15px;
    /*topic post-body also gets style from blog post-body*/
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px;
    border: 2px solid #eee;
	padding: 10px;
}
.topic-post .signature {
	border-top: 2px solid #eee;
	padding: 20px;
    font-style: italic;
}
.topic-post .vote {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.topic-post .vote.up:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #eee transparent;
}
.topic-post .vote.down:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #eee transparent transparent transparent;
}
.topic-post .post-vote {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.vote-count-post {
    width: 40px;
    border: 2px solid #eee;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    font-family: "Open Sans",sans-serif;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page strong,
.private-message-send-page a {
    text-transform: uppercase;
	font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin: 0 0 10px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-messages .buttons {
    font-size: 0;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
    display: block;
    margin: 10px auto;
	min-width: 250px;
	border: 2px solid #eee;
	padding: 10px 20px;
    background-color: #f9f9f9;
    font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
    background-color: #eee;
}
.forum-edit-page .buttons input.button-1,
.move-topic-page .buttons input.button-1,
.private-messages .buttons input.button-1 {
    background-color: #cc8a97;
    border-color: #cc8a97;
    color: #fff;
}
.forum-edit-page .buttons input.button-1:hover,
.move-topic-page .buttons input.button-1:hover,
.private-messages .buttons input.button-1:hover {
    opacity: 0.9;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 12px; /*reset zeroing*/
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */

.private-messages-page .ui-tabs .ui-tabs-panel {
    border: none;
    padding: 0;
}
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page td a {
    font-weight: normal;
}
.private-messages-page td a.pm-unread {
	font-weight: bold;
    color: #cc8a97;
}
.private-messages-page td.date {
    color: #bbb;
} 
.private-messages-page .to a:hover,
.private-messages-page .from a:hover,
.private-messages-page .subject a:hover {
    color: #cc8a97;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-message-view-page .view-message {
    margin: 0 0 30px;
}
.private-message-view-page .view-message ul li {
    display: inline-block;
}
.private-message-view-page .view-message ul li:last-child span {
    display: none;
}
.private-message-view-page .view-message div {
	display: block;
    margin: 20px 0 0;
    border: 2px solid #eee;
    padding: 15px;
}
.private-message-view-page span {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 10px 0 0;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .buttons {
    display: inline-block;
}
.private-message-view-page .back-pm-button {
    margin: 0 -2px 0 0;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .avatar {
	margin: 0 auto 20px;
}
.profile-info-box .profile-stats {
	margin: 0 0 30px;
}
.profile-info-box .title {
	margin: 0 0 5px;
    text-transform: uppercase;
	font-size: 14px;
    color: #444;
}
.profile-info-box .stats {
    font-size: 13px;
}
.profile-info-box .stats li {
    margin: 0 0 5px;
}
.profile-page .topic {
    margin: 0 -15px 20px;
    border-bottom: 2px solid #eee;
    padding: 0 15px 15px;
}
.profile-page .topic p {
    padding: 0 10px;
}
.profile-page .topic-title {
    margin: -20px -15px 20px;
    border-bottom: 2px solid #eee;
    background-color: #f9f9f9;
    padding: 15px 5px;
}
.profile-page .topic:first-child .topic-title {
    margin-top: -15px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #cc8a97;
}
.profile-page .topic-title a:hover {
    color: #cc8a97;
}
.profile-page .topic-data span {
	display: inline-block;
	font-weight: bold;
}
/* GLOBAL TABLES */

.table-wrapper {
	/*overflow-x: auto;*/
}
.cart, .data-table,
.compare-products-table {
	margin: 0 0 30px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
}
.forums-table-section table {
    margin: 0 0 70px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
}
table.data-table {
    box-shadow: none;
    border: 2px solid #eee;
}
.cart th, .data-table th,
.forums-table-section th {
	border-bottom: 2px solid #eee;
    padding: 12px 15px;
    white-space: nowrap;
    font-weight: normal;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 60px;
    border-bottom: 2px solid #eee;
    background: #fff;
    padding: 12px 15px;
    font-weight: normal;
}
.data-table td.product a {
    font-style: normal;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
}
.cart tr:last-child td,
.data-table tr:last-child td,
.compare-products-table tr:last-child td,
.forums-table-section tr:last-child td {
    border-bottom: none;
}
.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: bold;
    color: #444;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: center;
}
.cart .attributes,
.data-table .attributes {
    margin: 0;
    padding: 0;
    border: none;  
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart .product {
    min-width: 175px;
}
.cart .edit-item > a {
    color: #cc8a97;
}
.cart .edit-item > a:hover {
    text-decoration: underline;
}
.cart .unit-price {
    white-space: nowrap;
    font-size: 16px;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 48px;
    height: 48px;
    border: 2px solid #ddd;
    text-align: center;
    font-size: 16px;
}
.cart .qty-dropdown {
    padding: 3px;
}
.cart tbody .subtotal {
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    color: #cc8a97; 
}
.cart tbody .subtotal .discount {
    white-space: normal;
}
.cart .discount-additional-info {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	white-space: normal;
	color: #888;
}
.shopping-cart-page table.cart .product-name, 
.checkout-page table.cart .product-name{
    text-transform: uppercase;
}
.shopping-cart-page table.cart .quantity > span,
.checkout-page table.cart .quantity > span {
    display: inline-block;
    height: 48px;
    width: 48px;
    border: 2px solid #ddd;
    line-height: 43px;
    font-size: 16px;
}
.shopping-cart-page table.cart .quantity .td-title,
.checkout-page table.cart .quantity .td-title {
    display: none;
}



/* COMPARE PRODUCTS TABLE */

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    font-weight: bold;
    color: #cc8a97;
}
.compare-products-table .product-price td:first-child {
    font-weight: normal;
    color: #666;
}

.compare-products-table-mobile img {
    max-width: 120px;
}


/********** FOOTABLE CUSTOM CSS **********/



.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}
td.footable-last-column {
    text-align: center;
    font-size: 16px;
    font-weight: bold !important;
    color: #cc8a97;
}

.footable-first-column .item-count {
	font-size: 16px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 32px;
	height: 32px;
	margin: -16px -16px 0 0;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
    cursor: pointer;
}
.footable-row-detail {
	text-align: right;
}
.footable-row-detail-cell {
	text-align: right !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable-toggle {
	background-image: url('../../Themes/Brooklyn/Content/img/expand-button.png');
}
.footable-detail-show .footable-toggle {
	background-image: url('../../Themes/Brooklyn/Content/img/shrink-button.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;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
    color: #cc8a97 !important;
}

/*@media all and (max-width: 809px) {
    .order-summary-content .cart .item-count, 
    .section.products .data-table .item-count, 
    .section.shipments .data-table .item-count {
        display: none;
    }
}*/

@media all and (min-width: 612px) {
    .downloadable-products-page .data-table .item-count, 
    .return-request-page .data-table .item-count {
        display: block;
    }
}

/*@media all and (max-width: 506px) {
    .reward-points-history .data-table .item-count {
        display: none;
    }
}*/

@media all and (min-width: 768px) {
    .forum-table .forum-details,
    .forum-table .latest-post,
    .forum-table .topic-details {
        text-align: right !important;
    }
}

@media all and (min-width: 1281px) {
    .cart td, 
    .data-table td, 
    .compare-products-table td {
        padding: 20px;
    }
    
    .forums-table-section td {
        padding: 20px 20px 30px;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .checkout-page .table-wrapper {
        box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.17);
    }
}
@media all and (max-width: 1024px) {

.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.8);*/
}
.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 35px;
}
.header {
	margin-top: 40px;
}
.admin-header-links ~ .header {
	margin-top: 75px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);*/
	background-color: #cc8a97;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 40px;
	width: 40px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.responsive-nav-wrapper > div:first-child > span,
.responsive-nav-wrapper > div:first-child > a{
    border-right: 1px solid rgba(255,255,255,0.1);
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url('../../Themes/Brooklyn/Content/img/menu-button.png') no-repeat center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url('../../Themes/Brooklyn/Content/img/search-button.png') no-repeat center;
}
.responsive-nav-wrapper .wishlist-opener {
    display: inline-block;
    background: url("../../Themes/Brooklyn/Content/img/wishlist-button.png") no-repeat center;
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url('../../Themes/Brooklyn/Content/img/cart-button.png') no-repeat center;
}
.responsive-nav-wrapper .filters-button {
	display: inline-block;
	background: url('../../Themes/Brooklyn/Content/img/filters-button.png') no-repeat center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url('../../Themes/Brooklyn/Content/img/options-button.png') no-repeat center;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 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;
}
.admin-header-links ~ .overlayOffCanvas {
    top: 75px;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.4);
}
.header-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    text-align: right;
    background: #fff;
    overflow: hidden;
	z-index: 1070;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);
}
.android23 .header-menu {
    right: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    right: 0;
}
.header-menu .close-menu {
    overflow: hidden;
}
.close-menu span {
	display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url('../../Themes/Brooklyn/Content/img/menu-close-button.png') no-repeat center;
    line-height: 15px;
	text-align: left;
    font-size: 0;
    color: #fff;
	text-transform: uppercase;
	
    cursor: pointer;

}
.header-menu > ul li {
    text-align: center;
    position: relative;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
    position: relative;
	z-index: 0;
    width: auto !important;
    margin: 0 20px;
    border-bottom: 2px solid #eee;
	padding: 25px 5px 12px;
	line-height: 16px;
	color: #444;
	font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
}
.plus-button {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
	width: 47px;
	height: 53px;
	background: url('../../Themes/Brooklyn/Content/img/menu-back-button.png') 27px 24px no-repeat;
    cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px !important;
    height: 100%;
    background: #fff !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    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(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);
}
.android23 .header-menu .sublist-wrap {
    right: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    right: 0;
}
.header-menu ul li.back-button {
	
}
.header-menu .back-button span {
    display: inline-block;
    float: left;
    margin: 0 0 0 17px;
    border: none;
    background: url('../../Themes/Brooklyn/Content/img/menu-sublevel-button.png') no-repeat right center;
	padding: 10px 20px 10px 10px !important;
    text-align: left;
    font-size: 12px;
	color: #888;
    font-weight: normal;
    cursor: pointer;
}

/* header menu functionality classes */

.admin-header-links,
.responsive-nav-wrapper,
.master-wrapper-content,
.header-logo, .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 */

.store-search-box {
	display: none;
	position: fixed;
	top: 40px;
	right: 0;
	padding: 20px;
	width: 100%;
	box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
	z-index: 1070;
	text-align: center;
    background: #fff;
}
.admin-header-links ~ .search-box {
    top: 75px;
}
.search-box.open {
	display: block;
}

/* HEADER LINKS */

.header-options-wrapper {
	display: none;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1070;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: #fff;
    padding: 10px;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.admin-header-links ~ .header .header-options-wrapper {
    top: 75px;
}
.header-options-wrapper.open {
	display: block;
}
.header-selectors-wrapper {
	margin: 10px 0 0;
}
.header-actions {
	display: none;
}

/* HEADER LOGO */

.header-logo {
    padding: 15px 0;
}
.header-2 .header-options-wrapper .header-logo {
    display: none;
}
.header-2 .header-lower {
	background: transparent !important;
}

/* BLOCK NAVIGATION */

.block.block-account-navigation {
    float: none;
    margin: 80px auto 100px;
}

}

@media all and (max-width: 480px) {

.forums-table-section .forums-table-section-body {
	overflow-x: auto;
}
.forums-table-section .view-all {
	margin: 0;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */

.master-wrapper-content {
    width: 95%;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-right: -225px;
}

/* HEADER */

.store-search-box input.search-box-text {
	width: 350px !important;
}
.ui-autocomplete {
	width: 386px !important; /*txtfield + button*/
	margin-left: -193px;
}

/* HEADER MENU */
/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 300px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: right;
	width: 48%;
	margin: 0 1% 2%;
	text-align: right;
}
.block:nth-of-type(2n+1) {
	clear: both;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.poll-options li,
.poll-results li {
	display: block;
}
.poll .buttons,
.poll-total-votes {
	text-align: right;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb ul {
    border: none;
}
.breadcrumb li > * {
    margin: -2px -1px 0;
    border: 2px solid #eee;
    padding: 9px 15px;
    font-size: 10px;
}
.breadcrumb li strong {
    max-width: none;
    white-space: normal;
}
.product-selectors {
    width: auto;
    text-align: center;
}
.product-selectors > div > span:first-child {
    width: auto;
}
.product-selectors .new_select {
    text-align: right;
}
.item-box {
    float: right;
	width: 49%; /*two per row*/
    max-width: none;
	margin-right: 2%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-right: 0;
}
.item-box .prices {
    min-height: 23px;
}
.item-box input[type="button"] {
    width: 82%;
    padding: 0 15px;
}
.item-box input.add-to-wishlist-button {
    width: 18%;
}
.home-page-category-grid {
    width: 100%;
    margin: 0 0 90px;
}
.home-page-category-grid .item-box {
    margin-bottom: 2%;
}
.sub-category-grid {
    width: 100%;
    margin: 0 0 30px;
}

/* PRODUCT PAGE */

.gallery {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
}
.gallery .thumb-item {
    width: 25%;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
    margin: 0 -1px -2px;
}
.ui-tabs.productTabs .ui-tabs-nav {
	margin: 0;
	text-align: right;
}
.ui-tabs.productTabs .ui-tabs-nav li {
	width: 50%;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* TOPICS */

.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select {
	width: 110px;
}
.login-page .checkout-as-guest-or-register-block .button-1 {
    max-width: 50%;
    padding: 14px 20px;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .button-2.update-cart-button {
    background-image: url('../../Themes/Brooklyn/Content/img/update.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.order-review-data,
.order-details-area,
.shipment-details-area {
	display: table;
	width: 100%;
	margin: 0 0 60px;
}
.order-review-data > div,
.order-details-area > ul,
.shipment-details-area > div {
	display: table-cell;
    width: 50%;
}
#CreditCardType, 
#CardholderName,
#CardNumber {
    width: 390px !important;
}

/* SEARCH PAGE & SITEMAP */
/* BLOG & NEWS */
/* FORUM & PROFILE */

.forum-search-box-text,
.forum-search-text {
	width: 350px;
}
.forum-page .forum-actions .actions a {
    width: auto;
}
.forum-actions .actions a:first-child,
.topic-actions .actions a:first-child {
    margin: 0 0 0 -1px;
}


}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
    min-height: 200px;
	text-align: right;
}

/* GLOBAL FORMS */

.fieldset .title, 
.section .title {
    text-align: center;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */
/* HEADER MENU */
/* FOOTER */

.footer-block {
	display: inline-block;
	width: 45%;
	margin: 0 1% 15px;
	vertical-align: top;
}

/* LEFT/RIGHT COLUMN */

.block {
	width: 31.3333%;
	margin: 0 1% 2%;
}
.block:nth-of-type(2n+1) {
	clear: none;
}
.block:nth-of-type(3n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	text-align: right;
}
.breadcrumb ul {
    padding: 0 10px;
    border: 2px solid #eee;
    border-bottom: none;
}
.breadcrumb ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
}
.product-filters .product-filter {
    display: inline-block;
    width: 33.333%;
    margin: 0 0 2%;
    padding: 1%;
    text-align: center;
    vertical-align: top;
}
.product-selectors {
    position: relative;
	z-index: 2;
	text-align: center;
}
.product-selectors > div {
    margin: 0;
}
.product-selectors .product-viewmode {
    display: block;
	position: absolute;
    right: 0;
}
.product-selectors .product-viewmode > span:first-child {
    padding-right: 0;
}
.product-selectors .product-sorting {
    padding: 8px 0;
}
.product-selectors .product-page-size {
    position: absolute;
    left: 0;
    padding: 8px 0;
} 
.product-selectors .product-page-size > span:last-child {
    padding-left: 0;
}

.item-box {
	width: 32%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
	margin-right: 2%; /*revert the second item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-right: 0;
}
.item-box .buttons {
	text-align: right;
}
.item-box input[type="button"] {
    width: 80%;
    padding: 0 10px;
}
.item-box input.add-to-wishlist-button {
    width: 20%;
}

.product-list {
    margin-top: 45px;
}
.product-list .item-box {
    float: none;
    width: auto;
    margin-right: 0;
}
.product-list .item-box .product-item:after {
    content: "";
    display: block;
    clear: both;
}
.product-list .item-box .picture {
    float: right;
    width: 200px;
    margin: 0;
}
.product-list .item-box .picture + .details {
    margin-right: 220px;
}
.product-list .item-box .product-title,
.product-list .item-box .description {
    height: auto;
}
.product-list .item-box .buttons input[type='button'] {
    width: auto;
    min-width: 150px;
}
.product-list .item-box .buttons input.add-to-wishlist-button{
    width: 48px;
    min-width: 0;
}

.pager {
    border: 2px solid #eee;
    text-align: center;
}
.pager ul {
    display: inline-block;
}
.pager li {
    float: right;
    margin: -2px 0; 
}
.pager li * {  
}

/* PRODUCT PAGE */

.product-essential {
    text-align: center;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 0 0 5px;
}

.ui-tabs.productTabs .ui-tabs-nav {
	text-align: center;
}
.ui-tabs.productTabs .ui-tabs-nav li {
	width: auto;
}
.ui-tabs.productTabs .ui-tabs-panel {
	padding: 20px 50px;
	text-align: center;
}

.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;
	border: 2px solid #eee !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

.rental-attributes dt {
	min-width: 75px;
}
.rental-attributes .datepicker {
	width: 120px;
}
.attribute-squares {
	text-align: center;
}
.giftcard label {
	display: inline-block;
	width: 150px;
	margin: 0 -156px 0 10px;
	text-align: left;
}

/* REVIEW PAGE */

.ui-tabs .product-review-list {
	text-align: right;
}
.ui-tabs .product-review-item:last-child {
	margin-bottom: 20px;
}
.product-review-item .review-title {
    float: right;
    width: 80%;
    margin: 0;
	color: #444;
}
.product-review-item .product-review-box {
    float: left;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
    display: inline-block;
    min-width: 200px;
	margin: 0 5px;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.date-of-birth select {
    max-width: 105px;
}
.address-list .buttons {
	position: absolute;
	top: 5px;
	left: 1px;
}
.recurring-payments .table-wrapper {
	max-width: 768px;
	margin: auto;
}
.recurring-payments .start-date {
	min-width: 120px;
}
.avatar-page {
    text-align: center;
}
.avatar-page .fieldset {
	/*float: left;
	margin-right: 10px;*/
    text-align: center;
}
.avatar-page .buttons {
	/*text-align: left;*/
}

/* SHOPPING CART & CHECKOUT */


.shopping-cart-page .common-buttons .button-2 {
    width: 49%;
    max-width: 390px;
}
.shopping-cart-page .common-buttons .button-2 + .button-2 {
    float: left;
}
.order-progress a {
    width: auto;
    padding: 15px 15px 15px 65px;
}
.cart-options .common-buttons input {
	margin: 0 10px 0 0;
}
.cart-options .checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals,
.cart-collaterals {
	margin: 0 auto 25px;
    text-align: center;
}
.checkout-page .address-grid {
    max-width: 810px;
}
.checkout-page .address-item {
	float: right;
    max-width: 48%;
    margin: 0 1% 2%;
}
.checkout-page .address-item:only-child {
    max-width: none;
}
/*.address-item:nth-child(2n) {
    margin: 0 0 20px 2%;
}*/
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.payment-details > * {
    cursor: pointer;
}
.order-details-page .page-title a {
    width: auto;
    min-width: 170px;
	margin: 3px;
    text-align: center;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: left;
}

/* SEARCH & SITEMAP */

.sitemap-page {
    text-align: center;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: right;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 0 0 10px;
	line-height: 24px;
}

.comment-list {
    text-align: center;
}
.news-list-homepage .news-items {
	margin: 0 160px 30px 0;
	border-right: 2px solid #ddd;
	padding: 5px 40px 5px 0;
}
.news-list-homepage .news-items .news-item {
    margin: 30px 0 0;
}
.news-list-homepage .news-items .news-item:first-child {
    margin: 0;
}
.news-list-homepage .news-items .news-item:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -52px;
    width: 23px;
    height: 23px;
    background: url('../../Themes/Brooklyn/Content/img/home-page-bullet.png') no-repeat center;
}
.news-list-homepage .news-head {
    margin: 0 0 5px;
}
.news-list-homepage .news-title {
    margin: 0;
}
.news-list-homepage .news-date {
    position: absolute;
    top: 0;
    right: -202px;
    width: 120px;
    text-align: left;
    line-height: 20px;
    color: #cc8a97;
}
.news-list-homepage .buttons {
    display: none;
}
.news-list-homepage .view-all {
    margin: 40px 0 0;
}

.blog-comment, 
.news-comment {
    position: relative;
    margin: 0 0 -2px;
    overflow: hidden;
    border: 2px solid #eee;
}
.comment-info {
	float: right;
    min-height: 220px;
	margin: 0;
    border: none;
}
.comment-info + .comment-content {
    min-height: 220px;
    margin: 0 172px 0 0;
    padding: 20px;
    text-align: right;
}
.comment-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 170px;
    height: 100%;
    width: 2px;
    background-color: #eee;
}

/* FORUM & PROFILE */


.forum-breadcrumb {
    margin: 0 0 30px !important;
}
.forums-main-page,
.forum-group-page,
.forum-page,
.forum-topic-page,
.active-discussions-page,
.profile-page,
.private-messages {
    text-align: center;
}
.current-time {
    font-weight: bold;
}
.forums-table-section-title {
    text-align: right;
}
.forums-table-section-title > a::after,
.forums-table-section-title strong:after {
    margin: 10px 0 0;
}
.forums-table-section-title .link-rss {
	float: left;
	margin: 0;
}
.forums-table-section .view-all {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
	text-align: center;
}

.forum-actions,
.topic-actions {
    display: block;
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	/*float: left;*/
    margin: 0 0 30px;
}
.forum-actions .pager,
.topic-actions .pager {
	/*float: right;*/
    float: none !important;
	/*max-width: 450px;*/
}
.topic-actions.lower .actions {
	display: block;
}

.topic-posts {
    margin: 0 0 30px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
}
.topic-post {
	overflow: hidden;
    margin: 0;
    border-bottom: 2px solid #eee;
}
.topic-post:last-child {
    border-bottom: none;
}
.topic-post .post-info {
	float: right;
	width: 20%;
	margin: 0;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username {
}
.topic-post .avatar {
}
.topic-post .avatar img {
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.topic-post .post-content {
	float: left;
    position: relative;
	width: 80%;
}
.topic-post .post-content .post-body {
    padding: 0 20px 20px 0;
    text-align: right;
    overflow: hidden;
}
.topic-post .post-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 1000px;
    background-color: #eee;
}
.topic-post .post-body .post-text {
    float: right;
    max-width: 88%;
}
.topic-post .post-vote {
    float: left;
    margin: 0 0 0 20px;
}
.topic-post .post-head {
	overflow: hidden;
}
.topic-post .post-time {
	float: right;
	margin: 0;
    padding: 15px;
	background: none;
}
.topic-post .post-actions {
	float: left;
	margin: -2px 0 0 -2px;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .post-link-button {
    margin: 0 0 0 10px;
    border: none;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
    margin: 0 0 10px;
    border: none;
}
.topic-post .post-actions .edit-post-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon1.png') no-repeat right center;
}
.topic-post .post-actions .delete-post-button {
	background: url('../../Themes/Brooklyn/Content/img/forum_icon2.png') no-repeat right center;
}
.topic-post .post-actions .edit-post-button, 
.topic-post .post-actions .delete-post-button {
    padding: 15px 35px 15px 15px;
}
.topic-post .post-actions .post-link-button {
    padding: 15px 10px 15px 15px;
}


.pager.lower {
	margin: 70px 0 0;
}
.forum-topic-page .topic-options {
	float: right;
}
.move-topic-page .inputs {
    text-align: center;
}
.move-topic-page .inputs label {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
}
.forum-edit-page .buttons input, 
.move-topic-page .buttons input, 
.private-messages .buttons input {
    display: inline-block;
    min-width: 200px;
    margin: 0 5px;
}
.private-messages-page .pager {
    border: none;
}
.private-message-view-page .back-pm-button {
	float: right;
}

.profile-info-box .avatar {
	float: right;
	margin: 0 0 0 15px;
}
.profile-info-box .profile-stats {
    margin: 0 180px 20px 0;
    text-align: right;
}
.profile-info-box .profile-stats:before {
    content: "";
    position: absolute;
    top: 0;
    right: 175px;
    width: 2px;
    height: 1000px;
    background-color: #eee;
}
.profile-info-box .send-pm {
    float: right;
	margin: 0 15px 0 0;
}
.profile-page .pager {
    margin-top: 35px;
    border: none;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 980px;
	margin: auto;
}
.master-wrapper-home .master-wrapper-content {
	margin-top: 60px;
}
.center-2 {
	float: left;
	width: 74%;
    margin: 0 0 120px;
}
.side-2 {
	float: right;
	width: 23%;
    margin: 0 0 120px;
}
.inputs {
	text-align: right;
}
.inputs label {
	display: inline-block;
	width: 305px;
	margin: 0 0 0 10px;
	text-align: left;
}
.center-2 .inputs label {
	width: 150px;
}
.responsive-nav-wrapper-parent {
	display: none;
}
.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}
.category-page .page-title,
.account-page .page-title {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
}
.link-rss {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* GLOBAL FORMS */

.inputs .option-list {
    vertical-align: top;
}
.inputs .option-list li {
	float: none;
	margin: 10px 0;
}
.inputs .option-list li:first-child {
    margin-top: 0;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header {
	position: relative;
	z-index: 1020;
	text-align: right;
	width: auto;
}
.header-upper {
    background-color: #cc8a97;
    padding:5px 0;
}
.header-upper:after, 
.header-lower:after {
    content: "";
    display: block;
    clear: both;
}
.header-options-wrapper {
    width: 980px;
    margin: auto;
}
.header-options-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.header-options {
    float: right;
    max-width: 700px;
}
.header-links-wrapper {
	float: right;
    margin: 0 0 0 10px;
}
.header-links li {
    margin: 0 0 0 20px;
}
.header-links span,
.header-links a {
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}
.header-links span:hover,
.header-links a:hover {
    color: rgba(255,255,255,1);
}

.header-selectors-wrapper {
	float: right;
}
.header-selectors-wrapper > div {
	float: right;
	margin: 0 10px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}
.header-selectors-wrapper > div:first-child {
    margin: 0;
}
.header-selectors-wrapper select {
    height: 30px;
    min-width: 45px;
    max-width: 55px;
    border: none;
    background-color: transparent;
    padding: 6px 0 6px 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
}
.tax-display-type-selector select {
    max-width: none !important;
}
.header-selectors-wrapper select:focus {
    color: rgba(255,255,255,1);
}
.new_select {
    background-image: url('../../Themes/Brooklyn/Content/img/selector-button1.png');
}
.language-list a {
    height: 30px;
}

.store-search-box {
	position: relative;
	float: left;
}
.store-search-box form {
    border-color: rgba(255,255,255,0.2);
}
.store-search-box input.search-box-text {
    width: 240px !important;
    height: 29px;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.header-1 .store-search-box input.search-box-text::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-2 .store-search-box input.search-box-text::-webkit-input-placeholder {
    color: #888;
}
.store-search-box input.search-box-text:focus {
    color: #fff;
}
.store-search-box .search-box-button {
    width: 30px;
    height: 29px;
    background:rgba(0, 0, 0, 0) url('../../Themes/Brooklyn/Content/img/search-button.png') no-repeat center;
}
.ui-autocomplete {
	z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
	width: 270px !important;
	margin-left: -135px;
	text-align: right;
}

.header-lower {
	display: table;
    table-layout: fixed;
	width: 980px;
    margin: auto;
    padding: 20px 0;
}
.header-actions-wrapper {
	display: table-row;
}

.header-logo {
    display: table-cell;
    width: 20%;
    padding: 0 0 0 20px;
    vertical-align: middle;
    text-align: right;
}

#headerMenuParent {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
}
.header-menu {
    display: table-row;
	position: relative;
	z-index: 1010;
	margin: 0 0 30px;
    text-align: right;
}
.header-menu > ul {
    display: table-cell;
	font-size: 0;
}
.header-menu > ul > li {
	display: inline-block;
    position: relative;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
    position: relative;
    overflow: hidden;
	padding: 5px 15px;
	font-size: 14px; /*reset zeroing*/
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
	cursor: pointer;
}
.header-menu > ul > li > a:after,
.header-menu > ul > li > span:after {
    content: "";
    display: none;
    position: absolute; 
	right: 15px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #cc8a97;
}
.header-menu > ul > li:hover {
    z-index: 100;
}
.header-menu > ul > li:hover > a:after,
.header-menu > ul > li:hover > span:after {
    display: block;
}
.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	top: 30px;
    right: 15px;
	min-width: 180px;
	background: #fff;
	padding: 2px 0 7px;
	box-shadow: -1px 1px 3px rgba(0,0,0,.25);
}
.header-menu .sublist-wrap.active {
	display: block;
}
.top-menu {
	display: block;
}
.header-menu .sublist li {
	position: relative;
    padding: 0 10px;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li a {
	display: block;
    border-bottom: 2px solid #eee;
    padding: 12px 10px 5px;
	font-size: 14px;
	color: #888;
}
.header-menu .sublist li:last-child a {
    border-bottom: none;
}
.header-menu .sublist li:hover > a {
	color: #cc8a97;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -2px;
	right: 100%;
}

.header-actions {
    display: table-cell;
    width: 15%;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
}
.header-actions > a {
    display: inline-block;
    width: 48px; 
    height: 48px;
    margin: 2px 2px 2px 0;
    vertical-align: middle;
}
.header-actions a.ico-wishlist {
    background: #444 url('../../Themes/Brooklyn/Content/img/wishlist-button.png') no-repeat center;
}
.header-actions a.ico-cart {
    background: #cc8a97 url('../../Themes/Brooklyn/Content/img/cart-button.png') no-repeat center;
} 
.flyout-cart {
	display: block;
	position: fixed !important;
	top: 0;
    bottom: 0;
	left: -330px;
	z-index: 1030;
	width: 320px;
	border: none;
    box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.086);
	background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.admin-header-links ~ .header-1 .flyout-cart,
.admin-header-links ~ .header .flyout-cart-overlay {
    top: 35px;
}
.flyout-cart.active {
	left: 0;
}
.mini-shopping-cart {
}
.mini-shopping-cart a {
}
.mini-shopping-cart a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .count {
    position: relative;
    min-height: 40px;
	padding: 11px 20px 11px 40px;
    background-color: #cc8a97;
    text-align: right;
    font-size: 13px;
    color: #fff;
}
.mini-shopping-cart .count a {
    width: auto;
    height: auto;
    font-weight: bold;
}
.mini-shopping-cart .count .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('../../Themes/Brooklyn/Content/img/flyout-cart-close-button.png') no-repeat center;
    cursor: pointer;
}
.mini-shopping-cart .item {
	overflow: hidden;
	padding: 20px 10px 0 33px;
}
.mini-shopping-cart .item.first {
}
.mini-shopping-cart .picture {
	float: right;
	width: 120px;
	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 135px 0 0;
    text-align: right;
    font-size: 13px;
    color: #888;
}
.mini-shopping-cart .name {
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
    color: #666;
}
.mini-shopping-cart .attributes {
    margin: 15px 0 10px;
    padding: 15px 0 0;
}
.mini-shopping-cart .price {
    margin: 0 0 4px;
}
.mini-shopping-cart .price span {
    font-size: 16px;
    font-weight: bold;
    color: #cc8a97;
}
.mini-shopping-cart .quantity span {
}
.mini-shopping-cart .totals {
    padding: 23px 10px;
	text-align: right;
    font-size: 16px;
	color: #666;
}
.mini-shopping-cart .totals strong {
	color: #cc8a97;
}
.mini-shopping-cart .buttons {
	padding: 0 10px;
	text-align: right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
    margin: 0 0 2px 1px;
    border: none;
    background-color: #cc8a97;
	padding: 13px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mini-shopping-cart input[type="button"]:hover {
    opacity: 0.9;
}

/* HEADER-2 */

.header-2 .header-upper {
    background-color: #fff;
    padding: 12px 0;
}
.admin-header-links ~ .header-2 .header-upper {
    border-top: 2px solid #eee; 
}
.header-2 .header-options-wrapper {
    display: table;
}
.header-2 .header-logo {
    width: 36%;
}
.header-2 .store-search-box {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.header-2 .store-search-box form {
    border-bottom: 2px solid #eee;
}
.header-2 .store-search-box input.search-box-text {
    height: 33px;
    color: #888;
}
.header-2 .store-search-box input.search-box-text:focus {
    color: #444;
}
.header-2 .store-search-box .search-box-button {
    background-image: url('../../Themes/Brooklyn/Content/img/search-button-mobile.png');
}
.header-2 .header-options {
    display: table-cell;
    width: 36%;
    float: none;
    vertical-align: middle;
    text-align: left;
}
.header-2 .header-options > div {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: right;
}
.header-2 .header-links-wrapper {
    margin: 0;
}
.header-2 .header-links ul {
    text-align: left;
}
.header-2 .header-links li {
    margin: 0 10px 0 0;
}
.header-2 .header-links a span:hover,
.header-2 .header-links a:hover {
    color: #cc8a97;
}
.header-2 .header-links span, 
.header-2 .header-links a,
.header-2 .header-selectors-wrapper select {
    color: #888;
}
.header-2 .header-selectors-wrapper {
    margin: 0 10px 0 0;
}
.header-2 .header-selectors-wrapper > div {
    border-bottom: 2px solid #eee;
    padding: 0 5px;
}
.header-2 .new_select {
    background-image: url('../../Themes/Brooklyn/Content/img/selector-button2.png');
    color: #888;
}
/*testing*/
.header-2 .header-selectors-wrapper .language-selector {
    border: none;
}
.header-2 .header-selectors-wrapper .language-selector .new_select {
    border-bottom: 2px solid #eee;
}
.header-2 .header-lower {
	display: block;
	width: auto;
    background-color: #cc8a97;
    padding: 5px 0;
}
.header-2 .header-actions-wrapper {
	display: table;
	width: 980px;
	margin: auto;
}
.header-2 .header-lower .header-logo,
.header-2 .header-lower .search-box {
    display: none;
}
.header-2 #headerMenuParent {
    width: 88%;
    text-align: center;
}
.header-2 .header-menu > ul > li > a,
.header-2 .header-menu > ul > li > span {
    color: #fff;
}
.header-2 .header-menu > ul > li > a:after,
.header-2 .header-menu > ul > li > span:after {
    background-color: #fff;
}
.header-2 .header-menu > ul > li > .sublist-wrap,
.header-2 .header-menu > ul > li > .dropdown {
	margin-top: -2px;
}
.header-2 .header-actions a {
    margin: 0;
}
.header-2 .header-actions a.ico-cart {
    background-color: #d6a1ac;
}

/* FOOTER */

.footer-upper,
.footer-middle,
.footer-lower {
    padding-left: 0;
    padding-right: 0;
}
.footer-upper, 
.footer-middle, 
.footer-lower-center {
    width: 1000px;
    margin: auto;
}

.footer-upper {
    padding: 0 20px 50px;
}
.social-sharing {
    height: 65px;
    max-width: 600px;
    margin: auto;
    background: url('../../Themes/Brooklyn/Content/img/social-icons-holder-shadow.png') no-repeat center top; 
}
.social-sharing li {
    margin: 0 4px;
    vertical-align: top;
    box-shadow:inset  0 20px 20px -20px rgba(0,0,0,0.4);
}
.social-sharing li:hover {
    height: 65px;
}

.footer-block {
    float: right;
    width: 26%;
	margin: 0 0 15px;
    border: none;
    padding: 0 20px;
    text-align: right;
}
.footer-block.footer-links {
    width: 24%;
}
.footer-block .title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 3.3px;
    cursor: auto;
}
.footer-block .title + * {
    display: block;
    margin: 0;
}
.footer-block .title strong {
    padding: 0;
}
.footer-block .title strong:before, 
.footer-block .title strong:after {
    display: none;
}
.footer-block .title + *:before {
    margin: 0;
}
.footer-block.footer-topic .title+*:before {
	margin-bottom: 20px;
}
.footer-block .topic-block-body {
    padding: 18px 0 0;
}
.footer-block .list li {
    padding: 10px 0;
}
.footer-block .list li:first-child {
    padding: 20px 0 10px;
}

.newsletter-description {
    padding: 20px 0 0;
}
.newsletter-email input[type="email"] {
	width: 220px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 220px;
}

/* FOOTER-2 */

.footer-2 .footer-middle {
    padding: 60px 0;
}
.footer-2 .footer-block {
    margin: 0;
} 
.footer-2 .newsletter-block {
    border-right: 2px solid #ddd;
    text-align: center;
}
.footer-2 .newsletter-block .title {
    height: 40px;
    background: url('../../Themes/Brooklyn/Content/img/about-us-icon.png') no-repeat center;
}
.footer-2 .newsletter-block .title strong, 
.footer-2 .newsletter-block .newsletter:before {
    display: none !important;
}
.footer-2 .newsletter-email .options {
    text-align: right;
}
.footer-2 .social-sharing {
    background: none;
    text-align: right;
}
.footer-2 .social-sharing li {
    margin: 0;
    box-shadow: none;
}
.footer-2 .social-sharing li:hover {
    height: 54px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: none;
	width: auto;
	margin: 0 0 40px;
}
.block .listbox {
	display: block;
}
.block .title {
    background: none;
	cursor: default;
}
.block-recently-viewed-products .list li > a {
    display: inline-block;
    padding-right: 10px;
}
.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;
}

/* CATEGORY PAGE & GRIDS */


.category-page-body .master-wrapper-content {
    padding: 100px 0 0;
}
.breadcrumb {
    margin: 0 0 50px;
}
.breadcrumb li * {
	line-height: normal;
}
.category-description,
.manufacturer-description,
.vendor-description {
    text-align: right;
}
.contact-vendor {
    text-align: right;
}
.home-page-category-grid .item-box {
    width: 32%;
    margin: 0 1% 1% 0;
}
.home-page-category-grid .item-box:nth-child(3n+1) {
    margin-right: 0;
}
.home-page-category-grid .title a:hover:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    border: 3px solid rgba(255,255,255,0.4);
}
.home-page-category-grid .hover-effect-2 .title a:hover:after {
    display: none;
}
.home-page-category-grid .item-box:hover .hover-effect-2 .title a span {
    bottom: 50%;
    margin-bottom: -30px;
}

.sub-category-grid .item-box:hover,
.manufacturer-grid .item-box:hover,
.vendor-grid .item-box:hover {
    opacity: 0.9;
}

.product-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 33.33333%;
    margin: 0 0 25px;
    padding: 15px;
}
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    margin: 0 0 40px !important;
}
.manufacturer-grid .item-box .title,
.vendor-grid .item-box .title {
    font-weight: normal;
}
.items-per-row-four .product-grid .item-box,
.items-per-row-four .manufacturer-grid .item-box,
.items-per-row-four .vendor-grid .item-box {
    width: 25%;
    margin: 0 0 35px;
    padding: 10px;
}
.items-per-row-four .product-grid .item-box:nth-child(3n+1),
.items-per-row-four .manufacturer-grid .item-box:nth-child(3n+1),
.items-per-row-four .vendor-grid .item-box:nth-child(3n+1) {
	clear: none; /*revert the third item*/
}
.items-per-row-four .product-grid .item-box:nth-child(4n+1),
.items-per-row-four .manufacturer-grid .item-box:nth-child(4n+1),
.items-per-row-four .vendor-grid .item-box:nth-child(4n+1) {
	clear: both;
}

.product-grid .item-box input[type="button"] {
    width: 76%;
}
.product-grid .item-box input.add-to-wishlist-button {
    width: 24%;
}
.product-grid .item-box:hover,
.manufacturer-grid .item-box:hover,
.vendor-grid .item-box:hover {
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}

.home-page .product-grid .item-box {
    width: 25%;
}
.home-page .product-grid .item-box:nth-child(3n+1){
    clear: none;
}
.home-page .product-grid .item-box:nth-child(4n+1){
    clear: both;
}

.items-per-row-four .product-grid .item-box input[type="button"] {
    width: 73%;
}
.items-per-row-four .product-grid .item-box input.add-to-wishlist-button {
    width: 27%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.items-per-row-four .product-grid .item-box .quick-view-button ~ input.add-to-wishlist-button  {
    left: 23.4%;
    right: auto;
}
.items-per-row-four .product-grid .item-box .picture {
    position: relative;
}
.items-per-row-four .home-page .product-grid .item-box {
    width: 20%;
}
.items-per-row-four .home-page .product-grid .item-box:nth-child(4n+1) {
    clear: none;
}
.items-per-row-four .home-page .product-grid .item-box:nth-child(5n+1) {
    clear: both;
}

.product-grid.also-purchased-products-grid .item-box,
.product-grid.related-products-grid .item-box,
.product-grid.cross-sells .item-box {
    width: 25%;
}
.product-grid.also-purchased-products-grid .item-box:nth-child(3n+1),
.product-grid.related-products-grid .item-box:nth-child(3n+1),
.product-grid.cross-sells .item-box:nth-child(3n+1) {
    clear: none;
}
.product-grid.also-purchased-products-grid .item-box:nth-child(4n+1),
.product-grid.related-products-grid .item-box:nth-child(4n+1),
.product-grid.cross-sells .item-box:nth-child(4n+1) {
    clear: both;
}

/* PRODUCT PAGE */

.gallery {
    display: inline-block;
    width: auto;
    max-width: none;
	padding: 15px 0 0;
	vertical-align: top;
}
.gallery:after {
    content: "";
    display: block;
    overflow: hidden;
}
.gallery .picture {
    float: right;
    width: 600px;
    margin: 0;
}
.gallery .picture-thumbs {
    float: left;
    width: 150px;
    margin: 0 3px 0 0;
}
.gallery .thumb-item {
    width: 100%;
    height: 150px;
    margin: 0;
}


.product-variant-list {
    text-align: right;
}
.variant-picture {
	float: right;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 250px 0 0;
}

.ui-tabs.productTabs .ui-tabs-panel {
	padding: 30px 80px;
}
.ui-tabs .ui-tabs-panel .inputs label {
	width: 223px;
}

.two-columns .gallery {
    float: right;
}
.two-columns .gallery .picture {
    width: 452px;
}
.two-columns .picture-thumbs {
    height: 452px;
    width: 113px;
}
.two-columns .gallery .thumb-item {
    height: 113px;
}
.two-columns .gallery .picture-thumbs li {
	height: 113px;
}

.two-columns .overview {
    float: left;
    width: 380px;
	padding: 15px 0 0;
    text-align: right;
}
.two-columns .overview .product-reviews-overview {
    text-align: right;
}
.two-columns .overview .discontinued-product {
    position: absolute;
    right: 0;
    width: 452px;
    border-width: 0;
    background: rgba(255,255,255,0.85);
    z-index: 1000;
}
.two-columns .customer-entered-price {
    padding: 10px 0 10px 10px;
}
.two-columns .attribute-squares {
	text-align: right;
}
.two-columns .giftcard label {
    display: block;
	width: auto;
    margin: 0 0 5px;
    text-align: right;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.compare-products-page {
	overflow: hidden;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 15px;
	left: 1%;
    width: auto;
}
.compare-products-table {
	display: table;
    width: 98%;
    margin: 12px auto;
}
.compare-products-table .full-description {
    display: none;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-page .button-2 {
    padding: 10px 30px;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */


.registration-page .inputs,
.login-page .inputs,
.account-page .inputs {
    margin: 0 0 15px;
}
.registration-page .inputs label {
    width: 238px;
    margin-left: 20px;
}
.registration-page .inputs input[type="text"],
.registration-page .inputs input[type="password"],
.registration-page .inputs input[type="tel"],
.registration-page .inputs input[type="email"],
.registration-page .inputs select,
.registration-page .inputs textarea,
.login-page .inputs input[type="text"],
.login-page .inputs input[type="password"],
.login-page .inputs input[type="email"],
.login-page .inputs input[type="tel"],
.account-page .inputs input[type="text"],
.account-page .inputs input[type="password"],
.account-page .inputs input[type="tel"],
.account-page .inputs input[type="email"],
.account-page .inputs select,
.account-page .inputs textarea {
    border-width: 0 0 2px;
}
.gender {
    width: 350px;
}
.gender span {
    display: inline-block;
    margin: 0;
    width: 48.5%;
    border-bottom: 2px solid #eee;
}
.gender span:first-child {
    margin: 0 0 0 3%;
} 
#check-availability-button {
	display: block;
	margin: 30px auto 0;
}
.login-page .new-wrapper {
    float: left;
    width: 49%;
}
.login-page .text {
    min-height: 186px;
}
.login-page .returning-wrapper {
    float: right;
    width: 49%;
}
.login-page .inputs label {
    width: 100px;
}
.login-page .inputs input[type="text"],
.login-page .inputs input[type="password"] {
    width: 300px;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}

.account-page .page-title {
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
}
.block-account-navigation,
.account-page {
    margin-top: 100px;
}
.account-page .title {
    text-align: right;
}
.account-page .title strong::after {
    margin: 10px 0 0;
}
.account-page .inputs label {
    margin-left: 20px;
}
.account-page .date-of-birth select {
    max-width: 108px;
}
.account-page .revalidation-wrapper {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	padding: 8px;
	vertical-align: middle;
}
.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
	margin: 5px 0;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
    max-width: none;
}
.order-list-page .table-wrapper {
	max-width: none;
}
.order-list-page .buttons {
    text-align: right;
}
.return-request-page label {
	width: 305px;
}
.avatar-page {
    text-align: right;
}
.avatar-page .message-error {
    text-align: right;
}
.avatar-page .fieldset {
	float: right;
	margin-left: 20px;
}
.avatar-page .buttons {
	text-align: right;
}
/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px 170px 0 20px;
}
.vendorinfo-page .vendor-picture .remove-picture-button {
    margin: 20px 0 0;
}



/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .totals {
    float: left;
	width: 33%;
    max-width: 390px;
	margin: 40px 0 0;
}
.cart-collaterals {
    float: right;
	width: 66.66%;
	margin: 0;
}
.cart-collaterals .deals > div, 
.cart-collaterals .estimate-shipping {
    margin-top: 40px;
}
.cart-collaterals .deals > div + div {
    margin: 60px 0 30px;
}
.cart-collaterals > div {
    width: 390px;
    max-width: 50%;
    padding: 0 0 0 10px;
}
.cart-collaterals .deals {
	float: right;
	margin: 0;
}
.cart-collaterals .hint {
    margin: 0 auto;
}
.cart-collaterals .deals > div:first-child {
    margin-bottom: 20px;
}
.cart-collaterals .shipping {
	float: left;
	margin: 0;
}
.cart-collaterals .shipping .inputs {
    text-align: center;
}
.cart-collaterals .shipping .buttons {
	text-align: left;
}
.cart-collaterals .estimate-shipping label {
    display: block;
    text-align: right;
}
.cart-collaterals input[type="text"],
.cart-collaterals select {
    border-width: 0 0 2px;
}
.terms-of-service {
    text-align: right;
}
.terms-of-service > span {
    display: inline-block;
    width: 90%;
    margin-right: 10px;
    vertical-align: top;
}

.checkout-page .edit-address {
    margin: 0;
}
.checkout-page .edit-address input,
.checkout-page .edit-address select {
    border-width: 0 0 2px;
}
.new-billing-address .inputs label {
    display: inline-block;
    width: 238px;
    margin-left: 20px; 
    text-align: left;
}
.checkout-page .address-grid {
    display: block;
    max-width: none;
}
.checkout-page .address-item {
    max-width: 32%;
}
.checkout-page .address-item,
.checkout-page .address-item:nth-child(2n) {
    margin: 0 2% 2% 0;
}
.checkout-page .address-item:first-child {
    margin: 0 0 2%;
}
.checkout-page .address-item:nth-child(3n+1) {
    clear: both;
    margin: 0 0 2%;
}
.checkout-page .address-item:only-child {
    float: none;
    margin: 0 auto 20px !important;
}
.checkout-page .edit-address label {
	width: 238px; /* remove the comment if works properly all over */
    margin-left: 20px;
}
.checkout-page .opc .edit-address label {
	width: 295px;
}
.new-billing-address .inputs .required {
    position: absolute;
}
.shipping-method .method-list li,
.payment-method .method-list li {
    text-align: right;
}
.shipping-method .method-description {
    margin: 5px 22px 0 0;
}
.payment-method .payment-logo {
    position: absolute;
    top: 0;
	bottom: 0;
    right: 42px;
	height: 36px;
	margin: auto;
}
.payment-method .payment-details input[type="radio"] {
	position: absolute;
    top: 0;
	bottom: 0;
    right: 18px;
	margin: auto;
}
.payment-method .method-list .payment-details label,
.payment-method .method-list .payment-description {
	margin: 0 88px 0 0;
}

/* SEARCH & SITEMAP */

.search-page-body .master-wrapper-content {
    padding: 150px 0 0;
}
.search-page-body .page-title {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}
.search-page .inputs label {
    width: 160px !important; 
    margin: 0 0 0 10px;
}
.basic-search input[type="text"] {
	width: 350px;
}
.advanced-search .price-range {
	margin-right: 85px;
}
.advanced-search .price-range input {
	height: auto;
}

/* BLOG & NEWS */

.news-pages-body .master-wrapper-content,
.blog-pages-body .master-wrapper-content {
    padding: 150px 0 0;
}
.news-pages-body .page-title,
.blog-pages-body .page-title {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
}

.page.blog-page,
.page.news-list-page {
    text-align: right;
}
.blog-posts .post {
    margin: 0 0 20px;
    border-bottom: 2px solid #eee;
    padding: 10px 20px 20px;
}
.news-items .news-item {
    margin: 0 0 15px;
    border-bottom: 2px solid #eee;
    padding: 10px 20px 30px;
}
.blog-posts .post:last-child,
.news-items .news-item:last-child {
    border: none;
}

.post-title:after,
.news-title:after {
    margin: 10px 0 0;
}
.blog-posts .buttons { 
}
.news-items .buttons {
    text-align: right;
} 
.blog-posts .read-comments {
	display: inline-block;
    position: relative;
    margin: 15px 10px 0 0;
	padding: 0 15px 0 0;
	vertical-align: top;
    line-height: 24px;   
}
.blog-posts .read-comments:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 13px;
    width: 2px;
    margin: auto;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #d9d9d9;
}
.blog-posts .read-more {
	display: block;
	width: 150px;
}

.page.news-item-page {
    text-align: right;
}
.blogpost-page .page-body,
.news-item-page .page-body {
    padding: 10px 20px;
}
.news-item-page .inputs:first-child label {
	display: inline-block;
    width: 141px;
}
.new-comment textarea {
	display: block;
	margin: auto;
}
.new-comment .title, 
.comment-list .title {
    text-align: right;
}
.new-comment .title strong::after, 
.comment-list .title strong::after {
    margin: 10px 0 0;
}
.news-list-homepage .news-item {
    border: none;
    padding: 0;
}



/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label,
.forum-search-page .basic-search .inputs label {
	width: 305px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 304px;
}
.forum-edit-page .reversed > * {
    width: auto;
    margin: 0 3px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-right: 314px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 350px;
	height: 180px;
	margin-right: 314px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header-menu .sublist-wrap {
        top: 29px;
    }
}

/* ie10 and ie11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .gallery {
        width: 753px;
    }
    .two-columns .gallery {
        width: 663px !important;
    }
    .product-essential .picture:only-child {
        float: none;
        margin: 0 auto;
    }
    .header-menu .sublist-wrap {
        top: 29px;
    }
    .address-list .buttons {
        top: 4px;
        left: 1px;
    }

}

/* safari fixes only */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    .address-list .buttons {
        top: -9px;
    }

}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 1200px;
}
.center-2 {
	width: 78%;
}
.side-2 {
	width: 20%;
}

/* GLOBAL FORMS */

.inputs label {
	width: 390px;
}
.center-2 .inputs label {
    width: 231px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
    width: 400px;
    -webkit-appearance: none;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header-options-wrapper {
    position: relative;
    width: 1200px;
    text-align: center;
    font-size: 0;
}
.header-options {
    display: inline-block;
    max-width: 650px;
    float: none;
}
.header-links-wrapper,
.header-selectors-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.header-links li {
    margin: 0 15px;
}
.store-search-box {
    position: absolute;
    top: 0;
    left: 0;
}
.header-lower {
    width: 1200px;
}
.header-menu > ul {
	width: 1200px;
}

/* HEADER-2 */

.header-2 .store-search-box {
    position: static;
}
.header-2 .header-links li,
.header-2 .header-selectors-wrapper {
    margin: 0 20px 0 0;
}
.header-2 .header-actions-wrapper  {
    width: 1200px;
}
.header-2 #headerMenuParent {
    padding: 0 144px 0 0;
    text-align: center;
}
.header-2 .header-menu {
    text-align: center;
}


/* FOOTER */

.footer-upper, 
.footer-middle, 
.footer-lower-center {
    width: 1200px;
}
.footer-upper {
    padding-bottom: 70px;
}
.footer-middle {
    padding-bottom: 70px;
}
.footer-block {
    width: 25% !important;
}
.newsletter-email input[type="email"] {
	width: 260px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 260px;
}

/* FOOTER-2 */

.footer-2 .newsletter-email input[type="text"] {
	width: 240px;
}
.footer-2 .newsletter-email .newsletter-subscribe-button {
    width: 240px;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.home-page-category-grid .item-box {
    width: 32.5%;
    margin: 0 0.75% 0.75% 0;
}
.product-grid .item-box input[type="button"] {
    width: 82%;
}
.product-grid .item-box input.add-to-wishlist-button {
    width: 18%;
}

.items-per-row-four .product-grid .item-box input[type="button"] {
    width: 77%;
}
.items-per-row-four .product-grid .item-box input.add-to-wishlist-button {
    width: 23%;
}
.items-per-row-four .home-page .product-grid .item-box input[type="button"] {
    width: 78%;
}
.items-per-row-four .home-page .product-grid .item-box input.add-to-wishlist-button {
    width: 22%;
}

.product-grid.also-purchased-products-grid .item-box,
.product-grid.related-products-grid .item-box,
.product-grid.cross-sells .item-box {
    width: 20%;
}
.product-grid.also-purchased-products-grid .item-box:nth-child(4n+1),
.product-grid.related-products-grid .item-box:nth-child(4n+1),
.product-grid.cross-sells .item-box:nth-child(4n+1) {
    clear: none;
}
.product-grid.also-purchased-products-grid .item-box:nth-child(5n+1),
.product-grid.related-products-grid .item-box:nth-child(5n+1),
.product-grid.cross-sells .item-box:nth-child(5n+1) {
    clear: both;
}

.product-list .item-box .picture + .details {
    margin-right: 230px;
}

/* PRODUCT PAGE */

.ui-tabs .ui-tabs-panel .inputs label {
	width: 308px;
}

.two-columns .overview {
    width: 500px;
}
.two-columns .gallery .picture {
    width: 550px;
}
.two-columns .picture-thumbs {
    width: 110px;
}
.two-columns .gallery .thumb-item {
    height: 110px;
}
.two-columns .overview .discontinued-product {
    width: 550px;
    padding: 45px 10px;
}
/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* TOPICS */

.home-page .topic-block {
	margin: 0 0 80px;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .inputs label {
    width: 213px;
}
.gender {
    width: 400px;
}
.date-of-birth select {
    max-width: 128px !important;
}
.date-of-birth select + select {
    margin: 0 8px 0 0;
}
.login-page .inputs label {
    margin-left: 20px;
}
.login-page .inputs input[type="text"],
.login-page .inputs input[type="password"] {
    width: 370px;
}

/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px 251px 0 20px;
}

/* SHOPPING CART & CHECKOUT */

.cart-collaterals {
    width: 66.3%;
}
.cart-collaterals > div {
    padding: 0;
}
.checkout-page .edit-address label {
	width: 213px;
}
.checkout-page .opc .edit-address label {
	width: 430px;
}
.order-progress ul {
    border: 2px solid #eee;
}
.order-progress li {
    margin: 0;
}
.order-progress a {
    border-width: 0 1px;
}
.order-progress li:first-child a {
    border-width: 0 2px 0 1px;
}
.order-progress li:last-child a {
    border-width: 0 1px 0 2px;
}
.checkout-page .address-item {
    max-width: none;
}
.checkout-page .address-item, 
.checkout-page .address-item:nth-child(2n) {
    margin: 0 15px 15px 0;
}
.checkout-page .address-item:nth-child(3n+1) {
    margin: 0 0 15px;
}

/* RETURN REQUESTS */

.return-request-file > div {
	width: 400px;
}

/* SEARCH & SITEMAP */

.search-page .inputs label {
    width: 241px !important;
}
.advanced-search .price-range {
	margin-right: 110px;
}


/* BLOG & NEWS */

.news-item-page .inputs:first-child label {
    width: 221px;
}
.new-comment .button-1 {
    width: 400px;
}

/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label, 
.forum-search-page .basic-search .inputs label {
	width: 390px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 390px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-right: 400px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	margin-right: 400px;
}

.topic-post .post-info {
	width: 16.666%;
}
.topic-post .post-content {
	width: 83.333%;
}
 
}
@font-face {
  font-family: 'simple-line-icons';
  src: url('../../Plugins/Panag.Template/Root/Content/simplelineicons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../Plugins/Panag.Template/Root/Content/simplelineicons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../Plugins/Panag.Template/Root/Content/simplelineicons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../Plugins/Panag.Template/Root/Content/simplelineicons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../Plugins/Panag.Template/Root/Content/simplelineicons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../Plugins/Panag.Template/Root/Content/simplelineicons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}

.simplebar,[data-simplebar-direction]{position:relative;overflow:hidden;-webkit-overflow-scrolling:touch}.simplebar .simplebar-scroll-content,[data-simplebar-direction] .simplebar-scroll-content{overflow-y:scroll;overflow-x:auto}[data-simplebar-direction="horizontal"] .simplebar-scroll-content,.simplebar.horizontal .simplebar-scroll-content{overflow-x:scroll;overflow-y:auto}.simplebar-track{z-index:99;position:absolute;top:0;right:0;bottom:0;width:11px}.simplebar-track .simplebar-scrollbar{position:absolute;right:2px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;min-height:10px;width:7px;opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-ms-transition:opacity .2s linear;transition:opacity .2s linear;background:#6c6e71;-webkit-background-clip:padding-box;-moz-background-clip:padding}.simplebar-track:hover .simplebar-scrollbar{opacity:.7;-webkit-transition:opacity 0 linear;-moz-transition:opacity 0 linear;-o-transition:opacity 0 linear;-ms-transition:opacity 0 linear;transition:opacity 0 linear}.simplebar-track .simplebar-scrollbar.visible{opacity:.7}[data-simplebar-direction="horizontal"] .simplebar-track,.simplebar.horizontal .simplebar-track{top:auto;left:0;width:auto;height:11px}[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,.simplebar.horizontal .simplebar-track .simplebar-scrollbar{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
/*! 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}
.text-align-start {
  text-align: right;
}

.text-align-end {
  text-align: left;
}

.float-start {
  float: right;
}

.float-end {
  float: left;
}

div.item-box .manufacturers {
  text-align: left;
}

.carousel-title strong::after {
  background-image: url(/Plugins/Panag.Template/Root/Content/img/left_decorate.png);
  margin-right: 40px;
}

.carousel-title strong::before {
  background-image: url(/Plugins/Panag.Template/Root/Content/img/right_decorate.png);
  margin-right: calc(-80px - 40px);
}

.category-page-body .breadcrumb,
.manufacturer-page-body .breadcrumb {
  float: right;
}


div.category-page div.product-selectors,
div.manufacturer-page div.product-selectors {
  float: left;
  margin-bottom: 0;
}

.overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
  float: left !important;
}

.product-details-page .overview .prices > div, .product-details-page .variant-overview .prices > div {
  padding-left: 10px;
}

.one-column .product-name h1,
.two-columns .product-name h1 {
  text-align: right !important;
}

.productTabs .inputs label {
  text-align: right;
}

.center-1 .product-details-page .product-grid .title {
  text-align: right;
}

@media (max-width: 1024px) {
  .product-essential .gallery .picture {
    float: right;
  }

  .product-essential .overview {
    clear: both;
  }

  .filters-opener {
    float: right;
  }
}

@media (min-width: 1025px) {
  .product-essential .gallery {
    padding-left: 30px;
  }

  div#search-popup {
    right: calc(100% - 280px);
  }

  .content-sized-container.rel .ui-autocomplete {
    right: calc(100% - 280px);
  }
}

@media (min-width: 1281px) {
  .product-essential .gallery {
    padding-left: 50px;
  }

  div#search-popup {
    right: calc(100% - 307px);
  }

  .content-sized-container.rel .ui-autocomplete {
    right: calc(100% - 307px);
  }
}

.product-details-page .product-grid.also-purchased-products-grid .item-box,
.product-details-page .product-grid.related-products-grid .item-box,
.product-details-page .product-grid.cross-sells .item-box {
  float: right;
}

.search-box-ex .icon-arrow-right {
  display: none;
}


.attributes ul.option-list li label {
  margin-left: 10px !important;
}
@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600,700&subset=hebrew');

/*@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&subset=hebrew');*/

/*
    Rubik faces:
        light 300
        regular 400
        medium 500
        bold 700
        black 900 (not attached)

    Assistant faces:
        extra-light 200 (not attached)
      V light 300
      V regular 400
      V semi-bold 600
      V bold 700
        extra-bold 800 (not attached)
*/

body, div, p, span, h1, h2, h3, h4, h5, h6, textarea, input, select, a, li {
  font-family: 'Assistant', sans-serif !important;
}

/*body, div, p, span, h1, h2, h3, h4, h5, h6, textarea, input, select, a, li {
    font-family: 'Rubik', sans-serif !important;
}*/


/* SIMPLE LINE ICONS Setup */
i.icons {
  color: #000;
  font-size: initial;
}

.header-actions a i.icons {
  font-size: 28px;
  display: block;
  text-align: center;
  line-height: 48px;
}

.scale-text,
div.item-box .details {
  font-size: 0.8em !important;
}

.nop-jcarousel {
  margin: 0 !important;
}

@media all and (max-width: 480px) {

  .item-box {
    float: right;
    width: 49%;
    max-width: none;
    margin-right: 2%;
  }

    .item-box:nth-child(2n+1) {
      clear: both;
      margin-right: 0;
    }
}

@media all and (max-width: 400px) {

  .header-actions a i.icons {
    font-size: 22px !important;
  }

  .header-actions a .icon-title {
    font-size: 10px !important;
  }

  .header-actions > a {
    width: 30px !important;
  }

  .floating-top-view .product-name h1,
  .floating-top-view .product-name h1 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

/* ONLY VERY SMALL MOBILE SCREENS */
@media all and (max-width: 749px) {
  .product-details-page .product-grid.also-purchased-products-grid .item-box,
  .product-details-page .product-grid.related-products-grid .item-box,
  .product-details-page .product-grid.cross-sells .item-box {
    width: calc(50% - 10px);
    margin: 0 5px;
    clear: unset !important;
  }

    .product-details-page .product-grid.also-purchased-products-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid.related-products-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid.cross-sells .item-box:nth-child(3n+1) {
      display: none;
    }

  .floating-top-view .product-name h1,
  .floating-top-view .product-name h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .ropc div.order-totals-panel {
    width: unset;
  }
}

@media all and (min-width: 750px) and (max-width: 984px) {
  .product-details-page .product-grid.also-purchased-products-grid .item-box,
  .product-details-page .product-grid.related-products-grid .item-box,
  .product-details-page .product-grid.cross-sells .item-box {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    clear: unset !important;
  }

    .product-details-page .product-grid.also-purchased-products-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid.related-products-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid.cross-sells .item-box:nth-child(4n+1) {
      display: none;
    }
}

@media (min-width: 985px) {
  .product-details-page .product-grid.also-purchased-products-grid .item-box,
  .product-details-page .product-grid.related-products-grid .item-box,
  .product-details-page .product-grid.cross-sells .item-box {
    width: calc(25% - 10px);
    margin: 0 5px;
    clear: unset !important;
  }
}

/* WIDE MOBILE SCREENS */
@media all and (min-width: 768px) {
  .theme-home-banners + .theme-home-banners {
    margin-top: -30px
  }
}

@media (min-width: 769px) {
  .ropc div.section-title strong {
    border: 0;
    font-size: 1.4em;
    font-weight: 600;
  }
}

/* MOBILE SETUP */
@media all and (max-width: 1024px) {
  div.header-actions-mobile {
    display: block;
  }

  .nop-jcarousel .carousel-title,
  .center-1 .product-details-page .product-grid .title {
    font-size: 1em !important;
    padding: 0 0 10px 0 !important;
  }

    .nop-jcarousel .carousel-title strong::before,
    .nop-jcarousel .carousel-title strong::after {
      display: none;
    }

  .zoom-touch-start {
    display: block;
  }

  .one-column .product-name h1,
  .two-columns .product-name h1 {
    text-align: center !important;
    padding-top: 20px;
  }


  .store-list {
    text-align: center;
  }

  .side-content {
    text-align: center;
  }

  .header-logo {
    display: inline;
    flex: 6;
  }

  .header-actions {
    display: inline;
    flex: 3;
  }


    .header-actions.start {
      text-align: start;
      margin-inline-start: 15px;
    }

    .header-actions.end {
      text-align: end;
      margin-inline-end: 15px;
    }

    .header-actions > a {
      display: inline-block;
      width: 35px;
      /*height: 48px;*/
      margin: 2px 2px 2px 0;
      vertical-align: middle;
    }

  .header-actions-wrapper {
    display: flex;
  }

  div.header-logo a.logo {
    max-width: 230px;
    width: 100%;
  }

  .header-actions .icon-title {
    color: #000;
    display: block;
    text-align: center;
    margin-top: -4px;
  }

  .header-actions .cart-qty {
    bottom: unset;
    top: 28px;
    left: 1px;
  }

  #search-popup-button {
    display: none;
  }

  .theme-home-banners {
    margin-bottom: 10px !important;
  }

  .floating-view {
    display: flex;
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    padding: 5px;
  }

    .floating-view .mobile-hide-on-sticky {
      display: none;
    }


    .floating-view .product-name {
      flex: 5;
    }

    .floating-view .prices {
      flex: 3;
      text-align: end;
    }

      .floating-view .prices .product-price {
        margin: 0;
        padding: 0 !important;
      }

    .floating-view .additional-details {
      display: none;
    }

  .header-menu > ul li {
    text-align: inherit;
  }

  .home-page-body .mobile-search {
    display: block;
  }

  .floating-top-view {
    display: flex;
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    padding: 5px;
  }

    .floating-top-view .product-name {
      flex: 5;
    }

      .floating-top-view .product-name h1,
      .floating-top-view .product-name h1 {
        text-align: start !important;
        padding: 10px !important;
      }

    .floating-top-view .prices {
      flex: 2;
      text-align: end;
      padding-left: 15px;
      margin: 15px 0;
    }

  .overview-top .prices, .variant-overview .prices {
    margin: 15px 0;
    overflow: hidden;
    font-size: 22px;
    color: #000;
  }



  .breadcrumb {
    display: none;
  }

  body div.master-wrapper-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  div.category-page .page-title,
  div.manufacturer-page .page-title,
  div.account-page .page-title,
  .product-details-page-body div.page-title,
  div.stores-page div.page-title,
  div.checkout-page div.page-title,
  div.search-page div.page-title {
    padding: 10px 0;
  }


  .product-grid, .product-list {
    padding-top: 0;
  }

  div.category-page div.product-selectors,
  div.manufacturer-page div.product-selectors,
  div.search-page div.product-selectors {
    text-align: end;
  }

  .product-selectors select.sortOptionsDropDown {
    margin: 0;
  }

  .filters-opener > div {
    margin: 17px 0 10px;
  }

  .filters-opener a {
    font-size: 18px;
    color: #000;
  }

  .filters-opener {
    position: absolute;
    z-index: 2;
  }

  .product-selectors > div > span {
    width: unset !important;
  }

  .product-selectors {
    width: unset;
  }

  .product-details-page div.product-essential {
    margin-top: 0;
  }

  .product-details-page-body div.breadcrumb, .product-details-page-body div.page-title {
    display: none;
  }

  .footer-block .newsletter {
    display: block !important;
  }

  .store-list .store {
    text-align: start;
  }

  .footer.footer-2 {
    font-size: 1.5em;
  }

  .theme-mobile {
  }

  .theme-desktop {
    display: none !important;
  }


  .theme-full-width-mobile {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .theme-full-width-desktop {
    display: none !important;
  }

  .cart td.product-picture {
    position: absolute;
    border: 0;
  }

  .cart td.product {
    text-align: start;
    padding-inline-start: 84px;
  }
}

/* NON MOBILE SETUP */
@media all and (min-width: 1025px) {
  div.header-actions a {
    height: 34px;
    width: 34px;
  }

  .header-actions a i.icons {
    font-size: 20px;
    line-height: 34px;
  }

  .scale-text,
  div.item-box .details {
    font-size: 1em;
  }

  .nop-jcarousel {
    margin-bottom: 10px !important;
  }

  .product-essential .gallery {
    width: 580px;
  }

  .zoom-touch-start {
    display: none;
  }

  .content-sized-container {
    display: table;
    table-layout: fixed;
    width: 980px;
    margin: auto;
    /* padding: 20px 0; */
  }

  .footer-block.footer-topic .title + *:before {
    margin-bottom: unset;
  }

  .store-list {
    max-width: 50%;
    float: right;
  }

  .side-content {
    float: left;
    max-width: 45%;
  }

  .header-actions.start {
    display: none;
  }

  .header-actions .icon-title {
    display: none;
  }

  .mobile-search {
    display: none;
  }

  .overview {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }

  div.category-page .page-title,
  div.manufacturer-page .page-title,
  div.account-page .page-title,
  .product-details-page-body div.page-title,
  div.stores-page div.page-title,
  div.checkout-page div.page-title,
  div.search-page div.page-title {
    padding: 20px 0;
  }


  .center-2 {
    margin-top: -100px;
  }


  div.category-page div.product-selectors,
  div.manufacturer-page div.product-selectors,
  div.search-page div.product-selectors {
    text-align: end;
    padding-inline-end: 10px;
  }

  .filters-opener {
    display: none;
  }


  .checkout-page div.attributes-panel {
    width: 305px;
    float: left;
  }

  .mega-menu .box .title:after {
    content: none
  }

  .mega-menu .box .title {
    margin: 25px 0 12px;
  }

  .mega-menu .categories .box .picture {
    margin: 0;
  }

  .categories.fullWidth .row-wrapper .row .box {
    margin: 0;
  }

  .center-2 .category-page .page-title,
  .center-2 .manufacturer-page .page-title,
  .account-page .page-title {
    width: 245px;
    background-color: inherit;
  }

  .center-2 .category-page .page-title,
  .center-2 .manufacturer-page .page-title {
    top: -60px
  }


  .overview-top {
    display: none;
  }

  div.store-list a.waze {
    display: none !important;
  }

  .mini-shopping-cart .picture a:before {
    display: none !important;
  }

  div.nop-jcarousel .slick-arrow {
    display: none !important;
  }

  div.checkout-page div.page-title {
    margin-top: -60px;
  }

  .theme-mobile {
    display: none !important;
  }

  .theme-desktop {
  }

  .theme-full-width-mobile {
    display: none !important;
  }

  .theme-full-width-desktop {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }


  div.header-menu > ul > li > a,
  div.header-menu > ul > li > span,
  div.header-menu > ul li a.lastLevelCategory,
  div.header-menu > ul li a.lastLevelCategory > span,
  div.header-menu > ul li a.with-subcategories,
  div.header-menu > ul li a.with-subcategories > span {
    font-size: 20px;
  }

  .theme-home-banners + .theme-home-banners {
    margin-top: -40px
  }
}

@media all and (min-width: 1025px) {
  .theme-home-banners {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 70px !important
  }

    .theme-home-banners a img {
      backface-visibility: hidden;
      transition: opacity .2s ease
    }

    .theme-home-banners a:hover img {
      opacity: .8
    }

    .theme-home-banners + .theme-home-banners {
      margin-top: 0;
      margin-left: 20px !important
    }

      .theme-home-banners + .theme-home-banners + div {
        clear: both
      }
}


@media all and (min-width: 1281px) {
  div.header-actions {
    width: 20%;
  }

    div.header-actions a {
      height: 48px;
      width: 48px;
    }

  .header-actions a i.icons {
    font-size: 28px;
    line-height: 48px;
  }

  .product-essential .gallery {
    width: 650px;
  }

  .content-sized-container {
    width: 1200px;
  }

  .checkout-page div.attributes-panel {
    width: 375px;
    float: left;
  }
}



.header-2 div.header-lower {
  background-color: unset;
}



.header-menu > ul > li > a,
.header-menu > ul > li > span,
.header-menu > ul li a.lastLevelCategory,
.header-menu > ul li a.lastLevelCategory > span,
.header-menu > ul li a.with-subcategories,
.header-menu > ul li a.with-subcategories > span {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.header-logo a.logo {
  background-color: white;
  width: 230px;
}

div.header-upper {
  display: none;
}

.header-lower ul.mega-menu {
  text-align: center;
}

div.responsive-nav-wrapper-parent {
  display: none;
}

.header.header-1 {
  margin-top: 0;
  box-shadow: unset;
}



div.header-actions a.ico-cart {
  background: unset;
  color: #000;
}


.admin-header-links {
  position: static;
}

div.item-box .product-item .description {
  display: none;
}

div.item-box .product-item .add-info .buttons {
  display: none;
}




.theme-home-banners {
  margin-bottom: 50px
}







.theme-full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}



div.item-box .picture img {
  position: unset;
}

div.item-box .picture a:before {
  padding-top: unset;
}

div.item-box .product-title a {
  color: #000;
  font-weight: 600;
}

div.item-box .product-title {
  border-bottom: solid 2px #F2F2F2;
  height: 2.3em;
  font-size: 1.2em;
}

div.item-box .prices span {
  font-weight: 600;
  font-size: 1.2em;
}

div.item-box .manufacturers {
  position: absolute;
  margin-top: calc(-2em - 9px);
  z-index: 1;
  width: calc(100% - 20px);
  color: #fff;
  padding: 0 10px;
  mix-blend-mode: difference;
}

div.item-box .picture {
  margin-bottom: 10px;
}

div.item-box .prices .old-price {
  display: inline-block;
  padding: 0 10px;
}

.carousel-title strong {
  font-size: 1.3em;
  color: #000;
  /* letter-spacing: 0; */
  font-weight: 600;
}



.home-page-body .carousel-title strong::after {
  width: 85px;
  top: 1em;
  content: '';
  height: 6px;
  position: absolute;
}

.home-page-body .carousel-title strong::before {
  width: 85px;
  top: 1em;
  content: '';
  height: 6px;
  position: absolute;
}


.carousel-title[dir='ltr'] strong::after {
  background-image: url(/Plugins/Panag.Template/Root/Content/img/right_decorate.png);
  margin-left: 40px;
}

.carousel-title[dir='ltr'] strong::before {
  background-image: url(/Plugins/Panag.Template/Root/Content/img/left_decorate.png);
  margin-left: calc(-80px - 40px);
}


div.footer-block .title strong {
  font-weight: 400;
  font-size: 20px;
}

div.nop-jcarousel .slick-arrow {
  top: -20px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 16px;
}

div.master-wrapper-content {
  margin-top: 30px !important;
}

img.slick-slide.slick-active {
}

.insta-feed .slick-track img {
  padding: 0 17px;
  width: 100%;
}

.panag-instagram {
  margin: 40px 0 0 0;
}

.insta-item {
  cursor: pointer;
  position: relative;
}

  .insta-item:hover:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    width: calc(100% - 34px);
    height: 100%;
    margin: 0 17px;
    top: 0;
    right: 0;
  }


div.panag-instagram .nop-jcarousel .title.carousel-title {
  direction: ltr !important;
  text-transform: unset;
}

  div.panag-instagram .nop-jcarousel .title.carousel-title a {
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 0;
  }

    div.panag-instagram .nop-jcarousel .title.carousel-title a i {
      font-size: 1.05em;
    }

ul.mega-menu .categories .picture {
  display: none;
}

ul.mega-menu .categories .details {
  margin-top: 20px;
}

.category-page .category-grid {
  display: none;
}

.category-page-body .master-wrapper-content,
.manufacturer-page-body .master-wrapper-content {
  padding-top: 62px;
}


div.category-page .page-title,
div.manufacturer-page .page-title,
div.account-page .page-title,
.product-details-page-body div.page-title,
div.stores-page div.page-title,
div.checkout-page div.page-title,
div.search-page div.page-title {
  top: -30px;
  background-color: #F8F8F8;
  /*margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
  margin-bottom: 0 !important;
}



  div.category-page .page-title h1,
  div.manufacturer-page .page-title h1,
  div.account-page .page-title h1,
  div.stores-page .page-title h1,
  div.checkout-page .page-title h1,
  div.search-page .page-title h1 {
    font-size: 2.5em;
    letter-spacing: 1px;
    font-weight: 100;
    color: #000;
  }


.category-page-body .breadcrumb ul,
.manufacturer-page-body .breadcrumb ul,
.product-details-page-body .breadcrumb ul {
  border: 0;
  font-size: unset;
  text-align: right;
}

  .category-page-body .breadcrumb ul:after,
  .manufacturer-page-body .breadcrumb ul:after,
  .product-details-page-body .breadcrumb ul:after {
    content: unset !important;
  }

  .category-page-body .breadcrumb ul li > *,
  .manufacturer-page-body .breadcrumb ul li > *,
  .product-details-page-body .breadcrumb ul li > * {
    border: 0;
    padding: 10px 0;
    color: #000;
    font-size: 1.3em;
    font-weight: 100;
    text-align: center;
    margin: 0;
  }

  .category-page-body .breadcrumb ul li span.delimiter,
  .manufacturer-page-body .breadcrumb ul li span.delimiter,
  .product-details-page-body .breadcrumb ul li span.delimiter {
    background: none;
    width: 20px;
  }

div.category-page div.product-sorting,
div .manufacturer-page div.product-sorting {
  padding: 0;
  font-size: 1.3em;
  color: #000;
  margin: 10px 0 10px;
}

div.category-page .product-viewmode,
div.category-page .product-page-size,
div.manufacturer-page .product-viewmode,
div.manufacturer-page .product-page-size,
div.search-page .product-viewmode {
  display: none;
}


div.category-page div.product-selectors:after,
div.manufacturer-page div.product-selectors:after
{
  display: none;
  clear: none;
}

div.category-page div.product-sorting span,
div.manufacturer-page div.product-sorting span {
  font-weight: 100;
}


.category-page-body .breadcrumb,
.manufacturer-page-body .breadcrumb,
.product-details-page-body .breadcrumb {
  margin: 0 0 25px;
  /*min-width: 270px;
    min-height: 33px;*/
}


.nopAjaxFilters7Spikes .title .toggleControl {
  background-color: #EEEEEE !important;
  font-size: 1.1em;
  font-weight: 100;
  color: #000;
}


.filtersGroupPanel .priceRangeCurrentPricesPanel span {
  font-weight: 600;
}

.nopAjaxFilters7Spikes .filter-block .filter-item-name {
  color: #000;
  font-size: 1.2em;
}

.nopAjaxFilters7Spikes .filter-block .filtersGroupPanel {
  border: 0;
}

.block-category-navigation, 
.block-manufacturer-navigation {
  display: none;
}

.block .title {
  background-color: #EEEEEE !important;
  font-size: 1.4em;
  color: #000;
}

  .block .title strong {
    font-weight: 100;
  }

.block, .block .listbox, .block .listbox ul, .block .listbox ul.list li, .block .listbox ul.list li a {
  border: 0;
  color: #000;
}

  .block .listbox {
    font-size: 1.2em;
  }

.item-box .product-item .picture div.quick-view-button {
  right: 0;
  /* width: 100%; */
  top: 10px;
  background: rgba(255,255,255,0);
}

.quickViewWindow .ui-accordion > h3.ui-accordion-header {
  background-color: #EEEEEE !important;
  font-size: 1.4em !important;
  color: #000 !important;
  border: 0 !important;
  font-weight: 100 !important;
}

.quickViewWindow h1.product-name {
  letter-spacing: 1px;
  font-size: 1.6em;
  color: #000;
  font-weight: 700;
}

.quickViewWindow .sku {
  display: none !important;
}

label.text-prompt {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
}

.button-1 {
  font-size: 20px !important;
  font-weight: 100 !important;
}

.quickViewWindow .short-description {
  color: #000;
  font-size: 1.2em;
  text-align: justify !important;
}

.quickViewWindow .picture img {
  width: 90%;
}

.quickViewWindow .product-content .gallery .thumbnails a, .quickViewWindow .product-content .gallery .thumbnails > img {
  width: 100% !important;
  max-width: 68px;
}

.quickViewWindow div.links-panel a {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

.quickViewWindow div.gallery {
  padding: 0 0 20px;
}

.ui-slider-handle {
  border-radius: 7px;
}


.product-item .picture > a .second {
  display: none;
}

.product-item .picture > a:hover .second {
  display: inline;
}

.product-item .picture > a:hover .first {
  display: none;
}



.product-details-page-body div.page-title {
  top: unset;
}

.product-details-page-body .breadcrumb {
  margin: 0;
  padding: 0;
  margin-top: -50px;
}

.product-details-page-body .master-wrapper-content {
  padding-top: 0;
  margin-top: 0 !important;
}


.one-column .product-name h1,
.two-columns .product-name h1 {
  font-size: 2.6em;
  letter-spacing: 0px;
  color: #000;
  font-weight: 600;
  line-height: 40px;
}

.one-column .product-details-page .product-name, .two-columns .product-details-page .product-name {
  margin: 0 !important;
}

.product-details-page .product-essential {
  margin-top: 20px;
  margin-bottom: 50px;
}

.product-details-page .sku span {
  font-size: 1.3em;
  font-weight: 100;
  color: #777;
}

.product-details-page .additional-details {
  margin-bottom: 0 !important;
}

.product-details-page .overview .prices span,
.product-details-page .variant-overview .prices span {
  font-size: 1.3em;
  font-weight: 400;
}


.product-details-page .attributes {
  border: 0;
  margin-top: 0 !important;
  padding-top: 0;
}

.product-details-page .add-to-cart {
  border-bottom: 2px solid #eee;
  padding-bottom: 30px;
}

.product-details-page .attributes select, .product-details-page .attributes input {
  min-width: 100px;
}

.product-details-page .overview-buttons {
  display: none;
}

.product-details-page .product-share-button {
  display: none;
}

.product-details-page .overview .short-description,
.product-details-page .overview .productTabs .body {
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
}

.product-details-page .overview .short-description {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 2px solid #eee;
}

.product-details-page .manufacturers span.label,
.product-details-page .manufacturers span.value a {
  font-size: 1.3em;
  font-weight: 100;
  color: #777;
}

.product-details-page .overview .prices > div,
.product-details-page .variant-overview .prices > div {
  display: inline-block;
}

.product-details-page .overview .short-description-title,
.product-details-page .overview .productTabs .title {
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
}

.productTabs .inputs label {
  width: unset;
  display: block;
}

.productTabs .inputs input,
.productTabs .inputs select,
.productTabs .inputs textarea {
  width: 90%;
}

.productTabs .form-fields {
  margin-top: 10px;
}

.gallery .picture-wrapper .picture img {
}



.product-essential .gallery a.picture {
  width: 100%;
  margin-bottom: 5px;
}

  .product-essential .gallery a.picture img {
    width: 100%;
  }

.product-details-page .product-grid .title strong {
  font-weight: 400;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.center-1 .product-details-page .product-grid .title {
  text-align: right;
  border-bottom: solid 2px #E2E2E2;
  padding: 0 0 5px 0;
  margin-bottom: 20px;
}

.product-details-page .product-grid {
  margin-bottom: 30px;
}


.product-details-page .product-collateral {
  margin: 0 0 50px;
}


.zoom-touch-start {
  position: absolute;
  z-index: 4;
  padding: 10px;
  margin: 10px;
  opacity: 0.5;
}

  .zoom-touch-start .icons {
    font-size: 30px;
  }

  .zoom-touch-start span {
    display: block;
    width: 30px;
  }

.header-actions {
  position: relative;
}

#search-popup {
  display: none;
}

form.small-search-box-form {
  border-color: rgba(0,0,0,0.2) !important;
}

.vis {
  display: inline-block !important;
}


.search-box-ex.store-search-box-ex {
  position: absolute;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px;
  margin-top: 49px;
  background-color: #fff;
}

.store-search-box-ex .search-box-button {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}


.rel {
  position: relative;
}

.content-sized-container.rel .ui-autocomplete {
  z-index: 9999;
}

.attributes .option-list input[type=radio] {
  display: none;
}

.attributes .option-list li {
  display: inline-block;
  margin: 0;
}


.attributes ul.option-list li label {
  border: solid 1px #3f3f3f;
  padding: 3px;
  margin: 0;
  margin-top: 5px;
  font-size: 1.5em;
  color: #3f3f3f;
  cursor: pointer;
  display: block;
  min-width: 1.7em;
  text-align: center;
}

.attributes ul.option-list li input[type="radio"]:checked + label {
  color: #fff;
  background-color: #3f3f3f;
}


.has-sublist .sublist-wrap .sublist span {
  color: #000;
  font-size: 20px !important;
  font-weight: 400;
}

.mega-menu .title a span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.mega-menu .fullWidth .box li a {
  color: #000;
  font-size: 18px;
  font-weight: 100;
}


.top-bar {
  text-align: center;
  border-bottom: solid 1px #F2F2F2;
  padding: 7px 0;
  font-size: 1.2em;
}




.stores-page {
  color: #000;
  margin-bottom: 35px;
}

  .stores-page .store address, .stores-page .store p {
    font-size: 1.5em;
  }

  .stores-page .store {
    margin-bottom: 20px;
  }


    .stores-page .store address, .stores-page .store p, .stores-page .store h2 {
      margin-bottom: 10px;
    }


.store-list, .side-content {
  margin-top: 35px;
  margin-bottom: 35px;
}

  .side-content img {
    max-width: 100%;
  }


label.newsletter-approval {
  margin: 9px 0;
  display: block;
  color: #000;
}




.search-box-ex .icon-magnifier, .mobile-search .icon-arrow-left, .mobile-search .icon-arrow-right {
  display: none;
}

.mobile-search {
  border-top: solid 2px #D8D8D8;
  border-bottom: solid 2px #D8D8D8;
  padding: 5px;
  margin: 10px 0 5px;
}


  .mobile-search input {
    display: inline-block;
    width: calc(100% - 50px);
    height: 40px;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 1.5em;
    font-weight: 100;
  }

  .mobile-search button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }

  .mobile-search .icon-magnifier {
    font-size: 22px;
  }

.hide {
  display: none !important;
}

.non-discounted-price {
  text-decoration: line-through;
}


  .non-discounted-price label,
  .discounted-price span:first-child {
    display: none;
  }

.my-account {
  opacity: 0;
}



div.checkout-page div.page-body {
  margin-top: 40px;
}



.checkout-page .billing-address-panel label,
.checkout-page .shipping-address-panel label {
  color: #000;
  text-align: start !important;
}

.checkout-page .billing-address-panel input,
.checkout-page .billing-address-panel select,
.checkout-page .shipping-address-panel input,
.checkout-page .shipping-address-panel select {
  color: #000;
  border-color: #ddd;
  border-width: 1px;
}

.checkout-page .section-body ul {
  display: flex
}

  .checkout-page .section-body ul li {
    flex: 1;
  }

.checkout-page .payment-method-panel .payment-details {
  margin: 0;
  right: unset;
  left: unset;
}

  .checkout-page .payment-method-panel .payment-details input {
    position: static !important;
  }

  .checkout-page .payment-method-panel .payment-details label {
    padding-inline-start: 5px !important;
  }

  .checkout-page .payment-method-panel .payment-details .payment-description {
    margin: 0;
    margin-inline-start: 22px;
  }

.checkout-page .attributes-panel .attribute-values > * {
  width: 100%;
  min-height: 85px;
}

.checkout-page .order-totals-panel {
  color: #000;
}


.checkout-page .coupon-box-panel .section-body {
  font-size: 1.2em;
  color: #000;
}

  .checkout-page .coupon-box-panel .section-body input {
    text-align: center;
    font-size: 16px;
    color: #000;
  }

.checkout-page .coupon-box-panel .section-body {
  font-size: 1.2em;
  color: #000;
}




.ajaxCart div.productAddedToCartWindowSummary a.continueShoppingLink {
  display: inline-block;
  margin-inline-start: 6px;
  line-height: 52px;
  border: solid 1px #000;
  vertical-align: top;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 400;
}

div.productAddedToCartWindowSummary > div {
  display: inline-block;
  float: none;
}

div.productAddedToCartWindowSummary {
  white-space: nowrap;
}






/* BEGIN: MINI CART */

.mini-shopping-cart .picture + .product {
  display: table-cell;
  margin: 0;
  padding: 0 0 42px 0;
  color: #000;
}

.mini-shopping-cart .picture {
  height: 100%;
  display: table-cell;
  padding: 0;
  width: unset;
  vertical-align: middle;
  float: none;
  padding-inline-end: 15px;
}

.mini-shopping-cart .item {
  text-align: start;
  display: table-row;
  overflow: visible;
  padding: 0;
}

.mini-shopping-cart .simplebar-content {
  display: table;
  width: 100%;
}

.mini-shopping-cart div.picture a {
  margin: 0;
  overflow: visible;
  position: static;
  display: inline-block;
  width: unset;
  height: unset;
}

.mini-shopping-cart div.picture img {
  position: static;
  margin: 0;
  padding: 0;
  width: 100px;
}

.mini-shopping-cart .item > * {
  border-bottom: 1px dashed #e5e5e5;
}

.mini-shopping-cart div.name {
  font-size: 1.3em;
  padding-top: 10px;
  font-weight: 300;
}

.mini-shopping-cart .items {
  height: unset !important;
}

.mini-shopping-cart div.buttons {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  padding: 15px;
}

/* END: MINI CART */


#checkoutForm div.pickup-in-store {
  display: block !important;
}

.pickup-in-store .options {
  text-align: right;
  color: #000;
}

  .pickup-in-store .options label {
    padding-inline-start: 5px;
    font-weight: 700;
    color: #444;
  }

.pickup-in-store .description {
  text-align: right;
  padding-inline-start: 22px;
}

.pickup-in-store .pickup-points {
  text-align: right;
  padding-inline-start: 22px;
}

select#pickup-points-select {
  font-size: 1.2em;
  color: #000;
  width: 100%;
}



.terms-of-service label {
  text-align: start;
  padding-inline-start: 4px;
}


.ropc .cart td {
  text-align: start;
}

.cart td.unit-price span,
.cart td.subtotal span {
  white-space: nowrap;
}

.checkout-page .attributes-panel .attribute-values > textarea {
  min-height: 85px;
}

form#checkoutForm .section .section-title {
  text-align: start;
}

.footer .footer-block:not(.my-account) .list {
  display: block !important;
}


.footer-block .title strong:before {
  display: none !important;
}

.footer-block .title strong:after {
  display: none !important;
}



.mobile-search {
  display: none;
}



.store-list a.waze {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}


/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header-menu .sublist-wrap {
   /* top: 42px !important;*/
}
}

*/


.ropc .section-title {
  background-image: none;
}


#goToTop {
  left: unset !important;
  right: 20px !important;
}

.cart td.quantity, .cart th.quantity {
  display: none;
}


.search-page .page-body {
  margin-top: 35px;
}

.search-page-body .page-title {
  border-bottom: none !important;
}

.search-page-body .side-2 {
  margin-block-start: -65px;
}



@media (min-width: 1281px) {
  .footer-2 .newsletter-email .newsletter-subscribe-button {
    width: 260px;
  }
}


div.header-actions .header-links a {
  color: #000;
  padding: 10px 15px;
  height: auto;
  width: auto;
}

.trigger-content {
  display: none;
  z-index: 10000;
}

.header-links {
  display: none;
  position: absolute;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: #fff;
  width: fit-content;
  left: 0;
  text-align: center;
  font-size: 16px;
}

  .header-links li {
    margin: 0;
  }

.trigger {
  display: inline-block;
  width: inherit;
  vertical-align: middle;
}

@media (max-width: 536px) {

  /*.header-links.trigger-content {
    display: block;
    width: max-content;
    left: 100%;
    border: none;
    border-radius: 0;
    background-color: inherit;
    top: 70%;
  }
  div.header-actions .header-links a {
    padding: 0 15px;
  }
  */


  .header-actions.start {
    flex: 1;
  }

  .header-actions.end {
    flex: 4;
  }

  .header-logo {
    flex: 6;
    padding-right: 10px;
  }
}

.header-actions .icon-title {
  display: none;
}


.header.header-1 {
  position: sticky;
  top: 1px;
  background-color: white;
  z-index: 10000;
}


.payment-logo {
  display: block !important;
  margin-bottom: 10px !important;
}

@media (max-width: 1024px) {

  .payment-logo {
    display: inline-block !important;
  }


  .payment-method li {
    display: block !important;
  }

  .payment-method ul {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .ropc .giftcard-box-panel {
    float: right !important;
  }

  #checkoutForm .panel-group-right-bottom .panels-right {
    float: left !important;
  }
}
/* FOOTER NEW DESIGN*/
.footer-block {
  width: 30% !important;
}

  .footer-block.footer-topic,
  .footer-block.footer-links {
    width: 20% !important;
  }

.footer {
  box-shadow: none;
}

.footer-middle {
  width: 77%;
}

@media all and (max-width:1200px) {
  .footer-middle {
    width: 90%;
  }
}

.footer-block.footer-email ul.social-sharing {
  display: none !important;
}

.footer.footer-2 {
  background-color: #ededee;
}

  .footer.footer-2 .footer-lower {
    background-color: #ededee;
  }

  .footer.footer-2 .footer-middle .title strong {
    font-weight: 700;
    letter-spacing: .1px;
    font-size: 16px;
  }

  .footer.footer-2 .footer-middle .title p {
    margin-top: 9px;
    letter-spacing: .1px;
    font-size: 14px;
    color: black;
    font-weight: 600;
  }

  .footer.footer-2 .footer-middle li a {
    letter-spacing: .1px;
    font-size: 14px;
    color: black;
    font-weight: 600;
  }

  .footer.footer-2 ::before {
    height: 0;
  }

.footer-block .list li {
  padding: 3px 0;
  margin: 10px 0;
}

  .footer-block .list li:first-child {
    padding: 3px 0;
  }

#newsletter-subscribe-block {
  margin-top: -32px;
}

input#newsletter-subscribe-button,
#newsletter-email {
  background-color: #ededee;
  display: inline;
  width: 50%;
}

.newsletter-email {
  width: 100%;
}

  .newsletter-email .newsletter-subscribe-text {
    border: 0px;
  }

#newsletter-subscribe-button {
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/newsletter-arrow.svg)no-repeat;
  color: #ededee;
  border-bottom: 1px solid black;
  margin-right: -3px;
}

#newsletter-email {
  border-bottom: black 1px solid;
  margin-top: -6px;
  padding: 20px 0 0 0;
}

.footer-block.footer-icons ul.list {
  margin-right: 40px;
}

.footer-2 .footer-icons li.find-our-store a:before {
  content: " ";
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/location.svg)no-repeat;
  height: 45px;
  width: 45px;
  position: absolute;
  margin: -12px -50px 0 0;
}

.footer-2 .footer-icons li.phone-number a:before {
  content: " ";
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/Whatsapp.svg)no-repeat;
  height: 45px;
  width: 45px;
  position: absolute;
  margin: -12px -50px 0 0;
}

.footer-2 .footer-icons li.email-address a:before {
  content: " ";
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/envelop.svg)no-repeat;
  height: 45px;
  width: 45px;
  position: absolute;
  margin: -12px -50px 0 0;
}

.footer-2 .social-sharing a.facebook {
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/facebook-icon.svg)no-repeat;
  opacity: 1;
  background-size: 40px;
}

.footer-2 .social-sharing a.youtube {
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/youtube-icon.svg)no-repeat;
  opacity: 1;
  background-size: 40px;
}

.footer-2 .social-sharing a.instagram {
  background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/instagram-icon.svg)no-repeat;
  opacity: 1;
  background-size: 40px;
}

.footer-block.footer-icons .title {
  margin: 0;
}

ul.social-sharing li {
  padding: 2px 0 0 0;
}

.social-sharing li:first-child {
  width: 30px;
}

.footer-block.footer-icons .title {
  margin-top: 80px;
}

.footer-lower-center {
  width: 80%;
}

  .footer-lower-center .footer-powered-by {
    float: inherit;
  }

  .footer-lower-center .footer-disclaimer {
    text-align: right;
  }

  .footer-lower-center div a span {
    margin: 0px !important;
  }

.footer-powered-by {
  float: left !important;
}
/* MOBILE*/
@media all and (max-width:1024px) {
  .footer-block.footer-email ul.social-sharing {
    display: block !important;
  }

  .footer-middle {
    width: 100%;
  }

  .footer-block.footer-topic,
  .footer-block.footer-links,
  .footer-block.footer-email {
    width: 68% !important;
  }

  .footer-block.footer-icons {
    display: none;
  }

  .footer-block .list li:first-child,
  .footer-block .list li {
    padding: 0;
    margin: 2px 0;
  }

  .footer-block.footer-topic {
    margin-top: 50px;
  }

  .footer-block {
    border-bottom: 0;
  }

    .footer-block .title strong,
    .footer-block .list a {
      font-size: 18px !important;
      color: black;
    }

    .footer-block .title {
      margin: 0px;
      padding: 0px;
    }

    .footer-block .list {
      margin: 0px;
      padding: 0px;
    }

  label.newsletter-approval {
    font-size: 14px;
  }




  #newsletter-subscribe-block {
    margin-top: -20px;
  }

  input#newsletter-subscribe-button,
  #newsletter-email {
    width: 49%;
  }


  #newsletter-subscribe-button {
    margin-right: -4px;
  }

  #newsletter-email {
    margin-top: -4px;
  }

  .footer-2 .newsletter-email {
    padding-top: 5px;
  }

  .footer-block.footer-links,
  .footer-block.footer-email {
    margin-top: 50px;
  }

  .footer-block li {
    padding-top: 8px !important;
  }

  .footer-2 .social-sharing li {
    width: 60px;
  }

  .footer-2 .social-sharing a.facebook,
  .footer-2 .social-sharing a.instagram,
  .footer-2 .social-sharing a.youtube {
    background-size: 60px;
  }

  .footer-lower-center .footer-disclaimer {
    text-align: center;
  }

  .footer-lower-center {
    width: 100%;
  }

  input#newsletter-subscribe-button {
    width: 10%;
    margin-top: -40px;
    left: 20%;
    position: absolute;
  }

  input#newsletter-email {
    display: block;
    width: 100%;
  }
}


/* END: FOOTER NEW DESIGN*/

/* Slider */
.slick-carousel,
.carousel-title {
    display: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** TITLE & CONTAINERS ***/

.nop-jcarousel {
	position: relative;
    margin: 20px 0 80px;
}
.nop-jcarousel .carousel-title {
	padding: 8px 65px 48px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    letter-spacing: 3.3px;
}
.carousel-item .item-box {
    width: 100% !important;
    margin: 0 !important;
    max-width: none;
}

.nop-jcarousel.product-grid .title, 
.nop-jcarousel.home-page-category-grid > .title {
    margin: 0;
}

.nop-jcarousel.manufacturer-grid .picture, 
.nop-jcarousel.vendor-grid .picture {
    margin: 0;
}


/*** NAVIGATION ***/

.jCarouselMainWrapper .slick-prev,
.jCarouselMainWrapper .slick-next {
    position: absolute;
    top: -80px;
    width: 48px;
    height: 48px;
    border: 2px solid #eee;
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.jCarouselMainWrapper .slick-prev {
    left: 0;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-product-mobile.png') no-repeat center;
}
.jCarouselMainWrapper .slick-next {
    right: 0;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-product-mobile.png') no-repeat center;
}
.jCarouselMainWrapper .slick-prev:hover,
.jCarouselMainWrapper .slick-next:hover {
}

.jCarouselMainWrapper .slick-dots {
    padding: 20px 0 0;
    font-size: 0;
    text-align: center;
}
.jCarouselMainWrapper .slick-dots li {
    display: inline-block;
    overflow: hidden;
    margin: 0 3.5px;
}
.jCarouselMainWrapper .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #eee;
    text-indent: 999px;
    border: none;
}

.jCarouselMainWrapper .slick-dots .slick-active button  {
    background: #cc8a97;
}

.jCarouselMainWrapper .category-grid .item-box .title{
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed title load on swipe*/
}
.carousel-item .ribbon-position {
    -webkit-transform: translateZ(0) scale(1.0, 1.0); /*Fix for delayed ribbon load on swipe*/
}

@media all and (max-width: 1024px) {
    
    .nop-jcarousel.product-grid .item-box {
        padding: 5px;
    }

}

@media all and (min-width: 1025px) {

.carousel-item .item-box:hover {
    box-shadow: none;
}

/* product nav*/

.center-1 .jCarouselMainWrapper .slick-prev,
.center-1 .jCarouselMainWrapper .slick-next {
    top: 0;
    width: 240px;
    height: 100%;
    border: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.center-1 .jCarouselMainWrapper .slick-prev:hover,
.center-1 .jCarouselMainWrapper .slick-next:hover {
    opacity: 0.92;
}
.center-1 .jCarouselMainWrapper .slick-disabled {
    opacity: .3;
    cursor: default;
}
.center-1 .jCarouselMainWrapper .slick-prev.slick-disabled:hover,
.center-1 .jCarouselMainWrapper .slick-next.slick-disabled:hover {
    opacity: .3;
}
 
.center-1 .jCarouselMainWrapper .slick-prev {
    left: 0;
    margin-left: -36px;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-left.png');
    background-position: left top;
    background-repeat: repeat-y;
}
.center-1 .jCarouselMainWrapper .slick-prev:before {
    content: "";
    position: absolute;
    top: 0;   
    bottom: 0 !important;
    left: 20px;
    height: 53px;
    width: 26px;
    margin: auto;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-horizontal-new.png') no-repeat center;
}
.center-1 .jCarouselMainWrapper .slick-next {
    right: 0;
    margin-right: -36px;
    background:  url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-right.png');
    background-position: right top;
    background-repeat: repeat-y;
}
.center-1 .jCarouselMainWrapper .slick-next:before {
    content: "";
    position: absolute;
    top: 0;   
    bottom: 0 !important;
    right: 20px;
    height: 53px;
    width: 26px;
    margin: auto;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-horizontal-new.png') no-repeat center;
}

.center-2 .jCarouselMainWrapper .slick-prev {
    left: 10px;
}
.center-2 .jCarouselMainWrapper .slick-next {
    right: 10px;
}


/* carousel in left column */

.side-2 .nop-jcarousel {
    display: block;
    margin: 0 0 60px;
    padding: 5px;
    border: 2px solid #eee;
}  
.side-2 .nop-jcarousel .carousel-title {
    padding: 8px 0 60px;
}
.side-2 .nop-jcarousel .item-box:hover {
    box-shadow: none;
}

.side-2 .jCarouselMainWrapper .slick-prev, 
.side-2 .jCarouselMainWrapper .slick-next {
    position: absolute;
    top: -54px;
    width: 48px !important;
    height: 48px;
    border: 2px solid #eee;
}
.side-2 .jCarouselMainWrapper .slick-prev:before, 
.side-2 .jCarouselMainWrapper .slick-next:before {
    display: none;
}
.side-2 .jCarouselMainWrapper .slick-prev {
    background: url("../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-product-mobile.png") no-repeat center;
    left: 68px;
}
.side-2 .jCarouselMainWrapper .slick-next {
    background: url("../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-product-mobile.png") no-repeat center;
    right: 68px;
}
.side-2 .block .nop-jcarousel {
    border: none;
}
.side-2 .jCarouselMainWrapper .slick-dots {
    margin: 0 0 -30px;
}


}

@media all and (min-width: 1281px) {

.center-1 .nop-jcarousel .carousel-title {
    padding: 8px 0 28px;
}
.center-1 .jCarouselMainWrapper .slick-prev,
.center-1 .jCarouselMainWrapper .slick-next {
     width: 70px !important;
}
.center-1 .jCarouselMainWrapper .slick-prev {
    left: -36px;
}
.center-1 .jCarouselMainWrapper .slick-next {
    right: -36px;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-right.png');
    background-position: right top;
    background-repeat: repeat-y;
}
.center-1 .jCarouselMainWrapper .slick-prev:before {
    content: "";
    position: absolute;
    top: 0;   
    bottom: 0 !important;
    left: 20px;
    height: 53px;
    width: 26px;
    margin: auto;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-horizontal-new.png') no-repeat center;
}
.center-1 .jCarouselMainWrapper .slick-next:before {
    content: "";
    position: absolute;
    top: 0;   
    bottom: 0 !important;
    right: 20px;
    height: 53px;
    width: 26px;
    margin: auto;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-horizontal-new.png') no-repeat center;
}

/*carousel with one clickable item in the center and odd number of items*/
.center-1 .transparent.jCarouselMainWrapper .slick-prev,
.center-1 .transparent.jCarouselMainWrapper .slick-next {
     width: 480px !important;
}
.center-1 .transparent.jCarouselMainWrapper .slick-prev {
    left: 0;
    margin: 0;
}
.center-1 .transparent.jCarouselMainWrapper .slick-next {
    right: 0;
    margin: 0;
}
.center-1 .nop-jcarousel .carousel-item {
    padding: 10px 0;
}
.center-1 .nop-jcarousel.home-page-category-grid .carousel-item {
}
.center-1 .transparent .nop-jcarousel .slick-center .item-box {
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}


}

.jCarouselMainWrapper .slick-prev {
	right: 0;
	left: auto;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-product-mobile.png') no-repeat center;
}
.jCarouselMainWrapper .slick-next {
	left: 0;
	right: auto;
    background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-product-mobile.png') no-repeat center;
}

@media all and (min-width: 1025px) {
	.center-1 .jCarouselMainWrapper .slick-prev {
		right: 0;
		left: auto;
		margin-right: -36px;
		margin-left: 0;
		background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-right.png');
		background-position: right top;
	}
	.center-1 .jCarouselMainWrapper .slick-prev:before {
		right: 20px;
		left: auto;
        background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-horizontal-new.png') no-repeat center;
	}
	.center-1 .jCarouselMainWrapper .slick-next {
		left: 0;
		right: auto;
		margin-left: -36px;
		margin-right: 0;
		background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-right.png');
		background-position: left top;
	}
	.center-1 .jCarouselMainWrapper .slick-next:before {
		left: 20px;
		right: auto;
        background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-horizontal-new.png') no-repeat center;
	}
	.center-2 .jCarouselMainWrapper .slick-prev {
		right: 10px;
		left: auto;
	}
	.center-2 .jCarouselMainWrapper .slick-next {
		left: 10px;
		right: auto;
	}
	.side-2 .jCarouselMainWrapper .slick-prev {
		right: 68px;
		left: auto;
        background: url("../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-product-mobile.png") no-repeat center;
	}
	.side-2 .jCarouselMainWrapper .slick-next {
		left: 68px;
		right: auto;
        background: url("../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-product-mobile.png") no-repeat center;
	}
}

@media all and (min-width: 1281px) {
	.center-1 .jCarouselMainWrapper .slick-prev {
		right: -36px;
		left: auto;
	}
	.center-1 .jCarouselMainWrapper .slick-next {
		left: -36px;
		right: auto;
		background: url('../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-left.png');
		background-position: left top;
	}
	.center-1 .jCarouselMainWrapper .slick-prev:before {
		right: 20px;
		left: auto;
	}
	.center-1 .jCarouselMainWrapper .slick-next:before {
		left: 20px;
		right: auto;
	}
	.center-1 .transparent.jCarouselMainWrapper .slick-prev {
		right: 0;
		left: auto;
        background-repeat: repeat-y;
	}
	.center-1 .transparent.jCarouselMainWrapper .slick-next {
		left: 0;
		right: auto;
        background-repeat: repeat-y;
	}
}

/*
 * 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;
}

/*
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
*/
.main-banner-2 .slider-wrapper img {
    width: auto !important;
    height: 100%;
}
.slider-wrapper {
    position: relative;
    z-index: 1;
}
.slider-wrapper img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
@media all and (max-width: 768px) {

    .main-banner.main-banner-2 {
        overflow: hidden;

    }
    .main-banner.main-banner-2 img,
    .main-banner.main-banner-2 .slider-wrapper {
        height: auto !important;
        width: 100% !important;
    }
        .main-banner.main-banner-2 img {
            max-width: 100% !important;
        }
}

/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    background-color: rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    opacity: 1;
    font-size: 0;
}
a.nivo-prevNav {
    background-image: url(../../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Brooklyn/Content/nivo/slider-arrow-left.png);
}
a.nivo-nextNav {
    background-image: url(../../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Brooklyn/Content/nivo/slider-arrow-right.png);
}
.nivo-directionNav a:hover {
    opacity: 0.4;
}



/* BULLET NAVIGATION */ /*removed*/

.nivo-controlNav {
    padding: 10px 0;
    margin-bottom: -30px;
    font-size: 0;
    /*position: absolute;
    bottom: 10px;
    left: 0;*/
    width: 100%;
    z-index: 6;
}
.nivo-control {
    width: 80px;
    height: auto;
    font-size: 0;
    background: rgba(255,255,255,0.7);
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}
.nivo-control img {
    height: auto;
    width: 100%;
}
.nivo-control.active,
.nivo-control:hover {
    background: rgba(0,0,0,0.3);
}
.nivo-controlNav a.active {
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.3);
}


@media all and (max-width: 768px) {

    .slider-wrapper img {
        height: auto !important;
    }
    .banner-wrapper .main-banner-2.hide-banner {
        display: none !important;
    }

}


@media all and (min-width: 769px) {
    
    .banner-wrapper {
        overflow: hidden;
    }
    .main-banner-1 {
        width: 60%;
        float: left;
    }
    .main-banner-2 {
        width: 40%;
        float: left;
        overflow: hidden;
        border-left: 10px solid #fff;
    }

}

@media all and (min-width: 1025px) {

    .banner-wrapper {
         margin: 0 0 80px;
    }

}


.nivo-directionNav a {
    text-indent: 9999px;    
}

.nivo-controlNav a {
    text-indent: 10000px;
}
.nivo-directionNav a.nivo-prevNav {
    left: auto;
    right: 0;
    background-image: url("../../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Brooklyn/Content/nivo/slider-arrow-right.png");
}
.nivo-directionNav a.nivo-nextNav {
    left: 0;
    right: auto;
    background-image: url("../../Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Brooklyn/Content/nivo/slider-arrow-left.png");
} 

@media all and (min-width: 769px) {
    .main-banner-1 {
        float: right;
    }

    .main-banner-2 {
        float: right;
        border-right: 10px solid #fff;
        border-left: 0;
    }
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
	display: none;
}
.mega-menu .topic-wrapper {
	display: none;
}


@media all and (min-width: 1025px) {

.menu-title,
.close-menu {
	display: none;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
}
.mega-menu-responsive {
	display: none !important;
}

.header-menu,
.header-menu > ul > li {
	position: static;
}
.mega-menu .sublist-wrap {
	top: auto;
	left: auto;
}

.mega-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.086);
	overflow: hidden;
	background-color: #fff;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .dropdown.fullWidth {
	left: 50%;
	width: 980px;
	margin-left: -490px;
	border-bottom: 10px solid #cc8a97;
}
.mega-menu .with-subcategories ~ .sublist-wrap {
    z-index: 1;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 15px 0 5px;
}
.categories.fullWidth .box {
	margin: 0 0 35px;
	padding: 0;
}

.mega-menu .boxes-1 .box {
    width: 100%;
}

.mega-menu .boxes-2 .box {
    width: 50%;
}

.mega-menu .boxes-3 .box {
    width: 33.333%;
}

.mega-menu .boxes-4 .box {
    width: 25%;
}

.mega-menu .boxes-5 .box {
    width: 20%;
}

.mega-menu .boxes-6 .box {
    width: 16.666%;
}

.mega-menu .boxes-7 .box {
    width: 14.28%;
}

.mega-menu .boxes-8 .box {
    width: 12.5%;
}


.mega-menu .categories .picture {
	width: 100%;
	height: 220px;
	margin: 0 0 30px;
	overflow: hidden;
}
.mega-menu .categories .picture a {
	display: block;
}
.mega-menu .title {
	margin: 0 0 12px;
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 2px;
	color: #444;
	text-transform: uppercase;
}
.mega-menu .title:after {
    content: "";
    display: block;
	width: 30px;
    height: 3px;
    margin: 10px auto 0 0;
	background-color: #cc8a97;
}
.mega-menu .box ul {
}
.mega-menu .box li {
	padding: 0 10px;
	text-align: left;
}
.mega-menu .box li a {
	border-bottom: 2px solid #eee;
    color: #888;
    display: block;
    font-size: 14px;
    padding: 12px 10px 5px;
}
.mega-menu .box li a:hover {
	color: #cc8a97;
}
.mega-menu .box li:last-child a {
	border-bottom: none;
}
.mega-menu .fullWidth .box ul {
	padding: 0 20px;
}
.mega-menu .fullWidth .box li {
	padding: 5px 0;
}
.mega-menu .fullWidth .box li a {
	display: inline;
	border: none;
	padding: 0;
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}

.pictures-per-row-two .categories.fullWidth {
	border: none;
}
.pictures-per-row-two .categories.fullWidth .box {
	width: 50%;
	margin: 0;
	overflow: hidden;
}
.pictures-per-row-two .categories.fullWidth .box .picture {
	float: left;
	width: 50%;
	margin: 0;
}
.pictures-per-row-two .categories.fullWidth .box .details {
	float: left;
	width: 50%;
	padding: 20px 0;
}
.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .picture,
.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .details,
.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .picture,
.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .details {
	float: right;
}

.mega-menu .topic-wrapper {
	display: block;
	max-width: 500px;
	overflow: hidden;
	padding: 20px;
	font-size: 14px;
}
.mega-menu .topic-wrapper p {
}
.mega-menu .topic-wrapper strong {
}

}

@media all and (min-width: 1281px) {

.mega-menu .dropdown.fullWidth {
	width: 1200px;
	margin-left: -600px;
}

}
/*
* Copyright 201 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width:1025px) {
	
.mega-menu .sublist-wrap {
	right: auto;
}
.mega-menu .dropdown.fullWidth {
	right: 50%;
	left: auto;
	margin-right: -490px;
}
.dropdown .box {
	float: right;
}
.mega-menu .title {
	text-align: right;
}
.mega-menu .title:after {
	margin: 10px 0 0 auto;
}
.mega-menu .box li {
	text-align: right;
}
.pictures-per-row-two .categories.fullWidth .box .picture {
	float: right;
}
.pictures-per-row-two .categories.fullWidth .box .details {
	float: right;
}
.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .picture,
.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .details,
.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .picture,
.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .details {
	float: left;
}

}

@media all and (min-width:1281px) {
	
.mega-menu .dropdown.fullWidth {
	margin-right: -600px;
}
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}

@media all and (min-width: 769px) {
	
.product-list .ribbon-wrapper {
    float: right; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 769px) {

    .product-list .item-box .ribbon-wrapper {
        width: 200px; /*set width according to theme design and layout*/
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }
	.product-list .item-box .ribbon-wrapper + .details {
		margin: 0 0 0 220px;
	}

}

@media all and (min-width: 1025px) {

    .gallery .ribbon-wrapper {
        float: left;
    }
    .jcarousel-item .ribbon-position {
        z-index: 0;
    }

}

@media all and (min-width: 1281px) {
	
	.product-list .item-box .ribbon-wrapper + .details {
		margin: 0 0 0 230px;
	}
	
}
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 769px) {
	
	.product-list .item-box .ribbon-wrapper + .details {
		margin: 0 220px 0 0;
	}
	
}

@media all and (min-width: 1025px) {

    .gallery .ribbon-wrapper {
        float: right;
    }

}

@media all and (min-width: 1281px) {
	
	.product-list .item-box .ribbon-wrapper + .details {
		margin: 0 230px 0 0;
	}
	
}

body{}
.header-logo a,
.header-upper,
.header-actions a.ico-cart,
.header-menu > ul > li > a::after,
#goToTop,
.social-sharing li,
.newsletter-email .newsletter-subscribe-button,
.footer-block .title + *::before,
.header-2 .header-lower,
.mega-menu .title::after,
.item-box input[type="button"],
.item-box .with-icon .product-box-add-to-cart-button,
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page *,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.write-review .button-1,
.wishlist-content .button-2.wishlist-add-to-cart-button,
.compare-products-page .button-2,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .login-button,
.login-page .register-button,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.contact-page .button-1,
.email-a-friend-page .button-1,
.account-page .title strong::after,
.account-page .button-2,
.order-details-page .button-2.print-order-button,
.order-details-page .actions input,
.mini-shopping-cart .count,
.mini-shopping-cart input[type="button"],
.shopping-cart-page .button-2.update-cart-button,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.search-input .button-1,
.sitemap-page .entity-title h2::after,
.post-title::after,
.news-title::after,
.blog-posts .read-more,
.news-items .read-more,
.new-comment .title strong::after,
.comment-list .title strong::after,
.new-comment .button-1,
.forum-search-box .basic .search-box-button,
.forums-table-section-title > a::after,
.forums-table-section-title strong::after,
.topic-post .pm-button,
.profile-info-box .pm-button,
.forum-edit-page .buttons input.button-1,
.move-topic-page .buttons input.button-1,
.private-messages .buttons input.button-1,
.responsive-nav-wrapper,
.item-box .rating div,
.overview .rating div,
.product-review-box .rating div,
.footer-2 .newsletter-block .title,
.apply-vendor-page .button-1,
.ui-dialog-titlebar,
.ui-dialog .notify-me-button,
/*plugins*/ .ajaxCart .productAddedToCartWindowCheckout,
.previous-product a:hover .previous-product-label,
.next-product a:hover .next-product-label,
.sale-of-the-day-offer .go-to-product-page,
.blog-search-box .search-box-button,
.post-navigation a:hover::before,
.jCarouselMainWrapper .slick-dots .slick-active button,
.ajaxFilters .k-window-titlebar,
.ropc .complete-button button,
.header-menu > ul > li > span:after,
.shops-item .shop-name:after,
.shops-item .read-more,
.newsletter-subscribe-popup .newsletter-subscribe-popup-title::after {
  background-color: #2a2a2a;
}
/* set same border color as bg */

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page *,
.wishlist-content .button-2.wishlist-add-to-cart-button,
.account-page .button-2,
.order-details-page .button-2.print-order-button,
.order-details-page .actions input,
.shopping-cart-page .button-2.update-cart-button,
.forum-edit-page .buttons input.button-1,
.move-topic-page .buttons input.button-1,
.private-messages .buttons input.button-1,
.attribute-squares .selected-value .attribute-square,
/*plugins*/ .previous-product a:hover .previous-product-label,
.next-product a:hover .next-product-label,
.ui-slider-handle,
.mega-menu .dropdown.fullWidth,
.post-navigation a:hover::before {
  border-color: #2a2a2a;
}
/* set differen background color to this button */

.header-2 .header-actions a.ico-cart {
  background-color: #444444;
}
/* color */

.ui-dialog-titlebar,
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a,
.header-2 .header-links a span:hover,
.header-2 .header-links a:hover,
.styleSelect_item li:hover span,
.footer-block a:hover,
.footer-powered-by a,
.footer-designed-by a,
.block .list li.active > a,
.block.block-account-navigation .list li a.active,
.block .list a:hover,
.block .view-all a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.news-list-homepage .news-date,
.poll strong,
.poll .buttons input,
.poll-total-votes,
.breadcrumb a:hover,
.contact-vendor .button-2,
.product-filters .filter-content li a:hover,
.item-box .product-title a:hover,
.item-box .actual-price,
.item-box .tax-shipping-info a,
.pager li a:hover,
.pager li.current-page span,
.product-review-links a,
.overview .subscribe-button,
.variant-overview .subscribe-button,
.overview .value a,
.variant-overview .value a,
.overview .product-price,
.variant-overview .product-price,
.overview .prices .tax-shipping-info a,
.variant-overview .prices .tax-shipping-info a,
.ui-tabs .ui-tabs-nav li a,
.product-tags-list li,
.vendor-list li,
.product-reviews-page h1 a,
.product-review-item .review-info a,
.product-review-helpfulness .vote,
.wishlist-content .tax-shipping-info a,
.wishlist-content .button-2,
.wishlist-page .share-info a:hover,
.compare-products-page .clear-list,
.topic-block a,
.topic-page a,
.enter-password-form input[type="submit"],
.email-a-friend-page .title h2,
#check-availability-button,
.login-page .inputs.reversed a,
.login-page .checkout-as-guest-button,
.add-more-external-records a,
.account-page .return-items-button,
.return-request-list-page a,
.reward-points-history td.points-balance,
.avatar-page .buttons .button-2,
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.terms-of-service a,
.order-completed .details a,
.opc .back-link a:hover,
.order-details-page .order-overview strong,
.order-details-page .tax-shipping-info a,
.order-details-page input.return-items-button,
.sitemap-page a:hover,
.post-title:hover,
.news-title:hover,
.blog-page .tags li,
.blogpost-page .tags li,
.blog-posts .read-comments,
.comment-info .username,
.news-list-homepage .view-all a,
.forum-search-box .advanced a,
.forums-table-section a:hover,
.forums-table-section-title > a:hover,
.forums-table-section .view-all a,
.forums-table-section .latest-post .origin a,
.forums-table-section .latest-post .author a,
.forums-table-section .topic-details .topic-starter a,
.forum-actions .actions a,
.topic-actions .actions a,
.topic-post .username,
.topic-post .post-actions .quote-post-button,
.topic-post .post-actions a:hover,
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input,
.private-messages-page td a.pm-unread,
.private-messages-page .to a:hover,
.private-messages-page .from a:hover,
.private-messages-page .subject a:hover,
.profile-page .topic-title a,
.profile-page .topic-title a:hover,
.header-menu .sublist li:hover > a,
.mini-shopping-cart .price span,
.mini-shopping-cart .totals strong,
.cart .edit-item > a,
.cart tbody .subtotal,
.compare-products-table .product-price td,
td.footable-last-column,
.go-to-page,
.blog-page .buttons .read-more,
.order-details-page .button-2.re-order-button,
.account-page .button-2.return-items-button,
/*topics descriptions posts*/ .category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.post-body a,
.news-body a,
.custom-tab a,
/*plugins*/ .mega-menu .box li a:hover,
.sale-of-the-day-offer .price.actual-price,
.rich-blog-homepage .view-all a,
.instant-search-item .detail .price,
.priceRangeCurrentPricesPanel span,
.specification-current-value-panel span,
.filtersGroupPanel li > a:hover,
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter,
.selected-options-list > li span,
.productAddedToCartWindowSummary a,
.productAddedToCartWindowDescription strong,
.quickViewWindow .links-panel a,
.sale-of-the-day-offer .product-name h4:hover,
.blog-search-results li a,
.jDropDown li span:hover,
.jDropDown li.selected span,
.footer-tax-shipping a,
p .search-term-highlighter,
.ropc .estimate-shipping button,
.ropc .coupon-code button,
.post-relations li a,
.checkbox-list li label:hover,
.spc-header li span,
.spc-categories .category-sublist li a:hover,
.spc-categories .category-info:hover .category-title a,
.getUserGeoLocation,
.align-map-button,
.filter-shops-button,
.shops-item .show-directions,
.shop-map-images .map-controls a,
.shop-full-description a {
  color: #2a2a2a;
}
@media all and (max-width: 1200px)
{
    body {
        padding-bottom: 50px;
    }
}




.bx-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

ul.bxslider > li {
    width: 100% !important;
}



@media (min-width: 1025px){
	.cart tbody .subtotal .discount {
	    font-size: 0.7rem;
	    font-weight: 400;
	}
	.checkout-page .panel.pickup-in-store-panel{
		display: inline-block;
		width: 48%;
		margin-inline-end: 3%;
	}
	.pickup-in-store .section-body .options{
		margin: 5px 5px 0 0;
		padding: 5px;
		
	}
	.checkout-page .panel.shipping-method-panel{
		display: inline-block;
		width:48%;
	}
}

.red>a>span {
    color: red !important;
}


@media all and (max-width: 1024px)
{
    .home-page .jCarouselMainWrapper .nop-jcarousel {
        padding-top: 20px;
    }

}



.topic-page div,
.topic-page span,
.topic-page img,
.topic-page p{
    height: unset;
    max-width: 100%;
}


ul.mega-menu .categories .picture {

display: block !important;

}


li.outOfStock {
    opacity: 0.3;
    text-decoration: line-through;
}


.mini-shopping-cart .picture {
    float: none;
    padding-inline-end: 15px;
}

.ropc .section-title {
    background-image: none;
}




.cart td.quantity, .cart th.quantity {
    display: table-cell !important;
}


body .has-sublist .sublist-wrap .sublist span{
	font-size: 16px !important;
}

@media all and (max-width: 1025px)
{
    div.header-menu > ul > li > a, div.header-menu > ul > li > span, div.header-menu > ul li a.lastLevelCategory, div.header-menu > ul li a.lastLevelCategory > span, div.header-menu > ul li a.with-subcategories, div.header-menu > ul li a.with-subcategories > span
    {
        font-size: 16px !important;
    }
}



/* Sticky header desktop and mobile 
body .header.header-1 {
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 2;
}*/



.product-grid .title, .home-page-category-grid > .title,
.one-column .product-name h1,
.two-columns .product-name h1,
.discontinued-product h4 ,
.overview .subscribe-button,
.variant-overview .subscribe-button,
.free-shipping ,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.product-collateral .title ,
.variant-overview .variant-name ,
.ui-tabs .ui-tabs-nav li a,
.product-reviews-page .title,
.write-review .review-rating div ,
.wishlist-content .button-2  ,
.topic-block-title h2,
.enter-password-form input[type="submit"] ,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 ,
.header-menu > ul > li > a, .header-menu > ul > li > span,
.page-title h1,
.mega-menu .title a span{
    text-transform: none;
}
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
    z-index: 2;
}




.theme-margin-top-10 { margin-top: 10px; }
.theme-margin-top-20 { margin-top: 20px; }
.theme-margin-top-30 { margin-top: 30px; }

.theme-margin-bottom-10 { margin-bottom: 10px; }
.theme-margin-bottom-20 { margin-bottom: 20px; }
.theme-margin-bottom-30 { margin-bottom: 30px; }


@media (min-width: 1025px){
    .theme-two-sliders{
        width: calc(50% - 10px);
        float: left;
        margin: 0 0 70px !important;
        margin-right:20px !important;
        z-index: 5;
    }
    .theme-two-sliders.nmr {
            margin-right:0!important;
        }
}
@media (max-width: 1024px){
	.theme-two-sliders {
   	 margin-bottom: 10px !important;
    }
    
    .checkout-page .payment-method-panel .payment-details {
        max-width: calc(100% - 66px);
    }
}


.order-details-page .total-info{
	max-width: 100%;
}

.html-order-details-page .button-2 {
    font-size: 20px !important;
     font-weight: 100 !important;
}

.html-product-details-page .product-essential .productTabs,
.html-product-details-page .product-essential .short-description-title,
.html-product-details-page .product-essential .short-description{
	text-align: right;
}


@media (min-width: 1025px){
	.return-request-file > div {
   	 	display: inline-block;
	}
}
@media (min-width: 1281px){
    .return-request-page .qq-upload-button{
        width:400px ;

    }
}


.html-product-details-page .full-description img{
max-width: 100%;
}
.theme-home-banners{
 z-index: 5;
}






/*BEGIN: Blog style*/

.blog-page .page-title {
    top: -30px;
    background-color: #F8F8F8;
    margin-bottom: 0 !important;
    border: 0;
    padding-top: 14px;
}

.blog-page .page-title h1 {
    font-size: 2.5em;
    letter-spacing: 1px;
    font-weight: 100;
    color: #000;

}

.side-2 .blog-search-box{float: none;}
.side-2 .blog-search-box .title{
    font-size: 20px;
}

.side-2 .blog-search-box .listbox form {
    max-width:100%;
}

.blog-page .blog-posts .post-title {
    text-transform: none;
}

@media (min-width: 1025px)
{
    .blog-pages-body .side-2 {
        margin-top: 85px;
    }
    .center-2 .blog-page{
         margin-top: 0;
    }

    .center-2 .blog-page .page-title h1{
        display: table-cell;
        vertical-align: top;
        text-align: inherit;
    }

    .center-2 .blog-page .page-title {
         /* top: auto; */
         width: 245px;
         background-color: inherit;
         display: table;
         height: auto;
         /* padding: 20px 0; */
    }

}

@media (max-width: 1024px)
{
    .blog-page .blog-posts .post-head,
    .blog-page .blog-posts .post-body,
    .blog-page .blog-posts .tags,
    .blog-page .blog-posts .buttons {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;

    }

    .blog-page .blog-posts .post-body
    {
        text-align:justify;
    }

    .blog-page .blog-posts .tags{
        display: none;
    }

}

.blog-pages-body .master-wrapper-content {
    padding-top: 0;
}

.blog-pages-body .master-wrapper-content .center-2 {
    margin-top: 0
}





.html-blogpost-page .page-title h1 {
    font-size: 2.5em;
    letter-spacing: 1px;
    font-weight: 100;
    color: #000;
}

.html-blogpost-page .page-title
{
    top: -30px;
    background-color: #F8F8F8;
    margin-bottom: 0 !important;
    padding-top: 10px;
    border: 0;
}

.html-blogpost-page .page-body {
    color: #000;
    font-size: 20px;
    text-align: justify;
}

@media all and (min-width: 1025px){
    .html-blogpost-page .page-body {
        margin-top: 60px;
    }
}

.html-blogpost-page .page-body img{
    max-width: 100%;
    height:auto;
}

.html-blogpost-page .post-date {
    position: static;
    width:auto;
    display: inline-block;
    border: 0;
    height: auto;
}

.html-blogpost-page .post-date span{
    font-size: 14px;
    color: #888;
}

.page.blogpost-page .tags ul li a::before {
    content: '#';
}

.rich-blog-homepage {
    position: relative;
    margin-bottom: 10px !important;
}

.rich-blog-homepage .carousel-title strong {
    text-transform: none;
}

.rich-blog-homepage .carousel-title {
    display: block;
}


.rich-blog-homepage .carousel-title strong::before,
.rich-blog-homepage .carousel-title strong::after {
    top: 0.6em !important;
}



@media all and (max-width: 1024px){

    .rich-blog-homepage .carousel-title strong::before,
	.rich-blog-homepage .carousel-title strong::after {
      display: none;
    }
    
    .rich-blog-homepage .carousel-title {
    	font-size: 1em !important;
    }
}



/*END blog style*/

@media (max-width: 1024px) {
.html-home-page body div.master-wrapper-content {
	margin-top: 0 !important;
}
}


/* mega menu font style */
.mega-menu .title a span {
    font-weight: 600;
}
.mega-menu .fullWidth .box li a {
    font-size: 16px;
    font-weight: 300;
}

/* mega menu hide category image */
body ul.mega-menu .categories .picture {
    display: none !important;
}

/* mega menu all vertical line between items */
body ul.mega-menu > li {
    border-left: 1px solid #000 ;
}

body ul.mega-menu > li:last-child {
    border-left: 0 ;
}


@media (min-width: 1025px)
{
    body .mega-menu .dropdown.fullWidth {
        border-bottom-width: 1px;
        padding-bottom: 15px;
    }
    
    .header-menu > ul > li > a:after, 
    .header-menu > ul > li > span:after {
        right: 0px;
    }
}
@media (max-width: 1024px)
{
    .first-left{
    margin-top:12px;
    }
}
@media (max-width: 1024px) and (min-width: 768px)
{
    .first-right{
    margin-top:12px !important;
    }
}

.footer-lower-center img {
    display: none !important;
}

.dialog__atPopupSU.ui-front {
    width: unset !important;
}




@media all and (min-width: 1025px)
{

    .non-discounted-price {
        vertical-align: middle;
        padding-inline-end: 12px;
    }
}



.attributes .option-list li {
    margin: 0 5px;
}



.overview-top .prices, .variant-overview .prices {
    font-size: 20px;
}

.theme-full-width-home{
	margin-bottom: 20px;
}

.two-columns .product-name h1 {
    text-align: right;
}

@media (max-width: 1025px){
.checkout-page div.attributes-panel {
    margin-bottom: 64px;
    }
}



@media (max-width: 1024px)
{
    .header-menu .sublist-wrap {
        position: static;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        /*background: rgba(204, 204, 204, 0.3) !important;*/
        box-shadow: none;
        z-index: 2;
        overflow: hidden;
        -webkit-transition: none;
        transition: none;
        display: none;
        transform: none;
        -webkit-transform: none;
        padding: 0 20px 0 0 ;
    }

    .header-menu .sublist-wrap.active {
        display: block;
    }

    .sublist li.back-button {
        display: none;
    }

    
    .header-menu {
        overflow: scroll !important;
    }

    .plus-button.close {
        transform: rotate(-90deg);
        height: 47px;
        background-position-x: 12px;
    }
}

.product-details-page .spec-name img {
   max-width:18px;
   max-height:18px;
   vertical-align: middle;
}


.table-wrapper .data-table,
.product-specs-box .data-table td {
    border: 0px!important; 
}

.table-wrapper .data-table {
border:none;
text-align: right;
margin-top:10px
}

td.spec-name {
    width:1px;
}

.product-essential .product-specs-box .data-table td {
min-width: 0px;
padding: 5px 0 5px 5px;
}
.product-essential .product-specs-box td.spec-value {
color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    padding:   0 4px 0 0px!important;
}
.product-details-page .product-essential .overview .product-specs-box .title strong {
color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 600;
}
.product-details-page .product-essential .overview .product-specs-box .title {
text-align: right;
}
.product-essential .overview .ui-tabs {
	margin: 0 0 25px;
}


@media (max-width: 1025px)
{
    .category-page .item-grid,
	.manufacturer-page .item-grid	{
        padding-top: 0px ;
    }

}

.category-page-body .breadcrumb ul li > *, 
.html-manufacturer-page body .breadcrumb ul li > *, 
.product-details-page-body .breadcrumb ul li > * {
    font-size:1em ;
}

.html-product-details-page .page-title {
    padding: 10px 0px!important;
}

.html-product-details-page .product-details-page-body .breadcrumb {
    margin-top: -38px;
}

.html-product-details-page  .product-essential {
margin-top: 10px;
}




.quick-view-button {
    text-align: revert;
    top: 23px !important;
    right: -7px !important;
}

.item-box .quick-view-button a {
    font-size: 0px;
}

/*color box*/


.html-product-tag-page a.color-box,
.html-category-page a.color-box,
.html-manufacturer-page a.color-box
 {
  background: red;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #444;
  margin-right: 5px;
}

.html-product-tag-page .color-boxes,
.html-category-page .color-boxes,
.html-manufacturer-page .color-boxes
 {
  display: inline;
  float: left;
}




.html-product-details-page a.color-box {
  background: red;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #444;
  margin-left: 5px;
  vertical-align: top;
}

.html-product-details-page .color-boxes {
  display: block;
  float: none;
  margin-bottom: 20px !important;
}



  .html-product-details-page .color-boxes label {
    display: block;
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
/*color box end*/
div.category-page .page-title h1,
div.manufacturer-page .page-title h1
 {
    font-size: 2.2em;

}







.html-product-details-page .product-specs-box
{
	margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 2px solid #eee;
}

 .product-details-page .overview .short-description-title,
 .product-details-page .overview .short-description,
 .product-details-page .product-essential .overview .product-specs-box .title strong,
 .product-essential .product-specs-box td.spec-value,
 .product-details-page .overview .productTabs .title,
 .product-details-page .overview .productTabs .body
 {
    font-size: 1.1em;
}




/* BEGIN:  collapsable quick tab css */
.productTabs .collapsable-quick-tab .title {
    cursor: pointer;
     
    background: url('https://comme-il-faut.b-cdn.net/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Brooklyn/Content/images/filter-expand.png');
    background-position: right;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.productTabs .collapsable-quick-tab .body {
    display: none;
}


.productTabs .collapsable-quick-tab.open .body{
    display: block;
}

.productTabs .collapsable-quick-tab.open .title {
    background-image: url('https://comme-il-faut.b-cdn.net/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Brooklyn/Content/images/filter-collapse.png');
}
/* END:  collapsable quick tab css */

/*product pic*/

@media (min-width: 1025px) {
    .gallery .picture-wrapper {
        max-width:78%;
        float: left;
    }
}
@media (min-width: 1281px) {
    .gallery .picture-wrapper {
        max-width:81%;
    }
}
/*end*/

/*fix slider video bug*/
.bxslider li:nth-child(2),
.bxslider li:nth-child(3)
{
    display:none;
}
/*end*/


/* HW-LEFT AND RIGHT */
@media all and (min-width: 1281px)
{

    .fw, .theme-fw {
        /* width of content area 1200px - width of page 100vw devided by 2 in minus */
        margin-right: calc(600px - 50vw);
        width: 100vw;
    }


.hw-left, .theme-hw-left {
  /*  margin-right: calc(600px - 50vw);*/
    width: 50%;
    display: inline-block;
}

.hw-right, .theme-hw-right {
  /*  margin-right:auto;
    margin-left: calc(600px - 50vw);*/
    width: 50%;
    display: inline-block;
}
.hw-right, .theme-hw-right, .hw-left, .theme-hw-left {
    margin-bottom: -5px;
}
}

@media all and (max-width: 1280px) and (min-width: 1025px)
{

    .fw, .theme-fw {
        /* width of content area 980px - width of page 100vw devided by 2 in minus */
        margin-right: calc(490px - 50vw);
        width: 100vw;
    }

    .hw-left, .theme-hw-left {
      /*  margin-right: calc(490px - 50vw);*/
        width: 50vw;
        display: inline-block;
    }

    .hw-right, .theme-hw-right {
     /*   margin-left: calc(490px - 50vw);*/
        width: 50vw;
        display: inline-block;
    }
    .hw-right, .theme-hw-right, .hw-left, .theme-hw-left {
        margin-bottom: -5px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px)
{
    .home-page .page-body {
        white-space: nowrap;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px)
{

    .fw, .theme-fw {
        /* width of content area 980px - width of page 100vw devided by 2 in minus */
        margin-right: -2.5vw;
        width: 100vw;
    }

    .hw-left, .theme-hw-left {
        /*margin-right: -2.5vw;*/
        width: 50vw;
        display: inline-block;
    }

    .hw-right, .theme-hw-right {
      /*  margin-left: -2.5vw;*/
        width: 50vw;
        display: inline-block;
    }
    .hw-right, .theme-hw-right, .hw-left, .theme-hw-left {
        margin-bottom: -5px;
    }

}


@media all and (max-width: 767px)
{

    .hw-right, .theme-hw-right, .hw-left, .theme-hw-left {
    /*    margin-right: calc(50% - 50vw);*/
        width: 100vw ;
        display: inline-block ;
        margin-bottom: -5px;
    }


}
/* END HW-LEFT AND RIGHT */

.bx-wrapper .bx-viewport .bxslider{
    width:100%;
    max-width:100%;
}
.bx-wrapper .bx-viewport{
 	height: unset !important;

}

	.floating-wpp .floating-wpp-button svg {
	border-radius: 50%;
}

@media all and (max-width:1024px) {
html.html-product-details-page .master-wrapper-content {
     width:100%; 
     }

html.html-product-details-page .picture-thumbs.in-carousel {
    display:none;
}
}

@media (max-width: 1024px){
.desktop {
    display: none !important;
}
}
@media (min-width: 1025px){
.mobile {
  display: none !important;
}
}




/*full-width*/
.full-width .page-body, .full-width .master-wrapper-content {
    max-width: 100%;
    width: 100%;
}

.html-home-page div.master-wrapper-content {
    margin-top: 0 !important;
}






@media all and (min-width: 1025px)
{
	.html-product-details-page .owl-panag {
		display: none !important;
	}
}

@media all and (max-width: 1024px)
{
	


	.html-product-details-page .owl-panag {
		display: block !important;
	}



	.html-product-details-page .owl-carousel.owl-theme img {
		max-width: 100%;
	}
	
	.html-product-details-page .sevenspikes-cloudzoom-gallery {
		display: none !important;
	}
	
	.owl-carousel .owl-nav{
		overflow: hidden;
		height: 0px;
	}
	
	.owl-dots {
		display:none;
	}
	
	.owl-carousel .item {
		text-align: center;
	}
	
	.owl-carousel .nav-btn{
		height: 47px;
		position: absolute;
		width: 26px;
		cursor: pointer;
		top: 50% !important;
		z-index: 1000;
	}
	
	.owl-carousel .prev-slide{
		background: url(https://shopily.b-cdn.net/libs/fontawsome/5.0.0/svg/chevron-left-light.svg) no-repeat scroll 0 0;
		left: 10px;
		opacity: 0.2;
		max-width: 15px;
	}
	
	.owl-carousel .next-slide{
		background: url(https://shopily.b-cdn.net/libs/fontawsome/5.0.0/svg/chevron-right-light.svg) no-repeat scroll 0 0;
		right: 10px;
		opacity: 0.2;
		max-width: 15px;
	}
	

	.two-columns .product-name h1 {
	    padding-top: 0;
	}

	.product-details-page .additional-details
	{
   		 margin-top: 10px;
	}


.html-product-details-page .product-essential .overview {
    margin: 0 15px !important;
}

.html-product-details-page .related-products-grid.product-grid {
    margin: 0 15px;
}

.html-product-details-page .jCarouselMainWrapper {
    margin: 0 15px;
}
}

.overview .add-to-cart-panel > * {
    float: right !important;
}



p#home-instagram {
    margin-top: 28px;
}

.mega-menu .box li a[title="OUTLET"] {
    color: #f00;
}

 .html-real-opc-page .panel.attributes-panel .attribute-list .ng-scope:nth-child(2) {
    display:none;
}

.nivo-controlNav a {
    text-indent: unset;
}

/* CAROUSEL DOTS*/
.nivo-controlNav.nivo-thumbs-enabled {
    position: absolute;
    margin-top: -68px;
}

.nivo-controlNav.nivo-thumbs-enabled a{
    margin: 10px;
    border-radius: 100%;
    width: 20px;
    height: 20px;

}

.nivo-controlNav.nivo-thumbs-enabled a.active{
    box-shadow:0 0px 2px 1px; 
}

.nivo-controlNav.nivo-thumbs-enabled a img{
    border-radius: 100%;
    width: 20px;
    height: 20px;
    filter: blur(150px);
}
/* END OF CAROUSEL DOTS*/

 .section.pickup-in-store .pickup-points {
 opacity: 1;
 }
.top-bar {
        background-color: rgb(0 0 0);
}
.top-bar a {
color:white;
}


@media all and (min-width: 1025px)
{
    .manufacturer-page .page-title {
        position: absolute;
        right: 0;
    }

}

div.item-box div.manufacturers {
	text-align: right;
}



.html-real-opc-page td.subtotal .discount {
    display: none;
}

.html-real-opc-page td.discount .product-discount{
    white-space: nowrap;
}

/*.html-real-opc-page td.unit-price .product-unit-price {
    text-decoration: line-through;
}*/


@media all and (max-width: 1024px) {
    .ropc .cart td.discount, .ropc .cart td.quantity {
        text-align: center;
        width: 100%;
        display: inline-block !important;
    }
}


body .header.header-1 {
	z-index: 1071 !important;
}


.productAddedToCartWindowImage a:before {
    padding-top: 150%;
}

.productAddedToCartWindowImage img {
    width: 100%;
}

div.productAddedToCartWindowImage {
    width: 200px;
}

div.productAddedToCartWindowTitle, 
.miniProductDetailsView .product-name {
    right: 220px;
}

div.productAddedToCartWindow, .miniProductDetailsView{
	width: 650px;
}

div.miniProductDetailsView .product-essential .gallery {
    width: 250px !important;
    padding: 0;
}




/* BEGIN: quick view */

div.quickViewWindow h1.product-name {
    font-size: 2.6em;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
    line-height: 40px;
}

div.quickViewWindow .overview {
    padding-top: 0;
}

div.quickViewWindow .overview #accordion.ui-accordion > h3.ui-accordion-header {
    background: transparent !important;
    font-weight: 400 !important;
    padding-right: 0;
}

div.quickViewWindow .overview .purchase-area {
    border: 0;
    padding: 0;
    margin: 0;
}

div.quickViewWindow .overview .product-price, 
div.quickViewWindow .variant-overview .product-price {
    text-align: start;
    font-size: 28px;
    font-weight: 400;
}

div.quickViewWindow .overview .qty-input {
    display: none;
}

/* END: quick view */

/* OUTLET PAGE - GRID */

.item1 {
    grid-column: 1 / span 2;
}
.item8 {
    grid-column: 1 / span 2; 
}
/* END:OUTLET PAGE - GRID */

@media all and (max-width:1024px){
.bar-notification.success {
    border-bottom: 1px solid black;
    background: black;
}
.bar-notification.success p.content {
    font-size: 30px;
}
}
@media all and (min-width:1024px){
.items-per-row-three .header.header-1 .header-lower {
    margin-bottom: 38px;
}
}


/*2021/03/17*/

/* SCROLL DOWN CLASS*/
.mega-menu.desktop li a span, .dropdown.categories.fullWidth.boxes-4.active, .dropdown.categories.fullWidth.boxes-4.active ul li a {
    color: black!important;
}

.icon-magnifier:before {
    background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/magnifier-black.svg)no-repeat;
}

.icon-bag:before {
    background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/shoping-cart-black.svg)no-repeat;
}

.icon-user-female:before {
    background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/my-account-black.svg)no-repeat;
}

.header-lower {
    position: relative;
    padding: 10px 0;
    width: 90%;
    margin: auto;
}

.header-actions.end .trigger {
    width: auto;
}

/* END SCROLL DOWN CLASS*/
.trans-head .header-lower {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 0px;
    left: 0;
    right: 0;
}

.header-menu.pictures-per-row-four {
    float: left;
    margin-bottom: auto;
}

.header.header-1 {
    top: 0!important;
}

.header-actions.end {
    text-align: right;
    /* margin-right:15px; */
}

/*.trans-head .mega-menu.desktop li a span {
    color: white!important;
}*/



.trans-head .mega-menu.desktop .sublist-wrap.active li a span, .dropdown.categories.fullWidth.boxes-4.active .title a span {
    color: black!important;
}

.mega-menu.desktop li a span {
    font-weight: 600!important;
}

/*  .header-menu .sublist-wrap {
        background: none;
    }

    .dropdown.categories.fullWidth.boxes-4.active {
        background: rgba(0, 0, 0, 0.3);
    }*/
body .mega-menu .dropdown.fullWidth {
    border-bottom-width: 0;
}

.trans-head .icon-magnifier:before {
    background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/search-magnifier.svg)no-repeat;
}

.trans-head .icon-bag:before {
    background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/shopping-cart.svg)no-repeat;
}

.trans-head .icon-user-female:before {
    background: url(https://comme-il-faut.com/Themes/Brooklyn/Content/img/my-account.svg)no-repeat;
}

.icon-magnifier:before, .icon-bag:before, .icon-user-female:before {
    content: " ";
    height: 45px;
    width: 45px;
    display: flex;
}

.header-logo {
    display: table-cell;
}

.header-actions.end a:nth-child(3) {
    position: absolute!important;
    z-index: -1000;
    opacity: 0;
}

ul.mega-menu.desktop li {
    border-left: 0;
}

.header-lower ul.mega-menu {
    text-align: left;
}

@media all and (max-width: 1280px) {
    div.header-actions a {
        height: 48px;
        width: 48px;
    }

    div.header-actions {
        width: 20%;
    }
}

@media all and (min-width: 1025px) {
    div.header-actions {
        width: 20%;
    }
}

@media all and (min-width: 1281px) {
    div.header-actions {
        width: 18%;
    }
}

@media all and (min-width: 1481px) {
    div.header-actions {
        width: 16%;
    }
}

.trans-head #mobile-menu-opener i.icons {
    color: white;
}

#mobile-menu-opener i.icons {
    color: black;
}

@media all and (max-width:1024px) {
    .header-actions.start {
        display: inline;
        text-align: end;
    }
}

.trans-head .header-lower {
    margin-top: 10px;
}


.button-1.search-box-button i.icon-arrow-left.icons {
    color: #EEE;
}



a#search-popup-button {
    display: block;
}




.mobile-search {
    display: none!important;
}
@media all and (min-width:1025px){
.dropdown .box {
    float: left;
}

.mega-menu .title,
.mega-menu .box li {
    text-align:left;
}
}
@media (max-width: 1024px) {
    .header-menu.pictures-per-row-four.ps-container.open {
        right:inherit;
        left: 0px;
    }

    .header-menu.pictures-per-row-four.ps-container {
        right: inherit;
        left: -640px;
    }

    .header-menu > ul li {
        text-align: left;
    }

    .has-sublist .plus-button {
        left: 265px;
        transform: rotate(180deg);
        z-index: 1;
        width: 36px;
        height:60px;
    }
    .has-sublist .plus-button.close {
        transform: rotate(270deg);
        margin-left:-15px;
    }
   .header-menu .sublist-wrap {
    padding:0 0 0 20px;
    }
    .close-menu span {
    float:right;
    }
    .footer-powered-by {
    float: none!important;
}
}

/*2021/03/17 end */



/* BEGIN: remove HOVER underline from main logo menu item */
.header-menu > ul > li.main-logo:hover > a:after, .header-menu > ul > li.main-logo:hover > span:after {
    display: none !important;
}
/* END: remove HOVER underline from main logo menu item */

div#search-popup { 
right: 0 !important; 
}
.header-links {
right: 50px !important;
}
@media all and (min-width:1025px){
div#flyout-cart.active {
    right: 0px;
}
div#flyout-cart {
        right: -320px;
}
}

@media all and (min-width:1025px){
.header-logo {
    display:inline-block;
    padding:0;
}

.header-logo a.logo {
    background-color: #fff0;
}

}

.header-logo a.logo:before {
    content: " ";
    height: 25px;
    display: flex;
    background: url(/Themes/Brooklyn/Content/img/logo-transparent-black.png)no-repeat;
    background-size: contain;
    margin-bottom:-44px;
}

.trans-head .header-logo a.logo:before {
    content: " ";
    height: 25px;
    display: flex;
    background: url(/Themes/Brooklyn/Content/img/logo-transparent-white.png)no-repeat;
    background-size: contain;
}

.home-page-body .header-logo a.logo:before {
    content: " ";
    height: 25px;
    display: flex;
    background: url(/images/uploaded/logo-transparent-blacg_1000.png)no-repeat;
    background-size: contain;
}

.header-logo a img {
display:none;
}
.header-logo {
    display: table-cell;
width:170px;
}
@media all and (max-width:1024px) {
.header-logo {
display:none;
}
}
img.logo-in-mobile-megamenu {
    width: 66%;
    margin-left: -7px;
}




@media all and (max-width: 1024px) {
    .content-sized-container.rel .ui-autocomplete {
        right: calc(5% + 4px);
    }
}
@media all and (min-width: 1025px) {
    .content-sized-container.rel .ui-autocomplete {
        right: 0;
    }
}

.content-sized-container {
    width: 90%;
}




div.header-menu ul.mega-menu li.red > a, 
div.header-menu ul.mega-menu li.red > a > span {
    color: red !important;
}

/*product-tag-page*/
@media (max-width: 1025px) {
    .product-tag-page .page-title {
        top: -60px;
        width: 245px;
        background-color: inherit;
        margin-bottom: 0 !important;
        display: table;
        height: 150px;
        padding: 20px 0;
        position: absolute;
        right: 0;
        left: 0;
    }

    .product-tag-page .product-selectors {
        float: left;
        margin-bottom: 0;
    }
}

.product-tag-page h1 {
    font-size: 2.2em;
    letter-spacing: 1px;
    font-weight: 100;
    color: #000;
}

.product-tag-page .product-viewmode {
    display: none !important;
}

/*product-tag-page*/


/*home page foxnet slider*/
.bxslider-list .bxslider-div .bxslider img {
        width: 100%;
}
.bxslider-list .bxslider-div .bxslider li[aria-hidden="true"] {
    display: none;
}

.bxslider-list .bxslider-div .bxslider li[aria-hidden="false"] {
    display: block !important;
}

/**/
@media all and (min-width:1025px){
.html-product-tag-page .side-2 .block.block-recently-viewed-products .title {
    margin-top: 38px;
}
}
div#ph-topic {
    color: #000;
}

div#ph-topic li p {
    margin: 0;
}

div#ph-topic ul {
    margin: 0;
}

div#ph-topic p {
    margin: 0;
}
/* SIZES POPUP*/
.popup-mask {
overflow:auto;

}
div#sizes-text {
    display: inline-block;
    width: 50%;
    float: right;
}
div#sizes-image {
    display: inline-block;
    width: 50%;
    float: left;
}
div#sizes-image img{
    width: 48%;
}
@media all and (max-width:558px) {
div#sizes-text {
    display: block;
    width: 100%;
    float: right;
}
div#sizes-image {
    display: block;
    width: 100%;
    float: left;
}
div#sizes-image img{
    width: 60%;
}
}
/* END SIZES POPUP*/
/* VIDEO FOOTAGE IN PRODUCT PAGE*/
      .picture .video {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .video-thumbs-item {
        padding: 5px 0;
        height: 110px !important;
        width:69px!important;
    }

        .video-thumbs-item a.thumb-item {
            position: relative;
            overflow: hidden;
            /*border: 1px dashed #ccc;*/
        }

        .video-thumbs-item a .video {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            /*margin: auto;*/
        }

        .video-thumbs-item a span {
            position: absolute;
            width: 100%;
            height: 100%;
            max-width: 100%;
            top: 0;
            left: 0;
            z-index: 100;
        }




    @@media (min-width: 1201px) {
        .mobile-video {
            display: none;
        }

        .desktop-video {
            display: block;
        }
    }

    @@media (max-width: 1200px) {
        .video-thumbs-item {
            padding: 0 5px;
        }


            .video-thumbs-item a.thumb-item {
                display: block !important;
                margin: 0 !important;
                float: none !important;
                width: auto !important;
                height: auto !important;
            }

        .mobile-video {
            display: block;
        }

        .desktop-video {
            display: none;
        }
    }
/* VIDEO FOOTAGE IN PRODUCT PAGE*/

.html-category-page .category-grid.sub-category-grid
{
display:block;
    margin-bottom:0px;
}
.category-grid.sub-category-grid .item-box {
    margin-bottom:20px;
}


#WidgetSlider-home_page_main_slider-1 .nivo-directionNav{
   display: none;
}
.html-home-page .center-1 {
    margin:0;
}


.specificationFilterPanel7Spikes .filtersGroupPanel {
	padding: 0px;
}
/*Brands in Megamenu*/
li.brands-megamenu .sublist-wrap.active ul.sublist li.back-button {
    display: none;
}

li.brands-megamenu.has-sublist ul.sublist {
    width: 355px;
}

li.brands-megamenu.has-sublist ul.sublist li {
    width: 50%;
    display: inline-block;
}

li.brands-megamenu.has-sublist ul.sublist li:last-child a {
    border-bottom: 2px solid #eee;
}
/*END: Brands in Megamenu*/
.page.product-details-page .related-products-grid.product-grid {
    display: none;
}
ul.mega-menu-responsive.mobile li a span{
    text-transform: initial;
}
/* Make a specific  li in mega menu BOLD*/
ul.mega-menu.desktop li .sublist-wrap ul li.bold a span{
    font-weight: 900!important;
}
ul.mega-menu-responsive.mobile li div.sublist-wrap ul.sublist li.bold a span{
    font-weight: 900!important;
}
/* END: Make a specific li in mega menu BOLD*/
/*OPC attributes - flex changes */
	.html-real-opc-page ul.attribute-list {
        flex-wrap: wrap;
}
.html-real-opc-page ul.attribute-list li{
	width:100%;
    flex: initial;
}

.checkout-page .attributes-panel .attribute-values > * {
    min-height: auto;
}
.ropc .attribute-list .option-list li.hidden {
    display: none;
}
/*END: OPC attributes - flex changes */
.header-menu .mega-menu.desktop li.blue a span,
.header-menu ul.mega-menu-responsive.mobile li.BOLD a span {
    color: white!important;
    background-color: blue;
}
/* H1 of Category Manufactures Pages */
html.html-category-page .page.category-page .page-title {
    position: relative;
    top:auto;
    width:auto;
    display:block;
}
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=c1f8978f-e592-42a5-b772-7c5a6bb20a7a&fontids=5350357");
    @font-face{
        font-family:"Helvetica Neue LT W05_77 Bd Cn";
        src:url("/images/uploaded/Fonts/5350357/309da216-437b-473f-b4f5-419c9e6787ff.woff2") format("woff2"),url("/images/uploaded/Fonts/5350357/cee82a04-b81c-42aa-82e0-b507f7a3e048.woff") format("woff");
    }
html.html-category-page .page.category-page .page-title h1{
    display:block;
    text-align:center;
    font-family: Helvetica Neue LT W05_77 Bd Cn!important;
    font-size: 95px;
    letter-spacing: -4px;
    line-height: 100px;
}

@media all and (max-width:1024px) {
	html.html-category-page .page.category-page .page-title h1{
		font-size: 74px;
		line-height: 74px;
	}
}

html.html-manufacturer-page .page.manufacturer-page .page-title {
    position: relative;
    top: 0;
    height: auto;
    text-align: center;
    margin:auto;
    width: 100%;
}

html.html-manufacturer-page .page.manufacturer-page .page-title h1 {
    display: block;
    text-align: center;
    font-family: Helvetica Neue LT W05_77 Bd Cn!important;
    font-size: 95px;
    letter-spacing: -4px;
    line-height: 100px;
}
.manufacturer-page .page-title {
    background:white!important;
}
.manufacturer-description p span {
    color: black;
    font-size: 1.3em!important;
    line-height: normal;
}
/*END: H1 of Category and Manufactures Pages */
.filters-opener i.icon-options-vertical::before {
    background: url("/images/uploaded/filter_icon_mobile-01.svg")no-repeat;
    content: "";
    width: 58px;
    height: 13px;
    position: absolute;
    top: 24px;
    right: 5px;
}
div.category-page .page-title {
    background-color: white;
}


@media all and (max-width: 1024px) {
    .filters-opener {
        display: inline-block;
        position: relative;
    }

}




/*BEGIN: category top style*/
body div.category-page .category-description, 
body div.manufacturer-page .category-description {
    color: #000;
    font-weight: 400;
    margin: 0;
    clear: both;
    text-align: center;
    line-height: 1.5em;
}

div.category-page div.product-sorting, 
div.manufacturer-page div.product-sorting {
    font-size: 15px;
}

div.category-page div.product-sorting span, 
div.manufacturer-page div.product-sorting span {
    font-weight: normal;
}

html.html-category-page .page.category-page .page-title ,
html.html-manufacturer-page .page.manufacturer-page .page-title {
    padding-bottom: 0;
}

@media all and (min-width: 1025px) {

    body div.category-page .category-description, 
    body div.manufacturer-page .category-description {
    	font-size: 1.3em;
    }
}

@media all and (max-width: 1024px) {
    .filters-opener a {
        font-size: 15px;
    }
}

@media all and (max-width: 375px) {
    html.html-category-page .page.category-page .page-title h1,
    html.html-manufacturer-page .page.manufacturer-page .page-title h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }
}
/*END: category top style*/





/*menu fo 1025 to 1000*/
@media (min-width: 1025px) {
    .header-actions.logo {
        display: none;
    }
}

@media (max-width: 1024px) {
    
    .header-actions-wrapper {
        display: flex;
        flex-direction: row-reverse !important;
     }

    .header-actions {
        display: inline;
    }

    .header-actions.start {
        display: inline;
        text-align: start;
        margin-inline-start:0;
        flex:1;
    }

    .header-actions.end {
        text-align: start;
        margin-inline-end: 0;
        flex:6;
    }


    .header-actions > a {
        display: inline-block;
        vertical-align: middle;
    }

    .header-actions > a,
    .header-actions .trigger > a{
        width: 32px !important;
        height: 32px !important;
        margin: 0 0 0 0 !important;
    }

    .header-actions a i.icons {
      font-size: 28px;
      display: block;
      text-align: center;
      line-height: 32px;
    }

    .header-logo {
        display: inline;
        flex: 6;
    }

    .header-lower {
        width: 95% !important;
    }

    .icon-magnifier:before, .icon-bag:before, .icon-user-female:before {
        height: 32px;
        width: 32px;
    }

    .header-actions .cart-qty {
        top: 18px;
        left: 2px;
        font-size: 8px;
        padding-top: 2px;
    }

    .header-actions.end > div:nth-child(2)  {
        width: 28px !important;
    }
    
    .header-actions.logo img, .header-actions.logo a {
        width: 100% !important;
        vertical-align: middle;
        max-width: 180px;
    }

    .header-actions.logo a {
        line-height: 36px;
    }

    .header-actions.logo {
        flex: 7;
        text-align: end;
    }

}



/* end menu*/





/* BEGIN: Checkout title */
html.html-real-opc-page .page.checkout-page .page-title {
    background: transparent;
    padding-bottom: 0;
}

html.html-real-opc-page .page.checkout-page .page-title h1 {
    display: block;
    text-align: center;
    font-family: Helvetica Neue LT W05_77 Bd Cn!important;
    font-size: 95px;
    letter-spacing: -4px;
    line-height: 100px;
}

@media all and (min-width: 1025px) {
    html.html-real-opc-page .page.checkout-page .center-1 {
        margin-top: -100px;
    }
}

@media all and (max-width: 1024px) {
    html.html-real-opc-page .page.checkout-page .page-title h1 {
        font-size: 74px;
        letter-spacing: -2px;
    }
}

@media all and (max-width: 375px) {
    html.html-real-opc-page .page.checkout-page .page-title h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }
}
/* END: Checkout title */


/* BEGIN: new title */
html.html-order-completed-page .page.checkout-page .page-title {
    background: transparent;
    padding-bottom: 0;
}

html.html-order-completed-page .page.checkout-page .page-title h1 {
    display: block;
    text-align: center;
    font-family: Helvetica Neue LT W05_77 Bd Cn !important;
    font-size: 95px;
    letter-spacing: -4px;
    line-height: 100px;
}

@media all and (min-width: 1025px) {
    html.html-order-completed-page .page.checkout-page .center-1 {
        margin-top: -100px;
    }
}

@media all and (max-width: 1024px) {
    html.html-order-completed-page .page.checkout-page .page-title h1 {
        font-size: 74px;
        letter-spacing: -2px;
    }
}

@media all and (max-width: 375px) {
    html.html-order-completed-page .page.checkout-page .page-title h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }
}
/* END: new title */


@media all and (min-width: 1025px) {
    div.header-menu > ul > li > a, div.header-menu > ul > li > span, div.header-menu > ul > li > a > span {
        font-size: 16px !important;
    }
}


/* BEGIN: Hide go to top button on mobile */

@media all and (max-width: 1024px) {
    div#goToTop {
        display: none !important;
    }
}
/* END: Hide go to top button on mobile */


.product-details-page .short-description-title {
	display: none;
}


.category-grid .carousel-item .item-box {
    padding: 0 4px
}


.category-grid .carousel-item .item-box .title a span {

    margin: 0;
    top: auto;
    width: 100%;
    font-size: 14px;
    background: transparent;
    background: linear-gradient(180deg, rgba(32,32,32,0) 0%, rgba(0,0,0,0.8) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#202020",GradientType=1);
    color: #fff;
    height: 50px;
    
}

.carousel-title strong {
    font-family: Helvetica Neue LT W05_77 Bd Cn!important;
    letter-spacing: -1px;
    font-size: 7vw;
    color: #262223;
}


@media all and (min-width: 1024px){
    .nop-jcarousel .carousel-title strong {
    	font-size: 4vw;
    	color: #252123;
   }

    .center-1  .nop-jcarousel .carousel-title {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .home-page-body .carousel-title strong::before {
        content: none;
    }
    .home-page-body .carousel-title strong::after {
        content: none;
    }
}