@media all and (max-width: 1200px) {

    .desktop {
        display: none !important;
    }

    .admin-header-links {
        position: fixed;
        top: 0;
        z-index: 1030;
        width: 100%;
    }

    .light-theme .admin-header-links {
        background: #f0f0f0;
    }

    .responsive-nav-wrapper-parent {
        position: fixed;
        top: 0;
        z-index: 11;
        width: 100%;
    }


    .header-left,
    .header-right {
        display: none;
    }

    .mobile-menu-items .header-links {
        display: block;
    }

    .header {
        margin-top: 60px;
    }

    .admin-header-links ~ .header {
        margin-top: 95px;
    }

    /* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper {
        position: relative;
        box-shadow: 0 0 14px rgba(0,0,0,0.06);
        text-align: center;
        font-size: 0;
        overflow: hidden;
        background: rgb(255 255 255 / 80%);
        /*color: #909090;*/
        padding: 5px;
    }

    .light-theme .responsive-nav-wrapper {
        background: #fff;
        color: #999;
    }

    .responsive-nav-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    .responsive-nav-wrapper > div > span,
    .responsive-nav-wrapper > div > a {
        display: block;
        height: 50px;
        width: 50px;
        font-size: 0;
    }

    .responsive-nav-wrapper .menu-title {
        display: inline-block;
        position: relative;
        float: left;
    }

        .responsive-nav-wrapper .menu-title span:before {
            font-family: "venture-font";
            text-transform: none;
            content: "b";
            font-size: 16px;
            width: 18px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .responsive-nav-wrapper .mobile-logo {
        float: left;
        width: 160px;
        height: 50px;
        padding: 7px 0;
    }

        .responsive-nav-wrapper .mobile-logo a {
            display: block;
            width: 100%;
            height: 35px;
            position: relative;
        }

            .responsive-nav-wrapper .mobile-logo a img {
                position: absolute;
                top: 0;
                left: 0;
                /* bottom: 0;*/
                margin: auto;
                max-height: 100%;
                max-width: 100%;
            }

    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
        position: relative;
        float: right;
    }

        .responsive-nav-wrapper .search-wrap span:before {
            font-family: "venture-font";
            text-transform: none;
            content: "e";
            font-size: 16px;
            width: 18px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .responsive-nav-wrapper .shopping-cart-link {
        display: inline-block;
        position: relative;
        float: right;
    }

        .responsive-nav-wrapper .shopping-cart-link a {
            z-index: 2;
            position: relative;
        }

        .responsive-nav-wrapper .shopping-cart-link:before {
            font-family: "venture-font";
            text-transform: none;
            content: "a";
            font-size: 17px;
            width: 18px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            z-index: 1;
        }

    .responsive-nav-wrapper .cart-qty {
        display: block;
        color: #fff !important;
        background-color: #c01a1e !important;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        line-height: -6px;
        position: absolute;
        top: 0;
        right: -6px;
        z-index: 1;
    }

    .responsive-nav-wrapper .cart-qty-resource {
        display: none;
    }

    .light-theme .responsive-nav-wrapper .cart-qty {
        border-color: #999;
    }

    /* 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: 960;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.6);
        }

    .header-menu {
        position: fixed;
        top: 0px;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #2c2c2c;
        overflow: hidden;
        z-index: 1070;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .light-theme .header-menu {
        background: #fff;
    }

    .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

        .header-menu.open {
            box-shadow: 1px 0 5px rgba(0,0,0,.5);
        }

        .header-menu.open {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

        .header-menu .close-menu {
            padding: 5px 55px;
            overflow: hidden;
            position: relative;
            background: #fff;
        }

    .light-theme .header-menu .close-menu {
        color: #999;
    }

    .header-menu .close-menu:before {
        font-family: "venture-font";
        text-transform: none;
        content: "b";
        font-size: 16px;
        width: 18px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 21px;
        bottom: 0;
        margin: auto;
    }

    .close-menu .mobile-logo {
        float: left;
        width: 160px;
        height: 50px;
        padding: 7px 0;
        position: relative;
    }

        .close-menu .mobile-logo a {
            display: block;
            width: 100%;
            height: 35px;
            position: relative;
        }

            .close-menu .mobile-logo a img {
                position: absolute;
                top: 0;
                left: 0;
                /*bottom: 0;*/
                margin: auto;
                max-height: 100%;
                max-width: 100%;
            }

    .close-menu span {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0;
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .close-menu span:before {
            font-family: "venture-font";
            text-transform: none;
            content: "u";
            font-size: 13.5px;
            width: 14px;
            height: 14px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .header-menu > ul li {
        background: #232323;
    }

    .light-theme .header-menu > ul li {
        background: #e5e5e5;
    }

    .header-menu > ul li:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-menu > ul li > a,
    .header-menu > ul li > span {
        display: block;
        padding: 16px 38px !important;
        line-height: 18px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        z-index: 0;
    }

    .light-theme .header-menu > ul li > a,
    .light-theme .header-menu > ul li > span {
        color: #2c2c2c;
    }

    .header-menu > ul li > .with-subcategories {
        width: calc(100% - 50px);
        float: left;
    }

    .plus-button {
        position: relative;
        z-index: 1;
        float: right;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

        .plus-button:before {
            font-family: "venture-font";
            text-transform: none;
            content: "q";
            font-size: 7px;
            width: 9px;
            height: 8px;
            color: #f3cc2e;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #2c2c2c !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;
    }

    .light-theme .header-menu .sublist-wrap {
        background: #fff !important;
    }

    .header-menu .sublist-wrap {
        -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: #2c2c2c;
    }

    .light-theme .header-menu ul li.back-button {
        background: #fff;
    }

    .header-menu .back-button span {
        text-transform: none;
        color: #909090;
        text-align: right;
        padding: 14px 18px !important;
    }

    .header-links a,
    .selector-title {
        display: block;
        padding: 16px 38px;
        line-height: 18px;
        font-size: 14px;
        border-bottom: 1px dashed #565656;
    }

    .light-theme .header-links a,
    .light-theme .selector-title {
        border-color: #ccc;
    }

    .mobile-selector {
        overflow: hidden;
    }

    .selector-title {
        border: none;
        position: relative;
        cursor: pointer;
        box-shadow: 0 5px 15px rgba(0,0,0,.3);
    }

    .light-theme .selector-title {
        box-shadow: 0 5px 15px rgba(44,44,44,.1);
    }

    .selector-title:before {
        font-family: "venture-font";
        text-transform: none;
        content: "c";
        font-size: 7px;
        width: 9px;
        height: 9px;
        color: #f3cc2e;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        line-height: 9px;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
    }

    .selector-title.open:before {
        -ms-transform: rotate(-180deg); /* IE 9 */
        -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
        transform: rotate(-180deg);
    }

    .header-links span {
        font-size: 14px;
        line-height: initial;
    }

    .header-selectors-wrapper > div {
        margin: 0;
        display: block;
        position: relative;
    }

        .header-selectors-wrapper > div label {
            display: block;
            padding: 10px 38px;
            line-height: 18px;
            font-size: 14px;
        }

        .header-selectors-wrapper > div input[type="radio"] {
            display: none;
        }

        .header-selectors-wrapper > div input[checked="checked"] + label {
            color: #fff;
        }

    .light-theme .header-selectors-wrapper > div input[checked="checked"] + label {
        color: #2c2c2c;
    }

    .tax-display-type-selector,
    .currency-selector,
    .language-selector {
        border-bottom: 1px dashed #565656;
    }

    .light-theme .tax-display-type-selector,
    .light-theme .currency-selector,
    .light-theme .language-selector {
        border-color: #ccc;
    }

    .mobile-collapse {
        display: none;
        background: #232323;
        padding: 10px 0
    }

    .light-theme .mobile-collapse {
        background: #e5e5e5;
    }

    .ico-inbox,
    .ico-wishlist {
        font-size: 0;
    }

    /* SEARCH BOX */

    .store-search-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 50px 0 40px;
        width: 100%;
        box-shadow: 0 0 25px rgba(0,0,0,0.15);
        z-index: 1070;
        text-align: center;
        background: #fff;
    }

        .store-search-box .search-box-button {
            position: absolute;
            top: 10px;
            right: -36px;
            opacity: 0;
        }

        .store-search-box.open {
            display: block;
        }

        .store-search-box form:before {
            content: '';
            display: block;
            width: 36px;
            height: 36px;
            position: absolute;
            /*top: 10px;*/
            right: -36px;
            font-family: "venture-font";
            text-transform: none;
            content: "e";
            font-size: 16px;
            line-height: 36px;
            text-align: center;
            color: #f3cc2e;
        }

    .search-opener {
        display: none;
    }

    /* PRODUCT PAGE */

    .product-reviews-overview {
        margin: 0 0 15px;
    }

    .overview .prices,
    .variant-overview .prices {
        margin: 15px 0;
    }

    .overview .short-description,
    .variant-overview .variant-description {
        margin: 20px 0;
    }

    .availability-attributes-wrapper {
        margin: 20px 0;
    }

    .tier-prices {
        margin: 15px auto;
    }

    .product-review-item .product-review-helpfulness {
        margin: 15px 0;
    }

    /* HEADER LINKS */

    .header-links-wrapper {
        display: none;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        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-links-wrapper.open {
            display: block;
        }

    /* DEFAULT FILTERS */

    .block .product-filter {
        padding: 0 22px;
    }

        .block .product-filter:first-child {
            margin: 0;
            padding-top: 18px;
        }

    /* RESPONSIVE TABLES */

    .cart thead {
        display: none;
    }

    .cart tr,
    .cart td {
        display: block;
    }

    .cart col {
        float: left;
    }

    .cart tr {
        margin: 0 0 10px;
        font-size: 0;
        letter-spacing: 0;
        border: 2px solid #fff;
        position: relative;
        text-align: center;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 14px rgba(0,0,0,0.06);
        padding-bottom: 65px;
    }

    .cart td {
        font-size: 14px;
        letter-spacing: .2px;
        padding: 15px;
        border: none;
        text-align: center;
    }

    .cart .remove-from-cart,
    .cart .add-to-cart {
        width: 50%;
        height: 48px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: none;
    }

        .cart .remove-from-cart input[type='checkbox'] + label,
        .cart .add-to-cart input[type='checkbox'] + label {
            position: relative;
            z-index: 2;
            padding: .5px 0 .5px 24px;
        }

        .cart .remove-from-cart:before,
        .cart .add-to-cart:before {
            content: '';
            position: absolute;
            height: 48px;
            top: 0;
            left: 0;
            right: 0;
            background: #f5f5f5;
            z-index: 1;
        }

        .cart .remove-from-cart ~ .add-to-cart:after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 48px;
            background: #fff;
            z-index: 3;
        }

    .shopping-cart-page .cart .remove-from-cart {
        width: 100%;
    }

    .cart .sku {
        border-bottom: 1px dashed #ccc;
    }

    .cart .product-picture {
        float: left;
        width: 40%;
        padding-right: 0;
    }

        .cart .product-picture a {
            position: relative;
            display: block;
        }

            .cart .product-picture a:before {
                content: '';
                padding-top: 100%;
                display: block;
            }

        .cart .product-picture img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
        }

        .cart .product-picture ~ td {
            margin: 0 0 0 40%;
            text-align: left;
            padding: 10px;
        }

    .cart .product {
        padding: 25px 10px 0 !important;
    }

    .cart .quantity,
    .cart .subtotal {
        height: 66px;
        margin: 0 !important;
        padding: 10px;
        text-align: center !important;
        border-top: 1px dashed #ccc;
        position: absolute;
        bottom: 0;
    }

        .cart .quantity label,
        .cart .quantity span {
            line-height: 45px;
        }

    .cart .attributes,
    .cart .discount,
    .cart .rental-info {
        font-size: 14px;
        line-height: 18px;
    }

    .cart .quantity {
        left: 0;
        width: 40%;
        display:flex;
        padding: 10px 0 10px 10px !important;
        color: #909090;
        text-transform: none;
        font-family: 'Lato', sans-serif;
        line-height: 18px;
    }

    .cart .qty-input,
    .cart .qty-dropdown {
        height: 45px;
        margin-right:10px;
    }

    .cart .subtotal {
        width: 60%;
        right: 0;
        padding: 19px 15px 19px 0 !important;
        text-align: right !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .cart .subtotal label {
            color: #909090;
            text-transform: none;
            font-family: 'Lato', sans-serif;
            line-height: 18px;
        }

        .cart .subtotal div {
            display: none;
        }

    .order-details-page .shipments .data-table,
    .order-details-page .shipments tbody,
    .order-details-page .shipments tr,
    .order-details-page .shipments td,
    .order-details-page .products .data-table,
    .order-details-page .products tbody,
    .order-details-page .products tr,
    .order-details-page .products td,
    .order-list-page .recurring-payments td,
    .order-list-page .recurring-payments tr,
    .reward-points-history .data-table tr,
    .reward-points-history .data-table td,
    .downloadable-products-page .data-table tr,
    .downloadable-products-page .data-table td {
        display: block;
    }

    .order-details-page .shipments thead,
    .order-details-page .products thead,
    .order-list-page .recurring-payments thead,
    .downloadable-products-page .data-table thead,
    .reward-points-history .data-table thead,
    .order-details-page .data-table .attributes,
    .shipment-details-page .data-table .sku {
        display: none;
    }

    .order-details-page .shipments tr,
    .order-details-page .products tr {
        margin: 0 0 25px;
        box-shadow: 0 0 14px rgba(0,0,0,0.06);
    }

    .order-details-page .shipments tr,
    .order-details-page .shipments td,
    .order-details-page .products tr,
    .order-details-page .products td {
        text-align: center !important;
    }

        .order-details-page .shipments td,
        .order-details-page .products td:not(.picture),
        .reward-points-history .data-table td {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 60px;
        }

    .shipment-details-page .data-table .quantity {
        width: 20%;
    }

    .order-list-page .recurring-payments .table-wrapper,
    .downloadable-products-page .table-wrapper,
    .reward-points-history .table-wrapper {
        border: none;
        box-shadow: none;
    }

    .order-list-page .recurring-payments tr,
    .downloadable-products-page .data-table tr,
    .reward-points-history .data-table tr {
        margin: 0 0 30px;
        border: 1px solid #f0f0f0;
        text-align: center;
    }

    .order-list-page .recurring-payments td,
    .downloadable-products-page .data-table td,
    .reward-points-history .data-table td {
        height: 58px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #909090;
    }

        .order-list-page .recurring-payments td:last-child,
        .downloadable-products-page .data-table td:last-child,
        .back-in-stock-subscription-list-page tr:last-child td,
        .reward-points-history .data-table td:last-child {
            border: none;
        }

        .downloadable-products-page .data-table td.product,
        .reward-points-history .data-table td.message {
            text-align: center;
        }

        .order-list-page .recurring-payments td label,
        .downloadable-products-page .data-table td label,
        .reward-points-history .data-table td label {
            color: #2c2c2c;
        }

    .order-list-page .section.recurring-payments {
        padding: 0;
    }

    .order-list-page .recurring-payments td.initial-order {
        display: none;
    }

    .master-wrapper-page:has(.admin-header-links) .header-menu {
        top: 35px !important;
    }

    main.site-content {
        margin-top: 133px !important;
    }

    .topheader {
        display: none;
    }
    input.search{
        width:100% !important
    }
}

@media all and (max-width: 1024px) {

    .dashboard_grid_block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px 10px;
    }

    .shipaddresses_main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    /*.customer-pages-body .page-title{
        position:relative;
        top:0px;
    }*/

}

@media all and (max-width: 767px) {
    /*SS My Account Responsive CSS*/

    .customerInfo_block {
        padding: 30px 0px;
    }

    .infoMain_block {
        display: block;
    }

    .shipaddresses_main {
        display: block;
    }

        .shipaddresses_main .add_address .add-address-button {
            margin-top: 35%;
        }

        .shipaddresses_main .address-item1 {
            text-align: left;
        }

    .account_fills {
        display: block;
    }

        .account_fills ul {
            display: block;
        }

            .account_fills ul .form-group select {
                padding: 0px 25px;
            }

    .documentBlockup {
        display: block;
    }

    .uploadDocument {
        width: 90%;
    }

    .payment-info .info {
        min-width: 100%;
    }

        .payment-info .info .creditcard_block {
            width: 100%;
            display: inline-block;
        }

    .poNumber_block {
        width: auto;
        margin: 0px auto;
    }

    .confirm_order_block ul.conorder_list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .account_fills {
        display: inline-block;
    }

        .account_fills ul li {
            min-width: 210px;
        }

    /*SS My Account Responsive CSS End*/

    /*SS Mobile Responsive Start CSS*/

    .side-2.equal {
        margin: 0px 20px;
    }

    .add_address .add-button:before {
        top: 15%;
    }

    .orderdetails {
        display: block;
        margin: 10px;
    }

        .orderdetails .billingAddress, .shippingAddress, .orderSummary {
            margin: 10px;
        }

    .order-details-page .billing-info-wrap, .openorder {
        min-width: 100%;
    }

    .account_fills ul li {
        min-width: 210px;
    }


    /*SS Mobile Responsive End CSS*/
    /*        .category-description{
            max-height:220px;
            overflow:hidden;
        }*/
    .category-picture-wrapper {
        width: unset !important
    }

    .category-description {
        max-width: unset !important;
        float: unset !important
    }

    .m-slider__nav .slider-nav .slider-nav__link {
        font-size: 14px !important;
        padding: 0 10px !important
    }

    .maintenance-section .l-rcbl {
        display: flex !important;
        flex-direction: column;
    }

    .maintenance-section .c-media__primary img {
        max-height: 330px;
        width: 100%
    }
    .desktop_video_btns {
        display: none !important;
    }

    .mobile_video_btns {
        display: block !important;
        text-align:left;
    }
}

/*@media (max-width: 767px) {

    #expandMenu {
        display: none;
    }

    div#fullWidth {
        min-width: 100%;
    }

    .customerInfo_block {
        padding: 30px 30px;
    }

    .infoMain_block {
        display: block;
    }

    .shipaddresses_main {
        display: block;
    }

        .shipaddresses_main .add_address .add-address-button {
            margin-top: 35%;
        }

        .shipaddresses_main .address-item1 {
            text-align: left;
        }

    .account_fills {
        display: block;
    }

        .account_fills ul {
            display: block;
        }

            .account_fills ul .form-group select {
                padding: 0px 25px;
            }

    .documentBlockup {
        display: block;
    }

    .uploadDocument {
        width: 90%;
    }

    .payment-info .info {
        min-width: 100%;
    }

        .payment-info .info .creditcard_block {
            width: 100%;
            display: inline-block;
        }

    .poNumber_block {
        width: auto;
        margin: 0px auto;
    }

    .confirm_order_block ul.conorder_list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .account_fills {
        display: inline-block;
    }

        .account_fills ul li {
            min-width: 210px;
        }


}*/


/* RESPONSIVE TABLE GRIDS */

@media all and (min-width: 600px) and (max-width: 900px) {

    .cart tr,
    .order-details-page .products tr {
        float: left;
        margin: 0 0 2% 2%;
        width: 49%;
    }

        .cart tr:nth-child(2n+1),
        .order-details-page .products tr:nth-child(2n+1) {
            clear: both;
            margin-left: 0;
        }
}

@media all and (min-width: 901px) and (max-width: 1200px) {

    .cart tr,
    .order-details-page .products tr {
        float: left;
        margin: 0 0 2% 2%;
        width: 32%;
    }

        .cart tr:nth-child(3n+1),
        .order-details-page .products tr:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }

    .order-list-page .recurring-payments tr,
    .downloadable-products-page .data-table tr,
    .reward-points-history .data-table tr {
        float: left;
        margin: 0 0 2% 2%;
        width: 49%;
    }

        .order-list-page .recurring-payments tr:nth-child(2n+1),
        .downloadable-products-page .data-table tr:nth-child(2n+1),
        .reward-points-history .data-table tr:nth-child(2n+1) {
            clear: both;
            margin-left: 0;
        }
}


@media all and (min-width: 481px) and (max-width: 1200px) {

    .header-menu {
        width: 360px;
    }

    .header-menu {
        -webkit-transform: translate(-360px);
        -ms-transform: translate(-360px);
        transform: translate(-360px);
    }

        .header-menu .sublist-wrap {
            -webkit-transform: translate(-360px);
            -ms-transform: translate(-360px);
            transform: translate(-360px);
        }
}

@media (max-width: 767px) {

    #expandMenu {
        display: none;
    }

    div#fullWidth {
        min-width: 100%;
    }

    /*SS My Account Responsive CSS*/

    .customerInfo_block {
        padding: 30px 30px;
    }

    .infoMain_block {
        display: block;
    }

    .shipaddresses_main {
        display: block;
    }

        .shipaddresses_main .add_address .add-address-button {
            margin-top: 35%;
        }

        .shipaddresses_main .address-item1 {
            text-align: left;
        }

    .account_fills {
        display: block;
    }

        .account_fills ul {
            display: block;
        }

            .account_fills ul .form-group select {
                padding: 0px 25px;
            }

    .documentBlockup {
        display: block;
    }

    .uploadDocument {
        width: 90%;
    }

    .payment-info .info {
        min-width: 100%;
    }

        .payment-info .info .creditcard_block {
            width: 100%;
            display: inline-block;
        }

    .poNumber_block {
        width: auto;
        margin: 0px auto;
    }

    .confirm_order_block ul.conorder_list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .account_fills {
        display: inline-block;
    }

        .account_fills ul li {
            min-width: 210px;
        }

    /*SS My Account Responsive CSS End*/
    /*SS Mobile Responsive Start CSS*/

    .side-2.equal {
        margin: 0px 20px;
    }

    .add_address .add-button:before {
        top: 15%;
    }

    .orderdetails {
        display: block;
        margin: 10px;
    }

        .orderdetails .billingAddress, .shippingAddress, .orderSummary {
            margin: 10px;
        }

    .order-details-page .billing-info-wrap, .openorder {
        min-width: 100%;
    }




    /*SS Mobile Responsive End CSS*/

    .c-block .c-block__btn {
        text-align: center;
        margin: 0px auto;
    }
}

@media (max-width: 1024px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 768px) {

    .c-block .c-block__btn {
        margin: 0px auto;
    }

    .l-rcbl.--v2 {
        display: grid;
    }

    .our_mission h2.c-heading__title {
        font-size: 1.2em !important;
    }

    .m-banner__inner.container.--align-bottom {
        padding-bottom: 40px;
    }

    .footer .footer-menu {
        display: block;
    }

        .footer .footer-menu .footer-block {
            padding: 10px 10px;
        }

    .hero--v1 .m-banner__inner {
        min-height: auto;
    }

    .c-heading.-h1 h1 {
        line-height: 35px;
    }

    .l-rcbl__col .c-block:hover .c-block__media1 .c-media__secondary {
        transform: scale(0.32) translate(0px, 60px);
        border-radius: calc(var(--media-border-radius, 30px) * 3);
    }

    div#userwayAccessibilityIcon {
        right: 5px;
    }

    .l-banner .c-heading.-h2 h2.c-heading__title {
        font-size: 1.5em !important;
        padding: 0px 0px !important;
        position: absolute;
        top: 29px;
        width: 250px;
    }
}

@media (max-width: 767px) {
}

@media only screen and (min-width:568px) and (max-width: 767px) {

    .m-banner__media {
        top: 20px;
        border-radius: 0px;
    }

    .c-heading.-h1 h2 {
        font-size: 1.2em;
    }

    .c-heading.-h1 h1 {
        font-size: 2em;
        text-align: left;
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }

    .c-heading.-h1 h1 {
        margin-bottom: 30px;
    }

    .c-heading.-h2 h2.c-heading__title {
        font-size: 2em;
    }

    .c-block .c-block__btn {
        display: block;
        text-align: left;
        padding: 0px;
    }

        .c-block .c-block__btn a {
            padding: 10px 0px;
        }

    .l-rcbl.--v2 .c-block.align-bottom {
        min-height: 400px;
    }

    .m-banner__media {
        top: 30px;
        border-radius: 0px;
    }

    .c-heading.-h1 h2 {
        font-size: 1.2em;
    }

    .c-heading.-h1 h1 {
        font-size: 2em;
        text-align: left;
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }

    .c-heading.-h1 h1 {
        margin-bottom: 30px;
    }

    .c-heading.-h2 h2.c-heading__title {
        font-size: 2em;
    }

    .c-block .c-block__btn {
        display: block;
        text-align: left;
        padding: 0px;
    }

        .c-block .c-block__btn a {
            padding: 10px 0px;
        }

    /*    .slider-nav {
        display: grid;
    }*/

    .l-banner .c-heading.-h2 .c-heading__pre.-lg {
        font-size: 1em;
    }

    .l-banner .c-heading.-h2 h2.c-heading__title {
        font-size: 1.5em !important;
    }

    .cta--v1 .m-banner__inner {
        padding-bottom: 20px;
    }

    .l-rcbl.--v3 .l-rcbl__col {
        display: block;
        width: 100%;
    }

    .l-rcbl.--v3 .c-block {
        display: block;
    }
}

@media only screen and (min-width:320px) and (max-width: 567px) {

    .m-banner__media {
        top: 30px;
        border-radius: 0px;
    }

    .c-heading.-h1 h2 {
        font-size: 1.2em;
    }

    .c-heading.-h1 h1 {
        font-size: 2em;
        text-align: left;
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }

    .c-heading.-h1 h1 {
        margin-bottom: 30px;
    }

    .c-heading.-h2 h2.c-heading__title {
        font-size: 2em;
    }

    .c-block .c-block__btn {
        display: block;
        text-align: left;
        padding: 0px;
    }

        .c-block .c-block__btn a {
            padding: 10px 0px;
        }

    .l-rcbl.--v2 .c-block.align-bottom {
        min-height: 400px;
    }

    .m-banner__media {
        top: 30px;
        border-radius: 0px;
    }

    .c-heading.-h1 h2 {
        font-size: 18px;
    }

    .c-heading.-h1 h1 {
        font-size: 2em;
        text-align: left;
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }

    .c-heading.-h1 h1 {
        margin-bottom: 30px;
        line-height: 45px;
    }

    .c-heading.-h2 h2.c-heading__title {
        font-size: 24px;
    }

    .c-block .c-block__btn {
        display: block;
        text-align: left;
        padding: 0px;
    }

        .c-block .c-block__btn a {
            padding: 10px 0px;
        }

    /*    .slider-nav {
        display: grid;
    }*/

    .l-banner .c-heading.-h2 .c-heading__pre.-lg {
        font-size: 1em;
    }

    .l-banner .c-heading.-h2 h2.c-heading__title {
        font-size: 1.5em !important;
    }

    .cta--v1 .m-banner__inner {
        padding-bottom: 20px;
    }

    .l-rcbl.--v3 .l-rcbl__col {
        display: block;
        width: 100%;
    }

    .l-rcbl.--v3 .c-block {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width: 1200px) {
    .home-page-body .header-center {
        margin-top: 20px;
    }
}