/* input(16748,27): run-time error CSS1038: Expected hex color, found '#eeee'
input(18501,36): run-time error CSS1031: Expected selector, found '('
input(18501,36): run-time error CSS1025: Expected comma or open brace, found '('
input(18505,36): run-time error CSS1031: Expected selector, found '('
input(18505,36): run-time error CSS1025: Expected comma or open brace, found '(' */
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.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;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 0s linear;transition:opacity 0s 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}
/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1; /*firefox text input bug fix*/
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
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"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 2px solid #eee;
	padding: 8px;
	vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    color: #888; 
}
input, textarea, select {
    font-family: 'Open Sans';
	font-size: 13px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	/*height: 32px;*/
	padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
    color: #222;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
	width: 90%;
	margin: 0 auto;
    padding: 50px 0 0; 
}
.master-wrapper-home .master-wrapper-content {
	margin-top: 50px;
    padding: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 60px;
}
.center-2, .side-2 {
	margin: 0 0 60px;
}
.page {
	text-align: center;
}
.page-title {
    margin: 0 0 40px;
}
.page-title h1 {
    text-align: center;
    letter-spacing: 3.3px;
    font-size: 24px;
    text-transform: uppercase;
    color: #444;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../Themes/Brooklyn/Content/img/rss-icon.png') no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    display: inline-block;
	margin: 12px 0;
	padding: 0 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 input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
    border: 2px solid #eee;
    vertical-align: middle;
    font-size: 14px;
}

.inputs.custom-attributes {
	white-space: normal;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: 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;
}

/*********** GLOBAL TABLES ***********/


.cart .remove-from-cart {
	position: relative;
}

.cart .remove-from-cart input {
    opacity: 0;
}

.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 18px;
    height: 18px;
	margin: auto;
    border: 0;
	transition: all 0.2s ease;
    background: url(../Themes/Brooklyn/Content/img/menu-close-button.png) no-repeat center;
}

/*********** 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 {
	background: #6bc29d;
}
.bar-notification.warning {
	background: #ed8b69;
}
.bar-notification.error {
	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 {
    position: absolute !important;
	z-index: 1050;
	width: 400px !important;
	max-width: 95%;
	border: none;
	box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px;
    background: #cc8a97;
	font-weight: bold;
    cursor: move;
}
.ui-dialog-titlebar span {
	float: 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 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
    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;
}

.shopping-cart-link a,
.header-actions .ico-cart {
	position: relative;
}
.shopping-cart-link .cart-qty,
.header-actions .cart-qty {
	position: absolute;
	right: 7px;
	bottom: 6px;
	min-width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #444;
	padding: 1px 1px 0 1px;
	text-indent: 0;
	text-align: center;
	font-size: 9px;
	color: #fff;
}
.shopping-cart-link .cart-qty.empty,
.header-actions .cart-qty.empty {
	visibility: hidden;
}

.store-search-box {
    font-size: 0;
}
.store-search-box form {
	display: inline-block;
	position: relative;
    border-bottom:1px solid #e7e7e7;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
	float: 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: 55px;
    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.active a {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #cc8a97;
}
.block.block-account-navigation .list li.active a {
    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 button,
.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;
}

.block.product-filters .listbox {
    padding: 5px 10px 10px;
}
.product-filters .listbox .product-filter {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.product-filters .ui-slider {
    position: relative;
    width: auto;
    height: 4px;
    margin: 0 8px 32px;
    background: #eaeaea;
}
.product-filters .ui-slider-range {
    height: 4px;
    background: #ccc;
    position: absolute;
}
.product-filters .ui-slider-handle {
    position: absolute;
    top: -6px;
    height: 15px;
    width: 15px;
    margin-left: -10px;
    border: 2px solid #cc8a97;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-filters .selected-price-range {
    overflow: hidden;
    margin: 5px 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #cc8a97;
}
.product-filters .selected-price-range .from {
    float: left;
}
.product-filters .selected-price-range .to {
    float: right;
}
.product-filters .product-filter .filter-title {
    padding: 7px 0;
}
.product-filters .product-filter .filter-title strong {
    color: #444;
}
.product-filters .filter-content .name {
    padding: 7px 0;
}

.product-filters .filter-content .item {
    position: relative;
}

.product-filters .product-spec-filter .filter-content {
    margin: 0px 0px 10px 0px;
}
.product-filters li {
    position: relative;
}
.product-filters li input {
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
.product-filters li label {
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 6px 0px 6px 25px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.product-filters li label:before {
    border: 2px solid #eee;
    content: "";
    height: 18px;
    left: 0px;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    width: 18px;
}
.product-filters input[type="checkbox"]:checked ~ label::before {
    background: #fff url("../Themes/Brooklyn/Content/img/selected.png") no-repeat center;
}
.product-filters li.disabled label {
    opacity: 0.4;
    cursor: default;
}
.product-filters li.disabled label:hover,
.product-filters li.checked label:hover {
    color: #888;
}
.product-filters .attribute-square {
    border: 2px solid #eee;
    cursor: pointer;
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 6px;
    left: -1px;
    z-index: -1;
}


/********** 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 > a,
.breadcrumb li > strong,
.breadcrumb li > .delimiter {
    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 {
    margin: 0 0 40px;
}
.product-filters .product-filter {
    display: inline-block;
    width: 350px;
    vertical-align: top;
}

.product-filters .filter-content {
    margin: 5px 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat center right 3px !important;
    padding: 0 20px 0 0;
    margin: 0;
    min-width: 45px;
    text-transform: none;
    border-width: 0 0 2px;
}
.product-selectors .new_select {
    display: inline-block;
    width: auto !important;
    max-width: none;
    background: url('../Themes/Brooklyn/Content/img/selector-button2.png') no-repeat 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 button {
	display: none; /*hides additional wishlist button when ajax cart is disabled*/
}

.item-box .picture .second-product-image {
    opacity: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.item-box:hover .picture .second-product-image {
    opacity: 1 !important;
}

.item-box .picture .second-product-image ~ .product-image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.item-box:hover .picture .second-product-image ~ .product-image {
    opacity: 0 !important;
}

.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-title + .sku {
	display: none;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 15px;
}
.item-box .rating {
	background: url('../Themes/Brooklyn/Content/img/rating-1.png') no-repeat;
	width: 90px;
    height: 15px;
}
.item-box .rating div {
    background: #cc8a97 url('../Themes/Brooklyn/Content/img/rating-2.png') no-repeat;
    height: 15px;
}
.item-box .description {
	height: 40px;
	margin: 0 0 15px;
	overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 15px;
    overflow: hidden;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 16px;
    font-weight: bold;
	color: #cc8a97;
}
.item-box .base-price-pangv {
    font-size: 12px;
}
.item-box .old-price + .actual-price {
	margin: 0 3px;
}
.item-box .tax-shipping-info {
    font-size: 13px;
}
.item-box .tax-shipping-info a {
    color: #cc8a97;
}
.item-box .tax-shipping-info a:hover {
    text-decoration: underline;
} 
.item-box .buttons {
	margin: 0;
    text-align: left;
    font-size: 0;
}
.item-box button {
    width: calc(100% - 48px);
    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 button:hover {
    opacity: 0.9;
}
.item-box button.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 button.add-to-wishlist-button {
    width: 48px;
    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 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-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 {
    margin: 0 0 30px;
}
.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-thumbs {
	overflow: hidden;
    text-align: left;
	font-size: 0;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 33.33333%;
	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;
}
.pre-order-availability-date {
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}
.pre-order-availability-date label {
    font-weight: normal;
    color: #888;
}
.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,
button.apply-shipping-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,
button.apply-shipping-button:hover {
    opacity: 0.9;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.product-estimate-shipping {
	margin: 0 0 25px;
}
.product-estimate-shipping:last-child {
	margin: 0;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
}
.product-estimate-shipping .shipping-price {
    position: relative;
    bottom: 1px;
	margin: 0 0 0 5px;
	vertical-align: middle;
    font-weight: bold;
    color: #444;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}

.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;
    position: relative;
    margin: 0 0 0 -3px;
    border: none;
    padding: 0;
    vertical-align: top;
}

.ui-tabs {
	margin: 0 0 80px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0 0 30px;
    font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: block;
    margin: 10px auto;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	border: 2px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 25px;
	text-align: center;
    font-size: 14px;
	letter-spacing: 2px;
    color: #cc8a97;
	font-weight: bold;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background-color: #eee;
}
.ui-tabs .ui-tabs-panel {
    position: relative;
    overflow: hidden;
	border: 2px solid #eee;
	background: #fff;
	padding: 15px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.tier-prices {
	margin: 0 0 50px;
}
.tier-prices .prices-table {
	border: 2px solid #eee;
    overflow: hidden;
}
.tier-prices .prices-row {
    float: 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 thead {
    display: none;
}
.product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-specs-box .spec-group-name {
    display: none !important;
}

.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 li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes option.disabled {
	color: #ddd;
}
.attributes .qty-box {
	margin: 0 0 0 10px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 50px;
}
.attributes .option-list label {
	margin: 0 5px;
}

.rental-attributes .attribute-item {
    margin: 10px 0;
}
.rental-attributes .attribute-item label {
    display: inline-block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #444;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.ui-datepicker-header a {
    font-size: 0;
    opacity: 0.8;
}
.ui-datepicker-header a:hover {
    opacity: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    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;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 0 5px;
	text-align: center;
}
.attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
}
.attribute-squares label {
	display: block;
	margin: 0;
    overflow: hidden;
}
.attribute-square {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
	/*border-radius: 100%;*/
    cursor: pointer;
}
.attribute-square-container[title~=White]
.attribute-square {
    border-color: #ccc;
}
.attribute-squares .selected-value .attribute-square {
    border-color: #cc8a97;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.attribute-squares li {
    display: inline-block;
    margin: 0 3px 5px;
    text-align: center;
}
.attributes .option-list label {
    margin: 0 5px;
}
.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
}
.attribute-square-container {
    display: block;
    padding: 1px;
    position: relative;
    z-index: 0;
}
.attribute-square {
    border: 2px solid #eee;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
}
.attribute-squares li input {
    margin: -45px 0 0;
    position: relative;
    z-index: -1;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
    width: 45px;
    height: 45px;
	margin: auto;
	border: 1px solid #eee;
	background: #fff url('../Themes/Brooklyn/Content/img/delete-address.png') center no-repeat;
}
.image-squares .tooltip-container:before {
    border-bottom: 7px solid #eeeeee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.image-squares .tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}
.image-squares .tooltip-container:after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.image-squares li:hover .tooltip-container {
    margin-left: -75px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.image-squares .tooltip-container .tooltip-header {
    height: 25px;
    width: 198px;
    background-color: #eee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 25px;
}
.image-squares .tooltip-container .tooltip-body {
    margin: 5px;
}
.image-squares .tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}

.giftcard {
	margin: 50px 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}

/*back in stock subscription popup*/
.ui-dialog .back-in-stock-subscription-page .page-title {
    margin: 20px 0;
}
.ui-dialog .back-in-stock-subscription-page .page-title h1 {
    font-size: 16px;
    letter-spacing: 2px;
}
.ui-dialog .notify-me-button {
    margin: 20px auto;
    background: #cc8a97;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ui-dialog .back-in-stock-subscription-page .notify-me-button:hover {
    opacity: 0.9;
}
.ui-dialog .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog .page-body .tooltip {
    text-align: left;
}


/********** ESTIMATE SHIPPING **********/



.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -5px;
	right: -10px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
    color: #444;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px solid #eee;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 2px solid #eee;
	padding: 12px 11px;
}
.mfp-container .shipping-item {
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}
.estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #444;
	border-radius: 50%;
	font-size: 0;
}
.estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 6px; height: 6px;
	border-radius: 50px;
	background-color: #444;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 120px;
    height: 40px;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
    border: none;
    padding: 0;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    color: #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 {
    margin-bottom: 15px;
	text-align: center;
}
.review-rating > div {
    display: inline-block;
}
.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;
}
.review-rating .tooltiptext {
    display: inline-block;
    margin-top: 10px;
}
.review-rating .name-description {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    font-size: 14px;
}
.write-review .rating-wrapper div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
}
.write-review .review-rating div.first {
	color: #de524e;
}
.write-review .review-rating .rating-options {
    font-size: 0;
}
.write-review .review-rating .rating-options input {
	margin: 0 2px;
}
.write-review .review-rating div.last {
	color: #6bc29d;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.write-review .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 80px;
	border: none;
	padding: 14px 40px;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.write-review .button-1:hover {
    opacity: 0.9;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	margin: 0 0 20px;
    border-bottom: 2px solid #eee;
	overflow: hidden;
	padding-bottom: 10px;
}
.product-review-item .review-title {
    margin: 0 0 10px;
	color: #444;
}
.product-review-item .product-review-box {
	margin: 0;
}
.product-review-item .review-info.top {
	margin: 0 0 20px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
    line-height: 24px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-avatar {
    max-width: 120px;
    margin: 0 auto 10px;
    line-height: normal;
}
.product-review-item .review-avatar a {
    display: block;
}
.product-review-item .review-avatar img {
    max-width: 100%;
}
.product-review-item .separator {
    margin: 0 3px 0 0;
}
.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;
}
.product-review-item .reply {
    margin: 30px 0 0;
    padding: 20px;
    background: #f6f6f6;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.share-info {
    margin: 0 0 100px;
    text-align: center;
}
.wishlist-content .message-error:first-child {
	margin: -30px 0 20px;
    text-align: center;
    color: #de524e;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
    text-align: center;
}
.wishlist-content .tax-shipping-info a {
    color: #cc8a97; 
}
.wishlist-content .tax-shipping-info a:hover {
    text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
    display: block;
    min-width: 250px;
    margin: 10px auto;
    padding: 10px 30px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wishlist-content .button-2:hover {
    background-color: #eee;
}
.wishlist-content .button-2.wishlist-add-to-cart-button {
    background-color: #cc8a97;
    border: 2px solid #cc8a97;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.wishlist-content .button-2.wishlist-add-to-cart-button:hover {
    opacity: 0.9;
}
.wishlist-page .share-info span {
    display: block;
}
.wishlist-page .share-info a {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
    color: #444;
}
.wishlist-page .share-info a:hover {
    color: #cc8a97;
}
.compare-products-page {
	position: relative;
    margin: 0 0 150px;
}
.compare-products-page .clear-list {
    display: block;
    width: 250px;
    margin: -15px auto 30px;
    border: 2px solid #eee;
    padding: 10px 30px;
    text-align: center;
    color: #cc8a97;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.compare-products-table {
	display: none;
}
.compare-products-page .button-2 {
	padding: 10px 15px;
    border: none;
    background-color: #cc8a97;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.compare-products-page img {
	max-width: 200px;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
    width: 25px;
    height: 25px;
    cursor: default;
}


/*********** 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 button {
	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 button:hover {
    background-color: #eee;
}

.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 100px;
	border: none;
	padding: 14px 40px;
    background-color: #cc8a97;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
    opacity: 0.9;
}
.contact-page .topic-block {
    margin: 0 0 40px;
    text-align: center;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    color: #cc8a97;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .fieldset {
    text-align: center;
}
.registration-page .fieldset .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
    border: 2px solid #eee;
    padding: 10px 20px;
}
.registration-page .form-fields,
.login-page .form-fields,
.account-page .form-fields{
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 30px 15px;
    border: 2px solid #eee;
}
.account-page .form-fields {
    max-width: none;
}
.registration-page .gender label,
.account-page .gender label {
    display: inline;
    color: #444;
}
.gender {
	display: inline-block;
}
.gender * {
	margin: 0 5px;
	vertical-align: middle;
	line-height: 32px;
}
.date-picker-wrapper {
    display: inline-block;
}
.date-of-birth select {
    width: 32%;
    max-width: 110px;
}
.date-of-birth select + select {
    margin: 0 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;
}
.password-recovery-page .button-1 {
    display: block;
    margin: 60px auto 0px;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
    opacity: 0.9;
}
.registration-result-page .result {
	margin: 0 0 60px;
    text-align: center;
	color: #6bc29d;
}

.login-page .page-title {
    margin: 0 0 50px;
}
.login-page .customer-blocks {
    overflow: hidden;
    text-align: center;
}
.login-page .title {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -2px;
	border: 2px solid #eee;
    padding: 10px 20px;
}
.login-page .title strong {
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #444;
}
.login-page .new-wrapper {
	margin: 0 0 60px;
}
.login-page .inner-wrapper {
}
.login-page .text {
    width: 590px;
    max-width: 100%;
	margin: 0 auto -2px;
    border: 2px solid #eee;
    padding: 30px 15px;
}
.login-page .form-fields {
    width: 590px;
    max-width: 100%;
    margin: 0 auto -2px;
}
.login-page .form-fields .message-error {
    margin: -10px 0 10px;
}
.login-page .inputs.reversed {
    margin: 0;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
	font-size: 14px; /*reset zeroing*/
    color: #444;
}
.login-page .inputs.reversed a {
    color: #cc8a97;
}
.login-page .inputs.reversed a:hover {
    text-decoration: underline;
}
.login-page .captcha-box {
    margin: 20px 0 0;
}
.login-page .buttons {
    max-width: 590px;
    margin: 0 auto;
    font-size: 0;
}
.login-page .button-1 {
    width: 590px;
    max-width: 100%;
    margin: 0;
}
.login-page .checkout-as-guest-button {
    border: 2px solid #eee;
    padding:12px 20px !important;
    background-color: #f9f9f9;
    color: #cc8a97;
}
.login-page .checkout-as-guest-button:hover {
    background-color: #eee;
}
.external-authentication {
    clear: both;
	margin: 0 0 60px;
	text-align: center;
}
.external-authentication .title {
	display: none;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444;
}
.login-page .topic-block {
    clear: both;
    text-align: center;
    margin: 0 0 120px;
}
.password-recovery-page .tooltip {
	margin: 0 0 40px;
    text-align: center;
}
.password-recovery-page .result {
	margin: 0 0 5px;
    text-align: center;
	font-weight: bold;
}

.account-page .title {
    margin: 0 0 15px;
}
.account-page .title strong {
    font-size: 16px;
}
.account-page .title strong:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto 0;
    background: #cc8a97;
}
.account-page .button-1 {
    margin: 0;
}
.account-page .button-2 {
    border: 2px solid #cc8a97; /* if there are 2 buttons must stay same height */
	padding: 10px 30px;
    background-color: #cc8a97;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.account-page .button-2:hover {
    opacity: 0.9;
}
.account-page .data-table .product {
    text-align: left;
}

.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	font-style: normal;
	color: #444;
}

.account-page .edit-address {
	margin: 0 0 60px;
    border: 2px solid #eee;
    padding: 30px 15px;
}
.account-page .description {
	margin: 0 0 20px;
}

.registration-page .inputs.accept-consent label,
.account-page .inputs.accept-consent label {
    margin-left: 5px;
    width: auto;
}
.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 button {
    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;
}
.multi-factor-authentication-page .inputs label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 0px;
    margin: 0px 5px 0px 0px !important;
}
.multi-factor-authentication-page .payment-details {
    display: inline-block;
    width: calc( 100% - 60px);
    padding-left: 10px;
    vertical-align: middle;
}
.multi-factor-authentication-page .payment-method .payment-logo {
    position: inherit;
    display: inline-block;
    width: 50px;
}
.multi-factor-authentication-page .payment-method .payment-details input[type="radio"] {
    position: inherit;
    margin-right: 5px;
}
.multi-factor-authentication-page .payment-method .method-name .buttons,
.multi-factor-authentication-page .payment-method .method-list .payment-details label,
.multi-factor-authentication-page .payment-method .method-list .payment-description {
    margin: 0 0 0 0px;
}
.multi-factor-authentication-page .payment-method .method-name .buttons {
    margin: 20px 0 0 10px;
}
.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 .info {
	margin: 0 0 20px;
}

.forum-subscriptions-page .info {
    text-align: left !important;
} 

/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px;
}
.vendorinfo-page .vendor-picture .remove-picture-button {
    display: block;
    margin: 20px auto 0;
}

.check-gift-card-balance-page .result {
    margin: 0 auto 20px;
    padding: 30px 15px;
    border: 2px solid #eee;
}
/********** 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,
.shopping-cart-page .estimate-shipping-button {
	display: inline-block;
	width: 390px;
    max-width: 100%;
    border: 2px solid #eee;
	padding: 12px 30px;
    background-color: #f9f9f9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #cc8a97;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.shopping-cart-page .cart-collaterals .button-2 {
    border-width: 2px 0;
}
.order-details-page .button-2.re-order-button {
    width: auto;
    margin: 10px 0 5px;
}
.shopping-cart-page .cart-footer .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title .pdf-invoice-button:hover,
.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,
.shopping-cart-page .estimate-shipping-button {
    border: 2px solid #cc8a97;
    background-color: #cc8a97;
    color: #fff;
}
.shopping-cart-page .button-2.update-cart-button:hover,
.shopping-cart-page .estimate-shipping-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,
.shopping-cart-page .estimate-shipping-button {
    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 button {
	min-width: 150px;
	margin: 0 5px 5px;
}
.cart-options .checkout-attributes {
	margin: 40px 0;
}
.cart-options > .checkout-attributes + .selected-checkout-attributes {
    margin: -20px 0 40px !important;
}
.cart-options .checkout-attributes .required {
    position: absolute;
}
.cart-options .checkout-attributes .text-prompt {
    color: #444;
}
.cart-options .checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.cart-options .checkout-attributes dt ~ dt {
    margin-top: 15px;
}
.cart-options .checkout-attributes ul {
}
.cart-options .checkout-attributes li {
	line-height: 24px;
}
.cart-options .checkout-attributes li * {
	vertical-align: middle;
}
.cart-options .checkout-attributes .attribute-squares li {
    margin: 0 5px 5px;
    line-height: normal;
}
.cart-options .selected-checkout-attributes {
	margin: 30px 0;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 390px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    padding: 20px 30px;
    text-align: 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: -43px;
    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 button,
.cart-collaterals .shipping button {
    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 **********/


/*google map*/
.select-pickup-point {
    margin-bottom: 30px;
}
.shipping-address-page .pickup-points-map {
    height: 400px;
}

/*end*/
.checkout-page {
    margin: 0 0 120px;
}
.checkout-page .section {
	margin: 0 0 30px;
    text-align: center;
}
.checkout-page .section.select-billing-address .title,
.checkout-page .section.select-shipping-address .title {
    display: none;
}
.checkout-page .section.new-billing-address .title,
.checkout-page .section.new-shipping-address .title {
    font-size: 24px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.checkout-page .section.order-summary .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.checkout-page .section.new-billing-address .title strong,
.checkout-page .section.new-shipping-address .title strong,
.checkout-page .section.order-summary .title strong {
    letter-spacing: 3.3px;
}
.checkout-page .enter-address {
    width: 900px;
    max-width: 100%;
    margin: auto;
    border: 2px solid #eee;
    padding: 30px 15px 15px;
}
.checkout-page .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;
}
.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.checkout-page .address-list-page {
	display: none;
}
.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 > div,
.order-details-area > ul,
.shipment-details-area > div {
	margin: 0 0 30px;
}
.order-review-data .side-list-wrap,
.order-details-area .side-list-wrap,
.shipment-details-area .side-list-wrap {
    margin-top: 20px;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
    font-size: 14px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 30px;
}
.order-completed .details > div {
    margin: 20px 0;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
    color: #cc8a97;
}
.order-completed .details a:hover {
    text-decoration: underline;
}

.opc .step-title {
	margin-bottom: 1px;
    border: 2px solid #eee;
	overflow: hidden;
	background: #f9f9f9;
	padding: 10px;
    opacity: 0.7;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
    padding: 15px 10px;
    color: #666;
    opacity: 1;
}
.opc .active .step-title * {
}
.opc .step-title * {
	float: 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;
}
.opc .pickup-points-map {
    height: 400px;
}

.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 .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 button {
    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 button:hover {
    opacity: 0.9;
}
.order-details-page button.return-items-button {
    background-color: #f9f9f9 !important;
    border: 2px solid #eee;
    color: #cc8a97;
}
.order-details-page button.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;
}
.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
	width: 100%;
	height: 36px;
	border: 2px solid #eee;
	background-color: #fff;
	padding: 5px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 14px;
	color: #444 !important;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
    margin: 0 0 80px;
}
.search-page .form-fields {
    border: 2px solid #eee;
    padding: 30px 15px;
}
.search-input input + label {
	display: inline;
	margin: 0 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;
}
.topic-post .vote {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.topic-post .vote.up:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #eee transparent;
}
.topic-post .vote.down:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #eee transparent transparent transparent;
}

.topic-post .post-vote {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.vote-count-post {
    width: 40px;
    border: 2px solid #eee;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #888;
    font-family: "Open Sans",sans-serif;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page strong,
.private-message-send-page a {
    text-transform: uppercase;
	font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 2px;
    color: #444;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin: 0 0 10px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-messages .buttons {
    font-size: 0;
}
.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
    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 button:hover,
.move-topic-page .buttons button:hover,
.private-messages .buttons button:hover {
    background-color: #eee;
}
.forum-edit-page .buttons button.button-1,
.move-topic-page .buttons button.button-1,
.private-messages .buttons button.button-1 {
    background-color: #cc8a97;
    border-color: #cc8a97;
    color: #fff;
}
.forum-edit-page .buttons button.button-1:hover,
.move-topic-page .buttons button.button-1:hover,
.private-messages .buttons button.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;
}
/* GLOBAL TABLES */

.table-wrapper {
	/*overflow-x: auto;*/
}
.cart, .data-table,
.compare-products-table {
	margin: 0 0 30px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
}
.forums-table-section table {
    margin: 0 0 70px;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
}
table.data-table {
    box-shadow: none;
    border: 2px solid #eee;
}
.cart th, .data-table th,
.forums-table-section th {
	border-bottom: 2px solid #eee;
    padding: 12px 15px;
    white-space: nowrap;
    font-weight: normal;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 60px;
    border-bottom: 2px solid #eee;
    background: #fff;
    padding: 12px 15px;
    font-weight: normal;
}
.data-table td.product a {
    font-style: normal;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
}
.cart tr:last-child td,
.data-table tr:last-child td,
.compare-products-table tr:last-child td,
.forums-table-section tr:last-child td {
    border-bottom: none;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-weight: bold;
    color: #444;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: center;
}
.cart .attributes,
.data-table .attributes {
    margin: 0;
    padding: 0;
    border: none;  
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart .product {
    min-width: 175px;
}
.cart .edit-item > a {
    color: #cc8a97;
}
.cart .edit-item > a:hover {
    text-decoration: underline;
}
.cart .unit-price {
    white-space: nowrap;
    font-size: 16px;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 48px;
    height: 48px;
    border: 2px solid #ddd;
    text-align: center;
    font-size: 16px;
}
.cart .qty-dropdown {
    padding: 3px;
}
.cart tbody .subtotal {
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    color: #cc8a97; 
}
.cart tbody .subtotal .discount {
    white-space: normal;
}
.cart .discount-additional-info {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	white-space: normal;
	color: #888;
}
.shopping-cart-page table.cart .product-name, 
.checkout-page table.cart .product-name {
    text-transform: uppercase;
}
.shopping-cart-page table.cart .quantity > span,
.checkout-page table.cart .quantity > span {
    display: inline-block;
    height: 48px;
    width: 48px;
    border: 2px solid #ddd;
    line-height: 43px;
    font-size: 16px;
}
.shopping-cart-page table.cart .quantity .td-title,
.checkout-page table.cart .quantity .td-title {
    display: none;
}



/* COMPARE PRODUCTS TABLE */

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    font-weight: bold;
    color: #cc8a97;
}
.compare-products-table .product-price td:first-child {
    font-weight: normal;
    color: #666;
}

.compare-products-table-mobile img {
    max-width: 120px;
}


/********** FOOTABLE CUSTOM CSS **********/



.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}
td.footable-last-column {
    text-align: center;
    font-size: 16px;
    font-weight: bold !important;
    color: #cc8a97;
}

.footable-first-column .item-count {
	font-size: 16px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	top: 50%;
	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: 1024px) {

.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.8);*/
}
.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 35px;
}
.header {
	margin-top: 40px;
}
.admin-header-links ~ .header {
	margin-top: 75px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);*/
	background-color: #cc8a97;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div {
    vertical-align: middle;
}
.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: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.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;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}       
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.header-menu .close-menu {
    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;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}      
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.header-menu .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;        
}
.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-actions {
	display: none;
}

/* HEADER LOGO */

.header-logo {
    padding: 15px 0;
}
.header-2 .header-options-wrapper .header-logo {
    display: none;
}
.header-2 .header-lower {
	background: transparent !important;
}

/* BLOCK NAVIGATION */

.block.block-account-navigation {
    float: none;
    margin: 80px auto 100px;
}

}

@media all and (max-width: 480px) {

.forums-table-section .forums-table-section-body {
	overflow-x: auto;
}
.forums-table-section .view-all {
	margin: 0;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */

.master-wrapper-content {
    width: 95%;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-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 > a,
.breadcrumb li > strong,
.breadcrumb li > .delimiter {
    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 button {
    padding: 0 15px;
}
.home-page-category-grid {
    width: 100%;
    margin: 0 0 90px;
}
.home-page-category-grid .item-box {
    margin-bottom: 2%;
}
.sub-category-grid {
    width: 100%;
    margin: 0 0 30px;
}

/* PRODUCT PAGE */

.gallery {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
}
.gallery .thumb-item {
    width: 25%;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
    margin: 0 -1px -2px;
}
.ui-tabs.productTabs .ui-tabs-nav {
	margin: 0;
	text-align: 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;
}
.shopping-cart-page .common-buttons a.estimate-shipping-button {
    background-image: url('../Themes/Brooklyn/Content/img/shipping.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 > div,
.order-details-area > ul,
.shipment-details-area > div {
	display: table-cell;
    width: 50%;
}
#CreditCardType, 
#CardholderName,
#CardNumber {
    width: 390px !important;
}

/* SEARCH PAGE & SITEMAP */
/* BLOG & NEWS */
/* FORUM & PROFILE */

.forum-search-box-text,
.forum-search-text {
	width: 350px;
}
.forum-page .forum-actions .actions a {
    width: auto;
}
.forum-actions .actions a:first-child,
.topic-actions .actions a:first-child {
    margin: 0 -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 button {
    padding: 0 10px;
}

.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 button[type='button'] {
    width: auto;
    min-width: 150px;
}
.product-list .item-box .buttons button.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: 20px 50px;
	text-align: center;
}

.tier-prices .prices-table {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: 2px solid #eee !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

.rental-attributes dt {
	min-width: 75px;
}
.rental-attributes .datepicker {
	width: 120px;
}
.attribute-squares {
	text-align: center;
}
.giftcard label {
	display: inline-block;
	width: 150px;
	margin: 0 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;
}
.product-review-item .review-text {
	overflow: hidden;
}
.product-review-item .review-avatar {
	float: left;
    margin: 0;
}
.product-review-item .avatar + .text-body {
	margin: 0 0 0 140px;
}

/* 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 {
    text-align: center;
    font-size: 0;
}
.shopping-cart-page .common-buttons .button-2,
.shopping-cart-page .estimate-shipping-button {
    width: 49%;
    max-width: 390px;
}
.shopping-cart-page .button-2 + .estimate-shipping-button {
    margin-left: 2%;
}
.order-progress a {
    width: auto;
    padding: 15px 65px 15px 15px;
}
.cart-options .common-buttons button {
	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 button {
	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 0 20px 20px;
    text-align: left;
    overflow: hidden;
}
.topic-post .post-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 1000px;
    background-color: #eee;
}
.topic-post .post-content .post-text {
    float: left;
    max-width: 88%;
}
.topic-post .post-vote {
    float: right;
    margin: 0 20px 0 0;
}
.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 button, 
.move-topic-page .buttons button, 
.private-messages .buttons button {
    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: 1025px) {

/* 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,
.header-menu > ul > li > span: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,
.header-menu > ul > li:hover > span: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 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 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 {
	border-bottom: 2px solid #eee;
}
.header-2 .header-lower {
	display: block;
	width: auto;
	background-color: #cc8a97;
	padding: 5px 0;
}
.header-2 .header-actions-wrapper {
	display: table;
	width: 980px;
	margin: auto;
}
.header-2 .header-lower .header-logo,
.header-2 .header-lower .search-box {
	display: none;
}
.header-2 #headerMenuParent {
	width: 88%;
	text-align: center;
}
.header-2 .header-menu > ul > li > a,
.header-2 .header-menu > ul > li > span {
	color: #fff;
}
.header-2 .header-menu > ul > li > a:after,
.header-2 .header-menu > ul > li > span:after {
	background-color: #fff;
}
.header-2 .header-menu > ul > li > .sublist-wrap,
.header-2 .header-menu > ul > li > .dropdown {
	margin-top: -3px;
}
.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="email"] {
	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 .item-box:hover .hover-effect-2 .title a span {
	bottom: 50%;
	margin-bottom: -30px;
}
.sub-category-grid .item-box:hover,
.manufacturer-grid .item-box:hover {
	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: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 .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 .thumb-item {
	width: 100%;
	height: 150px;
	margin: 0;
}

.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: 30px 80px;
}
.ui-tabs .ui-tabs-panel .inputs label {
	width: 223px;
}

.two-columns .gallery {
	float: left;
}
.two-columns .gallery .picture {
	width: 452px;
}
.two-columns .picture-thumbs {
	width: 113px;
}
.two-columns .gallery .thumb-item {
	height: 113px;
}
.two-columns .gallery .picture-thumbs li {
	height: 113px;
}

.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 .attribute-squares {
	text-align: left;
}
.two-columns .giftcard label {
	display: block;
	width: auto;
	margin: 0 0 5px;
	text-align: left;
}

/* REVIEW PAGE */

.write-review .review-rating {
    text-align: left;
}
.write-review .review-rating label {
    margin: 0;
}
.write-review .review-rating .name-description {    
    display: inline-block;
    width: 305px;
    margin: 1px 10px 0 0;
    text-align: right;
    vertical-align: top;
}

/* 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 input[type="tel"],
.registration-page .inputs input[type="email"],
.registration-page .inputs select,
.registration-page .inputs textarea,
.login-page .inputs input[type="text"],
.login-page .inputs input[type="password"],
.login-page .inputs input[type="email"],
.login-page .inputs input[type="tel"],
.account-page .inputs input[type="text"],
.account-page .inputs input[type="password"],
.account-page .inputs input[type="tel"],
.account-page .inputs input[type="email"],
.account-page .inputs select,
.account-page .inputs textarea {
	border-width: 0 0 2px;
}

.gender {
	width: 350px;
}
.gender span {
	display: inline-block;
	margin: 0;
	width: 48.5%;
	border-bottom: 2px solid #eee;
}
.gender span:first-child {
	margin: 0 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;
}
.account-page .revalidation-wrapper {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	padding: 8px;
	vertical-align: middle;
}
.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
	margin: 5px 0;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
	max-width: none;
}
.order-list-page .table-wrapper {
	max-width: none;
}
.order-list-page .buttons {
	text-align: 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;
}

/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px 0 20px 170px;
}
.vendorinfo-page .vendor-picture .remove-picture-button {
    margin: 20px 0 0;
}


/* 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 {
	margin: 0;
}
.cart-collaterals .deals:after {
	content: "";
	display: block;
	clear: both;
}
.cart-collaterals .deals > div {
	float: left;
    width: 390px;
    max-width: 48%;
	margin-right: 2%;
}
.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;
}
.new-billing-address .inputs .required {
    position: absolute;
}
.shipping-method .method-list li,
.payment-method .method-list li {
    text-align: left;
}
.shipping-method .method-description {
    margin: 5px 0 0 22px;
}
.payment-method .payment-logo {
    position: absolute;
    top: 0;
	bottom: 0;
    left: 42px;
	height: 36px;
	margin: auto;
}
.payment-method .payment-details input[type="radio"] {
	position: absolute;
    top: 0;
	bottom: 0;
    left: 18px;
	margin: auto;
}
.payment-method .method-list .payment-details label,
.payment-method .method-list .payment-description {
	margin: 0 0 0 88px;
}

/* 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;
}

}


/* 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 input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
    width: 400px;
    -webkit-appearance: none;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header-options-wrapper {
    position: relative;
    width: 1200px;
    text-align: center;
    font-size: 0;
}
.header-options {
    display: inline-block;
    max-width: 650px;
    float: none;
}
.header-links-wrapper,
.header-selectors-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.header-links li {
    margin: 0 15px;
}
.store-search-box {
    position: absolute;
    top: 0;
    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="email"] {
	width: 260px;
}
.newsletter-email .newsletter-subscribe-button {
    width: 260px;
}

/* FOOTER-2 */

.footer-2 .newsletter-email input[type="text"] {
	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.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 .thumb-item {
    height: 110px;
}
.two-columns .overview .discontinued-product {
    width: 550px;
    padding: 45px 10px;
}

/* REVIEW PAGE */

.write-review .review-rating .name-description {
    width: 390px;
}
.ui-tabs .write-review .review-rating .name-description {
    width: 410px;
}

/* 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;
}

/*vendor info page*/
.vendorinfo-page .vendor-picture {
    padding: 20px 0 20px 251px;
}



/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .common-buttons .button-2,
.shopping-cart-page .estimate-shipping-button {
    float: left;
    width: calc(33.33% - 10px);
}
.shopping-cart-page .common-buttons .button-2 + .button-2,
.shopping-cart-page .common-buttons a ~ .button-2 {
    float: right;
}
.shopping-cart-page .button-2 + .estimate-shipping-button {
    margin-left: 15px;
}
.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;
}

/* RETURN REQUESTS */

.return-request-file > div {
	width: 400px;
}

/* 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%;
}
 
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

input.instant-search-busy {
	background: 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;
	box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.086);
	background-color: #fff;
	padding: 10px 0;
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.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: 1025px) {

    .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: 1025px) {

.menu-title,
.close-menu {
	display: none;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
}
.mega-menu-responsive {
	display: none !important;
}

.header-menu,
.header-menu > ul > li {
	position: static;
}
.mega-menu .sublist-wrap {
	top: auto;
	left: auto;
}

.mega-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.086);
	overflow: hidden;
	background-color: #fff;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .dropdown.fullWidth {
	left: 50%;
	width: 980px;
	margin-left: -490px;
	border-bottom: 10px solid #cc8a97;
}
.mega-menu .with-subcategories ~ .sublist-wrap {
    z-index: 1;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 15px 0 5px;
}
.categories.fullWidth .box {
	margin: 0 0 35px;
	padding: 0;
}

.mega-menu .boxes-1 .box {
    width: 100%;
}

.mega-menu .boxes-2 .box {
    width: 50%;
}

.mega-menu .boxes-3 .box {
    width: 33.333%;
}

.mega-menu .boxes-4 .box {
    width: 25%;
}

.mega-menu .boxes-5 .box {
    width: 20%;
}

.mega-menu .boxes-6 .box {
    width: 16.666%;
}

.mega-menu .boxes-7 .box {
    width: 14.28%;
}

.mega-menu .boxes-8 .box {
    width: 12.5%;
}


.mega-menu .categories .picture {
	width: 100%;
	height: 220px;
	margin: 0 0 30px;
	overflow: hidden;
}
.mega-menu .categories .picture a {
	display: block;
}
.mega-menu .title {
	margin: 0 0 12px;
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 2px;
	color: #444;
	text-transform: uppercase;
}
.mega-menu .title:after {
    content: "";
    display: block;
	width: 30px;
    height: 3px;
    margin: 10px auto 0 0;
	background-color: #cc8a97;
}
.mega-menu .box ul {
}
.mega-menu .box li {
	padding: 0 10px;
	text-align: left;
}
.mega-menu .box li a {
	border-bottom: 2px solid #eee;
    color: #888;
    display: block;
    font-size: 14px;
    padding: 12px 10px 5px;
}
.mega-menu .box li a:hover {
	color: #cc8a97;
}
.mega-menu .box li:last-child a {
	border-bottom: none;
}
.mega-menu .fullWidth .box ul {
	padding: 0 20px;
}
.mega-menu .fullWidth .box li {
	padding: 5px 0;
}
.mega-menu .fullWidth .box li a {
	display: inline;
	border: none;
	padding: 0;
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}

.pictures-per-row-two .categories.fullWidth {
	border: none;
}
.pictures-per-row-two .categories.fullWidth .box {
	width: 50%;
	margin: 0;
	overflow: hidden;
}
.pictures-per-row-two .categories.fullWidth .box .picture {
	float: left;
	width: 50%;
	margin: 0;
}
.pictures-per-row-two .categories.fullWidth .box .details {
	float: left;
	width: 50%;
	padding: 20px 0;
}
.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .picture,
.pictures-per-row-two .categories.fullWidth .box:nth-child(3) .details,
.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .picture,
.pictures-per-row-two .categories.fullWidth .box:nth-child(4) .details {
	float: right;
}

.mega-menu .topic-wrapper {
	display: block;
	max-width: 500px;
	overflow: hidden;
	padding: 20px;
	font-size: 14px;
}
.mega-menu .topic-wrapper p {
}
.mega-menu .topic-wrapper strong {
}

}

@media all and (min-width: 1281px) {

.mega-menu .dropdown.fullWidth {
	width: 1200px;
	margin-left: -600px;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 769px) {

    .product-list .item-box .ribbon-wrapper {
        width: 200px; /*set width according to theme design and layout*/
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }
	.product-list .item-box .ribbon-wrapper + .details {
		margin: 0 0 0 220px;
	}

}

@media all and (min-width: 1025px) {

    .gallery .ribbon-wrapper {
        float: left;
    }
    .jcarousel-item .ribbon-position {
        z-index: 0;
    }

}

@media all and (min-width: 1281px) {
	
	.product-list .item-box .ribbon-wrapper + .details {
		margin: 0 0 0 230px;
	}
	
}
/* anywhere page map */
.anywhere-page-map {
    margin: 0 0 30px;
}

    .anywhere-page-map .map-title {
        margin: 0 0 30px;
        text-align: center;
        font-size: 22px;
        color: #444;
        letter-spacing: 3.3px;
        text-transform: uppercase;
    }

    .anywhere-page-map .map-wrapper {
        margin: 0 0 20px;
    }

/* cross-page map elements */

.map-wrapper .map {
    height: 400px;
}

    .map-wrapper .map img {
        max-width: none;
        max-height: none;
    }

#shop-address-input {
    top: 10px !important;
    width: 180px;
    height: 30px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 11px;
}

.map-controls {
    text-align: center;
    line-height: 30px;
}

.getUserGeoLocation,
.align-map-button {
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.map-controls .additional-info {
    display: block;
}

/* ALL SHOPS PAGE */

.directions-wrapper {
    display: none;
    max-width: 500px;
    margin: 30px auto 0;
    padding: 0 0 40px;
}

.directions-shown {
    display: block;
}

.directions-panel {
    position: relative;
    overflow-y: auto;
    text-align: left;
}

    .directions-panel .adp-text {
        padding: 0 15px;
    }

    .directions-panel .adp-step,
    .directions-panel .adp-substep {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .directions-panel .adp-substep:nth-child(3) {
            word-break: break-all; /*fix for Chrome horizontal scroll issue*/
        }

.current-location-wrap {
    margin: -25px 0 0;
    border-top: 2px solid #eee;
    padding: 35px 0;
}

    .current-location-wrap + .map-wrapper,
    .shops-sorting-filtering-wrapper {
        max-width: 500px;
        margin: auto;
    }

.shops-sorting-filtering-wrapper {
    border: 2px solid #eee;
    padding: 20px 0 30px;
    overflow: hidden;
}

    .shops-sorting-filtering-wrapper > div {
        margin: 15px 0;
    }

    .shops-sorting-filtering-wrapper label {
        display: block;
        margin: 0 0 5px;
    }

    .shops-sorting-filtering-wrapper select,
    .shops-sorting-filtering-wrapper input {
        width: 100%;
        max-width: 400px;
        height: 50px;
        border-width: 2px 0;
        border-style: solid;
        border-color: #eee;
        padding: 0 10px;
        vertical-align: middle;
    }

.radiusFilterWrapper span.units {
    display: inline-block;
    width: 20px;
    margin: 0 -20px 0 0;
}

.filter-shops-button {
    width: 100%;
    min-width: 110px;
    max-width: 400px;
    height: 50px;
    margin: 25px 0 0;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.clear-filtered-shops {
    display: none;
    margin: 15px 0 0;
    background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/close-button.png') no-repeat left center;
    padding: 0 15px;
}

.shops-list {
    margin: 30px 0 0;
}

.shops-item {
    max-width: 500px;
    margin: 50px auto 0;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.12);
    overflow: hidden;
}

    .shops-item .picture-wrap {
        font-size: 0;
    }

    .shops-item .picture-link {
        display: inline-block;
        width: 100%;
    }

    .shops-item .picture-img {
        width: 100%;
        max-width: 100%;
    }

    .shops-item .info-wrap {
        padding: 30px 20px;
    }

    .shops-item .shop-name {
        margin: 0 0 15px;
        font-size: 16px;
        letter-spacing: 2px;
        color: #444;
        text-transform: uppercase;
    }

        .shops-item .shop-name:after {
            content: "";
            display: block;
            width: 30px;
            height: 3px;
            margin: 10px auto 0;
        }

    .shops-item .distance-line {
        display: inline-block;
        margin: 0 5px 20px 0;
        vertical-align: middle;
    }

    .shops-item .show-directions {
        display: inline-block;
        margin: 0 0 20px 5px;
        vertical-align: middle;
        font-weight: bold;
    }

    .shops-item .short-description {
        margin: 0 0 15px;
        line-height: 24px;
    }

    .shops-item .tags,
    .shop-page .tags {
        margin: 0 0 30px;
    }

    .shops-item .tags-label,
    .shop-page .tags-label {
        display: inline-block;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .shops-item .tag-item,
    .shop-page .tag-item {
        display: inline-block;
    }

        .shops-item .tag-item:after,
        .shop-page .tag-item:after {
            content: ",";
            margin: 0 10px 0 0;
        }

        .shops-item .tag-item:last-child:after,
        .shop-page .tag-item:last-child:after {
            display: none;
        }

    .shops-item .read-more {
        display: inline-block;
        min-width: 200px;
        border: none;
        padding: 14px 40px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        transition: all 0.2s ease;
    }

        .shops-item .read-more:hover {
            opacity: 0.9;
        }

.no-shops-after-filtering {
    display: none;
}

/* SHOP PAGE */

.back-to-all-shops {
    display: none;
}

    .back-to-all-shops a {
    }

.shop-page .main-picture {
    margin: 0 0 20px;
    font-size: 0;
}

.shop-page .main-picture-link {
    display: inline-block;
}

.shop-page .main-picture-img {
    max-width: 100%;
}

.all-shop-images {
    margin: 0 0 5px;
    text-align: left;
    font-size: 0;
}

    .all-shop-images li {
        display: inline-block;
        margin: 0 0 5% 4%;
        width: 22%;
    }

        .all-shop-images li:nth-child(4n+1) {
            margin-left: 0;
        }

    .all-shop-images a {
        display: block;
    }

    .all-shop-images img {
        max-width: 100%;
    }

.shop-map-images {
    max-width: 480px;
    margin: 0 auto 40px;
}

    .shop-map-images .map {
        margin: 0 0 20px;
    }

    .shop-map-images .map-controls {
        padding: 0 0 20px;
    }

        .shop-map-images .map-controls a {
            font-weight: bold;
            text-transform: uppercase;
        }

    .shop-map-images .directions-wrapper {
        float: none;
        width: 100%;
    }

.shop-full-description {
    margin: 0 0 30px;
    line-height: 24px;
}

    .shop-full-description p {
        margin: 10px 0;
    }

    .shop-full-description td {
        border: 2px solid #eee;
        padding: 10px 15px;
        text-align: left;
    }

    .shop-full-description a {
        font-weight: bold;
    }

    .shop-full-description ul { /*theme specific*/
        margin: 12px 0;
        padding: 0 0 0 36px;
        list-style: disc;
    }

    .shop-full-description ol { /*theme specific*/
        margin: 12px 0;
        padding: 0 0 0 36px;
        list-style: decimal;
    }

@media all and (min-width: 481px) {
    #shop-address-input {
        width: 220px;
    }
}

@media all and (min-width: 769px) {
    .directions-wrapper {
        float: left;
        width: 40%;
        max-width: none;
        height: 400px;
        margin: 0;
        border: none;
        padding: 0;
    }

    .directions-panel {
        height: 100%;
        padding: 0 10px 0 0;
    }

        .directions-panel > div {
            margin: 0 0 10px;
        }

        .directions-panel #backToResults {
            display: none;
        }

        .directions-panel table {
            margin-top: 0;
        }

    .map-wrapper.directions-shown {
        float: right;
        width: 60%;
    }

    .current-location-wrap + .map-wrapper,
    .shops-sorting-filtering-wrapper {
        max-width: none;
    }

    .shops-sorting-filtering-wrapper {
        clear: both;
        padding: 20px;
        font-size: 0;
    }

        .shops-sorting-filtering-wrapper > div {
            display: inline-block;
            width: 28%;
            margin: 0 0 5px;
            padding: 0 20px;
            vertical-align: bottom;
            font-size: 13px; /*reset zeroing*/
        }

            .shops-sorting-filtering-wrapper > div:first-child {
                padding-left: 0;
            }

            .shops-sorting-filtering-wrapper > div:last-child {
                width: 16%;
                padding: 0;
                text-align: right;
            }

        .shops-sorting-filtering-wrapper label {
            text-align: left;
        }

        .shops-sorting-filtering-wrapper select,
        .shops-sorting-filtering-wrapper input {
            width: 100%;
        }

    div.radiusFilterWrapper {
        padding: 0 25px 0 15px;
        white-space: nowrap;
    }

    .radiusFilterWrapper span.units {
        margin: 0;
        text-align: right;
        vertical-align: middle;
    }

    .shops-filtering-buttons {
        text-align: center !important;
    }

    .clear-filtered-shops {
        margin: 0 0 5px;
        padding: 0 5px 0 15px;
    }

    .filter-shops-button {
        margin: 0;
    }

    .shops-list {
        font-size: 0;
    }

    .shops-item {
        display: inline-block;
        width: 45%;
        max-width: none;
        margin: 25px 2.5% 0;
        vertical-align: top;
        font-size: 14px; /*reset zeroing*/
    }

        .shops-item .picture-wrap {
        }

        .shops-item .info-wrap {
            text-align: left;
        }

        .shops-item .shop-name:after {
            margin: 10px 0 0;
        }

        .shops-item:only-child {
            display: table;
            width: 100%;
            margin: 40px 0;
        }

            .shops-item:only-child .picture-wrap {
                display: table-cell;
                width: 45%;
                vertical-align: top;
            }

            .shops-item:only-child .info-wrap {
                display: table-cell;
                width: 55%;
                padding: 30px;
                vertical-align: middle;
            }

    .shop-map-images {
        float: left;
        width: 48.5%;
        max-width: none;
        margin: 0;
    }

        .shop-map-images + .shop-info {
            float: right;
            width: 48.5%;
            text-align: left;
        }

        .shop-map-images .map-controls {
            text-align: left;
        }
}

@media all and (min-width: 1001px) {
    .shops-sorting-filtering-wrapper > div {
        width: auto !important;
        padding: 0 10px;
    }

    div.shops-filtering-buttons:last-child {
        float: right;
    }

    .shops-sorting-filtering-wrapper label {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .shops-sorting-filtering-wrapper select,
    .shops-sorting-filtering-wrapper input {
        width: 150px;
    }

    .shops-sorting-filtering-wrapper #searchRadius {
        width: 120px;
    }

    .shops-sorting-filtering-wrapper .clear-filtered-shops {
        margin: 0 10px 0 0;
        padding-bottom: 0;
    }

    .shops-sorting-filtering-wrapper .button-wrap {
        display: inline-block;
    }

    .shops-item {
        width: 30.33333%;
        margin: 20px 1.5%;
    }

    .shop-map-images {
        width: 57%;
    }

        .shop-map-images .main-picture {
            float: left;
            width: calc(100% - 112px);
        }

        .shop-map-images .all-shop-images {
            float: right;
            width: 111px;
        }

            .shop-map-images .all-shop-images li {
                width: 100%;
                margin: 1px 0 0;
            }

                .shop-map-images .all-shop-images li:first-child {
                    margin: 0;
                }

        .shop-map-images .map-wrapper {
            clear: both;
        }

        .shop-map-images + .shop-info {
            width: 40%;
        }
}

@media all and (min-width: 1281px) {
    .shops-sorting-filtering-wrapper > div {
        padding: 0 20px;
    }

    .shops-sorting-filtering-wrapper select,
    .shops-sorting-filtering-wrapper input {
        width: 220px;
    }

    .filter-shops-button {
        min-width: 140px;
    }

    .shops-item:only-child .picture-wrap {
        width: 40%;
    }

    .shops-item:only-child .info-wrap {
        width: 60%;
    }

    .shop-map-images .main-picture {
        width: calc(100% - 138px);
    }

    .shop-map-images .all-shop-images {
        width: 135px;
    }

        .shop-map-images .all-shop-images li {
            margin: 2px 0 0;
        }
}

/* Change location popup */

.changeLocation {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 0 !important;
    width: 590px;
    max-width: 95%;
    padding-top: 0 !important;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: #fff;
    z-index: 1070;
}

.changeLocationWindow input[type=button],
.changeLocationWindow a {
    cursor: pointer;
}

.changeLocation .k-window-titlebar.k-header {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    background: none !important;
}

    .changeLocation .k-window-titlebar.k-header .k-window-actions {
        position: absolute;
        text-indent: 9999px;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }

        .changeLocation .k-window-titlebar.k-header .k-window-actions a {
            display: block;
            width: 24px;
            height: 24px;
            margin: 8px;
            overflow: hidden;
            border: none;
            background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/close-button.png') no-repeat center;
            font-size: 0;
            opacity: 0.7;
        }

            .changeLocation .k-window-titlebar.k-header .k-window-actions a:hover {
                opacity: 1;
            }

.changeLocationWindow .popup-header {
    overflow: hidden;
    padding: 10px;
    font-weight: bold;
    cursor: move;
    border: 0;
}

    .changeLocationWindow .popup-header h1 {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
    }

.changeLocation .search-bar {
    padding: 15px;
}

    .changeLocation .search-bar:after {
        content: "";
        display: block;
        clear: both;
    }

.changeLocation .nearest-shops-list {
    padding: 15px;
}

#customer-address-input {
    width: calc(100% - 100px);
    height: 50px;
    float: left;
    border: 2px solid #eee;
    border-width: 0 0 2px;
    vertical-align: middle;
    font-size: 14px;
}

#search-shops {
    float: left;
    height: 50px;
    width: 100px;
    border: 2px solid #eee;
    background-color: #f9f9f9;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.changeLocation .shop-name {
    margin-bottom: 4px;
    font-size: 15px;
}

.changeLocation .shop-item {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

    .changeLocation .shop-item:first-of-type {
        border-top: 0;
    }

    .changeLocation .shop-item .info-wrap {
        float: left;
        max-width: calc(100% - 150px);
        margin: 0px;
    }

    .changeLocation .shop-item button {
        float: right;
        width: 150px;
        height: 40px;
        border: none;
        padding: 0 10px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .changeLocation .shop-item button:hover {
            opacity: .9;
        }

.changeLocation .current-location-label {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
}

    .changeLocation .current-location-label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        width: 15px;
        height: 15px;
        background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/current_icon.svg') no-repeat center;
        background-size: contain;
    }

/* header element */

.header-nearest-store {
    position: relative;
    display: table-cell;
    padding: 0 0 0 30px;
    width: 250px;
    text-align: left;
    font-size: 13px;
}

    .header-nearest-store:before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 5px;
        left: 5px;
        width: 20px;
        height: 20px;
        background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/location_icon.svg') no-repeat center;
    }

    .header-nearest-store h2 {
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .header-nearest-store .address:after {
        content: "|";
        display: inline-block;
        margin: 0 4px;
    }

    .header-nearest-store a:hover,
    .footer-nearest-store a:hover {
        text-decoration: underline;
    }

    .header-nearest-store .get-directions {
        margin-left: 10px;
    }

        .header-nearest-store .get-directions:before {
            content: "";
            display: inline-block;
            margin-right: 4px;
            width: 12px;
            height: 12px;
            background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/location_icon.svg') no-repeat center;
            background-size: contain;
        }

/* footer element */

.footer-nearest-store {
    float: left;
    padding: 25px 25px 0;
    width: 30%;
    background-color: #fff;
    border: 2px solid #ddd;
    text-align: left;
    overflow: hidden;
}

.footer-nearest-store-info {
    float: left;
    width: 48%;
}

.footer-nearest-store .store-hours {
    float: right;
    width: 48%;
}

.footer-nearest-store .directions {
    float: left;
    width: 100%;
    clear: both;
}

.footer-nearest-store .get-directions {
    display: block;
    margin: 25px -25px 0;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    transition: all .1s ease;
}

    .footer-nearest-store .get-directions:hover {
        text-decoration: none;
        opacity: .9;
    }

.footer-nearest-store .title {
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.footer-nearest-store .change-location {
    display: block;
    margin-bottom: 4px;
}

.footer-nearest-store .address1,
.footer-nearest-store .address2 {
    display: block;
}

.footer-nearest-store .description > span {
    display: block;
}

.footer-nearest-store .address .view-details {
    display: block;
    margin-top: 4px;
}

.footer-nearest-store .address + .phone-number,
.footer-nearest-store .address + .fax-number {
    margin-top: 22px;
}

.footer-nearest-store .phone-number:before,
.footer-nearest-store .fax-number:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    background-size: contain;
}

.footer-nearest-store .phone-number:before {
    background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/phone_icon.svg') no-repeat center;
}

.footer-nearest-store .fax-number:before {
    background: url('../Plugins/Nop.Plugins.StoreLocator.Storis/Themes/Brooklyn/Content/images/fax_icon.svg') no-repeat center;
}

/* all shops */

.shops-sorting-filtering-wrapper {
    text-align: center;
}

#shop-address-input {
    height: 50px;
}

.pac-container.pac-logo {
    z-index: 1077;
}

@media all and (max-width:1000px) {
    .header-nearest-store {
        display: block;
        width: 250px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .footer-nearest-store {
        display: block;
        margin: 0 auto 20px;
        float: none;
        width: 100%;
        max-width: 450px;
    }
}
.header-logo a,
.header-upper,
.header-actions a.ico-cart,
.header-menu > ul > li > a::after,
#goToTop,
.social-sharing li,
.newsletter-email .newsletter-subscribe-button,
.footer-block .title + *::before,
.header-2 .header-lower,
.mega-menu .title::after,
.item-box button,
.item-box .with-icon .product-box-add-to-cart-button,
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page *,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.write-review .button-1,
.wishlist-content .button-2.wishlist-add-to-cart-button,
.compare-products-page .button-2,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .login-button,
.login-page .register-button,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.contact-page .button-1,
.email-a-friend-page .button-1,
.account-page .title strong::after,
.account-page .button-2,
.order-details-page .button-2.print-order-button,
.order-details-page .actions button,
.mini-shopping-cart .count,
.mini-shopping-cart button,
.shopping-cart-page .button-2.update-cart-button,
.shopping-cart-page .estimate-shipping-button,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.search-input .button-1,
.sitemap-page .entity-title h2::after,
.post-title::after,
.news-title::after,
.blog-posts .read-more,
.news-items .read-more,
.new-comment .title strong::after,
.comment-list .title strong::after,
.new-comment .button-1,
.forum-search-box .basic .search-box-button,
.forums-table-section-title > a::after,
.forums-table-section-title strong::after,
.topic-post .pm-button,
.profile-info-box .pm-button,
.forum-edit-page .buttons button.button-1,
.move-topic-page .buttons button.button-1,
.private-messages .buttons button.button-1,
.responsive-nav-wrapper,
.item-box .rating div,
.overview .rating div,
.product-review-box .rating div,
.footer-2 .newsletter-block .title,
.apply-vendor-page .button-1,
.ui-dialog-titlebar,
.ui-dialog .notify-me-button,
button.apply-shipping-button,
/*plugins*/ .ajaxCart .productAddedToCartWindowCheckout,
.previous-product a:hover .previous-product-label,
.next-product a:hover .next-product-label,
.sale-of-the-day-offer .go-to-product-page,
.blog-search-box .search-box-button,
.post-navigation a:hover::before,
.jCarouselMainWrapper .slick-dots .slick-active button,
.ajaxFilters .k-window-titlebar,
.ropc .complete-button button,
.header-menu > ul > li > span:after,
.shops-item .shop-name:after,
.shops-item .read-more,
.newsletter-subscribe-popup .newsletter-subscribe-popup-title::after,
.sale-of-the-day-offer li.slick-active button {
  background-color: #2a2a2a;
}
/* set same border color as bg */

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

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

.ui-dialog-titlebar,
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a,
.header-2 .header-links a span:hover,
.header-2 .header-links a:hover,
.styleSelect_item li:hover span,
.footer-block a:hover,
.footer-powered-by a,
.footer-designed-by a,
.block .list li.active > a,
.block.block-account-navigation .list li.active a,
.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 button,
.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 button,
.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 button.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 button,
.move-topic-page .buttons button,
.private-messages .buttons button,
.private-messages-page td a.pm-unread,
.private-messages-page .to a:hover,
.private-messages-page .from a:hover,
.private-messages-page .subject a:hover,
.profile-page .topic-title a,
.profile-page .topic-title a:hover,
.header-menu .sublist li:hover > a,
.mini-shopping-cart .price span,
.mini-shopping-cart .totals strong,
.cart .edit-item > a,
.cart tbody .subtotal,
.compare-products-table .product-price td,
td.footable-last-column,
.go-to-page,
.blog-page .buttons .read-more,
.order-details-page .button-2.re-order-button,
.account-page .button-2.return-items-button,
/*topics descriptions posts*/ .category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.post-body a,
.news-body a,
.custom-tab a,
/*plugins*/ .mega-menu .box li a:hover,
.sale-of-the-day-offer .price.actual-price,
.rich-blog-homepage .view-all a,
.instant-search-item .detail .price,
.priceRangeCurrentPricesPanel span,
.specification-current-value-panel span,
.filtersGroupPanel li > a:hover,
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter,
.selected-options-list > li span,
.productAddedToCartWindowSummary a,
.productAddedToCartWindowDescription strong,
.quickViewWindow .links-panel a,
.sale-of-the-day-offer .product-name h4:hover,
.blog-search-results li a,
.jDropDown li span:hover,
.jDropDown li.selected span,
.footer-tax-shipping a,
p .search-term-highlighter,
.ropc .estimate-shipping button,
.ropc .coupon-code button,
.post-relations li a,
.checkbox-list li label:hover,
.spc-header li span,
.spc-categories .category-sublist li a:hover,
.spc-categories .category-info:hover .category-title a,
.getUserGeoLocation,
.align-map-button,
.filter-shops-button,
.shops-item .show-directions,
.shop-map-images .map-controls a,
.shop-full-description a,
.product-filters .selected-price-range {
  color: #2a2a2a;
}
/*STORIS START*/

.email-cart-button,
.changeLocationWindow .popup-header,
.shops-item .shop-name:after,
.shops-item .read-more,
.changeLocation .shop-item button,
.footer-nearest-store .get-directions {
  background-color: #2a2a2a;
}
.storis-primary-theme-color,
.getUserGeoLocation,
.align-map-button,
.filter-shops-button,
.shops-item .show-directions,
.shop-map-images .map-controls a,
.shop-full-description a,
#search-shops,
.changeLocation .shop-link:hover,
.header-nearest-store a,
.footer-nearest-store a {
  color: #2a2a2a;
}
/*STORIS END*/

/* Kimbrells - Ron added - start */
.estimate-shipping-address-control option:not([value="41"]):not([value="51"]):not([value="16"] ){
    display: none;
}
.estimated-delivery .shipping-address{
     display: none !important;
}
.read-more:hover{
  background-color: #de1f11;
}
.change-password-button:hover{
  background-color: #de1f11;
}
.order-details-button:hover{
  background-color: #de1f11;
}
.save-customer-info-button:hover{
  background-color: #de1f11;
}
.send-ticket-button:hover{
  background-color: #de1f11;
}
.customer-reviews {
  display: none !important;
}
.login-button:hover {
    background-color: #de1f11;
}
.register-button:hover {
    background-color: #de1f11;
}
.register-next-step-button:hover {
    background-color: #de1f11;
}
.password-recovery-button:hover {
    background-color: #de1f11;
}
/* Kimbrells - Ron added - end */

/* Kimbrells - Ron added - start */
.shop-info .tags{
    display: none !important;
}
.info-wrap .tags{
    display: none !important;
}
#goToTop { display: none !important;}
/* Kimbrells - Ron added - end */

.footer-block .title+* {
  display: block;
  margin: 0;
}

a.logo {
  background-color: transparent;
}

h2 {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
}

li {
  font-family: 'Lato', sans-serif;
}

.homepage-collage-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.homepage-collage-container .estoris-grid-item-6-4-2.image-container,
.homepage-collage-container .estoris-grid-item-6-4-2.text-container {
  width: 50%;
}

.homepage-collage-container .estoris-grid-item-6-4-2.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homepage-collage-container .estoris-grid-item-6-4-2.image-container .red-box.kares {
  margin-top: 10%;
  margin-left: 20%;
}

.html-category-page .product-grid .estoris-grid-item-4-3-2.item-box {
  overflow: hidden;
}

.html-category-page .product-grid .item-box button.add-to-wishlist-button:hover {
  background-image: url(/images/uploaded/homepage/heart-red.svg) !important;
}

.html-category-page .item-box button.product-box-add-to-cart-button:hover {
  background: #de1f11 !important;
}

.html-product-details-page .overview .add-to-cart-panel button:hover {
  background: #de1f11 !important;
}

.html-product-details-page .combined-delivery-modal h1.title {
  color: #fff;
}

.html-compare-products-page .compare-products-page .compare-products-table .product-price {
  display: contents;
}

.html-shopping-cart-page .modal-warranty-container .checkout-page {
  bottom: 45px;
}

.html-order-details-page .order-details-page .section.products .fulfillment table tr td ul.info-list li.location a {
  display: none;
}

/*
.modal-disclaimer.account-page {
display: none !important;
}
*/

/************************** grid-containers *********************/
@media(min-width:1001px) {
  [class^="estoris-grid-container-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(min-width:501px) and (max-width:1000px) {
  [class^="estoris-grid-container-12-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-12-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-12-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-12-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-12-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-12-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-12-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-12-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-12-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-12-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-12-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-12-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-11-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-11-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-11-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-11-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-11-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-11-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-11-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-11-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-11-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-11-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-11-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-11-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-10-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-10-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-10-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-10-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-10-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-10-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-10-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-10-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-10-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-10-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-10-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-10-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-9-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-9-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-9-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-9-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-9-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-9-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-9-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-9-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-9-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-9-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-9-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-9-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-8-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-8-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-8-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-8-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-8-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-8-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-8-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-8-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-8-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-8-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-8-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-8-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-7-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-7-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-7-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-7-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-7-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-7-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-7-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-7-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-7-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-7-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-7-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-7-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-6-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-6-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-6-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-6-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-6-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-6-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-6-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-6-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-6-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-6-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-6-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-6-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-5-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-5-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-5-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-5-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-5-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-5-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-5-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-5-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-5-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-5-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-5-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-5-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-4-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-4-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-4-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-4-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-4-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-4-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-4-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-4-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-4-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-4-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-4-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-4-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-3-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-3-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-3-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-3-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-3-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-3-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-3-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-3-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-3-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-3-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-3-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-3-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-2-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-2-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-2-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-2-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-2-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-2-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-2-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-2-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-2-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-2-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-2-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-2-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  [class^="estoris-grid-container-1-12-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(12, 1fr);
  }

  [class^="estoris-grid-container-1-11-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(11, 1fr);
  }

  [class^="estoris-grid-container-1-10-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  [class^="estoris-grid-container-1-9-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(9, 1fr);
  }

  [class^="estoris-grid-container-1-8-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(8, 1fr);
  }

  [class^="estoris-grid-container-1-7-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(7, 1fr);
  }

  [class^="estoris-grid-container-1-6-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container-1-5-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container-1-4-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container-1-3-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container-1-2-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container-1-1-"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(max-width:500px) {
  [class^="estoris-grid-container"][class$="6"] {
    grid-template-columns: repeat(6, 1fr);
  }

  [class^="estoris-grid-container"][class$="5"] {
    grid-template-columns: repeat(5, 1fr);
  }

  [class^="estoris-grid-container"][class$="4"] {
    grid-template-columns: repeat(4, 1fr);
  }

  [class^="estoris-grid-container"][class$="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  [class^="estoris-grid-container"][class$="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  [class^="estoris-grid-container"][class$="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
}

/************************** grid-items **************************/
@media(min-width:1001px) {
  [class^="estoris-grid-item-12-"] {
    grid-column: span 12;
  }

  [class^="estoris-grid-item-11-"] {
    grid-column: span 11;
  }

  [class^="estoris-grid-item-10-"] {
    grid-column: span 10;
  }

  [class^="estoris-grid-item-9-"] {
    grid-column: span 9;
  }

  [class^="estoris-grid-item-8-"] {
    grid-column: span 8;
  }

  [class^="estoris-grid-item-7-"] {
    grid-column: span 7;
  }

  [class^="estoris-grid-item-6-"] {
    grid-column: span 6;
  }

  [class^="estoris-grid-item-5-"] {
    grid-column: span 5;
  }

  [class^="estoris-grid-item-4-"] {
    grid-column: span 4;
  }

  [class^="estoris-grid-item-3-"] {
    grid-column: span 3;
  }

  [class^="estoris-grid-item-2-"] {
    grid-column: span 2;
  }

  [class^="estoris-grid-item-1-"] {
    grid-column: span 1;
  }
}

@media(min-width:501px) and (max-width:1000px) {
  [class^="estoris-grid-item-12-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-12-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-12-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-12-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-12-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-12-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-12-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-12-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-12-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-12-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-12-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-12-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-11-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-11-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-11-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-11-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-11-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-11-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-11-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-11-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-11-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-11-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-11-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-11-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-10-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-10-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-10-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-10-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-10-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-10-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-10-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-10-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-10-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-10-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-10-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-10-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-9-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-9-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-9-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-9-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-9-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-9-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-9-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-9-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-9-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-9-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-9-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-9-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-8-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-8-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-8-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-8-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-8-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-8-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-8-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-8-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-8-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-8-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-8-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-8-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-7-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-7-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-7-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-7-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-7-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-7-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-7-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-7-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-7-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-7-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-7-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-7-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-6-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-6-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-6-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-6-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-6-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-6-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-6-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-6-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-6-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-6-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-6-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-6-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-5-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-5-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-5-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-5-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-5-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-5-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-5-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-5-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-5-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-5-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-5-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-5-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-4-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-4-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-4-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-4-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-4-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-4-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-4-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-4-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-4-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-4-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-4-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-4-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-3-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-3-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-3-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-3-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-3-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-3-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-3-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-3-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-3-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-3-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-3-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-3-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-2-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-2-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-2-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-2-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-2-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-2-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-2-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-2-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-2-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-2-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-2-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-2-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  [class^="estoris-grid-item-1-12-"] {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  [class^="estoris-grid-item-1-11-"] {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  [class^="estoris-grid-item-1-10-"] {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  [class^="estoris-grid-item-1-9-"] {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  [class^="estoris-grid-item-1-8-"] {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  [class^="estoris-grid-item-1-7-"] {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  [class^="estoris-grid-item-1-6-"] {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  [class^="estoris-grid-item-1-5-"] {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  [class^="estoris-grid-item-1-4-"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  [class^="estoris-grid-item-1-3-"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  [class^="estoris-grid-item-1-2-"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  [class^="estoris-grid-item-1-1-"] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

@media(max-width:500px) {
  [class^="estoris-grid-item"][class$="6"] {
    grid-column: span 6;
  }

  [class^="estoris-grid-item"][class$="5"] {
    grid-column: span 5;
  }

  [class^="estoris-grid-item"][class$="4"] {
    grid-column: span 4;
  }

  [class^="estoris-grid-item"][class$="3"] {
    grid-column: span 3;
  }

  [class^="estoris-grid-item"][class$="2"] {
    grid-column: span 2;
  }

  [class^="estoris-grid-item"][class$="1"] {
    grid-column: span 1;
  }
}

/************************** grid-gap ***************************/
.estoris-grid-gap-50 {
  grid-column-gap: 50px;
}

.estoris-grid-gap-40 {
  grid-column-gap: 40px;
}

.estoris-grid-gap-30 {
  grid-column-gap: 30px;
}

.estoris-grid-gap-25 {
  grid-column-gap: 25px;
}

.estoris-grid-gap-20 {
  grid-column-gap: 20px;
}

.estoris-grid-gap-10 {
  grid-column-gap: 10px;
}

.estoris-grid-gap-16 {
  grid-column-gap: 16px;
}


/***************************************** CSS Grid End ***********************************/

/* My account page */
.account-page.order-list-page #customer-orders-quotes-giftcards {
  display: flex;
  flex-direction: column;
}

/* End of my account page */

@media (min-width : 701px) {
  .hp-promos img {
    max-width: 100%;
    display: block;
  }
}

@media (max-width : 700px) {
  .hp-promos img {
    width: 100%;
  }
}


.estoris-grid-container-12-8-2.estoris-grid-gap-20.master-wrapper-content {
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
}

.estoris-grid-item-10-8-2.master-column-wrapper {
  width: 100%;
}

.promo-banner h1 {
  color: #de1f11;
  font-family: 'Oswald';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  font-style: normal;
}

.promo-banner .red-btn {
  text-align: center;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 120%;
  background: #de1f11;
  width: 35%;
  float: right;
  margin-left: 65%;
  padding-top: 1.5%;
}

.estoris-grid-item-12-8-2.promo-banner {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.html-home-page .topic-block {
  display: none;
}

.estoris-grid-item-3-2-1.usp-container {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.estoris-grid-item-2-2-1.usp-container {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.estoris-grid-container-12-8-2.estoris-grid-gap-20.homepage-usps {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.estoris-grid-container-10-8-2.estoris-grid-gap-20.homepage-usps {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.usp-container h3 {
  font-family: 'Lato';
  font-size: 24px;
  line-height: 120%;
  color: #de1f11;
  margin-bottom: 7%;
  text-transform: uppercase;
  margin-top: 5%;
  font-weight: 500;
}

.usp-container p {
  font-family: 'Lato';
  font-size: 18px;
  line-height: 120%;
  color: #545454;
}

.home-page-category-grid .item-box {
  width: 100%;
}


.home-page-category-grid .title a span {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 21px;
  left: 0;
  width: 190px;
  height: 60px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.9);
  color: white !important;
  font-weight: normal;
  font-family: 'Lato';
  font-size: 24px;
}

.home-page-category-grid .title a:hover:after {
  display: none;
}

.home-page-category-grid .item-box .title::after {
  transform: scaleY(0);
  transform-origin: top;
}

/*
.home-page-category-grid .item-box .title:hover {
    background-color: rgba(0,0,0,0.7);
}
*/

.home-page-category-grid .item-box .title:hover::after {
  transform: scaleY(1);
  transform-origin: bottom;
  transition-delay: 0s;
}

/*
.home-page-category-grid .item-box .title:hover a span {
    background-color: #d41e10;
}
*/
.home-page-category-grid .title:nth-child(1) strong {
  letter-spacing: 1.12px;
  font-size: 36px;
  color: #de1f11;
  line-height: 120%;
}

.html-category-page .item-box button.product-box-add-to-cart-button {
  /*
width: 100% !important;
    margin-top: 5%;
*/
  width: 112% !important;
  margin-top: 5%;
  position: relative;
  left: -18px;
}

@media (max-width : 600px) {
  .estoris-grid-container-12-8-2.estoris-grid-gap-20.homepage-usps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .estoris-grid-container-10-8-2.estoris-grid-gap-20.homepage-usps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .estoris-grid-container-12-8-2.estoris-grid-gap-20.homepage-usps {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .estoris-grid-container-10-8-2.estoris-grid-gap-20.homepage-usps {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .estoris-grid-item-3-2-1.usp-container {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20%;
  }

  .estoris-grid-item-2-2-1.usp-container {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20%;
  }

  html {
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px;
    overflow-x: hidden !important;
  }

  .promo-banner .red-btn {
    text-align: center;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 120%;
    background: #de1f11;
    width: 100%;
    float: right;
    margin-left: 50%;
    padding-top: 1.5%;
    padding-bottom: 3.5%;
    margin-top: 5%;
  }

  .promo-banner h1 {
    color: #de1f11;
    font-family: 'Oswald';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 120%;
    font-style: normal;
    font-size: 26px;
    text-align: center;
  }

  [class^="estoris-grid-container"][class$="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .estoris-grid-item-12-8-2.promo-banner {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 1.5%;
    border-top: none;
    border-bottom: none;
  }

  .slider-wrapper.anywhere-sliders-nivo-slider.theme-homepage-desktop.no-captions {
    display: none;
  }
}

@media (min-width : 601px) {
  .slider-wrapper.anywhere-sliders-nivo-slider.theme-homepage-mobile.no-captions {
    display: none;
  }


  .estoris-grid-row-container-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(8, 1fr);

  }

  .estoris-grid-row-container-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(10, 1fr);

  }

  .estoris-grid-row-container-15 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1f 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(15, 1fr);

  }

  .estoris-grid-row-item-3 {
    grid-row: span 3;
  }

  .estoris-grid-row-item-4 {
    grid-row: span 4;
  }

  .estoris-grid-row-item-5 {
    grid-row: span 5;
  }

  .estoris-grid-row-item-11 {
    grid-row: span 11;
  }

  .estoris-grid-row-item-7 {
    grid-row: span 7;
  }
}

.item-box .picture a,
.home-page-category-grid .picture,
.home-page-category-grid .category-item {
  height: 100%;
}

.home-page-category-grid .item-box {
  width: 100%;
  margin: 0 !important;
}

.estoris-grid-row-gap-20 {
  grid-row-gap: 20px
}

.hp-map img {
  width: 100%;
  display: block;
  object-fit: scale-down;
}

.text-container h3 {
  font-family: 'Oswald';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 120%;
  color: #de1f11;
  margin-bottom: 5%;
}

.text-container p {
  font-family: 'Lato';
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  padding-bottom: 5%;
}

a.white-btn {
  color: #de1f11;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #de1f11;
  padding: 1% 5%;
  box-sizing: border-box;
}

a.white-btn:hover {
  color: #ffffff;
  background-color: #de1f11;
}

.estoris-grid-item-6-4-2.image-container,
.text-container {
  margin-top: 10%;
}

@media (min-width : 1001px) {
  .header-lower {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0%;
  }


  .search-box.store-search-box {
    position: relative;
    width: 80%;
    margin-left: 15%;

  }

  .store-search-box form {
    width: 100% !important;
  }

  .store-search-box span.search-box-text {
    width: 80%;
  }

  input#small-searchterms {
    width: 100% !important;
  }

  .search-box.store-search-box {
    position: relative;
    width: 80%;
    margin-left: 15%;
    padding-top: 5%;
  }

  .estoris-grid-item-2-2-2.header-logo,
  #headerMenuParent {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

input#small-searchterms,
input#small-searchterms::placeholder {
  color: black;
}



.estoris-grid-item-2-2-2.header-logo,
#headerMenuParent {
  width: 100%;
}


input.button-1.search-box-button,
button.button-1.search-box-button {
  background-color: #de1f11;
}

input#small-searchterms {
  border: 1px solid black;
  border-right: none;
}

.header-actions {
  display: none;
}

.header-upper a {
  color: #ffffff !important;
}

.header-options {
  display: inline-block;
  max-width: 650px;
  text-align: right;
  float: right;
}

@media (min-width: 1001px) {
  .header-options-wrapper {
    width: 80%;
    text-align: center;
    font-size: 0;
  }

  .header-options {
    max-width: 100%;
    width: 100%;
  }

  .header-links-wrapper {
    float: right !important;
    margin: 0 !important;
  }

  .header-selectors-wrapper {
    float: left !important;
  }
}

.mega-menu li a {
  font-size: 18px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #000000 !important;
}

.mega-menu .pre-approved-link a {
  color: #de1f11 !important;
  font-family: 'Lato' !important;
  font-size: 18px !important;
  border-bottom: 1px solid #de1f11;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Kimbrells - Ron added - start */
.mega-menu .sale-link a {
  /*  color: #355E3B !important; */
    color: #1338BE !important;
    font-family: 'Lato' !important;
    font-weight: bold !important;
    font-size: 18px !important;
    border-bottom: 1px solid #dba628;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .mega-menu .sale-link a {
        font-size: 17px !important;
       /* color: #355E3B !important; */
         color: #1338BE !important;
    }
/* Kimbrells - Ron added - end */

/* Kimbrells - Ron added - start */
  li.sale-link a {
   /* color: #355E3B !important; */
    color: #1338BE !important;
  }
/* Kimbrells - Ron added - end */

.mega-menu li {
  padding-left: 15px;
  padding-right: 15px;
}

.mega-menu li a span {
  text-transform: capitalize;
}

.header-menu>ul>li:hover>a:after,
.header-menu>ul>li:hover>span:after {
  display: none;
}

.mega-menu li a {
  font-weight: normal !important;
}

.mega-menu li:hover a:nth-child(1) {
  color: #de1f11 !important;
  font-weight: bold !important;
  border-bottom: 2px solid #de1f11 !important;
  box-sizing: border-box !important;
}

.dropdown.categories.fullWidth.boxes-3.active {
  margin-top: 1%;
}

.header-store-loc img {
  margin-bottom: -3px !important;
  margin-right: 8px;
}

li.header-store-loc {
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.header-links li a {
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'Lato' !important;
}

.mega-menu .picture {
  display: none;
}

.mega-menu li:hover .dropdown a {
  color: black !important;
  text-decoration: none !important;
  border: none !important;
  font-weight: normal !important;
}

.mega-menu .title:after {
  display: none;
}

.dropdown.categories.fullWidth.boxes-3 {
  padding-top: 2%;
  border: none;
}

ul.subcategories {
  padding-left: 15% !important;
}

.mega-menu li:hover .dropdown.active .title a {
  font-weight: bold !important;
  color: #000000;
  font-size: 18px !important;
  line-height: 120% !important;
}

.dropdown .subcategories a {
  font-family: 'Lato' !important;
  font-size: 16px !important;
  line-height: 120%;
}

.footer-topic p,
.footer-topic a {
  color: #545454;
  font-size: 14px !important;
  font-family: 'Lato';
  line-height: 120%;
  margin-bottom: 5%;
}

.footer,
.footer-lower {
  background-color: #f6f6f6;
  box-shadow: none;
  text-align: center;
}

.footer-block .title {
  letter-spacing: normal;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Lato';
  color: #000000;
  line-height: 120%;
}

.newsletter-email {
  width: 100%;
}

input#newsletter-email {
  width: 55%;
  float: left;
  border: 1px solid #000000;
}

input#newsletter-subscribe-button,
button#newsletter-subscribe-button {
  width: 30%;
  float: left;
}

.kimbrells-newletter-block {
  background-color: #00AEEF;
  padding: 2%;
}

input#newsletter-subscribe-button,
button#newsletter-subscribe-button {
  background: #000000;
  border: 1px solid #000000;
  text-align: center;
  padding: 0;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: capitalize;
}

/* Kimbrells - Ron added - start */
input#newsletter-subscribe-button,
button#newsletter-subscribe-button:hover {
  background-color: #de1f11;
}
/* Kimbrells - Ron added - end */

.kimbrells-newletter-block h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 500;
  line-height: 120%;
  padding: 1rem 0;
  text-transform: uppercase;
}

p.newsletter-info {
  color: #ffffff;
  font-size: 12px;
  line-height: 120%;
  font-family: 'Lato';
}

.newsletter-email {
  margin-top: 0 !important;
  padding-top: 2px;
}

.social-sharing a {
  background-position: 0 !important;
  opacity: 1 !important;
}

a.facebook {
  background: url(/images/uploaded/social/facebook-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .facebook {
  background: url(/images/uploaded/social/facebook-red.svg) no-repeat center !important;
}

/* Kimbrells - Ron added - start */
a.instagram {
    background: url(/images/uploaded/social/instagram-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .instagram {
       background: url(/images/uploaded/social/instagram-red.svg) no-repeat center !important;
}
/* Kimbrells - Ron added - end */

a.twitter {
  background: url(/images/uploaded/social/twitter-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .twitter {
  background: url(/images/uploaded/social/twitter-red.svg) no-repeat center !important;
}

a.google {
  background: url(/images/uploaded/social/google-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .google {
  background: url(/images/uploaded/social/google-red.svg) no-repeat center !important;
}

a.pinterest {
  background: url(/images/uploaded/social/pint-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .pinterest {
  background: url(/images/uploaded/social/pint-red.svg) no-repeat center !important;
}

a.youtube {
  background: url(/images/uploaded/social/youtube-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .youtube {
  background: url(/images/uploaded/social/youtube-red.svg) no-repeat center !important;
}

a.rss {
  background: url(/images/uploaded/social/rss-black.svg) no-repeat center !important;
}

.footer-2 .social-sharing li:hover .rss {
  background: url(/images/uploaded/social/rss-red.svg) no-repeat center !important;
}


.footer-block.newsletter-block {
  border: none;
  margin-top: -8%;
}

.footer .title {
  margin-bottom: 2% !important;
}

.footer-2 .newsletter-block .title {
  height: auto;
}

.home-page-category-grid .title:nth-child(1) strong,
.home-page-product-grid .title strong {
  letter-spacing: normal !important;
  font-size: 36px;
  color: #de1f11;
  line-height: 120%;
  font-weight: 500;
  font-family: 'Oswald';
}

.footer-links .list a:hover {
  color: #de1f11;
}

.footer-links .list a {
  color: #545454;
  font-size: 14px;
  font-family: 'Lato' !important;
  line-height: 120%;
}

div#newsletter-subscribe-block {
  margin-left: 15%;
}

.kimbrells-newletter-block {
  padding: 2% 3%;
}

.payment-options p {
  display: inline-block;
  vertical-align: top;
  color: #545454;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Lato';
  padding-right: 10px;
}

.payment-options {
  margin-bottom: 1%;
}

.footer-lower {
  color: #545454;
}

@media (min-width : 601px) {
  .header.header-1 {
    position: fixed;
    background-color: white;
    transition: top 0.2s ease-in-out;
  }

  .header.header-1 {
    transition: top 0.2s ease-in-out;
  }

  .header.header-1.nav-up {
    top: -200px;
  }

  .slider-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 124px;
  }

/* Kimbrells - Ron added - start */

  .slider-wrapper.theme-categorypage {
    position: relative;
    z-index: 1;
    /* padding-top: 124px; */
     padding-top: 0px !important;
     padding-bottom: 5px !important;
  }
/* Kimbrells - Ron added - end */

  html:not(.html-home-page) .master-wrapper-content {
    padding-top: 150px !important;
  }
}

.red-box {
  position: absolute;
  height: 285px;
  width: 285px;
  border: 1px solid #de1f11;
  z-index: -10;
}

.history.red-box {
  margin-top: 230px;
  margin-left: -30px;
}

.red-box.kares {
  margin-top: 230px;
  margin-left: 480px;
}

.red-box.finance {
  margin-top: 230px;
  margin-left: -30px;
}

.estoris-grid-item-6-4-2.text-container:nth-child(3) {
  text-align: right;
}

.hp-best-sellers .item-box .picture {
  border: 1px solid #eeeeee;
  margin-bottom: 0;
}

.hp-best-sellers .details {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 5%;
}

.hp-best-sellers .item-box .product-title a {
  color: #000000;
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: normal;
  line-height: 120%;
}

.hp-best-sellers .item-box .rating,
.hp-best-sellers .item-box .description {
  display: none;
}

span.price.actual-price {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  font-family: 'Lato';
  margin-right: 3%;
 color: #ff0000; 
}

.hp-best-sellers .buttons {
  display: inline;
  float: right;
}

input.button-2.add-to-wishlist-button,
button.button-2.add-to-wishlist-button {
  background-color: white !important;
  background-image: url(/images/uploaded/homepage/heart-black.svg) !important;
}

input.button-2.add-to-wishlist-button:hover,
button.button-2.add-to-wishlist-button:hover {
  background-color: white !important;
  background-image: url(/images/uploaded/homepage/heart-red.svg) !important;
}

.product-item.with-text:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin-top: -1px;

}

.hp-best-sellers .product-item.with-text:hover .picture {
  border: 1px solid #De1f11;
}

.hp-best-sellers .product-item.with-text:hover .details {
  border: 1px solid #De1f11;
  border-top: none;
}

.dark-img {
  position: relative;
  width: 100%;
}

.dark-img img {
  display: block;
}

/*
.dark-img a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
display : none;
}

.dark-img a:hover::after
{
display : block;
}
*/

.dark-img a:hover::after {
  transform: scaleY(1);
}

.dark-img a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: rgba(0, 0, 0, .6);
  z-index: 2;
  transition: transform 0.3s;
}

span.red-btn.dark-overlay {
  position: absolute;
  top: 50%;
  z-index: 99999;
  margin-left: 37%;
  background-color: #de1f11;
  color: #ffffff;
  padding: 1% 7%;
  margin-right: auto;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  display: none;
}

.dark-img a:hover span.red-btn.dark-overlay {
  display: block;
}

@media (min-width : 601px) {
  .mobile-grid-img {
    display: none !important;
  }

  img.location-mobiile {
    display: none;
  }
}

@media (max-width : 600px) {
  .desktop-grid-img {
    display: none !important;
  }

  .dark-img {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
  }

  .home-page-category-grid .item-box {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 5% !important;
  }

  .red-box {
    display: none;
  }

  .image-container img {
    width: 100%;
  }

  .text-container {
    text-align: center !important;
  }

  img.location-desktop {
    display: none;
  }

  input#newsletter-subscribe-button,
  button#newsletter-subscribe-button {
    width: 40%;
    float: left;
  }

  div#newsletter-subscribe-block {
    margin-left: 2%;
  }

  .jCarouselMainWrapper .slick-prev,
  .jCarouselMainWrapper .slick-next {
    position: relative;
    top: 230px;
    width: 5%;
    height: 48px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
  }

  .slick-list {
    width: 80%;
    display: inline-block;
  }

  button.slick-prev.slick-arrow {
    float: left;
  }

  button.slick-next.slick-arrow {
    float: right;
  }

  button.slick-next.slick-arrow {
    background-image: url(/images/uploaded/homepage/next-arrow.svg);
    background-size: 100%;
  }

  button.slick-prev.slick-arrow {
    background-image: url(/images/uploaded/homepage/prev-arrow.svg);
    background-size: 100%;
  }
}

.image-container img {
  width: 100%;
}


.header-links a.ico-wishlist {
  background: url(/images/uploaded/homepage/heart-white.svg) no-repeat center;
  background-size: 100% 100%;
}

span.wishlist-qty {
  width: 25px;
}

@media (max-width : 1100px) {
  .header-logo {
    padding: 0;
    display: inline-block;
  }

  .responsive-nav-wrapper-parent {
    position: relative;
    height: 75px;
    top: 0;
    z-index: 1030;
    width: 100%;
    border-bottom: none;
  }

  .responsive-nav-wrapper {
    height: 100%;
  }

  .responsive-nav-wrapper .menu-title,
  .responsive-nav-wrapper .search-wrap {
    padding: 1rem 0;
    float: left;
  }

  .responsive-nav-wrapper .wishlist-opener,
  .responsive-nav-wrapper .personal-button {
    padding: 1rem 0;
    float: right;
  }

  .header-logo {
    width: 50%;
    border: none !important;
  }

  a.logo {
    width: 100% !important;
    height: 100% !important;
    font-size: 0 !important;
    text-indent: 0 !important;
    padding-top: 8px;
  }

  .responsive-nav-wrapper>div>span,
  .responsive-nav-wrapper>div>a {
    border: none !important;
  }

  .responsive-nav-wrapper {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #ffffff;
  }

  .responsive-nav-wrapper .menu-title {
    background: url(/images/uploaded/homepage/hamburger.svg) no-repeat center;
  }

  .header {
    margin-top: 0;
  }

  .responsive-nav-wrapper .search-wrap {
    display: inline-block;
    background: url(/images/uploaded/homepage/search-mobile.svg) no-repeat center;
  }

  .wishlist-opener {
    background-image: url(/images/uploaded/homepage/heart-black.svg) !important;
    background-size: 70% !important;
  }

  input.button-1.search-box-button,
  button.button-1.search-box-button {
    background-color: #ffffff;
    border: 1px solid black;
    border-left: none;
    background: url(/images/uploaded/homepage/search-mobile.svg) no-repeat center;
  }

  .store-search-box form {
    display: inline-block;
    position: relative;
    border-bottom: none;
    background: white;
  }

  .search-box.store-search-box.open {
    background: #de1f11;
    margin-top: 9%;
  }

  div#header-links-opener {
    display: none;
  }

  .shopping-cart-link {
    padding: 1rem 0;
    float: right;
    background-image: url(/images/uploaded/homepage/cart-mobile.svg) !important;
  }

  .mega-menu-responsive li {
    text-align: left !important;
  }

  .header-menu>ul li>a,
  .header-menu>ul li>span {
    border: none;
    text-transform: capitalize;
    font-family: 'Lato';
    font-size: 18px;
    color: #000000;
    line-height: 120%;
    font-weight: normal;
  }

  .plus-button {
    background: url(/images/uploaded/homepage/red-arrow.svg) 10px 24px no-repeat;
    background-size: 20%;
  }

  li.pre-approved-link a {
    color: #de1f11 !important;
  }

  li.back-button span {
    text-align: left !important;
    float: left !important;
    margin-left: 7% !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-family: 'Lato' !important;
    background: url(/images/uploaded/homepage/gray-left.svg) no-repeat left center !important;
  }

  .close-menu span {
    background: url(/images/uploaded/homepage/gray-x.svg) no-repeat center;
  }

  .header-menu .sublist-wrap {
    top: 0;
  }

  li.back-button {
    width: 50%;
    display: inline-block;
    margin-left: 5%;
  }

  .sublist .close-menu {
    display: inline-block;
    float: right;
    width: 30%;
  }

  ul.header-sub-mobile li {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-sub-mobile a,
  .header-sub-mobile img {
    display: inline-block !important;
    margin: 0 !important;
  }

  .html-home-page input.button-2.product-box-add-to-cart-button,
  .html-home-page button.button-2.product-box-add-to-cart-button {
    display: none;
  }

  .responsive-nav-wrapper-parent.nav-down {
    position: fixed;
    background-color: white;
    transition: top 0.2s ease-in-out;
  }

  .responsive-nav-wrapper-parent {
    transition: top 0.2s ease-in-out;
  }

  .responsive-nav-wrapper-parent.nav-up {
    top: -200px;
  }

  .slider-wrapper.anywhere-sliders-nivo-slider.theme-homepage-mobile.no-captions {
    margin-top: 75px;
  }

  .master-wrapper-content {
    padding: 75px 0 0;
  }
}

@media (min-width : 601px) {

  .header a.ico-cart {
    background: url(/images/uploaded/homepage/cart-white.svg) no-repeat center !important;
    width: 25px;
  }

  .ajaxCartInfo {
    display: none;
  }


  .dark-img a {
    width: 100%;
    display: block;
    height: 100%;
    background-size: 100% 100%;
  }

  /*
.dining-img 
{
    background: url(/images/uploaded/homepage/dining-promo.jpg) no-repeat center;
}


.bed-img 
{
    background: url(/images/uploaded/homepage/bed-promo.jpg) no-repeat center;
}

.recliner-img 
{
    background: url(/images/uploaded/homepage/recliner-promo.jpg) no-repeat center;
}

.bedroom-img 
{
    background: url(/images/uploaded/homepage/bedroom-promo.jpg) no-repeat center;
}

.sofa-img 
{
    background: url(/images/uploaded/homepage/recling-sofa-promo.jpg) no-repeat center;
}
*/

  .dining-img,
  .recliner-img,
  .bedroom-img,
  .sofa-img,
  .bed-img {
    background-repeat: no-repeat;
    background-position: center;
  }

  img.desktop-grid-img {
    display: none;
  }

  ul.header-sub-mobile {
    display: none;
  }
}

@media (min-width : 1250px) {

  .estoris-grid-container-12-8-2.estoris-grid-gap-20.estoris-grid-row-gap-20.estoris-grid-row-container-15.hp-promos {
    height: 50rem;
  }
}



@media (min-width : 1050px) and (max-width : 1249px) {

  .estoris-grid-container-12-8-2.estoris-grid-gap-20.estoris-grid-row-gap-20.estoris-grid-row-container-15.hp-promos {
    height: 30rem;
  }
}

.dropdown span {
  letter-spacing: normal;
}

.history.red-box {
  margin-top: 12%;
  margin-left: -2%;
}

.red-box.finance {
  margin-top: 12%;
  margin-left: -2%;
}

.red-box.kares {
  margin-top: 12%;
  margin-left: 25%;
}

@media (min-width : 601px) and (max-width : 1100px) {
  .red-box {
    position: absolute;
    height: 160px;
    width: 175px;
    border: 1px solid #de1f11;
    z-index: -10;
  }

  .estoris-grid-item-6-4-2.image-container,
  .text-container {
    text-align: left;
  }

  .estoris-grid-item-6-4-2.image-container {
    margin-top: 50%;
  }

  .estoris-grid-container-12-8-2.estoris-grid-gap-20.estoris-grid-row-gap-20.estoris-grid-row-container-15.hp-promos {
    height: 27rem;
  }
}

@media (min-width : 601px) and (max-width : 1001px) {
  .estoris-grid-container-12-8-2.estoris-grid-gap-20.estoris-grid-row-gap-20.estoris-grid-row-container-15.hp-promos {
    height: 25rem;
  }

  .estoris-grid-item-5-8-2.dark-img {
    grid-column: span 2;
  }

  .promo-banner .red-btn {
    text-align: center;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 120%;
    background: #de1f11;
    width: 35%;
    float: right;
    margin-left: 0;
    padding-top: 8.5%;
    width: 100%;
  }

  .promo-banner h1.estoris-grid-item-6-4-2 {
    grid-column: span 6;
  }

  .promo-banner a.estoris-grid-item-6-4-2.red-btn {
    grid-column: span 2;
  }


}

@media (min-width : 601px) and (max-width : 1100px) {
  .slider-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }

  .responsive-nav-wrapper {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.estoris-grid-item-3-2-2.item-box.estoris-grid-row-item-3 span {
  width: 80%;
}

.estoris-grid-item-6-4-2.item-box.estoris-grid-row-item-5 span {
  width: 37%;
}

.estoris-grid-container-12-8-2.estoris-grid-gap-20.homepage-usps {
  margin-top: 86px;
}

.estoris-grid-container-10-8-2.estoris-grid-gap-20.homepage-usps {
  margin-top: 86px;
}

.mega-menu .fullWidth .box .subcategories li a {
  color: #545454 !important;
}

.mega-menu .box .details .title a {
  font-weight: bold !important;
}

.new_select>span {
  color: #ffffff;
}

.promo-banner .red-btn:hover {
  background-color: #000000;
}

li.header-cart-container {
  box-sizing: content-box;
  width: 38px;
  margin-left: 0;
}

span.cart-qty {
  line-height: normal;
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5%;
}

.header a.ico-cart {
  background: url(/images/uploaded/homepage/cart-white.svg) no-repeat center !important;
  width: 25px;
  height: 25px;
  line-height: normal;
  margin-bottom: -18%;
}

.html-home-page input.button-2.product-box-add-to-cart-button,
.html-home-page button.button-2.product-box-add-to-cart-button {
  display: none;
}

.dropdown.categories.fullWidth.boxes-3.active {
  width: 44%;
  margin-left: -560px;
}

.home-page-category-grid .title:nth-child(1) strong,
.home-page-product-grid .title strong {
  letter-spacing: normal !important;
  font-size: 36px;
  color: #de1f11;
  line-height: 120%;
  font-family: 'Oswald';
  font-weight: 500;
}

.nop-jcarousel.product-grid.home-page-product-grid {
  margin-top: 80px;
}

.header a.ico-cart:hover,
.header a.ico-wishlist:hover {
  opacity: 0.6;
}

.header-links li a:hover {
  font-weight: bold;
}

.hp-best-sellers .details {
  padding-bottom: 0;
}

@media (max-width : 600px) {

  .footer-block>div,
  .footer-block>ul {
    display: block !important;
  }

  .footer-block .title strong:before,
  .footer-block .title strong:after {
    display: none;
  }

  .footer-block {
    border-bottom: none;
  }

  .footer .title {
    pointer-events: none;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .footer-block .title+*:before {
    width: 45px;
  }

  .footer-topic p,
  .footer-topic a {
    margin-top: 5%;
  }

  small.cart-qty {
    display: none;
  }

  .header-menu.open {
    box-shadow: none;
    left: -4px;
  }

  .responsive-nav-wrapper-parent.nav-down {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  }

  .estoris-grid-item-6-4-2.item-box.estoris-grid-row-item-5 span {
    width: 80%;
  }

  .home-page-category-grid .title:nth-child(1) strong,
  .home-page-product-grid .title strong {
    font-size: 26px;
  }

  .text-container h3 {
    font-size: 26px;
  }
}

@media (min-width: 1001px) {
  .header-options-wrapper {
    width: 92%;
    text-align: center;
    font-size: 0;
  }
}

.mega-menu .fullWidth .box a:hover,
.mega-menu .fullWidth .box .subcategories li a:hover {
  color: #de1f11 !important;
}

.red-btn,
.white-btn {
  width: 277px !important;
  height: 50px;
  text-align: center !important;
  padding: 1% 5% !important;
}

@media (min-width : 1100px) {
  input#newsletter-email {
    width: 70%;
    float: left;
    border: 1px solid #000000;
  }
}

@media (min-width : 1300px) and (max-width : 1570px) {
  .estoris-grid-container-12-8-2.estoris-grid-gap-20.estoris-grid-row-gap-20.estoris-grid-row-container-15.hp-promos {
    height: 40rem;
  }

  .red-box {
    margin-top: 7% !important;
  }

  .red-box.kares {
    margin-left: 20%;
  }

  .promo-banner .red-btn {
    margin-left: 55%;
  }

  .mega-menu .pre-approved-link a {
    font-size: 17px !important;
  }

  .mega-menu li {
    padding-right: 0px;
  }

  .mega-menu li a {
    font-size: 17px !important;
  }
}

.estoris-grid-item-12-8-2.promo-banner {
  padding-left: 3%;
  padding-right: 3%;
}

@media (min-width: 1001px) {
  .header-lower {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .search-box.store-search-box {
    position: relative;
    width: 80%;
    margin-left: auto;
    padding-top: 7%;
  }

  .store-search-box span.search-box-text {
    width: 91%;
  }

  .estoris-grid-item-2-2-2.header-logo {
    padding-top: 5%;
  }

  .header-options-wrapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .new_select {
    z-index: 1015 !important;
    height: 30px;
    min-width: 30px;
    max-width: 35px;
    padding: 0 12px 0 0;
    background: url(/images/uploaded/homepage/white-down-arrow.svg) no-repeat center;
    font-size: 11px;
    cursor: pointer;
    background-size: 20%;
    background-position-x: 85%;
  }

  .language-selector {
    text-align: left;
  }

  .langauge-img {
    float: left;
    display: inline-block !important;
    padding-top: 15%;
  }
}

.hp-map a {
  display: block;
}

li:focus,
a:focus,
input:focus,
img:focus {
  /* box-shadow: 0 0 2px 2px #51a7e8 !important;  */
  /* keyboard-only focus styles */
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (min-width : 601px) {
  button.slick-next.slick-arrow {
    background: url(/images/uploaded/homepage/next-arrow.svg) no-repeat center !important;
  }

  .center-1 .jCarouselMainWrapper .slick-next:before {
    display: none;
  }


  button.slick-prev.slick-arrow {
    background: url(/images/uploaded/homepage/prev-arrow.svg) no-repeat center !important;
  }

  .center-1 .jCarouselMainWrapper .slick-prev:before {
    display: none;
  }
}

div#goToTop {
  background: #de1f11 url(/images/uploaded/homepage/btt.svg) no-repeat center;
}

@media (min-width : 1100px) and (max-width : 1800px) {
  .search-box.store-search-box {
    position: relative;
    width: 94%;
    margin-left: 5%;
    padding-top: 7%;
  }

  .store-search-box span.search-box-text {
    width: 85%;
  }
}

.living-menu .boxes-3 .box,
.bedroom-menu .boxes-3 .box,
.dining-menu .boxes-3 .box,
.bedding-menu .boxes-3 .box,
.appliance-menu .boxes-3 .box {
  width: 100%;
  margin-bottom: 22px;
}

.dropdown.categories.fullWidth.boxes-3.active {
  width: 44%;
  margin-left: -31%;
}

@media (max-width : 1800px) {
  .dropdown.categories.fullWidth.boxes-3.active {
    width: 53%;
    margin-left: -31%;
  }
}

@media (min-width : 1250px) and (max-width : 1400px) {
  .estoris-grid-container-12-8-2.estoris-grid-gap-20.estoris-grid-row-gap-20.estoris-grid-row-container-15.hp-promos {
    height: 38rem;
  }
}

li.header-cart-container {
  margin-right: 0;
}

/* Kimbrells - Ron added - start */
span.price.actual-price.no-sale-price {
 /* color: #545454; */
  color: #ff0000; 
}
span.price.actual {
  color: #ff0000; 
}
/* Kimbrells - Ron added - end */

@media (min-width : 601px) and (max-width : 1600px) {
  .home-page-category-grid .item-box:nth-child(2) span {
    height: 35%;
    line-height: 36px;
  }
}

.category-item .title:hover::after {
  transform: scaleY(1);
}

.category-item .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: rgba(0, 0, 0, .6);
  z-index: -1;
  transition: transform 0.3s;
}

.home-page-category-grid .item-box .title a span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #de1f11;
  z-index: -1;
  transition: transform 0.3s;
  transition-delay: 0.3s;
}

.home-page-category-grid .item-box .title:hover a span::before {
  transform: scaleY(1);
}

.home-page-category-grid .title a span {
  z-index: 99999;
}

@media (max-width: 600px) {
  .promo-banner .red-btn {
    text-align: center;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 120%;
    background: #de1f11;
    width: 100%;
    float: right;
    margin-left: 10%;
    padding-top: 3.5% !important;
    padding-bottom: 3.5% !important;
    margin-top: 5%;
  }

  .html-category-page button.button-2.product-box-add-to-cart-button {
    margin-left: 0 !important;
    left: -8px;
  }
}

span.red-btn.dark-overlay {
  padding: 10px 7% !important;
}

.hp-map .white-btn {
  position: absolute;
  display: block !important;
  font-size: 24px;
  padding: 0% 0 !important;
  border: 1px solid;
  vertical-align: middle !important;
  padding-top: 8px !important;
  margin-left: 20px;
  cursor: pointer;
  color: #de1f11;
  margin-top: -4%;
}

.hp-map .white-btn:hover {
  color: #ffffff;
  background-color: #de1f11;
}

@media (max-width : 600px) {
  .hp-map .white-btn {
    position: relative;
    display: block !important;
    font-size: 24px;
    padding: 0% 0 !important;
    border: 1px solid;
    vertical-align: middle !important;
    padding-top: 8px !important;
    margin-left: auto;
    cursor: pointer;
    color: #de1f11;
    margin-top: 5%;
    margin-right: auto;
  }
}

.nop-jcarousel.product-grid.home-page-product-grid {
  margin-bottom: 0px;
}

.newsletter-email {
  height: 52px !important;
}

input#newsletter-email {
  height: 100%;
}

input#newsletter-subscribe-button,
button#newsletter-subscribe-button {
  height: 100%;
}

@media (min-width : 1200px) and (max-width : 1450px) {
  .slider-wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 1001px) and (min-width: 601px) {
  .promo-banner .red-btn {
    width: 100% !important;
    padding-top: 5.5% !important;
  }
}

@media (min-width : 1001px) and (max-width : 1200px) {
  .promo-banner .red-btn {
    margin-left: 40%;
    padding-top: 2% !important;
  }
}

span.red-btn.dark-overlay {
  top: 45%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 1001px) and (min-width: 601px) {
  .promo-banner .red-btn {
    width: 47% !important;
    padding-top: 1.5% !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .promo-banner h1.estoris-grid-item-6-8-2 {
    text-align: center;
    margin-bottom: 2%;
  }
}

@media (min-width : 1001px) and (max-width : 1200px) {
  .promo-banner h1 {
    text-align: center;
    grid-column: span 12;
    margin-bottom: 2%;
  }

  .promo-banner .red-btn {
    grid-column: span 12;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.25% !important;
  }
}

@media (min-width : 1200px) {
  .promo-banner .red-btn {
    margin-left: auto;
  }
}

.menu-col-4 img.lazy,
.menu-col-3 img.lazy {
  width: 184px;
}

/******************** STF Category Page START 060319 ****************/

.html-category-page .sub-category-item .picture {
  display: none;
}

.html-category-page .master-wrapper-content {
  width: 100%;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.html-category-page .breadcrumb.kimbrellsFinancingBreadcrumb {
  display: none;
}

html:not(.html-home-page) .master-wrapper-content {
  padding-top: 180px !important;
}

.breadcrumb li {
  float: left;
}

.breadcrumb ul {
  padding: 0;
  border: none !important;
}

.breadcrumb li span.delimiter {
  background: none;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb li>a,
.breadcrumb li>strong,
.breadcrumb li>.delimiter {
  border: none;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb ul:after {
  display: none;
}

.sub-category-grid .title {
  height: 50px;
  vertical-align: middle !important;
  padding: 2%;
  font-size: 24px;
  color: #de1f11;
  align-items: center;
  border: 1px solid #de1f11;
  font-weight: normal;
  cursor: pointer;
}

.sub-category-grid .title:hover {
  color: #ffffff;
  background-color: #de1f11;
}

.html-category-page .side-2,
.html-category-page .center-2 {
  width: 100%;
}

/* Kimbrells - Ron added - start */

.category-banner {
 /* margin-bottom: 40px; */
 display: none !important;
}
/* Kimbrells - Ron added - end */

.category-banner img {
  width: 100%;
}

.block.filter-block .title,
.block.filter-block .filtersGroupPanel {
  border: none !important;
}

/* Kimbrells - Ron added - start - removed .block-popular-tags from this display and made it display none */
/*
.filtersPanel,
.block-category-navigation,
.block-recently-viewed-products,
.block-popular-tags {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
}
*/
.filtersPanel,
.block-category-navigation,
.block-recently-viewed-products {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
}

.block-popular-tags {
    display: none !important;
}
/* Kimbrells - Ron added - end*/

.filtersPanel {
  display: none;
}

.listbox {
  border: none !important;
}

.block .list li,
.block .list li.active>a {
  border: none !important;
}

.listbox li {
  color: #545454;
  font-size: 18px;
  line-height: 120%;
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal;
}

.filter-block a.toggleControl {
  background: url(/images/uploaded/category/filters-open.svg) no-repeat right center;
}

.filter-block a.toggleControl.closed {
  background: url(/images/uploaded/category/filters-closed.svg) no-repeat right center;
}

.filter-block a.toggleControl,
.block-category-navigation .title,
.block-recently-viewed-products .title,
.block-popular-tags .title {
  color: #000000;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 120%;
  font-weight: normal;
  letter-spacing: normal;
}

.block.block-manufacturer-navigation {
  display: none;
}

.block .title strong {
  font-weight: normal;
}

a.toggleControl.categoryToggle,
a.toggleControl.productToggle,
a.toggleControl.tagToggle {
  display: block;
  padding: 5px 70px 5px 7px;
  background: url(/images/uploaded/category/filters-open.svg) no-repeat right center;
}

a.toggleControl.categoryToggle.closed,
a.toggleControl.productToggle.closed,
a.toggleControl.tagToggle.closed {
  background: url(/images/uploaded/category/filters-closed.svg) no-repeat right center;
}

.block.block-category-navigation .listbox,
.block.block-recently-viewed-products .listbox,
.block-popular-tags .listbox {
  display: none;
}

.block.block-category-navigation .title,
.block.block-recently-viewed-products .title,
.block-popular-tags .title {
  padding: 0;
}

.block-recently-viewed-products .list a.product-picture {
  display: none !important;
}

a.product-name {
  font-size: 18px;
  color: #545454;
  display: block;
  width: 100% !important;
}

.item-box:hover {
  box-shadow: none !important;
}

.product-item.with-text:hover .picture {
  border: 1px solid #De1f11;
}

.product-item.with-text:hover .details {
  border: 1px solid #De1f11;
  border-top: none;
}

/* 
.product-item.with-text .details {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 5%;
} */

.product-item.with-text .picture {
  border: 1px solid #eeeeee;
  margin-bottom: 0;
}

.product-viewmode {
  display: none !important;
}
.slick-carousel .item-box .details .add-info {
display: block !important;
}

.slick-carousel .item-box .details .add-info .prices .buttons button.add-to-wishlist-button {
margin-top: -25%;
}

.html-product-details-page .slick-carousel .item-box .details .add-info .prices .buttons button.add-to-wishlist-button {
margin-top: 0;
}

.html-home-page .home-page-product-grid .product-item.with-text .add-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.html-home-page .product-item.with-text .buttons {
  display: inline;
  float: right;
  width: auto !important;
}

.html-home-page .product-item.with-text .add-info .buttons button.add-to-wishlist-button {
  margin-top: 0;
}

.html-home-page .product-grid .item-box input.add-to-wishlist-button,
.html-home-page .product-grid .item-box button.add-to-wishlist-button {
  width: 20px;
  margin-top: -25%;
  background-color: white !important;
  background-image: url(/images/uploaded/homepage/heart-black.svg) !important;
}

.html-home-page .product-grid .item-box button.add-to-wishlist-button:hover {
  background-image: url(/images/uploaded/homepage/heart-red.svg) !important;
}

.item-box .description,
.item-box .rating {
  display: none;
}

.product-item.with-text h2.product-title {
  color: #000000;
  font-size: 24px !important;
  height: 58px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  line-height: 120%;
}

.product-selectors {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}


.product-page-size {
  float: left;
  position: relative !important;
}

.html-category-page .product-item.with-text:hover {
margin-top: 0;
}

select#products-orderby {
  border: none;
  color: #000000;
  font-size: 18px;
  background: url(/images/uploaded/category/filters-closed.svg) no-repeat right center !important;
  padding: 0;
  width: 52%;
}

.product-sorting span {
  font-size: 18px;
  color: #000000;
  font-family: 'Lato';
}

.product-page-size span {
  display: none !important;
}


select#products-pagesize {
  border: none;
  color: #000000;
  font-size: 18px;
  background: url(/images/uploaded/category/filters-closed.svg) no-repeat right center !important;
  padding: 0;
  width: 29%;
}

.product-sorting {
  margin-left: 30% !important;
width: 33%;
  float: left;
}

.category-description p {
  color: #000000;
  font-size: 14px;
  font-family: 'Lato';
  line-height: 120%;
}

.html-category-page .item-box .prices {
  width: 55%;
  display: inline-block;
}

.html-category-page .item-box button.add-to-wishlist-button {
  background: #fff !important;
  background-image: url('/images/uploaded/homepage/heart-black.svg') !important;
}

.pager {
  border: none;
}

.pager li span,
.pager li a {
  border: none !important;
  padding-right: 0;
  padding-left: 0;
}

.pager li * {
  display: inline-block;
  min-width: 25px;
  color: #959595;
}

.current-page span {
  color: #333333 !important;
  background-color: #ffffff !important;
}

li.first-page a {
  background-color: #ffffff !important;
  background: url(/images/uploaded/category/first-pager.svg) no-repeat center !important;
}

li.previous-page a {
  background-color: #ffffff !important;
  background: url(/images/uploaded/category/prev-pager.svg) no-repeat center !important;
}

li.next-page a {
  background-color: #ffffff !important;
  background: url(/images/uploaded/category/next-pager.svg) no-repeat center !important;
}

li.last-page a {
  background-color: #ffffff !important;
  background: url(/images/uploaded/category/last-pager.svg) no-repeat center !important;
}

.html-category-page .product-grid,
.product-list {
  margin: 0;
}

.block.filter-block:last-child {
  margin-bottom: 0 !important;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  border: 1px solid;
  border-radius: 50%;
}

.priceRangeMinMaxPanel span {
  color: #545454 !important;
  font-size: 14px;
  font-family: 'Lato';
  line-height: 120%;
  font-weight: normal;
}



.ui-slider-range {
  height: 2px;
  background: #de1f11;
}

.checkbox-list li label:before {
  border: 1px solid #707070;
  box-sizing: border-box;
}

label.filter-item-name {
  color: #545454 !important;
  font-size: 18px !important;
  line-height: 120%;
  font-family: 'Lato' !important;
}

.checkbox-list li.checked label:before {
  background: #de1f11 !important;
}

a.clearFilterOptions {
  color: #545454 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: 'Lato' !important;
  line-height: 120% !important;
}

@media (min-width : 601px) {
  .mobile-image {
    display: none;
  }
}

@media (max-width : 600px) {
  .html-category-page .master-wrapper-content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dt-image {
    display: none;
  }

  .html-category-page .product-grid,
  .product-list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .product-grid .item-box:nth-child(2n+1) {
    margin-right: 6%;
  }

  .product-grid .item-box {
    width: 47%;
    float: left;
  }

  .html-category-page .item-box .prices {
    width: 79%;
    display: inline-block;
  }

  .prices span {
    display: block;
  }

  .product-selectors {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    width: 100%;
  }

  .product-sorting {
    grid-column: span 1;
    margin: 0 !important;
  }

  .product-page-size {
    grid-column: span 1;
  }

  .filters-button {
    grid-column: span 1;
  }

  .product-sorting span {
    font-size: 14px;
    color: #000000;
    font-family: 'Lato';
    display: inline !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  select#products-orderby {
    border: none;
    color: #000000;
    font-size: 14px;
    background: url(/images/uploaded/category/filters-closed.svg) no-repeat right center !important;
    padding: 0;
    width: 50%;
  }

  .product-page-size {
    text-align: right;
    margin: 0 !important;
    margin-right: 20% !important;
  }

  select#products-pagesize {
    font-size: 14px;
    width: 32% !important;
    min-width: 5px !important;
  }

  .filters-button span {
    color: #000000;
    font-size: 14px;
    font-family: 'Lato';
    line-height: 120%;
    text-align: left !important;
    width: 100% !important;
    padding-left: 25% !important;
  }

  .filters-button {
    background: url(/images/uploaded/category/filters.svg) no-repeat left center;
    margin-left: 20% !important;
    margin-top: 7% !important;
  }

  .product-selectors.fixed-filters {
    position: fixed !important;
    top: 0;
    background-color: #ffffff;
    z-index: 99;
  }

  .product-item.with-text h2.product-title {
    color: #000000;
    font-size: 18px !important;
    height: 58px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    line-height: 120%;
  }

  .breadcrumb li {
    float: left;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .breadcrumb {
    margin-left: 5%;
  }

  .block .title {
    background: #ffffff !important;
  }

  .block.filter-block {
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
  }

  a.toggleControl {
    text-align: left !important;
  }

  .filtersPanel {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-category-grid .item-grid {
    overflow-x: scroll;
    width: 100% !important;
  }

  .category-grid.sub-category-grid {
    overflow-x: scroll;
  }

  .item-box {
    display: inline-block !important;
    width: 40%;
    margin: 0;
  }

  .sub-category-grid .title {
    height: auto;
    vertical-align: middle !important;
    padding: 0;
    font-size: 18px;
    color: #de1f11;
    align-items: center;
    border: 1px solid #de1f11;
    font-weight: normal;
    cursor: pointer;
    border: none;
    ;
    margin-right: 40px;
  }

  .item-box {
    width: auto;
  }

  .category-grid.sub-category-grid {
    margin-bottom: 20px;
  }

  .category-grid.sub-category-grid {
    margin-bottom: 20px;
  }

  .sub-category-grid .item-grid {
    overflow-x: scroll;
    width: 100% !important;
    white-space: nowrap;
    padding-left: 10%;
    padding-bottom: 5px;
  }

  .sub-category-grid .title:hover {
    color: #de1f11;
    background-color: #ffffff;
  }

  .product-selectors:not(.fixed-filters) {
    margin-bottom: 20px;
  }

  .product-item.with-text h2.product-title {
    height: 60px !important;
  }

  .html-category-page .item-box .prices {
    height: 49px;
  }

  .product-grid .item-box {
    margin-bottom: 20px;
  }

  .block.filter-block:last-child {
    margin-bottom: 20px !important;
  }

  .block.block-category-navigation {
    margin-top: 20px;
  }

  /* .html-category-page .product-grid .item-box input.add-to-wishlist-button {
    width: 20px;
    margin-top: 250%;
    height: 20px;
} */
}


.html-category-page .product-item.with-text .buttons {
  display: flex;
  flex-direction: column-reverse;
}

.html-category-page input.button-2.add-to-wishlist-button,
.html-category-page button.button-2.add-to-wishlist-button {
  height: 15px !important;
  width: 18px !important;
}

input.button-2.product-box-add-to-cart-button {
  font-family: 'Lato' !important;
}

input.button-2.product-box-add-to-cart-button:hover {
  background: #000 ;
  opacity: 1;
}

/* Kimbrells - Ron added - start */
.html-product-details-page button.button-2.product-box-add-to-cart-button:hover {
  background: #de1f11 !important;
}
/* Kimbrells - Ron added - start */

.html-category-page .product-grid .item-box input.add-to-wishlist-button,
.html-category-page .product-grid .item-box button.add-to-wishlist-button {
  float: right;
  margin: -40px 0 0 95% !important;
  margin: -40px 0 0 90% !important;
}

.html-category-page .ajax-cart-button-wrapper {
  height: 100% !important;
  margin-left: -6%;
  width: 112% !important;
  margin-top: 5%;
}

.product-item.with-text .details {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 5% 5% 1% 5%;
}

@media (max-width: 1100px) {

  .html-home-page input.button-2.product-box-add-to-cart-button,
  .html-home-page button.button-2.product-box-add-to-cart-button {
    display: none;
  }
}

@media (max-width: 600px) {

  .html-category-page .product-grid .item-box input.add-to-wishlist-button,
  .html-category-page .product-grid .item-box button.add-to-wishlist-button {
    width: 20px;
    margin: -20% 0 0 85% !important;
    height: 20px;
  }

  .html-category-page input.button-2.product-box-add-to-cart-button,
  .html-category-page button.button-2.product-box-add-to-cart-button {
    height: 100% !important;
    margin-left: -6%;
    width: 112% !important;
    margin-top: 5% !important;
    padding: 10px !important;
  }

}

.page-title {
  position: relative !important;
  top: 0 !important;
}

.page-title h1 {
  color: #de1f11;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: normal;
}

.priceRangeFilterPanel7Spikes a.toggleControl {
  background: none;
  pointer-events: none;
}

@media (min-width : 601px) and (max-width : 1450px) {
  .html-category-page .item-box .prices {
    width: 75%;
    display: inline-block;
  }
}

@media(min-width : 701px) {
  .sub-category-grid .estoris-grid-item-4-3-2.item-box {
    width: 100% !important;
    display: block !important;
    margin: 0;
    margin-bottom: 20px;
  }

  .product-grid .estoris-grid-item-4-3-2.item-box {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .product-sorting {
    text-align: right;
    margin-right: 60px !important;
    margin-left: 33% !important;
  }
}

.priceRangeCurrentPricesPanel {
  margin: 0 0 12px;
}

.priceRangeCurrentPricesPanel span {
  color: #545454 !important;
  font-size: 14px;
  font-family: 'Lato';
  line-height: 120%;
  font-weight: normal;
}

.priceRangeMinMaxPanel {
  margin: 0;
}

span.priceRangeMinPrice,
span.priceRangeMaxPrice {
  display: none;
}

strong.current-item {
  color: #de1f11 !important;
}

.pager span,
.pager a {
  font-family: 'Lato' !important;
  font-size: 18px;
}

.block.filter-block:not(.priceRangeFilterPanel7Spikes) {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.block.filter-block.manufacturerFilterPanel7Spikes {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}


.filtersPanel {
  padding-bottom: 40px;
}

.filter-block {
  margin: 0 auto 20px !important;
}

.sub-category-grid {
  margin: 0px 0 20px;
}

@media (max-width : 600px) {
  .page-title {
    position: relative !important;
    top: 0 !important;
    float: left;
    clear: both;
    width: 100%;
  }

  .category-grid.sub-category-grid {
    float: left;
    width: 100%;
  }

  a.estoris-grid-item-6-8-2.red-btn {
    grid-column: span 2;
    display: block;
    width: 80% !important;
    margin: auto;
    margin-top: 20px;
  }

  span.price.actual-price.no-sale-price.call-price {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
  }
}

@media (min-width : 601px) {
  a.clearFilterOptions {
    vertical-align: bottom !important;
    padding-top: 7% !important;
  }
}

@media (max-width : 600px) {
  a.clearFilterOptions {
    position: absolute !important;
    top: 31px !important;
    border: none !important;
    left: 162px !important;
  }
}


.pager li {
  padding-right: 12px;
}

span.money-less {
  float: left;
}

span.money-more {
  float: right;
}

.block.filter-block.selected-options {
  display: none !important;
}

.filtersTitlePanel {
  display: block !important;
}

p.filtersTitle {
  display: none !important;
}

a.clearFilterOptionsAll {
  padding: 20px 40px 5px;
  width: 100%;
  text-align: right;
  z-index: 99;
  position: relative !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Lato';
  color: #545454;
}

a.clearPriceRangeFilter {
  position: relative !important;
  text-align: right !important;
  margin-left: 50% !important;
  color: #545454 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-right: -5% !important;
}

a.clearPriceRangeFilter {
  position: absolute !important;
  top: 82% !important;
}

@media (max-width : 600px) {
  a.clearPriceRangeFilter {
    text-align: right !important;
    margin-left: 0 !important;
    color: #545454 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 12% !important;
    border: none !important;
  }


}

/****** Product Page ***********/
.html-product-details-page .master-wrapper-content {
  width: 100%;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.estoris-grid-item-6-6-2.gallery,
.estoris-grid-item-5-5-2.overview {
  width: 100%;
}

.gallery .picture {
  width: 100% !important;
}

.product-name {
  margin: 0 !important;
  margin-bottom: 20px !important;
}

.one-column .product-name h1,
.two-columns .product-name h1 {
  text-align: left;
  font-family: 'Lato';
  font-weight: 500 !important;
  letter-spacing: normal;
  font-size: 36px;
  line-height: 120%;
  color: #000000;
  font-style: normal;
}

.product-reviews-overview {
  display: none;
}

.overview .prices {
  margin: 0 !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #9d9d9d;
}

.overview .prices label {
  display: none;
}

/* Kimbrells - Ron added - start */
/*
span.old-price {
  vertical-align: middle;
  color: #707070 !important;
  font-size: 18px;
  line-height: 120%;
  font-weight: normal;
  font-family: 'Lato';
  text-decoration-line: line-through;
  padding-left: 2%;
}
*/

span.old-price {
  display: none !important;
}
/* Kimbrells - Ron added - end */

.final-price {
  color: #545454;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  font-family: 'Lato';
}

.discounted-price .final-price {
  color: #de1f11;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  font-family: 'Lato';
}

.product-price {
  width: 50%;
  display: inline-block;
}

.html-product-details-page .sku {
  display: inline-block;
  width: 49%;
  text-align: right;
}

.sku span {
  color: #707070 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: 'Lato' !important;
  line-height: 120%;
}

.price-source,
.msrp {
  display: none;
}

.html-product-details-page .related-products-grid.product-grid {
  display: none;
}

.overview .add-to-cart-panel {
  width: 100% !important;
}

.overview .qty-input {
  width: 10% !important;
}

.overview .add-to-cart-button {
  width: 85%;
}

.overview .short-description {
  display: none;
}

.stock .label {
  display: none;
}

.stock .value {
  color: #de1f11;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Lato';
  line-height: 120%;
  text-transform: capitalize;
}

.stock {
  margin-bottom: 20px;
}

/* Kimbrells - Ron added - start */
.manufacturers .value a {
 /* font-weight: normal !important; */
 display: none;
}
.manufacturers .label  {
   display: none !important;
}
/* Kimbrells - Ron added - end */


.overview .add-to-cart-button {
  font-size: 24px !important;
  font-weight: 500 !important;
  text-transform: initial !important;
  line-height: 120% !important;
  font-family: 'Lato' !important;
  color: #ffffff;
}

.product-share-button {
  display: none;
}

.giftcard {
  display: none;
}

.overview-buttons {
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}

.html-product-details-page .overview input.button-2.add-to-wishlist-button,
.html-product-details-page .overview button.button-2.add-to-wishlist-button {
  background-color: white !important;
  background-image: url(/images/uploaded/homepage/heart-black.svg) !important;
  background-size: 15%;
  width: 100%;
  background-position-x: 0%;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Lato';
  color: #000000;
  text-align: right;
}

.overview .add-to-compare-list-button {
  background-color: white !important;
  background-image: url(/images/uploaded/product/compare.svg) !important;
  background-size: 9%;
  width: 100%;
  background-position-x: 0%;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Lato';
  color: #000000;
  text-align: left;
  padding-left: 14%;
}

.overview .email-a-friend-button {
  background-color: white !important;
  background-image: url(/images/uploaded/product/email.svg) !important;
  background-size: 15%;
  width: 100%;
  background-position-x: 0%;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Lato';
  color: #000000;
  text-align: right;
}

.estoris-grid-container-5-5-2.estoris-grid-gap-20.overview-buttons {
  /*grid-template-columns: 1fr 1fr 2fr 1fr;*/
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
}

/* Kimbrells - Ron added - start */
.ui-tabs .ui-tabs-nav li a {
  color: #000000;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Lato';
  line-height: 120%;
/*  background-color: #cccccc !important;*/
  background-color: rgba(0, 0, 0, 0.005) !important;
  border: none;
}
/* Kimbrells - Ron added - end */

.productTabs-body {
  float: left;
}

.ui-tabs .ui-tabs-nav li {
  float: left;
  color: #000000 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.productTabs-body {
  float: left;
  width: 100%;
  margin-top: 2px;
  border-top: 0px solid #eeeeee !important;
}

.ui-tabs-panel {
  border: none !important;
  padding: 0 !important;
  padding-top: 20px !important;
  text-align: left !important;
  color: #545454 !important;
}

.ui-tabs.productTabs .ui-tabs-nav li {
  margin-right: 15%;
}

/* Kimbrells - Ron added - start */
.ui-tabs.productTabs .ui-tabs-nav li a {
 /*padding-left: 0 !important;*/
  padding-left: 5 !important;
  text-align: left;
 /* padding-right: 0 !important;*/
  padding-right: 5 !important;
}
/* Kimbrells - Ron added - end */

/* Kimbrells - Ron added - start */
.ui-tabs-active.ui-state-active {
/*  border-bottom: 1px solid #de1f11; */
 border-bottom: 1px solid #de1f11 !important;
}
/* Kimbrells - Ron added - end */

.overview .qty-input,
#qty-minus,
#qty-plus {
  width: 5% !important;
  background-color: #ffffff;
}

.overview .qty-input,
#qty-minus,
#qty-plus {
  width: 5% !important;
  background-color: #ffffff;
  font-family: 'Lato' !important;
  height: 48px;
  border: none;
  font-size: 20px;
  color: #707070;
}

.qty-input {
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
}

input#qty-plus {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

input#qty-minus {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.add-to-wishlist:hover input,
.add-to-wishlist:hover button,
.email-a-friend:hover input,
.email-a-friend:hover button,
.compare-products:hover input,
.compare-products:hover button {
  color: #de1f11 !important;
}

.ui-tabs .ui-tabs-nav li a {
  color: #707070;
}

/* Kimbrells - Ron added - start */
.ui-tabs-active.ui-state-active a {
  color: #de1f11 !important;
/*color: #000000 !important;*/
}
/* Kimbrells - Ron added - end */

.option-list input {
  position: relative;
  top: 0;
  left: 12px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.option-list label:before {
  border: 1px solid #707070;
  content: "";
  height: 16px;
  margin: 2px 0 0;
  position: absolute;
  width: 16px !important;
  margin-left: -24px;
  cursor: pointer;
}

.option-list input:checked+label:before {
  background-color: #de1f11;
}

.attributes .option-list label {
  font-family: 'Lato';
  font-size: 14px;
  color: #545454;
  line-height: 120%;
  font-weight: normal;
}

label.text-prompt {
  color: #000000;
  font-size: 18px;
  font-family: 'Lato';
  line-height: 120%;
}

.data-table {
  color: #545454 !important;
}

.product-specs-box .data-table td {
  padding: 5px;
  border: 1px solid #eee !important;
}

.carousel-title strong {
  color: #de1f11;
  letter-spacing: normal;
  font-family: 'Oswald' !important;
  font-weight: 500 !important;
  font-size: 36px;
  line-height: 120%;
}

.html-product-details-page .jCarouselMainWrapper {
  padding-left: 10%;
  padding-right: 10%;
}

/* .html-product-details-page .product-grid .item-box input.add-to-wishlist-button {
    margin-top: -260% !important; 
} */

.html-product-details-page .attributes {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.html-product-details-page .overview input.button-2.add-to-wishlist-button:hover,
.html-product-details-page .overview button.button-2.add-to-wishlist-button:hover {
  background-image: url(/images/uploaded/product/wishlist-red.svg) !important;
}

.overview .email-a-friend-button:hover {
  background-image: url(/images/uploaded/product/email-red.svg) !important;
}

.overview .add-to-compare-list-button:hover {
  background-image: url(/images/uploaded/product/compare-red.svg) !important;
}

.attributes select {
  width: 55%;
  border: 1px solid #eeeeee !important;
  font-family: 'Lato' !important;
  font-size: 14px !important;
  color: #545454 !important;
}

dl.hard-kit dt {
  display: none;
}

.accordion.hk-accord {
  cursor: pointer;
  color: #545454;
  font-size: 14px !important;
  font-family: 'Lato';
  text-transform: capitalize;
  line-height: 120%;
  border: 1px solid #eeeeee;
  width: 55%;
  padding: 10px;
}

.hard-kit label:before {
  display: none;
}

.hard-kit label {
  font-size: 14px !important;
  color: #707070;
  font-family: 'Lato';
  line-height: 120%;
}

.hard-kit li {
  margin-bottom: 18px;
}

ul.hard-kit {
  border: 1px solid #eeeeee;
  width: 55%;
  border-top: none;
}

.accordion.hk-accord.active {
  border-bottom: none;
  background: url(/images/uploaded/product/set-arrow-up.svg) no-repeat center right;
  background-position-x: 97%;
}

.panel.hk-section {
  display: none;
}

.accordion.hk-accord {
  background: url(/images/uploaded/product/set-arrow.svg) no-repeat center right;
  background-position-x: 97%;
}

.picture-thumbs {
  float: left !important;
  margin-top: 20px !important;
}

.picture-thumbs {
  width: 100% !important;
}


.thumb-item {
  display: inline-block !important;
  margin-right: 20px !important;
  width: auto !important;
  border: 1px solid #545454;
}

.hk-accord-container {
  margin-bottom: 10px;
}

@media (max-width : 600px) {
  .html-product-details-page .master-wrapper-content {
    width: 100%;
    padding: 0 !important;
    margin-top: 22%;
  }

  .html-product-details-page .breadcrumb li {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-product-details-page .product-name {
    margin-top: 5% !important;
    position: relative !important;
    display: block !important;
    float: left;
    padding-left: 20px !important;
  }

  .html-product-details-page .product-name h1 {
    font-size: 26px;
  }

  .html-product-details-page .gallery {
    margin: 0 !important;
  }

  .picture-thumbs {
    width: 100% !important;
    padding-left: 20px;
  }

  .product-price {
    width: 100% !important;
    text-align: left;
    padding-left: 20px;
    border: none !important;
  }

  .overview .prices {
    border: none !important;
  }

  .product-price span {
    display: inline !important;
  }

  .manufacturers,
  .sku {
    text-align: left !important;
    padding-left: 20px;
    width: 100%;
  }

  .availability {
    text-align: left !important;
    padding-left: 20px;
  }

  .pickup-delivery-details {
    text-align: left !important;
    padding-left: 20px;
  }

  .attributes {
    text-align: left;
    padding-left: 20px;
  }

  .accordion.hk-accord {
    width: 90%;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
  }

  .estoris-grid-item-1-1-2.add-to-wishlist {
    display: block;
    padding-left: 126px;
    padding-right: 126px;
  }

  .estoris-grid-item-1-1-2.email-a-friend,
  .estoris-grid-item-1-1-2.compare-products {
    display: inline-block;
    padding-left: 20px;
    width: 48%;
    text-align: left !important;
  }

  .estoris-grid-item-1-1-2.email-a-friend,
  .estoris-grid-item-1-1-2.compare-products {
    display: inline-block;
    padding-left: 20px;
    width: 48%;
    text-align: left !important;
  }

  .ui-tabs .ui-tabs-nav li {
    display: block;
    float: left;
    clear: both;
    margin-left: 20px;
  }

  .productTabs-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slick-dots button {
    border-radius: 50%;
  }

  .jCarouselMainWrapper .slick-dots li {
    margin-right: 20px;
  }

  .jCarouselMainWrapper .slick-dots li button {
    background-color: #707070;
  }

  .overview .add-to-cart-button {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
  }

  .overview .qty-input,
  #qty-minus,
  #qty-plus {
    width: 33% !important;
    margin-bottom: 20px;
  }

  .fixed-cart {
    position: fixed;
    left: 0 !important;
    bottom: 0;
    z-index: 99;
  }

  .footer .title {
    font-weight: bold;
  }

  .attributes select {
    width: 93%;
  }
}

span.old-price {
  font-size: 14px;
}

@media (max-width: 1450px) and (min-width: 601px) {
  .html-category-page .item-box .prices {
    width: 80%;
    display: inline-block;
  }

  .overview .add-to-compare-list-button {
    background-size: 10% !important;
  }
}

.product-tags-box {
  display: none;
}

.overview .add-to-cart-panel {
  width: 100% !important;
  height: 65px;
}

@media (max-width : 600px) {
  .overview .add-to-cart-panel {
    width: 100% !important;
    height: 60px;
  }
}

.overview .add-to-cart-panel input,
.overview .add-to-cart-panel button {
  height: 100% !important;
}

.hard-kit label {
  padding-left: 10px;
}

.hard-kit .option-list input {
  display: none;
}

@media (min-width : 601px) {
  ul.slick-dots {
    display: none !important;
  }
}

.overview .add-to-cart-button:hover {
  background: #000000 !important;
  opacity: 1;
}

.pickup-delivery-details a {
  text-decoration: none !important;
}

span#red-deliver {
  color: #de1f11;
}

.pickup-delivery-details a:hover span#red-deliver {
  text-decoration: underline;
}

/* Kimbrells - Ron added - start */
 .store-card-top-right .pickup-stock-message {
  color: #008000;
}
.no-pickup-today .store-card-top-right .pickup-stock-message {
  color: #000000  !important;
}
/* Kimbrells - Ron added - end */

.overview .additional-details {
  margin: 0;
}

.overview br {
  display: none;
}

.available-delivery {
  margin-bottom: 15px;
}

.html-product-details-page .overview input.button-2.add-to-wishlist-button,
.html-product-details-page .overview button.button-2.add-to-wishlist-button {
  text-align: left;
  padding-left: 40px;
}

.overview .email-a-friend-button {
  text-align: left;
  padding-left: 42px;
}

.overview .add-to-compare-list-button {
  /*background-size: 7%;
 padding-left: 28px;*/
  padding-left: 28px;
}

@media (max-width : 600px) {
  .overview-buttons {
    margin-top: 80px !important;
  }

  .estoris-grid-item-1-1-2.compare-products {
    padding-left: 0;
  }

  .overview .email-a-friend-button {
    background-size: 12%;
  }

  .overview .add-to-compare-list-button {
    background-size: 10%;
  }

  .overview .add-to-cart-panel .fixed-cart {
    height: auto !important;
  }

  .breadcrumb li>a,
  .breadcrumb li>strong,
  .breadcrumb li>.delimiter {
    overflow: visible;
  }

  .ui-tabs.productTabs .ui-tabs-nav li {
    margin-right: 0;
    width: 90%;
  }

  li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    border-top: 1px solid #eeee;
  }

  .ui-tabs-active.ui-state-active {
    border-bottom: inherit;
  }

  .ui-tabs-active.ui-state-active a {
    border-bottom: 1px solid #de1f11 !important;
  }

  .ui-tabs .ui-tabs-nav li a {
    width: fit-content;
  }

  li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    background: url(/images/uploaded/product/set-arrow.svg) no-repeat center right;
    background-position-x: 97%;
  }

  li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background: url(/images/uploaded/product/set-arrow-up.svg) no-repeat center right;
    background-position-x: 97%;
  }

  .estoris-grid-container-5-5-2.estoris-grid-gap-20.overview-buttons {
    border: none !important;
  }

  .productTabs-body {
    border: none !important;
  }

  li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:last-child {
    border-bottom: 1px solid #eeeeee;
  }

  #quickTabs a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .overview .sku {
    margin-bottom: 20px;
  }

  .hard-kit ul.option-list {
    border: 1px solid #eeeeee;
    border-top: none;
    width: 90%;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
  }

  .accordion.hk-accord.active {
    margin-bottom: 0;
  }
}

span.wishlist-qty {
  font-size: 0;
}

li.list-title {
  color: #000000;
  font-size: 18px;
  font-family: 'Lato';
  line-height: 120%;
}

.hard-kit ul.option-list {
  padding-top: 10px;
}

.two-columns .gallery .thumb-item {
  height: 100px;
  width: 100px !important;
}

.selected-img {
  border: 1px solid #de1f11;
}

.thumb-item {
  cursor: pointer;
}


.gallery .picture-thumbs img {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pf-msrp {
  display: none !important;
}

.hard-kit input {
  display: none;
}

.styled-select select {
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.styled-select {
  background: url(/images/uploaded/product/set-arrow.svg) no-repeat center right;
  background-position-x: 97%;
  width: 55%;
  overflow: hidden;
}

.overview span.old-price:nth-child(2) {
  display: none;
}

@media (max-width : 600px) {
  .styled-select {
    width: 90%;
    margin-left: 0;
    text-align: left;
    margin-bottom: 20px;
  }
}

.pf-price .old-price {
  display: none !important;
}

.pf-price span {
  color: #545454 !important;
}

@media (min-width : 601px) {
  .gallery .picture {
    width: auto !important;
    margin: auto;
  }

  .picture,
  .picture-thumbs {
    grid-column: span 6;
  }

  .picture-thumbs {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }

  .two-columns .gallery .thumb-item {
    width: 100% !important;
    grid-column: span 1 !important;
    /* height: 100%; */
  }

  .two-columns .gallery .thumb-item:before {
    content: "";
    padding-bottom: 100%;
    display: block;
    vertical-align: top;
  }

}

div#store-locator-geolocation-data {
  display: none;
}

.html-topic-page .master-wrapper-content {
  width: 100%;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.topic-history .page-title {
  display: none;
}

.topic-page .page-body {
  padding-top: 80px;
}

.kimbrells-history h1 {
  color: #de1f11;
  font-family: 'Oswald' !important;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 35px;
}

.kimbrells-history p {
  color: #000000;
  font-size: 24px;
  line-height: 120%;
  font-family: 'Lato';
  font-weight: 500;
}


/************ TIMELINE CSS *****************/
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {

  #timeline .demo-card:nth-child(odd) .head::after,
  #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before,
  #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
/*
body {
  font-family: Roboto;
}
*/
#timeline {
  padding: 100px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}

#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}

@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}

#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}

#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}

@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}

@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }

  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }

  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }

  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }

  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }

  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }

  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}

#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}

#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}

#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}

@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}

#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

#timeline .demo-card .body img {
  display: block;
  width: 100%;
}


#timeline .demo-card .head {
  background-color: #de1f11;
}

#timeline h1 {
  color: #de1f11;
  font-family: 'Lato' !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 120%;
  letter-spacing: normal !important;
}

.number-box {
  background: #000000 !important;
}

.number-box span {
  font-size: 18px;
  font-family: 'Lato';
}

#timeline .demo-card-wrapper::after {
  border-left: 1px solid #000000;
}

#timeline .demo-card:nth-child(odd) .head::before,
#timeline .demo-card:nth-child(even) .head::before {
  background-color: #DE1F11;
}

#timeline .demo-card .head::after {
  border-color: #DE1F11;
}

#timeline .demo-card .head h2 {
  font-size: 18px;
  font-family: 'Lato', sans-serif !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  line-height: 120%;
  font-style: normal !important;
}

#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 120% !important;
  color: #000000;
  font-family: 'Lato' !important;
}

#timeline .demo-card,
#timeline .demo-card .body {
  height: auto !important;
}

#timeline .demo-card .body {
  background: #F6F6F6 !important;
}

.demo-card.demo-card--step6 {
  margin-top: 144px !important;
}

#timeline .demo-card .body img {
  display: block;
  width: 280px;
  margin: auto;
}

.demo-card.demo-card--step3 .body img {
  width: 411px !important;
}

div#timeline {
  border: none;
  padding-bottom: 0;
  padding-top: 25px;
}

#timeline .demo-card-wrapper::after {
  height: 79%;
}

.topic-history .estoris-grid-container-12-8-2.estoris-grid-gap-20.homepage-usps {
  margin-top: 0;
}

@media (max-width : 600px) {

  .html-topic-page .master-wrapper-content {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .kimbrells-history img {
    width: 100%;
  }

  #timeline .demo-card-wrapper::after {
    height: 100%;
  }

  .demo-card.demo-card--step6 {
    margin-top: 0 !important;
  }

  .demo-card.demo-card--step3 .body img {
    width: 100% !important;
  }

  #timeline .demo-card .body p,
  #timeline .demo-card h2 {
    text-align: left !important;
  }

  .estoris-grid-item-12-12-2.breadcrumb {
    text-align: left !important;
    margin: 0;
  }

}

#timeline {
  background: transparent;
}

.usp-container p {
  font-size: 18px !important;
}

.topic-page .page-body {
  padding-top: 0px;
}

#timeline .demo-card:nth-child(odd) .head::before,
#timeline .demo-card:nth-child(even) .head::before {
  box-shadow: 0px 0px 2px 8px #ffffff;
}

#timeline .demo-card {
  box-shadow: none;
}

#timeline .demo-card .body {
  border: none;
}

@media (min-width : 1450px) {
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 535.5px;
  }

  #timeline .demo-card:nth-child(even) .head::before {
    right: 535.5px;
  }

  #timeline .demo-card-wrapper {
    width: 1320px;
    align-items: center;
  }
}

@media (min-width : 601px) and (max-width : 1441px) {
  .kimbrells-history .estoris-grid-item-5-5-2 img {
    width: 100%;
  }
}

#timeline .demo-card .head .number-box {
  width: 100px;
  text-align: center;
  font-weight: normal !important;
}

#timeline .demo-card .head .number-box {
  padding: 0;
  vertical-align: middle !important;
  padding-bottom: 4px;
}

#timeline .demo-card .head h2 {
  padding-bottom: 0;
}

@media (max-width : 600px) {
  .kimbrells-history h1 {
    font-size: 26px;
  }

  #timeline .demo-card .head .number-box {
    width: 75px;
  }
}


/*Outdated Browser Message*/
.browser-upgrade {
  border-bottom: 1px solid #A2AEB6;
  background: #FFFF90;
  text-align: center;
}

.browser-upgrade p {
  width: 80%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width : 600px) {
  h1 {
    font-size: 26px !important;
  }

  #timeline .demo-card .head .number-box {
    width: 100px;
  }
}

#timeline h1 {
  font-weight: 600 !important;
}

.available-delivery {
  font-family: 'Lato' !important;
}

a#available-delivery {
  color: #de1f11;
}

.pickup-availability>* {
  font-family: 'Lato' !important;
  font-size: 14px !important;
}

#product-pickup-availability-link {
  padding-left: 5px !important;
  color: #de1f11;
}

.pickup-availability {
  margin-bottom: 40px;
}

@media (min-width : 1600px) {
  #timeline .demo-card:nth-child(odd) {
    margin-right: 60px;
  }

  #timeline .demo-card:nth-child(even) {
    margin-left: 60px;
  }
}

.topic-careers .page-title {
  display: none;
}

.kimbrells-careers img {
  width: 100%;
}

.kimbrells-careers h1 {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #DE1F11;
  margin-bottom: 35px;
}

.kimbrells-careers h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #DE1F11;
}

.top-text p {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.top-text ul {
  list-style: none !important;
}

.top-text li:before {
  content: "\2022";
  color: #de1f11;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.top-text li {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}

.bottom-text p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}

.career-seperator {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #707070;
}

.job-posting {
  margin-bottom: 40px;
}

.apply-button {
  display: block;
  width: 277px;
  text-align: center;
  align-items: center !important;
  border: 1px solid #de1f11;
  line-height: 50px;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: normal;
  color: #de1f11;
}

a.apply-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #de1f11;
}

.job-posting p {
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #545454;
}

@media (max-width : 600px) {
  .top-text li:before {
    display: none;
  }

  .top-text li {
    line-height: 175%;
    text-align: center;
  }

  .top-text ul {
    padding: 0;
  }

  p#mobile-gap {
    margin-top: 40px;
  }

  .kimbrells-careers h3 {
    margin-bottom: 20px;
  }

  .kimbrells-careers h1 {
    margin-bottom: 15px !important;
    margin-top: 25px;
  }

  .job-posting h3,
  .job-posting p {
    text-align: left;
  }

  a.apply-button {
    margin-left: auto;
    margin-right: auto;
  }

  .top-text ul {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .top-text ul {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

iframe.estoris-grid-item-8-8-2 {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}

.download-links a {
  border: 1px solid #de1f11;
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 25%;
  padding-right: 25%;
  height: 100%;
  padding-top: 6%;
  line-height: 120%;
}

.download-links {
  height: 125px;
  margin-top: 40px;
}

p.estoris-grid-item-12-12-2.coupon-heading {
  margin-top: 80px;
  text-align: center;
  padding-left: 35%;
  padding-right: 35%;
  font-size: 18px;
  color: #545454;
  line-height: 120%;
}

.download-links a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background: #de1f11;
}

.link2 a {
  padding-left: 17%;
  padding-right: 17%;
}

p.estoris-grid-item-12-12-2.coupon-heading {
  margin-bottom: 40px;
}

.coupon img {
  width: 100%;
}

.coupon p {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

a.coupon-button {
  display: block;
  width: 275px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #de1f11;
  line-height: 50px;
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 500;
}

p.expiry-date {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #707070;
}

p.expiry-date {
  margin-bottom: 40px;
}

a.coupon-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #de1f11;
}

.kimbrells-sales div#ph-title {
  grid-column: span 12;
}

@media (max-width : 600px) {
  .link2 a {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 1.5%;
  }

  p.estoris-grid-item-12-12-2.coupon-heading {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .topic-sales .master-wrapper-content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .topic-sales .breadcrumb {
    text-align: left !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  iframe.estoris-grid-item-8-8-2 {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    padding-bottom: 0;
  }

  .download-links {
    height: 125px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  p.estoris-grid-item-12-12-2.coupon-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width : 601px) and (max-width : 1500px) {
  .link2 a {
    padding-left: 17%;
    padding-right: 17%;
    padding-top: 2%;
  }
}

.kimbrells-newletter-block h3 {
  color: #ffffff !important;
}

.topic-finance .page-title {
  grid-column: span 12;
}

.storis .fieldset>p {
  display: none;
}

.topic-finance .master-wrapper-content {
  width: 100%;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.creditapp-descript h1 {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #DE1F11;
  text-transform: uppercase;
}

.creditapp-descript p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.creditapp-descript h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

img.credit-arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.credit-usps {
  width: 49% !important;
  display: inline-block !important;
  text-align: center;
  margin-top: 35px;
}

.credit-usps h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #DE1F11 !important;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 20px;
}

.storis .fieldset,
.storis .form-fields {
  width: 100%;
}

.storis .inputs {
  text-align: left;
  width: 49%;
  display: inline-block;
}

.storis .inputs label {
  width: 100%;
  display: block;
  text-align: left;
}

.storis .inputs input[type="text"],
.storis .inputs input[type="password"],
.storis .inputs input[type="email"],
.storis .inputs input[type="tel"],
.storis .inputs select,
.storis .inputs textarea {
  width: 100% !important;
  -webkit-appearance: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}

.form-fields {
  margin: 0 !important;
}

.storis .fieldset {
  border: 1px solid #DE1F11;
  padding: 20px;
  box-sizing: border-box;
}

.storis label {
  font-family: 'Lato' !important;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #545454;
}

.required {
  font-size: 12px !important;
}

.inputs.address-blocks {
  width: 100%;
}

button#ssn_button {
  /* background: url(/images/uploaded/topic/ss-hide.svg) no-repeat center #ffffff; */
  border: none !important;
  text-indent: -99999999px;
}

button#ssn_button {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  top: 83%;
  left: 95%;
}

input#reset-button {
  display: none;
}

.buttons {
  width: 100% !important;
  margin: 0 !important;
}

input#search-button {
  width: 100% !important;
  color: #ffffff;
  background-color: #de1f11;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-transform: capitalize;
}

input#search-button:hover {
  background-color: #000000;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
  font-family: 'Lato' !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  align-items: center;
  color: #545454 !important;
}

.estoris-grid-item-5-5-2.creditapp-descript {
  padding-left: 10%;
  padding-right: 10%;
}

.estoris-grid-item-10-10-2.creditapp-bottom-text {
  margin-top: 80px;
}

.creditapp-bottom-text h1 {
  font-family: 'Lato' !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #DE1F11;
}

.creditapp-bottom-text p {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-top: 35px;
}

@media (max-width : 600px) {
  .topic-finance .master-wrapper-content {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .creditapp-descript h2 {
    display: none;
  }

  img.credit-arrow {
    display: none;
  }

  .estoris-grid-item-5-5-2.creditapp-descript {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .credit-usps {
    margin-top: 20px;
  }

  .storis .inputs {
    width: 100%;
  }

  button#ssn_button {
    top: 89%;
    left: 90%;
  }
}

.ss-hide {
  background: url(/images/uploaded/topic/ss-hide.svg) no-repeat center #ffffff;
}

.ss-show {
  background: url(/images/uploaded/topic/ss-open.svg) no-repeat center #ffffff;
}

.text-container h3 {
  font-weight: 500;
}

.html-home-page .red-btn,
.html-home-page .white-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  line-height: 50px;
}


/* @media (max-width : 600px) {
 .html-home-page .item-box input.add-to-wishlist-button {
    margin-top: -25% !important;
    margin-left: 87% !important;
}
} */


.html-home-page .product-item.with-text .buttons {
  display: inline;
  float: right;
  width: 15% !important;
}

@media (max-width : 600px) {
  .item-box .prices {
    margin-bottom: 0;
  }

  .html-product-details-page .carousel-title strong {
    font-size: 26px;
  }

  .html-product-details-page .title.carousel-title {
    padding: 0;
    margin-bottom: 20px !important;
  }

  .storis .buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width : 601px) {

  .inputs.firstName-block,
  .inputs.zip-block {
    float: left;
  }

  .inputs.lastName-block,
  .inputs.ssn-block {
    float: right;
  }

  .storis .buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  a.white-btn.btn-left {
    margin-left: 0;
  }

  a.white-btn.btn-right {
    margin-right: 0;
  }
}

button#ssn_button {
  transition: none !important;
}

.registration-page .form-fields,
.login-page .form-fields,
.account-page .form-fields {
  margin: auto !important;
}

@media (min-width : 601px) {
  .attributes {
    margin-bottom: 0;
  }

  .overview .add-to-cart {
    margin-top: 40px;
  }

  .pickup-availability {
    margin-bottom: 0;
  }

  .hk-accord-container {
    margin-top: 15px;
  }

  .attributes {
    margin-top: 10px !important;
  }
}

@media (max-width : 600px) {
  .pickup-availability {
    margin-bottom: 20px;
  }
}

a#available-delivery {
  color: #545454;
  cursor: initial;
}

a#product-pickup-availability-link:hover {
  text-decoration: underline !important;
}

@media (min-width : 601px) {
  .promo-banner a.estoris-grid-item-6-8-2.red-btn {
    margin-right: 0;
  }
}

.footer-block.footer-estoris-sl {
  margin-top: 85px;
  max-width: none;
  width: 100% !important;
}

.footer-nearest-store {
  float: unset;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.footer-block.footer-estoris-sl .title+*:before {
  display: none;
}

.footer-nearest-store .title {
  margin-bottom: 4px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

@media (min-width : 601px) {
  .footer-middle {
    padding-bottom: 40px !important;
  }
}

@media (max-width : 601px) {
  .footer-nearest-store {
    float: unset;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 15px 15px 0;
  }
}

.header-nearest-store:before,
.header-nearest-store .get-directions:before {
  background: url(/images/uploaded/homepage/location_icon.svg) no-repeat center;
}

.header-nearest-store .get-directions:before {
  width: 12px !important;
  height: 12px !important;
  background-size: contain !important;
}

/* Kimbrells - Ron added - start */
a.get-directions:hover {
  color: #ffffff;
  /*added*/
  background-color: #de1f11;
}
/* Kimbrells - Ron added - end */

.nearest-store-modal {
  position: absolute;
  background: #ffffff;
  z-index: 999;
}

.header-nearest-store a {
  color: #de1f11 !important;
}

.header-nearest-store span,
.header-nearest-store p {
  color: #000000 !important;
}

.hp-promos span.red-btn.dark-overlay {
  padding: 0 !important;
}

@media (min-width : 601px) {
  .hp-map .white-btn {
    margin-left: 20px !important;
  }
}

.hp-map a.white-btn {
  font-family: 'Lato' !important;
}

.header-nearest-store span,
.header-nearest-store p,
.header-nearest-store a {
  line-height: normal !important;
  text-transform: unset;
}

.my-loc span {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
}

.nearest-store-modal {
  margin-left: -3%;
  margin-top: 1px;
  border: 1px solid #de1f11;
}

.header-nearest-store h2 {
  letter-spacing: normal;
  color: #000000;
}

.header-nearest-store {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-nearest-store:before {
  top: 10px;
}

.nearest-store-modal.hidden {
  display: none;
}

@media (min-width: 1024px) {
.slider-wrapper {
    padding-top: 150px;
  }
}

@media (min-width: 601px) {
  .slider-wrapper {
    position: relative;
    z-index: 1;
  }

  .html-shopping-cart-page .ui-dialog:not(.modal-pickup-container) {
    position: absolute !important;
    z-index: 1050;
    width: 51% !important;
    max-width: 95%;
    border: none;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    background: #fff;
    height: 500px !important;
    /*top: 29% !important;*/
    top: 10% !important;
    left: 24% !important;
  }

}

a.white-btn {
  font-family: 'Lato' !important;
}

.html-shopping-cart-page .ui-dialog-content {
  height: auto !important;
  padding: 10px 20px;
  line-height: 20px;
  overflow-y: scroll;
}

.html-product-details-page .header-nearest-store {
  text-align: left !important;
}

/*
span.fw-cta.fw-cta-banner-container {
    max-width: 100%;
    max-height: 100%;
    display: none;
}
*/

.home-page-category-grid .title:nth-child(2) strong,
.home-page-product-grid .title strong {
  letter-spacing: normal !important;
  font-size: 36px;
  color: #de1f11;
  line-height: 120%;
  font-family: 'Oswald';
  font-weight: 500;
}

@media (max-width : 600px) {
  .login-page .customer-blocks {
    overflow: unset;
    text-align: center;
  }
}

.fw-cta-button.fw-cta.fw-cta-request-more-information-button.fw-cta-bottom-center,
.fw-cta-button.fw-cta.fw-cta-special-pricing-button.fw-cta-bottom-center {
  display: none;
}

@media(max-width : 600px) {

  iframe.estoris-grid-item-8-8-2 {
    width: 100% !important;
    height: auto;
  }
}

.ajax-cart-button-wrapper {

  height: 100% !important;
}

.product-grid.bestsellers {
  display: none;
}


@media (max-width : 600px) {
  .map-wrapper .map {
    height: 400px;
    width: 100%;
  }
}

#summary-form span.account-payment-button .button-1 {
  display: none;
}


@media (min-width : 600px) {
  .footer-block.newsletter-block {
    float: left;
    clear: both;
  }
}


.kimbrells-accepts {
  margin-bottom: 5%;
  border: 1px solid;
  margin-left: 30%;
  margin-right: 30%;
  padding-bottom: 3%;
  padding-top: 2%;
}

.kimbrells-accepts h1 {
  color: #de1f11;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: normal;
  margin-bottom: 1%;
}

.storis-online-billpay .kimbrells-accepts {
  margin-bottom: 5%;
  border: 1px solid;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 3%;
  padding-top: 2%;
}

/* STF Hide Minimum payment  040720 */
/*
input[name="minimum-payment-button"] {
    display: none !important;
}
*/

.two-columns .gallery .thumb-item:before {
  display: none;
}

.image-container img {
  width: auto;
}

.delivery-pickup-status-text {
  color: green;
}

@media (max-width : 600px) {
  .html-password-recovery-page .inputs {
    float: left;
  }
}

/* NEEDS TO BE MOVED LIVE AFTER UPG START */
@media (max-width : 600px) {
  /*
.picture-slide.slick-slide {
    width: 100% !important;
}*/

  .anywhere-slider .slick-list {
    width: 100%;
  }

  .login-page .customer-blocks {
    float: left;
    width: 100%;
  }

  .homepage-collage-container {
    flex-direction: column;
  }

  .homepage-collage-container .estoris-grid-item-6-4-2.image-container,
  .homepage-collage-container .estoris-grid-item-6-4-2.text-container {
    width: 100%;
  }
}

/* NEEDS TO BE MOVED LIVE AFTER UPG END */

ul.nearest-shops-list .topic-block {
  display: block;
}

.html-home-page .footer .topic-block {
  display: block;
}

/*Show only one delivery option estimate*/
.delivery-details-list p:nth-child(2) {
  display: none;
}

.delivery-details-list p:nth-child (3) {
  display: none;
}

.delivery-details-list p:nth-child (4) {
  display: none;
}

.address-container ul {
display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.address-container ul li p {
font-size: 16px;
}

@media (max-width: 767px) {
.address-container ul {
    flex-direction: column;
    gap: 20px;
}
.html-home-page .slider-wrapper.theme-homepage-desktop {
padding-top: 75px;
}
.html-home-page .hp-best-sellers .slick-carousel .carousel-item .item-box .prices {
display: flex;
justify-content: space-between;
}
.html-home-page .product-grid .item-box .prices br,
.html-home-page .hp-best-sellers .slick-carousel .carousel-item .item-box .prices br {
display: none;
}
.homepage-collage {
margin-bottom: 50px;
}
}
