﻿@media all and (min-width: 1025px) {
    /* GLOBAL STYLES */

    .desktop-device.scrollYRemove {
        margin-right: 17px; /*document no scroll fix*/
    }

    .white-overlay {
        z-index: 1010 !important;
        background-color: rgba(255,255,255,0.8);
    }

    .admin-header-links {
        z-index: 1020;
    }

    .home-page-body .master-wrapper-content {
        padding-top: 0 !important;
    }

    .master-column-wrapper {
        width: 980px;
    }

        .master-column-wrapper:after {
            content: "";
            display: block;
            clear: both;
        }

    .center-2 {
        float: right;
        width: 715px;
    }

    .side-2 {
        float: left;
        width: 245px;
        margin-top: 0 !important;
    }

    .page {
        clear: both;
        text-align: left;
    }

    .page-title {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
    }

        .page-title h1 {
            position: relative;
            display: block;
            width: 100%;
            color: #fff;
            margin: 50px 0 70px;
            font-size: 34px;
            line-height: 42px;
            font-style: normal;
            font-weight: bold;
        }

    .overview .page-title h1 {
        margin: unset;
    }

    .premium .page-title h1 {
        color: #25B4B1;
        /*text-transform: uppercase*/
    }

    .product-grid .title strong {
        font-size: 39px;
        line-height: 42px;
        font-style: normal;
        font-weight: bold;
    }

    .home-page .topic-block,
    .home-page .product-grid,
    .home-page-polls,
    .home-page .CMSPage,
    .premium-container {
        width: 980px;
    }

    /* GLOBAL FORMS */
    /* GLOBAL TABLES */

    .cart .product-picture img {
        max-width: 150px;
    }

    .reward-points-history .data-table col:first-child,
    .reward-points-history .data-table th:first-child,
    .reward-points-history .data-table td:first-child {
        display: none !important; /*hides counter*/
    }

    .order-details-page .data-table col:first-child,
    .order-details-page .data-table th:first-child,
    .order-details-page .data-table td:first-child {
        display: none !important; /*hides counter*/
    }

    .forums-table-section col:first-child,
    .forums-table-section th:first-child,
    .forums-table-section td:first-child {
        display: none !important; /*hides counter*/
    }

    /* NOTIFICATIONS & POPUPS */
    /* HEADER */

    .desktop-nav-wrapper {
        display: table;
        position: relative;
        top: 0; /*transition start*/
        z-index: 1020;
        width: 100%;
        min-height: 96px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
        padding: 15px 40px;
        text-align: center;
        font-size: 0;
        transition: top 0.3s ease;
    }

    .air-theme .desktop-nav-wrapper {
        background-color: #fff;
    }

    .earth-theme .desktop-nav-wrapper {
        background-color: #222;
    }

    .desktop-nav-wrapper.stick {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .desktop-device.scrollYRemove .desktop-nav-wrapper.stick {
        width: calc(100% - 17px);
    }

    .header,
    .header-menu-parent,
    .responsive-nav-wrapper-parent {
        display: table-cell;
        vertical-align: middle;
    }

    .menu-title-wrapper,
    .responsive-nav-wrapper-parent {
        width: 238px;
    }

    .header-menu-parent {
        padding: 0 80px;
    }

    .header-logo {
        padding: 0;
        text-align: left;
    }

    .responsive-nav-wrapper-parent {
        height: auto !important;
    }

    .responsive-nav-wrapper {
        height: 50px; /* fix for JS height calculation conflict */
        overflow: hidden;
        text-align: right;
    }

        .responsive-nav-wrapper div {
            margin: 0;
        }

        .responsive-nav-wrapper .menu-title {
            display: none;
        }

    .earth-theme .responsive-nav-wrapper span,
    .earth-theme .responsive-nav-wrapper a {
        background-image: url('../img/header-navigation-sprite-grey.png');
    }

    /* HEADER VARIANTS */

    .air-theme.variant-2 .menu-title-wrapper,
    .earth-theme.variant-2 .menu-title-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

        .air-theme.variant-2 .menu-title-wrapper div,
        .earth-theme.variant-2 .menu-title-wrapper div {
            display: inline-block;
        }

        .air-theme.variant-2 .menu-title-wrapper span,
        .earth-theme.variant-2 .menu-title-wrapper span {
            display: block;
            position: relative;
            height: 50px;
            width: 50px;
            background-repeat: no-repeat;
            font-size: 0;
            cursor: pointer;
        }

        .air-theme.variant-2 .menu-title-wrapper span {
            background-color: #eda187;
            background-image: url('../img/header-navigation-sprite.png');
        }

        .earth-theme.variant-2 .menu-title-wrapper span {
            background-color: #007c5a;
            background-image: url('../img/header-navigation-sprite-grey.png');
        }

        .air-theme.variant-2 .menu-title-wrapper .personal-button span {
            background-position: -100px center;
        }

        .earth-theme.variant-2 .menu-title-wrapper .menu-title span {
            background-position: 0 center;
        }

        .earth-theme.variant-2 .menu-title-wrapper .search-wrap span {
            background-position: -50px center;
        }

    .air-theme.variant-2 .header-menu-parent {
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        width: 100%;
        margin: auto;
        padding: 0;
        transition: all 0.2s ease;
    }

    .air-theme.variant-2 .stick .header-menu-parent {
        top: 0;
    }

    .earth-theme.variant-2 .header-menu-parent {
        padding: 0;
    }

    .air-theme.variant-2 .header-menu {
        margin: auto;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        background-color: #fff;
        padding: 10px 20px;
        transition: all 0.2s ease;
    }

    .air-theme.variant-2 .stick .header-menu {
        width: 100% !important;
        min-height: 80px;
        padding: 20px;
    }

    .air-theme.variant-2 .header-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 15px;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.04) 50%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.04) 50%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
    }

    .earth-theme.variant-2 .header-menu,
    .earth-theme.variant-2 .header-menu.open {
        display: block;
    }

    .air-theme.variant-2 .header,
    .earth-theme.variant-2 .header {
        width: auto;
    }

    .air-theme.variant-2 .header-logo,
    .earth-theme.variant-2 .header-logo {
        text-align: center;
    }

        .air-theme.variant-2 .header-logo img {
            max-height: 50px; /* in this variant the header should always have static height, 80px at max, because of the overlapping header-menu.
	The only element that can cause the header to expand is the logo image, so its height is limited here. */
        }

    /* HEADER MENU, Air-1&2, Earth-1 */

    .menu-title,
    .close-menu,
    .header-menu .plus-button,
    .header-menu .back-button {
        display: none;
    }

    .top-menu {
        display: block;
    }

    .header-menu {
        position: relative;
    }

        .header-menu > ul {
            font-size: 0;
        }

            .header-menu > ul > li {
                display: inline-block;
                margin: 0 -1px 0 0;
            }

                .header-menu > ul > li > a {
                    display: block;
                    position: relative;
                    padding: 4px 20px;
                    cursor: pointer;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 17px;
                    line-height: 26px;
                    color: #575656;
                }

                    .header-menu > ul > li > a:before,
                    .header-menu > ul > li > a:after {
                        content: "";
                        position: absolute;
                        width: 1px;
                    }

                    .header-menu > ul > li > a:before {
                        left: 0;
                    }

                    .header-menu > ul > li > a:after {
                        right: 0;
                    }

                    .header-menu > ul > li > a:before,
                    .header-menu > ul > li > a:after {
                        height: 24px;
                        background-color: #e5e5e5;
                    }

    .air-theme .header-menu ul > li:hover
    .earth-theme.variant-1 .header-menu ul > li:hover {
        z-index: 50;
    }

    .air-theme .header-menu ul > li:hover > a {
        color: #eda187;
    }

    .earth-theme.variant-1 .header-menu ul > li:hover > a {
        color: #007c5a;
    }

    .air-theme .header-menu .sublist-wrap,
    .earth-theme.variant-1 .header-menu .sublist-wrap {
        display: none;
        position: absolute;
        z-index: 1;
        border-top: 10px solid transparent;
    }

        .air-theme .header-menu .sublist-wrap.active,
        .earth-theme.variant-1 .header-menu .sublist-wrap.active {
            display: block;
        }

    .air-theme .header-menu .sublist,
    .earth-theme.variant-1 .header-menu .sublist {
        width: 250px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        text-align: left;
    }

    .air-theme .header-menu .sublist {
        padding: 10px 0;
    }

    .earth-theme.variant-1 .header-menu .sublist {
        padding: 15px 0;
    }

        .air-theme .header-menu .sublist li,
        .earth-theme.variant-1 .header-menu .sublist li {
            position: relative;
        }

            .air-theme .header-menu .sublist li a,
            .earth-theme.variant-1 .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 12px 25px;
                color: #666;
            }

            .air-theme .header-menu .sublist li a {
                font-size: 14px;
            }

            .earth-theme.variant-1 .header-menu .sublist li a {
                font-size: 15px;
            }

            .air-theme .header-menu .sublist li .with-subcategories:after,
            .earth-theme.variant-1 .header-menu .sublist li .with-subcategories:after {
                content: "";
                position: absolute;
                right: 20px;
                width: 6px;
                height: 9px;
                background: url('../img/arrow-grey.png') center no-repeat;
            }

            .air-theme .header-menu .sublist li .with-subcategories:after {
                top: 17px;
            }

            .earth-theme.variant-1 .header-menu .sublist li .with-subcategories:after {
                top: 20px;
            }

    /* HEADER MENU, Air-2 */

    .air-theme.variant-2 .header-menu-parent.hidden {
        visibility: hidden;
        opacity: 0;
    }

    .air-theme.variant-2 .header-menu-parent.visible {
        visibility: visible;
        opacity: 1;
    }

    /* HEADER MENU, Earth-2 */

    .earth-theme.variant-2 .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1070;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        transition: all 0.8s ease;
    }

        .earth-theme.variant-2 .header-menu.open {
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
        }

    .earth-theme.variant-2.notAndroid23 .header-menu {
        width: 500px;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
    }

    .earth-theme.variant-2.android23 .header-menu {
        width: 500px;
        left: -500px;
    }

    .earth-theme.variant-2.notAndroid23 .header-menu.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .earth-theme.variant-2.android23 .header-menu.open {
        left: 0;
    }

    .earth-theme.variant-2 .header-menu .close-menu,
    .earth-theme.variant-2 .header-menu .back-button {
        padding: 20px;
        text-align: right;
        font-size: 0;
    }

        .earth-theme.variant-2 .header-menu .close-menu span,
        .earth-theme.variant-2 .header-menu .back-button span {
            display: inline-block;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #ccc url('../img/close.png') center no-repeat;
            cursor: pointer;
        }

    .earth-theme.variant-2 .header-menu > ul li {
        position: relative;
        z-index: auto !important; /*overrides JS z-index reversing for the default desktop menu*/
        margin: 0 100px 0 80px;
        padding: 40px 0 0;
    }

        .earth-theme.variant-2 .header-menu > ul li:after {
            content: "";
            position: absolute;
            bottom: 5px;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 2px;
            background-color: #eee;
        }

        .earth-theme.variant-2 .header-menu > ul li > a {
            position: relative;
            min-height: 60px;
            background-color: #fff;
            padding: 0 10px 0 0;
            line-height: 24px;
            color: #aaa;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 400;
        }

            .earth-theme.variant-2 .header-menu > ul li > a:before {
                content: "";
                position: absolute;
                top: 50%;
                left: -100px;
                width: 0;
                height: 4px;
                margin: -2px 0 0;
                background-color: #007c5a;
                transition: all 0.2s ease;
            }

            .earth-theme.variant-2 .header-menu > ul li > a:hover:before {
                width: 80px;
            }

    .earth-theme.variant-2 .header-menu .plus-button {
        position: absolute;
        right: -48px;
        z-index: 1;
        float: right;
        width: 40px;
        height: 40px;
        border: 8px solid #fff;
        border-radius: 50%;
        background: #ccc url('../img/arrow-white.png') center no-repeat;
        cursor: pointer;
        bottom: -4px;
    }

    .earth-theme.variant-2 .header-menu .sublist {
        width: 100% !important;
    }

    .earth-theme.variant-2 .header-menu li.back-button {
        margin: 0;
    }

        .earth-theme.variant-2 .header-menu li.back-button:after {
            display: none;
        }

    /* HEADER DROPDOWNS */

    .store-search-box {
        z-index: auto;
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
        background-color: rgba(255,255,255,0.75);
        padding: 0;
    }

    .desktop-device.scrollYRemove .store-search-box {
        width: calc(100% - 17px);
    }

    .store-search-box .close {
        display: inline-block;
        position: absolute;
        top: 22px;
        right: 22px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #ccc url('../img/close.png') center no-repeat;
        cursor: pointer;
    }

    .store-search-box form {
        position: absolute;
        top: 28%;
        right: 0;
        left: 0;
        width: 600px;
        height: 80px;
        margin: auto;
        border-width: 2px 0;
        border-color: #ccc;
        padding: 10px 0;
    }

    .air-theme .search-box input.search-box-text {
        font-size: 18px;
    }

    .earth-theme .search-box input.search-box-text {
        font-size: 24px;
    }

    .search-box .search-box-button {
        border: none;
    }

    .search-box .ui-autocomplete {
        width: 600px !important;
        border-top: 10px solid #fff; /* pseudo offset */
    }

    .header-options {
        position: absolute;
        top: 100% !important;
        right: 140px;
        left: auto;
        z-index: auto;
        width: 270px;
        margin-top: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .header-selectors-wrapper {
        padding: 20px;
    }

        .header-selectors-wrapper > div {
            margin-top: 10px;
        }

    .header-links-wrapper {
        text-align: left;
    }

    .flyout-cart {
        display: none;
        position: absolute;
        top: 100%;
        right: 5px;
        width: 400px;
        margin-top: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #f6f6f6;
        transition: all 0.3s ease;
    }

        .flyout-cart.active {
            display: block;
        }

    .earth-theme .mini-shopping-cart {
        font-weight: 400;
    }

    .mini-shopping-cart .count {
        border-bottom: 1px solid #eee;
        background-color: #f6f6f6;
        padding: 20px;
        text-align: center;
        font-size: 14px;
    }

    .air-theme .mini-shopping-cart .count a {
        color: #eda187;
    }

    .earth-theme .mini-shopping-cart .count a {
        color: #007c5a;
    }

    .mini-shopping-cart .count a:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 17px;
        margin: 0 5px 0 0;
        background: url('../img/tick-color.png') center no-repeat;
        vertical-align: middle;
        background-color: #eda187;
    }

    .mini-shopping-cart .items {
        position: relative;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        background-color: #fff;
    }

    .mini-shopping-cart .item {
        display: table;
        width: 100%;
        margin: -10px 0 30px; /*perfect scrollbar container fix*/
        padding: 0 20px;
    }

        .mini-shopping-cart .item.first {
            margin-top: 30px;
        }

    .mini-shopping-cart .picture {
        display: table-cell;
        width: 120px;
        padding: 0 20px 0 0;
        text-align: center;
        vertical-align: top;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .mini-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

    .mini-shopping-cart .product {
        display: table-cell;
        position: relative;
        padding: 10px 0 60px;
        text-align: left;
        vertical-align: top;
    }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        color: #555;
        text-transform: uppercase;
    }

    .air-theme .mini-shopping-cart .name {
        font-size: 14px;
    }

    .earth-theme .mini-shopping-cart .name {
        font-size: 16px;
    }

    .mini-shopping-cart .attributes {
        display: none;
    }

    .mini-shopping-cart .quantity {
        font-size: 13px;
    }

    .mini-shopping-cart .price {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-width: 1px 0;
        border-style: solid;
        border-color: #eee;
        padding: 10px 15px;
        text-align: right;
    }

        .mini-shopping-cart .price span {
            font-size: 16px;
        }

    .air-theme .mini-shopping-cart .price span {
        font-weight: 700;
        color: #eda187;
    }

    .earth-theme .mini-shopping-cart .price span {
        font-weight: 400;
        color: #007c5a;
    }

    .mini-shopping-cart .totals {
        padding: 25px 20px;
        text-align: center;
        font-size: 18px;
    }

    .air-theme .mini-shopping-cart .totals strong {
        font-weight: 700;
        color: #eda187;
    }

    .earth-theme .mini-shopping-cart .totals strong {
        font-weight: 400;
        color: #007c5a;
    }

    .mini-shopping-cart .buttons {
        padding: 0 10px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .mini-shopping-cart button {
        display: inline-block;
        width: 46%;
        height: 55px;
        margin: 0 2%;
        color: #fff;
        text-transform: uppercase;
        transition: opacity 0.2s ease;
        font-size: 16px;
        background-color: #eda187;
    }

    .mini-shopping-cart .checkout-button {
        background-color: #555;
    }

    .mini-shopping-cart button span {
        vertical-align: middle;
    }

    .mini-shopping-cart button:only-child {
    }

    .mini-shopping-cart button + button {
    }

    /* HEADER VARIANTS DROPDOWNS */

    .air-theme.variant-2.home-page-body .search-wrap {
        display: none;
    }

    .air-theme.variant-2 .responsive-nav-wrapper .personal-button {
        display: none;
    }

    .air-theme.variant-2 .header-options {
        right: auto;
        left: 5px;
    }

    .air-theme.variant-2 .header-options,
    .air-theme.variant-2 .flyout-cart {
        z-index: 1040;
        transition: all 0.3s ease;
    }

    .air-theme.variant-2 .stick .header-options {
        left: -100%;
    }

    .air-theme.variant-2 .stick .flyout-cart {
        right: -100%;
    }

    .air-theme.variant-2 .search-box.static {
        display: block !important;
        position: relative;
        top: 0 !important;
        z-index: 99; /* higher than the possible number of slider images */
        width: 980px;
        margin: 100px auto 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        overflow: visible;
        background-color: #fff;
        padding: 10px;
        transition: none;
    }

    .air-theme.variant-2 .slider-wrapper + .search-box.static {
        top: -35px !important;
        margin: auto;
    }

    .air-theme.variant-2 .search-box.static form {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        border: 1px solid #eee;
        padding: 0;
    }

    .air-theme.variant-2 .search-box .select-box {
        background-color: #333;
    }

    .air-theme.variant-2 .search-box.static .search-box-button {
        border-left: 1px solid #eee;
    }

    .air-theme.variant-2 .search-box.static .ui-autocomplete {
        width: calc(100% - 82px) !important;
        border: none;
    }

    /* FOOTER */
    .footer-middle .center {
        position: relative;
        min-height: 380px;
    }

    .social-sharing {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -160px 0 0 -160px;
        padding-top: 115px;
    }

    .air-theme .social-sharing .title {
        margin-bottom: 25px;
    }

    .earth-theme .social-sharing .title {
        margin-bottom: 20px;
    }

    .footer-block {
        width: 33.33333%;
        margin: 110px 0 90px;
    }

    /* LEFT/RIGHT COLUMN */

    .block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

        .block:last-child {
            margin: 0;
        }

        .block .listbox {
            display: block;
        }

        .block .title {
            padding: 15px 20px;
            cursor: default;
        }

            .block .title:before,
            .block .title:after {
                display: none;
            }

            .block .title strong {
                display: block;
            }

    .block-recently-viewed-products li {
        padding: 10px 0;
        font-size: 0;
    }

    .block .product-picture {
        display: inline-block !important;
        width: 25%;
        padding: 0 10px !important;
        vertical-align: middle;
    }

        .block .product-picture img {
            display: block;
            max-width: 100%;
        }

    .block .product-name {
        display: inline-block !important;
        width: 75%;
        padding: 0 10px !important;
        vertical-align: middle;
    }

    /* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        width: 980px;
        margin: 50px auto;
    }

    .home-page .item-box {
        text-align: center;
    }

    .item-box .add-to-compare-list-button:before {
        background-position: center;
    }

    .product-grid .item-box button span {
        position: absolute;
        top: -25px;
        left: 50%;
        background-color: rgba(255,255,255,1);
        padding: 5px 8px;
        text-transform: uppercase;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .product-grid .item-box button span {
        font-size: 10px;
        color: #25B4B1;
    }

        .product-grid .item-box button span:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin: 0 0 0 -5px;
            border-width: 5px 5px 5px;
            border-style: solid;
            border-color: rgba(255,255,255,0.8) transparent transparent;
        }

    .product-grid .item-box button:hover span {
        opacity: 1;
    }

    .home-page-category-grid {
        width: 980px;
        margin: 50px auto 60px;
    }

    .sub-category-grid {
        margin: 50px 0 60px;
    }

        .home-page-category-grid .item-box,
        .sub-category-grid .item-box {
            margin-bottom: 8%;
        }

    .product-viewmode {
        width: 18%;
    }

    /* PRODUCT PAGE */
    .gallery {
        /*float: left;*/
        width: 48%;
    }

        .gallery .picture {
            width: auto;
        }

        .gallery .picture-thumbs a {
            width: 92px;
            height: 92px;
        }

    .overview {
        float: right;
        width: 48%;
    }

        .overview .product-name h1 {
            font-style: normal;
            font-weight: bold;
            font-size: 34px;
            line-height: 42px;
            color: #25B4B1;
        }

    .variant-overview .attributes {
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .variant-overview .rental-attributes {
        margin-bottom: 0 !important;
    }


    .variant-overview .add-to-cart {
        text-align: right;
    }

    .variant-overview .add-to-cart-panel > div {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .variant-overview .add-to-wishlist-button {
        display: block;
        margin: 0 -5px 0 5px;
    }

    .variant-overview .customer-entered-price {
        display: inline-block;
        max-width: 240px;
        margin-bottom: 0;
        background-color: transparent;
        vertical-align: middle;
    }

    .variant-overview .price-input {
        display: block;
        margin: 0;
    }

    .variant-overview .enter-price-input {
        width: 60px;
        padding: 0;
    }

    .variant-overview .price-range {
        display: block;
        margin: 10px 0 0;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 40px;
    }

    .product-details-page .item-box {
        width: 23.5%; /*four per row*/
    }

        .product-details-page .item-box:nth-child(3n+1) {
            clear: none;
            margin-left: 2%;
        }

        .product-details-page .item-box:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

        .product-details-page .item-box .prices {
            margin: 0;
        }

    /* REVIEW PAGE */

    .product-review-item .review-item-head {
        float: left;
        width: 20%;
        margin: 0;
    }

    .product-review-item .review-info .user {
        padding: 0 15px 0 0;
    }

    .product-review-item .review-content {
        float: right;
        width: 80%;
    }

    /* WISHLIST & COMPARE LIST */

    .wishlist-content .message-error {
        margin: -20px 0 20px;
    }

    .wishlist-page .share-info {
        margin: 0 0 80px;
    }

    .compare-products-page .button-wrapper {
        margin: 0 0 40px;
        text-align: center;
    }

    .compare-products-mobile {
        display: none;
    }

    .compare-products-table {
        display: table;
        margin: 0 0 80px;
    }

        .compare-products-table td {
            position: relative;
            border-width: 1px;
            border-style: solid;
            border-color: #eee transparent;
            padding: 20px;
            vertical-align: top;
            color: #555;
        }

            .compare-products-table td:first-child {
                min-width: 200px;
                border-color: #eee #eee #eee transparent;
                vertical-align: middle;
                color: #aaa;
            }

        .compare-products-table .product-picture {
            text-align: left;
            vertical-align: top;
            font-size: 0;
        }

            .compare-products-table .product-picture a {
                display: inline-block;
            }

            .compare-products-table .product-picture img {
                max-width: 230px; /*Ie fix*/
            }

        .compare-products-table .remove-button {
            position: absolute;
            top: 19px;
            left: 19px;
            opacity: 0.9;
            transition: opacity 0.2s ease;
        }

    .earth-theme .compare-products-page .remove-button {
        text-transform: uppercase;
    }

    .compare-products-table .remove-button:hover {
        opacity: 1;
    }

    .air-theme .compare-products-table .remove-button:before {
        margin: 0 6px 0 -2px;
    }

    .earth-theme .compare-products-table .remove-button:before {
        margin: 0 8px 0 -2px;
    }

    .earth-theme .compare-products-page .product-name td {
        font-weight: 400;
    }

    .air-theme .compare-products-page .product-price td {
        font-weight: 700;
        color: #eda187;
    }

    .earth-theme .compare-products-page .product-price td {
        font-weight: 400;
        color: #007c5a;
    }

    .compare-products-table .full-description {
        display: none;
    }

    /* TOPICS */

    .topic-password {
        width: 600px;
        margin: -150px auto 100px;
    }

    /* CONTACT PAGES */
    /* REGISTRATION, LOGIN */

    .registration-page .title,
    .booking-page .title,
    .booking-form .title {
        text-align: left;
    }

    .login-page .customer-blocks {
        margin-bottom: 40px;
    }

    .login-page .returning-wrapper {
        float: right;
        width: 42.4%;
    }

    .login-page .new-wrapper {
        float: left;
        width: 42.4%;
    }

    .login-page .content {
        min-height: 229px;
    }

    .login-page .buttons {
        /*border-top: 1px solid #eee;*/
        /*padding: 30px 0 0;*/
    }

    .login-page .inner-wrapper {
        background-color: #f9f9f9;
        padding: 75px 70px 58px;
    }

    .registration-page .form-fields {
        padding: 70px 6%;
    }

    /*.registration-page .page-body .fieldset:first-child .form-fields {
        padding: 70px 6% 0 6%;
    }

    .registration-page .page-body .fieldset .form-fields {
        padding: 0 6%;
    }*/

    /*Capthca*/

    .premium .captcha {
        margin: 0px 0 20px 0;
    }

    /* ACCOUNT PAGES */
    .customer-pages-body .center-2 {
        width: 66%;
    }

    .customer-pages-body .side-2 {
        /*display: none !important;*/
    }

    .block-account-navigation {
        margin: 60px 0 70px !important;
        text-align: center;
    }

        .block-account-navigation .title {
            display: none;
        }

        .block-account-navigation .listbox {
            padding: 0;
            font-size: 0;
        }

        .block-account-navigation .list li {
            display: flex;
            justify-content: center;
            align-items: stretch;
        }

        .block-account-navigation .list a {
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            border-bottom: 1px solid;
        }

    .premium .block-account-navigation .list a.active {
        border-bottom: 1px solid;
    }

    .account-page .page-body {
        margin-left: auto;
        margin-right: auto;
    }

    .back-in-stock-subscription-list-page,
    .forum-subscriptions-page {
        margin: 0 0 40px;
    }

    .account-page .edit-address,
    .account-page.order-list-page,
    .return-request-list-page,
    .change-password-page {
        margin: 20px 0 40px;
    }

    .recurring-payments {
        margin: 0 0 60px;
    }

    .page.avatar-page {
        margin: 20px 0 40px;
        text-align: center;
    }

    .account-page .review-item-head {
        width: 25%;
    }

    .account-page .review-content {
        width: 75%;
    }

    .account-page .review-info label {
        display: none;
    }

    /* SHOPPING CART */

    .order-progress {
        margin: 0 0 90px;
    }

    .shopping-cart-page
    .tax-shipping-info {
        text-align: right;
    }

    .checkout-attributes {
        padding: 0 20px;
        text-align: right;
    }

        .checkout-attributes li {
            margin: 0 0 0 10px !important;
        }

        .checkout-attributes .color-squares li {
            margin: 5px -5px 5px 5px !important;
        }

    .selected-checkout-attributes {
        text-align: right;
    }

    .shopping-cart-page .cart-footer {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-collaterals {
        float: left;
        width: 65%;
        max-width: none;
    }

        .cart-collaterals .deals,
        .cart-collaterals .shipping {
            padding: 0px 25px 20px;
            text-align: center;
        }

        .cart-collaterals .deals,
        .cart-collaterals .donation-box {
            width: 48.4%;
        }

        .cart-collaterals .deals {
            float: left;
        }

        .cart-collaterals .shipping {
            float: right;
            width: 48.4%;
        }

        .cart-collaterals
        .coupon-box, .giftcard-box, .cart-footer .vouchers-box {
            margin: 30px 0 0;
        }

        .cart-collaterals .title,
        .cart-collaterals .hint {
            text-align: left;
        }

        .cart-collaterals .inner-wrapper {
            display: block !important;
            height: auto !important;
        }

    .cart-footer .totals {
        float: right;
        width: 33%;
        max-width: none;
    }

    .cart-total .cart-total-left {
        padding: 5px 10px 5px 15px;
    }

    .cart-total .cart-total-right {
        padding: 5px 15px 5px 10px;
    }

    .cross-sells .item-box {
        width: 23.5%; /*four per row*/
    }

        .cross-sells .item-box:nth-child(3n+1) {
            clear: none;
            margin-left: 2%;
        }

        .cross-sells .item-box:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

    /* CHECKOUT */

    .checkout-page .section .title {
        text-align: center;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        float: left;
        width: 32%;
        margin: 0 0 2% 2%;
    }

        .checkout-page .address-item:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }

        .checkout-page .address-item:only-child {
            display: block;
            float: none;
            max-width: 1000px;
            margin: auto;
        }

    .checkout-page .totals {
        width: 100%;
    }

    .opc .step-title .number {
        display: inline-block;
    }

    /* ORDER DETAILS & RETURN REQUEST */

    .order-details-page .buttons {
        position: relative;
        margin: 0;
    }

    .order-details-page .order-overview {
        margin-top: 80px;
        text-align: center;
    }

    .order-details-page .options,
    .order-details-page .actions {
        text-align: right;
    }

    .order-details-page .totals {
        width: 400px;
        margin: 0 0 30px auto;
    }

    .return-request-page {
        text-align: center;
    }

    /* SEARCH & SITEMAP */

    .search-page-body .center-2,
    .search-page-body .side-2 {
        padding-top: 10px;
    }

    .sitemap-page {
        text-align: center;
    }

    /* BLOG & NEWS */

    .blog-pages-body .center-2,
    .blog-pages-body .side-2,
    .news-pages-body .center-2,
    .news-pages-body .side-2 {
        margin: 20px 0 60px !important;
    }

    .blog-page .post,
    .news-items .news-item {
        margin: 0 auto 50px;
    }

    .blog-page .buttons,
    .news-items .buttons {
        text-align: left;
    }

    .new-comment .title,
    .comment-list .title {
        text-align: center;
    }

    .new-comment form {
        width: auto;
    }

    .news-list-homepage .news-items {
        width: 980px;
        overflow: hidden;
    }

    .news-list-homepage .news-item {
        display: block;
        float: left;
        width: 49%;
    }

        .news-list-homepage .news-item:nth-child(odd) {
            clear: both;
        }

        .news-list-homepage .news-item:nth-child(even) {
            margin-left: 2%;
        }

        .news-list-homepage .news-item:only-child {
            float: none;
            width: auto;
        }

    .news-list-homepage .news-body {
        max-height: 104px;
    }

    /* FORUM & PROFILE */

    .forum-page .forum-name,
    .forum-topic-page .topic-name,
    .forums-main-page .topic-block-title,
    .forum-group-page .forums-table-section-title,
    .active-discussions-page .forums-table-section-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        margin: 0;
    }

    .air-theme .forum-page .forum-name,
    .air-theme .forum-topic-page .topic-name,
    .air-theme .forums-main-page .topic-block-title,
    .air-theme .forum-group-page .forums-table-section-title,
    .air-theme .active-discussions-page .forums-table-section-title {
        background: url('../img/title-banner-1.jpg') center no-repeat;
    }

    .earth-theme .forum-page .forum-name,
    .earth-theme .forum-topic-page .topic-name,
    .earth-theme .forums-main-page .topic-block-title,
    .earth-theme .forum-group-page .forums-table-section-title,
    .earth-theme .active-discussions-page .forums-table-section-title {
        background: url('../img/title-banner-2.jpg') center no-repeat;
    }

    .forum-page .forum-name h1,
    .forum-topic-page .topic-name h1,
    .forums-main-page .topic-block-title h2,
    .forum-group-page .forums-table-section-title a,
    .active-discussions-page .forums-table-section-title strong {
        position: absolute;
        bottom: 58px;
        left: 0;
        width: 100%;
        color: #fff;
    }

    .air-theme .forum-page .forum-name h1,
    .air-theme .forum-topic-page .topic-name h1,
    .air-theme .forums-main-page .topic-block-title h2,
    .air-theme .forum-group-page .forums-table-section-title a,
    .air-theme .active-discussions-page .forums-table-section-title strong {
        font-size: 26px;
    }

    .earth-theme .forum-page .forum-name h1,
    .earth-theme .forum-topic-page .topic-name h1,
    .earth-theme .forums-main-page .topic-block-title h2,
    .earth-theme .forum-group-page .forums-table-section-title a,
    .earth-theme .active-discussions-page .forums-table-section-title strong {
        font-size: 28px;
    }

    .forums-main-page,
    .forum-group-page {
        margin: 0 0 80px;
    }

    .forums-header {
        margin: 0 0 90px;
    }

    .forums-table-section {
        margin: 0 0 60px;
    }

    .active-discussions-page {
        margin: 0 0 80px;
    }

    .topic-post .post-info {
        width: 15%;
    }

    .topic-post .post-content {
        width: 85%;
    }

    .forum-edit-page,
    .private-message-send-page {
        margin: 20px 0 80px;
    }

    .private-message-view-page .buttons {
        position: relative;
    }

    .private-message-view-page input.back-pm-button {
        position: absolute;
        top: 20px;
        left: 20px;
        margin: 0;
    }

    .password-recovery-page .tooltip,
    .password-recovery-page .result {
        font-size: 16px;
        line-height: 28px;
        margin: 40px 0 100px 0;
    }

    .premium .cs-accordion-header {
        margin-top: 10px;
    }

    .premium .block-group .d-block {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .premium .product-event-ticket-total {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 55px;
        margin: 0;
        float: left;
    }

    .premium .block-group event-ticket-add-to-cart {
        float: right;
        margin: 0;
    }

    .item-box .picture {
        max-height: 410px;
    }

    .overview .quantity .decrease,
    .variant-overview .quantity .decrease {
        margin-left: 0;
    }

    .overview .quantity {
        margin: 0 0 40px;
    }

    .cart td, .data-table td,
    .forums-table-section td {
        padding: 25px 15px;
    }

    .data-table .unit-price,
    .data-table .total {
        white-space: nowrap;
    }

    .shopping-cart-page .button-1 {
        margin: 70px 0 5px auto;
    }

    .checkout-page .checkout-steps {
        float: left;
        width: 60%;
    }

    .checkout-page .checkout-order-summary,
    .checkout-collaterals {
        float: right;
        width: 40%;
        padding-left: 70px;
        clear: right;
    }

    .checkout-page.order-completed-page .table-wrapper {
        display: block;
    }

    .checkout-page .grid-wrapper {
        display: block;
        padding: 20px;
        background-color: #f9f9f9;
    }

    .grid-product-item {
        padding: 22px 0;
        border-bottom: 1px solid #C4C4C4;
        display: flex;
        justify-content: space-between;
    }

        .grid-product-item .item-picture {
            display: inline-flex;
            vertical-align: bottom;
        }

            .grid-product-item .item-picture a {
                display: flex;
                margin: auto;
            }

    .opc {
        margin: 0;
        width: 100%;
    }

        /*    .cart-options {
        margin: 0;
    }*/

        .opc > li:first-child {
            margin: 0;
        }

        .opc .step {
            padding: 25px 0 25px 25px;
        }


    .account-page .page-body {
        margin-top: 60px;
    }

    .account-page .address-list .section {
        width: 23%;
    }

    /*.account-page .address-list .section,*/
    .account-page .order-list .section,
    .return-request-list-page .section {
        /*float: left;*/
        width: 31%;
        max-width: none;
        margin-left: 2%;
        margin-right: 0;
    }

        /*.account-page .address-list .section:nth-child(2n+1),*/
        .account-page .order-list .section:nth-child(2n+1),
        .return-request-list-page .section:nth-child(2n+1),
        .account-page .order-list .order-details-area {
            clear: none;
            margin-left: 2%;
        }

        /*.account-page .address-list .section:nth-child(3n+1),*/
        .account-page .order-list .section:nth-child(3n+1),
        .return-request-list-page .section:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }

        /*.account-page .address-list .section:only-child,*/
        .account-page .order-list .section:only-child,
        .return-request-list-page .section:only-child {
            float: none;
            margin-right: auto;
            margin-left: auto;
        }

    .item-box .picture img {
        object-fit: cover;
        min-height: 410px;
    }

    /* .home-page-category-grid .item-box .picture img {
        min-height: 342px;
    }*/

    .home-page-category-grid .item-box .picture {
        max-height: 342px;
    }

    .search-box .search-box-button {
        width: 76px;
    }

    .basic-search .inputs {
        width: 440px;
        margin: 0 30px 0 0;
    }

    .container {
        width: 1440px;
    }

    .account-page .order-list .order-info .section.totals {
        width: 40%;
    }

    .header-tools {
        padding-right: 40px;
    }

    .popup-cart-dialog .item-column:nth-child(2) .item-details {
        margin: auto auto 0;
        flex-basis: 40%;
    }

    .change-password-page .page-body {
        width: 75vw;
    }

    .bookup-slots-page .start-wrap, .bookup-slots-page .end-wrap {
        margin-left: auto;
    }

    .boarding-card-register-form .row.justify-content-center {
        margin-bottom: 25px;
    }

    .product-boarding-buttons {
        width: 84.5%;
        margin: auto;
    }

    .card-info .card-info-item.card-number div:first-child {
        padding-right: 16px;
        width: 21%;
    }

    .header-menu .sublist-wrap .sublist-wrap {
        top: -20px;
        left: 100%;
    }

    .fix-date-booking-filter .gallery {
        float: left;
    }

    .variant-overview .prices {
        margin-right: 100px;
    }
}

@media all and (min-width: 1001px) {
    #feratel-card-block input, #feratel-card-block select {
        width: 49% !important;
    }
}
