@media all and (max-width: 300px) {

    .category-page-two-columns .sub-category-item {
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 5px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media all and (max-width: 990px) {
    .filters-button:before {
        color: #fff !important;
        opacity: 1 !important;
    }

    .product-sorting:after, .product-page-size:after {
        color: #fff !important;
        opacity: 1 !important;
    }
    .scroll-back-button:before {
         color: #fff!important;
          opacity: 1!important;
    }
    .shopping-cart-page .cart-info {
        width: 100% !important;
    }
    .shopping-cart-page .cart-content {
        width: 100% !important;
    }
    .wishlist-page .table-wrapper {
        width: 100% !important;
    }

    .wishlist-info {
        width: 100% !important;
    }
    .login-tabs-body {
        display: flex;
        justify-content: center;
        flex-direction: column!important;
    }
    .bar-notification .content {
        position: relative !important;
        text-align: center !important;
    }
    .instantSearch {
        max-height: 500px;
        overflow: auto !important;
    }
        .instantSearch li.k-item {
            display: flex !important;
        }

            .instantSearch li.k-item .instant-search-item {
                display: flex !important;
                flex-direction: row;
                flex-wrap: nowrap;
            }

    .instant-search-item .img-block img {
        max-width: 40px !important;
    }
    .category-page-two-columns .sub-category-grid .item-box {
        width: calc(50% - 8px) !important;
        margin: 4px;
    }

    .category-page-two-columns .sub-category-grid .item-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .product-grid .product-item .add-info {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 43% !important;
    }

    .product-grid .item-box input.product-box-add-to-cart-button {
        background-image: url(../img/product-cart.svg);
        background-size: 25px !important;
    }
    .item-box {
        padding: 0.7rem 0.1rem!important;
    }
    .product-grid .ajax-cart-button-wrapper, .featured-product-grid .ajax-cart-button-wrapper {
        width: 40px;
        height: 40px;
        margin: 0 5px 0 0;
    }

    .product-grid .product-item:hover .ajax-cart-button-wrapper input[type="text"], .product-grid .product-item:hover .ajax-cart-button-wrapper select {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    .ajax-cart-button-wrapper {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .product-grid .item-box input.add-to-wishlist-button {
        background-image: url(../img/product-wishlist.svg);
        background-size: 25px !important;
    }

    .product-grid .item-box input[type="button"] {
        width: 40px;
        height: 40px;
        margin: 0 5px 0 0;
        border: none;
        border: 1px solid #0088e8;
        background-color: #0088e8;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
        opacity: 1;
        -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        transform: translate(0, -20px);
        background-size: cover;
    }
 
    .product-grid .item-box .buttons .quick-view-button {
        display: none;
    }
    .header-flyout-cart .flyout-cart-link a{
        background-color:transparent !important;
    }
    .product-grid .item-box .buttons {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        margin: 0;
        margin-top: calc(100% - 50px);
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-grid .item-box {
         width: calc(50% - 5px) !important;
       }
    .header-flyout-cart.open.opened {
        z-index: 9999999999;
    }
    .header-menu .menu-body {
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100vh;
        max-height: 155vh;
        justify-content: flex-start;
    }

        .header-menu .menu-body .header-selectors-wrapper {
            display: none;
            flex-direction: column;
            width: 100%;
        }

        .header-menu .menu-body ul.top-menu {
            width: 100%;
        }

        .header-menu .menu-body select {
            width: 100%;
        }

    .menu-header > div {
        background: #fff;
    }
    .item-box.col-lg-4:first-child {
        width: 100% !important;
        height: auto !important;
    }
    .item-box.col-lg-4:nth-child(2) {
        width: 100% !important;
        height: auto !important;
    }
    .item-box.col-lg-4:first-child .picture {
        height: auto !important;
    }
    .item-box.col-lg-4 {
        width: 100% !important;
        height: auto;
    }
    .store-search-box {
        top: 0px !important;
        width: 100% !important;
    }
    .header-flyout-cart.open.opened {
        width: 90%;
        background: #fff !important;
        top: 0 !important;
        height: 100% !important;
        position: fixed !important;
        bottom: 0 !important;
    }

        .header-flyout-cart.open.opened .flyout-cart-wrapper {
            width: 100%;
            height: 100% !important;
        }

    .mini-shopping-cart .buttons {
        bottom: 0 !important;
        position: absolute;
        width: 100%;
    }
    .mini-shopping-cart .totals {
        bottom: 8%;
        position: absolute;
        height: 73px;
    }
    .header-upper div#flyout-cart {
        background: #fff;
        min-height: 100%;
        width: 100%;
    }
    .header-flyout-cart.open.opened .flyout-cart-wrapper {
        width: 100%;
        height: 100% !important;
    }
    .mini-shopping-cart {
        height: 95% !important;
    }
      .header-upper {
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        display: block;
    }
    .row.categorybuyback .row .col-md-4 div#productattributes dd ul.option-list {
        display: flex;
        justify-content: center;
    }
    .menu-button {
         top: 16%;
    }
    .header-acc {
        width: 50%;
        z-index: 9999;
        float: left;
        margin-left: 50px !important;
        margin-top: -3%;
    }
    .responsive-logo-wrapper {
        z-index: 999999999!important;
    }
    .header-lower {
        min-height: 0 !important;
    }
    .header-flyout-cart {
        position: fixed !important;
    }
 
}
@media all and (max-width: 1260px) {

.admin-header-links { 
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}
.responsive-strip {
	position: fixed;
	top: 0;
	z-index: 1020;
	width: 100%;
}
.header {
	padding-top: 90px;
}
.header .header-selectors-wrapper,
.header .header-links-wrapper,
.header .header-logo {
    display: none;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-logo-wrapper {
	position: relative;
    z-index: 2;
    height: 50px;
    box-shadow: 0 1px 0px #e3e3e3;
	background-color: #fff;
    padding: 0 50px;
	text-align: center;
	font-size: 0;
}
.responsive-logo-wrapper .logo {
    display: inline-block;
    height: 50px;
    max-width: 100%;
    padding: 10px;
}
.responsive-logo-wrapper .logo img {
    max-height: 100%;
}
.responsive-logo-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}

/* OVERLAY & SCROLL */

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 1060;
    background-color: rgba(0,0,0,0);
    transition: background 0.3s ease;
}
.overlayOffCanvas.show {
	background-color: rgba(0,0,0,.4);
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}

/* RESPONSIVE MENU */
	
.header-menu {
    position: fixed;
    top: 0; right: 0;
	z-index: 1050;
    width: 285px;
    height: 100%;
    background-color: #fff;
	text-align: right;
    transition: 0.7s ease;
    -webkit-transform: translate(285px);
    -ms-transform: translate(285px);
    transform: translate(285px);
}
.header-menu.open {
    z-index: 1070;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.menu-button {
    position: absolute;
    right: 100%; top: 0;
}
.menu-open {
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    background-color: #eee;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.7s ease;
    cursor: pointer;
}
.header-menu.open .menu-open {
    width: 40px;
    border-color: #0088e8;
    background-color: #0088e8;
}
.header-menu.open .menu-open span {
    background-color: #141414;
    opacity: 0.5;
}
.menu-open span {
    display: block;
    position: absolute;
    left: 0; right: 0;
    width: 17px; height: 1px;
    margin: auto; opacity: 1;
    background-color: #666;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease;
}
.menu-open span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-open span:nth-child(2) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-open span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.header-menu.open .menu-open span:nth-child(1) {
    top: 14px; left: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-menu.open .menu-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.header-menu.open .menu-open span:nth-child(3) {
    top: 26px; left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-menu .menu-close {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: -1;
    cursor: pointer;
    opacity: 0;
}
.header-menu.open .menu-close {
    z-index: 2;
}
.menu-header {
    display: table;
    width: 100%;
    height: 50px;
}
.menu-header > div {
    display: table-cell;
    position: relative;
    min-width: 34.5px;
    border: 1px solid #d1d1d1;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
    font-size: 0;
}
.menu-header > div a,
.menu-header > div select {
    display: block;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
}
.menu-header > div a:before,
.menu-header .tax-display-type-selector:before,
.menu-header .currency-selector:before{
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
}
.menu-header > div select {
    width: 100%;
    min-width: 0;
    height: 50px; /*fixed height because of IE, otherwise should be 100%*/
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.menu-header > div:last-child {
    border-left: 0;
}
.menu-header .ico-register:before {
    content: "\e929";
}
.menu-header .ico-login:before {
    content: "\e919";
}
.menu-header .ico-wishlist:before {
    content: "\e935";
}
.menu-header .ico-account:before {
    content: "\e91e";
    font-size: 17px;
}
.menu-header .ico-logout:before {
    content: "\e91a";
}
.menu-header .ico-compare:before {
    content: "\e90c";
    font-size: 13px;
}
.menu-header .ico-inbox:before {
    content: "\e914";
    font-size: 13px;
}
.menu-header .tax-display-type-selector:before {
    content: "\e938";
    font-size: 18px;
}
.menu-header .currency-selector:before {
    content: "\e939";
    font-size: 22px;
}
.menu-header .wishlist-qty,
.menu-header .inbox-unread {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 13px; height: 13px;
    margin: auto;
    border-radius: 50%;
    background-color: #0088e8;
    text-align: center;
    font-size: 8px;
    line-height: 12px;
    font-weight: bold;
    color: rgba(0,0,0,.7);
    -webkit-transform: translate(9px ,-9px);
    -ms-transform: translate(9px ,-9px);
    transform: translate(9px ,-9px);
}
.menu-header .tax-display-type-selector,
.menu-header .currency-selector,
.menu-header .mobile-language-selector {
    background-color: #e9e9e9;
}
.menu-header .desktop-language-selector {
    display: none;
}
.menu-header .current-language-image {
    width: 16px;
    height: 11px;
    margin: auto;
}
.menu-body {
    position: relative;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
.menu-body > ul li {
    border-bottom: 1px solid #e6e6e6;
}
.menu-body > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.menu-body > ul li > a,
.menu-body > ul li > span {
	display: block;
	position: relative;
	z-index: 0;
	padding: 15px 20px !important;
	font-size: 15px;
    font-weight: bold;
    color: #444;
}
.menu-body > ul li:last-child > a,
.menu-body > ul li:last-child > span {
	border-bottom: 0;
} 
.menu-body > ul li > .with-subcategories {
	float: right; 
	width: calc(100% - 49px);
}
    ul.mega-menu-responsive .sublist-wrap.active.ps-container.ps-active-y {
        position: absolute;
    }
    .header-menu .sublist li:hover > a {
        color: #333 !important;
    }
    .page-title h1 {
        text-align: center;
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        color: #888;
    }
    .row.categorybuyback .col-lg-4 {
        order: 2;
    }
    .plus-button {
        position: relative;
        z-index: 9;
        float: left;
        width: 49px;
        height: 49px;
        cursor: pointer;
    }
.plus-button:before {
    content: "\e901";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 49px;
    cursor: pointer;
} 
.menu-body .sublist-wrap {
    position: fixed;
    top: 0; right: 0;
	z-index: 2;
    width: 285px !important;
    height: 100%;
    overflow: hidden;
    background-color: #fff !important;
    transition: all 0.7s ease;
}
.menu-body .sublist-wrap {
    -webkit-transform: translate(285px);
    -ms-transform: translate(285px);
    transform: translate(285px);
}       
.menu-body .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.menu-body .sublist-wrap ul li {
    border-left: 1px solid #e6e6e6;
}
.menu-body ul li.back-button {
    border-color: #d1d1d1;
	background-color: #e9e9e9;
    cursor: pointer;
}
.menu-body .back-button span {
	padding: 15.5px 20px !important;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}
.menu-body .back-button span:before {
    content: "\e902";
    display: inline-block;
    margin: 0 0 3px 10px;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 8px;
}

/* FLYOUT CART */

.header-flyout-cart {
    position: fixed;
    top: 0; left: 0;
    z-index: 1055;
    width: 285px;
    height: 100%;
    background-color: #fff;
    text-align: right;
    transition: 0.7s ease;
    -webkit-transform: translate(-285px);
    -ms-transform: translate(-285px);
    transform: translate(-285px);
}
.header-flyout-cart.open {
    z-index: 1075;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.flyout-cart-wrapper, .flyout-cart,
.mini-shopping-cart {
    height: 100%;
}
.header-flyout-cart .flyout-cart-link {
    position: absolute;
    left: 100%;
    transition: 0.7s ease;
    pointer-events: none;
}
.header-flyout-cart .flyout-cart-link:before {
    content: "\e905";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 2;
    text-align: center;
    font-family: 'pacific';
    font-size: 22px;
    line-height: 45px;
    transition: 0.7s ease;
    cursor: pointer;
}
.header-flyout-cart.open .flyout-cart-link:before {
    opacity: 0;
}
.header-flyout-cart .flyout-cart-link a {
    display: block;
    position: relative;
    width: 50px; height: 50px;
    border: 4px solid #fff;
    background-color: #eee;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.7s ease;
    cursor: pointer;
}
.header-flyout-cart.open .flyout-cart-link a {
    width: 40px;
}
.header-flyout-cart .cart-qty-number-mobile {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    margin: auto;
    width: 14px;
    height: 12px;
    text-align: center;
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
}
.header-flyout-cart .cart-qty,
.header-flyout-cart .cart-qty-number-desktop {
    display: none;
}
    .mobile-flyout-cart-toggle {
        position: absolute;
        top: 0;
        right: -50px;
        z-index: 2;
        width: 48px;
        height: 43px;
        background-color: #eee;
        transition: 0.7s ease;
        cursor: pointer;
    }
.open .mobile-flyout-cart-toggle {
    right: -40px;
    width: 40px;
    background-color: #0088e8;
}
.mobile-flyout-cart-toggle span {
    display: block;
    position: absolute;
    left: 0; right: 0;
    width: 17px; height: 1px;
    margin: auto; opacity: 0;
    background-color: #666;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.7s ease;
}
.mobile-flyout-cart-toggle span.first {
    top: 24px; left: -14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-flyout-cart-toggle span.second {
    top: 24px; left: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.open .mobile-flyout-cart-toggle span.first {
    top: 24px; left: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
}
.open .mobile-flyout-cart-toggle span.second {
    top: 24px; left: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}
.no-items-in-cart span {
    display: none;
}
.mini-shopping-cart .items {
    position: relative;
    height: calc(100% - 167px);
    overflow-y: auto;
}

/* SEARCH BOX */

.store-search-box {
    transition: 0.5s ease;
}
.header-lower .store-search-box {
    display: none;
}
.store-search-box form {
    position: relative;
    z-index: 1075;
}
.store-search-box.nav-down {
    margin-top: -40px;
}
.store-search-box .ui-autocomplete {
    transition: 0.7s ease;
}
.store-search-box.nav-down .ui-autocomplete {
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
}
.search-box-opener {
    display: none;
}

/* HEADER LINKS */

.header-links-wrapper {
	display: none;
	position: fixed;
	top: 0; right: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: #fff;
	text-align: center;
}
.header-links-wrapper.open {
	display: block;
}

/* CATEGORY PAGE */

.product-selectors {
    position: fixed;
    left: 0; right: 0;
    bottom: 0; z-index: 1050;
    background-color: #0088e8;
    border-top: 1px solid rgba(0,0,0,.2);
}
.product-sorting,
.product-page-size {
    float: right;
    width: 55px;
    font-size: 0;
}
.product-sorting select,
.product-page-size select {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(0,0,0,.2);
    border-width: 0 0 0 1px;
    background: none;
    padding: 0;
    font-size: 0;
}
.product-sorting option,
.product-page-size option {
    background-color: #fff;
    font-size: 14px;
}
.product-selectors .product-viewmode {
    float: right;
    border-left: 1px solid rgba(0,0,0,.2);
    padding: 7.5px 5px 7.5px 12px;
}
.product-selectors .product-viewmode a {
    border: none;
    background-color: rgba(0,0,0,.05);
}
.product-selectors .product-viewmode a.selected {
	background-color: #fff;
}
.product-selectors .product-viewmode a.selected:before {
    opacity: 0.8;
}

.filters-button {
    display: none;
    position: relative;
    float: left;
    width: calc(100% - 110px);
    overflow: hidden;
    padding: 0 20px 0 55px;
    text-align: right;
    font-size: 14px;
    line-height: 55px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff; cursor: pointer;
}
.filters-button:before {
    content: "\e911";
    position: absolute;
    top: 0; left: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    font-family: 'pacific';
    font-size: 18px;
    line-height: 55px;
    color: #000;
    opacity: 0.4;
}

.category-page-body {
    padding-bottom: 55px;
}
.category-page-body .scroll-back-button {
    bottom: 65px;
}

/* PRODUCT PAGE */

.product-details-page .breadcrumb li:last-child {
    display: none;
}
.product-details-page .breadcrumb li:nth-last-child(2) a > span {
    font-weight: normal;
    color: #aaa;
}
.product-details-page .breadcrumb li:nth-last-child(2) .delimiter {
    display: none;
}

.product-details-page .block-category-navigation {
    display: none;
}

.product-details-grouped-page .overview-buttons {
    width: 100%;
    text-align: center;
}

.product-page-layout-two .gallery .picture a {
    pointer-events: none;
}
.product-page-layout-two .gallery .slick-dots {
    font-size: 0;
    margin: 10px 0 0;
}
.product-page-layout-two .gallery .slick-dots li {
    display: inline-block;
    margin: 10px 2px;
}
.product-page-layout-two .gallery .slick-dots button {
    position: relative;
    width: 30px;
    height: 4px;
    border: none;
    background-color: #dedede;
    font-size: 0;
}
.product-page-layout-two .gallery .slick-dots button:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px; right: 0;
    bottom: -10px; left: 0;
    background-color: transparent;
}
.product-page-layout-two .gallery .slick-dots .slick-active button {
    background-color: #0088e8;
}

.product-page-layout-two .product-grid {
    margin: 35px 0;
}

/* ACCOUNT PAGES */

.html-account-page .block {
	float: none;
	width: auto;
	text-align: center;
}
.html-account-page .block a.active {
    font-weight: bold;
    color: #0088e8;
}

/* SHOPPING CART */

.cart-footer ~ .cross-sells {
    display: none;
}
.cart-info-stick {
    position: static !important;
}

/* RESPONSIVE TABLES */

.wishlist-page .table-wrapper,
.shopping-cart-page .table-wrapper,
.checkout-page .section.order-summary
.cart-content .table-wrapper {
    border: none;
    background-color: transparent;
}
.cart thead {
    display: none;
}
.cart tr, .cart td {
    display: block;
}
.cart .td-title {
    display: inline-block;
    margin: 0 0 0 5px;
}
.cart tr {
    position: relative;
    margin: 0 0 10px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    padding: 0 0 40px;
    text-align: center;
    font-size: 0;
}
.cart td {
    border: none;
    font-size: 13px;
}
.cart tr > *:first-child,
.cart tr > *:last-child {
    border: none;
    padding: 10px;
}
.cart .checkbox-label {
    width: auto;
    height: auto;
    padding: 0 25px 0 0;
    font-size: 14px;
}
.cart .checkbox-label:before {
    top: 0;
}
.cart input[type="checkbox"]:checked ~ label:after {
    top: -1px;
}
.cart td.remove-from-cart, 
.cart td.add-to-cart {
    display: inline-block;
    width: 50%;
}
.shopping-cart-page .cart td.remove-from-cart {
    width: 100%;
}
.cart td.sku {
    border-top: 1px solid #eee;
}
.cart td.sku:first-child {
    border-top: none;
}

.cart .product-picture {
    float: right;
    width: 140px;
    border-top: 1px solid #eee;
    padding-left: 0;
}
.cart .product-picture a {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
}
.cart .product-picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.cart .product-picture img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.cart .product-picture ~ td {
    margin: 0 140px 0 0;
    text-align: right;
}
.cart .product {
    border-top: 1px solid #eee;
}
.cart .product a {
    font-size: 14px;
}
.cart .unit-price {
    padding: 0 10px 10px;
    font-size: 14px;
}
.cart .quantity {
    padding: 0 10px 10px;
}
.cart .qty-input {
    width: 35px;
    height: 35px;
    padding: 0;
}
.cart .qty-dropdown {
    width: 50px;
    height: 35px;
    padding: 0 10px 0 20px;
    line-height: 35px;
}
.cart .product-picture ~ td.subtotal {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    clear: both;
    height: 40px;
    margin: 0;
    border-top: 1px solid #eee;
    text-align: center;
}
.cart .subtotal .discount, 
.cart .subtotal .discount + div {
    display: inline-block;
    margin: 0 5px;
}
.cart .product-picture ~ td.subtotal .td-title {
    display: none;
}

}


@media all and (max-width: 479px) {

    .compare-products-page .remove-button {
        padding: 5px;
    }
    .compare-products-page .remove-button span {
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
        padding: 0;
        font-size: 0;
    }
    .compare-products-page .remove-button span:before {
        left: 0; right: 0;
        text-align: center;
        line-height: 30px;
    }

    .login-page .login-tabs .login-tabs-header li a {
        padding: 15px 7px;
        font-size: 13px;
    }
    .login-page .login-tabs .login-tabs-header li a strong {
        padding: 0;
    }
    .login-page .login-tabs .login-tabs-header li a strong:before {
        display: none;
    }

    .downloadable-products-page .table-wrapper,
    .reward-points-history .table-wrapper {
        border: none;
        background-color: transparent;
    }
    .downloadable-products-page .data-table thead,
    .reward-points-history .data-table thead {
        display: none;
    }
    .downloadable-products-page .data-table tr,
    .reward-points-history .data-table tr {
        display: block;
        margin: 0 0 20px;
        border: 1px solid #eee;
    }
    .downloadable-products-page .data-table td,
    .reward-points-history .data-table td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }
    .downloadable-products-page .data-table td:last-child,
    .reward-points-history .data-table td:last-child {
        border: none;
    }
    .downloadable-products-page .data-table label,
    .reward-points-history .data-table label {
        display: inline-block;
    }
    .reward-points-history .data-table label {
        margin: 0 0 0 5px;
        vertical-align: text-top;
        font-weight: normal;
    }
    .reward-points-history .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #eee;
    }

    .opc .back-link a,
    .opc .buttons input[type="button"] {
        padding: 12px;
    }

    .private-messages-page thead,
    .private-messages-page .date {
        display: none;
    }
    .private-messages-page tr,
    .private-messages-page td {
        display: block;
    }
    .private-messages-page tr+tr {
        border-top: 1px solid #eee;
    }
    .private-messages-page th,
    .private-messages-page td {
        text-align: center;
    }
    .private-messages-page td {
        padding: 10px 20px;
    }
    .private-messages-page td {
        border: none;
    }
    .private-messages-page .select {
        border: none !important;
        background-color: #f6f6f6;
        padding: 10px 20px !important;
    }
    .private-messages-page .from a,
    .private-messages-page .to a {
        font-weight: normal;
    }
}

@media all and (max-width: 767px) {
  .mobile-flyout-cart-toggle {
    z-index: 0;
  }
    .product-details-page .product-name h1 {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: #8b8a8a;
    }
  .header-flyout-cart .flyout-cart-link a {
    border: none !important;
  }

  .header-flyout-cart.open.opened .mobile-flyout-cart-toggle {
    z-index: 2;
  }

    .header-flyout-cart.open.opened .mobile-flyout-cart-toggle span {
      background-color: #fff;
    }
  span.pr-numbermobile {
    display: flex;
    font-size: 14px !important;
    z-index: 99 !important;
    background: #0088e8;
    position: absolute;
    top: 10px !important;
    right: -70% !important;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 100%;
    width: 22px !important;
    height: 22px !important;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
    main.main.BuyBack .row .swiper-slide.category-wrap.col-lg-3 .category.category-absolute.category-default.overlay-zoom img {
        width: 100%;
        min-height: auto;
    }
    
    div#ui-id-1 .product-essential.sell.example-product.page div#down .form-Column {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
        div#ui-id-1 .product-essential.sell.example-product.page div#down .form-Column .col-md-3.mb-1 {
            width: 100%;
        }
            div#ui-id-1 .product-essential.sell.example-product.page div#down .form-Column .col-md-3.mb-1 button {
                width: 100%!important;
                margin: auto;
                margin-bottom: 2%!important;
            }
    .col-md-3.mb-1.disc-details ul {
        text-align: start;
    }
    .bar-notification.success {
        min-height: 250px !important;
    }
    .row.categorybuyback .col-md-12.row {
        display: flex;
        font-size: 16px;
        margin-bottom: .5%;
        color: #0088e8;
        font-weight: 400;
        text-align: start;
        align-items: center;
        flex-direction: row;
    }
    .category-grid.home-page-category-grid .item-box.col-lg-4 .picture a:before {
         height: auto !important;
         min-height: 176px;
    }
    .sell.paymentmethod .payment-details {
        width: 48%;
        text-align: center;
        display: flex;
        justify-content: space-evenly;
    }
    .option-list.attribute-squares.color-squares li {
        width: 29% !important;
        display: block;
        text-align: center;
    }

    .product-essential.sell .availablewidthz span.availablewidth {
        background: #0088e8;
        color: #fff;
        padding: 10%;
        border-radius: 17px;
        padding-bottom: 13%;
        font-size: 10px;
    }
    a.button-1add-to-cart-button.Reject1 {
        top: 0px;
        position: relative;
    }
    .btns-btn button {
        background: #0088e8 !important;
        color: #fff;
        width: 49%;
        border: none;
        font-size: 13px !important;
        font-weight: 400 !important;
        margin: 1% !important;
        border-radius: 44px !important;
        height: 35px !important;
          align-items: center !important;
        justify-content: center;
    }

    .order-summary-content.one-page-checkout table.cart td.quantity {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ddd;
        padding: 0;
        width: max-content;
        margin: auto;
        top: 38px !important;
        position: static !important;
        border-radius: 5px;
        float: inline-end;
        margin-right: 3%;
        margin-left: 3%;
        margin-bottom: 3%;
    }

    a.acc-header {
        font-size: 25px;
        color: #0088e8;
        position: fixed;
        margin-right: -4%;
        margin-top: .5%;
    }
    .option-list.attribute-squares.color-squares li {
        width: 29% !important;
        display: block;
        text-align: center;
    }
    .availablewidthz span.availablewidth {
        background: #0088e8;
        color: #fff;
        padding: 10%;
        border-radius: 17px;
        padding-bottom: 13%;
        font-size: 10px;
    }
    .product-essential.sell .availablewidthz span.availablewidth {
        background: #0088e8;
        color: #fff;
        padding: 10%;
        border-radius: 17px;
        padding-bottom: 27%;
        font-size: 10px;
    }
    .order-summary-content.one-page-checkout table.cart td.quantity {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ddd;
        padding: 0;
        width: max-content;
        margin: auto;
        top: 38px !important;
        position: static !important;
        border-radius: 5px;
        float: inline-end;
        margin-right: 3%;
        margin-left: 3%;
        margin-bottom: 3%;
    }
    .ui-dialog-content .product-essential.sell.example-product.page .row.categorybuyback .col-lg-6 .product-image-holder {
        width: 100% !important;
        margin: auto;
    }

    .ui-dialog-content .product-essential.sell.example-product.page .row.categorybuyback .col-lg-6 a.thumb-item {
        width: 40px !important;
        display: inline-flex;
        flex-direction: row;
    }

        .ui-dialog-content .product-essential.sell.example-product.page .row.categorybuyback .col-lg-6 a.thumb-item img {
            max-width: -webkit-fill-available !important;
        }
    div#ui-id-1 .product-essential.sell.example-product.page .col-lg-6:nth-child(2) .form-Column button {
        background: #0088e8 !important;
        font-size: 10px;
        white-space: nowrap;
    }
    .ui-dialog-content .product-essential.sell.example-product.page .row.categorybuyback .col-lg-6 ul.product-social-sharing {
        display: flex;
    }

    .ui-dialog-content .product-essential.sell.example-product.page .row.categorybuyback .col-lg-6 .product-social-buttons {
       display:none;
    }
    .responsive-logo-wrapper .logo {
        display: inline-block;
        height: 70px;
        max-width: 100%;
        padding: 0px;
    }
        .responsive-logo-wrapper .logo img {
            max-height: 70px;
        }
    .responsive-logo-wrapper {
        position: relative;
        z-index: 2;
        height: 68px;
        box-shadow: 0 1px 0px #e3e3e3;
        background-color: #fff;
        padding: 0 50px;
        text-align: center;
        font-size: 0;
    }
    .footer-top .row {
        display: block !important;
    }

    .footer-top .col-lg-4 {
        width: 100%;
    }

    .footer-blocks-wrapper.left {
        display: block !important;
    }

        .footer-blocks-wrapper.left .footer-block.contact {
            width: 100%;
        }

    .footer-upper .title {
        display: block !important;
    }
    .login-page .login-tabs .buttons {
        display: block !important;
    }
    .new-wrapper.checkout-as-guest-or-register-block li {
        display: block !important;
        width: auto;
        padding: 1% 7% !important;
        background: #eee;
    }
    .product-page-layout-one .product-essential .attribute ul.option-list.radio-list li {
        width: 100% !important;
        text-align: center;
    }
    .attribute h1 a {
        width: 100% !important;
        display: block;
    }
    .static-warpper ul {
        display: block;
    }

    .static-warpper li {
        margin-bottom: 3%;
        display: flex;
        justify-content: flex-start;
        padding-bottom: 3%;
        border-bottom: 1px solid #ddd !important;
        border-right: 0 !important;
        border-left: 0 !important;
    }
    .gallery-wrapper.equalize {
        width: 100% !important;
    }

    .overview-wrapper.equalize {
        width: 100% !important;
    }

    .static-warpper {
        width: 100% !important;
    }
    .page.checkout-page.sell-checkout .sell-payment-method {
        display: flex;
        flex-direction: column;
    }

        .page.checkout-page.sell-checkout .sell-payment-method .inputs {
            max-width: 100% !important;
            width: 100%;
        }
    .sell.paymentmethod {
        display: flex;
        justify-content: space-around;
        width: 100% !important;
        margin: auto;
    }
    .product-essential.sell .attributes .option-list input[type="radio"] {
        position: absolute;
        z-index: 1;
        opacity: 1;
        margin-top: 3%;
        margin-right: 1%;
    }
    .item-box.col-lg-4:nth-child(2) .picture a:before {
        padding-top: 100% !important;
        height: auto;
        padding-bottom: 0%;
    }
    .item-box.col-lg-4:first-child .picture a:before {
        padding-top: 100% !important;
        height: auto;
        padding-bottom: 0;
    }
    .category-grid.home-page-category-grid .item-grid .item-box.col-lg-4 img {
        width: 100% !important;
        margin: auto;
    }
    .product-essential.sell .attributes .option-list input[type="checkbox"] {
        position: absolute;
        z-index: 1;
        opacity: 0;
        margin-top: 2%;
        margin-right: 1%;
    }
    .product-essential.sell .row.categorybuyback .col-lg-8 .attributes .contentcoll:last-child dd ul li label span {
        display: block;
        width: 77% !important;
    }
    .toggle label:before {
        content: '';
        width: 18.5%;
        height: 25px;
    }
        .category-grid.home-page-category-grid .item-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .category-grid.home-page-category-grid .item-grid .item-box.col-lg-4 {
            width: 48% !important;
            height: 48% !important;
        }

            .category-grid.home-page-category-grid .item-grid .item-box.col-lg-4 img {
                width: 100% !important;
            }

            .category-grid.home-page-category-grid .item-grid .item-box.col-lg-4 .picture {
                height: auto;
            }
    .product-essential.sell.example-product.page .col-lg-6 {
        width: 100%;
    }
        .product-essential.sell.example-product.page .col-lg-6 .gallery .thumb-item img {
            height: 100% !important;
            margin: auto;
            text-align: center;
        }

        .product-essential.sell.example-product.page .col-lg-6 .gallery .picture-thumbs a {
            margin: auto;
            text-align: center;
            width: -webkit-fill-available;
            height: 100%;
        }

        .product-essential.sell.example-product.page .col-lg-6:nth-child(2) .col-md-3.mb-1 {
            text-align: right;
            margin: 2% 5%;
        }
    .row.sell-details {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
        .row.sell-details .col-lg-6 {
            width: 100%;
            margin: 2% 0;
            border: 1px solid #ddd;
            border-radius: 10px;
        }
    .attributes .option-list input[type="checkbox"] {
        position: absolute;
        z-index: 1;
        opacity: 1;
        margin-top: 1%;
        margin-right: 1%;
    }
    .product-essential.sell .row.categorybuyback .col-lg-8 .attributes .contentcoll dd ul li label {
        padding: 1% 6%;
        border-radius: 15px;
        width: 100%;
        display: block;
    }
    .attributes .option-list input[type="radio"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .row.btnz {
        display: flex;
        width: 100% !important;
        padding-top: 1% !important;
        padding-bottom: 5% !important;
    }
    .product-essential.sell .row.categorybuyback .col-lg-8 .attributes .contentcoll dd ul {
        display: flex;
        flex-wrap: wrap !important;
        flex-direction: column;
    }
        .product-essential.sell .row.categorybuyback .col-lg-8 .attributes .contentcoll dd ul li {
            margin: 1%;
            max-width: 100% !important;
            text-align: right;
        }
    .category-grid.home-page-category-grid .item-grid .title {
        background: #0d8ee9 !important;
        width: 100%;
        bottom: -10px;
        position: relative;
        padding: 5px;
        margin: 0;
        border-radius: 10px;
    }
        .category-grid.home-page-category-grid .item-grid .title a {
            color: #fff;
        }
    .header-upper .hedar-links-item {
        display: none;
    }
    ul.selectors {
        display: none;
    }
    ul.mega-menu-responsive {
        width: 100% !important;
    }
    .row.categorybuyback {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100% !important;
    }
        .row.categorybuyback .row {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
        }
            .row.categorybuyback .row .col-md-4 {
                width: calc(100% - 20px) !important;
                margin: 10px;
            }
        .row.categorybuyback .col-lg-8 {
            width: 98%;
            margin: 1%;
            background: #fff;
            padding: 0 2%;
            padding-bottom: 3%;
        }

        .row.categorybuyback .col-lg-4 img {
            display: block;
            width: 85%;
            margin: auto;
        }

        .row.categorybuyback .col-lg-4 {
            width: 98%;
            margin: 1%;
            text-align: center;
        }
    main.main.BuyBack .row .swiper-slide.category-wrap.col-lg-3 {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .order-details-page .table-wrapper {
        border: none;
        background-color: transparent;
    }
    .order-details-page thead {
        display: none;
    }
    .order-details-page .data-table tr {
        display: block;
        margin: 0 0 20px;
        border: 1px solid #eee;
    }
    .order-details-page .data-table td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }
    .order-details-page td:last-child {
        border: none;
    }
    .order-details-page .data-table .product a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .order-details-page .data-table .product .download a {
        display: none;
    }
    .order-details-page .data-table .td-title,
    .order-details-page .data-table label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #888;
    }
    .shipment-details-page .data-table .sku {
        display: none;
    }
    .shipment-details-page .data-table .quantity {
        width: 40%;
    }

    .return-request-page .data-table .unit-price {
        display: none;
    }
}