/* Minification failed. Returning unminified contents.
(12997,54): run-time error CSS1046: Expect comma, found '0'
(12997,58): run-time error CSS1046: Expect comma, found '/'
(12999,46): run-time error CSS1046: Expect comma, found '0'
(12999,50): run-time error CSS1046: Expect comma, found '/'
(16676,54): run-time error CSS1046: Expect comma, found '0'
(16676,58): run-time error CSS1046: Expect comma, found '/'
(16678,46): run-time error CSS1046: Expect comma, found '0'
(16678,50): run-time error CSS1046: Expect comma, found '/'
 */
/*********** 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"],
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;
}
input::-webkit-input-placeholder {
    color: #888;
}


/*********** 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"],
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,
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: 20px 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 0 0 36px;
    text-align: left;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    display: inline-block;
    text-align: left;
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.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 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: left;
	margin: 0 5px;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	/*margin: 0 -6px 0 0;*/ /*siblings offset fix*/
    margin: 0 0 0 3px;
    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;
	left: 0;
	z-index: 1040;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-bottom: 1px solid #bd2;
	background: #6bc29d;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #de524e;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 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%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	/*background: url(/Themes/Brooklyn/Content/images/loading.gif) center no-repeat;*/
}

.ui-dialog {
	z-index: 1050;
	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;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
    color: #fff;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 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;
	line-height: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    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;
	right: 20px;
    bottom: 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;
}
.header-links .cart-qty {
	padding: 0 0 0 20px;
}
.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: left;
	width: 240px !important;
	height: 36px;
    border: none;
    background-color:transparent;
}
.store-search-box .search-box-button {
	float: left;
	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 {
	z-index: 1070;
	position: absolute !important;
	width: 276px !important; /*default = txtfield + button*/
	max-width: 100%;
	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-right: 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: 65px;
    padding: 0 12px 0 0;
    background: url(/Themes/Brooklyn/Content/img/selector-button2.png) no-repeat right 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;
    left: -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 2px 2px 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 {
    left: 0;
}
.footer-block .title strong:after {
    right: 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: left;
}
.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) left center no-repeat;
    padding-left: 36px;
    text-align: left;
	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 {
    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 {
    display: inline-block;
	margin: 0 5px 5px 5px;
}
.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 {
    display: block;
    margin: 15px 0 0;
}
.footer-store-theme select {
	width: 170px;
}


/* FOOTER-2 */

.footer-2 .newsletter-block  .newsletter > .title {
    display: none;
}
.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: left;
}
.block .title {
    padding: 9px 10px 7px;
    background: url(/Themes/Brooklyn/Content/img/expand-button-2.png) no-repeat right 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-left: 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 0 0 30px;
}
.block .sublist > li {
    margin: -1px 0 0;
    border: none;
    border-top: 1px solid #eee;
}
.block .sublist > li a {
    padding-left: 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 .view-all a:hover {
    text-decoration: underline;
}*/

.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: left;
	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 0 10px 15px;
	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.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 {
    padding: 0 20px 0 0;
    background: url(/Themes/Brooklyn/Content/img/forum_icon2.png) no-repeat right center; 
    color: #de524e;
}
.product-filters .filter-content li a:hover {
    color: #cc8a97;
}
.product-selectors {
    width: 320px;
    max-width: 100%;
	margin: 0 auto 30px;
	text-align: left;
}
.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: right;
}
.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;
}
.product-selectors .new_select {
    display: inline-block;
    width: auto !important;
    max-width: none;
    background: url(/Themes/Brooklyn/Content/img/selector-button2.png) no-repeat right 12px !important;
    padding-right: 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-left: -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: left;
}
.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-rating-box {
    display: inline-block;
	margin: 0 0 15px;
}
.item-box .rating {
	background: url(/Themes/Brooklyn/Content/img/rating-1.png) repeat-x;
	width: 90px;
    height: 15px;
}
.item-box .rating div {
    background: #cc8a97 url(/Themes/Brooklyn/Content/img/rating-2.png) repeat-x;
    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 .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: left;
    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-prev.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Brooklyn/Content/img/pager-next.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Brooklyn/Content/img/pager-first.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Brooklyn/Content/img/pager-last.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 {
    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 .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto 2px;
	overflow: hidden;
    text-align: center;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
    max-width: 100%;
    font-size: 0;
}
/*.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
}*/
.gallery .picture-thumbs {
	overflow: hidden;
    text-align: left;
	font-size: 0;
}
.gallery .picture-thumbs a {
	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 {
	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 10px 10px 0;
}
.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: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown ,
.variant-overview .qty-dropdown  {
	width: 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 0 0 -3px;
    border: none;
    padding: 0;
    vertical-align: top;
}

.ui-tabs {
	margin: 0 0 20px;
}
.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: left;
    width: 50%;
}
.tier-prices .prices-row > div {
	border-top: 2px solid #eee;
    padding: 10px;
}
.tier-prices .prices-row.thead > div {
	border-right: 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 .data-table .odd td {
}
.product-specs-box .data-table .even td {
}

.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 5px 0 3px;
}
.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 .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 {
    left: 0;
    background: url(/Themes/Brooklyn/Content/img/pager-prev.png) no-repeat center;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
    background: url(/Themes/Brooklyn/Content/img/pager-next.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;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    position: relative;
    z-index: 0;
}
.color-squares label {
	display: block;
	margin: 0;
    overflow: hidden;
}
.color-squares .color {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
	/*border-radius: 100%;*/
    cursor: pointer;
}
.color-squares .color-container[title~=White] .color {
    border-color: #ccc;
}
.color-squares .selected-value .color {
    border-color: #444 !important;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}

.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 {
}


/********** 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 li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
}
.write-review .review-rating li.first {
	color: #de524e;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #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 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 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** 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: left !important;
	width: 200px !important;
	height: 36px !important;
    border: 2px solid #eee;
    border-right: none;
}
.enter-password-form input[type="submit"] {
	float: left !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-of-birth select {
    width: 32%;
    max-width: 110px;
}
.date-of-birth select + select {
    margin: 0 0 0 2%;
}
#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;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
    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: left;
}

.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: left !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 0;
    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: left !important;
} 


/********** 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 -2px -2px 0;
    overflow: hidden;
}
.order-progress a {
	display: block;
    width: 150px;
    border: 2px solid #eee;
    border-width: 2px;
    padding: 15px 50px 15px 0;
    background: url(/Themes/Brooklyn/Content/img/progress-arrow.png) no-repeat right center;
    text-transform: uppercase;
	font-size: 11px; /*reset zeroing*/
    color: #666;
}
.order-progress a:after {
    content: "";
    position: absolute;
    right: 48px;
    top: 0;
    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;
}
.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 a:hover,
.order-details-page .button-2.re-order-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 .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;
}
.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 0 0 5px;
	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;
}
.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 .color-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: right;
    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 {
	margin: 0 0 0 3px;
    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: left;
}
.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-left: 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: left;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .option-name {
    color: #444;
}


/********** CHECKOUT **********/



.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,
.checkout-page .section.order-summary .title {
    font-size: 24px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.order-confirm-page .section.order-summary .title {
    font-size: 14px;
}

.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 2px;
    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 0 0 5px;
}
.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 ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 0 0 30px;
}
.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: left;
	font-size: 16px; 
}
.opc .step-title span {
	margin: 0 10px 0 0;
    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: left;
	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;
    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: right;
    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;
}


/*********** 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 0 0 5px !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 10px 9px 20px;
	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 5px 0 3px;
}
.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 {
    padding-left: 20px;
    background: url(/Themes/Brooklyn/Content/img/forum-search-button.png) no-repeat left center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #cc8a97;

}
.forum-search-box-text {
	float: left;
	width: 220px !important;
}
.forum-search-box-button {
	float: left;
	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 20px 10px 40px;
    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 0 0 -1px;
}
.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) left center no-repeat;
}
.forum-actions .actions .watch-forum {
	background: url(/Themes/Brooklyn/Content/img/forum_icon5.png) left center no-repeat;
}
.topic-actions .actions .reply-topic-button {
	background: url(/Themes/Brooklyn/Content/img/forum_icon4.png) left center no-repeat;
}
.topic-actions .actions .watch-topic-button {
	background: url(/Themes/Brooklyn/Content/img/forum_icon5.png) left center no-repeat;
}
.topic-actions .actions .move-topic-button {
	background: url(/Themes/Brooklyn/Content/img/forum_icon3.png) left center no-repeat;
}
.topic-actions .actions .edit-topic-button {
	background: url(/Themes/Brooklyn/Content/img/forum_icon1.png) left center no-repeat;
}
.topic-actions .actions .delete-topic-button {
	background: url(/Themes/Brooklyn/Content/img/forum_icon2.png) left 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 0 0 3px;
    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) left center no-repeat;
	padding: 15px 20px 15px 30px;
    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;
}

/* 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-left: 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 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.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 0 0 -2px;
}

/* 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 {
	font-weight: bold;
}

@media all and (max-width: 480px) {
    .forums-table-section .forums-table-section-body{
        overflow-x: auto;
    }
    .forums-table-section .view-all {
        margin: 0;
    }
}

@media all and (max-width: 1000px) {
    .header-2 .header-lower {
        background: transparent !important;
    }
}

@media (min-width: 1001px) {
    .header-options-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
}
#product-list-popup-container .ui-dialog{
	width: 95% !important;
	max-width: 410px !important;
	z-index: 1056;
	position: absolute!important;
	top: calc(50% - 150px)!important;
}

@media (min-width: 1001px){
    #product-list-popup-container .nop-jcarousel .jcarousel-next-horizontal {
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }
    #product-list-popup-container .nop-jcarousel .jcarousel-prev-horizontal {
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
}
@media all and (min-width: 1281px) {
    #product-list-popup-container .nop-jcarousel .jcarousel-next-horizontal {
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }
    #product-list-popup-container .nop-jcarousel .jcarousel-prev-horizontal {
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
}
@media (min-width: 421px) {
	#product-list-popup-container .jcarousel-item-horizontal {
		width: 126px !important;
	}
}
    

/* 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 tbody .subtotal {
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    color: #cc8a97; 
}
.cart tbody .subtotal .discount {
    white-space: normal;
}
.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;
}




/* 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%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
    cursor: pointer;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.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: left !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: 1000px) {

.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;
}
/*.desktop-cart {
	display: none;
}*/


/* 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-right:1px solid rgba(255,255,255,0.1);
}
.responsive-nav-wrapper > div:first-child > span,
.responsive-nav-wrapper > div:first-child > a{
    border-left: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: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.admin-header-links ~ .overlayOffCanvas {
    top: 75px;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.4);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    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 {
    left: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu {
    overflow: hidden;
}
.close-menu span {
	display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: url(/Themes/Brooklyn/Content/img/menu-close-button.png) no-repeat center;
    line-height: 15px;
	text-align: right;
    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;
    right:0;
	z-index: 1;
	width: 47px;
	height: 53px;
	background: url(/Themes/Brooklyn/Content/img/menu-sublevel-button.png) 10px 24px no-repeat;
    cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 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 {
    left: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}
.header-menu ul li.back-button {
	
}
.header-menu .back-button span {
    display: inline-block;
    float: right;
    margin: 0 17px 0 0;
    border: none;
    background: url(/Themes/Brooklyn/Content/img/menu-back-button.png) no-repeat left center;
    padding: 10px 10px 10px 20px !important; 
    text-align: right;
    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;
	left: 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 LOGO */

.header-logo {
    padding: 15px 0;
}
.header-2 .header-options-wrapper .header-logo {
    display: none;
}

/* BLOCK NAVIGATION */

.block.block-account-navigation {
    float: none;
    margin: 80px auto 100px;
}

}
/*=====================================================
    
    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-left: -225px;
}

/* HEADER */

.store-search-box input.search-box-text {
	width: 350px !important;
}
.ui-autocomplete {
	width: 386px !important; /*txtfield + button*/
}

/* HEADER MENU */
/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 300px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
	text-align: left;
}
.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: left;
}

/* 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: left;
}
.item-box {
    float: left;
	width: 49%; /*two per row*/
    max-width: none;
	margin-left: 2%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 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 .picture-thumbs a {
    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: left;
}
.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: left 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 ul,
.order-details-area ul,
.shipment-details-area ul {
	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 -1px 0 0;
}


}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
    min-height: 200px;
	text-align: left;
}

/* 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: left;
}
.breadcrumb ul {
    padding: 0 10px;
    border: 2px solid #eee;
    border-bottom: none;
}
.breadcrumb ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 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;
    left: 0;
}
.product-selectors .product-viewmode > span:first-child {
    padding-left: 0;
}
.product-selectors .product-sorting {
    padding: 8px 0;
}
.product-selectors .product-page-size {
    position: absolute;
    right: 0;
    padding: 8px 0;
} 
.product-selectors .product-page-size > span:last-child {
    padding-right: 0;
}

.item-box {
	width: 32%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
	margin-left: 2%; /*revert the second item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .buttons {
	text-align: left;
}
.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-left: 0;
}
.product-list .item-box .product-item:after {
    content: "";
    display: block;
    clear: both;
}
.product-list .item-box .picture {
    float: left;
    width: 200px;
    margin: 0;
}
.product-list .item-box .picture + .details {
    margin-left: 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: left;
    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 5px 0 0;
}

.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: 5px 20px;
	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;
}
.color-squares {
	text-align: center;
}
.giftcard label {
	display: inline-block;
	width: 150px;
	margin: 0 10px 0 -156px;
    text-align: right;
}

/* REVIEW PAGE */

.ui-tabs .product-review-list {
	text-align: left;
}
.ui-tabs .product-review-item:last-child {
	margin-bottom: 20px;
}
.product-review-item .review-title {
    float: left;
    width: 80%;
    margin: 0;
	color: #444;
}
.product-review-item .product-review-box {
    float: right;
}

/* 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;
	right: 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: right;
}
.order-progress a {
    width: auto;
        padding: 15px 65px 15px 15px;
}
.cart-options .common-buttons input {
	margin: 0 0 0 10px;
}
.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: left;
    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: right;
}

/* SEARCH & SITEMAP */

.sitemap-page {
    text-align: center;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}

.comment-list {
    text-align: center;
}
.news-list-homepage .news-items {
    margin: 0 0 30px 160px;
    padding: 5px 0 5px 40px;
    border-left: 2px solid #ddd;
}
.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;
    left: -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;
    left: -202px;
    width: 120px;
    text-align:right;
    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: left;
    min-height: 220px;
	margin: 0;
    border: none;
}
.comment-info + .comment-content {
    min-height: 220px;
    margin: 0 0 0 172px;
    padding: 20px;
    text-align: left;
}
.comment-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 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: left;
}
.forums-table-section-title > a::after,
.forums-table-section-title strong:after {
    margin: 10px 0 0;
}
.forums-table-section-title .link-rss {
	float: right;
	margin: 0;
}
.forums-table-section .view-all {
    position: absolute;
    top: 5px;
    right: 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: left;
	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: right;
    position: relative;
	width: 80%;
}
.topic-post .post-content .post-body {
    padding: 0 20px 20px;
    text-align: left;
}
.topic-post .post-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 1000px;
    background-color: #eee;
}
.topic-post .post-head {
	overflow: hidden;
}
.topic-post .post-time {
	float: left;
	margin: 0;
    padding: 15px;
	background: none;
}
.topic-post .post-actions {
	float: right;
	margin: -2px -2px 0 0;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .post-link-button {
    margin: 0 10px 0 0;
    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 left center;
}
.topic-post .post-actions .delete-post-button {
	background: url(/Themes/Brooklyn/Content/img/forum_icon2.png) no-repeat left center;
}
.topic-post .post-actions .edit-post-button, 
.topic-post .post-actions .delete-post-button {
    padding: 15px 15px 15px 35px;
}
.topic-post .post-actions .post-link-button {
    padding: 15px 15px 15px 10px;
}


.pager.lower {
	margin: 70px 0 0;
}
.forum-topic-page .topic-options {
	float: left;
}
.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: left;
}

.profile-info-box .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.profile-info-box .profile-stats {
    margin: 0 0 20px 180px;
    text-align: left;
}
.profile-info-box .profile-stats:before {
    content: "";
    position: absolute;
    top: 0;
    left: 175px;
    width: 2px;
    height: 1000px;
    background-color: #eee;
}
.profile-info-box .send-pm {
    float: left;
    margin: 0 0 0 15px;
}
.profile-page .pager {
    margin-top: 35px;
    border: none;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

    /* GLOBAL STYLES */

    .master-wrapper-content {
        width: 980px;
        margin: auto;
    }

    .master-wrapper-home .master-wrapper-content {
        margin-top: 60px;
    }

    .center-2 {
        float: right;
        width: 74%;
        margin: 0 0 120px;
    }

    .side-2 {
        float: left;
        width: 23%;
        margin: 0 0 120px;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 305px;
            margin: 0 10px 0 0;
            text-align: right;
        }

    .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: left;
        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: left;
        max-width: 700px;
    }

    .header-links-wrapper {
        float: left;
        margin: 0 10px 0 0;
    }

    .header-links li {
        margin: 0 20px 0 0;
    }

    .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: left;
    }

        .header-selectors-wrapper > div {
            float: left;
            margin: 0 0 0 10px;
            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 6px 6px 0;
            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: right;
    }

	.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;
        text-align: left;
    }

    .header-lower {
        display: table;
        table-layout: fixed; /*Chrome and IE fix*/
        width: 980px;
        margin: auto;
        padding: 20px 0;
    }

    .header-actions-wrapper {
        display: table-row;
    }

    .header-logo {
        display: table-cell;
        width: 20%;
        padding: 0 20px 0 0;
        vertical-align: middle;
        text-align: left;
    }

    #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: left;
    }

        .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 {
                        content: "";
                        display: none;
                        position: absolute;
                        bottom: 0;
                        left: 15px;
                        width: 100%;
                        height: 2px;
                        background-color: #cc8a97;
                    }

                .header-menu > ul > li:hover {
                    z-index: 100;
                }

                    .header-menu > ul > li:hover > a:after {
                        display: block;
                    }

        .header-menu .sublist-wrap {
            display: none;
            position: absolute;
            top: 30px;
            left: 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;
        left: 100%;
    }

    .header-actions {
        display: table-cell;
        width: 15%;
        text-align: right;
        vertical-align: middle;
        font-size: 0;
    }

        .header-actions > a {
            display: inline-block;
            width: 48px;
            height: 48px;
            margin: 2px 0 2px 2px;
            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;
        right: -330px;
        z-index: 1030;
        width: 320px;
        border: none;
        /*box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);*/
        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-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1019;
}
.flyout-cart-overlay.move-left {
    display: block;
}*/
    .flyout-cart.active {
        right: 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 40px 11px 20px;
            background-color: #cc8a97;
            text-align: left;
            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;
                right: 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 33px 0 10px;
        }

            .mini-shopping-cart .item.first {
            }

        .mini-shopping-cart .picture {
            float: left;
            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 0 0 135px;
                text-align: left;
                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: left;
            font-size: 16px;
            color: #666;
        }

            .mini-shopping-cart .totals strong {
                color: #cc8a97;
            }

        .mini-shopping-cart .buttons {
            padding: 0 10px;
            text-align: left;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            margin: 0 1px 2px 0;
            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: right;
    }

        .header-2 .header-options > div {
            display: inline-block;
            float: none;
            vertical-align: middle;
            text-align: left;
        }

    .header-2 .header-links-wrapper {
        margin: 0;
    }

    .header-2 .header-links ul {
        text-align: right;
    }

    .header-2 .header-links li {
        margin: 0 0 0 10px;
    }

    .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 0 0 10px;
    }

        .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 {
        color: #fff;
    }

        .header-2 .header-menu > ul > li > a: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: left;
        width: 26%;
        margin: 0 0 15px;
        border: none;
        padding: 0 20px;
        text-align: left;
    }

        .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="text"] {
        width: 220px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 220px;
    }
    /*.footer-1 .footer-block.newsletter-block > .title,
    .footer-1 .footer-block.newsletter-block > .title + *::before {
        display: none;
    }*/

    /* FOOTER-2 */

    .footer-2 .footer-middle {
        padding: 60px 0;
    }

    .footer-2 .footer-block {
        margin: 0;
    }

    .footer-2 .newsletter-block {
        border-left: 2px solid #ddd;
        text-align: center;
    }

        .footer-2 .newsletter-block .title {
            height: 39px;
            width: 33px;
            margin: 10px auto;
            background: url(/Themes/Brooklyn/Content/img/about-us-icon.png) no-repeat center;
            background: #cc8a97 url(/Themes/Brooklyn/Content/img/footer-icon.png) no-repeat center;
        }
        .footer-2 .newsletter-block > .title {
            width: auto;
            margin: 0;
        }
        
        .footer-2 .newsletter-block .title strong {
            text-align: left;
        }
        .footer-2 .newsletter-block .newsletter:before {
            display: none !important;
        }
            /*.footer-2 .newsletter-block .title strong,
            .footer-2 .newsletter-block .newsletter:before {
                display: none !important;
            }*/

    .footer-2 .newsletter-email .options {
        text-align: left;
    }

    .footer-2 .social-sharing {
        background: none;
        text-align: left;
    }

        .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-left: 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: left;
    }

    .contact-vendor {
        text-align: left;
    }

    .home-page-category-grid .item-box {
        width: 32%;
        margin: 0 0 1% 1%;
    }

        .home-page-category-grid .item-box:nth-child(3n+1) {
            margin-left: 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.hover-effect-2 .item-box:hover .title a span {
        bottom: 50%;
        margin-bottom: -30px;
    }

    .sub-category-grid .item-box:hover,
    .manufacturer-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 {
        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 {
        right: 23.4%;
        left: 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: left;
            width: 600px;
            margin: 0;
        }

        .gallery .picture-thumbs {
            float: right;
            width: 150px;
            margin: 0 0 0 3px;
        }

            .gallery .picture-thumbs a {
                width: 100%;
                height: 150px;
                margin: 0;
            }
            .two-columns .gallery .picture-thumbs a {
                height: 113px;
            }

    .product-variant-list {
        text-align: left;
    }

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 250px;
        }

    .ui-tabs.productTabs .ui-tabs-panel {
        padding: 5px 20px;
    }

    .ui-tabs .ui-tabs-panel .inputs label {
        width: 223px;
    }

    .two-columns .gallery {
        float: left;
    }

    .two-columns .overview {
        float: right;
        width: 380px;
        padding: 15px 0 0;
        text-align: left;
    }
    .two-columns .overview .discontinued-product {
        position: absolute;
        left: 0;
        width: 452px;
        border-width: 0;
        background: rgba(255,255,255,0.85);
        z-index: 1000;
    }
    .two-columns .overview .product-reviews-overview {
        text-align: left;
    }

    .two-columns .customer-entered-price {
        padding: 10px 10px 10px 0;
    }

    .two-columns .gallery .picture {
        width: 452px;
    }

    .two-columns .picture-thumbs {
        width: 113px;
    }

    .two-columns .gallery .picture-thumbs li {
        height: 113px;
    }

    .two-columns .color-squares {
        text-align: left;
    }

    .two-columns .giftcard label {
        display: block;
        width: auto;
        margin: 0 0 5px;
        text-align: left;
    }

    /* REVIEW PAGE */
    /* WISHLIST & COMPARE LIST */

    .compare-products-page {
        overflow: hidden;
    }

        .compare-products-page .clear-list {
            position: absolute;
            top: 15px;
            right: 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-right: 20px;
        }

        .registration-page .inputs input[type="text"],
        .registration-page .inputs input[type="password"],
        .registration-page .inputs select,
        .registration-page .inputs textarea,
        .login-page .inputs input[type="text"],
        .login-page .inputs input[type="password"],
        .account-page .inputs input[type="text"],
        .account-page .inputs input[type="password"],
        .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 3% 0 0;
            }

    #check-availability-button {
        display: block;
        margin: 30px auto 0;
    }

    .login-page .new-wrapper {
        float: right;
        width: 49%;
    }

    .login-page .text {
        min-height: 186px;
    }

    .login-page .returning-wrapper {
        float: left;
        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;
    }

    .account-page,
    .block-account-navigation {
        margin-top: 100px;
    }

        .account-page .title {
            text-align: left;
        }

            .account-page .title strong::after {
                margin: 10px 0 0;
            }

        .account-page .master-wrapper-content {
            padding: 150px 0 0;
        }

        .account-page .inputs label {
            margin-right: 20px;
        }

        .account-page .date-of-birth select {
            max-width: 108px;
        }

    .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: left;
    }

    .return-request-page label {
        width: 305px;
    }

    .avatar-page {
        text-align: left;
    }

        .avatar-page .message-error {
            text-align: left;
        }

        .avatar-page .fieldset {
            float: left;
            margin-right: 20px;
        }

        .avatar-page .buttons {
            text-align: left;
        }


/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .totals {
    float: right;
	width: 33%;
    max-width: 390px;
	margin: 40px 0 0;
}
.cart-collaterals {
    float: left;
	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 10px 0 0;
}
.cart-collaterals .deals {
	float: left;
	margin: 0;
}
.cart-collaterals .hint {
    margin: 0 auto;
}
.cart-collaterals .deals > div:first-child {
    margin-bottom: 20px;
}
.cart-collaterals .shipping {
	float: right;
	margin: 0;
}
.cart-collaterals .shipping .inputs {
    text-align: center;
}
.cart-collaterals .shipping .buttons {
	text-align: right;
}
.cart-collaterals .estimate-shipping label {
    display: block;
    text-align: left;
}
.cart-collaterals input[type="text"],
.cart-collaterals select {
    border-width: 0 0 2px;
}
.terms-of-service {
    text-align: left;
}
.terms-of-service > span {
    display: inline-block;
    width: 90%;
    margin-left: 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 0;
}
.new-billing-address .inputs label {
    display: inline-block;
    width: 238px;
    margin-right: 20px; 
    text-align: right;
}
.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 0 2% 2%;
}
.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-right: 20px;
}
.checkout-page .opc .edit-address label {
	width: 295px;
}
.payment-logo {
    position: absolute;
    top: 10px;
    left: 44px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
    text-align: left;
}
.new-billing-address .inputs .required {
    position: absolute;
}
.payment-method .method-list .payment-details label {
    margin: 0 0 0 70px;
}
.shipping-method .method-description {
    margin: 5px 0 0 22px;
}

/* 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 10px 0 0;
}
.basic-search input[type="text"] {
	width: 350px;
}
.advanced-search .price-range {
	margin-left: 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: left;
}
.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: left;
} 
.blog-posts .read-comments {
    position: relative;
	display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 10px;
    padding: 0 0 0 15px;
    line-height: 24px;   
}
.blog-posts .read-comments:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 13px;
    width: 2px;
    margin: auto;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #d9d9d9;
}
.blog-posts .read-more {
	display: block;
	width: 150px;
}

.page.news-item-page {
    text-align: left;
}
.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: left;
}
.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-left: 314px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 350px;
	height: 180px;
	margin-left: 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;
        right: 1px;
    }

}

/* safari fixes only */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    .address-list .buttons {
        top: -9px;
    }

}

.mini-shopping-cart {
    position: relative;
    overflow: hidden;
}
/*=====================================================
    
    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 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;
    right: 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 0 0 20px;
}
.header-2 .header-actions-wrapper  {
    width: 1200px;
}
.header-2 #headerMenuParent {
    padding: 0 0 0 144px;
    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="text"] {
	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 0.75% 0.75%;
}
.product-grid .item-box input[type="button"] {
    width: 82%;
}
.product-grid .item-box input.add-to-wishlist-button {
    width: 18%;
    width: 48px;
}

.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-left: 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 .picture-thumbs a {
    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 0 0 8px;
}
.login-page .inputs label {
    margin-right: 20px;
}
.login-page .inputs input[type="text"],
.login-page .inputs input[type="password"] {
    width: 370px;
}

/* 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 1px 0 2px;
}
.order-progress li:last-child a {
    border-width: 0 2px 0 1px;
}
.checkout-page .address-item {
    max-width: none;
}
.checkout-page .address-item, 
.checkout-page .address-item:nth-child(2n) {
    margin: 0 0 15px 15px;
}
.checkout-page .address-item:nth-child(3n+1) {
    margin: 0 0 15px;
}


/* SEARCH & SITEMAP */

.search-page .inputs label {
    width: 241px !important;
}
.advanced-search .price-range {
	margin-left: 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-left: 400px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	margin-left: 400px;
}

.topic-post .post-info {
	width: 16.666%;
}
.topic-post .post-content {
	width: 83.333%;
}
 
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/Themes/AvishagArbel/Content/img/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/Themes/AvishagArbel/Content/css/fonts/slick.eot);
    src: url(/Themes/AvishagArbel/Content/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/Themes/AvishagArbel/Content/css/fonts/slick.woff) format('woff'), url(/Themes/AvishagArbel/Content/css/fonts/slick.ttf) format('truetype'), url(/Themes/AvishagArbel/Content/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

.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}


/*@font-face {
    font-family: 'Alef';
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.eot);
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.eot?#iefix) format('embedded-opentype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.woff) format('woff'), url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.ttf) format('truetype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.svg#alefbold) format('svg');
    font-weight: bold;
    font-style: normal;
}




@font-face {
    font-family: 'Alef';
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.eot);
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.eot?#iefix) format('embedded-opentype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.woff) format('woff'), url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.ttf) format('truetype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.svg#alefregular) format('svg');
    font-weight: normal;
    font-style: normal;
}*/



body {
    color: #000000;
    font-size: 15px;
}

.category-description p iframe {
    height: 450px;
    width: 100%;
}

.header-actions-wrapper #headerMenuParent {
    float: right;
    width: 100%;
}


.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, .category-description a, .manufacturer-description a, .full-description a, .topic-html-content a, .post-body a, .news-body a, .custom-tab a, .mega-menu .box li a:hover, .products-carousel .item-info .actual-price, .sale-of-the-day-offer .price.actual-price, .rich-blog-homepage .view-all a, .instant-search-item .detail .price, .priceRangeCurrentPricesPanel 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, .products-carousel .item-info .jcarousel-product-title a:hover, .sale-of-the-day-offer .product-name h4:hover, .blog-search-results li a, .products-carousel .item-info .button, .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 {
    color: #000000 !important;
}


.overview .old-product-price, .variant-overview .old-product-price {
    color: #000000 !important;
}

.home-page div.title, .home-page .carousel-title {
    border-bottom: solid 1px #CFCDCD;
    padding-bottom: 10px;
}

.item-box .product-title {
    height: 20px;
}

.social-sharing .twitter {
    background-position: -420px center;
}

.social-sharing .google {
    background-position: -178px center;
}

.overview .prices {
    padding-top: 5px;
}

.overview select.qty-dropdown {
    float: right;
}

.products-carousel .item-info .jcarousel-product-title a,
.products-carousel .item-info .prices {
    text-align: center;
}

.products-carousel .item-info .jcarousel-product-title {
    height: 20px !important;
}

.product-details-page .ajax-cart-button-wrapper {
    width: 72%;
}

.item-box .details {
    text-align: center;
}

.item-box .picture img {
    left: auto;
    bottom: auto;
}

.item-box {
    width: 238px;
    float: none;
    display: inline-block;
    margin-right: 2%;
}

.items-per-row-four .product-grid .item-box .picture {
    height: 100%;
}

.ribbon-wrapper {
    height: 380px;
}

.items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
    height: 380px;
    margin-bottom: 0px;
}

.related-products-grid .item-box {
    float: none;
    display: inline-block;
    margin: 0 auto 30px;
}

.products-carousel .ribbon-wrapper .item-picture {
    max-height: 100%;
}

.jcarousel-item .item-holder .ribbon-wrapper {
    height: auto;
}

.banner-wrapper {
    overflow: hidden;
}

.header-actions-wrapper span.cart-qty {
    position: absolute;
    font-size: 12px;
    color: #fff;
    width: 47px;
    height: 19px;
    text-align: center;
    top: 35px;
}

/* Article Plugin Start*/
.post {
    overflow: hidden;
    padding: 40px 0 19px;
    border-bottom: 1px solid #c2c2c2;
}

    .post .alignright {
        float: right;
        margin: 0 0 0 33px;
        width: 165px;
        height: 121px;
        overflow: hidden;
    }

        .post .alignright img {
            width: 100%;
        }

    .post .holder {
        overflow: hidden;
    }

    .post .title {
        display: block;
        padding: 0 0 2px;
        font-size: 18px;
        line-height: 22px;
    }

    .post .date {
        display: block;
        padding: 0 0 8px;
        font-size: 13px;
        line-height: 17px;
        font-style: normal;
        color: #464646;
    }

.createdby {
    font-weight: bold;
    font-size: 14px;
}

.post-area .topic-block-title {
    display: none;
}

.article h2 {
    font: bold 20px/24px Arial, Helvetica, sans-serif;
    margin: 0 0 1px 70px;
}

.article .summary {
    background-color: inherit;
    margin: 20px 0 0;
    padding: 10px;
    font-weight: bold;
}

.article iframe {
    max-width: 100%;
}

.article .list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 22px;
    font-size: 13px;
    line-height: 17px;
}

.breadcrumbs li {
    display: inline-block;
    padding: 5px 0 15px 0;
}

    .breadcrumbs li:after {
        content: "/";
    }

    .breadcrumbs li:last-child:after {
        content: "";
    }

    .breadcrumbs li a:hover {
        color: #cc8a97;
    }
/* Article Plugin End*/

.home-product .item-box .description {
    height: 0px;
    margin: 0;
    overflow: hidden;
}

.home-page-category-grid .picture {
    margin: 0;
    height: 435px;
}

.product-grid.related-products-grid .product-item {
    height: 500px;
}

    .product-grid.related-products-grid .product-item > .picture {
        height: 360px;
    }

    .product-grid.related-products-grid .product-item > .ribbon-wrapper {
        height: 360px;
    }

.page.category-page .product-item {
    height: 500px;
}

    .page.category-page .product-item > .picture,
    .page.search-page .product-item > .picture {
        height: 365px;
    }

    .page.category-page .product-item > .ribbon-wrapper,
    .page.search-page .product-item > .ribbon-wrapper {
        height: 385px;
    }

.side-2 .block.block-recently-viewed-products {
    margin: 0 0 20px;
}

.block .title {
    font-weight: 700;
    font-size: 18px;
}

.block .list li > a,
.block .list li.active > a,
.block.block-account-navigation .list li a.active,
.block .sublist > li a {
    font-weight: 400;
    font-size: 14px;
}

.products-carousel .item-holder .item-picture {
    max-height: initial;
}

.home-page-category-grid .item-box .title {
    z-index: 2;
}

.product-selectors {
    text-align: left;
}

.breadcrumb ul {
    text-align: right;
}

.breadcrumb li span.delimiter {
    width: 22px;
    background: url(/Themes/AvishagArbel/Content/img/breadcrumb-arrow-rtl.png) no-repeat center 16px;
}


.overview .short-description {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.overview .additional-details, .overview-buttons {
    margin: 0;
    padding: 0;
}



.attributes {
    margin: 10px 0;
    padding: 0;
}


.ui-tabs.productTabs .ui-tabs-panel {
    text-align: right;
}

/* product page */
.size-charts {
    margin-bottom: 20px;
    background: #fff;
    margin-top: 0;
    width: 100%;
    display: block;
    height: 22px;
    padding-bottom: 5px;
}

    .size-charts li {
        margin: 0px 0;
    }

    .size-charts a {
        margin-left: 10px;
        display: block;
        max-width: 340px;
        float: right;
        padding: 3px 25px 2px 0;
    }

        .size-charts a.sizeConversion {
            background: url(/Themes/AvishagArbel/Content/img/size_chart.gif) right center no-repeat;
            color: black;
        }

        .size-charts a.itemMeasure {
            background: url(/Themes/AvishagArbel/Content/img/item_measure.gif) right center no-repeat;
        }


/* shopping cart */
.center-1 .shopping-cart-page .button-2.update-cart-button {
    color: #000 !important;
    border: 2px solid #eee;
    background: #f9f9f9 url(/Themes/AvishagArbel/Content/img/update-black.png) right center no-repeat;
}

.center-1 .shopping-cart-page .button-2.continue-shopping-button {
    color: #000 !important;
    border: 2px solid #eee;
    background: #f9f9f9;
}

.center-1 .shopping-cart-page .button-2.update-cart-button:hover {
    opacity: 1;
}

.cart-collaterals {
    display: none;
}

.social-sharing a {
    background: url(/Themes/AvishagArbel/Content/img/social-sprite-black.png) no-repeat;
}

#secondary-address-popwindow .simple-checkout-secondary-address-table input {
    padding: 5px 0px 5px 10px;
}

/* footer */
.footer-block.newsletter-block {
    width: 100% !important;
    height: 216px;
    padding-top: 50px;
    border-bottom: solid 1px #CFCDCD;
    border-top: solid 1px #CFCDCD;
}

.newsletter {
    width: 100%;
    max-width: 560px;
    float: right;
}

.left_column_top {
    width: 100%;
    max-width: 470px;
    float: left;
    height: 159px;
    text-align: center;
}

    .left_column_top h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .left_column_top p {
        font-size: 16px;
        margin-bottom: 5px;
    }

a.more_link {
    font-size: 18px;
    clear: both;
    display: block;
    text-decoration: underline;
    font-weight: bold;
    position: relative;
}

    a.more_link::after {
        content: '';
        position: absolute;
        left: 502px;
        top: -144px;
        height: 153px;
        width: 1px;
        background: none repeat scroll 0% 0% #C0C0C0;
    }

.left_column_top img {
    border-radius: 20%;
    border: none;
}

#newsletter-subscribe-block:before {
    display: none;
}
/* cart */
.simple-checkout-log label {
    display: none;
}

.createWholesaleAcc {
    background-color: red;
    min-width: 230px;
    padding: 15px 15px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.product-grid.related-products-grid .product-item .picture {
    margin: 0;
}

.product-grid.related-products-grid .product-item > .picture,
.product-grid.related-products-grid .product-item > .ribbon-wrapper {
    margin: 0 0 20px;
}

.items-per-row-four .product-grid .item-box input[type="button"],
.items-per-row-four .home-page .product-grid .item-box input[type="button"] {
    background-color: #ECEAEB;
    border: 1px solid black;
    color: #000000;
    width: 50%;
    height: 30px;
}

.store-search-box form {
    border-bottom: none;
}

span.search-box-text {
    border-bottom: 1px solid #757575;
}

input.search-box-text::-webkit-input-placeholder {
    color: #757575;
}

input.search-box-text:-moz-placeholder { /* Firefox 18- */
    color: #757575;
}

input.search-box-text::-moz-placeholder { /* Firefox 19+ */
    color: #757575;
}

input.search-box-text:-ms-input-placeholder {
    color: #757575;
}


.header-upper .left-side {
    float: left;
    color: #ffffff;
    font-family: Alef;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: none;
    padding-top: 4px;
}

.left-side a {
    padding-left: 8px;
    padding-right: 8px;
}

.left-side .top-phone {
    position: relative;
    padding-right: 35px;
}

.top-phone:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 0px;
    background: url(/Themes/AvishagArbel/Content/img/phone.png) no-repeat;
}

.quickViewWindow .product-content .gallery .picture a {
    width: 252px;
    height: 380px;
}

.quickViewWindow .product-content .gallery .picture {
    box-shadow: none;
    border: none;
    width: 325px;
    margin: 46px auto 20px auto;
    height: 380px;
}

.quickViewWindow .product-grid.related-products-grid .product-item {
    height: 200px;
}

.items-per-row-four .with-text .picture .quick-view-button,
.items-per-row-four .with-text.home-product .picture .quick-view-button {
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 15px 10px 15px 10px;
}

    .items-per-row-four .with-text .picture .quick-view-button a,
    .items-per-row-four .with-text.home-product .picture .quick-view-button a {
        font-size: 14px;
        padding: 5px 10px 0 0;
        -moz-background-position-x: right;
        -o-background-position-x: right;
        background-position-x: right;
    }

.overview .add-to-cart .add-to-cart-button {
    background-color: red;
}

.second-lvl-title strong a {
    text-align: center;
}

.header-menu .mega-menu .box .subcategories li {
    text-align: center;
}

#headerMenuParent .header-menu > ul > li > a {
    font-size: 16px;
    color: #000;
}

    #headerMenuParent .header-menu > ul > li > a[title$="Sale"] {
        color: red;
    }

    #headerMenuParent .header-menu > ul > li > a[title$="SALE"] {
        color: red;
    }

@media (min-width: 481px) {
    .breadcrumb ul {
        border: none;
    }

        .breadcrumb ul:after {
            height: 0px;
        }

    .breadcrumb li > * {
        font-size: 16px;
        color: #000000;
        border: none;
        padding: 9px 5px;
    }




    .item-grid {
        margin: auto;
        text-align: center;
    }

    .item-box {
        width: 180px;
        float: none;
        display: inline-block;
    }

    .item-grid .item-box {
        clear: none;
        margin-right: 2%;
    }

    .ribbon-wrapper {
        height: 290px;
    }

    .items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
        height: 290px;
        margin-bottom: 0px;
    }

    .product-grid.related-products-grid .product-item {
        height: 415px;
    }

        .product-grid.related-products-grid .product-item > .picture {
            height: 271px;
        }

        .product-grid.related-products-grid .product-item > .ribbon-wrapper {
            height: 271px;
        }

    .page.category-page .product-item {
        height: 415px;
    }

        .page.category-page .product-item > .picture,
        .page.search-page .product-item > .picture {
            height: 275px;
        }

        .page.category-page .product-item > .ribbon-wrapper,
        .page.search-page .product-item > .ribbon-wrapper {
            height: 290px;
        }
}

.color-name > span {
    max-height: 32px;
    display: block;
    font-size: 14px;
}

@media (max-width:767px) {
    .overview .add-to-cart .add-to-cart-panel .add-to-cart-button {
        min-width: 200px;
    }

    .product-details-page .overview .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .simple-checkout-data-rigth .simple-checkout-order-summary-body .product-name {
        float: left;
    }

    .simple-checkout-data-rigth .simple-checkout-order-summary-body .product-details {
        float: right;
        min-width: 160px;
    }

    .simple-checkout-order-summary-body .product-price .product-unit-price-title, .simple-checkout-order-summary-body .product-quantity .product-quantity-title {
        text-align: right;
    }

    .center-1 .simple-checkout-order-summary-body .product-details {
        width: 246px;
        margin: 0px 27px 1px 0px;
    }
}



@media (max-width: 1000px) {
    .footer-block.newsletter-block {
        height: 320px;
    }

    a.more_link::after {
        display: none;
    }

    .responsive-nav-wrapper .menu-title {
        background: url(/Themes/AvishagArbel/Content/img/meenu-ico.png) no-repeat center;
        -ms-background-size: 23px 15px;
        background-size: 23px 15px;
    }

    .responsive-nav-wrapper .search-wrap {
        background: url(/Themes/AvishagArbel/Content/img/search-button-mobile2x.png) no-repeat center;
        -ms-background-size: 22px 22px;
        background-size: 22px 22px;
    }

    .responsive-nav-wrapper .shopping-cart-link {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/cart-icon2x.png) no-repeat center;
        -ms-background-size: 18px 23px;
        background-size: 18px 23px;
    }

    .responsive-nav-wrapper .stores-link {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/icon-stores2x.png) no-repeat center;
        -ms-background-size: 18px 23px;
        background-size: 18px 23px;
    }

    .responsive-nav-wrapper .personal-button {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/login-button_white.png) no-repeat center;
    }

    .responsive-nav-wrapper .logout-button {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/logout-button_white.png) no-repeat center;
    }

    .responsive-nav-wrapper .phone-menu {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/phone-menu-mobile2x.png) no-repeat center;
        -ms-background-size: 16px 20px;
        background-size: 16px 20px;
    }

    .responsive-nav-wrapper:after {
        display: none;
    }

    .responsive-nav-wrapper > div > span,
    .responsive-nav-wrapper > div > a {
        border-left: 1px solid #ffffff;
        border-left: 1px solid rgba(255,255,255,0.2);
        height: 30px;
        width: 48px;
        margin: 5px 0;
        text-transform: none;
    }

    .responsive-nav-wrapper > div:first-child > span,
    .responsive-nav-wrapper > div:first-child > a {
        border-right: none;
    }

    .responsive-nav-wrapper > div:last-child > span,
    .responsive-nav-wrapper > div:last-child > a {
        border-left: none;
    }

    .mobile-second-menu .returns, .mobile-second-menu .gift-certificate {
        color: #000000;
        font-family: Alef;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }

    .mobile-second-menu .devider {
        width: 1px;
        height: 15px;
        background-color: #000000;
        -ms-opacity: 0.3;
        opacity: 0.3;
        display: inline-block;
        position: relative;
        padding-top: 5px;
        top: 3px;
    }

    .mobile-second-menu {
        padding-bottom: 10px;
    }
}

@media (min-width: 1001px) {
    .center-1 .simple-checkout-order-summary-body .product-details {
        float: right;
        width: 170px;
    }

    .simple-checkout-data-rigth .simple-checkout-order-summary-body .product-name {
        width: 180px;
    }

    .mobile-second-menu {
        display: none;
    }

    .header-lower {
        padding: 5px 0;
        position: relative;
        background: #fff;
    }

    .store-search-box .search-box-button {
        width: 30px;
        height: 29px;
        background: rgba(0, 0, 0, 0) url(/Themes/AvishagArbel/Content/img/magnifying-glass.png) no-repeat center;
    }

    .store-search-box input.search-box-text {
        height: 21px;
        font-size: 16px;
        color: #000;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .store-search-box input.search-box-text:focus {
            color: #000;
        }

    .header-menu > ul > li > a {
        text-transform: initial;
    }

    .gallery .picture-thumbs {
        float: right;
    }

    .header-links span, .header-links a {
        color: black;
        font-size: 15px;
    }

        .header-links span:hover, .header-links a:hover {
            color: #757575;
        }


    .header-menu > ul > li > a {
        font-size: 18px;
        padding: 5px 10px;
    }



    /*.home-page .nop-jcarousel .jcarousel-prev-horizontal, .home-page .nop-jcarousel .jcarousel-next-horizontal {
        background: none;
    }

        .home-page .nop-jcarousel .jcarousel-prev-horizontal:before {
            left: 0;
        }

        .home-page .nop-jcarousel .jcarousel-next-horizontal:before {
            right: 0;
        }*/

    .header-actions {
        text-align: right;
        width: 20%;
        padding-right: 20px;
    }

    .header-logo {
        text-align: center;
        width: 100%;
        clear: both;
        display: block;
    }

    .item-box .picture {
        height: 435px;
    }

    .items-per-row-four .product-grid .item-box .picture {
        height: 100%;
    }

    .ribbon-wrapper {
        height: 270px;
    }

    .item-box {
        display: inline-block;
    }

    .items-per-row-four .home-page .product-grid .item-box {
        width: 19%;
    }

    .product-details-page .overview .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper {
        width: 70%;
    }

    .product-grid.related-products-grid .item-box {
        width: 22%;
    }

    .product-grid.related-products-grid .product-item > .ribbon-wrapper {
        height: 320px;
    }

        .product-grid.related-products-grid .product-item > .ribbon-wrapper > .picture {
            height: 100%;
        }

    .product-grid.related-products-grid .product-item > .picture {
        height: 320px;
    }

    .product-grid.related-products-grid .product-item {
        height: 460px;
    }

    .page.category-page .product-item {
        height: 400px;
    }

        .page.category-page .product-item > .picture,
        .page.search-page .product-item > .picture {
            height: 255px;
        }

        .page.category-page .product-item > .ribbon-wrapper,
        .page.search-page .product-item > .ribbon-wrapper {
            height: 266px;
        }


    /*.home-page .products-carousel .nop-jcarousel .jcarousel-prev-horizontal,
    .home-page .products-carousel .nop-jcarousel .jcarousel-next-horizontal {
        width: 30px !important;
        height: 60px;
        margin-top: 16%;
    }*/

    .items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
        height: 290px;
        margin-bottom: 20px;
    }

    .side-2 .filter-block {
        margin: 0 auto 20px !important;
    }

    .picture-wrapper > .ribbon-wrapper > .picture {
        max-width: 397px;
    }

    .center-1 .simple-checkout-order-summary-body .product-details {
        margin: 0px; 
    }
}

.header-upper .header-options-wrapper .ico-cart span {
    font-size: 16px;
    color: white;
    line-height: 34px;
}

.header-upper .header-options-wrapper .ico-cart {
    display: inline-block;
    height: 32px;
    width: 48px;
    margin-bottom: 0;
    background: url(/Themes/AvishagArbel/Content/img/cart-button.png) no-repeat center;
}

.header-upper .header-options-wrapper .ico-login {
    height: 30px;
    width: 24px;
    margin-bottom: 0;
    background: url(/Themes/AvishagArbel/Content/img/login-button.png) no-repeat center;
    background-position: 0px 4px;
}

.simple-checkout-data-rigth .simple-checkout-order-summary-body .product-name {
    max-width: 100%;
}

.simple-checkout-data-rigth .simple-checkout-order-summary-body .product-details {
    max-width: 100%;
}

.product-quantity .ui-spinner .ui-spinner-input {
    margin-left: 12px;
}

@media (min-width: 1281px) {

    .simple-checkout-data-rigth .simple-checkout-order-summary-body .product-name {
        width: 230px;
    }

    .center-1 .simple-checkout-order-summary-body .product-details {
        float: right;
        width: 187px;
        margin: 0px 27px 1px 0px;
    }

    .two-columns .gallery .picture-thumbs a {
        height: 180px;
    }

    /*.home-page .nop-jcarousel .jcarousel-prev-horizontal, .home-page .nop-jcarousel .jcarousel-next-horizontal {
        background: none;
    }*/

    /*.home-page .nop-jcarousel .jcarousel-prev-horizontal:before {
            left: 0;
        }

        .home-page .nop-jcarousel .jcarousel-next-horizontal:before {
            right: 0;
        }*/

    /*.items-per-row-four .product-grid .item-box .picture {
        height: 100%;
    }*/

    .ribbon-wrapper {
        height: 347px;
    }

    .items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
        height: 347px;
        margin-bottom: 20px;
    }

    .nop-jcarousel .ribbon-wrapper .item-picture img {
        width: 100%;
    }

    .product-grid.related-products-grid .product-item {
        height: 540px;
    }

    .product-grid.related-products-grid .item-box .product-item > .picture {
        height: 415px;
    }

    .product-grid.related-products-grid .product-item > .ribbon-wrapper {
        height: 415px;
    }

    .page.category-page .product-item {
        height: 479px;
    }

        .page.category-page .product-item > .picture,
        .page.search-page .product-item > .picture {
            height: 335px;
        }

        .page.category-page .product-item > .ribbon-wrapper,
        .page.search-page .product-item > .ribbon-wrapper {
            height: 355px;
        }

    .nop-jcarousel .item-holder > .item-picture img {
        width: 100%;
    }

    .header-options {
        float: right;
        max-width: 700px;
    }

    /*.home-page .products-carousel .nop-jcarousel .jcarousel-prev-horizontal,
    .home-page .products-carousel .nop-jcarousel .jcarousel-next-horizontal {
        margin-top: 200px;
    }*/

    .header-links li {
        margin: 0 8px;
    }
}




@media (min-width:612px) and (max-width:877px) {
    .related-products-grid .item-box:nth-child(2n) {
        margin-right: 7%;
        margin-left: 7%;
    }

    .related-products-grid .item-box:nth-child(2n+1) {
        margin-right: 7%;
        margin-left: 7%;
    }
}

@media (max-width: 370px) {
    .jcarousel-item .item-holder .ribbon-wrapper {
        height: auto;
        width: 224px;
        margin: 0 auto;
    }

    .products-carousel .ribbon-wrapper .item-picture {
        width: 224px;
    }

    .nop-jcarousel .jcarousel-item-horizontal {
        min-width: 300px;
    }
}

@media (max-width: 480px) {

    .category-description p iframe, .category-description p img {
        height: auto;
        width: 100%;
    }
}

.instashop .title {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    letter-spacing: 3.3px;
    max-width: 1200px;
    margin: auto;
    border-bottom: solid 1px #CFCDCD;
    padding-bottom: 10px;
}

.simple-checkout-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.simple-checkout-data-left {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

    .simple-checkout-data-left .inputs {
        width: 50%;
        margin: 0 0 10px !important;
        padding: 0 5px;
    }

.inputs.checkbox-billing,
.inputs.payment-info,
.inputs.existing-address,
.inputs.customer-comment {
    width: 100%;
}

.simple-checkout-data .inputs .labelforinputs {
    display: block !important;
}

.simple-checkout-table .inputs .labelforinputs.checkbox-label {
    margin-right: 0 !important;
}

.simple-checkout-paymentinfo .section.payment-info,
.simple-checkout-data-left .inputs select {
    margin-left: 0 !important;
    width: 100% !important;
}

label.labelforinputs.checkbox-label {
    display: inline-block;
    margin-right: 0 !important;
}

.simple-checkout-data-left textarea {
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
}

/*
 * 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: 1001px) {

    .banner-wrapper {
         margin: 0 0 80px;
    }

}


/*
* 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;
}
.nop-jcarousel .carousel-title span {
}
.nop-jcarousel .jcarousel-container {
	position: static !important;
 }
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .jcarousel-list-horizontal {
    min-width: 15000px;
    padding: 10px 0 !important;
}

/*** VERTICAL TITLE & CONTAINERS ***/

.nop-jcarousel .carousel-title.vertical {
    margin: -80px 0 0;
}
.nop-jcarousel .jcarousel-container-vertical {
	padding: 5px;
}
.nop-jcarousel .jcarousel-clip-vertical {
    height: 370px !important;
}

/*** NAVIGATION ***/

.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: -1px;
    width: 48px;
    height: 48px;
    border: 2px solid #eee;
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.nop-jcarousel .jcarousel-prev-horizontal {
    left: 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-product-mobile.png) no-repeat center;
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-product-mobile.png) no-repeat center;
}
.nop-jcarousel .jcarousel-prev-horizontal:hover,
.nop-jcarousel .jcarousel-next-horizontal:hover {
}
.nop-jcarousel .jcarousel-prev-vertical,
.nop-jcarousel .jcarousel-next-vertical {
	position: absolute;
    top: -54px;
	width: 48px;
	height: 48px;
	background-color: #cc8a97;
	background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.nop-jcarousel .jcarousel-prev-vertical {
	left: 50%;
    margin-left: -50px;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-vertical.png);
}
.nop-jcarousel .jcarousel-next-vertical {
	right: 50%;
    margin-right: -50px;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/next-vertical.png);
}
.nop-jcarousel .jcarousel-prev-vertical:hover,
.nop-jcarousel .jcarousel-next-vertical:hover {

}

.nop-jcarousel .jcarousel-next-disabled-horizontal,
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-horizontal,
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-vertical,
.nop-jcarousel .jcarousel-prev-disabled-vertical:hover,
.nop-jcarousel .jcarousel-next-disabled-vertical,
.nop-jcarousel .jcarousel-next-disabled-vertical:hover {
    /*opacity: 0.3;
	filter: alpha(opacity=30);*/
    cursor: default;
}

/*** JCAROUSEL ITEM BOX ***/

/*  If you change the margin from below to padding,
	make sure that you have the border-sizing set to content-box,
	so that the jcarousel script can calculate correctly the width of the item.  */
	
.nop-jcarousel .jcarousel-item-horizontal {
    text-align: center;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nop-jcarousel .jcarousel-item-vertical {
    width: 100%;
	padding: 5px;
}

.nop-jcarousel .item-picture img {
    max-width: 100%;
}

/* products */

.products-carousel .item-holder {
	padding: 10px;
}
.products-carousel .item-picture {
	position: relative;
    margin: 0 0 20px;
	max-height: 230px;
	overflow: hidden;
}
.products-carousel .item-picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.products-carousel .item-info {
	max-width: 296px;
	margin: 0 auto;
    text-align: left;
}
.products-carousel .item-info .jcarousel-product-title {
    height: 45px;
	margin: 0 0 5px;
	overflow: hidden;
	font-weight: 400;
	text-align: left;
	font-size: 16px;
}
.products-carousel .item-info .jcarousel-product-title a {
	display: block;
    color: #444;
}
.products-carousel .item-info .jcarousel-product-title a:hover {
    color: #cc8a97;
}
.products-carousel .item-info .short-description {
	height: 36px;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
}
.products-carousel .item-info .prices {
    margin: 0 0 10px;
}
.products-carousel .item-info .old-price {
	color: #999;
	text-decoration: line-through;
}
.products-carousel .item-info .actual-price {
	font-size: 16px;
	color: #cc8a97;
	font-weight: 700;
}
.products-carousel .item-info .product-rating-box {
	margin: 0 0 15px;
}
.products-carousel .item-info .rating {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/rating-1.png) repeat-x;
	width: 90px;
    height: 15px;
}
.products-carousel .item-info .rating div {
    background: #cc8a97 url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/rating-2.png) repeat-x;
    height: 15px;
}
.products-carousel .item-info .button {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #eee;
	background: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    color: #cc8a97;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.products-carousel .item-info .button:hover {
	background-color: #eee;
}

/* manufacturers */

.manufacturers-carousel {
	padding-bottom: 25px;
}
.manufacturers-carousel .item-picture a {
	display: inline-block;
}
.manufacturers-carousel .item-info {
	display: none;
}

/* categories */

.categories-carousel .item-holder {
    padding: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.categories-carousel .item-holder:hover{
   box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}
.categories-carousel .item-holder .jcarousel-product-title {
    padding:5px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.categories-carousel .item-holder .jcarousel-product-title a {
}
.categories-carousel .item-holder:hover .jcarousel-product-title a {
}

.categories-carousel .item-holder .item-picture a {
}
.categories-carousel .item-holder .item-picture img {
/* remove this line if there's no transitional effects on the image */
/*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
/* fixes the bug of the 1px moving product images when hover on category */
}
.categories-carousel .item-holder:hover .item-picture img {
}

/*** ADDITIONAL STYLES ***/


/* If the wrap is set to circular and the carousel skin can display more items than there are,
the carousel adds additional <li> elements to fill the empty spaces.
This class is added only for those empty elements. They should not be visible. */

.nop-jcarousel .jcarousel-item-placeholder-horizontal {
    visibility: hidden;
}

/* carousel in left column */

.side-2 .nop-jcarousel {
    display: none;
}



@media all and (min-width: 769px) {

/* products */


/* products and categories nav */

.products-carousel .jcarousel-prev-horizontal,
.categories-carousel .jcarousel-prev-horizontal {
	left: 0;
	margin-left: 0 !important;
}
.products-carousel .jcarousel-next-horizontal,
.categories-carousel .jcarousel-next-horizontal {
	right: 0;
	margin-right: 0 !important;
}

}

@media all and (min-width: 769px) and (max-width: 1000px) {

/* manufacturers nav */

.manufacturers-carousel .jcarousel-prev-horizontal,
.manufacturers-carousel .jcarousel-next-horizontal {
	top: 8px;
	margin: 0 !important;
}

.manufacturers-carousel .jcarousel-prev-horizontal {
	left: 0;
}

.manufacturers-carousel .jcarousel-next-horizontal {
	right: 0;
}

}

@media all and (min-width: 1001px) {


.nop-jcarousel .jcarousel-container {
    position: relative !important;
}
.nop-jcarousel .jcarousel-item-horizontal:hover {
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}

/* manufacturers nav */

.manufacturers-carousel .jcarousel-prev-horizontal,
.manufacturers-carousel .jcarousel-next-horizontal {
	margin: 0;
	top: 105px;
}
.manufacturers-carousel .jcarousel-prev-horizontal {
	left: -32px;
}
.manufacturers-carousel .jcarousel-next-horizontal {
	right: -32px;
}  
.manufacturers-carousel .nop-jcarousel .jcarousel-prev-horizontal,
.manufacturers-carousel .nop-jcarousel .jcarousel-next-horizontal {
    width: 240px;
    margin: 0;
} 

/* product nav*/

.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
    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;
}
.nop-jcarousel .jcarousel-prev-horizontal:hover,
.nop-jcarousel .jcarousel-next-horizontal:hover {
    opacity: 0.92;
}
.nop-jcarousel .jcarousel-prev-horizontal.jcarousel-prev-disabled:hover,
.nop-jcarousel .jcarousel-next-horizontal.jcarousel-next-disabled:hover {
    opacity: 1;
}
 
.nop-jcarousel .jcarousel-prev-horizontal {
    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;
}
.nop-jcarousel .jcarousel-prev-horizontal: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;
}
.nop-jcarousel .jcarousel-next-horizontal {
    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;
}
.nop-jcarousel .jcarousel-next-horizontal: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 in left column */

.side-2 .nop-jcarousel {
    display: block;
    margin: 80px 0 0;
    border: 2px solid #eee;
}  
.side-2 .nop-jcarousel .carousel-title {
    padding: 8px 0 60px;
}
.side-2 .products-carousel .item-holder:hover, 
.side-2 .manufacturers-carousel .item-holder:hover, 
.side-2 .categories-carousel .item-holder:hover {
    box-shadow: none;
}

.side-2 .nop-jcarousel .jcarousel-prev-horizontal, 
.side-2 .nop-jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: -54px;
    width: 48px !important;
    height: 48px;
    border: 2px solid #eee;

}
.side-2 .nop-jcarousel .jcarousel-prev-horizontal {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/prev-product-mobile.png) no-repeat center;
    left: 68px;
}
.side-2 .nop-jcarousel .jcarousel-next-horizontal {
    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;
}


}

@media all and (min-width: 1281px) {

.nop-jcarousel .carousel-title {
    padding: 8px 0 28px;
}
.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
     width: 240px !important;
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: 0;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Brooklyn/Content/images/gradient-right.png);
    background-position: right top;
    background-repeat: repeat-y;
}
.nop-jcarousel .jcarousel-prev-horizontal: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;
}
.nop-jcarousel .jcarousel-next-horizontal: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*/
.transparent .nop-jcarousel .jcarousel-prev-horizontal,
.transparent .nop-jcarousel .jcarousel-next-horizontal {
     width: 480px !important;
}
.transparent .nop-jcarousel .jcarousel-item-horizontal:hover, .transparent .nop-jcarousel .jcarousel-item-horizontal.middle-visible-item {
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
}


}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

    .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: 1000px) {

    .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;
	}
	
}
.product-grid .item-box .picture,
.product-list .item-box .picture {
    position: relative;
}

.vertical-align-middle:before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.vertical-align-middle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.vertical-align-middle > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.vertical-align-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.vertical-align-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.sale-campaign-box-wrapper {
    display: inline-block; 
    width: 46px; 
    height: 48px; 
    margin: 5px 3px; 
}
.sale-campaign-box {
    display: inline-block; 
    width: 100%; 
    height: 45px; 
    line-height: 45px; 
}
.countdownTimer,
.category-countdown {
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s; 
    z-index: 1;
}
.product-grid .item-box:hover .countdownTimer,
.product-grid .item-box:hover .category-countdown,
.product-list .item-box:hover .countdownTimer,
.product-list .item-box:hover .category-countdown {
    opacity: 0;
    z-index: 0;
    cursor: pointer;
}

/*variant list*/

.product-variant-line {
    position: relative;
    min-height: 360px;
}
.product-variant-list .vertical-align-middle {
    top: 240px;
    right: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 220px;
}

.product-variant-line .category-countdown ~ .variant-picture,
.product-variant-line .countdowntimer ~ .variant-picture {
    margin-bottom: 150px;
}


@media all and (min-width: 769px) {

    .product-variant-list .countdownTimer,
    .product-variant-list .category-countdown {
        right: auto;
    }
    .product-variant-line .variant-picture {
        margin-bottom: 20px ;
    }
    
} 
/*product page grouped*/

.product-variant-line {
    min-height: 0;
}
.product-variant-list .vertical-align-middle {
    top: 0;
    bottom: 0;
}

.product-variant-list .countdownTimer, 
.product-variant-list .category-countdown {
    right: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



input.instant-search-busy {
	background: transparent url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat right center !important;
}

/* WITH CATEGORY */

.store-search-box input.search-box-text.narrow {
	width: 190px !important;
}
.store-search-box span.search-box-text {
	float: left;
}
.store-search-box select {
	float: left;
	width: 50px;
	height: 36px;
	border: none;
	background-color: transparent;
	font-size: 13px;
	color: #888;
}
.store-search-box select option {
	background-color: #fff;
	color: #888;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 276px !important;
	height: auto !important;
}
.instantSearch .k-list-container {
	position: static !important;
	width: 100% !important;
	height: auto !important;
	box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.086);
	background-color: #fff;
	padding: 10px 0;
}
.instantSearch .k-item {
	margin: 10px 0;
	cursor: pointer;
}
.instantSearch .k-item:first-child {
	border-top: none;
}
.instant-search-item {
	overflow: hidden;
}
.instant-search-item .img-block {
	position: relative;
	float: left;
	overflow: hidden;
	width: 80px;
	height: 80px;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	margin: 0 10px 0 95px;
	line-height: normal;
}
.instant-search-item .detail .title {
	height: 40px;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.instant-search-item .detail .price {
	font-size: 14px;
	font-weight: bold;
	color: #cc8a97;
}
.instant-search-item .detail .sku {
	font-size: 12px;
    margin: 0 0 5px;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
	background: #f8f8f8;
}



@media all and (min-width: 481px) {

    .store-search-box input.search-box-text.narrow {
	    width: 230px !important;
    }
    .store-search-box select {
	    width: 120px;
    }
    .instantSearch {
	    width: 386px !important;
    }
}


@media all and (min-width: 1001px) {

    .header-1 input.instant-search-busy {
	    background-image: none !important;
    }
    .store-search-box input.search-box-text.narrow {
	    width: 190px !important;
    }
    .header-1 .store-search-box select {
	    height: 29px;
	    font-size: 12px;
	    color: rgba(255, 255, 255, 0.6);
    }
	.header-2 .store-search-box select {
	    height: 33px;
	    font-size: 12px;
    }
    .instantSearch {
	    width: 270px !important;
    }
    .instantSearch.resize {
	    width: 340px !important;
    }
}


@media all and (min-width: 1281px) {

    .store-search-box select {
	    width: 50px;
    }
    .instantSearch.resize {
	    width: 270px !important;
    }
}
/*
* 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: 1001px) {

.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;
	width: 250px;
	padding: 15px 0 5px;
}
.categories.fullWidth .box {
	width: 25%;
	margin: 0 0 35px;
	padding: 0;
}
.manufacturers.fullWidth .box {
	width: 20%;
}

.mega-menu .picture {
	width: 100%;
	height: 220px;
	margin: 0 0 30px;
	overflow: hidden;
}
.mega-menu .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;
}

}
@font-face {
    font-family: 'Futura PT';
    src: url(/Themes/AvishagArbel/Content/fonts/FuturaPT-Light.eot);
    src: url(/Themes/AvishagArbel/Content/fonts/FuturaPT-Light.eot?#iefix) format('embedded-opentype'), url(/Themes/AvishagArbel/Content/fonts/FuturaPT-Light.woff2) format('woff2'), url(/Themes/AvishagArbel/Content/fonts/FuturaPT-Light.woff) format('woff'), url(/Themes/AvishagArbel/Content/fonts/FuturaPT-Light.ttf) format('truetype'), url(/Themes/AvishagArbel/Content/fonts/FuturaPT-Light.svg#FuturaPT-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Alef';
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.eot);
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.eot?#iefix) format('embedded-opentype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.woff) format('woff'), url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.ttf) format('truetype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Bold.svg#alefbold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alef';
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.eot);
    src: url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.eot?#iefix) format('embedded-opentype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.woff) format('woff'), url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.ttf) format('truetype'), url(/Themes/AvishagArbel/Content/fonts/Alef-Regular.svg#alefregular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n7&v=3) format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
}

@font-face {
    font-family: 'proxima-nova';
    src: url(https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/l?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/d?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/4c4052/00000000000000003b9b3069/27/a?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=i7&v=3) format("opentype");
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
}

@font-face {
    font-family: 'proxima-nova';
    src: url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n4&v=3) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
}

@font-face {
    font-family: 'proxima-nova';
    src: url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/l?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/d?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/a?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=i4&v=3) format("opentype");
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
}

@font-face {
    font-family: 'proxima-nova';
    src: url(https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n6&v=3) format("woff2"), url(https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n6&v=3) format("woff"), url(https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=51e46510a8bcdb92fa139186fdd3d43fc0ac4348ee92477ba51cd46504e98815&fvd=n6&v=3) format("opentype");
    font-display: fallback;
    font-style: normal;
    font-weight: 600
}


/*********** CSS RESET **********/
body {
    font: normal 400 14px 'Alef', Arial, sans-serif;
}

/*********** GLOBAL STYLES **********/

a {
    font-weight: bold;
}

.category-page .category-description a {
    text-decoration: underline;
}

#quickTabs ul div a {
    text-decoration: underline;
}

/*** Breadcrumbs ***/

.breadcrumb {
    margin: 0 5px 20px;
}

    .breadcrumb ul {
        text-align: left;
        border: none;
    }

    .breadcrumb li > * {
        height: auto;
        padding: 0px 0px;
        margin: 0;
    }

    .breadcrumb li a, .breadcrumb li > * {
        font-size: 12px;
    }

    .breadcrumb li meta {
        display: none;
    }

    .breadcrumb li span.delimiter {
        background: url(/Themes/AvishagArbel/Content/img/right-arrow.svg) no-repeat;
        width: 12px;
        height: 12px;
        margin: 0px 5px 0px 2px;
    }


@media (min-width: 481px) {
    .breadcrumb li span.delimiter {
        margin: 0px 10px 0px 5px;
    }
}

@media (min-width: 769px) {
    .breadcrumb li a, .breadcrumb li > * {
        font-size: 15px;
    }
}

/******/

@media (max-width: 1000px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

@media (min-width: 1001px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

@media (max-width: 480px) {
    .master-wrapper-content {
        width: 98%;
        overflow: hidden;
    }

    .main-gallery {
        width: 98%;
        margin: 0 auto;
    }
}

.slick-prev:before, .slick-next:before {
    color: #2f2f2f;
}

/*********** GLOBAL FORMS ***********/

/*********** NOTIFICATIONS & POPUPS  ***********/

/*********** TOP HEADER ***********/

.fixed-header .top-banner {
    display: none;
}

.top-banner {
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    top: 0;
}

    .top-banner a {
        font-weight: initial;
    }

/*********** HEADER ***********/

.mega-menu .sticky-category {
    display: none;
}

@media (max-width: 1000px) {
    .header {
        margin-top: 46px;
    }

    .header-logo {
        display: none;
    }


    .header-menu .back-button span {
        margin: 0;
        padding: 20px 10px 20px 20px !important;
    }

    .header-menu > ul li > a, .header-menu > ul li > span {
        padding: 16px 5px 16px;
    }

    .plus-button {
        height: 100%;
        background: url(/Themes/AvishagArbel/Content/img/menu-sublevel-button.png) 10px 20px no-repeat;
    }

    .responsive-nav-wrapper-parent .responsive-nav-wrapper {
        background-color: #ffffff;
    }

    .responsive-nav-wrapper .logo-wrap {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/logo.svg) no-repeat center;
        background-size: 140px;
        width: 100%;
    }

        .responsive-nav-wrapper .logo-wrap a {
            width: 100% !important;
        }

    .responsive-nav-wrapper {
        display: flex;
    }

        .responsive-nav-wrapper:before {
            content: " ";
            flex: 1 1 auto;
            order: 2;
        }

        .responsive-nav-wrapper:after {
            content: " ";
            flex: 1 1 auto;
            order: 4;
            display: block !important;
        }

        .responsive-nav-wrapper .logo-wrap {
            order: 3;
        }

        .responsive-nav-wrapper .personal-button, .responsive-nav-wrapper .shopping-cart-link, .responsive-nav-wrapper .wishlist-opener {
            order: 5;
        }
}

#headerMenuParent .header-menu > ul > li > a {
    font-size: 18px;
    color: #000;
}

@media (min-width: 1001px) {
    #headerMenuParent .header-menu > ul > li > a {
        white-space: nowrap;
    }

    .header .header-upper {
        margin-top: 15px;
        height: 51px;
        background: #ffffff;
    }

    .header-options {
        float: right;
    }

    .fixed-header .top-banner {
        -ms-transition: height 0.3s linear;
        -o-transition: height 0.3s linear;
        -webkit-transition: height 0.3s linear;
        transition: height 0.3s linear;
    }

    .fixed-header .header-upper {
        margin-top: 0px;
        padding-top: 20px;
    }

    .fixed-header .header-logo img {
        width: 220px;
        position: absolute;
        top: -40px;
        left: calc(50% - 110px);
    }
}

@media (min-width: 1001px) and (max-width: 1280px) {
    #headerMenuParent .header-menu > ul > li > a {
        font-size: 12px;
        line-height: 28px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    #headerMenuParent .header-menu > ul > li > a {
        font-size: 14px;
    }
}

@media (min-width: 1001px) {
    .header-lower {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .header-lower {
        width: 1200px;
    }
}

@media (min-width: 1441px) {
    .header-lower {
        width: 1400px;
    }
}

@media (min-width: 1001px) and (max-width: 1680px) {
    .mega-menu li:last-child .sublist-wrap {
        right: 0;
    }
}

@media (max-width: 1000px) {
    .responsive-nav-wrapper > div > span, .responsive-nav-wrapper > div > a {
        color: #000;
        height: 36px;
        width: 36px !important;
        border-left: none;
        border-right: none;
    }

    .responsive-nav-wrapper .personal-button {
        background: url(/Themes/AvishagArbel/Content/img/icons_80_avatar.svg) no-repeat center;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px;
    }

    .responsive-nav-wrapper .shopping-cart-link {
        background: url(/Themes/AvishagArbel/Content/img/icons_80_bag.svg) no-repeat center;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px;
    }

        .responsive-nav-wrapper .shopping-cart-link a {
            text-indent: 0;
            font-size: 12px;
            padding-top: 11px;
            position: relative;
        }

    .responsive-nav-wrapper .wishlist-opener {
        background: url(/Themes/AvishagArbel/Content/img/icons_80_heart.svg) no-repeat center;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px;
    }

        .responsive-nav-wrapper .wishlist-opener a {
            text-indent: 0;
            font-size: 12px;
            padding-top: 10px;
            position: relative;
            color: #ffffff;
        }

    .responsive-nav-wrapper .search-wrap {
        background: url(/Themes/AvishagArbel/Content/img/icons_80_zoom.svg) no-repeat center;
        -ms-background-size: 20px 20px;
        background-size: 20px 20px;
    }

    .responsive-nav-wrapper .menu-title {
        background: url(/Themes/AvishagArbel/Content/img/icons_80_hamburger.svg) no-repeat center;
        -ms-background-size: 22px 22px;
        background-size: 22px 22px;
    }
}

.header-logo a.logo {
    background-color: #ffffff;
}

.header-logo a img {
    height: 50px;
    margin: 10px 0;
}

/*********** HEADER LINKS ***********/

.header-links-wrapper {
    margin: 0px;
}

@media (min-width: 1001px) {
    .header-links li {
        margin: 0 8px;
    }
}

.header-upper .header-options-wrapper .ico-login {
    height: 30px;
    width: 32px;
    background: url(/Themes/AvishagArbel/Content/img/icons_80_avatar.svg) no-repeat center;
    background-size: 26px 26px;
}

.header-upper .header-options-wrapper .ico-cart {
    height: 30px;
    line-height: normal;
    width: 48px;
    background: url(/Themes/AvishagArbel/Content/img/icons_80_bag.svg) no-repeat center;
    background-size: 26px 26px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

    .header-upper .header-options-wrapper .ico-cart span {
        top: 7px;
        color: black;
        position: relative;
        font-size: inherit;
        display: inline-block;
        line-height: normal;
    }

.header-upper .header-options-wrapper .ico-wishlist {
    height: 30px;
    width: 48px;
    background: url(/Themes/AvishagArbel/Content/img/icons_80_heart.svg) no-repeat center;
    background-size: 26px 26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .header-upper .header-options-wrapper .ico-wishlist span {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
        font-weight: bold;
    }

/*********** HEADER SEARCH ***********/
#instant-search-categories{
    display: none;
}

@media (max-width: 1000px) {
    .instantSearch {
        left: 0px !important;
    }
}

@media (min-width: 1001px) {
    .store-search-box {
        float: left;
        position: relative;
    }

    .instantSearch.resize {
        width: 340px !important;
    }
}

.store-search-box .search-box-button {
    background: url(/Themes/AvishagArbel/Content/img/icons_80_zoom.svg) no-repeat center;
    background-size: 26px 26px;
}

.store-search-box input.search-box-text {
    font-weight: bold;
}

.header-1 .store-search-box input.search-box-text::-webkit-input-placeholder {
    color: #757575;
}

.k-animation-container.instantSearch .k-list-container {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


/*********** FOOTER ***********/

.footer-block .title strong:before,
.footer-block .title strong:after {
    content: none;
}

.footer-block .title strong {
    font-size: 24px;
    cursor: auto;
}

.footer-column a:hover {
    opacity: 0.70;
    color: #ffffff;
}

.newsletter-result {
    color: #ffffff;
    margin: 20px 0;
    font-size: 18px;
}

/* Newsletter box always open */
.footer-block .title + * {
    display: block;
}

@media (max-width: 768px) {
    .footer-menu-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-column.column {
        margin: 10px 2%;
        width: 46%;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .footer-menu-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 140px;
    }

    .footer-column.column {
        margin: 10px 0px;
        width: 25%;
    }
}

@media (min-width: 1001px) {
    .footer-block .title {
        margin: 0 0 30px;
        padding: 20px 0 20px;
    }
}

.social-sharing .twitter {
    /* filter: invert(100%); */
    background: url(/Themes/AvishagArbel/Content/img/icons_80_insta.svg) center no-repeat;
}

.social-sharing .facebook {
    /* filter: invert(100%); */
    background: url(/Themes/AvishagArbel/Content/img/icons_80_facebook.svg) center no-repeat;
}

.social-sharing .google {
    background: url(/Themes/AvishagArbel/Content/img/icons_80_pinterest.svg) center no-repeat;
}


/*********** FLYOUT SHOPPING CART ***********/

@media (min-width: 1001px) {
    .flyout-cart {
        bottom: auto;
    }
}

.mini-shopping-cart {
    font-weight: bold;
}

/*********** LEFT/RIGHT COLUMN ***********/

/*********** LOGIN PAGE *************/
.login-page .checkout-as-guest-button {
    border: 2px solid #2a2a2a;
    background-color: #f8e6e2;
}

@media (max-width: 1000px) {
    .login-page .page-title {
        margin: 0 0 20px;
    }

    .login-page .inputs {
        margin: 0 0 10px;
    }

        .login-page .inputs.reversed {
            margin: 0 auto;
            max-width: 350px;
        }

    .login-page .returning-wrapper {
        margin: 0 0 20px;
    }

    .remember-me label {
        display: inline-block;
        width: auto;
        vertical-align: baseline;
    }

    .remember-me {
        display: inline-block;
        margin: 0 0 0 20px !important;
    }

    .login-page .button-1 {
        margin-bottom: 10px;
    }
}


/*********** HOME PAGE ***********/
@media (min-width: 320px) and (max-width: 1000px) {
    .home-page-product-grid .item-grid {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

.items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
    height: auto !important;
    margin-bottom: 20px;
}

@media (min-width: 481px) {
    .items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
        height: auto !important;
    }
}

@media (min-width: 1001px) {
    .items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
        height: auto !important;
    }
}

@media (min-width: 1281px) {
    .items-per-row-four .product-grid .item-box .home-product > .picture, .home-product > .ribbon-wrapper {
        height: auto !important;
    }
}

@media (max-width: 1000px) {
    .master-wrapper-home .master-wrapper-content {
        margin-top: 10px;
    }
}

.home-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.home-logo-box {
    flex: 1;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-logo-box img {
    max-height: 100px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .home-logo-box {
        flex-basis: 100%;
        max-width: none;
    }
}

/********** CATEGORY PAGE **********/

/* QUICK CART */

.quick-cart {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #f8e6e2bf;
}

.ribbon-wrapper .quick-cart {
    margin-bottom: 20px;
}

.quick-cart ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.quick-cart-title {
    padding: 10px;
    cursor: pointer;
}

.quick-cart-container {
    display: none;
    padding: 10px 0;
}

.quick-cart-size-container {
    opacity: 0.2;
}

.quick-cart-container.active {
    display: block;
}


.quick-cart .color-selector {
    font-weight: bold;
    cursor: pointer;
    background: padding-box;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.quick-cart .size-selector {
    font-weight: bold;
    padding: 10px 10px;
    cursor: pointer;
}

    .quick-cart .size-selector:hover {
        color: #d86666;
        text-decoration: underline;
    }


.quick-cart-button {
    background: url(/Themes/AvishagArbel/Content/img/icons_80_bag.svg) no-repeat center;
    background-size: 24px 24px;
    min-height: 36px;
    min-width: 36px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: #ffffff9e;
}

.quick-cart .color-selector.selected {
    border: 2px dotted black;
}

@media (min-width: 1001px) {
    .product-grid .item-box:hover .quick-cart {
        display: block;
    }

    .product-grid .quick-cart-button {
        display: none;
    }
}

@media (max-width: 1000px) {
    .product-grid .item-box.active .quick-cart {
        display: block;
    }

    .product-grid .item-box.active .quick-cart-button {
        display: none;
    }
}

.product-grid .item-box.active .quick-cart {
    display: block;
}

/**/

.page-title.mobile {
    margin: 0 0 20px;
}

.item-box .product-title {
    height: 38px;
}

.product-item .details {
    height: 68px;
    overflow: hidden;
}

@media (max-width: 479px) and (min-width: 319px) {
    .category-page .item-box, .search-page .item-box {
        width: 47%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .category-page .item-grid, .search-page .item-grid {
        margin: 0 0px;
    }
}

/* Filter */
.product-selectors .product-page-size {
    display: none;
}

.category-navigation-mobile .block-category-navigation {
    margin: 15px 5px 10px;
    float: none;
    width: auto;
}

@media (max-width: 1000px) {
    .product-selectors {
        display: flex;
        width: auto;
    }

        .product-selectors > div {
            flex: 1;
        }

        .product-selectors select {
            appearance: none;
            -webkit-appearance: none;
            background-image: url(/Themes/AvishagArbel/Content/img/selector-button1.png);
            background-repeat: no-repeat;
            background-position: right 6px top 14px;
            margin: 0px;
        }

    .product-filtering > div {
        width: 100%;
    }

    .product-sorting > select {
        width: 100%;
    }

    .filters-button {
        height: 36px;
        width: 141px;
        border: 2px solid #eee;
    }

        .filters-button > span {
            width: 100%;
            height: 100%;
            display: inline-block;
            line-height: 32px;
            padding: 0 5px;
            background-image: url(/Themes/AvishagArbel/Content/img/selector-button1.png);
            background-repeat: no-repeat;
            background-position: right 6px top 14px;
        }

        .filters-button:after {
            content: " ";
        }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .product-selectors > div {
        max-width: 240px;
    }

    .product-selectors {
        justify-content: space-between;
    }

        .product-selectors:after {
            content: none;
        }
}

@media (min-width: 1000px) {
    .product-selectors > .product-filtering {
        display: none;
    }
}

/* Color swathes */
.color-swatches ul {
    display: flex;
}

.color-swatches li {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 50%;
}

    .color-swatches li.selected {
        border: 2px dotted black;
    }

.item-box .sale-product-price {
    color: red !important;
}


/********** PRODUCT PAGE **********/

.share-button-container {
    position: relative;
    order: 1;
}


@media (min-width: 1000px){
    .share-button-container {
        order: 3;
    }
}


.share-button {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(/Themes/AvishagArbel/Content/img/share_button.svg) no-repeat center;
    background-size: 26px 26px;
}

.shareon {
    display: none;
    position: absolute;
    top: 35px;
    /* left: -115px; */
    background-color: white;
}

.product-essential .additional-details .sku {
    display: none;
}

.sale-product-price {
    color: red;
}

/* AJAX TABS */

.ui-tabs .ui-tabs-nav {
    font-size: 15px !important;
}

.ui-tabs.productTabs .ui-tabs-nav li {
    width: 100%;
}

    .ui-tabs.productTabs .ui-tabs-nav li a {
        background-color: transparent !important;
        text-align: left;
        padding-left: 5px;
        border: none;
    }

.ui-tabs.productTabs .ui-tabs-nav li {
    border-top: 2px solid #eee;
}

    .ui-tabs.productTabs .ui-tabs-nav li:last-of-type {
        border-bottom: 2px solid #eee;
    }

.ui-tabs.productTabs .ui-tabs-panel {
    border: none;
}

.ui-tabs.productTabs .ui-corner-top {
    position: relative;
}

    .ui-tabs.productTabs .ui-corner-top:before {
        position: absolute;
        right: 10px;
        height: .83333333rem;
        width: .83333333rem;
        content: "";
        display: block;
        border-left: .16666667rem solid #000;
        border-bottom: .16666667rem solid #000;
        top: 50%;
        margin-top: -.25rem;
        transform: translateY(-50%) rotate(-45deg);
        transition: transform .05s linear;
    }

    .ui-tabs.productTabs .ui-corner-top.ui-state-active:before {
        margin-top: -.5rem;
        transform: translateY(35%) rotate(-225deg);
    }

@media (max-width: 768px) {
    .ui-tabs .ui-tabs-nav li {
        margin: 0px auto;
    }

    .ui-tabs-panel.ui-widget-content.ui-corner-bottom {
        overflow: hidden;
    }
}

/* AJAX TABS */


.page.product-details-page {
    margin: 0 5px;
}

.product-details-page .overview .additional-details {
    margin-top: 10px;
}

/* Low stock warning */
#low-stock-warning {
    color: red;
    font-weight: bold;
}

/* Start Size/Color Options */

.product-details-page .page-body .product-essential .overview .attributes .option-list {
    display: flex;
}

    .product-details-page .page-body .product-essential .overview .attributes .option-list label {
        margin: 0 10px 0 0;
    }

    .product-details-page .page-body .product-essential .overview .attributes .option-list input[type="radio"] {
        display: none;
    }

        .product-details-page .page-body .product-essential .overview .attributes .option-list input[type="radio"] + label {
            padding: 3px;
            border: 3px solid #eee;
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            position: relative;
        }

        .product-details-page .page-body .product-essential .overview .attributes .option-list input[type="radio"]:checked + label {
            /* border-color: #fc335a; */
            border-color: black;
        }

        .product-details-page .page-body .product-essential .overview .attributes .option-list input[type="radio"][data-oos="true"] + label {
            background: #eeeeee;
        }

            .product-details-page .page-body .product-essential .overview .attributes .option-list input[type="radio"][data-oos="true"] + label:after {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                content: "X"; /* use the hex value here... */
                font-size: 45px;
                color: #0000004f;
                line-height: 40px;
                text-align: center;
                font-weight: 100;
            }

@media (min-width: 481px) and (max-width: 1000px) {
    .product-details-page .page-body .product-essential .overview .attributes .option-list {
        justify-content: center;
    }
}

/* End Size/Color Options */

@media (min-width: 481px) and (max-width: 1000px) {
    .product-details-page .page-body .product-essential .gallery .picture img {
        width: 100%;
    }
}

/* Description */
.product-details-page .page-body .product-essential .overview .short-description {
    font-weight: normal;
}

/* Wishlist button */
@media (max-width: 768px) {
    .product-details-page .overview-buttons .add-to-wishlist {
        width: 100%;
    }

    .product-details-page .overview-buttons .add-to-wishlist-button {
        width: 100%;
    }
}


/* Start Mobile Product Overview Order */
.product-details-page .page-body .product-essential .overview .product-name-m {
    display: none;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 3.2px;
    color: #444;
}

@media (min-width: 1000px) {
    .product-details-page .page-body .product-essential .overview {
        display: flex;
        flex-direction: column;
    }

        .product-details-page .page-body .product-essential .overview .short-description {
            order: 1;
        }

        .product-details-page .page-body .product-essential .overview .additional-details {
            order: 2;
        }

        .product-details-page .page-body .product-essential .overview .attributes {
            order: 3;
        }

            .product-details-page .page-body .product-essential .overview .attributes .color-squares {
                text-align: left;
            }

        .product-details-page .page-body .product-essential .overview .overview-buttons {
            order: 5;
            margin-bottom: 20px;
        }

        .product-details-page .page-body .product-essential .overview .prices {
            order: 4;
        }

        .product-details-page .page-body .product-essential .overview .availability {
            order: 2;
        }

        .product-details-page .page-body .product-essential .overview .add-to-cart {
            order: 4;
        }

        .product-details-page .page-body .product-essential .overview .free-shipping-returns {
            order: 6;
            margin-bottom: 20px;
            display: none;
        }

        .product-details-page .page-body .product-essential .overview .productTabs {
            order: 7;
        }
}

@media (max-width: 1000px) {
    .product-details-page .product-name {
        display: none;
    }

    .product-details-page .page-body .product-essential .gallery .picture-thumbs {
    }

        .product-details-page .page-body .product-essential .gallery .picture-thumbs .jcarousel-clip.jcarousel-clip-vertical {
            height: auto !important;
        }

        .product-details-page .page-body .product-essential .gallery .picture-thumbs ul#carousel {
            height: auto !important;
        }

    .jcarousel-skin-thumbs .jcarousel-item {
        width: auto;
        margin: 0 5px 5px 0;
    }

    .product-details-page .page-body .product-essential .overview {
        display: flex;
        flex-direction: column;
    }

        .product-details-page .page-body .product-essential .overview .product-name-m {
            display: block;
            order: 2;
        }

        .product-details-page .page-body .product-essential .overview .short-description {
            order: 7;
            margin-bottom: 20px;
        }

        .product-details-page .page-body .product-essential .overview .additional-details {
        }

        .product-details-page .page-body .product-essential .overview .attributes {
            order: 1;
        }

            .product-details-page .page-body .product-essential .overview .attributes .color-squares {
                text-align: left;
            }

        .product-details-page .page-body .product-essential .overview .overview-buttons {
            order: 5;
            margin-bottom: 20px;
        }

        .product-details-page .page-body .product-essential .overview .prices {
            order: 2;
        }

        .product-details-page .page-body .product-essential .overview .availability {
            order: 2;
        }

        .product-details-page .page-body .product-essential .overview .add-to-cart {
            order: 4;
        }

        .product-details-page .page-body .product-essential .overview .free-shipping-returns {
            order: 6;
            margin-bottom: 20px;
            display: none;
        }

        .product-details-page .page-body .product-essential .overview .productTabs {
            order: 7;
        }
}

@media (max-width: 479px) {
    .product-details-page .page-body .product-essential .overview .product-name-m {
        margin-top: 20px;
    }
}

/* End Mobile Product Overview Order */


.product-collateral {
    margin: 0 0 30px;
}

/* Product tags */
.product-tags-box {
    display: none;
}

/* Gallery */
.gallery .picture img {
    position: static;
}

.gallery .picture:before {
    padding-top: 0px;
}

.gallery .picture {
    overflow: initial;
}

@media (min-width: 1001px) {
    .two-columns .gallery {
        float: none;
    }
}

@media (min-width: 1281px) {
    .two-columns .gallery .picture {
        width: 400px;
    }
}


/********** PRODUCT REVIEWS **********/

/********** WISHLIST & COMPARE LIST **********/

.wishlist-content .button-2.wishlist-add-to-cart-button {
    border: 2px solid #eee !important;
    background-color: #f9f9f9 !important;
}

    .wishlist-content .button-2.wishlist-add-to-cart-button:hover {
        background-color: #eee !important;
    }

/*********** TOPICS ***********/

/*********** CONTACT & EMAIL A FRIEND ***********/

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.login-page .checkout-as-guest-button {
    background-color: #2a2a2a;
    color: #fff !important;
    padding: 14px 20px !important;
    border: 0px solid #eee;
}

    .login-page .checkout-as-guest-button:hover {
        background-color: #2a2a2a;
    }

@media screen and (min-width: 481px) {
    .login-page .checkout-as-guest-button {
        border-right: 4px solid #fff;
    }
}

@media screen and (max-width: 480px) {
    .login-page .checkout-as-guest-button {
        margin: 0px 0px 10px 0px
    }
}

/********** SHOPPING CART **********/

.cart {
    padding: 20px;
    margin: 0;
}

    .cart .cart-item {
        display: flex;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

@media (max-width: 639px) {
    .cart .cart-item {
        display: block;
        margin-bottom: 30px;
    }

        .cart .cart-item:last-child {
            margin-bottom: 0px;
        }
}

.cart .cart-item .cart-item-info {
    flex: 1;
    padding-right: 40px;
    display: flex;
}

@media (max-width: 639px) {
    .cart .cart-item .cart-item-info {
        padding: 0 0 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
}

.cart .cart-item .cart-item-info .product-picture {
    flex: 0 0 120px;
    width: 120px;
}

    .cart .cart-item .cart-item-info .product-picture a {
        line-height: 0;
        display: block;
    }

    .cart .cart-item .cart-item-info .product-picture img {
        width: 100%;
    }

.cart .cart-item .cart-item-info .product {
    padding-left: 20px;
    width: 100%;
    text-align: left;
}

    .cart .cart-item .cart-item-info .product .product-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .cart .cart-item .cart-item-info .product .info {
        font-size: 15px;
        margin-bottom: 10px;
    }

@media (min-width: 480px) {
    .cart .cart-item .cart-item-info .product .info {
        display: flex;
        align-items: flex-start;
    }
}

.cart .cart-item .cart-item-info .product .info .info-item {
    color: #999;
    display: block;
    margin-bottom: 3px;
}

@media (min-width: 480px) {
    .cart .cart-item .cart-item-info .product .info .info-item:not(:first-child) {
        position: relative;
        padding-left: 23px;
    }
}

@media (min-width: 480px) {
    .cart .cart-item .cart-item-info .product .info .info-item:not(:first-child):before {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #ccc;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 7px;
    }
}


.cart .cart-item .cart-item-info .color-wrapper {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart .cart-item .cart-item-info .color-dropdown {
    border: 2px solid #ddd;
}

.cart .cart-item .cart-item-info .size-dropdown {
    border: 2px solid #ddd;
}

.cart .qty-dropdown {
    width: 48px;
    height: 48px;
    border: 2px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.cart .cart-item .cart-item-info .quantity-wrapper {
    margin-bottom: 20px;
    color: #999;
    align-items: center;
}

.cart .cart-item .cart-item-info .qty-increase, .cart .cart-item .cart-item-info .qty-decrease {
    width: 26px;
    -webkit-appearance: none;
    border: none;
    background: none;
    font-size: 24px;
}

.cart .qty-input {
    border: none;
    height: auto;
    width: 30px;
    padding: 0px;
}

.cart .cart-item .cart-item-info .product .subtotal {
    font-weight: bold;
    font-size: 18px;
}

.cart .cart-item .cart-item-actions {
    flex: 0 0 140px;
    /* width: 138px; */
    text-align: right;
}


@media (max-width: 639px) {
    .cart .cart-item .cart-item-actions {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
    }
}

.cart .cart-item .cart-item-actions .action {
}

    .cart .cart-item .cart-item-actions .action:not(:last-child) {
        margin-bottom: 20px;
    }

@media (max-width: 639px) {
    .cart .cart-item .cart-item-actions .action:not(:last-child) {
        margin-bottom: 0;
        padding-right: 23px;
        position: relative;
    }
}

@media (max-width: 639px) {
    .cart .cart-item .cart-item-actions .action:not(:last-child):after {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #ccc;
        border-radius: 3px;
        position: absolute;
        right: 10px;
        top: 12px;
    }
}

.cart .cart-item .cart-item-actions .action a {
    color: #999;
    font-weight: normal;
    font-size: 16px;
}

    .cart .cart-item .cart-item-actions .action a:hover {
        color: #777;
    }

.cart .cart-item .cart-item-actions .action .remove-from-cart {
    display: inline-block;
    background-image: url(/Themes/AvishagArbel/Content/img/trash.svg);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin: 0 0 0 20px;
}

.shopping-cart-page .button-1, .checkout-page .button-1 {
    margin: 0 0 30px;
}

.shopping-cart-page .button-1 {
    /* background-color: #fc335a !important */
    background-color: black !important
}

/********** CART PAGE PRODUCTS POPUP */

@media (max-width: 1000px) {
    .ui-dialog, .ui-effects-wrapper {
        -webkit-box-shadow: 0px 0px 0px 1000px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 0px 1000px rgb(0 0 0 / 50%);
    }
}

#product-list-popup-container .ui-dialog {
    width: 95% !important;
    max-width: 410px !important;
    z-index: 1056;
    position: absolute !important;
    top: calc(50% - 150px) !important;
    max-width: 520px !important;
    z-index: 1000;
}

#product-list-popup .nop-jcarousel {
    margin: 0;
}

    #product-list-popup .nop-jcarousel .carousel-title {
        padding: 0;
    }

#product-list-popup-container .products-carousel .item-info .jcarousel-product-title {
    height: auto !important;
}

@media (max-width: 480px) {
    #product-list-popup-container .nop-jcarousel .jcarousel-prev-horizontal, #product-list-popup-container .nop-jcarousel .jcarousel-next-horizontal {
        height: 100%;
        width: 35px;
        border: none;
    }
}

@media (min-width: 481px) {
    #product-list-popup-container .nop-jcarousel .jcarousel-prev-horizontal, #product-list-popup-container .nop-jcarousel .jcarousel-next-horizontal {
        top: 0;
        width: 50px !important;
        height: 100%;
        border: none;
        opacity: 1;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }

    #product-list-popup-container .nop-jcarousel .jcarousel-next-horizontal {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }

        #product-list-popup-container .nop-jcarousel .jcarousel-next-horizontal: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;
        }

    #product-list-popup-container .nop-jcarousel .jcarousel-prev-horizontal {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

        #product-list-popup-container .nop-jcarousel .jcarousel-prev-horizontal: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;
        }
}

@media (min-width: 320px) {
    #product-list-popup-container .jcarousel-item-horizontal {
        width: 126px !important;
    }
}

/********** NOP CAROUSEL **********/

@media (min-width: 1001px) {
    .nop-jcarousel .jcarousel-prev-horizontal, .nop-jcarousel .jcarousel-next-horizontal {
        width: 80px !important;
    }

    .nop-jcarousel .jcarousel-next-horizontal {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }


    .nop-jcarousel .jcarousel-prev-horizontal {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
}

/********** CHECKOUT **********/

/********** SIMPLECHECKOUT **********/

.simple-checkout-page .cart .cart-item {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .simple-checkout-page .cart .cart-item .cart-item-info {
        flex: 1;
        display: flex;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

        .simple-checkout-page .cart .cart-item .cart-item-info .product-picture {
            flex: 0 0 120px;
            width: 120px;
        }

            .simple-checkout-page .cart .cart-item .cart-item-info .product-picture a {
                line-height: 0;
                display: block;
            }

        .simple-checkout-page .cart .cart-item .cart-item-info .product {
            padding-left: 20px;
            width: 100%;
            text-align: left;
        }

            .simple-checkout-page .cart .cart-item .cart-item-info .product .product-name {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .simple-checkout-page .cart .cart-item .cart-item-info .product .info {
                font-size: 15px;
                margin-bottom: 10px;
            }


                .simple-checkout-page .cart .cart-item .cart-item-info .product .info .info-item {
                    color: #999;
                    display: block;
                    margin-bottom: 3px;
                }

            .simple-checkout-page .cart .cart-item .cart-item-info .product .subtotal {
                font-weight: bold;
                font-size: 18px;
            }

    .simple-checkout-page .cart .cart-item .cart-item-actions {
        flex: 0 0 140px;
        text-align: right;
    }

    .simple-checkout-page .cart .cart-item .cart-item-actions {
        width: 100%;
        text-align: left;
        display: flex;
    }

        .simple-checkout-page .cart .cart-item .cart-item-actions .action:not(:last-child) {
            margin-bottom: 20px;
        }

        .simple-checkout-page .cart .cart-item .cart-item-actions .action:not(:last-child) {
            margin-bottom: 0;
            padding-right: 23px;
            position: relative;
        }

            .simple-checkout-page .cart .cart-item .cart-item-actions .action:not(:last-child):after {
                content: "";
                display: block;
                width: 3px;
                height: 3px;
                background: #ccc;
                border-radius: 3px;
                position: absolute;
                right: 10px;
                top: 7px;
            }

        .simple-checkout-page .cart .cart-item .cart-item-actions .action a {
            color: #999;
            font-weight: normal;
            font-size: 16px;
        }

            .simple-checkout-page .cart .cart-item .cart-item-actions .action a:hover {
                color: #777;
            }


.simple-checkout-data-rigth .simple-checkout-order-summary-body .product-name {
    float: initial;
}

.simple-checkout-data .payment-details img {
    height: 36px;
}

@media (max-width: 640px) {
    .simple-checkout-data .payment-details img {
        height: 30px;
    }
}

#discountcouponcodemessage {
    white-space: normal;
}

@media (min-width: 1001px) {
    .simple-checkout-data-left .inputs.primary-address-email {
        order: -100;
    }

    .simple-checkout-data-left .inputs.discountcouponcode {
        margin: 0 0 30px !important;
        order: -99;
    }
}

@media (max-width: 1000px) {
    .simple-checkout-data-left {
        border: 2px solid #eee;
    }

        .simple-checkout-data-left .inputs input[type="text"], .simple-checkout-data-left .inputs input[type="password"], .simple-checkout-data-left .inputs input[type="tel"], .simple-checkout-data-left .inputs select, .simple-checkout-data-left .inputs textarea, .simple-checkout-data-left .inputs .couponblock {
            height: 48px;
            font-size: 18px;
        }

        .simple-checkout-data-left .buttons input {
            height: 48px !important;
            margin: 0 5px;
        }

        .simple-checkout-data-left .inputs.primary-address-email {
            order: -100;
        }

        .simple-checkout-data-left .inputs.discountcouponcode {
            margin: 0 0 30px !important;
            padding-bottom: 30px;
            order: -99;
        }

        .simple-checkout-data-left .inputs.primary-address-first-name {
            order: -98;
        }

        .simple-checkout-data-left .inputs.primary-address-last-name {
            order: -97;
        }

        .simple-checkout-data-left .inputs.primary-address-address1 {
            order: -96;
        }

        .simple-checkout-data-left .inputs.primary-address-address2 {
            order: -95;
        }

        .simple-checkout-data-left .inputs.primary-address-city {
            order: -94;
        }

        .simple-checkout-data-left .inputs.primary-address-country {
            order: -93;
        }

        .simple-checkout-data-left .inputs.primary-address-state {
            order: -92;
        }

        .simple-checkout-data-left .inputs.primary-address-zip-postal-code {
            order: -91;
        }

        .simple-checkout-data-left .inputs.primary-address-phone-number {
            order: -90;
        }

    .simple-checkout-data-rigth {
        padding: 0 15px;
    }

    .simple-checkout-order-summary-body td.cart-total-left {
        width: 70% !important;
    }
}

.simple-checkout-order-summary-body .cart {
    border: none !important;
}

.simple-checkout-data .payment-details {
    margin: 0px !important;
}

.simple-checkout-data .payment-method .method-list .payment-details label {
    margin: 0 0 0 5px;
}

.simple-checkout-order-summary-body .order-summary-content .totals {
    padding: 23px 0px 0 !important;
}

.simple-checkout-order-summary-body .order-summary-content .total-info .selected-shipping-method {
    display: block;
}

.simple-checkout-order-summary-body .cart-total-left {
    text-align: left !important;
}

.shipping-method .method-list li label {
    font-weight: normal !important;
    text-align: left !important;
}

.shipping-method .method-list img {
    height: 20px;
}

.payment-method .method-list li label {
    font-weight: normal !important;
    text-align: left !important;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .simple-checkout-data-left .inputs.discountcouponcode {
        width: 50% !important;
    }
}


/*********** SEARCH & SITEMAP ***********/

/********** BLOG & NEWS **********/

.blog-page .blog-posts .read-more, .blog-page .news-items .read-more {
    color: #fff !important;
}

@media (max-width: 480px) {
    .blogpost-page .post-body img {
        max-width: 100%;
        height: auto;
    }
}

/********** FORUM & PROFILE **********/

/* Simple Checkout */
.simple-checkout-data-left input[type="tel"] {
    height: 36px;
    border: 2px solid #eee;
    vertical-align: middle;
    font-size: 14px;
}

.category-page .category-description p {
    margin: 10px 24px;
}


.ui-datepicker-title span {
    color: white;
}

.overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown {
    font-weight: bold;
}

.attributes select {
    font-weight: bold;
}

.quickViewWindow #accordion .product-details {
    font-weight: bold;
}

.overview {
    font-weight: bold;
}


.rich-blog-homepage .title {
    font-size: 15px !important;
}

.product-grid .title,
.home-page-category-grid > .title {
    font-size: 15px;
}

.product-selectors > div {
    font-size: 15px;
}

.order-completed .details {
    margin: 0 0 60px;
}

.header-selectors-wrapper {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    .responsive-nav-wrapper-parent {
        top: 40px;
    }

    .admin-header-links {
        top: 40px;
    }

        .admin-header-links ~ .responsive-nav-wrapper-parent {
            top: 75px;
        }

    .top-banner {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    .header-lower {
        padding-top: 40px;
    }
}

.social-sharing li {
    background: none !important;
}

.social-sharing a {
    opacity: 1;
}

#newsletter-subscribe-button {
    width: 36px;
    background: url(/Themes/AvishagArbel/Content/img/mail.svg) center center no-repeat;
    background-size: 36px 36px;
    background-color: #ffffff;
    width: 65px;
    padding-left: 65px;
}

@media screen and (max-width: 1000px) {
    .newsletter-email {
        display: flex;
    }

        .newsletter-email input[type="text"] {
            width: 100%;
        }

    #newsletter-subscribe-button {
        width: 50px;
        padding-left: 50px;
    }
}

.footer {
    background: #000000;
}

    .footer a {
        color: #ffffff;
        font-size: 18px;
    }

.footer-lower * {
    color: #ffffff;
}

.footer-powered-by a {
    color: #ffffff !important;
}

.footer-lower .footer-title {
    margin: 30px 0px;
    font-size: 15px;
    font-weight: bold;
}


.newsletter-email {
    border: 1px solid #ffffff;
    padding: 0px;
}

    .newsletter-email .newsletter-subscribe-text, .newsletter-email .newsletter-subscribe-button {
        border: none;
        display: inline-block;
        font-weight: bold;
    }

    .newsletter-email .newsletter-subscribe-text {
        background-color: #000000;
        color: #ffffff;
    }

        .newsletter-email .newsletter-subscribe-text:focus {
            color: #ffffff;
        }

        .newsletter-email .newsletter-subscribe-text::placeholder {
            color: #ffffff;
        }

.newsletter-subscribe-text {
    padding: 0px;
}

.footer-block.newsletter-block {
    border-bottom: none !important;
}

.footer-block .title {
    text-transform: none;
}

    .footer-block .title * {
        color: white;
    }

.footer-column.column > h3 {
    display: none;
}

.new_select {
    width: 45px !important;
}


.eu-cookie-bar-notification {
    top: auto;
    left: auto;
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    right: 0;
    z-index: 10000000000;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    background: black;
    height: auto;
}

    .eu-cookie-bar-notification .content {
        font-size: 11px;
    }

    .eu-cookie-bar-notification .buttons-more {
        margin-top: 10px;
    }

    .eu-cookie-bar-notification .text {
        margin-bottom: 0px;
    }

    .eu-cookie-bar-notification span {
        color: white;
    }

    .eu-cookie-bar-notification a {
        display: inline;
        margin-left: 15px;
        color: #cecece !important;
        text-decoration: underline;
        font-size: 13px;
    }

#eu-cookie-ok {
    min-width: 30px;
    background: #eeeeee;
    color: black !important;
    border: none;
    padding: 4px 20px;
    margin: 0px;
    font-size: 12px;
}

.ajaxCart > .k-header > .k-window-actions > a > span {
    font-size: 0px;
}

.color-squares li input {
    margin: -50px 0px 0px 0px;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 15px;
}

.overview .availability {
    margin-top: 20px;
}

.simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row td {
    min-width: 45px;
}

.header-logo img {
    width: 140px;
}


@media (min-width: 1001px) {
    /* Top Menu */
    .header-menu .sublist li a {
        font-size: 16px;
    }

    .header-menu > ul {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

        .header-menu > ul > li {
            text-align: left;
        }


    .mega-menu {
        display: flex !important;
        justify-content: space-evenly;
    }


    .social-sharing {
        background: none;
        box-shadow: none;
    }

        .social-sharing li {
            box-shadow: none;
        }

    .new_select {
        background-image: url(/Themes/AvishagArbel/Content/img/selector-button1.png);
    }

    .footer-menu-wrapper {
        display: flex;
        justify-content: space-evenly;
    }
}


.overview .ajax-cart-button-wrapper .add-to-cart-button,
.overview .add-to-cart .add-to-cart-panel .add-to-cart-button,
.overview .add-to-cart .add-to-cart-button {
    /* background-color: #fc335a; */
    background-color: black;
    transition: background-color 1s;
}

.categorySliderDetails {
    margin-bottom: 10px;
}

.nivoSlider {
    max-width: 95.3%;
    margin: 0 auto;
}

.rTable {
    display: block;
    border-bottom: 2px #f0f4f6 solid;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-top: 10px;
}


.total-price .price-vlue {
    float: right;
}

.rTableRow {
    display: block;
    float: left;
}

.rTableHeading {
    display: block;
}

.rTableBody {
    display: table-row-group;
}

.rTableCell, .rTableHead {
    display: block;
    text-align: center;
    height: 105px;
}

    .rTableCell.size-name {
        font-weight: 700;
    }

    .rTableCell .color-attribute-rgb {
        height: 32px;
        width: 32px;
        float: left;
        border: 1px solid #ddd;
    }

    .rTableCell .color-attribute-rgb {
        height: 32px;
        width: 32px;
        float: left;
        border: 1px solid #ddd;
        margin-right: 5px;
    }


    .rTableCell .amount {
        width: 82px;
        height: 0px;
        position: relative;
        background: #fff;
        margin: -10px 3px;
        border: 1px solid black;
        border-radius: 3px;
        border: 18px;
        margin: 0 auto;
    }

        .rTableCell .amount input {
            display: block;
            width: 100%;
            background: none;
            border: 2px #e1e1e1 solid;
            font-size: 19px;
            line-height: 22px;
            padding: 0;
            text-align: center;
            font-family: 'almoni-dl', Helvetica, sans-serif;
            height: 36px;
            color: #000000;
            font-family: Alef;
            font-size: 16px;
            font-weight: 400;
            float: left;
        }

        .rTableCell .amount .button {
            position: absolute;
            width: 22px;
            height: 36px;
            border: 0;
            background: #e1e1e1;
            border-radius: 0px;
            top: 0px;
            cursor: pointer;
            font: 22px/31px 'almoni-dl', Helvetica, sans-serif;
            text-align: center;
            left: auto;
            right: 0;
        }

            .rTableCell .amount .button:hover {
                background: #e4eaed;
            }


            .rTableCell .amount .button.disabled:hover {
                background: #e1e1e1;
            }

            .rTableCell .amount .button.dec {
                right: auto;
                left: 0px;
            }

                .rTableCell .amount .button.dec .icon-minus, .rTableCell .amount .button.inc .icon-plus {
                    width: 10px;
                    height: 8px;
                    color: #ffffff;
                    font-size: 20px;
                    font-weight: 700;
                }

.rTableRow .color-name {
    /* min-width: 110px; */
    text-align: left;
    height: 105px !important;
    width: auto;
    overflow: hidden;
    height: auto;
}

.retail-cart-wrapper {
    float: right;
}

    .retail-cart-wrapper .qty-input {
        display: none;
    }

    .retail-cart-wrapper .total-price {
        font-weight: 700;
    }

.retail-product .page-body .product-essential .overview .overview-buttons {
    display: none;
}

.retail-product .page-body .product-essential .overview .size-charts a {
    padding: 10px 25px 2px 0;
    float: right;
}

.rTableRow .rTableCell.size-name {
    height: 30px !important;
    margin-bottom: 35px;
    border-bottom: 2px #f0f4f6 solid;
    color: #444444;
    font-family: Alef;
    font-size: 18px;
    font-weight: 700;
}

.retail-product .page-body .product-essential .overview .prices {
    margin: 0;
    overflow: visible;
    float: right;
}


.table-cel-count-1 > .rTableRow {
    width: 50%;
}

.table-cel-count-2 > .rTableRow {
    width: 33%;
}


.table-cel-count-3 > .rTableRow {
    width: 25%;
}


.table-cel-count-4 > .rTableRow {
    width: 20%;
}

.table-cel-count-5 > .rTableRow {
    width: 16%;
}

.table-cel-count-6 > .rTableRow {
    width: 14%;
}

.notificationlink {
    display: none !important;
}

.table-cel-count-5 > .rTableRow .amount, .table-cel-count-6 > .rTableRow .amount {
    max-width: 95%;
}

.retail-product .page-body .product-essential .overview .add-to-cart-button {
    background-color: red;
}

.retail-stok-availability-mobile, a.retail-stok-availability-mobile {
    display: none;
}

.retail-cart-wrapper .total-price {
    margin-bottom: 15px;
}

.retail-stok-availability-text {
    text-align: left;
    width: 100%;
    margin-top: 4px;
    opacity: 0.5;
    color: #000000;
    font-family: Alef;
    font-size: 12px;
    font-weight: 400;
    float: left;
    margin-bottom: 8px;
}

.retail-stok-availability-value {
    width: 100%;
    float: left;
    opacity: 0.5;
    color: #000000;
    font-family: Alef;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 10px;
    /* margin-bottom: 22px; */
}

a.retail-stok-availability-value {
    margin-top: 0px;
}

    a.retail-stok-availability-value:hover {
        opacity: 1;
    }

.size-charts a.itemMeasure.askAbout {
    background: url(/Themes/AvishagArbel/Content/img/ask-question-48px.png) right center no-repeat;
}

.size-charts li.price-product-retail {
    float: left;
}

.retail-stok-availability-value.redTxt, .retail-stok-availability-mobile.redTxt {
    color: red;
}

@media (min-width: 1001px) {
    .header-options-wrapper {
        display: block;
    }

    .header-logo img {
        width: 220px;
        position: absolute;
        left: calc(50% - 110px);
        top: -60px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .store-search-box input.search-box-text {
        width: 91px !important;
    }


    .rTableCell.color-name span {
        /* display: block; */
        /* float: none; */
        clear: both;
    }

    .table-cel-count-4 > .rTableRow.rColorRow {
        width: 10%;
    }

    .table-cel-count-4 > .rTableRow {
        width: 20%;
    }

    .rTable-wrapper {
        width: 380px;
        overflow: auto;
        float: left;
    }

    .rTable.table-cel-count-4 {
        /* width: 500px; */
    }
}

@media screen and (max-width: 430px) {
    .retail-stok-availability-text, .retail-stok-availability-value {
        display: none;
    }

    .notificationlink {
        display: block !important;
    }

    .rTableRow .rTableCell.size-name {
        border: none;
        text-align: left;
    }

    .retail-product .rTable .rTableRow {
        border-bottom: 1px solid #ddd;
        margin: 5px;
    }

        .retail-product .rTable .rTableRow:last-child {
            border-bottom: none;
        }

    .rTable .rTableRow {
        width: 100%;
    }

    .rTableCell .amount {
        float: right;
    }

    .retail-cart-wrapper .total-price {
        float: right;
        width: 100%;
        text-align: left;
        height: 40px;
    }

    .retail-product .page-body .product-essential .overview .add-to-cart-button {
        background-color: red;
    }

    .retail-cart-wrapper {
        width: 100%;
    }

    .rTableRow.rColorRow > .rTableCell {
        width: 70px;
        min-width: initial;
        float: left;
    }

    .rTableCell.color-name span,
    .rTableRow .rTableCell {
        display: none;
    }

    .rTableCell.color-name,
    .rTableCell.size-name,
    .rTableCell.active {
        display: block;
    }

    .rTableCell.size-name,
    .rTableCell.active {
        width: 50%;
        float: left;
    }

    .color-name.selected .color-attribute-rgb {
        border: 2px solid red;
    }

    .retail-product .page-body .product-essential .overview .prices {
        float: none;
    }

    a.retail-stok-availability-mobile {
        display: none;
    }

    .retail-stok-availability-mobile {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 12px;
        margin-bottom: 0px;
        display: block;
        opacity: 0.5;
    }

    .rTableCell {
        height: 60px;
    }
}


@media screen and (min-width: 1001px) {
    .retail-product .page-body .product-essential .sevenspikes-cloudzoom-gallery .picture-wrapper, .product-essential .sevenspikes-cloudzoom-gallery .picture-wrapper > .picture {
        float: right !important;
    }
}

@media (min-width: 1281px) {

    .retail-product .overview {
        width: 590px;
    }


    .retail-product .page-body .product-essential .gallery .picture {
        width: 460px;
    }
}


.product-details-page .overview .add-to-cart-panel * {
    font-size: 18px;
}

.header-actions {
    width: 10%;
}

/*Shopping cart page*/

.cart-options {
    width: 50%;
    text-align: right;
}

    .cart-options #checkout_attribute_2 {
        width: 100%;
    }

.cart-collaterals {
    width: 50.0%;
}

    .cart-collaterals .deals {
        width: 100%;
        max-width: 100%;
    }

.shopping-cart-page .apply-gift-card-coupon-code-button,
.shopping-cart-page .apply-discount-coupon-code-button {
    width: 100%;
}

.totals .total-info {
    margin: 0 0 20px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, .17);
    padding: 20px 30px;
    text-align: left;
    font-size: 16px;
}

[dir='rtl'] .totals .total-info {
    text-align: right;
}

.shopping-cart-page .page-title,
.simple-checkout-page .page-title {
    margin-bottom: 10px;
}

.cart-options .checkout-attributes {
    margin: 20px 0;
}

.shopping-cart-page .totals {
    margin: 20px 0 0;
}

.shopping-cart-page .common-buttons {
    padding: 0 20px 10px;
}

.simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .qty-input.shopping-cart-item-quantity {
    font-size: 18px;
    height: 20px;
    color: black;
}

.simple-checkout-order-summary-body .order-summary-content .ui-spinner-button {
    display: none;
}

.simple-checkout-order-summary-body .order-summary-content .ui-spinner {
    border: none;
    float: right;
}

.simple-checkout-order-summary-body .product-price .product-unit-price {
    float: right;
}

.simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row td.product {
    padding: 0 10px 0px 10px !important;
}

.simple-checkout-order-summary-body .product-price .product-unit-price-title, .simple-checkout-order-summary-body .product-quantity .product-quantity-title {
    display: inline-block;
    width: 84px;
}

.simple-checkout-data-left .inputs input, .simple-checkout-data-left .inputs select,
.simple-checkout-secondary-address-block .inputs input, .simple-checkout-secondary-address-block .inputs select {
    color: #444;
}

.simple-checkout-data-left .buttons input {
    color: #fff;
}

.simple-checkout-data-rigth .simple-checkout-order-summary-body .order-summary-content .cart-footer {
    border-top: none;
}

.simple-checkout-order-summary-body .order-summary-content .cart-footer .totals {
    width: 100%;
}

.simple-checkout-order-summary-body td.cart-total-left {
    width: 80%;
}

.simple-checkout-order-summary-body .cart {
    margin-bottom: 0;
}

.simple-checkout-order-summary-body div.order-summary-content {
    margin: 0;
}

.simple-checkout-paymentinfo .section.payment-info, #UseSecondaryAddress {
    width: 240px;
}

.simple-checkout-confirm div.buttons {
    margin-top: 0;
    float: none;
}

.simple-checkout-data .simple-checkout-data-left input,
.simple-checkout-data .simple-checkout-data-left radio,
.simple-checkout-data .simple-checkout-data-left select,
.simple-checkout-data .simple-checkout-data-left button,
.simple-checkout-data .simple-checkout-data-left textarea,
.simple-checkout-data .simple-checkout-paymentinfo checkbox,
.simple-checkout-data .simple-checkout-paymentinfo input,
.simple-checkout-data .simple-checkout-paymentinfo radio,
.simple-checkout-data .simple-checkout-paymentinfo select,
.simple-checkout-data .simple-checkout-paymentinfo button,
.simple-checkout-data .simple-checkout-paymentinfo textarea {
    padding-right: 7px;
}

.simple-checkout-data .simple-checkout-data-left .inputs .couponblock {
    display: flex;
}

.simple-checkout-data-left .couponblock .buttons input {
    /* background-color: #fc335a; */
    background-color: black;
}

.simple-checkout-data .simple-checkout-data-rigth .confirm-order-button {
    /* background-color: #fc335a; */
    background-color: black;
    width: 70%;
}

    .simple-checkout-data .simple-checkout-data-rigth .confirm-order-button:hover {
        /* background-color: #fc335a; */
        background-color: black;
        opacity: 0.9;
    }

.simple-checkout-data-left .inputs .buttons {
    float: left;
    margin-right: 0;
}

    .simple-checkout-data-left .inputs .buttons input {
        margin-right: 0;
    }

.simple-checkout-order-summary-body .order-summary-content .cart td.hidden-480 {
    min-width: 40px;
}

.gallery .picture-thumbs img {
    height: 100%;
    width: auto;
}


.ribbon-position.top-left {
    left: 0px !important;
}

.picture-wrapper > .ribbon-wrapper > .picture {
    width: auto;
}

.home-page .products-carousel .nop-jcarousel .item-picture img {
    width: 100%;
}

.home-page-category-grid .item-box {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.home-page-category-grid .title a span {
    top: auto;
    bottom: 35px;
}

.items-per-row-four .with-text.home-product .quick-view-button {
    display: block;
    height: 16%;
    top: 50%;
    left: 0;
    right: auto;
    width: 100%;
    margin-top: -30px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.home-product .description {
    font-size: 14px;
}

.item-box {
    vertical-align: top;
}

    .item-box .buttons {
        text-align: center;
    }


.gift-cart-footer-title {
    padding-bottom: 20px;
}

.gift-cart-footer-text:hover {
    text-decoration: underline;
    color: #666;
}

.footer-middle {
    padding: 15px 20px;
    font-family: 'Futura PT', Arial, sans-serif;
}

.footer-lower {
    background: #000000;
    color: white;
}

.footer-disclaimer {
    font-size: 13px;
    font-weight: normal;
}

.footer-lower-center {
    margin: 15px auto;
}

.mega-menu .title {
    display: none;
}

.sub-category-item-big .item-box .picture img {
    position: relative;
    height: 100%;
}

.sub-category-item-big .item-box .pisture {
    height: auto;
}

.header-menu > ul > li:hover > a:after {
    right: 0px;
}

.sub-category-grid .item-box {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-right: 2%;
    width: 180px;
    margin-left: 0;
}

.sub-category-grid-big .item-box {
    margin-bottom: 55px;
}

.sub-category-grid .item-box .picture {
    position: relative;
    height: auto;
}

    .sub-category-grid .item-box .picture img {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: auto;
        -webkit-transform: translateZ(0) scale(1, 1);
    }

    .sub-category-grid .item-box .picture a {
        display: block;
        position: relative;
    }

.sub-category-grid .picture a:before {
    display: none;
}

.sub-category-item-big {
    height: 290px;
}

.strip-before-banner-container {
    width: 100%;
    height: 37px;
    background-color: #eceaeb;
}

.strip-before-banner {
    margin: 0 auto;
    padding: 10px;
    display: block;
    max-width: 100%;
}

/*.product-essential .gallery .picture-wrapper .img {
    width: 397px;
    max-width: 397px;
}*/

.color-squares li.selected-value .color-container,
.color-squares li:hover .color-container {
    /* border: 3px solid #fc335a; */
    border: 3px solid black;
}

.option-list.color-squares .color-container {
    padding: 3px;
    border: 3px solid transparent;
}

.option-list.color-squares .selected-value .color {
    border-color: #eee !important;
}

.nobr {
    height: 30px;
}

.cart-title-before {
    margin-bottom: 10px;
}


/*Newsletter popup*/
.mfp-container .mfp-content .white-popup {
    height: 375px;
    border: 4px solid #000;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.mfp-container .mfp-content .modal-header {
    padding: 0;
    border-bottom: none;
    text-align: left;
    width: 85%;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 40px;
}

.mfp-container .mfp-content .modal-body {
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 375px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.mfp-container .newsletter-block-description {
    padding-bottom: 0;
    position: absolute;
    height: 375px;
    top: 0;
    left: 0;
    width: 100%;
}

    .mfp-container .newsletter-block-description img {
        width: 500px;
        height: 375px;
    }

.mfp-container .mfp-content .newsletter-email {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 225px;
    position: relative;
    text-align: center;
}

.mfp-container .mfp-content .modal-footer {
    text-align: center;
    border-top: none;
    width: 320px;
    margin: 0 auto;
    position: relative;
    top: 275px;
    margin-top: 20px;
}

.mfp-container #newsletter-result-error {
    top: 264px;
}

.mfp-container #newsletter-result-ok {
    padding: 100px 25px;
}

.category-description {
    overflow: hidden;
    margin-bottom: 0px;
}

.mfp-container .newsletter-block-description img {
    display: block;
}

body > span:last-child {
    display: none;
}

.lack-for-free-shipping-label {
    position: relative;
    display: block;
    right: 0;
    bottom: 12px;
    color: #4da236;
    background-color: rgba(219, 219, 219, 0.45);
    padding: 4px 6px 4px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 20px;
}

    .lack-for-free-shipping-label span {
        color: #4da236;
        font-size: 16px !important;
    }

.free-shipping-over-text {
    display: block;
    margin-bottom: 10px;
    padding: 7px 0;
}

.space-for-lack-for-free-shipping {
    height: 57px;
}

.shopping-cart-page .totals .cart-total {
    position: relative;
}

.lack-for-free-image {
    padding: 0 5px;
    vertical-align: middle;
}

.product-ribbon img {
    max-width: 100%;
}

.totals .checkout-attributes .text-prompt {
    display: none;
}

.totals .checkout-attributes .option-list {
    text-align: center;
}

    .totals .checkout-attributes .option-list input[type="checkbox"] {
        display: inline-block;
        vertical-align: top;
        margin-top: 8px;
    }

    .totals .checkout-attributes .option-list label {
        padding: 0 10px;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: red;
        max-width: 90%;
    }


.cart-options .selected-checkout-attributes {
    display: none;
}

.lottery-container {
    position: relative;
    height: 80px;
    overflow: hidden;
    color: red;
}

    .lottery-container .read {
        margin-right: 25px;
    }

.ui-dialog[aria-describedby='lottery-warning-box'] .ui-dialog-buttonpane .ui-button.ui-widget {
    color: white;
    padding: 10px;
    background: #2a2a2a;
    border: none;
    margin: 0 5px 10px 10px;
    width: 158px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

    .ui-dialog[aria-describedby='lottery-warning-box'] .ui-dialog-buttonpane .ui-button.ui-widget:hover {
        -ms-opacity: 0.9;
        opacity: 0.9;
    }

.popup-window #newsletter_modal {
    display: none !important;
}

.login-page .checkout-as-guest-or-register-block .topic-block {
    margin-bottom: 0px;
}

.quickViewWindow .product-content .gallery .picture a {
    width: 252px;
    height: 380px;
    margin: auto;
}

.quickViewWindow .product-content .gallery .picture {
    box-shadow: none;
    border: none;
    width: 325px;
    margin: 46px auto 20px auto;
    height: 380px;
}

.quickViewWindow .product-grid.related-products-grid .product-item {
    height: 300px;
}


#secondary-address-popwindow .simple-checkout-secondary-address-block .secondary-address-window-buttons-bottom input:first-child {
    background-color: #e4434b;
}

#existingsecondaryaddresses, .simple-checkout-table .inputs select,
.simple-checkout-table .inputs textarea {
    border: 2px solid #eee;
}

#existingsecondaryaddresses, #SecondaryAddress_Company {
    margin-left: 15px;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #000;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.fnsscpopaddressform.ui-draggable.ui-resizable {
    padding: 0;
}

.buttons .ajax-cart-button-wrapper input[type="button"] {
    width: 50% !important;
    padding: 0 10px;
    color: black !important;
}

.jcarousel-item .ajax-cart-button-wrapper input[type="button"].button-1 {
    background-color: #ECEAEB;
    border: 1px solid black;
    color: #000000 !important;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: initial;
}

.jcarousel-item .product-item .quick-view-button {
    display: none !important;
}

.miniProductDetailsView.k-window-content .gallery .picture img {
    width: auto;
    height: 100%;
}

.miniProductDetailsView.k-window-content .gallery .picture-thumbs {
    display: none;
}

/*.homepage-carousel .ajax-cart-button-wrapper {
    text-align: center;
}*/

.products-carousel .jcarousel-item .item-info {
    text-align: center;
}

.page-body > .html-widget {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-box .countdownTimer .sale-campaign-text {
    direction: ltr;
}

.addProductVariantToCartErrors .emphasize {
    color: black;
    font-weight: bold;
}

.jcarousel-item .item-info .button-1 {
    background-color: #ECEAEB;
    border: 1px solid black;
    color: #000000;
    width: 50%;
    height: 30px;
    width: 75%;
    padding: 4px 15px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
}

.jcarousel-item .button-1:hover {
    -ms-opacity: 0.9;
    opacity: 0.9;
}

.nivo-thumbs-enabled.nivo-controlNav a {
    text-indent: 0;
    margin-bottom: 5px;
}

.page.category-page .product-item {
    height: 420px;
}

.product-grid.related-products-grid .product-item {
    height: 420px;
}

.item-box .picture {
    margin-bottom: 10px;
}

    .item-box .picture a {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .item-box .picture a:before {
            padding-top: 150%;
        }

    .item-box .picture img {
        left: 50%;
        right: auto;
        -webkit-transform: translateZ(0) scale(1.0, 1.0) translateX(-50%);
        transform: translateZ(0) scale(1.0, 1.0) translateX(-50%);
    }

.item-box .product-title a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-options > .fnssharecart {
    height: 120px;
    overflow: hidden;
}

.home-page-category-grid {
    margin-bottom: 0;
}

.home-page-product-grid {
    margin-bottom: 0;
}

.master-wrapper-page .nop-jcarousel .carousel-title {
    padding-bottom: 10px;
}

.master-wrapper-page .banner-wrapper {
    margin: 0 0 60px;
}

.item-box {
    margin-bottom: 30px;
}

.quickViewWindow .product-grid.related-products-grid .item-box .product-item > .picture {
    height: auto;
}

.quickViewWindow .product-grid .item-box .product-item .picture a {
    height: 204px;
}

/*Articles*/
.article-list .article-box .article-item .picture {
    float: right;
}

.article-list .article-box .article-item {
    text-align: right;
}

.article-list .article-details .buttons {
    float: left;
    text-align: left;
}

.article-list .article-box .article-item .description {
    text-align: right;
}

.article-list .article-box .article-item .article-title .article-date {
    display: none;
}

.article-list .article-item .details .article-title {
    font-size: 24px;
}

.article-list .article-details .buttons .read-more {
    background-color: #2a2a2a;
    color: #fff;
    font-family: 'Alef', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*letter-spacing: 3px;*/
}


    .article-list .article-details .buttons .read-more:hover {
        background-color: #2a2a2a;
        -ms-opacity: 0.9;
        opacity: 0.9;
    }

.article-list .article-item .details .skyblue-links .article-title {
    font-size: 18px;
}

.articlepost-page .related-products-grid .description {
    display: none;
}

.articlepost-page .article-date {
    font-size: 16px;
}

.articlepost-page .related-products-grid .description, .articlepost-page .related-products-grid .buttons {
    display: none;
}

.second-lvl-title strong a {
    color: #444;
    display: block;
    font-size: 18px;
}

li:first-child .boxes-4 {
    /* display: block !important; */
}

.mega-menu .fullWidth .box ul.subcategories li a {
    font-size: 16px;
    color: #666;
}

.second-lvl-title {
    background: #f9f9f9;
    margin: 10px 10px 0 10px;
    padding: 5px;
}

    .second-lvl-title a:hover {
        color: black;
    }

.sub-category-grid {
    margin-bottom: 0;
}

.header-actions-wrapper span.cart-qty {
    margin-top: 16px;
}

.customer-info-page .newsletter-label {
    padding-right: 10px;
}

.accordeon-body {
    display: none;
}

.accordeon-opener > p > span {
    padding-right: 20px;
    background: url(/Themes/AvishagArbel/Content/img/expand-button.png) no-repeat right center;
}

.accordeon-opener.opened > p > span {
    padding-right: 20px;
    background: url(/Themes/AvishagArbel/Content/img/shrink-button.png) no-repeat right center;
}

.accordeon-opener {
    overflow: hidden;
    border-top: 1px solid #ececec;
}

.accordeon-body:last-child {
    border-bottom: 1px solid #ececec;
}

#pregForm .button-1 {
    width: 255px;
    max-width: 100%;
    margin: 0 auto;
    /* margin-right: 250px; */
    border: none;
    padding: 10px 10px;
    background-color: #2a2a2a;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.ui-datepicker-calendar .ui-state-active {
    background-color: #ececec !important;
    outline: 2px solid #ececec;
    color: black;
}

#pregForm div {
    padding-bottom: 15px;
}

#pregForm label {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    display: inline-block;
}

#pregForm input, #pregForm select {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    #pregForm input, #pregForm select {
        float: right;
    }
}

#pregForm select {
    width: 250px;
}

#estimatedBabyBirthDate label, #estimatedWeeks label, #waitUntilEstimatedDate label {
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

#estimatedBabyBirthDate #date, #weeks, #waitDays {
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}

#estimatedBabyBirthDate, #estimatedWeeks, #waitUntilEstimatedDate {
    display: none;
    /* background: #e2e2e2; */
    /* padding-right: 27px; */
    /* padding-top: 5px; */
}

#pregForm .error-message {
    color: red;
    padding-right: 250px;
    display: none;
    padding-bottom: 0;
}

.ui-datepicker {
    z-index: 1000000 !important;
}

#pregForm .buttons {
    text-align: center;
    padding-bottom: 0;
    padding-top: 5px;
}

#pregForm .result {
    /* background: #fc335a; */
    background: #fff;
    padding: 21px 7px 10px 0;
    display: none;
    width: 282px;
    margin: auto;
}

.payment-method-error, .field-validation-error span {
    color: #e4434b;
}


.category-description .category-images p img, .category-description .category-images img {
    width: 49%;
}

.btn_accessibility {
    top: 51px !important;
    right: 10px !important;
}

.order-completed .topic-block {
    margin-bottom: 40px;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .simple-checkout-data-left .inputs.discountcouponcode {
        width: 100%;
    }
}

@media screen and (min-width: 481px) {
    /* Simple checkout */
    .simple-checkout-data-left .inputs input[type="text"],
    .simple-checkout-data-left .inputs input[type="password"],
    .simple-checkout-data-left .inputs input[type="tel"],
    .simple-checkout-data-left .inputs select,
    .simple-checkout-data-left .inputs textarea,
    .simple-checkout-data-left .inputs .couponblock {
        width: 100% !important;
    }


    .hide-480 {
        display: inline-block;
    }

    .show-480 {
        display: none;
    }

    .order-summary-content td > .product-sub-total,
    .order-summary-content td > .product-unit-price,
    .order-summary-content td > .product-quantity {
        font-size: 14px;
    }

    .order-summary-content td > .product-sub-total {
        font-weight: bold;
    }

    .home-page-category-grid .item-box {
        width: 48%;
        margin-right: 1%;
        margin-bottom: 1%;
        margin-left: 0;
        display: inline-block;
    }

        .home-page-category-grid .item-box:nth-child(4n+1) {
            /*clear: both;*/
            margin-right: 1%;
        }

    .page.category-page .product-item {
        height: 315px;
    }

    .product-grid.related-products-grid .product-item {
        height: 350px;
    }
}

@media screen and (min-width: 769px) {
    .contact-info-conatiner {
        overflow: hidden;
        width: 720px;
    }


    .contact-image {
        float: left;
        margin-top: 10px;
    }

    .contact-text {
        padding-top: 75px;
    }

    .hidden-xs {
        display: block;
    }

    .visible-xs {
        display: none;
    }

    .home-page-category-grid .item-box, .home-page-category-grid .item-box {
        /*width: 23%;*/
        margin-right: 1%;
        clear: none;
    }

        .home-page-category-grid .item-box:nth-child(4n+1) {
            /*clear: both;*/
            margin-right: 1%;
            margin-left: 0;
        }

        .home-page-category-grid .item-box:nth-child(3n+1) {
            margin-left: 0%;
        }

    .product-selectors {
        z-index: 2;
        text-align: left;
    }

        .product-selectors .product-sorting, .product-selectors .product-filtering {
            padding: 8px 0 8px 18px;
        }

    #pregForm {
        margin: auto;
        width: 509px;
    }

        #pregForm .result {
            /* background: #fc335a; */
            background: #fff;
            padding: 15px;
            display: none;
            width: 80%;
        }
}

@media screen and (min-width: 1001px) {
    .header-menu {
        display: block;
        margin: 0px;
    }

    .categories.fullWidth.boxes-5.dropdown .box {
        width: 20%;
    }

    .show-desktop {
        display: inline-block;
    }

    .hide-desktop {
        display: none;
    }

    .header-1 {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: #fff;
    }

    .fixed-header .header-1 {
        position: fixed;
        width: 100%;
        top: 0;
    }

    .fixed-header .after-header {
        height: 130px;
    }

    .after-header {
        transition: 0.3s;
    }

    .lottery-container .read {
        float: right;
    }

    .totals .checkout-attributes .option-list {
        text-align: right;
    }

    .totals .checkout-attributes {
        float: right;
    }

    .product-selectors .product-sorting {
        padding: 8px 0 8px 18px;
    }

    .simple-checkout-paymentinfo .section.payment-info {
        float: left;
        margin-left: 30px;
    }

    .simple-checkout-data-left .inputs .message-error,
    .simple-checkout-data-left .inputs .field-validation-error,
    .simple-checkout-data-left .inputs .username-not-available-status,
    .simple-checkout-data-left .inputs .password-error {
        text-align: right;
    }

    .simple-checkout-secondary-address-block .message-error,
    .simple-checkout-secondary-address-block .field-validation-error,
    .simple-checkout-secondary-address-block .username-not-available-status,
    .simple-checkout-secondary-address-block .poll-vote-error,
    .simple-checkout-secondary-address-block .password-error {
        margin-right: 152px;
        text-align: right;
    }

    .simple-checkout-table .inputs .labelforinputs.checkbox-label {
        float: right;
        text-align: center;
        width: auto;
        margin-right: 25px;
    }

    .simple-checkout-data .simple-checkout-log {
        margin-right: 25px;
    }

    #UseSecondaryAddress {
        width: auto;
        display: inline-block;
        margin-top: 5px;
    }

    .simple-checkout-data-left .inputs .message {
        margin-right: 170px;
    }

    .two-columns .gallery .picture-thumbs a {
        height: 150px !important;
        margin-bottom: 5px;
    }

        .two-columns .gallery .picture-thumbs a:last-child {
            margin: 0;
        }

    .product-essential .sevenspikes-cloudzoom-gallery .picture-wrapper, .product-essential .sevenspikes-cloudzoom-gallery .picture-wrapper > .picture {
        float: left !important;
    }

    .product-essential .gallery .picture-thumbs img {
        height: 150px !important;
        width: auto !important;
    }

    .gallery .picture-thumbs {
        float: left !important;
        height: 600px;
        width: 125px;
    }

    .product-essential {
        margin-bottom: 0px !important;
    }

    .home-page-category-grid .title a span {
        top: auto;
        bottom: 17px;
    }

    .home-page-category-grid .item-box {
        width: 23%;
        margin: 0 0 1% 0;
    }

        .home-page-category-grid .item-box, .home-page-category-grid .item-box:nth-child(3n+1) {
            margin-right: 1%;
            margin-left: 0%;
        }

            .home-page-category-grid .item-box:nth-child(4n+1) {
                margin-right: 1%;
                margin-left: 0;
            }

    /*.newsletter-email {
        width: 520px;
    }*/
    .newsletter-subscribe-text {
        float: right;
    }

    .newsletter-subscribe-button {
        float: left;
    }

    .footer-block .left_column_top {
        height: 240px;
    }

    a.more_link::after {
        display: none;
    }

    .footer-block.newsletter-block {
        float: none;
        width: 480px !important;
        display: inline-block;
        text-align: center;
        margin: 40px auto 0px auto;
        max-width: none;
        height: auto;
    }

    .footer-block, .footer-block.footer-links {
        width: 33% !important;
        max-width: none;
    }

    .login-page .text, .login-page .form-fields {
        min-height: 239px;
    }

    .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: 24%;
    }

    .product-selectors {
        margin-bottom: 0px;
    }

    .category-page-body div.master-wrapper-content {
        padding-top: 80px;
    }

    .shopping-cart-page .totals {
        width: 45%;
        max-width: 420px;
    }

    /*.store-search-box input.search-box-text {
        width: 99px !important;
    }*/
    .top-phone:before {
        right: 10px;
    }


    .page.category-page .product-item {
        height: 330px;
    }

    .items-per-row-four .product-grid .item-box .picture {
        height: 255px;
    }

    .items-per-row-four .product-grid .item-box, .items-per-row-four .manufacturer-grid .item-box, .items-per-row-four .vendor-grid .item-box {
        margin-bottom: 15px;
    }

    .product-grid.related-products-grid .product-item {
        height: auto;
    }

    .product-grid.related-products-grid .item-box .product-item > .picture {
        height: 320px;
    }

    .articlepost-page .product-grid.related-products-grid .item-box .product-item > .picture {
        height: 235px;
    }

    .articlepost-page .product-grid.related-products-grid .product-item {
        height: 325px;
    }
}

@media screen and (min-width: 1281px) {

    .page.category-page .product-item > .ribbon-wrapper, .page.search-page .product-item > .ribbon-wrapper {
        height: 343px;
    }

    .top-phone:before {
        right: 10px;
    }

    .store-search-box input.search-box-text {
        width: 140px !important;
    }

    .product-selectors .product-sorting {
        padding: 8px 0 8px 14px;
    }

    .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: 24.5%;
    }

    .simple-checkout-paymentinfo .section.payment-info {
        margin-left: 73px;
    }

    .inputs select {
        -webkit-appearance: menulist;
    }


    .simple-checkout-table .inputs .labelforinputs.checkbox-label,
    .simple-checkout-data .simple-checkout-log {
        margin-right: 70px;
    }

    .simple-checkout-data-left .inputs .message {
        margin-right: 216px;
    }

    .two-columns .product-essential .gallery .picture-thumbs a {
        height: 150px;
    }

    .home-page-category-grid .item-box {
        width: 23%;
        margin: 0 0 0.75% 0;
    }

    .home-page-category-grid .item-box {
        margin-right: .75%;
    }

        .home-page-category-grid .item-box:nth-child(4n+1) {
            margin-right: .75%;
            margin-left: 0;
        }

        .home-page-category-grid .item-box:nth-child(3n+1) {
            margin-right: .75%;
            margin-left: 0;
        }

    /*.footer-block.newsletter-block {
        width: 560px !important;
    }*/
    /* footer */
    .footer-block.newsletter-block {
        width: 100% !important;
        padding-top: 50px;
        padding-bottom: 20px;
        border-bottom: solid 1px #CFCDCD;
        border-top: solid 1px #CFCDCD;
    }

    .newsletter {
        width: 100%;
        max-width: 680px;
        float: right;
        padding-right: 28px;
    }

    .left_column_top {
        width: 100%;
        max-width: 470px;
        float: left;
        height: 159px;
        height: 195px;
        text-align: center;
    }

        .left_column_top h3 {
            font-size: 24px;
            margin-bottom: 6px;
        }

        .left_column_top p {
            font-size: 16px;
            margin-bottom: 5px;
        }

    a.more_link {
        font-size: 18px;
        clear: both;
        display: block;
        text-decoration: underline;
        font-weight: bold;
        position: relative;
    }

        a.more_link::after {
            content: '';
            position: absolute;
            left: 502px;
            top: -144px;
            height: 153px;
            width: 1px;
            background: none repeat scroll 0% 0% #C0C0C0;
        }

    .left_column_top img {
        border-radius: 20%;
        border: none;
    }

    /*.footer-menu-wrapper div {
        float: right;
    }*/
    .footer-column.column {
        text-align: right;
        float: right;
    }

        .footer-column.column h3:after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background-color: #2a2a2a;
        }

        .footer-column.column li {
            padding: 5px;
        }

            .footer-column.column li:first-child {
                padding: 14px 10px 5px 10px;
            }

            .footer-column.column li.phone ~ li {
                padding: 5px 23px 5px 10px;
            }

            .footer-column.column li.phone:first-child {
                padding: 14px 23px 12px 10px;
                margin-bottom: -7px;
            }

    li.phone {
        /* background: url(/Themes/AvishagArbel/Content/img/icon-phone.png) no-repeat right center; */
    }

    .page.category-page .product-item {
        height: 390px;
    }

    .items-per-row-four .product-grid .item-box .picture {
        height: 335px;
    }

    .product-grid.related-products-grid .item-box .product-item > .picture {
        height: 415px;
    }

    .address-list .phone label {
        padding-right: 25px;
    }

    .gift-card-footer-containter {
        float: left;
        text-align: center;
        margin-left: 50px;
    }
}


@media screen and (max-width: 1000px) {
    .nivoSlider {
        max-width: 98.3%;
        margin: 0 auto;
    }

    .show-desktop {
        display: none;
    }

    .hide-desktop {
        display: inline-block;
    }

    .header-links span, .header-links a {
        font-size: 15px;
    }

    /*.responsive-nav-wrapper .stores-link {
        display: inline-block;
        background: url(/Themes/AvishagArbel/Content/img/location-outline.png) no-repeat center;
    }*/
    .cart-options {
        text-align: center;
        margin: 0 auto;
    }

    .shopping-cart-page .button-1 {
        margin-bottom: 30px;
    }

    .simple-checkout-data-left .inputs .message {
        margin: 0 auto;
    }

    .simple-checkout-data .simple-checkout-log {
        text-align: center;
    }

    .product-essential .gallery .ribbon-wrapper {
        /*height: 445px !important;*/
        height: auto;
    }

    .gallery .picture {
        margin: 0 auto 10px auto;
    }

    .gallery .picture-thumbs a.cloud-zoom-gallery {
        width: 25%;
    }

    .gallery .picture-thumbs a {
        width: 25%;
    }

    .jcarousel-clip.jcarousel-clip-vertical {
        height: 230px !important;
    }

    ul#carousel {
        top: 12px;
    }

    .size-charts a {
        margin: 0 5px;
    }

    .left_column_top {
        height: 260px;
    }

    .footer-block.newsletter-block {
        height: auto;
        display: inline-block;
    }

    .lack-for-free-shipping-label {
        width: 98%;
    }


    .overlayOffCanvas, .admin-header-links ~ .overlayOffCanvas {
        top: 0;
    }

    .cart-options > .fnssharecart {
        height: auto;
    }

    .sub-category-grid-big.sub-category-grid .item-box {
        display: block;
        float: right;
    }

    .sub-category-grid .item-box {
        display: inline-block;
        float: none;
    }

    .product-sorting > :first-child {
        display: none;
    }

    .product-filtering > :first-child {
        display: none;
    }


    .btn_accessibility {
        top: 4px !important;
        right: auto !important;
        left: 3px !important;
    }
}

@media screen and (max-width: 1280px) {
    .gift-card-footer-containter {
        padding-top: 35px;
    }

    .sub-category-grid .item-box {
        width: 156px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
    .product-item .price.old-price {
        font-size: 17px;
    }

    .newsletter-email input[type="text"], .newsletter-email .newsletter-subscribe-button {
        width: 250px;
        float: none;
    }

    .home-page .category-grid .item-box .picture {
        height: 345px;
    }

    .category-page .product-grid .price.actual-price {
        font-size: 15px;
    }

    .items-per-row-four .product-grid .item-box input[type="button"],
    .items-per-row-four .home-page .product-grid .item-box input[type="button"] {
        width: 75%;
    }

    .buttons .ajax-cart-button-wrapper input[type="button"] {
        width: 75% !important;
    }

    /*.phone-title, .phone-number {
        display: none;
    }*/
}

@media screen and (max-width: 480px) {
    /* Simple Checkout */
    .simple-checkout-data-rigth .shipping-title, .simple-checkout-data-rigth .payment-title, .simple-checkout-data-left .address-title, .simple-checkout-data-left .order-title {
        text-align: left;
    }

    .simple-checkout-data-left .inputs {
        width: 100%;
        padding: 0;
    }

        .simple-checkout-data-left .inputs input[type="text"],
        .simple-checkout-data-left .inputs input[type="password"],
        .simple-checkout-data-left .inputs input[type="tel"],
        .simple-checkout-data-left .inputs select,
        .simple-checkout-data-left .inputs textarea,
        .simple-checkout-data-left .inputs .couponblock {
            width: 100% !important;
        }

        .simple-checkout-data-left .inputs .labelforinputs {
            text-align: left !important;
        }

    .simple-checkout-data .order-summary-content .order-title {
        text-align: left !important;
    }

    .simple-checkout-data-left .inputs.checkbox-billing {
        text-align: left;
    }

        .simple-checkout-data-left .inputs.checkbox-billing .labelforinputs.checkbox-label {
            display: inline-block !important;
            width: auto;
        }

            .simple-checkout-data-left .inputs.checkbox-billing .labelforinputs.checkbox-label label {
                margin: 0 10px 0 0;
            }

        .simple-checkout-data-left .inputs.checkbox-billing #UseSecondaryAddress {
            width: auto;
        }

    /* Simple Checkout */
    .item-box .prices {
        margin: 0;
    }

    .item-box .product-title a {
        font-size: 12px;
        white-space: normal;
    }

    .item-box .product-title {
        height: auto;
        max-height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .product-item .details {
        min-height: 75px;
        overflow: hidden;
        text-align: left;
    }

    .product-details-page .overview {
        text-align: left;
    }

    .totals .checkout-attributes .option-list label {
        padding: 0;
    }

    .cart-collaterals, .cart-options {
        width: 100.0%;
    }

    table.cart .product div {
        /*max-width: 70%;*/
    }

    .cart .product {
        min-width: initial;
    }

    .show-480 {
        display: block;
    }

    .hidden-480 {
        display: none;
    }

    .simple-checkout-order-summary-body .order-summary-content table.cart .cart-item-row td.product {
        padding-bottom: 20px;
    }

    .category-page .sub-category-grid .item-box {
        float: none;
        width: 235px;
        margin: 0 auto 30px auto;
        height: auto;
    }

    .sub-category-grid-big.sub-category-grid .item-box {
        float: none;
        width: 235px;
        margin: 0 auto 130px auto;
    }

    .mfp-container .newsletter-block-description img {
        margin-right: -7%;
    }

    .space-for-lack-for-free-shipping {
        height: 75px;
    }

    .lack-for-free-shipping-label {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .order-summary-content td > .product-sub-total,
    .order-summary-content td > .product-unit-price,
    .order-summary-content td > .product-quantity {
        font-size: 14px;
    }

    .simple-checkout-order-summary-body .order-summary-content .cart td.hidden-480 {
        padding: 0;
        min-width: 40px;
    }

    .product-grid.home-page-product-grid {
        margin-bottom: 5px;
    }

        .product-grid.home-page-product-grid .item-box {
            margin-bottom: 20px;
        }

    .category-grid.home-page-category-grid {
        margin-bottom: 5px;
    }

    .hidden-768 {
        display: none !important;
    }

    #pregForm label {
        display: block;
        margin: 0 auto;
    }

    #pregForm .button-1 {
        margin: 0 auto;
    }

    #pregForm .error-message {
        padding-right: 0;
    }


    .category-description .category-images p img, .category-description .category-images img {
        width: 100%;
    }
}

/* for newsletter*/
@media screen and (max-width: 560px) {
    .home-page .html-widget iframe {
        width: 98%;
    }

    #newsletter_modal {
        height: 225px;
        width: 300px;
    }

        #newsletter_modal .newsletter-email {
            margin-top: 117px;
            z-index: 1;
        }

        #newsletter_modal .newsletter-block-description {
            height: 220px;
        }

            #newsletter_modal .newsletter-block-description img {
                margin-right: 0;
                height: 100%;
                width: 100%;
            }

            #newsletter_modal .newsletter-block-description p {
                height: 100%;
            }

        #newsletter_modal .modal-body {
            height: 218px;
            width: 294px;
            right: 0;
        }

        #newsletter_modal .modal-footer {
            top: 143px;
            width: 281px;
            padding: 6px 15px 10px;
        }

        #newsletter_modal #newsletter-result-ok {
            padding-top: 95px;
            height: 216px;
        }

        #newsletter_modal #newsletter-result-error {
            top: 100px;
            height: 60px;
            background: white;
            z-index: 2;
            display: none;
        }

        #newsletter_modal .modal-header h3 {
            font-size: 34px;
            line-height: 33px;
        }

        #newsletter_modal .modal-header {
            right: 20px;
        }
}

@media screen and (max-width: 440px) {
    .mfp-container .newsletter-block-description img {
        margin-right: -10%;
    }
}

@media screen and (max-width: 420px) {
    .mfp-container .newsletter-block-description img {
        /*margin-right: -16%;
         width: 457px;*/
    }

    .mfp-container .mfp-content .newsletter-email input[type="text"] {
        /*margin: 12px 0 0px 53px;*/
    }

    .mfp-container .mfp-content .btn-primary {
        /*margin: 0 57px;*/
    }
}

@media screen and (max-width: 400px) {
    .mfp-container .newsletter-block-description img {
        /*margin-right: -24%;
        width: 440px;
        height: 368px;*/
    }

    .mfp-container .mfp-content .newsletter-email input[type="text"] {
        /*margin: 12px 0 0px 70px;*/
    }

    .mfp-container .mfp-content .btn-primary {
        /*margin: 0 45px;*/
    }

    #product-list-popup .ribbon-wrapper .item-picture {
        width: auto;
        max-width: 100%;
    }

    #product-list-popup .jcarousel-item .item-holder .ribbon-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .mfp-container .newsletter-block-description img {
        /*margin-right: -26%;*/
    }
}

@media screen and (max-width: 340px) {
    .mfp-container .newsletter-block-description img {
        /*margin-right: -28%;*/
    }

    .btn_accessibility {
        top: 44px !important;
        right: auto !important;
        left: 3px !important;
    }
}

@media screen and (max-width: 320px) {
    .mfp-container .newsletter-block-description img {
        /*margin-right: -32%;*/
    }

    #product-list-popup .jcarousel-item .item-holder .ribbon-wrapper,
    #product-list-popup .products-carousel .ribbon-wrapper .item-picture {
        max-width: 100%;
    }
}


/*Shopping cart page end*/


.join-to-club a.read {
    cursor: pointer;
    text-decoration: underline;
    color: #2D3F55;
    margin-left: 137px;
}

.join-to-club .button-1 {
    display: inline-block;
    width: auto;
    border: 1px solid #111;
    border-top: 1px solid #444;
    box-shadow: inset 0 1px 0 #777;
    background: #666;
    background: -moz-linear-gradient(top, #666666 0%, #111111 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #111111));
    background: -webkit-linear-gradient(top, #666666 0%, #111111 100%);
    background: -o-linear-gradient(top, #666666 0%, #111111 100%);
    background: -ms-linear-gradient(top, #666666 0%, #111111 100%);
    background: linear-gradient(to bottom, #666666 0%, #111111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111', GradientType=0);
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

    .join-to-club .button-1:hover {
        box-shadow: inset 0 1px 0 #555;
        background: #111;
        background: -moz-linear-gradient(top, #111111 0%, #666666 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #666666));
        background: -webkit-linear-gradient(top, #111111 0%, #666666 100%);
        background: -o-linear-gradient(top, #111111 0%, #666666 100%);
        background: -ms-linear-gradient(top, #111111 0%, #666666 100%);
        background: linear-gradient(to bottom, #111111 0%, #666666 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#666666', GradientType=0);
    }

.whole-sale-base .simple-checkout-order-summary-body .order-summary-content .button-cart-top,
.whole-sale-base .simple-checkout-order-summary-body .order-summary-content .cart {
    display: none;
}

.whole-sale-base .simple-checkout-order-summary-body .order-summary-content .cart-footer {
    border-top: none;
}

.anywhere-sliders-nivo-slider + .home-page-product-grid {
    margin-top: 30px;
}


/*newsletter to right*/
/*.mfp-container .mfp-content .modal-footer {
        margin-right: 10px;
    }
    .mfp-content #newsletter-button.btn-primary {
        margin-right: 0;
    }
        .mfp-content .newsletter-email input[type="text"]{
        text-align: right;
        }
    .mfp-container .mfp-content .newsletter-email{
        text-align: right;
        padding-right: 20px;
    }

    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
  
   @media screen and (max-width:480px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
}     
              
@media screen and (max-width:440px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
}

@media screen and (max-width:420px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
}

@media screen and (max-width:400px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
}

@media screen and (max-width:360px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
}

@media screen and (max-width:340px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0%;
    }
}

@media screen and (max-width:320px) {
    .mfp-container .newsletter-block-description img {
        margin-right: 0;
    }
}*/
/*End newsletter to right*/

.new_select > span, .new_select {
    height: auto;
}

.currency-selector .styleSelect_item {
    top: 35px !important;
}

    .currency-selector .styleSelect_item li span {
        color: #000;
    }

.ui-tabs.productTabs .ui-tabs-panel {
    overflow: auto;
}

td.cart-total-left {
    width: 30%;
}

td.cart-total-right {
    width: 70%;
}

.header-selectors-wrapper .language-selector .new_select,
.header-selectors-wrapper .language-selector .new_select > span {
    height: 30px;
    line-height: 30px !important;
}

@media (max-width: 1000px) {
    .plus-button {
        width: 100%;
        background-position-x: 92%;
    }

    [dir="rtl"] .plus-button {
        background-position-x: 8%;
    }
}

.shopping-cart-page .totals .total-info .order-total {
    display: none;
}

.anywhere-sliders-nivo-slider.theme-margin15 {
    margin: 15px 0px 15px 0px
}

.anywhere-sliders-nivo-slider.theme-margin20 {
    margin: 20px 0px 20px 0px
}

.anywhere-sliders-nivo-slider.theme-margin25 {
    margin: 25px 0px 25px 0px
}

.video-banner {
    position: relative;
    overflow: hidden;
    max-height: 50vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

[dir="rtl"] .video-banner {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

.video-banner:before {
    content: '';
    display: block;
    padding-top: 56%;
}

.video-banner video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
}

.master-wrapper-home .master-wrapper-content .page-body > .html-widget:first-child .video-banner {
    margin-top: -50px;
}

@media (min-width: 1001px) {
    .master-wrapper-home .master-wrapper-content .page-body > .html-widget:first-child .video-banner {
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    .video-banner {
        max-height: none;
    }

        .video-banner:before {
            display: none;
        }

        .video-banner video {
            position: static;
            transform: none;
            max-width: 100%;
        }
}

.order-details-area .billing-info, .order-details-area .shipping-info {
    border: 2px solid #eeeeee;
    padding: 10px;
}

.item-box .prices, .item-box .actual-price {
    font-size: 14px;
}


.page.category-page .product-item > .ribbon-wrapper,
.page.search-page .product-item > .ribbon-wrapper,
.item-box .picture,
.items-per-row-four .product-grid .item-box .picture,
.page.category-page .product-item {
    height: auto;
}

@media (min-width: 481px) {
    .page.category-page .product-item > .ribbon-wrapper,
    .page.search-page .product-item > .ribbon-wrapper,
    .page.category-page .product-item {
        height: auto;
    }
}

@media (min-width: 481px) and (max-width: 769px) {
    .category-page .item-box:nth-child(2n+1) {
        margin-left: 2%;
    }

    .category-page .item-box:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (min-width: 1001px) {
    .page.category-page .product-item > .ribbon-wrapper,
    .page.search-page .product-item > .ribbon-wrapper,
    .items-per-row-four .product-grid .item-box .picture,
    .page.category-page .product-item {
        height: auto;
    }

    .payment-method .method-list .payment-details label {
        margin: 0 0 0 10px;
    }
}


@media (max-width: 479px) and (min-width: 319px) {
    .category-page .item-grid, .search-page .item-grid {
        width: auto;
    }

    .category-page .item-box, .search-page .item-box {
        width: 46%;
    }
}

@media (max-width: 769px) and (min-width: 480px) {
    .category-page .item-grid, .search-page .item-grid {
        width: auto;
    }

    .category-page .item-box, .search-page .item-box {
        width: 29%;
    }
}

@media (max-width: 1000px) and (min-width: 770px) {
    .category-page .item-grid, .search-page .item-grid {
        width: auto;
    }

    .category-page .item-box, .search-page .item-box {
        width: 22%;
    }

    .category-page .item-grid .item-box {
        margin-left: 1%;
        margin-right: 1%;
    }

        .category-page .item-grid .item-box:nth-child(3n+1) {
            margin-left: 1%;
        }

        .category-page .item-grid .item-box:nth-child(4n+1) {
            margin-left: 0;
        }
}

.ribbon-wrapper, .home-product > .ribbon-wrapper, .product-grid.related-products-grid .product-item > .ribbon-wrapper {
    height: auto;
}

@media (max-width: 768px) {
    /* Product Details Page */
    .product-details-page .add-to-cart-panel {
        display: flex;
    }

    .product-details-page .add-to-cart-button {
        width: 100%;
    }

    .product-essential .gallery {
        text-align: center;
        margin-bottom: 25px;
    }

    .gallery .picture-thumbs {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .ribbon-position.top-left,
    .ribbon-position.top-right,
    .ribbon-position.bottom-left,
    .ribbon-position.bottom-right {
        /* max-width: 50px; */
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .product-essential .gallery .ribbon-wrapper {
        display: inline-block;
        width: auto;
        max-width: 100vw;
    }
}


.overview .add-to-wishlist-button {
    background-color: #eee;
    background-image: url(/Themes/AvishagArbel/Content/img/icons_80_heart.svg);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    width: auto;
    padding: 0 48px 0 20px;
    font-weight: bold;
    font-size: initial;
    background-size: 26px 26px;
}

    .overview .add-to-wishlist-button:hover {
        background-color: #f5f5f5;
    }

.custom-wishlist-button {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/Themes/AvishagArbel/Content/img/icons_80_heart.svg) no-repeat center center;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 1;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background-size: 26px 26px;
}

.bar-notification.success {
    border-bottom: 1px solid #eab2b3;
    background: #eab2b3;
}

.bar-notification {
    top: 45%;
    bottom: auto;
    color: #000;
}

    .bar-notification.error {
        border-bottom: 1px solid #fff;
        background: #fff;
        border: 1px solid black;
    }

    .bar-notification .close {
        background: url(/Themes/AvishagArbel/Content/img/filters-close-button.png) no-repeat center;
    }

@media (min-width: 1001px) {
    .bar-notification {
        width: 400px;
        left: calc(50% - 200px);
    }
}

@media (min-width: 320px) and (max-width: 1000px) {
    .product-grid, .product-list {
        margin: 0;
    }

    /*.related-products-grid .item-grid {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }*/
    .related-products-grid .item-grid .item-box {
        width: 180px;
        margin: 0 5px;
    }

    .product-grid.related-products-grid .product-item > .ribbon-wrapper {
        height: auto;
    }

    .product-grid.related-products-grid .product-item {
        height: auto !important;
    }
}


.product-item .details {
    position: relative;
    padding: 0px 35px 0px 0px;
}

.k-window.size-chart-popup {
    position: absolute;
    background: transparent;
    z-index: 10000;
    width: 100%;
}

.size-chart-popup .k-window-actions {
    position: absolute;
    top: -12px;
    text-align: right;
    background: #fc335a;
    width: 100%;
    padding: 5px;
    border: 2px solid #000;
}

    .size-chart-popup .k-window-actions a {
        padding: 0;
    }

#size-window {
    padding: 20px;
    background: #fff;
    border: 2px solid black;
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
    /* Product Details */
    .product-details-page .overview .add-to-cart .add-to-cart-panel .ajax-cart-button-wrapper {
        width: 100%;
    }

    .nop-jcarousel .item-picture img {
        max-width: 100%;
        /* max-height: 200px; */
    }

    .category-navigation-mobile .block-category-navigation .title {
        text-transform: none;
    }

    .category-page .page-title {
        margin: 20px 0 0px;
    }

    #size-window {
        height: 400px;
        overflow: scroll;
        padding: 30px 10px;
    }

    .add-to-wishlist-button {
        display: none;
    }

    .cart td {
        border-bottom: none;
    }

    .cart .footable-row-detail {
        border-bottom: 2px solid #eee;
    }

    .cart td {
        padding: 12px 3px;
    }

    .shopping-cart-page .cart-wrapper {
        box-shadow: none;
        margin: 0 -15px;
    }
}

.ribbon-position.bottom-middle {
    left: 0;
    right: 0;
    text-align: center;
    bottom: auto;
    transform: translateY(-100%);
    top: 100%;
}

/* mini-shopping-cart */
@media (max-width: 1000px) {
    #flyout-cart {
        -webkit-box-shadow: 0px 0px 50px 100px rgb(0 0 0 / 50%);
        -moz-box-shadow: 0px 0px 50px 100px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 50px 100px rgb(0 0 0 / 50%);
    }

    .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 40px 11px 20px;
            background-color: #cc8a97;
            text-align: left;
            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;
                right: 0;
                width: 40px;
                height: 40px;
                background: url(/Themes/AvishagArbel/Content/img/flyout-cart-close-button.png) no-repeat center;
                cursor: pointer;
            }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 20px 33px 0 10px;
        }

            .mini-shopping-cart .item.first {
            }

        .mini-shopping-cart .picture {
            float: left;
            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 0 0 135px;
                text-align: left;
                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: left;
            font-size: 16px;
            color: #666;
        }

            .mini-shopping-cart .totals strong {
                color: #cc8a97;
            }

        .mini-shopping-cart .buttons {
            padding: 0 10px;
            text-align: left;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            margin: 0 1px 2px 0;
            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;
            }

    .simplebar, [data-simplebar-direction] {
        overflow: scroll;
    }
}

/* Product Picture */
@media (max-width: 480px) {
    .product-essential .gallery {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

    .product-details-page .page-body .product-essential .gallery .picture img {
        /* width: 80%; */
        /* margin: 0 auto; */
    }
}

@media (min-width: 1001px) {
    .ribbon-wrapper {
        height: auto;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
}

#headerMenuParent .header-menu > ul > li > a[title="Sale"] {
    color: red;
}

#headerMenuParent .header-menu > ul > li > a[title="SALE"] {
    color: red;
}

#headerMenuParent .header-menu > ul > li > a[title="Up to 50% Off Summer"] {
    color: red;
}

.footer-lower > div > div {
    display: block;
    margin: 15px auto;
}

.footer-middle .left_column_top {
    display: none;
}

.header-upper .left-side {
    display: none;
}

.header-links .ico-shops {
    display: none;
}

.logo-container {
    /* text-align: center; */
    /* display: block; */
    /* overflow: hidden; */
    /* clear: both; */
    width: 100%;
}

.header-menu > ul > li:hover > a:after {
    left: 0;
    right: auto;
}



.header-menu > ul > li > a {
    font-size: 15px;
    line-height: initial;
    /* font-weight: normal; */
    color: black;
}

.mega-menu .row .box li a {
    font-size: 16px;
    /* text-transform: lowercase; */
}

.newsletter-email input[type="text"],
.newsletter-email .newsletter-subscribe-button {
    font-size: 16px;
}





/*Product details page*/
.one-column .product-name h1, .two-columns .product-name h1 {
    font-size: 17px;
}

.size-charts {
    display: inline;
    margin: 0 10px;
}

    .size-charts a {
        float: none;
        margin-left: 0;
        margin-right: 10px;
        display: initial;
        font-size: 17px;
        color: black;
    }

.ui-tabs .ui-tabs-panel p {
    margin: 0;
    line-height: 22px !important;
    font-size: 18px;
}

.ui-tabs.productTabs .ui-tabs-panel {
    text-align: left;
}

.productAddedToCartWindowDescription span {
    font-size: 18px;
}



.cart-options {
    text-align: left;
}

    .cart-options label {
        padding-left: 25px;
    }

    .cart-options ul {
        padding-left: 20px;
    }

.terms-of-service {
    padding-left: 35px;
    padding-right: 35px;
}

.center-1 .shopping-cart-page .button-2.update-cart-button {
    background-position: left center;
}

.gift-card-footer-containter {
    display: none;
}

.category-page h1 {
    /* font-weight: normal; */
    font-size: 17px;
    font-weight: bold;
}

.category-page *,
.side-2 .bold,
.side-2 strong,
.block.filter-block a.toggleControl {
    font-weight: normal;
}

#goToTop {
    left: 20px;
    right: 0;
}

.simple-checkout-data-rigth .simple-checkout-confirm .terms-of-service {
    padding-left: 30px;
    width: auto;
    text-align: right;
    font-size: 16px;
    color: #555;
}

.block .title strong, .block.filter-block a.toggleControl {
    font-size: 15px;
    /* font-weight: bold; */
    color: black;
}

.block .list li > a, .block .list li > a, .block .list li.active > a, .block.block-account-navigation .list li a.active, .block .sublist > li a {
    font-size: 12px;
    /* font-weight: bold; */
    color: #888;
}

.filtersGroupPanel .checkbox-list li label {
    color: #777;
    /* font-weight: bold; */
}

    .filtersGroupPanel .checkbox-list li label:hover {
        color: black;
    }

.block.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
    font-size: 11px;
    font-weight: normal;
}

.sub-category-grid .item-box {
    /* margin-bottom: 10px; */
}

.rTable > .rTableRow.rColorRow {
    -moz-min-width: 75px;
    -ms-min-width: 75px;
    -o-min-width: 75px;
    -webkit-min-width: 75px;
    min-width: 75px;
}

.rTableCell.color-name span {
    clear: both;
}

.table-cel-count-4 .rTableCell .amount {
    width: 70px;
}

.rTable.table-cel-count-1 {
    max-width: 380px;
    width: 380px;
}

.retail-cart-wrapper {
    /* clear: left; */
}

.bar-notification .content {
    padding-left: 30px;
    text-align: center;
    float: none;
}

.item-box .old-price, .item-holder .old-price {
    /* display: none; */
}

.cart-header-button {
    position: relative;
}

.cart-icon-text {
    padding-left: 46px;
}





.wishlist-icon-text {
    padding-left: 48px;
}

.wishlist-icon-text, .cart-icon-text, .cart-icon-sum {
    padding-top: 17px;
    font-size: 13px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
}

.header-actions .ico-wishlist {
    margin-bottom: 0;
}

.header-actions .ico-wishlist {
    background-color: #2a2a2a;
    height: 46px;
    width: 48px;
    background: url(/Themes/AvishagArbel/Content/img/wishlist-button1.png) no-repeat center 17px;
    display: inline-block;
    /* background-position: center 18px; */
    position: absolute;
    left: 0;
}

.header-actions a {
    width: auto;
    margin: 0;
}

.header-actions {
    width: auto;
    position: relative;
    display: none;
}

.cart-icon-sum {
    margin-left: -3px;
}

.retail-product .page-body .product-essential .overview .overview-buttons {
    display: inline-block;
    clear: left;
    float: right;
    margin-top: 34px;
    margin-bottom: 0;
    border-bottom: none;
}

#paymentmethod.dd-container {
    width: 240px !important;
    display: inline-block;
}

#paymentmethod .dd-select {
    background-color: #fff !important;
    border: 2px solid #eee;
    width: 240px !important;
    height: 36px;
}

#paymentmethod .dd-selected {
    height: 36px;
    padding: 5px 10px 5px 15px;
    text-align: left;
}

#paymentmethod .dd-selected-text {
    line-height: 20px !important;
    font-weight: normal;
    text-align: left;
}

#paymentmethod .dd-options {
    width: 240px !important;
    border: 1px solid #4286f4;
    /* border-top: none; */
    box-shadow: none;
}

#paymentmethod .dd-option {
    height: 46px;
    font-weight: normal;
    text-align: left;
    padding: 10px 10px 10px 15px;
}

#paymentmethod .dd-option-text {
    line-height: 20px !important;
}

#paymentmethod .dd-selected-image,
#paymentmethod .dd-option-image {
    max-width: 103px;
}

#paymentmethod .dd-option:hover .dd-option-text {
    color: #fff;
}

#paymentmethod .dd-option:hover {
    background: #aaa;
}

.header-actions-wrapper span.cart-qty {
    margin-top: 0px;
}

.footer-lower > div > div.footer-store-theme {
    margin: 0;
}

.footer-lower-center a {
    font-size: 12px;
    font-weight: normal;
}

.message-error li {
    color: #de524e;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .gallery {
        width: 753px;
    }

    .two-columns .gallery {
        width: 590px !important;
    }

    .overview .short-description {
        font-size: 17px;
    }

    .availability {
        margin-top: 10px;
    }

    .rTableCell .amount input {
        font-size: 14px;
    }
}

/*Checkout*/
@media (min-width:481px) {
    .sub-category-item {
        overflow: hidden;
        height: 320px;
    }

    .sub-category-grid h2.title {
        height: 36px;
    }

    .sub-category-grid .item-box {
        float: none;
        display: inline-block;
    }

    .sub-category-grid .item-box {
    }

        .sub-category-grid .item-box:nth-child(3n+1) {
            margin-right: 2%;
        }

        .sub-category-grid .item-box:nth-child(2n+1) {
            margin-left: 0;
        }

    .rTable-wrapper {
        width: auto;
        clear: both;
    }
}

@media(min-width: 1001px) {
    .header-logo {
        margin: 0px 0px 30px 0px;
        padding: 0px;
    }

    #headerMenuParent {
        float: right;
        width: 100%;
    }

    .header-actions {
        /* position: relative; */
        display: block;
        float: right;
        /* right: 10px; */
        /* bottom: 0px; */
    }



    .footer-column.column {
        text-align: left;
        float: left;
    }

        .footer-column.column h3:after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background-color: #2a2a2a;
        }

        .footer-column.column li {
            padding: 5px 10px;
        }

            .footer-column.column li:first-child {
                padding: 14px 10px 5px 10px;
            }

    .newsletter {
        float: none;
        margin: 0 auto;
    }

    .footer-block.newsletter-block {
        width: 100% !important;
        text-align: center;
        padding-bottom: 0px;
    }

    .newsletter-email input[type="text"] {
        float: left;
    }

    label[for="UseSecondaryAddressForBilling"] {
        /* float:left; */
        padding-top: 3px;
    }

    .simple-checkout-table .inputs .labelforinputs.checkbox-label {
        float: left;
    }

    #UseSecondaryAddress, #UseRewardPoints {
        /* float:left; */
        margin-right: 5px;
        /* width: auto; */
    }

    #UseRewardPoints {
        width: 30px;
        bottom: 8px;
        position: relative;
    }

    .simple-checkout-data-left .inputs .labelforinputs label {
        /*float: right;*/
    }

    .simple-checkout-data-left .simple-checkout-table .inputs {
        float: right;
        text-align: left;
        /* background: url(/Themes/AvishagarbelTheme/Content/img/icons-payment-checkout.png); */
    }

    #existingsecondaryaddresses {
        margin-right: 24px;
        margin-left: 10px;
    }

    #SecondaryAddress_Company {
        margin-left: 6px;
    }

    #SecondaryAddress_FaxNumber {
        margin-right: 15px;
    }

    #existingprimaryaddresses, #PrimaryAddress_FaxNumber {
        margin-right: 3px;
    }

    .fixed-header .after-header {
        height: 180px;
    }

    .mega-menu .row .box li a {
        font-size: 14px;
    }

    .mega-menu .dropdown-icon {
        background: url(/Themes/Brooklyn/Content/img/breadcrumb-arrow.png) no-repeat 4px 0px;
        width: 10px;
        height: 18px;
        display: inline-block;
        transform: rotate(90deg);
        top: 1px;
        left: 5px;
        position: relative;
    }

    /*MegaMenu*/
    .header-menu, .header-menu > ul > li {
        /*margin: 0px 25px 0px 50px;*/
    }
}

@media (min-width:1001px) and (max-width: 1280px) {
    .header-menu > ul > li > a {
        font-size: 15px;
    }

    .mega-menu .row .box li a {
        font-size: 14px;
        font-weight: bold;
        color: #555;
    }

    .table-cel-count-4 > .rTableRow.rColorRow {
        width: 10%
    }

    .table-cel-count-4 > .rTableRow {
        width: 19%;
    }

    .rTable-wrapper {
        width: 380px;
        overflow: auto;
    }

    .rTable.table-cel-count-4 {
        width: auto;
    }

    .table-cel-count-5 .rTableCell .amount input {
        font-size: 12px;
    }

    .table-cel-count-4 .rTableCell .amount {
        width: 65px;
    }
}

@media (min-width: 1281px) {
    .order-details-area li.phone {
        background: none;
    }

    li.phone {
        background-position: left center;
    }

    .address-list .phone label {
        padding-left: 25px;
    }

    .table-cel-count-4 > .rTableRow.rColorRow {
        width: 10%
    }

    .table-cel-count-4 > .rTableRow {
        width: 21%;
    }

    .rTable-wrapper {
        width: auto;
        overflow: auto;
        /* float: left; */
    }

    .rTable.table-cel-count-4 {
        width: 500px;
    }
}

@media (max-width:1000px) {
    .header-links a:hover {
        color: black;
    }
}

@media (max-width: 480px) {
    .center-1 .shopping-cart-page .button-2.update-cart-button {
        background-image: url(/Themes/AvishagArbel/Content/img/update-black-mobile.png);
        padding-left: 40px;
        padding-right: 20px;
        /* display: block; */
        height: 100%;
        word-wrap: break-word;
        box-sizing: border-box;
        /* width: auto; */
    }

    .simple-checkout-order-summary-body td.cart-total-left {
        width: 50%;
    }
}


@media screen and (max-width:420px) {
    .mfp-container .newsletter-block-description img {
        margin-right: -16%;
        width: 100%;
    }

    .mfp-container .mfp-content .newsletter-email input[type="text"] {
        margin: 12px 0 0px 53px;
    }

    .mfp-container .mfp-content .btn-primary {
        margin: 0 57px;
    }
}

@media screen and (max-width:400px) {
    .mfp-container .newsletter-block-description img {
        margin-right: -24%;
        width: 100%;
        height: 368px;
    }

    .mfp-container .mfp-content .newsletter-email input[type="text"] {
        margin: 12px 0 0px 70px;
    }

    .mfp-container .mfp-content .btn-primary {
        margin: 0 45px;
    }
}

.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 0px;
}

