﻿
@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;
    }
    /*
    .master-wrapper-content {
        overflow: hidden;
        padding-top: 240px;
    }*/

    .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;
    }

        /*  .air-theme .page-title {
        background: url('../img/title-banner-1.jpg') center no-repeat;
    }

    .earth-theme .page-title {
        background: url('../img/title-banner-2.jpg') center no-repeat;
    }*/

        .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 .header-menu {
	width: 980px;
}*/
    .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;
            }

    /*  .air-theme .header-menu .sublist-wrap .sublist-wrap {
            top: -20px;
            left: 100%;
        }

        .earth-theme.variant-1 .header-menu .sublist-wrap .sublist-wrap {
            top: -25px;
            left: 100%;
        }*/

    /* 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 /*,
    .earth-theme.variant-2 .header-menu .sublist-wrap*/ {
        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 /*,
        .earth-theme.variant-2 .header-menu .sublist-wrap.active*/ {
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
        }

    .earth-theme.variant-2.notAndroid23 .header-menu /*,
    .earth-theme.variant-2.notAndroid23 .header-menu .sublist-wrap*/ {
        width: 500px;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
    }

    .earth-theme.variant-2.android23 .header-menu /*,
    .earth-theme.variant-2.android23 .header-menu .sublist-wrap */ {
        width: 500px;
        left: -500px;
    }

    .earth-theme.variant-2.notAndroid23 .header-menu.open /*,
    .earth-theme.variant-2.notAndroid23 .header-menu .sublist-wrap.active*/ {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .earth-theme.variant-2.android23 .header-menu.open /*,
    .earth-theme.variant-2.android23 .header-menu .sublist-wrap.active*/ {
        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:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 33px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }*/

    .mini-shopping-cart button span {
        vertical-align: middle;
    }

    /*    .mini-shopping-cart .cart-button:before {
        background: url('../img/flyout-cart-sprite.png') left no-repeat;
    }

    .mini-shopping-cart .checkout-button:before {
        background: url('../img/flyout-cart-sprite.png') right no-repeat;
    }*/

    .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 */
    /*
    .newsletter-email {
        width: 560px;
        margin: auto;
    }*/

    .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%;
    }

    /* ALTERNATE FEATURED PRODUCTS */

    /*.alternate-products {
        margin-bottom: 80px !important;
    }

        .alternate-products .item-box {
            clear: none;
            width: 24.25%;
            margin-bottom: 2%;
            margin-left: 1%;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            background-color: #fff;
            padding: 10px 10px 30px;
        }

            .alternate-products .item-box:nth-child(4n+1) {
                clear: both;
                margin-left: 0;
            }

            .alternate-products .item-box .details {
                padding: 0 10px;
            }

            .alternate-products .item-box .buttons {
                height: 80px;
                background-color: transparent !important;
                padding: 10px 0;
                opacity: 1;
            }

                .alternate-products .item-box .buttons:before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 0;
                    background-color: #fff;
                    transition: all 0.2s ease;
                }

                .alternate-products .item-box .buttons button {
                    opacity: 0;
                }

            .alternate-products .item-box button:nth-child(4) {
                display: none;*/ /*hidden when the button lane is full*/
    /*}

            .alternate-products .item-box button:before {
                box-sizing: content-box;
                border-width: 10px;
                border-style: solid;
                border-radius: 50%;
            }

    .alternate-products .item-box button:before {
        border-color: #eda187;
        background-color: #eda187;
    }

    .alternate-products .item-box button span {
        display: none;*/ /*tooltip hidden*/
    /*}

        .alternate-products .item-box button span:before {
            display: none;
        }

    .alternate-products .item-box:hover .buttons:before {
        height: 50%;
    }

    .alternate-products .item-box:hover .buttons button {
        opacity: 1;
    }*/
    /* 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 {
            /*height: 46px;*/
            /*background-color: transparent;*/
            /*padding: 0 20px 0 50px;*/
            /*margin:2px;*/
            /*line-height: 46px;
            text-transform: uppercase;
            white-space: nowrap;*/
            border-bottom: 1px solid;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
        }

    .premium .block-account-navigation .list a.active {
        border-bottom: 1px solid;
    }

    /* .block-account-navigation .list a:before {
            content: "";
            position: absolute;
            top: 13px;
            left: 15px;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background-image: url('../img/account-navigation-sprite.png');
            background-repeat: no-repeat;
            background-size: 26px;
            transition: all 0.2s ease;
        }*/
    /* .block-account-navigation .list a:before {
        background-color: #eda187;
    }*/
    /*.premium .block-account-navigation .list a:before {
        background-color: #25B4B1;
    }*/
    /*.block-account-navigation .list a:after {
        background-color: transparent;
        opacity: 0;
    }*/
    /* .block-account-navigation .list a.active {
        border-left: 2px solid #eda187;
    }*/
    /* .premium .block-account-navigation .list a.active {
        border-left: 2px solid #25B4B1;
    }*/
    /*.block-account-navigation .list a:hover,
    .block-account-navigation .list a.active {
        background-color: #eda187;
    }

    .premium .block-account-navigation .list a:hover,
    .premium .block-account-navigation .list a.active {
        background-color: #25B4B1;
    }

    .block-account-navigation .list a:hover{
        color: #fff;
    }

    .block-account-navigation .list a:hover:after,
    .block-account-navigation .list a.active:after {
        opacity: 1;
    }

        .block-account-navigation .list a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M-0.2,0.1v70.2H70V0.1H-0.2z M35,16c4.9,0,7.9,2.6,7.9,6.9c0,2.4-0.1,5.1-1.1,7.4c-1.2,3-3.6,4.6-6.8,4.6 c-3.2,0-5.6-1.6-6.8-4.6c-0.9-2.3-1.1-5.1-1.1-7.4C27.2,18.6,30.1,16,35,16z M48.1,47.9c0,3.4-2.7,6.1-6.1,6.1H28 c-3.4,0-6.1-2.7-6.1-6.1v-0.7c0-5.6,4.6-10.2,10.2-10.2h5.9c5.6,0,10.2,4.6,10.2,10.2V47.9z'/%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .customer-info a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M-0.2,0.1v70.2H70V0.1H-0.2z M35,16c4.9,0,7.9,2.6,7.9,6.9c0,2.4-0.1,5.1-1.1,7.4c-1.2,3-3.6,4.6-6.8,4.6 c-3.2,0-5.6-1.6-6.8-4.6c-0.9-2.3-1.1-5.1-1.1-7.4C27.2,18.6,30.1,16,35,16z M48.1,47.9c0,3.4-2.7,6.1-6.1,6.1H28 c-3.4,0-6.1-2.7-6.1-6.1v-0.7c0-5.6,4.6-10.2,10.2-10.2h5.9c5.6,0,10.2,4.6,10.2,10.2V47.9z'/%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .customer-addresses a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.1,0.1v69.8h69.8V0.1H0.1z M48.7,48.8c0,2.2-1.8,3.9-3.9,3.9h-6.3V43h-7.1v9.7h-6.3c-2.2,0-3.9-1.8-3.9-3.9 v-9.2c0-0.3,0.1-0.6,0.3-0.8l12.7-12.7c0.4-0.4,1.1-0.4,1.5,0l12.7,12.7c0.2,0.2,0.3,0.5,0.3,0.8V48.8z M53.4,36.4 c-0.4,0.4-1,0.6-1.5,0.6c-0.6,0-1.1-0.2-1.5-0.6L35.9,22c-0.5-0.5-1.3-0.5-1.8,0L19.7,36.4c-0.9,0.9-2.2,0.9-3.1,0 c-0.9-0.9-0.9-2.2,0-3.1L31,18.9c2.1-2.1,5.8-2.1,7.9,0l4.3,4.3v-2.3c0-1.2,1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2v6.7l5.8,5.8 C54.2,34.2,54.2,35.5,53.4,36.4z'/%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .customer-orders a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M-0.8,0.1v70.6h70.6V0.1H-0.8z M29.5,52.4c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S31.6,52.4,29.5,52.4z M45.3,52.4c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S47.5,52.4,45.3,52.4z M50.8,35.8c0,0.3-0.3,0.6-0.6,0.6l-23.1,3.2 c0.6,1.1,1.9,1.7,3.2,1.7h18.2c0.5,0,0.8,0.3,0.8,0.8s-0.3,0.8-0.8,0.8H30.3c-2.7,0-4.9-1.9-5.5-4.4l-3.8-19.3h-4.1 c-0.5,0-0.8-0.3-0.8-0.8s0.3-0.8,0.8-0.8h4.8c0.3,0,0.6,0.3,0.8,0.6l0.8,4.1h30.1c0.3,0,0.5,0.2,0.6,0.3c0.2,0.2,0.2,0.5,0.2,0.5 L50.8,35.8z'/%3E%3C/svg%3E%0A");
        }

    .block-account-navigation .return-requests a:before {
        background-position: -75px 0;
    }

        .block-account-navigation .downloadable-products a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0-0.1V70h70.1V-0.1H0z M26.7,30.2H31v-9.1c0-1.1,0.9-2,2-2h4c1.1,0,2,0.9,2,2v9.1h4.4c1,0,1.6,1.3,0.9,2 L35.9,41c-0.2,0.2-0.5,0.4-0.9,0.4s-0.6-0.1-0.9-0.4l-8.3-8.7C25.1,31.5,25.6,30.2,26.7,30.2z M54,48.1c0,1.5-1.2,2.8-2.8,2.8H18.8 c-1.5,0-2.8-1.2-2.8-2.8v-0.8c0-1.5,1.2-2.8,2.8-2.8h32.5c1.5,0,2.8,1.2,2.8,2.8V48.1z'/%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .back-in-stock-subscriptions a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.3,0.2v70h70v-70H0.3z M19.3,21.6h31.3c0.5,0,1,0.1,1.4,0.3L37.4,36.6c-1.3,1.3-3.4,1.3-4.7,0L17.9,22 C18.3,21.8,18.8,21.6,19.3,21.6z M16,45V25c0-0.5,0.1-1,0.3-1.4L27.9,35L16.3,46.5C16.1,46,16,45.5,16,45z M50.7,48.4H19.3 c-0.5,0-1-0.1-1.4-0.3l11.5-11.5l1.6,1.6c2.2,2.2,5.7,2.2,7.9,0l1.6-1.6L52.1,48C51.7,48.2,51.2,48.4,50.7,48.4z M54,45 c0,0.5-0.1,1-0.3,1.4L42.1,35l11.5-11.5C53.9,24,54,24.5,54,25V45z'/%3E%3C/svg%3E%0A");
        }

    .block-account-navigation .reward-points a:before {
        background-position: -150px 0;
    }

        .block-account-navigation .change-password a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M35,19.2c-3.3,0-6,2.8-6,6.3v4.8h12v-4.8C41,22,38.3,19.2,35,19.2z'/%3E%3Cpath class='st0' d='M35,36.6c-1.7,0-3,1.4-3,3.2c0,1.2,0.6,2.2,1.5,2.7v3.6c0,0.9,0.7,1.6,1.5,1.6s1.5-0.7,1.5-1.6v-3.6 c0.9-0.5,1.5-1.6,1.5-2.7C38,38,36.7,36.6,35,36.6z'/%3E%3Cpath class='st0' d='M0,0v69.9h69.9V0H0z M48.5,50.4c0,2-1.5,3.6-3.4,3.6H24.9c-1.9,0-3.4-1.6-3.4-3.6V33.8c0-2,1.5-3.6,3.4-3.6H26 v-4.8c0-5.2,4-9.5,9-9.5c5,0,9,4.3,9,9.5v4.8h1.1c1.9,0,3.4,1.6,3.4,3.6V50.4z'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .customer-avatar a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M-0.2,0.1v70.2H70V0.1H-0.2z M35,16c4.9,0,7.9,2.6,7.9,6.9c0,2.4-0.1,5.1-1.1,7.4c-1.2,3-3.6,4.6-6.8,4.6 c-3.2,0-5.6-1.6-6.8-4.6c-0.9-2.3-1.1-5.1-1.1-7.4C27.2,18.6,30.1,16,35,16z M48.1,47.9c0,3.4-2.7,6.1-6.1,6.1H28 c-3.4,0-6.1-2.7-6.1-6.1v-0.7c0-5.6,4.6-10.2,10.2-10.2h5.9c5.6,0,10.2,4.6,10.2,10.2V47.9z'/%3E%3C/svg%3E%0A");
        }

    .block-account-navigation .forum-subscriptions a:before {
        background-position: -225px 0;
    }

    .block-account-navigation .customer-reviews a:before {
        background-position: -250px 0;
    }

    .block-account-navigation .customer-vendor-info a:before {
        background-position: -275px 0;
    }

        .block-account-navigation .card-management a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M32.6,41.3H21.5c-0.5,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8h11.1c0.5,0,0.8-0.3,0.8-0.8S33.1,41.3,32.6,41.3z'/%3E%3Cpath class='st0' d='M21.5,39.8h6.3c0.5,0,0.8-0.3,0.8-0.8c0-0.5-0.3-0.8-0.8-0.8h-6.3c-0.5,0-0.8,0.3-0.8,0.8 C20.8,39.4,21.1,39.8,21.5,39.8z'/%3E%3Cpath class='st0' d='M46.1,36.6c-0.6,0-1.1,0.2-1.6,0.5c-0.5-0.3-1-0.5-1.6-0.5c-1.7,0-3.2,1.4-3.2,3.2s1.4,3.2,3.2,3.2 c0.6,0,1.1-0.2,1.6-0.5c0.5,0.3,1,0.5,1.6,0.5c1.7,0,3.2-1.4,3.2-3.2S47.8,36.6,46.1,36.6z'/%3E%3Cpath class='st0' d='M0,0v70.1h70.1V0H0z M54,43.7c0,2.2-1.7,4-4,4H20c-2.2,0-4-1.7-4-4V32.6c0-0.5,0.3-0.8,0.8-0.8h36.4 c0.5,0,0.8,0.3,0.8,0.8V43.7z M54,27.9c0,0.5-0.3,0.8-0.8,0.8H16.8c-0.5,0-0.8-0.3-0.8-0.8v-1.6c0-2.2,1.7-4,4-4H50 c2.2,0,4,1.7,4,4V27.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .reservations-info a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M45.2,33.5H30.6c-0.8,0-1.5,0.7-1.5,1.5c0,0.9,0.7,1.5,1.5,1.5h14.6c0.8,0,1.5-0.7,1.5-1.5 C46.7,34.1,46,33.5,45.2,33.5z'/%3E%3Cpath class='st0' d='M0,0.1v70h70v-70H0z M17.5,46.1c-0.4,0-0.8-0.2-1.1-0.5c-0.3-0.3-0.4-0.8-0.3-1.2l2.9-18.8l0.7,4.8l0.7,4.8 l1.2,7.9l0.2,1.5l0.2,1.5H17.5z M53.7,45.5c-0.3,0.3-0.7,0.5-1.1,0.5H25l-0.2-1.5L24.6,43L22.1,27l-0.2-1.5l-0.2-1.5h28 c0.7,0,1.3,0.5,1.4,1.3l2.9,19C54,44.7,53.9,45.2,53.7,45.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .waiting-list a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M26,23.6c0,2.2,0.9,4.4,2.5,5.9l4.5,4.3c0.3,0.3,0.5,0.7,0.5,1.2s-0.2,0.9-0.5,1.2l-4.5,4.3 C26.9,42,26,44.1,26,46.4v2.9h1.9l6.5-9.2c0.3-0.4,0.9-0.4,1.2,0l6.5,9.2H44v-2.9c0-2.2-0.9-4.4-2.5-5.9L37,36.2 c-0.3-0.3-0.5-0.7-0.5-1.2s0.2-0.9,0.5-1.2l4.5-4.3c1.6-1.5,2.5-3.6,2.5-5.9v-2.9H26V23.6z M29.1,27.6c0.1-0.3,0.4-0.5,0.7-0.5 h10.3c0.3,0,0.6,0.2,0.7,0.5c0.1,0.3,0.1,0.6-0.1,0.9l-5.2,5.1c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.4-0.1-0.5-0.2l-5.2-5.1 C29.1,28.2,29,27.8,29.1,27.6z'/%3E%3Cpath class='st0' d='M0.1,0v70h70V0H0.1z M48.5,17.6c0,1.2-0.6,2.2-1.5,2.7v3.3c0,3.1-1.3,6.1-3.5,8.2L40.2,35l3.3,3.1 c2.2,2.1,3.5,5.1,3.5,8.2v3.3c0.9,0.5,1.5,1.6,1.5,2.7v0.8c0,0.4-0.3,0.8-0.8,0.8H22.2c-0.4,0-0.8-0.4-0.8-0.8v-0.8 c0-1.2,0.6-2.2,1.5-2.7v-3.3c0-3.1,1.3-6.1,3.5-8.2l3.3-3.1l-3.3-3.1c-2.2-2.1-3.5-5.1-3.5-8.2v-3.3c-0.9-0.5-1.5-1.6-1.5-2.7v-0.8 c0-0.4,0.3-0.8,0.8-0.8h25.5c0.4,0,0.8,0.4,0.8,0.8V17.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

        .block-account-navigation .card-bookup-events-and-slots a:before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M21.7,50.2h26.6V29.3H21.7V50.2z M28.3,38.3l4,4l9.3-9.3l2,2L32.3,46.4l-6-6L28.3,38.3z'/%3E%3Cpath class='st0' d='M0.1,0v69.8h69.8V0H0.1z M52.1,50.2c0,2.1-1.7,3.8-3.8,3.8H21.7c-2.1,0-3.8-1.7-3.8-3.8l0-26.6 c0-2.1,1.7-3.8,3.8-3.8h1.9V16h3.8v3.8h15.2V16h3.8v3.8h1.9c2.1,0,3.8,1.7,3.8,3.8V50.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

    .block-account-navigation .customer-info a:after {
        background-position: 0 -25px;
    }

    .block-account-navigation .customer-addresses a:after {
        background-position: -25px -25px;
    }

    .block-account-navigation .customer-orders a:after {
        background-position: -50px -25px;
    }

    .block-account-navigation .return-requests a:after {
        background-position: -75px -25px;
    }

    .block-account-navigation .downloadable-products a:after {
        background-position: -100px -25px;
    }

    .block-account-navigation .back-in-stock-subscriptions a:after {
        background-position: -125px -25px;
    }

    .block-account-navigation .reward-points a:after {
        background-position: -150px -25px;
    }

    .block-account-navigation .change-password a:after {
        background-position: -175px -25px;
    }

    .block-account-navigation .customer-avatar a:after {
        background-position: -200px -25px;
    }

    .block-account-navigation .forum-subscriptions a:after {
        background-position: -225px -25px;
    }

    .block-account-navigation .customer-reviews a:after {
        background-position: -250px -25px;
    }

    .block-account-navigation .customer-vendor-info a:after {
        background-position: -275px -25px;
    }

    .block-account-navigation .card-management a:after {
        background-position: -300px -25px;
    }

    .block-account-navigation .reservations-info a:after {
        background-position: -325px -25px;
    }

    .block-account-navigation .waiting-list a:after {
        background-position: -350px -25px;
    }*/
    /*.block-account-navigation .list span:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin: 0 0 0 -10px;
	border-width: 8px 10px 0 10px;
	border-style: solid dashed dashed;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.air-theme .block-account-navigation .list span:after {
	border-color: #eda187 transparent transparent;
}
.earth-theme .block-account-navigation .list span:after {
	border-color: #007c5a transparent transparent;
}
.block-account-navigation .list a:hover span:after,
.block-account-navigation .list a.active span:after {
	opacity: 1;
}*/
    .account-page .page-body {
        /*max-width: 1000px;*/
        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;
    }
}
