@media all and (max-width: 1024px) {
    .my-account-dropdown-wrapper .my-account-opener.my-account-link {
        text-transform: capitalize;
    }

    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
    }

        .breadcrumb ul {
            width: 100%;
        }

    .slider-wrapper.theme-custom {
        margin: 50px auto 30px; /*overrides default slider*/
    }

    .w-cart-whishlist-mobile.header-links span {
        color: #fff;
        text-indent: unset;
        height: 50px;
        line-height: 50px;
    }

        .w-cart-whishlist-mobile.header-links span.wishlist-qty {
            color: #454545;
            text-indent: unset;
            height: 15px;
            line-height: 16px;
            margin-top: 4px;
            font-style: normal;
            font-family: Arial, sans-serif;
        }

    .header .header-lower .header-logo {
        display: none !important;
    }

    .w-cart-whishlist-mobile.header-links .current-wishlist-header-link {
        margin-left: 15px;
    }

    .responsive-nav-wrapper .mobile-menu-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .responsive-nav-wrapper .mobile-logo-w {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        position: relative;
        width: 100%;
        min-height: 1px;
        margin-left: auto;
    }

    .responsive-nav-wrapper .mobile-cart-wish-search-user {
        width: auto;
        min-width: 33%;
        min-height: 1px;
    }

    .w-cart-whishlist-mobile.header-links .current-wishlist-header-link:hover .tooltip-wishlist.tooltip-wishlist-header-position {
        right: 0;
        -ms-transform: none;
        transform: none;
        display: block;
        overflow: visible;
    }

    .w-cart-whishlist-mobile.header-links .current-wishlist-header-link i {
        font-size: 18px;
        margin-top: 4px;
    }

    .w-cart-whishlist-mobile.header-links span.wishlist-label {
        font-size: 0;
    }

    .w-cart-whishlist-mobile.header-links .current-wishlist-header-link a.ico-wishlist {
        display: flex;
        align-items: center;
    }

    .w-cart-whishlist-mobile.header-links span {
        color: #fff;
        text-indent: unset;
    }
.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.responsive-nav-wrapper-parent {
    position: relative;
    z-index: 100;
}
.header {
}
.admin-header-links ~ .header {
	margin-top: 40px;
}
.master-column-wrapper {
    margin: 30px auto;
}

.overlayOffCanvas.hidden {
	display: none !important; /*overrides core script css, to be removed once the core script is refactored*/
}
html.scrollable, body.scrollable {
	overflow: auto !important; /*overrides core script css, to be removed once the core script is refactored*/
}


/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.13);
    border-top: 1px solid #f1f1f1;
    background-color: rgba(255,255,255,.8);
	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-parent .responsive-nav-wrapper.stick {
    position: fixed;
    top: 0 ;
    left: 0;
    right: 0;
    z-index: 999;
}
.responsive-nav-wrapper-parent .responsive-nav-wrapper.stick.nav-up {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .responsive-nav-wrapper.stick {
    top: 40px;
}

.admin-header-links ~ .responsive-nav-wrapper-parent .responsive-nav-wrapper.stick.nav-up {
    top: 40px;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	/*overflow: hidden;*/
	text-indent: -9999px;
	cursor: pointer;
}
.responsive-nav-wrapper > *{
    display: inline-block;
    vertical-align: middle;
}
.responsive-nav-wrapper .menu-title {
    background: url('../img/responsive-nav-sprite-rtl.png') no-repeat left -203.5px center;
    width:36px;
    height:36px;
}
.responsive-nav-wrapper .personal-button {
    background: url('../img/responsive-nav-sprite.png') no-repeat left -32.5px center;
    width: 36px;
    height: 36px;
}
.responsive-nav-wrapper .account-links {
    background: url('../img/responsive-nav-sprite-rtl.png') no-repeat left -131px center;
    width: 36px;
    height: 36px;
}
.responsive-nav-wrapper .search-wrap {
    background: url('../img/responsive-nav-sprite-rtl.png') no-repeat left -80px center;
    width: 0px;
    height: 36px;
}
.responsive-nav-wrapper .ico-cart {
    display: flex;
    align-items:center;
    background: url('../img/responsive-nav-sprite-rtl.png') no-repeat left 7px center;        
    height: 36px;              
    font-size: 0;
    padding-left: 0px;
    vertical-align: bottom;
}
.responsive-nav-wrapper .ico-cart .cart-label {
    display: none;
}
div#flyout-cart {
    margin-left:10px;
}
.responsive-nav-wrapper .ico-cart .cart-qty {
    color: #454545;
    text-indent: unset;
    height: 15px;
    line-height: 16px;
    margin-top: 4px;
    font-style: normal;
    font-family: Arial, sans-serif;
    padding-left:24px;
    font-size: 13px;
}
.responsive-nav-wrapper .ico-cart-total {
    display: none;
}
.responsive-nav-wrapper .filters-button {
	display: none;
	background: url('../img/responsive-nav-sprite.png') no-repeat left -169px 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);
}
.responsive-nav-wrapper-parent .responsive-nav-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 50px;
    }
    .slider-wrapper.anywhere-sliders-nivo-slider {
        margin-top: 50px;
    }
    .mobile-cart-wish-search-user {
        display: flex;
        align-items: center;
        margin-right: 10px;
        justify-content: flex-end;
        margin-left: 10px;
    }
        .mobile-cart-wish-search-user .account-links span{
            width:40px;
            height:40px;
            display:block;
            font-size:0;
        }
        .mobile-cart-wish-search-user .search-wrap span {
            width: 40px;
            height: 40px;
            display: block;
            font-size: 0;
        }
        .mobile-cart-wish-search-user .my-account-dropdown-wrapper  a{
            color:#fff;
        }
    .search-box.store-search-box{
        display:block!important;
        z-index:1069 !important;
        margin:-1px 0px;
    }
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background: #333;
    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 {
	background: #f8f8f8;
	cursor: pointer;
}
.close-menu span {
	display: block;
    height: 50px;
	font-size: 0;
    background: url('../img/mobile-menu-close.png') right 20px center no-repeat;
}
.header-menu > ul.top-menu li {
	background: #fff;
}
.header-menu > ul.top-menu li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul.top-menu li > a,
.header-menu > ul.top-menu li > span {
	display: block;
	padding: 16px 16px 16px 30px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
	line-height: 17px;
	color: #4d4d4d;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}
.header-menu > ul.top-menu li:last-child > a,
.header-menu > ul.top-menu li:last-child > span {
	border-bottom: 0;
} 
.header-menu > ul.top-menu li > .with-subcategories {
	width: 270px;
	float: left;   
}
.plus-button {
	position:relative;
	z-index: 1;
	float: right;
	width: 50px;
	height: 50px;
	background: url('../img/menu-arrow.png') center no-repeat;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #333 !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 ul li.back-button {
	background: #f8f8f8;
}
.header-menu .back-button span {
	text-transform: none;
	color: #fff;
	text-align: right;
	padding: 14px 18px !important; 
}

/* header menu functionality classes */

.admin-header-links, 
.header-upper, 
.breadcrumb,
.header-logo, 
.responsive-nav-wrapper, 
.master-column-wrapper,
.slider-wrapper, 
.footer {
	-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: absolute;
	top: 51px;
	left: 0;
    width: calc(100% - 0px);
    /*box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);*/
	z-index: 1070;
	text-align: center;
    background: #fff;
    height: 50px;
}

.store-search-box.open {
	display: block;
}
.store-search-box form {
    padding: 0 0;
    display: flex;
    justify-content: center;
}
.store-search-box input.search-box-text {
    width: 210px;
    /*border-bottom: 1px solid #909090;*/
    overflow: hidden;
    border: 1px solid #999999;
    text-align: left;
    text-transform: none;
    color: #909090;
    font: normal 13px 'Montserrat', sans-serif;
}
.store-search-box .search-box-button {
        /*background: url('../img/responsive-nav-sprite.png') no-repeat left -135px top 16px;*/
        /*width: 26px !important;
        height: 26px !important;
        position: unset !important;
        color: #fff;
        margin-left: 10px;*/
    }
    .mobile-search-bar {
        display: flex;
        justify-content: center;
        margin: 0 10px;
    }

    .search-wrap .search-box form {
        margin: 0px 0;
        font-size: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;       
        width: calc(100% - 20px);
        margin: 5px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .search-wrap .search-box .search-box-button {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: none;
        cursor: pointer;
        cursor: pointer;
        position: absolute;
        background-color: #fff;
        color: #c00;
        font-size: 18px;
        z-index: 999;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 100;
        background-color: initial;
    }

    .search-wrap .search-box input.search-box-text {
        text-transform: none;
        text-align: left;
        padding-left: 5px;
        font-size: 14px;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        height: 40px;
        vertical-align: middle;
        padding-right: 40px;
        width: 100%;
    }

/* RESPONSIVE MENU HEADER SELECTORS/HEADER LINKS */

.header-selectors-wrapper,
.header-links-wrapper {
	display: none;
	background: #fff;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	z-index: 1070;
	text-align: center;
	/*-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;*/
}
.header-selectors-wrapper-1 {
	display: none;
	background: #fff;
    box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	z-index: 1070;
	text-align: center;
	/*-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;*/
}
/*.header-links-selectors-wrapper.open {
	display: block;
}*/

.header-upper .header-social-icons {
    display: none;
}

.header-social-icons {
    padding: 0 25px;
    border-bottom: 1px solid #4c4c4c;
}
.header-social-icons a {
    margin: 0 1.5px;
}

.header-links {
    color: #909090;
}
.w-cart-whishlist-mobile.header-links {
    display: flex;
    align-items: center;
}
.header-links ul {
    display: block;
}
.header-links li {
    display: block;
    margin: 0;
}
.header-links-wrapper a,
a.ico-wishlist {
    font-size: 13px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
}
.header-links a.login-link {
    display: none;
}
.header-links-wrapper {
    margin: 0;
}
.header-selectors-wrapper > div {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.header-selectors-wrapper-1 > div {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.header-selectors-wrapper > div:last-child {
    border: none;
}
.header-selectors-wrapper-1 > div:last-child {
    border: none;
}
.header-selectors-wrapper select {
    background: none;
    font: normal 12px 'Montserrat', sans-serif;
    color: #909090;
    height: 50px;
    padding: 0;
    border: none;
    max-width: none;
    font-size: 13px;
}
.header-selectors-wrapper-1 select {
    background: none;
    font: normal 12px 'Montserrat', sans-serif;
    color: #909090;
    height: 50px;
    padding: 0;
    border: none;
    max-width: none;
    font-size: 13px;
}

.header-links-wrapper .my-account-dropdown .facebook-login-block {
    display: none;
}

/* FLYOUT CART */

.flyout-cart {
    display: none;
	background: #fff;
	box-shadow: 0px 4px 6px rgba(150, 150, 150, 0.2);
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
    width: 100%;
	z-index: 1070;
	text-align: center;
}
.mini-shopping-cart .item {
    margin: 0px 0 0 30px;
}
.mini-shopping-cart-item-close {
    left: -30px;
    width: 30px;
    height: 30px;
}
.flyout-cart.active {
    display: block;
}

.forum-pages-body .table-wrapper {
    overflow-x: auto;
}

}


@media all and (min-width: 769px) and (max-width: 1024px) {

    .responsive-nav-wrapper-parent + .main-slider-wrapper .slider-wrapper {
        margin: -50px 0 0;
        z-index: 1;
        position: relative;
    }

}
@media all and (min-width: 1025px) and (max-width: 1280px) {
    .product-details-page-body .breadcrumb {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
}