@media all and (max-width: 768px) {

.responsive-nav-wrapper-parent {
    margin-bottom: 30px;
}
.responsive-nav-wrapper.stick {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.desktop-cart {
	display: none;
}
.category-landing-top {
    height: 240px;
}
.store-details-page {
    padding-top: 10px;
}
.store-details-page .page-title,
.category-landing-top .page-title {
    height: 240px;
    margin-top: 0px;
}
.store-details-page .page-title > h1,
.category-landing-top .page-title > h1 {
    font-size: 38px;
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    letter-spacing: -1px;
    text-shadow: 1px 1px 10px #595452;
}
.store-details-page .page-title > h1 {
    font-size: 24px;
}
.store-details-page .featured-image {
    height: 240px;
}
.store-details-page .featured-image img,
.category-landing-top img {
    height: 240px;
    width: auto;
}
/*Catelog Landing Page*/
.sub-category-grid .item-box {
    text-align: left;
}
.sub-category-grid .item-box {
    margin-left: 3%;
    width: 48.5%;
}
.sub-category-grid .item-box:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.sub-category-item > ul {
    display: none;
}
.product-page-top-wrapper {
    margin-bottom: 35px;
}
.inpage-review-wrap {
    margin-bottom: 25px;
}
/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);*/
	background: #f3f3f3;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 40px;
	width: 45px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
    border-left: 1px solid #ddd;
    margin: 0; /*firefox margin fix*/
}
.responsive-nav-wrapper > div:last-child > span,
.responsive-nav-wrapper > div:last-child > a {
    border-right: 1px solid #ddd;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(../img/responsive-nav-sprite.png) no-repeat left center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(../img/responsive-nav-sprite.png) no-repeat left -44px center;
}
.responsive-nav-wrapper .wishlist-button {
	display: inline-block;
	background: url(../img/responsive-nav-sprite.png) no-repeat left -88px center;
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url(../img/responsive-nav-sprite.png) no-repeat left -133px center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(../img/responsive-nav-sprite.png) no-repeat left -177px center;
}
.responsive-nav-wrapper .filters-button {
	background: url(../img/responsive-nav-sprite.png) no-repeat left -220px center;
}


/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.sub-header-center {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub-header-center.open {
    z-index: 9999;
}
.justAFixingDivBefore,
.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #FAFAFA;
    overflow-x: hidden;
	z-index: 2147483647;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow-y: scroll;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .sub-header-center {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.android23 .justAFixingDivBefore,
.android23 .sub-header-center{
    left: -100%;
}        
.notAndroid23 .sub-header-center.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .sub-header-center.open {
    left: 0;
}

.header-menu .close-menu {
	background: #fff;
	cursor: pointer;
    box-shadow: 3px 0 3px rgba(0,0,0,.1);
    margin-bottom: 3px;
}
.close-menu span {
	display: block;
	padding: 17.5px 40px 17.5px 20px;
	color: #666;
	text-transform: uppercase;
	line-height: 15px;
	text-align: left;
    background: url(../img/close-btn.png) no-repeat right 15px center;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a {
	display: block;
	padding: 16px 0 16px 18px !important;
    margin: 0 50px 0 0;
	line-height: 17px;
	color: #505050;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
    .header-menu > ul li > a.with-subcategories {
        width: 260px;
        float: left;
    }
.header-menu > ul li > a > span{
    display: inline-block;
    text-transform: capitalize;
}
ul.sublist li > a:after{
    width: 96%;
}
.plus-button {
    float: right;
    margin-left: -50px;
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    background-image: url(../img/menu-arrow-forward.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
}

.header-menu .sublist-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: #FAFAFA !important;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.android23 .header-menu .sublist-wrap {
    left: -100%;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

.header-menu ul li.back-button {
	background: #E9E9E8;
}
.header-menu .back-button span {
    display: block;
	text-transform: none;
	color: #47423F;
	text-align: left;
	padding: 18px !important; 
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 3px;
    cursor: pointer;
    background-image: url('../img/menu-arrow-backward.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.header-logo,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.notAndroid23 .move-right {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);        
}
.master-wrapper-content {
    background-position: center -65px;
    padding-top: 0;
}

/* SEARCH BOX */

.search-box {
    padding: 5px 0 10px;
	width: 100%;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
	z-index: 1070;
	text-align: center;
    background: #fff;
}
.search-box.open {
	display: block;
    background: #f3f3f3;
}
.search-box .search-box-button{
    background-color: #fff;
}
.search-box.forum-search-box {
    box-shadow: none !important;
}
.search-box.forum-search-box .basic input{
    background-color: #f3f3f3;
}
.search-input .button-1 {
    margin-left: 0;
    width: 280px;
    max-width: 100%;
}
/* HEADER LINKS */

.header-options-wrapper {
	display: none;
	background: #f3f3f3;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1070;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-options-wrapper.open {
	display: block;
}
.header-right{
    display: none;
}
.customer-header-links li{
    display: inline-block
}
.customer-header-links li a {
    padding: 10px 10px 10px 20px;
    display: block;
    margin: 0 5px;
}
.customer-header-links .ico-account{
    background: url(../img/login-register-sprite.png) no-repeat top 10px left 2px;
}
.customer-header-links .ico-inbox{
    padding: 0;
}
.customer-header-links .ico-inbox span{
    display: inline-block;
}
.customer-header-links .inbox-unread{
    padding: 10px 0;
}
.customer-header-links .ico-logout,
.customer-header-links .ico-login{
    background: url(../img/login-register-sprite.png) no-repeat top -16px left 2px;
}
.customer-header-links .inbox-label{
    padding: 10px 5px 10px 20px;
    background: url(../img/login-register-sprite.png) no-repeat top -44px left;
}
.customer-header-links .ico-register{
    background: url(../img/login-register-sprite.png) no-repeat top -68px left 2px;
}
.customer-header-links .ico-account{
    background: url(../img/login-register-sprite.png) no-repeat top 9px left 2px;
}

/* MY ACCOUNT BLOCK */

.block-navigation {
    margin: 0 auto 10px !important;
    width: 100% !important;
    float: none !important;
    max-width: 999px;
    padding-top: 10px;
}
.block-navigation .title{
    display: none;
}
.block-navigation .title strong:after{
    display: none;
}
.block-navigation .listbox{
    display: block !important;
}
.block-navigation .list li{
    text-align: center;
}
.block-navigation .list li a,
.block-navigation .list li a.active,
.block-navigation .list li a:hover{
    background: none;
}
.block-navigation .custom-select {
    width: 100%;
}
.block-navigation .custom-select-text {
    height: 36px;
    line-height: 36px;
    font-size: 12.5px !important;
}

/* CHECKOUT PAGE */
.checkout-page .address-item{
    padding: 0 0 20px;
    border-bottom: 1px solid #EEEEED;
    margin: 0 0 30px;
}
.checkout-page .buttons,
.checkout-page .add-button {
    text-align: center;
}
.inputs .sub-inputs.last label {
    margin-top: 25px;
}
.order-review-data ul, .shipment-overview ul {
    margin: 0 0 15px;
}
.checkout-page .address-item li {
    line-height: 1.1em;
}
.checkout-page .address-item li.phone {
    margin: 0;
}
.order-details-area td {
    display: block;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #EEEEED;
}
.order-details-page .data-table tr {
    display: block;
}
.order-details-page .data-table td {
    display: block;
    padding: 3px 10px;
    min-width: 0;
}
.order-details-page .data-table td.quantity,
.order-details-page .data-table td.total {
    width: 50%;
    float: left;
}
.order-details-page .data-table td label {
    display: inline-block;
}
.order-details-page .data-table tr {
    font-size: 13px;
}
/*CUSTOM SHOPPING CART*/
.shopping-cart-page.page,
.checkout-page.page {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.shopping-cart-page .page-body,
.checkout-page .page-body,
.order-details-page .page-body,
.request-a-catalog .page-body {
    width: 264px;
    display: inline-block;
}
.shopping-cart-page .total-info {
    width: 100%;
}
.shopping-cart-page .total-info .cart-total {
    width: 100%;
}
.shopping-cart-page .common-buttons {
    text-align: center;
}
.shopping-cart-page .checkout-button,
.shopping-cart-page .update-cart-button,
.shopping-cart-page .continue-shopping-button,
.checkout-page .button-2,
.checkout-page .button-1,
.write-review .buttons > * {
    width: 100%;
    margin: 0 0 10px !important;
}
.shopping-cart-page .update-cart-button {
    margin: 40px 0 !important;
}

/*Search page*/
.basic-search .buttons {
    width: 100%;
    text-align: center;
    padding: 0;
}

/*ACCOUNT PAGES*/
.account-page .title {
    text-align: center;
    font-weight: bold;
}
.account-page .inputs,
.account-page .inputs label {
    text-align: left;
}
.account-page .buttons {
    text-align: center;
}
.account-page .buttons > .button-1,
.account-page .add-button > .button-1 {
    width: 280px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.two-third-panel {
    background-color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 15px 5%;
}
.account-page .custom-select {
    width: 100%;
}
.account-page .sub-nav-dropdown {
    width: 100%;
}
.address-list-page .info, .order-list-page .item-box {
    text-align: center;
}
.account-page .address-item {
    position: relative;
    padding-bottom: 45px;
}
.account-page .address-item .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.account-page .address-item .buttons > input[type=button] {
    outline: none;
    margin: 0;
    width: 50%;
    float: left;
    border-radius: 0;
    padding: 10px 0;
}
.account-page .address-item .edit-address-button {
    border-left: 0;
    border-bottom: 0;
}
.account-page .address-item .delete-address-button {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.address-list-page .add-button {
    text-align: center;
}
/*ORDER HISTORY*/
.section.address-item,
.section.order-item {
    margin-bottom: 20px;
}
.account-page .order-item .item-box {
    width: 100%;
    float: none;
    margin: 0;
}
.account-page .order-item .item-box.buttons {
    margin-top: 20px;
    line-height: 1em;
}
.account-page .order-item .buttons .button-2 {
    margin: 0;
}
/*LOGIN PAGE*/
.login-page .page-body {
    padding: 0;
}
.login-page .returning-wrapper {
    margin-bottom: 0;
}
.login-page .returning-wrapper:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #eeeeed;
    top: 0;
    left: 0;
    right: 0;
}
.login-page .customer-blocks {
    margin-bottom: 0;
}
.login-page .customer-blocks > div {
    padding: 15px 5%;
    margin: 0;
}
.login-page .customer-blocks .new-wrapper {
    padding-bottom: 30px;
}
.login-page .customer-blocks .returning-wrapper {
    padding-top: 30px;
}
.login-page .customer-blocks .new-wrapper > .buttons {
    margin: 0;
}
.login-page .external-authentication {
    margin-bottom: 0;
}
/*Custom Global Classes*/
.mobile-visible {
    display: block;
}
.mobile-invisible {
    display: none;
}
.regular-page {
    padding-top: 10px;
}
    .regular-page .title {
        text-align: center;
        font-weight: bold;
    }
    .regular-page .inputs label {
        text-align: left;
    }
.regular-page .page-body {
    background-color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 15px 5%;
}
.regular-page .buttons {
    text-align: center;
}
.regular-page .buttons > .button-1 {
    width: 280px;
    max-width: 100%;
    margin: 6px 0;
}
.two-third-panel .topic-block img {
    max-width: 100%;
}
.two-third-panel .topic-block h2 {
    position: relative;
    padding-top: 30px;
}
.two-third-panel .topic-block h2:first-of-type {
    padding-top: 0;
}
.two-third-panel .topic-block h2:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #eeeeed;
}
.two-third-panel .topic-block h2:first-of-type:before {
    display: none;
}
/*CART Product Table*/
.shopping-cart-page .cart-item-row {
    display: block;
    padding: 20px 0;
}
.k-ff .shopping-cart-page .cart-item-row {
    width: 264px;
}
.shopping-cart-page .cart-item-row:first-of-type {
    padding-top: 20px;
}
.shopping-cart-page .cart-item-row:after {
    content: '';
    display: block;
    clear: both;
}
.shopping-cart-page .cart-item-row:first-of-type:before {
    display: none;
    height: 0;
}
.shopping-cart-page .cart-item-row:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #eeeeed;
    position: absolute;
    left: 0;
    right: 0;
    clear: both;
    margin-top: -20px;
}
.shopping-cart-page .cart-item-row td.product-picture,
.shopping-cart-page .cart-item-row td.product,
.shopping-cart-page .cart-item-row td.unit-price,
.shopping-cart-page .cart-item-row td.remove-from-cart,
.shopping-cart-page .cart-item-row td.quantity {
    display: block;
    padding: 5px !important;
}
.shopping-cart-page .cart-item-row td.subtotal {
    display: none;
}
.shopping-cart-page .cart-item-row td.unit-price {
    padding: 5px 0 10px !important;
}
.shopping-cart-page .cart-item-row td.remove-from-cart {
    float: left
}
.shopping-cart-page .cart-item-row td.quantity {
    float: right;
    margin-top: -5px;
    min-width: 0;
}
.cart .qty-input {
    height: 24px;
    width: 24px;
    padding: 0;
    line-height: 24px;
}
.footable td.product .product-name {
    font-size: 16px;
}
.cart .unit-price {
    letter-spacing: 0px;
}
.footable td.product .attributes {
    text-align: center;
    margin: 5px 0;
}
.cart .remove-from-cart a.edit-from-cart {
    margin-left: 30px;
}
.cart tbody:after {
    content: '';
    height: 1px;
    background-color: #EEEEED;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}

/*Order Summary small table*/
.checkout-page .footable td.product-picture {
    display: none !important;
}
.checkout-page .footable td {
    padding: 10px 5px;
}
.checkout-page .footable td label {
    font-size: 11px;
    margin-right: 0;
}
.checkout-page .footable td.product {
    min-width: 100px;
    padding-left: 0;
}
.checkout-page .footable td.product .product-name {
    font-size: 13px;
}
.checkout-page .footable td.subtotal {
    padding-right: 0;
    font-size: 11px;
}
.checkout-page .footable td.product .attributes {
    font-size: 10px;
    text-align: left;
    margin: 0;
}
.checkout-page .cart tbody:after {
    margin-top: 15px;
}
.checkout-page .totals {
    margin-top: 40px;
}
.checkout-page .cart-total .order-total td {
    font-size: 14px;
}
/*Override Default Modal*/
.quickView,
.ajaxCart {
    min-width: 0px !important;
    width: 80% !important;
    left: 10% !important;
}
.quickView .quickViewWindow {
    width: 100% !important;
}
.quickView form .gallery {
    width: 100% !important;
}
.quickViewWindow .overview {
    width: 100% !important;
    padding-top: 20px;
}
.quickViewWindow .overview .prices,
.quickViewWindow .variant-overview .prices {
    float: right !important;
}
.quickView .overview .stock {
    float: left;
    margin-top: 12px;
}
.quickView .overview .free-shipping {
    margin-top: 2px;
}
.quickView .overview .add-to-cart {
    margin-top: 0;
    padding-top: 0;
}
.quickView .overview .add-to-cart-panel {
    width: 100%;
}
.quickView .overview .qty-container {
    float: none;
    margin-bottom: 10px;
}
.quickViewWindow .overview .qty-label {
    display: inline-block !important;
}
.overview .qty-input,
.variant-overview .qty-input {
    margin-right: 0;
    margin-left: 15px;
}
.overview .add-to-cart {
    height: auto;
}
.quickView .overview .ajax-cart-button-wrapper {
    width: 100%;
    margin-bottom: 10px;
    max-width: 999px;
}
.quickView .overview .ajax-cart-button-wrapper > .button-1 {
    width: 100%;
}
.quickView .link-to-product-page {
    display: block !important;
    position: initial !important;
}
.ajaxCart .productAddedToCartWindow {
    float: none;
    width: 100%;
}
.ajaxCart .productAddedToCartItem {
    float: none;
}
.ajaxCart .productAddedToCartWindowImage,
.ajaxCart .productAddedToCartWindowDescription {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}
.ajaxCart .productAddedToCartWindowDescription .title {
    text-align: center;
}
.ajaxCart .productAddedToCartWindowImage {
    margin-bottom: 30px;
}
.ajaxCart .productAddedToCartWindowImage a {
    width: 100%;
}
.productAddedToCartWindowImage a:before {
    padding-top: 50% !important;
}
.ajaxCart:after {
    display: none;
}
/*New blog*/
.post:before {
    content: '';
    display: block;
    background-color: #EEEEED;
    width: 100%;
    position: absolute;
    top: -35px;
    height: 1px;
}
.post:first-of-type:before {
    content: '';
    display: none;
}
.blog-posts,
.generic-grid-three {
    max-width: 480px;
    display: inline-block;
}
/*Attributes*/
.attributes dl {
	overflow: hidden; 
    float: left;
    width: 48%;
    margin: 0 0 4% 4%;
}
.attributes dl:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.attributes dl:only-child{
    float: right;
    text-align: right;
}
/*Item Box*/
.item-box {
    width: 49%;
    margin: 0px 2% 15px 0;
}
.item-box:nth-child(2n) {
    margin-right: 0;
}
/*Product Filters*/
.center-2 {
    padding-bottom: 0;
}
.side-2 .block {
    margin-bottom: 10px;
    padding: 0 10px;
}
.block .list {
    padding: 0 20px;
}
.block .sublist {
    margin-left: 40px;
}
.block .list li {
    margin: 10px 0 0;
}
.product-selectors > div,
.product-selectors > div:last-child {
    margin: 15px 0;
    width: 49%;
    float: left;
}
.product-selectors .product-sorting {
    margin-right: 2%;
}
.filtersPanel {
    clear: both;
}
.jDropDown {
	min-width: 140px;
}
.pager {
    clear: both;
}
.filtersTitlePanel {
    display: block !important;
    padding: 0 10px;
    font-weight: 500;
    background-color: #8C8A88;
}
.filtersPanel {
    border: 1px solid rgb(140, 138, 136);
}
.search-page .page-title {
    margin-top: 20px;
}
/*Unified Styles*/
.wholeWrapPageColumnOne {
    margin-top: 10px;
}
.wholeWrapPageColumnOne .button-1,
.wholeWrapPageColumnOne .button-2,
.wholeWrapPageColumnOne .inputs {
    width: 280px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.request-a-catalog .button-1 {
    width: 100%;
}
.thank-you-page .page-body {
    width: 264px;
    display: inline-block;
}
/*.fieldset, .section {
    margin-bottom: 30px;
}*/

/*Footer*/
.footer-middle-block {
    margin-bottom: 0;
}
.footer-middle-block .title {
    margin-bottom: 0;
    background-image: url(../img/menu-arrow-forward.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.footer-middle-block .title.open {
    background-image: url(../img/menu-arrow-down.png);
}
.footer-middle-block .footer-menu {
    margin-bottom: 15px;
}

/*Generic Top Page*/

.generic-topic-page .generic-banner {
    height: 240px;
}
/*.generic-topic-page .generic-banner > h1 {
    font-size: 24px;
    padding: 25px;
    letter-spacing: 0;
}*/
.generic-topic-page .generic-banner > img {
    height: 240px;
}

ul.store-list-ul li h4 {
    margin-right: 0;
    display: block;
}
ul.store-list-ul li a {
    display: block;
}
ul.store-list-ul li {
    padding: 8px 0;
}
.mobile-center-block {
    width: 264px;
    margin-left: auto;
    margin-right: auto;
}
.mobile-center-aligned {
    text-align: center;
}
}
@media all and (max-width: 480px) {
    .quickView {
        min-width: 0px !important;
        width: 300px !important;
        left: 50% !important;
        margin-left: -150px !important;
    }
}
/********** RETINA **********/
@media all and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), all and (min-resolution: 192dpi) and (max-width: 768px) {
    .plus-button,
    .footer-middle-block .title {
        background-image: url(../img/menu-arrow-forward@2x.png);
        background-size: 9px 14px;
    }
    .header-menu .back-button span {
        background-image: url(../img/menu-arrow-backward@2x.png);
        background-size: 9px 14px;
    }
    .footer-middle-block .title.open {
        background-image: url(../img/menu-arrow-down@2x.png);
        background-size: 14px 9px;
    }
}