



@media all and (max-width: 1260px) {

    /*.video-slider-wrapper {
    display: Block;
}*/


    /*iframe.thumb-item {
    width: 345px;
    height: 200px;
}
.tube-link:before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(https://i.imgur.com/2axDIqw.png);
    position: absolute;
    top: 71% !important;
    background-repeat: no-repeat;
    left: 41% !important;
    right: 0px;
    bottom: 0px;
    text-align: center;
    cursor: pointer;
}*/
    /*div#video-player {
    position: relative;
    min-width: 100%;
    display: inline-block;
    margin: 0px auto;
    height: 280px;
    overflow: hidden;
    top: -10px;
}
div#video-player iframe#video-iframe {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: absolute;*/
    /* top: -60px; */
    /*}*/
    .admin-header-links {
        border-bottom: 1px solid #e3e3e3;
        background-color: #fff;
        padding:35px;
    }

    .responsive-strip {
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
    }

    .header {
        padding-top: 90px;
    }

        .header .header-selectors-wrapper,
        .header .header-links-wrapper,
        .header .header-logo {
            display: none;
        }

    /* RESPONSIVE NAV WRAPPER */

    .responsive-logo-wrapper {
        position: relative;
        z-index: 2;
        height: 80px;/*50px*/
        box-shadow: 0 1px 0px #e3e3e3;
        background-color: #fff;
        padding: 0 50px;
        text-align: center;
        font-size: 0;
    }

        .responsive-logo-wrapper .logo {
            display: inline-block;
            height: 80px;/*50px*/
            max-width: 100%;
            padding: 10px;
        }

            .responsive-logo-wrapper .logo img {
                max-height: 100%;
            }

        .responsive-logo-wrapper:after {
            content: "";
            display: block;
            clear: both;
        }

    /* OVERLAY & SCROLL */

    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1060;
        background-color: rgba(0,0,0,0);
        transition: background 0.3s ease;
    }

        .overlayOffCanvas.show {
            background-color: rgba(0,0,0,.4);
        }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* RESPONSIVE MENU */

    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 285px;
        height: 100%;
        background-color: #fff;
        text-align: left;
        transition: 0.7s ease;
        -webkit-transform: translate(-285px);
        -ms-transform: translate(-285px);
        transform: translate(-285px);
    }

        .header-menu.open {
            z-index: 1070;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

    .menu-button {
        position: absolute;
        left: 100%;
        top: 0;
    }

    .menu-open {
        display: block;
        width: 50px;
        height: 50px;
        border: 4px solid #fff;
        background-color: #eee;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.7s ease;
        cursor: pointer;
    }

    .header-menu.open .menu-open {
        width: 40px;
        border-color: #c09e6c;
        background-color: #c09e6c;
    }

        .header-menu.open .menu-open span {
            background-color: #141414;
            opacity: 0.5;
        }

    .menu-open span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 17px;
        height: 1px;
        margin: auto;
        opacity: 1;
        background-color: #666;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.25s ease;
    }

        .menu-open span:nth-child(1) {
            top: 15px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .menu-open span:nth-child(2) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .menu-open span:nth-child(3) {
            top: 25px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    .header-menu.open .menu-open span:nth-child(1) {
        top: 14px;
        left: 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-menu.open .menu-open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .header-menu.open .menu-open span:nth-child(3) {
        top: 26px;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-menu .menu-close {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        cursor: pointer;
        opacity: 0;
    }

    .header-menu.open .menu-close {
        z-index: 2;
    }

    .menu-header {
        display: table;
        width: 100%;
        height: 50px;
    }

        .menu-header > div {
            display: table-cell;
            position: relative;
            min-width: 34.5px;
            border: 1px solid #d1d1d1;
            border-width: 0 1px 1px 0;
            vertical-align: middle;
            /*font-size: 0;*/
        }

            .menu-header > div a,
            .menu-header > div select {
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 30px;
            }

                .menu-header > div a:before,
                .menu-header .tax-display-type-selector:before,
                .menu-header .currency-selector:before {
                    content: "";
                    position: relative;
                    top: 2px;
                    right: 0;
                    bottom: 0;
                    left: -6px;
                    text-align: center;
                    font-family: 'pacific';
                    font-size: 15px;
                    line-height: 50px;
                    cursor: pointer;
                }

            .menu-header > div select {
                width: 100%;
                min-width: 0;
                height: 50px; /*fixed height because of IE, otherwise should be 100%*/
                padding: 0;
                cursor: pointer;
                opacity: 0;
            }

            .menu-header > div:last-child {
                border-right: 0;
            }

        .menu-header .ico-register:before {
            content: "\e929";
        }

        .menu-header .ico-login:before {
            content: "\e919";
        }

        .menu-header .ico-wishlist:before {
            content: "\e935";
        }

        .menu-header .ico-account:before {
            content: "\e91e";
            font-size: 17px;
        }

        .menu-header .ico-logout:before {
            content: "\e91a";
        }

        .menu-header .ico-compare:before {
            content: "\e90c";
            font-size: 13px;
        }

        .menu-header .ico-inbox:before {
            content: "\e914";
            font-size: 13px;
        }

        .menu-header .tax-display-type-selector:before {
            content: "\e938";
            font-size: 18px;
        }

        .menu-header .currency-selector:before {
            content: "\e939";
            font-size: 22px;
        }

        .menu-header .wishlist-qty,
        .menu-header .inbox-unread {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 13px;
            height: 13px;
            margin: auto;
            border-radius: 50%;
            background-color: #c09e6c;
            text-align: center;
            font-size: 8px;
            line-height: 12px;
            font-weight: bold;
            color: rgba(0,0,0,.7);
            -webkit-transform: translate(9px,-9px);
            -ms-transform: translate(9px,-9px);
            transform: translate(9px,-9px);
        }

        .menu-header .tax-display-type-selector,
        .menu-header .currency-selector,
        .menu-header .mobile-language-selector {
            background-color: #e9e9e9;
        }

        .menu-header .desktop-language-selector {
            display: none;
        }

        .menu-header .current-language-image {
            width: 16px;
            height: 11px;
            margin: auto;
        }

    .menu-body {
        position: relative;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }

        .menu-body > ul li {
            border-bottom: 1px solid #e6e6e6;
        }

            .menu-body > ul li:after {
                content: "";
                display: block;
                clear: both;
            }

            .menu-body > ul li > a,
            .menu-body > ul li > span {
                display: block;
                position: relative;
                z-index: 0;
                padding: 15px 20px !important;
                font-size: 15px;
                font-weight: bold;
                color: #444;
            }

            .menu-body > ul li:last-child > a,
            .menu-body > ul li:last-child > span {
                border-bottom: 0;
            }

            .menu-body > ul li > .with-subcategories {
                float: left;
                width: calc(100% - 49px);
            }

    .plus-button {
        position: relative;
        z-index: 1;
        float: right;
        width: 49px;
        height: 49px;
        cursor: pointer;
    }

        .plus-button:before {
            content: "\e901";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            font-family: 'pacific';
            font-size: 8px;
            line-height: 49px;
            cursor: pointer;
        }

    .menu-body .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 285px !important;
        height: 100%;
        overflow: hidden;
        background-color: #fff !important;
        transition: all 0.7s ease;
    }

    .menu-body .sublist-wrap {
        -webkit-transform: translate(-285px);
        -ms-transform: translate(-285px);
        transform: translate(-285px);
    }

        .menu-body .sublist-wrap.active {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

        .menu-body .sublist-wrap ul li {
            border-right: 1px solid #e6e6e6;
        }

    .menu-body ul li.back-button {
        border-color: #d1d1d1;
        background-color: #e9e9e9;
        cursor: pointer;
    }

    .menu-body .back-button span {
        padding: 15.5px 20px !important;
        text-align: right;
        font-weight: normal;
        text-transform: none;
    }

        .menu-body .back-button span:before {
            content: "\e902";
            display: inline-block;
            margin: 0 10px 3px 0;
            vertical-align: middle;
            font-family: 'pacific';
            font-size: 8px;
        }

    /* FLYOUT CART */

    .header-flyout-cart {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1055;
        width: 285px;
        height: 100%;
        background-color: #fff;
        text-align: left;
        transition: 0.7s ease;
        -webkit-transform: translate(285px);
        -ms-transform: translate(285px);
        transform: translate(285px);
    }

        .header-flyout-cart.open {
            z-index: 1075;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

    .flyout-cart-wrapper, .flyout-cart,
    .mini-shopping-cart {
        height: 100%;
    }

    .header-flyout-cart .flyout-cart-link {
        position: absolute;
        right: 100%;
        transition: 0.7s ease;
        pointer-events: none;
    }

        .header-flyout-cart .flyout-cart-link:before {
            content: "\e905";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            text-align: center;
            font-family: 'pacific';
            font-size: 22px;
            line-height: 45px;
            transition: 0.7s ease;
            cursor: pointer;
        }

    .header-flyout-cart.open .flyout-cart-link:before {
        opacity: 0;
    }

    .header-flyout-cart .flyout-cart-link a {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        border: 4px solid #fff;
        background-color: #eee;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.7s ease;
        cursor: pointer;
    }

    .header-flyout-cart.open .flyout-cart-link a {
        width: 40px;
    }

    .header-flyout-cart .cart-qty-number-mobile {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 14px;
        height: 12px;
        text-align: center;
        font-size: 9px;
        line-height: 12px;
        font-weight: normal;
    }

    .header-flyout-cart .cart-qty,
    .header-flyout-cart .cart-qty-number-desktop {
        display: none;
    }

    .mobile-flyout-cart-toggle {
        position: absolute;
        top: 0;
        left: -50px;
        z-index: 2;
        width: 50px;
        height: 50px;
        background-color: transparent;
        transition: 0.7s ease;
        cursor: pointer;
    }

    .open .mobile-flyout-cart-toggle {
        left: -40px;
        width: 40px;
        background-color: #c09e6c;
    }

    .mobile-flyout-cart-toggle span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 17px;
        height: 1px;
        margin: auto;
        opacity: 0;
        background-color: #666;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.7s ease;
    }

        .mobile-flyout-cart-toggle span.first {
            top: 24px;
            left: -14px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .mobile-flyout-cart-toggle span.second {
            top: 24px;
            left: 16px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .open .mobile-flyout-cart-toggle span.first {
        top: 24px;
        left: 0px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 1;
    }

    .open .mobile-flyout-cart-toggle span.second {
        top: 24px;
        left: 0px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 1;
    }

    .no-items-in-cart span {
        display: none;
    }

    .mini-shopping-cart .items {
        position: relative;
        height: calc(100% - 100px);
        overflow-y: auto;
    }

    /* SEARCH BOX */

    .store-search-box {
        transition: 0.5s ease;
    }

    .header-lower .store-search-box {
        display: none;
    }

    .store-search-box form {
        position: relative;
        z-index: 1075;
    }

    .store-search-box.nav-down {
        margin-top: -40px;
    }

    .store-search-box .ui-autocomplete {
        transition: 0.7s ease;
    }

    .store-search-box.nav-down .ui-autocomplete {
        -webkit-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }

    .search-box-opener {
        display: none;
    }

    /* HEADER LINKS */

    .header-links-wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1070;
        width: 100%;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        background-color: #fff;
        text-align: center;
    }

        .header-links-wrapper.open {
            display: block;
        }

    /* CATEGORY PAGE */

    .product-selectors {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1050;
        background-color: #c09e6c;
        border-top: 1px solid rgba(0,0,0,.2);
    }

    .product-sorting,
    .product-page-size {
        float: left;
        width: 55px;
        font-size: 0;
    }

        .product-sorting select,
        .product-page-size select {
            position: relative;
            z-index: 2;
            width: 55px;
            height: 55px;
            border: 1px solid rgba(0,0,0,.2);
            border-width: 0 1px 0 0;
            background: none;
            padding: 0;
            font-size: 0;
        }

        .product-sorting option,
        .product-page-size option {
            background-color: #fff;
            font-size: 14px;
        }

    .product-selectors .product-viewmode {
        float: left;
        border-right: 1px solid rgba(0,0,0,.2);
        padding: 7.5px 12px 7.5px 5px;
    }

        .product-selectors .product-viewmode a {
            border: none;
            background-color: rgba(0,0,0,.05);
        }

            .product-selectors .product-viewmode a.selected {
                background-color: #fff;
            }

                .product-selectors .product-viewmode a.selected:before {
                    opacity: 0.8;
                }

    .filters-button {
        display: none;
        position: relative;
        float: right;
        width: calc(100% - 110px);
        overflow: hidden;
        padding: 0 55px 0 20px;
        text-align: left;
        font-size: 14px;
        line-height: 55px;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
    }

        .filters-button:before {
            content: "\e911";
            position: absolute;
            top: 0;
            right: 0;
            width: 55px;
            height: 55px;
            text-align: center;
            font-family: 'pacific';
            font-size: 18px;
            line-height: 55px;
            color: #000;
            opacity: 0.4;
        }

    .category-page-body {
        padding-bottom: 55px;
    }

        .category-page-body .scroll-back-button {
            bottom: 65px;
        }

    /* PRODUCT PAGE */

    .product-details-page .breadcrumb li:last-child {
        display: none;
    }

    .product-details-page .breadcrumb li:nth-last-child(2) a > span {
        font-weight: normal;
        color: #444;
    }

    .product-details-page .breadcrumb li:nth-last-child(2) .delimiter {
        display: none;
    }

    .product-details-page .block-category-navigation {
        display: none;
    }

    .product-details-grouped-page .overview-buttons {
        width: 100%;
        text-align: center;
    }

    .product-page-layout-two .gallery .picture a {
        pointer-events: none;
    }

    .product-page-layout-two .gallery .slick-dots {
        font-size: 0;
        margin: 10px 0 0;
    }

        .product-page-layout-two .gallery .slick-dots li {
            display: inline-block;
            margin: 10px 2px;
        }

        .product-page-layout-two .gallery .slick-dots button {
            position: relative;
            width: 30px;
            height: 4px;
            border: none;
            background-color: #dedede;
            font-size: 0;
        }

            .product-page-layout-two .gallery .slick-dots button:before {
                content: "";
                display: block;
                position: absolute;
                top: -10px;
                right: 0;
                bottom: -10px;
                left: 0;
                background-color: transparent;
            }

        .product-page-layout-two .gallery .slick-dots .slick-active button {
            background-color: #c09e6c;
        }

    .product-page-layout-two .product-grid {
        margin: 35px 0;
    }

    /* ACCOUNT PAGES */

    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center;
    }

        .html-account-page .block a.active {
            font-weight: bold;
            color: #c09e6c;
        }

    /* SHOPPING CART */

    .cart-footer ~ .cross-sells {
        display: none;
    }

    .cart-info-stick {
        position: static !important;
    }

    /* RESPONSIVE TABLES */

    .wishlist-page .table-wrapper,
    .shopping-cart-page .table-wrapper,
    .checkout-page .section.order-summary
    .cart-content .table-wrapper {
        border: none;
        background-color: transparent;
    }

    .cart thead {
        display: none;
    }

    .cart tr, .cart td {
        display: block;
    }

    .cart .td-title {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .cart tr {
        position: relative;
        margin: 0 0 10px;
        border: 1px solid #eee;
        overflow: hidden;
        background-color: #fff;
        padding: 0 0 40px;
        text-align: center;
        font-size: 0;
    }

    .cart td {
        border: none;
        font-size: 13px;
    }

    .cart tr > *:first-child,
    .cart tr > *:last-child {
        border: none;
        padding: 10px;
    }

    .cart .checkbox-label {
        width: auto;
        height: auto;
        padding: 0 0 0 25px;
        font-size: 14px;
    }

        .cart .checkbox-label:before {
            top: 0;
        }

    .cart input[type="checkbox"]:checked ~ label:after {
        top: -1px;
    }

    .cart td.remove-from-cart,
    .cart td.add-to-cart {
        display: inline-block;
        width: 50%;
    }

    .shopping-cart-page .cart td.remove-from-cart {
        width: 100%;
    }

    .cart td.sku {
        border-top: 1px solid #eee;
    }

        .cart td.sku:first-child {
            border-top: none;
        }

    .cart .product-picture {
        float: left;
        width: 140px;
        border-top: 1px solid #eee;
        padding-right: 0;
    }

        .cart .product-picture a {
            position: relative;
            display: block;
            width: 120px;
            height: 90px;
        }

            .cart .product-picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .cart .product-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            min-width: 100%;
            min-height: 100%;
        }

        .cart .product-picture ~ td {
            margin: 0 0 0 140px;
            text-align: left;
        }

    .cart .product {
        border-top: 1px solid #eee;
    }

        .cart .product a {
            font-size: 14px;
        }

    .cart .unit-price {
        padding: 0 10px 10px;
        font-size: 14px;
    }

    .cart .quantity {
        padding: 0 10px 10px;
    }

    .cart .qty-input {
        width: 35px;
        height: 35px;
        padding: 0;
    }

    .cart .qty-dropdown {
        width: 50px;
        height: 35px;
        padding: 0 20px 0 10px;
        line-height: 35px;
    }

    .cart .product-picture ~ td.subtotal {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        clear: both;
        height: 40px;
        margin: 0;
        border-top: 1px solid #eee;
        text-align: center;
    }

    .cart .subtotal .discount,
    .cart .subtotal .discount + div {
        display: inline-block;
        margin: 0 5px;
    }

    .cart .product-picture ~ td.subtotal .td-title {
        display: none;
    }
}


@media all and (max-width: 479px) {

    .compare-products-page .remove-button {
        padding: 5px;
    }
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }

        .compare-products-page .remove-button span {
            display: block;
            width: 30px;
            height: 30px;
            margin: auto;
            padding: 0;
            font-size: 0;
        }

            .compare-products-page .remove-button span:before {
                left: 0;
                right: 0;
                text-align: center;
                line-height: 30px;
            }

    .login-page .login-tabs .login-tabs-header li a {
        padding: 15px 7px;
        font-size: 13px;
    }

        .login-page .login-tabs .login-tabs-header li a strong {
            padding: 0;
        }

            .login-page .login-tabs .login-tabs-header li a strong:before {
                display: none;
            }

    .downloadable-products-page .table-wrapper,
    .reward-points-history .table-wrapper {
        border: none;
        background-color: transparent;
    }

    .downloadable-products-page .data-table thead,
    .reward-points-history .data-table thead {
        display: none;
    }

    .downloadable-products-page .data-table tr,
    .reward-points-history .data-table tr {
        display: block;
        margin: 0 0 20px;
        border: 1px solid #eee;
    }

    .downloadable-products-page .data-table td,
    .reward-points-history .data-table td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }

        .downloadable-products-page .data-table td:last-child,
        .reward-points-history .data-table td:last-child {
            border: none;
        }

    .downloadable-products-page .data-table label,
    .reward-points-history .data-table label {
        display: inline-block;
    }

    .reward-points-history .data-table label {
        margin: 0 5px 0 0;
        vertical-align: text-top;
        font-weight: normal;
    }

    .reward-points-history .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #eee;
    }

    .opc .back-link a,
    .opc .buttons button {
        padding: 12px;
    }

    .private-messages-page thead,
    .private-messages-page .date {
        display: none;
    }

    .private-messages-page tr,
    .private-messages-page td {
        display: block;
    }

        .private-messages-page tr + tr {
            border-top: 1px solid #eee;
        }

    .private-messages-page th,
    .private-messages-page td {
        text-align: center;
    }

    .private-messages-page td {
        padding: 10px 20px;
    }

    .private-messages-page td {
        border: none;
    }

    .private-messages-page .select {
        border: none !important;
        background-color: #f6f6f6;
        padding: 10px 20px !important;
    }

    .private-messages-page .from a,
    .private-messages-page .to a {
        font-weight: normal;
    }
    /* div#video-player {
        position: relative;
        min-width: 100%;
        display: inline-block;
        margin: 0px auto;
        height: 180px;
        overflow: hidden;
        top: -60px;
    }*/
}

@media all and (max-width: 767px) {

    .order-details-page .table-wrapper {
        border: none;
        background-color: transparent;
    }
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }

    .order-details-page thead {
        display: none;
    }

    .order-details-page .data-table tr {
        display: block;
        margin: 0 0 20px;
        border: 1px solid #eee;
    }

    .order-details-page .data-table td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }

    .order-details-page td:last-child {
        border: none;
    }

    .order-details-page .data-table .product a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .order-details-page .data-table .product .download a {
        display: none;
    }

    .order-details-page .data-table .td-title,
    .order-details-page .data-table label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #444;
    }

    .shipment-details-page .data-table .sku {
        display: none;
    }

    .shipment-details-page .data-table .quantity {
        width: 40%;
    }

    .return-request-page .data-table .unit-price {
        display: none;
    }
}

@media only screen and (max-width:1280px) {

    .checkout-page .shipping-method li {
        min-width: 25%;
        max-width: 30%;
    }

    .overview .availability label {
        display: inline-block;
        float: left;
        line-height: 40px;
        padding: 0px 8px 0px 0;
    }
}

@media only screen and (min-width: 781px) and (max-width: 991px) {

    .checkout-page .shipping-method li {
        min-width: 25%;
        max-width: 30%;
    }
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }

    div#video-player iframe#video-iframe {
        width: 100%;
        height: 360px;
        overflow: hidden;
        position: absolute;
        top: -60px;
    }
}

@media only screen and (min-width: 1022px) and (max-width: 1200px) {
    /*div#video-player iframe#video-iframe {
        width: 100%;
        height: 318px;
        overflow: hidden;
        position: absolute;
        top: -13px;
        object-fit: cover;
    }
    div#video-player {
        position: relative;
        min-width: 100%;
        display: inline-block;
        margin: 0px auto;
        height: 270px;
        overflow: hidden;
    }*/
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }
}

/*@media only screen and (min-width: 1350px) and (max-width: 1500px) {
    div#video-player iframe#video-iframe {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: absolute;
        top: -47px;
        object-fit: cover;
    }

    div#video-player {
        position: relative;
        min-width: 100%;
        display: inline-block;
        margin: 0px auto;
        height: 308px;
        overflow: hidden;
    }
}*/


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .checkout-page .shipping-method li {
        min-width: 25%;
        max-width: 30%;
    }
    /* div#video-player iframe#video-iframe {
            width: 100%;
            height: 360px;
            overflow: hidden;
            position: absolute;
            top: -60px;
        }*/

    .mini-shopping-cart .buttons {
        margin: 0;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .overview .availability label {
        display: inline-block;
        float: left;
        line-height: 40px;
        padding: 0px 8px 0px 0px;
    }

    .checkout-data .select-billing-address .address-select {
        min-width: 40%;
        display: inline-block;
        max-width: 80%;
    }

    .shiping-address-block .address-select {
        min-width: 40%;
        max-width: 80%;
    }

    .contact-block {
        width: 46% !important;
    }

    .searchColumn {
        min-width: 36%;
        display: inline-block;
    }
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }

    .payment-main-wrapper .invoice-block .card-frame .card-body-block .month-year-block {
        min-width: 100% !important;
        margin: 0px 0px 0px 0px;
        display: inline-block !important;
        max-width: 80%;
    }

    
    .payment-main-wrapper .invoice-block .card-frame .card-body-block .month-year-block .month-block select {
        margin: 0px 0px 0px 0px;
    }

    .card-frame .card-body-block .month-year-block {
        min-width: 60%;
        margin: 0px 0px 0px 0px;
        display: inline-block;
        max-width: 40%;
        float: left;
    }

        .card-frame .card-body-block .month-year-block .month-block select {
            margin: 10px 0px 0px 0px;
        }

}

@media (max-width: 768px) {

    .checkout-page .shipping-method li {
        min-width: 25%;
        max-width: 30%;
    }
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }
    /* div#video-player iframe#video-iframe {
            width: 100%;
            height: 360px;
            overflow: hidden;
            position: absolute;
            top: -60px;
        }

        div#video-player {
            position: relative;
            min-width: 100%;
            display: inline-block;
            margin: 0px auto;
            height: 222px;
            overflow: hidden;
            top: -18px;
        }*/

    .mini-shopping-cart .buttons {
        margin: 0;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .overview .availability label {
        display: inline-block;
        float: left;
        line-height: 40px;
    }

    .checkout-data .select-billing-address .address-select {
        min-width: 40%;
        display: inline-block;
        max-width: 80%;
    }

    .shiping-address-block .address-select {
        min-width: 40%;
        max-width: 80%;
    }

    .opc .step {
        border-top: 1px solid #eee;
        padding: 20px 10px;
    }

    .contact-block {
        width: 46% !important;
    }

    .credit-card-block .contact-info .form-group {
        min-width: 90%;
        margin: 0px auto;
    }

    .payment-main-wrapper .billing-block {
        width: 46%;
    }

        .payment-main-wrapper .billing-block .card .card-body .form-group{
            min-width:90%;
        }

    .searchContainer .searchColumn {
        min-width: 34%;
        margin-bottom: 10px;
    }

    .gallery .picture-wrapper .picture img {
        min-width: 100% !important;
        max-height: 100%;
        object-fit: contain;
    }

    .picture-thumbs img.cloud-zoom-gallery-img {
        min-height: 70px;
        min-width: 100%;
    }

    .payment-main-wrapper .invoice-block .card-frame .card-body-block .month-year-block {
        min-width: 100% !important;
        margin: 0px 0px 0px 0px;
        display: inline-block !important;
    }

        .payment-main-wrapper .invoice-block .card-frame .card-body-block .month-year-block .month-block select {
            margin: 0px 0px 0px 0px;
        }

    .invoice-block .card-frame .card-body-block .cvv-block {
        width: 20%;
        display: inline-block;
        float: left;
        margin: 0px 0px 0px 8px;
    }

    .card-frame .card-body-block .cvv-block {
        width: 20%;
        display: inline-block;
        float: left;
        margin: 10px 0px 0px 0px;
    }

    .card-frame .card-body-block .month-year-block {
        min-width: 70%;
        margin: 0px 0px 0px 0px;
        display: inline-block;
        max-width: 40%;
        float: left;
    }

        .card-frame .card-body-block .month-year-block .month-block select{
            margin:10px 0px 0px 0px;
        }

}

@media (max-width: 767px) {

    .checkout-page .shipping-method li {
        min-width: 100%;
        max-width: 100%;
    }
    .block .list > li > a {
        color: #444;
        text-transform: uppercase;
    }
    /*div#video-player iframe#video-iframe {
            width: 100%;
            height: 360px;
            overflow: hidden;
            position: absolute;
            top: -60px;
        }*/


    .mini-shopping-cart .buttons {
        margin: 0;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .overview .availability label {
        display: inline-block;
        float: left;
        line-height: 40px;
    }

    .checkout-data .select-billing-address .address-select {
        min-width: 40%;
        display: inline-block;
        max-width: 80%;
    }

    .shiping-address-block .address-select {
        min-width: 40%;
        max-width: 80%;
    }

    .opc .step {
        border-top: 1px solid #eee;
        padding: 20px 10px;
    }

    .page-body.checkout-data {
        width: 95%;
        margin: 0px;
        padding: 0px;
    }

    .contact-block, .card-info {
        min-width: 100%;
    }

    .credit-card-block .contact-info .form-group {
        min-width: 90%;
        margin: 0px auto;
    }

    .checkout-data .shipping-select {
        max-width: 80%;
        width: 100%;
    }

    .payment-main-wrapper .billing-block {
        min-width: 100%;
    }

    .payment-main-wrapper .invoice-block {
        min-width: 100%;
    }

    .payment-main-wrapper .billing-block .card .card-body .form-group {
        min-width: 90%;
        text-align: left;
    }

    .searchContainer .searchColumn {
        min-width: 100%;
        margin-bottom: 10px;
    }

    .payment-main-wrapper .invoice-block .card-frame .card-body-block .month-year-block {
        width: 100% !important;
        margin: 0px 0px 0px 0px;
        display: inline-block !important;
    }

        .payment-main-wrapper .invoice-block .card-frame .card-body-block .month-year-block .month-block select {
            margin: 0px 0px 0px 0px;
        }

    .invoice-block .card-frame .card-body-block .cvv-block {
        width: 20%;
        display: inline-block;
        float: left;
        margin: 0px 0px 0px 8px;
    }

 }

@media only screen and (min-width:568px) and (max-width: 767px) {

    .checkout-page .shipping-method li {
        min-width: 100%;
        max-width: 100%;
    }
    /*div#video-player iframe#video-iframe {
            width: 100%;
            height: 316px;
            overflow: hidden;
            position: absolute;
            top: -60px;
        }
        div#video-player {
            position: relative;
            min-width: 100%;
            display: inline-block;
            margin: 0px auto;
            height: 180px;
            overflow: hidden;
            top: -17px;
        }*/

    div#payment-info-buttons-container {
        clear: both;
    }

    .payment-info .info tr:last-child{
        width:100%;
    }

    .mini-shopping-cart .buttons {
        margin: 0;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .overview .availability label {
        display: inline-block;
        float: left;
        line-height: 40px;
        padding: 0px 9px 0px 0;
    }

    .checkout-data .select-billing-address .address-select {
        min-width: 40%;
        display: inline-block;
        max-width: 80%;
    }

    .shiping-address-block .address-select {
        min-width: 40%;
        max-width: 80%;
    }

    .opc .step {
        border-top: 1px solid #eee;
        padding: 20px 10px;
    }

    .page-body.checkout-data {
        width: 95%;
        margin: 0px;
        padding: 0px;
    }

    .contact-block, .card-info {
        min-width: 100%;
    }

    .credit-card-block .contact-info .form-group {
        min-width: 90%;
        margin: 0px auto;
    }

    .checkout-data .shipping-select {
        max-width: 80%;
        width: 100%;
    }

    .payment-main-wrapper .billing-block {
        min-width: 100%;
    }

    .payment-main-wrapper .invoice-block {
        min-width: 100%;
    }

    .payment-main-wrapper .billing-block .card .card-body .form-group {
        min-width: 90%;
        text-align: left;
    }

    .checkout-data .payment-info .paymentinfo_col .buttons-block .ecard-btn {
        min-width: 42%;
    }

    .checkout-data .payment-info .paymentinfo_col .buttons-block .profile-btn {
        min-width: 50%;
    }

    .html-account-page .side-2 {
        margin: 50px 0 20px;
    }

    .profile-table thead tr th {
        min-width: 80px;
        text-align: center;
    }

    .searchContainer .searchColumn {
        min-width: 100%;
        margin-bottom: 10px;
    }

    .payment-main-wrapper .invoice-block .card .card-body .form-group .buttons-block .ecard-btn {
        width: 40%;
    }

    .payment-main-wrapper .invoice-block .card .card-body .form-group .buttons-block .profile-btn {
        width: 52%;
    }

    .card-frame .card-body-block .card-number-block {
        display: inline-block;
        float: left;
        width: 60%;
    }

    .card-frame .card-body-block .cvv-block {
        width: 20%;
        display: inline-block;
        float: left;
        margin: 10px 0px 0px 0px;
    }

    .card-frame .card-body-block .month-year-block {
        width: 100%;
        margin: 0px 0px 0px 0px;
        display: inline-block;
        float: left;
    }

        .card-frame .card-body-block .month-year-block .month-block select {
            border-radius: 2px;
            margin: 10px 0px 0px 0px;
            width: 100%;
        }

        .card-frame .card-body-block .month-year-block .year-block select {
            margin: 10px 0px 0px 0px;
            border-radius: 2px;
            width: 100%;
        }

}

@media only screen and (min-width:320px) and (max-width: 567px) {

    
    
    .checkout-page .shipping-method li {
        min-width: 100%;
        max-width: 100%;
    }
    .checkout-data .payment-info .paymentinfo_col .buttons-block .ecard-btn.active {
       
        margin-bottom: 5px;
    }

    /* div#video-player {
            position: relative;
            min-width: 100%;
            display: inline-block;
            margin: 0px auto;
            height: 165px;
            overflow: hidden;
            top: -75px;
        }
        .home-page-slider {
            margin: 0 0 -42px;
        }*/

    div#payment-info-buttons-container {
        clear: both;
    }

    .payment-info .info tr:last-child {
        width: 100%;
    }

    .mini-shopping-cart .buttons {
        margin: 0;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .overview .availability label {
        display: inline-block;
        float: left;
        line-height: 40px;
        padding: 0px 8px 0px 0px;
    }

    .checkout-data .select-billing-address .address-select {
        min-width: 40%;
        display: inline-block;
        max-width: 80%;
    }

    .shiping-address-block .address-select {
        min-width: 40%;
        max-width: 80%;
    }

    .opc .step {
        border-top: 1px solid #eee;
        padding: 20px 10px;
    }

    .page-body.checkout-data {
        width: 95%;
        margin: 0px;
        padding: 0px;
    }

    .contact-block, .card-info {
        min-width: 100%;
    }

    .credit-card-block .contact-info .form-group{
        min-width:90%;
        margin:0px auto;
    }

    .checkout-data .shipping-select {
        max-width: 80%;
        width: 100%;
    }


    .payment-main-wrapper .billing-block{
        min-width:100%;
    }

    .payment-main-wrapper .invoice-block{
        min-width:100%;
    }

    .payment-main-wrapper .billing-block .card .card-body .form-group {
        min-width: 90%;
        text-align: left;
    }

    .checkout-data .payment-info .paymentinfo_col .buttons-block .ecard-btn {
        min-width: 41%;
       
    }

    .checkout-data .payment-info .paymentinfo_col .buttons-block .profile-btn {
        min-width: 50%;
        
    }

    .checkout-data .payment-info .paymentinfo_col .buttons-block .each-btn{
        width:25%;
    }

    .payment-info .info {
        max-width: 100%;
        min-width: 100%;
    }

    .html-account-page .side-2 {
        margin: 50px 0 20px;
    }

.profile-table thead tr th {
    min-width: 80px;
    text-align: center;
}

    .searchContainer .searchColumn {
        min-width: 100%;
        margin-bottom: 10px;
    }


    .payment-main-wrapper .invoice-block .card .card-body .form-group .buttons-block .ecard-btn {
        width: 40%;
    }

    .payment-main-wrapper .invoice-block .card .card-body .form-group .buttons-block .profile-btn {
        width: 54%;
    }

    .card-frame .card-body-block .card-number-block {
        display: inline-block !important;
        float: left;
        width: 60% !important;
    }

    .card-frame .card-body-block .cvv-block {
        width: 20% !important;
        display: inline-block;
        float: left;
        margin: 10px 0px 0px 0px;
    }

    .card-frame .card-body-block .month-year-block {
        width: 100%;
        margin: 0px 0px 0px 0px;
        display: inline-block;
        float: left;
    }

        .card-frame .card-body-block .month-year-block .month-block select {
            border-radius: 2px;
            margin: 10px 0px 0px 0px;
            width: 100%;
        }

        .card-frame .card-body-block .month-year-block .year-block select {
            margin: 10px 0px 0px 0px;
            border-radius: 2px;
            width: 100%;
        }

}
