﻿/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/
/*******Airpod Pro********/
    @media screen and (max-width:1366px) {
        .hero-content h1 {
            font-size: 3.5em;
            margin: 20px 60px 10px 60px;
            line-height: 1.1em;
            top: 22%;
        }

        .hero-content p {
            font-size: 3em;
            margin: 10px 0 20px 60px;
            line-height: 1.2em;
        }
    }

    @media screen and (max-width:1350px) {
        .column-width,
        .category-page,
        .hero-content-container,
        .bottom-topic-content {
            max-width: 940px;
            margin: auto;
        }

        .column-3-banner {
            max-width: 298px;
        }

            .column-3-banner img {
                height: auto;
            }

        /*****HEADER*****/
        .breadcrumb {
            margin: 10px 16px;
        }

        .header {
            margin: 0 16px;
        }

        .brands-container {
            display: grid;
            grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
            justify-items: center;
            width: 100%;
            height: auto;
        }

        .category-product-details-page .gallery .picture img {
            max-width: 675px;
        }

        /*******misc pages******/
        .contact-page,
        .topic-page, @import url('\\webstage2\WWW\supernop\Themes\Mobilemars\Content\styles.css');
        .sitemap-page,
        .recently-viewed-products-page,
        .recently-added-products-page,
        .shopping-cart-page,
        .login-page,
        .registration-page,
        .password-recovery-page {
            padding: 32px;
        }

        .home-sub-cont {
            grid-template-columns: 35% 30% 35%;
            justify-content: center;
            justify-items: center;
            width: 100%;
            max-width: 1175px;
        }

            .home-sub-cont img {
                width: 100%;
                max-width: 400px;
                margin-right: auto;
                margin-left: auto;
            }

        .home-sub-card {
            width: 100%;
            max-width: 400px;
            padding: 10px;
        }

        .home-sub-card-2 {
            margin: 0 auto;
            justify-items: center;
        }

        .home-sub-text { /*padding:10px 20px;*/
            width: 100%;
            max-width: 250px;
        }

        .hero-content h1 {
            font-size: 2em;
            margin: 10px auto;
            top: 24%;
        }

        .hero-content p {
            font-size: 2em;
            margin: 10px 0 15px 0;
            line-height: 30px;
        }
    }

    @media screen and (max-width:1180px) {
        .hero-content h1 {
            top: 25%;
        }
    }

    @media screen and (min-width:1024px) and (orientation: portrait) {
        .hero-content h1 {
            top: 17%;
        }
    }

    @media screen and (max-width:940px) {
        /* MASTER PAGE WRAPPERS */
        .master-wrapper-page, .master-wrapper-content, .master-wrapper-main {
            width: 100%;
        }

        .category-product-details-page .picture {
            right: auto
        }

        .master-wrapper-content {
            margin: 0;
        }

        .master-wrapper-main .center-1 {
            width: 100%;
        }

        .master-wrapper-main .side-2 {
            width: 170px;
        }

        .master-wrapper-main .center-2 {
            width: auto;
            margin-left: 180px;
            float: none;
            display: table;
        }

        .master-wrapper-main .center-3 {
            width: auto;
            margin: 0 190px;
            float: none;
            display: block;
        }
        /* HEADER AND MENU */
        .flyout-cart {
            display: none !important;
        }

        .breadcrumb {
            margin: 10px 16px;
        }

        .header {
            margin: 0 16px !important;
        }

        .hero-content h1 {
            font-size: 2em;
            top: 13.5%;
        }

        /* PRODUCT DETAILS PAGE */
        .product-details-page .gallery {
            width: 50%;
            margin: 25px 0 15px 0;
        }

            .product-details-page .gallery .picture img {
                max-width: 100%;
            }

        .product-details-page .overview {
            float: left;
            width: 41%;
            margin: 5px 0 5px 2%;
            padding: 10px 3%;
        }

        .product-details-page .attributes select, .product-details-page .attributes .textbox, .product-details-page textarea {
            max-width: 90%;
        }

        .product-details-page .attributes select, .product-details-page .attributes .textbox, .product-details-page .giftcard .message, .product-details-page .attributes textarea {
            max-width: 90%;
        }
        /* CONTACTS */
        .contact-page .inputs-right {
            margin-left: 25px;
        }

        .contact-page .email, .contact-page .fullname {
            width: 215px;
        }

        .contact-page .enquiry {
            width: 280px;
        }

        /* NAVIGATIONS */
        .block-recently-viewed-products li a {
            display: table;
        }
        /* COMPARE PRODUCTS */
        .compare-products-table td img {
            max-width: 100%
        }

        MOBILE TOP MENU
        .header-menu .top-menu {
            display: none;
        }

        #mob-menu-button {
            display: none;
            font-size: 14px;
            text-transform: uppercase;
            height: 40px;
            line-height: 40px;
        }

            #mob-menu-button a {
                display: block;
                padding: 0 15px;
            }

                #mob-menu-button a .icon {
                    display: block;
                    float: right;
                    width: 23px;
                    padding-top: 9px;
                    margin: 0;
                }

                    #mob-menu-button a .icon .line {
                        display: block;
                        background-color: #eee;
                        height: 3px;
                        margin-bottom: 2px;
                        width: 25px;
                    }

        .mob-top-menu {
            display: block;
            overflow: hidden;
            height: auto;
            max-height: 0px;
            transition: max-height 500ms ease-in-out 0s;
            -moz-transition: max-height 500ms ease-in-out 0s;
            -webkit-transition: max-height 500ms ease-in-out 0s;
            -o-transition: max-height 500ms ease-in-out 0s;
        }

            .mob-top-menu.show {
                max-height: 9999px;
                transition: max-height 500ms ease-in-out 0s;
                -moz-transition: max-height 500ms ease-in-out 0s;
                -webkit-transition: max-height 500ms ease-in-out 0s;
                -o-transition: max-height 500ms ease-in-out 0s;
            }

            .mob-top-menu ul {
                float: left;
                display: block;
                padding: 0;
                margin: 0;
            }

            .mob-top-menu li {
                float: left;
                display: block;
                width: 100% !important;
                padding: 0 !important;
                margin: 0;
                list-style-type: none;
                cursor: pointer;
                position: relative;
                border-top: 1px solid #fff;
                background-color: #666;
            }

                .mob-top-menu li a {
                    display: block;
                    width: 85%;
                    padding: 15px 3%;
                    font-size: 16px;
                    text-transform: uppercase;
                    float: left;
                }

                .mob-top-menu li .sublist a {
                    text-transform: none;
                    font-size: 14px;
                }

                .mob-top-menu li .expand {
                    background: url(images/mobile-menu-collapse.png) center center no-repeat;
                    display: block;
                    cursor: pointer;
                    width: 8%;
                    height: 49px;
                    float: right;
                    background-color: #000;
                    border-left: 1px solid #fff;
                }

                    .mob-top-menu li .expand:hover {
                        background-color: rgba(0,0,0, 0.05);
                    }

                .mob-top-menu li.active > .expand {
                    background-image: url(images/mobile-menu-expand.png);
                }

            .mob-top-menu .sublist {
                display: none;
                margin-left: 5%;
                clear: both;
                width: 95%;
            }

            .mob-top-menu .top-menu-triangle.active {
                display: none;
            }

        .header-menu {
            width: 70%;
        }

        #mob-menu-button span {
            font-size: 20px;
        }

        .header-menu {
            padding: 0
        }

        .mob-top-menu li a:hover {
            text-decoration: underline;
        }

        .mob-top-menu .sublist li {
            border: none;
        }

        .topic-html-content-body {
            text-align: center;
        }

        .home-page-category-grid {
            margin-left: 25px;
        }

        .home-page-product-grid .title {
            width: 97%;
            margin-left: 8px
        }

        .home-page-category-grid .item-box {
            float: left;
            text-align: center;
            vertical-align: text-top;
            margin: 10px 20px 40px 20px;
        }

        .product-grid .item-box {
            padding: 20px 3% 20px 3%;
        }

        .breadcrumb ul {
            margin-left: 10px;
        }

        .resellers img {
            position: relative;
            top: 0;
            right: -2px;
            margin-bottom: 0;
        }


        /* START MOBILE MENU V2*/

        .header,
        .header-menu .top-menu,
        .home-top-tagline-container {
            display: none;
        }

        .mob-header {
            width: 100%;
            display: flex !important;
            align-items: center;
        }

        .mob-container {
            background-color: #fff;
            max-width: 940px;
            height: 48px;
            margin: 5px auto;
            flex: 1;
            padding: 4px 16px;
            position: relative;
        }

        .mob-header .header-logo {
            margin: 0;
            width: 100%;
            height: auto;
        }

        .mob-header .nav-btn {
            flex: 3;
            margin: 20px 0px;
            height: 100%;
            display: flex;
            flex-direction: column;
            background-color: #fff;
            position: fixed;
            height: calc(100vh - 56px);
            top: 63px;
            left: 0;
            width: 100%;
            z-index: 999;
            transform: translateY(-113%);
            transition: .65s;
        }

        #check:checked ~ .nav-btn {
            transform: translateY(10px);
        }

        #mob-cart-qty {
            margin: -25px -25px;
        }

        .mob-header .nav-link {
            position: relative;
            width: 100%;
            border-top: 2px solid #DADADA;
            padding: 0;
            box-sizing: border-box;
        }

        .mob-header .nav-links {
            overflow: auto;
        }

            .mob-header .nav-links > ul {
                display: flex;
                justify-content: center;
                flex-direction: column;
            }

        .mob-header ul {
            list-style-type: none;
        }

        .mob-header .nav-link > a {
            padding: 32px;
            font-size: 1.25rem;
            color: none;
            font-weight: normal;
            display: flex;
            justify-content: space-between;
        }

        .mob-header .dropdown {
            position: initial;
            top: initial;
            left: initial;
            opacity: 1;
            transition: .5s;
            pointer-events: auto;
            display: none;
        }

        .mob-header .dropdown-toggle.hover .dropdown {
            display: block;
        }

        @media (min-width:940px) {
            .mob-header .nav-link:hover > .dropdown {
                display: block;
            }
        }

        .mob-header .dropdown-link {
            display: flex;
            padding: 12px;
            font-size: 16px;
            align-items: center;
            justify-content: space-between;
            box-sizing: border-box;
            transform: translateX(42px);
        }

            .mob-header .dropdown-link:first-child {
                padding-top: 0;
            }

            .mob-header .dropdown-link a {
                font-weight: normal;
            }

        .hamburger-menu-container {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            height: 100%;
            position: absolute;
            top: 0;
            right: 16px;
        }

        .hamburger-menu {
            width: 63px;
            height: 63px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .hamburger-menu div {
                width: 2rem;
                height: 3px;
                border-radius: 3px;
                background-color: #3a3a3a;
                position: relative;
                z-index: 1001;
                transition: .5s;
            }

                .hamburger-menu div:before,
                .hamburger-menu div:after {
                    content: '';
                    position: absolute;
                    width: inherit;
                    height: inherit;
                    background-color: #3a3a3a;
                    border-radius: 3px;
                    transition: .5s;
                }

                .hamburger-menu div:before {
                    transform: translateY(-8px);
                }

                .hamburger-menu div:after {
                    transform: translateY(8px);
                }

        #check {
            position: absolute;
            top: 0px;
            right: 16px;
            width: 63px;
            height: 63px;
            z-index: 9000;
            cursor: pointer;
            opacity: 0;
            margin: 0;
        }

            #check:checked ~ .hamburger-menu-container .hamburger-menu div {
                background-color: transparent;
            }

                #check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
                    transform: translateY(0) rotate(-45deg)
                }

                #check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
                    transform: translateY(0) rotate(45deg)
                }


        /*END MOBILE MENU V2*/

        /*****Brands Pages*****/
        .category-links img {
            height: auto;
            width: 45%;
            padding: 0 10px 0 10px;
        }

        .category-links iframe {
            height: auto;
            width: 45%;
            padding: 0 10px 0 10px;
        }

        .brand-banner img {
            height: auto;
            width: 100%;
        }

        /***Homepage Blog Area*/
        /*.blog-content{text-align:left;}*/

        .footer-menu-wrapper .column {
            float: left;
            text-align: center;
            width: 22%;
            padding: 0px 10px 10px 10px;
        }

            .footer-menu-wrapper .column h3 {
                font-size: 20px;
                color: #333; /*text-transform:uppercase;*/
                font-weight: 700;
                border-bottom: none;
                padding-bottom: 0
            }

        .subscribe-to-newsletter {
            width: 100%
        }

        .block .listbox {
            text-align: left
        }

        .footer .social {
            clear: both;
            text-align: center;
            float: none;
            padding: 0
        }
        /*.order-summary-content .totals{width:32%;padding:54px 18px 0 0;}*/
        .order-summary-content .totals {
            width: 90%;
            padding: 28px 10px 0 0;
            display: table;
        }

        .nobr {
            white-space: normal !important
        }

        .cart-total-left {
            width: 100%
        }

        .sub-category-list {
            column-count: 2;
            column-gap: 4px;
            column-rule: 1px solid #999;
            -moz-column-count: 3;
            -moz-column-gap: 4px;
            -moz-column-rule: 1px solid #999;
            -webkit-column-count: 2;
            -webkit-column-gap: 4px;
            -webkit-column-rule: 1px solid #999;
            margin: 0 auto
        }

        .brand-logos {
            height: auto;
            padding-top: 10px
        }
        /*.QuickQuoteContainer {margin:0 auto 15px auto; width:100%;height:500px;}
 .qq-form-left{float:none;margin:0 0 0 35px; width:100%}
 .qq-form-right{float:none;margin:0 0 0 35px; width:80%}
 .qq-form-right-2{float:left;*/ /*width:45%*/ /*}
 .qq-form-right-text {margin-left:0}
 .qq-form-right-select {margin-left:0}
 .qq-button input {float:left;margin:0 0 0 10px}
  .qq-banner {margin:18px 0 0 -20px;}
 .qq-banner img {width:100%}
 .qq-free-boxes label {display:inherit}*/

        /*********HOME PAGE***********/
        .home-about-mm {
            margin: 25px;
        }

        .footer {
            padding: 0;
        }

        .master-wrapper-main .center-1 {
            width: 100%;
            padding: 0;
        }

        .brand-logos {
            margin: 0;
            padding: 0;
        }

            .brand-logos a img {
                max-width: 150px;
                width: 100%;
                height: auto;
                margin: auto;
                display: block;
            }

        .column-width,
        .category-page,
        .hero-content-container {
            max-width: 770px;
            margin: auto;
        }

        .top-menu li a {
            font-size: 1em;
        }

        .header-links {
            font-size: .833em;
        }

        .hero-content {
            max-width: 100%;
            margin-left: 0;
        }


        .feat-cont-text {
            max-width: 155px;
        }

        .column-3-banner {
            max-width: 240px;
        }

            .column-3-banner img {
                height: auto;
            }

        .home-sub-cont {
            grid-template-columns: 50% 50%;
            margin: 0 auto;
            max-width: 100% !important;
            justify-items: center;
        }

        .home-sub-card {
            grid-template-columns: repeat(2, 1fr) !important;
            grid-auto-rows: 375px;
            gap: 40px;
            position: relative;
        }

        .home-sub-cont img {
            width: 100%;
            max-width: 370px;
            margin-left: auto;
            margin-right: auto;
        }

        .home-sub-card-2 {
            grid-column-start: 1;
            grid-column-end: 4;
            grid-row-start: 2;
            grid-row-end: 3;
            height: auto;
            max-width: 100%;
        }

        .home-sub-text {
            max-width: 700px;
            margin-top: 35px;
        }

        @media screen and (max-width:932px) {
            .hero-content h1 {
                top: 19%;
            }
        }

        @media screen and (max-width:844px) {
            .hero-content h1 {
                top: 21%;
            }
        }

        @media screen and (max-width:830px) {
            /********NAV*********/
            .header-menu-and-links-container {
                display: grid;
                place-content: center;
            }

            .hero-content p {
                font-size: 2em;
                margin: 10px 0 15px 0;
                line-height: 30px;
            }
        }

        @media screen and (max-width:830px) {
            /********NAV*********/
            .header-menu-and-links-container {
                display: grid;
                place-content: center;
            }

            .header-menu {
                padding: 0;
                margin: auto;
            }

            .header-links-wrapper {
                padding-top: 8px;
            }

            .header {
                max-width: 614px;
                margin: auto;
            }

            .hero-content h1 {
                font-size: 1.7em;
                top: 15%;
            }
        }

        /*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/
        @media screen and (max-width:768px) {
            /* MASTER PAGE WRAPPERS */

            .hero-banner h1 {
                top: 14%;
            }

            .master-wrapper-page, .master-wrapper-content, .master-wrapper-main {
                width: 100%;
            }

            .master-wrapper-content {
                margin: 5px 0 0 0;
                zoom: 1
            }

                .master-wrapper-content:after {
                    content: ".";
                    display: block;
                    clear: both;
                    height: 0;
                    font-size: 0;
                    line-height: 0;
                    visibility: hidden;
                }

            .master-wrapper-main .center-1 {
                width: 98%;
                padding: 0;
            }

            .master-wrapper-main .side-2 { /*width:145px;*/
                display: none;
            }

            .master-wrapper-main .center-2 {
                width: 78%;
                margin-left: 9%;
                float: none;
                display: table;
            }

            .master-wrapper-main .leftside-3 {
                width: 145px;
                margin: 0;
            }

            .master-wrapper-main .center-3 {
                width: auto;
                margin: 0 145px 0 145px;
                padding: 10px 5px;
                float: none;
                display: block;
            }

            .master-wrapper-main .rightside-3 {
                width: 145px;
                float: right;
                margin-top: 0;
            }
            /* HEADER AND MENU */ /*
    .header{height:auto;}
    .header-logo{float:none;margin:0 auto;width:310px;}
    .header-links-wrapper{float:none;margin:0 auto;display:table;}
    .search-box{float:none;margin:0 auto;display:table;}
    .tax-display-type-selector,.language-selector,.currency-selector{display:inline-block;float:none;margin:0 5px;}
    .header-selectors-wrapper{float:none;text-align:center;}
    .flyout-cart{display:none !important;}*/
            /* HOMEPAGE */
            /*.home-page .product-grid .item-box{float:none;display:inline-block;width:auto;margin-bottom:15px;}
    .home-page .product-grid .product-item{height:auto;}*/
            /* NEWSLETTER*/
            .newsletter-subscribe-block input {
                max-width: 100%;
            }
            /* CATALOG PAGES */
            .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
                margin: 5px;
            }

            .sub-category-grid a img, .manufacturer-grid a img, .home-page-category-grid a img {
                max-width: 100%;
            }

            .product-sorting, .product-page-size, .price-range-filter {
                margin-left: 0;
                margin-bottom: 5px;
            }

            .product-page-size {
                margin: 0;
                text-align: left;
            }

            .pager {
                margin-right: 5px;
            }
            /* PRODUCTS IN GRID - TEMPLATE */
            .product-grid .item-box {
                margin: 0 0 0 3%;
                width: 30%;
                min-width: 135px;
                max-width: 155px;
                padding: 0;
            }

            .product-grid .product-item {
                width: auto;
                height: 285px;
            }

                .product-grid .product-item .picture {
                    width: 209px;
                    height: auto;
                    margin-left: 0
                }

                    .product-grid .product-item .picture img {
                        max-width: 100%;
                    }
            /* PRODUCTS IN LINES - TEMPLATE */
            .product-list .product-item .add-info {
                padding-bottom: 10px;
                text-align: left;
                zoom: 1;
                position: static;
                float: none;
                display: table;
            }

                .product-list .product-item .add-info:after {
                    content: ".";
                    display: block;
                    clear: both;
                    height: 0;
                    font-size: 0;
                    line-height: 0;
                    visibility: hidden;
                }

            .product-list .product-item .buttons .product-box-detail-button {
                float: none;
                margin: 0;
            }

            .product-list .product-item .product-rating-box {
                margin: 0;
                display: table;
                padding-left: 0;
            }

            .product-list .product-item .description {
                display: table;
                margin: 10px 5px 10px 10px;
                padding: 0;
            }

            .product-list .product-item .picture img {
                margin-right: 10px;
            }

            .product-list .product-item .picture {
                margin-right: 15px;
                margin-bottom: 10px;
            }

            .product-list .product-item .buttons {
                padding-top: 5px;
            }

            .product-list .product-item .details {
                padding-left: 10px;
            }
            /* PRODUCT DETAILS PAGE */
            .product-details-page .gallery {
                max-width: 100%;
                width: auto;
                margin: 0 auto;
                float: none;
                display: table;
            }

                .product-details-page .gallery .picture img {
                    max-width: 100%;
                }

            .product-details-page .overview {
                max-width: 100%;
                width: auto;
                margin: 20px 0;
                float: none;
            }
            /*.related-products-grid,.also-purchased-products-grid{text-align:center;display:inline-block;width:100%;}
    .related-products-grid .title,.also-purchased-products-grid .title{margin-bottom:15px;}
    .related-products-grid .item-box,.also-purchased-products-grid .item-box{display:inline-block;float:none;}*/
            .product-details-page .attributes .textbox, .product-details-page .giftcard .message, .product-details-page .attributes textarea {
                max-width: 90%;
                width: 250px;
            }

            .product-details-page dd {
                width: 240px;
            }
            /* NAVIGATIONS */
            .block-account-navigation a {
                white-space: normal;
            }
            /* PRODUCT REVIEWS PAGE */
            .product-reviews-page .write-review .review-title, .product-reviews-page .write-review .review-text {
                width: 100%;
            }
            /* CONTACTS */
            .contact-page .inputs-left {
                float: none;
            }

            .contact-page .inputs {
                float: none;
            }

                .contact-page .inputs .input-box {
                    width: 100%;
                }

            .contact-page .enquiry {
                width: 250px;
            }
            /* SEARCH */
            /*.search-page .search-text{width:260px;}*/
            /* LOGIN */
            .login-page .new-wrapper, .login-page .returning-wrapper {
                width: 100%;
                padding: 32px;
            }

            .login-page .email, .login-page .username, .login-page .password {
                max-width: 100%;
            }
            /* NEWS */
            .news-item-page .new-comment .comment-title, .news-item-page .new-comment .comment-text {
                width: 100%;
            }

            .news-item-page .news-comment .comment-info {
                max-width: 95%;
                padding: 5px 0 0 0;
                float: none;
            }

            .news-item-page .news-comment .comment-content {
                margin-left: 0;
                display: inline-block;
            }
            /* BLOGS */
            /*.blogpost-page .new-comment .comment-text{width:100%;}
    .blogpost-page .blog-comment .comment-content{display:inline-block;margin-left:0;}
    .blogpost-page .blog-comment .comment-info{max-width:95%;padding:5px 0 0 0;float:none;}*/
            /* FORUM TOPIC EDIT,FORUM POST EDIT */
            /* .forum-edit-page .page-title{width:95%;padding:0 2%;}
    .forum-edit-page .inputs input[type="text"],.forum-edit-page .inputs textarea,.forum-edit-page .inputs .toolbar{max-width:95%;margin-left:0;}
    .forum-search-page .basic-search input[type="text"]{width:95%;}*/
            /* CUSTOMER ACCOUNT PAGES */
            .account-signature-text {
                width: 100%;
            }

            .customer-info-page textarea {
                width: auto;
            }
            /* COMPARE PRODUCTS */
            .compare-products-table td img {
                max-width: 100%;
            }
            /* EMAIL A FRIEND */
            /*.email-a-friend-page .page-body{padding:0;}
    .email-a-friend-page .inputs-left,.email-a-friend-page .inputs-right{width:50%;}
    .email-a-friend-page .inputs{width:85%;}
    .email-a-friend-page .friend-email,.email-a-friend-page .your-email,.email-a-friend-page .personal-message{max-width:95%;}
    .email-a-friend-page .personal-message{width:280px;}*/
            /* ORDER SUMMARY,SHOPPING CART,WISHLIST */
            .order-summary-content .cart thead, .wishlist-content .cart thead {
                margin-bottom: 10px;
            }

            .order-summary-content .cart td, .wishlist-content .cart td {
                padding: 5px 2px !important;
            }

            .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
                padding: 0 10px !important;
            }

            .nobr {
                white-space: normal !important;
            }

            .order-summary-content .cart-collaterals {
                padding: 0;
                width: auto;
                zoom: 1;
                display: table;
            }

                .order-summary-content .cart-collaterals:after {
                    content: ".";
                    display: block;
                    clear: both;
                    height: 0;
                    font-size: 0;
                    line-height: 0;
                    visibility: hidden;
                }

            .order-summary-content .deals {
                margin-right: 3px;
                width: 170px;
            }

            .order-summary-content .coupon-box, .order-summary-content .giftcard-box {
                padding: 3px;
            }

            .order-summary-content .shipping {
                margin-right: 3px;
                width: 255px;
            }

            .estimate-shipping {
                padding: 3px;
            }

            .order-summary-content .totals { /*width:1%;*/
                padding: 10px 0;
                display: table;
            }

            .order-progress {
                height: auto;
            }

                .order-progress ul {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                }

                    .order-progress ul li {
                        display: inline-block;
                        float: none;
                        margin: 0;
                        width: 60px;
                    }

                        .order-progress ul li a {
                            display: block;
                            padding-bottom: 30px !important;
                            background-position: 50% 70% !important;
                        }
            /* CHECKOUT */
            .checkout-data .section input[type="text"], .checkout-data .section select {
                max-width: 100%;
            }
            /* NAVIGATIONS */
            .block-recently-viewed-products li a {
                display: table;
            }

            MOBILE TOP MENU
            .header-menu .top-menu {
                display: none;
            }

            #mob-menu-button {
                display: none;
                font-size: 14px;
                text-transform: uppercase;
                height: 40px;
                line-height: 40px;
            }

                #mob-menu-button a {
                    display: block;
                    padding: 0 15px;
                }

                    #mob-menu-button a .icon {
                        display: block;
                        float: right;
                        width: 23px;
                        padding-top: 9px;
                        margin: 0;
                    }

                        #mob-menu-button a .icon .line {
                            display: block;
                            background-color: #eee;
                            height: 3px;
                            margin-bottom: 2px;
                            width: 25px;
                        }

            .mob-top-menu {
                display: block;
                overflow: hidden;
                height: auto;
                max-height: 0px;
                transition: max-height 500ms ease-in-out 0s;
                -moz-transition: max-height 500ms ease-in-out 0s;
                -webkit-transition: max-height 500ms ease-in-out 0s;
                -o-transition: max-height 500ms ease-in-out 0s;
            }

                .mob-top-menu.show {
                    max-height: 9999px;
                    transition: max-height 500ms ease-in-out 0s;
                    -moz-transition: max-height 500ms ease-in-out 0s;
                    -webkit-transition: max-height 500ms ease-in-out 0s;
                    -o-transition: max-height 500ms ease-in-out 0s;
                }

                .mob-top-menu ul {
                    float: left;
                    display: block;
                    padding: 0;
                    margin: 0;
                }

                .mob-top-menu li {
                    float: left;
                    display: block;
                    width: 100% !important;
                    padding: 0 !important;
                    margin: 0;
                    list-style-type: none;
                    cursor: pointer;
                    position: relative;
                    border-top: 1px solid #fff;
                    background-color: #666;
                }

                    .mob-top-menu li a {
                        display: block;
                        width: 82%;
                        padding: 15px 3%;
                        font-size: 16px;
                        text-transform: uppercase;
                        float: left;
                    }

                    .mob-top-menu li .sublist a {
                        text-transform: none;
                        font-size: 14px;
                    }

                    .mob-top-menu li .expand {
                        background: url(images/mobile-menu-collapse.png) center center no-repeat;
                        display: block;
                        cursor: pointer;
                        width: 10%;
                        height: 49px;
                        float: right;
                        background-color: #000;
                        border-left: 1px solid #fff;
                    }

                        .mob-top-menu li .expand:hover {
                            background-color: rgba(0,0,0, 0.05);
                        }

                    .mob-top-menu li.active > .expand {
                        background-image: url(images/mobile-menu-expand.png);
                    }

                .mob-top-menu .sublist {
                    display: none;
                    margin-left: 5%;
                    clear: both;
                    width: 95%;
                }

                .mob-top-menu .top-menu-triangle.active {
                    display: none;
                }

            .header-menu {
                width: 70%;
            }

            #mob-menu-button span {
                font-size: 20px;
            }

            .header-menu {
                padding: 0
            }

            .mob-top-menu li a:hover {
                text-decoration: underline;
            }

            .mob-top-menu .sublist li {
                border: none;
            }

            .topic-html-content-body {
                text-align: center;
            }

            .home-page-category-grid .item-box {
                margin: 10px auto 40px auto;
                padding-left: 10px;
                height: auto;
            }

            .product-grid .item-box {
                padding: 40px 9% 40px 3%;
            }

            .home-page-product-grid .title {
                text-align: center;
            }

            .product-grid .product-item .product-title {
                text-align: center;
            }

                .product-grid .product-item .product-title a {
                    padding: 0;
                }

            .product-grid .product-item .prices .actual-price {
                text-align: center;
                margin-left: 36px;
                width: 100%
            }

            .product-grid .product-item .buttons {
                text-align: center;
                margin-left: 40px;
            }

            .home-page-category-grid .category-item {
                margin-right: 0;
            }

            .home-page-category-grid {
                margin-left: 5%;
            }

            .breadcrumb ul {
                text-align: center
            }

            .category-page .category-description {
                text-align: center
            }

            .product-details-page .product-name {
                text-align: center
            }

            .freeshipping-container {
                width: 196px;
            }

                .freeshipping-container img {
                    display: inline-block !important
                }

            .short-description img {
                display: none;
            }

            .sku, .gtin, .manufacturers {
                text-align: center
            }

            .product-price {
                text-align: center
            }

            .add-to-wishlist-button {
                margin: 0
            }

            .add-to-cart {
                margin: 0 0 10px 20%
            }

            .resellers img {
                float: none;
                margin-top: 40px;
                width: 350px !important;
                height: 245px !important;
            }
            /*****Brands Pages*****/
            .category-links img {
                height: auto;
                width: 45%;
                padding: 0 10px 0 10px;
            }

            .brand-banner img {
                height: auto;
                width: 100%;
            }

            .brand-copy {
                text-align: left;
                margin-left: 5px;
            }

            .category-links iframe {
                height: auto;
                width: 45%;
                padding: 0 10px 0 10px;
            }

            .brand-logos {
                height: auto;
                padding-top: 10px
            }
            /***Homepage Blog Area*/
            /*.blog-content{text-align:left;}*/

            .footer-menu-wrapper .column {
                float: none;
                text-align: center;
                width: 100%;
                padding: 0;
            }

                .footer-menu-wrapper .column h3 {
                    font-size: 20px;
                    color: #333; /*text-transform:uppercase;*/
                    font-weight: 700;
                    border-bottom: none;
                    padding-bottom: 0
                }

            .subscribe-to-newsletter {
                width: 100%;
                margin: 43px 0 0 0;
            }

            .block .listbox {
                text-align: center
            }

            .footer .social {
                clear: both;
                text-align: center;
                float: none;
                padding: 0
            }

            .sub-category-list-wrapper {
                text-align: left
            }

            .sub-category-list {
                column-count: 2;
                column-gap: 4px;
                column-rule: 1px solid #999;
                -moz-column-count: 2;
                -moz-column-gap: 4px;
                -moz-column-rule: 1px solid #999;
                -webkit-column-count: 2;
                -webkit-column-gap: 4px;
                -webkit-column-rule: 1px solid #999;
                margin: 0 auto;
                white-space: nowrap
            }
            /*****QUICK QUOTE*****/
            /*.QuickQuoteContainer {margin:0 auto; width:100%;}
.qq-next-step-form {height:690px;}
 .qq-next-step-form .free-sample {float:left; width:50%}
.qq-next-step-form .free-proof {float:left; width:50%}
 .qq-next-step-form textarea {float:none; width:60%; margin-bottom:10px;}
 .qq-next-step-form label {display:block; width:50px; margin-bottom:3px; }
 .qq-next-step-form input {margin-bottom:10px; }
 .qq-next-step-form select {margin-bottom:10px}
 .qq-banner {margin:18px 0 0 -20px;}
 .qq-banner img {width:100%}
 .qq-free-boxes label {display:inherit}
 .qq-button input {margin:0 0 0 13px}
 
    @media screen and (max-width:770px) {
        .qq-form-left {margin-left:5%;width:35%; }
        .qq-form-right{float:left;width:38%;}
    }*/
            /********manual page bz100***********/
            .user-manual-page .button-interface ul li {
                width: 33%;
            }

                .user-manual-page .button-interface ul li:first-child {
                    margin-right: 0;
                    width: 33%;
                    text-align: left;
                }

            #footer-social-media {
                float: none;
            }

            #social-icons {
                margin: 0 14.5rem;
            }

            /*********HOME PAGE***********/
            .home-about-mm {
                margin: 25px;
            }

            .footer {
                padding: 0;
            }

            .master-wrapper-main .center-1 {
                width: 100%;
                padding: 0;
            }

            .top-menu li a {
                font-size: 1em;
            }

            .header-links {
                font-size: .833em;
            }

            .column-3-banner {
                max-width: 48%;
            }

                .column-3-banner img {
                    height: auto;
                }

            .section-heading,
            .section-container {
                margin-left: 16px;
                margin-right: 16px;
            }


            .home-sub-cont {
                grid-template-columns: 50% 50%;
                margin: 0 auto;
                max-width: 100% !important;
            }

            .home-sub-card {
                grid-template-columns: repeat(2, 1fr) !important;
                grid-auto-rows: 375px;
                gap: 40px;
                position: relative;
            }

            .home-sub-cont img {
                width: 100%;
                max-width: 220px;
                margin-left: auto;
                margin-right: auto;
            }

            .home-sub-card-2 {
                grid-column-start: 1;
                grid-column-end: 4;
                grid-row-start: 2;
                grid-row-end: 3;
                height: auto;
                max-width: 100%;
            }

            .home-sub-text {
                max-width: 700px;
                margin-top: 35px;
            }

            .feat-wrapper {
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                justify-content: space-between;
                margin: 20px 20px !important;
            }

            .feat-cont {
                max-width: 210px;
            }


            /********NAV*********/
            .header-menu-and-links-container {
                display: grid;
                place-content: center;
            }

            .header-menu {
                padding: 0;
                margin: auto;
            }

            .header-links-wrapper {
                padding-top: 8px;
            }

            .header {
                max-width: 614px;
                margin: auto;
            }

            .discover-more .column-3-banner:nth-child(3n),
            .sports-jerseys .column-3-banner:nth-child(3n-1),
            .collegiate .column-3-banner:nth-child(3n-1) {
                /*display: none;*/
            }

            /****************FOOTER STICKS TO BOTTOM OF BROWSER*******************/
            .master-wrapper-content {
                padding-bottom: 754px;
            }


            /****************CART UPDATE: CART ITEMS**********************/
            .order-summary-content .cart-item-row .product-card-title {
                padding: 16px !important;
            }

            .order-summary-content .cart .cart-item-row td.product,
            .wishlist-content .cart .cart-item-row td.product {
                display: none;
            }

            .cart-item-row {
                grid-template-columns: 65% 35%;
                max-width: 350px;
                grid-template-rows: auto auto auto auto;
                margin: 0 0 125px 20px;
            }

            .product-card-title {
                grid-column: 1/3;
            }

            .product-picture {
                grid-row: 2/3;
                grid-column: 1/3;
            }

            .product-links {
                grid-row: 3/4;
                grid-column: 1/3;
                text-align: center;
            }

            .cart-item-row .qty {
                grid-row: 4/5;
                grid-column: 1/2;
            }

            .cart-item-row .unit-price {
                grid-row: 4/5;
                grid-column: 2/3;
            }

            .order-summary-content form, .wishlist-content form {
                grid-template-columns: 50% 50%;
                margin-bottom: 30px; /*display:block;*/
            }

            .cart-item-row .product > div, .cart-item-row .product > a, .cart-item-row .unit-price .new-old-price-container {
                bottom: 8px;
            }

            .cart-footer {
            }
        }

        @media screen and (max-width:736px) and (min-width:414px) {
            #footer-social-media {
                float: none;
            }

            #social-icons {
                margin: 0 14rem;
            }
        }

        @media screen and (max-width:667px) and (min-width:375px) {
            #footer-social-media {
                float: none;
            }

            #social-icons {
                margin: 0 11rem;
            }
        }

        @media screen and (max-width:568px) and (min-width:320px) {
            #footer-social-media {
                float: none;
            }

            #social-icons {
                margin: 0 8rem;
            }
        }
        /*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/
        @media screen and (max-width:720px) {
            /* HEADER AND MENU */
            .header {
                height: 83px;
            }

            .header-logo {
                width: 310px;
                margin-left: 16px;
            }

            .header-links-wrapper {
                float: none;
                margin: 0 auto;
                display: table;
            }
            /*.search-box{float:none;margin:0 auto;display:table;}*/
            .tax-display-type-selector, .language-selector, .currency-selector {
                display: inline-block;
                float: none;
                margin: 0 5px;
            }

            .header-selectors-wrapper {
                float: none;
                text-align: center;
            }

            .flyout-cart {
                display: none !important;
            }
            /*.search-box{display:none;}*/
            .hero-banner {
                height: 400px;
            }
            /********HOME PAGE********/
            .mobile-banners {
                display: block;
            }

            .desktop-banners {
                display: none;
            }

            .hero-banner {
                background-image: none;
                background-color: #f5f5f7;
                height: auto;
            }

                .hero-banner h1 {
                    color: #000;
                    font-size: 2em;
                    text-shadow: none;
                    line-height: 1.2em;
                    letter-spacing: inherit;
                    text-align: center;

                }

            .hero-content-container {
                display: flex;
                flex-direction: column;
            }

                .hero-content-container img {
                    width: 100%;
                }

            .hero-content {
                text-align: center;
                /*margin: 25px;*/
                max-width: 550px;
                position: inherit;
                top: inherit;
                left: inherit;
                transform: none;
                width: 100%;
            }
        }

        @media screen and (max-width:663px) {
            .login-page .returning-wrapper {
                border: none;
            }

            .login-page .new-wrapper, .login-page .returning-wrapper {
                padding: 0;
            }
        }

        @media screen and (max-width:550px) {
            .header-logo {
                float: none;
                margin: auto;
            }
            /*.header{height:130px;}*/
            .free-shipping-content img {
                display: none;
                background-position: right;
            }

            .free-shipping-content {
                font-size: 1.3em;
            }
        }

        @media screen and (max-width:480px) {
            /* MASTER PAGE WRAPPERS */
            .master-wrapper-page, .master-wrapper-content {
                width: 100%;
            }

            .master-wrapper-main .center-1 {
                width: 98%;
                padding: 0;
            }

            .master-wrapper-page {
                margin: 15px auto 0;
            }

            .master-wrapper-content {
                margin: 5px 0 0 0;
            }

            .master-wrapper-main .side-2 {
                margin: 0;
                width: 100%;
            }

                .master-wrapper-main .side-2 > * {
                    display: none;
                }

            .master-wrapper-main .center-2 {
                width: 78%;
                padding: 0 1%;
                margin: 9%;
            }

            .master-wrapper-main .leftside-3 {
                display: none;
            }

            .master-wrapper-main .rightside-3 {
                display: none;
            }

            .master-wrapper-main .center-3 {
                width: 98%;
                padding: 0 1%;
                margin: 0;
                min-height: 180px;
            }

            /*MOBILE TOP MENU*/
            .header-menu .top-menu {
                display: none;
            }

            #mob-menu-button {
                display: block;
                font-size: 14px;
                text-transform: uppercase;
                height: 40px;
                line-height: 40px;
            }

                #mob-menu-button a {
                    display: block;
                    padding: 0 15px;
                }

                    #mob-menu-button a .icon {
                        display: block;
                        float: right;
                        width: 23px;
                        padding-top: 9px;
                        margin: 0;
                    }

                        #mob-menu-button a .icon .line {
                            display: block;
                            background-color: #eee;
                            height: 3px;
                            margin-bottom: 2px;
                            width: 25px;
                        }

            .mob-top-menu {
                display: block;
                overflow: hidden;
                height: auto;
                max-height: 0px;
                transition: max-height 500ms ease-in-out 0s;
                -moz-transition: max-height 500ms ease-in-out 0s;
                -webkit-transition: max-height 500ms ease-in-out 0s;
                -o-transition: max-height 500ms ease-in-out 0s;
            }

                .mob-top-menu.show {
                    max-height: 9999px;
                    transition: max-height 500ms ease-in-out 0s;
                    -moz-transition: max-height 500ms ease-in-out 0s;
                    -webkit-transition: max-height 500ms ease-in-out 0s;
                    -o-transition: max-height 500ms ease-in-out 0s;
                }

                .mob-top-menu ul {
                    float: left;
                    display: block;
                    padding: 0;
                    margin: 0;
                }

                .mob-top-menu li {
                    float: left;
                    display: block;
                    width: 100% !important;
                    padding: 0 !important;
                    margin: 0;
                    list-style-type: none;
                    cursor: pointer;
                    position: relative;
                    border-top: 1px solid #fff;
                    background-color: #666;
                }

                    .mob-top-menu li a {
                        display: block;
                        width: 77%;
                        padding: 15px 3%;
                        font-size: 16px;
                        text-transform: uppercase;
                        float: left;
                    }

                    .mob-top-menu li .sublist a {
                        text-transform: none;
                        font-size: 14px;
                    }

                    .mob-top-menu li .expand {
                        background: url(images/mobile-menu-collapse.png) center center no-repeat;
                        display: block;
                        cursor: pointer;
                        width: 16%;
                        height: 49px;
                        float: right;
                        background-color: #000;
                        border-left: 1px solid #fff;
                    }

                        .mob-top-menu li .expand:hover {
                            background-color: rgba(0,0,0, 0.05);
                        }

                    .mob-top-menu li.active > .expand {
                        background-image: url(images/mobile-menu-expand.png);
                    }

                .mob-top-menu .sublist {
                    display: none;
                    margin-left: 5%;
                    clear: both;
                    width: 95%;
                }

                .mob-top-menu .top-menu-triangle.active {
                    display: none;
                }

            .header-menu {
                width: 70%;
            }

            #mob-menu-button span {
                font-size: 20px;
            }

            .header-menu {
                padding: 0
            }

            .mob-top-menu li a:hover {
                text-decoration: underline;
            }

            .mob-top-menu .sublist li {
                border: none;
            }

            .hero-banner h1 {
                font-size: 3em;
            }

            /* HOMEPAGE */
            .theme-default .nivoSlider {
                box-shadow: 0px 6px 8px -5px #4a4a4a !important;
            }
            /* FOOTER */
            .footer {
                margin: 15px 0 0 0;
                padding: 0;
                width: 100%;
            }

            .footer-menu-wrapper {
                padding: 20px 0 0 0;
                width: auto;
            }

                .footer-menu-wrapper .column {
                    width: auto;
                    float: none;
                    margin-left: 0;
                    text-align: center;
                    border: none;
                    padding-left: 0;
                }

                    .footer-menu-wrapper .column h3 {
                        word-wrap: break-word
                    }

                    .footer-menu-wrapper .column ul {
                        display: inline-block;
                        width: 100%;
                        text-align: center;
                        margin-top: 10px;
                        margin-bottom: 20px;
                    }

                        .footer-menu-wrapper .column ul li {
                            margin: 0 7px;
                            display: inline-block;
                            padding-left: 10px;
                        }

                    .footer-menu-wrapper .column.customer-service {
                        margin-right: 0;
                    }

                    .footer-menu-wrapper .column.follow-us {
                        margin-bottom: 5px;
                    }

                        .footer-menu-wrapper .column.follow-us li {
                            display: inline-block;
                            float: none;
                            width: auto;
                        }

            .footer-poweredby {
                padding: 10px 10px 0 10px;
                margin-top: 0;
            }

            .footer-tax-shipping, .footer-disclaimer {
                padding: 0 10px;
                margin-top: 5px;
            }

            .footer-store-theme {
                padding: 0 10px 10px 10px;
            }
            /* PRODUCTS IN GRID - TEMPLATE */
            .product-grid {
                text-align: center;
                display: inline-block;
                width: 100%;
            }

                .product-grid .title {
                    margin-bottom: 15px;
                }

                .product-grid .item-box {
                    display: inline-block;
                    float: none;
                }

                .product-grid .product-item .picture {
                    width: 200px;
                    height: auto;
                }

                    .product-grid .product-item .picture img {
                        max-width: 100%;
                    }
            /* CATALOG PAGES */
            .sub-category-grid, .manufacturer-grid {
                display: inline-block;
                text-align: center;
            }

                .sub-category-grid .item-box, .manufacturer-grid .item-box {
                    display: inline-block;
                    float: none;
                }

                .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
                    margin: 5px;
                }

                .sub-category-grid a img, .manufacturer-grid a img, .home-page-category-grid a img {
                    max-width: 100%;
                }

            .product-sorting, .product-page-size, .price-range-filter {
                margin-left: 0;
                margin-bottom: 5px;
            }

            .product-page-size {
                margin: 0;
                text-align: left;
            }

            .pager {
                margin-right: 5px;
            }

            .sub-category-grid .sub-category-item .title {
                height: auto;
                padding: 0;
            }
            /* Collegiate Columns */
            .page-title h1 {
                padding-bottom: 25px;
                font-weight: bolder;
                text-align: center;
            }

            /* PRODUCTS IN LINES - TEMPLATE */
            .product-list .product-item .add-info {
                padding-bottom: 10px;
                text-align: left;
                zoom: 1;
                position: static;
                float: none;
                display: table;
            }

                .product-list .product-item .add-info:after {
                    content: ".";
                    display: block;
                    clear: both;
                    height: 0;
                    font-size: 0;
                    line-height: 0;
                    visibility: hidden;
                }

            .product-list .product-item .buttons .product-box-detail-button {
                float: none;
                margin: 0;
            }

            .product-list .product-item .product-rating-box {
                margin: 0;
                display: table;
                padding-left: 0;
            }

            .product-list .product-item .description {
                display: table;
                margin: 10px 5px 10px 10px;
                padding: 0;
            }

            .product-list .product-item .picture img {
                margin-right: 10px;
            }

            .product-list .product-item .picture {
                margin-right: 15px;
                margin-bottom: 10px;
            }

            .product-list .product-item .buttons {
                padding-top: 5px;
            }

            .product-list .product-item .details {
                padding-left: 10px;
            }
            /* PRODUCT DETAILS PAGE */
            .product-details-page .gallery {
                max-width: 100%;
                width: auto;
                margin: 0 auto;
                float: none;
                display: table;
            }

                .product-details-page .gallery .picture img {
                    max-width: 100%;
                }

            .product-details-page .overview {
                max-width: 100%;
                width: auto;
                margin: 20px 0;
                float: none;
            }

            .product-specs-box .data-table {
                margin: 0;
            }

            .product-details-page .attributes select, .product-details-page .attributes .textbox, .product-details-page .giftcard .message, .product-details-page .attributes textarea {
                max-width: 90%;
            }
            /* NAVIGATIONS */
            .block-account-navigation a {
                white-space: normal;
            }

            .block-recently-viewed-products li a {
                display: table;
            }

            .master-wrapper-main .side-2 .block-account-navigation {
                display: block;
                margin-bottom: 0;
                border-bottom: none;
            }

            .block-account-navigation .listbox {
                padding: 5px 0 13px 0;
                margin: 0 15px;
                border-radius: 0;
                border-bottom: 3px double #B4ACAC;
                background: none;
            }

                .block-account-navigation .listbox ul {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                }

                    .block-account-navigation .listbox ul li {
                        display: inline-block;
                        padding: 3px 0;
                        margin: 0 10px;
                        background: none;
                        border: none;
                    }

            .block-account-navigation li a {
                white-space: normal;
                display: inline;
            }

                .block-account-navigation li a:hover {
                    background: none;
                    color: #5C5B5B;
                    border-bottom: none;
                }

            .block-account-navigation a.inactive {
                padding: 0;
                background: none;
                border-bottom: 1px dotted;
            }

            .block-account-navigation a.active {
                padding: 0;
                background: none;
                margin-bottom: 0;
            }

            .block-account-navigation .title {
                display: none;
            }
            /* CUSTOMER ACCOUNT PAGES */
            .account-page .page-title {
                padding: 0 10px;
                width: auto;
            }

            .account-signature-text {
                width: 100%;
            }

            .customer-info-page textarea {
                width: 100%;
            }
            /* NEWS */
            .news-item-page .new-comment .comment-title, .news-item-page .new-comment .comment-text {
                width: 100%;
            }

            .news-item-page .news-comment .comment-info {
                max-width: 95%;
                padding: 5px 0 0 0;
                float: none;
            }

            .news-item-page .news-comment .comment-content {
                margin-left: 0;
                display: inline-block;
            }

            /* CONTACTS */
            .contact-page .inputs-left, .contact-page .inputs, .contact-page .inputs .input-box, .contact-page .enquiry, .contact-page .fullname, .contact-page .email {
                width: 100%;
             }

            .contact-us-info-section{margin-top:25px; width:100%;}
            /* LOGIN */
            .login-page .new-wrapper, .login-page .returning-wrapper {
                float: none;
                max-width: 93%;
                width: 300px;
                padding: 10px 3%;
                min-height: inherit;
                margin: 0 auto 15px auto;
            }

                .login-page .new-wrapper:after, .login-page .returning-wrapper:after {
                    content: ".";
                    display: block;
                    clear: both;
                    height: 0;
                    font-size: 0;
                    line-height: 0;
                    visibility: hidden;
                }

            .login-page .email, .login-page .username, .login-page .password {
                max-width: 100%;
            }

            .order-summary-content .cart, .wishlist-content .cart {
                display: inline-block;
                width: 100%;
                text-align: center;
            }

                .order-summary-content .cart tbody, .wishlist-content .cart tbody {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                }

                .order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
                    display: inline-block;
                    border: 1px solid #c5c5c5;
                    margin: 0px 3px 10px 3px;
                    min-width: 130px;
                    width: 46%;
                }

                    .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
                        display: block;
                        padding: 5px;
                    }

                .order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
                    display: none;
                }

                .order-summary-content .cart .cart-item-row td.product-picture, .wishlist-content .cart .cart-item-row td.product-picture {
                    border-bottom: none;
                    padding-bottom: 0;
                    display: block;
                }

                .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
                    border-bottom: none;
                    text-align: center;
                    line-height: normal;
                    padding: 0 10px 10px 10px;
                }

                .order-summary-content .cart .cart-item-row td.unit-price, .wishlist-content .cart .cart-item-row td.unit-price {
                    clear: both;
                    border-top: 1px solid #c5c5c5;
                    border-bottom: none;
                }

                .order-summary-content .cart .cart-item-row td.qty, .wishlist-content .cart .cart-item-row td.qty {
                    border-bottom: none;
                }

                .order-summary-content .cart .cart-item-row td.subtotal, .wishlist-content .cart .cart-item-row td.subtotal {
                    border-bottom: none;
                    text-align: center;
                }

            .order-progress {
                height: auto;
            }

                .order-progress ul {
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                }

                    .order-progress ul li {
                        display: inline-block;
                        float: none;
                        margin: 0;
                        width: 60px;
                    }

                        .order-progress ul li a {
                            display: block;
                            padding-bottom: 30px !important;
                            background-position: 50% 70% !important;
                        }

            .order-summary-content .cart-collaterals {
                width: auto;
            }

            .order-summary-content .deals {
                margin-right: 3px;
                width: 170px;
                max-width: 100%;
            }

            .order-summary-content .coupon-box, .order-summary-content .giftcard-box {
                padding: 3px;
            }

            .order-summary-content .shipping {
                margin-right: 3px;
                width: auto;
                max-width: 100%;
            }

            .estimate-shipping {
                padding: 3px;
            }

                .estimate-shipping .shipping-options .estimate-shipping-button {
                    display: block;
                    margin: 5px auto 0 auto;
                }

            .order-summary-content .totals {
                width: 295px;
                display: table;
                padding-top: 15px;
                display: table;
            }

            .order-summary-content .cart .cart-item-row td .td-title, .wishlist-content .cart .cart-item-row td .td-title {
                display: initial;
            }
            /* ONE PAGE CHECKOUT */
            .opc .step select {
                max-width: 100%;
            }

           /* .opc .order-summary-content .cart .cart-item-row .remove-from-cart-item-action{
                display:none;
            }

            .opc .button-primary {
                display: none
            }*/

            /*.opc #PurchaseOrderDataEntry {
                width:auto;
            }*/
            /* CHECKOUT */
            .checkout-data .enter-address select {
                max-width: 100%;
            }
            /* ORDER DETAILS */
            .order-details-page .section {
                padding: 0;
            }

            .order-details-page .data-table {
                border: none;
            }

                .order-details-page .data-table thead {
                    display: none;
                }

                .order-details-page .data-table tr {
                    display: inline-block;
                    border: 1px solid #c5c5c5;
                    margin: 0px 3px 10px 3px;
                    min-width: 130px;
                    width: 46%;
                }

                .order-details-page .data-table td {
                    display: block;
                    text-align: center !important;
                }

                    .order-details-page .data-table td .td-title {
                        display: initial;
                    }

            .order-details-page .order-details-area {
                border: none;
                margin: 0;
                padding: 0;
            }

                .order-details-page .order-details-area ul {
                    margin: 0;
                }

                .order-details-page .order-details-area td {
                    display: block;
                    width: auto;
                    zoom: 1;
                    border: 1px solid #EEE;
                    margin: 5px 10px 5px 0;
                    padding: 15px;
                    float: left;
                }

                    .order-details-page .order-details-area td:after {
                        content: ".";
                        display: block;
                        clear: both;
                        height: 0;
                        font-size: 0;
                        line-height: 0;
                        visibility: hidden;
                    }

            .order-details-page .title {
                padding-top: 0;
            }

            .order-details-page .order-overview .order-details {
                float: none;
            }
            /* PRODUCT REVIEWS PAGE */
            .product-reviews-page .write-review .review-title, .product-reviews-page .write-review .review-text {
                width: 100%;
            }
            /* MISC. CLASSES */
            .fieldset .inputs label {
                margin-left: 0;
            }

            input[type="text"], input[type="password"] { /*width:120px;*/
            }

            .fieldset .inputs .gender {
                margin: 5px 0;
                display: block;
            }

            .topic-header {
                height: auto;
            }

            .topic-html-content-body {
                text-align: center;
            }

            .product-grid .item-box {
                padding: 20px 14% 20px 7%;
            }

            .product-grid .product-item .product-title {
                text-align: center;
            }

                .product-grid .product-item .product-title a {
                    padding: 0;
                }

            .product-grid .product-item .prices .actual-price {
                text-align: center;
                margin-left: 36px;
            }

            .product-grid .product-item .buttons {
                text-align: center;
                margin-left: 40px;
            }

            .breadcrumb ul {
                text-align: center
            }

            .category-page .category-description {
                text-align: center
            }

            .product-details-page .product-name {
                text-align: center
            }

            .freeshipping-container {
                width: 196px;
            }

                .freeshipping-container img {
                    display: inline-block !important
                }

            .short-description img {
                display: none;
            }

            .sku, .gtin, .manufacturers {
                text-align: center
            }

            .product-price {
                text-align: center
            }

            .add-to-wishlist-button {
                margin: 4px 0 0 42px
            }

            .add-to-cart {
                margin: 0 0 10px 20%;
                width: 200px;
            }
            /* .resellers img{display: none;}*/
            /*****Brands Pages*****/
            .category-links img {
                height: auto;
                width: 40%;
                padding: 0 10px 0 10px;
            }

            .brand-banner img {
                height: auto;
                width: 100%;
            }

            .brand-copy {
                text-align: left;
                margin-left: 5px;
            }

            .category-links iframe {
                height: auto;
                width: 45%;
                padding: 0 10px 0 10px;
            }

            .product-grid .item-box,
            .sub-category-grid .item-box {
                height: auto;
            }


            .footer-menu-wrapper .column {
                float: none;
                text-align: center;
                width: 100%;
                padding: 0;
            }

                .footer-menu-wrapper .column h3 {
                    font-size: 20px;
                    color: #333; /*text-transform:uppercase;*/
                    font-weight: 700;
                    border-bottom: none;
                    padding-bottom: 0
                }

            .subscribe-to-newsletter {
                width: 100%;
                margin: 43px 0 0 0;
            }

            .block .listbox {
                text-align: center
            }

            .footer .social {
                clear: both;
                text-align: center;
                float: none;
                padding: 0
            }

            #footer-social-media {
                float: none;
            }

            #social-icons {
                margin: 0 3rem;
            }

            @media (max-width:414px) {
                #social-icons {
                    margin: 0 6.7rem;
                }
            }

            #footer-social-media p {
                text-align: center;
            }

            .nobr {
                white-space: normal !important
            }

            .sub-category-list-wrapper {
                text-align: center
            }

            .sub-category-list {
                column-count: 1;
                column-gap: 4px;
                column-rule: 1px solid #999;
                -moz-column-count: 1;
                -moz-column-gap: 4px;
                -moz-column-rule: 1px solid #999;
                -webkit-column-count: 1;
                -webkit-column-gap: 4px;
                -webkit-column-rule: 1px solid #999;
                margin: 0 auto;
                white-space: nowrap
            }

            /*******user-manual-page********/
            .vr-manual-img {
                width: 100%;
            }
            /*********bz100 manual***********/
            .user-manual-page .parameters ul li {
                width: 75px;
            }

                .user-manual-page .parameters ul li:first-child {
                    margin-right: 10px;
                    width: 125px
                }

            .user-manual-page .button-interface ul li {
                width: 33%;
            }

                .user-manual-page .button-interface ul li:first-child {
                    text-align: left;
                    margin-right: 0;
                    width: 33%;
                }

            /**********************NEW HOME PAGE**********************/
            .home-hero-banner,
            .home-sub-banner,
            .desktop-image {
                display: none;
            }

            .home-hero-banner-mobile img,
            .home-sub-banner-mobile img {
                width: 100%;
            }

            .home-hero-banner-mobile,
            .home-sub-banner-mobile,
            .home-cta-mobile,
            .mobile-image {
                display: block;
            }

            .home-featured-section .featured-item {
                width: 50%;
                padding: 15px;
            }

            .home-about-mm {
                margin: 25px;
            }

            .master-wrapper-main .center-1 {
                width: 100%;
                padding: 0;
            }

            .header-logo {
                text-align: center;
            }

            .header-menu {
                width: 100%;
            }

            .header-selectors-wrapper {
                display: none;
            }

            .header {
                padding: 0;
            }

            .home-cta-mobile {
                margin: 25px;
                color: #000;
            }

                .home-cta-mobile h1 {
                    font-size: 43px;
                    line-height: 37px;
                    margin-bottom: 20px;
                }

                    .home-cta-mobile h1 span {
                        font-size: 35px;
                    }

                .home-cta-mobile h2 {
                    font-size: 22px;
                    font-weight: bold;
                    margin: 15px;
                }

                .home-cta-mobile button {
                    font-size: 18px;
                    font-weight: bold;
                    padding: 15px;
                    background-color: #ff0000;
                    color: #fff;
                    border: none;
                }

                    .home-cta-mobile button:hover {
                        text-decoration: underline;
                    }

            .home-sub-text {
                max-width: 360px;
            }

            .hero-content {
                max-width: 356px;
            }

            .feat-cont {
                max-width: 315px;
            }

            .hero-banner h1 {
                /*font-size: 4em;
                    text-align: center;
                    margin: 0 auto 10px auto;*/
            }

            .hero-content p {
                font-size: 33px;
                margin: 0 auto 20px auto;
                line-height: 46px;
            }

            .feat-cont-text {
                max-width: 300px;
            }

            .cta-primary {
                font-size: 2em;
            }

            /************CATEGORIES**************/
            .sub-category-grid .item-box {
                width: 44%;
                padding: 10px;
            }

            .sub-category-grid .sub-category-item {
                margin: 0;
            }

            .brand-logos {
                margin: 0;
                padding: 0;
            }

                .brand-logos a img {
                    max-width: 150px;
                    width: 100%;
                    height: auto;
                    margin: auto;
                    display: block;
                }

            .category-banner-mobile {
                display: block;
            }

            .category-banner {
                display: none;
            }

            a.sub-category-list1 {
                font-size: 20px;
                line-height: 40px;
                padding: 0;
                margin: 0;
            }

            .product-grid .item-box {
                padding: 0;
            }

            .product-grid .product-item .prices .actual-price,
            .product-grid .product-item .buttons {
                margin: 0;
            }

            /*******************A+ CONTENT********************/
            .product-details-page {
                padding: 0;
            }

            .a-plus-content-hybrid img {
                margin-top: -3px;
            }

            /*******NAV********/
            .master-wrapper-page {
                margin: 0;
            }

            .header-menu {
                padding: 0;
                margin: auto;
                width: auto;
                z-index: 9999
            }

            .header-logo {
            }

            .header-links {
                font-size: .833em;
            }

                .header-links .account {
                    padding: 0;
                }

            .header-links-wrapper {
                padding-top: 8px;
            }

            .top-menu a {
                font-size: 10px;
            }

            .top-menu li a {
                font-size: 1em;
            }

            .header-menu-and-links-container {
                display: grid;
                place-content: center;
            }

            .free-shipping-banner {
                font-size: 1.33em;
            }

            /********HOME**********/
            .column-3-banner {
                margin: 0 auto;
                max-width:315px;
            }

            /********************CHECKOUT*********************/
            .checkout-data .step {
                margin: 16px;
            }

            .checkout-data .payment-info .info {
                grid-template-columns: auto auto;
            }

            #PaymentSummaryContainer {
                width: 100%;
            }

            .k-widget {
                width: 100vw !important;
                height: 100vh !important;
                top: 0 !important;
                left: 0;
            }

            .AcceptedCards {
                margin: 32px;
                flex-direction: column;
            }

                .AcceptedCards h2 {
                    margin: 8px;
                }

            /*************CART***************/
            .cart-item-row {
                display: grid !important; /*grid-template-columns:auto auto auto auto;*/
                width: 100% !important;
            }

            .remove-from-cart {
                grid-column-start: 2;
                grid-column-end: 4;
                grid-row-start: 2;
                grid-row-end: 3;
            }

            .sku,
            .unit-price {
                display: none !important;
            }

            .product-picture {
                grid-column-start: 1;
                grid-column-end: 2;
                grid-row-start: 1;
                grid-row-end: 3;
            }

            .product {
                grid-column-start: 2;
                grid-column-end: 4;
                grid-row-start: 1;
                grid-row-end: 2;
            }

            .qty {
                grid-column-start: 4;
                grid-column-end: 5;
                grid-row-start: 1;
                grid-row-end: 2;
            }

            .subtotal {
                grid-column-start: 4;
                grid-column-end: 5;
                grid-row-start: 2;
                grid-row-end: 3;
            }


            .cart-collaterals,
            .deals {
                width: 100% !important;
                margin: 0;
            }

            .coupon-box {
                padding: 16px !important;
                font-size: 16px !important;
            }

            .discount-coupon-code {
                width: 100% !important;
                box-sizing: border-box;
                padding: 16px !important;
                border-radius: 3px;
            }

            .hint {
                font-size: 12px;
                color: gray;
            }

            .shopping-cart-page .button-2 {
                padding: 16px 32px;
                /*margin: 5px 0 5px 0 !important;*/
                width:33%;
            }
            /*.cart-item-row{margin:0 !important;}*/
            .shopping-cart-page .page-title {
                margin-bottom: 16px;
            }

            .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product,
            .order-summary-content .cart td, .wishlist-content .cart td {
                padding: 0 !important;
            }

            /****************FOOTER STICKS TO BOTTOM OF BROWSER*******************/
            .master-wrapper-content {
                padding-bottom: 450px;
            }

            .footer {
                background: none repeat scroll 0 0 #ccc;
            }

            /********************PRODUCT TEMPLATE.SIMPLE********************/
            .add-to-cart {
                margin: 0;
                width: 100%;
            }

            .pricing-container .product-price {
                text-align: left;
            }

            .pricing-container .freeshipping-container {
                width: 100%;
            }


            /****************CART UPDATE: CART ITEMS**********************/
            .order-summary-content form, .wishlist-content form { /*grid-template-columns:auto;*/
                display: block;
                margin-bottom: 110px;
            }

            .order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
                width: 100%;
                margin: 0 auto 20px auto;
                max-width: 90%;
                display: grid;
                justify-content: center;
                height:450px;
            }

            .shopping-cart-page .order-summary-content .cart .cart-item-row .product-card-title {
                height:35px;
            }

            .order-summary-content .cart-footer {
                grid-row: 1/2;
                width: 100%;
                max-width: none;
            }

            .cart-total tbody tr:first-child,
            .cart-total tbody tr:nth-child(2),
            .cart-total tbody tr:nth-child(3) {
                display: none;
            }

            .order-summary-content .totals {
                width: 90%;
                margin: 0 auto;
            }

            .order-summary-content .total-info .cart-total tbody tr:last-child td {
                border: none;
            }

            .order-summary-content .totals h2 {
                margin: 0;
            }

            .order-summary-content .cart .cart-item-row td.unit-price, .wishlist-content .cart .cart-item-row td.unit-price {
                border: none;
            }

            .order-summary-content .cart-collaterals {
                margin: auto;
            }

            .continue-shopping-link {
                display: none;
            }

            .product-links {
                width: 100%;
                max-width: 280px;
            }

            .gd-bnr img {
                margin: auto
            }

            .shop-brand-title {
                font-size: 22px;
            }
        }
    }