﻿.search-box-text  {
    height: 36px;
    border: 1px solid #c9c9c9;
    padding: 9px;
    vertical-align: middle;
    background: #fff;
}


[unresolved] {
    opacity: 0;
}

* {
    font-family: Calibri, Helvetica, Arial, serif;
}

header {
    margin-top: 25px;
}

ff-asn {
    margin-right: 5px;
}

ff-asn-group {
    border: 1px solid #c7e4ec;
    border-radius: 5px;
    margin-bottom: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
    height: auto;
    width: 100%;
}

ff-asn-group-slider {
    border: 1px solid #c7e4ec;
    border-radius: 5px;
    margin-bottom: 6px;
    widht: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
    height: auto;
}

.sliderBtn {
    cursor: pointer;
    position: absolute;
    margin-left: -0.5em;
    top: -0.2em;
    border-radius: 5px;
    background: #0b97c4;
    width: 15px;
    height: 15px;
}

ff-slider .ffw-sliderBar {
    background-color: #00bfa5;
}

ff-asn-group-slider [data-container="groupCaption"] {
    cursor: pointer;
}

ff-asn-group-element {
    border-radius: 5px;
    padding: 10px 5px;
    color: #5c5c5c;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ededed;
}

div[slot="selected"] span.filterName:hover {
    text-decoration: underline;
}

div[slot="unselected"] span.filterName:hover {
    text-decoration: underline;
}

.filterCheckboxUnselected {
    background-image: url("../../resources/images/sprite-sf85bcdc069.png");
    background-repeat: no-repeat;
    background-position: 0 -68px;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.filterCheckboxSelected {
    background-image: url("../../resources/images/sprite-sf85bcdc069.png");
    background-repeat: no-repeat;
    background-position: -13px -41px;
    height: 12px;
    width: 12px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

[data-container^="show"] span.text {
    display: inline-block;
    color: #5c5c5c;
    padding: 8px 0 8px 15px;
}

[data-container="showMore"] {
    transition: 400ms;
}

[data-container="hiddenLinks"] {
    transition: 400ms;
}

[data-container="removeFilter"] {
    font-size: 80%;
    color: #5c5c5c;
    padding: 7px 0 0 15px;
    cursor: pointer;
}

.groupCaption {
    padding: 0 0 0 12px;
    color: #666;
    position: relative;
    background-color: #ebebeb;
    height: 25px !important;
    line-height: 25px;
    vertical-align: middle;
}

.filterArrowRight {
    background-position: 0 -22px;
    height: 7px;
    width: 4px;
    display: inline-block;
    bottom: 1px;
    position: relative;
    background-image: url("../../resources/images/sprite-sf85bcdc069.png");
    background-repeat: no-repeat;
}

.filterArrowDown {
    background-position: -17px -22px;
    height: 9px;
    width: 15px;
    background-image: url("../../resources/images/sprite-sf85bcdc069.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 8px;
    display: block;
}

.clusterLevel1 {
    margin-left: 10px;
}

.clusterLevel2 {
    margin-left: 20px;
}

.cursor {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

main {
    display: flex;
    flex-direction: row;
}

nav {
    width: 210px;
}

section {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.bctContainer {
    margin: 10px 0 10px 10px;
}

ff-breadcrumb-trail {
    /*margin-left: 10px;*/
}

.fc-header {
    font-weight: bold;
}

.fc-btn-deselect {
    cursor: pointer;
    padding: 5px;
}

ff-filter-cloud {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.fc-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fc-filter-item {
    color: #5C5C5C;
    background-color: #c7e4ec;
    border: 1px solid #bad7df;
    width: fit-content;
    border-radius: 5px;
    padding: 3px 5px 3px 10px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: default;
    white-space: nowrap;
}


/* Minification failed. Returning unminified contents.
(61,5): run-time error CSS1019: Unexpected token, found '}'
 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.r-tabs .r-tabs-tab {
    display: block;
    margin: 0;
    list-style: none;
    float: left;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 500px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
        background-color: #eee;
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    .horizontalTab .r-tabs-accordion-title:last-child {
        border-bottom: 1px solid #ccc;
    }
}


/* Tabs container */
.r-tabs {
    position: relative;
}

    /* Tab element */
    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        color: #000;
    }

}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    text-decoration: none;
}

.r-tabs .r-tabs-nav a {
    font-size: 16px;
    display: block;
    text-align: center;
    border-right: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.r-tabs .r-tabs-nav li:first-child a {
    padding-left: 0;
}


.r-tabs .r-tabs-nav li:last-child a {
    border-right: 0;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-active {
    font-weight: bold;
}

    /* Active state tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    }


/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #eee;
    border-bottom: 0;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}


/*=====================================================
    
                    COLOR SCHEMES

=====================================================*/



/* SKY */

.color-sky .priceRangeCurrentPricesPanel span {
    color: #3cc0d3;
}

.color-sky .eu-cookie-bar-notification button,
.color-sky .fieldset .title strong:before,
.color-sky #topcartlink a,
.color-sky #topcartlink a:before,
.color-sky .footer-block h3:before,
.color-sky .footer-block .topic-block-title h2:before,
.color-sky .newsletter-email input[type="button"],
.color-sky .block .title,
.color-sky .block .list a:before,
.color-sky .block .view-all a,
.color-sky .item-box .prices,
.color-sky .item-box .prices:before,
.color-sky .free-shipping,
.color-sky .overview .prices,
.color-sky .variant-overview .prices,
.color-sky .overview .prices:before,
.color-sky .variant-overview .prices:before,
.color-sky .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.color-sky .ui-tabs .ui-state-active.ui-tabs-active a,
.color-sky .write-review .title strong:before,
.color-sky .product-review-list .title strong:before,
.color-sky .write-review .button-1,
.color-sky .compare-products-page .clear-list,
.color-sky .contact-page .button-1,
.color-sky .email-a-friend-page .button-1,
.color-sky .registration-page .button-1,
.color-sky .registration-result-page .button-1,
.color-sky .login-page .button-1,
.color-sky .password-recovery-page .button-1,
.color-sky .account-page .button-1,
.color-sky .return-request-page .button-1,
.color-sky .return-request-page .title strong:before,
.color-sky .shopping-cart-page .button-1,
.color-sky .checkout-page .button-1,
.color-sky .continue-shopping-wrap input[type="submit"],
.color-sky .continue-shopping-wrap:before,
.color-sky .order-details-page .section .title strong:before,
.color-sky .search-input .button-1,
.color-sky .sitemap-page .entity-title h2:before,
.color-sky .post-title:before,
.color-sky .news-title:before,
.color-sky .blog-page .tags label:before,
.color-sky .blogpost-page .tags label:before,
.color-sky .blog-details:before,
.color-sky .new-comment .button-1,
.color-sky .comment-list .title:before,
.color-sky .responsive-nav-wrapper,
.color-sky .header-menu .close-menu,
.color-sky .header-menu ul li.back-button,
.color-sky .store-search-box,
.color-sky .search-box .search-box-button,
.color-sky .mini-shopping-cart input.checkout-button,
.color-sky .header-menu,
.color-sky .header-menu .sublist > li > a:before,
.color-sky .productAddedToCartWindowCheckout,
.color-sky .ui-slider-range,
.color-sky .nopAjaxFilters7Spikes .close-filters,
.color-sky .filter-block a.clearFilterOptions,
.color-sky .filter-block a.clearPriceRangeFilter,
.color-sky .jDropDown > div:after,
.color-sky .products .item-info .prices,
.color-sky .products .item-info .prices:after,
.color-sky .quick-view-button a,
.color-sky .products-carousel .item-info .prices,
.color-sky .products-carousel .item-info .prices:after,
.color-sky #goToTop,
.color-sky .products-carousel .item-info .prices:before,
.color-sky .news-items .read-more,
.color-sky .vertical-holder .carousel-title span,
.color-sky .ui-datepicker-header,
.color-sky .ropc .section-title strong:before,
.color-sky .ropc .complete-button button,
.color-sky .ropc .complete-button button[disabled]:hover,
.color-sky .user-agreement-page .button-1 {
    background-color: #3cc0d3;
}

.color-sky .filtersGroupPanel:after {
    border-color: transparent #3cc0d3 transparent transparent;
}

.color-sky .filtersGroupPanel {
    border-top: 1px solid #3cc0d3;
}

.color-sky .block .view-all a,
.color-sky .write-review .button-1,
.color-sky .compare-products-page .clear-list,
.color-sky .contact-page .button-1,
.color-sky .email-a-friend-page .button-1,
.color-sky .registration-page .button-1,
.color-sky .registration-result-page .button-1,
.color-sky .login-page .button-1,
.color-sky .password-recovery-page .button-1,
.color-sky .account-page .button-1,
.color-sky .return-request-page .button-1,
.color-sky .shopping-cart-page .button-1,
.color-sky .checkout-page .button-1,
.color-sky .search-input .button-1,
.color-sky .new-comment .button-1,
.color-sky .productAddedToCartWindowCheckout,
.color-sky .user-agreement-page .button-1:hover {
    border: 1px solid #40BACC;
    box-shadow: 0 1px 0 0 #3AA8B8;
}

@media all and (max-width: 980px) {
    .color-sky .nopAjaxFilters7Spikes .close-filters span,
    .color-sky .nopAjaxFilters7Spikes .filter-block {
        border-bottom: 1px solid #3AA8B8;
    }
}

.color-sky .continue-shopping-wrap input[type="submit"]:hover,
.color-sky .continue-shopping-wrap:hover:before,
.color-sky .search-box .search-box-button:hover,
.color-sky .newsletter-email input[type="button"]:hover,
.color-sky .block .view-all a:hover,
.color-sky .write-review .button-1:hover,
.color-sky .compare-products-page .clear-list:hover,
.color-sky .contact-page .button-1:hover,
.color-sky .email-a-friend-page .button-1:hover,
.color-sky .registration-page .button-1:hover,
.color-sky .registration-result-page .button-1:hover,
.color-sky .login-page .button-1:hover,
.color-sky .password-recovery-page .button-1:hover,
.color-sky .account-page .button-1:hover,
.color-sky .return-request-page .button-1:hover,
.color-sky .shopping-cart-page .button-1:hover,
.color-sky .checkout-page .button-1:hover,
.color-sky .search-input .button-1:hover,
.color-sky .new-comment .button-1:hover,
.color-sky .quick-view-button a:hover,
.color-sky .productAddedToCartWindowCheckout:hover,
.color-sky .news-items .read-more:hover {
    background-color: #40CCE0;
}


/* POWER */

.color-power .priceRangeCurrentPricesPanel span {
    color: #f05d61;
}

.color-power .eu-cookie-bar-notification button,
.color-power .fieldset .title strong:before,
.color-power #topcartlink a,
.color-power #topcartlink a:before,
.color-power .footer-block h3:before,
.color-power .footer-block .topic-block-title h2:before,
.color-power .newsletter-email input[type="button"],
.color-power .block .title,
.color-power .block .list a:before,
.color-power .block .view-all a,
.color-power .item-box .prices,
.color-power .item-box .prices:before,
.color-power .free-shipping,
.color-power .overview .prices,
.color-power .variant-overview .prices,
.color-power .overview .prices:before,
.color-power .variant-overview .prices:before,
.color-power .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.color-power .ui-tabs .ui-state-active.ui-tabs-active a,
.color-power .write-review .title strong:before,
.color-power .product-review-list .title strong:before,
.color-power .write-review .button-1,
.color-power .compare-products-page .clear-list,
.color-power .contact-page .button-1,
.color-power .email-a-friend-page .button-1,
.color-power .registration-page .button-1,
.color-power .registration-result-page .button-1,
.color-power .login-page .button-1,
.color-power .password-recovery-page .button-1,
.color-power .account-page .button-1,
.color-power .return-request-page .button-1,
.color-power .return-request-page .title strong:before,
.color-power .shopping-cart-page .button-1,
.color-power .checkout-page .button-1,
.color-power .continue-shopping-wrap input[type="submit"],
.color-power .continue-shopping-wrap:before,
.color-power .order-details-page .section .title strong:before,
.color-power .search-input .button-1,
.color-power .sitemap-page .entity-title h2:before,
.color-power .post-title:before,
.color-power .news-title:before,
.color-power .blog-page .tags label:before,
.color-power .blogpost-page .tags label:before,
.color-power .blog-details:before,
.color-power .new-comment .button-1,
.color-power .comment-list .title:before,
.color-power .responsive-nav-wrapper,
.color-power .header-menu .close-menu,
.color-power .header-menu ul li.back-button,
.color-power .store-search-box,
.color-power .search-box .search-box-button,
.color-power .mini-shopping-cart input.checkout-button,
.color-power .header-menu,
.color-power .header-menu .sublist > li > a:before,
.color-power .productAddedToCartWindowCheckout,
.color-power .ui-slider-range,
.color-power .nopAjaxFilters7Spikes .close-filters,
.color-power .filter-block a.clearFilterOptions,
.color-power .filter-block a.clearPriceRangeFilter,
.color-power .jDropDown > div:after,
.color-power .products .item-info .prices,
.color-power .products .item-info .prices:after,
.color-power .quick-view-button a,
.color-power .products-carousel .item-info .prices,
.color-power .products-carousel .item-info .prices:after,
.color-power #goToTop,
.color-power .products-carousel .item-info .prices:before,
.color-power .news-items .read-more,
.color-power .vertical-holder .carousel-title span,
.color-power .ui-datepicker-header,
.color-power .ropc .section-title strong:before,
.color-power .ropc .complete-button button,
.color-power .ropc .complete-button button[disabled]:hover,
.color-power .user-agreement-page .button-1 {
    background-color: #f05d61;
}

.color-power .filtersGroupPanel:after {
    border-color: transparent #f05d61 transparent transparent;
}

.color-power .filtersGroupPanel {
    border-top: 1px solid #f05d61;
}

.color-power .block .view-all a,
.color-power .write-review .button-1,
.color-power .compare-products-page .clear-list,
.color-power .contact-page .button-1,
.color-power .email-a-friend-page .button-1,
.color-power .registration-page .button-1,
.color-power .registration-result-page .button-1,
.color-power .login-page .button-1,
.color-power .password-recovery-page .button-1,
.color-power .account-page .button-1,
.color-power .return-request-page .button-1,
.color-power .shopping-cart-page .button-1,
.color-power .checkout-page .button-1,
.color-power .search-input .button-1,
.color-power .new-comment .button-1,
.color-power .productAddedToCartWindowCheckout,
.color-power .user-agreement-page .button-1:hover {
    border: 1px solid #E96165;
    box-shadow: 0 1px 0 0 #D5595D;
}

@media all and (max-width: 980px) {
    .color-power .nopAjaxFilters7Spikes .close-filters span,
    .color-power .nopAjaxFilters7Spikes .filter-block {
        border-bottom: 1px solid #D5595D;
    }
}

.color-power .continue-shopping-wrap input[type="submit"]:hover,
.color-power .continue-shopping-wrap:hover:before,
.color-power .search-box .search-box-button:hover,
.color-power .newsletter-email input[type="button"]:hover,
.color-power .block .view-all a:hover,
.color-power .write-review .button-1:hover,
.color-power .compare-products-page .clear-list:hover,
.color-power .contact-page .button-1:hover,
.color-power .email-a-friend-page .button-1:hover,
.color-power .registration-page .button-1:hover,
.color-power .registration-result-page .button-1:hover,
.color-power .login-page .button-1:hover,
.color-power .password-recovery-page .button-1:hover,
.color-power .account-page .button-1:hover,
.color-power .return-request-page .button-1:hover,
.color-power .shopping-cart-page .button-1:hover,
.color-power .checkout-page .button-1:hover,
.color-power .search-input .button-1:hover,
.color-power .new-comment .button-1:hover,
.color-power .quick-view-button a:hover,
.color-power .productAddedToCartWindowCheckout:hover,
.color-power .news-items .read-more:hover {
    background-color: #FD6266;
}

/* LIGHT */

.color-light .priceRangeCurrentPricesPanel span {
    color: #f7b645;
}

.color-light .eu-cookie-bar-notification button,
.color-light .fieldset .title strong:before,
.color-light #topcartlink a,
.color-light #topcartlink a:before,
.color-light .footer-block h3:before,
.color-light .footer-block .topic-block-title h2:before,
.color-light .newsletter-email input[type="button"],
.color-light .block .title,
.color-light .block .list a:before,
.color-light .block .view-all a,
.color-light .item-box .prices,
.color-light .item-box .prices:before,
.color-light .free-shipping,
.color-light .overview .prices,
.color-light .variant-overview .prices,
.color-light .overview .prices:before,
.color-light .variant-overview .prices:before,
.color-light .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.color-light .ui-tabs .ui-state-active.ui-tabs-active a,
.color-light .write-review .title strong:before,
.color-light .product-review-list .title strong:before,
.color-light .write-review .button-1,
.color-light .compare-products-page .clear-list,
.color-light .contact-page .button-1,
.color-light .email-a-friend-page .button-1,
.color-light .registration-page .button-1,
.color-light .registration-result-page .button-1,
.color-light .login-page .button-1,
.color-light .password-recovery-page .button-1,
.color-light .account-page .button-1,
.color-light .return-request-page .button-1,
.color-light .return-request-page .title strong:before,
.color-light .shopping-cart-page .button-1,
.color-light .checkout-page .button-1,
.color-light .continue-shopping-wrap input[type="submit"],
.color-light .continue-shopping-wrap:before,
.color-light .order-details-page .section .title strong:before,
.color-light .search-input .button-1,
.color-light .sitemap-page .entity-title h2:before,
.color-light .post-title:before,
.color-light .news-title:before,
.color-light .blog-page .tags label:before,
.color-light .blogpost-page .tags label:before,
.color-light .blog-details:before,
.color-light .new-comment .button-1,
.color-light .comment-list .title:before,
.color-light .responsive-nav-wrapper,
.color-light .header-menu .close-menu,
.color-light .header-menu ul li.back-button,
.color-light .store-search-box,
.color-light .search-box .search-box-button,
.color-light .mini-shopping-cart input.checkout-button,
.color-light .header-menu,
.color-light .header-menu .sublist > li > a:before,
.color-light .productAddedToCartWindowCheckout,
.color-light .ui-slider-range,
.color-light .nopAjaxFilters7Spikes .close-filters,
.color-light .filter-block a.clearFilterOptions,
.color-light .filter-block a.clearPriceRangeFilter,
.color-light .jDropDown > div:after,
.color-light .products .item-info .prices,
.color-light .products .item-info .prices:after,
.color-light .quick-view-button a,
.color-light .products-carousel .item-info .prices,
.color-light .products-carousel .item-info .prices:after,
.color-light #goToTop,
.color-light .products-carousel .item-info .prices:before,
.color-light .news-items .read-more,
.color-light .vertical-holder .carousel-title span,
.color-light .ui-datepicker-header,
.color-light .ropc .section-title strong:before,
.color-light .ropc .complete-button button,
.color-light .ropc .complete-button button[disabled]:hover,
.color-light .user-agreement-page .button-1 {
    background-color: #f7b645;
}

.color-light .filtersGroupPanel:after {
    border-color: transparent #f7b645 transparent transparent;
}

.color-light .filtersGroupPanel {
    border-top: 1px solid #f7b645;
}

.color-light .block .view-all a,
.color-light .write-review .button-1,
.color-light .compare-products-page .clear-list,
.color-light .contact-page .button-1,
.color-light .email-a-friend-page .button-1,
.color-light .registration-page .button-1,
.color-light .registration-result-page .button-1,
.color-light .login-page .button-1,
.color-light .password-recovery-page .button-1,
.color-light .account-page .button-1,
.color-light .return-request-page .button-1,
.color-light .shopping-cart-page .button-1,
.color-light .checkout-page .button-1,
.color-light .search-input .button-1,
.color-light .new-comment .button-1,
.color-light .productAddedToCartWindowCheckout,
.color-light .user-agreement-page .button-1:hover {
    border: 1px solid #F0B34A;
    box-shadow: 0 1px 0 0 #DCA545;
}

@media all and (max-width: 980px) {
    .color-light .nopAjaxFilters7Spikes .close-filters span,
    .color-light .nopAjaxFilters7Spikes .filter-block {
        border-bottom: 1px solid #DCA545;
    }
}

.color-light .continue-shopping-wrap input[type="submit"]:hover,
.color-light .continue-shopping-wrap:hover:before,
.color-light .search-box .search-box-button:hover,
.color-light .newsletter-email input[type="button"]:hover,
.color-light .block .view-all a:hover,
.color-light .write-review .button-1:hover,
.color-light .compare-products-page .clear-list:hover,
.color-light .contact-page .button-1:hover,
.color-light .email-a-friend-page .button-1:hover,
.color-light .registration-page .button-1:hover,
.color-light .registration-result-page .button-1:hover,
.color-light .login-page .button-1:hover,
.color-light .password-recovery-page .button-1:hover,
.color-light .account-page .button-1:hover,
.color-light .return-request-page .button-1:hover,
.color-light .shopping-cart-page .button-1:hover,
.color-light .checkout-page .button-1:hover,
.color-light .search-input .button-1:hover,
.color-light .new-comment .button-1:hover,
.color-light .quick-view-button a:hover,
.color-light .productAddedToCartWindowCheckout:hover,
.color-light .news-items .read-more:hover {
    background-color: #FFC547;
}


/* NEUTRAL */

.color-neutral .priceRangeCurrentPricesPanel span {
    color: #505050;
}

.color-neutral .eu-cookie-bar-notification button,
.color-neutral .fieldset .title strong:before,
.color-neutral #topcartlink a,
.color-neutral #topcartlink a:before,
.color-neutral .footer-block h3:before,
.color-neutral .footer-block .topic-block-title h2:before,
.color-neutral .newsletter-email input[type="button"],
.color-neutral .block .title,
.color-neutral .block .list a:before,
.color-neutral .block .view-all a,
.color-neutral .item-box .prices,
.color-neutral .item-box .prices:before,
.color-neutral .free-shipping,
.color-neutral .overview .prices,
.color-neutral .variant-overview .prices,
.color-neutral .overview .prices:before,
.color-neutral .variant-overview .prices:before,
.color-neutral .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.color-neutral .ui-tabs .ui-state-active.ui-tabs-active a,
.color-neutral .write-review .title strong:before,
.color-neutral .product-review-list .title strong:before,
.color-neutral .write-review .button-1,
.color-neutral .compare-products-page .clear-list,
.color-neutral .contact-page .button-1,
.color-neutral .email-a-friend-page .button-1,
.color-neutral .registration-page .button-1,
.color-neutral .registration-result-page .button-1,
.color-neutral .login-page .button-1,
.color-neutral .password-recovery-page .button-1,
.color-neutral .account-page .button-1,
.color-neutral .return-request-page .button-1,
.color-neutral .return-request-page .title strong:before,
.color-neutral .shopping-cart-page .button-1,
.color-neutral .checkout-page .button-1,
.color-neutral .continue-shopping-wrap input[type="submit"],
.color-neutral .continue-shopping-wrap:before,
.color-neutral .order-details-page .section .title strong:before,
.color-neutral .search-input .button-1,
.color-neutral .sitemap-page .entity-title h2:before,
.color-neutral .post-title:before,
.color-neutral .news-title:before,
.color-neutral .blog-page .tags label:before,
.color-neutral .blogpost-page .tags label:before,
.color-neutral .blog-details:before,
.color-neutral .new-comment .button-1,
.color-neutral .comment-list .title:before,
.color-neutral .responsive-nav-wrapper,
.color-neutral .header-menu .close-menu,
.color-neutral .header-menu ul li.back-button,
.color-neutral .store-search-box,
.color-neutral .search-box .search-box-button,
.color-neutral .mini-shopping-cart input.checkout-button,
.color-neutral .header-menu,
.color-neutral .header-menu .sublist > li > a:before,
.color-neutral .productAddedToCartWindowCheckout,
.color-neutral .ui-slider-range,
.color-neutral .nopAjaxFilters7Spikes .close-filters,
.color-neutral .filter-block a.clearFilterOptions,
.color-neutral .filter-block a.clearPriceRangeFilter,
.color-neutral .jDropDown > div:after,
.color-neutral .products .item-info .prices,
.color-neutral .products .item-info .prices:after,
.color-neutral .quick-view-button a,
.color-neutral .products-carousel .item-info .prices,
.color-neutral .products-carousel .item-info .prices:after,
.color-neutral #goToTop,
.color-neutral .products-carousel .item-info .prices:before,
.color-neutral .news-items .read-more,
.color-neutral .vertical-holder .carousel-title span,
.color-neutral .ui-datepicker-header,
.color-neutral .ropc .section-title strong:before,
.color-neutral .ropc .complete-button button,
.color-neutral .ropc .complete-button button[disabled]:hover,
.color-neutral .user-agreement-page .button-1 {
    background-color: #323844;
}

.color-neutral .filtersGroupPanel:after {
    border-color: transparent #505050 transparent transparent;
}

.color-neutral .filtersGroupPanel {
    border-top: 1px solid #505050;
}

.color-neutral .block .view-all a,
.color-neutral .write-review .button-1,
.color-neutral .compare-products-page .clear-list,
.color-neutral .contact-page .button-1,
.color-neutral .email-a-friend-page .button-1,
.color-neutral .registration-page .button-1,
.color-neutral .registration-result-page .button-1,
.color-neutral .login-page .button-1,
.color-neutral .password-recovery-page .button-1,
.color-neutral .account-page .button-1,
.color-neutral .return-request-page .button-1,
.color-neutral .shopping-cart-page .button-1,
.color-neutral .checkout-page .button-1,
.color-neutral .search-input .button-1,
.color-neutral .new-comment .button-1,
.color-neutral .productAddedToCartWindowCheckout,
.color-neutral .user-agreement-page .button-1:hover {
    border: 1px solid #565656;
    box-shadow: 0 1px 0 0 #464646;
}

@media all and (max-width: 980px) {
    .color-neutral .nopAjaxFilters7Spikes .close-filters span,
    .color-neutral .nopAjaxFilters7Spikes .filter-block {
        border-bottom: 1px solid #464646;
    }
}

.color-neutral .continue-shopping-wrap input[type="submit"]:hover,
.color-neutral .continue-shopping-wrap:hover:before,
.color-neutral .search-box .search-box-button:hover,
.color-neutral .newsletter-email input[type="button"]:hover,
.color-neutral .block .view-all a:hover,
.color-neutral .write-review .button-1:hover,
.color-neutral .compare-products-page .clear-list:hover,
.color-neutral .contact-page .button-1:hover,
.color-neutral .email-a-friend-page .button-1:hover,
.color-neutral .registration-page .button-1:hover,
.color-neutral .registration-result-page .button-1:hover,
.color-neutral .login-page .button-1:hover,
.color-neutral .password-recovery-page .button-1:hover,
.color-neutral .account-page .button-1:hover,
.color-neutral .return-request-page .button-1:hover,
.color-neutral .shopping-cart-page .button-1:hover,
.color-neutral .checkout-page .button-1:hover,
.color-neutral .search-input .button-1:hover,
.color-neutral .new-comment .button-1:hover,
.color-neutral .quick-view-button a:hover,
.color-neutral .productAddedToCartWindowCheckout:hover,
.color-neutral .news-items .read-more:hover {
    background-color: #606060;
}

body.texture_1 {
    background: #fff url(/Themes/Motion/Content/img/texture_1.png) repeat center;
}

body.texture_2 {
    background: #fff url(/Themes/Motion/Content/img/texture_2.png) repeat center;
}

body.texture_3 {
    background: #fff url(/Themes/Motion/Content/img/texture_3.png) repeat center;
}

body.texture_4 {
    background: #fff url(/Themes/Motion/Content/img/texture_4.png) repeat center;
}

/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

/*********** CSS RESET **********/


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
    outline-offset: 0 !important; /* fixes the movement of the outline in Chrome */
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    background: #fff;
    font: normal 400 12px "Open Sans", sans-serif;
    color: #505050;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}

script {
    display: none !important;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

label, label + * {
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
    height: 36px; /*safari padding fix*/
    border: 1px solid #c9c9c9;
    padding: 9px;
    vertical-align: middle;
    background: #fff;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 36px; /*safari padding fix*/
    padding: 8px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    vertical-align: middle;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label {
    vertical-align: middle;
}

.master-wrapper-page {
    width: 97%;
    margin: auto;
}

.master-column-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.center-1,
.side-2,
.center-2 {
    margin: 40px 0;
}

    .side-2:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.page {
}

.page-title {
    margin: 0 0 20px;
}

    .page-title h1 {
        font-size: 28px;
        font-weight: 400;
        border-bottom: 1px dashed #797979;
        padding: 0 0 10px;
        color: #323844;
    }

.category-page .page-title h1 {
    border: 0;
}

.category-page .page-title {
    margin: 0;
}

.page:after,
.page-title:after,
.page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.buttons {
    margin: 0 0 20px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/Themes/Motion/Content/img/rss-icon.png) no-repeat;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
    margin: 0 0 10px;
    text-align: justify;
}

.flyout-cart {
    display: none;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #46c688 url(/Themes/Motion/Content/img/goTop.png) no-repeat center 46%;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(0,0,0,0.5);
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    #goToTop:hover {
        opacity: 1;
    }

.android23 #goToTop {
    display: none !important;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 30px;
}

    .fieldset .title {
        margin: 0 0 15px;
        text-align: left;
    }

        .fieldset .title strong {
            display: inline-block;
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }

            .fieldset .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -12px;
                width: 5px;
                height: 23px;
                background: #46c688;
            }

.form-fields {
    position: relative;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

.inputs {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

    .inputs * {
        font-size: 12px;
    }

    .inputs:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.form-fields .inputs:last-child,
.form-fields .inputs:only-child {
    margin-bottom: 0;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 350px;
    max-width: 100%;
}

.inputs select {
    box-shadow: none;
    border: 1px solid #c9c9c9;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .inputs .option-list li {
        float: left;
        font-size: 0;
    }

    .inputs .option-list label {
        width: auto;
        margin: 0 15px 0 3px;
        font-size: 12px;
        display: inline-block;
    }

.required {
    margin: 0 -6px 0 0; /*siblings offset fix*/
    font-size: 11px;
    color: #c00;
    vertical-align: middle;
}

.message-failure,
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 11px;
    color: #c00;
    text-align: center;
    margin-top: 5px;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }

    .captcha-box input {
        height: auto;
    }


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/

.jDropDown ul {
    z-index: 100000;
}

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        border-bottom: 1px solid #bd2;
        background: #A3CA3F;
    }

    .bar-notification.error {
        border-bottom: 1px solid #f55;
        background: #E95E5E;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url(/Themes/Motion/Content/img/close.png) center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.ui-dialog {
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #ddd;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px; /*even numbers only*/
        height: 24px; /*even numbers only*/
        margin: 6px;
        overflow: hidden;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url(/Themes/Motion/Content/img/close.png) center no-repeat;
        text-indent: 999px;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}

    .ui-dialog-content .topic-block {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-block-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-block p {
        margin: 0;
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
        background: #eee;
        padding: 5px;
    }

        .ui-dialog-buttonset button:hover {
            background: #f6f6f6;
        }

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
    z-index: 2147483640;
    background: #636261 none repeat scroll 0 0;
    display: block;
    padding: 0px;
    text-align: center;
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

    .eu-cookie-bar-notification .text {
        padding-bottom: 10px;
        line-height: 20px;
        color: white;
        float: left;
        width: 90%;
    }

    .eu-cookie-bar-notification .content {
        padding-top: 10px;
        max-width: 960px;
        margin: 0 auto;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: none;
        background: #46c688;
        padding: 7px 14px;
        font-size: 14px;
        color: #fff;
        display: inline-block;
    }

        .eu-cookie-bar-notification button:hover {
            opacity: 0.9;
        }

    .eu-cookie-bar-notification a {
        text-decoration: underline;
        color: white;
        display: inline-block;
    }

#eu-cookie-ok {
    margin: 0px;
    min-width: unset;
    padding: 2px;
    float: right;
}


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    text-align: center;
}

    .admin-header-links a {
        display: block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links + .master-wrapper-page {
        padding: 45px 0 0;
    }

    .admin-header-links .impersonate {
        line-height: 35px;
    }

        .admin-header-links .impersonate a {
            display: inline-block;
        }

.header {
    position: relative;
    z-index: 1002;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}

    .header:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.header-top {
    background-color: #464646;
    background: #464646 url(/Themes/Motion/Content/img/pattern-nav.png) top left;
    padding: 10px;
}

    .header-top:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.header-bottom {
    background-color: #fff;
}

.shopping-cart-link {
    float: right;
}

.header-selectors-wrapper {
    float: left;
}

    .header-selectors-wrapper:before {
        content: " ";
        height: 35px;
        display: inline-block;
        vertical-align: middle;
    }

    .header-selectors-wrapper > div {
        display: inline-block;
        vertical-align: middle;
    }

        .header-selectors-wrapper > div + div {
            margin: 0 0 0 10px;
        }

.new_select {
    width: 50px !important;
    color: #c9c9c9;
    padding: 7px 21px 7px 7px;
    background: #595959 url(/Themes/Motion/Content/img/dropdown-arrow.png) no-repeat 34px center;
    cursor: pointer;
    height: 31px;
    z-index: 1003 !important;
}

    .new_select > span {
        display: block;
        text-align: center;
        line-height: 16px;
    }

.header-currencyselector .new_select > span,
.header-currencyselector .styleSelect_item li span {
    font-size: 16px;
}

.header-languageselector .new_select > span,
.header-languageselector .styleSelect_item li span {
    font-size: 14px;
}

.styleSelect_item {
    min-width: 65px;
    background: #595959;
    top: 31px !important;
}

    .styleSelect_item * {
        width: auto !important;
    }

    .styleSelect_item li:hover span {
        background: #797979;
    }

    .styleSelect_item li span {
        padding: 10px 12px;
        line-height: 16px;
    }

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.header-links-wrapper {
    position: relative;
    float: right;
}

.header-links {
    float: left;
    font-size: 0;
}

    .header-links > * {
        display: inline-block;
        vertical-align: middle;
    }

    .header-links li {
        float: left;
    }

    .header-links a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: -9999px;
        margin: 0 2px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .header-links a:hover {
            color: #fff;
        }

    .header-links span {
        display: none;
    }

#topcartlink a {
    background: #46c688 url(/Themes/Motion/Content/img/icon-cart.png) no-repeat center;
    width: 35px;
    height: 35px;
    border-radius: 18px;
    display: block;
}

#topcartlink span {
    display: none;
}

.header-logo {
    font-size: 0;
}

    .header-logo a {
        display: inline-block;
        line-height: 0; /*firefox line-height bug fix*/
        width: 100%;
    }

        .header-logo a img {
            max-width: 100%;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    width: 256px !important; /*default = txtfield + button*/
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }


/*********** FOOTER ***********/



.footer-top {
    position: relative;
    background: #eee;
    padding: 25px 10px;
    overflow: hidden;
    color: #505050;
}

    .footer-top:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    }

    .footer-top:after {
    }

.footer-block {
    margin-bottom: 15px;
}

    .footer-block h3, .footer-block .topic-block h2 {
        font-weight: 300;
        font-size: 24px;
        position: relative;
        margin: 0 0 15px;
    }

        .footer-block h3:before,
        .footer-block .topic-block h2:before {
        }

    .footer-block.social-sharing h3,
    .footer-block.subscribe-to-newsletter h3 {
        padding-left: 8px;
    }

        .footer-block.social-sharing h3:before,
        .footer-block.subscribe-to-newsletter h3:before {
            display: none;
        }

    .footer-block .topic-block-body {
        padding: 0 10px;
    }

.footer-menu {
}

    .footer-menu li {
        font-size: 12px;
    }

.footer-top .footer-menu li {
    padding: 7px 2px 7px 30px;
}

.footer-menu li.phone {
    background: url(/Themes/Motion/Content/img/icon-phone.png) no-repeat left center;
}

.footer-menu li.mobile {
    background: url(/Themes/Motion/Content/img/icon-cellphone.png) no-repeat left center;
}

.footer-menu li.email {
    background: url(/Themes/Motion/Content/img/icon-mail.png) no-repeat left center;
}

.footer-menu li.skype {
    background: url(/Themes/Motion/Content/img/icon-skype.png) no-repeat left center;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.social-sharing ul {
    font-size: 0;
}

.social-sharing li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

.social-sharing a {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/Themes/Motion/Content/img/social-sprite.jpg) no-repeat;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

    .social-sharing a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.social-sharing .facebook {
    background-position: 0 0;
}

.social-sharing .twitter {
    background-position: -45px 0;
}

.social-sharing .google {
    background-position: -90px 0;
}

.social-sharing .pinterest {
    background-position: -135px 0;
}

.social-sharing .vimeo {
    background-position: -180px 0;
}

.social-sharing .youtube {
    background-position: -225px 0;
}

.social-sharing .rss {
    background-position: -270px 0;
}

.block-newsletter {
    padding-left: 10px;
}

.footer-block .newsletter .title {
    display: none;
}

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    padding: 6px;
    background: rgba(0,0,0,0.05);
}

    .newsletter-email input[type="text"] {
        float: left;
        width: 218px;
        height: 25px;
        padding: 2px;
        padding-left: 5px;
    }

    .newsletter-email input[type="button"] {
        float: left;
        width: 25px;
        height: 25px;
        border: none;
        overflow: hidden;
        background: #46c688 url(/Themes/Motion/Content/img/icon-newsletter.png) center no-repeat;
        text-indent: 999px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .newsletter-email input[type="button"]:hover {
            background-color: #51e29c;
        }

.newsletter-validation,
.newsletter-result-block {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

    .newsletter-validation .please-wait {
        display: none !important;
    }

.newsletter .options {
    clear: both;
}

    .newsletter .options span {
        padding: 5px 0;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.footer-middle {
    position: relative;
    overflow: hidden;
    padding: 40px 10px;
    background: #636363;
}

    .footer-middle:before {
        content: "";
        position: absolute;
        top: -36px;
        left: 0;
        width: 180%;
        height: 50px;
        -webkit-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
    }

    .footer-middle h3 {
        color: white;
    }

    .footer-middle .footer-menu a {
        color: white;
        display: inline-block;
        padding: 7px 0;
    }

        .footer-middle .footer-menu a:hover {
            color: black;
        }

.footer-bottom {
    overflow: hidden;
    padding: 20px;
    text-align: center;
    color: #969696;
    font-family: Verdana;
}

.accepted-payment-methods ul {
    font-size: 0;
}

.accepted-payment-methods li {
    display: inline-block;
    width: 49px;
    height: 30px;
    background: url(/Themes/Motion/Content/img/payment_sprite.png) no-repeat;
    margin: 0 3px;
}

.accepted-payment-methods .method1 {
    background-position: 0 0;
}

.accepted-payment-methods .method2 {
    background-position: -49px 0;
}

.accepted-payment-methods .method3 {
    background-position: -98px 0;
}

.accepted-payment-methods .method4 {
    background-position: -147px 0;
}

.accepted-payment-methods .method5 {
    background-position: -196px 0;
}

.accepted-payment-methods .method6 {
    background-position: -245px 0;
}

.footer-powered-by a {
    text-decoration: underline;
    color: #fff;
}

.footer-store-theme {
    position: relative;
    height: 35px;
    overflow: hidden;
    padding: 35px 0 0; /*hides unwrapped text*/
}

    .footer-store-theme select {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -85px;
        width: 170px;
    }

@media all and (min-width: 450px) {

    .footer-middle .footer-block {
        float: left;
        width: 50%;
    }

        .footer-middle .footer-block:nth-child(2n+1) {
            clear: both;
        }
}

@media all and (min-width: 600px) {

    .footer-top .footer-block {
        float: left;
        width: 50%;
    }

        .footer-top .footer-block:nth-child(2n+1) {
            clear: both;
        }
}

@media all and (min-width: 900px) {

    .footer-top .footer-block {
        clear: none !important;
        width: 40%;
    }

        .footer-top .footer-block:nth-child(1) {
            width: 26%;
        }

        .footer-top .footer-block:nth-child(2) {
            width: 30%;
            margin-right: 4%;
        }

    .newsletter-email input[type="text"] {
        width: 279px;
    }

    .footer-middle .footer-block {
        clear: none !important;
        width: 15%;
        margin-right: 10px;
        display: block;
    }
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    margin: 0 auto 10px;
    text-align: left;
    width: 320px;
    max-width: 100%;
}

    .block .title {
        background: #46c688;
    }

        .block .title strong {
            font-weight: 400;
            display: block;
            font-size: 18px;
            text-transform: uppercase;
            cursor: pointer;
            padding: 10px;
            color: #fff;
        }

    .block .listbox {
        display: none;
        border: 1px solid #c9c9c9;
        border-top: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background: #fff;
    }

        .block .listbox:after {
            content: " ";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .block .list a {
        display: block;
        padding: 9px 10px;
        border-top: 1px solid #c9c9c9;
        position: relative;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .block .list a:before {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width: 5px;
            background: #46c688;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    .block .list > li:first-child > a {
        border-top: 0;
    }

    .block .list a.has-sublist {
        background: url(/Themes/Motion/Content/img/category-nav-dropdown-arrow.png) no-repeat 94% 16px;
    }

    .block .list li > a:hover:before,
    .block .list li.active > a:before,
    .block-account-navigation a.active:before {
        height: 100%;
    }

    .block .list .product-picture {
        display: none;
    }

    .block .sublist {
        display: none;
        border-top: 1px solid #c9c9c9;
        padding: 0 0 0 20px;
    }

    .block li.active .sublist {
        display: block;
    }

    .block .sublist > li:first-child > a {
        border-top: 0;
    }

.block-popular-tags .listbox {
    padding: 10px;
}

.block .tags {
    margin: 0 0 10px;
}

    .block .tags ul {
        font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
        font-size: 16px !important; /*setting base size*/
    }

        .block .tags li a,
        .product-tags-all-page li a {
            float: left;
            line-height: 30px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .block .tags li a:hover,
            .product-tags-all-page li a:hover {
                -webkit-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                transform: translateY(-3px);
                color: #303030;
            }

.block .view-all {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #c9c9c9;
}

    .block .view-all a {
        display: inline-block;
        background: #46c688;
        border: 1px solid #49bf86;
        color: #fff;
        box-shadow: 0 1px 0 0 #42ab78;
        padding: 8px 16px;
        font-size: 12px;
        margin: 0 auto;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .block .view-all a:hover {
            background: #51e29c;
        }

.home-page-polls .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
}

.poll {
    padding: 15px 10px;
}

    .poll strong {
        display: block;
        margin: 0 0 10px;
    }

.poll-options,
.poll-results {
    margin: 0 0 15px;
}

    .poll-options li,
    .poll-results li {
        display: inline-block;
        margin: 5px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons input {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}


/********** CATEGORY PAGE **********/


.filters-button {
    display: none;
}

.breadcrumb {
    margin: 10px 0;
    text-align: left;
    padding: 0 5px;
    border-bottom: 1px dashed #797979;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            margin: 0 3px;
            font-size: 14px;
            line-height: 32px;
            display: inline-block;
            font-weight: 300;
            text-transform: uppercase;
        }

    .breadcrumb strong {
        font-weight: 400;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

.category-description {
    margin: 0 0 20px;
}

.product-filters {
    display: none;
}

.product-selectors {
    margin: 0 0 15px;
    padding: 0 0 10px;
    margin-bottom: 0;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

        .product-selectors > div > span {
            font-size: 14px;
            vertical-align: middle;
            margin: 0 5px 0 0;
        }

    .product-selectors select {
        margin: 0 5px;
        text-transform: lowercase;
        vertical-align: middle;
    }

    .product-selectors .viewmode-icon {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        font-size: 0;
    }

        .product-selectors .viewmode-icon.grid {
            background: url(/Themes/Motion/Content/img/icon-grid.png) no-repeat center;
            opacity: .5;
        }

        .product-selectors .viewmode-icon.list {
            background: url(/Themes/Motion/Content/img/icon-list.png) no-repeat center;
            opacity: .5;
        }

        .product-selectors .viewmode-icon.selected {
            opacity: 1;
        }

.product-grid:after,
.product-list:after,
.product-list .product-item:after,
.manufacturer-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.item-box {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 258px;
    display: inline-block;
    position: relative;
    margin: 0 5px 10px;
}

    .item-box:hover {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
        background: #fff;
    }

    .item-box .product-item {
        padding: 7px;
        position: relative;
    }

        .item-box .product-item .picture {
            overflow: hidden;
        }

    .item-box .picture a {
        display: block;
        font-size: 0;
    }

    .item-box .product-item .picture a {
        position: relative;
    }

        .item-box .product-item .picture a:before {
            content: " ";
            display: block;
            padding-top: 95%;
        }

    .item-box .product-item .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 90%;
        max-height: 90%;
        margin: auto;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }

    .item-box .details {
        text-align: center;
    }

    .item-box .product-title {
        height: 50px;
        overflow: hidden;
        font-weight: 400;
        margin-top: 10px;
    }

        .item-box .product-title a {
            display: block;
            font-size: 18px;
            color: #505050;
        }

    .item-box .product-rating-box {
        display: none;
    }

    .item-box .description {
        height: 36px;
        margin: 0 0 10px;
        overflow: hidden;
        line-height: 1.3;
        font-size: 14px;
        font-weight: 300;
        text-align: justify;
    }

        .item-box .description a {
            display: block;
        }

    .item-box .add-info {
        overflow: hidden;
        display: inline-block;
        font-size: 0;
    }

        .item-box .add-info > * {
            float: right;
        }

    .item-box .prices {
        position: relative;
        background: #46c688;
        height: 44px;
        margin-left: 3px;
        padding-left: 8px;
        padding-right: 10px;
        font-size: 0;
        z-index: 1;
    }

        .item-box .prices:before {
            content: " ";
            position: absolute;
            top: 0;
            left: -9px;
            width: 15px;
            height: 44px;
            background: #46c688;
            -webkit-transform: skew(-15deg);
            -ms-transform: skew(-15deg);
            transform: skew(-15deg);
        }

        .item-box .prices:after {
            content: " ";
            display: inline-block;
            vertical-align: middle;
            height: 44px;
        }

        .item-box .prices > * {
            display: inline-block;
            vertical-align: middle;
        }

    .item-box .was-price, .productAddedToCartWindowDescription .was-price {
        text-decoration: line-through;
        display: block;
    }

    .item-box .now-price, .productAddedToCartWindowDescription .now-price {
        display: block;
        color: red;
        font-weight: bold;
    }



    .item-box .actual-price {
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 0 1px rgba(0,0,0,0.4);
        font-weight: 700;
        line-height: 20px;
        max-width: 92px;
    }

    .item-box .old-price + .actual-price {
        display: block;
    }

    .item-box .buttons {
        margin: 0;
        position: relative;
    }


.tax-shipping-info {
    font-size: 11px;
    color: #777;
    text-align: center;
    float: none !important;
    padding: 3px;
    clear: both;
}

    .tax-shipping-info a {
        color: #555;
        text-decoration: underline;
    }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

/* other item-grids */

.home-page-category-grid,
.sub-category-grid {
    margin: 0 0 20px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
}

    .sub-category-grid a {
        border: 1px solid black;
        padding: 5px;
        width: 33%;
        display: inline-block;
    }

        .sub-category-grid a:hover {
            background-color: #5FB98A;
            color: white;
        }

    .home-page-category-grid .item-grid {
        position: relative;
        display: inline-block;
        background: #fff;
    }

    .home-page-category-grid .title strong,
    .product-grid .title strong {
        display: block;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        padding: 8px 0;
        border-bottom: 1px dashed #797979;
        margin-bottom: 10px;
    }

    .home-page-category-grid .item-box:before,
    .sub-category-grid .item-box:before,
    .manufacturer-grid .item-box:before {
        display: none;
    }

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        width: 310px;
        margin: 0 auto 10px;
    }

.manufacturer-grid .item-box {
    width: 50%;
    margin: 0 auto 20px;
}

.category-item,
.sub-category-item,
.manufacturer-item {
    position: relative;
    overflow: hidden;
}

    .category-item .title,
    .sub-category-item .title,
    .manufacturer-item .title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }

    .manufacturer-item .title {
        display: none;
    }

        .category-item .title a,
        .sub-category-item .title a,
        .manufacturer-item .title a {
            display: block;
            padding: 10px;
            line-height: 20px;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
            color: #fff;
            text-align: left;
            background: rgb(0,0,0);
            background: rgba(0,0,0,0.5);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    .category-item:hover .title a,
    .sub-category-item:hover .title a,
    .manufacturer-item:hover .title a {
        background: rgba(0,0,0,0.7);
    }

    .category-item .picture a,
    .sub-category-item .picture a {
        display: block;
        font-size: 0;
        height: 140px;
    }

    .manufacturer-item .picture a {
        display: block;
        font-size: 0;
        height: 100px;
    }

    .category-item .picture img,
    .sub-category-item .picture img,
    .manufacturer-item .picture img {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        max-width: 100%;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }

    .category-item:hover .picture img,
    .sub-category-item:hover .picture img,
    .manufacturer-item:hover .picture img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


.product-grid,
.product-list {
    margin: 0 0 20px;
}

.product-grid {
    border-top: 1px dashed #797979;
    margin-top: 20px;
    padding-top: 20px;
}

    .product-grid .title {
        margin: 0 0 15px;
        font-size: 18px;
    }

.cross-sells {
    margin-top: 25px;
}

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
    }

        .pager li * {
            display: block;
            background-color: #ccc;
            width: 32px;
            height: 32px;
            line-height: 32px;
            color: #fff;
            box-shadow: inset 0 1px rgba(0,0,0,0.3);
            border-radius: 16px;
            overflow: hidden;
            font-size: 18px;
            -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease;
        }

        .pager li span,
        .pager li a:hover {
            background-color: #999;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            text-indent: -9999px;
            box-shadow: none;
        }

        .pager li.previous-page * {
            background: url(/Themes/Motion/Content/img/icon-pager-prev.png) no-repeat center !important;
        }

        .pager li.next-page * {
            background: url(/Themes/Motion/Content/img/icon-pager-next.png) no-repeat center !important;
        }

        .pager li.first-page * {
            background: url(/Themes/Motion/Content/img/icon-pager-prev-first.png) no-repeat center !important;
        }

        .pager li.last-page * {
            background: url(/Themes/Motion/Content/img/icon-pager-next-last.png) no-repeat center !important;
        }

/* vendor page */

.contact-vendor {
    margin: 20px 0 10px;
}

.contact-vendor-button {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .contact-vendor-button:hover {
        background: #51e29c;
    }



/********** PRODUCT PAGE **********/



.product-essential {
    margin: 0 0 20px;
}

    .product-essential:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.gallery,
.product-details-page .overview {
    /*border-bottom: 1px dashed #c3c3c3;*/
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    .gallery .picture-wrapper {
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }

    .gallery .picture {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        margin: 0 0 10px;
        font-size: 0;
    }

        .gallery .picture:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }

        .gallery .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            max-height: 370px;
        }

    .gallery .picture-wrapper, .gallery .picture-wrapper > .picture {
        line-height: 380px !important;
    }

    .gallery .picture-thumbs img,
    .variant-picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        margin: auto;
    }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
        clear: both !important;
        width: 100%;
    }

        .gallery .picture-thumbs a {
            width: 25% !important;
            float: left;
            height: 115px;
            overflow: hidden;
            background: #fff;
            box-sizing: border-box !important;
            margin: 0 !important;
        }

/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/Themes/Motion/Content/img/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
}

#lbPrevLink {
    left: 0;
}

#lbNextLink {
    right: 0;
}

#lbBottom {
    border: 10px solid #fff;
    border-top: none;
    text-align: left;
    line-height: 1.4em;
    font-size: 10px;
    color: #666;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    margin: 5px 0;
    outline: none;
    background: url(/Themes/Motion/Content/img/closelabel.gif) no-repeat center;
}

#lbCaption,
#lbNumber {
    margin: 0 70px 0 0;
}

#lbCaption {
    font-weight: bold;
}

#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.overview {
    position: relative;
}

    .overview .product-name {
        margin: 0 0 15px;
    }

        .overview .product-name h1 {
            font-size: 24px;
            font-weight: 400;
        }

    .overview .short-description {
        margin: 0 0 15px;
        font-size: 14px;
        text-align: justify;
    }

        .overview .short-description ul {
            margin-left: 15px;
        }

    .overview .buttons,
    .back-in-stock-subscription {
        margin: 0 0 15px;
        font-size: 0;
    }

    .overview .add-to-wishlist-button,
    .variant-overview .add-to-wishlist-button,
    .overview .add-to-compare-list-button,
    .overview .email-a-friend-button,
    .overview .subscribe-button,
    .download-sample a {
        display: inline-block;
        border: 0;
        padding: 8px 10px 8px 32px;
        background: 0;
        color: #505050;
        font-size: 12px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .overview .add-to-wishlist-button:hover,
        .variant-overview .add-to-wishlist-button:hover,
        .overview .add-to-compare-list-button:hover,
        .overview .email-a-friend-button:hover,
        .overview .subscribe-button:hover,
        .download-sample a:hover {
            color: #000;
        }

    .overview .add-to-wishlist,
    .variant-overview .add-to-wishlist,
    .overview .compare-products,
    .overview .email-a-friend,
    .overview .back-in-stock-subscription,
    .overview .download-sample-button {
        position: relative;
        display: inline-block;
    }

        .overview .add-to-wishlist:before,
        .variant-overview .add-to-wishlist:before,
        .overview .compare-products:before,
        .overview .email-a-friend:before,
        .overview .back-in-stock-subscription:before,
        .overview .download-sample-button:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 2px;
            width: 26px;
            height: 26px;
            margin-top: -13px;
            border: 2px solid #000;
            border-radius: 13px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            opacity: .3;
        }

        .overview .add-to-wishlist:hover:before,
        .variant-overview .add-to-wishlist:hover:before,
        .overview .compare-products:hover:before,
        .overview .email-a-friend:hover:hover:before,
        .overview .back-in-stock-subscription:hover:before,
        .overview .download-sample-button:hover:before {
            opacity: .7;
        }

        .overview .add-to-wishlist:before,
        .variant-overview .add-to-wishlist:before {
            background: url(/Themes/Motion/Content/img/icon-product-add-wishlist.png) no-repeat center 3px;
        }

        .overview .compare-products:before {
            background: url(/Themes/Motion/Content/img/icon-product-add-compare.png) no-repeat center;
        }

        .overview .email-a-friend:before {
            background: url(/Themes/Motion/Content/img/icon-product-email-friend.png) no-repeat center;
        }

        .overview .back-in-stock-subscription:before {
            background: url(/Themes/Motion/Content/img/icon-product-subscribe-available.png) no-repeat center;
        }

        .overview .download-sample-button:before {
            background: url(/Themes/Motion/Content/img/icon-product-download-sample.png) no-repeat center;
        }

    .overview .stock,
    .variant-overview .stock,
    .overview .sku,
    .variant-overview .sku,
    .overview .manufacturer-part-number,
    .variant-overview .manufacturer-part-number,
    .overview .gtin,
    .variant-overview .gtin,
    .overview .manufacturers,
    .overview .product-vendor,
    .variant-overview .product-vendor,
    .overview .delivery-date,
    .variant-overview .delivery-date {
        margin: 0 0 15px;
    }

        .overview .stock > span,
        .variant-overview .stock > span,
        .overview .sku > span,
        .variant-overview .sku > span,
        .overview .manufacturer-part-number > span,
        .variant-overview .manufacturer-part-number > span,
        .overview .gtin > span,
        .variant-overview .gtin > span,
        .overview .manufacturers > span,
        .overview .product-vendor > span,
        .variant-overview .product-vendor > span,
        .overview .delivery-date > span,
        .variant-overview .delivery-date > span {
            font-size: 14px;
            display: inline-block;
        }

    .overview .value,
    .variant-overview .value {
        font-weight: bold;
        margin-left: 5px;
    }

        .overview .value a {
            font-weight: bold;
            text-decoration: underline;
        }

.free-shipping {
    width: 80px;
    height: 80px;
    padding: 19px 0;
    margin: 0 auto 20px;
    background: #46c688;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 20px;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating {
        width: 85px;
        height: 16px;
        background: url(/Themes/Motion/Content/img/icon-rating-empty.png) repeat-x;
    }

        .product-review-box .rating div {
            height: 16px;
            background: url(/Themes/Motion/Content/img/icon-rating-full.png) repeat-x;
        }

.download-sample {
    margin: 0 0 20px;
}

.overview .cart-info,
.variant-overview .cart-info {
    overflow: hidden;
    font-size: 0;
    display: inline-block;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    position: relative;
    float: left;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    width: 25px;
    height: 25px;
    border: 1px solid #c9c9c9;
    outline: 10px solid #f6f6f6;
    padding: 2px;
    margin: 10px !important;
    text-align: center;
    font-size: 13px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    min-width: 38px;
}

.overview .add-button-wrap,
.variant-overview .add-button-wrap {
    position: relative;
}
/*.overview .add-to-cart-button,
.variant-overview .add-to-cart-button, .productAddedToCartWindow .add-to-cart-button {
    border: 0;
    height: 23px;
    background: #fff url(/Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat center center;    
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    margin-top:10px;
    text-indent:-999px;
    width:35px!important;
    height:25px!important
}*/
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #ececec;
}

.overview .add-to-cart .add-to-wishlist-button,
.variant-overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}

.overview .prices, .variant-overview .prices {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #46c688;
    height: 45px;
    padding: 3px 8px 4px;
    font-size: 0;
    margin-left: 3px;
    z-index: 1;
}

    .overview .prices:before,
    .variant-overview .prices:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -9px;
        width: 15px;
        height: 45px;
        background: #46c688;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
    }

    .overview .prices:after,
    .variant-overview .prices:after {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%;
    }

    .overview .prices > *,
    .variant-overview .prices > * {
        display: inline-block;
        vertical-align: middle;
    }

    .overview .prices label,
    .variant-overview .prices label {
        display: none;
    }

.overview .old-product-price,
.variant-overview .old-product-price {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-decoration: line-through;
}

.old-product-price + .product-price {
    display: block;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.1);
}

.customer-entered-price {
    position: relative;
    float: left;
}

    .customer-entered-price:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -9px;
        width: 15px;
        height: 45px;
        background: #46c688;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
    }

    .customer-entered-price > div {
        display: inline-block;
    }

    .customer-entered-price .price-input {
    }

    .customer-entered-price .enter-price-input {
        width: 50px;
        height: 25px;
        border: 0;
        outline: 10px solid #46c688;
        padding: 2px;
        margin: 10px !important;
        text-align: center;
        font-size: 13px;
    }

    .customer-entered-price + .price-range {
        font-weight: bold;
        font-size: 13px;
        clear: both;
        padding: 5px 5px 0;
    }

.product-share-button {
    margin: 10px 0 0;
    overflow: hidden;
}

.full-description {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}

.product-collateral {
    margin: 0 0 20px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.product-variant-list {
    font-size: 0;
    text-align: center;
}

.product-variant-line {
    margin: 0 auto 10px;
    max-width: 320px;
    font-size: 12px;
}

    .product-variant-line:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 20px;
    }

    .variant-overview .add-to-wishlist {
        margin-top: 10px;
    }

/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        background: #fff;
    }

        .ui-tabs .ui-tabs-nav li {
            width: 25%;
            border-bottom: 1px solid #fff;
            background: #dcdcdc;
            height: 45px;
            display: inline-block;
        }

            .ui-tabs .ui-tabs-nav li a {
                height: 100%;
                display: block;
                font-size: 14px;
                color: #505050;
                text-align: center;
                padding-top: 10px;
            }

            .ui-tabs .ui-tabs-nav li:last-child a {
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
            .ui-tabs .ui-state-active.ui-tabs-active a {
                background: #46c688;
                color: #fff;
            }

    .ui-tabs .ui-tabs-panel {
        background: #fff;
        padding: 12px;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 20px;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }

    .ui-tabs .write-review {
        margin: 0;
    }

        .ui-tabs .write-review .buttons {
            text-align: center;
        }

.productTabs .inputs label,
.productTabs .write-review .review-rating label {
    width: 30%;
}

/*Jquery Tabs end*/

.product-specs-box {
    margin: 0 0 20px;
}

.product-tags-box {
    margin: 20px 0;
    text-align: center;
}

.product-tags-list,
.vendor-list {
    font-size: 0;
}

.product-tags-all-page .product-tags-list,
.vendor-list-page .vendor-list {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}

.product-tags-list li,
.vendor-list li {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
}

    .product-tags-list li.separator {
        margin: 0 5px 0 3px;
    }

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}

.vendor-list a {
    padding: 7px 12px;
    font-size: 14px;
}

.attributes {
    margin: 0 0 20px;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt {
        font-size: 14px;
        padding: 7px;
        background: #ececec;
    }

    .attributes dd {
        padding: 10px;
        background: #f6f6f6;
    }

    .attributes .option-list {
        overflow: hidden;
    }

    .attributes li {
        margin: 0 10px;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
    }

    .attributes .option-list li > * {
        display: inline-block;
        margin: 0 4px;
        vertical-align: middle;
    }

    .attributes.rental-attributes input[type='text'] {
        min-width: 280px;
    }


/*Rental Products Calendar*/
.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    border-color: #000;
    background: url(/Themes/Motion/Content/img/pattern-nav.png) left top #46c688;
    color: #fff;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        font-size: 0;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFpJREFUeNqMzzEKgGAMg9EeRhwEBSfvvzg5eAlBdPEGz6U/iIhaKJTyJSSByG0xY0Nz+QeiHB12HOjvUAHrdPEEXMHR9yyBCusfx1Jky4zDGxjZdEpBewfPAQB5weeCp5OjNgAAAABJRU5ErkJggg==) center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) center no-repeat;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ccc;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

        .ui-datepicker-calendar td a:hover {
            background: #eee;
        }

.color-squares {
    font-size: 0;
}

    .color-squares li {
        display: inline-block;
        margin: 0;
    }

    .color-squares .color-container {
        display: block;
        border: 1px solid transparent;
        border-radius: 100%;
        padding: 3px;
    }

    .color-squares .color {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        border: 1px solid #c9c9c9 !important;
        cursor: pointer;
        border-radius: 100%;
    }

    .color-squares .selected-value .color-container {
        border-color: #c9c9c9;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        margin: -30px 0 0;
        display: none;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.write-review {
    margin: 0 0 30px;
}

    .write-review .title,
    .product-review-list .title {
        margin: 0 0 10px;
        text-align: left;
    }

        .write-review .title strong,
        .product-review-list .title strong {
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }

            .write-review .title strong:before,
            .product-review-list .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -12px;
                width: 5px;
                height: 23px;
                background: #46c688;
            }


    .write-review .form-fields {
        margin: 0 0 15px;
    }

.ui-tabs .form-fields {
}

.write-review .review-rating {
    text-align: center;
}

    .write-review .review-rating label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        vertical-align: middle;
    }

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}

    .write-review .review-rating li.first {
        color: #c00;
    }

    .write-review .review-rating li:nth-child(2) {
        padding-top: 2px;
    }

        .write-review .review-rating li:nth-child(2) input {
            vertical-align: baseline;
        }

    .write-review .review-rating li.last {
        color: #690;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 16px;
    font-size: 14px;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 30px;
    text-align: left;
}

    .product-review-item .review-item-head {
        margin: 0 0 10px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px;
    }

    .product-review-item .review-title {
        float: left;
        text-transform: uppercase;
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 0;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 10px;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        display: inline-block;
        border-top: 0;
        padding: 10px 16px;
        margin: 0 3px 6px;
        font-size: 14px;
        background: #dcdcdc;
        border: 1px solid #d3d3d3;
        color: #505050;
        box-shadow: 0 1px 0 0 #bbb;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page img {
        max-width: 100%;
    }

    .compare-products-page .clear-list {
        display: block;
        background: #46c688;
        border: 1px solid #49bf86;
        color: #fff;
        box-shadow: 0 1px 0 0 #42ab78;
        padding: 6px 16px;
        font-size: 14px;
        margin: 0 auto 20px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 110px;
        text-align: center;
    }

    .compare-products-page .button-2 {
        display: inline-block;
        border-top: 0;
        padding: 7px 10px;
        font-size: 12px;
        background: #dcdcdc;
        border: 1px solid #d3d3d3;
        color: #505050;
        box-shadow: 0 1px 0 0 #bbb;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

/*********** TOPICS ***********/



.popup-window .topic-page {
    padding: 15px;
}

.topic-block {
    margin: 0 0 20px;
}

.home-page .topic-block {
    margin: 0 0 30px;
}

.topic-block h2 {
    font-weight: normal;
    font-size: 18px;
}

.topic-block-body {
    line-height: 20px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

.password-error {
    margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .topic-block {
    margin: 0 0 15px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields {
    margin: 0 0 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
    }


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .date-of-birth select,
.account-page .date-of-birth select {
    width: 88px; /*birth-date selectors, always single line*/
}

.registration-page select + select,
.account-page select + select {
    margin: 0 0 0 10px;
}

.gender {
    display: inline-block;
    margin: 0 3px;
}

    .gender > * {
        display: inline-block !important;
        vertical-align: middle;
        line-height: 32px;
        margin: 0 !important;
        width: auto !important;
    }

.check-username-availability-button {
    margin: 10px 0 0;
    padding: 9px 26px;
}

#username-availabilty {
    display: block;
    margin: 5px 0 0;
}

    #username-availabilty:empty {
        display: none;
    }

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

.registration-page .button-1,
.registration-page .button-2,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .registration-page .button-1:hover,
    .registration-page .button-2:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        background: #51e29c;
    }

.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 10px;
    font-size: 18px;
}

    .login-page .title strong {
        font-weight: normal;
    }

.login-page .new-wrapper {
    margin: 0 0 30px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

    .login-page .new-wrapper .buttons,
    .login-page .returning-wrapper .buttons {
        margin: 0;
    }

.login-page .text {
    margin: 0 0 20px;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
    display: inline-block;
    width: auto;
}

.login-page .inputs.reversed span {
    display: block;
}

.returning-wrapper,
.login-page .topic-block {
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

.login-page .returning-wrapper .form-fields {
    box-shadow: none;
    padding: 0;
}

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}



.address-list,
.order-list {
    font-size: 0;
    margin-bottom: 20px;
}

    .address-list > div,
    .order-list > div {
        background: #fff;
        vertical-align: top;
    }

.section {
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    display: inline-block;
}

    .section .title {
        margin: 0 0 15px;
        font-size: 18px;
    }

        .section .title strong {
            font-weight: 400;
        }

    .section .buttons {
        margin: 0;
    }

.account-page .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    margin: 0 3px;
    font-size: 14px;
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .account-page .button-2:hover {
        opacity: .8;
    }

.account-page .edit-address {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

.account-page .description {
    margin: 0 0 20px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0;
    box-shadow: none;
}

.return-request-page .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}

    .return-request-page .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }

.return-request-list-page a {
    font-weight: bold;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.reward-points-overview {
    font-size: 14px;
    margin: 0 0 10px;
}

.reward-points-history .title {
    margin: 0 0 10px;
}

    .reward-points-history .title strong {
        font-size: 20px;
        font-weight: 400;
    }

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page input[type="file"] {
    width: 85px;
    overflow: hidden;
}

.terms-of-agreement {
    padding: 0 0 20px 0;
    line-height: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    background: #46c688 none repeat scroll 0 0;
    border: 1px solid #49bf86;
    box-shadow: 0 1px 0 0 #42ab78;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 26px;
    transition: all 0.2s ease-in-out 0s;
}


/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
    margin: 0 0 20px;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

    .order-progress a {
        display: block;
        font-size: 12px;
        padding: 50px 0 0;
        background: url(/Themes/Motion/Content/img/checkout-step.png) no-repeat center top;
        text-align: center;
        min-width: 40px;
    }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.5;
        cursor: default;
    }

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    display: inline-block;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 11px 34px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover {
        background-color: #51e29c;
    }

.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 8px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url(/Themes/Motion/Content/img/close.png) center no-repeat;
    cursor: pointer;
}

.giftcard-remaining {
    display: block;
    font-size: 12px;
}

.edit-address .custom-attributes .option-list {
    width: 350px;
    max-width: 100%;
}

    .edit-address .custom-attributes .option-list label {
        width: auto;
    }

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}

.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .common-buttons {
    font-size: 0;
}

.update-cart-wrap,
.continue-shopping-wrap {
    position: relative;
    display: inline-block;
}

    .update-cart-wrap input[type="submit"] {
        border: 0;
        padding: 14px 20px 14px 40px;
        background: #dcdcdc url(/Themes/Motion/Content/img/icon-update-cart.png) no-repeat 12px center;
        color: #505050;
        height: 44px;
        font-size: 14px;
        box-shadow: none;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

        .update-cart-wrap input[type="submit"]:hover {
            background-color: #ececec;
        }

    .continue-shopping-wrap input[type="submit"] {
        border: 0;
        padding: 14px 14px 14px 40px;
        background: #46c688 url(/Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat left center;
        color: #fff;
        height: 44px;
        font-size: 14px;
        box-shadow: none;
    }

    .continue-shopping-wrap:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -9px;
        width: 15px;
        height: 44px;
        background: #46c688;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
    }

    .continue-shopping-wrap input[type="submit"],
    .continue-shopping-wrap:before {
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

        .continue-shopping-wrap input[type="submit"]:hover {
            background-color: #51e29c;
        }

    .continue-shopping-wrap:hover:before {
        background: #51e29c;
    }

.checkout-attributes {
    margin: 20px 0 0;
    text-align: center;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes li {
        line-height: 24px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }


.cart-footer {
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

    .cart-footer:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .cart-footer .totals {
        width: 200px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        font-size: 14px;
    }

.cart-total td {
    width: 50%;
    padding: 5px;
}

.cart-total-left {
    text-align: right;
}

.cart-total-right {
    text-align: left;
}

.cart-total-price .cart-total-left {
    font-weight: 700;
}

.cart-total .will-earn-reward-points span {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.cart-total .order-total {
    font-size: 18px;
    color: #4dc98d;
}

    .cart-total .order-total .cart-total-left {
        color: #333;
        font-weight: 700;
        font-size: 14px;
    }

.terms-of-service {
    margin: 0 0 20px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service .read {
        font-weight: bold;
        cursor: pointer;
        text-decoration: underline;
    }

.checkout-buttons {
    margin-bottom: 10px;
}

.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .title {
        margin: 0 0 5px;
    }

        .cart-collaterals .title strong {
            font-size: 14px;
            font-weight: 400;
        }

    .cart-collaterals .hint {
        margin: 0 0 5px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 0;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            display: inline-block;
            width: 58%;
            height: 35px; /*safari padding fix*/
            margin: 0 -1px 0 0;
            vertical-align: middle;
            font-size: 13px;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            background: #dcdcdc;
            border: 1px solid #d3d3d3;
            color: #505050;
            box-shadow: 0 1px 0 0 #bbb;
            display: inline-block;
            border-top: 0;
            padding: 8px 16px;
            font-size: 14px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            height: 34px; /*safari padding fix*/
            vertical-align: middle;
        }

    .cart-collaterals .message {
        margin: 5px 0 0;
        color: #c00;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #690;
    }

    .cart-collaterals .shipping-results {
        margin: 20px 0 0;
    }

        .cart-collaterals .shipping-results li {
            margin: 10px 0;
        }

.checkout-page .section {
    margin: 0 0 0px;
    display: block;
    box-shadow: none;
    width: 100% !important;
}

.checkout-page .address-grid {
    overflow: hidden;
    padding: 2px;
}

.checkout-page .address-item {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

    .checkout-page .address-item .select-button {
        margin: 10px 0 0;
    }

    .checkout-page .address-item li {
        padding: 2px 0;
    }

        .checkout-page .address-item li.name {
            margin: 0 0 5px;
            font-size: 14px;
        }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

div.shipping-method,
div.payment-method {
    text-align: left;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
}

.payment-method .method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 0 0 10px;
}

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
        font-weight: bold;
    }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.method-name .payment-logo label {
    display: block;
}

.use-reward-points {
    font-size: 14px;
    margin: 0 0 15px;
}

.payment-info .info {
    margin: 0 0 20px;
    text-align: justify;
}

.payment-info td:first-child {
    width: 175px;
    padding: 15px;
}

.section.confirm-order .min-order-warning,
.section.confirm-order .message-error {
    display: block;
    text-align: left;
}

.confirm-order .button-1 {
    margin: 20px 0;
    font-size: 18px;
}

.order-review-data ul {
    margin: 0 0 30px;
}

.order-review-data li {
    padding: 2px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-overview .title {
    margin: 20px 0 5px;
}

    .order-review-data .title:first-child,
    .order-details-area .title:first-child,
    .shipment-overview .title:first-child {
        margin-top: 0;
    }

.order-details-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px;
    padding: 0;
    box-shadow: none;
}

    .order-details-page .section .title {
        text-align: left;
    }

        .order-details-page .section .title strong {
            display: inline-block;
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }

            .order-details-page .section .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -12px;
                width: 5px;
                height: 23px;
                background: #46c688;
            }

.order-completed .details {
    margin: 0 0 20px;
}

    .order-completed .details a {
        display: block;
        margin: 5px 0 0;
        font-weight: bold;
    }

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .step-title * {
    float: left;
    font-size: 16px;
}

.opc .step-title span {
    margin: 0 10px 0 0;
}

.opc .step {
    margin: 10px 0;
    padding: 10px;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        font-weight: bold;
        line-height: 32px;
        display: inline-block;
    }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

    .order-details-page .page-title h1 {
        margin: 0 0 10px;
    }

.order-details-page .order-overview {
    margin: 0 0 20px;
    line-height: 20px;
}

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area td {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
    }

.order-details-page .actions {
    margin: 20px 0 0;
    text-align: center;
}

    .order-details-page .actions input,
    .order-details-area .repost .re-order-button {
        background: #dcdcdc;
        border: 1px solid #d3d3d3;
        color: #505050;
        box-shadow: 0 1px 0 0 #bbb;
        display: inline-block;
        border-top: 0;
        padding: 12px 24px;
        font-size: 14px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.order-details-page .cart-total {
    width: 300px;
    margin: 0 auto 30px;
}

.shipment-details-page .shipment-details-area {
    overflow: hidden;
    margin: 0 0 20px;
}

    .shipment-details-page .shipment-details-area > ul {
        text-align: left;
    }

        .shipment-details-page .shipment-details-area > ul:first-child {
            margin: 0 0 20px;
        }

.shipment-details-page .section {
    margin: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}

.basic-search {
    margin: 0 0 20px;
}

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 100%;
    }

.advanced-search {
    margin: 0 0 20px;
}

    .advanced-search .price-range {
        display: inline-block;
        margin: 0 0 0 -30px;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .button-1 {
    padding: 10px 16px;
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
}

.search-results {
    margin: 30px 0 0;
}

.sitemap-page .entity {
    margin: 0 0 20px;
}

.sitemap-page .entity-title {
    margin: 0 0 10px;
    text-align: left;
}

    .sitemap-page .entity-title h2 {
        display: inline-block;
        font-weight: 300;
        font-size: 18px;
        padding-left: 16px;
        position: relative;
    }

        .sitemap-page .entity-title h2:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            width: 5px;
            height: 23px;
            background: #46c688;
        }

.sitemap-page .description {
    margin: 0 0 20px;
}

.sitemap-page .entity-body {
    line-height: 24px;
    text-align: left;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    padding: 10px 5px;
    background: #fff;
}

.sitemap-page li {
    display: inline-block;
    margin: 0 5px;
}

.sitemap-page a {
    display: block;
    padding: 7px 12px;
    font-size: 14px;
}

    .sitemap-page a:empty {
        display: none;
    }


/********** BLOG & NEWS **********/



.year strong {
    display: block;
    padding: 9px 10px;
    border-top: 1px solid #c9c9c9;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.news-items {
    font-size: 0;
    text-align: left;
    padding: 15px 0 0;
}

    .blog-page .post, .news-items .news-item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 1%;
    }

.blog-page .post, .news-list-page .news-item {
    margin: 0 auto 30px;
}

    .blog-page .post + .post {
        padding: 30px 0 0;
        border-top: 1px dashed #797979;
    }

.post-head {
    margin: 0 0 15px;
}

    .post-head ~ *,
    .news-head ~ * {
        font-size: 14px;
    }

.post-title, .news-title {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}

    .post-title:before,
    .news-title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }

.post-date, .news-date {
    display: block;
    text-align: left;
    font-size: 11px;
    color: #888;
    margin: 0 0 5px;
}

.post-content {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 15px;
    background: #fff;
}

.news-item .news-details {
    line-height: 1.4;
    height: 58px;
    overflow: hidden;
}

.blogpost-page .post-date {
    margin: 0 0 20px;
    text-align: right;
}

.news-item-page .news-date {
    margin: 0 0 20px;
    text-align: center;
}

.post-body,
.news-body {
    line-height: 20px;
    margin: 0 0 20px;
}

    .post-body a,
    .news-body a {
        text-decoration: underline;
        color: #46c688;
    }

.blog-page .post-body {
    height: 64px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
}

    .blog-page .post-body:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        display: inline-block;
        width: 30px;
    }

.blog-page .tags,
.blogpost-page .tags {
    overflow: hidden;
    margin: 0 0 20px;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: block;
        font-weight: bold;
        position: relative;
        padding: 0 0 0 15px;
        text-align: left;
    }

        .blog-page .tags label:before,
        .blogpost-page .tags label:before,
        .read-comments:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            width: 5px;
            height: 23px;
            background: #46c688;
        }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        font-size: 14px;
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            margin: 0 5px 0 3px;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: inline-block;
        line-height: 24px;
    }

.post .buttons {
    overflow: hidden;
    margin: 0;
}

.read-comments {
    float: left;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}

.post .read-more {
    float: left;
    clear: both;
    margin: 20px 0 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #46c688;
}

.block-blog-archive .sublist {
    display: block;
}

.block-popular-blogtags .tags li {
    margin: 10px 10px 0 !important;
}

.new-comment {
    margin: 0 0 30px;
}

    .new-comment .title {
        margin: 0 0 10px;
    }

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

    .new-comment .form-fields {
        margin: 0 0 15px;
        padding: 0;
        box-shadow: none;
        background: none;
    }

    .new-comment .inputs label {
        display: none;
    }

    .new-comment textarea {
        width: 100%;
    }

    .new-comment .button-1 {
        padding: 10px 16px;
        background: #46c688;
        border: 1px solid #49bf86;
        color: #fff;
        box-shadow: 0 1px 0 0 #42ab78;
        font-size: 14px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.comment-list .title {
    margin: 0 0 15px;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}

    .comment-list .title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #46c688;
    }

    .comment-list .title strong {
        font-weight: 300;
        font-size: 18px;
    }

.blog-comment,
.news-comment {
    margin: 0 0 30px;
}

    .blog-comment:after,
    .news-comment:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.comment-info {
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
}

    .comment-info .username {
        display: block;
        padding: 5px;
    }

    .comment-info .avatar {
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-time {
    margin: 0 0 10px;
    font-style: italic;
}

    .comment-time span {
        vertical-align: middle;
    }

div.comment-title {
    margin: 0 0 10px;
}

.comment-title strong {
    font-weight: 400;
    font-size: 16px;
}

.comment-body {
    line-height: 20px;
}

    .comment-body p {
        font-size: 14px;
    }

.news-items .read-more {
    margin: 10px 0 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #46c688;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 0 30px;
    position: relative;
}

    .news-list-homepage .title strong {
        display: block;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        padding: 8px 0;
        border-bottom: 1px dashed #797979;
    }

    .news-list-homepage .view-all {
        padding: 10px 0 0;
        text-align: center;
    }

        .news-list-homepage .view-all a {
            display: inline-block;
            line-height: 32px;
            font-size: 12px;
        }

.news-list-page .news-content {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

.header-top {
    background-color: #323844;
}




.header-links .pob {
    background: rgba(0, 0, 0, 0) url(/Themes/Motion/Content/img/new-home/pob-icon.png) no-repeat scroll left 8px;
    padding-left: 12px;
    padding-top: 10px;
}



.header-links .our-stores {
    background: rgba(0, 0, 0, 0) url(/Themes/Motion/Content/img/new-home/our-stores-icon.png) no-repeat scroll left 8px;
    padding-left: 13px;
    padding-top: 10px;
}

.header-links .brochure {
    background: rgba(0, 0, 0, 0) url(/Themes/Motion/Content/img/new-home/brochure-icon.png) no-repeat scroll left 9px;
    padding-left: 17px;
    padding-top: 10px;
}

.header-links .door-expert {
    background: rgba(0, 0, 0, 0) url(/Themes/Motion/Content/img/new-home/door-expert-icon.png) no-repeat scroll left 8px;
    padding-left: 16px;
    padding-top: 10px;
}

.header-bottom .search-box {
    float: left !important;
    margin-top: 45px !important;
}

.live-chat {
    float: right;
    padding-top: 30px;
}

#headerMenuParent {
    background-color: #323844;
}

.contact-us-links a {
    color: #2D3D4A !important;
}

.eto-modal {
    border: 5px solid #eee;
    float: left;
    width: 100%;
}

    .eto-modal a {
        display: inline-block;
        background-color: #5fb98a !important;
        padding: 5px;
        width: 80px;
        color: white;
        margin-top: 20px;
    }

.header-menu {
    width: 910px;
    margin: 0 auto;
    text-align: left;
    box-shadow: none !important;
}

    .header-menu > ul > li > a, .header-menu > ul > li > span {
        font-size: 14px !important;
    }


        .header-menu > ul > li > a:hover {
            color: #f5d83f;
        }

    .header-menu > ul > li:last-child > a:hover {
        color: #323844;
    }


.filtersGroupPanel::after {
    display: none;
}

.featured-product-grid {
    background-color: #F1EDEC;
    padding: 20px;
}

    .featured-product-grid .title strong {
        text-align: center !important;
        font-size: 18px;
        font-weight: bold;
    }


    .featured-product-grid .item-box {
        width: 22% !important;
        background-color: white;
        padding: 10px;
    }

.item-box:hover {
    box-shadow: none !important;
}

.item-box .actual-price {
    text-shadow: none;
    color: #505050;
    font-weight: normal;
    font-size: 13px;
}

.item-box .product-title a {
    font-size: 15px;
    color: black;
}


.home-cta {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

    .home-cta a img {
        margin: 0;
    }

    .home-cta a {
        /*margin-right:12px;*/
        width: 25%;
        float: left;
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding: 2px;
    }


        .home-cta a img {
            width: 100%;
        }

.home-cta {
    /*margin-left:20px;*/
    margin-bottom: 20px;
    text-align: center;
}


.footer-centering .cta {
    float: left;
}

    .footer-centering .cta li {
        width: 20%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .footer-centering .cta img {
        width: 100%;
        max-width: 190px;
        height: auto;
        padding-right: 25px;
        padding-left: 25px;
    }


.subscribe-to-newsletter {
    float: left;
    width: auto;
}

.newsletter-email {
    padding: 0;
}

.home-brands {
    border-top: 1px solid #ccc;
    background-color: white;
    padding: 5px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: 100%;
}

    .home-brands h3 {
        text-align: center;
    }


    .home-brands li {
        width: 32.5%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

        .home-brands li img {
            width: 100%;
            max-width: 222px;
        }

.home-text {
    text-align: center;
    color: #373536;
    font-size: 14px;
}

.yellow-button {
    background-color: #F5D83F;
    padding: 10px;
    color: #373536;
    font-size: 14px;
}

.gallery {
    border: 1px solid #C5C5C5;
}

.great-reasons {
}

    .great-reasons img {
        padding: 5px;
    }


.most-viewed {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #636363;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    float: left;
}

    .most-viewed li {
        padding: 0;
        margin: 0;
        display: inline-block;
        padding: 5px;
        padding-top: 14px;
        padding-bottom: 14px;
        color: white;
        width: 16.66%;
        text-align: center;
        float: left;
    }

        .most-viewed li:first-child {
            background-color: #323844;
            width: auto;
            text-align: left;
            padding-right: 15px;
            padding-left: 15px;
        }

        .most-viewed li a {
            color: white;
        }





.home-text {
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
}

.footer-centering .title strong, .footer-centering h3 {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.footer-centering h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    display: inline-block;
}

.mega-menu > ul li:last-child a {
    background-color: #f5d83f;
    color: black;
}


.quickViewWindow .item-grid {
    overflow: visible !important;
}

.quickViewWindow .product-grid .item-box {
    width: 115px !important;
}





.home-page-product-grid .ajax-cart-button-wrapper {
    display: block;
}




.home-page-product-grid .item-box {
    float: left;
    background-color: white;
    border-right: 10px solid #eee;
    border-bottom: 10px solid #eee;
    position: relative;
}

    .home-page-product-grid .item-box .buttons {
        position: relative;
        bottom: 0;
    }


.home-page-product-grid .display-type-1, .home-page-product-grid .display-type-0 {
    height: 380px;
}

    .home-page-product-grid .display-type-0 .picture, .home-page-product-grid .display-type-0 .picture {
        padding-top: 25px;
    }

.home-page-product-grid .item-box.display-type-2 .picture {
    width: 45%;
    float: left;
    overflow: hidden;
}

.home-page-product-grid .item-box.display-type-2 .details {
    width: 45%;
    float: right;
}

.home-page-product-grid .item-box.display-type-3 .picture {
    width: 45%;
    float: right;
    overflow: hidden;
}

.home-page-product-grid .item-box.display-type-3 .details {
    width: 45%;
    float: left;
}


.home-page-product-grid .item-box .display-type-3 .picture img, .home-page-product-grid .item-box .display-type-2 .picture img {
    max-height: 100px;
}

.home-page-product-grid .item-box .display-type-3 .details {
    width: 45%;
    float: left;
}

.home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
    height: 190px;
    border-bottom: 10px solid #eee;
}

.home-page-product-grid .item-box .product-title a {
    text-transform: capitalize !important;
    font-size: 14px;
}


.r-tabs .r-tabs-nav li {
    width: 25%;
    margin-bottom: 20px;
    box-sizing: border-box;
}


.gallery {
    border: 0 !important;
}

    .gallery .picture-wrapper {
        padding: 10px;
        border: 1px solid #ccc !important;
        width: 100%;
    }

        .gallery .picture-wrapper:only-child, .gallery .picture-wrapper:only-child > .picture {
            line-height: 480px !important;
        }

    .gallery .picture-thumbs a {
        float: left !important;
    }

        .gallery .picture-thumbs a span {
            display: block;
            border: 1px solid #ccc;
            height: 100%;
            width: 100%;
            position: relative;
        }

    .gallery .picture-thumbs a {
        padding-top: 10px;
        padding-right: 10px;
    }

        .gallery .picture-thumbs a:last-child {
            padding-right: 0;
        }

.short-description ul {
    list-style-type: disc;
}

.short-description li {
    margin-bottom: 10px;
    color: #000;
}

.product-name {
    margin-bottom: 10px;
}



.feefoSmall {
    background-image: url(/Themes/Motion/Content/img/feefo_icon.png);
    background-repeat: no-repeat;
    padding-top: 45px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.feefostars {
    background: transparent url(/Themes/Motion/Content/img/feefo_stars.png) repeat-x scroll 0 -16px;
    display: block;
    height: 16px;
    width: 85px;
}


    .feefostars ins[data-stars="5"] {
        width: 85px;
    }

    .feefostars ins[data-stars="4"] {
        width: 68px;
    }

    .feefostars ins[data-stars="3"] {
        width: 50px;
    }

    .feefostars ins[data-stars="2"] {
        width: 35px;
    }

    .feefostars ins[data-stars="1"] {
        width: 15px;
    }

    .feefostars ins[data-stars="0"] {
        width: 0px;
    }

    .feefostars ins {
        background: transparent url(/Themes/Motion/Content/img/feefo_stars.png) repeat scroll 0 0;
        display: inline-block;
        height: 16px;
        position: absolute;
        width: 85px;
    }


.feefoicon {
    background: transparent url(/Themes/Motion/Content/img/icon_feefo.png) repeat scroll 0 100%;
    display: inline-block;
    height: 13px;
    width: 50px;
}


.feefoCount {
    clear: both;
    font-size: 11px;
    margin-top: 10px;
}


span.sale {
    background-image: url(/Themes/Motion/Content/img/sale-tag.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.product-essential .actual-price {
    font-size: 18px;
    display: block;
    font-weight: bold;
}


.product-essential .was-price {
    text-decoration: line-through;
    display: block;
}

.product-essential .now-price {
    color: red;
    font-size: 18px;
    display: block;
}


.tab-holder {
    width: 48%;
    float: left;
    clear: left;
}


.home-page-product-grid.product-page {
    background-color: #dcdcdc;
    padding: 20px;
    padding-top: 8px;
    margin-bottom: 10px;
    float: left;
    width: 100% !important;
}



.product-page .item-box {
    display: block;
    width: 100% !important;
    background-color: white;
    margin: 0;
    margin-top: 8px;
}

    .product-page .item-box .product-item {
        float: left;
        width: 100%;
    }

    .product-page .item-box .details {
        margin-left: 30px;
    }


.related-products-grid {
    clear: both;
}


.ropc .payment-info {
    width: 100% !important;
}

.payment-method-panel .method-list li {
    display: none;
}


.ropc .section-title strong::before {
    width: 0px !important;
}

.ropc .section-title strong {
    padding-left: 0 !important;
    color: #323844;
}

.ropc .inputs label {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    padding-bottom: 3px;
}

.inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
    display: block;
    clear: both;
    max-width: 100% !important;
    width: 100% !important;
}



.quickViewWindow .gallery .thumbnails {
    width: 170px !important;
}

.miniProductDetailsView {
    background-color: #fff !important;
}

.productAddedToCartWindow, .miniProductDetailsView {
    background: none !important;
}

/*.miniProductDetailsView .qty-input, .overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown {
     margin: 1px!important;
    outline: 1px solid #91d3af !important;
     width: 24px !important;
      height: 24px!important;
          padding: 2px!important;
}*/


#product-variant {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.topic-page .page-body {
    font-size: 14px;
    line-height: 25px;
}

.topic-page .home-cta {
    border-top: 1px dashed #797979;
    border-bottom: 1px dashed #797979;
    padding-top: 30px;
    padding-bottom: 20px;
}

.topic-page a {
    color: #5FB98A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.item-box .buttons, .quickViewWindow .buttons, .miniProductDetailsView .buttons {
    /*background-color:#5FB98A;*/
    width: 160px;
    height: 45px;
    margin: 0 auto;
}



.quickViewWindow .buttons {
    float: none;
}

.item-box input[type="button"], .overview .add-to-cart-button, .variant-overview .add-to-cart-button, #add-to-cart-button {
    background-color: #5FB98A !important;
    border: 0;
    background: #5FB98A url(/Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat 5px center;
    float: none;
    padding-left: 40px;
    padding-right: 20px;
    height: 44px;
    color: white;
}

.miniProductDetailsView .qty-input {
    float: left;
}

/*.miniProductDetailsView .add-to-cart-button{
    background: #5FB98A url(/Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat 10px center!important;
    width:150px!important;
    height:48px!important;
}*/


#addtocart_EnteredQuantity,
.overview .qty-input,
.variant-overview .qty-input,
.ajax-cart-button-wrapper input[type="text"], .ajax-cart-button-wrapper select {
    outline: 10px solid #91D3AF !important;
    margin: 10px;
    width: 20px;
    height: 18px;
}

.productAddedToCartWindowDescription div.buttons {
    margin: 0;
}



/*.item-box input[type="button"] {
    background-color:#5BC392;
    width:165px;
    float:right;
    color:white;
    background-position:10px center!important;
}*/


/*.home-page-product-grid .product-box-add-to-cart-button {
    width:35px!important;
    height:23px!important;
    float:left!important;
    margin-left:35px!important;
    margin-top:2px;
    text-indent:-999px;
    padding:0;
    background-position:0px center!important;
}

.item-box input[type="button"],.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    background-color: #fff!important;
    border: 0;
    padding:0!important;    
    background: #dcdcdc url(/Themes/Motion/Content/img/icon-add-to-cart.png) no-repeat center bottom;
    color: #505050;
    width:35px!important;
    height:23px!important;

    box-shadow: none;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
    font-size: 13px;
    text-indent:-999px;

}

    .ajax-cart-button-wrapper input[type="text"], .ajax-cart-button-wrapper select {
    outline: 10px solid #91D3AF!important;
    
}

.featured-product-grid .item-box input[type="button"] {
    width:105px;
    background-position:10px center!important;
}*/

.prices-holder {
    height: 45px;
}

/*.home-page-product-grid.product-grid .item-box{
    
    width:25%!important;
}

.home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
       width:50%!important;

}*/

.home-page-product-grid.product-grid .item-box:nth-child(3n+1) {
    clear: none;
}

.home-page-product-grid.product-grid .item-box:nth-child(2n+1) {
    clear: none;
}

.home-page-product-grid .display-type-3 .product-title, .home-page-product-grid .display-type-2 .product-title {
    height: 60px;
}

.home-page-product-grid .display-type-3 .prices-holder, .home-page-product-grid .display-type-2 .prices-holder {
    height: 48px;
}


.home-page-product-grid .item-box.display-type-2 .picture img, .home-page-product-grid .item-box.display-type-3 .picture img {
    /*height:80%;*/
}

.home-page-product-grid .item-box .product-item .picture a:before {
    content: " ";
    display: block;
    /*padding-top: 80%;*/
}

.select2-container {
    margin-bottom: 10px;
}


.product-essential .home-page-product-grid.product-page {
    margin-top: 20px;
}

.product-essential .home-page-product-grid .display-type-3 .details {
    width: 55%;
}

.product-essential .product-page .item-box .details {
    margin-left: 0px;
}


.product-essential .prices-holder .actual-price {
    font-size: 13px;
}


.specs td, .specs th {
    padding: 5px;
    border-top: 1px solid #fff;
    vertical-align: top;
}

.specs th {
    width: 150px;
}

.specs tr {
    background-color: #f6f6f5;
}


    .specs tr:nth-child(2n) {
        background-color: #eeeeeb;
    }


.ajax-cart-button-wrapper {
    display: block !important;
}

.category-page .item-box .product-item .picture {
    margin-top: 10px;
    margin-bottom: 10px;
}

.looking-for {
    float: right;
    width: 50%;
}

.product-page .overview .buttons {
    background-color: #5FB98A;
    float: right;
    width: 200px;
}

.product-page .item-box {
    border: 0 !important;
}

    .product-page .item-box .details {
        margin-left: 15px;
    }



.topic-page .page-body hr {
    margin: 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-bottom: 1px dashed #797979;
    margin-bottom: 40px;
}


.topic-page .page-body h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.topic-page .page-body h3 {
    font-size: 60px;
    margin-bottom: 35px;
    margin-top: 35px;
    margin-left: 0;
    padding-left: 0;
    font-weight: normal;
}


.trivia {
    background-color: #5A595E;
    padding-left: 3000px;
    margin-left: -3000px;
    padding-right: 3000px;
    margin-right: -3000px;
}

    .trivia div {
        background-image: url(/Content/Images/uploaded/History/trivia.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 190px;
        margin: 0 auto;
        padding-top: 20px;
        color: white;
        font-size: 18px;
        padding-left: 500px;
        padding-right: 40px;
    }

    .trivia::after {
        clear: both;
    }

.center-cell {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.brand-container {
    background-color: white;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    max-width: 960px;
}

    .brand-container img {
        margin-right: 20px;
        width: auto;
        height: auto;
    }

    .brand-container .col2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.contact-panel {
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    max-width: 960px;
}

    .contact-panel h2 {
        float: none;
        width: 100%;
		
    }

    .contact-panel .address {
        clear: left;
        float: left;
        width: 260px;
    }

    .contact-panel .hours {
        float: left;
        width: 180px;
    }

    .contact-panel .switch {
        float: right;
        width: 40%;
    }

        .contact-panel .switch .block {
            display: none;
            width: 100%;
            min-height: 300px;
            text-align: center;
            border: 1px solid #323844;
        }

            .contact-panel .switch .block p {
                padding: 20px;
                font-size: 12px;
                line-height: 22px;
            }

        .contact-panel .switch .head {
            margin-bottom: 10px;
            text-align: center;
        }

            .contact-panel .switch .head a {
                padding-left: 20px;
                padding-right: 20px;
                border-right: 1px solid black;
                text-decoration: none;
                color: black;
                font-weight: normal;
                font-size: 13px;
            }

                .contact-panel .switch .head a:last-child {
                    border: 0;
                }

    .contact-panel h2 {
        font-size: 18px;
    }

.contact-panel {
    clear: both;
}

    .contact-panel a.printer-friendly {
        display: inline-block;
        padding: 15px;
        text-decoration: none;
        background-color: #323844;
        color: white;
        font-size: 18px;
        margin-top: 110px;
        border-radius: 5px;
    }


.bespoke-button {
    background-color: #5fb98a !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 0 none;
    color: white;
    height: 34px;
    width: 130px;
}

.quickViewWindow #accordion .product-details p {
    margin-bottom: 10px;
}

.quickViewWindow #accordion .product-details ul {
    list-style-type: disc;
    margin-left: 15px;
}

.mobile-live-chat {
    display: none;
}


div.clear {
    display: block;
    clear: both;
    line-height: 1;
    height: 1px;
}

.home-tabs {
    background-color: #eee;
    padding-top: 20px;
}


.product-details-page .overview .select2 {
    width: 240px !important;
    float: left;
}

.product-details-page .overview .buttons {
    float: right;
    width: 210px;
}

.product-details-page .overview .select2-container .select2-selection--single {
    height: 34px;
    font-size: 13px;
}

.product-details-page .overview .buttons span {
    color: black;
    font-size: 13px;
    padding-right: 5px;
    padding-top: 7px;
    display: inline-block;
    float: left;
}

.product-details-page .overview .buttons #addtocart_EnteredQuantity {
    outline: none !important;
    margin: 0 !important;
    height: 34px;
    width: 34px;
}

.product-details-page .overview .buttons #add-to-cart-button {
    background-position: 10px center;
    width: 120px;
    height: 34px;
}

.on-display {
    
    float: right;
}

    .on-display span {
        float: left;
        padding-right: 10px;
        color: #5fb98a;
        font-weight: bold;
    }

    .on-display ul {
        color: #5fb98a;
        float: right;
    }




.home-page-product-grid.product-page .item-box.display-type-2, .home-page-product-grid.product-page .item-box.display-type-3 {
    width: 100% !important;
}

.product-details-page .overview {
    margin: 0 !important;
    width: 47%;
    float: right;
}



.gallery {
    float: left;
    width: 48%;
    margin-right: 15px;
    box-sizing: border-box;
}

.productQuantityTextBox, .qty-input {
    font-size: 14px !important;
    padding: 2px !important;
    text-align: center !important;
    float: left;
}


.cloud-zoom {
    width: 100%;
    display: block;
}

.cloud-zoom-lens {
}

#sevenspikes-cloud-zoom #wrap {
}

.zoomholder {
    position: absolute;
    top: 0;
    left: 0;
}

.gallery {
    position: relative;
}

.overview small {
    font-size: 9px;
    display: block;
    margin-bottom: 5px;
}


.cart-collaterals .shipping label {
    margin: 10px 0 5px 0 !important;
    text-align: left !important;
    width: auto !important;
}

.ropc .section-body {
    box-shadow: none !important;
}

.ropc .cart {
    box-shadow: none !important;
}

.ropc .section-body {
    padding-left: 0 !important;
}

.ropc .ship-to-same-address {
    text-align: left !important;
}

.ropc .panel-group-right-bottom {
    width: 33% !important;
    margin-right: 20px !important;
}

.ropc .panel-group > .section-title {
    padding-bottom: 10px;
    border-bottom: 20px solid #323844;
    margin-right: 20px;
    text-align: center;
}

.ropc .panel-group > .panel {
}

.terms-of-service a {
    text-decoration: underline;
}


.cart-collaterals .shipping {
    float: left !important;
}

.shipping-options .buttons {
    text-align: left;
}



.home-page-product-grid.product-grid .item-box {
    width: 50%;
    clear: none;
}

.home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
    width: 100%;
}

.home-page-product-grid .wrapper {
    width: 50%;
    float: left;
}


.panel-group {
    position: relative;
}

    .panel-group.disabled .disabled-step {
        display: block;
    }

.disabled-step {
    display: none;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.next-step, .ropc .complete-button button {
    background-color: #5fb98a !important;
    padding: 10px !important;
    color: white !important;
    display: block !important;
    margin-right: 12px !important;
    border: 0 !important;
    font-size: 16px;
    width: 95%;
    text-align: center;
}

.ropc .terms-of-service {
    padding-right: 12px;
}

.cart-total-left {
    font-size: 16px;
    text-align: left;
}


.brochure-request .form-fields {
    box-shadow: none;
}

.brochure-request .inputs label, .brochure-request .inputs .field {
    float: left;
    text-align: left;
    width: 150px;
    font-size: 12px;
    white-space: normal;
    margin-right: 10px;
}

.brochure-request .inputs input, .brochure-request .inputs select, .brochure-request .inputs textarea {
    clear: none !important;
    float: left !important;
    width: 300px !important;
}

    .brochure-request .inputs input[type=checkbox] {
        width: auto !important;
        margin-right: 5px;
        margin-bottom: 10px;
    }

.brochure-request .inputs table {
    width: auto !important;
}

.brochure-request .inputs td label {
    width: auto !important;
    float: left;
}

.brochure-request .inputs .field.full {
    width: 100% !important;
    margin-bottom: 10px !important;
    float: none !important;
}

.brochure-request .field-validation-error, .brochure-request .field-validation-valid {
    width: 20px;
    float: left;
    margin: 0;
    text-align: left;
    display: block;
    height: 30px;
}

.sage-thawte {
    float: right;
    margin-top: -5px;
}

.footer-disclaimer {
    color: darkblue;
    line-height: 30px;
}

.brochure-request a {
    text-decoration: underline;
}

#step1, #step2, #step3 {
    margin-bottom: 10px;
}



.left-50, .right-50 {
    float: left;
    width: 50%;
}

.left-50 {
    padding-right: 20px;
}



.telephone-num {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
}



.eto-window {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px #666;
    padding: 1px !important;
    position: absolute;
    z-index: 1070;
}

    .eto-window .k-window-titlebar.k-header {
        background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) repeat-x scroll center top;
        border-bottom: 1px solid #999;
        margin: 0 !important;
        padding: 10px;
    }

        .eto-window .k-window-titlebar.k-header .k-window-actions {
            height: 20px;
            overflow: hidden;
            position: absolute;
            right: 10px;
            text-indent: 9999px;
            top: 10px;
            width: 20px;
        }

            .eto-window .k-window-titlebar.k-header .k-window-actions a {
                background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) no-repeat scroll center center;
                border: 1px solid #999;
                display: block;
                height: 18px;
                width: 18px;
            }

                .eto-window .k-window-titlebar.k-header .k-window-actions a:hover {
                    background-color: #fff;
                    border-color: #aaa;
                }



.video_holder {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video_holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.search-box input.search-box-text {
    height: auto;
}

.lets-chat {
    position: fixed;
    top: 350px;
    cursor: pointer;
    z-index: 10000;
}

.quickfind {
    height: 45px;
    padding-left: 100px;
}

    .quickfind div {
        width: 910px;
        margin: auto;
        padding-left: 5px;
    }

    .quickfind strong {
        margin-right: 30px;
        padding-top: 2px;
        font-size: 16px;
        display: inline-block;
        float: left;
    }

    .quickfind select {
        padding: 0;
        padding-right: 10px;
        height: auto;
        margin-right: 20px;
        margin-top: -2px;
    }

    .quickfind input {
        background-color: #323844;
        border: 0;
        color: white;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .quickfind .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 22px;
        position: absolute;
        right: 3px;
        top: 1px;
        width: 20px;
    }


#headerMenuParent {
    min-height: auto;
}

.header-menu > ul > li > a, .header-menu > ul > li > span {
    margin-top: 0px;
    font-size: 17px !important;
}

.mega-menu > li:last-child a {
    background-color: #323844 !important;
    color: #f5d83f;
}

    .mega-menu > li:last-child a:hover {
        color: white !important;
    }





.home-title {
    font-size: 20px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #555;
    font-weight: normal;
}

    .home-title p {
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
    }

hr.dotted {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
    clear: both;
}

.shop-by-timber-colour {
    margin-top: 30px;
}



    .shop-by-timber-colour span {
        font-size: 10px;
        display: inline-block;
        margin-top: 8px;
    }





.offers {
    margin-bottom: 20px;
    float: left;
}

    .offers img {
        float: left;
        width: 490px;
    }

.pmg {
    clear: both;
    background-image: url(/Themes/Motion/Content/img/new-home/pmg-bg.jpg);
    background-repeat: repeat-x;
    display: block;
    height: 278px;
}

.promos {
    float: left;
    padding-bottom: 30px;
    margin-right: -30px;
}

    .promos li {
        float: left;
        width: 33%;
        box-sizing: border-box;
        padding-right: 20px;
    }

        .promos li:last-child {
        }

    .promos .home-title {
        text-align: left;
    }

    .promos li img {
        width: 100%;
    }


.home-brands img {
    border: 1px solid #ccc;
}

.home-text {
    max-width: 100%;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 24px;
}


.bottom {
    clear: both;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-style: italic;
}

    .bottom a {
        color: #4AC0E2;
        font-weight: bold;
    }



.footer-block:last-child {
    width: auto;
}

.footer-middle {
    background-color: #F8F9F4;
}

    .footer-middle .footer-menu a, .footer-middle h3 {
        color: #666;
    }

.footer-bottom {
    background-color: #2D3D4A;
    padding: 0;
}

.footer-disclaimer {
    color: white;
    font-size: 10px;
}


.main-promo .inner-text a, .main-promo .inner-text span {
    font-weight: bold;
}





.home-brands h3 {
    width: auto;
    text-decoration: underline;
    margin-top: 15px;
}

.home-brands a {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.home-brands li {
    padding-left: 25px;
    padding-right: 25px;
}



.shop-best-sellers {
    box-sizing: border-box;
    float: right;
    width: 66%;
}

.best-sellers {
    margin: 0;
}


    .best-sellers .product {
        text-align: center;
    }

        .best-sellers .product .picture {
            height: 165px;
        }

    .best-sellers .picture img {
        max-height: 80%;
        max-width: 90%;
        transform: translateZ(0px) scale(1, 1);
    }

    .best-sellers .product > a {
        font-weight: 400;
        overflow: hidden;
        width: 100%;
        bottom: 10px;
        display: block;
        text-align: center;
    }


.shop-style {
    margin: 0;
    padding: 0;
}


    .shop-style li {
        width: 24%;
        display: inline-block;
        margin: 0;
        padding: 8px;
        box-sizing: border-box;
        text-align: center;
    }

        .shop-style li h4 {
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: normal;
            border-bottom: 1px solid black;
            width: 0 auto;
            display: inline-block;
        }

        .shop-style li .link {
            padding-top: 10px;
            display: block;
            font-weight: bold;
        }

.pmg {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.jDropDown ul {
    z-index: 10000 !important;
}


.ropc .panel.coupon-box-panel {
    z-index: 10000 !important;
}

@media all and (max-width: 980px) {

    .compare-products-table {
        display: none;
    }
}

table .td-title {
    display: none;
}

/*GLOBAL TABLES*/

.cart, .data-table, .compare-products-table, .forums-table-section table {
    margin: 0 0 20px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}

    .cart th, .data-table th, .forums-table-section th {
        border: 1px solid #464646;
        background: #464646;
        padding: 10px;
        white-space: nowrap;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        min-width: 50px;
        border: 1px solid #d3d3d3;
        background: #fff;
        padding: 10px;
    }

.forums-table-section .latest-post {
    width: 140px;
}

.cart a, .data-table a, .compare-products-table a, .forums-table-section a {
    padding: 8px 0;
    font-size: 14px;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}

.cart .unit-price {
    white-space: nowrap;
}

.cart .qty-input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal {
    color: #4dc98d;
    font-size: 14px;
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px;
}

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}

.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.compare-products-table .product-price td {
    color: #4dc98d;
    font-size: 14px;
}

    .compare-products-table .product-price td:first-child {
        color: #666;
    }

.compare-products-table-mobile img {
    max-width: 160px;
}

.go-to-page {
    display: inline-block !important;
    font-size: 13px !important;
}



/* TIER PRICE TABLES */

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .prices-header {
        margin: 0 0 10px;
        font-size: 18px;
    }

        .tier-prices .prices-header strong {
            font-weight: 400;
        }

.prices-table {
    width: 100%;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
}

.prices-row {
    float: left;
    width: 50%;
}

    .prices-row > div {
        padding: 10px;
        border-left: 1px solid #c9c9c9;
        border-top: 1px solid #c9c9c9;
    }

        .prices-row > div:first-child {
            border-top: 0;
        }

    .prices-row:first-child > div {
        border-left: 0;
    }

.prices-table .field-header {
    font-weight: 700;
}

.tier-prices .item-price {
    color: #c00;
}

@media all and (min-width: 769px) {

    .product-details-page .prices-table {
        display: table;
    }

    .product-details-page .prices-row {
        display: table-row;
        float: none;
        width: auto;
    }

        .product-details-page .prices-row > div {
            display: table-cell;
        }

        .product-details-page .prices-row:first-child > div {
            border-left: 1px solid #c9c9c9;
            border-top: 0 !important;
        }

        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-left: 0;
        }
}



/* footable custom css */

.footable-first-column {
    text-align: center;
}

    .footable-first-column .item-count {
        font-size: 13px !important;
    }

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: block;
    height: 16px;
    overflow: hidden;
}

.footable-row-detail {
    text-align: left;
    font-size: 14px;
}

.footable-row-detail-cell {
    text-align: left !important;
}

.footable-row-detail-row {
    margin: 0 0 10px;
    display: table-row;
}

.footable-row-detail-name {
    padding: 0 15px 5px 0;
    font-style: italic;
    display: table-cell;
}

.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
    background: url(/Themes/Motion/Content/img/table-plus.png) no-repeat center;
}

.footable-detail-show .footable-toggle {
    background: url(/Themes/Motion/Content/img/table-minus.png) no-repeat center;
}

.footable-toggle:before {
    display: none !important;
}

/* hidding item counter in different tables */

@media all and (min-width: 980px) {

    .downloadable-products-page .data-table .item-count {
        display: none;
    }
}

@media all and (max-width: 793px) {


    .downloadable-products-page .data-table .item-count,
    .order-summary-content .cart .item-count,
    .wishlist-page .cart .item-count,
    .compare-products-table-mobile .item-count,
    .section.products .data-table .item-count,
    .section.shipments .data-table .item-count {
        display: none;
    }
}

@media all and (max-width: 596px) {

    .return-request-page .data-table .item-count {
        display: none;
    }
}

@media all and (min-width: 240px) and (max-width: 980px) {

    .shop-by-timber-colour {
        text-align: center;
    }

        .shop-by-timber-colour .home-title {
            width: 100%;
        }

    .shop-by-timber a, .shop-by-colour a {
        margin-right: 10px;
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }

    .quickfind {
        width: 100%;
        margin: 0;
        padding: 5px;
        background: none;
        height: auto;
        border-bottom: 1px solid #eaeaea;
        float: left;
    }

        .quickfind div {
            width: 100%;
        }

        .quickfind strong {
            width: 100%;
            display: block;
            margin-bottom: 5px;
            text-align: center;
        }

        .quickfind .select2-container, .quickfind input, .quickfind .select2 {
            width: 100% !important;
            margin-bottom: 5px;
        }

    .quickfindbutton {
        margin: 0;
    }


    .main-promo .feefo {
        text-align: center;
        margin-top: 20px;
    }


    .main-promo > img {
        width: 100%;
        display: block;
        height: auto;
    }

    .main-promo .inner-text {
        padding-top: 10px;
        padding-left: 10px;
        width: 100%;
        text-align: center;
    }

        .main-promo .inner-text h2 {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .main-promo .inner-text p {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .main-promo .inner-text a, .main-promo .inner-text span {
            font-size: 18px;
        }

    .cta {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
    }

        .cta li {
            display: block;
            margin-bottom: 20px;
            width: 50%;
            float: left;
        }

        .cta img {
            width: 100%;
            max-width: 160px;
        }



    .telephone-num {
        margin-top: 0;
        padding-left: 0;
    }


    .pmg {
        border-bottom: 0;
        background: none;
    }

    .offers img {
        width: 100%;
    }

    .promos li {
        width: 100%;
    }

    .shop-style li {
        width: 100%;
    }

    .pmg > img {
        display: none;
    }

    .shop-best-sellers {
        width: 100%;
    }

    .best-sellers li {
        width: 100%;
    }

    .home-brands li {
        width: 100%;
    }


    .footer-middle .footer-block {
        clear: none !important;
        width: 50%;
        margin-right: 0px;
        display: block;
    }

        .footer-middle .footer-block:nth-child(2+1) {
            clear: both;
        }

    .lets-chat {
        display: none;
    }


    .shop-by-colour {
        margin-top: 20px;
    }

    .gallery {
    }

    .live-chat {
        display: none;
    }

    .mobile-live-chat {
        display: inline-block;
        float: left;
    }

    .header-bottom .search-box {
        display: none;
    }

    .flyout-cart {
        display: none !important;
    }


    .great-reasons {
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        float: left;
    }

        .great-reasons img {
            width: 33.3333%;
            box-sizing: border-box;
            float: left;
        }


    .product-details-page .overview .select2 {
        width: 100% !important;
        float: none;
    }

    .product-details-page .overview .buttons {
        float: none;
        width: 100%;
    }


        .product-details-page .overview .buttons span {
            color: black;
            font-size: 13px;
            padding-right: 5px;
            padding-top: 7px;
            display: inline-block;
            float: left;
        }

        .product-details-page .overview .buttons #addtocart_EnteredQuantity {
            outline: none !important;
            margin: 0 !important;
            height: 34px;
            width: 34px;
        }

        .product-details-page .overview .buttons #add-to-cart-button {
            background-position: 10px center;
            width: 140px;
            height: 34px;
        }








    /* HEADER */

    .header-links .ico-register {
        background: url(/Themes/Motion/Content/img/m-icon-plus.png) no-repeat center;
    }

    .header-links .ico-login {
        background: url(/Themes/Motion/Content/img/m-icon-lock.png) no-repeat center;
    }

    .header-links .account {
        background: url(/Themes/Motion/Content/img/m-icon-account.png) no-repeat center;
    }

    .header-links .ico-logout {
        background: url(/Themes/Motion/Content/img/m-icon-logout.png) no-repeat center;
    }

    .header-links .ico-wishlist {
        background: url(/Themes/Motion/Content/img/m-icon-star.png) no-repeat center;
    }

    .header-links .ico-inbox {
        background: url(/Themes/Motion/Content/img/m-icon-inbox.png) no-repeat center;
    }

    /* RESPONSIVE NAV WRAPPER */

    .responsive-nav-wrapper-parent {
        height: 51px;
    }

    .responsive-nav-wrapper {
        position: relative;
        background: #46c688 url(/Themes/Motion/Content/img/pattern-nav.png) left top;
        width: 100%;
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
        text-align: center;
        font-size: 0;
        height: 51px;
        overflow: hidden;
    }

        .responsive-nav-wrapper.nav-down {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .responsive-nav-wrapper.nav-up {
            -webkit-transform: translateY(-55px);
            -ms-transform: translateY(-55px);
            transform: translateY(-55px);
        }

    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .responsive-nav-wrapper:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .responsive-nav-wrapper > div > span {
        display: block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        height: 51px;
        width: 85px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
    }

    .responsive-nav-wrapper .menu-title {
        display: inline-block;
        background: url(/Themes/Motion/Content/img/icon-menu.png) no-repeat center;
    }

    .responsive-nav-wrapper .search-wrap {
        display: inline-block;
        background: url(/Themes/Motion/Content/img/icon-search.png) no-repeat center;
    }

    .responsive-nav-wrapper .filters-button {
        display: none;
        background: url(/Themes/Motion/Content/img/icon-filters.png) no-repeat center;
    }

    /* RESPONSIVE MENU */

    .ps-container > .ps-scrollbar-y-rail {
        visibility: hidden !important;
    }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        z-index: 1000000;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .overlayOffCanvas.show {
            background: rgba(0,0,0,0.4);
        }

    #headerMenuParent {
        height: 0;
    }

    .justAFixingDivBefore,
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        background: #333 url(/Themes/Motion/Content/img/pattern-nav.png) left top !important;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .notAndroid23 .justAFixingDivBefore,
    .notAndroid23 .header-menu {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .android23 .justAFixingDivBefore,
    .android23 .header-menu {
        left: -320px;
    }

    .header-menu.open {
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
    }

    .notAndroid23 .header-menu.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .android23 .header-menu.open {
        left: 0;
    }

    .header-menu .close-menu {
        background: #46c688 url(/Themes/Motion/Content/img/pattern-nav.png) left top;
        cursor: pointer;
    }

    .close-menu span {
        display: block;
        padding: 15px 20px;
        background: url(/Themes/Motion/Content/img/nav-item-close.png) no-repeat 25px center;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 15px;
        text-align: right;
    }

    .header-menu > ul li {
        background: #fff url(/Themes/Motion/Content/img/nav-item-border-bottom.png) repeat-x left bottom;
    }

        .header-menu > ul li:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .header-menu > ul li > a,
        .header-menu > ul li > span {
            display: block;
            padding: 16px 18px 18px !important;
            line-height: 16px;
            color: #505050;
            font-size: 16px;
            text-transform: uppercase;
            position: relative;
            z-index: 1;
        }

        .header-menu > ul li > .with-subcategories {
            width: 270px;
            float: left;
        }

    .plus-button {
        position: relative;
        float: right;
        background: url(/Themes/Motion/Content/img/nav-item-border-side.png) repeat-y left top, url(/Themes/Motion/Content/img/nav-item-open.png) no-repeat center;
        width: 50px;
        height: 48px;
        z-index: 2;
        cursor: pointer;
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333 !important;
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
        z-index: 3;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

    .notAndroid23 .header-menu .sublist-wrap {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .android23 .header-menu .sublist-wrap {
        left: -320px;
    }

    .notAndroid23 .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .android23 .header-menu .sublist-wrap.active {
        left: 0;
    }

    .header-menu ul li.back-button {
        background: #46c688 url(/Themes/Motion/Content/img/pattern-nav.png) left top;
    }

    .header-menu .back-button span {
        background: url(/Themes/Motion/Content/img/nav-item-close.png) no-repeat 25px center;
        text-transform: none;
        color: #fff;
        text-align: right;
        padding: 14px 18px 15px !important;
        cursor: pointer;
    }

    /* header menu functionality classes */

    .admin-header-links,
    .header,
    .responsive-nav-wrapper,
    .slider-wrapper,
    .master-wrapper-page,
    .footer {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

    .notAndroid23 .move-right {
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }



    /* CATEGORY PAGE & ITEM GRIDS */

    .product-viewmode,
    .product-page-size {
        display: none !important;
    }

    /* SEARCH */

    .store-search-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 7px;
        width: 100%;
        background: #46c688 url(/Themes/Motion/Content/img/pattern-nav.png) left top;
        box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
        z-index: 9999999;
        text-align: center;
    }

        .store-search-box.open {
            display: block;
        }

        .store-search-box form {
            display: inline-block;
            padding: 7px;
            background: rgba(0,0,0,0.2);
        }

            .store-search-box form:after {
                content: ".";
                display: block;
                visibility: hidden;
                clear: both;
                height: 0;
                line-height: 0;
                font-size: 0;
            }

        .store-search-box input.search-box-text {
            float: left;
            width: 257px !important;
            height: 34px;
            border: 0;
        }

        .store-search-box .search-box-button {
            float: left;
            width: 34px;
            height: 34px;
            border: none;
            overflow: hidden;
            background: #46c688 url(/Themes/Motion/Content/img/icon-search.png) center no-repeat;
            text-indent: 999px;
        }

    /* FOOTER */

    .footer-bottom .footer-centering > * {
        margin-bottom: 10px;
    }

        .footer-bottom .footer-centering > *:last-child {
            margin: 0;
        }
}

@media all and (min-width: 240px) and (max-width: 700px) {

    .topic-page .page-body img, .history-image {
        width: 100% !important;
        height: auto;
    }


    .home-page-product-grid.product-grid .item-box {
        width: 50% !important;
        height: auto;
    }

    .home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
        width: 100% !important;
        clear: both;
    }

    .home-cta a {
    }

    .most-viewed li {
        width: 33%;
    }

    .gallery {
        width: 100%;
        float: none;
    }

    .product-details-page .overview {
        width: 100%;
        float: none;
    }

    .tab-holder {
        width: 100%;
        float: none;
    }

    .looking-for {
        width: 100%;
        float: none;
    }
}

@media all and (min-width: 240px) and (max-width: 600px) {
    .subscribe-to-newsletter {
        float: none !important;
    }

    .social-sharing {
        float: none !important;
    }
}

@media all and (min-width: 240px) and (max-width: 500px) {
    .great-reasons img {
        width: 100%;
    }

    .home-tabs {
        background-color: #fff;
        padding-top: 0px;
    }

    .home-page-product-grid.product-grid .item-box {
        width: 100% !important;
        height: auto;
        clear: both;
    }




    .home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
        width: 100% !important;
    }

    .most-viewed li {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
    }

        .most-viewed li:first-child {
            display: block;
            text-align: center;
            width: 100%;
        }

    .home-cta a img {
        width: 100%;
    }

    .footer-centering .cta {
        width: 100%;
    }

        .footer-centering .cta li {
            margin: 0 auto !important;
            clear: both;
            display: block;
            width: 100%;
            text-align: center;
            float: none;
        }

            .footer-centering .cta li img {
                float: none;
            }

    .subscribe-to-newsletter {
        float: none !important;
    }

    .social-sharing {
        float: none !important;
        padding-top: 10px !important;
    }



    .home-page-product-grid.product-grid .item-box {
        height: auto;
        width: 100%;
        clear: none;
        border-right: 0;
        margin: 0;
    }



    .home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
        width: 100%;
        height: auto;
    }

    .home-page-product-grid .wrapper {
        width: 100%;
    }


    .center-1, .side-2, .center-2 {
        margin-top: 10px;
    }

    .slider-wrapper {
        display: none;
    }

    .great-reasons {
        margin-top: -20px;
    }

    .home-cta a, .home-cta a img {
        width: 100%;
        max-width: none;
    }

    .breadcrumb {
        text-align: center;
    }

    .category-page .page-title h1, .product-name {
        text-align: center;
    }

    .gallery .picture-thumbs a {
        width: 50% !important;
    }

        .gallery .picture-thumbs a:last-child, .gallery .picture-thumbs a:nth-child(2n+0) {
            padding-right: 0;
        }

    .ui-tabs .ui-tabs-nav li {
        width: 50%;
        float: left;
    }


    .product-grid .item-box, .product-list .item-box {
        width: 100%;
    }

    .contact-panel .switch {
        width: 100%;
    }

    .topic-page .page-body h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .trivia div {
        background: none;
        padding: 10px;
        min-height: auto;
    }


    .topic-page .page-body td {
        display: block;
        width: 100%;
    }

    .cart-footer .totals {
        width: 300px;
    }
}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {



    .quickfind .select2-container, .quickfind .select2 {
        width: 20% !important;
        max-width: 160px;
        float: left;
        padding-right: 5px;
    }

        .quickfind .select2-container .select2-selection--single {
            height: auto;
        }

    .quickfind .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 22px;
    }

    input.quickfindbutton {
        width: auto !important;
        float: left;
    }

    .shop-by-timber-colour .home-title {
        margin-top: 0px;
        margin-right: 20px;
        float: left;
        width: 49%;
    }



    .shop-by-timber a, .shop-by-colour a {
        float: left;
        margin-right: 10px;
        text-align: center;
    }


    .cta {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

        .cta li {
            display: block;
            margin-bottom: 20px;
            width: 20%;
            float: left;
        }

        .cta img {
            width: 100%;
            max-width: 160px;
        }


    .main-promo .feefo {
        text-align: left;
        width: 100%;
        clear: both;
    }


    .main-promo .inner-text {
        float: left;
        width: 50%;
        text-align: left;
    }


        .main-promo .inner-text h2 {
            font-size: 21px;
            margin-bottom: 10px;
        }

        .main-promo .inner-text p {
            font-size: 17px;
        }

    .main-promo > img {
        max-width: 345px;
        width: 50%;
        display: block;
        height: auto;
    }

    .main-promo .inner-text a, .main-promo .inner-text span {
        font-size: 16px;
    }



    /* HEADER */

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        width: 336px !important; /*txtfield + button*/
    }

    .eu-cookie-bar-notification {
        width: 450px;
        max-width: 95%;
        margin-left: -225px;
    }
    /* FOOTER */

    .footer-middle:before {
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    /* CATEGORY PAGE & GRIDS */

    .product-grid .item-box,
    .product-list .item-box {
        width: 50%;
        float: left;
        margin: 0;
    }

    .home-page .item-grid:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .manufacturer-grid {
        font-size: 0;
        text-align: left;
    }

        .manufacturer-grid .item-box {
            display: inline-block;
            width: 33.33333333%;
            padding: 0 5px;
            margin: 0 0 10px;
        }

            .manufacturer-grid .item-box a {
                text-align: center;
            }

    /* PRODUCT PAGE */

    .free-shipping {
        text-align: center;
    }

    .attributes.rental-attributes input[type='text'] {
        min-width: initial;
    }


    /* QUICK TABS */

    .ui-tabs .ui-tabs-nav li {
        float: left;
    }

    /* ATTRIBUTES */

    .attributes dl {
        padding: 2px;
        display: inline-block;
    }

    .attributes dt,
    .attributes dd {
        background: none;
        float: left;
    }

    .attributes dt {
        clear: both;
        font-size: 15px;
        margin: 0 10px 10px 0;
        width: 100px;
    }

    .attributes dd {
        padding: 0;
    }

    .attributes li {
        float: left;
    }

    /* BLOG & NEWS */

    .news-items .news-item {
        width: 48%;
        margin: 1%;
    }

    .news-list-page .news-items .news-item {
        margin: 0 1% 5%;
    }

    .comment-info {
        float: left;
        margin: 0;
    }

    .comment-content {
        text-align: left;
    }

    .comment-info + .comment-content {
        margin: 0 0 0 135px;
    }

    /* PASSWORD PROTECTION */

    .enter-password-form input[type="password"] {
        width: 300px !important;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    .address-list,
    .order-list {
        text-align: left;
    }

    .section {
        width: 48%;
        margin: 0 1% 2%;
    }

        .section .buttons {
            text-align: right;
        }

    .registration-page .date-of-birth select,
    .account-page .date-of-birth select {
        width: 110px;
    }

    .block-account-navigation {
        margin: 0 auto !important;
        float: none !important;
        width: 420px !important;
    }

    /* SHOPPING CART & CHECKOUT */

    .checkout-page .address-item {
        float: left;
        max-width: 223px;
        width: 48%;
        margin: 0 1% 2%;
    }

        .checkout-page .address-item:nth-child(2n+1) {
            clear: both;
        }

    .checkout-page .buttons {
        text-align: center !important;
    }

    .order-details-area,
    .order-review-data {
        display: table;
        width: 100%;
        margin: 0 0 30px;
    }

        .order-details-area ul,
        .order-review-data ul {
            display: table-cell;
        }

        .order-details-area td,
        .order-review-data td {
            float: none;
            width: auto;
        }

    .shipment-details-page .shipment-details-area {
        overflow: hidden;
        margin: 0 0 25px;
    }

        .shipment-details-page .shipment-details-area > ul {
            float: left;
            width: 48%;
            margin: 0 1% !important;
        }

    .home-cta a {
        width: 50%;
        max-width: none;
    }

        .home-cta a:nth-child(2n+0) img {
            padding-right: 0;
        }


    .cart-footer .totals {
        width: 300px;
    }
}

@media all and (min-width: 658px) {

    .home-page-category-grid .item-grid,
    .sub-category-grid .item-grid {
        width: 640px;
        margin: 0 auto;
        overflow: hidden;
    }

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        float: left;
        margin: 0 5px 10px;
    }
}

@media all and (min-width: 600px) {

    .responsive-nav-wrapper > div > span {
        width: auto;
        padding: 12px 24px 12px 66px;
        text-indent: 0;
    }

    .responsive-nav-wrapper .menu-title {
        background: url(/Themes/Motion/Content/img/icon-menu.png) no-repeat 18px center;
    }

    .responsive-nav-wrapper .search-wrap {
        background: url(/Themes/Motion/Content/img/icon-search.png) no-repeat 18px center;
    }

        .responsive-nav-wrapper .search-wrap > span {
            padding-left: 55px;
        }

    .responsive-nav-wrapper .filters-button {
        background: url(/Themes/Motion/Content/img/icon-filters.png) no-repeat 18px center;
    }

        .responsive-nav-wrapper .filters-button > span {
            padding-left: 64px;
        }
}

@media all and (min-width: 580px) {

    .product-variant-list {
        text-align: left;
    }

    .product-variant-line {
        overflow: hidden;
        max-width: none;
        padding: 10px;
        background: #fff;
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
        position: relative;
    }

    .variant-picture {
        margin: 0;
        overflow: hidden;
        float: left;
    }

    .variant-overview {
        margin-left: 230px;
    }

        .variant-overview .add-to-wishlist {
            display: block;
        }
}

@media all and (min-width: 481px) and (max-width: 768px) {

    /* LEFT/RIGHT COLUMN */

    .block {
        margin: 0 0 2% 2%;
        width: 49%;
        max-width: 100%;
        float: left;
    }

        .block:nth-of-type(2n+1) {
            clear: both;
            margin-left: 0;
        }

    /* PRODUCT GRIDS */

    .product-grid .item-box:nth-child(2n+1),
    .product-list .item-box:nth-child(2n+1) {
        clear: both;
    }




    .home-page-product-grid.product-grid .item-box {
        height: auto;
        width: 50%;
        clear: none;
    }



    .home-page-product-grid .item-box.display-type-2, .home-page-product-grid .item-box.display-type-3 {
        width: 100%;
        height: auto;
    }

    .home-page-product-grid .wrapper {
        width: 100%;
    }

    .contact-panel .switch {
        width: 100%;
    }

    .trivia div {
        background: none;
        padding: 10px;
        min-height: auto;
    }
}




/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

    /* GLOBAL STYLES */

    .main-promo .inner-text h2 {
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .main-promo .inner-text p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }


    .main-promo .inner-text {
        padding-top: 20px;
        padding-left: 50px;
    }

    .main-promo .feefo {
        text-align: center;
        width: 100%;
        clear: both;
    }

    .page {
        clear: both;
        text-align: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 5px 0 0;
    }

    .message-failure {
        text-align: left;
    }



    /* FOOTER */

    .footer-middle:before {
        -webkit-transform: rotate(.7deg);
        -ms-transform: rotate(.7deg);
        transform: rotate(.7deg);
    }

    /* LEFT/RIGHT COLUMN */

    .block {
        text-align: left;
    }

        .block .tags li,
        .product-tags-all-page li {
            margin: 0 5px;
        }

    .poll-options li,
    .poll-results li {
        display: block;
    }

    .poll .buttons,
    .poll-total-votes {
        text-align: left;
    }

    /* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        text-align: left;
    }

        .breadcrumb li:first-child * {
            margin-left: 0;
        }

    .product-selectors > div {
        margin: 0 10px 0 0;
    }

    .product-grid .item-box,
    .product-list .item-box {
        width: 33.3333333%;
        text-align: center;
    }

        .product-grid .item-box:nth-child(3n+1),
        .product-list .item-box:nth-child(3n+1) {
            clear: both;
        }



    .item-box .buttons {
        text-align: left;
    }

    .pager ul {
        text-align: right;
    }

    .pager li {
        text-align: center;
    }

    .home-page-category-grid {
        text-align: center;
    }

        .home-page-category-grid .title strong,
        .product-grid .title strong {
            text-align: left;
        }

    .manufacturer-grid .item-box {
        width: 25%;
    }

    .vendor-page .page-title {
        position: relative;
    }

        .vendor-page .page-title h1 {
            padding-right: 171px;
        }

    .contact-vendor {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    /* PRODUCT PAGE */

    /*.gallery, .product-details-page .overview {
        border-bottom: 0;
        padding: 0;
    }
    .gallery {
        float: left;
        width: 430px;
    }
    .gallery .picture-wrapper {
        text-align: center;
    }
    .gallery .picture-thumbs {
        text-align: center;
    }
    .gallery .picture-thumbs a {
	    margin: 0 10px 10px 0;
    }
    .product-details-page .overview {
        margin-left: 440px;
    }*/
    .overview .buttons {
        text-align: left;
    }

    .free-shipping {
        margin: 0 0 20px;
    }

    .variant-picture {
        width: 300px;
        height: 300px;
    }

    .variant-overview {
        margin-left: 340px;
        width: auto;
    }

    /* ATTRIBUTES */

    .attributes {
        margin: 0 0 10px;
    }

    .color-squares {
        text-align: center;
    }

        .color-squares label {
            margin: 0 10px 0 0;
            padding: 0 !important;
        }

    /* GIFT CARD */

    .giftcard div {
        margin: 0 0 10px;
        padding: 0 10px;
        width: 50%;
        float: left;
        text-align: center;
    }

    .giftcard > div:last-child {
        width: 100%;
    }

    /* WISHLIST & COMPARE LIST */

    .wishlist-content .buttons {
        text-align: left;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 0;
        right: 0;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    .section {
        width: 32.3333333333333%;
        margin: 0 .5% 1%;
    }

    .avatar-page .buttons {
        text-align: left;
    }

    /* SHOPPING CART & CHECKOUT */

    .order-progress li {
        display: inline-block;
        margin: 0 35px;
    }

    .shopping-cart-page .common-buttons,
    .checkout-buttons {
        text-align: right;
    }

    .addon-buttons {
        text-align: right;
    }

    .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-attributes li {
        display: inline-block;
        margin: 0 5px;
    }

    .shopping-cart-page .totals {
        float: right;
        margin: 0 25px;
    }



    .cart-collaterals {
        float: left;
        margin: 0 25px;
    }

    .checkout-page .address-item,
    .checkout-page .address-item:nth-child(2n+1) {
        width: 31.33333333333333%;
        clear: none;
        text-align: center;
    }

        .checkout-page .address-item:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .page-title a {
        float: right;
        margin: 3px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .order-details-page .page-title a.print-order-button {
            right: 115px;
        }

    .order-details-page .actions {
        text-align: right;
    }

    .order-details-page .total-info {
        overflow: hidden;
    }

    .order-details-page .cart-total {
        float: right;
        width: 240px;
    }

    .cart-total-right {
        text-align: right;
    }

    .checkout-attributes {
        text-align: right;
    }

    .checkout-page .opc .buttons {
        text-align: right;
    }

    /* BLOG & NEWS */

    .blog-page .tags > *,
    .blogpost-page .tags > * {
        float: left;
    }

    .blog-page .tags label,
    .blogpost-page .tags label {
        margin: 0 10px 0 0;
        line-height: 24px;
    }

    .news-items {
        padding: 10px 0 0;
    }

    .news-item-page .news-date {
        text-align: right;
    }

    .news-list-homepage .view-all {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 0;
    }

    .home-cta a:nth-child(2n+0) img {
    }

    .home-cta a:last-child img {
        padding-right: 0;
    }


    .home-cta a {
        /*margin-right:12px;*/
        width: 25%;
        float: left;
        display: block;
    }

    .offers img:first-child {
        padding-right: 5px;
    }

    .offers img {
        width: 50%;
    }

    .promos li {
        width: 33%;
    }

    .shop-style li {
        width: 49%;
    }

    .shop-style li {
        width: 49%;
    }

    .best-sellers li {
        width: 24%;
        display: inline-block;
    }




    .home-brands li {
        width: 32.5%;
    }

    .shop-by-timber {
        width: 40%;
        float: left;
    }

    .shop-by-colour {
        margin-top: 0px;
        width: 60%;
        float: right;
    }

    .lets-chat {
        display: inline-block;
    }



    .icon-minimize, .icon-close, #open-icon {
        color: #F00;
    }
}


@media all and (min-width: 769px) and (max-width: 980px) {
    .block {
        margin: 0 0 1% 1%;
        width: 32.66666666666667%;
        max-width: 100%;
        float: left;
    }

        .block:nth-of-type(3n+1) {
            clear: both;
            margin-left: 0;
        }

    .news-items .news-item {
        width: 31.33333333333333%;
    }
}

@media all and (max-width: 980px) {


    .shopping-cart-page .totals #reserve-now {
        text-align: left !important;
    }

        .shopping-cart-page .totals #reserve-now p {
            width: 100% !important;
        }

        .shopping-cart-page .totals #reserve-now #click-collect {
            float: left !important;
            width: 195px !important;
            padding-left: 35px !important;
        }
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

    .responsive-nav-wrapper,
    .responsive-nav-wrapper-parent {
        display: none !important;
    }

    .main-promo .inner-text {
        padding-top: 50px;
        padding-left: 50px;
    }

    .quickfind {
        background-image: url(/Themes/Motion/Content/img/new-home/quickfind-bg.gif);
        background-repeat: repeat-x;
        padding: 6px;
        padding-top: 10px;
    }

        .quickfind .select2-container, .quickfind .select2 {
            max-width: 165px;
        }

    input.quickfindbutton {
        margin-left: 0px;
        float: right;
    }

    /* GLOBAL STYLES */

    .side-2 {
        float: left;
        width: 23.97959183673469%;
    }

    .center-2 {
        float: right;
        width: 74.48979591836735%;
    }

    .master-wrapper-page {
        width: 980px;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 25%;
            margin: 0 10px 0 0;
            text-align: right;
        }

    .category-page .page-title h1 {
        text-align: left;
    }

    /* HEADER */

    .header {
        text-align: left;
    }

    .header-top {
        padding: 5px;
        height: 60px;
    }

    .header-centering {
        width: 910px;
        padding-left: 0px;
        margin: 0 auto;
    }

    .header-top .header-centering {
        position: relative;
    }

    .header-centering:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .header-links-wrapper {
        float: left;
    }

    .header-links a {
        width: auto;
        height: auto;
        color: #c9c9c9;
        padding: 9px 6px 9px 24px;
        font-size: 12px;
        text-indent: 0;
        margin: 0 12px 0 0;
    }

    .header-links span {
        display: inline-block;
    }

    .header-links .account {
        background: url(/Themes/Motion/Content/img/icon-account.png) no-repeat left -19px;
    }

        .header-links .account:hover {
            background-position: left 8px;
        }

    .header-links .ico-logout {
        background: url(/Themes/Motion/Content/img/icon-logout.png) no-repeat left -18px;
    }

        .header-links .ico-logout:hover {
            background-position: left 10px;
        }

    .header-links .ico-wishlist {
        background: url(/Themes/Motion/Content/img/icon-star.png) no-repeat left -18px;
    }

        .header-links .ico-wishlist:hover {
            background-position: left 9px;
        }

    .header-links .ico-register {
        background: url(/Themes/Motion/Content/img/icon-plus.png) no-repeat left -16px;
    }

        .header-links .ico-register:hover {
            background-position: left 10px;
        }

    .header-links .ico-login {
        background: url(/Themes/Motion/Content/img/icon-lock.png) no-repeat left -16px;
    }

        .header-links .ico-login:hover {
            background-position: left 9px;
        }

    .header-links .ico-inbox {
        background: url(/Themes/Motion/Content/img/icon-inbox.png) no-repeat left -12px;
    }

        .header-links .ico-inbox:hover {
            background-position: left 12px;
        }


    .shopping-cart-link {
        position: absolute;
        right: 0;
        top: -5px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .shopping-cart-link:hover {
            background: #4f4f4f;
        }

    #topcartlink a {
        position: relative;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 12px 15px 5px 49px;
        background: none !important;
    }

        #topcartlink a:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 7px;
            margin-top: -14px;
            background: #46c688 url(/Themes/Motion/Content/img/icon-cart.png) no-repeat center;
            background-color: #46c688 !important;
            width: 35px;
            height: 35px;
            border-radius: 18px;
            display: block;
        }

    #topcartlink span {
        display: inline-block;
        line-height: 35px;
        color: #fff;
    }

    .flyout-cart {
        position: absolute;
        top: 38px;
        right: 0;
        z-index: 99999;
        width: 300px;
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
        padding: 7px 0 0 !important;
    }

        .flyout-cart:before {
            content: " ";
            position: absolute;
            top: 0px;
            left: 70%;
            background: url(/Themes/Motion/Content/img/flyout-cart-arrow.png) no-repeat center;
            width: 15px;
            height: 7px;
        }

    .mini-shopping-cart {
        padding: 10px 10px 15px;
        font-size: 12px;
        background: #fff;
    }

        .mini-shopping-cart * {
            line-height: normal !important;
        }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

        .mini-shopping-cart .count {
            padding: 5px 0;
        }

            .mini-shopping-cart .count a {
                font-weight: bold;
                margin: 0;
                padding: 0;
                border: 0;
            }

        .mini-shopping-cart .items {
            margin: 0 0 10px;
            padding: 10px 0;
            border-bottom: 1px dashed #d3d3d3;
            border-top: 1px dashed #d3d3d3;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            margin: 10px 0 0;
        }

            .mini-shopping-cart .item.first {
                margin: 0;
            }

        .mini-shopping-cart .picture {
            float: left;
            width: 80px;
            height: 80px;
            border: 1px solid #ececec;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
            }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                max-width: 100%;
                margin: auto;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 90px;
            }

        .mini-shopping-cart .name {
            margin: 0 0 5px;
            font-size: 14px;
        }

        .mini-shopping-cart .price span {
            color: #4dc98d;
            font-size: 14px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .mini-shopping-cart .quantity span {
            display: inline-block;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 10px;
            font-size: 14px;
            text-align: right;
        }

            .mini-shopping-cart .totals strong {
                color: #4dc98d;
                font-size: 18px;
                display: inline-block;
            }

        .mini-shopping-cart .buttons {
            margin: 0;
        }

        .mini-shopping-cart input.cart-button {
            background: #dcdcdc;
            border: 1px solid #d3d3d3;
            color: #505050;
            box-shadow: 0 1px 0 0 #bbb;
        }

        .mini-shopping-cart input.checkout-button {
            background: #46c688;
            border: 1px solid #49bf86;
            color: #fff;
            box-shadow: 0 1px 0 0 #42ab78;
        }

        .mini-shopping-cart input.cart-button,
        .mini-shopping-cart input.checkout-button {
            display: inline-block;
            border-top: 0;
            padding: 10px 16px;
            font-size: 14px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .mini-shopping-cart input.cart-button:hover,
            .mini-shopping-cart input.checkout-button:hover {
                opacity: 0.8;
            }

    .header-logo {
        float: left;
        width: 230px;
        margin-left: -2px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-bottom .search-box {
        float: right;
        margin: 20px 0 19px;
    }

        .header-bottom .search-box:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .search-box input.search-box-text {
        color: #333;
        float: left;
        width: 270px !important;
    }

    .search-box .search-box-button {
        float: left;
        width: 36px;
        height: 36px;
        border: none;
        overflow: hidden;
        background: #46c688 url(/Themes/Motion/Content/img/icon-search.png) center no-repeat;
        text-indent: 999px;
        margin-left: -1px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .search-box .search-box-button:hover {
            background-color: #51e29c;
        }
    /* HEADER MENU */

    .close-menu,
    .back-button,
    .sublist-wrap {
        display: none;
    }

        .sublist-wrap.active {
            display: block;
        }

    .overlayOffCanvas {
        display: none !important;
    }

    #headerMenuParent {
    }

    .header-menu {
        background: url(/Themes/Motion/Content/img/pattern-nav.png) left top #46c688;
        text-align: center;
        font-size: 0;
        z-index: 1001;
        position: relative;
        height: auto !important;
        box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    }
        /*.header-menu.stick {
        
        top: 0;
        width: 100%;
        z-index: 10000;
    }*/
        .header-menu > ul {
            /*display: inline-block;*/
        }

            .header-menu > ul:after {
                content: ".";
                display: block;
                visibility: hidden;
                clear: both;
                height: 0;
                line-height: 0;
                font-size: 0;
            }

            .header-menu > ul > li {
                float: left;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    display: block;
                    color: #fff;
                    font-size: 20px;
                    line-height: 20px;
                    padding: 7px 7px;
                    position: relative;
                    z-index: 2;
                    text-transform: uppercase;
                    cursor: pointer;
                    margin-right: 14px;
                }

                .header-menu > ul > li:last-child > a {
                    margin-right: 0;
                    padding-right: 0;
                }

                .header-menu > ul > li:first-child > a {
                    margin-left: 0;
                    padding-left: 0;
                }

            .header-menu > ul a {
                width: 100% !important;
            }

            .header-menu > ul > li:hover > a:before,
            .header-menu > ul > li:hover > span:before {
                width: 100%;
                left: 0;
                background: rgba(0,0,0,.2);
            }

        .header-menu .sublist-wrap {
            position: absolute;
            top: 50px;
            width: 180px !important;
            margin-left: -11px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        }

        .header-menu .sublist li {
            position: relative;
        }

        .header-menu .sublist a {
            font-size: 12px;
            line-height: 14px;
            padding: 11px 15px;
            background: rgba(255,255,255,.9);
            border-bottom: 1px solid #c9c9c9;
            display: block;
            position: relative;
            text-align: left;
            text-transform: uppercase;
            color: #505050;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .header-menu .sublist a.with-subcategories {
                background-image: url(/Themes/Motion/Content/img/desktop-nav-arrow-right.png) !important;
                background-repeat: no-repeat !important;
                background-position: 160px center !important;
            }

        .header-menu .sublist > li:last-child > a {
            border-bottom: 0;
        }

        .header-menu .sublist > li:hover > a {
            background: rgba(255,255,255,1);
        }

        .header-menu .sublist > li > a:before {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width: 5px;
            background: #46c688;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            z-index: 3;
        }

        .header-menu .sublist > li:hover > a:before {
            height: 100%;
        }

        .header-menu .sublist-wrap .sublist-wrap {
            top: 0;
            left: 100%;
            margin: 0;
            z-index: 1;
        }

            .header-menu .sublist-wrap .sublist-wrap.active {
                display: block;
            }

    /* FOOTER */

    .footer-centering {
        width: 980px;
        margin: 0 auto;
    }

    .accepted-payment-methods {
        float: right;
    }

    .footer-disclaimer {
        float: left;
    }

    .footer-powered-by,
    .footer-tax-shipping {
        float: left;
        clear: left;
    }

    .footer-middle:before {
        -webkit-transform: rotate(.5deg);
        -ms-transform: rotate(.5deg);
        transform: rotate(.5deg);
    }

    /* LEFT/RIGHT COLUMN */

    .block .listbox {
        display: block;
    }

    /* CATEGORY PAGE & GRIDS */

    .breadcrumb {
        padding-bottom: 10px;
    }

        .breadcrumb li * {
            line-height: normal;
        }

    .product-selectors > div {
        float: left;
    }

    .home-page-category-grid {
        background: url(/Themes/Motion/Content/img/shadow.png) no-repeat center bottom;
        padding-bottom: 33px;
    }

        .home-page-category-grid .item-grid {
            width: 960px;
            text-align: left;
        }


    .center-1 .product-grid .item-box:nth-child(4n+1) {
        clear: both;
    }

    .sub-category-grid {
        text-align: center;
    }

        .sub-category-grid .item-grid {
            text-align: left;
            width: 92%;
            display: inline-block;
        }

        .sub-category-grid .item-box {
            margin: 0 12px 25px;
        }

    /* product list mode */

    .product-list .item-box {
        margin: 20px 0 0;
        position: relative;
        width: 100%;
        float: none;
        text-align: left;
    }

        .product-list .item-box:after {
            content: " ";
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #c9c9c9;
        }

        .product-list .item-box:first-child {
            margin: 0;
        }

            .product-list .item-box:first-child:after {
                display: none;
            }

        .product-list .item-box .picture {
            float: left;
            width: 230px;
            height: 230px;
        }

        .product-list .item-box .details {
            margin-left: 240px;
            min-height: 230px;
            position: relative;
            padding: 0 0 64px;
        }

        .product-list .item-box .product-title {
            padding: 15px 0 0;
            margin: 0 0 15px;
            height: auto;
            text-align: left;
        }

        .product-list .item-box .add-info {
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .product-list .item-box input[type="button"] {
            padding-right: 18px;
        }

    /* PRODUCT PAGE */

    /*.product-details-page .gallery {
        width: 480px;
    }
    .gallery .picture-wrapper {
        width: 475px;
        float: left;
        font-size: 0;
    }
        .gallery .picture-wrapper:only-child {
            width: 100%;
            float: none;
        }
    .gallery .picture-thumbs {
        float: right;
    }
        .gallery .picture-thumbs a {
            display: block;
            margin: 0 0 10px !important;
            width: 90px;
            height: 90px;
        }
    .product-details-page .overview {
        margin-left: 520px;
    }*/

    .write-review .review-rating {
        text-align: left;
    }

        .write-review .review-rating label {
            display: inline-block;
            width: 25%;
            margin: 0 5px 0 0;
            text-align: right;
        }

    .review-rating ul {
        display: inline-block;
        width: 350px;
        text-align: center;
    }

    .product-details-page .item-box {
        width: 25%;
		float:left;
		margin:0;
		box-sizing:border-box;
    }

    .product-variant-line {
        width: 80%;
    }

    /* ATTRIBUTES */

    .attributes li {
        float: none;
        margin: 8px 0;
    }

    .attributes select {
        max-width: 275px;
    }

    /* WISHLIST & COMPARE LIST */

    .compare-products-table-mobile {
        display: none;
    }

    /* CONTACT PAGE & EMAILaFRIEND */

    .inputs-right {
        margin-top: 10px;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    #username-availabilty {
        position: absolute;
        top: 5px;
        left: 550px;
    }

    .login-page .inputs.reversed > * {
        vertical-align: middle;
    }

    .login-page .inputs.reversed span {
        display: inline-block;
        margin-left: 65px;
    }

    .return-request-page label {
        width: 300px;
    }

    /* SHOPPING CART & CHECKOUT */

    .shopping-cart-page .common-buttons,
    .checkout-attributes {
        text-align: right;
    }

        .checkout-attributes li {
            margin: 0 0 0 10px;
        }

    .shopping-cart-page .totals {
        margin: 0;
        width: 50%;
    }

    .cart-collaterals {
        width: 50%;
        margin: 0;
    }

        .cart-collaterals .deals {
            float: left;
            width: 100%;
            padding-right: 20px;
            margin: 0;
        }

        .cart-collaterals .shipping {
            float: right;
            width: 100%;
            margin: 0;
            padding-right: 20px;
        }

        .cart-collaterals .deals, .cart-collaterals .shipping {
        }

    .shipping-options .inputs:last-child {
        text-align: right;
        padding-right: 12px;
    }

    .cart-collaterals .shipping label {
        width: 115px;
        margin: 0 10px 0 0;
        text-align: right;
    }

        .cart-collaterals .shipping label + * {
            width: 235px;
        }

    .checkout-page .edit-address label {
        width: 300px;
    }
	
	
	.cart-collaterals .shipping .zip-input {
		max-width: 135px!important;
	}
		

    .checkout-page .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-page .totals {
        float: right;
    }

    .checkout-page .field-validation-error {
        text-align: center;
    }

    /* SEARCH & SITEMAP */

    .basic-search input[type="text"] {
        width: 350px;
    }

    .advanced-search .price-range {
        margin-left: 48px;
    }

        .advanced-search .price-range input {
            height: auto;
        }

    /* BLOG & NEWS */

    .news-item-page .inputs:first-child label {
        display: inline-block;
    }

    .news-item-page textarea {
        display: block;
        margin: auto;
    }

    .home-page .news-items .news-item {
        width: 31.333333333333%;
    }


    .telephone-num {
        margin-top: 45px;
        padding-bottom: 0;
        float: right;
        background-image: url(/Themes/Motion/Content/img/new-home/phone.png);
        background-repeat: no-repeat;
        background-position-x: 0px;
        background-position-y: 2px;
    }

    .shop-style li {
        width: 24%;
    }

    .pmg > img {
        display: inline-block;
        float: left;
        width: 33%;
        height: auto !important;
    }
}

/*=========================================

        DESKTOP

=========================================*/

/* FORUM MAIN & SEARCH */

.forums-header {
    margin: 0 0 20px;
    clear: both;
}

    .forums-header:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.current-time {
    float: left;
    line-height: 36px;
}

.forum-search-box {
    float: right;
}

    .forum-search-box .basic {
        overflow: hidden;
        margin: 0 0 5px;
    }

    .forum-search-box .search-box-text {
        float: left;
        width: 300px;
    }

    .forum-search-box .search-box-button {
        float: left;
        width: 36px;
        height: 36px;
        border: none;
        overflow: hidden;
        background: #ccc url(/Themes/Motion/Content/img/search-button.png) center no-repeat !important;
        text-indent: 999px;
    }

    .forum-search-box .advanced {
        text-align: right;
    }

.forums-table-section {
    margin: 0 0 30px;
}

.forums-table-section-title {
    margin: 0 0 10px;
    overflow: hidden;
}

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        float: left;
        font-size: 18px;
        font-weight: normal;
    }

    .forums-table-section-title span {
        float: right;
    }

    .forums-table-section-title .view-all {
        line-height: 24px;
    }

    .forums-table-section-title .link-rss {
        float: right;
        margin: 0 0 0 10px;
    }

.forums-table-section .image div {
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(/Themes/Motion/Content/img/folder1.png) center no-repeat;
}

    .forums-table-section .image div.announcement {
        background: url(/Themes/Motion/Content/img/folder2.png) center no-repeat;
    }

    .forums-table-section .image div.sticky {
        background: url(/Themes/Motion/Content/img/folder3.png) center no-repeat;
    }

.forums-table-section a {
    vertical-align: middle;
    padding: 0;
}

.forum-search-page .form-fields {
    padding: 0;
    box-shadow: none;
    background: none;
}

.forum-search-page .basic-search {
    text-align: center;
}

    .forum-search-page .basic-search div:first-child {
        display: inline-block;
        margin: 0 0 10px;
        overflow: hidden;
        max-width: 100%;
    }

.basic-search .inputs:first-child > label {
    display: none;
}

.forum-search-page .advanced-search {
    margin: 15px 0 0;
}

    .forum-search-page .advanced-search .inputs label {
        width: 305px;
    }

.forum-search-page .search-error {
    padding: 15px;
    text-align: center;
    color: #c00;
}

.forum-search-page .search-results {
    margin: 0 0 15px;
}

/* BREADCRUMB & PAGERS */

.forum-breadcrumb {
    float: left;
    max-width: 600px;
}

.pager.upper {
    display: none;
}

.pager.lower {
    float: right;
    margin: 0;
}

/* FORUM PAGE */

.forum-page .forum-top {
    margin: 0 0 20px;
}

.forum-page .forum-info {
    position: relative;
    margin: 0 0 20px;
}

.forum-page .forum-name h1 {
    font-size: 18px;
    font-weight: 400;
}

.forum-page .forum-name .link-rss {
    margin: 0;
}

.forum-page .forum-actions {
    margin: 0 0 20px;
}

    .forum-page .forum-actions a {
        margin: 0 10px 0 0;
        padding: 0 0 0 20px;
    }

.forum-page .new-topic,
.forum-topic-page .reply-topic-button {
    background: url(/Themes/Motion/Content/img/forum_icon4.png) left center no-repeat;
}

.forum-page .watch-forum,
.forum-topic-page .watch-topic-button {
    background: url(/Themes/Motion/Content/img/forum_icon5.png) left center no-repeat;
}

/* TOPIC PAGE & PROFILE PAGE */

.forum-topic-page .topic-name h1 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: normal;
}

.forum-topic-page .topic-header {
    margin: 0 0 20px;
    overflow: hidden;
}

.forum-topic-page .topic-actions {
    float: left;
    margin: 0 0 20px;
}

    .forum-topic-page .topic-actions .actions a {
        margin: 0 10px 0 0;
        padding: 0 0 0 20px;
        display: inline-block;
    }

.forum-topic-page .reply-topic-link-button {
    background: url(/Themes/Motion/Content/img/forum_icon4.png) left center no-repeat;
}

.forum-topic-page .watch-topic-link-button {
    background: url(/Themes/Motion/Content/img/forum_icon5.png) left center no-repeat;
}

.forum-topic-page .manage {
    float: right;
}

    .forum-topic-page .manage a {
        margin: 0 0 0 10px;
        padding: 0 0 0 20px;
    }

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
    background: url(/Themes/Motion/Content/img/forum_icon1.png) left center no-repeat;
}

.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
    background: url(/Themes/Motion/Content/img/forum_icon2.png) left center no-repeat;
}

.forum-topic-page .move-topic-button {
    background: url(/Themes/Motion/Content/img/forum_icon3.png) left center no-repeat;
}

.topic-posts {
    clear: both;
}

.topic-post {
    margin: 0 0 20px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 15px;
    overflow: hidden;
}

    .topic-post:after {
        content: "";
        display: block;
        clear: both;
    }

    .topic-post .manage-post {
        margin-left: 5px;
    }

        .topic-post .manage-post a {
            margin: 0 0 0 5px;
            padding: 0 0 0 20px;
        }

    .topic-post .user-info {
        padding-right: 10px; /*align control*/
    }

    .topic-post .username {
        display: inline-block;
        margin: 0 0 5px;
        font-weight: bold;
    }

    .topic-post .avatar,
    .profile-info-box .avatar {
        position: relative;
        height: 150px; /*adjust as you like*/
        margin: 0 0 10px;
        border: 1px solid #ccc;
        overflow: hidden;
    }

        .topic-post .avatar img,
        .profile-info-box .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .topic-post .user-stats {
        margin: 0 0 10px;
        font-size: 11px;
    }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span {
            margin: 0 0 0 3px;
            font-weight: bold;
        }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

    .topic-post .post-head {
        margin: 0 0 10px;
        border: 1px solid #ccc;
        background: #eee;
        padding: 5px;
        overflow: hidden;
    }

        .topic-post .post-head a {
            margin: 0 0 0 5px;
            text-decoration: underline;
        }

.profile-info-box {
    overflow: hidden;
}

    .profile-info-box .avatar {
        float: left;
        width: 190px;
    }

    .profile-info-box .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

.profile-page .topic {
    margin: 0 0 20px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px;
}

.profile-page .topic-title {
    margin: 0 0 10px;
    background: #f6f6f6;
    padding: 5px;
    font-size: 16px;
}

    .profile-page .topic-title a {
        vertical-align: middle;
        font-style: italic;
    }

.profile-page .topic-data {
    color: #999;
}

.forum-topic-page .topic-actions.lower {
    float: none;
    overflow: hidden;
}

    .forum-topic-page .topic-actions.lower .actions {
        margin: 0 0 20px;
    }

/* FORUM EDIT & SEND MESSAGE */

.move-topic-page label {
    white-space: normal;
}

.forum-edit-page strong,
.private-message-send-page a {
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
    margin: 15px 0 0;
    text-align: center;
}

    .forum-edit-page .buttons input,
    .private-message-send-page .buttons input,
    .private-messages-page .buttons input,
    .private-message-view-page .buttons input,
    .submit-forum-topic-button,
    .cancel-forum-topic-button {
        min-width: 115px;
        border: 1px solid #ccc;
        padding: 6px 24px !important;
        font-size: 16px;
        text-transform: uppercase;
    }

.forum-edit-page .inputs span {
    vertical-align: middle;
    margin-left: 5px;
}

.forum-edit-page .inputs.reversed {
    margin: 20px 0 0;
}

    .forum-edit-page .inputs.reversed label {
        width: auto;
        margin: 0 0 0 5px;
    }

.private-message-send-page .message label {
    display: none;
}

/* INBOX & VIEW MESSAGE */

.private-messages-page td.date {
    width: 15%;
    white-space: nowrap;
}

.private-messages-page .mark-unread-pm-button {
    display: none;
}

.private-message-view-page .message-head li {
    display: inline-block;
}

.private-message-view-page label {
    font-weight: bold;
}

.private-message-view-page span {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

    .private-message-view-page span:after {
        content: "|";
        margin: 0 0 0 10px;
    }

.private-message-view-page .message-body {
    display: block !important;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}

    .private-message-view-page .message-body span:after {
        display: none;
    }

.private-message-view-page .buttons {
    display: block !important;
    overflow: hidden;
}


@media all and (max-width: 768px) {

    .forum-search-box .search-box-text {
        width: 280px;
    }

    .topic-post .post-info,
    .profile-info-box {
        padding-left: 50%;
        position: relative;
        min-height: 165px;
    }

        .topic-post .avatar,
        .profile-info-box .avatar {
            position: absolute;
            left: 0;
            width: 48%;
            top: 0;
        }

    .topic-post .quote-post,
    .topic-post .manage-post {
        display: inline-block;
    }

    .profile-info-box .pm-button {
        margin: 10px 0 0;
    }

    .private-message-view-page .back-pm-button {
        margin: 2px 0;
    }

    .forum-search-page .page-title,
    .forum-edit-page .page-title,
    .move-topic-page .page-title {
        clear: both;
    }
}

@media all and (min-width: 769px) {

    .topic-post .post-info,
    .profile-info-box .user-details {
        float: left;
        width: 190px;
    }

    .topic-post .post-content,
    .profile-info-box .profile-stats {
        margin-left: 200px;
    }

    .topic-post .post-time {
        float: left;
    }

    .topic-post .post-actions {
        float: right;
    }

    .topic-post .quote-post {
        float: left;
    }

    .topic-post .manage-post {
        float: left;
    }

    .topic-post .post-head a {
        float: right;
    }

    .topic-post .manage-post a {
        float: left;
    }

    .profile-info-box .send-pm {
        float: left;
        clear: left;
    }

    .reply-pm-button,
    .delete-pm-button {
        float: left;
        margin: 0 2px;
    }

    .private-message-view-page .back-pm-button {
        float: right;
        text-transform: capitalize !important;
    }
}

@media all and (min-width: 981px) {

    .forum-edit-page label,
    .private-message-send-page label {
        width: 228px;
    }

    .move-topic-page label {
        width: 320px;
    }

    .forum-edit-page .toolbar,
    .private-message-send-page .toolbar {
        margin-left: 235px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 500px;
        height: 180px;
        margin-left: 240px;
    }
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    bottom: 3px;
    height: 8px
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        bottom: 0;
        height: 8px
    }

    .ps-container > .ps-scrollbar-x-rail.in-scrolling {
        background-color: #eee;
        opacity: .9;
        -ms-filter: "alpha(Opacity=90)";
        filter: alpha(opacity=90)
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    -o-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    right: 3px;
    width: 8px
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        right: 0;
        width: 8px
    }

    .ps-container > .ps-scrollbar-y-rail.in-scrolling {
        background-color: #eee;
        opacity: .9;
        -ms-filter: "alpha(Opacity=90)";
        filter: alpha(opacity=90)
    }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6;
    -ms-filter: "alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

    .ps-container:hover > .ps-scrollbar-x-rail.in-scrolling, .ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
        background-color: #eee;
        opacity: .9;
        -ms-filter: "alpha(Opacity=90)";
        filter: alpha(opacity=90)
    }

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: .9;
        -ms-filter: "alpha(Opacity=90)";
        filter: alpha(opacity=90)
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #999
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: .9;
        -ms-filter: "alpha(Opacity=90)";
        filter: alpha(opacity=90)
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #999
        }
/* *************************************************************************
// *                                                                       *
// * nopAccelerate - Solr Integration Extension for nopCommerce            *
// * Copyright (c) Xcellence-IT. All Rights Reserved.                      *
// *                                                                       *
// *************************************************************************
// *                                                                       *
// * Email: info@nopaccelerate.com                                         *
// * Website: http://www.nopaccelerate.com                                 *
// *                                                                       *
// *************************************************************************
// *                                                                       *
// * This  software is furnished  under a license  and  may  be  used  and *
// * modified  only in  accordance with the terms of such license and with *
// * the  inclusion of the above  copyright notice.  This software or  any *
// * other copies thereof may not be provided or  otherwise made available *
// * to any  other  person.   No title to and ownership of the software is *
// * hereby transferred.                                                   *
// *                                                                       *
// * You may not reverse  engineer, decompile, defeat  license  encryption *
// * mechanisms  or  disassemble this software product or software product *
// * license.  Xcellence-IT may terminate this license if you don't comply *
// * with  any  of  the  terms and conditions set forth in  our  end  user *
// * license agreement (EULA).  In such event,  licensee  agrees to return *
// * licensor  or destroy  all copies of software  upon termination of the *
// * license.                                                              *
// *                                                                       *
// * Please see the  License file for the full End User License Agreement. *
// * The  complete license agreement is also available on  our  website at * 
// * http://www.nopaccelerate.com/terms/                                   *
// *                                                                       *
// ************************************************************************* */

#npacc-catalog {
    min-height: 300px;
}

/*style for infinite-scroll button*/
.infinite-next {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    /*font-size:15px;*/
    font-weight: bold;
    padding: 5px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    display: none;
    width: 100%;
}

    .infinite-next:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
        background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
        background-color: #e9e9e9;
    }

    .infinite-next:active {
        position: relative;
        top: 1px;
    }

.npacc-ajax-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    color: white;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(/Plugins/XcellenceIT.Plugin.Solr.Products/Content/npacc-ajax-loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -khtml-opacity: 0.75;
}

.product-filters-block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}

    .product-filters-block .filter-title {
        background: none repeat scroll 0 0 #F6F6F4;
        border-radius: 5px 5px 0 0;
        color: #333333;
        font-size: 12px;
        letter-spacing: 1px;
        margin: 0;
        padding: 9px 7px;
        text-align: left;
        text-transform: uppercase;
    }

    .product-filters-block .filter-item {
        border-radius: 0 0 5px 5px;
        font-size: 11px;
        line-height: 18px;
        margin: 0;
        padding: 5px 10px 10px;
    }

        .product-filters-block .filter-item .title {
            background-image: url(data:image/gif;base64,R0lGODlhCgAKAIABAKWlpP///yH5BAEAAAEALAAAAAAKAAoAAAIRjI8HibAc3EtyKslwtg36UAAAOw==);
            background-position: 0 9px;
            background-repeat: no-repeat;
            line-height: 18px;
            list-style: none outside none;
            padding: 4px 1px 3px 13px;
            font-size: 12px;
            font-weight: bold;
        }

.filter-loading-img {
    display: block;
    margin: 0 auto;
}

.category-products-count,
.manufacturer-products-count,
.productbytag-products-count {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #EEE;
    text-align: center;
}
/* Styles for nopAccelerate Ajax Filters */
.product-filters {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    padding: 10px;
}

    .product-filters .filter-title strong {
        display: inline;
        height: 2em;
        line-height: 1.3em;
        overflow: hidden;
    }
/* Price Range Filter Styles */
.k-slider-horizontal {
    float: left;
    width: 100%;
    height: 26px;
}

.price-range-filter .priceRangeMinMaxPanel {
    font-size: 0.9em;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.price-range-filter .priceRangeMinPanel {
    float: left;
}

.price-range-filter .priceRangeMaxPanel {
    float: right;
}

.price-range-filter .priceRangeSlider {
    margin-bottom: 10px;
}

a.clearPriceRangeFilter:hover, a.clearAllFilters:hover, a.clearCurrentFilter:hover {
    color: #b80709;
}

.price-range-filter .priceRangeCurrentPricesPanel {
    float: left;
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
}

.price-range-filter .currentMinPrice {
    float: left;
}

.price-range-filter .currentMaxPrice {
    float: right;
}

.product-spec-filter .clearPriceRangeFilter {
    float: right;
    padding-top: 3px;
    font-size: 0.7em;
}

.price-range-filter {
    padding: 5px 10px !important;
}

/* Specification Filter Styles */
.filter-item .product-filters {
    margin: 12px 0 2px !important;
}

.product-spec-filter .available-items {
    overflow: hidden;
    width: 100%;
}

.product-spec-filter .filter-title {
    border-bottom: 1px dashed #C9C9C9;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.product-spec-filter .clearAllFilters {
    float: right;
    padding-top: 3px;
    font-size: 0.9em;
}

.product-spec-filter .group {
    list-style: none;
    font-weight: 500;
    float: left;
    border-bottom: 1px dashed #C9C9C9;
    margin-bottom: 10px;
    clear: both;
    display: block;
    width: 100%;
}

    .product-spec-filter .group:last-child {
        border-bottom: none;
    }

.product-spec-filter .filter-content {
    padding: 0;
}

.product-spec-filter .available-items .group .title {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.product-spec-filter .available-items .group .clearCurrentFilter {
    float: right;
    padding-top: 3px;
    font-size: 0.7em;
}

.filter-item-group .filter-search-box {
    padding: 5px 9px 10px;
}

.product-spec-filter .available-items .group .npacc-filter-search {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #999999;
    padding: 3px;
    width: 100%;
    border: 1px solid #DCDCDC;
}

    .product-spec-filter .available-items .group .npacc-filter-search:active,
    .product-spec-filter .available-items .group .npacc-filter-search:focus {
        border: 1px solid #2271B2;
        color: #565656;
        outline: 0 none;
    }

.product-spec-filter .available-items .group .filter-item-group {
    list-style: none;
    /*padding: 5px 0;*/
}

    .product-spec-filter .available-items .group .filter-item-group .scroll {
        max-height: 184px; /* Change height as per your requirement */
        overflow: auto;
    }

    .product-spec-filter .available-items .group .filter-item-group li {
        padding: 4px 0;
        overflow: hidden;
    }

    .product-spec-filter .available-items .group .filter-item-group .item input {
        float: left;
    }

    .product-spec-filter .available-items .group .filter-item-group .item a {
        display: block;
        overflow: hidden;
    }

    .product-spec-filter .available-items .group .filter-item-group .item .rating-anchor {
        display: block;
        float: left;
        /*margin-top:2px;*/
        margin-top: 0;
    }

.item span {
    float: none;
    padding: 0 5px;
}

.product-rating-box > div {
    float: left;
    line-height: 14px; /*margin-top:5px;*/
}

.product-spec-filter .available-items .group .filter-item-group li.item:hover, .product-spec-filter .available-items .group .stock-availabilities:hover {
    background: #eeeeee;
    color: #b80709;
}

.filter-item-group .item input[type="checkbox"] {
    margin: 1px 5px;
}

.product-spec-filter .available-items .group .filter-item-group .item a:hover,
.product-spec-filter .available-items .group .filter-item-group .item a:active,
.product-spec-filter .available-items .group .filter-item-group .item a:focus {
    background-color: #EEE;
    cursor: pointer;
    text-decoration: none;
}

.product-spec-filter .available-items .group .stock-availabilities {
    padding: 4px 0;
}

.product-spec-filter .available-items .group .filter-item-group .item a.disabled {
    cursor: default;
    filter: alpha(opacity=50); /* internet explorer  5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* internet explorer 8 */
    -khtml-opacity: 0.5; /* khtml, old safari */
    -moz-opacity: 0.5; /* mozilla, netscape */
    opacity: 0.5;
}

.product-spec-filter .available-items .group .filter-item-group .item a em.matched {
    font-style: normal;
    font-weight: bold;
    border-bottom: 1px solid;
}

.product-spec-filter .available-items .collapse .arrow, .dropdown-title .arrow {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 14px;
    background: url(/Plugins/XcellenceIT.Plugin.Solr.Products/Content/nopAccelerateArrowImage.png);
}

    .product-spec-filter .available-items .collapse .arrow.rotate {
        background-position: 4px -14px;
    }
/* Hides Lazy Loading images by default */
.lazy {
    display: none;
}

.product-grid .product-item .picture {
    vertical-align: middle;
    width: inherit;
}

/* Style for Adding Remove Filter Icon.*/
.filter-item .remove-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1QTk4QkYzQ0Y1QzExRTJCNzRFRkY3MjA0N0ZEQThFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1QTk4QkY0Q0Y1QzExRTJCNzRFRkY3MjA0N0ZEQThFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTVBOThCRjFDRjVDMTFFMkI3NEVGRjcyMDQ3RkRBOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBOThCRjJDRjVDMTFFMkI3NEVGRjcyMDQ3RkRBOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4UEiNzAAAC2ElEQVR42sSVXUgUURTH/zOza+5X2tqi7RqWZT0YS5HoVoZkPkQbghItREH0UkFP9dBLQUVE0EsPJQhCRkFFQRhKSxJILRWVFfii+UGRbltLbtlm6ro7nXtnZp1ZPzafunCYucP87u/ee87cEWRZhr6tedjvpwuLzRQbKd5TdFN0DNaXdWChtkuYl0VQNrCCJiahiy7NFA0LDP2A4ghNIJoh/GeWJhBNi0m6lu6fURQhe4tQbCJ5RJUumiV5RCSpRJ07Glhqz5mTWGk1a7fsvSZVamBRvH5uXdHqWaxIEVBzgroiGzprS3Brqwe5ksDfNIsCmivd6KpbhR2FNm2ABppwQM/CVw+09AKXngA5FuUtEy3ibBvQOgRU+tMsTTjAxPu1Jz0/JvF1YhpbllvRUuWGwyziasUKPqHRqSSG4lP6dRzUs+inGvo+QiVVC5xvB6x5wOl7yoR+UlqH+wysUNr24RvduLQnJTYzbm8rRmGuCWOJJJaaJS498HwEfWOThnwNNq2T9CzclO7LXUCBB/gVAxzLFOmpncDHHgMrGkBqn34ncPhlGNNUdEyaoqI/9vpLppQ1ZyaL8ACtcjeQTCjSVJJW35gp5SwTGz4Nq0nEOa8LJkHgUkoxzpS7kJ8jZcKjmSwsduD4NUCiQkylCCbm6BWahHMWy8SvtB4rpOs+NyqcFp7rfaHPPK8b8pfghs/Dc65r3XqWF9KFR0B5tZLrE9VKXsuo9i4+Bmx5BpaNdFfrVRVY0tJAaBjvYhM8t2z7mdzvdujhm3oW3poZ6cntQO8LJbds+5m8JmBgWXGxPXzDjji24j1uO0LRcUQnkzMJoW1mld0ejmN8OsVPITpAGtXvmLN8xWzwt51ALDKjyHMplf2U5vgnrpxgQbnx/51crEeDDLDNUs9TZDlvvWkpa0F5USyTGn4Sur/TXrocoqhUP5eoWkStJLyf5e80L0tCA/tXgAEAF2APTjFA2akAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 0 1px;
    display: inline-block;
    margin-left: 3px;
    text-indent: -9999px;
    width: 15px;
    height: 18px;
}

    .filter-item .remove-icon:hover {
        background-position: -15px 1px;
    }

.product-grid .product-item .add-info .product-variant-count {
    text-align: left;
}

.product-list .product-item .description {
    width: 400px;
    margin-bottom: 15px;
}

.k-slider-wrap .k-draghandle {
    border-radius: 3px;
}

.k-slider-track {
    width: inherit;
    height: 12px !important;
}

.k-slider-selection {
    width: 0px !important;
    left: 150px !important;
}

.k-slider-horizontal .k-tick {
    background-image: none;
}

.k-widget.k-tooltip {
    display: none;
}

.price-range-filter .priceRangeSlider {
    margin-left: 4px;
}

.k-slider-horizontal .k-draghandle {
    height: 15px;
    top: -3px;
}

div#display-unpublished-language-message {
    background-color: #ffffcc;
    border: 1px dashed #e2e2e2;
    color: #757575;
    padding: 5px;
}
/* Style for Removable Tag Filters */
div#tagFilters {
    display: inline-block;
    margin: 10px 0;
}

ul#tagsList {
    margin: 0;
}

    ul#tagsList span {
        vertical-align: middle;
    }

        ul#tagsList span.tag {
            cursor: pointer;
            padding: 0;
        }

            ul#tagsList span.tag:hover {
                text-decoration: line-through;
            }

    ul#tagsList li {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        border: 1px solid #e1e1e1;
        padding: 5px;
        position: relative;
        font-size: 13px;
    }

        ul#tagsList li span.remove {
            cursor: pointer;
            font-size: 15px;
            padding: 0 0 0 5px;
        }
/* Style for Filter's Dropdown Mode*/
.dropdown-bottom {
    border-bottom: medium none !important;
    margin-bottom: 20px !important;
}

    .dropdown-bottom:first-child {
        margin-top: 10px !important;
    }

    .dropdown-bottom:last-child {
        margin-bottom: 10px !important;
    }

.dropdown-title {
    cursor: pointer;
    padding: 5px 2px 5px 10px;
    border: 1px solid #d7d7d7;
    margin-bottom: 0 !important;
}

    .dropdown-title .arrow {
        float: right;
        margin-right: 5px;
        margin-top: 2px;
    }

.dropdown-list {
    margin-top: -1px;
    padding: 5px;
    border: 1px solid #d7d7d7;
    display: none;
}

    .dropdown-list ul li.item input[type="checkbox"] {
        margin-left: 10px;
    }

.clear-position {
    font-size: 10px !important;
    margin: -12px 0;
    padding-top: 0 !important;
}
/*div.stock-availability.dropdown-list > a {
    margin-top: 3px;
    position: absolute;
}*/
.search-results {
    margin: 10px 0 0;
}

.rating-anchor {
    height: 17px;
}

.product-rating-box {
    display: inline-block;
    /*margin: -5px 0 10px;*/
}

.rating {
    background: url(/Plugins/XcellenceIT.Plugin.Solr.Products/Content/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
}

    .rating #ratingpercentage {
        background: url(/Plugins/XcellenceIT.Plugin.Solr.Products/Content/rating2.png) repeat-x;
        height: 14px;
    }

.product-spec-filter .available-items .group .filter-item-group .item:hover {
    background: #eeeeee;
    color: #b80709;
}

/*Color-Square filters*/

.big-checkbox + label {
    padding: 18px;
}

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
        display: inline-block;
        padding: 6px;
        position: relative;
        margin: -3px 0 -3px 5px;
    }

.filter-item-group.dropdown-list .regular-checkbox + label {
    margin: -3px 0 -3px 10px;
}

.regular-checkbox:checked + label::after {
    color: #99a1a7;
    content: "✔";
    font-size: 14px;
    left: 1px;
    position: absolute;
    /*top: 0;*/
    bottom: -3px;
}

.regular-checkbox:checked + label {
    /*background-color: #e9ecee;*/
    border: 1px solid #adb8c0;
    color: #99a1a7;
}

.filter-item-group.stock-availabilities > input {
    margin: 5px 3px 5px 5px;
}

.filter-item-group.stock-availabilities.dropdown-list > input {
    margin: 5px 5px 5px 10px;
}

.product-filters-wrapper {
    margin: 0 auto;
    max-width: 600px;
}

/* nopAccelerate Filter Style */
.k-widget, .k-block, .k-inline-block, .k-draghandle {
    border-style: solid;
    border-width: 1px;
}

.k-block, .k-widget {
    line-height: normal;
    outline: 0 none;
}

    .k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *::before, .k-animation-container *::after, .k-block .k-header, .k-list-container {
        box-sizing: content-box;
    }

        .k-widget, .k-widget * {
            background-clip: border-box;
        }

.k-block, .k-widget, .k-grid, .k-slider, .k-splitter, .k-treeview, .k-panelbar, .k-content, .k-header-column-menu {
    outline: 0 none;
}

.k-slider-horizontal {
    display: inline-block;
    height: 26px;
    width: 200px;
}

div.k-slider {
    -moz-user-select: none;
    background-color: transparent;
    border-width: 0;
    position: relative;
}

.k-block, .k-widget {
    line-height: normal;
}

.k-slider-wrap {
    height: 100%;
    width: 100%;
}

.k-reset {
    border: 0 none;
    font-size: 100%;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.k-floatwrap, .k-slider-items, .k-grid-toolbar {
    display: inline-block;
}

.k-floatwrap, .k-slider-items, .k-grid-toolbar {
    display: block;
}

.k-slider-horizontal .k-slider-items {
    height: 100%;
}

.k-floatwrap::after, .k-slider-items::after, .k-grid-toolbar::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.k-slider .k-icon, .k-slider-track, .k-slider .k-tick {
    cursor: pointer;
}

.k-slider .k-tick {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
}

.k-slider-horizontal .k-tick {
    float: left;
    height: 100%;
    text-align: center;
}

.k-slider-horizontal .k-tick-large.k-first {
    background-position: 0 -2px;
}

.k-slider-horizontal .k-tick {
    text-align: center;
}

.k-slider .k-label {
    font-size: 0.92em;
    position: absolute;
    white-space: nowrap;
}

.k-slider-horizontal .k-label {
    left: 0;
    line-height: 1;
    width: 100%;
}

.k-slider-horizontal .k-label {
    bottom: -1.2em;
}

.k-slider-horizontal .k-first .k-label {
    left: -50%;
}

.k-slider-horizontal .k-tick {
    background-position: center -92px;
}

.k-slider-horizontal .k-tick-large {
    background-position: center -2px;
}

.k-slider-track, .k-slider-selection {
    margin: 0;
    padding: 0;
    position: absolute;
}

.k-slider-horizontal .k-slider-track, .k-slider-horizontal .k-slider-selection {
    background-repeat: repeat-x;
    height: 8px;
    left: 0;
    margin-top: -4px;
    top: 50%;
}

.k-block, .k-button, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-tooltip, .k-pager-wrap, .k-tabstrip-items .k-item, .k-link.k-state-hover, .k-textbox, .k-textbox:hover, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-draghandle {
    background-position: 0 center;
    background-repeat: repeat;
}

.k-draghandle {
    background-color: transparent;
    background-repeat: no-repeat;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-indent: -3333px;
}

.k-slider-horizontal .k-draghandle {
    height: 15px;
    top: -3px;
    width: 13px;
}

.k-block, .k-widget {
    background-color: #fff;
}

.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, .k-button-group .k-tool, .k-upload-files {
    border-color: #c5c5c5;
}

.k-block, .k-widget, .k-popup, .k-content, .k-dropdown .k-input {
    color: #2e2e2e;
}

.k-widget, .k-button {
    box-shadow: none;
}

.k-slider, .k-treeview, .k-upload {
    box-shadow: none;
}

    .k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
        border-radius: 4px;
    }

.k-slider-selection {
    background-color: #f35800;
}

.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-color: #e3e3e3;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, html .km-pane-wrapper .k-header {
    background-color: #e3e3e3;
}

.k-draghandle {
    background-color: #fff;
    border-color: #c5c5c5;
    box-shadow: none;
}

.k-draghandle {
    border-radius: 7px;
}

.k-state-disabled, .k-state-disabled .k-link, .k-state-disabled .k-button, .k-other-month, .k-other-month .k-link, .k-dropzone em, .k-dropzone .k-upload-status, .k-tile-empty strong, .k-slider .k-draghandle {
    color: #9f9e9e;
}

.k-draghandle:hover {
    background-color: #bcb4b0;
    border-color: #bcb4b0;
    box-shadow: none;
}

.k-button:hover, .k-button:focus, .k-button.k-state-focused, .k-textbox:hover, .k-state-hover, .k-state-hover:hover, .k-pager-wrap .k-link:hover, .k-other-month.k-state-hover .k-link, div.k-imagebrowser-dropzone em, .k-draghandle:hover {
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0px, rgba(255, 255, 255, 0) 100%);
}

.k-slider-track {
    background-color: #c5c5c5;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #f35800;
    border-color: #f35800;
    color: #fff;
}

.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: 0 0 3px 4px #df5100 inset;
}

/* Category and Manufacturer search box style */
.search-box-wrapper {
    float: right;
    width: 30%;
}

.manufacturer-page .page-title h1, .category-page .page-title h1 {
    float: left;
}

.search-box-wrapper .search-box-value {
    width: 100%;
    margin-right: -10px;
    float: right;
}

.search-box-wrapper .button-1.search-box-btn {
    background: rgba(255, 255, 255, 1) url(/Plugins/XcellenceIT.Plugin.Solr.Products/Content/serach-icon.png) no-repeat right center;
    position: absolute;
    height: 30px;
    width: 22px;
    top: 10px;
    right: 7px;
    border: none;
}

.manufacturer-page .page-title, .category-page .page-title {
    position: relative;
}

@media all and (max-width: 768px) {
    .product-spec-filter .available-items .collapse .title.dropdown-title .arrow.rotate {
        background-position: 0 0;
    }

    .search-box-wrapper {
        width: 35%;
    }
}

@media all and (min-width: 1000px) {
    .product-spec-filter .available-items .collapse .title.dropdown-title .arrow {
        background-position: 0 0;
    }
}

@media all and (min-width: 769px) {
    .product-spec-filter .available-items .collapse .title.dropdown-title .arrow.rotate {
        background-position: 0 0;
    }
}

@media all and (max-width:640px) {
    .search-box-wrapper {
        width: 50%;
        clear: both;
        margin: 10px auto 5px;
        float: none;
        display: inline-block;
        position: relative;
    }

        .search-box-wrapper .search-box-value {
            margin-right: 0px;
        }

        .search-box-wrapper .button-1.search-box-btn {
            top: 4px;
        }

    .manufacturer-page .page-title h1, .category-page .page-title h1 {
        float: left;
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    .search-box-wrapper {
        width: 80%;
    }
}
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (min-width: 240px) {

    .responsive-nav-wrapper .filters-button {
        display: inline-block;
    }

    /* GLOBAL */

    .filtersTitlePanel {
        display: none;
    }

    .clearFilterOptionsAll {
        float: right;
        cursor: pointer;
    }

    .filtersPanel {
    }

        .filtersPanel:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
            font-size: 0;
        }

    .filter-block,
    .filter-block .title {
        position: relative;
    }

        .filter-block a.toggleControl {
            display: block;
            padding: 10px 42px 10px 10px;
            cursor: pointer;
            font-size: 14px;
            color: #fff;
            background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/pointer-white.png) no-repeat 95% center;
        }

            .filter-block a.toggleControl.closed {
            }

        .filter-block a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
            position: absolute;
            top: 50%;
            right: 1px;
            width: 49px;
            height: 37px;
            line-height: 37px;
            margin-top: -19px;
            background: #707070;
            color: #fff;
            text-align: center;
            text-transform: lowercase;
            cursor: pointer;
        }

            .filter-block a.clearFilterOptions:hover,
            .filter-block a.clearPriceRangeFilter:hover {
            }

    .filtersGroupPanel {
        color: #000;
        background: #fff;
    }

    /* SEARCH CRITERIA */

    .selected-options-list > li {
        border-bottom: 1px solid #c9c9c9;
        padding: 10px;
        text-align: left;
        font-size: 12px;
        line-height: 1.3;
        color: #000;
        text-transform: uppercase;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .selected-options-list > li:last-child {
            border-bottom: none;
        }

        .selected-options-list > li label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .selected-options-list > li span {
            display: block;
            float: left;
            padding: 9px 20px 9px 3px;
            margin: 0 6px 0 0;
            background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/clear_button.png) top 12px right 4px no-repeat;
            vertical-align: middle;
            color: #333;
            cursor: pointer;
        }

    /* PRICE RANGE SLIDER */

    .priceRangeFilterPanel7Spikes .filtersGroupPanel {
        padding: 10px;
    }

    .priceRangeMinMaxPanel {
        overflow: hidden;
        margin: 0 0 12px;
        font-size: 14px;
    }

    .priceRangeMinPanel {
        float: left;
    }

    .priceRangeMaxPanel {
        float: right;
    }

    .ui-slider {
        position: relative;
        width: auto;
        height: 7px;
        margin: 0 8px 12px;
        background: #ececec;
        box-shadow: inset 0 2px 1px #ccc;
    }

    .ui-slider-range {
        height: 7px;
        background: #46c688;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
        position: absolute;
    }

    .ui-slider-handle {
        position: absolute;
        top: -4px;
        width: 22px;
        height: 15px;
        margin-left: -10px;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/scale_knob.png) top no-repeat !important;
    }

    .priceRangeCurrentPricesPanel {
        overflow: hidden;
    }

        .priceRangeCurrentPricesPanel span {
            color: #44b5c3;
            font-size: 14px;
        }

        .priceRangeCurrentPricesPanel .currentMinPrice {
            float: left;
        }

        .priceRangeCurrentPricesPanel .currentMaxPrice {
            float: right;
        }

    /* CHECKBOX MODE */

    .filtersGroupPanel ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }

    .filtersGroupPanel li {
    }

        .filtersGroupPanel li > a {
            display: block;
            padding: 12px 10px 12px 42px;
            line-height: 1.3;
            position: relative;
            font-size: 12px;
            cursor: pointer;
            text-transform: uppercase;
            border-bottom: 1px solid #c9c9c9;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .filtersGroupPanel li > a:hover {
                background-color: #f3f3f3;
            }

        .filtersGroupPanel li:last-child > a {
            border-bottom: 0;
        }

        .filtersGroupPanel li a:before {
            content: " ";
            width: 14px;
            height: 14px;
            border: 1px solid #c9c9c9;
            position: absolute;
            top: 50%;
            left: 15px;
            margin: -8px 0 0;
        }

    a.filterItemSelected {
        background-color: #f3f3f3;
    }

        a.filterItemSelected:before {
            background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/selected.png) no-repeat center;
        }

    a.filterItemSelectedDisabled {
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/selected.png) no-repeat center;
        opacity: 0.4;
    }

    a.filterItemDisabled {
        opacity: 0.4;
    }

    a.filterItemDisabled,
    a.filterItemSelectedDisabled {
        color: #999;
        cursor: default;
    }

        a.filterItemDisabled:hover,
        a.filterItemSelectedDisabled:hover {
            color: #999;
        }

    /* COLOR SQUARE ATTRIBUTES */

    .colorOptions .color-container {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 16px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #c9c9c9;
    }

    .colorOptions a.filterItemSelected .color-container {
    }

    .colorOptions .color {
        display: block;
        width: 20px;
        height: 20px;
    }

    .colorOptions a.filterItemSelected .color {
    }

    .colorOptions a.filterItemDisabled,
    .colorOptions a.filterItemSelectedDisabled {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .colorOptions .defaultColor {
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), color-stop(100%, #000000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
        background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* IE10+ */
        background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
    }

    /* PRODUCT GRID SELECTORS */

    .jDropDown {
        position: relative;
        display: inline-block;
        margin: 0 10px;
        background: #fff;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
    }

    .product-viewmode .jDropDown {
        min-width: 120px;
    }

        .product-viewmode .jDropDown > div {
            background-position: 85px 0;
        }

    .product-sorting .jDropDown {
        min-width: 150px;
    }

        .product-sorting .jDropDown > div {
            background-position: 115px 0;
        }

    .product-page-size .jDropDown {
        min-width: 85px;
    }

        .product-page-size .jDropDown > div {
            background-position: 50px 0;
        }

    .jDropDown > div {
        padding: 8px 12px;
        text-align: left;
        position: relative;
    }

        .jDropDown > div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            background: #46c688 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/dropdown-pointer.png) no-repeat center;
        }

    .jDropDown ul {
        display: none;
        position: absolute;
        top: 35px;
        z-index: 100;
        width: 100%;
        background: #fff;
        text-align: left;
        overflow: hidden;
        box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
    }

    .jDropDown li span,
    .jDropDown li a {
        display: block;
        padding: 7px 16px;
        color: #555;
        cursor: pointer;
        border-top: 1px dotted #ccc;
    }

        .jDropDown li span:hover,
        .jDropDown li.selected span {
            background: #f3f3f3;
            color: #333;
        }

    .jDropDown li:first-child span,
    .jDropDown li:first-child a {
        border-top: 0 !important;
    }

    .number-of-returned-products.active {
        display: none;
    }

    /* DROPDOWN MODE */

    .filtersDropDownPanel {
        padding: 10px;
    }

    .filtersDropDown {
        width: 100%;
        margin: 0;
    }

        .filtersDropDown div {
            background-position: 100% center !important;
        }

        .filtersDropDown.jDropDown a {
            padding-left: 10px;
            border-top: 0;
        }

        .filtersDropDown a.filterItemDisabled,
        .filtersDropDown a.filterItemDisabledSelected {
            display: none;
        }

    .filtersGroupPanel.filtersDropDownPanel li {
        float: none !important;
        width: auto !important;
        margin-bottom: 0;
    }

        .filtersGroupPanel.filtersDropDownPanel li a:hover {
            background: #555;
            color: #fff;
        }

        .filtersGroupPanel.filtersDropDownPanel li:first-child a {
            border-top: 1px solid #c9c9c9;
        }

        .filtersGroupPanel.filtersDropDownPanel li a:before {
            display: none;
        }

    /* AJAX LOADER */

    .productPanelAjaxBusy {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
        filter: Alpha(opacity = 70);
        opacity: 0.7;
        z-index: 2;
    }

    .infinite-scroll-loader {
        display: none;
        height: 100px;
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
        font-size: 0;
        filter: Alpha(opacity = 70);
        opacity: 0.7;
        z-index: 2;
        clear: both;
    }

    /* NO RESULTS POPUP */

    .ajaxFilters.k-window {
        position: absolute;
        z-index: 10001;
        height: auto !important;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px #ccc;
        background: #fff;
        padding: 1px !important;
    }

    .ajaxFilters .k-window-titlebar {
        margin: 0 !important;
        border-bottom: 1px solid #bbb;
        background: #ddd;
        padding: 8px;
    }

        .ajaxFilters .k-window-titlebar span {
            font-size: 16px;
            color: #333;
            text-shadow: 1px 1px 0 #fff;
        }

    .ajaxFilters .k-window-actions {
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .ajaxFilters .k-window-actions a {
            display: block;
        }

        .ajaxFilters .k-window-actions .k-icon {
            display: block;
            height: 16px;
            width: 16px;
            border: 1px solid #ccc;
            box-shadow: 0 0 1px #999 inset;
            background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close-hover.png) no-repeat center;
            font-size: 0;
        }

            .ajaxFilters .k-window-actions .k-icon:hover {
                background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close.png) no-repeat center;
            }

    .ajaxFilters .k-window-content {
        min-height: inherit !important;
        min-width: inherit !important;
        padding: 15px;
        line-height: 18px;
        color: #555;
    }
}


@media all and (max-width: 980px) {

    .nopAjaxFilters7Spikes {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .notAndroid23 .nopAjaxFilters7Spikes {
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }

    .android23 .nopAjaxFilters7Spikes {
        left: -320px;
    }

    .nopAjaxFilters7Spikes.open {
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    }

    .notAndroid23 .nopAjaxFilters7Spikes.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .android23 .nopAjaxFilters7Spikes.open {
        left: 0;
    }

    .nopAjaxFilters7Spikes .close-filters {
        background: #46c688 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/pattern-nav.png) left top;
        cursor: pointer;
    }

        .nopAjaxFilters7Spikes .close-filters span {
            display: block;
            padding: 15px 20px;
            background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/nav-item-close.png) no-repeat 25px center;
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
            line-height: 15px;
            text-align: right;
            border-bottom: 1px solid #42ab78;
        }

    .nopAjaxFilters7Spikes .filter-block {
        margin: 0;
        border-bottom: 1px solid #42ab78;
        width: 100%;
    }
}



/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

    .filters-button,
    .close-filters {
        display: none;
    }

    .filter-block {
        margin: 0 auto 20px;
    }

    .filtersGroupPanel:after {
        content: ' ';
        position: absolute;
        bottom: -7px;
        right: -1px;
        width: 0px;
        height: 0px;
        border-style: dashed solid dashed dashed;
        border-width: 0 134px 6px 0;
        border-color: transparent #46c688 transparent transparent;
    }

    .filter-block .title {
        background: none !important;
    }

    .filtersGroupPanel li > a {
        padding: 10px 10px 10px 42px;
    }

    .filter-block a.toggleControl {
        padding: 8px 42px 8px 0px;
        font-size: 18px;
        font-weight: 300;
        color: #505050;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/pointer.png) no-repeat 95% center;
    }

    .filter-block a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
        background: #46c688;
    }

    .filtersGroupPanel {
        display: block;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,0.15);
        border-top: 1px solid #46c688;
        position: relative;
        z-index: 2;
    }

    .selected-options-list > li span {
        padding: 5px 20px 5px 3px;
        margin: 0 6px 0 0;
        background-position: top 8px right 4px;
    }

        .selected-options-list > li span:hover {
            text-decoration: underline;
        }

    .number-of-returned-products.active {
        display: block;
        margin: 0 0 10px 10px;
        font-size: 14px;
        color: #999;
    }

    .product-selectors + .number-of-returned-products.active {
        margin-top: -5px;
    }

    .number-of-returned-products .productsPerPage,
    .number-of-returned-products .allProductsReturned {
        color: #555;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

@media all and (min-width: 240px) {

    input.instant-search-busy {
        background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) no-repeat 232px center !important;
    }

    input.narrow.instant-search-busy {
        background-position: 198px center !important;
    }

    /* WITH CATEGORY */

    span.search-box-text {
        width: auto !important;
    }

    span.search-box-text,
    .search-box select {
        float: left;
    }

    .search-box select {
        box-shadow: none;
        width: 34px;
        height: 34px;
        border: 0;
        min-width: 0;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .search-box select {
            line-height: 30px;
        }
    }

    input.search-box-text.narrow {
        width: 224px !important;
    }

    /* AUTOCOMPLETE */

    .instantSearch {
        width: 292px !important;
        height: auto !important;
    }

        .instantSearch .k-list-container {
            position: static !important;
            width: 100% !important;
            height: auto !important;
            background: #fff;
            box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        }

        .instantSearch .k-item {
            border-top: 1px solid #c9c9c9;
            cursor: pointer;
        }

            .instantSearch .k-item:first-child {
                border-top: none;
            }

    .instant-search-item {
        overflow: hidden;
        padding: 10px;
    }

        .instant-search-item .img-block {
            position: relative;
            float: left;
            border: 1px solid #ececec;
            overflow: hidden;
            width: 80px;
            height: 80px;
            background-color: #fff;
            text-align: center;
        }

            .instant-search-item .img-block img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

        .instant-search-item .detail {
            min-height: 42px;
            margin-left: 90px;
        }

            .instant-search-item .detail .title {
                margin-bottom: 5px;
                font-size: 14px;
            }

            .instant-search-item .detail .price {
                font-size: 14px;
                color: #4dc98d;
            }

    .k-item.k-state-hover .instant-search-item,
    .k-item.k-state-focused .instant-search-item {
        background: #f9f9f9;
    }

        .k-item.k-state-hover .instant-search-item .img-block,
        .k-item.k-state-focused .instant-search-item .img-block {
            border-color: #ddd;
        }
}

@media all and (max-width: 480px) {
}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

    .search-box select {
        width: auto;
        width: 142px;
        height: 36px;
        border: 1px solid #c9c9c9;
        margin-left: -1px;
    }

    .instantSearch {
        width: 305px !important;
    }

        .instantSearch.resize {
            width: 364px !important;
        }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {

    .mega-menu,
    .header-menu .menu-title,
    .dropdown {
        display: none;
    }

    .mega-menu-responsive {
        display: block !important;
    }
}

@media all and (max-width: 980px) {

    .dropdown .topic-wrapper {
        display: none;
    }
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

    /* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        display: block;
        position: relative;
        z-index: 1001;
    }

    .mega-menu-responsive {
        display: none !important;
    }

    .mega-menu .dropdown {
        display: none;
        position: absolute;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        overflow: hidden;
        background: #fff;
        padding: 10px;
        z-index: 3;
        margin-top: -1px;
        margin-left: -11px;
        text-align: left;
    }

        .mega-menu .dropdown.active {
            display: block;
        }

        .mega-menu .dropdown.fullWidth {
            left: 50%;
            margin-left: -490px;
            width: 980px;
        }

    /* ROWS AND BOXES */

    .mega-menu .row {
        overflow: hidden;
    }

    .dropdown .box {
        float: left;
        padding: 0 15px 20px;
    }

    .categories.fullWidth .box {
        width: 25%;
    }

    .categories .box,
    .manufacturers .box {
        width: 250px;
    }

    .mega-menu .title {
        margin-bottom: 15px;
        border-bottom: 1px dotted #797979;
        padding: 6px 0;
        font-size: 12px;
        text-transform: uppercase;
        text-align: left;
    }

        .mega-menu .title strong {
            font-weight: normal;
        }

        .mega-menu .title a {
        }

            .mega-menu .title a:hover {
                color: #555;
            }

    .mega-menu .picture {
        overflow: hidden;
    }

        .mega-menu .picture a {
            display: block;
        }

        .mega-menu .picture img {
            max-width: 100%;
        }

    .mega-menu .subcategories {
    }

    .mega-menu .box ul {
        margin-top: 5px;
    }

    .mega-menu .box li {
        margin-top: 8px;
        text-align: left;
    }

        .mega-menu .box li a {
            /*background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Motion/Content/images/arrow.png) left center no-repeat;*/
            background: none !important;
            font-size: 12px;
        }

            .mega-menu .box li a:hover {
            }

        .mega-menu .box li:nth-child(odd) a:hover {
        }

        .mega-menu .box li:nth-child(even) a:hover {
        }

    .mega-menu .dropdown li a.view-all {
        font-weight: bold;
        background: none;
    }

    .manufacturers.fullWidth .box {
        width: 16.66666666666667%;
    }

    .manufacturers.fullWidth li * {
        background: none !important;
        padding-left: 0;
    }

    .mega-menu .topic-wrapper {
        overflow: hidden;
    }

        .mega-menu .dropdown > *,
        .mega-menu .topic-wrapper p {
            font-size: 11px;
            line-height: 20px;
        }

        .mega-menu .topic-wrapper strong {
            display: block;
            border-bottom: 1px solid #999;
            padding: 8px 0;
            font-size: 14px;
            text-transform: uppercase;
            color: #222;
        }
}

.menu-block {
    width: 150px;
    float: left;
    margin-right: 10px;
}

    .menu-block a {
        text-transform: capitalize;
    }

        .menu-block a:hover {
            text-decoration: underline;
        }

.singles {
    background-color: #eaeaea;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.menu-block strong {
    text-decoration: underline;
    padding: 8px 0;
    display: inline-block;
    padding-bottom: 5px;
}

.singles strong {
    text-decoration: none;
}

/*Hide the External Doors Also Like box*/
.mega-menu > li:nth-child(2) .singles {
    display: none;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}

    .ajaxCart li {
        list-style: none;
    }

    .ajaxCart .k-window-titlebar.k-header {
        margin: 0 !important;
        padding: 10px;
        border-bottom: 1px solid #999;
        background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
    }

        .ajaxCart .k-window-titlebar.k-header .k-window-actions {
            position: absolute;
            top: 9px;
            right: 10px;
            font-size: 0;
            z-index: 1;
        }

            .ajaxCart .k-window-titlebar.k-header .k-window-actions a {
                display: block;
                width: 16px;
                height: 16px;
                border: 1px solid #ccc;
                background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
                box-shadow: 0 0 1px #999 inset;
                font-size: 0;
            }

                .ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
                    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
                }

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

    .productAddedToCartWindowImage a {
        display: block;
        overflow: hidden;
        line-height: 0;
    }

    .productAddedToCartWindowImage img {
        max-width: 100%;
    }

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

    .productAddedToCartWindowDescription h1 {
        margin: 0 0 10px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }

        .productAddedToCartWindowDescription h1 a {
            color: #333;
        }

    .productAddedToCartWindowDescription strong {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .productAddedToCartWindowDescription span {
        display: block;
        margin-bottom: 3px;
        color: #666;
    }

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

    .productAddedToCartWindowSummary a {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
    }

    .productAddedToCartWindowSummary div {
        margin-top: 10px;
    }

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

    .miniProductDetailsView h1 {
        margin-bottom: 10px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        text-shadow: 1px 1px 0 #eee;
    }

    .miniProductDetailsView .product-name {
        position: absolute;
        top: 9px;
        left: 15px;
        width: 260px;
        height: 17px;
        overflow: hidden;
    }

    .miniProductDetailsView .product-essential {
        margin: 0;
        overflow: hidden;
    }

    .miniProductDetailsView .short-description {
        margin-bottom: 10px;
        padding-top: 0;
        border-top: none;
        width: 250px;
    }

    .miniProductDetailsView .product-essential .gallery {
        margin: 0 20px 0 0;
        width: auto !important;
        float: left;
        overflow: hidden;
    }

    .miniProductDetailsView .product-essential .picture {
        overflow: hidden;
        width: auto !important;
        height: auto !important;
        line-height: normal !important;
    }

        .miniProductDetailsView .product-essential .picture img {
            z-index: 0 !important;
        }

    .miniProductDetailsView .product-variant-line {
        margin: 0;
    }

    .miniProductDetailsView .prices {
        margin-bottom: 10px;
    }

    .miniProductDetailsView .customer-entered-price {
        margin-bottom: 10px;
    }

    .miniProductDetailsView .enter-price-input {
        padding: 4px;
        width: 69px;
    }

    .miniProductDetailsView .giftcard {
        padding: 10px 15px;
        background: #fff;
        margin: 0;
    }

    .miniProductDetailsView .product-collateral {
        margin-top: 10px;
    }

    .miniProductDetailsView .message-error {
        display: block;
        float: right;
        clear: both;
        margin: 10px 0 0 0;
        color: #c00;
        font-weight: bold;
        font-size: 14px;
    }

        .miniProductDetailsView .message-error li {
            margin: 5px 0;
        }

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}

    .addProductVariantToCartErrors ul {
        margin: 20px;
    }

    .addProductVariantToCartErrors li {
        margin: 0 0 10px 0;
    }


/*** QUANTITY BOX & BUY BUTTON ***/


.ajax-cart-button-wrapper {
    display: inline-block;
}

.product-list .ajax-cart-button-wrapper {
    display: block;
}

.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    width: 24px;
    height: 24px;
    border: 1px solid #c9c9c9 !important;
    outline: 10px solid #f6f6f6;
    padding: 2px;
    margin: 10px;
    text-align: center;
    outline-offset: 0 !important;
}

.ajax-cart-button-wrapper select {
    min-width: 38px;
    vertical-align: top;
    width: auto;
}

.ajax-cart-button-wrapper input[type="button"] {
}


/*** SINGLE PRODUCT WINDOW ***/


.ajaxCart .gallery .picture:before {
    display: none;
}

.productAddedToCartWindowDescription h1 a:hover {
    color: #000;
}

.productAddedToCartWindowDescription strong {
    color: #4dc98d;
}

.productAddedToCartWindowSummary a {
    color: #000;
}

    .productAddedToCartWindowSummary a:hover {
        text-decoration: underline;
    }

.productAddedToCartWindowCheckout {
    background: #46c688;
    border: 1px solid #49bf86;
    color: #fff;
    box-shadow: 0 1px 0 0 #42ab78;
    padding: 10px 24px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .productAddedToCartWindowCheckout:hover {
        background: #49bf86;
    }


/*** GROPED PRODUCTS WINDOW ***/


.miniProductDetailsView .product-details-page .overview {
    margin-left: 140px;
}

.miniProductDetailsView .product-essential {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
}

.miniProductDetailsView .product-name {
    top: 10px;
}

.miniProductDetailsView .picture img {
    position: static;
}

.miniProductDetailsView .attributes {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
    width: 360px;
}

    .miniProductDetailsView .attributes select {
        padding: 4px;
        max-width: 240px;
    }

.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}

.miniProductDetailsView .prices {
    margin-bottom: 0;
}

.miniProductDetailsView .add-to-cart {
    float: left;
}

    .miniProductDetailsView .add-to-cart > *,
    .miniProductDetailsView .add-button-wrap {
        float: left;
    }

.miniProductDetailsView .qty-input {
}

.miniProductDetailsView .customer-entered-price {
    margin-bottom: 0;
}

.price-range + .prices {
    display: none !important;
}

.miniProductDetailsView .collateral {
    margin-bottom: 0;
    border: 1px solid #ccc;
}

    .miniProductDetailsView .collateral:empty {
        margin: 0;
        border: none;
    }

.miniProductDetailsView .giftcard div {
    float: none;
    padding: 0;
    width: 100%;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    padding: 0 5px;
    width: 400px;
    margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}

    .ajaxCart .product-grid .title {
        padding: 0;
    }

.product-grid .title strong {
    padding: 10px;
    margin-bottom: 15px;
}

.ajaxCart .product-grid .item-box {
    width: 120px;
    margin: 0 5px 10px;
    background: #fff;
    overflow: hidden;
}

.ajaxCart .item-grid {
    overflow: hidden;
}

.ajaxCart .item-box:before {
    padding-top: 127%;
}

.ajaxCart .product-grid .item-box .picture,
.ajaxCart .product-grid .item-box .picture a {
    width: 100%;
    height: 106px;
}

.ajaxCart .item-box .details {
    height: 29px;
    overflow: hidden;
}

.ajaxCart .product-grid .item-box .product-title a {
    display: block;
    line-height: 1;
    font-size: 14px;
}

.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
    display: none !important; /*hides overlay panel*/
}


.ffw-asn-group-container {
    
    width: 320px;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    color: #000;
    
}

.filter-wrapper {
    border: 1px solid #c9c9c9;
    border-top:0;
}

ff-asn-group {
    border: 0;
    border-radius: 0px;
    background-color:white;
}

ff-asn-group-element {
    background-color:white;
	cursor:pointer;
}

.specificationFilterPanel7Spikes .title{
border-bottom: 1px solid #505050;
}

    ff-asn-group-element input {
        margin-right:10px;
    }
    .ff-asn-group-element {
    padding: 10px 10px 10px 42px;
    display: block;
    padding: 12px 10px 12px 42px;
    line-height: 1.3;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #c9c9c9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
}


ff-asn-group .toggleControl, ff-asn-group-slider .toggleControl {
    padding: 8px 42px 8px 0px;
    font-size: 18px;
    font-weight: 300;
    color: #505050;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Motion/Content/images/pointer.png) no-repeat 95% center;
    display: block;
}

ff-paging {
    text-align:center;
    float:right;
}

ff-paging-item {
    display: inline-block;
    background-color: #ccc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    box-shadow: inset 0 1px rgba(0,0,0,0.3);
    border-radius: 16px;
    overflow: hidden;
    font-size: 18px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    margin-right:10px;
}

    ff-paging-item.current-page {
    background-color: #999;
    }


ff-slider-one-touch {
    margin: 70px 2px 12px;
}

ff-asn-group-slider.one-touch-slider .ffw-sliderSection {
    pointer-events: none;
}

ff-slider-control input {
    pointer-events: all;
    height: 35px;
    width: 80px;
    text-align: center;
}

ff-slider-one-touch .ffw-line {
    height: 5px;
    background-color: #4bbee9;
}

ff-slider-one-touch .ffw-slider-button {
    width: 25px;
    height: 25px;
    border: 1px solid #4bbee9;
    border-radius: 50%;
    background-color: #fff;
    transition-property: width, height;
    transition-duration: .2s;
    z-index: 1000;
}

ff-slider-one-touch .ffw-slider-container:hover .ffw-slider-button {
    width: 30px;
    height: 30px;
    transition-duration: .2s;
}

ff-slider-one-touch .ffw-triangle {
    border-color: transparent transparent #4bbee9;
    opacity: .17;
}

ff-slider {
    margin: 10px 2px 20px;
    
}

    ff-slider [slot^=slider] {
        height: 25px;
        width: 25px;
        box-sizing: border-box;
        border: 1px solid #4bbee9;
        border-radius: 50%;
        background-color: #fff;
        margin-top: -10px; /* this value is calculated from the button's height and the slider bar's default thickness */
    }


ff-asn-group-slider {
    border: 0px solid #ededed;
    border-radius: 5px;
    margin-bottom: 6px;
    widht: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: white;
    height: auto;
}

    /*ff-asn-group-slider .ffw-wrapper {
        border: 1px solid #ededed;
    }*/


[data-container="showMore"], [data-container="showLess"] {
    padding: 10px;
    cursor:pointer;
}

[data-container="hiddenLinks"] {
    padding: 0px;
}

[data-container="removeFilter"] {
    padding: 10px;
    cursor: pointer;
}


.item-box .buttons {
    text-align:center!important;
    width:100%;
}



ff-asn-group, ff-asn-group-slider {
    width: 100%;
    max-width:none;
}


#ffSuggest {
    max-width: 1240px;
    margin: 0 auto
}

#showAllBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #5FB98A ;
    cursor: pointer;
    border: 0;
    color: #fff
}

#productContainer {
    padding: 0
}

.ffw-suggestContainerWrapper {
    font-size: calc(1em + .01vw);
    z-index: 999;    
    width: 100%;    
    border: 1px solid #b9b9b9
}

@media (max-width:575.98px) {
    .ffw-suggestContainerWrapper {
        font-size: calc(1em + .005vw)
    }
}

.ffw-suggestContainerWrapper ::-webkit-scrollbar {
    width: 10px
}

.ffw-suggestContainerWrapper ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.ffw-suggestContainerWrapper ::-webkit-scrollbar-thumb {
    background: #f1f1f1
}

.ffw-suggestContainerWrapper .ffw-suggestContainer {
    padding: 20px
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .container-caption {
        font-size: calc(1em + .5vw);
        font-weight: 700;
        text-align: left;
        color: #5a6268
    }

@media (max-width:575.98px) {
    .ffw-suggestContainerWrapper .ffw-suggestContainer .container-caption {
        font-size: calc(1em + .025vw)
    }
}

.ffw-suggestContainerWrapper .ffw-suggestContainer div[data-container]:not(:first-child) {
    padding-top: 20px
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .search-terms-container {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0
}

@media (max-width:1199.98px) {
    .ffw-suggestContainerWrapper .ffw-suggestContainer .search-terms-container {
        height: auto
    }
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .search-terms-container ff-suggest-item {
    cursor: pointer;
    padding-bottom: 10px
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .search-terms-container ff-suggest-item[type=searchTerm] {
        text-transform: lowercase
    }

        .ffw-suggestContainerWrapper .ffw-suggestContainer .search-terms-container ff-suggest-item[type=searchTerm]::first-letter {
            text-transform: uppercase
        }

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container {
    height: auto;
    text-align: center
}

@media (max-width:1199.98px) {
    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container {
        height: auto
    }
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container--scrollable {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container--scrollable a {
        text-decoration: none;
        color: #000;
        font-size: inherit
    }

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-containerdiv[data-container=productName] {
    height: 100%
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .container-caption {
    padding-left: 15px
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item {
    margin-bottom: 1.5em;
    flex-basis: 29%;
    margin-left: 15px;
    padding: .5em;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item:hover {
        text-decoration: none
    }

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item.product__tile {
        border: 0
    }

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item .suggest-no-redirect {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        box-sizing: content-box;
        border: 1px solid red;
        border-radius: 50%;
        font-size: 12px;
        line-height: 1;
        height: 1em;
        width: 1em;
        padding: 1px;
        color: red;
        cursor: help
    }

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container ff-suggest-item .suggest-sale-tag {
        position: absolute;
        top: 14px;
        right: -24px;
        background-color: #f2c94c;
        text-transform: uppercase;
        font-size: 12px;
        padding: 1px 30px;
        font-weight: 700;
        transform: rotate(45deg);
        line-height: 1
    }

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product__image {
    margin-bottom: .5em;
    height: 130px
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product__image img {
        max-width: 130px;
        max-height: 130px
    }

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product-info__rating {
    font-size: 18px
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product-info__rating .stars {
        display: inline-block
    }

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product-info__name {
    font-size: 12px;
    
    font-weight: 700;
    margin-bottom: 1em;
    overflow: hidden
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product-info__price {
    font-size: 15px
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product-info__price--discounted {
    color: red
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .products-container .product-info__old-price {
    text-decoration: line-through;
    margin-right: .4em
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .banner-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    height: 5.25em;
    background: url(img/summer-sale.f358a4620ba6bc051d2e380fcdee52f0.png);
    background-size: cover
}

.ffw-suggestContainerWrapper .ffw-suggestContainer .all-results-container,
.ffw-suggestContainerWrapper .ffw-suggestContainer .all-results-container ff-searchbutton button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #2372bd;
    font-weight: 700;
    cursor: pointer
}

    .ffw-suggestContainerWrapper .ffw-suggestContainer .all-results-container ff-searchbutton button {
        color: #fff
    }

.ffw-suggestContainerWrapper ff-suggest-item.ffw-highlight-suggest-item {
    background-color: #004587;
    color: #fff
}

    .ffw-suggestContainerWrapper ff-suggest-item.ffw-highlight-suggest-item .ffw-query {
        color: #fff;
        font-weight: 700
    }

.ffw-suggestContainerWrapper .ffw-query {
    color: #2372bd;
    font-weight: 700
}

.product-image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}