/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/vivashop/css/styles.less
design/themes/vivashop/css/tygh/supports.css
design/themes/vivashop/css/tygh/responsive.less
design/themes/vivashop/css/lib/select2/select2.min.css
design/themes/vivashop/css/et.less
design/themes/responsive/css/addons/search_ajax/styles.less
design/themes/vivashop/css/addons/social_buttons/styles.less
design/themes/vivashop/css/addons/social_buttons/responsive.less
design/themes/vivashop/css/addons/tags/styles.less
design/themes/vivashop/css/addons/rss_feed/styles.less
design/themes/vivashop/css/addons/newsletters/styles.less
design/themes/vivashop/css/addons/geo_maps/styles.less
design/themes/vivashop/css/addons/vendor_communication/styles.less
design/themes/vivashop/css/addons/vendor_communication/responsive.less
design/themes/vivashop/css/addons/gift_certificates/styles.less
design/themes/vivashop/css/addons/gift_certificates/responsive.less
design/themes/vivashop/css/addons/store_locator/styles.less
design/themes/vivashop/css/addons/store_locator/responsive.less
design/themes/vivashop/css/addons/recaptcha/styles.less
design/themes/vivashop/css/addons/product_variations/styles.less
design/themes/vivashop/css/addons/blog/styles.less
design/themes/vivashop/css/addons/blog/responsive.less
design/themes/responsive/css/addons/tk_blog/animate.css
design/themes/responsive/css/addons/tk_blog/styles.less
design/themes/responsive/css/addons/tk_blog/font-awesome.min.css
design/themes/vivashop/css/addons/reward_points/styles.less
design/themes/vivashop/css/addons/call_requests/styles.less
design/themes/vivashop/css/addons/form_builder/styles.less
design/themes/vivashop/css/addons/form_builder/responsive.less
design/themes/responsive/css/addons/taki_pbooks/styles.less
design/themes/responsive/css/addons/vi_shipping/style.less
design/themes/responsive/css/addons/vi_shipping/select2.css
design/themes/vivashop/css/addons/banners/styles.less
design/themes/vivashop/css/addons/discussion/styles.less
design/themes/vivashop/css/addons/discussion/responsive.less
design/themes/vivashop/css/addons/wishlist/styles.less
design/themes/vivashop/css/addons/wishlist/responsive.less
design/themes/vivashop/css/addons/image_zoom/lib/easyzoom.css
design/themes/vivashop/css/addons/image_zoom/styles.less
design/themes/vivashop/css/addons/hybrid_auth/styles.less
design/themes/responsive/css/addons/taki_lookup/styles.less
design/themes/vivashop/css/addons/energothemes_search/styles.less
design/themes/responsive/css/addons/my_changes/flaticon.less
design/themes/responsive/css/addons/my_changes/ihome_pc.less
design/themes/responsive/css/addons/my_changes/ihome_sp.less
design/themes/responsive/css/addons/tabo_filters/styles.less
design/themes/responsive/css/addons/tabo_contactus/styles.less
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Lato:300i,300,400,700);

/* Lite Checkout */
@supports (-webkit-appearance: none) {
    .selector:not(*:root), .litecheckout .litecheckout__field--selectbox .litecheckout__input {
        padding-top: 10px !important;
        padding-left: 6px !important;
    }
}
/* End of Lite Checkout */
.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;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('../../../../../../../../design/themes/responsive/media/images/addons/tk_blog/fonts/fontawesome-webfont617b.eot?1623665276');
    src: url('../../../../../../../../design/themes/responsive/media/images/addons/tk_blog/fonts/fontawesome-webfont617b.eot?1623665276') format('embedded-opentype'),url('../../../../../../../../design/themes/responsive/media/images/addons/tk_blog/fonts/fontawesome-webfont617b.woff2?1623665276') format('woff2'),url('../../../../../../../../design/themes/responsive/media/images/addons/tk_blog/fonts/fontawesome-webfont617b.woff?1623665276') format('woff'),url('../../../../../../../../design/themes/responsive/media/images/addons/tk_blog/fonts/fontawesome-webfont617b.ttf?1623665276') format('truetype'),url('../../../../../../../../design/themes/responsive/media/images/addons/tk_blog/fonts/fontawesome-webfont617b.svg?1623665276') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.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: 35px;
        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 .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .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;
            padding: 0;
        }

            .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 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.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: 35px;
    }

    .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__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px;
    }

    .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-search--inline {
    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;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.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: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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: 35px;
    }

    .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='#FFEEEEEE', endColorstr='#FFCCCCCC', 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, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', 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;
    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;
    box-shadow: none;
}

.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;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .easyzoom img {
        vertical-align: bottom;
    }

    .easyzoom.is-loading img {
        cursor: progress;
    }

    .easyzoom.is-ready img {
        cursor: crosshair;
    }

    .easyzoom.is-error img {
        cursor: not-allowed;
    }

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(http://themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot);
    src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot);
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot);
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.clearfix:after {
    clear: both;
}

.input-block-level {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-title-color {
    color: #adadac;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active, a:hover {
        outline: 0;
    }

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

i, em, dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -0.3em;
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 21px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom: 0;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_flat_75_ffffff_40x100.png?1623665276') 50% 50% repeat-x;
    color: #222;
}

    .ui-widget-content > a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_highlight-soft_75_cccccc_1x100.png?1623665276') 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_glass_75_e6e6e6_1x400.png?1623665276') 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png?1623665276') 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png?1623665276') 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png?1623665276') 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png?1623665276') 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_222222_256x240.png?1623665276');
}

.ui-widget-header .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_222222_256x240.png?1623665276');
}

.ui-state-default .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_888888_256x240.png?1623665276');
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_454545_256x240.png?1623665276');
}

.ui-state-active .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_454545_256x240.png?1623665276');
}

.ui-state-highlight .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_2e83ff_256x240.png?1623665276');
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-icons_cd0a0a_256x240.png?1623665276');
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1623665276') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url('../../../../../../../../design/themes/vivashop/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1623665276') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.row {
    margin-left: -20px;
}

    .row:before, .row:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .row:after {
        clear: both;
    }

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}

.span16 {
    width: 940px;
}

.span15 {
    width: 880px;
}

.span14 {
    width: 820px;
}

.span13 {
    width: 760px;
}

.span12 {
    width: 700px;
}

.span11 {
    width: 640px;
}

.span10 {
    width: 580px;
}

.span9 {
    width: 520px;
}

.span8 {
    width: 460px;
}

.span7 {
    width: 400px;
}

.span6 {
    width: 340px;
}

.span5 {
    width: 280px;
}

.span4 {
    width: 220px;
}

.span3 {
    width: 160px;
}

.span2 {
    width: 100px;
}

.span1 {
    width: 40px;
}

.offset16 {
    margin-left: 980px;
}

.offset15 {
    margin-left: 920px;
}

.offset14 {
    margin-left: 860px;
}

.offset13 {
    margin-left: 800px;
}

.offset12 {
    margin-left: 740px;
}

.offset11 {
    margin-left: 680px;
}

.offset10 {
    margin-left: 620px;
}

.offset9 {
    margin-left: 560px;
}

.offset8 {
    margin-left: 500px;
}

.offset7 {
    margin-left: 440px;
}

.offset6 {
    margin-left: 380px;
}

.offset5 {
    margin-left: 320px;
}

.offset4 {
    margin-left: 260px;
}

.offset3 {
    margin-left: 200px;
}

.offset2 {
    margin-left: 140px;
}

.offset1 {
    margin-left: 80px;
}

.row-fluid {
    width: 100%;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.1276595744681%;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.1276595744681%;
    }

    .row-fluid .span16 {
        width: 100%;
    }

    .row-fluid .span15 {
        width: 93.617021276596%;
    }

    .row-fluid .span14 {
        width: 87.234042553191%;
    }

    .row-fluid .span13 {
        width: 80.851063829787%;
    }

    .row-fluid .span12 {
        width: 74.468085106383%;
    }

    .row-fluid .span11 {
        width: 68.085106382979%;
    }

    .row-fluid .span10 {
        width: 61.702127659574%;
    }

    .row-fluid .span9 {
        width: 55.31914893617%;
    }

    .row-fluid .span8 {
        width: 48.936170212766%;
    }

    .row-fluid .span7 {
        width: 42.553191489362%;
    }

    .row-fluid .span6 {
        width: 36.170212765957%;
    }

    .row-fluid .span5 {
        width: 29.787234042553%;
    }

    .row-fluid .span4 {
        width: 23.404255319149%;
    }

    .row-fluid .span3 {
        width: 17.021276595745%;
    }

    .row-fluid .span2 {
        width: 10.63829787234%;
    }

    .row-fluid .span1 {
        width: 4.2553191489362%;
    }

    .row-fluid .offset16 {
        margin-left: 104.25531914894%;
    }

        .row-fluid .offset16:first-child {
            margin-left: 102.12765957447%;
        }

    .row-fluid .offset15 {
        margin-left: 97.872340425532%;
    }

        .row-fluid .offset15:first-child {
            margin-left: 95.744680851064%;
        }

    .row-fluid .offset14 {
        margin-left: 91.489361702128%;
    }

        .row-fluid .offset14:first-child {
            margin-left: 89.36170212766%;
        }

    .row-fluid .offset13 {
        margin-left: 85.106382978723%;
    }

        .row-fluid .offset13:first-child {
            margin-left: 82.978723404255%;
        }

    .row-fluid .offset12 {
        margin-left: 78.723404255319%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 76.595744680851%;
        }

    .row-fluid .offset11 {
        margin-left: 72.340425531915%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 70.212765957447%;
        }

    .row-fluid .offset10 {
        margin-left: 65.957446808511%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 63.829787234043%;
        }

    .row-fluid .offset9 {
        margin-left: 59.574468085106%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 57.446808510638%;
        }

    .row-fluid .offset8 {
        margin-left: 53.191489361702%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 51.063829787234%;
        }

    .row-fluid .offset7 {
        margin-left: 46.808510638298%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 44.68085106383%;
        }

    .row-fluid .offset6 {
        margin-left: 40.425531914894%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 38.297872340426%;
        }

    .row-fluid .offset5 {
        margin-left: 34.042553191489%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 31.914893617021%;
        }

    .row-fluid .offset4 {
        margin-left: 27.659574468085%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 25.531914893617%;
        }

    .row-fluid .offset3 {
        margin-left: 21.276595744681%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 19.148936170213%;
        }

    .row-fluid .offset2 {
        margin-left: 14.893617021277%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 12.765957446809%;
        }

    .row-fluid .offset1 {
        margin-left: 8.5106382978723%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 6.3829787234043%;
        }

    [class*="span"].hide, .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
        float: right;
    }

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .container-fluid:after {
        clear: both;
    }

@font-face {
    font-family: glyphs;
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/glyphs.eot?1623665276');
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/glyphs.eot?1623665276#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/vivashop/media/fonts/glyphs.woff?1623665276') format('woff'), url('../../../../../../../../design/themes/vivashop/media/fonts/glyphs.ttf?1623665276') format('truetype'), url('../../../../../../../../design/themes/vivashop/media/fonts/glyphs.svg?1623665276#glyphs') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: glyphs;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="ty-icon-"]:before {
    font-family: inherit;
}

.ty-icon-up-dir, .ty-icon-right-dir, .ty-icon-down-dir, .ty-icon-left-dir, .ty-icon-star-empty, .ty-icon-th-list, .ty-icon-heart, .ty-icon-flight, .ty-icon-ok, .ty-icon-cancel, .ty-icon-cancel-circle, .ty-icon-minus-circle, .ty-icon-right-thin, .ty-icon-cw, .ty-icon-left-circle, .ty-icon-right-circle, .ty-icon-help-circle, .ty-icon-back, .ty-icon-products-multicolumns, .ty-icon-print, .ty-icon-chat, .ty-icon-article-alt, .ty-icon-docs, .ty-icon-zoom-in, .ty-icon-zoom-out, .ty-icon-down-open, .ty-icon-left-open, .ty-icon-right-open, .ty-icon-up-open, .ty-icon-down-micro, .ty-icon-up-micro, .ty-icon-right-open-thin, .ty-icon-left-open-thin, .ty-icon-products-without-options, .ty-icon-short-list, .ty-icon-plus-circle, .ty-icon-user, .ty-icon-doc-text, .ty-icon-calendar, .ty-icon-chart-bar, .ty-icon-download, .ty-icon-search, .ty-icon-lock, .ty-icon-popup, .ty-icon-plus, .ty-icon-folder, .ty-icon-folder-open, .ty-icon-mail, .ty-icon-twitter, .ty-icon-facebook, .ty-icon-file, .ty-icon-trashcan, .ty-icon-d-arrow, .ty-icon-bubble, .ty-icon-upload, .ty-icon-cog, .ty-icon-square, .ty-icon-arrow-up-right, .ty-icon-arrow-up-left, .ty-icon-arrow-down-left, .ty-icon-arrow-down-right, .ty-icon-arrow-down, .ty-icon-arrow-up, .ty-icon-arrow-left, .ty-icon-arrow-right, .ty-icon-location-arrow, .ty-icon-star, .ty-icon-star-half, .ty-icon-refresh, .ty-icon-basket, .ty-icon-image, .icon-image, .ty-icon-edit, .ty-icon-live-edit, .ty-icon-gift, .ty-icon-ban-circle, .ty-icon-wrench, .ty-icon-feed, .ty-icon-eye-open, .ty-icon-eye-close, .ty-icon-handler, .ty-icon-youtube, .ty-icon-cart, .ty-icon-target, .ty-icon-pointer, .ty-icon-shipping, .ty-icon-courier, .ty-icon-instagram {
    font-family: glyphs;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .ty-icon-up-dir:before {
        content: "\e000";
    }

    .ty-icon-right-dir:before {
        content: "\e001";
    }

    .ty-icon-down-dir:before {
        content: "\e002";
    }

    .ty-icon-left-dir:before {
        content: "\e003";
    }

    .ty-icon-star-empty:before {
        content: "\e004";
    }

    .ty-icon-th-list:before {
        content: "\e005";
    }

    .ty-icon-heart:before {
        content: "\e006";
    }

    .ty-icon-flight:before {
        content: "\e007";
    }

    .ty-icon-ok:before {
        content: "\e008";
    }

    .ty-icon-cancel:before {
        content: "\e009";
    }

    .ty-icon-cancel-circle:before {
        content: "\e00a";
    }

    .ty-icon-minus-circle:before {
        content: "\e00b";
    }

    .ty-icon-right-thin:before {
        content: "\e00c";
    }

    .ty-icon-cw:before {
        content: "\e00d";
    }

    .ty-icon-left-circle:before {
        content: "\e00e";
    }

    .ty-icon-right-circle:before {
        content: "\e00f";
    }

    .ty-icon-help-circle:before {
        content: "\e010";
    }

    .ty-icon-back:before {
        content: "\e011";
    }

    .ty-icon-products-multicolumns:before {
        content: "\e012";
    }

    .ty-icon-print:before {
        content: "\e013";
    }

    .ty-icon-chat:before {
        content: "\e014";
    }

    .ty-icon-article-alt:before {
        content: "\e015";
    }

    .ty-icon-docs:before {
        content: "\e016";
    }

    .ty-icon-zoom-in:before {
        content: "\e017";
    }

    .ty-icon-zoom-out:before {
        content: "\e018";
    }

    .ty-icon-down-open:before {
        content: "\e019";
    }

    .ty-icon-left-open:before {
        content: "\e01a";
    }

    .ty-icon-right-open:before {
        content: "\e01b";
    }

    .ty-icon-up-open:before {
        content: "\e01c";
    }

    .ty-icon-down-micro:before {
        content: "\e01d";
    }

    .ty-icon-up-micro:before {
        content: "\e01e";
    }

    .ty-icon-right-open-thin:before {
        content: "\e01f";
    }

    .ty-icon-left-open-thin:before {
        content: "\e020";
    }

    .ty-icon-products-without-options:before {
        content: "\e021";
    }

    .ty-icon-short-list:before {
        content: "\e022";
    }

    .ty-icon-plus-circle:before {
        content: "\e023";
    }

    .ty-icon-user:before {
        content: "\e024";
    }

    .ty-icon-doc-text:before {
        content: "\e025";
    }

    .ty-icon-calendar:before {
        content: "\e026";
    }

    .ty-icon-chart-bar:before {
        content: "\e027";
    }

    .ty-icon-download:before {
        content: "\e028";
    }

    .ty-icon-search:before {
        content: "\e029";
    }

    .ty-icon-lock:before {
        content: "\e02a";
    }

    .ty-icon-popup:before {
        content: "\e02b";
    }

    .ty-icon-plus:before {
        content: "\e02c";
    }

    .ty-icon-folder:before {
        content: "\e02d";
    }

    .ty-icon-folder-open:before {
        content: "\e02e";
    }

    .ty-icon-mail:before {
        content: "\e02f";
    }

    .ty-icon-twitter:before {
        content: "\e600";
    }

    .ty-icon-facebook:before {
        content: "\e601";
    }

    .ty-icon-file:before {
        content: "\e032";
    }

    .ty-icon-trashcan:before {
        content: "\e033";
    }

    .ty-icon-d-arrow:before {
        content: "\e602";
    }

    .ty-icon-bubble:before {
        content: "\e035";
    }

    .ty-icon-upload:before {
        content: "\e036";
    }

    .ty-icon-cog:before {
        content: "\e037";
    }

    .ty-icon-square:before {
        content: "\e038";
    }

    .ty-icon-arrow-up-right:before {
        content: "\e039";
    }

    .ty-icon-arrow-up-left:before {
        content: "\e03a";
    }

    .ty-icon-arrow-down-left:before {
        content: "\e03b";
    }

    .ty-icon-arrow-down-right:before {
        content: "\e03c";
    }

    .ty-icon-arrow-down:before {
        content: "\e03d";
    }

    .ty-icon-arrow-up:before {
        content: "\e03e";
    }

    .ty-icon-arrow-left:before {
        content: "\e03f";
    }

    .ty-icon-arrow-right:before {
        content: "\e040";
    }

    .ty-icon-location-arrow:before {
        content: "\e901";
    }

    .ty-icon-star:before {
        content: "\e041";
    }

    .ty-icon-star-half:before {
        content: "\e042";
    }

    .ty-icon-refresh:before {
        content: "\e043";
    }

    .ty-icon-basket:before {
        content: "\e044";
    }

    .ty-icon-image:before {
        content: "\e045";
    }

    .icon-image:before {
        content: "\e045";
    }

    .ty-icon-edit:before {
        content: "\e046";
    }

    .ty-icon-live-edit:before {
        content: "\e046";
    }

    .ty-icon-gift:before {
        content: "\e048";
    }

    .ty-icon-ban-circle:before {
        content: "\e049";
    }

    .ty-icon-wrench:before {
        content: "\e04a";
    }

    .ty-icon-feed:before {
        content: "\e603";
    }

    .ty-icon-eye-open:before {
        content: "\e604";
    }

    .ty-icon-eye-close:before {
        content: "\e605";
    }

    .ty-icon-handler:before {
        content: "\e606";
    }

    .ty-icon-youtube:before {
        content: "\e607";
    }

    .ty-icon-cart:before {
        content: "\e900";
    }

    .ty-icon-target:before {
        content: "\e9b3";
    }

    .ty-icon-pointer:before {
        content: "\e04b";
    }

    .ty-icon-shipping:before {
        content: "\e04c";
    }

    .ty-icon-courier:before {
        content: "\e04d";
    }

    .ty-icon-instagram:before {
        content: "\e04e";
    }

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: ALSRubl-Arial;
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/alsrubl-arial-regular.eot?1623665276');
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/alsrubl-arial-regular.eot?1623665276#iefix') format('../media/fonts/embedded-opentype'), url('../../../../../../../../design/themes/vivashop/media/fonts/alsrubl-arial-regular.woff?1623665276') format('woff'), url('../../../../../../../../design/themes/vivashop/media/fonts/alsrubl-arial-regular.ttf?1623665276') format('truetype'), url('../../../../../../../../design/themes/vivashop/media/fonts/alsrubl-arial-regular.svg?1623665276#ALSRublArialRegular') format('svg');
    font-display: swap;
}

.ty-rub {
    font-family: ALSRubl-Arial,Arial,sans-serif;
    font-size: inherit;
}

.ty-flag {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: url('../../../../../../../../design/themes/vivashop/media/images/icons/flags.png?1623665276') no-repeat -25px -25px;
}

    .ty-flag.ty-flag-ad {
        background-position: 0px 0px;
    }

    .ty-flag.ty-flag-ae {
        background-position: -50px 0px;
    }

    .ty-flag.ty-flag-af {
        background-position: 0px -50px;
    }

    .ty-flag.ty-flag-ag {
        background-position: -50px -50px;
    }

    .ty-flag.ty-flag-ai {
        background-position: -100px 0px;
    }

    .ty-flag.ty-flag-al {
        background-position: -100px -50px;
    }

    .ty-flag.ty-flag-am {
        background-position: 0px -100px;
    }

    .ty-flag.ty-flag-an {
        background-position: -50px -100px;
    }

    .ty-flag.ty-flag-ao {
        background-position: -100px -100px;
    }

    .ty-flag.ty-flag-aq {
        background-position: -150px 0px;
    }

    .ty-flag.ty-flag-ar {
        background-position: -150px -50px;
    }

    .ty-flag.ty-flag-as {
        background-position: -150px -100px;
    }

    .ty-flag.ty-flag-at {
        background-position: 0px -150px;
    }

    .ty-flag.ty-flag-au {
        background-position: -50px -150px;
    }

    .ty-flag.ty-flag-aw {
        background-position: -100px -150px;
    }

    .ty-flag.ty-flag-ax {
        background-position: -150px -150px;
    }

    .ty-flag.ty-flag-az {
        background-position: -200px 0px;
    }

    .ty-flag.ty-flag-ba {
        background-position: -200px -50px;
    }

    .ty-flag.ty-flag-bb {
        background-position: -200px -100px;
    }

    .ty-flag.ty-flag-bd {
        background-position: -200px -150px;
    }

    .ty-flag.ty-flag-be {
        background-position: 0px -200px;
    }

    .ty-flag.ty-flag-bf {
        background-position: -50px -200px;
    }

    .ty-flag.ty-flag-bg {
        background-position: -100px -200px;
    }

    .ty-flag.ty-flag-bh {
        background-position: -150px -200px;
    }

    .ty-flag.ty-flag-bi {
        background-position: -200px -200px;
    }

    .ty-flag.ty-flag-bj {
        background-position: -250px 0px;
    }

    .ty-flag.ty-flag-bl {
        background-position: -250px -50px;
    }

    .ty-flag.ty-flag-bm {
        background-position: -250px -100px;
    }

    .ty-flag.ty-flag-bn {
        background-position: -250px -150px;
    }

    .ty-flag.ty-flag-bo {
        background-position: -250px -200px;
    }

    .ty-flag.ty-flag-br {
        background-position: 0px -250px;
    }

    .ty-flag.ty-flag-bs {
        background-position: -50px -250px;
    }

    .ty-flag.ty-flag-bt {
        background-position: -100px -250px;
    }

    .ty-flag.ty-flag-bw {
        background-position: -150px -250px;
    }

    .ty-flag.ty-flag-by {
        background-position: -200px -250px;
    }

    .ty-flag.ty-flag-bz {
        background-position: -250px -250px;
    }

    .ty-flag.ty-flag-ca {
        background-position: -300px 0px;
    }

    .ty-flag.ty-flag-cc {
        background-position: -300px -50px;
    }

    .ty-flag.ty-flag-cd {
        background-position: -300px -100px;
    }

    .ty-flag.ty-flag-cf {
        background-position: -300px -150px;
    }

    .ty-flag.ty-flag-cg {
        background-position: -300px -200px;
    }

    .ty-flag.ty-flag-ch {
        background-position: -300px -250px;
    }

    .ty-flag.ty-flag-ci {
        background-position: 0px -300px;
    }

    .ty-flag.ty-flag-ck {
        background-position: -50px -300px;
    }

    .ty-flag.ty-flag-cl {
        background-position: -100px -300px;
    }

    .ty-flag.ty-flag-cm {
        background-position: -150px -300px;
    }

    .ty-flag.ty-flag-cn {
        background-position: -200px -300px;
    }

    .ty-flag.ty-flag-co {
        background-position: -250px -300px;
    }

    .ty-flag.ty-flag-cr {
        background-position: -300px -300px;
    }

    .ty-flag.ty-flag-cu {
        background-position: -350px 0px;
    }

    .ty-flag.ty-flag-cv {
        background-position: -350px -50px;
    }

    .ty-flag.ty-flag-cx {
        background-position: -350px -100px;
    }

    .ty-flag.ty-flag-cy {
        background-position: -350px -150px;
    }

    .ty-flag.ty-flag-cz {
        background-position: -350px -200px;
    }

    .ty-flag.ty-flag-de {
        background-position: -350px -250px;
    }

    .ty-flag.ty-flag-dj {
        background-position: -350px -300px;
    }

    .ty-flag.ty-flag-dk, .ty-flag.ty-flag-da {
        background-position: 0px -350px;
    }

    .ty-flag.ty-flag-dm {
        background-position: -50px -350px;
    }

    .ty-flag.ty-flag-do {
        background-position: -100px -350px;
    }

    .ty-flag.ty-flag-dz {
        background-position: -150px -350px;
    }

    .ty-flag.ty-flag-ec {
        background-position: -200px -350px;
    }

    .ty-flag.ty-flag-ee {
        background-position: -250px -350px;
    }

    .ty-flag.ty-flag-eg {
        background-position: -300px -350px;
    }

    .ty-flag.ty-flag-eh {
        background-position: -350px -350px;
    }

    .ty-flag.ty-flag-er {
        background-position: -400px 0px;
    }

    .ty-flag.ty-flag-es {
        background-position: -400px -50px;
    }

    .ty-flag.ty-flag-et {
        background-position: -400px -100px;
    }

    .ty-flag.ty-flag-eu {
        background-position: -400px -150px;
    }

    .ty-flag.ty-flag-fi {
        background-position: -400px -200px;
    }

    .ty-flag.ty-flag-fj {
        background-position: -400px -250px;
    }

    .ty-flag.ty-flag-fk {
        background-position: -400px -300px;
    }

    .ty-flag.ty-flag-fm {
        background-position: -400px -350px;
    }

    .ty-flag.ty-flag-fo {
        background-position: 0px -400px;
    }

    .ty-flag.ty-flag-fr {
        background-position: -50px -400px;
    }

    .ty-flag.ty-flag-ga {
        background-position: -100px -400px;
    }

    .ty-flag.ty-flag-gb, .ty-flag.ty-flag-en {
        background-position: -150px -400px;
    }

    .ty-flag.ty-flag-gd {
        background-position: -200px -400px;
    }

    .ty-flag.ty-flag-ge {
        background-position: -250px -400px;
    }

    .ty-flag.ty-flag-gg {
        background-position: -300px -400px;
    }

    .ty-flag.ty-flag-gh {
        background-position: -350px -400px;
    }

    .ty-flag.ty-flag-gi {
        background-position: -400px -400px;
    }

    .ty-flag.ty-flag-gl {
        background-position: -450px 0px;
    }

    .ty-flag.ty-flag-gm {
        background-position: -450px -50px;
    }

    .ty-flag.ty-flag-gn {
        background-position: -450px -100px;
    }

    .ty-flag.ty-flag-gq {
        background-position: -450px -150px;
    }

    .ty-flag.ty-flag-gr, .ty-flag.ty-flag-el {
        background-position: -450px -200px;
    }

    .ty-flag.ty-flag-gs {
        background-position: -450px -250px;
    }

    .ty-flag.ty-flag-gt {
        background-position: -450px -300px;
    }

    .ty-flag.ty-flag-gu {
        background-position: -450px -350px;
    }

    .ty-flag.ty-flag-gw {
        background-position: -450px -400px;
    }

    .ty-flag.ty-flag-gy {
        background-position: 0px -450px;
    }

    .ty-flag.ty-flag-hk {
        background-position: -50px -450px;
    }

    .ty-flag.ty-flag-hn {
        background-position: -100px -450px;
    }

    .ty-flag.ty-flag-hr {
        background-position: -150px -450px;
    }

    .ty-flag.ty-flag-ht {
        background-position: -200px -450px;
    }

    .ty-flag.ty-flag-hu {
        background-position: -250px -450px;
    }

    .ty-flag.ty-flag-id {
        background-position: -300px -450px;
    }

    .ty-flag.ty-flag-ie {
        background-position: -350px -450px;
    }

    .ty-flag.ty-flag-il {
        background-position: -400px -450px;
    }

    .ty-flag.ty-flag-im {
        background-position: -450px -450px;
    }

    .ty-flag.ty-flag-in {
        background-position: -500px 0px;
    }

    .ty-flag.ty-flag-iq {
        background-position: -500px -50px;
    }

    .ty-flag.ty-flag-ir {
        background-position: -500px -100px;
    }

    .ty-flag.ty-flag-is {
        background-position: -500px -150px;
    }

    .ty-flag.ty-flag-it {
        background-position: -500px -200px;
    }

    .ty-flag.ty-flag-je {
        background-position: -500px -250px;
    }

    .ty-flag.ty-flag-jm {
        background-position: -500px -300px;
    }

    .ty-flag.ty-flag-jo {
        background-position: -500px -350px;
    }

    .ty-flag.ty-flag-jp {
        background-position: -500px -400px;
    }

    .ty-flag.ty-flag-ke {
        background-position: -500px -450px;
    }

    .ty-flag.ty-flag-kg {
        background-position: 0px -500px;
    }

    .ty-flag.ty-flag-kh {
        background-position: -50px -500px;
    }

    .ty-flag.ty-flag-ki {
        background-position: -100px -500px;
    }

    .ty-flag.ty-flag-km {
        background-position: -150px -500px;
    }

    .ty-flag.ty-flag-kn {
        background-position: -200px -500px;
    }

    .ty-flag.ty-flag-kp {
        background-position: -250px -500px;
    }

    .ty-flag.ty-flag-kr {
        background-position: -300px -500px;
    }

    .ty-flag.ty-flag-kv {
        background-position: -350px -500px;
    }

    .ty-flag.ty-flag-kw {
        background-position: -400px -500px;
    }

    .ty-flag.ty-flag-ky {
        background-position: -450px -500px;
    }

    .ty-flag.ty-flag-kz {
        background-position: -500px -500px;
    }

    .ty-flag.ty-flag-la {
        background-position: -550px 0px;
    }

    .ty-flag.ty-flag-lb {
        background-position: -550px -50px;
    }

    .ty-flag.ty-flag-lc {
        background-position: -550px -100px;
    }

    .ty-flag.ty-flag-li {
        background-position: -550px -150px;
    }

    .ty-flag.ty-flag-lk {
        background-position: -550px -200px;
    }

    .ty-flag.ty-flag-lr {
        background-position: -550px -250px;
    }

    .ty-flag.ty-flag-ls {
        background-position: -550px -300px;
    }

    .ty-flag.ty-flag-lt {
        background-position: -550px -350px;
    }

    .ty-flag.ty-flag-lu {
        background-position: -550px -400px;
    }

    .ty-flag.ty-flag-lv {
        background-position: -550px -450px;
    }

    .ty-flag.ty-flag-ly {
        background-position: -550px -500px;
    }

    .ty-flag.ty-flag-ma {
        background-position: 0px -550px;
    }

    .ty-flag.ty-flag-mc {
        background-position: -50px -550px;
    }

    .ty-flag.ty-flag-md {
        background-position: -100px -550px;
    }

    .ty-flag.ty-flag-me {
        background-position: -150px -550px;
    }

    .ty-flag.ty-flag-mg {
        background-position: -200px -550px;
    }

    .ty-flag.ty-flag-mh {
        background-position: -250px -550px;
    }

    .ty-flag.ty-flag-mk {
        background-position: -300px -550px;
    }

    .ty-flag.ty-flag-ml {
        background-position: -350px -550px;
    }

    .ty-flag.ty-flag-mm {
        background-position: -400px -550px;
    }

    .ty-flag.ty-flag-mn {
        background-position: -450px -550px;
    }

    .ty-flag.ty-flag-mo {
        background-position: -500px -550px;
    }

    .ty-flag.ty-flag-mp {
        background-position: -550px -550px;
    }

    .ty-flag.ty-flag-mr {
        background-position: -600px 0px;
    }

    .ty-flag.ty-flag-ms {
        background-position: -600px -50px;
    }

    .ty-flag.ty-flag-mt {
        background-position: -600px -100px;
    }

    .ty-flag.ty-flag-mu {
        background-position: -600px -150px;
    }

    .ty-flag.ty-flag-mv {
        background-position: -600px -200px;
    }

    .ty-flag.ty-flag-mw {
        background-position: -600px -250px;
    }

    .ty-flag.ty-flag-mx {
        background-position: -600px -300px;
    }

    .ty-flag.ty-flag-my {
        background-position: -600px -350px;
    }

    .ty-flag.ty-flag-mz {
        background-position: -600px -400px;
    }

    .ty-flag.ty-flag-na {
        background-position: -600px -450px;
    }

    .ty-flag.ty-flag-nc {
        background-position: -600px -500px;
    }

    .ty-flag.ty-flag-ne {
        background-position: -600px -550px;
    }

    .ty-flag.ty-flag-nf {
        background-position: 0px -600px;
    }

    .ty-flag.ty-flag-ng {
        background-position: -50px -600px;
    }

    .ty-flag.ty-flag-ni {
        background-position: -100px -600px;
    }

    .ty-flag.ty-flag-nl {
        background-position: -150px -600px;
    }

    .ty-flag.ty-flag-no {
        background-position: -200px -600px;
    }

    .ty-flag.ty-flag-np {
        background-position: -250px -600px;
    }

    .ty-flag.ty-flag-nr {
        background-position: -300px -600px;
    }

    .ty-flag.ty-flag-nu {
        background-position: -350px -600px;
    }

    .ty-flag.ty-flag-nz {
        background-position: -400px -600px;
    }

    .ty-flag.ty-flag-om {
        background-position: -450px -600px;
    }

    .ty-flag.ty-flag-pa {
        background-position: -500px -600px;
    }

    .ty-flag.ty-flag-pe {
        background-position: -550px -600px;
    }

    .ty-flag.ty-flag-pg {
        background-position: -600px -600px;
    }

    .ty-flag.ty-flag-ph {
        background-position: -650px 0px;
    }

    .ty-flag.ty-flag-pk {
        background-position: -650px -50px;
    }

    .ty-flag.ty-flag-pl {
        background-position: -650px -100px;
    }

    .ty-flag.ty-flag-pn {
        background-position: -650px -150px;
    }

    .ty-flag.ty-flag-pr {
        background-position: -650px -200px;
    }

    .ty-flag.ty-flag-ps {
        background-position: -650px -250px;
    }

    .ty-flag.ty-flag-pt {
        background-position: -650px -300px;
    }

    .ty-flag.ty-flag-pw {
        background-position: -650px -350px;
    }

    .ty-flag.ty-flag-py {
        background-position: -650px -400px;
    }

    .ty-flag.ty-flag-qa {
        background-position: -650px -450px;
    }

    .ty-flag.ty-flag-ro {
        background-position: -650px -500px;
    }

    .ty-flag.ty-flag-rs {
        background-position: -650px -550px;
    }

    .ty-flag.ty-flag-ru {
        background-position: -650px -600px;
    }

    .ty-flag.ty-flag-rw {
        background-position: 0px -650px;
    }

    .ty-flag.ty-flag-sa {
        background-position: -50px -650px;
    }

    .ty-flag.ty-flag-sb {
        background-position: -100px -650px;
    }

    .ty-flag.ty-flag-sc {
        background-position: -150px -650px;
    }

    .ty-flag.ty-flag-sd {
        background-position: -200px -650px;
    }

    .ty-flag.ty-flag-se {
        background-position: -250px -650px;
    }

    .ty-flag.ty-flag-sg {
        background-position: -300px -650px;
    }

    .ty-flag.ty-flag-sh {
        background-position: -350px -650px;
    }

    .ty-flag.ty-flag-si {
        background-position: -400px -650px;
    }

    .ty-flag.ty-flag-sk {
        background-position: -450px -650px;
    }

    .ty-flag.ty-flag-sl {
        background-position: -500px -650px;
    }

    .ty-flag.ty-flag-sm {
        background-position: -550px -650px;
    }

    .ty-flag.ty-flag-sn {
        background-position: -600px -650px;
    }

    .ty-flag.ty-flag-so {
        background-position: -650px -650px;
    }

    .ty-flag.ty-flag-sr {
        background-position: -700px 0px;
    }

    .ty-flag.ty-flag-ss {
        background-position: -700px -50px;
    }

    .ty-flag.ty-flag-st {
        background-position: -700px -100px;
    }

    .ty-flag.ty-flag-sv {
        background-position: -700px -150px;
    }

    .ty-flag.ty-flag-sy {
        background-position: -700px -200px;
    }

    .ty-flag.ty-flag-sz {
        background-position: -700px -250px;
    }

    .ty-flag.ty-flag-tc {
        background-position: -700px -300px;
    }

    .ty-flag.ty-flag-td {
        background-position: -700px -350px;
    }

    .ty-flag.ty-flag-tg {
        background-position: -700px -400px;
    }

    .ty-flag.ty-flag-th {
        background-position: -700px -450px;
    }

    .ty-flag.ty-flag-tj {
        background-position: -700px -500px;
    }

    .ty-flag.ty-flag-tm {
        background-position: -700px -550px;
    }

    .ty-flag.ty-flag-tn {
        background-position: -700px -600px;
    }

    .ty-flag.ty-flag-to {
        background-position: -700px -650px;
    }

    .ty-flag.ty-flag-tp {
        background-position: 0px -700px;
    }

    .ty-flag.ty-flag-tr {
        background-position: -50px -700px;
    }

    .ty-flag.ty-flag-tt {
        background-position: -100px -700px;
    }

    .ty-flag.ty-flag-tv {
        background-position: -150px -700px;
    }

    .ty-flag.ty-flag-tw {
        background-position: -200px -700px;
    }

    .ty-flag.ty-flag-tz {
        background-position: -250px -700px;
    }

    .ty-flag.ty-flag-ua {
        background-position: -300px -700px;
    }

    .ty-flag.ty-flag-ug {
        background-position: -350px -700px;
    }

    .ty-flag.ty-flag-us {
        background-position: -400px -700px;
    }

    .ty-flag.ty-flag-uy {
        background-position: -450px -700px;
    }

    .ty-flag.ty-flag-uz {
        background-position: -500px -700px;
    }

    .ty-flag.ty-flag-va {
        background-position: -550px -700px;
    }

    .ty-flag.ty-flag-vc {
        background-position: -600px -700px;
    }

    .ty-flag.ty-flag-ve {
        background-position: -650px -700px;
    }

    .ty-flag.ty-flag-vg {
        background-position: -700px -700px;
    }

    .ty-flag.ty-flag-vi {
        background-position: -750px 0px;
    }

    .ty-flag.ty-flag-vn {
        background-position: -750px -50px;
    }

    .ty-flag.ty-flag-vu {
        background-position: -750px -100px;
    }

    .ty-flag.ty-flag-ws {
        background-position: -750px -150px;
    }

    .ty-flag.ty-flag-ye {
        background-position: -750px -200px;
    }

    .ty-flag.ty-flag-yt {
        background-position: -750px -250px;
    }

    .ty-flag.ty-flag-za {
        background-position: -750px -300px;
    }

    .ty-flag.ty-flag-zh {
        background-position: -200px -300px;
    }

    .ty-flag.ty-flag-zm {
        background-position: -750px -350px;
    }

    .ty-flag.ty-flag-zw {
        background-position: -750px -400px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
    .ty-flag {
        background-image: url('../../../../../../../../design/themes/vivashop/media/images/icons/flags@2x.png?1623665276');
        background-size: 800px 800px;
    }
}

@media print {
    body {
        background: #fff;
        min-width: 0;
    }

    #ci_header, #ci_footer {
        display: none;
    }

    .product-main-info h1.ty-mainbox-title, .in-stock, .ty-mainbox-title span {
        color: #333;
    }

    .ty-footer-menu div, .ty-payment-icons, .qty, .sidebox-wrapper, .ty-sort-container {
        display: none;
    }

    .central-column, .container-left .central-column {
        margin: 0;
        overflow: visible;
    }

    .ty-helper-container {
        width: 700px;
    }

    .container {
        width: auto;
        border: 0;
    }
}

.cm-dialog-opener {
    -webkit-touch-callout: none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

body, p, div, li {
    color: #545453;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 6px 0;
}

a {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    color: #545453;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

    a:hover {
        color: #3a3a3a;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol {
    padding: 0 0 0 15px;
}

li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}

hr {
    border: 0;
    border-bottom: 1px solid #fff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    color: #545453;
}

h1, h2 {
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    font-family: Arial,sans-serif;
}

.ty-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0,0,0,0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

    .ty-btn + .ty-btn {
        margin-left: 10px;
    }

    .ty-btn i {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

    .ty-btn.ty-btn-icon i {
        margin-left: 3px;
        margin-right: 3px;
    }

    .ty-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.ty-btn__big {
    padding: 6px 17px;
    text-transform: uppercase;
}

.ty-btn__text, .ty-btn__text:hover {
    padding: 0;
    background: none !important;
    color: #545453;
}

.ty-btn__primary {
    background: #ff9200;
    color: #fff;
}

    .ty-btn__primary:hover {
        background: #ff9f1f;
        color: #fff;
    }

    .ty-btn__primary.ty-btn__text {
        color: #ff9200;
    }

.ty-btn__secondary {
    background: #539802;
    color: #fff;
}

    .ty-btn__secondary:hover {
        background: #6eca03;
        color: #fff;
    }

.ty-btn__tertiary {
    background: #3d7000;
    color: #fff;
}

    .ty-btn__tertiary:hover {
        background: #59a300;
        color: #fff;
    }

.buttons-container .buttons-container {
    margin-top: 0;
}

.ty-btn-go {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    min-width: 32px;
    height: 30px;
    border: 0px;
    border-left: 1px solid #cdcdcd;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.ty-btn-go__icon {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #808080;
}

.ty-float-left {
    float: left;
}

.ty-float-right {
    float: right;
}

.ty-clear-both {
    clear: both;
}

.ty-valign {
    vertical-align: middle;
}

.ty-valign-top {
    vertical-align: top;
}

.ty-valign-bottom {
    vertical-align: bottom;
}

.hidden {
    display: none;
    visibility: visible;
}

.ty-strong {
    font-weight: bold;
}

.ty-italic {
    font-style: italic;
}

.ty-lowercase {
    text-transform: lowercase;
}

.ty-uppercase {
    text-transform: uppercase;
}

.ty-left {
    text-align: left;
}

.ty-right {
    text-align: right;
}

.ty-center {
    text-align: center;
}

.ty-justify {
    text-align: justify;
}

.ty-strike {
    text-decoration: line-through;
}

.ty-center-block {
    margin: 0 auto;
}

.ty-inline {
    display: inline;
}

.ty-block {
    display: block;
}

.ty-inline-block {
    display: inline-block;
}

.ty-scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    width: 100%;
    height: 100%;
}

.ty-hand {
    cursor: pointer;
}

.ty-nowrap {
    white-space: nowrap;
}

.ty-overflow-hidden {
    overflow: hidden;
}

.ty-width-full {
    width: 100%;
}

.ty-p-none {
    padding: 0 !important;
}

.ty-m-none {
    margin: 0 !important;
}

.ty-mb-l {
    margin-bottom: 30px;
}

.ty-mt-l {
    margin-top: 30px;
}

.ty-mb-m {
    margin-bottom: 20px;
}

.ty-mt-m {
    margin-top: 20px;
}

.ty-mtb-s {
    margin: 10px 0;
}

.ty-mtb-xs {
    margin: 5px 0;
}

.ty-ml-s {
    margin-left: 10px;
}

.ty-mt-s {
    margin-top: 10px;
}

.ty-mt-m {
    margin-top: 20px;
}

.ty-mb-s {
    margin-bottom: 10px;
}

.ty-position-relative {
    position: relative;
}

.cm-opacity {
    opacity: 0.3;
}

.cm-hint {
    color: #949493;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {
    padding: 4px 8px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"] {
    height: 32px;
    -webkit-appearance: none;
    border-radius: 0;
}

select[multiple="multiple"] {
    min-height: 80px;
}

.radio, .checkbox, input[type="radio"], input[type="checkbox"] {
    margin: -4px 6px 0 0;
    padding: 0;
    vertical-align: middle;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
    outline: 0;
    border-color: #545453;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}

.radio.ty-checkbox__input, .checkbox.ty-checkbox__input, input[type="radio"].ty-checkbox__input, input[type="checkbox"].ty-checkbox__input {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: polygon(0px 0px,0px 0px,0px 0px);
    clip-path: polygon(0px 0px,0px 0px,0px 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.ty-checkbox__input + .ty-checkbox__label {
    display: inline-flex;
    position: relative;
    min-height: 19px;
    min-width: 28px;
    padding-top: 4px;
    padding-bottom: 5px;
}

    .ty-checkbox__input + .ty-checkbox__label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        color: #949493;
        -webkit-transition: border 0.2s linear 0s;
        -moz-transition: border 0.2s linear 0s;
        -o-transition: border 0.2s linear 0s;
        transition: border 0.2s linear 0s;
    }

    .ty-checkbox__input + .ty-checkbox__label:after {
        content: "\e008";
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        top: 0;
        left: 0;
        opacity: 0;
        font-family: glyphs;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
    }

    .ty-checkbox__input + .ty-checkbox__label:not(:empty):not(.ty-checkbox__input + .ty-checkbox__label--sr-only) {
        padding-left: 38px;
    }

.ty-checkbox__input + .ty-checkbox__label--sr-only {
    height: 19px;
    overflow: hidden;
    position: absolute;
    width: 28px;
    white-space: nowrap;
}

.ty-checkbox__input:focus + label {
    border-color: #545453;
    outline: 5px auto #0096ff;
    outline: 5px auto -webkit-focus-ring-color;
}

.ty-checkbox__input:checked + .ty-checkbox__label:after {
    opacity: 1;
}

select {
    padding: 4px 3px 3px;
    min-width: 4em;
    max-width: 100%;
    height: 2.2em;
    line-height: 2.2em;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ty-control-group {
    margin: 0 0 12px 0;
    vertical-align: middle;
}

    .ty-control-group:before, .ty-control-group:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-control-group:after {
        clear: both;
    }

.ty-control-group__label {
    float: left;
    padding: 6px 0;
    margin-right: 10px;
    width: 110px;
    color: #3a3a3a;
}

.ty-control-group__title {
    display: block;
    padding: 6px 0;
    font-weight: bold;
}

.ty-control-group__price {
    width: 115px;
}

.ty-control-group__item {
    display: inline-block;
    padding: 6px 0;
    vertical-align: middle;
    word-break: break-all;
    word-break: break-word;
}

    .ty-control-group__item.ty-company-name {
        margin-right: 25px;
    }

.ty-control-group label.hidden {
    display: none;
}

.ty-input-append {
    position: relative;
    margin: 10px 0 0 0;
}

    .ty-input-append .ty-input-text {
        width: 100%;
        padding-right: 35px;
    }

.ty-select-field {
    padding: 3px 0;
}

.ty-select-field__label {
    display: block;
    padding: 3px 0;
    margin-right: 10px;
    font-size: 90%;
}

.ty-select-field__checkbox {
    vertical-align: middle;
}

label.cm-failed-label {
    color: #bf4d4d;
}

label.cm-required:after {
    padding-left: 3px;
    color: #ea7162;
    content: "*";
    font-size: 13px;
    line-height: 1px;
}

input[type="text"].cm-failed-field, input[type="password"].cm-failed-field, input[type="email"].cm-failed-field, input[type="tel"].cm-failed-field, input[type="number"].cm-failed-field, textarea.cm-failed-field, .cm-field-container.cm-failed-field input[type="text"], .cm-field-container.cm-failed-field input[type="password"], .cm-field-container.cm-failed-field input[type="email"], .cm-field-container.cm-failed-field input[type="tel"], .cm-field-container.cm-failed-field input[type="number"] {
    border: 1px solid #bf4d4d;
    background: #fff;
}

.ty-error-text {
    color: #b94a48;
}

.disabled, select.disabled {
    background: #e3e3e3;
}

.ty-input-text {
    width: auto;
}

.ty-input-text-medium {
    width: 300px;
}

.ty-input-text-large {
    width: 550px;
}

.ty-input-text-short {
    width: 50px;
}

.ty-input-text-full {
    width: 100%;
}

.ty-input-textarea {
    resize: vertical;
}

.ty-table {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #fff;
    border-width: 1px 0px 1px 1px;
    border-bottom: none;
}

    .ty-table th {
        padding: 12px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: #fff;
        text-align: left;
        text-transform: none;
        white-space: nowrap;
        font-weight: bold;
        line-height: normal;
    }

        .ty-table th i {
            margin-left: 5px;
            position: relative;
            top: 3px;
            font-size: 16px;
            color: #bdc3c7;
        }

    .ty-table tr, .table .table tr {
        background-color: #fff;
    }

    .ty-table table tr {
        background-color: transparent;
    }

    .ty-table td, .ty-table .table td {
        padding: 13px;
        border-right: 1px solid #ecf0f1;
        border-bottom: 1px solid #ecf0f1;
    }

    .ty-table tbody tr:nth-child(2n) {
        background: #fff;
    }

    .ty-table th, .ty-table th a {
        color: #404040;
        font-weight: bold;
    }

.ty-table__responsive-header {
    display: none;
}

.help-inline {
    display: block;
}

    .help-inline p {
        padding: 4px 0px 0px 0px;
        color: #b94a48 !important;
    }

.ty-dir-list {
    display: inline-block;
    width: 7px;
    font-size: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.ty-extra-link {
    border-bottom: 1px dotted #4d4d4d;
    padding: 0;
    text-decoration: none;
    color: #3a3a3a;
    cursor: pointer;
}

.ty-dashed-link {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none;
}

.ty-login-form__wrong-credentials-container {
    padding: 10px 0;
    text-align: center;
}

.ty-remove {
    position: relative;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-decoration: none;
}

    .ty-remove:hover {
        text-decoration: none;
    }

.ty-remove__icon {
    vertical-align: middle;
}

.ty-remove__txt {
    padding-left: 5px;
    font-size: 12px;
    color: #ccc;
    vertical-align: middle;
}

.ty-remove:hover .ty-remove__txt, .ty-remove:hover .ty-remove__icon {
    color: #ccc;
}

.ty-delete-big, .ty-delete-icon {
    vertical-align: middle;
}

    .ty-delete-big:hover, .ty-delete-icon:hover {
        text-decoration: none;
    }

.ty-delete-big__icon {
    font-size: 19px;
    color: #ccc;
}

.ty-caret {
    position: absolute;
    top: -16px;
    left: 14px;
    float: left;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

    .ty-caret .ty-caret-outer, .ty-caret .ty-caret-inner {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        margin-left: -1px;
    }

    .ty-caret .ty-caret-outer {
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-right: 16px solid #fff;
    }

    .ty-caret .ty-caret-inner {
        top: 2px;
        left: 1px;
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-right: 14px solid #fff;
    }

.ty-caret-bottom {
    position: absolute;
    bottom: -16px;
    left: 14px;
    float: left;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

    .ty-caret-bottom .ty-caret-outer, .ty-caret-bottom .ty-caret-inner {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        margin-left: -1px;
    }

    .ty-caret-bottom .ty-caret-outer {
        width: 0;
        height: 0;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #fff;
    }

    .ty-caret-bottom .ty-caret-inner {
        top: -1px;
        left: 2px;
        width: 0;
        height: 0;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #fff;
    }

.ty-caret-info {
    position: absolute;
    top: -7px;
    left: 12px;
    float: left;
    overflow: hidden;
    width: 12px;
    height: 7px;
}

    .ty-caret-info .ty-caret-outer, .ty-caret-info .ty-caret-inner {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        margin-left: -1px;
    }

    .ty-caret-info .ty-caret-outer {
        border-right: 7px solid transparent;
        border-bottom: 7px solid #bdc3c7;
        border-left: 7px solid transparent;
    }

    .ty-caret-info .ty-caret-inner {
        top: 1px;
        left: 1px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

.ty-no-items {
    padding: 60px 20px;
    background: #f8f9f9;
    color: #bdc3c7;
    text-align: center;
    font-size: 115%;
    margin-bottom: 20px;
}

.ty-no-items--extended {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ty-icon-cancel-circle {
    font-size: 16px;
    line-height: 16px;
    color: #b3b3b3;
}

.ty-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .ty-menu:before, .ty-menu:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-menu:after {
        clear: both;
    }

.ty-menu__items {
    background: #fff;
    position: relative;
}

    .ty-menu__items:before, .ty-menu__items:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-menu__items:after {
        clear: both;
    }

.ty-menu__item {
    padding: 0px;
    display: block;
    float: left;
}

.ty-menu__item-active .ty-menu__item-link {
    background: #f2f2f2;
}

.no-touch .ty-menu__item:hover .ty-menu__submenu-items, .is-hover-menu .ty-menu__submenu-items {
    display: block;
}

.no-touch .ty-menu__item:hover .ty-menu__item-link, .is-hover-menu .ty-menu__item-link, .is-hover-menu.ty-menu__item-active .ty-menu__item-link {
    background: #f7f7f7;
    color: white;
    text-shadow: none;
}

.ty-menu__item .ty-menu__item-link {
    color: #000;
    position: relative;
    padding: 13px 20px;
    display: block;
    min-height: 46px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .ty-menu__item .ty-menu__item-link .ty-icon-down-micro {
        position: absolute;
        font-size: 20px;
        right: 12px;
        top: 13px;
    }

.ty-menu__submenu-items {
    min-width: 200px;
    display: none;
    position: absolute;
    background: white;
    z-index: 200;
    border: 1px solid #f5f5f5;
    border-top: 0;
    padding: 15px 16px;
}

    .ty-menu__submenu-items .ty-menu__submenu-item {
        margin-bottom: 10px;
    }

    .ty-menu__submenu-items .ty-menu__submenu-link {
        color: #545453;
    }

    .ty-menu__submenu-items .ty-top-mine__submenu-col {
        margin: 0px 10px 0px 0px;
        display: inline-block;
        vertical-align: top;
        min-width: 139px;
    }

        .ty-menu__submenu-items .ty-top-mine__submenu-col:last-child {
            margin-right: 1px;
        }

.ty-menu__submenu-item-header {
    min-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e5e5e5;
}

    .ty-menu__submenu-item-header .ty-menu__submenu-link {
        font-weight: bold;
        color: #545453;
    }

.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
    color: #fff;
    background: #545453;
    padding: 2px 6px;
}

.ty-menu__submenu-dropdown-bottom {
    display: block;
    background: #ecf0f1;
    margin: 0px -16px -15px;
    padding: 10px;
    text-align: right;
}

.ty-menu-vertical .ty-menu__items {
    border-bottom: 1px solid #34495e;
    z-index: 30;
}

.ty-menu-vertical .ty-menu__item {
    float: none;
    position: relative;
}

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu {
        display: none;
        right: 0;
        left: auto;
        top: 0;
        position: absolute;
        z-index: 6;
    }

.ty-menu-vertical .ty-menu__submenu-items {
    padding: 0;
    border: 1px solid #f5f5f5;
}

.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link, .ty-menu-vertical .ty-menu__submenu .is-hover-menu > .ty-menu__submenu-item-header .ty-menu__item-link {
    background: #545453;
    color: #000;
}

.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover i, .ty-menu-vertical .ty-menu__submenu .is-hover-menu i {
    color: #fff;
}

.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
    color: #545453;
    background: white;
    padding: 14px 20px;
}

.no-touch .ty-menu-vertical .ty-menu__item:hover > .ty-menu__submenu, .ty-menu-vertical .is-hover-menu > .ty-menu__submenu {
    display: block;
}

.no-touch .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover > .ty-menu__item-link {
    background: #545453;
    color: white;
}

.ty-menu-vertical .ty-menu__item .ty-icon-left-open {
    display: none;
}

.ty-menu__item-arrow i {
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 17px;
    color: #a1a6aa;
}

.ty-menu-vertical .ty-menu__submenu-item-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.ty-menu-vertical .ty-menu__items.rtl {
    text-align: right;
}

    .ty-menu-vertical .ty-menu__items.rtl .ty-icon-right-open {
        display: none;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-icon-left-open {
        left: 15px;
        right: auto;
        display: block;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu {
        width: 202px;
        right: 100%;
        left: auto;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items {
        width: 200px;
    }

.ty-menu__submenu {
    left: 0;
}

.ty-menu__submenu-reverse-direction {
    right: 0px;
}

    .ty-menu__submenu-reverse-direction .ty-menu__submenu-items {
        right: 0px;
    }

.ty-menu__submenu-to-right {
    right: 0px;
}

    .ty-menu__submenu-to-right .ty-menu__submenu-items {
        right: 0px;
    }

.ty-menu-item__sale .ty-menu__item-link, .no-touch .ty-menu-item__sale .ty-menu__item-link:hover, .ty-menu-item__promotions .ty-menu__item-link, .no-touch .ty-menu-item__promotions .ty-menu__item-link:hover {
    color: yellow;
}

html.dialog-is-open {
    overflow: hidden;
}

    html.dialog-is-open body {
        overflow: scroll;
    }

.ui-widget, .ui-widget button {
    font-family: 'Open Sans','Helvetica Neue',-apple-system,sans-serif;
}

.object-container {
    padding: 10px 20px 0px 20px;
    background: #fff;
    overflow: auto;
}

.notification-container-dialog {
    top: 11px;
    right: 20px;
    min-width: 260px;
    max-width: calc(100% - 40px);
    position: absolute;
    z-index: 1510;
}

.ui-widget select, .ui-widget textarea {
    font-weight: normal;
}

.ui-dialog-content {
    overflow: visible;
    display: block !important;
}

.ui-widget-content.ui-dialog {
    margin-top: -1px;
    padding: 0;
    border: none;
    max-width: 930px;
}

.object-container .ty-control-group__label {
    float: none;
    width: auto;
    display: inline-block;
    min-width: 120px;
    vertical-align: top;
}

.ui-dialog .ui-dialog-content {
    overflow: visible;
    padding: 0;
    min-height: 120px !important;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-widget-content.ui-dialog {
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 13px 20px 10px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-dialog .ui-resizable-se {
    right: 1px;
    bottom: 1px;
}

.ui-widget-overlay {
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url('../../../../../../../../design/themes/vivashop/media/images/picker_bg_outside.png?1623665276') repeat-x 0 -100% scroll #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div.ui-dialog .ui-dialog-title {
    width: auto;
    margin: 0;
    color: #2c3e50;
    font-weight: normal;
    font-size: 18px;
    padding-right: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 27px;
    right: 13px;
    padding: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: url('../../../../../../../../design/themes/vivashop/media/images/icons/openhand.cur?1623665276'), move;
}

.ui-dialog .buttons-container {
    margin: 0px -20px;
}

    .ui-dialog .buttons-container.picker {
        padding: 13px 0;
        width: 100%;
        border-top: 1px solid #fff;
        background-color: #f9f9f9;
    }

.buttons-container-picker {
    padding: 0;
    width: 100%;
}

.buttons-container-picker {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
}

.ui-dialog .buttons-container.picker > div {
    margin: 0 15px;
}

.ui-widget-header .ui-icon-closethick {
    color: #e6e6e6;
    background: none;
    margin: -10px 0 0 -10px;
    text-indent: 0;
    font: 13px/1 'glyphs';
    speak: none;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}

    .ui-widget-header .ui-icon-closethick.ui-state-hover {
        opacity: 1;
    }

    .ui-widget-header .ui-icon-closethick:before {
        font-family: glyphs;
        content: "\e009";
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
    border: none;
    background: none;
}

    .ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before {
        color: #fff;
    }

.ui-widget-header .ui-state-default {
    background: none;
    border: 0;
    outline: none;
}

.ui-dialog-dragging {
    background: #f7f7e7 none;
    opacity: 0.6;
}

    .ui-dialog-dragging .ui-resizable-handle {
        display: none;
    }

    .ui-dialog-dragging .ui-dialog-content {
        visibility: hidden;
    }

.ty-wysiwyg-content h1 {
    font-size: 36px;
    font-weight: bold;
}

.ty-wysiwyg-content h2 {
    font-weight: bold;
    font-size: 30px;
}

.ty-wysiwyg-content h3 {
    font-weight: bold;
    font-size: 24px;
}

.ty-wysiwyg-content h4 {
    font-weight: bold;
    font-size: 18px;
}

.ty-wysiwyg-content h5 {
    font-weight: bold;
    font-size: 14px;
}

.ty-wysiwyg-content h6 {
    font-weight: bold;
    font-size: 12px;
}

.ty-wysiwyg-content h1, .ty-wysiwyg-content h2, .ty-wysiwyg-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ty-wysiwyg-content h4, .ty-wysiwyg-content h5, .ty-wysiwyg-content h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ty-wysiwyg-content td, .ty-wysiwyg-content th {
    padding: 5px;
}

.ty-wysiwyg-content ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
}

    .ty-wysiwyg-content ul > li {
        list-style-type: inherit;
    }

    .ty-wysiwyg-content ul.ty-select-block__list {
        padding: 0;
        margin: 0;
    }

        .ty-wysiwyg-content ul.ty-select-block__list li {
            list-style-type: none;
        }

.ty-wysiwyg-content ol {
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

    .ty-wysiwyg-content ol > li {
        list-style-type: inherit;
    }

.ty-product-block__description ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
}

    .ty-product-block__description ul > li {
        list-style-type: inherit;
    }

.ty-product-block__description ol {
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

    .ty-product-block__description ol > li {
        list-style-type: inherit;
    }

.ty-product-list__description ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
}

    .ty-product-list__description ul > li {
        list-style-type: inherit;
    }

.ty-product-list__description ol {
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

    .ty-product-list__description ol > li {
        list-style-type: inherit;
    }

.ty-wysiwyg-content iframe {
    max-width: 100%;
}

.ty-wysiwyg-content .no-border td {
    border: 0;
}

.redactor-box ol li {
    list-style-type: decimal;
}

.redactor-box ul li {
    list-style-type: disc;
}

.ty-wysiwyg-content [class*="ty-column"] {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.ty-wysiwyg-content .ty-notice {
    padding: 10px 25px;
    background: #fff;
    color: #545453;
    border-radius: 4px;
    display: inline-block;
}

.ty-wysiwyg-content .ty-image {
    padding: 10px;
    border: 4px solid #fff;
    outline: 2px solid #fff;
    box-sizing: border-box;
}

.ty-wysiwyg-content {
    word-wrap: break-word;
}

    .ty-wysiwyg-content h1.ty-main-title {
        margin-top: 10px;
        padding-bottom: 10px;
        font-size: 36px;
        text-transform: uppercase;
        line-height: 155%;
        font-weight: normal;
    }

    .ty-wysiwyg-content h1.ty-main-title2 {
        margin-top: 45px;
        font-weight: normal;
        font-size: 37px;
    }

@media (max-width: 767px) {
    .ty-wysiwyg-content h1.ty-main-title2, .ty-wysiwyg-content h1.ty-main-title {
        font-size: 24px;
    }
}

.ty-wysiwyg-content h3.ty-main-title2 {
    margin: 78px 0 32px;
    font-size: 22px;
    font-weight: normal;
}

.ty-list-container, .ty-items-container {
    margin: 20px 0;
    line-height: 140%;
}

    .ty-list-container.ty-decimal .ty-list-text, .ty-items-container.ty-decimal .ty-list-text {
        padding-left: 40px;
    }

    .ty-list-container.ty-decimal .ty-list-item, .ty-items-container.ty-decimal .ty-list-item {
        position: absolute;
        margin-top: 7px;
        margin-left: -40px;
        font-size: 60px;
        color: #0cf;
    }

    .ty-list-container .ty-column4 .ty-company__item, .ty-list-container .ty-column4 .ty-gift-certificate__item {
        padding-right: 10%;
    }

@media (max-width: 478px) {
    .ty-list-container .ty-column4 .ty-company__item, .ty-list-container .ty-column4 .ty-gift-certificate__item {
        padding-right: 0;
    }
}

.ty-list-container .ty-company__item {
    padding-right: 10%;
}

.ty-list-container .ty-list-image {
    margin: 17px 0;
    text-align: center;
}

    .ty-list-container .ty-list-image.ty-left {
        text-align: left;
    }

    .ty-list-container .ty-list-image.ty-right {
        text-align: right;
    }

.ty-list-container .ty-list-text {
    padding-top: 8px;
    font-family: Arial;
    font-size: 12px;
    line-height: 150%;
}

    .ty-list-container .ty-list-text.big {
        font-size: 16px;
    }

    .ty-list-container .ty-list-text .ty-header {
        display: block;
        font-size: 21px;
    }

        .ty-list-container .ty-list-text .ty-header .ty-big {
            font-size: 218%;
            font-weight: bold;
            line-height: normal;
        }

.ty-list-container.with-shadow .ty-list-image {
    padding: 10px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.ty-list-container.with-shadow .ty-list-text {
    padding-top: 0;
    margin-bottom: 27px;
}

.ty-list-container .ty-list-header {
    display: block;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: normal;
}

.ty-items-container .item {
    padding-right: 4%;
}

@media screen and (max-width: 480px) {
    .ty-items-container {
        text-align: center;
    }

        .ty-items-container .item {
            padding-right: 0;
        }
}

.ty-column1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column3 {
    display: inline-block;
    width: 33.333333333333%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column4 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column5 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column6 {
    display: inline-block;
    width: 16.666666666667%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column7 {
    display: inline-block;
    width: 14.285714285714%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column8 {
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column9 {
    display: inline-block;
    width: 11.111111111111%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column10 {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    margin-right: -0.25em;
}

@media (max-width: 979px) {
    .ty-column1 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: -0.25em;
    }

    .ty-column2 {
        width: 100%;
    }

    .ty-column3 {
        width: 50%;
    }

    .ty-column4 {
        width: 33.333333333333%;
    }

    .ty-column5 {
        width: 25%;
    }

    .ty-column6 {
        width: 20%;
    }

    .ty-column7 {
        width: 16.666666666667%;
    }

    .ty-column8 {
        width: 14.285714285714%;
    }

    .ty-column9 {
        width: 12.5%;
    }

    .ty-column10 {
        width: 11.111111111111%;
    }
}

@media (max-width: 767px) {
    .ty-column1 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: -0.25em;
    }

    .ty-column2 {
        width: 50%;
    }

    .ty-column3 {
        width: 50%;
    }

    .ty-column4 {
        width: 50%;
    }

    .ty-column5 {
        width: 50%;
    }

    .ty-column6 {
        width: 50%;
    }

    .ty-column7 {
        width: 50%;
    }

    .ty-column8 {
        width: 50%;
    }

    .ty-column9 {
        width: 50%;
    }

    .ty-column10 {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .ty-column1 {
        width: 100%;
    }

    .ty-column2 {
        width: 100%;
    }

    .ty-column3 {
        width: 100%;
    }

    .ty-column4 {
        width: 100%;
    }

    .ty-column5 {
        width: 100%;
    }

    .ty-column6 {
        width: 100%;
    }

    .ty-column7 {
        width: 100%;
    }

    .ty-column8 {
        width: 100%;
    }

    .ty-column9 {
        width: 100%;
    }

    .ty-column10 {
        width: 100%;
    }
}

.tygh-top-panel {
    background-color: #228B22;
    background-image: -moz-linear-gradient(top,#228B22,#228B22);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#228B22),to(#228B22));
    background-image: -webkit-linear-gradient(top,#228B22,#228B22);
    background-image: -o-linear-gradient(top,#228B22,#228B22);
    background-image: linear-gradient(to bottom,#228B22,#228B22);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6dca00', endColorstr='#ff6dca00', GradientType=0);
}

@media (max-width: 1024px) {
    .tygh-top-panel .ty-text-links-wrapper {
        border: none;
    }
}

.top-links-grid .ty-float-left, .top-links-grid .ty-float-right {
    max-width: 100%;
}

.top-links-grid .ty-text-links {
    margin-top: 6px;
}

@media (max-width: 1024px) {
    .top-links-grid {
        float: none !important;
        width: auto !important;
    }

        .top-links-grid > .ty-geo-maps__geolocation {
            float: right;
        }

        .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__opener {
            padding: 10px 11px 11px 8px;
            color: #999;
        }

            .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__opener:hover {
                background: #f5f5f5;
            }

        .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__location {
            display: none;
        }

        .top-links-grid .ty-text-links-btn.visible-phone {
            display: inherit !important;
        }
}

@media (min-width: 1025px) {
    .top-links-grid .ty-text-links_show_inline {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .top-links-grid .ty-text-links_show_inline > .ty-text-links__item {
        display: block;
    }
}

.top-menu-grid {
    padding-top: 38px;
}

.top-quick-links {
    max-width: 100%;
}

    .top-quick-links a {
        color: #fff;
    }

.our-brands-grid {
    margin-bottom: 80px;
}

.ty-order-summary {
    margin-top: 66px;
}

.tygh-header > div {
    padding-top: 39px;
}

.header-widget-grid .top-menu-grid {
    padding-top: 15px;
}

.search-widget-block-grid {
    padding: 15px 0;
}

.tygh-header > div {
    background-color: #228B22;
    background-image: -moz-linear-gradient(top,#228B22,#228B22);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#228B22),to(#228B22));
    background-image: -webkit-linear-gradient(top,#228B22,#228B22);
    background-image: -o-linear-gradient(top,#228B22,#228B22);
    background-image: linear-gradient(to bottom,#228B22,#228B22);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8fbf52', endColorstr='#ff8fbf52', GradientType=0);
}

.tygh-content > div {
    padding-bottom: 40px;
}

.tygh-content > div {
    background-color: #fff;
}

.side-grid .ty-account-info__user-arrow {
    display: none;
}

.side-grid .ty-dropdown-box__content {
    right: auto;
    left: 0;
}

.main-content-grid {
    width: 100%;
}

.footer-content-grid {
    margin: 30px 0px;
}

.ty-holiday-gift-banner {
    margin-top: -20px;
    width: 100%;
}

.top-my-account {
    margin-left: 22px;
}

.buttons-container {
    padding: 17px 20px;
    background: #fff;
}

    .buttons-container:before, .buttons-container:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .buttons-container:after {
        clear: both;
    }

.ty-mainbox-body .buttons-container {
    margin: 25px 0px;
}

.ty-mainbox-title {
    margin-bottom: 10px;
}

    .ty-mainbox-title:before, .ty-mainbox-title:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-mainbox-title:after {
        clear: both;
    }

.ty-mainbox-title__left {
    float: left;
}

.ty-mainbox-title__right {
    display: block;
    float: right;
    margin-top: 7px;
    font-weight: normal;
    font-size: 70%;
}

.ty-mainbox-title .ty-status {
    float: right;
    padding-top: 10px;
    color: #404040;
    font-style: normal;
    font-size: 14px;
}

.ty-mainbox-title .ty-date {
    font-style: normal;
    font-size: 70%;
    white-space: nowrap;
}

.ty-mainbox-container.ty-float-right, .ty-mainbox-container.ty-float-left {
    width: inherit;
}

.ty-subheaders-group {
    margin: 0 15px 21px 15px;
}

.ty-subheader {
    margin: 0;
    padding: 7px 0 10px 0;
    font-size: 18px;
    color: #34495e;
}

.ty-subheader__tooltip {
    font-size: inherit;
}

.ty-mainbox-simple-title {
    margin-bottom: 10px;
}

    .ty-mainbox-simple-title:before, .ty-mainbox-simple-title:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-mainbox-simple-title:after {
        clear: both;
    }

.ty-sidebox-important {
    margin-bottom: 15px;
}

.ty-sidebox-important__title {
    width: 100%;
}

.ty-sidebox-important__title-wrapper {
    font-size: 13px;
    font-weight: normal;
    color: #909598;
    padding: 4px 14px 8px;
    background: #ecf0f1;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.ty-sidebox-important__body {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ty-text-links {
    margin: 0 0 6px 0;
}

    .ty-text-links:first-child {
        padding-top: 0;
    }

    .ty-text-links .ty-level-0 {
        margin-left: 0px;
    }

    .ty-text-links .ty-level-1 {
        margin-left: 10px;
    }

    .ty-text-links .ty-level-2 {
        margin-left: 20px;
    }

    .ty-text-links .ty-level-3 {
        margin-left: 30px;
    }

    .ty-text-links .ty-level-4 {
        margin-left: 40px;
    }

.ty-text-links__active > .ty-text-links__a, .no-touch .ty-text-links__a:hover {
    color: #3a3a3a;
}

.ty-text-links__item {
    position: relative;
    display: block;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .ty-text-links-wrapper {
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 1024px) {
    .ty-text-links-btn {
        display: inline-block;
        padding: 9px 10px 7px 10px;
        color: #999;
        cursor: pointer;
    }
}

@media (max-width: 1024px) {
    .ty-text-links-btn.open {
        z-index: 650;
        background: #999;
        color: #fff;
    }
}

@media (max-width: 1024px) {
    .ty-text-links-btn__arrow {
        font-size: 20px;
        line-height: 0;
        position: relative;
        top: 5px;
        width: 7px;
        vertical-align: super;
    }
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline {
        position: absolute;
        min-width: 170px;
        left: 15px;
        right: 15px;
        display: none;
        background: #fff;
        border: 1px solid #a8a8a8;
        padding: 7px 14px;
        z-index: 5;
        margin: 0;
    }
}

.ty-text-links_show_inline .ty-level-0 > .ty-text-links {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #fff;
    border: 1px solid #a8a8a8;
    z-index: 10;
    padding: 5px;
    margin: 0;
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-level-0 > .ty-text-links {
        display: block;
        background: none;
        border: 0 none;
        padding: 0;
        position: relative;
    }
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-text-links__item {
        margin-right: 0;
        display: block;
    }
}

.ty-text-links_show_inline .ty-text-links__item:before {
    content: none;
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-text-links__item .ty-text-links__a {
        display: block;
    }
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-text-links {
        margin: 0;
    }
}

.ty-text-links_show_inline > .ty-text-links__item {
    display: inline-block;
}

.no-touch .ty-text-links_show_inline .ty-level-0:hover .ty-text-links {
    display: block;
}

.ty-text-links_show_inline .ty-level-0.is-hover-link > .ty-text-links {
    display: block;
}

.ty-dropdown-box .ty-text-links__item {
    margin: 0;
    padding: 7px 14px;
}

.ui-datepicker {
    width: unset !important;
    min-width: 17em !important;
}

.ty-accordion {
    margin-top: 20px;
}

    .ty-accordion .ui-accordion-header-icon {
        position: absolute;
        top: 5px;
        right: 10px;
        background: none;
        text-indent: 0;
        overflow: visible;
    }

        .ty-accordion .ui-accordion-header-icon:before {
            font-family: glyphs;
            font-size: 25px;
            content: "\e019";
            speak: none;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .ty-accordion .ui-accordion-header {
        position: relative;
        color: #7c7e80;
        margin-top: 5px;
        padding: 8px 12px;
        border: 0px;
        border-radius: 0px;
        background: #e5ebec;
        background-image: none;
        font-family: Arial,sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .ty-accordion .ui-accordion-header.ui-state-active {
            background: #bdc3c7;
            color: white;
        }

            .ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
                content: "\e01c";
            }

    .ty-accordion .ui-accordion-content {
        border: 0;
    }

.ty-logo-container {
    position: relative;
    margin-top: 2px;
}

.ty-logo-container__image {
    display: inline-block;
    text-decoration: none;
}

    .ty-logo-container__image.vertical-middle {
        visibility: hidden;
    }

.ty-grid-list__item:hover .ty-icon-left-circle, .ty-grid-list__item:hover .ty-icon-right-circle {
    visibility: visible;
}

.ty-grid-list__image {
    position: relative;
    padding: 18px 0;
    border: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
    min-height: 50px;
}

    .ty-grid-list__image .ty-no-image {
        border: 0px;
    }

.ty-grid-list__price {
    display: block;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    word-break: break-all;
}

.ty-grid-list__no-price {
    text-align: left;
    width: auto;
}

.ty-grid-list__item-name {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .ty-grid-list__item-name .product-title {
        display: block;
        color: #adadac;
        word-wrap: break-word;
    }

.ty-product-empty {
    background: #f8f9f9;
    margin: 28px 10px 0 10px;
    height: 190px;
    text-align: center;
}

.ty-product-empty__text {
    color: #cdcdcd;
    font-size: 115%;
    line-height: 190px;
}

.ty-product-list {
    padding: 35px 0;
}

.ty-product-list__image {
    position: relative;
    float: left;
    margin: 0 25px 20px 0;
    border: 1px solid #ebebeb;
}

.ty-product-list__content {
    overflow: hidden;
}

.ty-product-list__info {
    overflow-x: auto;
    overflow-y: hidden;
}

.ty-product-list__control .ty-btn {
    margin-bottom: 10px;
    margin-right: 10px;
}

    .ty-product-list__control .ty-btn.ty-btn-icon {
        margin-right: 10px;
    }

        .ty-product-list__control .ty-btn.ty-btn-icon ~ .ty-btn.ty-btn-icon {
            margin-left: 5px;
        }

.ty-product-list__control .ty-product-coming-soon {
    margin: 10px 0px;
}

.ty-product-list__item-name .product-title {
    font-size: 130%;
    word-wrap: break-word;
}

.ty-product-list__price .ty-price-num {
    font-size: 120%;
}

.ty-product-list__price {
    padding: 10px 0px;
}

.ty-product-list__description {
    line-height: 170%;
}

.ty-product-list .ty-qty-out-of-stock {
    margin-right: 20px;
    padding: 2px 0px 0px 0px;
    vertical-align: top;
}

.ty-compact-list__item {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

    .ty-compact-list__item:before, .ty-compact-list__item:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-compact-list__item:after {
        clear: both;
    }

.ty-compact-list__content:before, .ty-compact-list__content:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-compact-list__content:after {
    clear: both;
}

.ty-compact-list__item .ty-discount-label {
    top: auto;
    right: auto;
    bottom: 5px;
}

.ty-compact-list__item .ty-qty {
    margin: 0;
}

.ty-compact-list__check {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ty-compact-list__image {
    float: left;
    width: 13%;
    padding: 0px 25px;
    text-align: center;
}

    .ty-compact-list__image .ty-discount-label {
        position: static;
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

.ty-compact-list__title {
    float: left;
    width: 30%;
    margin: 0 10px 0 0;
    word-wrap: break-word;
}

.ty-compact-list__controls {
    float: right;
    position: relative;
    padding-bottom: 30px;
    width: 40%;
    text-align: right;
}

    .ty-compact-list__controls .ty-btn__add-to-cart {
        margin: 0 0 0 10px;
    }

    .ty-compact-list__controls .ty-qty-out-of-stock {
        margin-right: 0;
    }

    .ty-compact-list__controls .ty-product-coming-soon {
        width: 100%;
        right: 0px;
        padding-top: 12px;
        text-align: right;
        position: absolute;
    }

.ty-product-coming-soon {
    color: #767676;
}

.ty-compact-list__controls > div {
    display: inline-block;
    vertical-align: middle;
}

.ty-compact-list__controls .qty {
    padding-top: 0;
}

.ty-compact-list__price {
    margin-right: 10px;
}

    .ty-compact-list__price .ty-list-price {
        margin-right: 4px;
    }

.ty-compact-list__item .ty-control-group__label {
    width: auto;
}

.ty-thumbnail-list__item {
    margin-bottom: 20px;
    text-align: center;
}

.ty-thumbnail-list__img-block {
    display: inline-block;
}

.ty-thumbnail-list__name {
    padding: 6px 0;
}

.ty-thumbnail-list__butons {
    padding: 10px 0;
}

.ty-template-small__item {
    padding: 10px 0;
    border-bottom: 1px dotted #ebebeb;
}

    .ty-template-small__item:last-child {
        border: 0;
    }

.ty-template-small__item-img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

.ty-template-small__item-price {
    margin-top: 5px;
}

.ty-template-small__item-description {
    overflow: hidden;
}

.ty-scroller-list__item {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

    .ty-scroller-list__item .ty-grid-list__item {
        padding-bottom: 0;
    }

        .ty-scroller-list__item .ty-grid-list__item .ty-grid-list__control {
            display: block;
            position: static;
            padding-top: 5px;
            padding-bottom: 0;
            width: 100%;
            border-bottom: 0;
        }

.ty-scroller-list__description .product-title {
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ty-scroller-list__item:hover .ty-quick-view-button {
    visibility: visible;
    text-align: center;
}

.ty-simple-list__buttons {
    padding: 17px 20px;
}

.ty-simple-list .ty-discount-label {
    top: 1px;
    right: 1px;
}

    .ty-simple-list .ty-discount-label:before, .ty-simple-list .ty-discount-label:after {
        content: "";
        position: absolute;
    }

    .ty-simple-list .ty-discount-label:before {
        top: -1px;
        right: 0;
        bottom: 0;
        width: 1px;
        height: 150px;
        background-image: -webkit-linear-gradient(bottom,transparent,#fff);
        background-image: -moz-linear-gradient(bottom,transparent,#fff);
        background-image: -o-linear-gradient(bottom,transparent,#fff);
    }

    .ty-simple-list .ty-discount-label:after {
        top: 0;
        right: 1px;
        width: 150px;
        height: 1px;
        background-image: -webkit-linear-gradient(right,#fff,transparent);
        background-image: -moz-linear-gradient(right,#fff,transparent);
        background-image: -o-linear-gradient(right,#fff,transparent);
    }

ol.text-link-list .text-link-list__item {
    list-style: decimal;
}

.ty-profile-field {
    margin-top: 30px;
}

    .ty-profile-field .ty-input-text {
        width: 100%;
    }

.ty-profile-field__switch {
    margin: 25px 0px;
    padding: 15px 20px;
    border: 2px solid #d1d1d1;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-profile-field__switch-label {
    float: left;
}

.ty-profile-field__switch-actions {
    float: right;
}

    .ty-profile-field__switch-actions label {
        padding-right: 15px;
    }

.ty-profile-field__select-country, .ty-profile-field__select-state, .ty-profile-field__select {
    width: 100%;
}

.ty-billing-zip-code, .ty-shipping-zip-code {
    clear: both;
    width: 120px;
}

.company .buttons-container {
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin: 30px 0px 28px -21px;
    padding: 17px 20px 17px 20px;
    width: 100%;
}

.ty-billing-first-name, .ty-billing-last-name, .ty-shipping-first-name, .ty-shipping-last-name, .ty-billing-country, .ty-billing-state, .ty-shipping-country, .ty-shipping-state, .ty-first-name, .ty-last-name {
    display: inline-block;
    width: 47%;
}

    .ty-billing-first-name + .ty-billing-last-name, .ty-billing-country + .ty-billing-state, .ty-shipping-first-name + .ty-shipping-last-name, .ty-shipping-country + .ty-shipping-state, .ty-first-name + .ty-last-name {
        margin-left: 4.8%;
    }

.billing-last-name, .shipping-last-name {
    margin-right: 0;
}

.ty-company-description textarea {
    width: 100%;
}

.ty-account {
    margin-top: 30px;
}

.ty-account--nopadding {
    margin: 0;
}

.ty-account .ty-input-text {
    width: 100%;
}

.ty-account-detail {
    margin: 45px 0 0 58px;
    padding-bottom: 250px;
    background: url('../../../../../../../../design/themes/vivashop/media/images/profile_details.png?1623665276') no-repeat bottom center;
    color: #bdc3c7;
}

    .ty-account-detail h4 {
        font-size: 19px;
        padding-bottom: 10px;
    }

    .ty-account-detail ul li {
        list-style-type: disc;
        margin: 15px 0 0 17px;
    }

.ty-account-benefits {
    margin: 47px 0 0 60px;
    color: #bdc3c7;
}

    .ty-account-benefits h4 {
        padding-bottom: 22px;
        font-size: 19px;
    }

    .ty-account-benefits ul li {
        list-style-type: disc;
        margin-bottom: 11px;
        margin-left: 17px;
    }

.ty-languages {
    margin: 0 15px 0 0;
}

.ty-languages__item {
    float: left;
    display: inline-block;
    padding: 8px 6px;
}

.ty-languages__icon-link .ty-flag {
    margin-right: 0;
}

.ty-languages__active {
    background: #dfe4e4;
    color: black;
}

.ty-currencies__txt {
    float: left;
    padding: 8px 5px 8px 0;
}

.ty-currencies__item {
    float: left;
    padding: 8px 13px;
    color: #fff;
}

    .ty-currencies__item:hover {
        background: #f5f5f5;
        color: #e6e6e6;
    }

.ty-currencies__active {
    background: #f5f5f5;
    color: #e6e6e6;
}

.ty-sidebox {
    margin-bottom: 44px;
    word-wrap: break-word;
    background: #f6f7f7;
}

.ty-sidebox__title {
    position: relative;
    padding: 0px 30px 9px 0px;
    border-bottom: 1px solid #fff;
}

.touch .ty-sidebox__title {
    cursor: pointer;
}

.ty-sidebox__title-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    float: left;
    width: 35px;
    color: #ccc;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.ty-sidebox__icon-hide {
    display: none;
}

.ty-sidebox__title.open .ty-sidebox__icon-open {
    display: none;
}

.ty-sidebox__title.open .ty-sidebox__icon-hide {
    display: block;
}

.ty-sidebox__title-wrapper, .ty-sidebox__title span, .ty-sidebox__title a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #a1a6aa;
    padding: 0;
}

.ty-sidebox .buttons-container {
    background: none;
    padding: 20px 0px;
}

.ty-compare {
    position: relative;
}

.ty-compare__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.ty-compare-menu {
    width: 150px;
}

.ty-compare-menu__a {
    padding: 8px 16px 7px;
    display: block;
}

    .ty-compare-menu__a:hover {
        background: #eff0f2;
        color: #34495e;
        text-decoration: none;
    }

.ty-compare-menu__elem {
    display: block;
    padding: 8px 16px 7px;
    color: #fff;
    background: #1abc9c;
}

.ty-compare-products {
    width: 100%;
    table-layout: fixed;
}

.ty-compare-products__product {
    padding: 0 10px;
    width: 215px;
    vertical-align: top;
    text-align: center;
}

.ty-compare-products__item {
    padding: 5px 0;
}

.ty-compare-products__menu {
    vertical-align: top;
    padding: 0 10px;
    width: 150px;
}

.ty-compare-products__product .buttons-container {
    margin: 0;
}

.no-touch .ty-compare-products__product .ty-qty .ty-control-group__label {
    display: inline-block;
    float: none;
    width: 90px;
}

.touch .ty-compare-products__product .ty-qty .ty-control-group__label {
    display: block;
    width: 100%;
}

.ty-compare-products__delete {
    position: relative;
    visibility: hidden;
    padding-bottom: 2px;
}

.touch .ty-compare-products__delete, .ty-compare-products__product:hover .ty-compare-products__delete {
    visibility: visible;
}

.ty-compare-feature {
    position: relative;
    z-index: 20;
    margin-bottom: 10px;
}

.ty-compare-feature__table {
    width: 100%;
    table-layout: fixed;
}

.ty-compare-feature__row:nth-child(odd) {
    background-color: #fff;
}

.ty-compare-feature__item {
    padding: 10px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
    text-align: left;
}

.ty-compare-feature_item_size {
    padding: 0 10px;
    width: 215px;
}

.ty-compare-sort {
    width: 150px;
    text-align: left;
}

.ty-compare-sort__a {
    visibility: hidden;
    margin-left: 3px;
    vertical-align: middle;
}

.touch .ty-compare-sort__a, .ty-compare-sort:hover .ty-compare-sort__a {
    visibility: visible;
}

.ty-compare-list__item {
    text-align: left;
}

.ty-compare-checkbox {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #4d4d4d;
    background-color: #fff;
    color: #949493;
    text-align: left;
}

.ty-compare-checkbox__icon {
    position: relative;
    top: -2px;
    left: 1px;
    font-size: 11px;
}

.ty-price-num {
    font-size: 15px;
    font-weight: bold;
}

.ty-sku {
    padding: 0;
    font-size: 90%;
}

.ty-price, .ty-sub-price, .ty-list-price {
    font-size: 100%;
}

.ty-price {
    margin: 6px 0;
    color: #c32e1e;
}

.ty-sub-price {
    color: #972417;
}

.ty-list-price {
    color: #972417;
    line-height: 100%;
    font-size: 13px;
}

.ty-tax-include {
    display: block;
    padding-bottom: 5px;
}

.ty-price-update {
    display: inline-block;
    font-size: 13px;
}

.ty-qty {
    margin-bottom: 15px;
}

.ty-qty-in-stock, .ty-qty-out-of-stock {
    font-weight: bold;
}

.ty-qty-in-stock {
    color: #4b7b36;
}

.ty-qty-out-of-stock {
    color: #e74c3c;
}

.ty-min-qty-description {
    font-size: 12px;
    padding-top: 0;
    color: #bfbfbf;
}

.ty-price-curency {
    display: inline-block;
}

.ty-price-curency__title {
    display: inline-block;
    float: left;
    margin: 5px 0;
}

input.ty-price-curency__input {
    margin-left: 5px;
    width: 70px;
    height: 35px;
    font-size: 140%;
}

.ty-no-price {
    display: block;
    padding: 0px;
    color: #e74c3c;
}

.ty-product-notify-email {
    width: 200px;
    margin-bottom: 15px;
}

.ty-product-notify-email__input {
    width: 100%;
}

.ty-product-labels {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.ty-product-labels__item {
    display: flex;
    background-color: #f1c232;
    padding: 5px 10px;
    margin-left: 3px;
    margin-bottom: 3px;
    overflow: hidden;
}

.ty-product-labels__item--link:hover {
    opacity: 0.7;
}

.ty-product-labels__item--discount {
    background-color: #f1c232;
}

.ty-product-labels__item--shipping {
    background-color: #00b8cc;
}

@media (min-width: 481px) {
    .ty-product-labels__item--mini {
        margin-bottom: 1px;
        margin-left: 1px;
        padding: 2px 7px;
        font-size: 0.9em;
    }
}

.ty-product-labels__item--rounded {
    border-radius: 3px;
}

.ty-product-labels__content {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ty-product-labels__icon {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.ty-product-labels--top-right {
    top: 0;
    right: 0;
    justify-content: flex-end;
}

.ty-product-labels--top-left {
    top: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ty-product-labels--bottom-right {
    bottom: 0;
    right: 0;
    justify-content: flex-end;
}

.ty-product-labels--bottom-left {
    bottom: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media (min-width: 481px) {
    .ty-product-labels--mini {
        margin-bottom: -1px;
        margin-left: -1px;
    }
}

.ty-product-labels--static {
    position: static;
}

.ty-discount-label {
    position: absolute;
    right: 0;
    top: 0;
    background: #f1c232;
    color: white;
    list-style: none;
}

.ty-discount-label__item {
    float: left;
    height: 28px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 28px;
    padding: 0 10px 0 12px;
    color: #fff;
}

.ty-value-changer {
    display: inline-block;
    vertical-align: top;
    width: 53px;
}

input.ty-value-changer__input {
    float: left;
    width: 36px;
    height: 33px;
    text-align: center;
}

.ty-value-changer__increase, .ty-value-changer__decrease {
    position: relative;
    float: right;
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
    font-size: 16px;
    line-height: 13px;
    cursor: pointer;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ty-value-changer__increase {
    margin-bottom: 1px;
}

    .ty-value-changer__increase:hover, .ty-value-changer__decrease:hover {
        color: #d9d9d9;
    }

.no-touch .ty-value-changer__increase:hover, .no-touch .ty-value-changer__decrease:hover {
    background: #d9d9d9;
    color: #fff;
    text-decoration: none;
}

.ty-period {
    clear: both;
}

.ty-period__wrapper {
    float: left;
    padding-right: 20px;
}

.ty-period__select {
    width: 180px;
}

.ty-period__dash {
    padding: 0 3px;
}

.ty-calendar__block {
    width: 115px;
    display: inline-block;
    position: relative;
}

.ty-calendar__button {
    position: absolute;
    top: 15px;
    right: 2px;
    margin-top: -10px;
    margin-right: 8px;
    color: #bfbfbf;
    vertical-align: middle;
    font-size: 155%;
}

.ty-calendar__input {
    width: 100%;
}

.ty-calendar-link:hover {
    text-decoration: none;
}

.ty-qty-discount {
    overflow-x: auto;
    margin-bottom: 15px;
}

.ty-qty-discount__table {
    margin-top: 10px;
    min-width: 200px;
    padding: 0;
    border: 1px solid #fff;
}

    .ty-qty-discount__table .ty-qty-discount__td {
        border: 0 none;
        border-right: 1px solid #fff;
        padding: 8px 12px;
    }

.tooltip {
    display: none;
    max-width: 200px;
    z-index: 10000;
    padding: 9px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: left;
    font-weight: normal;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-tooltip--mobile {
    position: fixed !important;
    top: auto !important;
    bottom: 25px;
    left: 20px !important;
    width: calc(100% - 40px);
    max-width: none;
}

    .ty-tooltip--mobile .tooltip-arrow {
        display: none;
    }

.ty-tooltip--link {
    border: 0;
}

.ty-tooltip--filter:not(.ty-tooltip--mobile) {
    margin-left: 20px;
}

.ty-tooltip--filter.arrow-left:not(.ty-tooltip--mobile) {
    margin-left: -20px;
}

[dir='rtl'] .ty-tooltip--filter.arrow-left:not(.ty-tooltip--mobile) {
    margin-right: 20px;
}

.ty-tooltip--link:hover, .ty-tooltip--link:focus {
    color: #fff;
    outline: none;
}

.tooltip p {
    color: #fff;
    padding: 0px;
}

.tooltip li {
    color: #fff;
}

.tooltip-arrow {
    position: absolute;
    top: -10px;
    right: 3px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}

.tooltip.arrow-top .tooltip-arrow {
    top: auto;
    left: auto;
    bottom: -10px;
    right: 3px;
    border-width: 0 10px 10px 0;
    border-color: transparent rgba(0,0,0,0.8) transparent transparent;
}

.tooltip.right {
    padding: 9px;
    text-align: left !important;
}

.ty-tooltip--mobile.right {
    text-align: center !important;
}

.arrow-top.right .tooltip-arrow {
    left: 3px;
    right: auto;
    border-width: 10px 10px 0 0;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

.arrow-down.right .tooltip-arrow {
    right: auto;
    top: -10px;
    left: 3px;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent rgba(0,0,0,0.8);
}

.arrow-down.top .tooltip-arrow {
    top: auto;
    bottom: -10px;
    border-width: 10px 0 0 10px;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

.arrow-down.right.top .tooltip-arrow {
    right: auto;
    top: auto;
    bottom: -10px;
    left: 3px;
    border-width: 10px 10px 0 0;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

.arrow-right .tooltip-arrow {
    top: 50%;
    margin-top: -5px;
    right: 100%;
    border-width: 5px 5px 5px 0;
    border-color: transparent rgba(0,0,0,0.8) transparent transparent;
}

.arrow-left .tooltip-arrow {
    top: 50%;
    margin-top: -5px;
    left: 100%;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent rgba(0,0,0,0.8);
}

.tooltip img {
    max-width: 100%;
}

.touchevents body {
    cursor: pointer;
}

.touchevents.mouseevents body {
    cursor: initial;
}

.ty-tooltip-block {
    vertical-align: middle;
    cursor: pointer;
}

.ty-no-image {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    color: #c8c8c8;
    cursor: default;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-no-image__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
}

.ty-spinner {
    background: url('../../../../../../../../design/themes/vivashop/media/images/spinner.gif?1623665276') no-repeat center center;
}

.ty-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
}

    .ty-grayscale:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }

.ty-status-info label {
    display: block;
    margin: 0 20px 10px 0;
}

.ty-select-block {
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 1022;
    min-width: 50px;
    border: 1px solid #a8a8a8;
    background-color: #fff;
}

.ty-select-wrapper {
    position: relative;
}

.ty-select-block__a {
    cursor: pointer;
    display: block;
    padding: 7px 13px 4px;
    color: #8c8c8c;
    border: 1px solid transparent;
}

    .ty-select-block__a:hover {
        background: #f5f5f5;
        color: #8c8c8c;
        text-decoration: none;
    }

    .ty-select-block__a.open, .ty-select-block__a.open:hover {
        background: #a8a8a8;
        color: white;
    }

        .ty-select-block__a.open .ty-select-block__arrow {
            color: white;
        }

.ty-select-block__a-item {
    display: inline-block;
    vertical-align: top;
}

.ty-select-block__arrow {
    margin-left: 3px;
    font-size: 140%;
    color: #999;
}

input.ty-select-block__input {
    margin: 5px 10px;
    width: 220px;
}

.ty-select-block__list-item .ty-select-block__list-a {
    text-decoration: none;
}

.ty-select-block__list-a:hover {
    background: #545453;
    color: white;
}

.ty-select-block__list-a {
    display: block;
    padding: 7px 14px 7px 14px;
    white-space: nowrap;
    cursor: pointer;
}

    .ty-select-block__list-a:before, .ty-select-block__list-a:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-select-block__list-a:after {
        clear: both;
    }

.ty-select-block__txt {
    float: left;
    padding: 8px 5px 8px 0;
}

.ty-dropdown-box {
    display: inline-block;
    position: relative;
    color: #34495e;
}

    .ty-dropdown-box .ty-icon-down-micro {
        position: relative;
        top: 5px;
        width: 7px;
        color: #999;
        font-size: 20px;
        line-height: 0;
    }

.ty-dropdown-box__title {
    position: relative;
    display: inline-block;
    padding: 7px 11px 7px 8px;
    border: 1px solid transparent;
}

    .ty-dropdown-box__title a {
        color: #999;
    }

        .ty-dropdown-box__title a:hover {
            text-decoration: none;
        }

    .ty-dropdown-box__title:hover {
        background: #f5f5f5;
    }

    .ty-dropdown-box__title .ty-account-info__title {
        text-decoration: none;
        white-space: nowrap;
    }

    .ty-dropdown-box__title.open {
        z-index: 650;
        background: #999;
    }

        .ty-dropdown-box__title.open a, .ty-dropdown-box__title.open i, .ty-dropdown-box__title.open .ty-minicart-title {
            color: white;
        }

.ty-dropdown-box__content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 600;
    margin-top: -1px;
    min-width: 220px;
    border: 1px solid #a8a8a8;
    background: #fff;
    text-align: left;
}

    .ty-dropdown-box__content .ty-dropdown-box__item {
        display: block;
        margin-bottom: 0px;
        padding: 7px 14px;
    }

        .ty-dropdown-box__content .ty-dropdown-box__item:hover {
            background: #545453;
            color: white;
        }

            .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
                display: block;
                color: white;
            }

    .ty-dropdown-box__content .ty-account-info__orders {
        padding: 14px 14px 7px 14px;
        margin-top: 20px;
        background: #fff;
    }

    .ty-dropdown-box__content .ty-account-info__buttons {
        padding: 15px 14px 16px 14px;
        margin-top: -6px;
        background: #fff;
    }

    .ty-dropdown-box__content .ty-account-info__name:hover {
        background: none;
        color: #34495e;
    }

.ty-minicart__icon {
    color: #8c8c8c;
    top: 7px;
    font-size: 14px;
    position: absolute;
}

    .ty-minicart__icon.ty-icon-cart {
        font-size: 16px;
        top: 8px;
    }

.ty-account-info {
    padding-top: 2px;
}

.ty-account-info__title {
    padding: 0 5px;
}

.ty-account-info__user-arrow {
    position: relative;
    top: 5px;
    width: 7px;
    color: #34495e;
    font-size: 20px;
    line-height: 0;
}

.logged.ty-sidebox__title .ty-account-info__user-arrow {
    display: none;
}

.logged .ty-account-info__title, .logged .ty-account-info__user-arrow {
    color: #8c8c8c;
}

.ty-account-info__item {
    padding: 0;
    margin-bottom: 12px;
}

    .ty-account-info__item .ty-account-info__a {
        text-decoration: none;
    }

.ty-account-info__name {
    padding-bottom: 10px;
}

.ty-account-info__orders {
    padding: 15px 0 4px;
}

.ty-account-info__orders-txt {
    color: #6c6c6c;
}

.ty-account-info__orders-input {
    margin: 5px 0 0;
}

.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .ty-dropdown-box__content .ty-account-info__buttons .ty-btn + .ty-btn {
        margin: 10px 0 0;
    }

.ty-login {
    margin-top: 30px;
    min-height: 200px;
}

.ty-login__input {
    margin: 0;
    width: 100%;
}

.ty-login__remember-me {
    padding: 6px 0;
}

.ty-login__filed-label {
    width: auto;
    color: #3a3a3a;
}

.ty-password-forgot__label {
    float: left;
}

a.ty-password-forgot__a {
    float: right;
    padding: 6px 0;
}

.ty-recover-password {
    margin-top: 30px;
}

.ty-login-reglink__a {
    display: inline-block;
    padding: 0 0 10px;
}

.ty-login-popup {
    min-width: 295px;
    max-width: 310px;
    font-family: Arial,sans-serif;
    font-size: 14px;
}

    .ty-login-popup .ty-login__input {
        margin: 0;
        padding: 8px 5px 7px;
        height: 36px;
        font-size: 115%;
    }

.ty-captcha__img {
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.ty-captcha__label {
    display: inline-block;
    margin-bottom: 5px;
}

.ty-captcha__code {
    display: inline-block;
    min-width: 130px;
    vertical-align: top;
}

.ty-captcha__refresh {
    position: relative;
    vertical-align: middle;
    margin-left: 7px;
    color: #8d8d8d;
    font-size: 14px;
    cursor: pointer;
}

.ty-captcha__input {
    margin: 0;
    margin-right: 10px;
    padding: 3px 3px;
    width: 120px;
    vertical-align: top;
}

.ty-checkout__login .ty-captcha__input {
    width: 110px;
    margin-bottom: 5px;
}

.ty-checkout__login .buttons-container {
    background: none;
    margin: 0px;
}

.ty-login-popup .ty-captcha__input {
    width: 140px;
    margin-bottom: 6px;
}

.ty-captcha__txt {
    clear: both;
    padding-top: 3px;
    color: #545453;
}

.ty-login-info {
    margin: 46px 0 0 59px;
}

    .ty-login-info__title, .ty-login-info h4 {
        padding-bottom: 10px;
        margin: 0;
        font-size: 19px;
        color: #bdc3c7;
    }

.ty-login-info__txt {
    color: #bdc3c7;
}

.ty-success-registration__text {
    display: block;
    padding: 7px 0 40px;
    line-height: 170%;
}

.ty-success-registration__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding-left: 17px;
    min-height: 60px;
    width: 48%;
    border-left: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-registration__a {
    font-weight: bold;
}

.ty-success-registration__info {
    display: block;
    margin-top: 10px;
    color: #bfbfbf;
}

.ty-breadcrumbs {
    position: relative;
    margin-bottom: 14px;
    padding: 20px 105px 10px 0px;
    color: #fff;
}

.ty-breadcrumbs__arrow, .ty-breadcrumbs__a, .ty-breadcrumbs__current {
    display: inline-block;
    padding: 2px;
}

.ty-breadcrumbs__current {
    color: #545453;
}

.ty-breadcrumbs__a {
    display: inline-block;
    color: #bfbfbf;
}

.ty-breadcrumbs__slash {
    display: inline-block;
    margin: 0px 6px;
    padding: 2px 0;
    color: #bfbfbf;
}

.ty-breadcrumbs__a:hover {
    color: #bfbfbf;
}

.ty-product-switcher {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 0 24px;
}

.ty-product-switcher__a {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: -2px;
    padding: 0;
    font-size: 18px;
}

    .ty-product-switcher__a:hover {
        text-decoration: none;
    }

.ty-product-switcher__a-left {
    float: left;
    left: 0;
}

.ty-product-switcher__a-right {
    float: right;
    right: 0;
}

.ty-product-switcher__icon {
    color: #b3b3b3;
}

.ty-product-switcher__a:hover .ty-product-switcher__icon {
    color: #ccc;
}

.ty-product-switcher__a.disabled, .ty-product-switcher__a.disabled .ty-product-switcher__icon, .ty-product-switcher__a.disabled:hover .ty-product-switcher__icon {
    background: none;
    color: #e6e6e6;
    cursor: default;
}

.ty-product-switcher span {
    float: left;
    font-size: 85%;
    padding: 2px;
    color: #e6e6e6;
}

.ty-section {
    margin: 20px 0 15px 0;
}

.ty-section__title {
    padding: 13px 15px 11px 15px;
    cursor: pointer;
    background: #ecf0f1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ty-section__switch {
    float: right;
}

.ty-section__arrow {
    padding-left: 6px;
}

.open .ty-section_switch_off, .ty-section_switch_on {
    display: block;
}

.open .ty-section_switch_on, .ty-section_switch_off {
    display: none;
}

.ty-section__body {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    border: 1px solid #ecf0f1;
    border-top: none;
}

    .ty-section__body .buttons-container {
        margin: 30px 0 0 -20px;
        padding: 15px 20px 15px 20px;
        width: 100%;
        background: #fff;
    }

.ty-search-result {
    padding: 12px 7px;
}

.ty-search-form__inline-input {
    width: 190px;
}

.ty-search-result:hover {
    background: #fff;
}

.ty-search-form__input {
    width: 170px;
}

.ty-search-form__input-large {
    width: 200px;
}

.ty-subcategories-field {
    float: left;
    margin-left: 10px;
}

.ty-search-form .ty-search-form__buttons-container {
    margin-bottom: 0;
}

.ty-search-block {
    position: relative;
}

.ty-search-magnifier {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    width: 20px;
    height: 26px;
    border: none;
    background: none;
    color: #d9d9d9;
    font-size: 145%;
    cursor: pointer;
}

input.ty-search-block__input {
    display: block;
    padding: 7px 30px 7px 10px;
    width: 100%;
    height: 33px;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ty-search-block__input:focus {
    outline: 0;
    border: 1px solid #545453;
    background-color: #fff;
}

.vendor-stores-block-grid h2 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
}

.ty-sort-container {
    padding-left: 10px;
    background: #fff;
    margin: 28px 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.ty-sort-container__views-icons {
    display: inline-block;
    float: right;
}

.ty-sort-container__views-a {
    display: block;
    color: #bfbfbf;
    float: left;
    padding: 10px 11px;
    width: 15px;
    height: 17px;
    font-size: 125%;
}

    .ty-sort-container__views-a:hover {
        text-decoration: none;
    }

    .ty-sort-container__views-a.active {
        background: #f2f2f2;
    }

.ty-sort-dropdown {
    display: inline-block;
    position: relative;
}

    .ty-sort-dropdown .ty-sort-dropdown__wrapper {
        text-decoration: none;
    }

.ty-sort-dropdown__wrapper {
    padding: 5px 7px 9px 7px;
    display: inline-block;
    color: #34495e;
    cursor: pointer;
}

.ty-sort-dropdown__icon {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    top: 5px;
}

.ty-sort-dropdown__wrapper:hover {
    background: #f7f7f7;
}

.ty-sort-dropdown__wrapper.open {
    background: #8c8c8c;
    color: white;
}

.ty-sort-dropdown__content {
    position: absolute;
    z-index: 100;
    border: 1px solid #97a0a5;
    background: #fff;
    min-width: 200px;
}

    .ty-sort-dropdown__content .ty-sort-dropdown__content-item-a {
        text-decoration: none;
    }

.ty-sort-dropdown__content-item-a {
    padding: 7px 14px;
    color: #545453;
    display: block;
}

    .ty-sort-dropdown__content-item-a:hover {
        background: #545453;
        color: #fff;
    }

.ty-subcategories__item {
    display: inline-block;
    margin: 5px 20px 5px 0px;
}

.ty-subcategories-img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.ty-subcategories-block {
    margin: 10px 0;
    display: inline-block;
    min-width: 350px;
    vertical-align: top;
    width: 100%;
}

.ty-subcategories-block__item {
    padding-bottom: 10px;
    text-align: center;
}

.ty-subcategories-block__a {
    font-weight: bold;
}

.ty-feature {
    margin: 30px 0px;
}

    .ty-feature:before, .ty-feature:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-feature:after {
        clear: both;
    }

.ty-feature__image {
    float: left;
    margin: 0 25px 10px 0;
}

.ty-feature__description {
    line-height: 140%;
    overflow: hidden;
}

.ty-product-feature {
    padding: 10px;
}

    .ty-product-feature:nth-child(2n) {
        background: #fff;
    }

.ty-product-feature__label {
    display: inline-block;
    width: 280px;
    vertical-align: top;
}

.ty-help-info {
    display: inline;
}

.ty-product-feature__value {
    display: inline-block;
    margin-left: 5px;
}

.ty-product-feature .ty-product-feature__multiple {
    list-style: none;
    padding-left: 0;
}

.ty-product-feature .ty-product-feature__multiple-item {
    list-style: none;
    margin-bottom: 5px;
}

.ty-product-feature-group {
    margin-bottom: 10px;
}

    .ty-product-feature-group .ty-subheader {
        padding: 15px 0 6px 0;
        margin: 0;
        font-size: 120%;
    }

.ty-features-all__group {
    margin-bottom: 50px;
}

.ty-features-all__list-item {
    padding-bottom: 8px;
}

.ty-features-all__list-a {
    font-size: 110%;
}

.ty-features-list {
    padding: 3px 0;
}

.ty-features-list__item-prefix {
    margin-right: 5px;
}

.ty-features-list__item-suffix {
    margin-left: 5px;
}

.ty-tygh {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-helper-container {
    position: relative;
}

.ty-helper-container {
    background: transparent repeat scroll;
}

.container {
    min-height: 0;
    min-width: 0;
}

.container-fluid {
    max-width: 1400px;
    min-width: 280px;
    margin: 0 auto;
}

.tygh-footer {
    min-height: 36px;
}

.bottom-copyright {
    margin-top: 15px;
    color: #fff;
    font-size: 13px;
}

.ty-payment-icons {
    margin: 10px 0px;
}

.footer-no-wysiwyg ul {
    margin: 10px 0 0 0px;
    padding-left: 0px;
}

    .footer-no-wysiwyg ul li {
        list-style-type: none;
    }

.ty-social-link-block {
    margin-top: 13px;
    margin-right: 30px;
    margin-bottom: 25px;
    font-size: 0;
}

.ty-social-link {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
    top: 7px;
}

@media (min-width: 980px) {
    .ty-social-link {
        margin-right: 3px;
    }
}

.ty-social-link a {
    color: white;
    display: block;
}

.ty-social-link i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 38px;
    color: #fff;
}

.ty-social-link span {
    display: inline-block;
    vertical-align: middle;
}

h3.ty-social-link__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 15px 5px 0px;
    color: #fff;
}

.ty-social-link:last-child {
    margin-right: 0px;
}

.ty-footer-menu__icon-open, .ty-footer-menu__icon-hide {
    display: none;
    color: #fff;
}

.footer-stay-connected {
    background: #545453;
    color: #fff;
    min-height: 84px !important;
}

.ty-footer-menu {
    color: #9ba1a7;
}

    .ty-footer-menu > .row {
        padding: 30px 0px 15px 0px;
    }

.tygh-footer > div {
    width: auto;
    min-width: none;
    max-width: none;
    padding: 0;
}

.tygh-footer .ty-footer-grid__full-width {
    float: none;
    width: auto;
}

.container-fluid .ty-footer-grid__full-width {
    padding-left: 15px;
    padding-right: 15px;
}

.ty-footer-menu__header, .ty-footer-general__header {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    padding-top: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.ty-footer-menu__items, .ty-footer-general__body {
    margin: 10px 0 20px;
}

.ty-footer-menu__item {
    margin-bottom: 8px;
}

    .ty-footer-menu__item a {
        color: #fff;
    }

        .ty-footer-menu__item a:hover {
            color: #545453;
        }

.ty-product-block {
    margin: 5px 0 30px 0;
    margin-top: 5px;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ty-product-block-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #545453;
    word-wrap: break-word;
}

.ty-brand {
    margin: 5px 0;
}

.ty-product-block__img-wrapper {
    position: relative;
    float: left;
    margin-right: 20px;
    padding: 0 0 10px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .ty-product-block__img-wrapper {
        max-width: 100%;
        min-width: unset !important
    }
}

.ty-product-block__img-wrapper img {
    display: block;
    margin: 0 auto;
}

.ty-product-block__left {
    display: table-cell;
    overflow: hidden;
}

.ty-product-block__note-wrapper {
    position: relative;
}

.ty-product-block__note {
    position: absolute;
    right: 0;
    padding: 21px 0 0;
    width: 200px;
    line-height: 140%;
    color: #798d8e;
    word-wrap: break-word;
}

.ty-product-block__note-inner {
    right: -200px;
}

.ty-product-prices {
    margin: 20px 0px;
}

.ty-product-block__note .product-promo-header {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.ty-product-block__price-actual {
    margin: 10px 0px;
}

    .ty-product-block__price-actual .ty-price-num {
        font-family: Arial,sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    }

.ty-product-block__option .help-inline {
    margin-left: 120px;
    display: block;
    text-align: left;
}

.ty-product-block__option, .ty-product-block__advanced-option, .ty-product-block__field-group {
    margin-bottom: 10px;
}

    .ty-product-block__field-group .ty-control-group {
        margin-bottom: 0;
    }

.ty-product-block__sku .ty-control-group {
    margin: 0px;
}

.ty-product-block__description-title {
    margin: 20px 0 5px 0;
    font-size: 130%;
    font-weight: normal;
}

.ty-product-block__button {
    margin-top: 20px;
}

    .ty-product-block__button .ty-btn {
        margin-right: 20px;
        margin-bottom: 10px;
    }

        .ty-product-block__button .ty-btn ~ .ty-btn {
            margin-left: 10px;
        }

        .ty-product-block__button .ty-btn.ty-btn-icon {
            margin-right: 10px;
        }

            .ty-product-block__button .ty-btn.ty-btn-icon ~ .ty-btn.ty-btn-icon {
                margin-left: 5px;
            }

    .ty-product-block__button .button-container {
        display: inline-block;
    }

.content-description {
    line-height: 1.4;
    word-wrap: break-word;
}

.ty-product-block .ty-discount-label {
    z-index: 1;
}

.ty-product-bigpicture__img {
    position: relative;
    padding-top: 20px;
}

    .ty-product-bigpicture__img:before, .ty-product-bigpicture__img:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-product-bigpicture__img:after {
        clear: both;
    }

    .ty-product-bigpicture__img .ty-pict {
        max-height: 420px;
        margin: 0 auto;
    }

.ty-product-bigpicture__as-thumbs .ty-product-thumbnails {
    float: left;
    margin: 0 -60px 0 0;
    width: 55px !important;
    position: relative;
    z-index: 5;
}

.ty-product-bigpicture .ty-product-bigpicture-thumbnails_gallery {
    padding-left: 60px;
}

.ty-product-bigpicture .ty-product-img {
    border: 0;
    float: right;
    width: 100%;
}

.ty-product-bigpicture .ty-previewer {
    text-align: center;
    margin-left: 60px;
}

.ty-product-bigpicture__no-thumbs .ty-previewer {
    margin-left: 0px;
}

.ty-product-bigpicture .ty-product-thumbnails__item {
    margin: 0 10px 10px 0;
}

.ty-product-bigpicture__left {
    width: 100%;
    float: left;
    text-align: center;
}

.ty-product-bigpicture__left-wrapper {
    margin: 20px 350px 0 0;
}

.ty-product-bigpicture .ty-product-block-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.ty-product-bigpicture__right {
    float: left;
    margin-left: -320px;
    width: 318px;
    margin-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    box-sizing: border-box;
}

.ty-product-bigpicture .ty-product-block__note {
    position: static;
    width: auto;
}

.ty-product-bigpicture__brand .ty-features-list {
    padding: 16px 0;
    border-bottom: 1px solid #dddfdf;
    box-shadow: 0 1px 0 #fff;
    background: #fff;
}

.ty-product-bigpicture__prices {
    padding: 20px 0;
    margin: 0 10px 20px;
    border-bottom: 1px solid #dddfdf;
    box-shadow: 0 1px 0 #fff;
}

    .ty-product-bigpicture__prices .ty-list-price {
        font-size: 14px;
    }

    .ty-product-bigpicture__prices .ty-product-block__price-actual .ty-price-num {
        font-size: 30px;
    }

    .ty-product-bigpicture__prices .ty-product-block__price-old {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .ty-product-bigpicture__prices .ty-product-block__price-old > span > .ty-list-price {
            margin-right: 5px;
        }

    .ty-product-bigpicture__prices .ty-save-price {
        color: #efbb1a;
    }

    .ty-product-bigpicture__prices .ty-save-price__percent {
        display: none;
    }

.ty-product-bigpicture__sidebar-bottom {
    width: 230px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}

.ty-product-bigpicture .ty-control-group__label {
    display: inline-block;
    float: none;
    width: 95px;
    text-align: left;
    vertical-align: middle;
}

.ty-product-bigpicture .ty-product-block__note, .ty-product-bigpicture .ty-product-block__button {
    text-align: center;
}

.ty-product-bigpicture .ty-product-block__note {
    padding-top: 8px;
}

.ty-product-bigpicture .ty-product-block__button .ty-btn {
    margin-right: 0;
}

.ty-product-bigpicture .ty-product-options__description, .ty-product-bigpicture .ty-product-variant-image {
    margin-left: 0;
}

.ty-product-bigpicture .ty-product-options .ty-input-text {
    width: auto;
    max-width: 105px;
}

.ty-product-bigpicture .ty-product-options {
    margin-bottom: 10px;
}

.ty-product-bigpicture .ty-product-block__option .help-inline {
    margin: 0 0 12px;
}

.ty-product-options__title {
    padding-right: 5px;
    font-weight: bold;
}

.ty-product-options .ty-table {
    margin-top: 10px;
}

.ty-product-options .ty-input-text {
    width: 240px;
}

.ty-product-options__item-label {
    font-weight: bold;
}

.ty-product-options__description {
    margin: 5px 0 0 120px;
    padding: 0;
    color: #ccc;
    font-size: 85%;
}

.ty-product-options__image {
    display: inline-block;
    margin: 2px 0;
    border: 2px solid #fff;
    cursor: pointer;
}

.ty-product-options__image--wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
    border: 2px solid #fff;
}

.ty-product-options__image--wrapper--active {
    border-color: #ccc;
}

.ty-product-options__image--wrapper .ty-product-options__image {
    margin: 0;
    border: 0;
}

.ty-product-options__image--wrapper .ty-no-image {
    cursor: unset;
}

.ty-product-options__radio {
    display: none;
}

.ty-product-options__radio--label {
    display: inline-block;
    margin: 2px 8px 2px 0;
    border: 2px solid #fff;
    cursor: pointer;
    padding: 6px 10px;
}

    .ty-product-options__radio:checked + .ty-product-options__radio--label, .ty-product-options__radio--label:not(.ty-product-options__radio--label--disabled):hover, .ty-product-options__radio--label:not(.ty-product-options__radio--label--disabled):active {
        border-color: #ccc;
    }

.ty-product-options__radio--label--disabled {
    opacity: 0.3;
    cursor: default;
}

.product-variant-image-selected {
    border-color: #ccc;
}

.ty-product-options__elem {
    display: inline-block;
}

.ty-product-options__fileuploader .help-inline {
    margin-left: 0;
}

.ty-product-options__box {
    display: inline-block;
    padding: 6px 0;
}

    .ty-product-options__box .help-inline {
        margin-left: 0;
    }

.ty-product-variant-image {
    margin-left: 120px;
    padding: 10px 0;
}

.ui-dialog .ty-product-variant-image {
    margin-left: 134px;
}

.ty-product-options__textarea {
    min-width: 240px;
    min-height: 60px;
    resize: vertical;
}

.ty-product-options__no-combinations {
    padding-top: 0;
    color: #b94a48;
}

.ty-product-img {
    border: 1px solid #fff;
    position: relative;
}

    .ty-product-img .ty-no-image {
        border: 0px;
    }

.ty-product-thumbnails {
    margin-top: 10px;
    text-align: left;
}

.ty-product-option-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.ty-product-option-container--feature-style-images {
    padding: 6px 0;
}

.ty-product-option-child {
    display: inline-block;
    margin: auto 2px;
    max-width: 100%;
}

.ty-product-option-checkbox {
    margin: auto 2px;
}

.ty-product-thumbnails__item {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #fff;
}

    .ty-product-thumbnails__item.active {
        border-color: #888;
    }

.ty-previewer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ty-previewer:hover .previewer__icon {
        visibility: visible;
    }

.ty-previewer__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    visibility: hidden;
    margin: -18px 0 0 -18px;
    padding: 0;
    width: 37px;
    height: 39px;
    background: url('../../../../../../../../design/themes/vivashop/media/images/icons/zoom_icon.png?1623665276') no-repeat;
    opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
    .ty-previewer__icon {
        background-image: url('../../../../../../../../design/themes/vivashop/media/images/icons/zoom_icon@2x.png?1623665276');
        background-size: 37px, 39px;
    }
}

.ty-previewer__icon:hover {
    opacity: 1;
}

.ty-thumbs-wrapper {
    position: relative;
}

    .ty-thumbs-wrapper .ty-icon-left-circle, .ty-thumbs-wrapper .ty-icon-right-circle {
        position: absolute;
        top: 50%;
        visibility: hidden;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

.touch .ty-grid-list__item .ty-icon-left-circle, .touch .ty-grid-list__item .ty-icon-right-circle {
    visibility: visible;
}

.ty-thumbs-wrapper .ty-icon-left-circle {
    left: 3px;
}

.ty-thumbs-wrapper .ty-icon-right-circle {
    right: 3px;
}

.ty-popup-tabs {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px dotted #dedede;
}

.ty-popup-tabs__item {
    display: inline-block;
    padding: 2px 15px 2px 0;
    text-transform: uppercase;
    font-size: 85%;
    cursor: pointer;
}

.ty-popup-tabs__icon {
    margin-right: 3px;
    font-size: 14px;
}

.ty-fileuploader {
    padding: 6px 0 0;
}

.ty-fileuploader__file-section {
    overflow: hidden;
}

.ty-fileuploader__file-local {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ty-fileuploader__file-input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

span.ty-fileuploader__filename {
    padding: 0 0 0 5px;
    position: relative;
    top: -2px;
}

.ty-fileuploader__icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

.ty-fileuploader.cm-failed-field .ty-fileuploader__a {
    color: #b94a48;
    font-weight: bold;
}

.ty-quick-view__wrapper {
    width: 700px;
}

    .ty-quick-view__wrapper .ty-product-block__left {
        max-width: 450px;
        padding-left: 20px;
    }

a.ty-quick-view__title {
    font-size: 24px;
    font-weight: bold;
    color: #545453;
}

.ty-quick-view__title .ty-product-block-title {
    margin-bottom: 0;
}

.ty-quick-view-tools {
    position: relative;
    height: 20px;
}

    .ty-quick-view-tools .ty-product-switcher {
        top: 0;
    }

.ty-quick-view__wrapper .ty-product-block__img {
    display: table-cell;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
}

.ty-quick-view__wrapper .ty-product-img {
    margin-bottom: 15px;
}

.ty-quick-view__wrapper .ty-product-block__description {
    word-wrap: break-word;
}

.ty-quick-view__wrapper .ty-product-block__note {
    position: static;
    padding-top: 10px;
    width: 100%;
}

.ty-quick-view-button {
    padding-top: 5px;
    text-align: left;
}

.touchevents .ty-mainbox-container .ty-grid-list__control, .touchevents .ty-grid-list__item:hover .ty-quick-view-button, .touchevents .ty-grid-list__item .ty-quick-view-button {
    display: none;
}

.touchevents .ty-grid-list__item--overlay:hover {
    border-color: transparent;
}

.touchevents .ty-grid-list__item--overlay .ty-grid-list__control {
    display: none;
}

.ty-product-notification__body {
    padding: 15px 20px;
    min-height: 72px;
}

    .ty-product-notification__body .ty-product-options {
        display: block;
        padding: 0;
    }

    .ty-product-notification__body .ty-control-group__label {
        display: none;
    }

    .ty-product-notification__body .ty-product-options__info {
        margin-top: 30px;
        padding-left: 0;
        max-height: 420px;
        overflow-y: auto;
        width: 100%;
    }

    .ty-product-notification__body .ty-product-options-name {
        width: 110px;
        padding: 6px 0;
        float: left;
    }

    .ty-product-notification__body .ty-product-options-content {
        width: 378px;
        padding: 6px 0;
        float: left;
    }

.ty-product-notification__item {
    margin-bottom: 20px;
}

.ty-product-notification__content {
    overflow: hidden;
}

.ty-product-notification__product-name {
    float: left;
    display: block;
    margin-bottom: 7px;
}

.ty-product-notification__price {
    float: right;
    margin-left: 25px;
}

.ty-product-notification__image, .ty-product-notification__body .ty-no-image {
    float: left;
    margin-right: 20px;
    padding: 10px;
    min-width: 0px;
}

.ty-product-notification__divider {
    margin: 0 0 10px 0;
}

.ty-product-notification__amount {
    width: 46%;
}

.ty-product-notification__subtotal {
    font-weight: bold;
    width: 46%;
    text-align: right;
}

.ty-product-notification__body ul ul {
    border-left: 1px solid #fff;
    margin-left: 70px;
}

.ty-product-notification__buttons {
    padding: 15px 20px;
    background: #ecf0f1;
}

.ty-product-filters__wrapper {
    background: #fff;
}

.ty-product-filters {
    padding-top: 5px;
    line-height: 140%;
    margin-left: 7px;
    margin-bottom: 15px;
}

.ty-product-filters__variants {
    overflow-y: auto;
    line-height: 1.4em;
    margin-bottom: 7px;
}

.ty-product-filters__group {
    padding: 2px 0;
    margin: 5px 3px;
}

    .ty-product-filters__group label {
        font-weight: initial;
    }

        .ty-product-filters__group label, .ty-product-filters__group label > input {
            cursor: pointer;
        }

            .ty-product-filters__group label.disabled, .ty-product-filters__group label.disabled > input {
                background-color: transparent;
                color: #e0e0e0;
                cursor: default;
            }

.ty-product-filters__tooltip {
    float: right;
}

.ty-product-filters__tooltip--right {
    float: left;
}

.ty-product-filters__item-more {
    margin-bottom: -9px;
}

.ty-product-filters__tools {
    padding: 10px 12px;
}

.ty-product-filters__extra-block {
    margin-top: -3px;
}

.ty-product-filters__extra-link {
    border-color: #ccc;
    cursor: pointer;
}

.ty-product-filters__color-list-item {
    display: inline-block;
    padding: 0;
    margin: 3px;
}

.ty-product-filters__color-filter {
    position: relative;
}

    .ty-product-filters__color-filter .ty-product-filters__tooltip {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: -1;
    }

.ty-product-filters__color-filter-item {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .ty-product-filters__color-filter-item:hover {
        cursor: pointer;
    }

.ty-product-filters__color-filter-item--disabled {
    opacity: 0.3;
}

    .ty-product-filters__color-filter-item--disabled:hover {
        cursor: auto;
    }

.ty-product-filters__color-filter-item--selected {
    opacity: 0.3;
}

.ty-product-filters__color-filter-item:hover .ty-product-filters__color-filter-check, .ty-product-filters__color-filter-item:focus .ty-product-filters__color-filter-check {
    opacity: 1;
}

.ty-product-filters__color-filter-item--disabled:hover .ty-product-filters__color-filter-check {
    opacity: 0;
}

.ty-product-filters__color-filter-check {
    position: absolute;
    color: #fff;
    opacity: 0;
}

.ty-product-filters__color-filter-check--invert {
    color: #555;
}

.ty-product-filters__color-filter-check--selected {
    opacity: 1;
}

.ty-product-filters__color-filter-checkbox {
    position: absolute;
    opacity: 0;
}

.ty-product-filters__color-filter-swatch {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
}

.ty-product-filters__color-filter-swatch--selected {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
}

.ty-product-filters__color-filter-checkbox:focus + .ty-product-filters__color-filter-item .ty-product-filters__color-filter-swatch {
    box-shadow: inset 0 0 0 1px #ff9200, inset 0 0 0 3px #fff;
}

.ty-product-filters__empty-result span {
    opacity: 0.5;
}

.ty-filter-icon {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 70%;
    background: #fff;
}

.ty-filter-icon__check, .ty-filter-icon__delete {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    width: 8px;
    height: 8px;
    font-size: 8px;
}

.ty-filter-icon__check, .ty-filter-icon__delete {
    display: none;
}

.ty-product-filters__title {
    color: #8c8c8b;
    font-weight: 600;
}

    .ty-product-filters__title .ty-icon-cancel-circle {
        position: relative;
        font-size: 16px;
        top: 4px;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 5px;
    }

        .ty-product-filters__title .ty-icon-cancel-circle:hover {
            color: #545453;
        }

.ty-product-filters__switch {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f4f4f4;
}

.ty-product-filters__switch-right, .ty-product-filters__switch-down {
    margin-right: 5px;
    color: #ccc;
    float: right;
    font-size: 115%;
}

.ty-product-filters__switch-down {
    margin-right: 4px;
}

.open.ty-product-filters__switch .ty-product-filters__switch-down, .ty-product-filters__switch-right {
    display: none;
}

.open.ty-product-filters__switch .ty-product-filters__switch-right, .ty-product-filters__switch-down {
    position: relative;
    display: inline-block;
    top: 2px;
}

.ty-product-filters__advanced-button, .ty-product-filters__reset-button {
    position: relative;
    color: #878786;
    font-size: 85%;
}

.ty-product-filters__reset-button {
    float: right;
}

.ty-product-filters__reset-icon {
    position: absolute;
    left: -14px;
    font-size: 130%;
}

.ty-product-filters__search {
    position: relative;
    padding: 10px 10px 0 3px;
}

    .ty-product-filters__search .ty-input-text-medium {
        padding-right: 28px;
        width: 100%;
    }

.ty-product-filters__search-icon {
    position: absolute;
    right: 18px;
    top: 18px;
}

.ty-product-filters__no-items-found {
    margin-bottom: 20px;
    margin-right: 10px;
}

.ty-horizontal-product-filters {
    padding-left: 10px;
    background: #fff;
    margin: 0 0 30px;
}

.ty-horizontal-product-filters-dropdown {
    display: inline-block;
    position: relative;
}

    .ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
        text-decoration: none;
    }

.ty-horizontal-product-filters-dropdown__wrapper {
    padding: 5px 7px 9px 7px;
    display: inline-block;
    color: #34495e;
    cursor: pointer;
}

    .ty-horizontal-product-filters-dropdown__wrapper.active {
        background: #f7f7f7;
    }

.ty-horizontal-product-filters-dropdown__icon {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    top: 5px;
}

.ty-horizontal-product-filters-dropdown__wrapper:hover {
    background: #f7f7f7;
}

.ty-horizontal-product-filters-dropdown__wrapper.open {
    background: #8c8c8c;
    color: white;
}

.ty-horizontal-product-filters-dropdown__content {
    position: absolute;
    z-index: 101;
    border: 1px solid #97a0a5;
    background: #fff;
    min-width: 250px;
}

.ty-horizontal-filters-content-to-right {
    left: 0;
}

.ty-horizontal-product-filters-dropdown__content .ty-horizontal-product-filters-dropdown__content-item-a {
    text-decoration: none;
}

.ty-horizontal-product-filters-dropdown__content-item-a {
    padding: 7px 14px;
    color: #545453;
    display: block;
}

    .ty-horizontal-product-filters-dropdown__content-item-a:hover {
        background: #545453;
        color: #fff;
    }

.ty-horizontal-product-filters-dropdown .ty-product-filters {
    margin-bottom: 0;
}

.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle {
    position: relative;
    font-size: 16px;
    top: 3px;
    padding-left: 5px;
}

    .ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle:hover {
        color: #545453;
    }

.ty-horizontal-product-filters .ty-range-slider, .ty-horizontal-product-filters .ty-range-slider .ui-slider-range, .ty-horizontal-product-filters .ty-range-slider .ui-slider-handle {
    z-index: 101;
}

.ty-horizontal-product-filters-dropdown__content .ty-product-filters__tools {
    background-color: #fff;
}

.ty-horizontal-product-filters.ty-selected-product-filters {
    margin-bottom: 25px;
}

.cm-date-range {
    display: inline-block;
    padding: 15px 10px 15px;
    margin-bottom: 10px;
}

    .cm-date-range a {
        color: #545453;
    }

.ty-date-range .ty-icon-calendar {
    position: relative;
    color: #545453;
    font-size: 16px;
    margin-right: 3px;
    top: 2px;
}

.daterangepicker.dropdown-menu.opensright, .daterangepicker.dropdown-menu.opensleft {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #97a0a5;
    padding: 10px 8px;
    z-index: 101;
}

    .daterangepicker.dropdown-menu.opensright:before, .daterangepicker.dropdown-menu.opensleft:before, .daterangepicker.dropdown-menu.opensright:after, .daterangepicker.dropdown-menu.opensleft:after {
        display: none;
    }

.daterangepicker .ranges {
    min-width: 180px;
}

.daterangepicker > .ranges > ul > li {
    color: #545453;
}

    .daterangepicker > .ranges > ul > li.active, .daterangepicker > .ranges > ul > li:hover {
        background: #545453;
        border: 1px solid #545453;
        color: #fff;
    }

.daterangepicker .ranges .range_inputs label {
    display: block;
    width: auto;
    color: #545453;
}

.daterangepicker_start_input, .daterangepicker_end_input {
    margin-top: 5px;
    margin-bottom: 20px;
}

.daterangepicker .input-mini {
    width: 80px;
    cursor: not-allowed;
    background-color: #eee;
}

.daterangepicker button.btn.btn-small.btn-success.applyBtn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0,0,0,0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #539802;
    margin-right: 5px;
}

    .daterangepicker button.btn.btn-small.btn-success.applyBtn i.et-icon-check {
        top: auto;
    }

    .daterangepicker button.btn.btn-small.btn-success.applyBtn:focus {
        outline: none;
    }

    .daterangepicker button.btn.btn-small.btn-success.applyBtn:hover {
        background: #3d7000;
        color: #fff;
    }

    .daterangepicker button.btn.btn-small.btn-success.applyBtn:focus {
        outline: none;
    }

    .daterangepicker button.btn.btn-small.btn-success.applyBtn:hover {
        background: #3d7000;
        color: #fff;
    }

.daterangepicker button.btn.btn-small.clearBtn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0,0,0,0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .daterangepicker button.btn.btn-small.clearBtn i.et-icon-check {
        top: auto;
    }

    .daterangepicker button.btn.btn-small.clearBtn:focus {
        outline: none;
    }

    .daterangepicker button.btn.btn-small.clearBtn:hover {
        background: #3d7000;
        color: #fff;
    }

.daterangepicker .calendar {
    max-width: none !important;
}

    .daterangepicker .calendar td.active, .daterangepicker .calendar td.active:hover {
        background-color: #545453;
        background-image: -moz-linear-gradient(top,#545453,#545453);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#545453),to(#545453));
        background-image: -webkit-linear-gradient(top,#545453,#545453);
        background-image: -o-linear-gradient(top,#545453,#545453);
        background-image: linear-gradient(to bottom,#545453,#545453);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff545453', endColorstr='#ff545453', GradientType=0);
    }

.ty-price-slider {
    padding: 10px;
    margin-bottom: 20px;
    color: #909598;
}

.ty-price-slider__input-text {
    width: 74px;
}

.ty-range-slider__wrapper {
    margin-left: -1px;
    color: #e6e6e6;
}

.ty-range-slider__item {
    position: absolute;
    top: -5px;
    width: 1px;
    height: 10px;
    background: #e6e6e6;
}

.ty-range-slider__num {
    position: absolute;
    top: 21px;
    left: -25px;
    display: block;
    width: 45px;
    text-align: center;
    font-size: 75%;
    cursor: pointer;
    color: #909598;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ty-range-slider {
    position: relative;
    margin: 20px 12px 15px 12px;
    height: 5px;
    border: 1px solid #e6e6e6;
    background: #ecf0f1;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .ty-range-slider .ui-slider-range {
        background: #e6e6e6;
        border: 0px;
        margin-top: -1px;
        height: 7px;
    }

    .ty-range-slider .ui-slider-handle {
        top: -9px;
        margin-left: -8px;
        width: 11px;
        height: 20px;
        background: #fff;
        border-radius: 0px;
        border: 0px;
        cursor: col-resize;
    }

    .ty-range-slider .ui-slider-handle {
        outline: 0 none;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ty-range-slider.ui-state-disabled .ui-slider-handle {
        cursor: not-allowed;
    }

.ty-cart-content {
    margin-top: 30px;
    border: 1px solid #fff;
}

.ty-cart-content__title {
    padding: 12px;
    border: 1px solid #fff;
    border-right: 0 none;
    border-left: 0 none;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    background: #edeff1;
}

    .ty-cart-content__title.ty-left {
        text-align: left;
    }

    .ty-cart-content__title.ty-right {
        text-align: right;
    }

.ty-cart-content__product-elem {
    padding: 17px 10px;
    border: none;
    border-top: 1px solid #fff;
    vertical-align: top;
}

.ty-cart-content__image {
    float: left;
}

.ty-cart-content__image-block {
    padding-left: 20px;
}

td.ty-cart-content__image-block {
    padding-top: 7px;
    padding-bottom: 7px;
}

.ty-cart-content__product-title {
    font-size: 115%;
    word-wrap: break-word;
}

.ty-cart-content__qty {
    padding: 12px 30px 0;
    text-align: center;
}

.ty-cart-content__sku {
    padding: 5px 0;
    word-break: break-all;
    word-break: break-word;
}

td.ty-cart-content__description {
    padding-bottom: 10px;
}

.ty-cart-content__price {
    padding-right: 20px;
    text-align: right;
}

.ty-cart-content__detailed-link {
    display: inline-block;
    margin: 10px 0 10px;
    border-bottom: 1px dotted transparent;
    text-decoration: none;
    cursor: pointer;
}

    .ty-cart-content__detailed-link.open, .ty-cart-content__detailed-link:hover {
        border-color: #545453;
        text-decoration: none;
    }

.ty-cart-content__product-delete {
    margin: 0 0 0 6px;
    vertical-align: middle;
}

    .ty-cart-content__product-delete:hover {
        text-decoration: none;
    }

.ty-cart-content__options {
    margin-top: 5px;
}

.ty-cart-content .ty-product-options {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ty-cart-content .ty-control-group {
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .ty-cart-content .ty-control-group__label {
        width: 200px;
    }
}

.ty-cart-content .ty-product-options .ty-group-block__arrow .ty-caret-info {
    top: -13px;
}

.ty-cart-content__more-info {
    margin-top: 0;
}

.ty-cart-content__more-info-title {
    padding: 12px;
}

.ty-cart-content__clear-button {
    margin-left: 10px;
}

.ty-cart-content__payment-methods {
    float: right;
    margin: 30px 0 0;
    border-top: 1px solid #eee;
    -webkit-box-shadow: inset 0 70px 70px -30px #fff;
    -moz-box-shadow: inset 0 70px 70px -30px #fff;
    box-shadow: inset 0 70px 70px -30px #fff;
    text-align: center;
}

.ty-cart-content__payment-methods-item {
    padding: 20px 10px 0;
}

.ty-cart-content__payment-methods-title {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: -30px;
    padding: 10px;
    color: #737373;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 85%;
}

.ty-cart-content__buttons {
    padding: 18px 22px;
    background: #fff;
}

.ty-cart-content__top-buttons, .ty-cart-content__bottom-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ty-cart-content__bottom-buttons {
    border-top: 2px solid #fff;
}

@media (min-width: 1200px) {
    .ty-cart-content__bottom-buttons {
        position: sticky;
        bottom: 0;
    }
}

.ty-cart-content__left-buttons {
    float: left;
}

.ty-cart-content__right-buttons {
    float: right;
}

.ty-cart-items {
    overflow: auto;
    padding: 10px 22px;
    max-height: 400px;
    width: 256px;
}

@media (min-width: 375px) {
    .ty-cart-items {
        width: 311px;
    }
}

@media (min-width: 481px) {
    .ty-cart-items {
        width: 320px;
    }
}

.ty-cart-items__list-item {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #ecf0f1;
}

    .ty-cart-items__list-item .ty-icon-cancel-circle {
        color: #b3b3b3;
    }

    .ty-cart-items__list-item:last-child {
        border-bottom: 0px;
    }

    .ty-cart-items__list-item:hover .ty-cart-items__list-item-tools {
        display: block;
    }

.ty-cart-items__list-item-tools a:hover {
    text-decoration: none;
}

.ty-cart-items__list-item-image {
    float: left;
    margin-right: 25px;
}

.ty-cart-items__list-item-desc {
    overflow: hidden;
}

.ty-cart-items__list-item-tools {
    position: absolute;
    top: 10px;
    right: 0px;
    display: none;
}

.ty-cart-items__empty {
    margin: 15px 0;
    color: #ccc;
}

.ty-minicart-title {
    padding-left: 20px;
    display: inline-block;
    text-decoration: none;
}

.ty-cart-total {
    background: #edeff1;
}

.ty-cart-total__wrapper {
    padding: 17px 20px;
    border: 1px solid #fff;
    border-top: none;
}

.ty-cart-statistic {
    float: right;
    padding-top: 10px;
}

.ty-cart-statistic__item {
    clear: both;
    overflow: hidden;
    padding: 0 0 15px 0;
    color: #b3b3b3;
}

.ty-cart-statistic__title {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 220px;
    text-align: right;
    white-space: normal;
}

.ty-cart-statistic_title_main {
    font-weight: bold;
}

.ty-statistic-list-subtotal-discount, .ty-statistic-list-discount {
    color: #e74c3c;
}

.ty-cart-statistic__value {
    position: relative;
    display: inline-block;
    width: 140px;
    text-align: right;
}

.ty-cart-statistic__total-title {
    margin-right: 10px;
}

.ty-cart-statistic__total-value {
    display: inline-block;
    width: 140px;
}

.ty-cart-statistic__group {
    padding-bottom: 5px;
}

.ty-cart-statistic__total-list {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
}

.ty-cart-statistic__total {
    padding: 9px 0 0 0;
    text-align: right;
    font-weight: bold;
    font-size: 138%;
}

.ty-cart-total__a-estimation {
    display: inline-block;
    margin: 0 2px 0 3px;
    text-transform: uppercase;
    font-size: 85%;
    line-height: 130%;
    border-bottom: 1px solid transparent;
}

    .ty-cart-total__a-estimation:hover {
        border-bottom: 1px dotted #545453;
        text-decoration: none;
    }

.ty-cart-total__icon-estimation {
    padding: 0 2px;
}

.ty-cart-content__estimation {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    height: 100%;
    box-sizing: content-box;
}

    .ty-cart-content__estimation .ty-estimation-buttons {
        max-width: inherit;
        min-width: 100%;
    }

.ty-sidebox .ty-input-text-medium {
    width: 100%;
}

.ty-estimation__title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #b3b3b3;
}

.ty-estimation-buttons__rate {
    float: none;
}

.ty-estimation-buttons .ty-btn + .ty-btn {
    margin-left: 0;
}

.ty-estimation-buttons .ty-btn {
    vertical-align: top;
}

.ty-cart-content-products {
    margin-bottom: 6px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #bdc3c7;
    background: #fff;
}

.ty-cart-content-products__item {
    padding-top: 15px;
    border-bottom: 1px solid #bdc3c7;
}

    .ty-cart-content-products__item:last-child {
        border: 0;
    }

.ty-discount-info {
    position: relative;
    margin-top: 7px;
    padding: 10px;
    border: 1px solid #bdc3c7;
    background: #fff;
    font-size: 90%;
}

.ty-discount-coupon__ty-control-group {
    margin: 5px 0;
}

.ty-coupons__container {
    float: left;
    padding-right: 25px;
    width: 260px;
}

.ty-coupons__item {
    padding: 0 0 5px;
}

    .ty-coupons__item:last-child {
        padding-bottom: 0;
    }

.ty-coupons__item-delete, .ty-coupons__item-delete:hover {
    text-decoration: none;
}

.ty-group-block {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.ty-group-block__arrow {
    position: relative;
}

    .ty-group-block__arrow .ty-caret-info {
        top: -17px;
    }

.ty-group-block .ty-caret-outer {
    border-bottom: 7px solid #fff;
    border-bottom-color: rgba(0,0,0,0.1);
}

.ty-group-block .ty-caret-inner {
    border-bottom-color: #fff;
}

.ty-checkout__title {
    display: inline-block;
    margin: 30px 0 0;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    font-family: Arial,sans-serif;
}

.ty-checkout__title-icon {
    color: #d1d1d1;
    vertical-align: middle;
    font-size: 27px;
}

.checkout__block {
    padding: 0 20px;
}

.ty-checkout-buttons {
    margin-top: 15px;
    padding: 17px 25px 0px 25px;
    border-top: 1px solid #e6e6e6;
    background: #fff;
}

.ty-checkout__terms {
    margin: 25px 20px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
}

.ty-checkout__shipping-tips {
    color: #7f7f7f;
    margin-bottom: 40px;
}

.ty-step__container {
    margin: 0 0 5px 0;
    position: relative;
}

    .ty-step__container .ty-icon-down-micro {
        display: none;
    }

.ty-step__container-active {
    margin: 0 0 45px 0;
    background: #fff;
}

    .ty-step__container-active .ty-tabs {
        margin-top: 5px;
        padding: 0px 10px;
    }

    .ty-step__container-active .ty-tabs__content {
        padding: 0;
    }

.ty-step__body-active .ty-address-switch {
    margin: 25px 20px;
}

.ty-step__container-active .ty-step__title-txt {
    margin-left: 32px;
}

.ty-step__container-active .ty-step__title-left {
    background: #fff;
    color: #d1d1d1;
    margin-top: -1px;
}

.ty-step__container {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-step__title, .ty-step__title-active, .ty-step__title-complete {
    position: relative;
    padding: 10px 14px 9px 14px;
}

.ty-step__title-complete {
    padding-right: 110px;
}

    .ty-step__title-complete .ty-step__title-left {
        position: static;
        padding: 0px;
        background: none;
        color: #bfbfbf;
        display: inline;
    }

    .ty-step__title-complete .ty-step__title-txt {
        margin-left: 30px;
        color: #bfbfbf;
    }

    .ty-step__title-complete .ty-step__title-right .ty-btn {
        position: absolute;
        right: 8px;
        top: 8px;
    }

.ty-step__title-active {
    background: #d1d1d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-step__title-arrow {
    display: block;
    width: 35px;
    height: 18px;
    position: absolute;
    font-size: 80px;
    line-height: 0;
    bottom: -30px;
    color: #d1d1d1;
    left: 35px;
}

.ty-step__title-txt {
    color: white;
    font-size: 20px;
    font-weight: normal;
}

.ty-step__title .ty-step__title-txt {
    font-weight: normal;
    color: #bfbfbf;
    margin-left: 36px;
}

.ty-step__title-icon {
    position: absolute;
    top: 14px;
    left: 16px;
}

.ty-step-one .ty-checkout-buttons {
    border: 0;
    margin-top: 6px;
}

.ty-step-one .buttons-container {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.ty-step__title-left {
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 2px 9px;
    background: #d1d1d1;
    border-radius: 50px;
}

.ty-step__title-right {
    float: right;
    padding: 4px 0 0 0;
}

.ty-step__body-active {
    padding: 20px 0;
}

    .ty-step__body-active .select-profile label {
        display: none;
    }

    .ty-step__body-active .ty-control-group .ty-input-text {
        width: 100%;
    }

.ty-checkout__relogin {
    display: inline-block;
    padding: 10px 10px 20px;
}

.ty-checkout__login {
    float: left;
    padding-right: 3%;
    padding-left: 3%;
    width: 46%;
}

    .ty-checkout__login .ty-login {
        margin-top: 0;
    }

.ty-checkout__register {
    position: relative;
    float: left;
    margin: 0 0 0 3%;
    width: 45%;
}

    .ty-checkout__register #anonymous_checkout .ty-control-group {
        margin-bottom: 0;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

.ty-anonymous_checkout {
    padding: 0 25px;
    margin-top: 20px;
}

.ty-anonymous_checkout__field {
    padding: 0 25px;
    margin-top: 20px;
}

.ty-checkout__register-content {
    padding-left: 20px;
}

.ty-checkout__register-cancel {
    margin-left: 15px;
}

.ty-checkout__register-methods {
    margin: 0;
    padding: 0;
}

.ty-checkout__register-methods-item {
    margin: 0px;
    padding: 15px 0 0;
}

input.ty-checkout__register-methods-radio {
    float: left;
    margin-top: 2px;
}

.ty-checkout__register-methods-title {
    display: block;
    padding-bottom: 5px;
    overflow: hidden;
}

.ty-checkout__register-methods-hint {
    display: inline-block;
    padding-left: 20px;
    color: #7f7f7f;
    font-size: 95%;
}

.ty-shipping-options__vendor-name {
    display: inline-block;
    padding: 15px 0 10px;
    font-weight: bold;
}

.ty-shipping-options__products {
    margin-left: 15px;
}

.ty-shipping-options__total {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

.ty-shipping-options__image {
    max-width: 120px;
}

input.ty-shipping-options__checkbox {
    margin: 2px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    width: 10%;
    max-width: 13px;
}

.ty-shipping-options__group {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 90%;
}

.ty-shipping-options__method {
    margin: 20px 0 5px;
    font-size: 0;
}

.ty-customer-notes {
    padding: 15px 20px;
}

.ty-customer-notes__title {
    font-weight: bold;
}

.ty-customer-notes__text {
    width: 100%;
    height: 100px;
    resize: vertical;
}

.ty-checkout__billing-options {
    padding: 20px 20px 0;
}

    .ty-checkout__billing-options .ty-customer-notes, .ty-checkout__billing-options .ty-license-agreement__checkbox, .ty-checkout__billing-options .ty-company__termsf {
        padding-left: 0;
        padding-right: 0;
    }

    .ty-checkout__billing-options .ty-checkout__terms {
        margin-left: 0;
        margin-right: 0;
    }

    .ty-checkout__billing-options.ty-notab {
        padding: 0px 20px 0;
    }

.ty-checkout__billing-tabs .ty-tabs {
    padding-left: 20px;
}

.ty-credit-card {
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 22px;
    max-width: 363px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
}

@media (max-width: 480px) {
    .ty-credit-card {
        max-width: 100%;
    }
}

.ty-credit-card__control-group {
    position: relative;
}

input.ty-credit-card__input {
    padding: 8px;
    padding-right: 54px;
    width: 100%;
    height: 40px;
    font-size: 18px;
}

input.ty-credit-card__input-short {
    margin: 0;
    width: 50px;
}

.ty-credit-card__ty-control-group {
    position: relative;
}

.ty-credit-card .help-inline {
    display: none;
}

.ty-credit-card__cvv-field {
    display: inline-block;
    margin: 17px 15px;
    max-width: 190px;
}

.ty-credit-card__cvv-field-input {
    width: 65px;
    font-size: 18px;
    height: 38px !important;
}

.ty-cc-icons {
    position: absolute;
    right: 57px;
    bottom: 25px;
    display: inline-block;
    margin: 0 0 15px;
}

.ty-cc-icons__item {
    position: absolute;
    z-index: 10;
    display: inline-block;
    visibility: hidden;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ty-cc-icons__icon {
    display: inline-block;
    margin: 0;
    width: 51px;
    height: 32px;
    /*background: url('../../../../../../../../design/themes/vivashop/media/images/icons/payments.png?1623665276') no-repeat;*/
}

.ty-cc-icons__item.cc-default, .ty-cc-icons__item.active {
    visibility: visible;
}

.ty-cc-icons__item .default {
    background-position: -300px 0px;
}

.ty-cc-icons__item .visa-electron {
    background-position: -200px -100px;
}

.ty-cc-icons__item .maestro {
    background-position: 0 -200px;
}

.ty-cc-icons__item .american-express {
    background-position: -100px -200px;
}

.ty-cc-icons__item .discover {
    background-position: -200px -200px;
}

.ty-cc-icons__item .mastercard {
    background-position: 0px -100px;
}

.ty-cc-icons__item .visa {
    background-position: -200px 0px;
}

.ty-cvv2-about {
    display: inline-block;
    margin-left: 10px;
}

.touch .ty-cvv2-about {
    display: none;
}

.ty-cvv2-about:hover {
    position: relative;
    text-decoration: none;
}

.ty-cvv2-about__title {
    cursor: pointer;
    color: #545453;
}

.ty-cvv2-about__note {
    display: none;
    padding: 15px 5px;
    width: 340px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.ty-cvv2-about:hover .ty-cvv2-about__note {
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 100;
    display: block;
}

.ty-cvv2-about__image {
    float: left;
    padding: 0 15px;
}

.ty-cvv2-about__description {
    float: left;
    width: 240px;
}

.ty-cvv2-about__description-title {
    margin: 0;
}

.ty-payment-icons {
    margin: 5px 0;
}

.ty-payment-icons__item {
    display: inline-block;
    margin: 5px;
    width: 51px;
    height: 32px;
    /*background: url('../../../../../../../../design/themes/vivashop/media/images/icons/payments.png?1623665276') no-repeat;*/
}

    .ty-payment-icons__item:first-child {
        margin-left: 0;
    }

    .ty-payment-icons__item:last-child {
        margin-right: 0;
    }

    .ty-payment-icons__item.twocheckout {
        background-position: 0 0;
    }

    .ty-payment-icons__item.mastercard {
        background-position: 0px -100px;
    }

    .ty-payment-icons__item.paypal {
        background-position: -100px -100px;
    }

    .ty-payment-icons__item.visa {
        background-position: -200px 0px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
    .ty-payment-icons__item {
        background-image: url('../../../../../../../../design/themes/vivashop/media/images/icons/payments@2x.png?1623665276');
        background-size: 400px, 400px;
    }
}

.ty-checkout-summary__block {
    margin-top: 20px;
    width: 100%;
}

.ty-checkout-summary__item {
    padding-bottom: 15px;
}

.ty-checkout-summary__total {
    text-align: left;
}

.ty-checkout-summary__total-sum {
    display: inline-block;
    float: right;
}

.ty-checkout-summary__taxes {
    padding-bottom: 2px;
    font-weight: bold;
}

.ty-checkout-summary__taxes-amount {
    display: inline-block;
    overflow: hidden;
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ty-checkout-summary__order_discount {
    color: #e74c3c;
}

.ty-order-products__list {
    padding: 0px 0px;
}

    .ty-order-products__list .ty-product-options {
        display: block;
        padding: 6px 0 0;
        color: #949493;
        margin-bottom: 0;
    }

.ty-order-products__item {
    padding: 14px 0;
    border-bottom: 1px solid #ecf0f1;
}

    .ty-order-products__item:last-child {
        padding-bottom: 5px;
        border: none;
    }

    .ty-order-products__item:first-child {
        padding-top: 0;
    }

.ty-order-products__item-delete {
    visibility: hidden;
    float: right;
    margin: 2px 0 0 0;
}

    .ty-order-products__item-delete:hover {
        text-decoration: none;
    }

.ty-order-products__item:hover .ty-order-products__item-delete {
    visibility: visible;
}

.ty-order-products__price {
    color: #3a3a3a;
}

.ty-order-products__a {
    display: inline-block;
    margin: 2px 0 5px;
    max-width: 235px;
}

.ty-order-products__buttons {
    padding: 14px 0px;
}

    .ty-order-products__buttons .text-button {
        color: #e74c3c;
    }

.ty-order-info {
    color: #3a3a3a;
}

.ty-order-info__title {
    font-weight: bold;
}

.shipping-adress__delim {
    margin-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.ty-order-info__profile-field {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-order-info__profile-field-item {
    float: none;
    clear: left;
    word-break: break-all;
    word-break: break-word;
}

.ty-order-info__profile-field .b-firstname, .ty-order-info__profile-field .b-lastname, .ty-order-info__profile-field .b-address, .ty-order-info__profile-field .b-city, .ty-order-info__profile-field .b-country, .ty-order-info__profile-field .b-state, .ty-order-info__profile-field .b-zipcode, .ty-order-info__profile-field .s-firstname, .ty-order-info__profile-field .s-lastname, .ty-order-info__profile-field .s-address, .ty-order-info__profile-field .s-city, .ty-order-info__profile-field .s-country, .ty-order-info__profile-field .s-state, .ty-order-info__profile-field .s-zipcode {
    float: left;
    clear: none;
    padding-right: 5px;
}

.ty-order-info__profile-field .b-address, .ty-order-info__profile-field .s-address {
    clear: left;
}

.ty-checkout-complete__create-account {
    width: 49%;
    display: inline-block;
}

.ty-checkout-complete__buttons:before, .ty-checkout-complete__buttons:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-checkout-complete__buttons:after {
    clear: both;
}

.ty-checkout-complete__buttons-left {
    float: left;
}

.ty-checkout-complete__buttons-right {
    float: right;
}

.ty-checkout-complete__login-info {
    width: 45%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
}

.ty-checkout-complete_width_full {
    width: 100%;
    margin: 0 0 45px 0;
}

.ty-checkout-complete__order-success {
    margin-bottom: 20px;
}

.ty-checkout-complete__button-vmid {
    display: inline-block;
    margin-top: 8px;
}

.ty-other-pay {
    margin-top: 20px;
}

.ty-payments-list {
    float: left;
    margin: 0;
    padding-right: 60px;
}

.ty-payments-list__item {
    padding: 0px 0px 20px 0;
    font-size: 0;
}

input.ty-payments-list__checkbox {
    margin: 2px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    max-width: 13px;
}

.ty-payments-list__checkbox:checked + .ty-payments-list__item-group {
    font-weight: bold;
}

.ty-payments-list__item-group {
    padding-left: 20px;
    color: #b3b3b3;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 90%;
}

.ty-payments-list__description {
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}

.ty-payments-list__instruction {
    display: inline-block;
    width: 255px;
    margin-bottom: 10px;
    color: #545453;
}

    .ty-payments-list__instruction h2 {
        font-weight: bold;
        font-size: 135%;
        line-height: 130%;
    }

    .ty-payments-list__instruction p {
        padding-top: 10px;
        line-height: 150%;
    }

.ty-payments-list__image {
    max-width: 120px;
}

.ty-payment-method-iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 700px;
    background: #c0c0c0;
    opacity: 0.9;
}

.ty-payment-method-iframe__label {
    position: relative;
    top: 350px;
    padding: 10px;
    height: 50px;
}

.ty-payment-method-iframe__text {
    position: relative;
    top: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.ty-payment-method-iframe__box {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 700px;
    width: 100%;
}

.ty-repay .ty-tabs {
    margin-top: 5px;
}

.ty-repay-button {
    padding-bottom: 20px;
}

.ty-orders-detail {
    position: relative;
}

    .ty-orders-detail .tabs {
        margin-top: 20px;
    }

    .ty-orders-detail .ty-subheaders-group {
        margin: 0;
    }

.ty-orders__actions {
    margin: 25px 0;
}

    .ty-orders__actions .ty-btn + .ty-btn {
        margin-left: 30px;
    }

.ty-orders__actions-right {
    float: right;
}

.ty-orders__actions-right-item {
    float: left;
    margin-left: 25px;
}

.ty-profiles-info {
    margin-top: 20px;
    vertical-align: top;
}

    .ty-profiles-info:before, .ty-profiles-info:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-profiles-info:after {
        clear: both;
    }

.ty-profiles-info__item {
    float: left;
    margin-right: 3%;
    width: 30%;
}

.ty-profiles-info__title {
    margin-bottom: 5px;
    font-size: 15px;
}

.ty-profiles-info__field {
    padding-top: 12px;
}

    .ty-profiles-info__field .ty-info-field {
        margin-bottom: 5px;
        word-break: break-all;
        word-break: break-word;
    }

        .ty-profiles-info__field .ty-info-field:before, .ty-profiles-info__field .ty-info-field:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .ty-profiles-info__field .ty-info-field:after {
            clear: both;
        }

.ty-orders-detail__products {
    margin-top: 25px;
}

.ty-orders-detail__table {
    width: 100%;
    margin-top: 10px;
}

.ty-orders-detail__table-description {
    margin-left: 20px;
}

.ty-orders-detail__table-product {
    width: 65%;
}

.ty-orders-detail__table-price {
    width: 15%;
    text-align: right;
}

.ty-orders-detail__table-quantity {
    width: 10%;
}

.ty-orders-detail__table-subtotal {
    text-align: right;
}

.ty-orders-detail__table-code {
    word-break: break-all;
    word-break: break-word;
}

.ty-orders-notes {
    margin-top: 28px;
}

.ty-orders-notes__body {
    position: relative;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #fff;
    line-height: 150%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ty-orders-summary {
    margin-top: 28px;
}

.ty-orders-summary__wrapper {
    float: left;
    margin-top: 10px;
    padding: 4px 20px;
    min-width: 52%;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ty-orders-summary__table {
    width: 100%;
}

.ty-orders-summary__row {
    border-bottom: 1px solid #e3e9ec;
}

    .ty-orders-summary__row:last-child {
        border-bottom: 0px;
    }

.ty-orders-summary__total {
    font-weight: bold;
}

.ty-orders-summary__wrapper td {
    padding: 13px 10px 11px 0;
    vertical-align: top;
}

.ty-orders-summary__taxes-description {
    padding-top: 5px;
}

.ty-orders-summary__right {
    float: right;
}

.ty-orders-shipment .ty-subheader {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}

    .ty-orders-shipment .ty-subheader:first-child {
        margin-top: 0px;
    }

.ty-orders-shipment__info p {
    padding-top: 0px;
}

.ty-orders-shipment__table {
    width: 100%;
    margin-top: 10px;
}

.ty-orders-shipment-notes__header {
    font-size: 14px;
    float: left;
    padding-right: 10px;
    display: table-cell;
}

.ty-orders-shipment-notes__body {
    display: table-cell;
}

.ty-orders-shipment-notes__info {
    padding-top: 20px;
}

.ty-orders-shipment-notes_body {
    float: left;
    display: table-cell;
}

.ty-orders-search {
    position: relative;
    width: 100%;
}

.ty-orders-search__item {
    vertical-align: top;
}

.ty-orders-search__header--actions {
    width: 25%;
}

@media (min-width: 1024px) {
    .ty-orders-search__header--actions {
        width: 18%;
    }
}

.ty-orders-search__item.ty-orders-search__item--actions .ty-table__responsive-header {
    padding-top: 7px;
    padding-right: 5px;
}

.ty-orders-search__item.ty-orders-search__item--actions .ty-btn-icon {
    background: none;
    color: #465f73;
}

@media (min-width: 768px) {
    .ty-orders-search__item.ty-orders-search__item--actions {
        padding-top: 5px;
    }
}

.ty-orders-search-options .ty-period {
    clear: none;
    margin-left: 2.1276595744681%;
    float: left;
}

.ty-orders-search-options .ty-period__wrapper {
    padding-right: 10px;
    margin-bottom: 12px;
}

.ty-orders-search-options .ty-period__select-date {
    margin-bottom: 12px;
    float: left;
}

    .ty-orders-search-options .ty-period__select-date .ty-control-group__title {
        visibility: hidden;
    }

.ty-orders-search-options .ty-period__dash {
    padding: 0;
}

.ty-orders-search-options .ty-status-info {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .ty-orders-search-options .ty-status-info label {
        display: inline-block;
        margin-right: 0;
        font-size: 0.875rem;
        width: 25%;
        word-break: break-word;
    }

    .ty-orders-search-options .ty-status-info input[type='checkbox'] {
        margin-left: 0px;
    }

.ty-orders-search-options .ty-orders-search__options-status {
    margin-left: 25px;
}

.ty-orders-search__user-info {
    margin: 0;
    padding: 0;
}

.ty-orders-repay {
    margin-top: 30px;
}

    .ty-orders-repay .tabs-content {
        padding-left: 20px;
        padding-top: 20px;
    }

    .ty-orders-repay .ty-customer-notes {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ty-orders-repay .ty-other-pay {
        margin-top: 0px;
    }

.ty-order-status {
    margin: 5% auto;
    padding: 15px 15px 15px 40px;
    width: 920px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7 url('../../../../../../../../design/themes/vivashop/media/images/icons/ajax.gif?1623665276') no-repeat 15px center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ty-checkout-block-terms {
    padding: 0;
}

.ty-license-agreement__checkbox {
    padding: 0 20px;
}

.ty-license-agreement__checkbox__checkbox {
    display: block;
    font-weight: bold;
}

.ty-orders-promotion {
    margin-top: 30px;
}

.ty-orders-promotion__title {
    font-size: 16px;
}

.ty-orders-promotion__description {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding: 10px;
}

.ty-exception {
    position: relative;
    margin: 50px 0px 30px 0px;
    padding: 40px 0px 70px 0px;
}

.ty-exception__code {
    top: 92px;
    left: 63px;
    display: inline-block;
    width: 300px;
    color: #e74c3c;
    text-align: center;
    font-weight: bold;
    font-size: 86px;
    line-height: 70px;
}

.ty-exception__code-txt {
    display: block;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
}

.ty-exception__title-info {
    display: inline-block;
    padding-left: 30px;
}

.ty-exception__title {
    padding: 0px 0px 25px 0px;
    font-size: 25px;
    font-weight: normal;
    color: #34495e;
}

.ty-exception__info {
    padding: 0px 0px 30px 0px;
    color: #bdc3c7;
    font-size: 110%;
}

.ty-exception__links {
    margin: 0px 20px 0px 0px;
}

.ty-exception__links-item {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

.ty-exception__links-a {
    text-decoration: underline;
    cursor: pointer;
}

.ty-sitemap {
    margin-bottom: 10px;
}

.ty-sitemap__section-title {
    display: block;
    padding: 10px 0 7px 0;
    border-color: #fff;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}

.ty-sitemap__section-wrapper {
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 33%;
}

.ty-sitemap__tree {
    margin: 20px 0 15px 0;
}

.ty-sitemap__tree-section-list {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    min-height: 165px;
    width: 33%;
    font-size: 12px;
}

.ty-sitemap__section-sub-title {
    font-weight: bold;
    font-size: 120%;
}

.ty-sitemap__tree-list-item {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 0;
}

.ty-sitemap__tree-list-item {
    padding: 5px 0;
}

.ty-company-fields {
    margin-bottom: 50px;
}

    .ty-company-fields .ty-input-text, .ty-company-fields .ty-input-textarea-long {
        width: 100%;
    }

    .ty-company-fields select {
        width: 100%;
    }

.ty-companies {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

    .ty-companies:before, .ty-companies:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-companies:after {
        clear: both;
    }

.ty-companies__info {
    overflow: hidden;
    padding-left: 25px;
}

.ty-companies__img {
    float: left;
    text-align: center;
}

.ty-company-title {
    display: inline-block;
    padding: 5px 0;
}

.ty-company-detail__top-links {
    line-height: 20px;
}

.ty-company-detail__view-products {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.ty-company-detail__categories {
    margin-top: 10px;
}

.ty-company-detail__table {
    width: 100%;
    margin-top: 10px;
}

.ty-company-detail__info-title {
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #404040;
    font-weight: bold;
    font-size: 115%;
}

.ty-company-detail__logo {
    float: left;
    overflow: hidden;
    margin: 0 100px 20px 0;
    width: 160px;
    height: 100px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 100px;
}

    .ty-company-detail__logo:before, .ty-company-detail__logo:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-company-detail__logo:after {
        clear: both;
    }

    .ty-company-detail__logo .ty-no-image {
        width: 160px !important;
        height: 100px !important;
    }

.ty-company-detail__info {
    overflow: hidden;
    margin-top: 25px;
}

    .ty-company-detail__info:before, .ty-company-detail__info:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-company-detail__info:after {
        clear: both;
    }

.ty-company-image {
    vertical-align: middle;
}

.ty-company-detail__info-list {
    float: left;
    margin-bottom: 20px;
    max-width: 320px;
    word-break: break-all;
}

.ty-company-detail_info-first {
    margin-right: 10%;
}

.ty-company-detail__ty-control-group {
    padding-top: 3px;
}

.ty-company-detail__control-label {
    display: inline-block;
    width: 95px;
    word-break: break-word;
    vertical-align: top;
}

.ty-company__terms {
    margin: 25px 20px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
}

.ty-company-info {
    margin: 45px 0 0 58px;
    padding-bottom: 280px;
    background: url('../../../../../../../../design/themes/vivashop/media/images/company_vendor.png?1623665276') no-repeat bottom center;
}

    .ty-company-info h4 {
        padding-bottom: 10px;
        font-size: 19px;
    }

    .ty-company-info ul li {
        margin-bottom: 11px;
        margin-left: 17px;
        padding: 2px 0;
        list-style-type: disc;
    }

.ty-grid-vendors .ty-grid-list__company-logo .ty-company-image-wrapper {
    display: block;
    text-align: center;
    line-height: 100px;
}

.ty-grid-vendors .ty-grid-list__item-location .company-location {
    display: block;
    text-align: center;
    color: #adadac;
    word-wrap: break-word;
}

.ty-grid-vendors .ty-grid-list__total-products .ty-company-total-products {
    display: block;
    text-align: center;
    color: #adadac;
    word-wrap: break-word;
    text-transform: lowercase;
}

.vendor-info-grid {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px 0 3px;
    padding: 35px 0;
}

.ty-entry-page__item {
    margin: 3px 0;
    padding: 8px;
}

.ty-entry-page__a {
    display: block;
}

.ty-grid-promotions {
    margin-left: -10px;
    margin-right: -10px;
}

.ty-grid-promotions__item {
    border: 1px solid #ebebeb;
    margin: 10px 10px 25px 10px;
    padding: 0;
}

.ty-grid-promotions__content {
    padding: 20px 20px 25px 20px;
}

.ty-grid-list__available {
    margin-bottom: 7px;
    color: #adadad;
    font-size: 13px;
}

.ty-grid-promotions__company {
    margin-bottom: 7px;
}

.ty-grid-promotions__header {
    margin-bottom: 7px;
    line-height: 1.2;
}

.ty-grid-promotions__description table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

.ty-categories-picker {
    margin-top: -1px;
    width: 100%;
}

.ty-categories-picker__title, .ty-categories-picker__item {
    padding: 12px;
    border: 1px solid #ecf0f1;
    text-align: left;
}

.ty-categories-picker .ty-dir-list {
    color: #b3b3b3;
}

.ty-tree-space {
    display: inline-block;
    width: 10px;
}

.download {
    margin-top: 20px;
}

.ty-download__table {
    width: 100%;
    margin: 11px 0 35px 0;
}

.ty-download-icon {
    margin-right: 5px;
    color: #bdc3c7;
}

.ty-download__empty {
    color: #fff;
}

.ty-download__icon {
    margin-left: 5px;
    font-size: 120%;
}

.ty-download__size-col {
    width: 20%;
}

.ty-download__nostyle {
    padding: 0 !important;
    border: 0 !important;
}

.ty-download__table-nomargin {
    width: 100%;
}

.te-mode {
    margin-left: 300px;
}

    .te-mode .ty-ajax-loading-box {
        margin-left: 156px;
    }

html #jquery-overlay {
    z-index: 1160;
}

html #jquery-lightbox {
    z-index: 1170;
}

.homepage-banners {
    margin-top: 25px;
}

.homepage-hotdeals {
    margin: 50px 0;
}

.ty-homepage-vendors {
    margin-top: 35px;
}

    .ty-homepage-vendors ul {
        margin: 15px 15px 0 0;
    }

        .ty-homepage-vendors ul li {
            padding: 5px 0;
        }

.ty-homepage-vendors__devider {
    border-top: 1px solid #fff;
    padding: 10px 0;
    margin-top: 15px;
}

.ty-pagination {
    margin: 10px 0 10px;
    padding: 10px 0 10px 0;
}

.ty-pagination__items {
    display: inline-block;
    color: #a6a6a6;
}

.ty-pagination__bottom {
    border-top: 1px solid #dedede;
}

.ty-pagination__item, .ty-pagination__selected {
    color: white;
    display: inline-block;
    padding: 3px 7px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ty-pagination__item {
    color: #a6a6a6;
}

    .ty-pagination__item:hover {
        background: #fff;
        color: #a6a6a6;
        padding: 4px 7px;
    }

.ty-pagination__selected {
    color: #fff;
    font-size: 14px;
    background: #545453;
}

.ty-pagination__range, .ty-pagination__btn {
    margin: 0 4px;
    padding: 5px 7px;
    width: auto;
    color: #a6a6a6;
}

    .ty-pagination__btn:hover {
        color: #a6a6a6;
    }

.ty-pagination__prev, .ty-pagination__next {
    color: #a6a6a6;
}

    .ty-pagination__prev:hover, .ty-pagination__next:hover {
        color: #a6a6a6;
        background: #fff;
        cursor: pointer;
    }

.ty-pagination__text {
    text-transform: uppercase;
}

.ty-pagination__text-arrow {
    font-size: 16px;
    line-height: 10px;
    font-style: normal;
}

    .ty-pagination__text-arrow:before {
        content: "←";
    }

.ty-pagination__right-arrow .ty-pagination__text-arrow:before {
    content: "→";
}

.ty-tabs {
    margin-top: 30px;
    vertical-align: bottom;
    border-bottom: 1px solid #ededed;
}

.ty-tabs__list {
    vertical-align: bottom;
}

.ty-tabs__item, .ty-tabs .subtab {
    float: left;
    vertical-align: bottom;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    margin: 2px 2px 0 0;
    padding: 0 0 0 3px;
    position: relative;
    background: #f2f2f2;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

    .ty-tabs__item:hover, .ty-tabs .subtab:hover {
        background: #fafafa;
    }

    .ty-tabs__item.active, .ty-tabs .subtab.active {
        background: #ccc;
    }

    .ty-tabs__a, .ty-tabs .subtab a {
        display: block;
        padding: 8px 21px 2px 18px;
        height: 23px;
        color: #7c7e80;
        text-decoration: none;
    }

    .ty-tabs__item.active .ty-tabs__a {
        color: #fff;
    }

    .ty-tabs .subtab .ty-tabs__item.active .ty-tabs__a {
        color: #7c7e80;
    }

    .ty-tabs__a:hover, .ty-tabs .subtab a:hover {
        text-decoration: none;
        color: #7c7e80;
    }

.ty-tabs__content {
    padding: 15px 5px;
}

.tab-list-title {
    margin: 50px 0 15px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-size: 22px;
}

.ty-tabs .open .dropdown-menu {
    display: block;
}

.ty-tabs .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .ty-tabs .dropdown-menu li.active {
        float: none;
        border: 0;
        margin: 0;
    }

    .ty-tabs .dropdown-menu li {
        display: block;
        margin: 0;
        float: none;
        background: none;
        border: 0px;
    }

.ty-tabs .subtab {
    float: right !important;
}

.ty-tabs .ty-icon-down-dir {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    margin: 0 2px;
}

.ty-ajax-loading-box__inner {
    display: none;
    margin: 0 10px 0 5px;
    padding: 6px 0 6px 27px;
    color: #fff;
    font-weight: bold;
}

.ty-ajax-loading-box {
    display: none;
    position: fixed;
    background: black;
    top: 50%;
    right: 50%;
    left: 50%;
    z-index: 100001;
    overflow: visible;
    opacity: 0.8;
    border-radius: 5px;
    width: 52px;
    min-height: 52px;
    margin: -26px 0 0 -26px;
}

    .ty-ajax-loading-box::before {
        box-sizing: content-box;
        position: absolute;
        content: '';
        opacity: 0.6;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        border: 3px solid #4a4a4a;
        border-top: 3px solid transparent;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load 1.2s infinite linear;
        animation: load 1.2s infinite linear;
    }

    .ty-ajax-loading-box::before {
        top: calc(24px / 2);
    }

    .ty-ajax-loading-box::before {
        left: calc(50% - (24px + 3px * 2) / 2);
    }

.ty-ajax-loading-box_text_block {
    min-width: 120px;
    min-height: 76px;
    background-position: 44px 10px;
}

.ty-ajax-loading-box-with__text-wrapper {
    color: #fff;
    margin-top: 50px;
    display: block;
    margin-left: 0px;
    width: 100%;
    padding: 0px 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
}

.ty-ajax-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    display: none;
}

.notification-content-extended {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1101;
    margin: -40px 0 0 -320px;
    min-height: 140px;
    width: 640px;
    color: #000;
    background-color: #fff;
    border: 1px solid gray;
}

    .notification-content-extended .ty-product-notification__body {
        overflow: auto;
    }

.notification-body-extended {
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

.notification-container {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 1022;
    min-width: 300px;
    width: 40%;
}

.notification-container-top {
    top: 10px;
}

.notification-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px 10px 18px;
    line-height: 150%;
    border-radius: 2px;
}

    .notification-content strong {
        margin-right: 7px;
    }

.notification-content-extended h1 {
    position: relative;
    padding: 13px 30px 10px 20px;
    border: none;
    border-bottom: 1px solid #bdc3c7;
    background: #f8f9f9;
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .notification-content-extended h1 span {
        position: absolute;
        top: 15px;
        right: 14px;
        width: 16px;
        height: 16px;
        color: #acacac;
        text-shadow: none;
        font: 13px/1 'glyphs';
        opacity: 1;
        cursor: pointer;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

        .notification-content-extended h1 span:before {
            font-family: glyphs;
            content: "\e009";
            speak: none;
            -webkit-font-smoothing: antialiased;
        }

        .notification-content-extended h1 span:hover {
            color: #dfdfdf;
            opacity: 1;
        }

.close {
    position: absolute;
    top: 5px;
    right: 7px;
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}

    .close:hover {
        text-decoration: none;
        cursor: pointer;
    }

.alert-success, .alert-warning, .alert-error {
    position: relative;
    margin: 7px 0 7px 0;
    border: 1px solid;
    font-size: 100%;
    opacity: 0.96;
}

.alert-success {
    border-color: #8bc045;
    background: #d0eaae;
    color: #496e16;
}

    .alert-success .close {
        color: #8bc045;
    }

.alert-warning {
    border-color: #f39c12;
    background: #f5e08c;
    color: #ac6e0b;
}

    .alert-warning .close {
        color: #f39c12;
    }

.alert-error {
    border-color: #c0392b;
    background: #eb7064;
    color: white;
}

    .alert-error .close {
        color: #c0392b;
    }

    .alert-error a {
        color: #fff;
        text-decoration: underline;
    }

.owl-item {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) {
        white-space: nowrap;
        overflow: hidden;
    }

        .owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) > * {
            display: inline-block;
        }

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px);
        display: flex !important;
        align-content: center;
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoheight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
        min-height: 32px;
    }

.owl-buttons {
    color: #737373;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeout .7s both ease;
    -moz-animation: fadeout .7s both ease;
    animation: fadeout .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadein .7s both ease;
    -moz-animation: fadein .7s both ease;
    animation: fadein .7s both ease;
}

.owl-backslide-out {
    -webkit-animation: backslideout 1s both ease;
    -moz-animation: backslideout 1s both ease;
    animation: backslideout 1s both ease;
}

.owl-backslide-in {
    -webkit-animation: backslidein 1s both ease;
    -moz-animation: backslidein 1s both ease;
    animation: backslidein 1s both ease;
}

.owl-godown-out {
    -webkit-animation: scaletofade .7s ease both;
    -moz-animation: scaletofade .7s ease both;
    animation: scaletofade .7s ease both;
}

.owl-godown-in {
    -webkit-animation: godown .6s ease both;
    -moz-animation: godown .6s ease both;
    animation: godown .6s ease both;
}

.owl-fadeup-in {
    -webkit-animation: scaleupfrom .5s ease both;
    -moz-animation: scaleupfrom .5s ease both;
    animation: scaleupfrom .5s ease both;
}

.owl-fadeup-out {
    -webkit-animation: scaleupto .5s ease both;
    -moz-animation: scaleupto .5s ease both;
    animation: scaleupto .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backslideout {
    25% {
        opacity: .5;
        -webkit-transform: translatez(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translatez(-500px) translatex(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translatez(-500px) translatex(-200%);
    }
}

@-moz-keyframes backslideout {
    25% {
        opacity: .5;
        -moz-transform: translatez(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translatez(-500px) translatex(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translatez(-500px) translatex(-200%);
    }
}

@keyframes backslideout {
    25% {
        opacity: .5;
        transform: translatez(-500px);
    }

    75% {
        opacity: .5;
        transform: translatez(-500px) translatex(-200%);
    }

    100% {
        opacity: .5;
        transform: translatez(-500px) translatex(-200%);
    }
}

@-webkit-keyframes backslidein {
    0%,25% {
        opacity: .5;
        -webkit-transform: translatez(-500px) translatex(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translatez(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatez(0) translatex(0);
    }
}

@-moz-keyframes backslidein {
    0%,25% {
        opacity: .5;
        -moz-transform: translatez(-500px) translatex(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translatez(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translatez(0) translatex(0);
    }
}

@keyframes backslidein {
    0%,25% {
        opacity: .5;
        transform: translatez(-500px) translatex(200%);
    }

    75% {
        opacity: .5;
        transform: translatez(-500px);
    }

    100% {
        opacity: 1;
        transform: translatez(0) translatex(0);
    }
}

@-webkit-keyframes scaletofade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaletofade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaletofade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes godown {
    from {
        -webkit-transform: translatey(-100%);
    }
}

@-moz-keyframes godown {
    from {
        -moz-transform: translatey(-100%);
    }
}

@keyframes godown {
    from {
        transform: translatey(-100%);
    }
}

@-webkit-keyframes scaleupfrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleupfrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleupfrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleupto {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleupto {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleupto {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.owl-theme {
    margin: 0;
}

.ty-owl-controls {
    margin: -40px 0 0 0;
    float: right;
    position: relative;
    z-index: 100;
}

.ty-sidebox .ty-owl-controls {
    margin: -50px 0 0 0;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls-outside {
    margin-top: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #d1d1d1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.owl-theme .owl-controls-outside .owl-buttons div {
    float: left;
    font-size: 15px;
    padding: 2px 9px;
    height: 20px;
    width: 6px;
    margin-top: 3px;
    margin-bottom: 0;
}

    .owl-theme .owl-controls-outside .owl-buttons div:last-child {
        margin-right: 0;
    }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #a9b0b4;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

.owl-item.loading::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

.owl-item.loading::before {
    top: calc(50% - (24px + 3px * 2) / 2);
}

.owl-item.loading::before {
    left: calc(50% - (24px + 3px * 2) / 2);
}

.owl-more-theme .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.owl-more-theme .owl-prev, .owl-more-theme .owl-next {
    position: absolute;
    padding: 3px 8px 0 8px;
}

    .owl-more-theme .owl-prev i, .owl-more-theme .owl-next i {
        font-size: 30px;
    }

.owl-more-theme .owl-prev {
    left: -35px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.owl-more-theme .owl-next {
    right: -35px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#lightbox-container-image-box {
    height: 100% !important;
}

#lightbox-container-image, #lightbox-container-image-data-box, #lightbox-container-image-box, #lightbox-image, #lightbox-nav {
    max-width: 100vw;
}

#lightbox-image {
    max-height: 80vh;
}

@media (max-width: 767px) {
    #jquery-lightbox {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .pp_pic_holder.pp_default {
        max-width: 100vw;
        overflow: hidden;
        position: fixed;
        top: 0% !important;
    }

    #pp_full_res, .pp_content, .ppt {
        max-width: 100vw;
    }

    .pp_details {
        max-width: 100%;
    }

    #pp_full_res img, .pp_hoverContainer, .pp_content {
        max-width: 100%;
        height: auto !important;
    }

    a.pp_close {
        top: -35px !important;
    }
}

.ty-owl-previewer .object-container, .ty-owl-previewer .ty-owl-previewer__container, .ty-owl-previewer .owl-wrapper-outer, .ty-owl-previewer .owl-wrapper, .ty-owl-previewer__image-container {
    height: 100vh !important;
    max-height: 100%;
}

.ty-owl-previewer .object-container {
    overflow-x: hidden;
}

.ty-owl-previewer__image--flex-fix-wrapper {
    max-height: 80%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ty-owl-previewer .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ty-owl-previewer .owl-buttons {
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    bottom: calc(50% + 60px);
    display: flex;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .ty-owl-previewer .owl-buttons {
        display: none;
    }
}

.ty-owl-previewer .owl-next {
    transform: scale(3);
}

    .ty-owl-previewer .owl-next:before {
        border: 0 !important;
    }

.ty-owl-previewer .owl-prev {
    transform: scale(3);
}

    .ty-owl-previewer .owl-prev:after {
        border: 0 !important;
    }

.ty-owl-previewer__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ty-owl-previewer__image {
    display: inline;
    max-width: 100%;
    max-height: 100%;
}

.ty-owl-previewer__dialog {
    height: 80vh !important;
    width: 80vw !important;
    top: 10vh !important;
    left: 10vw !important;
    max-height: none;
    max-width: 80vw !important;
    position: fixed;
}

@media (max-width: 767px) {
    .ty-owl-previewer__dialog {
        height: 100vh !important;
        width: 100vw !important;
        top: 0vh !important;
        left: 0vw !important;
        max-width: 100vw !important;
    }
}

.ty-owl-previewer__dialog .ui-dialog-titlebar {
    background: white;
    border: none;
}

.ty-owl-previewer.ui-dialog-content {
    height: calc(100% - 48px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .ty-owl-previewer.ui-dialog-content .object-container {
        padding: 4px;
        display: block;
        width: 100%;
    }

.ty-footer-form-block {
    margin: 27px 0px 0px 0px;
    color: white;
}

.ty-footer-form-block__title {
    display: inline-block;
    padding-right: 30px;
    font-size: 22px;
    color: white;
    font-weight: normal;
}

.ty-footer-form-block__form {
    display: inline-block;
    margin: 0 0 10px 0 !important;
    width: 300px;
}

    .ty-footer-form-block__form .cm-hint {
        color: #c9c9c9;
    }

.dropdown-menu {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.litecheckout .cm-sdek-select-store {
    position: static;
    display: none;
}

.litecheckout .pickup--map-list, .litecheckout .pickup--list, .litecheckout .ty-checkout-select-store, .litecheckout .ty-checkout-select-store__list, .litecheckout .ty-checkout-select-store__map-full-div {
    padding-left: 0;
}

.litecheckout .pickup--show-all-btn-wrapper {
    width: 100%;
    padding: 6.5px;
    text-align: center;
}

.litecheckout .pickup__open-pickupups-btn {
    display: flex;
    margin-top: 15px;
    flex-basis: 100%;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}

.litecheckout .pickup__offices {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow-y: auto;
    height: 500px;
    max-height: 500px;
    padding: 4px;
}

    .litecheckout .pickup__offices.litecheckout__fields-row--wrapped .ty-one-store {
        flex-basis: 100%;
        width: 100%;
    }

.litecheckout .pickup__offices-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    overflow-y: hidden;
    height: 502px;
    max-height: 502px;
    border: 1px solid #fff;
    border-right: 0;
    margin: 0;
    border-radius: 6px 0 0 6px;
}

.litecheckout .pickup__offices-wrapper--near-map {
    flex-basis: 100% !important;
    width: auto;
}

.litecheckout .pickup__offices--list {
    padding: 0px;
}

@media (max-width: 767px) {
    .litecheckout .pickup__offices--list {
        max-height: calc(100vh - 140px) !important;
        min-height: calc(100vh - 140px) !important;
        overflow: auto;
    }

    .litecheckout .pickup__offices--list-no-height.pickup__offices {
        max-height: unset !important;
        min-height: unset !important;
        padding: 0;
        padding-top: 15px;
    }

        .litecheckout .pickup__offices--list-no-height.pickup__offices .ty-one-store {
            border-top: 1px solid #dce3ea;
            border-right: 1px solid #dce3ea;
        }
}

.litecheckout .pickup__offices--list .ty-one-store {
    padding: 0 !important;
    min-height: auto !important;
    border-bottom: 1px solid #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .litecheckout .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label {
        border: 0 !important;
        border-radius: 0 !important;
    }

.litecheckout .pickup__offices--list .ty-sdek-office__selected {
    border-radius: 0 !important;
    border-left-color: #539802 !important;
    background-color: #fff !important;
    order: 0 !important;
}

    .litecheckout .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name {
        color: #539802;
    }

    .litecheckout .pickup__offices--list .ty-sdek-office__selected .ty-sdek-store__label.ty-one-store__label {
        box-shadow: none !important;
    }

.litecheckout .pickup__search {
    padding: 10px;
    background-color: rgba(0,0,0,0.02);
}

.litecheckout .pickup__search-field {
    max-width: 100%;
    margin: 0;
}

.litecheckout .pickup--list .pickup__offices-wrapper {
    flex-basis: 100%;
    border: 0;
    overflow: initial;
    height: auto;
}

.litecheckout .pickup--list .pickup__offices {
    padding: 0;
    margin: 0 -6.5px;
    height: auto;
}

    .litecheckout .pickup--list .pickup__offices.litecheckout__fields-row--wrapped .ty-one-store {
        flex-basis: 33.3%;
    }

.litecheckout .pickup--map-list, .litecheckout .pickup--list {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.litecheckout .pickup__map-wrapper {
    display: flex;
    flex-basis: 70%;
    height: 500px;
    margin: 0;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .litecheckout .pickup__map-wrapper {
        border-radius: 0;
    }
}

.litecheckout .pickup__map-container {
    flex-basis: 100%;
}

.litecheckout .pickup__offices--list--no-sorting .ty-sdek-office__selected {
    order: 0 !important;
}

.litecheckout .pickup--map-list .ty-checkout-select-store__item-view, .litecheckout .pickup--map-list .ty-checkout-select-store__list__item-view, .litecheckout .pickup--list .ty-checkout-select-store__item-view, .litecheckout .pickup--list .ty-checkout-select-store__list__item-view {
    padding: 0 6px;
    padding-bottom: 20px;
}

    .litecheckout .pickup--map-list .ty-checkout-select-store__item-view .ty-btn.ty-btn__tertiary.text-button, .litecheckout .pickup--map-list .ty-checkout-select-store__list__item-view .ty-btn.ty-btn__tertiary.text-button, .litecheckout .pickup--list .ty-checkout-select-store__item-view .ty-btn.ty-btn__tertiary.text-button, .litecheckout .pickup--list .ty-checkout-select-store__list__item-view .ty-btn.ty-btn__tertiary.text-button {
        padding: 10px 25px;
    }

.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label, .litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label {
    min-height: 105px;
    display: flex;
    align-items: center;
}

    .litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label .ty-one-store__name, .litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label .ty-one-store__name {
        padding-top: 0px;
    }

    .litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label label, .litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label label {
        width: 100%;
    }

.litecheckout .pickup--map-list .ty-one-store, .litecheckout .pickup--list .ty-one-store {
    display: flex;
    width: 33.3%;
    flex-basis: 33.3%;
    padding: 6.5px;
    margin: 0px;
    min-height: 145px;
    order: 1;
    background-color: rgba(0,0,0,0.02);
    border-left: 3px solid transparent;
    box-sizing: border-box;
}

    .litecheckout .pickup--map-list .ty-one-store.hidden, .litecheckout .pickup--list .ty-one-store.hidden {
        display: none;
    }

.litecheckout .pickup--map-list .ty-one-store__name, .litecheckout .pickup--list .ty-one-store__name {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

.litecheckout .pickup--map-list .ty-one-store__description .ty-one-office__address, .litecheckout .pickup--list .ty-one-store__description .ty-one-office__address {
    font-size: 12px;
    color: #6c6c6c;
}

.litecheckout .pickup--map-list .ty-one-store__description .ty-one-office__worktime, .litecheckout .pickup--list .ty-one-store__description .ty-one-office__worktime {
    font-size: 12px;
    color: #6c6c6c;
}

.litecheckout .pickup--map-list .ty-one-store__label, .litecheckout .pickup--list .ty-one-store__label {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    justify-content: center;
    border-radius: 5px;
    border: solid 1px #acbdcd;
}

    .litecheckout .pickup--map-list .ty-one-store__label *, .litecheckout .pickup--list .ty-one-store__label * {
        cursor: pointer;
    }

.litecheckout .pickup--map-list .ty-one-store__radio, .litecheckout .pickup--list .ty-one-store__radio {
    display: none;
}

.litecheckout .pickup--map-list .ty-one-store:hover, .litecheckout .pickup--list .ty-one-store:hover {
    background: rgba(0,0,0,0.05);
}

.litecheckout .pickup--map-list .ty-one-store *, .litecheckout .pickup--list .ty-one-store * {
    box-sizing: border-box;
}

@media (max-width: 1180px) {
    .litecheckout .pickup--map-list .ty-checkout-select-store, .litecheckout .pickup--map-list .ty-checkout-select-store__list, .litecheckout .pickup--list .ty-checkout-select-store, .litecheckout .pickup--list .ty-checkout-select-store__list {
        width: calc(100% - 2px);
    }

    .litecheckout .pickup--map-list .ty-one-store, .litecheckout .pickup--list .ty-one-store {
        flex-basis: 100%;
    }
}

@media (max-width: 767px) {
    .litecheckout .pickup--map-list .ty-one-store, .litecheckout .pickup--list .ty-one-store {
        flex-basis: 100%;
    }

    .litecheckout .pickup--map-list, .litecheckout .pickup--list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .litecheckout .pickup__offices-wrapper {
        flex-basis: 100%;
        height: auto;
        max-height: unset;
        border: 0;
    }

    .litecheckout .pickup__offices {
        padding: 4px;
        height: auto;
        max-height: unset;
        overflow-y: auto;
    }

    .litecheckout .pickup__search {
        border: 0;
    }

    .litecheckout .pickup__map-wrapper {
        flex-direction: column;
        flex-basis: 100%;
        height: auto;
        border: 0;
    }

    .litecheckout .pickup__map-container {
        flex-basis: 70vh;
        height: 70vh;
        border: 1px solid #acbdcd;
    }

    .litecheckout .pickup__map-container--mobile-hint {
        display: flex;
        visibility: visible;
        min-height: 25px;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #acbdcd;
        border-top: 2px solid white;
        padding: 5px;
        text-align: center;
        font-size: 0.9em;
    }
}

@media (min-width: 767px) {
    .litecheckout .accordeon-label, .litecheckout .accordeon-checkbox {
        visibility: hidden;
        display: none;
    }

    .litecheckout .pickup__map-container--mobile-hint {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .litecheckout .accordeon-labels {
        display: flex;
        width: 100%;
        padding: 0 10px;
    }

    .litecheckout .accordeon-label {
        display: inline-flex;
        border: 1px solid rgba(0,0,0,0.14);
        background-color: rgba(151,151,151,0.178);
        color: rgba(0,0,0,0.65);
        text-align: center;
        cursor: pointer;
        flex-basis: 100%;
        height: 25px;
        justify-content: center;
        align-items: center;
    }

    .litecheckout .accordeon-label--checked {
        background-color: #4fbe31;
        font-weight: 900;
        color: white;
    }

    .litecheckout .accordeon-label:first-child {
        border-right: 0;
    }

    .litecheckout .accordeon-label:checked {
        color: white;
    }

    .litecheckout .accordeon-checkbox {
        display: none;
    }

    .litecheckout .accordeon-content {
        display: none;
    }

    .litecheckout .accordeon-checkbox:checked ~ .accordeon-content {
        display: block;
    }
}

.ui-dialog .ui-dialog-content.ty-checkout-select-store__map-full-div-in-popup {
    min-width: 740px;
}

@media (max-width: 768px) {
    .ui-dialog .ui-dialog-content.ty-checkout-select-store__map-full-div-in-popup {
        min-width: unset;
        width: 100%;
    }
}

.pickup__map-container .gm-style-pbt {
    margin-left: 60px;
}

@media (max-width: 767px) {
    .litecheckout-ya-baloon {
        overflow-x: hidden;
    }
}

.litecheckout__link {
    color: #4fbe31;
}

.litecheckout__shippings {
    transition: .256s padding;
}

    .litecheckout__shippings:after {
        display: block;
        content: "";
        transition: .256s all;
        background-color: transparent;
        color: white;
    }

.litecheckout__overlay--active {
    position: relative;
    z-index: inherit;
    padding: 0px 5px;
    min-height: 300px;
}

    .litecheckout__overlay--active:after {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        border-radius: 6px;
        content: attr(data-ca-lite-checkout-overlay-message);
        color: white;
        font-size: 38px;
    }

.litecheckout__select {
    width: 100%;
    height: 41px;
    border: 1px solid #acbdcd;
    border-radius: 5px;
    font-size: 14px;
    color: #2e3a47;
}

    .litecheckout__select:hover {
        border-color: #465f73;
    }

    .litecheckout__select:focus, .litecheckout__select:focus-within {
        border-color: #f5fbee;
        box-shadow: 0 0 0 4px rgba(245,251,238,0.2), 0 0 0 1px #f5fbee;
        outline: 0;
    }

.litecheckout__select-label {
    display: block;
    padding: 6px 0;
    font-weight: bold;
}

.litecheckout .ty-footer-form-block-policy__input--autoclicked .ty-lable-subscribe-policy__wrapper {
    max-width: unset;
}

.litecheckout__payment-method .ty-payments-list__item {
    display: none;
}

.litecheckout__payment-instructions {
    flex-direction: column;
}

.litecheckout__terms {
    width: 100%;
}

    .litecheckout__terms .ty-checkout__terms {
        margin: 0;
        border: 1px solid #dce3ea;
        background-color: rgba(249,249,249,0.5);
    }

.litecheckout__address-switch {
    width: 100%;
    margin: 0;
}

.litecheckout__submit-btn {
    width: 100%;
    border-radius: 5px;
    background-color: #ff9200;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: background 200ms;
}

.litecheckout__submit-btn--auto-width {
    max-width: 100%;
    width: auto;
    padding: 0 30px;
}

.litecheckout__submit-btn:hover, .litecheckout__submit-btn:focus, .litecheckout__submit-btn:focus-within {
    background: #ff9f1f;
}

.litecheckout__form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.litecheckout__page-title {
    margin: 40px 0 15px;
    padding: 0 8px;
    font-size: 28px;
}

.tygh-footer > div.litecheckout__footer {
    background: transparent;
}

.litecheckout__footer {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .litecheckout__footer .ty-logo-container {
        margin-bottom: 10px;
    }
}

.litecheckout__footer .footer-copyright {
    background: transparent;
}

.litecheckout__footer .bottom-copyright {
    margin-top: 0;
}

.litecheckout__container {
    flex-basis: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-width: 100%;
}

.litecheckout__section {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.litecheckout__group {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

    .litecheckout__group.hidden {
        display: none;
    }

.litecheckout__group--center {
    align-items: center;
}

.litecheckout__group .captcha {
    padding: 0px 8px;
}

.litecheckout__item {
    display: flex;
    margin: 0.5rem;
}

.litecheckout__item--fill {
    flex-grow: 1;
    flex-shrink: 1;
}

.litecheckout__item--full {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

.litecheckout__item--center {
    align-items: center;
}

.litecheckout__item:empty {
    display: none;
}

.litecheckout__item .ty-credit-card__input, .litecheckout__item .ty-credit-card__input-short, .litecheckout__item .ty-credit-card__cvv-field-input {
    color: #2e3a47;
}

.litecheckout__item .ty-credit-card .ty-control-group__title, .litecheckout__item .ty-credit-card__cvv-field .ty-control-group__title {
    color: #2e3a47;
}

.litecheckout__field {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    min-width: 12rem;
    margin: 0.5rem;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .litecheckout__field {
        min-width: 5rem;
    }
}

@media (min-width: 768px) {
    .litecheckout__field--auto {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .litecheckout__field--fill {
        flex-basis: auto;
    }
}

.litecheckout__field--xsmall {
    flex-basis: calc(25% - 1rem);
}

.litecheckout__field--small {
    flex-basis: calc(33.33333% - 1rem);
}

.litecheckout__field--medium {
    flex-basis: calc(50% - 1rem);
}

.litecheckout__field--large {
    flex-basis: calc(66.66667% - 1rem);
}

.litecheckout__field--xlarge {
    flex-basis: calc(75% - 1rem);
}

.litecheckout__field .ty-tiles__wrapper {
    border: 1px solid;
    border-color: #acbdcd;
    background-color: #fff;
}

    .litecheckout__field .ty-tiles__wrapper:hover {
        border-color: #8ca4ba;
    }

.litecheckout__field .ty-tiles__title {
    color: #000;
}

.litecheckout__field .ty-tiles__text {
    color: #6c6c6c;
}

.litecheckout__field .ty-tiles__link {
    color: #4fbe31;
}

.litecheckout__field .ty-tiles__radio:checked + .ty-tiles__wrapper {
    border: 1px solid;
    border-color: #f5fbee;
    box-shadow: 0 0 0 4px rgba(245,251,238,0.2), 0 0 0 1px #f5fbee;
    background-color: #f5fbee;
}

.litecheckout__label, .litecheckout__input {
    display: block;
    padding: 0;
    width: 100%;
    font-weight: normal;
}

    .litecheckout__label.hidden, .litecheckout__input.hidden {
        display: none;
    }

.litecheckout .litecheckout__input {
    padding: 8px 4px;
    border: 1px solid;
    border-color: #acbdcd;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #2e3a47;
}

.litecheckout .litecheckout__input--textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
}

.litecheckout .litecheckout__input:not(:placeholder-shown), .litecheckout .litecheckout__input:focus, .litecheckout .litecheckout__input:focus-within {
    padding-top: 14px;
    padding-bottom: 2px;
}

.litecheckout .litecheckout__input:hover {
    border-color: #8ca4ba;
}

.litecheckout .litecheckout__input:focus, .litecheckout .litecheckout__input:focus-within {
    border: 1px solid;
    border-color: #b1ff56;
    box-shadow: 0 0 0 4px rgba(177,255,86,0.2), 0 0 0 1px #b1ff56;
    outline: 0;
}

.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within) + .litecheckout__label {
    top: 10px;
    font-size: 14px;
    user-select: none;
    cursor: text;
}

.litecheckout .litecheckout__input[type=hidden] + .litecheckout__label, .litecheckout .litecheckout__input[disabled] + .litecheckout__label, .litecheckout .litecheckout__input.disabled + .litecheckout__label {
    display: none;
}

.litecheckout .litecheckout__input--selectable {
    padding: initial;
    padding-left: 9px;
    height: 40px;
    font-size: 16px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #acbdcd;
}

    .litecheckout .litecheckout__input--selectable:not(:placeholder-shown), .litecheckout .litecheckout__input--selectable:focus, .litecheckout .litecheckout__input--selectable:focus-within {
        padding: initial;
        padding-left: 9px;
    }

    .litecheckout .litecheckout__input--selectable + .litecheckout__label {
        display: none;
    }

.litecheckout .litecheckout__input--selectable--select {
    padding-left: 4px;
    border: 1px solid;
    border-color: #acbdcd;
}

    .litecheckout .litecheckout__input--selectable--select:not(:placeholder-shown), .litecheckout .litecheckout__input--selectable--select:focus, .litecheckout .litecheckout__input--selectable--select:focus-within {
        padding: initial;
        padding-left: 4px;
        color: #2e3a47;
        padding-right: 1rem;
        text-align-last: right;
    }

    .litecheckout .litecheckout__input--selectable--select:hover {
        border: solid 1px;
        border-color: #8ca4ba;
    }

.litecheckout .litecheckout__input--selectable--like-link {
    background-color: transparent;
    border: solid 1px;
    border-color: #acbdcd;
    color: #2e3a47;
    font-family: 'Open Sans','Helvetica Neue',-apple-system,sans-serif;
}

    .litecheckout .litecheckout__input--selectable--like-link:not(:placeholder-shown) {
        cursor: pointer;
    }

    .litecheckout .litecheckout__input--selectable--like-link:hover {
        border-color: #8ca4ba;
    }

    .litecheckout .litecheckout__input--selectable--like-link:focus, .litecheckout .litecheckout__input--selectable--like-link:focus-within {
        border-color: #b1ff56;
    }

@media (max-width: 767px) {
    .litecheckout .litecheckout__input--selectable--like-link {
        font-size: 14px;
        padding-left: 7px;
        transition: cubic-bezier(0.075,0.82,0.165,1) .3s padding !important;
    }

        .litecheckout .litecheckout__input--selectable--like-link::-webkit-search-cancel-button {
            -webkit-appearance: searchfield-cancel-button;
            background-size: 10px 10px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDM4LjUzMyA0MzguNTMzJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGw9JyNjOGM4YzgnIGQ9J200MDkuMTMzIDEwOS4yMDNjLTE5LjYwOC0zMy41OTItNDYuMjA1LTYwLjE4OS03OS43OTgtNzkuNzk2LTMzLjU5OS0xOS42MDYtNzAuMjc3LTI5LjQwNy0xMTAuMDYyLTI5LjQwNy0zOS43ODEgMC03Ni40NyA5LjgwMS0xMTAuMDYzIDI5LjQwNy0zMy41OTUgMTkuNjA0LTYwLjE5MiA0Ni4yMDEtNzkuOCA3OS43OTYtMTkuNjA5IDMzLjU5Ny0yOS40MSA3MC4yODYtMjkuNDEgMTEwLjA2NCAwIDM5Ljc4IDkuODA0IDc2LjQ2MyAyOS40MDcgMTEwLjA2MiAxOS42MDcgMzMuNTkyIDQ2LjIwNCA2MC4xODkgNzkuNzk5IDc5Ljc5OCAzMy41OTcgMTkuNjA1IDcwLjI4MyAyOS40MDcgMTEwLjA2MyAyOS40MDdzNzYuNDctOS44MDIgMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiA2MC4xODktNDYuMjA2IDc5Ljc5NS03OS43OTggMTkuNjAzLTMzLjU5NiAyOS40MDMtNzAuMjg0IDI5LjQwMy0xMTAuMDYyLjAwMS0zOS43ODItOS44LTc2LjQ3Mi0yOS4zOTktMTEwLjA2NHptLTg2LjUxMiAxNjEuNzM2YzMuNjE3IDMuNjEzIDUuNDI4IDcuOTA1IDUuNDI4IDEyLjg1NCAwIDUuMTMzLTEuODExIDkuNTE0LTUuNDI4IDEzLjEyN2wtMjUuNjkzIDI1LjcwMWMtMy42MTQgMy42MTMtNy45OTQgNS40Mi0xMy4xMzUgNS40Mi00Ljk0OCAwLTkuMjM2LTEuODA3LTEyLjg0Ny01LjQybC01MS42NzYtNTEuNjgyLTUxLjY3OCA1MS42ODJjLTMuNjE2IDMuNjEzLTcuODk4IDUuNDItMTIuODQ3IDUuNDItNS4xNCAwLTkuNTE3LTEuODA3LTEzLjEzNC01LjQybC0yNS42OTctMjUuNzAxYy0zLjYxNi0zLjYxMy01LjQyNC03Ljk5NC01LjQyNC0xMy4xMjcgMC00Ljk0OCAxLjgwOS05LjI0IDUuNDI0LTEyLjg1NGw1MS42NzgtNTEuNjczLTUxLjY3OC01MS42NzhjLTMuNjE2LTMuNjEyLTUuNDI0LTcuODk4LTUuNDI0LTEyLjg0NyAwLTUuMTQgMS44MDktOS41MTcgNS40MjQtMTMuMTM0bDI1LjY5Ny0yNS42OTNjMy42MTctMy42MTYgNy45OTQtNS40MjQgMTMuMTM0LTUuNDI0IDQuOTQ5IDAgOS4yMzEgMS44MDkgMTIuODQ3IDUuNDI0bDUxLjY3OCA1MS42NzQgNTEuNjc2LTUxLjY3NGMzLjYxLTMuNjE2IDcuODk4LTUuNDI0IDEyLjg0Ny01LjQyNCA1LjE0MSAwIDkuNTIxIDEuODA5IDEzLjEzNSA1LjQyNGwyNS42OTMgMjUuNjkzYzMuNjE3IDMuNjE3IDUuNDI4IDcuOTk0IDUuNDI4IDEzLjEzNCAwIDQuOTQ4LTEuODExIDkuMjM1LTUuNDI4IDEyLjg0N2wtNTEuNjc1IDUxLjY3OHonLz48L3N2Zz4=);
            height: 67%;
            width: 20px;
            transform: scale(1.5);
            padding-right: 10px;
            margin-right: 7px;
        }

    .litecheckout .litecheckout__input--selectable--select {
        max-width: unset;
        font-size: 14px;
    }
}

.litecheckout__label {
    transition: .3s all;
    font-size: 12px;
    color: #a1a6aa;
    position: absolute;
    top: 2px;
    left: 6px;
    width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.litecheckout__step-title {
    align-self: center;
    font-size: 22px;
    color: #2e3a47;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.litecheckout__shipping-method {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 130px;
}

.litecheckout__shipping-method__logo-image {
    max-height: 60px;
}

.litecheckout__shipping-method__wrapper {
    border-radius: 5px;
    border: solid 1px;
    border-color: #acbdcd;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 2px);
    height: 130px;
    overflow: hidden;
    cursor: pointer;
}

    .litecheckout__shipping-method__wrapper:hover {
        border-color: #8ca4ba;
    }

    .litecheckout__shipping-method__wrapper .ty-error-text {
        padding: 0 6px;
    }

.litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
    border: solid 1px;
    border-color: #f5fbee;
    box-shadow: 0 0 0 4px rgba(245,251,238,0.2), 0 0 0 1px #f5fbee;
    background-color: #f5fbee;
}

.litecheckout__shipping-method__title, .litecheckout__shipping-method__delivery-time {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: calc(100% - 1rem);
}

.litecheckout__shipping-method__title {
    color: #000;
    font-size: 16px;
}

.litecheckout__shipping-method__delivery-time {
    color: #6c6c6c;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.litecheckout__autocomplete-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    max-width: 100%;
    width: 100%;
    position: relative;
}

    .litecheckout__autocomplete-dropdown .ui-widget-content {
        border-radius: 3px;
    }

    .litecheckout__autocomplete-dropdown .ui-menu {
        padding: 0;
        height: auto;
        max-height: 30em;
        overflow-y: auto;
    }

        .litecheckout__autocomplete-dropdown .ui-menu .ui-menu-item {
            box-sizing: border-box;
            padding: 10px 20px;
            border: 1px solid transparent;
            border-radius: 3px;
        }

    .litecheckout__autocomplete-dropdown .ui-state-hover, .litecheckout__autocomplete-dropdown .ui-widget-content .ui-state-hover, .litecheckout__autocomplete-dropdown .ui-widget-header .ui-state-hover, .litecheckout__autocomplete-dropdown .ui-state-focus, .litecheckout__autocomplete-dropdown .ui-widget-content .ui-state-focus, .litecheckout__autocomplete-dropdown .ui-widget-header .ui-state-focus {
        color: #4fbe31;
        background: #fff;
    }

.litecheckout__cart {
    margin-top: 66px;
    padding: 20px 15px;
    border-radius: 5px;
    background: #fff;
}

    .litecheckout__cart .ty-order-products__price:not(:last-child) {
        margin-bottom: 3px;
    }

    .litecheckout__cart .ty-product-options {
        padding-top: 0;
        color: #939393;
    }

    .litecheckout__cart .ty-order-products__item {
        border-color: #ededed;
    }

.litecheckout__order-products-p {
    display: inline-block;
    max-width: 238px;
}

.litecheckout__field--checkbox {
    justify-content: flex-end;
    flex-direction: column-reverse;
}

    .litecheckout__field--checkbox .litecheckout__label {
        position: relative;
        left: 0;
        top: 0;
        right: auto;
        width: auto;
        font-size: 14px;
    }

    .litecheckout__field--checkbox .litecheckout__input {
        width: auto;
        margin-top: 5px;
    }

.litecheckout__field--date .ty-calendar__block {
    width: 100%;
}

.litecheckout__field--date .litecheckout__label {
    font-size: 14px;
    top: 0;
}

.litecheckout__field--selectbox {
    position: relative;
}

    .litecheckout__field--selectbox:after {
        position: absolute;
        top: 10px;
        right: 2px;
        left: auto;
        bottom: auto;
        width: 15px;
        height: 20px;
        content: '';
        display: block;
        -webkit-appearance: menulist;
        -moz-appearance: none;
    }

    .litecheckout__field--selectbox .litecheckout__input {
        width: 100%;
        height: 40px;
        padding: 0 !important;
        padding-top: 14px !important;
        padding-left: 2px !important;
        -webkit-appearance: none;
        -moz-appearance: menulist;
        z-index: 1;
        background-color: transparent;
    }

    .litecheckout__field--selectbox .litecheckout__label {
        font-size: 14px;
    }

.litecheckout__field--radio {
    padding-top: 22px;
}

    .litecheckout__field--radio .litecheckout__label {
        top: 0;
        left: 0;
        font-size: 14px;
    }

    .litecheckout__field--radio .litecheckout__input {
        display: inline;
        padding: 0;
        margin: 0;
        width: unset;
        height: unset;
        margin-bottom: 2px;
        margin-right: 5px;
    }

        .litecheckout__field--radio .litecheckout__input:focus, .litecheckout__field--radio .litecheckout__input:focus-within {
            box-shadow: 0 1 0 4px rgba(245,251,238,0.2), 0 1 0 1px #f5fbee;
        }

.litecheckout__field--textarea .litecheckout__input {
    resize: vertical;
    min-height: 120px;
    width: 100%;
}

#shipping_rates_list {
    width: 100%;
}

    #shipping_rates_list > .ty-shipping-options__total {
        display: none;
        visibility: hidden;
    }

.ty-tiles {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    min-height: 130px;
}

.ty-tiles__title, .ty-tiles__text, .ty-tiles__link {
    margin: 0;
    padding: 0;
}

.ty-tiles__title--center, .ty-tiles__text--center, .ty-tiles__link--center {
    text-align: center;
}

.ty-tiles__title {
    color: #4fbe32;
    font-size: 16px;
}

.ty-tiles__text {
    color: #6c6c6c;
    font-size: 13px;
}

.ty-tiles__link {
    display: inline-block;
    color: #4fbe32;
    font-size: 13px;
}

    .ty-tiles__link:hover {
        color: #ea621f;
    }

.ty-tiles__actions {
    margin-top: auto;
    padding-top: 0.5rem;
}

.ty-tiles__wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 130px;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border: solid 1px #acbdcd;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

    .ty-tiles__wrapper:hover {
        border-color: #465f73;
    }

    .ty-tiles__wrapper .ty-error-text {
        padding: 0 6px;
    }

.ty-tiles__wrapper--center {
    align-items: center;
}

.ty-tiles__wrapper--vcenter {
    justify-content: center;
}

.ty-tiles__radio:checked + .ty-tiles__wrapper {
    border: solid 1px #4fbe32;
    box-shadow: 0 0 0 4px rgba(79,190,50,0.2), 0 0 0 1px #4fbe32;
}

.ty-table--sorter th {
    position: relative;
}

.ty-table--sorter .header:not(.sorter-false), .ty-table--sorter .tablesorter-header:not(.sorter-false) {
    cursor: pointer;
}

    .ty-table--sorter .header:not(.sorter-false):focus, .ty-table--sorter .tablesorter-header:not(.sorter-false):focus {
        outline: none;
    }

.ty-table--sorter .tablesorter-header-inner {
    font-weight: bold;
}

.bp__container {
    --bp-font: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', Ubuntu, 'Helvetica Neue', sans-serif;
    --bp-main-color: #0284d5;
    --bp-cscart-color: #51ccfb;
    --bp-main-color-hover: #0374ae;
    --bp-main-color-animation: #51ccfb;
    --bp-radius: 4px;
    --bp-panel-bg: rgba(0,0,0,0.8);
    --bp-panel-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
    --bp-bottom-button-bg-hover: #f7f7f7;
    --bp-bottom-button-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 1px 18px 0 rgba(0,0,0,0.12), 0 6px 4px 0 rgba(0,0,0,0.14);
    --bp-bottom-button-shadow--hover: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    --bp-preview-color: #29b6f6;
    --bp-build-color: #ffca28;
    --bp-text-color: #66bb6a;
    --bp-theme-color: #ec407a;
    --bp-text-color-inverse: #fff;
    --bp-text-color-gray: #999;
    --bp-dropdown-menu-bg: #333;
    --bp-dropdown-menu-group-divider: 1px solid rgba(255,255,255,0.1);
    --bp-dropdown-menu-item-hover-bg: rgba(255,255,255,0.15);
}

.bp * {
    box-sizing: border-box;
}

.bp-tygh-main-container--padding {
    padding-bottom: 56px;
}

.bp-sidebar--padding {
    margin-bottom: 56px;
}

.dialog-is-open .bp__container {
    display: none;
}

.bp-panel {
    display: -ms-grid;
    display: grid;
    z-index: 10100;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: var(--bp-panel-bg);
    -webkit-box-shadow: var(--bp-panel-shadow);
    box-shadow: var(--bp-panel-shadow);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    grid-template-areas: "nav close";
    -ms-grid-columns: auto 40px;
    grid-template-columns: auto 40px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    .bp-panel {
        height: 56px;
        grid-template-areas: "logo nav . modes . actions close";
        -ms-grid-columns: 100px auto auto 1fr auto auto 40px;
        grid-template-columns: 100px auto auto 1fr auto auto 40px;
    }
}

.bp-panel--hidden {
    -webkit-transform: translateY(calc(110%));
    -ms-transform: translateY(calc(110%));
    transform: translateY(calc(100% + 10px));
}

.bp-logo {
    display: none;
    grid-area: logo;
    padding: 10px;
}

@media (min-width: 768px) {
    .bp-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0.6;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
    }
}

.bp-logo:hover, .bp-logo:focus, .bp-logo--active {
    opacity: 1;
    color: #fff;
    outline: 0;
}

.bp-logo--color {
    color: var(--bp-cscart-color);
}

.bp-logo-icon {
    pointer-events: none;
}

.bp-logo-img--no-color {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bp-nav {
    display: -ms-grid;
    display: grid;
    position: relative;
    grid-area: nav;
    grid-template-columns: repeat(auto-fit,minmax(90px,auto));
    grid-auto-flow: column;
}

.bp-nav__item {
    display: -webkit-box;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: 6px;
    padding-left: 6px;
    color: var(--bp-text-color-inverse);
    font-size: 15px;
    font-family: var(--bp-font);
    white-space: nowrap;
    cursor: pointer;
}

    .bp-nav__item:hover, .bp-nav__item:focus, .bp-nav__item--active {
        opacity: 1;
        color: var(--bp-text-color-inverse);
        text-decoration: none;
        outline: 0;
    }

@media (min-width: 1024px) {
    .bp-nav__item {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 18px;
    }
}

.bp-nav__item-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bp-nav__active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: calc(100% / 3);
}

.bp-nav__active--activated {
    background: #fff;
}

.bp-modes {
    display: none;
    grid-area: modes;
}

.bp-modes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    border: 0;
    color: #fff;
    background: none;
}

    .bp-modes__item:hover, .bp-modes__item:focus, .bp-modes__item--active {
        outline: 0;
        opacity: 1;
        color: #fff;
    }

        .bp-modes__item:hover .bp-modes__item-icon {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .bp-modes__item:hover.bp-modes__item--preview, .bp-modes__item--active.bp-modes__item--preview {
            color: var(--bp-preview-color);
        }

        .bp-modes__item:hover.bp-modes__item--build, .bp-modes__item--active.bp-modes__item--build {
            color: var(--bp-build-color);
        }

        .bp-modes__item:hover.bp-modes__item--text, .bp-modes__item--active.bp-modes__item--text {
            color: var(--bp-text-color);
        }

        .bp-modes__item:hover.bp-modes__item--theme, .bp-modes__item--active.bp-modes__item--theme {
            color: var(--bp-theme-color);
        }

.bp-modes__item--disabled .bp-modes__item-icon {
    opacity: 0.1;
}

.bp-modes__item--disabled.bp-modes__item:hover {
    color: #fff;
    cursor: auto;
}

    .bp-modes__item--disabled.bp-modes__item:hover .bp-modes__item-icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.bp-modes__item-icon {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bp-modes__active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: transparent;
    width: calc(100% / 4);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bp-modes__active--preview {
    background-color: var(--bp-preview-color);
}

.bp-modes__active--build {
    background-color: var(--bp-build-color);
}

.bp-modes__active--text {
    background-color: var(--bp-text-color);
}

.bp-modes__active--theme {
    background-color: var(--bp-theme-color);
}

@media (min-width: 768px) {
    .bp-modes {
        display: -ms-grid;
        display: grid;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: minmax(48px,64px) minmax(48px,64px) minmax(48px,64px) minmax(48px,64px);
        grid-template-columns: minmax(48px,64px) minmax(48px,64px) minmax(48px,64px) minmax(48px,64px);
    }
}

.bp-actions {
    display: none;
    grid-area: actions;
}

.bp-actions__item {
    height: 100%;
}

    .bp-actions__item:hover, .bp-actions__item:focus {
        outline: 0;
    }

    .bp-actions__item:hover, .bp-actions__item--active {
        opacity: 1;
        color: #fff;
    }

@media (min-width: 768px) {
    .bp-actions {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
        -ms-grid-columns: 40px 40px;
        grid-template-columns: 40px 40px;
    }
}

@media (min-width: 768px) {
    .bp-panel--personal_demo.bp-panel--admin .bp-actions.bp-actions--one-column, .bp-panel--personal_demo.bp-panel--vendor .bp-actions.bp-actions--one-column {
        -ms-grid-columns: 40px;
        grid-template-columns: 40px;
    }
}

.bp-bottom-buttons {
    display: -ms-grid;
    display: grid;
    visibility: hidden;
    z-index: 900;
    position: fixed;
    bottom: 24px;
    left: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 48px);
    -ms-grid-columns: 56px 12px auto;
    grid-template-columns: 56px auto;
    -ms-grid-rows: 56px;
    grid-template-rows: 56px;
    grid-gap: 12px;
    pointer-events: none;
}

.bp-bottom-buttons--active {
    visibility: visible;
}

.bp-bottom-buttons > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.bp-bottom-buttons > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.bp-bottom-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 900;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    color: var(--bp-main-color);
    font-size: 18px;
    background-color: #fff;
    -webkit-box-shadow: var(--bp-bottom-button-shadow);
    box-shadow: var(--bp-bottom-button-shadow);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    pointer-events: auto;
}

    .bp-bottom-button:hover, .bp-bottom-button:focus {
        color: var(--bp-main-color);
        background-color: var(--bp-bottom-button-bg-hover);
        -webkit-box-shadow: var(--bp-bottom-button-shadow--hover);
        box-shadow: var(--bp-bottom-button-shadow--hover);
        text-decoration: none;
        outline: 0;
    }

.bp-bottom-button--disabled {
    opacity: 0;
    visibility: hidden;
}

.bp-bottom-button--disabled-panel {
    -webkit-transform: translatex(-28px) translateY(24px);
    -ms-transform: translatex(-28px) translateY(24px);
    transform: translatex(-28px) translateY(24px);
}

.bp-bottom-button--disabled-action {
    -webkit-transform: translatex(-88px) translateY(24px);
    -ms-transform: translatex(-88px) translateY(24px);
    transform: translatex(-88px) translateY(24px);
}

.bp-bottom-button--primary {
    color: #fff;
    background-color: var(--bp-main-color);
}

    .bp-bottom-button--primary:hover, .bp-bottom-button--primary:focus {
        color: #fff;
        background-color: var(--bp-main-color-hover);
    }

.bp-bottom-button--logo {
    color: var(--bp-cscart-color);
}

    .bp-bottom-button--logo:hover {
        color: var(--bp-cscart-color);
    }

.bp-bottom-button--text {
    padding-right: 20px;
    padding-left: 20px;
}

.bp-bottom-button__icon {
    pointer-events: none;
}

.bp-info {
    display: inline;
    -webkit-transform: translate3d(0,50%,1px);
    transform: translate3d(0,50%,1px);
    margin-top: -1.2em;
    color: var(--bp-text-color-gray);
    font-size: 13px;
    font-family: var(--bp-font);
}

@media (min-width: 768px) {
    .bp-info {
        display: none;
    }
}

@media (min-width: 1024px) {
    .bp-info {
        display: inline;
    }
}

.bp-info--animation {
    color: transparent;
    background: -webkit-gradient(linear,left top,right top,from(var(--bp-text-color-gray)),color-stop(60%,var(--bp-text-color-gray)),color-stop(80%,var(--bp-text-color-inverse)),to(var(--bp-text-color-gray)));
    background: -webkit-linear-gradient(left,var(--bp-text-color-gray) 0%,var(--bp-text-color-gray) 60%,var(--bp-text-color-inverse) 80%,var(--bp-text-color-gray) 100%);
    background: -o-linear-gradient(left,var(--bp-text-color-gray) 0%,var(--bp-text-color-gray) 60%,var(--bp-text-color-inverse) 80%,var(--bp-text-color-gray) 100%);
    background: linear-gradient(90deg,var(--bp-text-color-gray) 0%,var(--bp-text-color-gray) 60%,var(--bp-text-color-inverse) 80%,var(--bp-text-color-gray) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: 10s bp-info--animation infinite linear;
    animation: 10s bp-info--animation infinite linear;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

@-webkit-keyframes bp-info--animation {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 300px;
    }
}

@keyframes bp-info--animation {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 300px;
    }
}

.bp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--bp-text-color-inverse);
    font-size: 13px;
}

.bp-btn__text {
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--bp-text-color-inverse);
    background-color: var(--bp-main-color);
    transition: all 0.2s;
}

.bp-btn__text--animation {
    -webkit-animation: bp-btn__text--animation 60s ease infinite;
    animation: bp-btn__text--animation 60s ease infinite;
}

.bp-btn:hover {
    text-decoration: none;
}

    .bp-btn:hover .bp-btn__text {
        color: var(--bp-text-color-inverse);
        background-color: var(--bp-main-color-hover);
        -webkit-animation: none;
        animation: none;
    }

@keyframes bp-btn__text--animation {
    0% {
        background-color: var(--bp-main-color);
    }

    98% {
        background-color: var(--bp-main-color);
    }

    99% {
        background-color: var(--bp-main-color-animation);
    }

    100% {
        background-color: var(--bp-main-color);
    }
}

.bp-dropdown {
    position: relative;
}

.bp-dropdown-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 0;
    color: #fff;
    background: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .bp-dropdown-button:hover, .bp-dropdown-button:focus {
        opacity: 1;
        outline: 0;
    }

.bp-dropdown-button-icon--settings {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bp-dropdown-button--animation:focus .bp-dropdown-button-icon--settings {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bp-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 2px);
    right: -12px;
    padding-top: 6px;
    padding-bottom: 6px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-radius: var(--bp-radius);
    background-color: var(--bp-dropdown-menu-bg);
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    z-index: -1;
}

.bp-dropdown-menu--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}

.bp-dropdown-menu__group:not(:last-child) {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: var(--bp-dropdown-menu-group-divider);
}

.bp-dropdown-menu__item {
    display: block;
    padding: 6px 20px;
    color: #fff;
    font-size: 13px;
    font-family: var(--bp-font);
    white-space: nowrap;
}

    .bp-dropdown-menu__item:hover, .bp-dropdown-menu__item:focus {
        color: #fff;
        background-color: var(--bp-dropdown-menu-item-hover-bg);
        text-decoration: none;
    }

.bp-dropdown-menu__item-text {
    display: block;
    padding: 6px 20px;
    color: #fff;
    opacity: 0.7;
    font-size: 13px;
    font-family: var(--bp-font);
    white-space: nowrap;
}

.bp-dropdown-menu__item-text--head {
    padding: 6px 10px;
    font-weight: bold;
    opacity: 1;
}

.bp-tooltip {
    display: inline-block;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px;
    padding: 9px;
    border-radius: var(--bp-radius);
    color: #fff;
    font-size: 14px;
    font-family: var(--bp-font);
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bp-tooltip__secondary {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
    min-width: 200px;
    margin-top: 4px;
}

.bp-tooltip:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: solid transparent;
    border-width: 10px;
    border-top-color: rgba(0,0,0,0.8);
    pointer-events: none;
    content: "";
}

.no-touchevents [data-bp-tooltip]:hover .bp-tooltip {
    opacity: 1;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.bp-tooltip--left {
    left: 2px;
}

    .bp-tooltip--left:after {
        left: 26px;
    }

.bp-tooltip--right {
    right: 2px;
}

    .bp-tooltip--right:after {
        left: calc(90%);
    }

.bp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
    grid-area: close;
}

    .bp-close:hover, .bp-close--focus, .bp-close--active {
        opacity: 1;
        outline: 0;
        color: #fff;
    }

.bp-close__icon {
    pointer-events: none;
}

.bp-panel.bp-panel--personal_demo, .bp-panel.bp-panel--demo {
    height: 96px;
    grid-template-areas: "demo demo" "nav close";
    -ms-grid-rows: 48px 48px;
    grid-template-rows: 48px 48px;
}

@media (min-width: 768px) {
    .bp-panel.bp-panel--personal_demo, .bp-panel.bp-panel--demo {
        height: 56px;
        grid-template-areas: "logo nav . modes . demo actions close";
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}

@media (min-width: 768px) {
    .bp-panel.bp-panel--personal_demo, .bp-panel.bp-panel--demo {
        grid-template-areas: "logo nav . modes . demo actions close";
        -ms-grid-columns: 100px auto auto 1fr auto auto auto 40px;
        grid-template-columns: 100px auto auto 1fr auto auto auto 40px;
    }
}

.bp-demo {
    display: none;
    height: 100%;
    grid-area: demo;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

.bp-panel.bp-panel--personal_demo .bp-demo, .bp-panel.bp-panel--demo .bp-demo {
    display: -ms-grid;
    display: grid;
}

.bp-panel.bp-panel--personal_demo .bp-demo {
    -ms-grid-columns: auto 12px auto;
    grid-template-columns: auto auto;
    grid-gap: 12px;
}

.bp-panel.bp-panel--admin .bp-modes {
    display: none;
}

.ty-swiper-previewer {
    height: calc(100% - 48px - 2 * 10px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .ty-swiper-previewer:focus {
        outline: none;
    }

.ty-swiper-previewer__object-container {
    padding: 0;
    height: 100% !important;
    background: none;
    width: 100%;
}

.ty-swiper-previewer__container {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.ty-swiper-previewer__button-prev.swiper-button-prev, .ty-swiper-previewer__button-next.swiper-button-next {
    color: #fff;
}

    .ty-swiper-previewer__button-prev.swiper-button-prev:focus, .ty-swiper-previewer__button-next.swiper-button-next:focus {
        outline: none;
    }

    .ty-swiper-previewer__button-prev.swiper-button-prev:hover, .ty-swiper-previewer__button-next.swiper-button-next:hover {
        opacity: 0.75;
    }

    .ty-swiper-previewer__button-prev.swiper-button-prev:after, .ty-swiper-previewer__button-next.swiper-button-next:after {
        font-family: glyphs;
        font-size: 60px;
    }

    .ty-swiper-previewer__button-prev.swiper-button-prev:after {
        content: '\e020';
    }

    .ty-swiper-previewer__button-next.swiper-button-next:after {
        content: '\e01f';
    }

.ty-swiper-previewer__slide.swiper-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ty-swiper-previewer__img {
    max-width: calc(100% - 2 * 45px - 2 * 10px);
    max-height: 100%;
}

[dir='rtl'] .ty-swiper-previewer__button-prev {
    right: auto;
    left: 10px;
}

    [dir='rtl'] .ty-swiper-previewer__button-prev.swiper-button-prev:after {
        content: '\e01f';
    }

[dir='rtl'] .ty-swiper-previewer__button-next {
    left: auto;
    right: 10px;
}

    [dir='rtl'] .ty-swiper-previewer__button-next.swiper-button-next:after {
        content: '\e020';
    }

.ty-swiper-previewer__dialog {
    position: fixed;
    height: 100vh !important;
    width: 100vw !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100vw !important;
    margin-bottom: 0 !important;
    background: none;
}

    .ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header {
        background: none;
        border: none;
    }

        .ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header .ui-icon-closethick {
            color: #fff;
            font-size: 20px;
            width: 20px;
            height: 20px;
        }

.ajax-loader-container {
    position: relative;
}

.ajax-loader::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

.ajax-loader--vertical-top::before {
    top: calc(24px / 2);
}

.ajax-loader--vertical-center::before {
    top: calc(50% - (24px + 3px * 2) / 2);
}

.ajax-loader--horizontal-center::before {
    left: calc(50% - (24px + 3px * 2) / 2);
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media (min-width: 1224px) {
    .row {
        margin-left: -25px;
    }

        .row:before, .row:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .row:after {
            clear: both;
        }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 25px;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1175px;
    }

    .span16 {
        width: 1175px;
    }

    .span15 {
        width: 1100px;
    }

    .span14 {
        width: 1025px;
    }

    .span13 {
        width: 950px;
    }

    .span12 {
        width: 875px;
    }

    .span11 {
        width: 800px;
    }

    .span10 {
        width: 725px;
    }

    .span9 {
        width: 650px;
    }

    .span8 {
        width: 575px;
    }

    .span7 {
        width: 500px;
    }

    .span6 {
        width: 425px;
    }

    .span5 {
        width: 350px;
    }

    .span4 {
        width: 275px;
    }

    .span3 {
        width: 200px;
    }

    .span2 {
        width: 125px;
    }

    .span1 {
        width: 50px;
    }

    .offset16 {
        margin-left: 1225px;
    }

    .offset15 {
        margin-left: 1150px;
    }

    .offset14 {
        margin-left: 1075px;
    }

    .offset13 {
        margin-left: 1000px;
    }

    .offset12 {
        margin-left: 925px;
    }

    .offset11 {
        margin-left: 850px;
    }

    .offset10 {
        margin-left: 775px;
    }

    .offset9 {
        margin-left: 700px;
    }

    .offset8 {
        margin-left: 625px;
    }

    .offset7 {
        margin-left: 550px;
    }

    .offset6 {
        margin-left: 475px;
    }

    .offset5 {
        margin-left: 400px;
    }

    .offset4 {
        margin-left: 325px;
    }

    .offset3 {
        margin-left: 250px;
    }

    .offset2 {
        margin-left: 175px;
    }

    .offset1 {
        margin-left: 100px;
    }

    .row-fluid {
        width: 100%;
    }

        .row-fluid:before, .row-fluid:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .row-fluid:after {
            clear: both;
        }

        .row-fluid [class*="span"] {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            margin-left: 2.1276595744681%;
        }

            .row-fluid [class*="span"]:first-child {
                margin-left: 0;
            }

        .row-fluid .controls-row [class*="span"] + [class*="span"] {
            margin-left: 2.1276595744681%;
        }

        .row-fluid .span16 {
            width: 100%;
        }

        .row-fluid .span15 {
            width: 93.617021276596%;
        }

        .row-fluid .span14 {
            width: 87.234042553191%;
        }

        .row-fluid .span13 {
            width: 80.851063829787%;
        }

        .row-fluid .span12 {
            width: 74.468085106383%;
        }

        .row-fluid .span11 {
            width: 68.085106382979%;
        }

        .row-fluid .span10 {
            width: 61.702127659574%;
        }

        .row-fluid .span9 {
            width: 55.31914893617%;
        }

        .row-fluid .span8 {
            width: 48.936170212766%;
        }

        .row-fluid .span7 {
            width: 42.553191489362%;
        }

        .row-fluid .span6 {
            width: 36.170212765957%;
        }

        .row-fluid .span5 {
            width: 29.787234042553%;
        }

        .row-fluid .span4 {
            width: 23.404255319149%;
        }

        .row-fluid .span3 {
            width: 17.021276595745%;
        }

        .row-fluid .span2 {
            width: 10.63829787234%;
        }

        .row-fluid .span1 {
            width: 4.2553191489362%;
        }

        .row-fluid .offset16 {
            margin-left: 104.25531914894%;
        }

            .row-fluid .offset16:first-child {
                margin-left: 102.12765957447%;
            }

        .row-fluid .offset15 {
            margin-left: 97.872340425532%;
        }

            .row-fluid .offset15:first-child {
                margin-left: 95.744680851064%;
            }

        .row-fluid .offset14 {
            margin-left: 91.489361702128%;
        }

            .row-fluid .offset14:first-child {
                margin-left: 89.36170212766%;
            }

        .row-fluid .offset13 {
            margin-left: 85.106382978723%;
        }

            .row-fluid .offset13:first-child {
                margin-left: 82.978723404255%;
            }

        .row-fluid .offset12 {
            margin-left: 78.723404255319%;
        }

            .row-fluid .offset12:first-child {
                margin-left: 76.595744680851%;
            }

        .row-fluid .offset11 {
            margin-left: 72.340425531915%;
        }

            .row-fluid .offset11:first-child {
                margin-left: 70.212765957447%;
            }

        .row-fluid .offset10 {
            margin-left: 65.957446808511%;
        }

            .row-fluid .offset10:first-child {
                margin-left: 63.829787234043%;
            }

        .row-fluid .offset9 {
            margin-left: 59.574468085106%;
        }

            .row-fluid .offset9:first-child {
                margin-left: 57.446808510638%;
            }

        .row-fluid .offset8 {
            margin-left: 53.191489361702%;
        }

            .row-fluid .offset8:first-child {
                margin-left: 51.063829787234%;
            }

        .row-fluid .offset7 {
            margin-left: 46.808510638298%;
        }

            .row-fluid .offset7:first-child {
                margin-left: 44.68085106383%;
            }

        .row-fluid .offset6 {
            margin-left: 40.425531914894%;
        }

            .row-fluid .offset6:first-child {
                margin-left: 38.297872340426%;
            }

        .row-fluid .offset5 {
            margin-left: 34.042553191489%;
        }

            .row-fluid .offset5:first-child {
                margin-left: 31.914893617021%;
            }

        .row-fluid .offset4 {
            margin-left: 27.659574468085%;
        }

            .row-fluid .offset4:first-child {
                margin-left: 25.531914893617%;
            }

        .row-fluid .offset3 {
            margin-left: 21.276595744681%;
        }

            .row-fluid .offset3:first-child {
                margin-left: 19.148936170213%;
            }

        .row-fluid .offset2 {
            margin-left: 14.893617021277%;
        }

            .row-fluid .offset2:first-child {
                margin-left: 12.765957446809%;
            }

        .row-fluid .offset1 {
            margin-left: 8.5106382978723%;
        }

            .row-fluid .offset1:first-child {
                margin-left: 6.3829787234043%;
            }
}

@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -10px;
    }

        .row:before, .row:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .row:after {
            clear: both;
        }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 10px;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 726px;
    }

    .span16 {
        width: 726px;
    }

    .span15 {
        width: 680px;
    }

    .span14 {
        width: 634px;
    }

    .span13 {
        width: 588px;
    }

    .span12 {
        width: 542px;
    }

    .span11 {
        width: 496px;
    }

    .span10 {
        width: 450px;
    }

    .span9 {
        width: 404px;
    }

    .span8 {
        width: 358px;
    }

    .span7 {
        width: 312px;
    }

    .span6 {
        width: 266px;
    }

    .span5 {
        width: 220px;
    }

    .span4 {
        width: 174px;
    }

    .span3 {
        width: 128px;
    }

    .span2 {
        width: 82px;
    }

    .span1 {
        width: 36px;
    }

    .offset16 {
        margin-left: 746px;
    }

    .offset15 {
        margin-left: 700px;
    }

    .offset14 {
        margin-left: 654px;
    }

    .offset13 {
        margin-left: 608px;
    }

    .offset12 {
        margin-left: 562px;
    }

    .offset11 {
        margin-left: 516px;
    }

    .offset10 {
        margin-left: 470px;
    }

    .offset9 {
        margin-left: 424px;
    }

    .offset8 {
        margin-left: 378px;
    }

    .offset7 {
        margin-left: 332px;
    }

    .offset6 {
        margin-left: 286px;
    }

    .offset5 {
        margin-left: 240px;
    }

    .offset4 {
        margin-left: 194px;
    }

    .offset3 {
        margin-left: 148px;
    }

    .offset2 {
        margin-left: 102px;
    }

    .offset1 {
        margin-left: 56px;
    }

    .row-fluid {
        width: 100%;
    }

        .row-fluid:before, .row-fluid:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .row-fluid:after {
            clear: both;
        }

        .row-fluid [class*="span"] {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            margin-left: 1.3774104683196%;
        }

            .row-fluid [class*="span"]:first-child {
                margin-left: 0;
            }

        .row-fluid .controls-row [class*="span"] + [class*="span"] {
            margin-left: 1.3774104683196%;
        }

        .row-fluid .span16 {
            width: 100%;
        }

        .row-fluid .span15 {
            width: 93.617021276596%;
        }

        .row-fluid .span14 {
            width: 87.234042553191%;
        }

        .row-fluid .span13 {
            width: 80.851063829787%;
        }

        .row-fluid .span12 {
            width: 74.468085106383%;
        }

        .row-fluid .span11 {
            width: 68.085106382979%;
        }

        .row-fluid .span10 {
            width: 61.702127659574%;
        }

        .row-fluid .span9 {
            width: 55.31914893617%;
        }

        .row-fluid .span8 {
            width: 48.936170212766%;
        }

        .row-fluid .span7 {
            width: 42.553191489362%;
        }

        .row-fluid .span6 {
            width: 36.170212765957%;
        }

        .row-fluid .span5 {
            width: 29.787234042553%;
        }

        .row-fluid .span4 {
            width: 23.404255319149%;
        }

        .row-fluid .span3 {
            width: 17.021276595745%;
        }

        .row-fluid .span2 {
            width: 10.63829787234%;
        }

        .row-fluid .span1 {
            width: 4.2553191489362%;
        }

        .row-fluid .offset16 {
            margin-left: 102.75482093664%;
        }

            .row-fluid .offset16:first-child {
                margin-left: 101.37741046832%;
            }

        .row-fluid .offset15 {
            margin-left: 97.872340425532%;
        }

            .row-fluid .offset15:first-child {
                margin-left: 95.744680851064%;
            }

        .row-fluid .offset14 {
            margin-left: 91.489361702128%;
        }

            .row-fluid .offset14:first-child {
                margin-left: 89.36170212766%;
            }

        .row-fluid .offset13 {
            margin-left: 85.106382978723%;
        }

            .row-fluid .offset13:first-child {
                margin-left: 82.978723404255%;
            }

        .row-fluid .offset12 {
            margin-left: 78.723404255319%;
        }

            .row-fluid .offset12:first-child {
                margin-left: 76.595744680851%;
            }

        .row-fluid .offset11 {
            margin-left: 72.340425531915%;
        }

            .row-fluid .offset11:first-child {
                margin-left: 70.212765957447%;
            }

        .row-fluid .offset10 {
            margin-left: 65.957446808511%;
        }

            .row-fluid .offset10:first-child {
                margin-left: 63.829787234043%;
            }

        .row-fluid .offset9 {
            margin-left: 59.574468085106%;
        }

            .row-fluid .offset9:first-child {
                margin-left: 57.446808510638%;
            }

        .row-fluid .offset8 {
            margin-left: 53.191489361702%;
        }

            .row-fluid .offset8:first-child {
                margin-left: 51.063829787234%;
            }

        .row-fluid .offset7 {
            margin-left: 46.808510638298%;
        }

            .row-fluid .offset7:first-child {
                margin-left: 44.68085106383%;
            }

        .row-fluid .offset6 {
            margin-left: 40.425531914894%;
        }

            .row-fluid .offset6:first-child {
                margin-left: 38.297872340426%;
            }

        .row-fluid .offset5 {
            margin-left: 34.042553191489%;
        }

            .row-fluid .offset5:first-child {
                margin-left: 31.914893617021%;
            }

        .row-fluid .offset4 {
            margin-left: 27.659574468085%;
        }

            .row-fluid .offset4:first-child {
                margin-left: 25.531914893617%;
            }

        .row-fluid .offset3 {
            margin-left: 21.276595744681%;
        }

            .row-fluid .offset3:first-child {
                margin-left: 19.148936170213%;
            }

        .row-fluid .offset2 {
            margin-left: 14.893617021277%;
        }

            .row-fluid .offset2:first-child {
                margin-left: 12.765957446809%;
            }

        .row-fluid .offset1 {
            margin-left: 8.5106382978723%;
        }

            .row-fluid .offset1:first-child {
                margin-left: 6.3829787234043%;
            }
}

@media (min-width: 1224px) {
    .ty-product-detail .ty-product-block__left {
        box-sizing: border-box;
        padding-right: 200px;
    }

    .ty-footer-grid__full-width > .row {
        width: 1200px;
        margin: 0 auto;
    }

    .ty-footer-grid__full-width > .row-fluid {
        max-width: 1400px;
        min-width: 280px;
        margin: 0 auto;
    }

    .ty-footer-menu__items, .ty-footer-general__body {
        display: block !important;
    }
}

@media (max-width: 1224px) {
    .ty-calendar__block {
        width: 100px;
    }

    .ty-control-group__price {
        width: 100px;
    }

    .ty-product-detail .ty-product-block__left {
        box-sizing: border-box;
        padding-right: 200px;
    }

    .ty-footer-grid__full-width > .row {
        width: 960px;
        margin: 0 auto;
    }

    .ty-footer-form-block__form {
        width: 220px;
    }

    h3.ty-footer-form-block__title, h3.ty-social-link__title {
        font-size: 20px;
    }

    .ty-orders__actions-right {
        float: none;
    }
}

@media (max-width: 1025px) {
    .ty-sidebox__body-toggle {
        display: block;
    }

    .tygh-content .container, .ty-footer-menu, .footer-copyright {
        padding: 0px 10px;
    }

    .ty-select-block__a {
        margin-right: 0;
    }

    .top-currencies {
        margin-left: 2px;
    }

    .ty-product-detail .ty-product-block__left {
        box-sizing: border-box;
        padding-right: 0px;
    }

    .ty-grid-list__item .ty-icon-left-circle, .ty-grid-list__item .ty-icon-right-circle {
        visibility: visible;
    }

    .ty-product-empty {
        display: none;
    }

    .ty-wish-list-empty [class*="ty-column"] {
        width: 100%;
    }

        .ty-wish-list-empty [class*="ty-column"]:first-child .ty-product-empty {
            display: block;
        }

    .ty-compact-list__title {
        width: 20%;
    }

    .ty-compact-list__controls {
        width: 50%;
    }

    .ty-exception__code {
        display: block;
        width: 100%;
    }

    .ty-exception__title-info {
        display: block;
        padding-left: 0px;
        text-align: center;
    }

    .ty-exception__links {
        margin: 0px;
    }

    .ty-exception__links-item {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    .ty-payment-icons .ty-payment-icons__item {
        margin-left: 2px;
        margin-right: 2px;
    }

    .ty-footer-form-block__title {
        padding-left: 10px;
    }

    .ty-footer-form-block__title, .ty-footer-form-block__form-container, .ty-footer-form-block__form {
        width: 100%;
    }

    h3.ty-social-link__title {
        display: block;
        margin-top: 21px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .ty-sort-container {
        padding-left: 0px;
    }

    .ty-product-block__note {
        width: 100%;
        position: static;
    }

    .ty-product-options__item-label {
        display: block;
        width: 100%;
        float: none;
    }

    .ty-product-options__description, .ty-product-block__option .help-inline {
        margin-left: 0;
    }

    .ty-product-variant-image {
        margin-left: 0;
    }

    .ty-product-detail .ty-product-block__left {
        padding-right: 0;
    }

    .ty-multi-checkout__step {
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }

    .ty-multi-checkout__arrow {
        display: none;
    }

    .ty-payments-list {
        padding-right: 20px;
    }

    .ty-payments-list__instruction {
        width: 210px;
    }

    .ty-pagination__text {
        display: none;
    }
}

@media (min-width: 1025px) {
    .ty-cart-content .ty-cart-content__product-elem, .ty-cart-content .ty-cart-content__title {
        border: 0;
    }

    .ty-menu__item {
        display: block !important;
    }

    .ty-menu__menu-btn {
        display: none !important;
    }

    .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link {
        background: #545453;
        color: #000;
    }

    .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active i {
        color: #fff;
    }

    .ty-sidebox__body {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    html.dialog-is-open {
        overflow: scroll;
    }

    .ty-menu__items .ty-menu__items-show {
        display: block !important;
        border-bottom: 0;
    }

    .ty-menu__item {
        display: none;
        float: none;
        margin-right: 0px;
        border-bottom: 1px solid #f0f0f0;
        padding: 0px;
        position: relative;
    }

        .no-touch .ty-menu__item:hover .ty-menu__submenu-items, .ty-menu__item:hover .ty-menu__submenu-items {
            display: none;
        }

        .ty-menu__item:last-child {
            box-shadow: none;
            border-bottom: 0;
        }

        .ty-menu__item .ty-menu__item-toggle-active {
            background: #f2f2f2;
        }

        .ty-menu__item .ty-menu__item-link {
            position: static;
        }

    .ty-menu__submenu .ty-menu__submenu-items {
        padding: 0;
    }

        .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item {
            border-bottom: 1px solid #d8d8d8;
            margin: 0;
        }

            .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
                display: block;
                padding: 12px 30px 12px 40px;
            }

    .no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover {
        color: #3a3a3a;
    }

    .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
        color: black;
        background: none;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col {
        display: block;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item {
            position: relative;
            padding: 0px;
            padding-left: 35px;
        }

        .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-list {
            display: none;
        }

        .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle-active {
            background: #e0e0e0;
        }

    .ty-menu__items .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle {
        color: #bfbfbf;
    }

    .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link {
        padding: 13px 40px;
        display: block;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header {
        min-height: 45px;
        margin: 0px;
        padding-bottom: 0px;
        border-bottom: 1px solid #d8d8d8;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active {
        background: #e0e0e0;
    }

    .ty-menu__menu-btn {
        border-bottom: 0px;
        box-shadow: none;
    }

    .ty-menu__submenu-items {
        background: #ededed;
        position: static;
    }

    .ty-icon-short-list {
        padding-right: 4px;
    }

    .ty-menu__item-toggle {
        width: 50px;
        height: 44px;
        position: absolute;
        text-align: center;
        font-size: 35px;
        right: 0px;
        z-index: 100;
        color: #fff;
        top: 0px;
        cursor: pointer;
    }

        .ty-menu__item-toggle:hover {
            color: #fff;
        }

    .ty-menu__icon-hide, .ty-menu__icon-open {
        display: inline-block;
        line-height: 46px;
    }

    .ty-menu__submenu-dropdown-bottom {
        margin: auto;
    }

    .ty-menu__icon-hide {
        display: none;
    }

    .ty-menu__item-toggle-active .ty-menu__icon-hide {
        display: inline-block;
    }

    .ty-menu__item-toggle-active .ty-menu__icon-open {
        display: none;
    }

    .ty-menu-vertical {
        margin-bottom: 40px;
    }

    .ty-dropdown-box__content .ty-menu-vertical {
        margin-bottom: 0px;
    }

    .ty-menu-vertical .ty-menu__item {
        display: block;
    }

        .ty-menu-vertical .ty-menu__item .ty-menu__submenu {
            position: static;
            display: block;
        }

        .ty-menu-vertical .ty-menu__item.menu-level-2 {
            padding-left: 35px;
        }

        .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
            background: none;
            color: #545453;
            padding-left: 40px;
        }

    .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
        color: #545453;
    }

    .ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link {
        text-transform: uppercase;
        font-weight: bold;
    }

    .ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link {
        background: #e0e0e0;
    }

    .ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link {
        color: #000;
    }

    .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
        padding-left: 40px;
        text-transform: none;
        font-weight: normal;
        background: none;
    }

    .ty-menu-vertical .ty-menu__item-toggle i {
        top: 3px;
    }

    .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
        padding-left: 40px;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

    .ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle {
        background: none;
        color: #bfbfbf;
    }

    .ty-menu-vertical .ty-menu__submenu-item-header {
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: none;
        border-bottom: none;
    }

        .ty-menu-vertical .ty-menu__submenu-item-header .ty-menu__submenu-item-header .ty-menu__item-link {
            color: #1abc9c;
            text-transform: none;
        }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i {
        color: #a1a6aa !important;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items {
        border: 1px solid #2b3e51;
        border-top: 0px;
        border-bottom: 0px;
    }

        .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-items {
            border: 0px;
        }

    .ty-menu-vertical .ty-menu__submenu-items .ty-menu__item {
        border-top: 1px solid #d8d8d8;
        border-bottom: 0;
    }

    .no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link {
        background: none;
        color: #3a3a3a;
    }

    .ty-menu-vertical .menu-level-1.ty-menu__item-active > .ty-menu__submenu-item-header {
        background: #e0e0e0;
    }

    .ty-menu-vertical__dropdown .ty-menu__item {
        display: none;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu {
        width: auto;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items {
        width: auto;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__item-toggle {
        left: 0px;
    }

    .ui-dialog input[type="text"], .ui-dialog input[type="password"], .ui-dialog textarea, .ui-dialog select {
        width: 100%;
    }

    .ui-dialog input[type="checkbox"] {
        margin: -20px 0px;
    }

    body.dialog-is-open {
        overflow: visible;
    }

    div.ui-dialog .ui-dialog-title {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ty-estimation-buttons__rate {
        margin-bottom: 0px;
    }

    .top-menu-grid {
        padding-top: 0;
    }

    .top-logo-grid {
        padding-top: 15px;
    }

        .top-logo-grid:before, .top-logo-grid:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .top-logo-grid:after {
            clear: both;
        }

    .ty-logo-container {
        text-align: center;
        margin: 10px 0px 30px;
    }

    .tygh-header > div, .tygh-top-panel > div {
        padding: 0px;
    }

    .ty-mainbox-title .ty-status {
        display: block;
        float: none;
    }

    .notification-content-extended {
        width: 96%;
        left: 2%;
        right: 10px;
        margin: 0px;
    }

    .ty-product-notification__body .ty-product-options-name {
        width: 50%;
    }

    .ty-product-notification__body .ty-product-options-content {
        width: 50%;
        text-align: right;
    }

    .notification-container {
        top: 0;
        right: 0px;
        min-width: 100%;
        width: 100%;
    }

    .notification-content {
        margin: 0px;
        border: none;
    }

        .notification-content .close {
            top: 8px;
            right: 20px;
        }

    .ty-product-notification__image {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .ty-product-notification__product-name {
        max-width: 200px;
    }

    .ty-table table, .ty-table thead, .ty-table tbody, .ty-table th, .ty-table td, .ty-table tr {
        display: block;
    }

    .ty-table {
        margin: 5px 0px 20px;
    }

    .ty-table {
        border: none;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ty-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .ty-table tr {
            border: 1px solid #ccc;
            border-bottom: none;
        }

            .ty-table tr:last-child {
                border-bottom: 1px solid #ccc;
            }

        .ty-table td {
            border: none;
            border-bottom: 1px solid #eee;
            white-space: normal;
            text-align: left;
            min-height: 18px;
            width: auto !important;
        }

            .ty-table td:before, .ty-table td:after {
                display: table;
                content: "";
                line-height: 0;
                width: 100%;
            }

            .ty-table td:after {
                clear: both;
            }

        .ty-table tr td:last-child {
            border-bottom: 0px;
        }

    .ty-table__no-items td {
        padding: 0px;
    }

    .ty-table__no-items .ty-no-items {
        margin-bottom: 0px;
    }

    .ty-table__responsive-header {
        float: left;
        width: 35%;
        padding-right: 5%;
        font-weight: bold;
        word-break: normal;
        display: block;
    }

    .ty-table__responsive-content {
        float: left;
        width: 50%;
    }

    .ty-table.hidden, .ty-table .hidden {
        display: none;
    }

    .ty-cart-content .ty-cart-content__image-block {
        border-bottom: 0;
    }

    .ty-cart-content .ty-table__responsive-header, .ty-table__responsive-content {
        float: none;
        width: 100%;
        padding: 0;
    }

    .ty-cart-content__image {
        float: none;
        text-align: center;
    }

    .ty-cart-content__left-buttons, .ty-cart-content__right-buttons {
        float: none;
    }

    .ty-cart-content__right-buttons {
        margin-top: 10px;
    }

    .ty-cart-content__top-buttons .ty-btn, .ty-cart-content__bottom-buttons .ty-btn {
        display: block;
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ty-cart-content__top-buttons .ty-btn + .ty-btn, .ty-cart-content__bottom-buttons .ty-btn + .ty-btn {
            margin: 10px 0 0;
        }

    .ty-cart-total .ty-coupons__container {
        float: none;
        padding: 0;
        width: 100%;
    }

    .ty-cart-content__estimation {
        max-width: inherit;
    }

    .ty-cart-statistic {
        float: none;
        margin-top: 10px;
    }

    .ty-cart-statistic__title, .ty-cart-statistic__total-title {
        width: 50%;
        margin-right: 0;
        float: left;
    }

    .ty-cart-statistic__value, .ty-cart-statistic__total-value {
        width: 50%;
        float: left;
    }

    .top-links-grid .ty-dropdown-box {
        background: none;
    }

    .ty-dropdown-box .ty-account-info__title-txt {
        display: none;
    }

    .account-benefits {
        margin: 0px 0px 30px 0px;
    }

    .top-cart-content {
        margin: 13px 0px;
    }

    .header-widget-grid .top-cart-content {
        margin: 0px;
    }

    .header-widget-grid {
        padding: 0px 10px;
    }

    .ty-grid-list__item:hover {
        border-radius: 0px;
        background: transparent;
    }

    .ty-quick-view-button {
        display: none;
        margin-bottom: 30px;
    }

    .product-list__control {
        float: none;
        margin-bottom: 10px;
    }

    .product-list__image {
        float: none;
        margin: 0px 0px 20px 0px;
        width: 100%;
        text-align: center;
    }

    .ty-compact-list__controls {
        width: 60%;
    }

    .ty-compact-list__image .ty-discount-label {
        display: inline-block;
        height: 30px;
        position: static;
        float: none;
    }

    .ty-compact-list__image {
        padding: 0px 10px 0px 0px;
    }

    .ty-sidebox {
        margin-bottom: 10px;
    }

        .ty-sidebox:last-child {
            margin-bottom: 30px;
        }

    .ty-product-block__left {
        display: block;
        overflow: visible;
        min-width: 0;
    }

    .ty-product-block {
        position: initial;
    }

    .ty-product-block__img-wrapper {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        min-height: 0;
    }

        .ty-product-block__img-wrapper:before, .ty-product-block__img-wrapper:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .ty-product-block__img-wrapper:after {
            clear: both;
        }

        .ty-product-block__img-wrapper .ty-no-image {
            width: 100% !important;
        }

    .ui-dialog .ty-product-variant-image {
        margin-left: 0;
    }

    .ty-product-bigpicture__left, .ty-product-bigpicture__left-wrapper {
        width: 100%;
        margin: 0;
    }

    .ty-product-bigpicture__right {
        width: 100%;
        margin-left: 0;
    }

    .ty-product-thumbnails {
        width: 100% !important;
    }

    .ty-account-detail {
        margin-left: 0;
        background: none;
        padding-bottom: 0;
    }

    .ty-profile-field__switch-label {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .ty-profile-field__switch-actions {
        float: none;
        text-align: center;
    }

    .ty-billing-first-name, .ty-billing-last-name, .ty-shipping-first-name, .ty-shipping-last-name, .ty-billing-country, .ty-billing-state, .ty-shipping-country, .ty-shipping-state, .ty-first-name, .ty-last-name {
        width: 100%;
    }

        .ty-billing-first-name + .ty-billing-last-name, .ty-billing-country + .ty-billing-state, .ty-shipping-first-name + .ty-shipping-last-name, .ty-shipping-country + .ty-shipping-state, .ty-first-name + .ty-last-name {
            margin-left: 0;
        }

    .ty-buttons-container__add-or-close .ty-btn {
        display: block;
        margin: 0px;
    }

    .ty-buttons-container__add-or-close .ty-close-text {
        padding-top: 10px;
        display: inline-block;
    }

    .ty-login-info {
        margin: 30px 0 0;
    }

    .ty-success-registration__item {
        display: block;
        width: 100%;
    }

    .ty-account-benefits {
        margin: 30px 0 0;
    }

    .ty-company-fields {
        margin-bottom: 20px;
    }

    .ty-company-info {
        margin: 0;
        padding: 0;
        background: none;
    }

    .ty-features-all {
        text-align: center;
    }

    .ty-feature__image {
        float: none;
    }

    .ty-product-feature__label {
        width: 180px;
    }

    .ty-sitemap__tree-section-list, .ty-sitemap__section-wrapper {
        width: 50%;
    }

    .ty-breadcrumbs {
        padding-right: 0;
    }

    .ty-product-switcher {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 0;
        top: 10px;
        text-align: center;
    }

    .ty-product-switcher__a {
        position: relative;
        top: 0;
        vertical-align: middle;
        font-size: 20px;
    }

    .ty-product-switcher__a-left, .ty-product-switcher__a-right {
        float: none;
    }

    .ty-product-switcher__a-left {
        margin-right: 10px;
    }

    .ty-product-switcher__a-right {
        margin-left: 10px;
    }

    .ty-product-switcher span {
        display: inline-block;
        float: none;
        font-size: 100%;
    }

    .ty-checkout__login {
        float: none;
        padding: 0 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-checkout__register {
        float: none;
        padding: 0 15px;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-checkout__register-content {
        padding-left: 0;
    }

    .ty-checkout-buttons__submit-order {
        padding-bottom: 20px;
    }

    .ty-payments-list__instruction {
        width: 255px;
    }

    .ty-compare-products__menu, .ty-compare-sort {
        width: 130px;
    }

    .ty-compare-products__product, .ty-compare-feature_item_size {
        width: 180px;
    }

    .ty-compare__buttons .ty-btn {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ty-compare__buttons .ty-btn + .ty-btn {
            margin: 15px 0 0;
        }

    .search-block-grid {
        margin-top: 0px !important;
    }

    .footer-no-wysiwyg ul {
        margin: 0;
    }

    .ty-social-link-block {
        margin: 10px 0px 20px;
        text-align: center;
    }

    .ty-footer-grid__full-width .ty-float-right, .ty-footer-grid__full-width .ty-float-left {
        float: none;
    }

    .ty-footer-grid__full-width > .row {
        width: auto;
        margin: 0 auto;
    }

    .ty-footer-menu__items, .ty-footer-general__body {
        margin: 0;
        display: none;
    }

        .ty-footer-menu__items .ty-text-links__item, .ty-footer-general__body .ty-text-links__item {
            padding: 15px 0px 15px 0px;
            border-bottom: 1px solid #fff;
            padding-left: 20px;
            margin-bottom: 0;
        }

    .ty-footer-menu__item {
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #dfdfdf;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .ty-footer-menu__header, .ty-footer-general__header {
        padding: 15px 30px 15px 0;
        border-bottom: 1px solid #fff;
    }

    .ty-footer-menu__icon-open, .ty-footer-menu__icon-hide {
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 40px;
        color: #bfbfbf;
        cursor: pointer;
    }

    .ty-footer-menu__icon-open {
        display: block;
    }

    .ty-footer-menu__header.open .ty-footer-menu__icon-hide, .ty-footer-general__header.open .ty-footer-menu__icon-hide {
        display: block;
    }

    .ty-footer-menu__header.open .ty-footer-menu__icon-open, .ty-footer-general__header.open .ty-footer-menu__icon-open {
        display: none;
    }

    .ty-footer-form-block__title {
        display: block;
        padding-right: 0;
    }

    .ty-footer-form-block {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }

    .order-summary {
        margin-top: 0;
    }

    .ty-step__container-active {
        margin-bottom: 20px;
    }

    .ty-checkout-complete__buttons .ty-btn {
        margin: 0 0 15px 0;
    }

    .ty-checkout-complete__buttons-left, .ty-checkout-complete__buttons-right {
        float: none;
    }

    .ty-period__wrapper {
        float: none;
    }

    .ty-login-popup {
        min-width: 100px;
        max-width: none;
    }

    .ty-orders__actions .ty-btn {
        text-align: left;
        display: block;
    }

        .ty-orders__actions .ty-btn + .ty-btn {
            margin-left: 0;
            margin-top: 3px;
        }

    .ty-profiles-info__item {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

        .ty-profiles-info__item:last-child {
            margin-bottom: 0;
        }

    .ty-orders-detail__table-image {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .ty-orders-detail__table-description {
        margin-left: 0;
    }

    .ty-orders-summary__right {
        float: none;
    }

    .ty-orders-summary__wrapper {
        float: none;
        min-width: 0;
    }

    .ty-orders-search-options .ty-period {
        float: none;
        margin-left: 0;
    }

    .ty-orders-search-options .ty-period__wrapper {
        padding-right: 0;
    }

    .ty-orders-search-options .ty-period__select {
        width: 100%;
    }

    .ty-orders-search-options .ty-period__select-date .ty-control-group__title {
        display: none;
    }

    .ty-orders-search-options .ty-status-info {
        margin-left: 0;
    }

        .ty-orders-search-options .ty-status-info label {
            width: 50%;
        }

    .ty-orders-search-options .ty-orders-search__options-status {
        margin-left: 0;
    }

    .container {
        width: auto;
    }

    .row-fluid {
        width: 100%;
    }

    .row {
        margin-left: 0;
    }

    [class*="span"], .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12, .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }

    .ty-cart-items {
        width: 256px;
    }

    .ty-cart-items__list-item-desc {
        width: 187px;
    }

    .ty-cart-items__list-item-tools {
        right: -10px;
        display: block;
    }

    .vendor-info-grid {
        margin-top: 10px;
    }

    .vendor-stores-block-grid {
        float: left !important;
        width: auto !important;
        padding: 10px 0;
    }

    .vendor-logo-grid .ty-logo-container-vendor {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

    .vendor-search-grid {
        margin-bottom: 20px;
    }

    .ty-filter-tooltip {
        float: right;
        left: 0 !important;
        margin-right: 20px;
    }

    .daterangepicker.dropdown-menu.opensright, .daterangepicker.dropdown-menu.opensleft {
        min-width: 340px !important;
    }

        .daterangepicker.dropdown-menu.opensright .ranges, .daterangepicker.dropdown-menu.opensright .calendar, .daterangepicker.dropdown-menu.opensleft .ranges, .daterangepicker.dropdown-menu.opensleft .calendar {
            float: none;
            margin: 10px auto 15px;
        }

        .daterangepicker.dropdown-menu.opensright:before, .daterangepicker.dropdown-menu.opensleft:before, .daterangepicker.dropdown-menu.opensright:after, .daterangepicker.dropdown-menu.opensleft:after {
            display: none;
        }

    .ty-sidebox__body {
        display: none;
    }

    .ty-horizontal-product-filters {
        padding-left: 0;
    }

    .ty-horizontal-product-filters-dropdown {
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }

        .ty-horizontal-product-filters-dropdown:last-child {
            border-bottom: none;
        }

    .ty-horizontal-product-filters-dropdown__content {
        min-width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
        display: block;
        padding: 10px;
    }

    .ty-horizontal-product-filters-dropdown__content {
        position: relative;
        margin-bottom: 10px;
    }

    .ty-horizontal-product-filters-dropdown__icon {
        float: right;
        margin-right: 4px;
        top: 0px;
    }

    .ty-subcategories {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .ty-mainbox-title__right {
        float: none;
        display: block;
        margin-top: 0;
    }

    .ty-mainbox-title__left {
        float: none;
        display: block;
    }

    .ty-cart-content__buttons {
        padding: 16px 12px;
    }

    .header-widget-grid .top-logo-grid {
        padding-top: 0px;
    }

    .header-widget-grid .top-logo-grid {
        width: 50%;
        float: left;
    }

    .header-widget-grid .cart-content-grid {
        width: 50%;
        float: right;
        white-space: nowrap;
    }

    .ty-estimation-buttons__rate {
        margin-bottom: 10px;
    }

    .ty-search-form__input {
        margin: 4px 0px;
        width: 100%;
    }

    .ty-features-all .ty-column6 {
        width: 50%;
    }

    .ty-product-list__image {
        float: none;
        margin-bottom: 25px;
        margin-right: 0px;
        text-align: center;
    }

    .ty-sitemap__tree-section-list, .ty-sitemap__section-wrapper {
        width: 100%;
        min-height: 0;
    }

    .ty-compact-list__controls .ty-product-coming-soon {
        position: absolute;
        right: 0px;
        text-align: left;
        padding-top: 0px;
    }

    .ty-product-feature__label {
        width: 120px;
    }

    .ty-product-feature__value {
        max-width: 160px;
    }

    .ty-sort-container__views-a {
        padding: 7px;
    }

    .ty-compact-list__image, .ty-compact-list__title {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
    }

    .ty-compact-list__image {
        margin-bottom: 10px;
    }

    .ty-btn__add-to-cart {
        margin-right: 10px;
    }

    .ty-product-block__button .ty-btn + .ty-btn, .ty-product-block__button .ty-btn ~ .ty-btn {
        margin-left: 0px;
    }

    .ty-pagination {
        text-align: center;
    }

    .ty-pagination__btn {
        width: 94%;
    }

    .ty-pagination__items {
        margin: 15px 0;
    }

    .ty-pagination__item {
        padding: 5px 6px;
    }

    .ty-pagination__text {
        display: inline-block;
    }

    .ty-compact-list__controls {
        width: 100%;
        text-align: left;
    }

    .ty-compact-list__price {
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }

        .ty-compact-list__price .ty-price-update {
            display: inline-block;
        }

    .ty-step__title-txt {
        font-size: 18px;
    }

    .ty-checkout__billing-tabs .ty-tabs {
        padding: 0px;
    }

    .ty-checkout__billing-tabs .ty-tabs__item {
        float: none;
    }

    .ty-checkout-complete__login-info, .ty-checkout-complete__create-account {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .ty-payments-list {
        padding-right: 0;
    }

    .ty-payments-list__instruction {
        width: auto;
    }

    .ty-companies__img {
        float: none;
    }

    .ty-companies__info {
        padding: 0;
    }

    .ty-filters-search__item {
        padding-right: 0;
    }

    .ty-subcategories-block {
        min-width: 100%;
    }

    .ty-product-notification__buttons {
        display: block;
        text-align: right;
    }

        .ty-product-notification__buttons > div {
            float: none;
            display: inline-block;
            margin: 3px auto;
        }
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: block;
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Light.eot?1623665276#iefix') format("embedded-opentype"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Light.woff?1623665276') format("woff"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Light.ttf?1623665276') format("truetype"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Light.svg?1623665276#RobotoCondensed-Light') format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: block;
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Regular.eot?1623665276#iefix') format("embedded-opentype"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Regular.woff?1623665276') format("woff"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Regular.ttf?1623665276') format("truetype"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Regular.svg?1623665276#RobotoCondensed-Regular') format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: block;
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Bold.eot?1623665276#iefix') format("embedded-opentype"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Bold.woff?1623665276') format("woff"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Bold.ttf?1623665276') format("truetype"), url('../../../../../../../../design/themes/vivashop/media/fonts/text/RobotoCondensed-Bold.svg?1623665276#RobotoCondensed-Bold') format("svg");
    font-weight: 700;
    font-style: normal;
}

.ty-helper-container {
    background: none;
}

.notification-container {
    z-index: 1250;
}

@font-face {
    font-family: et-icon;
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/et-icon.eot?1623665276');
    src: url('../../../../../../../../design/themes/vivashop/media/fonts/et-icon.eot?1623665276#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/vivashop/media/fonts/et-icon.woff?1623665276') format('woff'), url('../../../../../../../../design/themes/vivashop/media/fonts/et-icon.ttf?1623665276') format('truetype'), url('../../../../../../../../design/themes/vivashop/media/fonts/et-icon.svg?1623665276#et-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="et-icon-"], [class*=" et-icon-"] {
    font-family: et-icon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et-icon-btn-opt:before {
    content: "\e009";
}

.et-icon-social-f:before {
    content: "\e016";
}

.et-icon-social-g:before {
    content: "\e017";
}

.et-icon-social-t:before {
    content: "\e018";
}

.et-icon-social-l:before {
    content: "\e020";
}

.et-icon-social-y:before {
    content: "\e021";
}

.et-icon-social-p:before {
    content: "\e035";
}

.et-icon-social-i:before {
    content: "\e038";
}

.et-icon-mobile-sold-by:before {
    content: "\e900";
}

.et-icon-btn-cart3:before {
    content: "\e901";
}

.et-icon-horizontal-filter:before {
    content: "\e902";
}

.et-icon-bc-right:before {
    content: "\e903";
}

.et-icon-pag-left:before {
    content: "\e904";
}

.et-icon-pag-right:before {
    content: "\e905";
}

.et-icon-bc-left:before {
    content: "\e906";
}

.et-icon-pp-return:before {
    content: "\e907";
}

.et-icon-pp-warranty:before {
    content: "\e908";
}

.et-icon-pp-delivery:before {
    content: "\e909";
}

.et-icon-pp-payment:before {
    content: "\e90a";
}

.et-icon-pp-phone:before {
    content: "\e90b";
}

.et-icon-header-phone:before {
    content: "\e90c";
}

.et-icon-cta-arrow:before {
    content: "\e90d";
}

.et-icon-syob-1:before {
    content: "\e90e";
}

.et-icon-syob-2:before {
    content: "\e90f";
}

.et-icon-syob-3:before {
    content: "\e910";
}

.et-icon-fib-buy-sell:before {
    content: "\e911";
}

.et-icon-fib-happy:before {
    content: "\e912";
}

.et-icon-fib-premium:before {
    content: "\e913";
}

.et-icon-fib-secure:before {
    content: "\e914";
}

.et-icon-footer-email:before {
    content: "\e915";
}

.et-icon-footer-location:before {
    content: "\e916";
}

.et-icon-footer-phone:before {
    content: "\e917";
}

.et-icon-eib-phone:before {
    content: "\e918";
}

.et-icon-eib-returns:before {
    content: "\e919";
}

.et-icon-eib-shipping:before {
    content: "\e91a";
}

.et-icon-eib-warranty:before {
    content: "\e91b";
}

.et-icon-product-popup-tab:before {
    content: "\e91c";
}

.et-icon-blog-calendar:before {
    content: "\e91d";
}

.et-icon-blog-user:before {
    content: "\e91e";
}

.et-icon-blog-comments:before {
    content: "\e91f";
}

.et-icon-my-cart:before {
    content: "\e920";
}

.et-icon-vendor-login:before {
    content: "\e921";
}

.et-icon-my-account:before {
    content: "\e922";
}

.et-icon-info:before {
    content: "\e923";
}

.et-icon-btn-compare:before {
    content: "\e924";
}

.et-icon-btn-oos:before {
    content: "\e925";
}

.et-icon-btn-qv:before {
    content: "\e926";
}

.et-icon-btn-wishlist:before {
    content: "\e927";
}

.et-icon-discount:before {
    content: "\e928";
}

.et-icon-btn-cart:before {
    content: "\e929";
}

.et-icon-menu-arrow:before {
    content: "\e92a";
}

.et-icon-guide:before {
    content: "\e92b";
}

.et-icon-mail:before {
    content: "\e92c";
}

.et-icon-phone:before {
    content: "\e92d";
}

.et-icon-menu1:before {
    content: "\e92e";
}

.et-icon-btn-call:before {
    content: "\e92f";
}

.et-icon-arrow-right:before {
    content: "\e930";
}

.et-icon-arrow-top:before {
    content: "\e931";
}

.et-icon-arrow-down:before {
    content: "\e932";
}

.et-icon-arrow-left:before {
    content: "\e933";
}

.et-icon-blocked:before {
    content: "\e934";
}

.et-icon-check:before {
    content: "\e935";
}

.et-icon-vendor-contact-address:before {
    content: "\e936";
}

.et-icon-vendor-contact-fax:before {
    content: "\e937";
}

.et-icon-vendor-contact-mail:before {
    content: "\e938";
}

.et-icon-vendor-contact-phone:before {
    content: "\e939";
}

.et-icon-vendor-contact-website:before {
    content: "\e93a";
}

.et-icon-minus:before {
    content: "\e93b";
}

.et-icon-plus:before {
    content: "\e93c";
}

.et-icon-quote:before {
    content: "\e93d";
}

.et-icon-clear:before {
    content: "\e93e";
}

.et-icon-btn-clock:before {
    content: "\e93f";
}

.et-icon-btn-cart2:before {
    content: "\e940";
}

.et-icon-vendor-products:before {
    content: "\e941";
}

.et-icon-product-popup-tab2:before {
    content: "\e942";
}

.et-icon-vendor-menu-bestsellers:before {
    content: "\e943";
}

.et-icon-vendor-menu-contact:before {
    content: "\e944";
}

.et-icon-vendor-menu-new:before {
    content: "\e945";
}

.et-icon-vendor-menu-products:before {
    content: "\e946";
}

.et-icon-vendor-menu-reviews:before {
    content: "\e947";
}

.et-icon-vendor-menu-sale:before {
    content: "\e948";
}

.et-icon-vendor-menu-store-home:before {
    content: "\e949";
}

.et-icon-vendor-menu-vendor-pages:before {
    content: "\e94a";
}

.et-icon-btn-qv2:before {
    content: "\e94b";
}

.et-icon-btn-qv3:before {
    content: "\e94c";
}

.et-icon-vendor-contact-address2:before {
    content: "\e94d";
}

.et-icon-vendor-search2:before {
    content: "\e94e";
}

.et-icon-vendor-contact-phone2:before {
    content: "\e94f";
}

.et-icon-vendor-contact-mail2:before {
    content: "\e950";
}

.et-icon-vendor-contact-website2:before {
    content: "\e951";
}

.et-icon-blog-comments2:before {
    content: "\e952";
}

.et-icon-free-shipping:before {
    content: "\e953";
}

.et-icon-blog-comments3:before {
    content: "\e954";
}

.et-icon-blog-user2:before {
    content: "\e955";
}

.et-icon-mobile-sticky-account:before {
    content: "\e956";
}

.et-icon-mobile-sticky-cart:before {
    content: "\e957";
}

.et-icon-mobile-sticky-compare:before {
    content: "\e958";
}

.et-icon-mobile-sticky-home:before {
    content: "\e959";
}

.et-icon-mobile-sticky-whishlist:before {
    content: "\e95a";
}

.et-icon-circle-minus:before {
    content: "\e95b";
}

.et-icon-circle-plus:before {
    content: "\e95c";
}

.et-icon-menu:before {
    content: "\e95d";
}

.et-icon-menu2:before {
    content: "\e95e";
}

.et-icon-menu-close:before {
    content: "\e95f";
}

.et-icon-marketplace-menu:before {
    content: "\e960";
}

.et-icon-btn-cart4:before {
    content: "\e961";
}

.et-icon-mobile-sold-by2:before {
    content: "\e962";
}

.et-icon-mobile-categories:before {
    content: "\e963";
}

.et-icon-mobile-filter:before {
    content: "\e964";
}

.et-icon-selected-filters:before {
    content: "\e965";
}

.et-icon-vendor-menu-about:before {
    content: "\e966";
}

.et-icon-vendor-menu-categories:before {
    content: "\e967";
}

.et-icon-vendor-menu-home:before {
    content: "\e968";
}

.et-icon-vendor-menu-pages2:before {
    content: "\e969";
}

.et-icon-chat:before {
    content: "\e96a";
}

.et-icon-contact-for-price:before {
    content: "\e96b";
}

.et-icon-contact-for-price2:before {
    content: "\e96c";
}

.et-icon-contact-for-price3:before {
    content: "\e96d";
}

.et-icon-arrow-top2:before {
    content: "\e96e";
}

.et-icon-main-menu-more:before {
    content: "\e96f";
}

.ty-stars, .ty-rating .ty-rating__label {
    color: #d60303;
}

.ty-gift-certificate__currency {
    position: absolute;
    margin-top: 7px;
    margin-left: 120px;
}

.ty-store-location__map-wrapper {
    border: 1px solid #979797;
}

.cm-image {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

    .cm-image.etLazy:not(.lazyOwl) {
        opacity: 0;
    }

.space-top {
    margin-top: 10px;
}

.space-bottom {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.ty-no-items {
    font-size: 28px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], select {
    height: 40px;
}

.ty-btn {
    padding: 10px 30px;
}

    .ty-btn i.et-icon-check {
        top: auto;
    }

.ty-btn-go {
    height: 38px;
}

.et-social-buttons .ty-social-buttons__inline {
    margin: 0 10px 0 0;
}

.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon {
    float: left;
}

body.shadow .et-category-menu {
    z-index: 5050;
}

body.shadow #ajax_overlay, body.shadow #ajax_loading_box {
    display: none !important;
    z-index: 0;
    left: 0;
    right: 100%;
    max-width: 0;
    background: #0f0;
}

body.shadow:after {
    content: "";
    position: fixed;
    z-index: 1009;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

body.shadow-dim1 {
    overflow: hidden;
    padding-right: 17px;
}

    body.shadow-dim1 .et-sticky-header {
        padding-right: 17px;
    }

    body.shadow-dim1.mac-sbw {
        padding-right: 15px;
    }

        body.shadow-dim1.mac-sbw .et-sticky-header {
            padding-right: 15px;
        }

body.shadow-dim:after {
    opacity: 1;
}

body.shadow-hide:after {
    opacity: 0;
}

.et-product-title-general {
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #545453;
}

    .et-product-title-general:hover {
        text-decoration: none;
        color: #ff9200;
    }

.ty-product-labels__item--discount {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.ty-discount-label {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}

.ty-discount-label__item {
    width: 45px;
    height: 45px;
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    float: none;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}

.ty-product-labels--top-left {
    top: 8px;
}

.ty-product-labels__item--shipping {
    border-radius: 0px 28px 28px 0px;
    padding: 7px 13px 7px 10px;
}

    .ty-product-labels__item--shipping .ty-product-labels__content {
        color: #fff;
    }

.ty-product-labels__content {
    display: flex;
    font-size: 12px;
}

    .ty-product-labels__content .et-icon-free-shipping {
        font-size: 18px;
        margin-right: 5px;
    }

.et-qty-discount .ty-qty-discount {
    margin-bottom: 0px;
}

.et-qty-discount .ty-qty-discount__table {
    margin-top: 4px;
    border: none;
    border: 1px solid #ff9200;
}

    .et-qty-discount .ty-qty-discount__table .ty-qty-discount__td {
        color: #545453;
        background: none;
        text-align: center;
        width: 50%;
        border-right: 1px solid #efefef;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-qty-discount .ty-qty-discount__table .ty-qty-discount__td + .ty-qty-discount__td {
            border-right: none;
        }

    .et-qty-discount .ty-qty-discount__table th {
        border-bottom: 1px solid #efefef;
        padding: 10px 12px;
    }

    .et-qty-discount .ty-qty-discount__table .et-qty-discount__price {
        color: #c32e1e;
    }

    .et-qty-discount .ty-qty-discount__table tbody tr {
        background: none;
        border-bottom: 1px dashed #efefef;
    }

        .et-qty-discount .ty-qty-discount__table tbody tr:nth-child(2n) {
            background: none;
        }

        .et-qty-discount .ty-qty-discount__table tbody tr .ty-qty-discount__td {
            padding: 5px 12px;
        }

        .et-qty-discount .ty-qty-discount__table tbody tr:last-child {
            border-bottom: none;
        }

            .et-qty-discount .ty-qty-discount__table tbody tr:last-child .ty-qty-discount__td {
                padding-bottom: 10px;
            }

.et_checkbox {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .et_checkbox:after {
        content: "";
        position: absolute;
        display: none;
    }

    .et_checkbox:hover input ~ .et_checkmark {
        border-color: #228B22;
    }

    .et_checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .et_checkbox input:checked ~ .et_checkmark {
            background-color: #228B22;
            border-color: #228B22;
        }

            .et_checkbox input:checked ~ .et_checkmark:after {
                display: block;
            }

.et_checkmark {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
}

    .et_checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 3px;
        width: 2px;
        height: 7px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.et_horiz_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ty-value-changer {
    background: #f3f3f3;
    position: relative;
    padding: 13px 30px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ty-value-changer .ty-value-changer__increase, .ty-value-changer .ty-value-changer__decrease {
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: none;
        background: #fff;
        color: #ff9200;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .ty-value-changer .ty-value-changer__increase:hover, .ty-value-changer .ty-value-changer__decrease:hover {
            background: #3d7000;
            color: #fff;
        }

    .ty-value-changer .ty-value-changer__increase {
        right: 10px;
    }

    .ty-value-changer .ty-value-changer__decrease {
        left: 10px;
    }

    .ty-value-changer .ty-value-changer__input {
        width: 100%;
        height: auto;
        border: none;
        background: none;
        color: #545453;
        padding: 0;
        font-size: 14px;
    }

.product-title {
    font-family: Arial,sans-serif;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #000;
}

    .product-title:hover {
        text-decoration: none;
        color: #228B22;
    }

.et-banner-hover {
    position: relative;
    display: inline-block;
}

    .et-banner-hover:before, .et-banner-hover:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-banner-hover:hover:before {
        right: 50%;
        left: 50%;
        background: rgba(255,255,255,0.2);
    }

    .et-banner-hover:hover:after {
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.2);
    }

.et-banner-hover-2 {
    position: relative;
    display: inline-block;
}

    .et-banner-hover-2:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url('../../../../../../../../design/themes/vivashop/media/images/banner_effect.png?1623665276') no-repeat scroll -265px 0 transparent;
        z-index: 1;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .et-banner-hover-2:hover:after {
        background-position: 1200px 0;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

.et-banner-hover-3 {
    position: relative;
    display: inline-block;
}

    .et-banner-hover-3:before {
        content: '';
        position: absolute;
        border: white solid 4px;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        opacity: 0;
    }

    .et-banner-hover-3:hover:before {
        opacity: 1;
        border: white solid 4px;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
    }

.et-banner-hover-4 {
    position: relative;
    display: inline-block;
}

    .et-banner-hover-4:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: none;
        transform: scale(0);
        opacity: 1;
    }

    .et-banner-hover-4:hover:before {
        background: #fff;
        transform: scale(1);
        opacity: 0;
    }

.et-banner-hover-5 {
    position: relative;
    display: block;
}

    .et-banner-hover-5:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: #fff;
        transform: scale(1);
        opacity: 0;
    }

    .et-banner-hover-5:hover:before {
        background: none;
        transform: scale(0);
        opacity: 1;
    }

.et-categ-vendor-box .et-vendor-logo {
    padding-right: 10px;
    min-width: 45px;
}

    .et-categ-vendor-box .et-vendor-logo a {
        overflow: hidden;
        display: block;
        border-radius: 100%;
        border: 1px solid #999;
    }

.et-categ-vendor-box:hover .et-vendor-logo a {
    border-radius: 0;
}

.et-categ-vendor-box .et-vendor-logo, .et-categ-vendor-box .et-vendor-info {
    display: table-cell;
    vertical-align: middle;
}

    .et-categ-vendor-box .et-vendor-info .et-vendor-name {
        color: #228B22;
        display: block;
        font-size: 13px;
        white-space: nowrap;
    }

        .et-categ-vendor-box .et-vendor-info .et-vendor-name:hover {
            color: #228B22;
        }

    .et-categ-vendor-box .et-vendor-info .et-vendor-location {
        margin-top: 5px;
        margin-bottom: 2px;
    }

        .et-categ-vendor-box .et-vendor-info .et-vendor-location a {
            font-size: 12px;
            color: #228B22;
        }

            .et-categ-vendor-box .et-vendor-info .et-vendor-location a:hover {
                color: #228B22;
            }

        .et-categ-vendor-box .et-vendor-info .et-vendor-location i {
            font-size: 14px;
            width: 14px;
            margin-right: 1px;
            padding-right: 1px;
            top: 2px;
            position: relative;
        }

    .et-categ-vendor-box .et-vendor-info .et-vendor-products i, .et-categ-vendor-box .et-vendor-info .et-vendor-products span {
        line-height: 14px;
        vertical-align: middle;
        display: table-cell;
    }

    .et-categ-vendor-box .et-vendor-info .et-vendor-products a {
        text-transform: lowercase;
        font-size: 12px;
        color: #666;
    }

        .et-categ-vendor-box .et-vendor-info .et-vendor-products a:hover {
            color: #228B22;
        }

    .et-categ-vendor-box .et-vendor-info .et-vendor-products i {
        font-size: 10px;
        width: 14px;
        padding-right: 1px;
        text-align: left;
    }

.et-list-vendor .et-vendor-info {
    max-width: 365px;
    text-align: right;
}

.et-list-vendor .et-vendor-logo {
    padding-right: 0px;
    padding-left: 10px;
}

.et-list-vendor.et-master-product-list {
    margin-top: 0 !important;
}

    .et-list-vendor.et-master-product-list .et-vendor-name {
        display: inline-block;
    }

a:focus {
    outline: none;
}

select:focus {
    outline: 0;
    border-color: #545453;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}

a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    a:hover {
        color: #228B22;
    }

.tygh-top-panel > .container-fluid, .tygh-header > .container-fluid, .tygh-content > .container-fluid, .tygh-footer > .container-fluid {
    max-width: inherit;
    padding-left: 0px;
    padding-right: 0px;
}

    .tygh-top-panel > .container-fluid .et-container, .tygh-header > .container-fluid .et-container, .tygh-content > .container-fluid .et-container, .tygh-footer > .container-fluid .et-container {
        max-width: 1400px;
        min-width: 280px;
    }

@media screen and (min-width: 1024px) {
    .tygh-top-panel > .container-fluid .et-container, .tygh-header > .container-fluid .et-container, .tygh-content > .container-fluid .et-container, .tygh-footer > .container-fluid .et-container {
        margin: 0 auto !important;
    }
}

.tygh-top-panel > .container-fluid .et-container.span16, .tygh-header > .container-fluid .et-container.span16, .tygh-content > .container-fluid .et-container.span16, .tygh-footer > .container-fluid .et-container.span16 {
    float: none;
}

.tygh-top-panel {
    border-bottom: 1px solid #eee;
}

[id^="companies_"] .tygh-top-panel {
    border: none;
}

.tygh-top-panel > .container-fluid, .et-fw-wrap, .top-menu-grid {
    padding: 0;
}

.et-main-bkg {
    background: transparent repeat scroll;
}

    .et-main-bkg .et-container {
        background: #fff;
        padding: 0 15px;
    }

.tygh-content > div {
    padding-bottom: 0px;
}

.tygh-content .content-grid {
    background: none;
}

    .tygh-content .content-grid > .row-fluid > .et-container {
        background: #fff;
        padding: 0 15px;
    }

.tygh-content .et-product-content-grid {
    background: #f3f3f3;
}

    .tygh-content .et-product-content-grid > .row-fluid > .et-container {
        background: none;
        padding: 0;
    }

.ty-list-price {
    color: #9c9b9b;
}

.ty-price-num {
    font-weight: normal;
}

    .ty-price-num sup, .ty-list-price sup {
        font-size: 58%;
    }

.et-clean-price .ty-list-price {
    color: #626264;
}

.ty-btn__primary {
    color: #fff;
}

.ty-btn__secondary {
    color: #fff;
}

.ty-btn__tertiary {
    color: #fff;
}

.ty-btn__primary, .ty-btn__secondary, .ty-btn, .ty-btn-go {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ty-btn__primary:focus, .ty-btn__secondary:focus, .ty-btn:focus, .ty-btn-go:focus {
        outline: none;
    }

    .ty-btn__primary:hover, .ty-btn__secondary:hover, .ty-btn:hover, .ty-btn-go:hover {
        background: #3d7000;
        color: #fff;
    }

.ty-btn__tertiary {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ty-btn__tertiary:hover {
        background: #ff9200;
        color: #fff;
    }

.ty-btn-go {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #ff9200;
    color: #fff;
}

    .ty-btn-go i {
        color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .ty-btn-go:hover i {
        color: #fff;
    }

.ty-btn__text {
    color: #545453;
    padding: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .ty-btn__text:hover {
        color: #228B22;
    }

.ty-sub-price {
    color: #c32e1e;
}

.ty-btn.disabled {
    cursor: default;
}

    .ty-btn.disabled:hover {
        background: #e3e3e3;
    }

.et-btn-icon-text i, .et-btn-icon-text span {
    vertical-align: middle;
    display: inline-block;
}

.top-grid .ty-select-block__a, .top-grid .ty-select-block__arrow {
    color: #fff;
    background: none;
}

.top-grid .ty-dropdown-box__title {
    background: none;
}

.top-grid .ty-select-block__a *, .top-grid .ty-dropdown-box__title {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.top-grid .ty-select-block__a:hover * {
    color: #434343;
}

.top-grid .ty-select-block__a {
    padding: 0;
}

.ty-dropdown-box__content {
    border-color: #f0f0f0;
    background-color: #f5f5f5;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}

.et-top-block [class^="et-icon-"] {
    font-size: 20px;
    margin-right: 5px;
}

.et-top-block.et-top-menu-wrapper .ty-text-links_show_inline .ty-level-0 > a {
    padding: 5px 0;
    display: block;
}

.et-top-block.et-top-menu-wrapper .ty-text-links_show_inline .ty-level-0 > .ty-text-links {
    padding: 5px 5px 10px 5px;
    background: #f5f5f5;
    border-color: #f0f0f0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}

    .et-top-block.et-top-menu-wrapper .ty-text-links_show_inline .ty-level-0 > .ty-text-links li {
        margin: 0;
        padding: 0;
    }

        .et-top-block.et-top-menu-wrapper .ty-text-links_show_inline .ty-level-0 > .ty-text-links li a {
            padding: 5px 5px 0px 5px;
            display: block;
        }

.et-top-block ul {
    padding: 0;
}

.et-top-block li.ty-level-0 {
    display: inline-block;
    padding: 0;
}

.et-top-block .ty-text-links__item a, .et-top-block .ty-text-links__item a.ty-text-links__a {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-top-block .ty-text-links__item a i, .et-top-block .ty-text-links__item a.ty-text-links__a i {
        margin-right: 5px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        color: #fff;
    }

    .et-top-block .ty-text-links__item a:hover, .et-top-block .ty-text-links__item a.ty-text-links__a:hover {
        color: #434343;
    }

        .et-top-block .ty-text-links__item a:hover i, .et-top-block .ty-text-links__item a.ty-text-links__a:hover i {
            color: #434343 !important;
        }

.et-top-block .ty-text-links {
    margin: 0;
}

.et-top-block.et-top-right-link a, .et-top-block.et-top-left-link a {
    display: block;
    padding: 4px 0 5px;
}

    .et-top-block.et-top-right-link a i, .et-top-block.et-top-right-link a span, .et-top-block.et-top-left-link a i, .et-top-block.et-top-left-link a span {
        vertical-align: middle;
        line-height: 1;
    }

.et-top-block.et-top-left-link {
    margin-right: 15px;
}

.et-top-block.et-top-right-link .ty-text-links__item:last-child {
    margin-right: 0;
}

.top-links-grid {
    padding: 0;
}

.et-header-right .et-top-block {
    padding-right: 0;
}

    .et-header-right .et-top-block span {
        margin-right: 0px;
    }

.top-languages, .top-currencies {
    margin: 0 15px 0 0;
}

.et-languages .ty-select-block__a, .et-currency .ty-select-block__a {
    padding: 5px 0;
    border: none;
}

    .et-languages .ty-select-block__a.open, .et-languages .ty-select-block__a.open:hover, .et-currency .ty-select-block__a.open, .et-currency .ty-select-block__a.open:hover {
        background: none;
    }

.et-languages .ty-select-block__list, .et-currency .ty-select-block__list {
    padding: 5px;
}

.et-languages .ty-select-block, .et-currency .ty-select-block {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    background: #228B22;
    border-color: #5fb100;
    margin-top: -5px;
    left: -10px;
}

    .et-languages .ty-select-block a, .et-currency .ty-select-block a {
        color: #fff;
        padding: 5px;
    }

        .et-languages .ty-select-block a:hover, .et-currency .ty-select-block a:hover {
            color: #434343;
            background: none;
        }

.et-languages .ty-select-block__list-a, .et-currency .ty-select-block__list-a {
    padding: 5px;
}

.et-languages li, .et-currency li {
    padding: 0;
}

.et-languages .ty-select-block__a-item, .et-currency .ty-select-block__a-item {
    vertical-align: middle;
    line-height: 1;
}

.et-languages .ty-select-block__a i {
    margin-top: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.et-languages .ty-select-block__a-item {
    margin-left: 20px;
}

.et-currency .et-currency-symbol {
    padding-right: 5px;
}

.top-my-account .ty-dropdown-box__title.open .et-tooltip-arrow {
    display: block;
    margin: 0;
}

.top-my-account {
    margin: 0 10px;
}

    .top-my-account .ty-dropdown-box__title {
        padding: 0;
        border: none;
    }

        .top-my-account .ty-dropdown-box__title:hover {
            background: none;
        }

        .top-my-account .ty-dropdown-box__title.open {
            background: none;
        }

    .top-my-account .ty-account-info__title {
        color: #fff;
    }

        .top-my-account .ty-dropdown-box__title.open .ty-account-info__title, .top-my-account .ty-account-info__title:hover {
            color: #eee;
        }

    .top-my-account .ty-account-info__title, .top-my-account .logged .ty-account-info__title, .top-my-account .logged .ty-account-info__user-arrow {
        background: none;
    }

    .top-my-account .ty-account-info__title {
        outline: none;
    }

    .top-my-account .open .ty-account-info__title i, .top-my-account .open .ty-account-info__title span {
        color: #fff;
    }

    .top-my-account .ty-account-info__name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .top-my-account .ty-account-info__title {
        padding: 0;
    }

    .top-my-account .ty-account-info__title-txt {
        display: none;
    }

    .top-my-account .et-icon-my-account {
        display: block;
        font-size: 43px;
    }

    .top-my-account .ty-dropdown-box__content {
        background: #f5f5f5;
        padding: 16px 25px 23px;
        margin-top: 16px;
    }

    .top-my-account .et-social-login {
        margin-top: 23px;
    }

        .top-my-account .et-social-login a {
            padding: 10px 0;
        }

        .top-my-account .et-social-login + .ty-account-info__buttons {
            margin-top: 10px;
        }

.ty-account-info {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dad8d8;
    margin: 0 0 5px 0;
}

    .ty-account-info .ty-account-info__name {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.et-social-login {
    margin-top: 25px;
}

.ty-dropdown-box__content .ty-dropdown-box__item, .ty-account-info__item {
    padding: 2px 0;
    background: none;
}

    .ty-dropdown-box__content .ty-dropdown-box__item a, .ty-account-info__item a {
        color: #545453;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        font-size: 14px;
        padding-left: 20px;
        position: relative;
    }

        .ty-dropdown-box__content .ty-dropdown-box__item a:before, .ty-account-info__item a:before {
            position: absolute;
            top: 50%;
            margin-top: -8px;
            left: 0;
            font-family: et-icon;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e92a";
            font-size: 15px;
        }

    .ty-dropdown-box__content .ty-dropdown-box__item:hover, .ty-account-info__item:hover {
        background: none;
    }

        .ty-dropdown-box__content .ty-dropdown-box__item:hover a, .ty-account-info__item:hover a {
            color: #ff9200;
        }

.ty-dropdown-box__content .ty-account-info__orders, .ty-account-info__orders {
    background: none;
    margin: 10px 0 0;
    padding: 0;
}

.ty-account-info__orders-txt {
    font-size: 12px;
    font-weight: bold;
    color: #545453;
}

.ty-account-info__orders-input {
    margin-top: 10px;
}

    .ty-account-info__orders-input .ty-input-text {
        border: none;
        font-size: 12px;
        height: 33px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .ty-account-info__orders-input .ty-btn-go {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none;
        top: 6px;
        right: 0;
        height: 22px;
        background: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .ty-account-info__orders-input .ty-btn-go i {
            position: absolute;
            font-size: 19px;
            top: 50%;
            left: 50%;
            margin-top: -10px;
            margin-left: -8px;
            color: #888;
        }

        .ty-account-info__orders-input .ty-btn-go:hover i {
            color: #ff9200;
        }

.et-social-login .et-social-text {
    display: none;
}

.ty-dropdown-box__content .ty-account-info__buttons, .ty-account-info__buttons.buttons-container {
    background: none;
    padding: 0;
    margin: 23px 0 0;
}

    .ty-dropdown-box__content .ty-account-info__buttons a, .ty-account-info__buttons.buttons-container a {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .ty-dropdown-box__content .ty-account-info__buttons .ty-btn, .ty-account-info__buttons.buttons-container .ty-btn {
        width: auto;
        margin: 0;
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 21px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
    }

        .ty-dropdown-box__content .ty-account-info__buttons .ty-btn + .ty-btn, .ty-account-info__buttons.buttons-container .ty-btn + .ty-btn {
            margin: 10px 0 0 0;
        }

.ty-btn__custom {
    background-color: #fff;
}

.social-login [class^="et-login-"], .social-login [class*=" et-login-"] {
    background: #ff9200;
}

.social-login a {
    display: block;
    text-align: center;
    padding: 7px 0;
    margin: 10px 0px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .social-login a.et-login-facebook {
        background: #3b5998;
    }

    .social-login a.et-login-twitter {
        background: #00bff3;
    }

    .social-login a.et-login-google {
        background: #ff2f2f;
    }

    .social-login a:hover {
        text-decoration: none;
        background: #3d7000;
    }

.tygh-header > .header-grid {
    padding-top: 10px;
}

.top-menu-grid {
    margin-top: 10px;
    background: #fff;
}

.row-fluid .search-block-grid {
    display: flex;
}

.search-block-grid .ty-search-block input.cm-hint {
    color: #767678;
}

.search-block-grid .et-header-call {
    float: none;
}

.ty-search-block input.ty-search-block__input {
    background: transparent;
    height: 50px;
    font-size: 15px;
    font-style: italic;
    background: #f5f5f5;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 20px;
}

    .ty-search-block input.ty-search-block__input:focus {
        border-color: #c9c9c9;
    }

.ty-search-block .energo-searchbox, .ty-search-block .energo-searchbox-span {
    position: absolute;
    right: 50px;
    top: 0;
    left: auto;
}

.ty-search-block select.energo-searchbox {
    height: 50px !important;
}

    .ty-search-block select.energo-searchbox.hasCustomSelect {
        display: block;
    }

.ty-search-block .energo-searchbox-span {
    background: none;
    color: #000;
    top: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right: none;
    border-left: 1px solid #d9d9d9;
    height: 29px;
    margin: 10px 0;
    padding: 5px 30px 6px 5px;
    overflow: hidden;
    border-color: #ddd;
}

    .ty-search-block .energo-searchbox-span i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        color: #767678;
    }

    .ty-search-block .energo-searchbox-span:hover {
        background: none;
    }

    .ty-search-block .energo-searchbox-span .energo-searchbox-spanInner {
        color: #767678;
    }

.ty-search-block .energo-searchbox:focus, .ty-search-block .energo-searchbox:hover + span.energo-searchbox-span {
    background: none;
}

.ty-search-block .ty-search-magnifier {
    top: 0;
    right: 0;
    width: 52px;
    height: 50px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #539203;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

    .ty-search-block .ty-search-magnifier .ty-icon-search {
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .ty-search-block .ty-search-magnifier:hover {
        background: #228B22;
        color: #fff;
    }

.et-header-call {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.et-top-search {
    display: block;
    margin-left: 40px;
    flex: 1;
}

div.ty-cr-phone-number-link {
    margin: 0 10px;
    position: relative;
}

    div.ty-cr-phone-number-link .et-header-phone-icon-wrapper, div.ty-cr-phone-number-link .et-header-phone-text-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    div.ty-cr-phone-number-link .et-header-phone-icon-wrapper {
        padding-right: 10px;
    }

    div.ty-cr-phone-number-link .et-icon-header-phone {
        font-size: 43px;
        color: #fff;
    }

    div.ty-cr-phone-number-link .ty-cr-phone {
        border-bottom: 1px solid #e7e3e3;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

    div.ty-cr-phone-number-link .ty-cr-link a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

        div.ty-cr-phone-number-link .ty-cr-link a:hover {
            color: #228B22;
        }

.et-header-links a {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-header-links a [class^="et-icon-"] {
        font-size: 43px;
    }

    .et-header-links a:hover {
        color: #eee;
    }

.et-header-compare, .et-header-wishlist {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

    .et-header-compare span, .et-header-wishlist span {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

.et-wishlist-count, .et-compare-count, .et-mobile-sticky-cart-count {
    position: absolute;
    color: #fff;
    background-color: #24a202;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 11px;
    min-width: 14px;
    min-height: 18px;
    line-height: 18px;
    padding: 1px 3px;
    right: -5px;
    top: -6px;
}

    .et-wishlist-count.empty, .et-compare-count.empty, .et-mobile-sticky-cart-count.empty {
        color: #fff;
        background-color: #888;
    }

.search-block-grid {
    margin-top: 10px;
}

.et-call-grid, .cart-content-grid {
    margin-top: 16px;
}

.et-tooltip-arrow {
    display: none;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: 6px;
}

    .et-tooltip-arrow:before, .et-tooltip-arrow:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #f0f0f0 transparent;
    }

    .et-tooltip-arrow:after {
        margin-left: -9px;
        border-width: 0 9px 14px 9px;
        border-color: transparent transparent #f5f5f5 transparent;
    }

.top-cart-content .ty-dropdown-box__title {
    padding: 0;
}

    .top-cart-content .ty-dropdown-box__title:hover, .top-cart-content .ty-dropdown-box__title.open {
        background: none;
    }

        .top-cart-content .ty-dropdown-box__title.open .et-tooltip-arrow {
            display: block;
            bottom: -19px;
        }

.top-cart-content .et-top-cart-icon {
    position: relative;
}

    .top-cart-content .et-top-cart-icon i {
        font-size: 40px;
        color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .top-cart-content .et-top-cart-icon:hover i {
        color: #eee;
    }

.top-cart-content .et-cart-content {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: 6px;
    transform: translateX(-50%);
    color: #fff;
    background-color: #24a202;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 11px;
    text-align: center;
    min-width: 22px;
    min-height: 24px;
    line-height: 26px;
    padding: 1px 3px;
}

    .top-cart-content .et-cart-content.et-cart-empty {
        color: #fff;
        background-color: #f6053e;
        background-color: #f01515;
    }

.top-cart-content .et-my-cart {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.top-cart-content .et-cart-value {
    font-size: 13px;
    color: #c32e1e;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
}

.top-cart-content .ty-dropdown-box__content {
    margin-top: 13px;
    background: #f5f5f5;
    padding: 25px 20px 20px;
    border-color: #f0f0f0;
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.3);
}

.top-cart-content .ty-cart-items__empty {
    color: #000;
}

.top-cart-content .ty-cart-items {
    padding: 0;
    margin: 0;
    width: 300px;
    max-height: 370px;
}

.top-cart-content .ty-cart-items__list-item {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 10px 10px 0;
}

    .top-cart-content .ty-cart-items__list-item:last-child {
        margin-bottom: 0;
    }

.top-cart-content .ty-cart-items__list-item-image {
    background: #fff;
    margin-right: 10px;
}

.top-cart-content .ty-cart-items__list-item-desc {
    padding-right: 15px;
}

    .top-cart-content .ty-cart-items__list-item-desc a {
        color: #000;
        font-size: 13px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
    }

        .top-cart-content .ty-cart-items__list-item-desc a:hover {
            color: #ff9200;
        }

    .top-cart-content .ty-cart-items__list-item-desc p {
        padding: 5px 0 0;
    }

.top-cart-content .et-product-ammount {
    font-size: 15px;
}

.top-cart-content .et-cart-product-price {
    color: #c32e1e;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
}

.top-cart-content .ty-cart-content__buttons {
    margin-top: 20px;
    background: none;
    padding: 0;
}

    .top-cart-content .ty-cart-content__buttons .ty-btn {
        text-transform: uppercase;
        display: block;
        padding-left: 40px;
        position: relative;
        font-size: 13px;
    }

        .top-cart-content .ty-cart-content__buttons .ty-btn i {
            top: auto;
            font-size: 20px;
            left: 10px;
            position: absolute;
        }

        .top-cart-content .ty-cart-content__buttons .ty-btn i, .top-cart-content .ty-cart-content__buttons .ty-btn span {
            vertical-align: middle;
        }

    .top-cart-content .ty-cart-content__buttons .et-cart-checkout-btn {
        margin: 10px 0 0;
    }

.top-cart-content .ty-buy-together-cart-items__list {
    padding: 0;
    margin: 0;
    border: none;
}

.page_dim {
    display: none;
    opacity: .6;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.et-main-menu-wrapper {
    position: relative;
    display: flex !important;
    flex-flow: row nowrap;
    max-height: 49px;
    overflow: hidden;
}

    .et-main-menu-wrapper.rendered {
        overflow: visible;
    }

.ty-menu__item-active .ty-menu__item-link {
    background: #fff;
}

.et-menu-flow-row {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

    .et-menu-flow-row.reverse {
        flex-direction: row-reverse;
    }

    .et-menu-flow-row .et-menu-2 {
        flex-grow: 1;
    }

.et-menu-flow-column {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

    .et-menu-flow-column.reverse {
        flex-direction: column-reverse;
    }

    .et-menu-flow-column .et-menu-2 {
        flex-grow: 1;
    }

.et-category-menu .ty-menu__submenu-reverse-direction {
    right: auto;
}

.et-category-menu .ty-menu {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);
}

.et-category-menu .ty-dropdown-box__title {
    background: none;
    padding: 0;
    border: none;
    background: #fff;
    display: block;
}

    .et-category-menu .ty-dropdown-box__title .et-icon-menu, .et-category-menu .ty-dropdown-box__title .et-icon-vendor-menu-products {
        font-size: 32px;
        padding-right: 10px;
    }

        .et-category-menu .ty-dropdown-box__title .et-icon-menu, .et-category-menu .ty-dropdown-box__title .et-icon-menu + span {
            vertical-align: middle;
            line-height: 34px;
            display: inline-block;
        }

        .et-category-menu .ty-dropdown-box__title .et-icon-vendor-menu-products, .et-category-menu .ty-dropdown-box__title .et-icon-vendor-menu-products + span {
            display: table-cell;
            vertical-align: middle;
        }

    .et-category-menu .ty-dropdown-box__title a {
        background: #ffb72b;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 17px;
        color: white;
        display: block;
        padding: 8px 10px 7px;
        min-width: 250px;
    }

    .et-category-menu .ty-dropdown-box__title i {
        color: white;
    }

.et-category-menu .ty-dropdown-box__content {
    overflow: visible;
    left: 0;
    display: none;
    border: 0;
    z-index: 5050;
}

.et-category-menu.drophover .ty-dropdown-box__content {
    display: block !important;
    margin-top: 0px;
    right: auto;
    width: 300px;
}

.et-category-menu .ty-menu__items {
    background: #fff;
    min-height: 430px;
    position: inherit;
}

    .et-category-menu .ty-menu__items .ty-menu__item-arrow i {
        top: 50%;
        margin-top: -7px;
    }

    .et-category-menu .ty-menu__items .ty-menu__item-link {
        color: #1c1c1c;
    }

    .et-category-menu .ty-menu__items .ty-menu__submenu-item-header {
        min-height: auto;
        margin: 0;
        padding: 0;
        border: none;
    }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-icon-wrapper, .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-link-wrapper {
            display: table-cell;
            vertical-align: middle;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-icon-wrapper {
            width: 42px;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-link-wrapper br {
            line-height: 100%;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-icon-round {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            overflow: hidden;
            margin-right: 10px;
            position: relative;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-link {
            color: #434343;
            font-size: 15px;
            line-height: 100%;
            font-weight: bold;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et_menu_icon {
            text-align: center;
            color: #539802;
            vertical-align: middle;
            font-size: 28px;
            width: 32px;
            display: table-cell;
            padding-right: 10px;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-link-inner-wrapper {
            display: table-cell;
            vertical-align: middle;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-text {
            font-size: 12px;
            color: #999;
            line-height: 14px;
            display: inline-block;
            margin-top: 3px;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header.et-has-child {
            border-bottom: 1px solid #e3e3e3;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header a {
            padding: 10px 29px 10px 15px;
            min-height: auto;
            position: relative;
        }

            .et-category-menu .ty-menu__items .ty-menu__submenu-item-header a .et-menu-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 10px;
            }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-main-menu-categ-icon {
            position: absolute;
            top: 50%;
            margin-top: -12px;
            font-size: 24px;
        }

            .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-main-menu-categ-icon + span {
                padding-left: 35px;
            }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header span {
            font-size: 14px;
            vertical-align: middle;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et_menu_label {
            padding: 3px 4px;
            margin-top: 1px;
            vertical-align: middle;
            display: inline-block;
            font-size: 8px;
            line-height: 8px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-icon {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et-menu-icon-hover {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    .et-category-menu .ty-menu__items .et-menu-2-wrapper {
        padding: 0;
        border: 0;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(0,0,0,0.22);
        min-height: 496px;
        margin-left: 300px;
        top: 0px;
        right: auto;
        min-height: 100%;
    }

        .et-category-menu .ty-menu__items .et-menu-2-wrapper .et-menu-2 {
            flex-grow: 1;
            padding: 0;
            position: relative;
        }

    .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 {
        z-index: 1;
    }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-2.ty-menu__submenu-to-right {
            right: 0;
            left: auto;
        }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2.ty-menu__submenu-to-right .ty-menu__submenu-items {
                right: auto;
            }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-menu__submenu-item-header .et-menu-link, .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .cm-responsive-menu-toggle i, .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .cm-responsive-menu-toggle.ty-menu__item-toggle-active i {
            color: #434343;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-top-mine__submenu-col {
            margin: 0;
            padding: 13px 15px 14px 15px;
            border-bottom: 1px solid #efefef;
            width: 284px;
            position: relative;
            z-index: 10;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-sub-categ-img-link {
            padding: 1px 10px 0 0;
            width: 45px;
            float: left;
        }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-sub-categ-img-link img {
                border-radius: 100%;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-sub-categ-img-link:hover img {
                filter: brightness(110%);
            }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-sub-categ-img-link:hover .ty-no-image {
                cursor: pointer;
            }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-menu-lev-2-inline-wrapper {
            display: block;
            overflow: hidden;
        }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-menu-lev-2-inline-wrapper li {
                display: inline;
            }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-menu__submenu-item-header {
            text-transform: none;
        }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-menu__submenu-item-header.et-has-child {
                padding: 0 0 5px 0;
                margin: 0 0 5px 0;
            }

            .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-menu__submenu-item-header .ty-menu__submenu-link {
                vertical-align: middle;
                display: table-cell;
                color: #434343;
                padding: 0;
                font-weight: bold;
                font-size: 14px;
            }

                .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-menu__submenu-item-header .ty-menu__submenu-link:hover {
                    color: #228B22;
                }

    .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .ty-menu__submenu-item {
        margin: 0;
        padding: 0;
    }

    .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .ty-menu__submenu-link {
        color: #333;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .ty-menu__submenu-link:hover {
            color: #228B22;
        }

        .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .ty-menu__submenu-link .et_menu_label {
            vertical-align: middle;
            display: inline-block;
            font-size: 8px;
            line-height: 8px;
            padding: 3px 4px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .et-show-more-link {
        color: #7dcbf1;
    }

    .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .ty-menu__submenu-item-header .et-menu-link, .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .cm-responsive-menu-toggle i, .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .cm-responsive-menu-toggle.ty-menu__item-toggle-active i {
        color: #333;
    }

    .et-category-menu .ty-menu__items .ty-menu__item {
        float: none;
        border-bottom: 1px solid #eee;
    }

        .et-category-menu .ty-menu__items .ty-menu__item:last-child {
            border-bottom: none;
        }

        .et-category-menu .ty-menu__items .ty-menu__item .ty-icon-left-open {
            display: none;
        }

        .et-category-menu .ty-menu__items .ty-menu__item > .ty-menu__submenu-item-header a, .et-category-menu .ty-menu__items .ty-menu__item > .ty-menu__item-arrow i {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

        .et-category-menu .ty-menu__items .ty-menu__item:hover > .ty-menu__submenu-item-header a {
            background: none;
            color: #1c1c1c;
        }

        .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__submenu-item-header a, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a {
            background: #eee;
            color: #1c1c1c;
        }

            .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__submenu-item-header a .et_menu_icon, .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__submenu-item-header a .et-menu-link, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a .et_menu_icon, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a .et-menu-link {
                color: #ffb72b;
            }

            .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__submenu-item-header a .et-menu-icon, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a .et-menu-icon {
                filter: brightness(110%) saturate(110%);
            }

            .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__submenu-item-header a .et-menu-icon-hover, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a .et-menu-icon-hover {
                filter: none;
                opacity: 1;
            }

                .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__submenu-item-header a .et-menu-icon-hover + .et-menu-icon, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a .et-menu-icon-hover + .et-menu-icon {
                    opacity: 0;
                }

        .et-category-menu .ty-menu__items .ty-menu__item.drophover > .ty-menu__item-arrow i, .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__item-arrow i {
            color: #fff;
        }

.et-category-menu-icon .ty-dropdown-box__title {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1010;
}

    .et-category-menu-icon .ty-dropdown-box__title a {
        min-width: auto;
        padding: 14px;
    }

    .et-category-menu-icon .ty-dropdown-box__title .et-icon-menu, .et-category-menu-icon .ty-dropdown-box__title .et-icon-vendor-menu-products {
        padding: 0;
    }

.et-category-menu-icon.drophover .et-tooltip-arrow {
    display: block;
    bottom: -15px;
    margin: 0;
    bottom: -11px;
}

    .et-category-menu-icon.drophover .et-tooltip-arrow:before {
        border-width: 0px 10px 11px;
    }

    .et-category-menu-icon.drophover .et-tooltip-arrow:after {
        border-color: transparent transparent #fff transparent;
        border-width: 0px 9px 10px;
    }

.et-category-menu-icon.drophover .ty-dropdown-box__content {
    margin-top: 11px;
}

.et-category-menu-icon .et-category-menu .ty-menu__items {
    min-height: auto;
}

.top-logo-grid {
    display: flex !important;
    align-items: center;
}

    .top-logo-grid .et-category-menu-icon {
        float: left;
        margin-right: 10px;
    }

    .top-logo-grid .ty-logo-container {
        margin-top: 0px;
    }

.et-sticky-header {
    top: -100px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
    opacity: 0;
    position: fixed;
    background: #228B22;
    left: 0;
    right: 0;
    z-index: 1010;
}

    .et-sticky-header.et-animating {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-sticky-header.et-sticky-visible {
        top: 0;
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .et-sticky-header .et-sticky-content {
        max-width: 1400px;
        min-width: 280px;
        margin: 0 auto !important;
        padding: 10px 0;
    }

        .et-sticky-header .et-sticky-content .top-logo-grid {
            height: 62px;
            display: flex;
            align-items: center;
        }

    .et-sticky-header .search-block-grid {
        margin-top: 0px;
    }

    .et-sticky-header .cart-content-grid {
        margin-top: 0px;
    }

    .et-sticky-header .ty-logo-container__image {
        height: 44px;
    }

.et-menu-2-wrapper {
    padding-right: 0px;
}

.no-touch .menu-level-1:hover .ty-menu__submenu-items {
    display: none;
}

.no-touch .menu-level-1.drophover .ty-menu__submenu-items {
    display: flex;
    box-sizing: border-box;
}

.et_menu_product {
    z-index: 10;
    position: relative;
}

    .et_menu_product .ty-thumbnail-list__img-block {
        position: relative;
        margin-bottom: 5px;
    }

        .et_menu_product .ty-thumbnail-list__img-block img {
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            border: 1px solid #f0f0f0;
            transform: scale(0.9);
        }

        .et_menu_product .ty-thumbnail-list__img-block .ty-discount-label__item {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .et_menu_product .ty-thumbnail-list__img-block:hover img {
            border-radius: 0;
            transform: scale(1);
        }

        .et_menu_product .ty-thumbnail-list__img-block:hover .ty-discount-label__item {
            width: 50px;
            height: 50px;
            font-size: 15px;
        }

    .et_menu_product .ty-discount-label {
        z-index: 50;
    }

    .et_menu_product .ty-thumbnail-list__name {
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 10px;
    }

        .et_menu_product .ty-thumbnail-list__name .product-title {
            display: inline;
            white-space: nowrap;
            padding: 0;
            font-size: 14px;
        }

    .et_menu_product .et-price .ty-price-num {
        font-weight: bold;
        font-size: 16px;
    }

    .et_menu_product .et_menu_product-title {
        color: #444349;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 5px;
        text-align: center;
        font-size: 12px;
        margin: 0 0 10px;
    }

    .et_menu_product .ty-thumbnail-list__item {
        margin-bottom: 0px;
    }

    .et_menu_product .et-menu-product-wrapper {
        margin-bottom: 20px;
    }

    .et_menu_product + .et-menu-2 .ty-menu__submenu-item-header {
        margin-bottom: 10px;
    }

    .et_menu_product + .et-menu-2 .ty-top-mine__submenu-col {
        width: 182px;
    }

.et_menu_product-vertical {
    flex-basis: 185px;
    width: 185px;
    max-width: 185px;
}

    .et_menu_product-vertical .et-link-thumb {
        max-height: 690px;
        overflow-y: auto;
    }

        .et_menu_product-vertical .et-link-thumb::-webkit-scrollbar {
            width: 4px;
            background: #fff;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .et_menu_product-vertical .et-link-thumb::-webkit-scrollbar-thumb {
            background: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .et_menu_product-vertical .et-link-thumb::-webkit-scrollbar-track {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .et_menu_product-vertical .et-link-thumb:hover::-webkit-scrollbar-thumb {
            background: #bababa;
        }

        .et_menu_product-vertical .et-link-thumb:hover::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        }

    .et_menu_product-vertical .et-menu-product-wrapper:last-child {
        margin: 0;
    }

    .et_menu_product-vertical.et-position-R {
        border-left: 1px solid #f0f0f0;
        padding: 13px 0 0 15px;
        vertical-align: top;
        margin: 20px 15px 20px 0;
    }

    .et_menu_product-vertical.et-position-L {
        border-right: 1px solid #f0f0f0;
        padding: 13px 15px 0 0;
        margin: 20px 0 20px 15px;
        vertical-align: top;
    }

        .et_menu_product-vertical.et-position-L .et-link-thumb {
            direction: rtl;
        }

            .et_menu_product-vertical.et-position-L .et-link-thumb * {
                direction: ltr;
            }

.et_menu_product-horizontal {
    margin: 0 15px;
    min-height: 200px;
}

    .et_menu_product-horizontal .et-horiz-scroll {
        overflow-x: hidden;
        white-space: nowrap;
        padding-bottom: 10px;
    }

        .et_menu_product-horizontal .et-horiz-scroll:hover {
            overflow-x: auto;
        }

        .et_menu_product-horizontal .et-horiz-scroll .et-menu-product-wrapper {
            width: 206px;
            display: inline-block;
        }

    .et_menu_product-horizontal.et-position-T {
        border-bottom: 1px solid #f0f0f0;
        padding: 15px 0 15px 0;
        margin: 0 15px 0px;
    }

        .et_menu_product-horizontal.et-position-T .et-menu-product-wrapper {
            margin-bottom: 0px;
        }

    .et_menu_product-horizontal.et-position-B {
        border-top: 1px solid #f0f0f0;
        padding: 15px 0 0 0;
        margin-bottom: 10px;
    }

        .et_menu_product-horizontal.et-position-B .et_menu_product-title {
            margin-bottom: 10px;
        }

        .et_menu_product-horizontal.et-position-B .et-menu-product-wrapper {
            margin-bottom: 5px;
        }

.et-category-menu .ty-menu__items .ty-menu__submenu-items.et-menu-empty {
    min-height: auto;
}

    .et-category-menu .ty-menu__items .ty-menu__submenu-items.et-menu-empty .et-position-T, .et-category-menu .ty-menu__items .ty-menu__submenu-items.et-menu-empty .et-position-B, .et-category-menu .ty-menu__items .ty-menu__submenu-items.et-menu-empty .et-position-R, .et-category-menu .ty-menu__items .ty-menu__submenu-items.et-menu-empty .et-position-L {
        border: none !important;
        margin: 0;
    }

.et-scroller.et_menu_product-scroller {
    padding: 0 50px;
}

    .et-scroller.et_menu_product-scroller .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
        opacity: 1;
    }

        .et-scroller.et_menu_product-scroller .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div.owl-next {
            right: 0;
        }

        .et-scroller.et_menu_product-scroller .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div.owl-prev {
            left: 0;
        }

        .et-scroller.et_menu_product-scroller .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div i {
            background-color: transparent;
            border: 1px solid #757575;
            color: #757575;
        }

        .et-scroller.et_menu_product-scroller .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div:hover i {
            border-color: #3d7000;
        }

    .et-scroller.et_menu_product-scroller:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
        opacity: 1;
    }

.et-main-menu {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
}

    .et-main-menu .ty-menu__submenu {
        margin-top: -1px;
    }

    .et-main-menu .et-menu-show-more {
        align-self: center;
        margin: 0 5px;
        padding: 5px;
        color: #000;
        background: #fff;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        .et-main-menu .et-menu-show-more i {
            display: block;
            transform: rotate(180deg);
        }

        .et-main-menu .et-menu-show-more.last-page i {
            transform: rotate(0deg);
        }

        .et-main-menu .et-menu-show-more:hover {
            background: #fff;
            color: #228B22;
        }

    .et-main-menu .ty-menu__items {
        flex: 1;
        background: #fff;
    }

        .et-main-menu .ty-menu__items .ty-menu__item {
            cursor: pointer;
            -webkit-transition: background .2s ease;
            -moz-transition: background .2s ease;
            -o-transition: background .2s ease;
            transition: background .2s ease;
        }

            .et-main-menu .ty-menu__items .ty-menu__item.et_hide {
                display: none !important;
            }

            .et-main-menu .ty-menu__items .ty-menu__item.et-menu-first-item .ty-menu__item-link {
                border-left: 1px solid rgba(255,255,255,0.2);
            }

            .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link {
                font-size: 14px;
                padding: 14px 10px;
                min-height: auto;
                color: #000;
                border-right: 1px solid rgba(255,255,255,0.2);
            }

                .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link .et_menu_title {
                    vertical-align: middle;
                    display: inline-block;
                    line-height: 20px;
                }

                .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link .et_menu_icon {
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    -o-transition: all .2s ease;
                    transition: all .2s ease;
                    font-size: 20px;
                    margin-right: 5px;
                    vertical-align: middle;
                    max-height: 20px;
                }

                .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link .et_menu_label {
                    padding: 3px 4px;
                    margin-left: 5px;
                    vertical-align: middle;
                    display: inline-block;
                    font-size: 8px;
                    line-height: 8px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

                .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link .et_menu_text {
                    font-size: 8px;
                    padding: 2px;
                    vertical-align: top;
                    margin-top: -6px;
                    display: inline-block;
                }

    .et-main-menu .ty-menu__submenu-items {
        border-color: #f0f0f0;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
        z-index: 205;
    }

        .et-main-menu .ty-menu__submenu-items .ty-top-mine__submenu-col {
            display: block;
            margin: 10px 0 0 0;
        }

            .et-main-menu .ty-menu__submenu-items .ty-top-mine__submenu-col:first-child {
                margin: 0;
            }

        .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-item:last-child {
            margin: 0;
        }

        .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
            background: none;
        }

        .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-link, .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
            color: #434343;
        }

            .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-link:hover, .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
                color: #228B22;
            }

        .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-alt-link a {
            color: #7dcbf1;
        }

            .et-main-menu .ty-menu__submenu-items .ty-menu__submenu-alt-link a:hover {
                color: #228B22;
            }

    .et-main-menu > .ty-menu__items > li a {
        background: transparent;
    }

    .et-main-menu > .ty-menu__items > li .et_menu_title {
        color: #000;
    }

    .et-main-menu > .ty-menu__items > li .et_menu_icon {
        color: #000;
    }

    .et-main-menu > .ty-menu__items > li .et_menu_label {
        background: #3f8aff;
        color: #fff;
    }

.no-touch .et-main-menu > .ty-menu__items .ty-menu__item:hover a.ty-menu__item-link {
    background: #fff;
    color: #228B22;
}

    .no-touch .et-main-menu > .ty-menu__items .ty-menu__item:hover a.ty-menu__item-link .et_menu_title, .no-touch .et-main-menu > .ty-menu__items .ty-menu__item:hover a.ty-menu__item-link .et_menu_icon {
        color: #ffb72b;
    }

.et-banner-full-width .ty-banner__image-wrapper {
    margin: 0;
}

.et-homepage-banners .owl-theme .owl-controls {
    margin: 0;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-homepage-banners .owl-theme .owl-controls .owl-buttons div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        margin: 0;
        background: #fff;
        color: #000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 12px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-homepage-banners .owl-theme .owl-controls .owl-buttons div i {
            font-size: 25px;
            display: block;
        }

        .et-homepage-banners .owl-theme .owl-controls .owl-buttons div.owl-prev {
            left: 10px;
        }

        .et-homepage-banners .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: 10px;
        }

.et-homepage-banners:hover .owl-theme .owl-controls {
    opacity: 1;
}

.et-inline-banners {
    margin-bottom: 10px;
}

.et-container .et-flex-space {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.ty-discussion-post__rating .ty-stars a, .ty-discussion-post__rating .ty-stars, .ty-stars a, .et-rating-graph_average, .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars__icon {
    color: #d60303;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

.ty-stars.et-no-rating a, .et-product-vendor-wrapper .et-vendor-rating .ty-stars.et-no-rating .ty-stars__icon, .et-vendor-store-header .et-vendor-rating .ty-stars.et-no-rating a, .et-vendor-rating-page .ty-stars.et-no-rating, .et-vendor-rating-page .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars.et-no-rating .ty-stars__icon, .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars.et-no-rating .ty-stars__icon {
    color: #888;
}

.et-vendor-rating-page {
    margin-top: 20px;
}

    .et-vendor-rating-page .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars__icon, .et-vendor-rating-page .ty-stars {
        color: #00abd0;
    }

.et-rating-graph_wrapper {
    display: inline-block;
    vertical-align: middle;
}

    .et-rating-graph_wrapper .et-rating-graph_average {
        font-weight: bold;
        display: inline-block;
        font-size: 14px;
    }

    .et-rating-graph_wrapper .et-icon-menu-arrow {
        color: #aaa;
        transform: rotate(90deg);
        display: inline-block;
        vertical-align: middle;
    }

.et-rating-graph__trigger {
    position: relative;
    display: inline-block;
}

    .et-rating-graph__trigger .ty-stars {
        margin-right: 5px;
    }

    .et-rating-graph__trigger:hover .et-rating-graph {
        display: block;
    }

.et-rating-graph {
    position: absolute;
    left: 0;
    z-index: 200;
    padding-top: 10px;
}

.et-rating-graph_popup {
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    text-align: center;
    padding: 10px 0 0;
}

    .et-rating-graph_popup .et-tooltip-arrow {
        display: block;
        top: 11px;
        bottom: auto;
        left: 80px;
    }

        .et-rating-graph_popup .et-tooltip-arrow:before {
            border-color: transparent transparent #dcdcdc transparent;
        }

        .et-rating-graph_popup .et-tooltip-arrow:after {
            border-color: transparent transparent #fff transparent;
        }

.et-rating-graph__ul {
    padding: 0 10px;
    margin-bottom: 10px;
}

    .et-rating-graph__ul li {
        list-style: none;
        min-height: 20px;
        margin: 0 0 5px 0;
        font-size: 13px;
        white-space: nowrap;
    }

        .et-rating-graph__ul li div {
            display: inline-block;
            vertical-align: middle;
        }

            .et-rating-graph__ul li div span {
                vertical-align: middle;
            }

    .et-rating-graph__ul .et-rating-graph__title {
        min-width: 45px;
        text-align: right;
        margin-right: 5px;
        overflow: hidden;
        font-size: 14px;
    }

    .et-rating-graph__ul .et-rating-graph__bar-bkg {
        width: 200px;
        margin: 4px 10px 0 0;
        height: 5px;
        background-color: #dcdcdc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .et-rating-graph__ul .et-rating-graph__bar {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #d60303;
        display: block;
        height: 5px;
    }

    .et-rating-graph__ul .et-rating-graph__bar-5 {
        background: #70be1a;
    }

    .et-rating-graph__ul .et-rating-graph__bar-4 {
        background: #b0cb1e;
    }

    .et-rating-graph__ul .et-rating-graph__bar-3 {
        background: #fbcb06;
    }

    .et-rating-graph__ul .et-rating-graph__bar-2 {
        background: #f90;
    }

    .et-rating-graph__ul .et-rating-graph__bar-1 {
        background: #d6500a;
    }

    .et-rating-graph__ul .et-rating-graph__count {
        height: 20px;
        text-align: center;
        line-height: 16px;
        border: 1px solid #ccc;
        font-size: 13px;
        width: 40px;
    }

        .et-rating-graph__ul .et-rating-graph__count span {
            vertical-align: middle;
        }

.et-rating-graph_info-top {
    font-size: 14px;
}

    .et-rating-graph_info-top strong {
        font-size: 16px;
    }

.et-rating-graph_info-bottom {
    padding: 10px 0;
    background: #f5f5f5;
    text-align: center;
}

    .et-rating-graph_info-bottom a {
        font-size: 15px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #d60303;
    }

        .et-rating-graph_info-bottom a:hover {
            text-decoration: none;
            color: #228B22;
        }

.ty-min-qty-description {
    color: #9c9b9b;
}

.ty-discussion__review-a:hover, .et-total-reviews a:hover {
    color: #ff9200;
}

.et-add-to-cart {
    background: #ff9200;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 5px;
}

    .et-add-to-cart i, .et-add-to-cart span {
        vertical-align: middle;
    }

    .et-add-to-cart i {
        font-size: 24px;
        display: inline-block;
        top: auto;
    }

        .et-add-to-cart i.et-icon-btn-clock {
            font-size: 18px;
        }

        .et-add-to-cart i.et-icon-btn-cart {
            font-size: 18px;
        }

    .et-add-to-cart.et-contact-for-price i {
        font-size: 20px;
    }

    .et-add-to-cart.et-atc-icon-only {
        padding: 0;
        float: left;
        width: 50px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .et-add-to-cart.et-atc-icon-only i.et-icon-btn-clock {
            font-size: 18px;
        }

    .et-add-to-cart:hover {
        background-color: #ca4c0b;
        color: #fff;
    }

    .et-add-to-cart.et-btn-soon, .et-add-to-cart.et-btn-soon:hover {
        background: #ccc;
        color: #fff;
        cursor: default;
    }

    .et-add-to-cart.et-out-of-stock {
        background: #ccc;
        color: #fff;
    }

        .et-add-to-cart.et-out-of-stock:hover {
            background: #b3b3b3;
            color: #fff;
        }

        .et-add-to-cart.et-out-of-stock i {
            font-size: 20px;
        }

.et-out-of-stock {
    cursor: default;
}

    .et-out-of-stock:hover {
        background: #ff9200;
        color: #fff;
    }

.et-multi-scroller-wrapper .et-title-wrapper {
    background: #228B22;
}

.et-multi-scroller-wrapper .et-multi-scroller {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 100%;
    position: absolute;
}

    .et-multi-scroller-wrapper .et-multi-scroller.active {
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        display: block;
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .et-multi-scroller-wrapper .et-multi-scroller .et-scroller.et-hidden-arrows:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
        right: 8px;
    }

        .et-multi-scroller-wrapper .et-multi-scroller .et-scroller.et-hidden-arrows:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div.owl-prev {
            left: 10px;
        }

.et-multi-scroller-wrapper ul, .et-multi-scroller-wrapper .et-mainbox-body {
    max-width: 1400px;
    min-width: 280px;
    margin: 0 auto;
    position: relative;
}

.et-multi-scroller-wrapper ul {
    text-align: center;
}

    .et-multi-scroller-wrapper ul li {
        display: inline-block;
        padding: 0;
        margin-right: 5px;
    }

        .et-multi-scroller-wrapper ul li a {
            display: inline-block;
            padding: 10px 20px;
            margin: 10px 0;
            border-radius: 80px;
            color: #000;
            background: #d9d9d9;
        }

            .et-multi-scroller-wrapper ul li a.et-hover {
                color: #fff;
                background: #228B22;
            }

            .et-multi-scroller-wrapper ul li a span {
                font-size: 15px;
                text-transform: uppercase;
            }

        .et-multi-scroller-wrapper ul li:last-child {
            margin-right: 0px;
        }

        .et-multi-scroller-wrapper ul li.active a, .et-multi-scroller-wrapper ul li.active a:hover {
            color: #fff;
            background: #ff9200;
        }

.et-scroller {
    position: relative;
}

    .et-scroller .ty-scroller-list__img-block {
        position: relative;
    }

        .et-scroller .ty-scroller-list__img-block .thumb-discount-label {
            position: absolute;
            top: 16px;
            right: -10px;
            background: #ea9502;
            color: #fff;
            font-size: 10px;
            padding: 6px 15px;
        }

    .et-scroller .ty-scroller-list__description {
        padding: 0;
        background: #f9f9f9;
    }

    .et-scroller .product-title {
        padding-top: 0px;
        padding-bottom: 1px;
        font-size: 15px;
        width: 100%;
    }

    .et-scroller .et-scrl-vendor {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        color: #228B22;
    }

        .et-scroller .et-scrl-vendor .et-scrl-vendor_label, .et-scroller .et-scrl-vendor .et-icon-mobile-sold-by {
            color: #777;
        }

        .et-scroller .et-scrl-vendor .et-icon-mobile-sold-by {
            vertical-align: middle;
        }

        .et-scroller .et-scrl-vendor:hover {
            color: #228B22;
        }

        .et-scroller .et-scrl-vendor a {
            color: #228B22;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .et-scroller .et-scrl-vendor a:hover {
                color: #228B22;
            }

    .et-scroller .ty-simple-list__buttons {
        margin-top: 6px;
        border-top: 1px solid #dcdcdc;
        padding: 10px 0px 0px;
    }

        .et-scroller .ty-simple-list__buttons .et-call-request {
            margin: 0 0 0 5px;
            width: 50px;
        }

        .et-scroller .ty-simple-list__buttons .et-scroller-btns {
            direction: ltr !important;
            float: right;
        }

.et-scroller-btns {
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 5px 0px 6px;
}

    .et-scroller-btns a {
        color: #666;
        margin-right: 6px;
        border-right: 1px solid #666;
        position: relative;
        display: inline-block;
        width: 29px;
        height: 20px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-scroller-btns a.et-quick-view:hover {
            color: #228B22;
        }

        .et-scroller-btns a.et-add-to-compare:hover {
            color: #228B22;
        }

        .et-scroller-btns a.et-add-to-wishlist:hover {
            color: #228B22;
        }

        .et-scroller-btns a i {
            font-size: 26px;
            position: absolute;
            top: 50%;
            transform: translate(0%,-50%);
            left: 0;
        }

        .et-scroller-btns a.et-quick-view {
            width: 25px;
        }

            .et-scroller-btns a.et-quick-view i {
                font-size: 20px;
            }

        .et-scroller-btns a.et-add-to-compare {
            width: 22px;
        }

            .et-scroller-btns a.et-add-to-compare i {
                font-size: 17px;
            }

        .et-scroller-btns a.et-add-to-wishlist {
            width: 19px;
        }

            .et-scroller-btns a.et-add-to-wishlist i {
                font-size: 19px;
            }

        .et-scroller-btns a:last-child {
            padding-right: 0px;
            margin-right: 0;
            border-right: none;
        }

.et-title-hover {
    padding-top: 34px;
    position: relative;
}

.et-scroller-item:hover .et-title-hover-inner {
    transform: translateY(34px) translateY(-100%);
}

.et-title-hover-inner {
    padding-top: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-title-hover-inner .product-title {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 10px;
        display: block;
        text-align: left;
    }

.et-scroller .ty-scroller-list__item, .et-scroller .ty-owl-controls {
    padding: 0;
    margin: 20px 0;
}

.et-scroller .ty-scroller-list__item {
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
}

.et-scroller .et-scroller-item {
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    overflow: hidden;
}

    .et-scroller .et-scroller-item:hover {
        border-color: #dcdcdc;
        box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
    }

        .et-scroller .et-scroller-item:hover .et-scroller-image-wrapper {
            background: #f9f9f9;
        }

    .et-scroller .et-scroller-item .ty-discount-label {
        z-index: 10;
    }

    .et-scroller .et-scroller-item .ty-price-num {
        font-weight: bold;
    }

    .et-scroller .et-scroller-item .ty-tax-include {
        font-size: 12px;
        display: inline-block;
        padding: 0;
    }

    .et-scroller .et-scroller-item .et-scroller-image-wrapper {
        padding: 10px 10px 0px 10px;
        background: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        direction: ltr !important;
    }

        .et-scroller .et-scroller-item .et-scroller-image-wrapper a {
            text-align: center;
            display: block;
            overflow: hidden;
        }

            .et-scroller .et-scroller-item .et-scroller-image-wrapper a img {
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .et-scroller .et-scroller-item .et-scroller-image-wrapper a:hover img {
                transform: scale(1.10,1.10);
            }

    .et-scroller .et-scroller-item .et-title-hover {
        background: #f9f9f9;
    }

    .et-scroller .et-scroller-item .et-title-hover-inner {
        background: #f9f9f9;
    }

        .et-scroller .et-scroller-item .et-title-hover-inner .product-title {
            padding: 0 10px;
        }

    .et-scroller .et-scroller-item .et-info-wrapper {
        position: relative;
        z-index: 5;
        background: #f9f9f9;
        padding: 0 10px 10px;
    }

        .et-scroller .et-scroller-item .et-info-wrapper .ty-simple-list__price, .et-scroller .et-scroller-item .et-info-wrapper .et-grid-stock-rating, .et-scroller .et-scroller-item .et-info-wrapper .et-scrl-vendor {
            padding: 5px 0 0;
        }

        .et-scroller .et-scroller-item .et-info-wrapper .ty-price-num {
            font-size: 19px;
        }

    .et-scroller .et-scroller-item .et-scrl-vendor {
        min-height: 18px;
    }

    .et-scroller .et-scroller-item .et-grid-stock-rating {
        min-height: 20px;
    }

        .et-scroller .et-scroller-item .et-grid-stock-rating .et-grid-stock {
            margin-top: 1px;
        }

        .et-scroller .et-scroller-item .et-grid-stock-rating .et_rating_total {
            margin-left: 5px;
        }

        .et-scroller .et-scroller-item .et-grid-stock-rating .ty-control-group, .et-scroller .et-scroller-item .et-grid-stock-rating .grid-list__rating .ty-stars {
            margin-bottom: 0;
        }

.et-scroller .ty-owl-controls {
    float: none;
    margin: 0;
    position: static;
}

    .et-scroller .ty-owl-controls .owl-controls .owl-buttons {
        position: static;
    }

        .et-scroller .ty-owl-controls .owl-controls .owl-buttons div {
            float: none;
            margin: 0;
            padding: 0;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            position: absolute;
            right: -10px;
            height: auto;
            width: 30px;
            opacity: 1;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            z-index: 105;
            top: 50%;
            transform: translate(0,-50%);
            margin-top: -10px;
            background: none;
        }

            .et-scroller .ty-owl-controls .owl-controls .owl-buttons div i {
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                display: table-cell;
                vertical-align: middle;
                height: 47px;
                width: 30px;
                font-size: 18px;
                background: #eee;
                color: #757575;
            }

            .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
                right: auto;
                left: -10px;
            }

            .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.et-disabled {
                display: none;
            }

    .et-scroller .ty-owl-controls.et-enabled .owl-buttons div:hover {
        border-color: #dcdcdc;
    }

        .et-scroller .ty-owl-controls.et-enabled .owl-buttons div:hover i {
            opacity: 1;
        }

    .et-scroller .ty-owl-controls.et-disabled .owl-buttons div {
        border-color: rgba(0,0,0,0.2);
        opacity: 0;
    }

        .et-scroller .ty-owl-controls.et-disabled .owl-buttons div:hover {
            cursor: default;
            opacity: 0;
        }

.et-scroller:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .et-scroller:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div:hover i {
        background: #3d7000;
        color: #fff;
    }

.et-scroller.et-hidden-arrows .ty-owl-controls .owl-controls .owl-buttons div {
    right: 10px;
    width: 47px;
    opacity: 0;
    transform: translate(0,-50%);
}

    .et-scroller.et-hidden-arrows .ty-owl-controls .owl-controls .owl-buttons div i {
        width: 47px;
        font-size: 26px;
    }

    .et-scroller.et-hidden-arrows .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
        right: auto;
        left: 10px;
        transform: translate(0,-50%);
    }

.et-scroller.et-hidden-arrows:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
    transform: translate(0,-50%);
    margin-right: -47px;
}

    .et-scroller.et-hidden-arrows:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div.owl-prev {
        margin-left: -47px;
    }

.et-small-items .rating-wrapper {
    min-height: 18px;
    padding-top: 1px;
    padding-bottom: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

    .et-small-items .rating-wrapper .ty-stars {
        margin: 0;
        padding: 0px 7px 2px;
    }

        .et-small-items .rating-wrapper .ty-stars a {
            color: #d60303;
        }

    .et-small-items .rating-wrapper .ty-stars__icon {
        margin: 0;
    }

.et-scroller, .et-scroller-nav-both {
    position: relative;
}

    .et-scroller .owl-carousel, .et-scroller-nav-both .owl-carousel {
        margin: 0;
        width: auto;
    }

    .et-scroller .ty-scroller-list__item, .et-scroller-nav-both .ty-scroller-list__item {
        padding: 0 5px;
        margin: 15px 0;
    }

    .et-scroller .owl-wrapper-outer, .et-scroller-nav-both .owl-wrapper-outer {
        z-index: 100;
    }

    .et-scroller .owl-item, .et-scroller-nav-both .owl-item {
        min-height: inherit;
    }

    .et-scroller .et-scroller-item-wrapper, .et-scroller-nav-both .et-scroller-item-wrapper {
        padding-right: 10px;
        box-sizing: border-box;
    }

.et-mainbox-simple .et-mainbox-simple-title {
    margin-top: 40px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.et_mainbox_simple .et-block-title-wrapper {
    background: #f6053e;
    color: #000;
    text-transform: uppercase;
    padding: 0px 0px 10px 0;
    margin: 0;
    position: relative;
    border-bottom: 10px solid #3d7000;
    background: none;
    text-transform: none;
    font-weight: bold;
    font-size: 24px;
}

.et_mainbox_simple .ty-mainbox-simple-body {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.et_mainbox_simple .et-scroller .ty-scroller-list__item {
    margin: 10px 0;
}

.et-secondary-block-title-wrapper {
    border-bottom: 1px solid #dfdedd;
}

.et-secondary-block-title-wrapper {
    padding: 0;
    padding-bottom: 1px;
}

    .et-secondary-block-title-wrapper .et-block-title-border {
        border-bottom: #545453 4px solid;
        padding: 5px 0;
        display: inline-block;
        margin-bottom: -3px;
    }

        .et-secondary-block-title-wrapper .et-block-title-border .ty-mainbox-title__left {
            float: none;
        }

.et-mainbox-title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.et-content-grid {
    margin-bottom: 20px;
}

.et-side-grid > :last-child {
    margin-bottom: 0;
}

.et_full_width_block_wrapper h1, .et_full_width_block_wrapper h2, .et_full_width_block_wrapper .et_grid_width_content {
    max-width: 1400px;
    min-width: 280px;
    margin: 0 auto;
    position: relative;
}

    .et_full_width_block_wrapper h1 .et_full_width_content-text, .et_full_width_block_wrapper h2 .et_full_width_content-text, .et_full_width_block_wrapper .et_grid_width_content .et_full_width_content-text {
        text-align: center;
        margin-bottom: 10px;
    }

.et_full_width_block_wrapper .et_full_width_title {
    background: #f3f3f3;
    margin-bottom: 10px;
}

    .et_full_width_block_wrapper .et_full_width_title h1, .et_full_width_block_wrapper .et_full_width_title h2 {
        color: #000;
        font-weight: bold;
        font-size: 21px;
        padding: 10px 0 5px;
    }

.et_full_width_block_wrapper .et_grid_width_content, .et_full_width_block_wrapper .et_full_width_content {
    padding-bottom: 10px;
}

.et_full_width_block_wrapper_bars {
    flex-grow: 1;
    background: #f5f5f5;
}

    .et_full_width_block_wrapper_bars .ty-mainbox-title {
        text-align: center;
    }

    .et_full_width_block_wrapper_bars .et-mainbox-title-bar-wrapper {
        position: relative;
    }

    .et_full_width_block_wrapper_bars .et-mainbox-title-text {
        background: #f3f3f3;
        position: relative;
        padding: 0 10px;
        font-size: 32px;
    }

    .et_full_width_block_wrapper_bars .et_grid_width_content .ty-wysiwyg-content {
        text-align: center;
    }

.et-vendor-box {
    padding: 5px 5px;
    background: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-vendor-box:hover {
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        border-color: #bbb;
    }

    .et-vendor-box .ty-pict {
        padding: 0px;
    }

    .et-vendor-box a {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #444349;
    }

        .et-vendor-box a:hover {
            text-decoration: none;
            color: #f00;
        }

        .et-vendor-box a span {
            white-space: nowrap;
        }

.et-featured-vendor-sidebar {
    margin: 10px 0 -15px;
}

    .et-featured-vendor-sidebar .ty-column2 .et-vendor-box {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .et-featured-vendor-sidebar .ty-column2:nth-child(2n) .et-vendor-box {
        margin-left: 5px;
        margin-right: 0;
    }

    .et-featured-vendor-sidebar .et-vendor-box {
        margin: 0 0 5px 0;
    }

        .et-featured-vendor-sidebar .et-vendor-box a {
            display: block;
            font-size: 6px;
        }

            .et-featured-vendor-sidebar .et-vendor-box a span {
                display: block;
            }

.et_grid_width_content .et-featured-vendors {
    margin-left: -10px;
    margin-right: -10px;
}

.et-featured-vendors-block {
    text-align: center;
}

    .et-featured-vendors-block .et_full_width_title {
        margin-bottom: 0px;
    }

        .et-featured-vendors-block .et_full_width_title h1, .et-featured-vendors-block .et_full_width_title h2 {
            padding-top: 25px;
        }

    .et-featured-vendors-block .et-featured-vendors-text {
        margin-bottom: 20px;
    }

    .et-featured-vendors-block .et_grid_width_content {
        padding-bottom: 15px;
    }

.et-featured-vendors .et-featured-vendor-wrapper.ty-column1 .et-featured-vendor {
    margin: 10px 0 10px 0;
}

.et-featured-vendors .et-featured-vendor {
    padding: 10px;
    margin: 5px 7px;
    background: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

    .et-featured-vendors .et-featured-vendor:hover {
        border-color: #dcdcdc;
        box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
    }

.et-featured-vendors .ty-company-image-wrapper {
    display: block;
    overflow: hidden;
}

    .et-featured-vendors .ty-company-image-wrapper img {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-featured-vendors .ty-company-image-wrapper:hover img {
        transform: scale(1.10,1.10);
    }

.et-featured-vendors .et-vendor-name {
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #545453;
    margin: 10px 0;
}

    .et-featured-vendors .et-vendor-name:hover {
        text-decoration: none;
        color: #228B22;
    }

.et-featured-vendors .et-vendor-location {
    font-size: 12px;
}

    .et-featured-vendors .et-vendor-location .company-location {
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #228B22;
    }

        .et-featured-vendors .et-vendor-location .company-location:hover {
            text-decoration: none;
            color: #228B22;
        }

.et-featured-vendors .ty-grid-list__total-products {
    margin-top: 5px;
}

.et-featured-vendors .ty-homepage-vendors__devider {
    border: none;
    padding: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    top: -55px;
    right: 0px;
}

    .et-featured-vendors .ty-homepage-vendors__devider a {
        font-size: 16px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #000;
    }

        .et-featured-vendors .ty-homepage-vendors__devider a:hover {
            text-decoration: none;
            color: #545453;
        }

.et-featured-vendors .ty-company-total-products {
    font-size: 12px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #666;
}

    .et-featured-vendors .ty-company-total-products:hover {
        text-decoration: none;
        color: #228B22;
    }

.et-featured-vendors .grid-list__rating, .et-companies .grid-list__rating {
    margin-top: 5px;
    line-height: 1;
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

    .et-featured-vendors .grid-list__rating .ty-stars, .et-companies .grid-list__rating .ty-stars {
        display: inline-block;
        margin: 0 5px 0 0;
        color: #00abd0;
    }

        .et-featured-vendors .grid-list__rating .ty-stars a, .et-companies .grid-list__rating .ty-stars a {
            color: #00abd0;
        }

    .et-featured-vendors .grid-list__rating .et-rating-graph_average, .et-companies .grid-list__rating .et-rating-graph_average {
        color: #00abd0;
    }

        .et-featured-vendors .grid-list__rating .et-rating-graph_average a, .et-companies .grid-list__rating .et-rating-graph_average a {
            font-size: 14px;
        }

    .et-featured-vendors .grid-list__rating .et-rating-graph__ul .et-rating-graph__bar, .et-companies .grid-list__rating .et-rating-graph__ul .et-rating-graph__bar {
        background-color: #00abd0;
    }

.et-featured-vendors .ty-nowrap, .et-featured-vendors .ty-stars a, .et-companies .ty-nowrap, .et-companies .ty-stars a {
    vertical-align: middle;
}

.et-featured-vendors .ty-discussion__review-quantity, .et-companies .ty-discussion__review-quantity {
    font-size: 12px;
    padding-left: 5px;
}

.et-categ-title {
    background: #f5f5f5;
}

    .et-categ-title .et_grid_width_content {
        padding: 0;
    }

    .et-categ-title .et-main-categ {
        text-transform: uppercase;
        padding: 25px 15px 3px 0;
        font-size: 17px;
        position: relative;
        border-bottom: 10px solid #000;
        background: none;
        text-transform: none;
        font-weight: bold;
        font-size: 32px;
    }

        .et-categ-title .et-main-categ i {
            margin-right: 10px;
            font-size: 20px;
        }

    .et-categ-title .et-additional-categ {
        position: absolute;
        right: 0;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
    }

        .et-categ-title .et-additional-categ li {
            display: inline-block;
            padding: 0;
        }

            .et-categ-title .et-additional-categ li a {
                display: inline-block;
                padding: 3px 20px;
                font-size: 20px;
                -webkit-border-radius: 80px;
                -moz-border-radius: 80px;
                border-radius: 80px;
            }

    .et-categ-title a {
        border: 2px solid transparent;
    }

    .et-categ-title .et-view-all {
        float: right;
        text-transform: uppercase;
        padding: 11px 0;
    }

        .et-categ-title .et-view-all a {
            color: #f6053e;
        }

.et-fpb .et-main-categ {
    color: #434343;
    border-color: #434343;
}

.et-fpb a {
    color: #434343;
}

    .et-fpb li.active a, .et-fpb a.et-hover {
        color: #228B22;
        border-color: #228B22;
    }

.et-categ-block-banner {
    background: #f00;
}

    .et-categ-block-banner.ty-float-right {
        margin-left: -1px;
    }

    .et-categ-block-banner .owl-theme .owl-controls {
        position: static;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin: 0;
    }

        .et-categ-block-banner .owl-theme .owl-controls .owl-buttons div {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            height: 40px;
            width: 40px;
            margin: 0;
            padding: 0;
            background: #fff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .et-categ-block-banner .owl-theme .owl-controls .owl-buttons div i {
                color: #7b7b7b;
                font-size: 25px;
                position: absolute;
                top: 50%;
                margin-top: -12px;
                left: 50%;
                margin-left: -12px;
            }

            .et-categ-block-banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
                left: 10px;
            }

            .et-categ-block-banner .owl-theme .owl-controls .owl-buttons div.owl-next {
                right: 10px;
            }

    .et-categ-block-banner:hover .owl-theme .owl-controls {
        opacity: 1;
    }

.et-content-bkg {
    background: #fff;
}

.et-categ-block-wrapper {
    padding-bottom: 20px;
    background: #f3f3f3;
}

.et-categ-block {
    position: relative;
    background: #fff;
    padding: 10px 5px;
}

    .et-categ-block .et-categ-block-banner {
        background: none;
    }

        .et-categ-block .et-categ-block-banner + .et-categ-block-tabs {
            display: block;
            width: auto;
        }

    .et-categ-block .et-categ-block-tabs .et-tab {
        -webkit-transition: opacity .1s ease-out;
        -moz-transition: opacity .1s ease-out;
        -o-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
        display: block;
        opacity: 1;
        visibility: visible;
        position: relative;
    }

        .et-categ-block .et-categ-block-tabs .et-tab > .owl-item.loading {
            display: none;
        }

        .et-categ-block .et-categ-block-tabs .et-tab.hidden {
            -webkit-transition: opacity 0s ease-out;
            -moz-transition: opacity 0s ease-out;
            -o-transition: opacity 0s ease-out;
            transition: opacity 0s ease-out;
            opacity: 0;
            visibility: hidden;
            display: inline-block;
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 5px;
            right: 5px;
            width: auto;
        }

            .et-categ-block .et-categ-block-tabs .et-tab.hidden .owl-theme, .et-categ-block .et-categ-block-tabs .et-tab.hidden .et-categ-block-tabs_banner-wrapper .ty-banner__image-item {
                display: none !important;
            }

        .et-categ-block .et-categ-block-tabs .et-tab .ty-banner__image-item.ty-float-right {
            margin-left: -1px;
        }

    .et-categ-block .et-categ-block-tabs .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
        right: 2px;
    }

    .et-categ-block .et-categ-block-tabs .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
        left: 4px;
    }

    .et-categ-block .et-categ-block-tabs .vs-grid-table-wrapper, .et-categ-block .et-categ-block-tabs .vs-scroller-container .owl-theme {
        position: static;
    }

    .et-categ-block .et-categ-block-tabs .vs-grid.vs-grid-table {
        margin: 0;
    }

    .et-categ-block .et-categ-block-tabs_banner-wrapper {
        text-align: center;
        margin-top: 10px;
        display: flex;
        flex: 1;
    }

@media screen and (max-width: 785px) {
    .et-categ-block .et-categ-block-tabs_banner-wrapper {
        flex-flow: wrap;
        justify-content: center;
    }

        .et-categ-block .et-categ-block-tabs_banner-wrapper .et-categ-block-tabs_banner {
            width: 100%;
            flex-basis: 100%;
            margin: 0 0 10px 0;
        }

            .et-categ-block .et-categ-block-tabs_banner-wrapper .et-categ-block-tabs_banner:last-child {
                margin-bottom: 0;
            }
}

.et-categ-block .et-categ-block-tabs_banner {
    flex: 1;
    display: inline-block;
    margin: 0 5px;
}

.et-categ-block .et-categ-block-tabs, .et-categ-block .et-categ-block-wrapper {
    display: block;
    width: 100%;
}

.et-link-thumb__inner-wrapper {
    text-align: center;
    vertical-align: top;
}

    .et-link-thumb__inner-wrapper .et-link-thumb__item {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        overflow: hidden;
    }

    .et-link-thumb__inner-wrapper .et-link-thumb__img_wrapper, .et-link-thumb__inner-wrapper .et-title-hover-inner, .et-link-thumb__inner-wrapper .et-title, .et-link-thumb__inner-wrapper .et-price, .et-link-thumb__inner-wrapper .et-link-thumb__rating-wrapper {
        background-color: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-link-thumb__inner-wrapper .et-title, .et-link-thumb__inner-wrapper .et-price, .et-link-thumb__inner-wrapper .et-link-thumb__rating-wrapper {
        padding: 0 5px 5px;
    }

    .et-link-thumb__inner-wrapper .et-link-thumb__img_wrapper {
        position: relative;
        padding: 5px;
    }

    .et-link-thumb__inner-wrapper .et-link-thumb__img_a {
        display: block;
        overflow: hidden;
    }

        .et-link-thumb__inner-wrapper .et-link-thumb__img_a img {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .et-link-thumb__inner-wrapper .et-link-thumb__img_a:hover img {
            transform: scale(1.10,1.10);
        }

    .et-link-thumb__inner-wrapper .ty-product-labels--top-left {
        top: 12px;
    }

        .et-link-thumb__inner-wrapper .ty-product-labels--top-left .ty-product-labels__item {
            padding: 4px 5px;
        }

        .et-link-thumb__inner-wrapper .ty-product-labels--top-left .ty-product-labels__content {
            font-size: 11px;
        }

    .et-link-thumb__inner-wrapper .ty-discount-label {
        top: 5px;
        right: 5px;
        z-index: 10;
    }

    .et-link-thumb__inner-wrapper .et-title {
        height: 34px;
        padding-top: 5px;
    }

    .et-link-thumb__inner-wrapper .et-title-hover {
        padding-top: 21px;
    }

    .et-link-thumb__inner-wrapper .et-link-thumb__item:hover .et-title-hover-inner {
        transform: translateY(21px) translateY(-100%);
    }

    .et-link-thumb__inner-wrapper .et-title-hover-inner {
        padding: 5px 0 0;
    }

    .et-link-thumb__inner-wrapper .product-title {
        text-align: center;
    }

    .et-link-thumb__inner-wrapper .et-price {
        position: relative;
        z-index: 20;
    }

        .et-link-thumb__inner-wrapper .et-price .ty-price-num {
            font-weight: bold;
        }

    .et-link-thumb__inner-wrapper .et-link-thumb__rating-wrapper {
        padding: 0 5px 10px;
        position: relative;
        z-index: 20;
        height: 15px;
        line-height: 100%;
    }

        .et-link-thumb__inner-wrapper .et-link-thumb__rating-wrapper .ty-stars {
            margin: 0;
            line-height: 100%;
        }

        .et-link-thumb__inner-wrapper .et-link-thumb__rating-wrapper .et_rating_total {
            margin-left: 5px;
            font-size: 12px;
        }

    .et-link-thumb__inner-wrapper:hover {
        z-index: 102;
        position: relative;
    }

        .et-link-thumb__inner-wrapper:hover .et-link-thumb__item {
            background: #f9f9f9;
            box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
        }

        .et-link-thumb__inner-wrapper:hover .et-price, .et-link-thumb__inner-wrapper:hover .et-title-hover-inner, .et-link-thumb__inner-wrapper:hover .et-title, .et-link-thumb__inner-wrapper:hover .et-link-thumb__rating-wrapper {
            background: #f9f9f9;
        }

.et-link-thumb__wrapper {
    margin-top: 15px;
}

.et-categ-block .et-link-thumb__wrapper {
    padding: 5px;
}

.et-categ-block .et-link-thumb__inner-wrapper {
    margin: 0;
}

    .et-categ-block .et-link-thumb__inner-wrapper:hover .et-rating-wrapper {
        background: #f9f9f9;
    }

.et-categ-block .et-link-thumb__item {
    padding: 0;
    margin: 0;
}

.et-categ-block .product-title {
    font-size: 14px;
}

.et-categ-block .et-link-thumb__img_wrapper {
    padding-bottom: 0px;
    direction: ltr !important;
}

.et-categ-block .et-price {
    padding: 5px 5px 0;
}

.et-categ-block .et-link-thumb__rating-wrapper {
    padding-bottom: 10px;
}

.homepage-our-brands .et_full_width_title, .et-home-blog .et_full_width_title {
    text-align: center;
    background: #f5f5f5;
}

    .homepage-our-brands .et_full_width_title .ty-mainbox-title, .et-home-blog .et_full_width_title .ty-mainbox-title {
        color: #000;
    }

.homepage-our-brands {
    padding: 15px 0;
}

    .homepage-our-brands .et-our-brands-item {
        background: #fff;
        padding: 15px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .homepage-our-brands .et-our-brands-item img {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .homepage-our-brands .et-our-brands-item:hover {
            box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
        }

            .homepage-our-brands .et-our-brands-item:hover img {
                transform: scale(1.10,1.10);
            }

    .homepage-our-brands .et-scroller {
        margin: 0 50px;
    }

        .homepage-our-brands .et-scroller .ty-scroller-list__item {
            margin: 4px 0;
        }

        .homepage-our-brands .et-scroller .ty-owl-controls .owl-controls .owl-buttons div {
            margin-top: 0;
        }

.cta-block-wrapper {
    padding: 0 0 55px 0;
    text-align: center;
    position: relative;
}

    .cta-block-wrapper:before {
        content: '';
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
        background: rgba(109,202,0,0.9);
    }

    .cta-block-wrapper.lazy {
        background: none !important;
    }

.cta-text {
    position: relative;
    z-index: 10;
}

.cta-title {
    margin: 60px 0 55px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.cta-circle {
    background: rgba(255,255,255,0.8);
    height: 300px;
    width: 300px;
    border-radius: 100%;
    padding-top: 50px;
    margin-right: 15px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .cta-circle i {
        font-size: 52px;
        display: inline-block;
    }

    .cta-circle:first-child {
        margin-left: 32px;
    }

    .cta-circle.cta-button-wrapper {
        position: relative;
        padding-top: 0;
        text-align: center;
    }

    .cta-circle:hover {
        background: #fff;
    }

        .cta-circle:hover i {
            animation: wobbleVert .5s both;
        }

    .cta-circle.cta-step-1 i {
        color: #f1c232;
    }

    .cta-circle.cta-step-2 i {
        color: #f6502e;
    }

    .cta-circle.cta-step-3 i {
        color: #9c7cf9;
    }

.cta-step-nr {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    background: #228B22;
    text-align: center;
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 15px;
    margin-right: 5px;
    vertical-align: top;
}

    .cta-step-nr span {
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.cta-step-title {
    font-weight: bold;
    font-size: 16px;
    color: #434343;
    margin: 15px 15px;
    display: flex;
}

    .cta-step-title span {
        white-space: initial;
        flex: 1;
        max-height: 46px;
        overflow: hidden;
    }

.cta-step-text {
    font-size: 12px;
    color: #434343;
    margin: 0px 33px;
    max-height: 70px;
    overflow: hidden;
}

.cta-arrow {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    height: 300px;
    width: 49px;
    font-size: 32px;
    position: relative;
    color: rgba(255,255,255,0.75);
}

    .cta-arrow i {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.cta-button {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

    .cta-button a {
        max-width: 200px;
        font-size: 24px;
        padding: 13px 24px;
        display: inline-block;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: #434343;
        color: #fff;
    }

        .cta-button a:hover {
            background: #228B22;
            color: #fff;
        }

.et-info-block__inner-wrapper {
    padding: 10px 0 10px;
}

    .et-info-block__inner-wrapper .ty-column4:hover i {
        transform: scale(1.10,1.10);
    }

    .et-info-block__inner-wrapper.top {
        padding: 50px;
    }

    .et-info-block__inner-wrapper i {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        display: inline-block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .et-info-block__inner-wrapper .title {
        margin-bottom: 5px;
    }

    .et-info-block__inner-wrapper.et-info-block__left .ty-column4 {
        padding-top: 10px;
    }

    .et-info-block__inner-wrapper.et-info-block__left .img {
        padding-left: 10px;
        float: left;
    }

        .et-info-block__inner-wrapper.et-info-block__left .img i {
            width: 50px;
            height: 50px;
            font-size: 50px;
            padding: 25px;
        }

            .et-info-block__inner-wrapper.et-info-block__left .img i.et-icon-eib-returns {
                padding-left: 20px;
                padding-right: 30px;
            }

            .et-info-block__inner-wrapper.et-info-block__left .img i.et-icon-eib-warranty {
                width: 60px;
                height: 60px;
                font-size: 60px;
                padding: 20px;
            }

    .et-info-block__inner-wrapper.et-info-block__left .content {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }

    .et-info-block__inner-wrapper.et-info-block__left .title {
        font-size: 21px;
        font-weight: lighter;
        font-style: italic;
        font-family: Arial,sans-serif;
    }

    .et-info-block__inner-wrapper.et-info-block__left .text {
        font-size: 13px;
        font-family: Arial,sans-serif;
    }

    .et-info-block__inner-wrapper.et-info-block__top {
        padding-top: 0;
        text-align: center;
    }

        .et-info-block__inner-wrapper.et-info-block__top .ty-column4 {
            box-sizing: border-box;
            padding: 0 20px;
        }

            .et-info-block__inner-wrapper.et-info-block__top .ty-column4:hover i {
                transform: none;
            }

        .et-info-block__inner-wrapper.et-info-block__top .img {
            display: flex;
            justify-content: center;
        }

        .et-info-block__inner-wrapper.et-info-block__top i {
            margin: 15px 0 0px;
            font-size: 65px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 79px;
            height: 79px;
            padding: 10px;
        }

        .et-info-block__inner-wrapper.et-info-block__top .title {
            font-size: 27px;
        }

        .et-info-block__inner-wrapper.et-info-block__top .text {
            font-size: 12px;
        }

.eib-wrapper {
    background: #efefef;
}

    .eib-wrapper .title, .eib-wrapper .text {
        color: #000;
    }

    .eib-wrapper .icon_1 {
        color: #fff;
        background: #539802;
    }

    .eib-wrapper .icon_2 {
        color: #fff;
        background: #539802;
    }

    .eib-wrapper .icon_3 {
        color: #fff;
        background: #539802;
    }

    .eib-wrapper .icon_4 {
        color: #fff;
        background: #539802;
    }

.fib-wrapper {
    background: #f7ffee;
}

    .fib-wrapper .title, .fib-wrapper .text {
        color: #434343;
    }

    .fib-wrapper .icon_1 {
        color: #434343;
        background: #f7ffee;
    }

    .fib-wrapper .icon_2 {
        color: #434343;
        background: #f7ffee;
    }

    .fib-wrapper .icon_3 {
        color: #434343;
        background: #f7ffee;
    }

    .fib-wrapper .icon_4 {
        color: #434343;
        background: #f7ffee;
    }

.et-home-special-title .et_full_width_title {
    margin-bottom: 0px;
}

    .et-home-special-title .et_full_width_title h1, .et-home-special-title .et_full_width_title h2 {
        padding-top: 5px;
    }

.et-home-special-title .et_grid_width_content {
    padding-bottom: 20px;
}

.et-home-special-title p {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding: 0;
    color: #000;
}

.et-home-special-title .et-mainbox-title-bar-wrapper {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 10px;
}

    .et-home-special-title .et-mainbox-title-bar-wrapper:before {
        left: 0;
        right: 0;
        margin-top: 3px;
    }

.et-home-special-title .et-mainbox-title-text {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .et-home-special-title .et-mainbox-title-text {
        padding: 0;
    }
}

.et-home-testimonials {
    padding: 40px 0 50px;
    position: relative;
}

    .et-home-testimonials:before {
        content: '';
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
        background: rgba(0,0,0,0.6);
    }

    .et-home-testimonials.lazy {
        background: none !important;
    }

    .et-home-testimonials .et_full_width_title {
        text-align: center;
        background: none;
    }

        .et-home-testimonials .et_full_width_title .ty-mainbox-title {
            color: #228B22;
            font-size: 35px;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            padding: 10px 0 5px;
            margin: 0 auto;
            max-width: 1400px;
            min-width: 280px;
        }

    .et-home-testimonials .et-testimonials-scroller .ty-discussion-post__content {
        border: none;
    }

.et-testimonials-scroller {
    text-align: center;
}

    .et-testimonials-scroller .ty-scroller-discussion-list {
        margin: 0;
    }

    .et-testimonials-scroller .et_grid_width_content {
        padding-bottom: 0px;
    }

    .et-testimonials-scroller .ty-discussion-post {
        border: none;
        margin: 0px;
        padding: 10px 0px 15px;
    }

    .et-testimonials-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
        left: 5px;
    }

    .et-testimonials-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
        right: 5px;
    }

    .et-testimonials-scroller .ty-discussion-post__content {
        margin: 4px 20px;
        padding: 18px 25px 15px;
        background: #fff;
        border: 1px solid #d2d2d2;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        opacity: .8;
    }

        .et-testimonials-scroller .ty-discussion-post__content:hover {
            opacity: 1;
            background: #fff;
            border-color: #fff;
            box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
        }

            .et-testimonials-scroller .ty-discussion-post__content:hover .et-testimonial-icon {
                animation: wobbleVert .5s both;
            }

        .et-testimonials-scroller .ty-discussion-post__content .et-testimonial-scroller-author-wrapper {
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

    .et-testimonials-scroller .et-testimonial-icon {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #228B22;
        color: #fff;
        position: relative;
        display: inline-block;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-testimonials-scroller .et-testimonial-icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -7px;
            margin-left: -8px;
        }

    .et-testimonials-scroller .ty-discussion-post__message {
        line-height: normal;
        height: 40px;
        overflow: hidden;
        font: italic 15px Arial, sans-serif;
        text-align: justify;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        color: #666;
    }

    .et-testimonials-scroller .ty-discussion-post__author {
        text-transform: uppercase;
        float: left;
        color: #666;
    }

    .et-testimonials-scroller .ty-discussion-post__rating {
        margin: 0;
        float: right;
    }

    .et-testimonials-scroller .ty-stars {
        margin: 0;
    }

        .et-testimonials-scroller .ty-stars .ty-stars__icon {
            font-size: 18px;
        }

    .et-testimonials-scroller .ty-mb-l {
        margin-bottom: 0;
    }

.et-home-blog .et_full_width_title {
    margin-bottom: 0px;
    text-align: center;
    background: #f5f5f5;
}

    .et-home-blog .et_full_width_title h1, .et-home-blog .et_full_width_title h2 {
        padding-top: 5px;
    }

    .et-home-blog .et_full_width_title .ty-mainbox-title {
        color: #000;
    }

.et-home-blog .et-blog-scroller-text {
    text-align: center;
    margin-bottom: 16px;
}

.et-home-blog .et_grid_width_content {
    padding-bottom: 0px;
}

.et-home-blog .ty-blog-recent-posts-scroller__item {
    margin: 0;
    padding: 0 32px;
}

.et-home-blog .et-blog-recent-img {
    margin-bottom: 10px;
}

.et-home-blog .et-blog-recent-title {
    font-weight: bold;
    color: #202020;
    margin-bottom: 5px;
    display: block;
}

.et-home-blog .et-blog__description {
    color: #777;
}

.et-home-blog .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
    right: 5px;
}

.et-home-blog .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
}

.et-banner-block-wrapper {
    margin: 0 -5px;
}

.et-banner-block-image {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px 10px;
}

.et-footer-wrapper {
    padding: 25px 0;
    background: #228B22;
    border-top: 5px #fff solid;
}

.ty-footer-menu__header, .ty-footer-general__header {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
    cursor: inherit;
}

.ty-footer-general__body .ty-wysiwyg-content *, .ty-footer-menu__item a, .et-footer-info span, .ty-footer-form-block .ty-footer-form-block__title {
    color: #fff;
}

    .ty-footer-menu__item a:hover {
        color: #228B22;
    }

.ty-footer-general__body .ty-wysiwyg-content *, .ty-footer-menu__item a, .et-footer-info-content span {
    font-size: 14px;
}

.ty-footer-general__body {
    margin: 5px 0 10px;
}

.footer-no-wysiwyg ul {
    margin: 0;
}

.ty-footer-menu__item {
    margin: 0 0 1px 0;
    padding: 0;
}

.et-footer-about .ty-wysiwyg-content {
    line-height: 15px;
}

.et-footer-info .et-footer-info_title {
    font-weight: bold;
    position: relative;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}

.et-footer-info-content .et-footer-info-wrapper {
    margin-bottom: 10px;
}

    .et-footer-info-content .et-footer-info-wrapper div {
        display: table-cell;
        vertical-align: middle;
    }

.et-footer-info-content i {
    background: #999;
    color: #fff;
    display: inline-block;
    margin: 0 5px 0 15px;
    font-size: 18px;
    padding: 5px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
}

    .et-footer-info-content i:first-child {
        margin-left: 0px;
    }

.et-newsletter-social-wrapper {
    border-top: 1px solid #626264;
    padding: 20px 0;
}

.et-newsletter {
    margin: 0;
}

    .et-newsletter .ty-footer-form-block__title {
        margin: 0;
        vertical-align: middle;
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .et-newsletter .ty-footer-form-block__form {
        margin: 0 !important;
        width: 732px;
    }

@media screen and (max-width: 1600px) {
    .et-newsletter .ty-footer-form-block__form {
        width: 100%;
    }
}

.et-newsletter .ty-footer-form-block__form-container {
    margin: 10px 0 0px;
}

.et-newsletter .et-newsletter-text {
    color: #fff;
}

.et-newsletter .ty-input-text {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    padding: 25px 35px 25px 10px;
}

.et-newsletter .ty-btn-go {
    width: 100px;
    padding: 0;
    height: 50px;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: none;
}

    .et-newsletter .ty-btn-go i {
        margin-left: -2px;
        font-size: 44px;
    }

.et-footer-social .ty-footer-general__body {
    margin-bottom: 0;
}

.et-footer-social a.et-social-icon {
    width: auto;
    margin-right: 20px;
    margin-top: 9px;
}

    .et-footer-social a.et-social-icon i {
        color: #fff;
        font-size: 40px;
    }

    .et-footer-social a.et-social-icon:hover i {
        color: #228B22;
    }

input.cm-hint {
    color: #666;
    font-style: italic;
}

.footer-social {
    margin: 0 5px;
}

    .footer-social:first-child {
        margin-left: 0px;
    }

    .footer-social:last-child {
        margin-right: 0px;
    }

.footer-copyright {
    background: #666;
}

    .footer-copyright .bottom-copyright {
        color: #fff;
        margin-top: 11px;
    }

.et-facebook-box {
    margin-bottom: 10px;
}

.et-category-banner {
    margin: 0;
    text-align: center;
}

.et-page-title, .et-category-title {
    background: #f5f5f5;
    padding: 10px 0 0;
    text-align: center;
}

    .et-page-title h1, .et-category-title h1 {
        font-weight: bold;
        font-size: 26px;
    }

    .et-page-title .et_grid_width_content, .et-category-title .et_grid_width_content {
        padding-bottom: 0;
    }

    .et-page-title .et-breadcrumbs, .et-category-title .et-breadcrumbs {
        border: none;
    }

        .et-page-title .et-breadcrumbs .ty-breadcrumbs, .et-category-title .et-breadcrumbs .ty-breadcrumbs {
            padding: 0px 0 13px 0;
        }

.et-category-page {
    margin-top: 10px;
}

.et-subcategory-wrapper {
    margin-bottom: -15px;
    background-color: #fff;
}

    .et-subcategory-wrapper .et_grid_width_content {
        padding-bottom: 0;
    }

.et-subcategs {
    margin: 30px 0 15px;
}

    .et-subcategs .et-subcategs-text-only {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }

        .et-subcategs .et-subcategs-text-only .ty-subcategories__item {
            margin: 0 5px 15px 0;
            width: auto;
            padding: 0;
        }

            .et-subcategs .et-subcategs-text-only .ty-subcategories__item a {
                border: 1px solid transparent;
                background: #efebeb;
                -webkit-border-radius: 80px;
                -moz-border-radius: 80px;
                border-radius: 80px;
                margin: 0 5px;
                padding: 8px 20px;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

                .et-subcategs .et-subcategs-text-only .ty-subcategories__item a .et-long-names {
                    font-weight: normal;
                    margin-top: 0;
                }

                .et-subcategs .et-subcategs-text-only .ty-subcategories__item a:hover {
                    background: none;
                    border-color: #ff9200;
                }

    .et-subcategs .ty-subcategories__item {
        vertical-align: top;
        padding: 0;
        text-align: center;
        position: relative;
        width: 160px;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 0 15px;
    }

        .et-subcategs .ty-subcategories__item a {
            display: block;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            color: #000;
        }

            .et-subcategs .ty-subcategories__item a .et-categ-img {
                display: inline-block;
                position: relative;
                box-shadow: 0 0px 10px 2px rgba(0,0,0,0);
                border-radius: 100%;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

                .et-subcategs .ty-subcategories__item a .et-categ-img:before {
                    background: #ff9200;
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    border-radius: 100%;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all .2s ease;
                    -moz-transition: all .2s ease;
                    -o-transition: all .2s ease;
                    transition: all .2s ease;
                    z-index: 1;
                }

            .et-subcategs .ty-subcategories__item a .et-categ-title-wrapper {
                display: flex;
                align-items: center;
                align-content: center;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 100%;
                z-index: 2;
            }

            .et-subcategs .ty-subcategories__item a .et-hover-text {
                width: 100%;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                visibility: hidden;
                opacity: 0;
                color: #fff;
            }

            .et-subcategs .ty-subcategories__item a .et-long-names {
                display: block;
                margin-top: 5px;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .et-subcategs .ty-subcategories__item a.et-hover .et-categ-img {
                box-shadow: 0 0px 10px 2px rgba(0,0,0,0.3);
            }

                .et-subcategs .ty-subcategories__item a.et-hover .et-categ-img:before {
                    visibility: visible;
                    opacity: .8;
                }

            .et-subcategs .ty-subcategories__item a.et-hover .et-hover-text {
                visibility: visible;
                opacity: 1;
            }

            .et-subcategs .ty-subcategories__item a.et-hover .et-long-names {
                color: #ff9200;
            }

    .et-subcategs .ty-subcategories-img, .et-subcategs .ty-no-image {
        padding: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.et-category-scroller-wrapper {
    position: relative;
    text-align: center;
}

    .et-category-scroller-wrapper .owl-wrapper-outer {
        padding: 6px 0 0;
    }

    .et-category-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div {
        top: 80px;
    }

        .et-category-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
            left: -20px;
        }

        .et-category-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
            right: -20px;
        }

.et-page-descr-wrapper {
    margin: 15px 0 0px;
}

.et-category-descr-wrapper {
    padding: 10px 0 0px;
    position: relative;
}

    .et-category-descr-wrapper .et_grid_width_content {
        padding-bottom: 5px;
    }

    .et-category-descr-wrapper .ty-mb-s {
        margin: 0;
    }

    .et-category-descr-wrapper h2 {
        font-size: 24px;
    }

    .et-category-descr-wrapper p {
        padding: 0;
        line-height: 16px;
    }

.et-sidebox-general, .et-sidebox-simple {
    background: #f6f7f7;
    color: #434343;
    padding: 15px 10px;
    margin-bottom: 10px;
}

    .et-sidebox-general .ty-sidebox__title, .et-sidebox-simple .ty-sidebox__title {
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #c7c7c7;
        font-size: 13px;
    }

        .et-sidebox-general .ty-sidebox__title span, .et-sidebox-simple .ty-sidebox__title span {
            color: #000;
            font-weight: bold;
            font-size: 18px;
            text-transform: none;
        }

.ty-product-filters__wrapper {
    background: none;
    margin-top: 15px;
}

.ty-product-filters__block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(136,136,136,0.2);
}

    .ty-product-filters__block .ty-product-filters {
        padding-top: 5px;
    }

.ty-product-filters__switch {
    padding: 0;
    border: none;
}

.ty-product-filters__switch-right, .ty-product-filters__switch-down, .ty-product-filters__title {
    color: #000;
}

.ty-product-filters__title {
    font-size: 14px;
    font-weight: bold;
    max-width: 227px;
    display: inline-block;
}

    .ty-product-filters__title .et-clear-wrapper {
        vertical-align: middle;
        line-height: 15px;
        margin-left: 5px;
    }

.et-icon-clear {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-icon-clear:hover {
        color: #ff9200;
    }

.ty-price-slider {
    padding: 0;
    text-align: center;
    margin-bottom: 0px;
    color: #909598;
}

    .ty-price-slider .ty-price-slider__input-text {
        width: 70px;
        height: 32px;
        font-size: 13px;
        text-align: center;
        padding: 0;
        margin: 0 0px;
        background: #f6f7f7;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .ty-price-slider .ty-price-slider__input-text:focus {
            background: #fff;
        }

    .ty-price-slider .et-price-slider-input-currency {
        color: #888;
        vertical-align: middle;
        font-size: 19px;
        height: 26px;
        display: inline-block;
    }

.ty-range-slider {
    margin: 25px 13px 30px;
    border-left: none;
    border-color: transparent;
    background-color: #fff;
    height: 5px;
}

    .ty-range-slider.ui-slider-disabled {
        background-color: #3d7000;
    }

    .ty-range-slider .ui-slider-handle {
        top: 50%;
        transform: translateY(-50%);
        background: none;
        cursor: pointer;
        margin-left: -12px;
    }

        .ty-range-slider .ui-slider-handle:after {
            font-family: et-icon;
            content: "\e933";
            background: #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            font-size: 14px;
            padding: 5px 4px 5px 6px;
            box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
        }

        .ty-range-slider .ui-slider-handle:last-child {
            left: 100%;
        }

            .ty-range-slider .ui-slider-handle:last-child:after {
                content: "\e930";
                padding: 5px;
            }

    .ty-range-slider .ui-slider-range {
        background: #3d7000;
        top: 50%;
        height: 8px;
        margin-top: -4px;
    }

.ty-range-slider__item {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 0 0 -10px;
    top: 20px;
}

    .ty-range-slider__item .ty-range-slider__num {
        color: #888;
        font-size: 11px;
        text-align: left;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .ty-range-slider__item:last-child {
        left: auto !important;
        right: 0;
        margin: 0 -10px 0 0;
    }

        .ty-range-slider__item:last-child .ty-range-slider__num {
            text-align: right;
        }

.ty-product-filters {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0px;
    position: relative;
}

    .ty-product-filters li {
        padding: 0;
    }

        .ty-product-filters li .ty-product-filters__search {
            padding: 0;
            position: relative;
        }

            .ty-product-filters li .ty-product-filters__search .ty-input-text-medium {
                margin-bottom: 10px;
                border-color: transparent;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                padding: 6px 15px;
                height: auto;
            }

            .ty-product-filters li .ty-product-filters__search .ty-product-filters__search-icon {
                top: 50%;
                right: 10px;
                margin-top: -12px;
                color: #000;
                cursor: pointer;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

                .ty-product-filters li .ty-product-filters__search .ty-product-filters__search-icon:hover {
                    color: #228B22;
                }

    .ty-product-filters .ty-product-filters__group {
        margin: 2px 0px;
        font-size: 12px;
    }

        .ty-product-filters .ty-product-filters__group input[type="checkbox"] {
            margin-right: 8px;
        }

        .ty-product-filters .ty-product-filters__group label {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            color: #434343;
        }

            .ty-product-filters .ty-product-filters__group label .et_checkmark {
                border-color: #434343;
            }

            .ty-product-filters .ty-product-filters__group label:hover {
                color: #228B22;
            }

                .ty-product-filters .ty-product-filters__group label:hover .et_checkmark {
                    border-color: #228B22;
                }

    .ty-product-filters > .ty-product-filters__group label {
        color: #434343;
    }

a.et_btn_filter_show_all {
    margin-top: 15px;
    padding: 6px 14px;
    font-size: 13px;
}

    a.et_btn_filter_show_all .hide_filters {
        display: none;
    }

.et_btn_filter_show_all.show .show_filters {
    display: none;
}

.et_btn_filter_show_all.show .hide_filters {
    display: block;
}

.et_show_all_filter .ty-product-filters__variants {
    overflow: visible !important;
    max-height: inherit !important;
}

a.ty-product-filters__reset-button {
    float: none;
    font-size: 13px;
    padding: 6px 14px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}

    a.ty-product-filters__reset-button .ty-product-filters__reset-icon {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 2px;
    }

.et-selected-product-filters {
    padding: 0;
    margin: 0;
    background: none;
}

    .et-selected-product-filters .et-product-filters__wrapper {
        padding: 10px 15px;
        background: #efefef;
    }

    .et-selected-product-filters .et-hf-selected__wrapper {
        margin: 0;
    }

    .et-selected-product-filters .et-hf-selected {
        padding: 0;
        border: none;
    }

.et-sidebox-general .ty-product-filters__color-filter {
    margin-left: -2px;
    margin-right: -2px;
}

.ty-product-filters__color-list-item {
    margin: 2px;
}

.ty-product-filters__color-filter-item {
    padding: 0;
}

.ty-product-filters__color-filter-swatch {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}

.ty-product-filters__tools {
    margin-top: -10px;
    padding: 15px 0 0;
    border-top: 1px solid #c7c7c7;
}

.et-tab-content
.et_horiz_filter_buttons
.ty-btn__primary {
    border: 1px solid #505050;
}

.et_horiz_filter_buttons .ty-product-filters__group {
    display: inline-block;
    margin: 5px 0;
}

.et_horiz_filter_buttons .et_horiz_checkbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px;
    padding: 6px 12px;
}

    .et_horiz_filter_buttons .et_horiz_checkbox.ty-btn {
        color: #505050;
        background: #fff;
        font-size: 13px;
    }

        .et_horiz_filter_buttons .et_horiz_checkbox.ty-btn__primary, .et_horiz_filter_buttons .et_horiz_checkbox.ty-btn:hover {
            color: #000;
            background: #fafafa;
        }

    .et_horiz_filter_buttons .et_horiz_checkbox .et-hf-variant__count, .et_horiz_filter_buttons .et_horiz_checkbox i {
        color: #afafaf;
        margin-right: 5px;
    }

.et_horiz_filter_buttons .ty-product-filters__color-list-item {
    margin: 4px;
}

    .et_horiz_filter_buttons .ty-product-filters__color-list-item i {
        font-size: 18px;
    }

.et_horiz_filter_buttons .ty-product-filters__color-filter-swatch {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.et-horizontal-product-filters {
    margin-bottom: 0px;
    padding: 0;
    background: none;
}

.et-product-filters__wrapper {
    margin-top: 10px;
    padding: 20px 0px;
    background: #efefef;
}

.et-hf-tabs__wrapper, .et-hf-tabs__content, .et-hf-selected {
    max-width: 1400px;
    min-width: 280px;
    margin: 0 auto !important;
}

.et-hf-tabs__outer-wrapper {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.et-hf-tabs__wrapper {
    border: none;
}

    .et-hf-tabs__wrapper .et-horizontal-filter__title {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 15px;
        vertical-align: middle;
        position: relative;
        top: 1px;
    }

        .et-hf-tabs__wrapper .et-horizontal-filter__title span {
            margin-left: 5px;
            vertical-align: middle;
        }

        .et-hf-tabs__wrapper .et-horizontal-filter__title i {
            vertical-align: middle;
            font-size: 28px;
        }

    .et-hf-tabs__wrapper .ty-tabs__list {
        display: inline-block;
        vertical-align: middle;
    }

    .et-hf-tabs__wrapper .et-filter-tab {
        padding: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 5px;
    }

        .et-hf-tabs__wrapper .et-filter-tab.ty-tabs__item.active, .et-hf-tabs__wrapper .et-filter-tab.ty-tabs .subtab.active, .et-hf-tabs__wrapper .et-filter-tab.ty-tabs__item:hover, .et-hf-tabs__wrapper .et-filter-tab.ty-tabs .subtab:hover {
            background: #ff9200;
        }

        .et-hf-tabs__wrapper .et-filter-tab div {
            padding: 7px 15px;
            height: auto;
            font-size: 13px;
        }

.et-hf-tabs__content-wrapper {
    padding: 10px 0 0;
}

    .et-hf-tabs__content-wrapper .ty-product-filters__variants, .et-hf-tabs__content-wrapper .ty-product-filters__item-more {
        margin: 0;
    }

    .et-hf-tabs__content-wrapper .et-range-slider__slider-wrapper, .et-hf-tabs__content-wrapper .et-range-slider__price-wrapper {
        margin-right: -0.25em;
        vertical-align: top;
        display: inline-block;
    }

    .et-hf-tabs__content-wrapper .ty-price-slider {
        padding-bottom: 7px;
    }

    .et-hf-tabs__content-wrapper .et-range-slider__slider-wrapper {
        width: 75%;
    }

    .et-hf-tabs__content-wrapper .et-range-slider__price-wrapper {
        width: 25%;
    }

    .et-hf-tabs__content-wrapper .ty-range-slider {
        height: 8px;
        margin: 15px 16px 30px;
    }

        .et-hf-tabs__content-wrapper .ty-range-slider .ui-slider-range {
            height: 11px;
            margin-top: -5px;
        }

        .et-hf-tabs__content-wrapper .ty-range-slider .ui-slider-handle {
            margin-left: -16px;
        }

            .et-hf-tabs__content-wrapper .ty-range-slider .ui-slider-handle:after {
                font-size: 17px;
                padding: 8px;
            }

    .et-hf-tabs__content-wrapper .ty-range-slider__item {
        top: 25px;
        margin: 0 0 0 -16px;
    }

        .et-hf-tabs__content-wrapper .ty-range-slider__item .ty-range-slider__num {
            font-size: 16px;
            color: #000;
        }

        .et-hf-tabs__content-wrapper .ty-range-slider__item:last-child {
            margin: 0 -16px 0 0;
        }

.et-hf-selected__wrapper {
    margin-top: 10px;
    background: #efefef;
}

.et_horiz_filter_buttons .et-hf-selected__filter_wrapper .et_horiz_checkbox.ty-btn__primary {
    border-right: 0;
    background: #505050;
    color: #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin: 0;
}

.et_horiz_filter_buttons .et-hf-selected__filter_wrapper {
    margin: 5px 3px;
}

    .et_horiz_filter_buttons .et-hf-selected__filter_wrapper:hover .et_horiz_checkbox {
        background: #333;
    }

    .et_horiz_filter_buttons .et-hf-selected__filter_wrapper:hover .et-hf-variant__clear-wrapper {
        background: #fdfdfd;
    }

        .et_horiz_filter_buttons .et-hf-selected__filter_wrapper:hover .et-hf-variant__clear-wrapper i {
            color: #e00;
        }

.et-hf-selected {
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
}

    .et-hf-selected .et-hf-selected__filter_wrapper {
        display: inline;
        display: inline-flex;
        white-space: nowrap;
    }

    .et-hf-selected .et-hf-selected__filter_title {
        margin-right: 2px;
        margin-left: 15px;
    }

    .et-hf-selected .et_horiz_checkbox {
        padding: 6px 12px 6px 12px;
        font-size: 13px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin: 0;
    }

    .et-hf-selected .et-hf-variant__clear-wrapper {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        display: inline-block;
        -webkit-border-radius: 0 3px 3px 0px;
        -moz-border-radius: 0 3px 3px 0px;
        border-radius: 0 3px 3px 0px;
        background: #fff;
        padding: 6px 8px 5px;
        cursor: pointer;
    }

    .et-hf-selected i {
        color: #505050;
        margin: 0;
        top: 1px;
        position: relative;
    }

.et-hf-selected__filter-outer-wrapper, .et-hf-selected__filter-clear {
    display: inline-flex;
    vertical-align: top;
}

.et-hf-selected__filter-clear {
    white-space: nowrap;
    margin: 5px 2px;
}

    .et-hf-selected__filter-clear .ty-btn {
        padding: 6px 12px 7px;
        background: #fff;
        color: #505050;
        font-size: 12px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-hf-selected__filter-clear .ty-btn:hover {
            background: #fdfdfd;
            color: #e00;
        }

.et-hf-selected .et_horiz_filter_buttons .et-hf-selected__title {
    flex: 0;
    white-space: nowrap;
}

.et-hf-selected .et_horiz_filter_buttons .et-hf-selected__filter-outer-wrapper {
    flex: 1;
    display: block;
}

.et-hf-selected__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

    .et-hf-selected__title .et-hf-selected__count {
        font-size: 14px;
    }

.et-side-featured-items {
    padding-top: 15px;
    padding-bottom: 10px;
}

    .et-side-featured-items .ty-sidebox__title {
        margin-bottom: 10px;
    }

    .et-side-featured-items .et-link-thumb__wrapper {
        margin: 0;
    }

    .et-side-featured-items .et-link-thumb__item .ty-discount-label__item {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

.et-small-items {
    margin-top: 10px;
}

    .et-small-items .et-small-item-img {
        text-align: center;
        position: relative;
    }

        .et-small-items .et-small-item-img .rating-wrapper {
            bottom: 0px;
        }

    .et-small-items .et-small-item-wrapper {
        min-height: 138px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .et-small-items .et-small-item-wrapper .et-small-item {
            position: absolute;
            left: 0;
            right: 0;
        }

        .et-small-items .et-small-item-wrapper .et-small-item-descr {
            text-overflow: ellipsis;
            text-align: center;
            margin: 3px 5px 0 5px;
        }

        .et-small-items .et-small-item-wrapper .product-title {
            white-space: nowrap;
            font-size: 12px;
        }

        .et-small-items .et-small-item-wrapper .ty-template-small__item-price .ty-price-num, .et-small-items .et-small-item-wrapper .ty-template-small__item-price .ty-list-price {
            font-size: 12px;
        }

        .et-small-items .et-small-item-wrapper:nth-child(2n) .et-small-item {
            margin-left: 5px;
        }

        .et-small-items .et-small-item-wrapper:nth-child(2n+1) .et-small-item {
            margin-right: 5px;
        }

        .et-small-items .et-small-item-wrapper:hover {
            overflow: visible;
            z-index: 102;
        }

            .et-small-items .et-small-item-wrapper:hover .et-small-item {
                box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
                padding-bottom: 5px;
                background: #f9f9f9;
            }

            .et-small-items .et-small-item-wrapper:hover .product-title {
                white-space: normal;
                display: block;
                text-align: center;
            }

.ty-sort-container {
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 6px 10px;
}

.ty-sort-container__views-icons {
    margin: 5px 0 7px;
}

.ty-sort-dropdown {
    margin-top: 1px;
}

    .ty-sort-dropdown .ty-sort-dropdown__wrapper {
        padding: 5px 23px 5px 10px;
        margin: 0 15px 0 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        color: #545453;
        background: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

        .ty-sort-dropdown .ty-sort-dropdown__wrapper:hover, .ty-sort-dropdown .ty-sort-dropdown__wrapper.open {
            color: #228B22;
        }

    .ty-sort-dropdown .ty-sort-dropdown__content {
        z-index: 200;
        border-radius: 10px;
        border-color: #ccc;
        box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.5);
    }

    .ty-sort-dropdown .ty-sort-dropdown__content-item-a {
        padding: 5px 5px 5px 10px;
        color: #434343;
        opacity: .8;
    }

        .ty-sort-dropdown .ty-sort-dropdown__content-item-a:hover {
            opacity: 1;
            background: none;
            color: #228B22;
        }

    .ty-sort-dropdown .ty-sort-dropdown__icon {
        position: absolute;
        top: 50%;
        right: 23px;
        transform: translateY(-50%);
        padding: 0;
        font-size: 11px;
    }

.ty-sort-container__views-a {
    padding: 0;
    margin: 0 7px 0 0;
    width: 19px;
    height: 19px;
    font-size: 19px;
    color: #545453;
    opacity: .7;
}

    .ty-sort-container__views-a.active, .ty-sort-container__views-a:hover {
        opacity: 1;
        color: #228B22;
    }

    .ty-sort-container__views-a.active {
        background: none;
    }

    .ty-sort-container__views-a:last-child {
        margin-right: 0;
    }

.ty-pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ty-pagination__bottom {
    text-align: center;
    margin: 60px 0 0px;
    border-top: 0;
}

.ty-pagination__items {
    display: inline-block;
    color: #8996a3;
}

.ty-pagination__item, .ty-pagination__selected {
    display: inline-block;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 0 2px;
    font-size: 15px;
    padding: 10px;
}

.ty-pagination__btn {
    color: #8996a3;
    background: none;
}

    .ty-pagination__btn:hover {
        color: #8996a3;
        background: none;
    }

.ty-pagination__item {
    background: #ececec;
    color: #000;
}

    .ty-pagination__item:hover {
        padding: 10px;
        color: #fff;
        background: #ff9200;
    }

.ty-pagination__range {
    display: none;
}

.ty-pagination__text {
    text-transform: uppercase;
    display: inline-block;
}

.ty-pagination__text-arrow {
    font-size: 16px;
    line-height: 10px;
    font-style: normal;
    top: -2px;
    position: relative;
    font-family: arial;
}

.et-pagination__prev {
    float: left;
}

    .et-pagination__prev i {
        margin-right: 5px;
    }

.et-pagination__next {
    float: right;
}

    .et-pagination__next i {
        margin-left: 5px;
    }

.et-pagination__prev, .et-pagination__next {
    font-size: 14px;
    margin: 5px 4px;
    width: auto;
    color: #8996a3;
    background: none;
}

    .et-pagination__prev i, .et-pagination__next i {
        font-size: 12px;
    }

    .et-pagination__prev:hover, .et-pagination__next:hover {
        background: none;
        cursor: pointer;
        color: #ff9200;
    }

    .et-pagination__prev.disabled:hover, .et-pagination__next.disabled:hover {
        cursor: default;
        border-color: transparent;
    }

.ty-pagination__selected {
    padding: 10px;
    background: #ff9200;
    color: #fff;
}

@media (max-width: 979px) {
    .ty-pagination__items {
        margin: 15px 0;
    }

    .ty-pagination__item {
        padding: 5px 6px;
    }

    .ty-pagination__btn {
        width: 94%;
    }

    .ty-pagination__text {
        display: none;
    }
}

.et-category-content .ty-pagination__bottom {
    margin-bottom: 30px;
}

.et-category-content .ty-no-items {
    padding: 300px 20px;
}

.grid-list__rating .ty-stars {
    margin: 0;
}

.et_rating_total {
    display: inline;
    color: #999;
    vertical-align: middle;
    font-size: 12px;
}

.et-category-content .et-testimonials-scroller {
    margin-bottom: 20px;
}

    .et-category-content .et-testimonials-scroller .et-scroller {
        margin: 0 -20px;
    }

.et-list__item .ty-grid-list__item-features, .et-grid-item-wrapper .ty-grid-list__item-features {
    margin-top: 10px;
    text-align: left;
}

.et-list__item .ty-grid-list__item-features-item, .et-grid-item-wrapper .ty-grid-list__item-features-item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 6px;
}

.et-list__item .ty-grid-list__item-features-description, .et-grid-item-wrapper .ty-grid-list__item-features-description {
    color: #666;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.et-list__item .et-grid-item-features-wrapper, .et-grid-item-wrapper .et-grid-item-features-wrapper {
    white-space: normal;
    margin-left: -2px;
}

.et-list__item .ty-grid-list__item-features-variant, .et-grid-item-wrapper .ty-grid-list__item-features-variant {
    color: #666;
    margin-left: 4px;
    margin-bottom: 4px;
    padding: 4px;
    font-size: 11px;
    border: 1px solid #c5c5c5;
    display: inline-block;
}

    .et-list__item .ty-grid-list__item-features-variant.selected, .et-grid-item-wrapper .ty-grid-list__item-features-variant.selected {
        border-color: #454545;
        color: #000;
    }

.et-list__item .et-grid-color-variant, .et-grid-item-wrapper .et-grid-color-variant {
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 2px;
    border: 1px solid #c5c5c5;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .et-list__item .et-grid-color-variant:first-child, .et-grid-item-wrapper .et-grid-color-variant:first-child {
        margin-left: 2px;
    }

    .et-list__item .et-grid-color-variant .ty-icon-ok, .et-grid-item-wrapper .et-grid-color-variant .ty-icon-ok {
        position: relative;
        top: 3px;
        color: #fff;
    }

        .et-list__item .et-grid-color-variant .ty-icon-ok.black, .et-grid-item-wrapper .et-grid-color-variant .ty-icon-ok.black {
            color: #000;
        }

.et-product-img .owl-buttons div, .ty-thumbs-wrapper .owl-buttons div {
    position: absolute;
    bottom: 7px;
    right: 5px;
    margin-right: 15px;
    margin-left: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-product-img .owl-buttons div.owl-prev, .ty-thumbs-wrapper .owl-buttons div.owl-prev {
        right: auto;
        left: 5px;
        margin-right: 0;
        margin-left: 15px;
    }

.et-product-img .et-icon-arrow-left, .et-product-img .et-icon-arrow-right, .ty-thumbs-wrapper .et-icon-arrow-left, .ty-thumbs-wrapper .et-icon-arrow-right {
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.et-featured-products-block .et_full_width_title {
    margin: 0;
}

    .et-featured-products-block .et_full_width_title .ty-mainbox-title {
        padding: 25px 0 5px;
    }

.et-featured-products-block .et_grid_width_content {
    padding-bottom: 15px;
}

    .et-featured-products-block .et_grid_width_content.et_grid_width_content_description {
        padding-bottom: 0;
    }

    .et-featured-products-block .et_grid_width_content .et_full_width_content-text {
        margin-bottom: 20px;
    }

.et-grid-list {
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
}

    .et-grid-list .et-grid-item-wrapper {
        min-width: 245px;
        flex: 1;
        flex-grow: 0;
        flex-basis: auto;
    }

.et-grid-stock.et-in-stock {
    color: #4b7b36;
}

.et-grid-stock.et-out-of-stock {
    color: #ccc;
}

    .et-grid-stock.et-out-of-stock:hover {
        background: none;
    }

.et-grid-btns, .et-list-btns {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    left: 5px;
    bottom: 5px;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -5px;
    opacity: 0;
}

    .et-grid-btns a, .et-list-btns a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        background: #efefef;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin-right: 5px;
        color: #000;
    }

        .et-grid-btns a:hover, .et-list-btns a:hover {
            opacity: 1;
            color: #fff;
        }

        .et-grid-btns a.et-quick-view:hover, .et-list-btns a.et-quick-view:hover {
            background: #228B22;
        }

        .et-grid-btns a.et-add-to-compare:hover, .et-list-btns a.et-add-to-compare:hover {
            background: #228B22;
        }

        .et-grid-btns a.et-add-to-wishlist:hover, .et-list-btns a.et-add-to-wishlist:hover {
            background: #228B22;
        }

    .et-grid-btns i, .et-list-btns i {
        font-size: 17px;
    }

.et-small-value-changer .ty-value-changer {
    width: 30px;
    padding: 0 20px 0 2px !important;
    margin-right: 5px;
    background: none;
}

    .et-small-value-changer .ty-value-changer .ty-value-changer__input {
        height: 36px;
        border: 1px solid #ccc;
        border-right: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .et-small-value-changer .ty-value-changer .ty-value-changer__increase, .et-small-value-changer .ty-value-changer .ty-value-changer__decrease {
        right: 0;
        width: 19px;
        left: auto;
        transform: none;
        height: 16px;
        line-height: 17px;
        background: #f3f3f3;
        border: 1px solid #ccc;
        color: #888;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

@media screen and (min-width: 768px) {
    .et-small-value-changer .ty-value-changer .ty-value-changer__increase:hover, .et-small-value-changer .ty-value-changer .ty-value-changer__decrease:hover {
        box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.3);
    }
}

.et-small-value-changer .ty-value-changer .ty-value-changer__increase:active, .et-small-value-changer .ty-value-changer .ty-value-changer__decrease:active {
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.3);
}

.et-small-value-changer .ty-value-changer .ty-value-changer__increase {
    top: 0;
    -webkit-border-radius: 0px 3px 0 0;
    -moz-border-radius: 0px 3px 0 0;
    border-radius: 0px 3px 0 0;
}

.et-small-value-changer .ty-value-changer .ty-value-changer__decrease {
    height: 17px;
    border-top: none;
    bottom: 0;
    -webkit-border-radius: 0px 0px 3px 0;
    -moz-border-radius: 0px 0px 3px 0;
    border-radius: 0px 0px 3px 0;
}

.et-grid-item-wrapper {
    position: relative;
    margin-bottom: -1px;
}

    .et-grid-item-wrapper .ty-grid-list__item {
        margin: 0;
    }

        .et-grid-item-wrapper .ty-grid-list__item:before, .et-grid-item-wrapper .ty-grid-list__item:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .et-grid-item-wrapper .ty-grid-list__item:after {
            clear: both;
        }

    .et-grid-item-wrapper .et-grid-item {
        border: 1px solid #eee;
        padding-right: 1px;
        margin-right: -1px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-grid-item-wrapper .et-grid-hide {
        display: none;
    }

    .et-grid-item-wrapper .et-grid-sku {
        margin-bottom: 5px;
    }

        .et-grid-item-wrapper .et-grid-sku .ty-control-group {
            margin: 0;
            font-size: 9px;
        }

        .et-grid-item-wrapper .et-grid-sku label {
            width: auto;
            padding: 0;
            margin: 0 2px 0 0;
            font-weight: bold;
        }

        .et-grid-item-wrapper .et-grid-sku span {
            padding: 0;
            vertical-align: initial;
        }

    .et-grid-item-wrapper .ty-grid-list__item-features-item:last-child {
        border: none;
        padding: 0;
        margin-bottom: 0px;
    }

    .et-grid-item-wrapper.et-hover {
        overflow: visible;
        z-index: 102;
    }

        .et-grid-item-wrapper.et-hover .et-icon-arrow-right, .et-grid-item-wrapper.et-hover .et-icon-arrow-left {
            visibility: visible;
            opacity: .7;
        }

            .et-grid-item-wrapper.et-hover .et-icon-arrow-right:hover, .et-grid-item-wrapper.et-hover .et-icon-arrow-left:hover {
                opacity: 1;
            }

        .et-grid-item-wrapper.et-hover .owl-buttons div {
            margin: 0;
        }

        .et-grid-item-wrapper.et-hover .et-grid-hide {
            display: block;
        }

        .et-grid-item-wrapper.et-hover .et-vendor-name {
            white-space: normal;
        }

        .et-grid-item-wrapper.et-hover .et-grid-item {
            background: #f9f9f9;
        }

        .et-grid-item-wrapper.et-hover .product-title {
            height: inherit;
            overflow: visible;
            white-space: inherit;
        }

        .et-grid-item-wrapper.et-hover .et-grid-item {
            box-shadow: 0 0px 10px 3px rgba(51,51,51,0.5);
        }

        .et-grid-item-wrapper.et-hover .ty-grid-list__image .et-scroller-btns, .et-grid-item-wrapper.et-hover .ty-grid-list__image .et-grid-btns {
            visibility: visible;
        }

        .et-grid-item-wrapper.et-hover .ty-grid-list__image .et-grid-btns {
            opacity: 1;
        }

        .et-grid-item-wrapper.et-hover .ty-grid-list__image .et-scroller-btns {
            opacity: .7;
        }

            .et-grid-item-wrapper.et-hover .ty-grid-list__image .et-scroller-btns:hover {
                opacity: 1;
            }

        .et-grid-item-wrapper.et-hover .et-icon-arrow-right {
            right: 5px;
            transform: none;
        }

        .et-grid-item-wrapper.et-hover .et-icon-arrow-left {
            left: 5px;
            transform: none;
        }

    .et-grid-item-wrapper .et-grid-item {
        position: relative;
        left: 0;
        right: 0;
        padding: 0 0 15px;
        background: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .et-grid-item-wrapper .et-grid-item.et-grid-item-absolute {
            position: absolute;
        }

        .et-grid-item-wrapper .et-grid-item .ty-twishlist-item {
            margin: 10px 0;
        }

    .et-grid-item-wrapper .ty-grid-list__image {
        margin: 10px;
        padding: 0;
        border: none;
    }

    .et-grid-item-wrapper .et-grid-info-wrapper {
        margin: 5px 10px 0;
    }

        .et-grid-item-wrapper .et-grid-info-wrapper .ty-product-coming-soon {
            flex: 1;
        }

@media screen and (max-width: 1024px) {
    .et-grid-item-wrapper .et-grid-info-wrapper .ty-product-coming-soon {
        display: flex;
    }
}

.et-grid-item-wrapper .et-grid-product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.et-grid-item-wrapper .product-title {
    font-size: 14px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.et-grid-item-wrapper .et-price {
    text-align: left;
    margin-bottom: 5px;
    min-height: 28px;
}

    .et-grid-item-wrapper .et-price .ty-price-update {
        display: inline;
    }

    .et-grid-item-wrapper .et-price .et-clean-price {
        display: inline-block;
    }

        .et-grid-item-wrapper .et-price .et-clean-price .ty-tax-include {
            font-size: 12px;
        }

    .et-grid-item-wrapper .et-price .et-price-wrapper {
        display: inline;
    }

    .et-grid-item-wrapper .et-price .ty-price .ty-price-num {
        font-weight: bold;
        font-size: 21px;
    }

    .et-grid-item-wrapper .et-price.ty-grid-list__no-price {
        display: flex;
        align-items: center;
        min-height: 28px;
    }

        .et-grid-item-wrapper .et-price.ty-grid-list__no-price .ty-no-price {
            font-weight: bold;
        }

.et-grid-item-wrapper .et-grid-stock .ty-control-group {
    margin: 0;
}

.et-grid-item-wrapper .et-grid-stock i, .et-grid-item-wrapper .et-grid-stock span {
    line-height: 1;
    vertical-align: middle;
}

.et-grid-item-wrapper .grid-list__rating .ty-stars {
    margin: 0;
}

    .et-grid-item-wrapper .grid-list__rating .ty-stars .ty-stars__icon {
        font-size: 13px;
    }

.et-grid-item-wrapper .grid-list__rating .et_rating_total {
    margin-left: 5px;
    font-size: 12px;
}

.et-grid-item-wrapper .et-grid-stock-rating {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    min-height: 18px;
}

.et-grid-item-wrapper .et-grid-vendor {
    border-bottom: 1px solid #eee;
    padding: 0px 5px 5px;
    margin: -5px 0px 10px;
    overflow: hidden;
    min-height: 61px;
}

.et-grid-item-wrapper .et-master-product-grid {
    display: flex;
    align-items: center;
}

    .et-grid-item-wrapper .et-master-product-grid .et-vendor-name {
        display: inline-block;
    }

.et-grid-item-wrapper .ty-grid-list__control {
    padding: 0;
    text-align: center;
}

.et-grid-item-wrapper .button-container {
    display: flex;
}

    .et-grid-item-wrapper .button-container div[id*="add_to_cart_update"] {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
    }

        .et-grid-item-wrapper .button-container div[id*="add_to_cart_update"] .et-add-to-cart {
            order: 1;
            flex: 1;
        }

        .et-grid-item-wrapper .button-container div[id*="add_to_cart_update"] .et-call-request {
            order: 2;
        }

.et-grid-item-wrapper .et-grid-list__qty label {
    display: none;
}

.et-grid-item-wrapper .ty-qty {
    margin-bottom: 0;
}

.et-grid-item-wrapper .ty-grid-list__image .et-scroller-btns {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    left: 5px;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.et-grid-item-wrapper .et-add-to-cart {
    white-space: nowrap;
}

.et-grid-item-wrapper .et-soon-txt-grid {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #555;
    order: 3;
}

.et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart, .et-list__item .et-btn-icon-text.et-add-to-cart, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart, .et-compact-list__content .et-btn-icon-text.et-add-to-cart, .et-product-atc .et-btn-icon-text.et-add-to-cart, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart {
    overflow: hidden;
    display: block;
    font-weight: normal;
    padding: 9px 10px 9px 40px;
    box-sizing: border-box;
    border: none;
    vertical-align: middle;
}

    .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart span, .et-list__item .et-btn-icon-text.et-add-to-cart span, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart span, .et-compact-list__content .et-btn-icon-text.et-add-to-cart span, .et-product-atc .et-btn-icon-text.et-add-to-cart span, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart span {
        vertical-align: baseline;
        font-size: 13px;
        margin-left: 5px;
    }

    .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart i, .et-list__item .et-btn-icon-text.et-add-to-cart i, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart i, .et-compact-list__content .et-btn-icon-text.et-add-to-cart i, .et-product-atc .et-btn-icon-text.et-add-to-cart i, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart i {
        /*background: #ca4c0b;*/
        background: black;
        color: #fff;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        padding: 12px;
        padding-left: 7px;
        position: absolute;
        left: 0px;
        top: -3px;
        bottom: -3px;
        width: 18px;
        box-shadow: -2px 0px 5px inset rgba(0,0,0,0.1);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin: 0;
    }

        .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart i:before, .et-list__item .et-btn-icon-text.et-add-to-cart i:before, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart i:before, .et-compact-list__content .et-btn-icon-text.et-add-to-cart i:before, .et-product-atc .et-btn-icon-text.et-add-to-cart i:before, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart i:before {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            padding-right: 5px;
        }

        .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart i.et-icon-btn-oos, .et-list__item .et-btn-icon-text.et-add-to-cart i.et-icon-btn-oos, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart i.et-icon-btn-oos, .et-compact-list__content .et-btn-icon-text.et-add-to-cart i.et-icon-btn-oos, .et-product-atc .et-btn-icon-text.et-add-to-cart i.et-icon-btn-oos, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart i.et-icon-btn-oos {
            font-size: 20px;
            background: #b3b3b3;
        }

    .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart.et-btn-soon i.et-icon-btn-clock, .et-list__item .et-btn-icon-text.et-add-to-cart.et-btn-soon i.et-icon-btn-clock, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart.et-btn-soon i.et-icon-btn-clock, .et-compact-list__content .et-btn-icon-text.et-add-to-cart.et-btn-soon i.et-icon-btn-clock, .et-product-atc .et-btn-icon-text.et-add-to-cart.et-btn-soon i.et-icon-btn-clock, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart.et-btn-soon i.et-icon-btn-clock {
        font-size: 20px;
        background: #b3b3b3;
    }

    .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart:hover i, .et-list__item .et-btn-icon-text.et-add-to-cart:hover i, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart:hover i, .et-compact-list__content .et-btn-icon-text.et-add-to-cart:hover i, .et-product-atc .et-btn-icon-text.et-add-to-cart:hover i, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart:hover i {
        /*background-color: #ff9200;*/
        background-color: black;
        color: #fff;
    }

        .et-grid-item-wrapper .et-btn-icon-text.et-add-to-cart:hover i.et-icon-btn-oos, .et-list__item .et-btn-icon-text.et-add-to-cart:hover i.et-icon-btn-oos, .et-categ-block-thumb .et-btn-icon-text.et-add-to-cart:hover i.et-icon-btn-oos, .et-compact-list__content .et-btn-icon-text.et-add-to-cart:hover i.et-icon-btn-oos, .et-product-atc .et-btn-icon-text.et-add-to-cart:hover i.et-icon-btn-oos, .et-buy-together-wrapper .et-btn-icon-text.et-add-to-cart:hover i.et-icon-btn-oos {
            background: #999;
        }

.et-grid-item-wrapper .et-btn-icon-text.et-contact-for-price i, .et-list__item .et-btn-icon-text.et-contact-for-price i, .et-categ-block-thumb .et-btn-icon-text.et-contact-for-price i, .et-compact-list__content .et-btn-icon-text.et-contact-for-price i, .et-product-atc .et-btn-icon-text.et-contact-for-price i, .et-buy-together-wrapper .et-btn-icon-text.et-contact-for-price i {
    font-size: 20px;
    background: #539802;
    color: #fff;
}

.et-grid-item-wrapper .et-btn-icon-text.et-contact-for-price:hover, .et-list__item .et-btn-icon-text.et-contact-for-price:hover, .et-categ-block-thumb .et-btn-icon-text.et-contact-for-price:hover, .et-compact-list__content .et-btn-icon-text.et-contact-for-price:hover, .et-product-atc .et-btn-icon-text.et-contact-for-price:hover, .et-buy-together-wrapper .et-btn-icon-text.et-contact-for-price:hover {
    background: #539802;
    color: #fff;
}

.et-grid-item-wrapper .et-btn-icon-text.et-contact-for-price + .et-out-of-stock, .et-list__item .et-btn-icon-text.et-contact-for-price + .et-out-of-stock, .et-categ-block-thumb .et-btn-icon-text.et-contact-for-price + .et-out-of-stock, .et-compact-list__content .et-btn-icon-text.et-contact-for-price + .et-out-of-stock, .et-product-atc .et-btn-icon-text.et-contact-for-price + .et-out-of-stock, .et-buy-together-wrapper .et-btn-icon-text.et-contact-for-price + .et-out-of-stock {
    display: none;
}

.et-home-grid .et-grid-list {
    margin-bottom: 0;
}

    .et-home-grid .et-grid-list .et-grid-item-wrapper {
        border-color: transparent;
    }

.et_contact_vendor_btn {
    position: relative;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    padding: 9px 5px;
    padding-left: 40px;
    box-sizing: border-box;
    border: none;
    vertical-align: middle;
    background: #ff9200;
}

    .et_contact_vendor_btn span {
        vertical-align: baseline;
        font-size: 12px;
        margin-left: 5px;
    }

    .et_contact_vendor_btn i {
        background: #3d7000;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        padding: 12px;
        padding-left: 7px;
        position: absolute;
        left: 0px;
        top: -3px;
        bottom: -3px;
        width: 18px;
        box-shadow: -2px 0px 5px inset rgba(0,0,0,0.1);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin: 0;
    }

        .et_contact_vendor_btn i:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            padding-right: 5px;
        }

    .et_contact_vendor_btn:hover i {
        background-color: #ff9200;
    }

.et-grid-item-wrapper .et-add-to-cart, .et-grid-item-wrapper .et-call-request, .et-categ-block-thumb .et-add-to-cart, .et-categ-block-thumb .et-call-request {
    vertical-align: top;
}

.et-grid-item-wrapper a.et-call-request, .et-categ-block-thumb a.et-call-request {
    float: right;
    margin-left: 5px;
    height: 36px;
}

.et-grid-item-wrapper .et-call-request, .et-scroller-item .et-call-request {
    background: #539802;
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    width: 38px;
    height: 30px;
    position: relative;
    border-radius: 3px;
}

    .et-grid-item-wrapper .et-call-request i, .et-scroller-item .et-call-request i {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        margin-top: -1px;
    }

    .et-grid-item-wrapper .et-call-request:last-child, .et-scroller-item .et-call-request:last-child {
        margin: 0;
    }

    .et-grid-item-wrapper .et-call-request:hover, .et-scroller-item .et-call-request:hover {
        background-color: #3d7000;
        color: #fff;
    }

.et-list__item .et-call-request.et-btn, #et-product-page .et-call-request.et-btn, #et-quick-view .et-call-request.et-btn {
    display: block;
    border: 1px solid #aaa9a9;
    padding: 8px 10px 9px 40px;
    margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: none;
    color: #545453;
    position: relative;
    background: #fff;
    font-size: 13px;
}

    .et-list__item .et-call-request.et-btn:hover, #et-product-page .et-call-request.et-btn:hover, #et-quick-view .et-call-request.et-btn:hover {
        background: #539802;
        color: #fff;
        border-color: #539802;
    }

    .et-list__item .et-call-request.et-btn i, #et-product-page .et-call-request.et-btn i, #et-quick-view .et-call-request.et-btn i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        left: 8px;
        margin-top: -1px;
    }

.et-list__item .et-value-changer, #et-product-page .et-value-changer, #et-quick-view .et-value-changer {
    float: left;
    margin-right: 10px;
}

    .et-list__item .et-value-changer .ty-qty, #et-product-page .et-value-changer .ty-qty, #et-quick-view .et-value-changer .ty-qty {
        margin: 0;
    }

    .et-list__item .et-value-changer .ty-control-group__label, #et-product-page .et-value-changer .ty-control-group__label, #et-quick-view .et-value-changer .ty-control-group__label {
        display: none;
    }

#et-product-page .ty-product-options__image--wrapper:hover, #et-quick-view .ty-product-options__image--wrapper:hover {
    border-color: #ccc;
}

#et-product-page .ty-product-options__radio--label, #et-quick-view .ty-product-options__radio--label {
    margin: 2px 5px 2px 0;
}

.et-brand a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #ff9200;
}

    .et-brand a:hover {
        text-decoration: none;
        color: #228B22;
    }

.et-list__item {
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .et-list__item.first {
        margin-top: 5px;
    }

    .et-list__item .et-list__form-wrapper {
        margin: 20px 10px;
        overflow: hidden;
    }

    .et-list__item .et-list__inner-wrapper {
        display: flex;
    }

    .et-list__item .ty-product-list__image {
        margin: 5px 25px 0 0;
        border: none;
        float: none;
        flex-grow: 0;
        flex-shrink: 0;
    }

        .et-list__item .ty-product-list__image .ty-thumbs-wrapper .owl-buttons div {
            top: 50%;
            bottom: auto;
            transform: translateY(-50%);
        }

    .et-list__item .ty-product-list__content {
        flex: 1;
    }

    .et-list__item .et-product-list__right {
        margin-left: 10px;
        padding-left: 30px;
        border-left: 1px solid #edeff1;
        min-width: 250px;
    }

        .et-list__item .et-product-list__right .et-soon-txt-details {
            max-width: 250px;
        }

    .et-list__item .product-title {
        font-size: 21px;
        font-weight: bold;
    }

    .et-list__item .et-product-list__info {
        overflow: hidden;
    }

    .et-list__item .et-product-list__options-wrapper {
        margin-top: 5px;
    }

    .et-list__item .et-product-list__stock, .et-list__item .et-product-list__sku, .et-list__item .et-product-list__rating, .et-list__item .et-brand, .et-list__item .et-adv-options {
        display: inline-block;
        margin: 0 5px 0 0;
        line-height: 100%;
        vertical-align: bottom;
    }

        .et-list__item .et-product-list__stock .ty-control-group, .et-list__item .et-product-list__sku .ty-control-group, .et-list__item .et-product-list__rating .ty-control-group, .et-list__item .et-brand .ty-control-group, .et-list__item .et-adv-options .ty-control-group {
            margin: 0;
        }

        .et-list__item .et-product-list__stock .ty-control-group__label, .et-list__item .et-product-list__sku .ty-control-group__label, .et-list__item .et-product-list__rating .ty-control-group__label, .et-list__item .et-brand .ty-control-group__label, .et-list__item .et-adv-options .ty-control-group__label {
            float: none;
            padding: 0;
            margin: 0 4px 0 0;
            vertical-align: bottom;
            font-weight: bold;
        }

        .et-list__item .et-product-list__stock .ty-control-group__item, .et-list__item .et-product-list__sku .ty-control-group__item, .et-list__item .et-product-list__rating .ty-control-group__item, .et-list__item .et-brand .ty-control-group__item, .et-list__item .et-adv-options .ty-control-group__item {
            padding: 0;
            vertical-align: bottom;
        }

        .et-list__item .et-product-list__rating .ty-stars {
            margin: 0;
            line-height: 100%;
        }

            .et-list__item .et-product-list__rating .ty-stars a {
                display: inline-block;
                line-height: 100%;
            }

        .et-list__item .et-product-list__rating .ty-stars__icon {
            font-size: 13px;
        }

        .et-list__item .et-product-list__rating .et_rating_total {
            margin-left: 5px;
        }

        .et-list__item .et-brand a {
            display: inline-block;
            vertical-align: bottom;
        }

    .et-list__item .et-brand-image {
        display: inline-block;
    }

    .et-list__item .et-product-list__description {
        margin-top: 15px;
        line-height: 125%;
    }

    .et-list__item .et-list-price-ammount {
        margin: 0 0 10px;
        display: table;
        width: 100%;
    }

        .et-list__item .et-list-price-ammount > div {
            display: table-cell;
            vertical-align: middle;
        }

        .et-list__item .et-list-price-ammount .ty-control-group {
            margin: 0;
        }

    .et-list__item .ty-product-list__price {
        text-align: right;
        padding: 0;
    }

        .et-list__item .ty-product-list__price .ty-no-price {
            display: none;
        }

        .et-list__item .ty-product-list__price .ty-price-num {
            font-weight: bold;
            font-size: 25px;
        }

        .et-list__item .ty-product-list__price .et-clean-price, .et-list__item .ty-product-list__price .ty-price-update {
            display: inline-block;
        }

        .et-list__item .ty-product-list__price .et-clean-price {
            margin-right: 5px;
        }

            .et-list__item .ty-product-list__price .et-clean-price .ty-tax-include {
                font-size: 12px;
            }

        .et-list__item .ty-product-list__price .et-list-old-price {
            margin-left: 5px;
        }

        .et-list__item .ty-product-list__price .ty-list-price {
            font-size: 18px;
        }

    .et-list__item .ty-grid-list__item-features-item {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
        padding-bottom: 7px;
        border: none;
    }

        .et-list__item .ty-grid-list__item-features-item:first-child {
            padding-top: 10px;
        }

        .et-list__item .ty-grid-list__item-features-item:last-child {
            padding-bottom: 0;
        }

    .et-list__item .ty-grid-list__item-features-description {
        display: flex;
        width: auto;
        margin: 0 10px 0 0;
    }

    .et-list__item .et-product-list__feature {
        margin-top: 5px;
    }

        .et-list__item .et-product-list__feature i {
            font-size: 8px;
            padding-top: 2px;
            padding-right: 5px;
            color: #ff9200;
        }

        .et-list__item .et-product-list__feature .et-feature-list__item {
            margin-bottom: 2px;
            text-indent: -10px;
            margin-left: 20px;
        }

            .et-list__item .et-product-list__feature .et-feature-list__item * {
                vertical-align: middle;
            }

        .et-list__item .et-product-list__feature div, .et-list__item .ty-min-qty-description {
            color: #666;
        }

            .et-list__item .et-product-list__feature div strong, .et-list__item .ty-min-qty-description strong {
                color: #000;
            }

    .et-list__item .ty-product-list__qty {
        margin: 0 10px 0 0;
    }

        .et-list__item .ty-product-list__qty .ty-value-changer {
            width: 40px;
            padding: 9px 30px 8px;
        }

    .et-list__item .ty-qty {
        margin: 0;
    }

        .et-list__item .ty-qty .ty-control-group__label {
            display: none;
        }

    .et-list__item .et-list-buttons {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .et-list__item .et-list-buttons-wrapper {
        text-align: right;
        margin-top: 15px;
    }

    .et-list__item .et-add-to-cart, .et-list__item .et-call-request {
        margin: 0 0 10px 0;
    }

    .et-list__item .et-categ-vendor-box {
        margin-top: 10px;
    }

        .et-list__item .et-categ-vendor-box .et-vendor-info .et-vendor-location {
            margin-top: 0;
        }

    .et-list__item .et-icon-arrow-right {
        right: 25px;
        transform: translateY(-50%);
        top: 50%;
        bottom: auto;
    }

    .et-list__item .et-icon-arrow-left {
        left: 25px;
        transform: translateY(-50%);
        top: 50%;
        bottom: auto;
    }

    .et-list__item:hover {
        background: #f9f9f9;
        box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
        z-index: 101;
    }

        .et-list__item:hover .ty-thumbs-wrapper .owl-buttons div {
            margin: 0;
        }

        .et-list__item:hover .et-icon-arrow-right, .et-list__item:hover .et-icon-arrow-left {
            visibility: visible;
            opacity: .7;
        }

            .et-list__item:hover .et-icon-arrow-right:hover, .et-list__item:hover .et-icon-arrow-left:hover {
                opacity: 1;
            }

        .et-list__item:hover .et-icon-arrow-right {
            right: 5px;
        }

        .et-list__item:hover .et-icon-arrow-left {
            left: 5px;
        }

        .et-list__item:hover .et-list-btns {
            visibility: visible;
            opacity: 1;
        }

.et-compact-list .et-compact-list__item {
    padding: 10px;
    margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
}

    .et-compact-list .et-compact-list__item .ty-qty {
        margin-right: 5px;
    }

    .et-compact-list .et-compact-list__item:hover {
        background: #f9f9f9;
        box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
        z-index: 101;
    }

    .et-compact-list .et-compact-list__item:last-child {
        border: none;
    }

.et-compact-list .et-compact-list__image {
    width: 60px;
    padding: 0;
    margin-right: 10px;
    position: relative;
}

.et-compact-list .et-discount-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

    .et-compact-list .et-discount-label .ty-discount-label {
        margin: 0;
    }

    .et-compact-list .et-discount-label .ty-discount-label__item {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

.et-compact-list .et-compact-list__content {
    display: flex;
}

    .et-compact-list .et-compact-list__content:after, .et-compact-list .et-compact-list__content:before {
        display: none;
    }

.et-compact-list .et-compact-list__right {
    order: 3;
    flex-shrink: 0;
}

.et-compact-list .et-compact-list__middle-wrapper {
    display: flex;
    flex: 1;
}

.et-compact-list .et-compact-list__middle {
    flex: 1;
    order: 2;
}

.et-compact-list .et-compact-list__content .et-add-to-cart {
    min-width: 160px;
}

.et-compact-list .et-compact-list__title {
    width: auto;
    margin-right: 0;
}

.et-compact-list .product-title {
    display: block;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
}

.et-compact-list .et-compact-list__stock-rating-wrapper {
    margin: 5px 0;
}

.et-compact-list .et-compact-list__stock, .et-compact-list .et-compact-list__sku, .et-compact-list .et-compact-list__rating, .et-compact-list .et-brand, .et-compact-list .et-adv-options {
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 100%;
    vertical-align: bottom;
}

    .et-compact-list .et-compact-list__stock .ty-control-group, .et-compact-list .et-compact-list__sku .ty-control-group, .et-compact-list .et-compact-list__rating .ty-control-group, .et-compact-list .et-brand .ty-control-group, .et-compact-list .et-adv-options .ty-control-group {
        margin: 0;
    }

    .et-compact-list .et-compact-list__stock .ty-control-group__label, .et-compact-list .et-compact-list__sku .ty-control-group__label, .et-compact-list .et-compact-list__rating .ty-control-group__label, .et-compact-list .et-brand .ty-control-group__label, .et-compact-list .et-adv-options .ty-control-group__label {
        float: none;
        padding: 0;
        margin: 0 4px 0 0;
        vertical-align: bottom;
        font-weight: bold;
    }

    .et-compact-list .et-compact-list__stock .ty-control-group__item, .et-compact-list .et-compact-list__sku .ty-control-group__item, .et-compact-list .et-compact-list__rating .ty-control-group__item, .et-compact-list .et-brand .ty-control-group__item, .et-compact-list .et-adv-options .ty-control-group__item {
        padding: 0;
        vertical-align: bottom;
    }

    .et-compact-list .et-compact-list__rating .ty-stars {
        margin: 0;
        line-height: 100%;
    }

        .et-compact-list .et-compact-list__rating .ty-stars a {
            display: inline-block;
            line-height: 100%;
        }

    .et-compact-list .et-compact-list__rating .ty-stars__icon {
        font-size: 13px;
    }

    .et-compact-list .et-compact-list__rating .et_rating_total {
        margin-left: 5px;
    }

    .et-compact-list .et-compact-list__sku .ty-control-group__label, .et-compact-list .et-compact-list__sku .ty-control-group__item, .et-compact-list .et-adv-options .ty-control-group__label, .et-compact-list .et-adv-options .ty-control-group__item, .et-compact-list .et-brand .ty-control-group__label, .et-compact-list .et-brand .ty-control-group__item {
        font-size: 13px;
    }

    .et-compact-list .et-brand a {
        display: inline-block;
        vertical-align: bottom;
    }

.et-compact-list .et-brand-image {
    display: inline-block;
}

.et-compact-list .et-product-list__description {
    margin-top: 15px;
    line-height: 125%;
}

.et-compact-list .et-compact-list__price-atc {
    text-align: right;
}

    .et-compact-list .et-compact-list__price-atc .ty-no-price {
        display: none;
    }

.et-compact-list .et-compact-list__price, .et-compact-list .et-compact-list__qty, .et-compact-list .et-compact-btn {
    display: inline-block;
    vertical-align: bottom;
}

.et-compact-list .et-compact-list__price, .et-compact-list .et-compact-list__qty {
    margin: 0 5px 0 0;
}

.et-compact-list .et-compact-list__price {
    text-align: right;
    padding: 0;
}

    .et-compact-list .et-compact-list__price .ty-price-num {
        font-weight: bold;
        font-size: 23px;
    }

    .et-compact-list .et-compact-list__price .et-clean-price, .et-compact-list .et-compact-list__price .ty-price-update {
        margin-right: 5px;
        display: inline-block;
    }

        .et-compact-list .et-compact-list__price .et-clean-price .ty-tax-include {
            font-size: 12px;
        }

    .et-compact-list .et-compact-list__price .ty-list-price {
        font-size: 16px;
    }

.et-compact-list .et-compact-list__qty .ty-value-changer {
    padding: 7px 30px 7px;
}

.et-compact-list .et-compact-list__controls {
    width: auto;
    padding-bottom: 0;
}

    .et-compact-list .et-compact-list__controls .ty-product-coming-soon {
        position: relative;
        padding: 0;
    }

    .et-compact-list .et-compact-list__controls .et-soon-txt-details {
        margin-bottom: 5px;
        font-size: 13px;
    }

.et-compact-list .et-compact-list-vendor, .et-compact-list .et-compact-list__buttons {
    display: inline-block;
    margin-top: 10px;
}

.et-compact-list .et-compact-list-vendor {
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #dcdcdc;
}

    .et-compact-list .et-compact-list-vendor.et-master-product-compact {
        padding-right: 0;
        border-right: 0;
    }

    .et-compact-list .et-compact-list-vendor .et-vendor-location, .et-compact-list .et-compact-list-vendor .et-vendor-products {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }

        .et-compact-list .et-compact-list-vendor .et-vendor-location span, .et-compact-list .et-compact-list-vendor .et-vendor-products span {
            vertical-align: inherit;
        }

    .et-compact-list .et-compact-list-vendor .et-vendor-location {
        margin-right: 5px;
    }

.et-compact-list .et-compact-list__buttons .et-button {
    margin-right: 10px;
}

    .et-compact-list .et-compact-list__buttons .et-button.et-add-to-compare {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #545453;
    }

        .et-compact-list .et-compact-list__buttons .et-button.et-add-to-compare:hover {
            text-decoration: none;
            color: #228B22;
        }

    .et-compact-list .et-compact-list__buttons .et-button.et-add-to-wishlist {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #545453;
    }

        .et-compact-list .et-compact-list__buttons .et-button.et-add-to-wishlist:hover {
            text-decoration: none;
            color: #228B22;
        }

    .et-compact-list .et-compact-list__buttons .et-button i {
        margin-right: 5px;
    }

    .et-compact-list .et-compact-list__buttons .et-button:last-child {
        margin-right: 5px;
    }

.et-compact-list .ty-price-update, .et-compact-list .et-clean-price {
    margin-right: 5px;
}

.et-compact-list .ty-list-price {
    margin-right: 0px;
    font-size: 13px;
}

.et-compact-list .ty-price-num {
    font-size: 13px;
}

.et_compact_list_btns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #efefef;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: 5px;
    color: #000;
}

    .et_compact_list_btns a.et-quick-view:hover {
        background: #0f0;
    }

    .et_compact_list_btns a.et-add-to-compare:hover {
        color: #fff;
        background: #228B22;
    }

    .et_compact_list_btns a.et-add-to-wishlist:hover {
        color: #fff;
        background: #228B22;
    }

    .et_compact_list_btns a i {
        font-size: 18px;
    }

.et-compact-list-vendor .et-vendor-info {
    display: block;
    max-width: inherit;
}

    .et-compact-list-vendor .et-vendor-info .et-vendor-name {
        margin-left: 5px;
        display: inline;
        font-size: 13px;
    }

.ty-product-switcher {
    position: absolute;
    top: 14px;
    padding: 0 18px;
}

    .ty-product-switcher span {
        color: #545453;
        font-size: 15px;
        padding: 0px 2px;
    }

    .ty-product-switcher .ty-product-switcher__a {
        top: 3px;
        font-size: 12px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #545453;
    }

        .ty-product-switcher .ty-product-switcher__a:hover {
            text-decoration: none;
            color: #ff9200;
        }

        .ty-product-switcher .ty-product-switcher__a i {
            font-size: 15px;
        }

        .ty-product-switcher .ty-product-switcher__a.disabled {
            cursor: initial;
            opacity: .5;
        }

            .ty-product-switcher .ty-product-switcher__a.disabled:hover {
                color: #545453;
            }

.ty-product-thumbnails__item {
    border-color: transparent;
}

#products_view .et-sticky-header {
    display: none;
}

#products_view .et-mobile-header.et-sticky.et-active {
    display: none;
}

#et-product-page .et-product-block__inner-wrapper, #et-quick-view .et-product-block__inner-wrapper {
    position: relative;
}

#et-product-page .et-product-image-wrapper__BK .ty-product-block__img, #et-product-page .et-pp-info-inner-wrapper, #et-product-page .et-product-right-inner, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img, #et-quick-view .et-pp-info-inner-wrapper, #et-quick-view .et-product-right-inner {
    position: relative;
}

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.no-trans, #et-product-page .et-pp-info-inner-wrapper.no-trans, #et-product-page .et-product-right-inner.no-trans, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.no-trans, #et-quick-view .et-pp-info-inner-wrapper.no-trans, #et-quick-view .et-product-right-inner.no-trans {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp, #et-product-page .et-pp-info-inner-wrapper.et-sticky-pp, #et-product-page .et-product-right-inner.et-sticky-pp, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp, #et-quick-view .et-pp-info-inner-wrapper.et-sticky-pp, #et-quick-view .et-product-right-inner.et-sticky-pp {
        position: fixed;
    }

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-top, #et-product-page .et-pp-info-inner-wrapper.et-sticky-pp-top, #et-product-page .et-product-right-inner.et-sticky-pp-top, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-top, #et-quick-view .et-pp-info-inner-wrapper.et-sticky-pp-top, #et-quick-view .et-product-right-inner.et-sticky-pp-top {
        position: absolute;
    }

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-bottom, #et-product-page .et-pp-info-inner-wrapper.et-sticky-pp-bottom, #et-product-page .et-product-right-inner.et-sticky-pp-bottom, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-bottom, #et-quick-view .et-pp-info-inner-wrapper.et-sticky-pp-bottom, #et-quick-view .et-product-right-inner.et-sticky-pp-bottom {
        position: relative;
    }

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-bottom-new, #et-product-page .et-pp-info-inner-wrapper.et-sticky-pp-bottom-new, #et-product-page .et-product-right-inner.et-sticky-pp-bottom-new, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-bottom-new, #et-quick-view .et-pp-info-inner-wrapper.et-sticky-pp-bottom-new, #et-quick-view .et-product-right-inner.et-sticky-pp-bottom-new {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        position: relative;
    }

.et_radio {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}

    .et_radio sup {
        margin-right: 2px;
    }

    .et_radio .ty-product-options__box {
        padding: 0;
    }

    .et_radio .radio {
        display: none;
    }

    .et_radio .et_radio_text {
        display: block;
        cursor: pointer;
        border: 1px solid #ddd;
        padding: 5px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et_radio .et_radio_text:hover {
            border: 1px solid #ff9200;
        }

        .et_radio .et_radio_text.selected {
            border: 3px solid #ff9200;
            padding: 3px;
        }

.et-bootstrap-select-wrapper {
    min-height: 49px;
}

    .et-bootstrap-select-wrapper .dropdown-toggle {
        min-height: 40px;
    }

    .et-bootstrap-select-wrapper select {
        width: 100%;
    }

    .et-bootstrap-select-wrapper .dropdown-toggle {
        padding: 6px 40px 6px 6px;
    }

#et-product-page, #et-quick-view {
    margin-top: 0;
    margin-bottom: 15px;
}

    #et-product-page .ty-product-block__wrapper, #et-quick-view .ty-product-block__wrapper {
        margin-bottom: 15px;
        background: none;
        position: relative;
        z-index: 200;
    }

    #et-product-page #et_prod_title, #et-quick-view #et_prod_title {
        font-size: 25px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        overflow: hidden;
    }

        #et-product-page #et_prod_title span, #et-quick-view #et_prod_title span {
            border-bottom: none;
        }

    #et-product-page .et-product-block__inner-wrapper, #et-quick-view .et-product-block__inner-wrapper {
        display: flex;
    }

    #et-product-page .et-product-image-wrapper__BK, #et-quick-view .et-product-image-wrapper__BK {
        position: static;
        margin-right: 10px;
        padding: 0 0 10px;
        min-width: auto;
        max-width: initial;
        flex-grow: 0;
        flex-shrink: 0;
        float: none;
    }

        #et-product-page .et-product-image-wrapper__BK .ty-product-img, #et-quick-view .et-product-image-wrapper__BK .ty-product-img {
            margin-bottom: 0px;
            border: none;
        }

        #et-product-page .et-product-image-wrapper__BK .ty-product-block__img, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img {
            position: sticky;
            top: 10px;
            display: flex;
        }

            #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.is_stuck + div, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.is_stuck + div {
                display: none !important;
            }

        #et-product-page .et-product-image-wrapper__BK .ty-discount-label__item, #et-quick-view .et-product-image-wrapper__BK .ty-discount-label__item {
            width: 60px;
            height: 60px;
            font-size: 16px;
        }

    #et-product-page .et-vertical, #et-quick-view .et-vertical {
        float: none;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 132px;
    }

    #et-product-page .et-product-img-wrapper, #et-quick-view .et-product-img-wrapper {
        width: calc(100% - 132px);
        flex-shrink: 0;
    }

        #et-product-page .et-product-img-wrapper .owl-buttons div, #et-quick-view .et-product-img-wrapper .owl-buttons div {
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            margin: 0;
        }

            #et-product-page .et-product-img-wrapper .owl-buttons div.owl-prev, #et-quick-view .et-product-img-wrapper .owl-buttons div.owl-prev {
                right: auto;
                left: 10px;
            }

        #et-product-page .et-product-img-wrapper .et-icon-arrow-left, #et-product-page .et-product-img-wrapper .et-icon-arrow-right, #et-quick-view .et-product-img-wrapper .et-icon-arrow-left, #et-quick-view .et-product-img-wrapper .et-icon-arrow-right {
            opacity: .5;
            font-size: 50px;
        }

            #et-product-page .et-product-img-wrapper .et-icon-arrow-left:hover, #et-product-page .et-product-img-wrapper .et-icon-arrow-right:hover, #et-quick-view .et-product-img-wrapper .et-icon-arrow-left:hover, #et-quick-view .et-product-img-wrapper .et-icon-arrow-right:hover {
                opacity: 1;
            }

    #et-product-page .ty-product-thumbnails, #et-quick-view .ty-product-thumbnails {
        margin: 0 10px 0 0;
    }

        #et-product-page .ty-product-thumbnails .ty-product-thumbnails__item, #et-quick-view .ty-product-thumbnails .ty-product-thumbnails__item {
            margin: 0 0 10px 0;
        }

    #et-product-page .et-product-thumbnails-wrapper, #et-quick-view .et-product-thumbnails-wrapper {
        overflow: hidden;
    }

    #et-product-page .jcarousel-skin, #et-quick-view .jcarousel-skin {
        padding: 0;
        margin-right: 10px;
    }

        #et-product-page .jcarousel-skin .et-temp-hide, #et-quick-view .jcarousel-skin .et-temp-hide {
            opacity: 1;
            position: relative;
        }

        #et-product-page .jcarousel-skin .ty-product-thumbnails, #et-quick-view .jcarousel-skin .ty-product-thumbnails {
            margin: 0;
        }

        #et-product-page .jcarousel-skin .ty-product-thumbnails__item, #et-quick-view .jcarousel-skin .ty-product-thumbnails__item {
            margin: 5px 0;
            float: none;
        }

            #et-product-page .jcarousel-skin .ty-product-thumbnails__item:first-child, #et-quick-view .jcarousel-skin .ty-product-thumbnails__item:first-child {
                margin-top: 0;
            }

            #et-product-page .jcarousel-skin .ty-product-thumbnails__item img, #et-quick-view .jcarousel-skin .ty-product-thumbnails__item img {
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

        #et-product-page .jcarousel-skin .jcarousel-container-vertical, #et-quick-view .jcarousel-skin .jcarousel-container-vertical {
            padding: 36px 0;
        }

        #et-product-page .jcarousel-skin .jcarousel-clip-vertical, #et-quick-view .jcarousel-skin .jcarousel-clip-vertical {
            overflow: hidden;
        }

            #et-product-page .jcarousel-skin .jcarousel-clip-vertical .jcarousel-item-vertical, #et-quick-view .jcarousel-skin .jcarousel-clip-vertical .jcarousel-item-vertical {
                padding: 0;
                margin-bottom: 10px;
            }

                #et-product-page .jcarousel-skin .jcarousel-clip-vertical .jcarousel-item-vertical:last-child, #et-quick-view .jcarousel-skin .jcarousel-clip-vertical .jcarousel-item-vertical:last-child {
                    margin-bottom: 0;
                }

            #et-product-page .jcarousel-skin .jcarousel-clip-vertical .ty-product-thumbnails__item, #et-quick-view .jcarousel-skin .jcarousel-clip-vertical .ty-product-thumbnails__item {
                margin: 0;
                float: none;
            }

                #et-product-page .jcarousel-skin .jcarousel-clip-vertical .ty-product-thumbnails__item img, #et-quick-view .jcarousel-skin .jcarousel-clip-vertical .ty-product-thumbnails__item img {
                    margin: 0;
                }

        #et-product-page .jcarousel-skin .jcarousel-prev-vertical, #et-quick-view .jcarousel-skin .jcarousel-prev-vertical {
            top: 0px;
        }

        #et-product-page .jcarousel-skin .jcarousel-next-vertical, #et-quick-view .jcarousel-skin .jcarousel-next-vertical {
            bottom: 0px;
        }

        #et-product-page .jcarousel-skin:hover .jcarousel-prev-vertical, #et-quick-view .jcarousel-skin:hover .jcarousel-prev-vertical {
            top: 0px;
        }

        #et-product-page .jcarousel-skin:hover .jcarousel-next-vertical, #et-quick-view .jcarousel-skin:hover .jcarousel-next-vertical {
            bottom: 0px;
        }

        #et-product-page .jcarousel-skin .jcarousel-prev-vertical, #et-product-page .jcarousel-skin .jcarousel-next-vertical, #et-quick-view .jcarousel-skin .jcarousel-prev-vertical, #et-quick-view .jcarousel-skin .jcarousel-next-vertical {
            position: absolute;
            left: 0;
            right: 10px;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            padding: 5px 0;
            background: #f3f3f3;
        }

            #et-product-page .jcarousel-skin .jcarousel-prev-vertical i, #et-product-page .jcarousel-skin .jcarousel-next-vertical i, #et-quick-view .jcarousel-skin .jcarousel-prev-vertical i, #et-quick-view .jcarousel-skin .jcarousel-next-vertical i {
                font-size: 16px;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                display: block;
            }

            #et-product-page .jcarousel-skin .jcarousel-prev-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled), #et-product-page .jcarousel-skin .jcarousel-next-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled), #et-quick-view .jcarousel-skin .jcarousel-prev-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled), #et-quick-view .jcarousel-skin .jcarousel-next-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled) {
                background: #ff9200;
                border-color: #ff9200;
            }

                #et-product-page .jcarousel-skin .jcarousel-prev-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled) i, #et-product-page .jcarousel-skin .jcarousel-next-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled) i, #et-quick-view .jcarousel-skin .jcarousel-prev-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled) i, #et-quick-view .jcarousel-skin .jcarousel-next-vertical:hover:not(.jcarousel-prev-disabled):not(.jcarousel-next-disabled) i {
                    color: #fff;
                }

        #et-product-page .jcarousel-skin .jcarousel-prev-disabled, #et-product-page .jcarousel-skin .jcarousel-next-disabled, #et-quick-view .jcarousel-skin .jcarousel-prev-disabled, #et-quick-view .jcarousel-skin .jcarousel-next-disabled {
            cursor: inherit;
        }

            #et-product-page .jcarousel-skin .jcarousel-prev-disabled i, #et-product-page .jcarousel-skin .jcarousel-next-disabled i, #et-quick-view .jcarousel-skin .jcarousel-prev-disabled i, #et-quick-view .jcarousel-skin .jcarousel-next-disabled i {
                opacity: .25;
            }

        #et-product-page .jcarousel-skin .cm-item-gallery:first-child img, #et-quick-view .jcarousel-skin .cm-item-gallery:first-child img {
            margin-top: 0;
        }

    #et-product-page .owl-more-theme, #et-quick-view .owl-more-theme {
        margin-left: 44px;
    }

        #et-product-page .owl-more-theme .owl-controls, #et-quick-view .owl-more-theme .owl-controls {
            margin-top: -46px;
        }

        #et-product-page .owl-more-theme .owl-prev, #et-quick-view .owl-more-theme .owl-prev {
            left: -44px;
        }

        #et-product-page .owl-more-theme .owl-next, #et-quick-view .owl-more-theme .owl-next {
            right: -39px;
        }

        #et-product-page .owl-more-theme .owl-prev, #et-product-page .owl-more-theme .owl-next, #et-quick-view .owl-more-theme .owl-prev, #et-quick-view .owl-more-theme .owl-next {
            width: 37px;
            height: 85px;
            border: 1px solid #6f6f6f;
            padding: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            opacity: .5;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            #et-product-page .owl-more-theme .owl-prev:hover, #et-product-page .owl-more-theme .owl-next:hover, #et-quick-view .owl-more-theme .owl-prev:hover, #et-quick-view .owl-more-theme .owl-next:hover {
                opacity: 1;
            }

            #et-product-page .owl-more-theme .owl-prev i, #et-product-page .owl-more-theme .owl-next i, #et-quick-view .owl-more-theme .owl-prev i, #et-quick-view .owl-more-theme .owl-next i {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -19px;
                margin-left: -19px;
                font-size: 38px;
            }

    #et-product-page .et-pp-info, #et-quick-view .et-pp-info {
        flex-grow: 1;
        flex-shrink: 1;
    }

    #et-product-page .et-pp-social, #et-quick-view .et-pp-social {
        margin: 10px 0 0 0;
    }

    #et-product-page .et-social-buttons, #et-quick-view .et-social-buttons {
        margin: 0 0 0 0;
    }

    #et-product-page .et-pp-info-inner-wrapper, #et-quick-view .et-pp-info-inner-wrapper {
        display: flex;
        position: sticky;
        top: 10px;
    }

        #et-product-page .et-pp-info-inner-wrapper > form, #et-quick-view .et-pp-info-inner-wrapper > form {
            width: 100%;
        }

        #et-product-page .et-pp-info-inner-wrapper.is_stuck + div, #et-quick-view .et-pp-info-inner-wrapper.is_stuck + div {
            display: none !important;
        }

    #et-product-page .et-product-left, #et-quick-view .et-product-left {
        min-height: 200px;
        flex-grow: 1;
    }

        #et-product-page .et-product-left .ty-product-block__description, #et-quick-view .et-product-left .ty-product-block__description {
            padding-bottom: 20px;
        }

    #et-product-page .et-stock-rating, #et-quick-view .et-stock-rating {
        margin-bottom: 5px;
    }

    #et-product-page .et-stock, #et-product-page .ty-discussion__rating-wrapper, #et-quick-view .et-stock, #et-quick-view .ty-discussion__rating-wrapper {
        vertical-align: middle;
        display: inline-block;
    }

    #et-product-page .et-stock, #et-quick-view .et-stock {
        margin: 0;
        line-height: 1;
        padding-right: 10px;
    }

        #et-product-page .et-stock i, #et-quick-view .et-stock i {
            padding-left: 1px;
        }

        #et-product-page .et-stock i, #et-product-page .et-stock span, #et-quick-view .et-stock i, #et-quick-view .et-stock span {
            vertical-align: middle;
        }

    #et-product-page .et-stock-rating .ty-discussion__rating-wrapper, #et-product-page .sticky-title .ty-discussion__rating-wrapper, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper, #et-quick-view .sticky-title .ty-discussion__rating-wrapper {
        margin: 0;
        line-height: 1;
    }

        #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .et-rating-graph_average, #et-product-page .sticky-title .ty-discussion__rating-wrapper .et-rating-graph_average, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .et-rating-graph_average, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .et-rating-graph_average {
            font-size: 13px;
        }

        #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-stars, #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-stars, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-stars, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-stars, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a {
            vertical-align: middle;
        }

        #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a {
            margin-top: 1px;
            margin-left: 5px;
        }

        #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-write, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-write, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-write, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-write {
            color: #999;
            margin-right: 5px;
        }

            #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a:hover, #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-write:hover, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a:hover, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-write:hover, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-a:hover, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-discussion__review-write:hover, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-a:hover, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-discussion__review-write:hover {
                color: #228B22;
            }

        #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-stars, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-stars, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-stars, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-stars {
            position: relative;
            top: 0px;
        }

            #et-product-page .et-stock-rating .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon, #et-product-page .sticky-title .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon, #et-quick-view .et-stock-rating .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon, #et-quick-view .sticky-title .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon {
                font-size: 13px;
                float: none;
            }

    #et-product-page .et-stock-rating .et-rating-graph_wrapper, #et-product-page .sticky-title .et-rating-graph_wrapper, #et-quick-view .et-stock-rating .et-rating-graph_wrapper, #et-quick-view .sticky-title .et-rating-graph_wrapper {
        line-height: 1;
    }

    #et-product-page .et-rating-separator, #et-quick-view .et-rating-separator {
        color: #545453;
        vertical-align: middle;
    }

    #et-product-page .ty-discussion__review-write, #et-quick-view .ty-discussion__review-write {
        margin-top: 1px;
        margin-right: 0;
        vertical-align: middle;
    }

    #et-product-page .et-product-page__sku, #et-product-page .et-brand, #et-product-page .et-adv-options, #et-quick-view .et-product-page__sku, #et-quick-view .et-brand, #et-quick-view .et-adv-options {
        display: inline-block;
        margin: 0 5px 0 0;
        line-height: normal;
    }

        #et-product-page .et-product-page__sku .ty-control-group, #et-product-page .et-brand .ty-control-group, #et-product-page .et-adv-options .ty-control-group, #et-quick-view .et-product-page__sku .ty-control-group, #et-quick-view .et-brand .ty-control-group, #et-quick-view .et-adv-options .ty-control-group {
            margin: 0;
        }

        #et-product-page .et-product-page__sku .ty-control-group__label, #et-product-page .et-brand .ty-control-group__label, #et-product-page .et-adv-options .ty-control-group__label, #et-quick-view .et-product-page__sku .ty-control-group__label, #et-quick-view .et-brand .ty-control-group__label, #et-quick-view .et-adv-options .ty-control-group__label {
            float: none;
            padding: 0;
            margin: 0 4px 0 0;
            vertical-align: bottom;
            font-weight: bold;
        }

        #et-product-page .et-product-page__sku .ty-control-group__item, #et-product-page .et-brand .ty-control-group__item, #et-product-page .et-adv-options .ty-control-group__item, #et-quick-view .et-product-page__sku .ty-control-group__item, #et-quick-view .et-brand .ty-control-group__item, #et-quick-view .et-adv-options .ty-control-group__item {
            padding: 0;
            vertical-align: bottom;
        }

        #et-product-page .et-product-page__sku .ty-control-group__label, #et-product-page .et-product-page__sku .ty-control-group__item, #et-product-page .et-adv-options .ty-control-group__label, #et-product-page .et-adv-options .ty-control-group__item, #et-product-page .et-brand .ty-control-group__label, #et-product-page .et-brand .ty-control-group__item, #et-quick-view .et-product-page__sku .ty-control-group__label, #et-quick-view .et-product-page__sku .ty-control-group__item, #et-quick-view .et-adv-options .ty-control-group__label, #et-quick-view .et-adv-options .ty-control-group__item, #et-quick-view .et-brand .ty-control-group__label, #et-quick-view .et-brand .ty-control-group__item {
            font-size: 12px;
        }

        #et-product-page .et-brand .ty-features-list, #et-quick-view .et-brand .ty-features-list {
            padding: 0;
            line-height: normal;
        }

            #et-product-page .et-brand .ty-features-list *, #et-quick-view .et-brand .ty-features-list * {
                line-height: normal;
            }

    #et-product-page .et-brand-image, #et-quick-view .et-brand-image {
        display: inline-block;
    }

    #et-product-page .et-promo-text, #et-quick-view .et-promo-text {
        margin: 0px 0 10px;
        font-size: 15px;
    }

        #et-product-page .et-promo-text *, #et-quick-view .et-promo-text * {
            color: #777;
        }

        #et-product-page .et-promo-text iframe, #et-quick-view .et-promo-text iframe {
            max-width: 100%;
        }

    #et-product-page .et-price-wrapper, #et-quick-view .et-price-wrapper {
        margin: 22px 0 20px 0;
        text-align: center;
        background: #f3f3f3;
        padding: 15px 10px;
    }

    #et-product-page .prices-container, #et-quick-view .prices-container {
        vertical-align: middle;
    }

        #et-product-page .prices-container .ty-product-block__price-actual, #et-product-page .prices-container .et-old-price, #et-quick-view .prices-container .ty-product-block__price-actual, #et-quick-view .prices-container .et-old-price {
            display: inline-block;
            margin-left: 5px;
            vertical-align: bottom;
        }

        #et-product-page .prices-container .ty-product-block__price-actual, #et-quick-view .prices-container .ty-product-block__price-actual {
            vertical-align: middle;
            margin: 0;
            line-height: 1;
        }

            #et-product-page .prices-container .ty-product-block__price-actual .ty-price-num, #et-quick-view .prices-container .ty-product-block__price-actual .ty-price-num {
                font-size: 25px;
                font-weight: bold;
            }

                #et-product-page .prices-container .ty-product-block__price-actual .ty-price-num sup, #et-quick-view .prices-container .ty-product-block__price-actual .ty-price-num sup {
                    font-size: 24px;
                }

            #et-product-page .prices-container .ty-product-block__price-actual .ty-no-price, #et-quick-view .prices-container .ty-product-block__price-actual .ty-no-price {
                font-size: 18px;
                text-transform: uppercase;
            }

        #et-product-page .prices-container .et-clean-price, #et-quick-view .prices-container .et-clean-price {
            padding: 5px 0 0px;
        }

            #et-product-page .prices-container .et-clean-price .ty-list-price, #et-quick-view .prices-container .et-clean-price .ty-list-price {
                font-size: 14px;
            }

        #et-product-page .prices-container .et-old-price .ty-list-price, #et-quick-view .prices-container .et-old-price .ty-list-price {
            font-size: 18px;
            color: #9c9b9b;
        }

        #et-product-page .prices-container .et-discount-text, #et-quick-view .prices-container .et-discount-text {
            display: inline-block;
            vertical-align: middle;
        }

            #et-product-page .prices-container .et-discount-text .ty-save-price, #et-quick-view .prices-container .et-discount-text .ty-save-price {
                margin: 0 0 0 10px;
                background: #e06666;
                padding: 7px 10px;
                display: block;
            }

                #et-product-page .prices-container .et-discount-text .ty-save-price span, #et-quick-view .prices-container .et-discount-text .ty-save-price span {
                    font-weight: bold;
                }

            #et-product-page .prices-container .et-discount-text .ty-list-price, #et-quick-view .prices-container .et-discount-text .ty-list-price {
                text-transform: uppercase;
                font-size: 10px;
                color: #fff;
            }

        #et-product-page .prices-container .ty-tax-include, #et-quick-view .prices-container .ty-tax-include {
            padding: 0;
        }

    #et-product-page .et-adv-options, #et-quick-view .et-adv-options {
        margin: 0;
    }

        #et-product-page .et-adv-options .ty-reward-group:not(.hidden), #et-quick-view .et-adv-options .ty-reward-group:not(.hidden) {
            display: inline-block;
            margin: 0 5px 0 0;
        }

        #et-product-page .et-adv-options .ty-control-group, #et-quick-view .et-adv-options .ty-control-group {
            display: inline-block;
            margin-right: 5px;
            position: relative;
            top: -1px;
        }

            #et-product-page .et-adv-options .ty-control-group:last-child, #et-quick-view .et-adv-options .ty-control-group:last-child {
                margin: 0;
            }

    #et-product-page .ty-control-group__label, #et-product-page .ty-control-group__item, #et-quick-view .ty-control-group__label, #et-quick-view .ty-control-group__item {
        padding: 0;
        font-size: 12px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    #et-product-page .ty-control-group__label, #et-quick-view .ty-control-group__label {
        width: auto;
        min-width: initial;
        margin: 3px 5px 3px 0;
        text-transform: uppercase;
    }

    #et-product-page .et-product-options .ty-control-group, #et-quick-view .et-product-options .ty-control-group {
        margin: 0 0 10px;
    }

        #et-product-page .et-product-options .ty-control-group.et_option_type_R, #et-quick-view .et-product-options .ty-control-group.et_option_type_R {
            margin-bottom: 0;
        }

        #et-product-page .et-product-options .ty-control-group .ty-control-group__label, #et-quick-view .et-product-options .ty-control-group .ty-control-group__label {
            font-size: 14px;
            text-transform: none;
        }

    #et-product-page .ty-product-options__item-label, #et-quick-view .ty-product-options__item-label {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 4px;
    }

    #et-product-page .et_checkbox, #et-quick-view .et_checkbox {
        padding: 0 0 0 28px;
    }

    #et-product-page .ty-product-variant-image, #et-quick-view .ty-product-variant-image {
        margin: 0;
        padding: 3px 0 0;
    }

    #et-product-page .ty-product-options__image, #et-quick-view .ty-product-options__image {
        border-width: 1px;
    }

    #et-product-page .product-variant-image-selected, #et-quick-view .product-variant-image-selected {
        border-color: #ff9200;
    }

    #et-product-page .ty-qty-discount__label, #et-quick-view .ty-qty-discount__label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px;
    }

    #et-product-page .et-product-center, #et-quick-view .et-product-center {
        overflow: hidden;
        margin-left: 34px;
    }

    #et-product-page .et-left-wrapper, #et-quick-view .et-left-wrapper {
        background: #fff;
        padding: 10px;
        flex: 1;
        display: flex;
    }

    #et-product-page .et-product-right, #et-quick-view .et-product-right {
        flex-basis: 291px;
        margin-left: 10px;
        min-height: 200px;
        position: static;
        flex-shrink: 0;
        background: #fff;
        padding: 10px;
    }

    #et-product-page .et-product-right-inner, #et-quick-view .et-product-right-inner {
        width: 291px;
        position: sticky;
        top: 10px;
    }

    #et-product-page .et-pp-right-center-wrapper, #et-quick-view .et-pp-right-center-wrapper {
        float: right;
        max-width: 695px;
    }

    #et-product-page .et-ppc-block-wrapper, #et-quick-view .et-ppc-block-wrapper {
        margin-bottom: 30px;
    }

        #et-product-page .et-ppc-block-wrapper:last-child, #et-quick-view .et-ppc-block-wrapper:last-child {
            margin: 0;
        }

        #et-product-page .et-ppc-block-wrapper i, #et-quick-view .et-ppc-block-wrapper i {
            font-size: 37px;
        }

        #et-product-page .et-ppc-block-wrapper .et-ppc-block-title, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-title {
            font-size: 20px;
            border-bottom: 1px solid #ebeaea;
            margin-bottom: 5px;
            padding-bottom: 5px;
        }

            #et-product-page .et-ppc-block-wrapper .et-ppc-block-title i, #et-product-page .et-ppc-block-wrapper .et-ppc-block-title span, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-title i, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-title span {
                vertical-align: bottom;
                display: table-cell;
            }

            #et-product-page .et-ppc-block-wrapper .et-ppc-block-title i, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-title i {
                vertical-align: top;
                padding-right: 10px;
            }

        #et-product-page .et-ppc-block-wrapper .et-ppc-block-text, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-text {
            overflow: hidden;
        }

            #et-product-page .et-ppc-block-wrapper .et-ppc-block-text p:first-child, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-text p:first-child {
                padding-top: 0px;
            }

            #et-product-page .et-ppc-block-wrapper .et-ppc-block-text p:last-child, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-text p:last-child {
                padding-bottom: 0px;
            }

            #et-product-page .et-ppc-block-wrapper .et-ppc-block-text.pp-cutoff, #et-quick-view .et-ppc-block-wrapper .et-ppc-block-text.pp-cutoff {
                height: 94px;
            }

        #et-product-page .et-ppc-block-wrapper .pp_block_cutoff, #et-quick-view .et-ppc-block-wrapper .pp_block_cutoff {
            cursor: pointer;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            height: 20px;
            position: relative;
        }

            #et-product-page .et-ppc-block-wrapper .pp_block_cutoff i, #et-quick-view .et-ppc-block-wrapper .pp_block_cutoff i {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

    #et-product-page .et-ppc-block-1 i, #et-product-page .et-ppc-block-1 .et-ppc-block-title, #et-quick-view .et-ppc-block-1 i, #et-quick-view .et-ppc-block-1 .et-ppc-block-title {
        color: #da0404;
    }

    #et-product-page .et-ppc-block-1 i, #et-quick-view .et-ppc-block-1 i {
        float: left;
        font-size: 44px;
        margin: 5px 10px 0 0;
    }

    #et-product-page .et-ppc-block-1 .et-pp-order, #et-quick-view .et-ppc-block-1 .et-pp-order {
        overflow: hidden;
    }

    #et-product-page .et-ppc-block-2 .et-ppc-block-title, #et-quick-view .et-ppc-block-2 .et-ppc-block-title {
        color: #107d62;
    }

    #et-product-page .et-ppc-block-3 .et-ppc-block-title, #et-quick-view .et-ppc-block-3 .et-ppc-block-title {
        color: #08528b;
    }

    #et-product-page .et-ppc-block-4 .et-ppc-block-title, #et-quick-view .et-ppc-block-4 .et-ppc-block-title {
        color: #cc9603;
    }

    #et-product-page .et-ppc-block-5 .et-ppc-block-title, #et-quick-view .et-ppc-block-5 .et-ppc-block-title {
        color: #04c8da;
    }

    #et-product-page .et-product-atc, #et-quick-view .et-product-atc {
        position: relative;
        overflow: hidden;
    }

        #et-product-page .et-product-atc .et-add-to-cart, #et-quick-view .et-product-atc .et-add-to-cart {
            padding-top: 10px;
            padding-bottom: 9px;
        }

            #et-product-page .et-product-atc .et-add-to-cart span, #et-quick-view .et-product-atc .et-add-to-cart span {
                font-size: 17px;
            }

            #et-product-page .et-product-atc .et-add-to-cart i:before, #et-quick-view .et-product-atc .et-add-to-cart i:before {
                margin-left: 1px;
            }

        #et-product-page .et-product-atc .ty-control-group, #et-quick-view .et-product-atc .ty-control-group {
            margin-bottom: 0px;
        }

        #et-product-page .et-product-atc .et-out-of-stock, #et-quick-view .et-product-atc .et-out-of-stock {
            margin-bottom: 0px;
        }

    #et-product-page .et-product-notify-wrapper, #et-quick-view .et-product-notify-wrapper {
        margin-top: 10px;
    }

        #et-product-page .et-product-notify-wrapper .checkbox, #et-quick-view .et-product-notify-wrapper .checkbox {
            margin-top: -1px;
        }

    #et-product-page .ty-product-notify-email, #et-quick-view .ty-product-notify-email {
        width: auto;
        padding-right: 30px;
    }

        #et-product-page .ty-product-notify-email .ty-product-notify-email__input, #et-quick-view .ty-product-notify-email .ty-product-notify-email__input {
            border-radius: 3px;
        }

            #et-product-page .ty-product-notify-email .ty-product-notify-email__input:focus, #et-quick-view .ty-product-notify-email .ty-product-notify-email__input:focus {
                border: 1px solid #d9d9d9;
            }

        #et-product-page .ty-product-notify-email .ty-btn-go, #et-quick-view .ty-product-notify-email .ty-btn-go {
            border-radius: 0 3px 3px 0;
            top: 0;
            right: 0;
            height: 40px;
        }

            #et-product-page .ty-product-notify-email .ty-btn-go i, #et-quick-view .ty-product-notify-email .ty-btn-go i {
                top: 10px;
            }

    #et-product-page .et_product_call-req, #et-quick-view .et_product_call-req {
        margin: 10px 0 0 0;
    }

        #et-product-page .et_product_call-req .et-call-request, #et-quick-view .et_product_call-req .et-call-request {
            padding: 9px 0;
        }

    #et-product-page .et-list-buttons-wrapper, #et-quick-view .et-list-buttons-wrapper {
        margin-top: 10px;
    }

    #et-product-page .et-add-to-compare i, #et-product-page .et-add-to-wishlist i, #et-quick-view .et-add-to-compare i, #et-quick-view .et-add-to-wishlist i {
        font-size: 20px;
        vertical-align: middle;
    }

    #et-product-page .et-add-to-compare span, #et-product-page .et-add-to-wishlist span, #et-quick-view .et-add-to-compare span, #et-quick-view .et-add-to-wishlist span {
        font-size: 15px;
        vertical-align: middle;
    }

    #et-product-page .et-add-to-wishlist, #et-product-page .et-add-to-compare, #et-quick-view .et-add-to-wishlist, #et-quick-view .et-add-to-compare {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #f3f3f3;
        color: #545453;
    }

        #et-product-page .et-add-to-wishlist:hover, #et-product-page .et-add-to-compare:hover, #et-quick-view .et-add-to-wishlist:hover, #et-quick-view .et-add-to-compare:hover {
            background: #3d7000;
            color: #fff;
        }

        #et-product-page .et-add-to-wishlist i, #et-product-page .et-add-to-compare i, #et-quick-view .et-add-to-wishlist i, #et-quick-view .et-add-to-compare i {
            top: 0px;
            margin-right: 5px;
        }

        #et-product-page .et-add-to-wishlist + .et-button, #et-product-page .et-add-to-compare + .et-button, #et-quick-view .et-add-to-wishlist + .et-button, #et-quick-view .et-add-to-compare + .et-button {
            margin-left: 10px;
        }

    #et-product-page .et-call-request.et-button, #et-quick-view .et-call-request.et-button {
        font-size: 17px;
        text-transform: none;
    }

    #et-product-page .et-pp-contact a, #et-quick-view .et-pp-contact a {
        margin: 10px 0 0 0;
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #f3f3f3;
        color: #545453;
        display: flex;
        justify-content: center;
    }

        #et-product-page .et-pp-contact a i, #et-quick-view .et-pp-contact a i {
            font-size: 20px;
        }

        #et-product-page .et-pp-contact a span, #et-quick-view .et-pp-contact a span {
            font-size: 15px;
        }

        #et-product-page .et-pp-contact a:hover, #et-quick-view .et-pp-contact a:hover {
            background: #3d7000;
            color: #fff;
        }

    #et-product-page .ty-popup-tabs, #et-quick-view .ty-popup-tabs {
        border: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

        #et-product-page .ty-popup-tabs .et-popup-tabs__item, #et-quick-view .ty-popup-tabs .et-popup-tabs__item {
            box-sizing: border-box;
            padding: 0 0 10px;
        }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__item-inner-wrapper, #et-quick-view .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__item-inner-wrapper {
                padding: 10px;
                background: #ededee;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__icon, #et-product-page .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__title, #et-quick-view .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__icon, #et-quick-view .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__title {
                display: table-cell;
                vertical-align: middle;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item i, #et-quick-view .ty-popup-tabs .et-popup-tabs__item i {
                color: #fff;
                background: #ff9200;
                padding: 5px;
                font-size: 14px;
                border-radius: 100%;
                display: inline-block;
                margin-right: 5px;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item a, #et-product-page .ty-popup-tabs .et-popup-tabs__item i, #et-quick-view .ty-popup-tabs .et-popup-tabs__item a, #et-quick-view .ty-popup-tabs .et-popup-tabs__item i {
                vertical-align: middle;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__title, #et-quick-view .ty-popup-tabs .et-popup-tabs__item .et-popup-tabs__title {
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                padding-left: 5px;
                font-size: 14px;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item:hover .et-popup-tabs__title, #et-quick-view .ty-popup-tabs .et-popup-tabs__item:hover .et-popup-tabs__title {
                color: #fff;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item:hover .et-popup-tabs__item-inner-wrapper, #et-quick-view .ty-popup-tabs .et-popup-tabs__item:hover .et-popup-tabs__item-inner-wrapper {
                background: #3d7000;
            }

            #et-product-page .ty-popup-tabs .et-popup-tabs__item:last-child, #et-quick-view .ty-popup-tabs .et-popup-tabs__item:last-child {
                padding-bottom: 0;
            }

    #et-product-page .ty-tabs, #et-quick-view .ty-tabs {
        margin-top: 0px;
    }

.ui-dialog div[id^="content_block_popup_"] {
    padding-bottom: 10px;
}

.ui-dialog.ty-owl-previewer__dialog .ui-dialog-titlebar .ui-icon-closethick {
    color: #e6e6e6;
}

.ty-owl-previewer__container .owl-controls .owl-buttons {
    margin: 0 30px;
}

    .ty-owl-previewer__container .owl-controls .owl-buttons div {
        padding: 0;
        margin: 0;
        opacity: 0.7;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .ty-owl-previewer__container .owl-controls .owl-buttons div:hover {
            opacity: 1;
        }

        .ty-owl-previewer__container .owl-controls .owl-buttons div:before {
            color: #fff;
            background: #666;
            padding: 2px;
            font-size: 16px;
        }

.ty-owl-previewer__container .owl-prev {
    font-family: et-icon;
}

    .ty-owl-previewer__container .owl-prev:before {
        content: "\e933";
    }

.ty-owl-previewer__container .owl-next {
    font-family: et-icon;
}

    .ty-owl-previewer__container .owl-next:before {
        content: "\e930";
    }

.ty-owl-previewer__container .owl-pagination {
    margin-bottom: 20px;
}

.ty-owl-previewer__image {
    max-height: 100%;
    width: auto;
}

#et-product-page.et-product-page-big .ty-product-block__wrapper {
    margin-bottom: 15px;
}

#et-product-page.et-product-page-big .et-product-image-wrapper__BK {
    padding: 10px 15px 15px 15px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

#et-product-page.et-product-page-big .et-pp-info {
    padding: 10px 15px 15px 15px;
    background: #fff;
    position: relative;
}

    #et-product-page.et-product-page-big .et-pp-info .et-big-sticky {
        position: sticky;
        top: 10px;
    }

#et-product-page.et-product-page-big .et-product-top {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

#et-product-page.et-product-page-big .et-product-top-right, #et-product-page.et-product-page-big .et-product-top-left {
    display: table-cell;
    vertical-align: middle;
}

#et-product-page.et-product-page-big .et-product-top-right {
    width: 641px;
    padding-left: 15px;
    text-align: center;
    float: none;
}

#et-product-page.et-product-page-big .et-product-left {
    margin-top: 10px;
}

#et-product-page.et-product-page-big #et_prod_title {
    margin: 0 0 0px 0;
    padding: 0;
    border: none;
}

#et-product-page.et-product-page-big .et-stock-rating {
    margin-bottom: 0px;
}

#et-product-page.et-product-page-big .et-product-page__sku, #et-product-page.et-product-page-big .et-adv-options {
    vertical-align: middle;
}

#et-product-page.et-product-page-big .et-brand {
    vertical-align: middle;
}

#et-product-page.et-product-page-big .et-vertical {
    flex-basis: 142px;
}

#et-product-page.et-product-page-big .et-product-img-wrapper {
    flex-basis: calc(100% - 142px);
    width: calc(100% - 142px);
}

#et-product-page.et-product-page-big .ty-popup-tabs {
    margin: 15px 0px 0;
}

#et-product-page.et-product-page-big .et-info-wrapper, #et-product-page.et-product-page-big .et_product_tabs_big {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

#et-product-page.et-product-page-big .et-info-wrapper {
    padding-right: 15px;
}

#et-product-page.et-product-page-big .et-price-wrapper {
    margin: 0 0 10px;
}

#et-product-page.et-product-page-big .et-product-vendor-wrapper {
    margin: 15px 0 0 0;
}

    #et-product-page.et-product-page-big .et-product-vendor-wrapper .et-vendor-store-link {
        display: inline-block;
        padding: 3px 25px;
    }

.et-buy-together-wrapper {
    padding: 10px 10px;
    border: 1px solid #ff9200;
    margin: 10px 0 20px 0;
}

    .et-buy-together-wrapper:last-child {
        margin-bottom: 10px;
    }

    .et-buy-together-wrapper .et-buy-together__title {
        font-size: 20px;
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #dcdcdc;
        color: #3d7000;
    }

.ty-buy-together__plus {
    font-weight: bold;
}

.ty-buy-together__product-image {
    position: relative;
}

    .ty-buy-together__product-image img {
        border-radius: 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        border: 1px solid #f0f0f0;
        transform: scale(0.9);
    }

    .ty-buy-together__product-image:hover img {
        border-radius: 0;
        transform: scale(1);
    }

    .ty-buy-together__product-image:hover .ty-discount-label__item {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }

.ty-buy-together__product-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ty-buy-together__product-name a {
        display: inline;
        white-space: nowrap;
        padding: 0;
        font-size: 15px;
    }

.ty-buy-together__product-options a {
    padding: 6px 10px;
    font-size: 12px;
}

.ty-buy-together__product-price .ty-strike {
    color: #9c9b9b;
}

.ty-buy-together__product-price .ty-price-num {
    font-weight: bold;
    font-size: 18px;
}

.et-buy-together {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
}

.et-buy-together__right, .et-buy-together__left {
    vertical-align: middle;
}

.et-buy-together__left {
    max-width: calc(100% - 215px);
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
}

    .et-buy-together__left .ty-buy-together__product {
        vertical-align: top;
    }

.ty-buy-together__products {
    padding: 0 2px;
}

.et-buy-together__right {
    width: 215px;
    flex-basis: 215px;
    flex-shrink: 0;
}

    .et-buy-together__right .ty-buy-together__plus {
        float: left;
    }

.et-buy-together__price-buttons {
    display: block;
    overflow: hidden;
    margin-top: 70px;
}

.ty-buy-together__plus.chain-plus {
    margin-top: 92px;
}

.et-buy-together__price {
    padding: 0 15px;
}

.et-buy-together__price-old {
    color: #9c9b9b;
}

.et-buy-together__price-old, .et-buy-together__price-new {
    font-size: 16px;
}

.et-buy-together__price-new {
    padding-top: 10px;
}

    .et-buy-together__price-new .et-buy-together__price-value {
        font-weight: bold;
        font-size: 28px;
    }

.et-buy-together__price-title {
    display: block;
}

.et-buy-together__buttons-container {
    padding-top: 10px;
}

.et_sticky {
    position: fixed;
    margin: 0;
    z-index: 500;
    top: 0;
}

    .et_sticky.et_freeze_sticky {
        position: absolute;
        top: 0;
    }

.et-product-tabs .et-product-page-tab-wrapper {
    background: #fff;
    padding: 10px 0 0px;
    margin-bottom: 30px;
}

    .et-product-tabs .et-product-page-tab-wrapper:last-child {
        margin-bottom: 0;
    }

.et-product-tabs .tab-list-title {
    text-align: center;
    border-bottom: 1px dashed #aaa;
    margin: 0 10px;
    padding: 0 0 10px;
    position: relative;
    font-size: 22px;
}

.et-product-tabs .et-tab-content {
    background: #fff;
    padding: 15px;
}

.et-separate-tabs #tabs_content, #et-product-page #tabs_content {
    position: relative;
}

.et-separate-tabs #et-tabs_content_scroll_to, #et-product-page #et-tabs_content_scroll_to {
    position: absolute;
    top: -45px;
}

.et-separate-tabs .ty-tabs, #et-product-page .ty-tabs {
    border: none;
}

.et-separate-tabs .ty-tabs__item, .et-separate-tabs .ty-tabs__item.active, #et-product-page .ty-tabs__item, #et-product-page .ty-tabs__item.active {
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    background: transparent;
}

    .et-separate-tabs .ty-tabs__item:hover .ty-tabs__a, .et-separate-tabs .ty-tabs__item.active .ty-tabs__a, #et-product-page .ty-tabs__item:hover .ty-tabs__a, #et-product-page .ty-tabs__item.active .ty-tabs__a {
        background: #ff9200;
        color: #fff;
    }

.et-separate-tabs .ty-tabs__item, #et-product-page .ty-tabs__item {
    margin: 0;
    padding: 0;
}

    .et-separate-tabs .ty-tabs__item .ty-tabs__a, #et-product-page .ty-tabs__item .ty-tabs__a {
        color: #000;
    }

.et-separate-tabs .ty-tabs__a, #et-product-page .ty-tabs__a {
    height: auto;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-size: 15px;
    margin: 10px 5px;
    padding: 5px 25px 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.et-separate-tabs .ty-tabs__content, #et-product-page .ty-tabs__content {
    background: #fff;
    border-top: none;
    padding: 0;
}

.et-separate-tabs #et_product_tabs, #et-product-page #et_product_tabs {
    background-color: #fff;
    position: sticky;
    top: 73px;
    z-index: 199;
}

.ty-variations-list.ty-table {
    margin-top: 0px;
}

    .ty-variations-list.ty-table th {
        padding-bottom: 15px;
    }

    .ty-variations-list.ty-table .ty-variations-list__item:last-child > td {
        border-bottom: none;
    }

    .ty-variations-list.ty-table .ty-variations-list__title:not(.sorter-false) {
        outline: none;
        cursor: pointer;
    }

        .ty-variations-list.ty-table .ty-variations-list__title:not(.sorter-false) .tablesorter-header-inner {
            font-weight: bold;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .ty-variations-list.ty-table .ty-variations-list__title:not(.sorter-false) .tablesorter-header-inner:hover {
                color: #545453;
            }

            .ty-variations-list.ty-table .ty-variations-list__title:not(.sorter-false) .tablesorter-header-inner:after {
                font-family: et-icon;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e932";
                margin-left: 5px;
                font-size: 10px;
                font-weight: bold;
                position: relative;
                color: #545453;
            }

        .ty-variations-list.ty-table .ty-variations-list__title:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner:after {
            content: "\e931";
        }

        .ty-variations-list.ty-table .ty-variations-list__title:not(.sorter-false) .tablesorter-header-inner:hover {
            color: #ff9200;
        }

#et-product-page .ty-variations-list__product-elem .ty-qty-out-of-stock, .ty-variations-list__wrapper .ty-variations-list__product-elem .ty-qty-out-of-stock {
    margin: 0;
}

#et-product-page .et-variations_list-price-btn-wrapper, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
}

    #et-product-page .et-variations_list-price-btn-wrapper > div, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper > div {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
    }

    #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-cart, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-cart {
        padding-top: 7px;
        padding-bottom: 7px;
        border: none;
    }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-cart span, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-cart span {
            font-size: 14px;
            font-weight: normal;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-cart .et-icon-btn-opt, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-cart .et-icon-btn-opt {
            font-size: 20px;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-cart:not(.cm-submit), .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-cart:not(.cm-submit) {
            padding: 7px;
        }

    #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist, #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-compare, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-compare {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #f3f3f3;
        color: #545453;
    }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist:hover, #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-compare:hover, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist:hover, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-compare:hover {
            background: #3d7000;
            color: #fff;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist i, #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-compare i, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist i, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-compare i {
            top: 0px;
            margin-right: 5px;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist + .et-button, #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-compare + .et-button, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist + .et-button, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-compare + .et-button {
            margin-left: 10px;
        }

    #et-product-page .et-variations_list-price-btn-wrapper .et-buy-now, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-buy-now {
        padding: 6px 9px 5px 9px;
        background: #539802;
        color: #fff;
    }

        #et-product-page .et-variations_list-price-btn-wrapper .et-buy-now:hover, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-buy-now:hover {
            background: #3d7000;
            color: #fff;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-buy-now i, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-buy-now i {
            margin: 0;
            top: -1px;
            font-size: 20px;
            vertical-align: middle;
        }

    #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px 9px;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist i, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist i {
            margin: 0;
            top: auto;
            font-size: 20px;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-add-to-wishlist:hover, .ty-variations-list__wrapper .et-variations_list-price-btn-wrapper .et-add-to-wishlist:hover {
            background: #228B22;
        }

#et-product-page .ty-price-num, .ty-variations-list__wrapper .ty-price-num {
    font-weight: bold;
}

#et-sticky-prod-wrapper, .et-sticky-tabs-wrapper {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    top: -100px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 200;
}

    #et-sticky-prod-wrapper.et-sticky-visible, .et-sticky-tabs-wrapper.et-sticky-visible {
        top: 73px;
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    #et-sticky-prod-wrapper .et-sticky-content, .et-sticky-tabs-wrapper .et-sticky-content {
        max-width: 1400px;
        min-width: 280px;
        margin: 0 auto !important;
        padding: 10px 0;
    }

    #et-sticky-prod-wrapper .et-sticky-tabs a, .et-sticky-tabs-wrapper .et-sticky-tabs a {
        display: inline-block;
        padding: 10px 16px;
        font-weight: bold;
    }

    #et-sticky-prod-wrapper .et-sticky-content, .et-sticky-tabs-wrapper .et-sticky-content {
        display: flex;
    }

        #et-sticky-prod-wrapper .et-sticky-content .et-sticky-left, #et-sticky-prod-wrapper .et-sticky-content .et-sticky-right, .et-sticky-tabs-wrapper .et-sticky-content .et-sticky-left, .et-sticky-tabs-wrapper .et-sticky-content .et-sticky-right {
            flex: 1;
            display: flex;
            align-items: center;
        }

        #et-sticky-prod-wrapper .et-sticky-content .et-sticky-right, .et-sticky-tabs-wrapper .et-sticky-content .et-sticky-right {
            justify-content: flex-end;
        }

        #et-sticky-prod-wrapper .et-sticky-content .sticky-img, .et-sticky-tabs-wrapper .et-sticky-content .sticky-img {
            position: relative;
            flex: 0 1 53px;
        }

        #et-sticky-prod-wrapper .et-sticky-content .sticky-discount-label .ty-discount-label__item, .et-sticky-tabs-wrapper .et-sticky-content .sticky-discount-label .ty-discount-label__item {
            width: 30px;
            height: 30px;
            font-size: 10px;
        }

        #et-sticky-prod-wrapper .et-sticky-content .sticky-title, .et-sticky-tabs-wrapper .et-sticky-content .sticky-title {
            padding-left: 13px;
            flex: 1;
        }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-title .et-product-title, .et-sticky-tabs-wrapper .et-sticky-content .sticky-title .et-product-title {
                font-size: 20px;
                font-weight: bold;
                display: block;
                overflow: hidden;
                max-height: 27px;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                text-decoration: none;
                color: #545453;
            }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-title .et-product-title:hover, .et-sticky-tabs-wrapper .et-sticky-content .sticky-title .et-product-title:hover {
                    text-decoration: none;
                    color: #ff9200;
                }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-title .ty-discussion__rating-wrapper .ty-stars, .et-sticky-tabs-wrapper .et-sticky-content .sticky-title .ty-discussion__rating-wrapper .ty-stars {
                vertical-align: inherit;
                top: 0;
            }

        #et-sticky-prod-wrapper .et-sticky-content .sticky-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price {
            text-align: right;
            padding-right: 10px;
        }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price > div, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price > div {
                float: right;
            }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-clean-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-clean-price {
                padding: 5px 0 0px;
            }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-clean-price .ty-list-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-clean-price .ty-list-price {
                    font-size: 14px;
                }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-old-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-old-price {
                margin-right: 10px;
                margin-top: 15px;
            }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-old-price .ty-list-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-old-price .ty-list-price {
                    font-size: 18px;
                    color: #9c9b9b;
                }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-discount-text, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-discount-text {
                line-height: 1;
                display: inline-block;
                margin-top: 15px;
            }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-discount-text .ty-save-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-discount-text .ty-save-price {
                    margin: 0 10px 0 0;
                    background: #e06666;
                    padding: 7px 10px;
                    display: block;
                }

                    #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-discount-text .ty-save-price span, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-discount-text .ty-save-price span {
                        font-weight: bold;
                    }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-discount-text .ty-list-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-discount-text .ty-list-price {
                    text-transform: uppercase;
                    font-size: 10px;
                    color: #fff;
                }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price .ty-product-block__price-actual, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .ty-product-block__price-actual {
                margin: 0;
            }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-price .ty-product-block__price-actual .ty-price-num, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .ty-product-block__price-actual .ty-price-num {
                    font-size: 30px;
                }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-clean-price .ty-list-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-clean-price .ty-list-price {
                font-size: 12px;
            }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-old-price .ty-list-price, .et-sticky-tabs-wrapper .et-sticky-content .sticky-price .et-old-price .ty-list-price {
                font-size: 12px;
            }

        #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart {
            text-align: right;
        }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-product-atc, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-product-atc {
                display: flex;
                justify-content: flex-end;
            }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-add-to-cart span, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-add-to-cart span {
                padding: 0 20px;
            }

            #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-button, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-button {
                margin: 0;
                display: inline-block;
                text-align: center;
                width: auto;
                padding: 9px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-button span, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-button span {
                    display: none;
                }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-button.et-add-to-wishlist:hover, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-button.et-add-to-wishlist:hover {
                    background: #228B22;
                }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-button.et-add-to-compare:hover, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-button.et-add-to-compare:hover {
                    background: #228B22;
                }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-button i, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-button i {
                    margin-right: 0px;
                    font-size: 25px;
                }

                #et-sticky-prod-wrapper .et-sticky-content .sticky-add-to-cart .et-button + .et-button, .et-sticky-tabs-wrapper .et-sticky-content .sticky-add-to-cart .et-button + .et-button {
                    margin-left: 5px;
                }

        #et-sticky-prod-wrapper .et-sticky-content .et-add-to-cart, .et-sticky-tabs-wrapper .et-sticky-content .et-add-to-cart {
            font-weight: normal;
        }

        #et-sticky-prod-wrapper .et-sticky-content .et-sticky-qty-changer, #et-sticky-prod-wrapper .et-sticky-content .et-add-to-cart, .et-sticky-tabs-wrapper .et-sticky-content .et-sticky-qty-changer, .et-sticky-tabs-wrapper .et-sticky-content .et-add-to-cart {
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

.et-sticky-tabs-wrapper {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
}

    .et-sticky-tabs-wrapper .et-sticky-content {
        padding: 0;
    }

    .et-sticky-tabs-wrapper .et-sticky-tab {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        color: #000;
        font-size: 15px;
        display: inline-block;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin: 10px 5px;
        padding: 5px 25px 6px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

        .et-sticky-tabs-wrapper .et-sticky-tab.et-hover, .et-sticky-tabs-wrapper .et-sticky-tab.active, .et-sticky-tabs-wrapper .et-sticky-tab.scroll-to-active {
            color: #228B22;
            background: #fff;
        }

#et-sticky-prod-wrapper {
    top: 0;
    bottom: auto;
    transform: translateY(-110%);
    overflow: visible;
    z-index: 1100;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.5);
}

    #et-sticky-prod-wrapper.et-sticky-visible {
        top: 0;
        bottom: auto;
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
        height: auto;
    }

.et-soon-txt-details, .et-soon-txt-grid {
    margin-bottom: 10px;
    font-size: 12px;
    color: #555;
    font-weight: normal;
}

#content_description, .et-category-description-wrapper {
    position: relative;
}

    #content_description .fog, .et-category-description-wrapper .fog {
        position: absolute;
        top: 0px;
        bottom: 17px;
        left: 0;
        right: 0;
        height: 50px;
        background: linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%);
    }

.descr_cutoff {
    max-height: 50px;
    overflow: hidden;
}

    .descr_cutoff.show_more {
        max-height: initial;
        padding-bottom: 10px;
    }

    .descr_cutoff.et_pp_show_all_descr {
        max-height: 5000px;
    }

.cutoff_text {
    font-size: 18px;
    text-align: center;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .cutoff_text i {
        display: inline-block;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        width: 24px;
        height: 24px;
        background: #eee;
        border: 1px solid #ddd;
        color: #000;
        box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.2);
    }

        .cutoff_text i.ty-icon-down-open:before {
            display: block;
            margin-top: 4px;
        }

        .cutoff_text i.ty-icon-up-open:before {
            margin-top: 3px;
        }

.et-product-blocks .et_mainbox_simple {
    margin-top: 15px;
}

    .et-product-blocks .et_mainbox_simple .et-block-title-wrapper {
        padding-bottom: 5px;
    }

.notification-content-extended {
    border: none;
    top: 50% !important;
    transform: translateY(-50%);
}

    .ui-dialog .ui-dialog-titlebar, .notification-content-extended h1 {
        background: #228B22;
    }

        div.ui-dialog .ui-dialog-title, .ui-widget-header .ui-icon-closethick, .notification-content-extended h1, .notification-content-extended h1 span {
            color: #fff;
        }

.notification-content-extended, .object-container {
    background: #fff;
}

.ui-widget-content.ui-dialog {
    max-width: 1345px;
    z-index: 1300;
}

.ty-quick-view__wrapper {
    width: 1035px;
}

    .ty-quick-view__wrapper .ty-product-block {
        margin: 0;
    }

#et-quick-view {
    margin-bottom: 30px;
}

    #et-quick-view .ty-product-block__wrapper {
        padding: 0;
    }

    #et-quick-view #et_prod_title {
        position: relative;
        margin: 0 0 5px 0;
    }

        #et-quick-view #et_prod_title .ty-quick-view__title {
            display: inline-block;
        }

    #et-quick-view .ty-quick-view-tools {
        margin-bottom: 10px;
    }

    #et-quick-view .ty-product-block__left {
        max-width: initial;
        padding-left: 0;
    }

    #et-quick-view .et-vertical {
        float: none;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 97px;
    }

    #et-quick-view .et-product-img-wrapper {
        flex-basis: calc(100% - 97px);
        width: calc(100% - 97px);
    }

    #et-quick-view .et-vendor-rating .et-rating-graph {
        bottom: 19px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    #et-quick-view .et-vendor-rating .et-rating-graph_popup {
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    }

        #et-quick-view .et-vendor-rating .et-rating-graph_popup .et-tooltip-arrow {
            top: auto;
            bottom: -4px;
        }

            #et-quick-view .et-vendor-rating .et-rating-graph_popup .et-tooltip-arrow:before {
                border-color: #dcdcdc transparent transparent transparent;
                border-width: 15px 10px 0px 10px;
            }

    #et-quick-view .et-vendor-rating .et-tooltip-arrow:after {
        border-color: #f5f5f5 transparent transparent transparent;
        border-width: 14px 9px 1px 9px;
    }

.et-qv-vendor-info {
    margin-top: 10px;
}

    .et-qv-vendor-info .et-vendor-name, .et-qv-vendor-info .ty-vendor-communication__post-write {
        display: block;
        padding: 7px 5px;
        font-size: 15px;
        color: #545453;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .et-qv-vendor-info .et-vendor-name:hover, .et-qv-vendor-info .ty-vendor-communication__post-write:hover {
            color: #fff;
            background: #3d7000;
        }

    .et-qv-vendor-info .et-vendor-name {
        color: #228B22;
    }

        .et-qv-vendor-info .et-vendor-name i {
            padding-right: 5px;
        }

    .et-qv-vendor-info .et-vendor-contact {
        text-transform: uppercase;
    }

        .et-qv-vendor-info .et-vendor-contact span {
            font-size: 13px;
        }

        .et-qv-vendor-info .et-vendor-contact i {
            font-size: 20px;
            color: #f90;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .et-qv-vendor-info .et-vendor-contact:hover i {
            color: #fff;
        }

.discussion-block .ty-subheader {
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    padding: 0 0 10px 0;
    margin: 15px 0 15px 0;
}

.discussion-block .ty-no-items {
    margin-bottom: 0;
}

.discussion-block .ty-btn {
    padding: 7px 15px;
}

.et_vendor_review_title {
    font-weight: normal;
    font-size: 24px;
    margin: 40px 0 20px;
}

    .et_vendor_review_title .et_vendor_review_title_company {
        font-weight: bold;
    }

.et-rating-graph__product-tabs {
    margin: 20px 0 20px;
}

    .et-rating-graph__product-tabs .et-col-left, .et-rating-graph__product-tabs .et-col-middle, .et-rating-graph__product-tabs .et-col-right {
        vertical-align: middle;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .et-rating-graph__product-tabs .et-col-left {
        text-align: left;
    }

        .et-rating-graph__product-tabs .et-col-left .ty-stars {
            cursor: inherit;
        }

    .et-rating-graph__product-tabs .et-rating-graph__product-tabs-avg-top {
        font-weight: bold;
        font-size: 24px;
    }

    .et-rating-graph__product-tabs .et-rating-graph__product-tabs-avg-bottom {
        font-size: 20px;
        text-transform: lowercase;
    }

        .et-rating-graph__product-tabs .et-rating-graph__product-tabs-avg-bottom strong {
            font-size: 20px;
        }

    .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars {
        margin: 10px 0 10px;
    }

    .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars__icon {
        font-size: 40px;
    }

    .et-rating-graph__product-tabs .et-rating-graph_info-top .et-rating-graph__product-tabs-avg {
        font-size: 18px;
    }

        .et-rating-graph__product-tabs .et-rating-graph_info-top .et-rating-graph__product-tabs-avg strong {
            font-size: 18px;
        }

    .et-rating-graph__product-tabs .et-col-middle {
        text-align: left;
    }

    .et-rating-graph__product-tabs .et-rating-graph__ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .et-rating-graph__product-tabs .et-rating-graph__ul .et-rating-graph__bar-bkg, .et-rating-graph__product-tabs .et-rating-graph__ul .et-rating-graph__bar {
            height: 15px;
        }

    .et-rating-graph__product-tabs .et-col-right {
        background: #eee;
        padding: 20px;
    }

    .et-rating-graph__product-tabs .et-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .et-rating-graph__product-tabs .et-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .et-rating-graph__product-tabs .et-col-right .et-rating-graph_info-bottom, .et-rating-graph__product-tabs .et-col-right .ty-discussion-post__buttons {
        background: none;
        padding: 0;
        margin: 0;
    }

    .et-rating-graph__product-tabs .et-filter-scroll-to {
        height: 1px;
        position: relative;
        top: -31px;
    }

    .et-rating-graph__product-tabs .et-filter {
        padding: 10px 10px;
        margin: 30px 0 10px;
        border: 1px solid #dcdcdc;
        box-sizing: border-box;
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

        .et-rating-graph__product-tabs .et-filter .et-filter-title, .et-rating-graph__product-tabs .et-filter .et-filter-options {
            display: table-cell;
            width: auto;
        }

        .et-rating-graph__product-tabs .et-filter .et-filter-title {
            padding-left: 10px;
            flex: 0;
            white-space: nowrap;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link {
            display: inline-block;
            padding: 5px 10px;
            font-weight: bold;
            text-align: center;
            color: #545453;
        }

            .et-rating-graph__product-tabs .et-filter .et-star-link:hover {
                background: #eee;
                color: #545453;
            }

            .et-rating-graph__product-tabs .et-filter .et-star-link.inactive:hover {
                background: none;
                color: #545453;
            }

                .et-rating-graph__product-tabs .et-filter .et-star-link.inactive:hover .ty-stars {
                    cursor: inherit;
                }

            .et-rating-graph__product-tabs .et-filter .et-star-link.active {
                background: #eee;
            }

        .et-rating-graph__product-tabs .et-filter .ty-btn {
            line-height: inherit;
            font-size: 13px;
            border: none;
            padding: 5px 10px;
        }

        .et-rating-graph__product-tabs .et-filter .ty-stars {
            margin: 0;
            color: #70be1a;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link-5 .ty-stars {
            color: #70be1a;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link-4 .ty-stars {
            color: #b0cb1e;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link-3 .ty-stars {
            color: #fbcb06;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link-2 .ty-stars {
            color: #f90;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link-1 .ty-stars {
            color: #d6500a;
        }

    .et-rating-graph__product-tabs .et-filter-title {
        font-weight: bold;
        font-size: 16px;
        box-sizing: border-box;
    }

    .et-rating-graph__product-tabs .et-filter-options-wrapper {
        display: flex;
        flex: 1;
        align-items: center;
    }

    .et-rating-graph__product-tabs .et-filter .et-filter-options {
        overflow: hidden;
        text-align: right;
        flex: 1;
        display: flex;
        align-items: center;
    }

    .et-rating-graph__product-tabs .et-rating-count {
        display: block;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
    }

    .et-rating-graph__product-tabs .et-filter-option {
        margin-bottom: 0;
        vertical-align: middle;
        flex: 1;
        text-align: center;
    }

        .et-rating-graph__product-tabs .et-filter-option .ty-stars {
            display: block;
        }

        .et-rating-graph__product-tabs .et-filter-option .inactive {
            opacity: .5;
        }

            .et-rating-graph__product-tabs .et-filter-option .inactive .ty-stars {
                color: #777;
            }

.et-discussion-post__content {
    border-bottom: 1px solid #ddd;
}

    .et-discussion-post__content .et-discussion-details {
        padding: 15px;
        width: 160px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .et-discussion-post__content .et-discussion-post {
        display: block;
        overflow: hidden;
        padding: 15px;
    }

        .et-discussion-post__content .et-discussion-post .ty-discussion-post__message {
            font-size: 14px;
            font-style: italic;
            color: #545453;
            line-height: normal;
        }

            .et-discussion-post__content .et-discussion-post .ty-discussion-post__message:before, .et-discussion-post__content .et-discussion-post .ty-discussion-post__message:after {
                content: "\"";
                font-size: 18px;
            }

    .et-discussion-post__content .et-discussion-details, .et-discussion-post__content .et-discussion-post {
        min-height: 60px;
    }

    .et-discussion-post__content .et-discussion-post__author {
        font-size: 14px;
        font-weight: bold;
        color: #545453;
    }

    .et-discussion-post__content .ty-discussion-post__rating, .et-discussion-post__content .ty-stars {
        margin: 0;
    }

    .et-discussion-post__content .ty-stars {
        margin-bottom: 3px;
        cursor: inherit;
    }

    .et-discussion-post__content .et-discussion-post__date {
        color: #a8a8a8;
        font-size: 12px;
    }

#content_discussion .ty-discussion-post__content .ty-discussion-post__author {
    padding-left: 38px;
    font-size: 15px;
    font-weight: normal;
}

#content_discussion .ty-discussion-post__content .ty-stars {
    margin: 0 0 0 15px;
}

#content_discussion .ty-discussion-post__content .ty-discussion-post {
    margin-top: 5px;
    border: 1px solid #ddd;
    background: #fcfcfc;
}

    #content_discussion .ty-discussion-post__content .ty-discussion-post .ty-caret .ty-caret-outer {
        border-right-color: #ddd;
    }

    #content_discussion .ty-discussion-post__content .ty-discussion-post .ty-caret .ty-caret-inner {
        border-right-color: #fcfcfc;
    }

    #content_discussion .ty-discussion-post__content .ty-discussion-post .ty-caret-bottom .ty-caret-outer {
        border-left-color: #ddd;
    }

    #content_discussion .ty-discussion-post__content .ty-discussion-post .ty-caret-bottom .ty-caret-inner {
        border-left-color: #fcfcfc;
    }

.ty-discussion-post__buttons {
    margin-top: 10px;
}

.et-product-vendor-wrapper {
    background: #ededee;
    padding: 10px;
}

    .et-product-vendor-wrapper .et-vendor-block_title {
        border-bottom: 1px solid #bfbebe;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
        color: #2c2c2d;
    }

    .et-product-vendor-wrapper .et-vendor-logo-link-wrapper {
        display: table;
        width: 100%;
    }

    .et-product-vendor-wrapper .et-vendor-logo-wrapper, .et-product-vendor-wrapper .et-vendor-store-link-wrapper {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .et-product-vendor-wrapper .et-vendor-logo, .et-product-vendor-wrapper .et-vendor-store-link-wrapper {
        background: #fff;
        padding: 0 5px;
    }

    .et-product-vendor-wrapper .et-vendor-logo {
        margin-right: 10px;
    }

    .et-product-vendor-wrapper .et-vendor-store-link-wrapper {
        text-align: center;
        padding: 0 10px;
    }

    .et-product-vendor-wrapper .et-vendor-name {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #228B22;
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        word-break: break-all;
        line-height: 14px;
        height: 28px;
        display: table;
        width: 100%;
    }

        .et-product-vendor-wrapper .et-vendor-name:hover {
            text-decoration: none;
            color: #228B22;
        }

        .et-product-vendor-wrapper .et-vendor-name span {
            vertical-align: middle;
        }

    .et-product-vendor-wrapper .et-vendor-store-link {
        background: #45818e;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        padding: 3px 0;
        display: block;
    }

        .et-product-vendor-wrapper .et-vendor-store-link:hover {
            background: #3d7000;
            color: #fff;
        }

    .et-product-vendor-wrapper .et-vendor-products {
        margin-top: 10px;
        display: block;
    }

        .et-product-vendor-wrapper .et-vendor-products a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #666;
            font-size: 12px;
        }

            .et-product-vendor-wrapper .et-vendor-products a:hover {
                text-decoration: none;
                color: #228B22;
            }

    .et-product-vendor-wrapper .et-vendor_detail-wrapper {
        background: #fff;
        margin-top: 10px;
        padding: 10px 7px;
        display: table;
        width: 100%;
        box-sizing: border-box;
    }

    .et-product-vendor-wrapper .et-vendor_detail-title, .et-product-vendor-wrapper .et-vendor_detail-content {
        display: table-cell;
        vertical-align: middle;
    }

    .et-product-vendor-wrapper .et-vendor_detail-title {
        text-align: left;
        font-size: 13px;
    }

    .et-product-vendor-wrapper .et-vendor_detail-content {
        text-align: right;
        font-weight: bold;
    }

        .et-product-vendor-wrapper .et-vendor_detail-content a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #228B22;
        }

            .et-product-vendor-wrapper .et-vendor_detail-content a:hover {
                text-decoration: none;
                color: #ff9200;
            }

        .et-product-vendor-wrapper .et-vendor_detail-content .company-location, .et-product-vendor-wrapper .et-vendor_detail-content .company-phone {
            font-weight: bold;
        }

        .et-product-vendor-wrapper .et-vendor_detail-content .company-phone {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #228B22;
        }

            .et-product-vendor-wrapper .et-vendor_detail-content .company-phone:hover {
                text-decoration: none;
                color: #ff9200;
            }

    .et-product-vendor-wrapper .et-vendor-rating .et-vendor_detail-content {
        line-height: 1;
    }

    .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph_average {
        color: #00abd0;
        font-size: 15px;
    }

    .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph {
        left: auto;
        right: -19px;
    }

    .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph__bar-bkg {
        width: 177px;
    }

    .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph__bar {
        background-color: #00abd0;
    }

    .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph_popup .et-tooltip-arrow {
        left: auto;
        right: 70px;
    }

    .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph_info-bottom a {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #00abd0;
    }

        .et-product-vendor-wrapper .et-vendor-rating .et-rating-graph_info-bottom a:hover {
            text-decoration: none;
            color: #228B22;
        }

    .et-product-vendor-wrapper .et-vendor-rating .ty-stars {
        vertical-align: middle;
    }

        .et-product-vendor-wrapper .et-vendor-rating .ty-stars .ty-stars__icon {
            color: #00abd0;
            font-size: 15px;
            float: left;
        }

    .et-product-vendor-wrapper .et-vendor-contact {
        text-align: center;
        text-transform: uppercase;
    }

        .et-product-vendor-wrapper .et-vendor-contact a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #545453;
        }

            .et-product-vendor-wrapper .et-vendor-contact a:hover {
                text-decoration: none;
                color: #ff9200;
            }

        .et-product-vendor-wrapper .et-vendor-contact i {
            font-size: 20px;
            color: #ff9200;
            vertical-align: middle;
        }

        .et-product-vendor-wrapper .et-vendor-contact span {
            display: inline-block;
            vertical-align: middle;
        }

.et-product-recommend {
    padding: 15px;
    border: 1px solid #aaa9a9;
}

    .et-product-recommend .title {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #aaa9a9;
        text-transform: uppercase;
    }

    .et-product-recommend .et-pr-title a:hover {
        color: #ff9200;
    }

    .et-product-recommend .et-pr-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #dfdedd;
        padding-bottom: 10px;
    }

        .et-product-recommend .et-pr-item:last-child {
            margin-bottom: 0px;
            border: none;
            padding-bottom: 0;
        }

    .et-product-recommend .et-pr-image {
        float: left;
        margin-right: 5px;
    }

    .et-product-recommend .et-pr-details {
        position: relative;
        overflow: hidden;
    }

    .et-product-recommend .et-pr-price .list-price-label {
        display: none;
    }

.tygh-header > .et-vendor-store-header-wrapper {
    padding-top: 0px;
}

.et-vendor-store-header-wrapper .top-logo-grid, .et-vendor-store-header-wrapper .search-block-grid, .et-vendor-store-header-wrapper .cart-content-grid {
    padding: 10px 0;
}

.et-vendor-store-header-wrapper .search-block-grid {
    margin-top: 6px;
}

.et-vendor-store-header-wrapper .cart-content-grid {
    z-index: 750;
    position: relative;
}

.et-vendor-header-top-outer {
    background: #fff;
    position: relative;
    border-top: 1px solid #dbdcdc;
    border-bottom: 1px solid #dad9d9;
}

.et-vendor-header-top {
    padding: 10px 0;
    margin-left: 200px;
}

.et-vendor-header-top__block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

    .et-vendor-header-top__block.et-vendor-header-top__social {
        min-height: 25px;
    }

    .et-vendor-header-top__block.et-vendor-header-top__contact-us a {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #228B22;
    }

        .et-vendor-header-top__block.et-vendor-header-top__contact-us a:hover {
            text-decoration: none;
            color: #228B22;
        }

    .et-vendor-header-top__block.et-vendor-header-top__contact-us i {
        font-size: 19px;
        vertical-align: middle;
    }

    .et-vendor-header-top__block.et-vendor-header-top__contact-us span {
        font-weight: bold;
        font-size: 15px;
        vertical-align: middle;
    }

    .et-vendor-header-top__block:last-child {
        margin-right: 0;
    }

.et-vendor-header-top__title {
    display: inline-block;
    font-size: 15px;
    color: #7b7b7b;
    color: #434343;
    margin-right: 5px;
    vertical-align: middle;
}

.et-vendor-header-top__info {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

    .et-vendor-header-top__info.et-vendor-header-top__location a {
        font-size: 15px;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #228B22;
    }

        .et-vendor-header-top__info.et-vendor-header-top__location a:hover {
            text-decoration: none;
            color: #228B22;
        }

    .et-vendor-header-top__info.et-vendor-header-top__phone a {
        font-size: 15px;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #228B22;
    }

        .et-vendor-header-top__info.et-vendor-header-top__phone a:hover {
            text-decoration: none;
            color: #228B22;
        }

.et-vendor-header-top__name {
    max-width: 345px;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    color: #434343;
}

.et-vendor-store-header .et-vendor-logo, .et-vendor-header-mobile .et-vendor-header-mobile-logo {
    z-index: 100;
    box-sizing: border-box;
}

    .et-vendor-store-header .et-vendor-logo a, .et-vendor-header-mobile .et-vendor-header-mobile-logo a {
        border: 5px solid #dbdcdc;
        border-radius: 100%;
        background: #fff;
        display: block;
        overflow: hidden;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-align: center;
    }

        .et-vendor-store-header .et-vendor-logo a:hover, .et-vendor-header-mobile .et-vendor-header-mobile-logo a:hover {
            border-color: #000;
        }

    .et-vendor-store-header .et-vendor-logo img, .et-vendor-header-mobile .et-vendor-header-mobile-logo img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.et-vendor-store-header .et-vendor-name a, .et-vendor-header-mobile .et-vendor-name a {
    font: bold 35px Arial, sans-serif;
    color: #000;
    padding-right: 15px;
    line-height: 1;
}

    .et-vendor-store-header .et-vendor-name a:hover, .et-vendor-header-mobile .et-vendor-name a:hover {
        color: #000;
    }

.et-vendor-store-header {
    padding: 0;
    background-color: #fff;
    position: relative;
}

    .et-vendor-store-header .et-vendor-header-wrapper {
        display: table;
        width: 100%;
    }

    .et-vendor-store-header .et-vendor-logo {
        display: table-cell;
        vertical-align: top;
        width: 200px;
        padding-right: 25px;
        z-index: 100;
    }

        .et-vendor-store-header .et-vendor-logo a {
            position: absolute;
            width: 175px;
            height: 175px;
            top: 6px;
        }

    .et-vendor-store-header .et-vendor-details-outer-wrapper {
        display: table-cell;
    }

    .et-vendor-store-header .et-vendor-details-inner-wrapper {
        display: table;
        width: 100%;
    }

    .et-vendor-store-header .et-vendor-details {
        display: table-cell;
        vertical-align: middle;
        height: 105px;
    }

    .et-vendor-store-header .et-vendor-details-left {
        width: 700px;
    }

    .et-vendor-store-header .et-vendor-search .ty-search-block__input {
        border-color: #000;
        color: #000;
        padding-right: 52px;
        background: none;
    }

        .et-vendor-store-header .et-vendor-search .ty-search-block__input:focus {
            border-color: #000;
        }

    .et-vendor-store-header .et-vendor-search .ty-search-magnifier {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000;
    }

        .et-vendor-store-header .et-vendor-search .ty-search-magnifier:focus {
            outline: none;
        }

    .et-vendor-store-header .et-vendor-name {
        display: table-cell;
        vertical-align: middle;
    }

        .et-vendor-store-header .et-vendor-name a {
            font: bold 35px Arial, sans-serif;
            color: #000;
            padding-right: 15px;
            line-height: 1;
        }

            .et-vendor-store-header .et-vendor-name a:hover {
                color: #000;
            }

    .et-vendor-store-header .et-vendor-rating {
        display: block;
    }

        .et-vendor-store-header .et-vendor-rating .ty-stars {
            display: inline-block;
        }

            .et-vendor-store-header .et-vendor-rating .ty-stars a {
                display: inline-block;
                position: relative;
                top: 1px;
            }

            .et-vendor-store-header .et-vendor-rating .ty-stars .ty-stars__icon {
                font-size: 14px;
            }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph_wrapper .et-rating-graph_average, .et-vendor-store-header .et-vendor-rating .ty-discussion__review-quantity {
            font-size: 15px;
        }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph_wrapper > a {
            display: inline-block;
        }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph_wrapper {
            margin-top: 1px;
            line-height: 1;
        }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph {
            z-index: 215;
        }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph_average, .et-vendor-store-header .et-vendor-rating .ty-stars a {
            color: #00abd0;
        }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph_info-bottom a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #00abd0;
        }

            .et-vendor-store-header .et-vendor-rating .et-rating-graph_info-bottom a:hover {
                text-decoration: none;
                color: #228B22;
            }

        .et-vendor-store-header .et-vendor-rating .et-rating-graph__ul .et-rating-graph__bar {
            background-color: #00abd0;
        }

        .et-vendor-store-header .et-vendor-rating .ty-discussion__review-quantity {
            display: inline-block;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #666;
            vertical-align: middle;
            margin-left: 5px;
        }

            .et-vendor-store-header .et-vendor-rating .ty-discussion__review-quantity:hover {
                text-decoration: none;
                color: #228B22;
            }

        .et-vendor-store-header .et-vendor-rating .et-total-reviews {
            color: #000;
            font: 18px Arial, sans-serif;
        }

    .et-vendor-store-header .et-vendor-description-wrapper {
        text-align: center;
    }

    .et-vendor-store-header .et-vendor-description {
        max-height: 55px;
        overflow: hidden;
        position: relative;
        text-align: left;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .et-vendor-store-header .et-vendor-description p {
            padding: 0;
        }

        .et-vendor-store-header .et-vendor-description.et_show_vendor_descr {
            max-height: inherit;
        }

            .et-vendor-store-header .et-vendor-description.et_show_vendor_descr .et-vendor-description-fade {
                display: none;
            }

    .et-vendor-store-header .et-vendor-description-fade {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 40px;
        background: linear-gradient(0deg,#fff,transparent);
    }

    .et-vendor-store-header .et-vendor-description-btn {
        position: relative;
        font-size: 12px;
        margin: 5px 0 20px 0;
        padding: 2px 7px 2px 19px;
        background: #ff9200;
        color: #fff;
    }

        .et-vendor-store-header .et-vendor-description-btn:hover {
            background: #3d7000;
            color: #fff;
        }

        .et-vendor-store-header .et-vendor-description-btn:not(.hidden) {
            display: inline-block;
        }

        .et-vendor-store-header .et-vendor-description-btn i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 5px;
            margin-top: 1px;
        }

            .et-vendor-store-header .et-vendor-description-btn i:before {
                display: inline-block;
            }

        .et-vendor-store-header .et-vendor-description-btn .show_vendor_descr i:before {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .et-vendor-store-header .et-vendor-description-btn .hide_vendor_descr {
            display: none;
        }

            .et-vendor-store-header .et-vendor-description-btn .hide_vendor_descr i:before {
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

        .et-vendor-store-header .et-vendor-description-btn.show {
            margin-top: 10px;
        }

            .et-vendor-store-header .et-vendor-description-btn.show .show_vendor_descr {
                display: none;
            }

            .et-vendor-store-header .et-vendor-description-btn.show .hide_vendor_descr {
                display: block;
            }

.et-social-links.et-vendor-social-links {
    padding: 0;
}

    .et-social-links.et-vendor-social-links i:hover {
        color: #fff;
    }

.et-vendor-list .et-categ-vendor-box {
    display: none;
}

.et-vendor-grid .et-categ-vendor-box {
    display: none;
}

.et-vendor-grid .ty-grid-list__control {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 5px;
}

.et-vendor-grid .et-grid-item-wrapper .et-grid-stock-rating {
    margin: 0;
    padding: 0;
    border: 0;
}

.et-vendor-compact .et-categ-vendor-box {
    display: none;
}

.et-vendor-store-menu {
    background: #fff;
    width: 100%;
}

    .et-vendor-store-menu.et_sticky, .et-vendor-store-menu.et-sticky-visible {
        opacity: 0;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
        z-index: 550;
    }

        .et-vendor-store-menu.et_sticky .et-vendor-menu, .et-vendor-store-menu.et-sticky-visible .et-vendor-menu {
            margin-left: 0;
        }

        .et-vendor-store-menu.et_sticky.animate, .et-vendor-store-menu.et-sticky-visible.animate {
            -webkit-animation: et_godown .2s ease both;
            -moz-animation: et_godown .2s ease both;
            animation: et_godown .2s ease both;
        }

    .et-vendor-store-menu .et-category-menu {
        padding: 0;
    }

        .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title {
            background: none;
        }

            .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title a {
                min-width: auto;
            }

        .et-vendor-store-menu .et-category-menu .et-icon-vendor-menu-products {
            font-size: 20px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .et-vendor-store-menu .et-category-menu .ty-menu__items {
            min-height: auto;
        }

        .et-vendor-store-menu .et-category-menu .et-menu-2-wrapper {
            min-height: auto;
            width: auto;
        }

    .et-vendor-store-menu .et-vendor-menu {
        background: none;
        margin-left: 190px;
        z-index: 210;
    }

    .et-vendor-store-menu .et-vendor-menu-item {
        display: inline-block;
    }

        .et-vendor-store-menu .et-vendor-menu-item .et-vendor-menu-item-vendor-pages, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title .et-vendor-menu-item-vendor-pages {
            cursor: default;
        }

        .et-vendor-store-menu .et-vendor-menu-item a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title a {
            padding: 10px 10px;
            color: #000;
            display: block;
            font: 17px Arial, sans-serif;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            white-space: nowrap;
            text-transform: none;
        }

            .et-vendor-store-menu .et-vendor-menu-item a.active, .et-vendor-store-menu .et-vendor-menu-item i.active, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title a.active, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title i.active {
                color: #fff;
                background: #000;
            }

        .et-vendor-store-menu .et-vendor-menu-item:hover > a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title:hover > a {
            color: #fff;
            background: #000;
        }

        .et-vendor-store-menu .et-vendor-menu-item .et-vendor-menu-level-1_a, .et-vendor-store-menu .et-vendor-menu-item .et-vendor-menu-level-2_a, .et-vendor-store-menu .et-vendor-menu-item .et-vendor-menu-level-3_a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title .et-vendor-menu-level-1_a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title .et-vendor-menu-level-2_a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title .et-vendor-menu-level-3_a {
            font-size: 14px;
            padding: 10px 25px 10px 10px;
            max-width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .et-vendor-store-menu .et-vendor-menu-item .et-vendor-menu-level-2_a, .et-vendor-store-menu .et-vendor-menu-item .et-vendor-menu-level-3_a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title .et-vendor-menu-level-2_a, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title .et-vendor-menu-level-3_a {
            padding: 15px 25px 15px 10px;
        }

    .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title a.active, .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title i.active {
        color: #fff;
        background: #38495b;
    }

    .et-vendor-store-menu .et-category-menu .ty-dropdown-box__title:hover > a {
        color: #fff;
        background: #38495b;
    }

    .et-vendor-store-menu .et-category-menu.drophover .ty-dropdown-box__title a, .et-vendor-store-menu .et-category-menu.drophover .ty-dropdown-box__title i {
        color: #fff;
        background: #38495b;
    }

    .et-vendor-store-menu .ty-menu__submenu.et-vendor-menu-level-2, .et-vendor-store-menu .ty-menu__submenu.et-vendor-menu-level-3 {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        display: none;
    }

        .et-vendor-store-menu .ty-menu__submenu.et-vendor-menu-level-3 a:hover {
            background: #eee;
        }

    .et-vendor-store-menu .et-vendor-menu-pages:hover .ty-menu__submenu-items {
        display: none;
    }

    .et-vendor-store-menu .et-vendor-menu-pages.drophover > .ty-menu__submenu > .ty-menu__submenu-items, .et-vendor-store-menu .et-vendor-menu-pages .drophover > .ty-menu__submenu, .et-vendor-store-menu .et-vendor-menu-pages .drophover > .ty-menu__submenu > .ty-menu__submenu-items {
        display: block;
    }

    .et-vendor-store-menu .et-vendor-menu-pages .et-vendor-menu-level-1__ul {
        box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    }

    .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: #fff;
        padding: 0;
        min-width: inherit;
        border: none;
    }

        .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items a, .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items i {
            color: #000;
        }

        .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .et-show-more-link a {
            color: #7dcbf1;
        }

        .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col {
            display: block;
            min-width: inherit;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #eee;
        }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-icon-wrapper, .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-link-wrapper {
                display: table-cell;
                vertical-align: middle;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-link-wrapper {
                padding-bottom: 1px;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-icon-wrapper {
                width: 30px;
                padding-right: 5px;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et_menu_icon {
                vertical-align: middle;
                font-size: 16px;
                width: 16px;
                display: table-cell;
                padding: 6px 5px 7px 0;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-icon-hover {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-icon {
                vertical-align: top;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-link-inner-wrapper {
                display: table-cell;
                vertical-align: middle;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-icon-round {
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                overflow: hidden;
                margin-right: 5px;
                position: relative;
                width: 30px;
                height: 30px;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-menu-link {
                color: #000;
                font-weight: bold;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                font-size: 15px;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col > a {
                padding-right: 25px;
                padding-right: 45px;
                position: relative;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .ty-menu__item-arrow i {
                position: absolute;
                top: 50%;
                right: 7px;
                transform: translateY(-50%);
                font-size: 13px;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-vendor-menu-level-2 .ty-menu__submenu-items, .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col .et-vendor-menu-level-3 .ty-menu__submenu-items {
                box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
            }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover {
                background: #eee;
            }

                .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover .et-vendor-menu-level-2 {
                    display: block;
                }

                .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover > a {
                    color: #000;
                }

                    .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover > a i {
                        color: #000;
                    }

                .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover > .ty-menu__item-arrow i {
                    color: #000;
                }

                .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover .et-menu-link {
                    color: #000;
                }

                .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover .et-menu-icon-hover {
                    filter: none;
                    opacity: 1;
                }

                    .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col.drophover .et-menu-icon-hover + .et-menu-icon {
                        opacity: 0;
                    }

            .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col a.active {
                background-color: #eee;
                color: #000;
            }

                .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col a.active .et-menu-link, .et-vendor-store-menu .et-vendor-menu-pages .ty-menu__submenu-items .ty-top-mine__submenu-col a.active i {
                    color: #000;
                }

    .et-vendor-store-menu .et-vendor-menu-pages .et-vendor-menu-level-1 {
        position: relative;
        top: -1px;
    }

    .et-vendor-store-menu .et-vendor-menu-pages .et-vendor-menu-level-1__ul {
        min-width: 100%;
    }

    .et-vendor-store-menu .et-vendor-menu-top-link span, .et-vendor-store-menu .et-vendor-menu-top-link i {
        vertical-align: middle;
    }

    .et-vendor-store-menu .et-vendor-menu-top-link i {
        font-size: 20px;
        margin-right: 5px;
    }

.et_vendor_menu_height_1 {
    min-height: 50px;
}

.et_vendor_menu_height_2 {
    min-height: 100px;
}

.et_vendor_menu_height_3 {
    min-height: 150px;
}

.et_vendor_menu_height_4 {
    min-height: 200px;
}

.et_vendor_menu_height_5 {
    min-height: 250px;
}

.et_vendor_menu_height_6 {
    min-height: 300px;
}

.et_vendor_menu_height_7 {
    min-height: 350px;
}

.et_vendor_menu_height_8 {
    min-height: 400px;
}

.et_vendor_menu_height_9 {
    min-height: 450px;
}

.et_vendor_menu_height_10 {
    min-height: 500px;
}

.et-menu-subcateg-img {
    margin-bottom: 5px;
}

.et-vendor-store-block {
    padding-bottom: 40px;
}

    .et-vendor-store-block:first-child .et-first-spacing {
        margin-top: 25px;
    }

    .et-vendor-store-block.et-vendor-store-block__type-B:last-child {
        padding-bottom: 0;
    }

    .et-vendor-store-block .et_full_width_title {
        background: none;
        text-align: center;
        margin-bottom: 10px;
    }

        .et-vendor-store-block .et_full_width_title h2 {
            font-size: 34px;
            line-height: 1;
            color: #363636;
            font-weight: bold;
            text-transform: uppercase;
        }

            .et-vendor-store-block .et_full_width_title h2 span {
                display: inline-block;
            }

        .et-vendor-store-block .et_full_width_title h3 {
            color: #898989;
            font-weight: normal;
        }

        .et-vendor-store-block .et_full_width_title h2, .et-vendor-store-block .et_full_width_title h3 {
            margin: 0 0 10px 0;
            padding: 0;
        }

        .et-vendor-store-block .et_full_width_title h2 {
            margin-bottom: 5px;
        }

    .et-vendor-store-block .et_grid_width_content {
        padding-bottom: 0;
    }

    .et-vendor-store-block .et-grid-list {
        margin-top: 0;
    }

    .et-vendor-store-block .et-grid-item-wrapper {
        border-color: transparent;
    }

        .et-vendor-store-block .et-grid-item-wrapper .product-title {
            font-size: 16px;
        }

        .et-vendor-store-block .et-grid-item-wrapper .et-grid-stock-rating {
            margin: 0;
            padding: 0;
            border: 0;
        }

.et-company-contact {
    margin-bottom: 30px;
    margin-top: 10px;
}

.et-vendor-contact-wrapper {
    margin-top: 15px;
    display: flex;
}

    .et-vendor-contact-wrapper .et-google-maps {
        margin-right: 15px;
        flex: 1;
    }

.et-vendor-contact-details {
    background: #efefef;
    min-height: 300px;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .et-vendor-contact-details .et-vendor-contact-title {
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .et-vendor-contact-details span, .et-vendor-contact-details a {
        font-size: 14px;
        display: block;
        overflow: hidden;
    }

    .et-vendor-contact-details i {
        font-size: 26px;
    }

    .et-vendor-contact-details .et-company-detail__control-group {
        min-height: 36px;
        margin-bottom: 20px;
        background: #fff;
        display: flex;
        flex-flow: row nowrap;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 5px 15px 5px 5px;
        align-content: center;
        justify-content: flex-start;
    }

        .et-vendor-contact-details .et-company-detail__control-group:last-child {
            margin: 0;
        }

    .et-vendor-contact-details .et-company-detail__control-icon {
        align-self: center;
        margin-right: 10px;
        margin-left: 10px;
    }

    .et-vendor-contact-details .et-company-detail__info {
        align-self: center;
    }

.et-vendor-contact-title {
    font-size: 22px;
    font-weight: bold;
}

.et-vendor-contact-description .et-vendor-contact-title {
    margin-bottom: 20px;
}

.et-qi-description {
    padding: 10px 10px 5px;
}

.ty-vendor-plans__title.et-vendor-plans__title {
    margin: 15px 0;
}

.et-vendor-plans .ty-vendor-plans {
    align-items: center;
}

.et-vendor-plans .ty-vendor-plans__item {
    width: 300px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-content {
        padding: 30px 0;
        margin: 0;
    }

    .et-vendor-plans .ty-vendor-plans__item .et-vendor-plan-header-wrapper {
        height: 139px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-header {
        margin: 0;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
    }

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-descr {
        padding: 0 10px;
        max-height: 93px;
        overflow-y: hidden;
        margin-top: 5px;
        margin-right: 10px;
        display: flex;
        align-self: flex-start;
    }

        .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-descr .et-vendor-plan-descr-span {
            max-height: 93px;
            color: #808080;
        }

    .et-vendor-plans .ty-vendor-plans__item .et-vendor-plan-price-wrapper {
        margin: 10px 0;
        padding: 30px 10px;
        background: #00ccdf;
        color: #fff;
        min-height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

        .et-vendor-plans .ty-vendor-plans__item .et-vendor-plan-price-wrapper .ty-vendor-plan-price-period {
            color: #fff;
        }

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-price {
        font-size: 30px;
    }

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-price-period {
        display: block;
    }

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-params p {
        padding: 5px 0;
    }

    .et-vendor-plans .ty-vendor-plans__item.active {
        border: 1px solid #f90;
        padding: 0px 0 33px;
    }

        .et-vendor-plans .ty-vendor-plans__item.active .et-vendor-plan-price-wrapper {
            background-color: #62ba00;
        }

    .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-current-plan {
        display: block;
        border: 1px solid #f90;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        padding: 8px 18px;
    }

    .et-vendor-plans .ty-vendor-plans__item ::-webkit-scrollbar {
        width: 4px;
        background: #fff;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-vendor-plans .ty-vendor-plans__item ::-webkit-scrollbar-thumb {
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .et-vendor-plans .ty-vendor-plans__item ::-webkit-scrollbar-track {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .et-vendor-plans .ty-vendor-plans__item:hover ::-webkit-scrollbar-thumb {
        background: #bababa;
    }

    .et-vendor-plans .ty-vendor-plans__item:hover ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    }

    .et-vendor-plans .ty-vendor-plans__item:hover .ty-vendor-plan-descr {
        overflow-y: auto;
    }

.et-vendor-plans .et-icon-check {
    color: #05a131;
}

.et-vendor-plans .et-icon-blocked {
    color: #f60b43;
}

.et-vendor-plans .ty-vendor-plan-link .ty-btn {
    text-transform: uppercase;
}

.ty-vendor-plans__title-desc {
    margin-bottom: 50px;
}

    .ty-vendor-plans__title-desc .et-vendor-plans_select_plan_text_big {
        font-size: 50px;
        margin: 30px 300px 15px;
        font-weight: bold;
    }

    .ty-vendor-plans__title-desc .et-highlight {
        color: #00ccdf;
    }

    .ty-vendor-plans__title-desc .et-vendor-plans_select_plan_text_small {
        font-size: 20px;
    }

.et-vendor-plans__footer {
    text-align: center;
    margin: 30px 0;
    padding: 30px;
    background: url('../../../../../../../../design/themes/vivashop/media/images/bottom-plans617b.jpg?1623665276') center center;
}

    .et-vendor-plans__footer .et-vendor-plans_footer_big {
        font-size: 40px;
        margin: 0 300px 30px;
        color: #fff;
    }

    .et-vendor-plans__footer .et-vendor-plans_footer_small {
        font-size: 20px;
        color: #fff;
    }

    .et-vendor-plans__footer .et-vendor-plans__footer-btn {
        margin-top: 20px;
    }

        .et-vendor-plans__footer .et-vendor-plans__footer-btn .ty-btn__primary:hover {
            background-color: #539802;
            color: #fff;
        }

.et-breadcrumbs {
    background: #f5f5f5;
}

.ty-breadcrumbs {
    margin: 0;
    padding: 14px 0;
}

    .ty-breadcrumbs .ty-breadcrumbs__a, .ty-breadcrumbs .ty-breadcrumbs__current {
        font-size: 13px;
    }

    .ty-breadcrumbs .ty-breadcrumbs__a, .ty-breadcrumbs .ty-breadcrumbs__arrow {
        color: #545453;
    }

        .ty-breadcrumbs .ty-breadcrumbs__a:hover, .ty-breadcrumbs .ty-breadcrumbs__current {
            color: #228B22;
        }

    .ty-breadcrumbs .et-breadcrumbs-separator {
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 3px solid #545453;
        vertical-align: middle;
        margin: -3px 10px 0;
    }

.et-product-content-grid .ty-breadcrumbs {
    padding-right: 100px;
}

.ty-account-info__item {
    margin-bottom: 0;
}

.et-social-links {
    padding-top: 5px;
}

.ty-footer-general__body .ty-wysiwyg-content i {
    font-size: 25px;
}

a.et-social-icon {
    color: #d4d4d4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 25px;
}

    a.et-social-icon i {
        font-size: 25px;
        display: block;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        a.et-social-icon i:hover {
            color: #ff9200;
        }

.et-vendor-social-links {
    vertical-align: middle;
}

    .et-vendor-social-links a.et-social-icon {
        margin-right: 10px;
        background: #228B22;
        color: #fff;
    }

        .et-vendor-social-links a.et-social-icon i {
            font-size: 15px;
            display: block;
            padding: 5px;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-f {
            background: #3a589b;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-t {
            background: #598dca;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-g {
            background: #e3411f;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-y {
            background: #cf3427;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-l {
            background: #0274b3;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-i {
            background: #ce6f2d;
        }

        .et-vendor-social-links a.et-social-icon:hover.et-social-icon-p {
            background: #ca3737;
        }

        .et-vendor-social-links a.et-social-icon:hover {
            background: #000;
            color: #fff;
        }

        .et-vendor-social-links a.et-social-icon:last-child {
            margin: 0;
        }

.vendor-menu-page {
    margin-bottom: 15px;
}

    .vendor-menu-page .ty-mainbox-title {
        margin: 40px 0 20px;
        font-size: 22px;
    }

.et-sidebox-categ {
    margin-top: 15px;
}

    .et-sidebox-categ .et-sidebox-subcateg-title {
        display: inline-block;
    }

    .et-sidebox-categ .item1-wrapper {
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .et-sidebox-categ .item1-wrapper ul {
            margin-left: 15px;
            margin-top: 5px;
        }

    .et-sidebox-categ .et-count {
        font-size: 12px;
    }

    .et-sidebox-categ .et_subcateg_toggle {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -9px;
        margin-top: -12px;
    }

        .et-sidebox-categ .et_subcateg_toggle .open-symbol {
            display: block;
        }

        .et-sidebox-categ .et_subcateg_toggle .close-symbol {
            display: none;
        }

        .et-sidebox-categ .et_subcateg_toggle.open .open-symbol {
            display: none;
        }

        .et-sidebox-categ .et_subcateg_toggle.open .close-symbol {
            display: block;
        }

    .et-sidebox-categ i {
        font-size: 18px;
        vertical-align: middle;
    }

    .et-sidebox-categ .et-sidebox-categ-lev-1 a {
        font-weight: normal;
    }

    .et-sidebox-categ a {
        color: #434343;
        display: block;
        vertical-align: bottom;
        font-size: 14px;
        position: relative;
        padding-right: 24px;
    }

        .et-sidebox-categ a .et-count {
            color: #696969;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            font-weight: normal;
        }

        .et-sidebox-categ a.active {
            color: #228B22;
        }

            .et-sidebox-categ a.active .et-count {
                color: #228B22;
            }

        .et-sidebox-categ a:hover {
            color: #228B22;
        }

            .et-sidebox-categ a:hover .et-count {
                color: #228B22;
            }

.et-blog-sidebar {
    margin-top: 10px;
}

.et-blog-sidebar__item {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d5d5;
}

    .et-blog-sidebar__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.et-blog-sidebar__img {
    margin-right: 10px;
    margin-top: 5px;
}

.et-blog-sidebar__text {
    display: block;
    overflow: hidden;
}

    .et-blog-sidebar__text .et-blog__date {
        float: left;
        font-size: 12px;
    }

        .et-blog-sidebar__text .et-blog__date i {
            font-size: 14px;
        }

    .et-blog-sidebar__text .et-blog-item__comments i {
        font-size: 14px;
    }

.et-blog-sidebar__title {
    font-size: 12px;
    line-height: 15px;
    display: block;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #545453;
    min-height: 30px;
    margin-bottom: 5px;
}

    .et-blog-sidebar__title:hover {
        text-decoration: none;
        color: #ff9200;
    }

.et-blog-item__comments .et-icon-blog-comments2 {
    vertical-align: middle;
    display: inline-block;
    font-size: 22px;
}

.et-blog-sidebar__text .et-blog-item__comments, .et-blog-item__details .et-blog-item__comments {
    float: right;
    font-size: 12px;
}

    .et-blog-sidebar__text .et-blog__date i, .et-blog-sidebar__text .et-blog__date span, .et-blog-sidebar__text .et-blog-item__comments i, .et-blog-sidebar__text .et-blog-item__comments span {
        vertical-align: middle;
        line-height: 14px;
        display: inline-block;
        color: #777;
    }

.et-blog-sidebar__text .et-blog__date span {
    margin-top: 2px;
}

.et-blog-page {
    margin-bottom: 60px;
}

    .et-blog-page .ty-pagination__bottom {
        margin-bottom: 0;
    }

.et-blog__img-block {
    background: #fcfcfc;
}

.et-blog-list .et-blog__item, .et-blog-list-scroller .et-blog__item {
    padding: 0 10px;
}

.et-blog-list .et-scroller-image-wrapper, .et-blog-list-scroller .et-scroller-image-wrapper {
    padding: 10px;
}

.et-blog-list .et-blog__img-block, .et-blog-list-scroller .et-blog__img-block {
    position: relative;
    text-align: center;
    background: #fff;
    display: block;
    overflow: hidden;
}

    .et-blog-list .et-blog__img-block img, .et-blog-list-scroller .et-blog__img-block img {
        transform: scale(1.01,1.01);
    }

    .et-blog-list .et-blog__img-block img, .et-blog-list-scroller .et-blog__img-block img {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-blog-list .et-blog__img-block:hover img, .et-blog-list-scroller .et-blog__img-block:hover img {
        transform: scale(1.10,1.10);
    }

.et-blog-list .ty-blog__post-title, .et-blog-list-scroller .ty-blog__post-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.et-blog-list .et-blog__date, .et-blog-list-scroller .et-blog__date {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px 10px;
    background: #ff0161;
    color: #fff;
}

.et-blog-list .et-blog-item__details-wrapper, .et-blog-list-scroller .et-blog-item__details-wrapper {
    padding: 0 15px 15px;
}

    .et-blog-list .et-blog-item__details-wrapper .et-blog-item__title-link, .et-blog-list-scroller .et-blog-item__details-wrapper .et-blog-item__title-link {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none;
        color: #545453;
    }

        .et-blog-list .et-blog-item__details-wrapper .et-blog-item__title-link:hover, .et-blog-list-scroller .et-blog-item__details-wrapper .et-blog-item__title-link:hover {
            text-decoration: none;
            color: #ff9200;
        }

.et-blog-list .et-blog-item__details, .et-blog-list-scroller .et-blog-item__details {
    border-top: 1px solid #d7d5d5;
    padding: 5px 0 0;
}

.et-blog-list .et-blog__description, .et-blog-list-scroller .et-blog__description {
    border-top: 1px solid #d7d5d5;
    padding: 5px 0 0;
    margin: 5px 0 0;
}

.et-blog-list .et-blog__author, .et-blog-list-scroller .et-blog__author {
    float: left;
    font-size: 12px;
}

    .et-blog-list .et-blog__author .et-icon-blog-user, .et-blog-list-scroller .et-blog__author .et-icon-blog-user {
        font-size: 16px;
        vertical-align: bottom;
        display: inline-block;
    }

.et-blog-list .et-blog-item__comments, .et-blog-list .et-blog__author, .et-blog-list-scroller .et-blog-item__comments, .et-blog-list-scroller .et-blog__author {
    color: #888;
}

.et-blog-list .et-blog-item__comments, .et-blog-list-scroller .et-blog-item__comments {
    font-size: 12px;
}

    .et-blog-list .et-blog-item__comments .et-icon-blog-comments2, .et-blog-list-scroller .et-blog-item__comments .et-icon-blog-comments2 {
        font-size: 16px;
    }

.et-blog-list .et-blog__btn, .et-blog-list-scroller .et-blog__btn {
    text-align: center;
    margin: 20px 0 5px;
}

    .et-blog-list .et-blog__btn .ty-btn, .et-blog-list-scroller .et-blog__btn .ty-btn {
        border-radius: 3px;
    }

.et-blog {
    padding-top: 30px;
}

    .et-blog .et-blog-scroll-to {
        height: 1px;
        position: relative;
        top: -61px;
    }

    .et-blog .ty-pagination__bottom {
        margin-top: 0;
        margin-bottom: 30px;
    }

.et-blog-grid-wrapper {
    margin: 0 -15px;
}

.et-blog-list {
    padding: 0 15px;
    box-sizing: border-box;
}

    .et-blog-list .et-blog__item {
        padding: 0;
    }

    .et-blog-list .et-blog__post-title-a {
        display: block;
        height: 70px;
        overflow: hidden;
    }

    .et-blog-list .ty-blog__post-title {
        margin: 10px 0 15px;
        font-size: 22px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .et-blog-list .et-blog-item__details-wrapper {
        padding: 0;
        min-height: 186px;
    }

    .et-blog-list .et-blog__author {
        font-size: 14px;
    }

        .et-blog-list .et-blog__author .et-icon-blog-user {
            font-size: 20px;
            margin-right: 2px;
        }

    .et-blog-list .et-blog-item__comments {
        font-size: 14px;
    }

    .et-blog-list .et-icon-blog-comments2 {
        font-size: 22px;
        margin-right: 2px;
    }

    .et-blog-list .et-blog__description {
        padding: 0;
        margin: 20px 0;
        border: none;
    }

        .et-blog-list .et-blog__description .ty-wysiwyg-content {
            color: #777;
        }

    .et-blog-list .et-blog-item__details {
        border-top: none;
        border-bottom: 1px solid #d7d5d5;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }

.et-scroller .ty-blog-recent-posts-scroller {
    margin: 0;
}

.et-blog-list-scroller .etLazy {
    max-height: 207px;
}

.et-blog-list-scroller .ty-blog__post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.et-blog-list-scroller .et-blog__item {
    margin: 4px 5px;
    padding: 0;
    background: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    min-height: 368px;
}

    .et-blog-list-scroller .et-blog__item .et-blog-item__details {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        border-bottom: 1px solid #eee;
        padding: 5px 0;
        margin-bottom: 5px;
    }

    .et-blog-list-scroller .et-blog__item .et-blog__description {
        border: none;
        margin-top: 0;
        padding-top: 0;
        height: 54px;
        overflow: hidden;
    }

    .et-blog-list-scroller .et-blog__item .ty-no-image {
        border: none;
    }

    .et-blog-list-scroller .et-blog__item:hover {
        border-color: #dcdcdc;
        box-shadow: 0 0px 5px 1px rgba(51,51,51,0.3);
    }

.et-featured-posts {
    margin: 50px 0 0;
}

    .et-featured-posts .et_full_width_title {
        background: none;
    }

    .et-featured-posts h2.ty-mainbox-title {
        padding: 0 0 5px 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #888;
        font-size: 16px;
        text-transform: uppercase;
    }

.et-featured-blog-scroller-wrapper {
    margin: 0 -5px;
}

    .et-featured-blog-scroller-wrapper .ty-mb-l {
        margin: 0;
    }

.et-featured-blog-scroller .et-blog-item__title-link {
    display: block;
    height: 38px;
    overflow: hidden;
    margin-bottom: 10px;
}

.et-featured-blog-scroller .ty-blog__post-title {
    white-space: normal;
    font-size: 14px;
    margin: 0;
    min-height: 38px;
    display: flex;
    align-items: center;
}

.et-featured-blog-scroller .et-blog__item {
    min-height: auto;
}

    .et-featured-blog-scroller .et-blog__item .et-blog-item__details {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .et-featured-blog-scroller .et-blog__item:hover {
        box-shadow: none;
    }

.et-featured-blog-scroller .et-blog-item__details-wrapper {
    padding: 0 0 10px 0;
}

.et-featured-blog-scroller .et-scroller-image-wrapper {
    padding: 0 0 10px;
}

.et-featured-blog-scroller .et-blog-item__comments {
    float: left;
    margin-left: 10px;
}

.et-latest-blog-scroller-wrapper {
    margin-top: 10px;
}

    .et-latest-blog-scroller-wrapper .ty-mb-l {
        margin: 0;
    }

    .et-latest-blog-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div {
        transform: none;
        top: 60px;
        padding: 0;
        width: 25px;
    }

        .et-latest-blog-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div i {
            background: #fff;
            color: #000;
        }

        .et-latest-blog-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div:hover {
            transform: none;
        }

    .et-latest-blog-scroller-wrapper .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
        transform: none;
    }

        .et-latest-blog-scroller-wrapper .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div.owl-prev {
            transform: none;
        }

    .et-latest-blog-scroller-wrapper:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div {
        transform: none;
        opacity: 1;
    }

        .et-latest-blog-scroller-wrapper:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div.owl-prev {
            transform: none;
        }

        .et-latest-blog-scroller-wrapper:hover .ty-owl-controls:not(.et-disabled) .owl-controls .owl-buttons div:hover {
            opacity: 1;
        }

.et-latest-blog-scroller .et-blog__item, .et-latest-blog-scroller .et-blog__img-block {
    background: none;
}

.et-latest-blog-scroller .et-blog__item {
    min-height: auto;
    margin: 0;
}

    .et-latest-blog-scroller .et-blog__item:hover {
        box-shadow: none;
    }

    .et-latest-blog-scroller .et-blog__item .et-blog-item__details {
        margin: 0;
        padding: 0;
        border: none;
    }

.et-latest-blog-scroller .et-scroller-image-wrapper {
    padding: 0;
}

.et-latest-blog-scroller .et-blog-item__details-wrapper {
    padding: 0;
}

.et-latest-blog-scroller .et-blog-item__title-link {
    display: block;
    height: 36px;
    overflow: hidden;
    margin: 5px 0;
}

.et-latest-blog-scroller .ty-blog__post-title {
    font-size: 13px;
    white-space: normal;
    margin: 0;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.et-latest-blog-scroller .et-blog__date-horiz {
    margin-left: 1px;
}

.et-latest-blog-scroller .et-blog-item__comments {
    margin-left: 5px;
    float: left;
}

.et-blog-post .et-blog__post-title {
    text-align: center;
    margin: 0;
}

    .et-blog-post .et-blog__post-title span {
        display: inline-block;
        background: #fff;
        padding: 20px 20px;
        margin: 0 54px;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

.et-blog-post-wrapper .et-blog__img-block {
    text-align: center;
    position: relative;
}

    .et-blog-post-wrapper .et-blog__img-block .et-blog-post {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.et-blog-post-wrapper .et-block-title-border {
    margin-bottom: 10px;
    display: inline-block;
}

.et-blog-post__details {
    padding: 15px 0;
}

    .et-blog-post__details .et-blog__author, .et-blog-post__details .et-blog__date, .et-blog-post__details .et-blog-item__comments {
        display: inline-block;
        margin-right: 5px;
        font-size: 14px;
        color: #888;
    }

        .et-blog-post__details .et-blog__author i, .et-blog-post__details .et-blog__author span, .et-blog-post__details .et-blog__date i, .et-blog-post__details .et-blog__date span, .et-blog-post__details .et-blog-item__comments i, .et-blog-post__details .et-blog-item__comments span {
            vertical-align: middle;
            display: inline-block;
        }

    .et-blog-post__details .et-blog-item__comments {
        margin-right: 0;
        line-height: 15px;
    }

    .et-blog-post__details i {
        vertical-align: top;
        display: inline-block;
    }

    .et-blog-post__details .et-icon-blog-user {
        font-size: 17px;
    }

    .et-blog-post__details .et-icon-blog-calendar {
        font-size: 15px;
    }

    .et-blog-post__details .et-icon-blog-comments2 {
        font-size: 15px;
    }

.ty-company-title {
    color: #ff9200;
    font-size: 22px;
    font-weight: bold;
    padding-top: 0;
}

.et-cart-page-empty {
    margin-top: 15px;
}

.ty-mainbox-body .buttons-container {
    margin: 15px 0;
}

.ty-cart-content__bottom-buttons {
    z-index: 1;
}

.ty-cart-content {
    margin: 15px 0;
}

    .ty-cart-content .ty-cart-content__title {
        text-transform: uppercase;
    }

.ty-table tr, .table .table tr {
    background-color: #fff;
}

.ty-table tbody tr:nth-child(2n) {
    background-color: #fafafa;
}

.ty-cart-content__image-block {
    width: 196px;
}

.ty-cart-content__product-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #545453;
}

    .ty-cart-content__product-title:hover {
        text-decoration: none;
        color: #ff9200;
    }

.ty-cart-content__sku {
    padding: 10px 0 6px;
}

.ty-cart-content__options {
    margin: 0;
}

    .ty-cart-content__options .ty-product-options__item {
        padding: 6px 0;
    }

        .ty-cart-content__options .ty-product-options__item.et_option_type_R {
            padding-bottom: 0;
        }

    .ty-cart-content__options .ty-product-options__item-label {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }

    .ty-cart-content__options .et_checkbox {
        padding: 0 0 0 28px;
        display: inline-block;
        vertical-align: middle;
    }

    .ty-cart-content__options .et_radio {
        margin: 0 10px 5px 0;
        vertical-align: middle;
    }

    .ty-cart-content__options .et-bootstrap-select-wrapper {
        display: inline-block;
        min-height: auto;
        vertical-align: middle;
    }

    .ty-cart-content__options .ty-control-group {
        margin-bottom: 0;
    }

.ty-cart-content__description .ty-control-group.ty-product-options__item {
    margin-bottom: 5px;
}

    .ty-cart-content__description .ty-control-group.ty-product-options__item input[type="text"], .ty-cart-content__description .ty-control-group.ty-product-options__item input[type="password"], .ty-cart-content__description .ty-control-group.ty-product-options__item input[type="tel"], .ty-cart-content__description .ty-control-group.ty-product-options__item input[type="number"], .ty-cart-content__description .ty-control-group.ty-product-options__item select {
        height: auto;
    }

.ty-cart-content__description .ty-product-options .ty-table, .ty-cart-content__description .ty-product-options .ty-table th, .ty-cart-content__description .ty-product-options .ty-table td, .ty-cart-content__description .ty-product-options .ty-table .table td {
    border-color: #d5d5d5;
}

.ty-cart-content__description .ty-product-options .ty-control-group__label {
    font-weight: bold;
}

.ty-cart-content__description .ty-product-options h4 {
    text-transform: uppercase;
}

.ty-cart-content__description .et-buy-together_cart-option {
    margin-top: 10px;
}

.ty-cart-content__description .ty-control-group__item a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #0f0;
}

    .ty-cart-content__description .ty-control-group__item a:hover {
        text-decoration: none;
        color: #ff9200;
    }

.ty-cart-content__description .ty-control-group__item.ty-company-name a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #228B22;
}

    .ty-cart-content__description .ty-control-group__item.ty-company-name a:hover {
        text-decoration: none;
        color: #228B22;
    }

.ty-cart-content__description .ty-control-group {
    margin-bottom: 0;
}

.ty-cart-content__title.quantity-cell, .ty-cart-content__title.et-unit-price, .ty-cart-content__product-elem.et-unit-price {
    text-align: center;
}

.ty-cart-content__price.et-unit-price {
    padding-top: 25px;
}

    .ty-cart-content__price.et-unit-price .ty-sub-price {
        color: #545453;
        font-size: 15px;
    }

.ty-cart-content__price.et-total-price {
    padding-top: 25px;
}

    .ty-cart-content__price.et-total-price .price {
        color: #545453;
        font-size: 15px;
    }

.ty-cart-statistic__value.et-price {
    font-size: 15px;
    color: #545453;
}

.ty-cart-statistic__total-list {
    border-top: 1px dashed #d5d5d5;
}

.ty-cart-statistic__total-value {
    font-size: 20px;
}

.ty-group-block {
    border-color: #d5d5d5;
}

    .ty-group-block .ty-caret-outer {
        border-bottom: 7px solid #d5d5d5;
    }

    .ty-group-block .ty-caret-inner {
        border-bottom-color: #fbfbfb;
    }

.ty-cart-total {
    background: #f7f7f7;
}

.ty-cart-statistic__title {
    color: #545453;
}

.ty-cart-statistic__total-title {
    color: #545453;
}

.ty-estimation__title, .ty-estimation-buttons {
    text-align: center;
}

.ty-estimation__title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #d5d5d5;
}

.et-shipping-popup_option-wrapper {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #d5d5d5;
}

#shipping_estimation_total {
    text-align: center;
    padding: 10px 0;
}

    #shipping_estimation_total .et-shipping_estimation_total, #shipping_estimation_total .et-price {
        font-size: 15px;
    }

.ty-gift-certificate-coupon .ty-input-text {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-gift-certificate-coupon .ty-btn-go {
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.ty-coupons__container {
    width: 350px;
}

.et-points-title {
    font-weight: bold;
}

.litecheckout #litecheckout_step_location .litecheckout__item {
    width: 100%;
}

.litecheckout .litecheckout__step-title {
    font-weight: bold;
    text-transform: uppercase;
}

.litecheckout .litecheckout__shipping-method__logo-image {
    width: auto;
}

.litecheckout__terms .ty-checkout__terms {
    border-color: #ff9200;
    margin-bottom: 5px;
}

.ty-credit-card {
    background: #eee;
}

.ty-checkout__title-icon {
    color: #f39c12;
    color: #f1c40f;
}

.ty-step__container-active {
    background: transparent;
}

.ty-step__title-active {
    background: #ff9200;
    color: #fff;
}

.ty-step__title-arrow {
    color: #ff9200;
}

.ty-step__container-active .ty-step__title-left, .ty-step__title-left {
    background: #fff;
    color: #545453;
}

.ty-step__container {
    background: #539802;
    color: #fff;
}

.ty-step__title .ty-step__title-txt, .ty-step__title-complete .ty-step__title-txt, .ty-step__title-complete .ty-step__title-left {
    color: #fff;
}

.ty-step__container-active {
    margin-bottom: 15px;
}

.ty-checkout__register-methods-item {
    margin: 0px 0 12px;
    padding: 12px 0 11px;
}

.ty-step-one .buttons-container, .ty-checkout-buttons {
    padding: 10px 20px;
    background: #fff;
    border-top: none;
}

    .ty-step-one .buttons-container .ty-btn, .ty-checkout-buttons .ty-btn {
        text-transform: uppercase;
    }

.ty-checkout__login {
    border-right: 1px solid #fff;
    margin-right: -1px;
}

.ty-tabs__item.active, .ty-tabs .subtab.active {
    background: #ff9200;
}

    .ty-tabs__item.active .ty-tabs__a {
        color: #fff;
    }

.ty-tabs__item, .ty-tabs .subtab {
    background: #539802;
}

    .ty-tabs__a, .ty-tabs .subtab a {
        color: #fff;
    }

    .ty-tabs__item:hover, .ty-tabs .subtab:hover {
        background: #ff9200;
    }

        .ty-tabs__item:hover .ty-tabs__a, .ty-tabs .subtab:hover .ty-tabs__a {
            color: #fff;
        }

.ty-step__title-complete .ty-step__title-right .ty-btn {
    padding: 0;
    background: none;
    color: #fff;
}

    .ty-step__title-complete .ty-step__title-right .ty-btn:hover {
        background: none;
        color: #fff;
    }

.ty-order-products__item {
    padding: 10px 0;
    border-bottom: 1px dashed #d5d5d5;
}

a.ty-order-products__a {
    margin-right: 10px;
}

.ty-checkout-summary__total {
    border-top: 1px dashed #d5d5d5;
    margin-top: 5px;
    padding-top: 15px;
}

    .ty-checkout-summary__total .et-checkout-summary__total-title, .ty-checkout-summary__total .ty-checkout-summary__total-sum {
        font-size: 15px;
    }

    .ty-checkout-summary__total .ty-checkout-summary__total-sum {
        font-size: 18px;
    }

    .ty-checkout-summary__total .et-checkout-summary__total-title {
        text-transform: uppercase;
    }

.et-order-product-right {
    overflow: hidden;
}

.ty-order-products__list {
    padding: 10px 5px;
}

    .ty-order-products__list .ty-product-options {
        padding: 0;
        margin: 5px 0;
    }

.thin-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.thin-scrollbar::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.thin-scrollbar:hover::-webkit-scrollbar-thumb {
    background: #bababa;
}

.thin-scrollbar:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

.noscrollbar {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .noscrollbar::-webkit-scrollbar {
        display: none;
    }

.trans {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.et-hover-zoom {
    display: block;
    overflow: hidden;
}

    .et-hover-zoom img {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .et-hover-zoom:hover img {
        transform: scale(1.10,1.10);
    }

.et-abs-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.et-icon {
    font-family: et-icon;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#scroll-up {
    position: fixed;
    display: none;
    outline: none !important;
    text-decoration: none;
    bottom: 90px;
    right: 60px;
    text-align: center;
    z-index: 2000;
    opacity: .7;
    font-size: 50px;
    color: #545453;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    #scroll-up i {
        display: inline-block;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

#scroll-up {
    left: auto;
    right: 60px;
}

@media screen and (max-width: 480px) {
    #scroll-up {
        right: 20px;
    }
}

.notification-content-extended h1 span:before, .ui-widget-header .ui-icon-closethick:before {
    font-family: et-icon;
    content: "\e95f";
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 50%;
}

.ty-product-options .ty-product-options__elem {
    padding: 0;
}

.ui-dialog .buttons-container-picker {
    border: 0;
}

.ui-dialog .ui-dialog-titlebar, .notification-content-extended h1 {
    border-bottom: none;
    padding-top: 12px;
    white-space: normal;
    font-size: 17px;
    padding-right: 40px;
}

    .notification-content-extended h1 span, .ui-widget-header .ui-icon-closethick {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

.ui-dialog-content .ty-input-text-large {
    width: 400px;
}

.et-product-notification__item-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

    .et-product-notification__item-wrapper .ty-product-notification__image {
        margin: 0 10px 0 0;
        padding: 0;
        float: none;
    }

    .et-product-notification__item-wrapper .et-product-notification__image, .et-product-notification__item-wrapper .ty-product-notification__body .ty-no-image {
        padding: 0;
        margin-right: 10px;
        flex-basis: 50px;
        flex-shrink: 0;
    }

    .et-product-notification__item-wrapper .ty-product-notification__content {
        align-self: center;
        flex-grow: 1;
    }

.ty-product-notification__item .ty-product-notification__product-name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #545453;
}

    .ty-product-notification__item .ty-product-notification__product-name:hover {
        text-decoration: none;
        color: #ff9200;
    }

.ty-product-notification__body .ty-product-options__info, .ty-buy-together-notification__item .ty-product-options__info {
    margin-top: 10px;
}

    .ty-product-notification__body .ty-product-options__info .ty-product-options__title, .ty-buy-together-notification__item .ty-product-options__info .ty-product-options__title {
        text-transform: uppercase;
    }

    .ty-product-notification__body .ty-product-options__info .ty-product-options, .ty-buy-together-notification__item .ty-product-options__info .ty-product-options {
        margin-bottom: 0px;
    }

    .ty-product-notification__body .ty-product-options__info .ty-product-options-name, .ty-product-notification__body .ty-product-options__info .ty-product-options-content, .ty-buy-together-notification__item .ty-product-options__info .ty-product-options-name, .ty-buy-together-notification__item .ty-product-options__info .ty-product-options-content {
        padding-bottom: 0;
    }

    .ty-product-notification__body .ty-product-options__info .ty-product-options-name, .ty-buy-together-notification__item .ty-product-options__info .ty-product-options-name {
        color: #999;
    }

.ty-buy-together-notification__items .et-buy-together-notification__options {
    margin: 0;
}

.ty-buy-together-notification__items .et-buy-together-notification__inner-options {
    padding-top: 0;
}

    .ty-buy-together-notification__items .et-buy-together-notification__inner-options .ty-product-options__info {
        margin-top: 0;
    }

.ty-buy-together-notification__items .ty-buy-together-notification__item-link {
    font-weight: bold;
}

.ui-dialog-content {
    outline: none;
}

    .ui-dialog-content .ty-cr-product-info-container {
        max-width: initial;
    }

        .ui-dialog-content .ty-cr-product-info-container .ty-cr-product-info-image, .ui-dialog-content .ty-cr-product-info-container .ty-cr-product-info-header {
            padding: 0;
            display: block;
            text-align: center;
            max-width: initial;
        }

        .ui-dialog-content .ty-cr-product-info-container .ty-product-block-title {
            margin-top: 10px;
            display: inline-block;
            max-width: 400px;
        }

    .ui-dialog-content .cr-popup-error-box {
        margin-bottom: 10px;
    }

    .ui-dialog-content .ty-vendor-communication-product-info-container {
        max-width: initial;
    }

        .ui-dialog-content .ty-vendor-communication-product-info-container .ty-vendor-communication-product-info-image, .ui-dialog-content .ty-vendor-communication-product-info-container .ty-vendor-communication-product-info-header {
            padding: 0;
            display: block;
            text-align: center;
            max-width: initial;
        }

        .ui-dialog-content .ty-vendor-communication-product-info-container .ty-product-block-title {
            margin-top: 10px;
            display: inline-block;
            max-width: 400px;
        }

    .ui-dialog-content .et-vendor-communication-button {
        text-align: center;
    }

        .ui-dialog-content .et-vendor-communication-button .ty-btn {
            text-transform: uppercase;
        }

    .ui-dialog-content .cr-popup-error-box {
        margin-bottom: 10px;
    }

.ty-login-popup .ty-control-group__label {
    font-weight: bold;
}

.ty-login-popup .ty-login__remember-me {
    padding: 11px 0;
}

    .ty-login-popup .ty-login__remember-me input {
        margin: -20px 5px -15px 0;
    }

.et-profile-page {
    margin-bottom: 60px;
}

    .et-profile-page .ty-account {
        margin-bottom: 0;
    }

    .et-profile-page .et-mainbox-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 20px;
    }

    .et-profile-page .buttons-container {
        display: flex;
        justify-content: space-between;
    }

        .et-profile-page .buttons-container:before, .et-profile-page .buttons-container:after {
            display: none;
        }

        .et-profile-page .buttons-container .ty-login__remember-me {
            display: flex;
            align-items: center;
        }

.ty-newsletters p {
    font-weight: bold;
    margin-bottom: 5px;
}

.ty-account {
    margin-top: 0;
    margin-bottom: 60px;
}

    .ty-account .ty-subheader {
        background: #ecf0f1;
        color: #222;
        padding: 10px 10px;
    }

.ty-tabs__content .ty-account {
    margin-bottom: 45px;
}

.ty-account-detail {
    background: none;
    padding-bottom: 0;
}

    .ty-account-detail h4 {
        margin-bottom: 0;
    }

.et-profile-details-img {
    margin-top: 50px;
}

.et-account-mailing-header {
    margin: 30px 0 15px;
}

.ty-account-benefits {
    margin-bottom: 60px;
}

.et-profile-register-img {
    margin-top: 30px;
}

.ty-login, .ty-recover-password {
    margin-top: 0;
}

    .ty-login .buttons-container, .ty-recover-password .buttons-container {
        margin-top: 30px;
    }

.ty-login-info {
    text-align: center;
}

    .ty-login-info h4 {
        font-size: 25px;
        color: #545453;
        padding: 0px;
    }

    .ty-login-info .ty-login-info__txt p {
        font-size: 15px;
        padding: 0;
    }

    .ty-login-info .et-register-btn {
        margin: 30px 0 0;
    }

.et-not-registered-img {
    margin-top: 30px;
    text-align: center;
}

.et-auth-text {
    margin-top: 150px;
}

.auth-information-grid, .profile-information-grid {
    margin-bottom: 25px;
}

.success-registration__a {
    font-size: 20px;
}

.et-success-registration__item {
    margin-bottom: 30px;
    padding-left: 17px;
    min-height: 60px;
    border-left: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.ty-orders-search {
    margin-top: 0px;
    margin-bottom: 40px;
}

    .ty-orders-search th {
        background: #ecf0f1;
    }

.ty-search-form {
    margin-top: 0;
}

    .ty-search-form .ty-search-form__buttons-container {
        box-sizing: border-box;
        background: #f7f7f7;
    }

.ty-status {
    font-weight: normal;
}

.ty-orders__actions {
    margin: 0;
}

.ty-orders-detail .ty-tabs {
    border: none;
    margin-top: 15px;
}

.ty-orders-detail .ty-tabs__list {
    background: #ecf0f1;
}

.ty-orders-detail .ty-tabs__item {
    margin-top: 0;
}

.ty-orders-detail .ty-tabs__a {
    padding: 10px 21px 4px 18px;
}

.orders-customer .ty-subheader, .orders-product .ty-subheader {
    text-transform: uppercase;
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ty-orders-summary__right {
    margin-top: 10px;
}

.ty-orders-detail__table-code {
    padding: 10px 0 6px;
}

.ty-orders-detail__table-description .ty-product-options {
    display: block;
    margin-left: 10px;
    margin-bottom: 0;
}

.ty-orders-detail__table-description .ty-product-options__info {
    margin-bottom: 6px;
}

.ty-orders-detail__table .ty-orders-detail__table-price, .ty-orders-detail__table .ty-orders-detail__table-quantity {
    text-align: center;
}

.ty-orders-detail__table .ty-orders-detail__table-subtotal {
    text-align: right;
}

.et-orders__buy-together-title {
    margin-top: 6px;
}

.ty-buy-together-orders__products .ty-cart-content-products__item {
    padding: 15px 0;
}

.ty-orders-summary__total {
    text-transform: uppercase;
}

.et-orders-summary__total-price {
    font-size: 15px;
}

.ty-checkout-complete__login-info {
    margin-bottom: 15px;
}

    .ty-checkout-complete__login-info .ty-subheader {
        text-transform: uppercase;
        border-bottom: 1px dashed #ccc;
    }

.ty-checkout-complete__order-success {
    margin-bottom: 40px;
}

.ty-vendor-communication-search, .ty-reward-points-userlog {
    margin-top: 0;
    margin-bottom: 60px;
}

    .ty-vendor-communication-search th, .ty-reward-points-userlog th {
        background: #ecf0f1;
    }

.ty-compare-menu__elem {
    background: #ff9200;
    color: #fff;
}

.ty-compare-menu__a:hover {
    background: #3d7000;
    color: #fff;
}

.ty-compare__wrapper {
    padding-top: 5px;
}

.ty-compare-menu {
    width: 130px;
}

.ty-compare-products__menu {
    width: 130px;
    padding-left: 0;
}

.ty-compare-sort {
    width: 120px;
}

.ty-compare-products__product, .ty-compare-feature_item_size {
    width: 272px;
}

.et-compare .et-compare-item-wrapper {
    text-align: center;
    margin-top: 0;
}

.et-compare-item {
    width: 262px;
    display: inline-block;
    text-align: left;
}

.et-compare-products__delete {
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

.et-compare-image-outer-wrapper {
    text-align: center;
    margin: 0 10px 10px;
}

    .et-compare-image-outer-wrapper .et-image-wrapper {
        display: inline-block;
        position: relative;
    }

.ty-download__table {
    margin-top: 0;
    margin-bottom: 15px;
}

    .ty-download__table th {
        background: #ecf0f1;
    }

#wishlist_view .et-grid-list .et-grid-item-wrapper {
    max-width: 16.66%;
}

#wishlist_view .ty-wish-list-empty {
    text-align: center;
}

    #wishlist_view .ty-wish-list-empty .ty-column6 {
        margin-right: 0;
    }

.ty-product-empty {
    margin: 0px;
    line-height: 485px;
    height: 485px;
    border: 1px solid #eee;
}

.ty-wish-list__buttons {
    margin-top: 20px;
}

.et-page-grid {
    margin-bottom: 60px;
}

    .et-page-grid .ty-form-builder .ty-input-text, .et-page-grid .ty-form-builder__textarea, .et-page-grid .ty-form-builder__select, .et-page-grid .ty-form-builder__country {
        max-width: initial;
    }

.et-contact-us-html-info {
    margin-left: -10px;
}

    .et-contact-us-html-info h4 {
        margin-bottom: 0;
    }

.et-contact-us-html-info__wrapper {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.et-contact-us-html-info__item-wrapper {
    background: #f7f7f7;
    flex-grow: 1;
    display: flex;
    padding: 10px 25px;
}

    .et-contact-us-html-info__item-wrapper:first-child {
        margin-right: 15px;
    }

.et-contact-us-html-info__item {
    flex-grow: 3;
}

.et-contact-us-html-info__working-hours {
    margin-left: -10px;
}

.ty-wysiwyg-content .et-html-notice {
    padding: 10px 25px;
    background: #f7f7f7;
    color: #000;
    border-radius: 4px;
    display: block;
}

.et-contact-us-html__map {
    padding-bottom: 20px;
}

.et-contact-us-html-info__section-wrapper {
    border-bottom: 1px dashed #aaa;
    margin-bottom: 15px;
}

    .et-contact-us-html-info__section-wrapper h3 {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .et-contact-us-html-info__section-wrapper:last-child {
        border: none;
    }

.et-search-page {
    margin-top: 10px;
}

.et-search_total-items {
    font-weight: normal;
}

.et-companies {
    display: flex;
    flex-flow: row nowrap;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}

    .et-companies .et-companies__img {
        flex-shrink: 0;
        align-self: center;
    }

    .et-companies .et-companies__info {
        padding-left: 25px;
        flex-grow: 1;
    }

    .et-companies .ty-company-title {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .et-companies .et-companies__info-details {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        margin: 5px 0;
        padding: 0;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
    }

    .et-companies .et-vendor-header-top__block {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .et-companies .et-vendor-header-top__block .et-social-links {
            padding-top: 0;
        }

        .et-companies .et-vendor-header-top__block .et-vendor-header-top__info a {
            font-size: 15px;
            font-weight: bold;
        }

    .et-companies .grid-list__rating {
        margin: 0;
    }

        .et-companies .grid-list__rating .et-rating-graph_info-bottom a {
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-decoration: none;
            color: #666;
        }

            .et-companies .grid-list__rating .et-rating-graph_info-bottom a:hover {
                text-decoration: none;
                color: #228B22;
            }

        .et-companies .grid-list__rating .ty-discussion__review-quantity {
            padding: 0;
            margin-top: 2px;
            display: inline-block;
            vertical-align: middle;
        }

    .et-companies .et-company__catalog-description {
        margin-top: 10px;
    }

.search-by-geodata .ty-product-filters__title {
    font-size: 20px;
}

.ty-gift-certificate-validate.gift-validate .ty-input-append {
    width: auto;
    float: none;
    display: flex;
}

.ty-gift-certificate-validate.gift-validate .ty-gift-certificate__icon {
    flex-basis: 27px;
    margin-right: 10px;
    position: relative;
    top: auto;
    left: auto;
    font-size: 34px;
    margin-top: 7px;
}

.ty-gift-certificate-validate.gift-validate .ty-input-text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-gift-certificate-validate.gift-validate .ty-btn-go {
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 40px;
    padding: 0 40px;
    top: 0;
    right: 0;
}

.et-mainbox-simple .ty-gift-certificate, .et-mainbox-simple .ty-gift-certificate-validate {
    margin-top: 0;
}

.ty-gift-certificate__buttons .et-add-to-wishlist i {
    display: none;
}

.et-gift-certificate-picker .ty-search-form .ty-search-form__buttons-container {
    margin: 30px -20px 0;
    width: auto;
}

.et-gift-certificate-picker .ty-search-form__inline-input {
    margin-bottom: 10px;
}

.et-gift-certificate-picker .et-list__item .et-product-list__right {
    min-width: 170px;
}

    .et-gift-certificate-picker .et-list__item .et-product-list__right .et-vendor-logo {
        display: none;
    }

.et-gift-certificate-picker .ty-product-list__bulk {
    margin-top: 0;
    margin-right: 0;
}

.et-gift-certificate-picker .ty-product-list__item-name {
    font-size: 15px;
}

.et-gift-certificate-picker .et-list-price-ammount {
    margin-right: 15px;
    display: block;
    text-align: right;
    width: auto;
}

    .et-gift-certificate-picker .et-list-price-ammount > div {
        display: block;
    }

.et-gift-certificate-picker .ty-control-group {
    margin-bottom: 10px;
}

.et-gift-certificate-picker .ty-control-group__label {
    min-width: initial;
}

.et-gift-certificate-picker .ty-product-options {
    margin-top: 15px;
}

.et-gift-certificate-picker .ty-product-options__item .ty-control-group__label {
    padding: 0;
    display: block;
    margin: 0 0 4px;
}

.et-gift-certificate-picker .ty-control-group.et_option_type_R {
    margin-bottom: 0;
}

.et-vendor-account-information-grid {
    margin-bottom: 30px;
}

.et-vendor-account-info-block {
    margin-top: 15px;
    margin-left: 60px;
}

.et-apply-for-vendor-grid .ty-company-fields .et-mainbox-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

#apply_for_vendor_account .ty-company__terms {
    margin-left: 0;
    margin-right: 0;
}

.ty-features-all .ty-features-all__group {
    padding-left: 5.25px;
    padding-right: 5.25px;
    margin-bottom: 15px;
    vertical-align: top;
}

    .ty-features-all .ty-features-all__group .ty-subheader {
        font-weight: bold;
        font-size: 24px;
        margin: 5px 0 0 0;
        padding: 5px 8px;
        background: #f5f3f8;
        color: #666;
    }

    .ty-features-all .ty-features-all__group .ty-features-all__list {
        border: 1px solid #f5f3f8;
        margin: 5px 0 0;
        padding: 8px;
    }

    .ty-features-all .ty-features-all__group .ty-features-all__list-a {
        font-size: 13px;
    }

.ty-features-all .ty-features-all__list-item {
    padding: 10px 5px;
}

    .ty-features-all .ty-features-all__list-item .ty-pict {
        margin: auto;
    }

.et-contanct-us-header {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.et-contact-info-block {
    background: #f7f7f7;
    padding: 20px;
    min-height: 100px;
    margin: 0 10px;
    flex: 1;
}

    .et-contact-info-block .et-columns-wrapper {
        margin: 0 -10px;
    }

.et-contact-info-wrapper {
    margin: 0 -10px;
}

.et-contact-info-inner-block {
    margin: 0 10px;
    flex: 1;
}

.et-contact-info-header, .et-column-right-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.et-contact-info-small-header {
    margin-bottom: 10px;
}

.et-contact-info-content-right {
    font-weight: bold;
}

.et-contanct-us-subheader {
    font-size: 24px;
    margin: 40px 0 10px;
}

.et-contanct-us-description {
    margin-bottom: 20px;
    font-size: 14px;
}

.ty-form-builder .et-columns-wrapper {
    margin: 0 -10px;
}

.ty-form-builder .et-column1, .ty-form-builder .et-column2 {
    padding: 0 10px;
    box-sizing: border-box;
}

@keyframes wobbleVert {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0px);
    }
}

.et-relative {
    position: relative;
}

@keyframes fadeInBottom {
    0% {
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes et_godown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-100%);
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes et_godown {
    from {
        opacity: 0;
        -moz-transform: translatey(-100%);
    }

    to {
        opacity: 1;
    }
}

@keyframes et_godown {
    from {
        opacity: 0;
        transform: translatey(-100%);
    }

    to {
        opacity: 1;
    }
}

.et-columns-wrapper {
    display: flex;
    flex-flow: row wrap;
}

    .et-columns-wrapper.nowrap {
        flex-flow: row nowrap;
    }

.et-column1 {
    width: 100%;
}

.et-column2 {
    width: 50%;
}

.et-column3 {
    width: 33.333333333333%;
}

.et-column4 {
    width: 25%;
}

.et-column5 {
    width: 20%;
}

.et-column6 {
    width: 16.666666666667%;
}

.et-column7 {
    width: 14.285714285714%;
}

.et-column8 {
    width: 12.5%;
}

.et-column9 {
    width: 11.111111111111%;
}

.et-column10 {
    width: 10%;
}

html[dir="rtl"] body.shadow-dim {
    padding-right: 0;
    padding-left: 17px;
}

    html[dir="rtl"] body.shadow-dim .et-sticky-header {
        padding-right: 0;
        padding-left: 17px;
    }

    html[dir="rtl"] body.shadow-dim.mac-sbw {
        padding-right: 0;
        padding-left: 15px;
    }

        html[dir="rtl"] body.shadow-dim.mac-sbw .et-sticky-header {
            padding-right: 0;
            padding-left: 15px;
        }

html[dir="rtl"] .owl-wrapper-outer {
    direction: ltr !important;
}

html[dir="rtl"] .et-img-bkg_wrapper {
    direction: rtl;
}

html[dir="rtl"] .banner-text-wrapper .align-R {
    text-align: left;
}

html[dir="rtl"] .banner-text-wrapper .align-L {
    text-align: right;
}

html[dir="rtl"] .et-grid-item-wrapper .ty-grid-list__image .et-scroller-btns {
    transform: translateX(50%);
}

html[dir="rtl"] .cart-content-grid .ty-dropdown-box {
    direction: rtl;
}

html[dir="rtl"] .top-cart-content .et-cart-content {
    margin-left: -6px;
}

html[dir="rtl"] .cta-arrow {
    transform: rotate(180deg);
}

html[dir="rtl"] .et-pro-banner {
    direction: rtl;
}

html[dir="rtl"] .et-mobile-sticky-cart .et-sticky-icon-wrapper span.et-mobile-sticky-cart-count {
    margin-left: -4px;
}

html[dir="rtl"] .ty-range-slider .ui-slider-handle:last-child {
    left: auto;
    right: auto;
}

.et-responsive-arrow-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

    .et-responsive-arrow-wrapper .ty-footer-menu__icon-open, .et-responsive-arrow-wrapper .ty-footer-menu__icon-hide {
        position: relative;
        top: auto;
        right: auto;
        font-size: 25px;
    }

.et-mobile-footer-menu {
    margin-bottom: 10px;
}

    .et-mobile-footer-menu .ty-footer-general__header, .et-mobile-footer-menu .et-footer-general__header {
        padding: 5px 30px 5px 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dadcde;
    }

        .et-mobile-footer-menu .ty-footer-general__header span, .et-mobile-footer-menu .et-footer-general__header span {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
        }

        .et-mobile-footer-menu .ty-footer-general__header .ty-footer-menu__icon-open, .et-mobile-footer-menu .ty-footer-general__header .ty-footer-menu__icon-hide, .et-mobile-footer-menu .et-footer-general__header .ty-footer-menu__icon-open, .et-mobile-footer-menu .et-footer-general__header .ty-footer-menu__icon-hide {
            color: #fff;
        }

    .et-mobile-footer-menu .ty-footer-general__body, .et-mobile-footer-menu .et-footer-general__body {
        margin: 0;
    }

        .et-mobile-footer-menu .ty-footer-general__body .ty-footer-form-block__title, .et-mobile-footer-menu .et-footer-general__body .ty-footer-form-block__title {
            display: none;
        }

        .et-mobile-footer-menu .ty-footer-general__body .ty-footer-menu__item, .et-mobile-footer-menu .et-footer-general__body .ty-footer-menu__item {
            border: none;
            margin: 0;
            padding: 2px 0;
        }

            .et-mobile-footer-menu .ty-footer-general__body .ty-footer-menu__item a, .et-mobile-footer-menu .et-footer-general__body .ty-footer-menu__item a {
                font-size: 13px;
            }

    .et-mobile-footer-menu .et-social-links {
        display: flex;
        align-content: center;
    }

        .et-mobile-footer-menu .et-social-links a.et-social-icon i {
            font-size: 30px;
        }

.et-noscroll {
    overflow: hidden;
}

.noscroll-fixed {
    overflow: hidden;
}

    .noscroll-fixed #tygh_main_container {
        height: 100vh;
    }

.et-right-menu-visible.bottom-menu-opened .et-mobile-header.et-sticky.et-active, .et-left-menu-visible.bottom-menu-opened .et-mobile-header.et-sticky.et-active {
    z-index: 649;
}

#tygh_main_container {
    min-width: 320px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.et-dim-content {
    content: "";
    position: fixed;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 1014;
    display: block;
    transform: translateX(-100%);
}

    .et-dim-content.visible {
        display: block;
        opacity: 1;
        z-index: 1014;
        transform: translateX(0%);
    }

.et-left-menu-visible .et-menu__showing + .et-dim-content, .et-right-menu-visible .et-menu__showing + .et-dim-content {
    transform: translateX(0%);
}

.et-left-menu__content, .et-right-menu__content {
    background: #fff;
    color: #f0f;
    position: fixed;
    top: 0;
    width: 85%;
    z-index: 3;
    height: 100%;
    overflow-y: auto;
    display: block;
    z-index: 660;
    z-index: 1015;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
}

    .et-left-menu__content .ty-text-links_show_inline, .et-right-menu__content .ty-text-links_show_inline {
        display: block !important;
    }

    .et-left-menu__content .et-top-block.et-top-left-link, .et-right-menu__content .et-top-block.et-top-left-link {
        margin: 0;
    }

.et-left-menu__content {
    left: 0;
    transform: translateX(-100%);
}

.et-right-menu__content {
    right: 0;
    transform: translateX(100%);
}

body.et-left-menu-visible .et-left-menu-showing, body.et-left-menu-visible .et-right-menu-showing, body.et-right-menu-visible .et-left-menu-showing, body.et-right-menu-visible .et-right-menu-showing {
    transform: translate(0);
}

body.et-left-menu-visible .et-menu__showing, body.et-right-menu-visible .et-menu__showing {
    display: block;
}

body.et-right-menu-visible .et-right-menu-showing {
    right: 0;
    z-index: 1015;
}

body.et-left-menu-visible .et-left-menu-showing {
    z-index: 1015;
}

.et-left-menu__content .et-menu__controls, .et-right-menu__content .et-menu__controls {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.et-menu__btn-left, .et-menu__btn-right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
    padding: 14px 16px;
    box-sizing: border-box;
}

    .et-menu__btn-left i, .et-menu__btn-left span, .et-menu__btn-right i, .et-menu__btn-right span {
        color: #fff;
    }

    .et-menu__btn-left i, .et-menu__btn-right i {
        font-size: 20px;
    }

.et-resp-menu__btn-right, .et-left-menu__btn-right, .et-menu__btn-right {
    text-align: right;
}

.et-menu__btn {
    display: inline-block;
    padding: 14px 16px;
    box-sizing: border-box;
}

    .et-menu__btn i, .et-menu__btn span {
        color: #fff;
    }

    .et-menu__btn i {
        font-size: 20px;
    }

@media screen and (max-width: 1024px) {
    .et-mobile-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .et-multi-scroller-ul, .cta-wrapper, .et-info-block__inner-wrapper {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-multi-scroller-ul::-webkit-scrollbar, .cta-wrapper::-webkit-scrollbar, .et-info-block__inner-wrapper::-webkit-scrollbar {
            display: none;
        }

        .et-info-block__inner-wrapper.et-info-block__top {
            overflow: initial;
        }

    .et-multi-scroller-wrapper .et-multi-scroller-ul {
        margin: 0;
        box-sizing: border-box;
    }

        .et-multi-scroller-wrapper .et-multi-scroller-ul:before, .et-multi-scroller-wrapper .et-multi-scroller-ul:after {
            display: none;
        }

    .et-multi-scroller-ul {
        padding: 0 10px;
    }

    .cta-wrapper .cta-step-text, .et-info-block__inner-wrapper > div {
        white-space: normal;
    }

    .et-info-block__inner-wrapper.et-info-block__left > div {
        width: 90%;
        max-width: 400px;
    }

    .ty-footer-grid .et-info-block__inner-wrapper.et-info-block__top {
        white-space: normal;
        display: flex;
        flex-flow: wrap;
    }

        .ty-footer-grid .et-info-block__inner-wrapper.et-info-block__top > div {
            width: 50%;
            padding: 0 10px;
            margin: 0;
        }

        .ty-footer-grid .et-info-block__inner-wrapper.et-info-block__top .title {
            font-size: 16px;
            font-weight: bold;
        }

        .ty-footer-grid .et-info-block__inner-wrapper.et-info-block__top i {
            font-size: 50px;
            width: 50px;
            height: 50px;
        }

    .et_full_width_block_wrapper_bars .et-mainbox-title-text {
        font-size: 24px;
    }

    .cta-title {
        font-size: 25px;
        margin: 40px 0 40px;
        padding: 0 10px;
    }

    .cta-circle:first-child {
        margin-left: 10px;
    }

    .cta-block-wrapper {
        padding-bottom: 40px;
        background-attachment: initial !important;
    }

    .et-categ-block {
        padding: 10px;
    }

        .et-categ-block .owl-carousel {
            margin: 0 -5px;
        }

    .et-home-testimonials {
        background-attachment: initial !important;
    }

        .et-home-testimonials .et_full_width_title .ty-mainbox-title {
            font-size: 22px;
            margin: 0px 0 30px;
            padding: 0 20px;
        }

    .et-rating-graph {
        display: none !important;
    }

    .tygh-header > .header-grid {
        padding-top: 0;
    }

    .et-left-menu .is-hover-menu .ty-menu__item-link, .et-right-menu .is-hover-menu .ty-menu__item-link {
        background: none;
    }

    .et-left-menu .is-hover-menu .ty-menu__submenu-items, .et-right-menu .is-hover-menu .ty-menu__submenu-items {
        display: none;
    }

        .et-left-menu .is-hover-menu .ty-menu__submenu-items.ty-menu__items-show, .et-right-menu .is-hover-menu .ty-menu__submenu-items.ty-menu__items-show {
            display: block;
        }

    .et-left-menu .cm-responsive-menu-toggle.ty-menu__item-toggle-active i, .et-right-menu .cm-responsive-menu-toggle.ty-menu__item-toggle-active i {
        color: #434343;
    }

    .et-left-menu .ty-menu__item-toggle, .et-right-menu .ty-menu__item-toggle {
        font-size: 30px;
    }

        .et-left-menu .ty-menu__item-toggle i, .et-right-menu .ty-menu__item-toggle i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%);
            margin-left: -15px;
        }

    .et-left-menu .et-icon-menu, .et-right-menu .et-icon-menu {
        font-size: 28px;
        margin-top: 3px;
        display: block;
        color: #fff;
    }

    .et-left-menu .ty-text-links_show_inline, .et-right-menu .ty-text-links_show_inline {
        position: relative;
        left: auto;
        right: auto;
        padding: 0;
        border: none;
        background: none;
        margin: 0;
    }

        .et-left-menu .ty-text-links_show_inline .ty-text-links__item, .et-right-menu .ty-text-links_show_inline .ty-text-links__item {
            padding: 0;
            margin: 0;
            display: block;
            border-bottom: 1px solid #ddd;
            background: #228B22;
        }

            .et-left-menu .ty-text-links_show_inline .ty-text-links__item .ty-text-links__a, .et-right-menu .ty-text-links_show_inline .ty-text-links__item .ty-text-links__a {
                padding: 14px 16px;
                min-height: 46px;
                font-size: 15px;
                text-transform: uppercase;
                box-sizing: border-box;
            }

            .et-left-menu .ty-text-links_show_inline .ty-text-links__item .et_menu_icon, .et-right-menu .ty-text-links_show_inline .ty-text-links__item .et_menu_icon {
                min-width: 20px;
                text-align: center;
            }

    .et-categ-title {
        padding-left: 10px;
        padding-right: 10px;
    }

        .et-categ-title .et-main-categ {
            font-size: 24px;
            padding-top: 15px;
            padding-right: 0;
            padding-bottom: 0;
            border-bottom-width: 5px;
        }

        .et-categ-title .et-additional-categ {
            position: relative;
            right: auto;
            top: auto;
            transform: none;
            padding: 10px 0;
            overflow: auto;
            white-space: nowrap;
            display: block;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            .et-categ-title .et-additional-categ::-webkit-scrollbar {
                display: none;
            }

            .et-categ-title .et-additional-categ li a {
                font-size: 15px;
            }

    .et-categ-block-wrapper {
        padding-bottom: 0;
    }

    .et-categ-block .et-categ-block-tabs .et-tab {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .ty-logo-container {
        margin: 10px 0 0;
        text-align: left;
    }

    .et-header-call {
        margin: 10px 0 0 0;
    }

    .et-phone-marketplace-menu .ty-icon-short-list {
        font-size: 41px;
        padding-top: 2px;
        display: block;
        padding-right: 9px;
        margin-bottom: -3px;
    }

    .et-phone-marketplace-menu, .et-phone-vendor-menu {
        width: auto !important;
    }

    .et-phone-search {
        flex: 1;
    }

    .ty-search-block
    .row-fluid span.energo-searchbox, span.energo-searchbox {
        width: 120px !important;
    }

    .energo-searchbox + .ty-search-block__input {
        padding-right: 120px !important;
    }

    .ty-search-block input.ty-search-block__input {
        height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 12px;
    }

    .ty-search-block select.energo-searchbox {
        height: 30px !important;
    }

    .ty-search-block .energo-searchbox {
        right: 32px;
    }

    .ty-search-block .energo-searchbox-span {
        right: 32px;
        padding-top: 5px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
    }

        .ty-search-block .energo-searchbox-span i {
            right: 5px;
        }

        .ty-search-block .energo-searchbox-span .energo-searchbox-spanInner {
            padding-left: 0px;
            display: block !important;
            width: auto !important;
        }

    .ty-search-block .energo-searchbox-span, .ty-search-block .energo-searchbox:focus, .ty-search-block .energo-searchbox:hover + span.energo-searchbox-span {
        background: #f5f5f5;
    }

    .ty-search-block .ty-search-magnifier {
        height: 30px;
        width: 32px;
    }

        .ty-search-block .ty-search-magnifier .ty-icon-search {
            font-size: 20px;
        }

    .homepage-our-brands .et-our-brands-item {
        padding: 10px;
    }
}

.et-menu__controls {
    padding: 5px 0;
    margin-bottom: 10px;
}

    .et-menu__controls.et-primary-bkg {
        background: #f1f2f5;
    }

        .et-menu__controls.et-primary-bkg .et-menu__title {
            margin-left: 10px;
            color: #696973;
            text-transform: uppercase;
            font-size: 16px;
        }

        .et-menu__controls.et-primary-bkg .et-menu__btn {
            color: #696973;
            padding: 7px 10px 5px;
        }

            .et-menu__controls.et-primary-bkg .et-menu__btn i {
                color: #696973;
                font-size: 25px;
            }

.et-marketplace-menu-content {
    -webkit-overflow-scrolling: touch;
}

    .et-marketplace-menu-content i.ty-icon-short-list {
        color: #545453;
    }

    .et-marketplace-menu-content .ty-logo-container {
        margin: 20px 10px;
    }

    .et-marketplace-menu-content .ty-cr-phone-number-link {
        display: inline-block;
        float: right;
    }

    .et-marketplace-menu-content .ty-menu__item {
        display: list-item;
    }

    .et-marketplace-menu-content .ty-search-block {
        margin: 0 10px 10px;
    }

        .et-marketplace-menu-content .ty-search-block .energo-searchbox {
            display: none !important;
        }

        .et-marketplace-menu-content .ty-search-block input.ty-search-block__input {
            padding-right: 47px !important;
            height: 40px;
        }

        .et-marketplace-menu-content .ty-search-block .ty-search-magnifier {
            height: 40px;
            width: 42px;
        }

    .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__item-active > .ty-menu__submenu-item-header a {
        background: none;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu {
        box-shadow: none;
    }

    .et-marketplace-menu-content .et-category-menu .ty-top-mine__submenu-col, .et-marketplace-menu-content .et-category-menu .ty-menu__submenu-item-header {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #eee;
        background: none;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__submenu-item-header a {
        padding-left: 0px;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__submenu-item-header a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .ty-top-mine__submenu-col {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        border: none;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-no-icon {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__menu-btn {
        border: none;
        background: #fff;
    }

        .et-marketplace-menu-content .et-category-menu .ty-menu__menu-btn .ty-menu__item-toggle {
            top: 3px;
        }

            .et-marketplace-menu-content .et-category-menu .ty-menu__menu-btn .ty-menu__item-toggle i {
                color: #228B22;
            }

        .et-marketplace-menu-content .et-category-menu .ty-menu__menu-btn .ty-menu__item-link {
            display: flex;
            align-items: center;
        }

            .et-marketplace-menu-content .et-category-menu .ty-menu__menu-btn .ty-menu__item-link i {
                padding-right: 10px;
                margin-top: 2px;
                font-size: 20px;
                color: #228B22;
            }

            .et-marketplace-menu-content .et-category-menu .ty-menu__menu-btn .ty-menu__item-link span {
                font-weight: bold;
                font-size: 18px;
                color: #228B22;
            }

    .et-marketplace-menu-content .et-category-menu .ty-menu__submenu-items {
        background: none;
        border-left: none;
        border-right: none;
    }

    .et-marketplace-menu-content .et-category-menu .et-menu-2-wrapper {
        box-shadow: none;
        border: none;
        margin-left: 0;
    }

        .et-marketplace-menu-content .et-category-menu .et-menu-2-wrapper .ty-menu__submenu-item-header {
            padding-left: 20px;
        }

    .et-marketplace-menu-content .et-category-menu .et-categ-link {
        display: flex;
        align-items: center;
    }

        .et-marketplace-menu-content .et-category-menu .et-categ-link.et-has-sub {
            padding-right: 40px !important;
        }

    .et-marketplace-menu-content .et-category-menu .ty-menu__submenu.level-3 .et-categ-link {
        padding-left: 20px;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__item-toggle {
        top: 5px;
    }

    .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__submenu-item-header .et_menu_icon, .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__submenu.level-2 .et-sub-categ-img-link img, .et-marketplace-menu-content .et-category-menu .ty-menu__items .ty-menu__submenu.level-3 .et-sub-categ-img-link img, .et-marketplace-menu-content .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link .et_menu_icon {
        padding-right: 10px;
        text-align: center;
        margin-right: 0;
        width: 32px;
    }

    .et-marketplace-menu-content .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link .et_menu_icon {
        width: 20px;
        margin-right: 10px;
        padding: 0;
    }

    .et-marketplace-menu-content .ty-menu__items .ty-menu__item {
        border: none;
    }

    .et-marketplace-menu-content .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link {
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .et-marketplace-menu-content .et-menu-item-wrapper {
        display: flex;
        align-items: center;
    }

        .et-marketplace-menu-content .et-menu-item-wrapper div {
            flex: 1;
        }

        .et-marketplace-menu-content .et-menu-item-wrapper .ty-menu__item-toggle {
            flex: 0;
            position: relative;
        }

    .et-marketplace-menu-content .cm-responsive-menu-toggle i {
        color: #434343;
    }

    .et-marketplace-menu-content .cm-responsive-menu-toggle.ty-menu__item-toggle-active {
        background: none;
    }

    .et-marketplace-menu-content .et-menu__controls {
        margin-bottom: 0px;
    }

    .et-marketplace-menu-content .ty-menu__items {
        background: none;
        min-height: initial;
    }

    .et-marketplace-menu-content .ty-menu__submenu-item-header a.ty-menu__item-link {
        display: table;
        min-height: 28px;
        padding-right: 40px;
    }

    .et-marketplace-menu-content .ty-menu__items .ty-menu__item.ty-menu__menu-btn .ty-menu__item-link {
        padding: 10px 10px;
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
    }

    .et-marketplace-menu-content .ty-menu__submenu-item-header {
        margin: 0;
    }

    .et-marketplace-menu-content .ty-menu__items .ty-menu__submenu-item-header .et-menu-link {
        font-weight: normal;
        font-size: 15px;
    }

    .et-marketplace-menu-content .ty-menu__items .ty-menu__item .ty-menu__item-link, .et-marketplace-menu-content .ty-menu__items .ty-menu__item .ty-menu__submenu-link {
        font-size: 15px;
        color: #000;
        font-weight: normal;
        text-transform: none;
    }

    .et-marketplace-menu-content .ty-menu__items .et-menu-2-wrapper {
        min-height: initial;
        width: auto;
    }

        .et-marketplace-menu-content .ty-menu__items .et-menu-2-wrapper .et-menu-2 {
            padding: 0;
        }

            .et-marketplace-menu-content .ty-menu__items .et-menu-2-wrapper .et-menu-2 .et-sub-categ-img-link {
                width: auto;
                float: none;
            }

        .et-marketplace-menu-content .ty-menu__items .et-menu-2-wrapper .ty-menu__submenu-items {
            border: none;
        }

    .et-marketplace-menu-content .ty-menu__items .ty-menu__submenu.level-2 {
        position: relative;
    }

        .et-marketplace-menu-content .ty-menu__items .ty-menu__submenu.level-2 .ty-top-mine__submenu-col {
            width: auto;
            margin-right: 0;
        }

    .et-marketplace-menu-content .ty-top-mine__submenu-col {
        width: auto;
    }

    .et-marketplace-menu-content .et-main-menu {
        background: #fff;
    }

        .et-marketplace-menu-content .et-main-menu .ty-menu__submenu-items {
            background: none;
            border: none;
            box-shadow: none;
        }

        .et-marketplace-menu-content .et-main-menu .ty-top-mine__submenu-col {
            border: none;
            margin: 0;
        }

        .et-marketplace-menu-content .et-main-menu .cm-responsive-menu-toggle i {
            color: #000;
        }

        .et-marketplace-menu-content .et-main-menu .ty-menu__submenu-item-header {
            padding-left: 30px;
            background: none;
            border-bottom-color: rgba(255,255,255,0.1);
        }

        .et-marketplace-menu-content .et-main-menu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link {
            padding-left: 0;
        }

        .et-marketplace-menu-content .et-main-menu .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
            padding: 10px 0;
            min-height: 33px;
            display: flex;
            align-items: center;
        }

        .et-marketplace-menu-content .et-main-menu .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item {
            padding-left: 40px;
            border-bottom-color: rgba(255,255,255,0.1);
        }

        .et-marketplace-menu-content .et-main-menu .cm-responsive-menu-toggle.ty-menu__item-toggle-active i {
            color: #228B22;
        }

.et-vendor-header-mobile {
    margin: 0px -10px 0px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

    .et-vendor-header-mobile .et-vendor-header-mobile-logo {
        margin-right: 10px;
        flex: 0;
    }

        .et-vendor-header-mobile .et-vendor-header-mobile-logo a {
            border-width: 2px;
            width: 75px;
            height: 75px;
        }

        .et-vendor-header-mobile .et-vendor-header-mobile-logo .ty-no-image {
            max-height: 75px !important;
        }

    .et-vendor-header-mobile .et-vendor-header-mobile-info {
        flex: 1;
    }

    .et-vendor-header-mobile .et-vendor-name a {
        font-size: 14px;
    }

    .et-vendor-header-mobile .et-rating-graph__trigger .ty-stars {
        margin: 0;
    }

    .et-vendor-header-mobile .et-vendor-rating .ty-stars .ty-stars__icon {
        font-size: 12px;
    }

    .et-vendor-header-mobile .et-vendor-rating .et-rating-graph_wrapper .et-rating-graph_average, .et-vendor-header-mobile .et-vendor-rating .ty-discussion__review-quantity {
        font-size: 12px;
        margin: 0;
    }

    .et-vendor-header-mobile .et-vendor-rating .et-icon-menu-arrow {
        display: none;
    }

    .et-vendor-header-mobile .et-vendor-rating .ty-discussion__review-quantity {
        margin-top: 2px;
    }

    .et-vendor-header-mobile .et-vendor-location-mobile {
        font-weight: bold;
        font-size: 12px;
        margin-top: 3px;
    }

    .et-vendor-header-mobile .et-vendor-header-mobile-contact {
        flex: 0;
    }

        .et-vendor-header-mobile .et-vendor-header-mobile-contact a {
            display: flex;
            font-weight: normal;
            background: #f68888;
            border-radius: 15px;
            padding: 10px 10px;
            color: #fff;
        }

            .et-vendor-header-mobile .et-vendor-header-mobile-contact a span {
                font-weight: normal;
                font-size: 12px;
            }

@media screen and (max-width: 480px) {
    .et-vendor-header-mobile .et-vendor-header-mobile-contact a i {
        padding: 0;
    }

    .et-vendor-header-mobile .et-vendor-header-mobile-contact a span {
        display: none;
    }

    .et-phone-search .energo-searchbox-span {
        display: none !important;
    }

    .et-home-grid .et-grid-list .et-grid-item-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 340px) {
    .et-vendor-header-mobile .et-vendor-rating .ty-stars a {
        top: 0;
    }

    .et-vendor-header-mobile .et-vendor-rating .ty-discussion__review-quantity {
        display: none;
    }
}

.et-phone-vendor-menu .ty-icon-short-list {
    font-size: 41px;
    padding-top: 2px;
    display: block;
    padding-right: 9px;
    margin-bottom: -3px;
}

.et-phone-vendor-menu .et-category-menu .ty-menu__items .ty-menu__item:not(.ty-menu__menu-btn) .et-menu-link, .et-phone-vendor-menu .et-category-menu .ty-menu__items .ty-menu__item:not(.ty-menu__menu-btn) .et_menu_icon, .et-phone-vendor-menu .et-category-menu .ty-menu__items .ty-menu__item:not(.ty-menu__menu-btn) .cm-responsive-menu-toggle i, .et-phone-vendor-menu .et-category-menu .ty-menu__items .ty-menu__item:not(.ty-menu__menu-btn) .cm-responsive-menu-toggle.ty-menu__item-toggle-active i {
    color: #000;
}

.et-phone-vendor-menu .et-main-menu .ty-menu__items > li a {
    background: transparent !important;
}

.et-phone-vendor-menu .et-vendor-store-menu-mobile .et-vendor-menu {
    margin: 0;
}

    .et-phone-vendor-menu .et-vendor-store-menu-mobile .et-vendor-menu .ty-menu__item-link {
        font-size: 15px;
        padding: 13px 29px 13px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

        .et-phone-vendor-menu .et-vendor-store-menu-mobile .et-vendor-menu .ty-menu__item-link i {
            font-size: 20px;
            width: 20px;
            padding-right: 7px;
        }

        .et-phone-vendor-menu .et-vendor-store-menu-mobile .et-vendor-menu .ty-menu__item-link i, .et-phone-vendor-menu .et-vendor-store-menu-mobile .et-vendor-menu .ty-menu__item-link span {
            vertical-align: middle;
        }

.et-phone-search .ty-search-block input.ty-search-block__input, .et-phone-search .ty-search-block .ty-search-magnifier {
    height: 40px;
}

.et-phone-search .ty-search-block .ty-search-magnifier {
    width: 42px;
}

.mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #efefef;
    z-index: 650;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

@media screen and (max-width: 1024px) {
    .mobile-sticky {
        display: flex !important;
    }
}

.mobile-sticky > div {
    flex: 1;
    border-right: 1px solid #ddd;
}

    .mobile-sticky > div:last-child {
        border: none;
    }

.mobile-sticky .mobile-sticky-menu-item a.mobile-sticky-menu-link, .mobile-sticky .ty-account-info__title, .mobile-sticky .et-top-cart-icon {
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .mobile-sticky .mobile-sticky-menu-item a.mobile-sticky-menu-link i, .mobile-sticky .ty-account-info__title i, .mobile-sticky .et-top-cart-icon i {
        font-size: 24px;
    }

.mobile-sticky .mobile-sticky-menu-link:active, .mobile-sticky .mobile-sticky-menu-link:hover, .mobile-sticky .mobile-sticky-menu-link:focus, .mobile-sticky .mobile-sticky-menu-link.active {
    color: #545453;
}

.mobile-sticky .ty-account-info__title-txt, .mobile-sticky .et-icon-my-account {
    display: block;
}

.mobile-sticky .ty-dropdown-box__title, .mobile-sticky .ty-dropdown-box {
    display: block;
    padding: 0;
}

.mobile-sticky .et-top-cart-icon {
    float: none;
}

    .mobile-sticky .et-top-cart-icon .et-cart-content {
        display: none;
    }

.mobile-sticky .et-my-account-content, .mobile-sticky .et-my-cart-content {
    padding: 10px 20px;
}

    .mobile-sticky .et-my-account-content .ty-account-info__orders input {
        background: #f5f5f5;
        height: 35px;
    }

    .mobile-sticky .et-my-account-content .ty-account-info__buttons.buttons-container .ty-btn {
        padding: 10px;
    }

.et-mobile-sticky-compare .et-sticky-icon-wrapper, .et-mobile-sticky-wishlist .et-sticky-icon-wrapper, .et-mobile-sticky-cart .et-sticky-icon-wrapper {
    position: relative;
    display: inline-block;
}

    .et-mobile-sticky-compare .et-sticky-icon-wrapper span, .et-mobile-sticky-wishlist .et-sticky-icon-wrapper span, .et-mobile-sticky-cart .et-sticky-icon-wrapper span {
        font-size: 10px;
        right: -8px;
        background: #dd0e1c;
        min-width: 10px;
        min-height: 14px;
        line-height: 13px;
    }

        .et-mobile-sticky-compare .et-sticky-icon-wrapper span.empty, .et-mobile-sticky-wishlist .et-sticky-icon-wrapper span.empty, .et-mobile-sticky-cart .et-sticky-icon-wrapper span.empty {
            display: none;
        }

        .et-mobile-sticky-compare .et-sticky-icon-wrapper span.et-compare-count, .et-mobile-sticky-wishlist .et-sticky-icon-wrapper span.et-compare-count, .et-mobile-sticky-cart .et-sticky-icon-wrapper span.et-compare-count {
            right: -8px;
        }

        .et-mobile-sticky-compare .et-sticky-icon-wrapper span.et-mobile-sticky-cart-count, .et-mobile-sticky-wishlist .et-sticky-icon-wrapper span.et-mobile-sticky-cart-count, .et-mobile-sticky-cart .et-sticky-icon-wrapper span.et-mobile-sticky-cart-count {
            top: -4px;
            left: 50%;
            transform: translateX(-50%);
            right: auto;
            margin-left: 4px;
        }

.et-mobile-sticky-cart .ty-cart-items {
    width: auto;
}

    .et-mobile-sticky-cart .ty-cart-items .ty-cart-items__list-item-desc {
        width: auto;
        padding-right: 20px;
    }

.et-mobile-sticky-cart .ty-cart-items__list-item-tools {
    right: 0;
}

.et-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.et-color-bkg_wrapper {
    display: flex;
    flex-wrap: nowrap;
}

    .et-color-bkg_wrapper > div {
        flex: 1;
    }

        .et-color-bkg_wrapper > div.et-flex-zero {
            flex-grow: 0;
            flex-shrink: 0;
        }

    .et-color-bkg_wrapper.et-flex-horiz {
        flex-direction: column;
    }

        .et-color-bkg_wrapper.et-flex-horiz .banner-text-outer-wrapper, .et-color-bkg_wrapper.et-flex-horiz .et-additional-image {
            width: 100%;
            flex-grow: 1;
            flex-basis: 50%;
        }

.et-pro-banner {
    opacity: 0;
}

.et-pro-banner-full .banners {
    display: flex;
}

    .et-pro-banner-full .banners > .ty-banner__image-item:first-child {
        width: 100%;
        flex-shrink: 0;
    }

.et-pro-banner-fixed .et-img-bkg_wrapper {
    background-size: cover !important;
}

.et-img-bkg_wrapper.lazy {
    background-image: none !important;
}

.et-img-bkg_wrapper {
    background-size: cover !important;
}

.banner-text-outer-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

    .banner-text-outer-wrapper.et-abs {
        position: absolute;
        left: 0;
        right: 0;
    }

    .banner-text-outer-wrapper div {
        color: #fff;
    }

    .banner-text-outer-wrapper .et-btn .ty-btn {
        z-index: 11;
        position: relative;
        text-transform: none;
    }

        .banner-text-outer-wrapper .et-btn .ty-btn.et-btn-shadow {
            box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
        }

    .banner-text-outer-wrapper .et-title {
        font-size: 24px;
    }

    .banner-text-outer-wrapper .et-description {
        font-size: 14px;
    }

    .banner-text-outer-wrapper.et-center {
        justify-content: center;
        align-items: center;
    }

    .banner-text-outer-wrapper.horiz-L {
        justify-content: flex-start;
    }

    .banner-text-outer-wrapper.horiz-C {
        justify-content: center;
    }

    .banner-text-outer-wrapper.horiz-R {
        justify-content: flex-end;
    }

    .banner-text-outer-wrapper.vert-T {
        align-items: flex-start;
    }

    .banner-text-outer-wrapper.vert-C {
        align-items: center;
    }

    .banner-text-outer-wrapper.vert-B {
        align-items: flex-end;
    }

    .banner-text-outer-wrapper .font-weight-B {
        font-weight: bold;
    }

    .banner-text-outer-wrapper .font-weight-L {
        font-weight: lighter;
    }

    .banner-text-outer-wrapper .font-style-I {
        font-style: italic;
    }

.et-additional-image {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

    .et-additional-image img {
        z-index: 5;
        position: relative;
    }

    .et-additional-image.vert-T {
        align-self: flex-start;
    }

    .et-additional-image.vert-C {
        align-content: center;
        -webkit-align-content: center;
        align-self: center;
    }

    .et-additional-image.vert-B {
        align-items: flex-end;
    }

    .et-additional-image.horiz-L {
        justify-content: flex-start;
        flex-grow: 0;
        flex-basis: auto;
        width: auto;
    }

    .et-additional-image.horiz-C {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .et-additional-image.horiz-R {
        justify-content: flex-end;
    }

.banner-text-wrapper {
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

    .banner-text-wrapper .align-R {
        text-align: right;
    }

    .banner-text-wrapper .align-C {
        text-align: center;
    }

    .banner-text-wrapper .align-L {
        text-align: left;
    }

    .banner-text-wrapper .et-text-shadow {
        text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    }

    .banner-text-wrapper.et-no-bkg {
        padding: 0;
    }

.et-additional-image-wrapper {
    display: block;
}

.banners .owl-item {
    overflow: hidden;
}

    .banners .owl-item .et-additional-image-wrapper, .banners .owl-item .et-title, .banners .owl-item .et-description, .banners .owl-item .et-btn {
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
    }

        .banners .owl-item .et-additional-image-wrapper.text-anim-O, .banners .owl-item .et-title.text-anim-O, .banners .owl-item .et-description.text-anim-O, .banners .owl-item .et-btn.text-anim-O {
            opacity: 1;
        }

        .banners .owl-item .et-additional-image-wrapper.text-anim-L, .banners .owl-item .et-title.text-anim-L, .banners .owl-item .et-description.text-anim-L, .banners .owl-item .et-btn.text-anim-L {
            left: -500px;
        }

        .banners .owl-item .et-additional-image-wrapper.text-anim-R, .banners .owl-item .et-title.text-anim-R, .banners .owl-item .et-description.text-anim-R, .banners .owl-item .et-btn.text-anim-R {
            right: -500px;
        }

        .banners .owl-item .et-additional-image-wrapper.text-anim-T, .banners .owl-item .et-title.text-anim-T, .banners .owl-item .et-description.text-anim-T, .banners .owl-item .et-btn.text-anim-T {
            top: -200px;
        }

        .banners .owl-item .et-additional-image-wrapper.text-anim-B, .banners .owl-item .et-title.text-anim-B, .banners .owl-item .et-description.text-anim-B, .banners .owl-item .et-btn.text-anim-B {
            bottom: -200px;
        }

    .banners .owl-item.active .et-additional-image-wrapper, .banners .owl-item.active .et-title, .banners .owl-item.active .et-description, .banners .owl-item.active .et-btn {
        opacity: 1;
    }

        .banners .owl-item.active .et-additional-image-wrapper.text-anim-L, .banners .owl-item.active .et-title.text-anim-L, .banners .owl-item.active .et-description.text-anim-L, .banners .owl-item.active .et-btn.text-anim-L {
            left: 0px;
        }

        .banners .owl-item.active .et-additional-image-wrapper.text-anim-R, .banners .owl-item.active .et-title.text-anim-R, .banners .owl-item.active .et-description.text-anim-R, .banners .owl-item.active .et-btn.text-anim-R {
            right: 0px;
        }

        .banners .owl-item.active .et-additional-image-wrapper.text-anim-T, .banners .owl-item.active .et-title.text-anim-T, .banners .owl-item.active .et-description.text-anim-T, .banners .owl-item.active .et-btn.text-anim-T {
            top: 0px;
        }

        .banners .owl-item.active .et-additional-image-wrapper.text-anim-B, .banners .owl-item.active .et-title.text-anim-B, .banners .owl-item.active .et-description.text-anim-B, .banners .owl-item.active .et-btn.text-anim-B {
            bottom: 0px;
        }

@media screen and (max-width: 1024px) {
    .et-banner-desktop.et-img-bkg_wrapper {
        background-size: cover !important;
    }

        .et-banner-desktop.et-img-bkg_wrapper.et-img-bkg_resize {
            height: 460px !important;
        }

            .et-banner-desktop.et-img-bkg_wrapper.et-img-bkg_resize .banner-text-outer-wrapper {
                height: 460px !important;
            }

        .et-banner-desktop.et-img-bkg_wrapper .banner-text-wrapper {
            margin: 0 !important;
            width: auto !important;
        }

        .et-banner-desktop.et-img-bkg_wrapper .et-title, .et-banner-desktop.et-img-bkg_wrapper .et-title * {
            font-size: 27px !important;
            line-height: normal !important;
            padding: 0 !important;
        }

        .et-banner-desktop.et-img-bkg_wrapper .et-description, .et-banner-desktop.et-img-bkg_wrapper .et-description * {
            font-size: 18px !important;
            line-height: normal !important;
            padding: 0 !important;
        }

        .et-banner-desktop.et-img-bkg_wrapper .et-btn a {
            font-size: 14px !important;
            margin: 10px 0 0 0 !important;
        }

    .et-banner-desktop .et-additional-image {
        display: none;
    }

    .et-banner-desktop .banner-text-outer-wrapper {
        padding: 15px;
    }

    .banner-text-wrapper {
        padding: 10px;
    }

    .et-inline-banners {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .et-banner-desktop.et-img-bkg_wrapper {
        background-size: cover !important;
    }
}

@media screen and (max-width: 1024px) {
    .et_full_width_block_wrapper_bars {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .ui-dialog-content .ty-input-text-large {
        width: 100%;
    }

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .et_grid_width_content .et-featured-vendors {
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
    }

        .et_grid_width_content .et-featured-vendors .et-featured-vendor-wrapper {
            flex: 1;
            min-width: 170px;
            margin: 0;
        }

        .et_grid_width_content .et-featured-vendors .et-featured-vendor {
            margin: 5px;
        }

        .et_grid_width_content .et-featured-vendors .ty-company-image-wrapper:hover img {
            transform: none;
        }

        .et_grid_width_content .et-featured-vendors .et-vendor-name {
            display: none;
        }

        .et_grid_width_content .et-featured-vendors .et-featured-vendor-image {
            margin-bottom: 10px;
        }

        .et_grid_width_content .et-featured-vendors .et-vendor-location-label {
            display: none;
        }

        .et_grid_width_content .et-featured-vendors .et-icon-footer-location, .et_grid_width_content .et-featured-vendors .et-icon-vendor-products {
            display: inline;
        }

        .et_grid_width_content .et-featured-vendors .et-icon-footer-location {
            font-size: 14px;
            width: 14px;
            padding-right: 1px;
            top: 2px;
            position: relative;
        }

        .et_grid_width_content .et-featured-vendors .et-icon-vendor-products {
            font-size: 10px;
            width: 14px;
            padding-right: 1px;
            text-align: left;
        }

        .et_grid_width_content .et-featured-vendors .ty-grid-list__total-products {
            margin-top: 2px;
        }

    .et-home-blog .etLazy {
        max-height: 100px;
    }

    .et-home-blog .et-scroller {
        margin: 0 -5px;
    }

        .et-home-blog .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
            left: -2px;
        }

        .et-home-blog .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
            right: 0;
        }

    .homepage-our-brands .et-scroller {
        margin: 0;
        padding: 0 5px;
    }

        .homepage-our-brands .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
            right: 5px;
        }

    .et-multi-scroller-ul .et-title-toggle {
        display: none !important;
    }

    .et-grid-list .et-grid-item-wrapper {
        min-width: 160px;
        max-width: 25%;
        flex-grow: 1;
    }

    .et-home-grid .et-grid-list .et-grid-item-wrapper {
        min-height: auto !important;
    }

    .touchevents .ty-mainbox-container .ty-grid-list__control, .touchevents .ty-grid-list__item:hover .ty-quick-view-button, .touchevents .ty-grid-list__item .ty-quick-view-button {
        display: inherit;
    }

    .et-scroller-item:hover .et-title-hover-inner {
        transform: none !important;
    }

    .et-multi-scroller-wrapper .et-multi-scroller {
        padding: 0 5px;
        box-sizing: border-box;
    }

        .et-multi-scroller-wrapper .et-multi-scroller.active {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

    .et-scroller .et-scroller-item .et-grid-stock-rating .et-grid-stock span, .et-grid-list .et-grid-stock-rating .et-grid-stock span, .et-scrl-vendor_label {
        display: none;
    }

    .et-scroller .ty-owl-controls .owl-controls .owl-buttons div {
        width: 15px;
        right: 0;
    }

        .et-scroller .ty-owl-controls .owl-controls .owl-buttons div i {
            width: 15px;
        }

        .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
            left: -4px;
        }

    .et-testimonials-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
        right: 14px;
    }

    .et-testimonials-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
        left: 11px;
    }

    .et-grid-list .et-product-labels__text, .et-scroller .et-product-labels__text {
        display: none;
    }

    .et-grid-list .ty-product-labels__content .et-icon-free-shipping, .et-scroller .ty-product-labels__content .et-icon-free-shipping {
        margin-right: 0;
    }

    .et-grid-list .ty-product-labels__item--shipping, .et-scroller .ty-product-labels__item--shipping {
        padding: 3px 9px 3px 6px;
    }

    .et-grid-list .ty-discount-label__item, .et-scroller .ty-discount-label__item {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }

    .et-grid-list .ty-product-labels--top-left, .et-scroller .ty-product-labels--top-left {
        top: 4px;
    }

    .et-categ-block .ty-product-labels__content .et-icon-free-shipping {
        font-size: 18px;
    }

    .et-categ-block .ty-product-labels--top-left {
        top: 12px;
    }

    .et-categ-block .et-link-thumb__item:hover .et-title-hover-inner {
        transform: none !important;
    }

    .et-categ-block .et-categ-block-tabs .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
        left: -5px;
    }

    .et-categ-block .et-categ-block-tabs .et-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-next {
        right: -5px;
    }

    .et-scroller .et-scroller-item .et-grid-stock-rating .et-grid-stock, .et-grid-list .et-grid-stock-rating .et-grid-stock {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 1px;
        display: flex;
        align-items: center;
    }

        .et-scroller .et-scroller-item .et-grid-stock-rating .et-grid-stock i, .et-grid-list .et-grid-stock-rating .et-grid-stock i {
            vertical-align: inherit;
            margin-right: 5px;
        }

        .et-scroller .et-scroller-item .et-grid-stock-rating .et-grid-stock span, .et-grid-list .et-grid-stock-rating .et-grid-stock span {
            font-size: 14px;
        }

    .et-grid-list .button-container div[id*="add_to_cart_update"], .et-scroller .ty-simple-list__buttons div[id*="add_to_cart_update"] {
        display: flex;
        margin-right: -5px;
    }

    .et-grid-list .button-container .et-add-to-cart.et-atc-icon-only, .et-grid-list .button-container .et-call-request, .et-scroller .ty-simple-list__buttons .et-add-to-cart.et-atc-icon-only, .et-scroller .ty-simple-list__buttons .et-call-request {
        width: auto;
        display: flex;
        flex: 1;
        margin: 0 5px 0 0;
        align-items: center;
        justify-items: center;
        height: 36px;
    }

    .et-grid-list .button-container .et-add-to-cart, .et-scroller .ty-simple-list__buttons .et-add-to-cart {
        order: 3;
    }

        .et-grid-list .button-container .et-add-to-cart i.et-icon-btn-cart, .et-scroller .ty-simple-list__buttons .et-add-to-cart i.et-icon-btn-cart {
            font-size: 22px;
        }

    .et-grid-list .button-container .et-call-request, .et-scroller .ty-simple-list__buttons .et-call-request {
        order: 2;
    }

    .et-scroller .ty-simple-list__buttons .et-scroller-btns {
        display: flex;
        align-items: center;
        justify-items: center;
        flex: 1;
        margin-right: 5px;
        height: 34px;
        padding: 0;
        text-align: center;
        display: none;
    }

    .et-scroller .ty-simple-list__buttons .et-add-to-cart {
        order: 1;
    }

    .et-scroller .ty-simple-list__buttons .et-call-request {
        order: 2;
    }

    .et-scroller .ty-simple-list__buttons .et-add-to-wishlist {
        order: 1;
        flex: 1;
    }

        .et-scroller .ty-simple-list__buttons .et-add-to-wishlist .et-icon-btn-wishlist {
            position: relative;
            transform: none;
            top: auto;
            left: auto;
        }

    .et-grid-list .button-container .et-scroller-btns {
        display: none;
    }

    .et-scroller .et-scrl-vendor_name {
        font-size: 12px;
    }

    .et-icon-mobile-sold-by, .et-scrl-vendor_name {
        display: inline;
        vertical-align: middle;
    }

    .et-icon-mobile-sold-by {
        font-size: 14px;
        color: #777;
    }

    .et-scroller-btns .et-quick-view, .et-scroller-btns .et-add-to-compare {
        display: none;
    }

    .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns, .et-scroller .et-grid-btns {
        visibility: visible;
        opacity: 1;
        right: 0;
        left: 0;
        position: absolute;
        transform: none;
        margin-right: 0;
        margin-bottom: -5px;
        z-index: 1;
    }

        .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns a, .et-scroller .et-grid-btns a {
            margin: 0;
            border: none;
            background: rgba(255,255,255,0.7);
            width: 25px;
            height: 25px;
            position: absolute;
            bottom: 3px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

            .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns a.et-quick-view:hover, .et-scroller .et-grid-btns a.et-quick-view:hover {
                background: #228B22;
            }

            .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns a.et-add-to-compare:hover, .et-scroller .et-grid-btns a.et-add-to-compare:hover {
                background: #228B22;
            }

            .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns a.et-add-to-wishlist:hover, .et-scroller .et-grid-btns a.et-add-to-wishlist:hover {
                background: #228B22;
            }

        .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns .et-add-to-compare, .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns .et-add-to-wishlist, .et-scroller .et-grid-btns .et-add-to-compare, .et-scroller .et-grid-btns .et-add-to-wishlist {
            display: flex !important;
            justify-content: center;
            align-items: center;
        }

        .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns .et-add-to-compare, .et-scroller .et-grid-btns .et-add-to-compare {
            left: 3px;
        }

        .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns .et-add-to-wishlist, .et-scroller .et-grid-btns .et-add-to-wishlist {
            right: 3px;
        }

            .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns .et-add-to-wishlist i, .et-scroller .et-grid-btns .et-add-to-wishlist i {
                margin-top: 2px;
                font-size: 17px;
            }

        .et-grid-item-wrapper .ty-grid-list__image .et-grid-btns .et-quick-view, .et-scroller .et-grid-btns .et-quick-view {
            display: none;
        }

    .et-grid-item-wrapper .et-grid-item {
        padding-bottom: 10px;
    }

    .et-grid-item-wrapper .et-price {
        margin-bottom: 2px;
    }

    .et-grid-item-wrapper .grid-list__rating .ty-stars .ty-stars__icon {
        font-size: 14px;
    }

    .et-grid-item-wrapper .grid-list__rating .et_rating_total {
        font-size: 12px;
    }

    .et-grid-item-wrapper .et-grid-vendor {
        padding-left: 0;
        padding-right: 0;
        margin-top: 5px;
    }

    .et-grid-item-wrapper.et-hover .et-vendor-name {
        white-space: nowrap;
    }

    .ty-grid-list__image .owl-controls {
        display: none !important;
    }

    .et-grid-vendor .et-vendor-info {
        display: block;
    }

    .et-grid-vendor .et-vendor-logo {
        display: none;
    }

    .et-grid-vendor .et-vendor-info .et-vendor-location {
        margin-top: 1px;
        margin-bottom: 0;
    }

        .et-grid-vendor .et-vendor-info .et-vendor-location i, .et-grid-vendor .et-vendor-info .et-vendor-products i {
            font-size: 13px;
            width: 14px;
            display: inline-block;
            text-align: center;
            margin-right: 3px;
            color: #777;
        }

        .et-grid-vendor .et-vendor-info .et-vendor-location i {
            font-size: 16px;
        }

    .et-grid-vendor .et-vendor-info .et-vendor-products span {
        display: inline-block;
    }

    .et-grid-vendor .et-vendor-name-wrapper {
        color: #228B22;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .et-grid-vendor .et-vendor-name {
        display: inline !important;
        vertical-align: middle;
    }

    .et-featured-vendors-block .et_full_width_title h1, .et-featured-vendors-block .et_full_width_title h2, .et-home-special-title .et_full_width_title h1, .et-home-special-title .et_full_width_title h2, .et-featured-products-block .et_full_width_title .ty-mainbox-title, .et-home-blog .et_full_width_title .ty-mainbox-title {
        padding-top: 15px;
    }

    .et-featured-vendors-block .et-featured-vendors-text, .et-featured-products-block .et_grid_width_content .et_full_width_content-text {
        margin-bottom: 10px;
    }

    .et-page-title h1, .et-category-title h1 {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ty-breadcrumbs .ty-breadcrumbs__a, .ty-breadcrumbs .ty-breadcrumbs__arrow, .ty-breadcrumbs .ty-breadcrumbs__current {
        font-size: 12px;
    }

    .et-page-title .et-breadcrumbs .ty-breadcrumbs, .et-category-title .et-breadcrumbs .ty-breadcrumbs, .et-breadcrumbs .ty-breadcrumbs {
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        white-space: nowrap;
        overflow: auto;
        display: block;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-page-title .et-breadcrumbs .ty-breadcrumbs::-webkit-scrollbar, .et-category-title .et-breadcrumbs .ty-breadcrumbs::-webkit-scrollbar, .et-breadcrumbs .ty-breadcrumbs::-webkit-scrollbar {
            display: none;
        }

    .et-breadcrumbs {
        border-top: none;
    }

    .ty-breadcrumbs .et-breadcrumbs-separator {
        margin-left: 5px;
        margin-right: 5px;
    }

    .ty-product-switcher {
        position: relative;
        top: auto;
        display: block;
        width: auto;
        padding: 0px 0 10px 0;
        margin: 0 10px;
        display: none;
    }

        .ty-product-switcher .ty-product-switcher__a {
            top: 0px;
        }

    .et-subcategs {
        white-space: nowrap;
        overflow: auto;
        padding-top: 20px;
        margin-top: 0;
        margin-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-subcategs::-webkit-scrollbar {
            display: none;
        }

        .et-subcategs .et-subcategs-text-only {
            margin-left: 10px;
        }

        .et-subcategs .ty-subcategories__item {
            white-space: normal;
            width: 131px;
            padding: 0 5px;
            margin-bottom: 10px;
        }

            .et-subcategs .ty-subcategories__item a .et-long-names {
                font-size: 14px;
            }

        .et-subcategs .ty-subcategories-img, .et-subcategs .ty-no-image {
            width: 110px !important;
        }

    .et-category-descr-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .et-category-description-text {
        max-height: 51px;
        overflow: hidden;
    }

    .et-page-descr-wrapper {
        margin: 10px 0 0;
    }

    .et-category-page > .row-fluid {
        display: flex;
        flex-flow: column-reverse;
    }

    .ty-sort-dropdown {
        margin: 2px 0 0 0;
    }

        .ty-sort-dropdown .ty-sort-dropdown__wrapper {
            padding: 5px 18px 5px 10px;
            font-size: 12px;
            margin-right: 5px;
        }

            .ty-sort-dropdown .ty-sort-dropdown__wrapper .ty-sort-dropdown__icon {
                right: 12px;
            }

            .ty-sort-dropdown .ty-sort-dropdown__wrapper#sw_elm_pagination_steps {
                margin-right: 0;
            }

                .ty-sort-dropdown .ty-sort-dropdown__wrapper#sw_elm_pagination_steps .ty-sort-dropdown__icon {
                    right: 7px;
                }

    .et-sidebar-subcategories .et-menu__controls {
        margin: 0;
    }

    .et-sidebar-subcategories .et-sidebox-categ {
        margin: 0;
    }

    .et-sidebar-subcategories .item1-wrapper, .et-sidebar-subcategories .item1-wrapper ul {
        margin: 0;
    }

    .et-sidebar-subcategories .item1 {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #eee;
        background: none;
        font-size: 15px;
    }

    .et-sidebar-subcategories .et-sidebox-categ-lev-2 .item1 {
        padding-left: 20px;
    }

    .et-sidebar-subcategories .et-sidebox-categ-lev-3 .item1 {
        padding-left: 30px;
    }

    .et-sidebar-subcategories .et-sidebox-categ-lev-4 .item1 {
        padding-left: 40px;
    }

    .et-sidebar-subcategories a:hover .et-sidebox-subcateg-title, .et-sidebar-subcategories a:hover .et-count, .et-sidebar-subcategories a:hover {
        color: #434343;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .et-sidebar-subcategories .et-sidebox-subcateg-title-wrapper:focus .et-sidebox-subcateg-title, .et-sidebar-subcategories .et-sidebox-subcateg-title-wrapper:focus .et-count {
        color: #f00;
    }

    .et-sidebar-subcategories a.active .et-sidebox-subcateg-title, .et-sidebar-subcategories a.active .et-count, .et-sidebar-subcategories a.active .active {
        color: #228B22;
    }

    .et-sidebar-subcategories .et_subcateg_toggle {
        right: 13px;
    }

        .et-sidebar-subcategories .et_subcateg_toggle.open i {
            color: #228B22;
        }

        .et-sidebar-subcategories .et_subcateg_toggle i {
            font-size: 30px;
        }

    .et-sidebox-filters .et-menu__controls {
        margin: 0;
    }

    .et-sidebox-filters-content {
        padding-left: 30px;
        padding-right: 20px;
    }

        .et-sidebox-filters-content .ty-product-filters__wrapper {
            margin-bottom: 40px;
        }

        .et-sidebox-filters-content .ty-product-filters li .ty-product-filters__search .ty-input-text-medium {
            border-color: #eee;
        }

    .et-horizontal-product-filters .et-product-filters__wrapper, .et-selected-product-filters .et-product-filters__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .et-horizontal-product-filters .et-hf-tabs__wrapper, .et-selected-product-filters .et-hf-tabs__wrapper {
        display: flex;
        align-items: center;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-horizontal-product-filters .et-hf-tabs__wrapper::-webkit-scrollbar, .et-selected-product-filters .et-hf-tabs__wrapper::-webkit-scrollbar {
            display: none;
        }

        .et-horizontal-product-filters .et-hf-tabs__wrapper .et-filter-tab div, .et-selected-product-filters .et-hf-tabs__wrapper .et-filter-tab div {
            padding: 9px 15px;
            font-size: 14px;
        }

        .et-horizontal-product-filters .et-hf-tabs__wrapper .et-horizontal-filter__title, .et-selected-product-filters .et-hf-tabs__wrapper .et-horizontal-filter__title {
            margin: 0 5px 0 0;
        }

    .et-horizontal-product-filters .ty-tabs__list, .et-selected-product-filters .ty-tabs__list {
        display: block;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-horizontal-product-filters .ty-tabs__list::-webkit-scrollbar, .et-selected-product-filters .ty-tabs__list::-webkit-scrollbar {
            display: none;
        }

        .et-horizontal-product-filters .ty-tabs__list .ty-tabs__item, .et-selected-product-filters .ty-tabs__list .ty-tabs__item {
            float: none;
            display: inline-block;
        }

    .et-horizontal-product-filters .ty-product-filters, .et-selected-product-filters .ty-product-filters {
        white-space: nowrap;
    }

    .et-horizontal-product-filters .et_horiz_filter_buttons, .et-selected-product-filters .et_horiz_filter_buttons {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-horizontal-product-filters .et_horiz_filter_buttons .et_horiz_checkbox.ty-btn, .et-selected-product-filters .et_horiz_filter_buttons .et_horiz_checkbox.ty-btn {
            font-size: 14px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .et-horizontal-product-filters .et_horiz_filter_buttons::-webkit-scrollbar, .et-selected-product-filters .et_horiz_filter_buttons::-webkit-scrollbar {
            display: none;
        }

    .et-horizontal-product-filters .et-hf-selected .et-hf-variant__clear-wrapper, .et-selected-product-filters .et-hf-selected .et-hf-variant__clear-wrapper {
        font-size: 15px;
    }

    .et-horizontal-product-filters .et-range-slider__slider-wrapper, .et-horizontal-product-filters .et-range-slider__price-wrapper, .et-selected-product-filters .et-range-slider__slider-wrapper, .et-selected-product-filters .et-range-slider__price-wrapper {
        width: 100%;
        display: block;
    }

    .et-horizontal-product-filters .et-hf-selected__title, .et-selected-product-filters .et-hf-selected__title {
        font-size: 22px;
        padding: 0 2px;
        margin: 0 5px 0 0;
    }

    .et-horizontal-product-filters .et-hf-selected .et_horiz_filter_buttons, .et-selected-product-filters .et-hf-selected .et_horiz_filter_buttons {
        float: none;
    }

    .et-horizontal-product-filters .et_horiz_filter_buttons, .et-selected-product-filters .et_horiz_filter_buttons {
        display: flex;
        align-items: center;
    }

        .et-horizontal-product-filters .et_horiz_filter_buttons .ty-product-filters__group .et_horiz_checkbox.ty-btn, .et-selected-product-filters .et_horiz_filter_buttons .ty-product-filters__group .et_horiz_checkbox.ty-btn {
            margin: 0 4px;
        }

    .et-horizontal-product-filters .et-hf-tabs__content-wrapper, .et-selected-product-filters .et-hf-tabs__content-wrapper {
        overflow: hidden;
    }

        .et-horizontal-product-filters .et-hf-tabs__content-wrapper:after, .et-horizontal-product-filters .et-hf-tabs__content-wrapper:before, .et-selected-product-filters .et-hf-tabs__content-wrapper:after, .et-selected-product-filters .et-hf-tabs__content-wrapper:before {
            display: none;
        }

    .et-horizontal-product-filters .et-hf-selected__filter-outer-wrapper, .et-selected-product-filters .et-hf-selected__filter-outer-wrapper {
        display: block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-horizontal-product-filters .et-hf-selected__filter-outer-wrapper::-webkit-scrollbar, .et-selected-product-filters .et-hf-selected__filter-outer-wrapper::-webkit-scrollbar {
            display: none;
        }

    .et-horizontal-product-filters .et-hf-selected__filter_title, .et-selected-product-filters .et-hf-selected__filter_title {
        margin-left: 0;
    }

    .et-category-page {
        margin-bottom: 0;
    }

    .et-category-content, .et-content-grid {
        margin-bottom: 20px;
    }

        .et-category-content .et-testimonials-scroller .et-scroller {
            margin: 0;
        }

        .et-category-content .et-testimonials-scroller .ty-discussion-post__content {
            margin-left: 0;
            margin-right: 0;
        }

        .et-category-content .et-testimonials-scroller .ty-owl-controls .owl-controls .owl-buttons div {
            right: 15px;
        }

            .et-category-content .et-testimonials-scroller .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
                left: 12px;
            }

    .et-grid-list {
        margin-top: 0;
    }

    .et-list__item .et-list__inner-wrapper {
        display: block;
    }

    .et-list__item .ty-product-list__image {
        float: left;
    }

    .et-list__item .et-list__content {
        display: block;
        margin: 0;
    }

    .et-list__item .ty-product-list__price {
        text-align: left;
    }

    .et-list__item .et-product-list__right {
        margin: 10px 0 0 0;
        padding: 0;
        border: none;
        overflow: hidden;
        float: right;
    }

    .et-list__item .et-list__content, .et-list__item .et-product-list__right {
        width: calc(100% - 195px);
    }

    .et-compact-list {
        margin: 0;
    }

        .et-compact-list .et-compact-list__item {
            padding: 10px 0;
        }

            .et-compact-list .et-compact-list__item.first {
                padding-top: 0;
            }

            .et-compact-list .et-compact-list__item:hover {
                box-shadow: none;
                background: none;
            }

        .et-compact-list .et-compact-list__content .et-add-to-cart {
            min-width: auto;
            padding: 0;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 46px;
        }

            .et-compact-list .et-compact-list__content .et-add-to-cart i {
                position: relative;
                top: auto;
                left: auto;
                bottom: auto;
                width: auto;
                background: none;
                box-shadow: none;
                padding: 0;
                font-size: 22px;
            }

                .et-compact-list .et-compact-list__content .et-add-to-cart i:before {
                    padding-right: 0;
                }

            .et-compact-list .et-compact-list__content .et-add-to-cart span {
                display: none;
            }

            .et-compact-list .et-compact-list__content .et-add-to-cart.et-btn-icon-text:hover i {
                background: none;
            }

        .et-compact-list .product-title {
            font-size: 16px;
            padding: 0;
            padding-bottom: 2px;
        }

        .et-compact-list .et-compact-list__stock-rating-wrapper {
            display: inline-block;
            line-height: 1;
            margin: 5px 0;
            vertical-align: middle;
        }

        .et-compact-list .et-compact-list__price-atc {
            display: flex;
            justify-content: flex-end;
        }

        .et-compact-list .et-compact-list__qty {
            flex: 0;
        }

        .et-compact-list .ty-value-changer, .et-compact-list .et-compact-list__qty {
            margin-right: 0;
        }

        .et-compact-list .et-compact-btn {
            flex-shrink: 0;
        }

        .et-compact-list .et-compact-list__controls {
            text-align: right;
        }

        .et-compact-list .et-compact-list__buttons {
            margin-top: 5px;
        }

            .et-compact-list .et-compact-list__buttons .et-button {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                width: 30px;
                height: 30px;
                background: #efefef;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                margin-right: 5px;
                color: #000;
            }

                .et-compact-list .et-compact-list__buttons .et-button:last-child {
                    margin-right: 0;
                }

                .et-compact-list .et-compact-list__buttons .et-button i {
                    margin-right: 0;
                }

                .et-compact-list .et-compact-list__buttons .et-button span {
                    display: none;
                }

        .et-compact-list .et-compact-list-vendor {
            float: right;
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
            text-align: right;
        }

            .et-compact-list .et-compact-list-vendor .et-sold-by {
                display: inline-block;
                margin-right: 5px;
            }

    .ty-pagination__bottom {
        margin: 25px -5px 25px;
    }

    .ty-pagination {
        display: flex;
    }

        .ty-pagination:before, .ty-pagination:after {
            display: none;
        }

        .ty-pagination .ty-pagination__btn {
            width: auto;
        }

        .ty-pagination .ty-pagination__items {
            margin: 0 0 -2px 0;
            white-space: nowrap;
            overflow: auto;
            flex: 1;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            .ty-pagination .ty-pagination__items::-webkit-scrollbar {
                display: none;
            }

        .ty-pagination .ty-pagination__item, .ty-pagination .ty-pagination__selected {
            padding: 10px;
            margin: 0 0px;
        }

        .ty-pagination .et-pagination__prev, .ty-pagination .et-pagination__next {
            font-size: 15px;
            padding: 10px;
        }

            .ty-pagination .et-pagination__prev.disabled, .ty-pagination .et-pagination__next.disabled {
                opacity: .5;
            }

    .et-side-featured-items .et-link-thumb__wrapper {
        display: block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        margin: -5px;
        padding: 5px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-side-featured-items .et-link-thumb__wrapper::-webkit-scrollbar {
            display: none;
        }

        .et-side-featured-items .et-link-thumb__wrapper .et-title {
            white-space: normal;
        }

            .et-side-featured-items .et-link-thumb__wrapper .et-title .product-title {
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                text-decoration: none;
                color: #000;
            }

                .et-side-featured-items .et-link-thumb__wrapper .et-title .product-title:hover {
                    text-decoration: none;
                    color: #228B22;
                }

        .et-side-featured-items .et-link-thumb__wrapper .ty-stars a {
            color: #d60303;
        }

        .et-side-featured-items .et-link-thumb__wrapper .et-link-thumb__inner-wrapper {
            width: 126px;
            margin: 0;
        }

            .et-side-featured-items .et-link-thumb__wrapper .et-link-thumb__inner-wrapper .ty-discount-label__item {
                width: 35px;
                height: 35px;
                font-size: 11px;
            }

            .et-side-featured-items .et-link-thumb__wrapper .et-link-thumb__inner-wrapper .ty-product-labels__item--shipping {
                padding: 3px 9px 3px 6px;
            }

    .et-featured-vendor-sidebar {
        display: block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 5px;
        padding-top: 5px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .et-featured-vendor-sidebar::-webkit-scrollbar {
            display: none;
        }

        .et-featured-vendor-sidebar .et-vendor-box__wrapper {
            width: auto;
            margin: 0;
        }

            .et-featured-vendor-sidebar .et-vendor-box__wrapper .et-vendor-box {
                margin-left: 5px !important;
                margin-right: 5px !important;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;
            }

                .et-featured-vendor-sidebar .et-vendor-box__wrapper .et-vendor-box:hover {
                    box-shadow: none;
                }

    #companies_product_view + #scroll-up, #products_view + #scroll-up {
        bottom: 145px;
    }

    #et-product-page .et-product-block__inner-wrapper, #et-product-page .et-pp-info-inner-wrapper, #et-product-page .et-left-wrapper, #et-quick-view .et-product-block__inner-wrapper, #et-quick-view .et-pp-info-inner-wrapper, #et-quick-view .et-left-wrapper {
        flex-direction: column;
    }

    #et-product-page .et-left-wrapper, #et-quick-view .et-left-wrapper {
        padding-bottom: 0;
        z-index: 1;
    }

    #et-product-page .et-product-right, #et-quick-view .et-product-right {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        flex: 0;
        min-height: initial;
    }

        #et-product-page .et-product-right .et-product-right-inner, #et-quick-view .et-product-right .et-product-right-inner {
            margin: 10px 0 0 0;
            width: 100% !important;
        }

    #et-product-page .et-vendor_detail-content .ty-stars__icon, #et-quick-view .et-vendor_detail-content .ty-stars__icon {
        font-size: 13px;
    }

    #et-product-page .et-vendor_detail-content .et-rating-graph_average, #et-quick-view .et-vendor_detail-content .et-rating-graph_average {
        font-size: 13px;
    }

    #et-product-page .ty-vendor-communication__post-write, #et-quick-view .ty-vendor-communication__post-write {
        margin: 0;
    }

    #et-product-page .et-product-img-wrapper, #et-quick-view .et-product-img-wrapper {
        flex-basis: 100%;
        width: 100%;
        margin: 0 0 10px 0;
        max-width: initial;
    }

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp, #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-top, #et-product-page .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-bottom, #et-product-page .et-product-right-inner.et-sticky-pp, #et-product-page .et-product-right-inner.et-sticky-pp-top, #et-product-page .et-product-right-inner.et-sticky-pp-bottom, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-top, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img.et-sticky-pp-bottom, #et-quick-view .et-product-right-inner.et-sticky-pp, #et-quick-view .et-product-right-inner.et-sticky-pp-top, #et-quick-view .et-product-right-inner.et-sticky-pp-bottom {
        position: relative;
        top: auto !important;
    }

    #et-product-page .et-product-image-wrapper__BK .ty-product-block__img, #et-quick-view .et-product-image-wrapper__BK .ty-product-block__img {
        flex-direction: column;
    }

    #et-product-page .et-product-image-wrapper__BK .et-icon-arrow-left, #et-product-page .et-product-image-wrapper__BK .et-icon-arrow-right, #et-quick-view .et-product-image-wrapper__BK .et-icon-arrow-left, #et-quick-view .et-product-image-wrapper__BK .et-icon-arrow-right {
        font-size: 30px;
    }

    #et-product-page .et-product-thumbnails__gallery-horizontal, #et-quick-view .et-product-thumbnails__gallery-horizontal {
        min-width: 100%;
        width: auto;
        white-space: nowrap;
        overflow: auto;
        margin: 0 -5px;
    }

        #et-product-page .et-product-thumbnails__gallery-horizontal .owl-more-theme, #et-quick-view .et-product-thumbnails__gallery-horizontal .owl-more-theme {
            margin-left: 0;
            margin-right: 0;
        }

        #et-product-page .et-product-thumbnails__gallery-horizontal .owl-controls, #et-quick-view .et-product-thumbnails__gallery-horizontal .owl-controls {
            display: none;
        }

        #et-product-page .et-product-thumbnails__gallery-horizontal div:not(.owl-item) > .cm-item-gallery, #et-quick-view .et-product-thumbnails__gallery-horizontal div:not(.owl-item) > .cm-item-gallery {
            float: none;
            display: inline-block;
            width: 33.33%;
        }

        #et-product-page .et-product-thumbnails__gallery-horizontal .ty-product-thumbnails__item, #et-quick-view .et-product-thumbnails__gallery-horizontal .ty-product-thumbnails__item {
            margin: 0 5px;
        }

    #et-product-page .et-product-page__sku, #et-product-page .et-adv-options, #et-product-page .et-brand, #et-quick-view .et-product-page__sku, #et-quick-view .et-adv-options, #et-quick-view .et-brand {
        margin: 0 5px 5px 0;
    }

    #et-product-page .et-price-wrapper, #et-quick-view .et-price-wrapper {
        margin-top: 10px;
        margin-bottom: 13px;
        padding: 5px 15px 15px;
    }

    #et-product-page .prices-container, #et-quick-view .prices-container {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        align-items: flex-end;
    }

        #et-product-page .prices-container .ty-product-block__price-actual .ty-price-num, #et-quick-view .prices-container .ty-product-block__price-actual .ty-price-num {
            font-size: 25px;
        }

            #et-product-page .prices-container .ty-product-block__price-actual .ty-price-num sup, #et-quick-view .prices-container .ty-product-block__price-actual .ty-price-num sup {
                font-size: 58%;
            }

        #et-product-page .prices-container .ty-product-block__price-actual, #et-product-page .prices-container .et-old-price, #et-product-page .prices-container .et-discount-text, #et-quick-view .prices-container .ty-product-block__price-actual, #et-quick-view .prices-container .et-old-price, #et-quick-view .prices-container .et-discount-text {
            padding: 10px 0 0;
        }

    #et-product-page .et-qty-discount .ty-table, #et-quick-view .et-qty-discount .ty-table {
        margin: 0;
        display: table;
    }

        #et-product-page .et-qty-discount .ty-table thead, #et-quick-view .et-qty-discount .ty-table thead {
            display: table-header-group;
        }

        #et-product-page .et-qty-discount .ty-table tr, #et-quick-view .et-qty-discount .ty-table tr {
            position: relative;
            top: auto;
            left: auto;
            display: table-row;
            border: none;
        }

        #et-product-page .et-qty-discount .ty-table th, #et-product-page .et-qty-discount .ty-table td, #et-quick-view .et-qty-discount .ty-table th, #et-quick-view .et-qty-discount .ty-table td {
            display: table-cell;
        }

        #et-product-page .et-qty-discount .ty-table tbody, #et-quick-view .et-qty-discount .ty-table tbody {
            display: table-row-group;
        }

            #et-product-page .et-qty-discount .ty-table tbody tr, #et-quick-view .et-qty-discount .ty-table tbody tr {
                border-bottom: 1px dashed #efefef;
            }

    #et-product-page .ty-accordion .ui-accordion-header, #et-quick-view .ty-accordion .ui-accordion-header {
        background: #fff;
        color: #000;
    }

        #et-product-page .ty-accordion .ui-accordion-header.ui-state-active, #et-quick-view .ty-accordion .ui-accordion-header.ui-state-active {
            background: #ff9200;
            color: #fff;
        }

        #et-product-page .ty-accordion .ui-accordion-header.ui-state-focus, #et-quick-view .ty-accordion .ui-accordion-header.ui-state-focus {
            outline: none;
        }

    #et-product-page .ty-accordion .ui-accordion-content, #et-quick-view .ty-accordion .ui-accordion-content {
        padding: 15px;
    }

    #et-product-page .et-list-buttons-wrapper, #et-quick-view .et-list-buttons-wrapper {
        display: flex;
    }

        #et-product-page .et-list-buttons-wrapper:before, #et-product-page .et-list-buttons-wrapper:after, #et-quick-view .et-list-buttons-wrapper:before, #et-quick-view .et-list-buttons-wrapper:after {
            display: none;
        }

        #et-product-page .et-list-buttons-wrapper .et-add-to-compare span, #et-product-page .et-list-buttons-wrapper .et-add-to-wishlist span, #et-quick-view .et-list-buttons-wrapper .et-add-to-compare span, #et-quick-view .et-list-buttons-wrapper .et-add-to-wishlist span {
            font-size: 14px;
        }

        #et-product-page .et-list-buttons-wrapper .et-add-to-compare i, #et-product-page .et-list-buttons-wrapper .et-add-to-wishlist i, #et-quick-view .et-list-buttons-wrapper .et-add-to-compare i, #et-quick-view .et-list-buttons-wrapper .et-add-to-wishlist i {
            font-size: 18px;
        }

    #et-product-page .et-social-buttons, #et-quick-view .et-social-buttons {
        display: flex;
    }

    #et-product-page .pinterest__wrapper, #et-quick-view .pinterest__wrapper {
        margin: 0;
    }

    #et-product-page .ty-social-buttons__inline, #et-quick-view .ty-social-buttons__inline {
        display: inline-block;
    }

    .et-rating-graph__product-tabs {
        margin-top: 0;
    }

        .et-rating-graph__product-tabs .ty-column3 {
            width: 100%;
        }

        .et-rating-graph__product-tabs .et-rating-graph_info-top {
            padding: 0;
        }

        .et-rating-graph__product-tabs .et-rating-graph__product-tabs-avg-top {
            font-size: 22px;
        }

        .et-rating-graph__product-tabs .et-rating-graph__product-tabs-avg-bottom {
            font-size: 18px;
        }

        .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars {
            margin: 5px 0;
        }

        .et-rating-graph__product-tabs .et-rating-graph_info-top .ty-stars__icon {
            font-size: 30px;
        }

        .et-rating-graph__product-tabs .et-rating-graph_wrapper {
            padding: 0;
            margin: 10px 0;
        }

        .et-rating-graph__product-tabs .et-rating-graph__ul li {
            display: flex;
        }

            .et-rating-graph__product-tabs .et-rating-graph__ul li:before, .et-rating-graph__product-tabs .et-rating-graph__ul li:after {
                display: none;
            }

            .et-rating-graph__product-tabs .et-rating-graph__ul li .et-rating-graph__title {
                flex: 0;
            }

            .et-rating-graph__product-tabs .et-rating-graph__ul li .et-rating-graph__bar-bkg {
                flex: 1;
            }

            .et-rating-graph__product-tabs .et-rating-graph__ul li .et-rating-graph__count {
                flex: 0 0 40px;
            }

        .et-rating-graph__product-tabs .et-title {
            font-size: 20px;
        }

        .et-rating-graph__product-tabs .et-filter, .et-rating-graph__product-tabs .et-filter-options-wrapper {
            flex-direction: column;
            align-items: flex-start;
        }

        .et-rating-graph__product-tabs .et-filter-options-wrapper, .et-rating-graph__product-tabs .et-filter-options {
            width: 100%;
        }

        .et-rating-graph__product-tabs .et-filter .et-filter-title {
            padding: 0;
            text-align: left;
        }

        .et-rating-graph__product-tabs .et-filter .et-filter-options {
            margin: 5px 0 10px;
            width: 100%;
        }

        .et-rating-graph__product-tabs .et-filter .et-filter-option {
            text-align: left;
        }

        .et-rating-graph__product-tabs .et-filter .et-star-link {
            padding: 5px 0;
            display: block;
        }

        .et-rating-graph__product-tabs .et-filter .ty-stars__icon {
            font-size: 10px;
        }

    .et-discussion-post__content .et-discussion-details, .et-discussion-post__content .et-discussion-post {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .et-discussion-post__content .et-discussion-details {
        padding-bottom: 0;
    }

    .et-discussion-post__content .et-discussion-post {
        padding-top: 5px;
    }

    .et_mainbox_simple .et-scroller {
        margin: -10px -5px;
    }

    .et-product-blocks .et_mainbox_simple .et-block-title-wrapper {
        font-size: 22px;
        border-bottom-width: 5px;
    }

    .et-sticky-tabs-wrapper {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .et-sticky-tabs-wrapper .et-sticky-tab:hover {
            color: #000;
            background: none;
        }

        .et-sticky-tabs-wrapper .et-sticky-tab.active {
            color: #228B22;
            background: #fff;
        }

        .et-sticky-tabs-wrapper.et-sticky-visible {
            top: 0;
            display: block;
        }

    .et-left-menu-visible #et-sticky-prod-wrapper, .et-left-menu-visible #scroll-up, .et-right-menu-visible #et-sticky-prod-wrapper, .et-right-menu-visible #scroll-up {
        transition: none;
        z-index: 649;
    }

    #et-sticky-prod-wrapper {
        display: none !important;
        z-index: 651;
        top: auto;
        bottom: 70px;
        left: auto;
        right: auto;
        right: 20px;
        box-shadow: none;
        background: none;
    }

        #et-sticky-prod-wrapper.et-sticky-visible {
            display: block !important;
            top: auto;
            bottom: 70px;
        }

        #et-sticky-prod-wrapper #phone_sticky_atc .et-add-to-cart {
            box-shadow: -1px 2px 4px 0px rgba(0,0,0,0.3);
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border: none;
        }

        #et-sticky-prod-wrapper #phone_sticky_atc i.et-icon-btn-cart {
            font-size: 24px;
        }

        #et-sticky-prod-wrapper #phone_sticky_atc i.et-icon-arrow-right {
            font-size: 14px;
            margin: 0;
        }

        #et-sticky-prod-wrapper #phone_sticky_atc span.prefix {
            background: #3d7000;
            font-size: 18px;
            margin-left: -10px;
            margin-right: 5px;
            border-radius: 100%;
            height: 55px;
            padding: 0 5px;
            align-items: center;
            display: inline-flex;
        }

        #et-sticky-prod-wrapper #phone_sticky_atc:hover span.prefix {
            background: #ff9200;
        }

    #et-product-page .et-product-img-wrapper {
        flex-basis: initial;
    }

    #et-product-page .ty-variations-list tr {
        padding: 10px;
        border-color: #ecf0f1;
    }

    #et-product-page .ty-variations-list td {
        border: none;
    }

    #et-product-page .ty-variations-list__controls {
        text-align: right;
        padding: 10px 10px;
    }

        #et-product-page .ty-variations-list__controls .ty-table__responsive-content {
            display: block;
        }

        #et-product-page .ty-variations-list__controls .ty-variations-list__price {
            justify-content: flex-start;
            flex: 1;
        }

            #et-product-page .ty-variations-list__controls .ty-variations-list__price .ty-price-num {
                font-size: 18px;
            }

    #et-product-page .ty-variations-list__product-elem .ty-qty-out-of-stock {
        margin: 0;
    }

    #et-product-page .et-variations_list-price-btn-wrapper {
        justify-content: center;
    }

        #et-product-page .et-variations_list-price-btn-wrapper .et-button {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            padding: 8px 8px;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-buy-now {
            padding: 7px 9px 6px 8px;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .ty-variations-list__price {
            margin-bottom: 0;
        }

        #et-product-page .et-variations_list-price-btn-wrapper .et-btn-icon-text.et-add-to-cart {
            padding-top: 9px;
            padding-bottom: 9px;
        }

            #et-product-page .et-variations_list-price-btn-wrapper .et-btn-icon-text.et-add-to-cart span {
                font-size: 12px;
            }

        #et-product-page .et-variations_list-price-btn-wrapper .ty-btn {
            margin-left: 10px;
            margin-right: 0;
            margin-bottom: 0;
        }

    #et-product-page .et_product_call-req .et-call-request {
        padding: 10px 0;
    }

    #et-product-page .et-product-atc .et-add-to-cart {
        padding-top: 12px;
        padding-bottom: 11px;
    }

        #et-product-page .et-product-atc .et-add-to-cart span {
            font-size: 14px;
        }

    #et-product-page .et-call-request.et-button {
        font-size: 15px;
    }

    #et-product-page .et-pp-social-mobile {
        margin-top: 20px;
    }

    #et-product-page.et-product-page-big .et-product-top {
        margin-bottom: 10px;
    }

    #et-product-page.et-product-page-big #et_prod_title {
        text-align: left;
        margin-bottom: 0;
        line-height: 30px;
    }

    #et-product-page.et-product-page-big .et-product-image-wrapper__BK {
        box-sizing: border-box;
    }

    #et-product-page.et-product-page-big .et-product-image-wrapper__BK, #et-product-page.et-product-page-big .et-pp-info {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
        width: 100% !important;
        box-sizing: border-box;
    }

    #et-product-page.et-product-page-big .et-product-img-wrapper {
        flex-basis: initial;
        width: 100%;
    }

    #et-product-page.et-product-page-big .et-stock-rating {
        margin-bottom: 5px;
    }

    #et-product-page.et-product-page-big .et-pp-social-mobile {
        margin-top: 20px;
    }

    .et-buy-together {
        overflow: auto;
        flex-flow: column;
    }

        .et-buy-together .et-buy-together__left {
            width: auto;
            max-width: initial;
        }

        .et-buy-together .et-buy-together__right {
            width: auto;
            flex-basis: auto;
            white-space: nowrap;
        }

            .et-buy-together .et-buy-together__right .ty-buy-together__plus.chain-plus {
                display: none;
            }

            .et-buy-together .et-buy-together__right .et-buy-together__price-buttons {
                margin: 10px 0;
                border-top: 1px solid #eee;
                padding-top: 10px;
                text-align: center;
            }

        .et-buy-together .ty-buy-together__products {
            white-space: nowrap;
            width: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            .et-buy-together .ty-buy-together__products .ty-buy-together__product, .et-buy-together .ty-buy-together__products .ty-buy-together__plus.chain-plus {
                width: auto;
                display: inline-block;
            }

            .et-buy-together .ty-buy-together__products .ty-buy-together__plus.chain-plus {
                margin-left: 20px;
                margin-right: 20px;
            }

            .et-buy-together .ty-buy-together__products:before, .et-buy-together .ty-buy-together__products:after {
                display: none;
            }

            .et-buy-together .ty-buy-together__products::-webkit-scrollbar {
                display: none;
            }

            .et-buy-together .ty-buy-together__products .ty-buy-together__product {
                max-width: 50%;
            }

            .et-buy-together .ty-buy-together__products .ty-buy-together__product-name {
                width: 100%;
                box-sizing: border-box;
                padding: 5px 10px 0;
            }

            .et-buy-together .ty-buy-together__products .product-title {
                overflow: hidden;
                width: 100%;
                white-space: normal;
            }

        .et-buy-together .et-btn-icon-text.et-add-to-cart {
            display: inline-block;
        }

    .et-vendor-store-block .et_full_width_title h2 {
        font-size: 22px;
    }

    .et-vendor-store-block {
        padding-bottom: 20px;
    }

        .et-vendor-store-block .container-fluid {
            padding-left: 10px;
            padding-right: 10px;
        }

    .et-flex-content .row-fluid {
        display: flex;
        flex-direction: column;
    }

    .et-flex-content .et-flex-1 {
        order: 1;
    }

    .et-flex-content .et-flex-2 {
        order: 2;
    }

    .et-vendor-contact-wrapper {
        flex-direction: column;
    }

    .ty-sidebox:last-child {
        margin-bottom: 0;
    }

    .ty-vendor-plans__title.et-vendor-plans__title {
        margin: 0;
    }

    .ty-vendor-plans__title-desc {
        margin-bottom: 15px;
        margin-bottom: 0;
    }

        .ty-vendor-plans__title-desc .et-vendor-plans_select_plan_text_big {
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
            font-size: 26px;
        }

        .ty-vendor-plans__title-desc .et-vendor-plans_select_plan_text_small {
            font-size: 14px;
        }

    .et-vendor-plans .ty-vendor-plans {
        margin-top: 20px;
    }

    .et-vendor-plans .ty-vendor-plans__item {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

        .et-vendor-plans .ty-vendor-plans__item .et-vendor-plan-header-wrapper {
            height: auto;
            padding-bottom: 30px;
        }

        .et-vendor-plans .ty-vendor-plans__item .et-vendor-plan-price-wrapper {
            padding-top: 5px;
            padding-bottom: 15px;
        }

        .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-params {
            padding: 10px 0;
        }

        .et-vendor-plans .ty-vendor-plans__item .ty-vendor-plan-link {
            margin-top: 10px;
            margin-bottom: 0;
        }

    .et-vendor-plans__footer {
        margin-top: 10px;
        margin-bottom: -20px;
    }

        .et-vendor-plans__footer .et-vendor-plans_footer_big {
            font-size: 24px;
            margin-left: 0;
            margin-right: 0;
        }

        .et-vendor-plans__footer .et-vendor-plans_footer_small {
            font-size: 14px;
        }

    .et-vendor-account-info-block {
        margin-left: 0;
    }

    .ty-gift-certificate__buttons {
        margin-bottom: 10px;
    }

    .ty-gift-certificate-validate {
        margin-bottom: 10px;
    }

    .et-gift-certificate-picker .et-list__form-wrapper {
        display: flex;
        flex-flow: column;
        margin: 0;
    }

    .et-gift-certificate-picker .et-list__item .ty-product-list__image {
        margin-top: 0;
    }

    .et-gift-certificate-picker .et-list__item .et-product-list__right .et-vendor-logo {
        display: table-cell;
    }

    .ui-dialog .et-gift-certificate-picker input[type="checkbox"] {
        margin: 10px 0;
    }

    .ui-dialog .buttons-container.picker > div .ty-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

        .ui-dialog .buttons-container.picker > div .ty-btn:last-child {
            margin-bottom: 0;
        }

    .ui-dialog .buttons-container.picker > div .ty-close-text {
        padding-top: 0;
        display: block;
        width: 100%;
    }

    .et-mainbox-title {
        font-size: 20px;
    }

    .et-mainbox-simple .et-mainbox-simple-title {
        margin-top: 20px;
        font-size: 20px;
    }

    .et-latest-blog-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div {
        top: 80px;
        right: -7px;
    }

        .et-latest-blog-scroller-wrapper .ty-owl-controls .owl-controls .owl-buttons div.owl-prev {
            left: -10px;
        }

    .et-featured-posts {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .et-blog-page {
        margin-bottom: 10px;
    }

    .et-blog-grid-wrapper {
        margin: 0;
    }

    .et-blog-list {
        width: 100%;
        padding: 0;
    }

        .et-blog-list .et-blog-item__details-wrapper {
            min-height: auto;
        }

        .et-blog-list .et-blog__post-title-a {
            height: auto;
        }

        .et-blog-list .ty-blog__post-title {
            font-size: 20px;
            margin-bottom: 0;
            min-height: auto;
        }

        .et-blog-list .et-blog__description {
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .et-blog-list .et-blog-item__details {
            padding-bottom: 10px;
        }

    .et-blog-post-wrapper .et-blog__img-block {
        background: none;
    }

        .et-blog-post-wrapper .et-blog__img-block .et-blog-post {
            position: relative;
        }

    .et-blog-post-wrapper h1 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 27px;
    }

    .et-blog-post .et-blog__post-title {
        text-align: left;
    }

        .et-blog-post .et-blog__post-title span {
            margin: 10px 0 0;
            padding: 0;
            background: none;
            font-size: 24px;
        }

    .et-page-grid {
        margin-bottom: 15px;
    }

    .discussion-block .ty-subheader {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .ty-form-builder .et-columns-wrapper .ty-control-group__title {
        font-size: 15px;
    }

    .ty-form-builder .et-columns-wrapper .ty-control-group {
        margin-bottom: 5px;
        width: 100%;
    }

    .et-contanct-us-header {
        font-size: 22px;
    }

    .et-contanct-us-subheader {
        margin-top: 10px;
    }

    .et-columns-wrapper {
        flex-direction: column;
    }

        .et-columns-wrapper .et-contact-info-header {
            margin: 10px 0 0;
        }

    .et-contact-info-block {
        margin-bottom: 10px;
        padding: 10px 25px;
    }

        .et-contact-info-block .et-contact-info-inner-block:last-child {
            margin-bottom: 10px;
        }

        .et-contact-info-block .et-column-right-header {
            margin-top: 10px;
        }

        .et-contact-info-block .et-contact-info-small-header {
            margin-bottom: 0;
        }

        .et-contact-info-block .et-contact-info-content-right {
            margin-bottom: 10px;
        }

    .et-contact-us-html-info__wrapper, .et-contact-us-html-info__item-wrapper {
        flex-direction: column;
    }

        .et-contact-us-html-info__item-wrapper:first-child {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .et-contact-us-html-info__item-wrapper .et-contact-us-html-info__item h4 {
            margin-bottom: 0px;
        }

        .et-contact-us-html-info__item-wrapper .et-contact-us-html-info__item:last-child {
            margin-bottom: 10px;
        }

    .et-contact-us-html-info__working-hours {
        margin-top: 10px;
    }

        .et-contact-us-html-info__working-hours [class*="ty-column"] {
            margin-bottom: 0;
        }

            .et-contact-us-html-info__working-hours [class*="ty-column"] p {
                padding: 0;
            }

                .et-contact-us-html-info__working-hours [class*="ty-column"] p:last-child {
                    margin-bottom: 10px;
                }

    .ty-gift-certificate-validate.gift-validate .ty-input-text {
        padding-right: 79px;
    }

    .ty-gift-certificate-validate.gift-validate .ty-btn-go {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tygh-content .content-grid > .row-fluid > .et-container {
        padding: 0 10px;
    }

    .ty-gift-certificate__buttons .ty-btn {
        padding: 10px 10px;
    }

        .ty-gift-certificate__buttons .ty-btn i {
            top: 0;
        }

    .ty-gift-certificate__buttons .ty-btn, .ty-gift-certificate__buttons .ty-gift-certificate__preview-btn {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
        box-sizing: border-box;
    }

        .ty-gift-certificate__buttons .ty-gift-certificate__preview-btn, .ty-gift-certificate__buttons .ty-gift-certificate__preview-btn .ty-btn {
            margin: 0;
        }

    .et-search-page-content-grid .et-mobile-filter-button {
        left: 50%;
    }

    .ty-features-all .ty-features-all__group {
        margin-bottom: 5px;
    }

        .ty-features-all .ty-features-all__group:last-child {
            margin-bottom: 0;
        }

    .ty-features-all .ty-features-all__list {
        text-align: left;
    }

    .ty-features-all .ty-features-all__list-item {
        display: inline-block;
        width: 33%;
        box-sizing: border-box;
        padding: 5px;
    }

    .ty-features-all .ty-features-all__group {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .ty-compare-products__product, .ty-compare-feature_item_size, .et-compare-item {
        width: 180px;
    }

    .ty-cart-content .ty-cart-content__image-block .ty-table__responsive-header {
        margin-bottom: 10px;
    }

    .ty-cart-content__price.et-unit-price .ty-table__responsive-header, .ty-cart-content__product-elem.ty-cart-content__qty .ty-table__responsive-header, .ty-cart-content__product-elem.ty-cart-content__price .ty-table__responsive-header {
        text-align: left;
        float: left;
        width: 50%;
    }

    .ty-cart-content__price.et-unit-price .ty-table__responsive-content, .ty-cart-content__product-elem.ty-cart-content__qty .ty-table__responsive-content, .ty-cart-content__product-elem.ty-cart-content__price .ty-table__responsive-content {
        text-align: right;
        float: right;
        width: 50%;
    }

    .ty-cart-content__price.et-unit-price {
        padding: 13px;
    }

        .ty-cart-content__price.et-unit-price .ty-table__responsive-header {
            margin-top: 2px;
        }

        .ty-cart-content__price.et-unit-price .ty-table__responsive-content {
            margin-top: 1px;
        }

    .ty-cart-content__price.et-total-price {
        padding: 13px;
    }

        .ty-cart-content__price.et-total-price .ty-table__responsive-header {
            margin-top: 2px;
        }

        .ty-cart-content__price.et-total-price .ty-table__responsive-content {
            margin-top: 2px;
        }

    .ty-cart-content__qty .ty-table__responsive-header {
        margin: 10px 0;
    }

    .ty-cart-content__qty .et-small-value-changer .ty-value-changer {
        margin-right: 0;
    }

    .ty-cart-total__icon-estimation {
        position: relative;
        top: 1px;
    }

    .ty-cart-total .ty-gift-certificate-coupon .ty-input-text {
        padding-right: 59px;
    }

    .ty-cart-total .ty-gift-certificate-coupon .ty-btn-go {
        top: 0;
        right: 0;
        height: 40px;
    }

    .ty-cart-total .ty-reward-points__info {
        text-align: right;
    }

    .ty-cart-total .ty-cart-statistic__title {
        font-size: 14px;
    }

    .ty-cart-statistic {
        margin-top: 15px;
    }

    .ty-cart-statistic__total-list {
        margin-top: 10px;
    }

    .ty-cart-statistic__total-title {
        font-size: 20px;
    }

    .ty-product-notification__buttons {
        display: flex;
        flex-wrap: wrap;
    }

        .ty-product-notification__buttons .ty-float-left {
            text-align: left;
        }

        .ty-product-notification__buttons .ty-float-right {
            text-align: right;
        }

        .ty-product-notification__buttons > div {
            flex: 1;
            white-space: nowrap;
        }

        .ty-product-notification__buttons:before, .ty-product-notification__buttons:after {
            display: none;
        }

        .ty-product-notification__buttons .ty-btn {
            padding: 10px 10px;
        }

    .et-profile-page .et-auth-text {
        margin-top: 60px;
    }

    .et-profile-page .auth-information-grid {
        margin-bottom: 0;
    }

    .ty-account-benefits h4 {
        margin-bottom: 0px;
    }

    .ty-account .ty-newsletters {
        margin-bottom: 15px;
    }

    .profile-information-grid .ty-account-detail {
        margin-top: 30px;
    }

    .ty-orders-detail .discussion-block {
        margin-bottom: 15px;
    }

    .ty-orders-detail .ty-accordion .ui-accordion-header {
        padding: 10px 12px;
        background: #539802;
        color: #fff;
    }

        .ty-orders-detail .ty-accordion .ui-accordion-header.ui-state-active {
            background: #ff9200;
            color: #fff;
        }

        .ty-orders-detail .ty-accordion .ui-accordion-header .ui-accordion-header-icon {
            top: 7px;
        }

    .ty-orders-detail #discussion {
        margin-top: 15px;
    }

    .ty-orders-detail .orders-customer .ty-subheader, .ty-orders-detail .orders-product .ty-subheader {
        margin-bottom: 10px;
    }

    .ty-orders-detail .ty-orders-repay {
        margin: 0;
    }

    .ty-orders-detail .ty-orders__actions .ty-btn {
        text-align: center;
        margin: 5px 0;
    }

    .et-order-info-wrapper {
        display: flex;
        align-items: center;
    }

        .et-order-info-wrapper .ty-status {
            padding-top: 0;
            text-align: right;
        }

    .container-fluid .ty-footer-grid__full-width {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ty-wish-list-empty .ty-column6 {
        display: none;
    }

        .ty-wish-list-empty .ty-column6:first-child {
            display: block;
        }

        .ty-wish-list-empty .ty-column6 .ty-product-empty__text {
            font-size: 28px;
        }

    .et-companies {
        flex-flow: column wrap;
        justify-content: center;
    }

        .et-companies .et-companies__info {
            padding-left: 0;
        }

        .et-companies .et-companies__info-details {
            flex-wrap: wrap;
            margin-left: -5px;
            margin-right: -5px;
        }

        .et-companies .et-vendor-header-top__block {
            margin: 5px;
            flex: 1 0 auto;
        }

        .et-companies .et-vendor-header-top__info a {
            font-weight: bold;
        }

        .et-companies .et-vendor-social-links a.et-social-icon {
            margin-right: 2px;
        }
}

@media screen and (max-width: 659px) {
    .et-grid-list .et-grid-item-wrapper {
        max-width: 33.333%;
    }
}

@media screen and (max-width: 480px) {
    div.ty-cr-phone-number-link .et-header-phone-icon-wrapper {
        padding-right: 5px;
    }

    div.ty-cr-phone-number-link .et-icon-header-phone {
        font-size: 30px;
    }

    div.ty-cr-phone-number-link .ty-cr-phone {
        font-size: 14px;
    }

    div.ty-cr-phone-number-link .ty-cr-link {
        line-height: 1;
        margin: 0;
    }

        div.ty-cr-phone-number-link .ty-cr-link a {
            font-size: 10px;
        }

    .et-category-content .ty-no-items {
        padding: 150px 20px;
    }

    .et-grid-list .et-grid-item-wrapper {
        max-width: 50%;
        min-width: 50%;
        width: auto;
    }

    .et-list__item.first {
        margin-top: 0;
    }

        .et-list__item.first .ty-product-list__image {
            margin-top: 0;
        }

    .et-list__item:hover {
        box-shadow: none;
        background: none;
    }

        .et-list__item:hover .owl-controls {
            display: none;
        }

    .et-list__item .et-list__form-wrapper {
        margin: 0;
    }

        .et-list__item .et-list__form-wrapper > form {
            display: flex;
            flex-flow: column;
        }

    .et-list__item .ty-discount-label__item {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .et-list__item .et-list__content, .et-list__item .et-product-list__right {
        width: 100%;
        display: block;
    }

    .et-list__item .ty-product-list__image {
        order: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .et-list__item .et-list__content {
        order: 2;
    }

    .et-list__item .et-product-list__right {
        order: 3;
        margin: 0 0 15px 0;
        padding: 0;
        border-left: none;
    }

    .et-list__item .et-product-list__feature {
        margin-top: 10px;
    }

    .et-list__item .et-list-price-ammount {
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .et-list__item .et-list-buttons-wrapper {
        display: none;
    }

    .et-list__item .et-categ-vendor-box {
        border: none;
        padding-top: 0;
        margin-top: 12px;
    }

        .et-list__item .et-categ-vendor-box .et-vendor-info .et-vendor-location {
            margin-top: 0;
        }

    .et-list__item .ty-product-list__qty .ty-value-changer {
        padding: 12px 30px 13px;
    }

    .et-list__item .et-btn-icon-text.et-add-to-cart {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .et-list__item .et-btn-icon-text.et-add-to-cart span {
            font-size: 14px;
        }

    .et-list__item .et-call-request.et-btn {
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 14px;
    }

    .et-list__item .et-list-btns {
        visibility: visible;
        opacity: 1;
        right: 0;
        left: 0;
        position: absolute;
        transform: none;
        margin-right: 0;
    }

        .et-list__item .et-list-btns a {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

        .et-list__item .et-list-btns .et-add-to-wishlist i {
            position: relative;
            top: 1px;
        }

    .et-compact-list .et-compact-list__image {
        width: 60px;
        float: left;
    }

    .et-compact-list .et-compact-list__middle {
        display: inline-block;
        width: calc(100% - 70px);
    }

    .et-compact-list .et-compact-list__info-wrapper {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        margin-bottom: 5px;
    }

        .et-compact-list .et-compact-list__info-wrapper > span {
            line-height: initial;
        }

        .et-compact-list .et-compact-list__info-wrapper .et-brand .ty-control-group__label {
            margin-right: 0;
        }

    .et-compact-list .et-compact-list__content {
        display: block;
    }

        .et-compact-list .et-compact-list__content:after, .et-compact-list .et-compact-list__content:before {
            display: block;
        }

        .et-compact-list .et-compact-list__content .et-add-to-cart {
            min-width: auto;
            padding: 0;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 46px;
        }

            .et-compact-list .et-compact-list__content .et-add-to-cart i {
                position: relative;
                top: auto;
                left: auto;
                bottom: auto;
                width: auto;
                background: none;
                box-shadow: none;
                padding: 0;
                font-size: 22px;
            }

                .et-compact-list .et-compact-list__content .et-add-to-cart i:before {
                    padding-right: 0;
                }

            .et-compact-list .et-compact-list__content .et-add-to-cart span {
                display: none;
            }

            .et-compact-list .et-compact-list__content .et-add-to-cart.et-btn-icon-text:hover i {
                background: none;
            }

    .et-compact-list .et-compact-list__right {
        margin-top: 5px;
        width: calc(100% - 70px);
        float: right;
    }

    .et-compact-list .et-compact-list__price {
        text-align: left;
        flex: 1;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

        .et-compact-list .et-compact-list__price:before {
            display: none;
        }

        .et-compact-list .et-compact-list__price > span {
            line-height: 16px;
        }

        .et-compact-list .et-compact-list__price .ty-price-update {
            margin-right: 0;
            line-height: 1;
        }

        .et-compact-list .et-compact-list__price .ty-price-num {
            font-size: 18px;
        }

        .et-compact-list .et-compact-list__price .ty-list-price {
            font-size: 12px;
        }
}

@media screen and (max-width: 340px) {
    .et-grid-list .et-grid-item-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .tygh-top-panel, .tygh-header .et-fw-wrap, .top-menu-grid, .et-sticky-header, .et_full_width_block_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et-multi-scroller-wrapper .et-multi-scroller {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .et_full_width_block_wrapper_bars {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et_grid_width_content .et-featured-vendors {
        margin-left: -17px;
        margin-right: -17px;
    }

    .top-my-account .et-icon-my-account, .et-header-links a [class^="et-icon-"] {
        font-size: 40px;
    }

    .cta-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-circle {
        width: 275px;
        height: 275px;
        margin-right: 10px;
    }

        .cta-circle:first-child {
            margin-left: 0;
        }

        .cta-circle:last-child {
            margin-right: 0;
        }

    .cta-arrow {
        margin-right: 10px;
        width: 40px;
        font-style: 29px;
    }

    .et-info-block__inner-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

        .et-info-block__inner-wrapper.et-info-block__left .title {
            font-style: 18px;
        }

        .et-info-block__inner-wrapper.et-info-block__left .img i {
            width: 40px;
            height: 40px;
            font-size: 40px;
            padding: 15px;
        }

            .et-info-block__inner-wrapper.et-info-block__left .img i.et-icon-eib-returns {
                padding-right: 20px;
                padding-left: 10px;
            }

            .et-info-block__inner-wrapper.et-info-block__left .img i.et-icon-eib-warranty {
                width: 50px;
                height: 50px;
                font-size: 50px;
                padding: 10px;
            }

        .et-info-block__inner-wrapper.et-info-block__left .content {
            padding-right: 0;
        }

        .et-info-block__inner-wrapper.et-info-block__top .title .title {
            font-size: 24px;
        }

    .et-categ-title, .et-categ-block-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .homepage-our-brands .et-scroller {
        margin: 0 25px;
    }

    .tygh-footer .container-fluid .ty-footer-grid__full-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et-category-menu.drophover .ty-dropdown-box__content {
        width: 250px;
    }

    .et-category-menu .ty-menu__items .et-menu-2-wrapper {
        max-width: 1060px;
        min-height: initial !important;
        margin-left: 244px;
        min-height: 100% !important;
    }

    .et_menu_product-vertical .et-link-thumb {
        max-height: 400px;
    }

    .et_menu_image {
        display: none;
    }

    .et-flex-content > .row-fluid {
        display: flex;
    }

        .et-flex-content > .row-fluid:before, .et-flex-content > .row-fluid:after {
            display: none;
        }

        .et-flex-content > .row-fluid .span3 {
            flex: 3 0 250px;
            margin-right: 20px;
            max-width: 250px;
        }

        .et-flex-content > .row-fluid .span13 {
            flex: 13;
            margin: 0;
            width: calc(-170%);
        }

            .et-flex-content > .row-fluid .span13 + .span3 {
                margin-left: 20px;
                margin-right: 0;
            }

    .et-flex-content.et-content-grid > .row-fluid .et-container {
        width: 100%;
    }

    .et-breadcrumbs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et-blog-page {
        margin-bottom: 0;
    }

    .row-fluid .et-side-grid {
        width: 250px;
        margin-right: 20px;
    }

    .row-fluid .et-category-content:not(.span16) {
        width: calc(100% - 270px);
        margin-left: auto;
    }

        .row-fluid .et-category-content:not(.span16) + .et-side-grid {
            margin-right: 0;
            margin-left: 20px;
        }

    .et-product-filters__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et-grid-list .et-grid-item-wrapper {
        flex-grow: 1;
    }

        .et-grid-list .et-grid-item-wrapper.et-column5 {
            max-width: 20%;
        }

        .et-grid-list .et-grid-item-wrapper.et-column6 {
            max-width: 20%;
        }

    .et-list__item .ty-product-list__image {
        width: 185px;
    }

    .tygh-content > .et-product-content-grid {
        padding: 0 20px;
    }

        .tygh-content > .et-product-content-grid .et-breadcrumbs {
            padding: 0;
        }

    #et-sticky-prod-wrapper .et-sticky-content, .et-sticky-tabs-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

        #et-sticky-prod-wrapper .et-sticky-content .et-sticky-left {
            flex: none;
        }

        .et-sticky-tabs-wrapper .et-sticky-content {
            white-space: nowrap;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            .et-sticky-tabs-wrapper .et-sticky-content::-webkit-scrollbar {
                display: none;
            }

    #et-product-page .et-product-image-wrapper__BK {
        width: 590px !important;
    }

    #et-product-page .et-sticky-tabs-wrapper .et-sticky-tab {
        white-space: nowrap;
    }

    #et-product-page.et-product-page-big .et-product-image-wrapper__BK {
        width: 772px !important;
    }

    .et-vendor-main-header, .et-vendor-header-top-outer, .et-vendor-header-outer, .et-vendor-store-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et-vendor-store-header .et-vendor-header-top__block {
        margin-right: 20px;
    }

        .et-vendor-store-header .et-vendor-header-top__block .et-vendor-header-top__title {
            display: none;
        }

    .et-all-brands-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

        .et-all-brands-wrapper .ty-features-all .ty-features-all__group {
            box-sizing: border-box;
        }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .et-grid-list .et-grid-item-wrapper {
        max-width: 50%;
    }

        .et-grid-list .et-grid-item-wrapper.et-column5 {
            max-width: 25%;
        }

    #et-product-page .et-product-thumbnails__gallery-horizontal div:not(.owl-item) > .cm-item-gallery, #et-quick-view .et-product-thumbnails__gallery-horizontal div:not(.owl-item) > .cm-item-gallery {
        width: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .et-grid-list .et-grid-item-wrapper.et-column5 {
        max-width: 20%;
    }

    .et-left-menu__content, .et-right-menu__content {
        width: 50%;
    }

    #et-product-page .et-product-thumbnails__gallery-horizontal div:not(.owl-item) > .cm-item-gallery, #et-quick-view .et-product-thumbnails__gallery-horizontal div:not(.owl-item) > .cm-item-gallery {
        width: auto;
    }
}

.et-banner-grid .row-fluid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: auto;
}

    .et-banner-grid .row-fluid div[class^="span"] {
        flex: 1;
        flex-basis: auto;
        margin: 0 5px 0 5px;
    }

@media screen and (max-width: 480px) {
    .et-banner-grid .row-fluid div[class^="span"] {
        min-width: 320px;
    }
}

.et-banner-grid .row-fluid div.span4 {
    width: calc(25% - 10px);
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    .et-banner-grid .row-fluid div.span4 {
        width: calc(50% - 10px);
    }
}

.et-banner-grid .row-fluid div.span8 {
    width: calc(50% - 10px);
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    .et-banner-grid .row-fluid div.span8 {
        width: calc(100% - 10px);
    }
}

.et-banner-grid .et-homepage-banners {
    margin-bottom: 10px;
}

.et-icon-marketplace-menu {
    font-size: 28px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .ty-footer-form-block {
        text-align: left;
    }

    .et-newsletter .ty-input-text {
        font-size: 13px;
        padding: 4px 10px 4px 5px;
    }

    .et-newsletter .ty-btn-go {
        height: 40px;
        width: 80px;
    }

        .et-newsletter .ty-btn-go i {
            font-size: 34px;
        }

    .et-footer-info .et-footer-info_title {
        font-size: 18px;
        padding: 10px 50px 10px 0px;
        border-bottom: 1px solid #dadcde;
    }

    .et-footer-info .et-footer-info-content span {
        font-size: 13px;
    }

    .et-footer-info .et-footer-info-content i {
        font-size: 10px;
        width: 10px;
        height: 10px;
    }

    .et-footer-social .et-social-links {
        margin-top: 10px;
    }

    .et-mobile-top-panel, .et-mobile-header {
        padding: 0 10px;
    }

        .et-mobile-top-panel .row-fluid, .et-mobile-header .row-fluid {
            display: flex;
            align-items: center;
        }

            .et-mobile-top-panel .row-fluid:before, .et-mobile-top-panel .row-fluid:after, .et-mobile-header .row-fluid:before, .et-mobile-header .row-fluid:after {
                display: none;
            }

            .et-mobile-top-panel .row-fluid .et-container, .et-mobile-header .row-fluid .et-container {
                width: 100%;
            }

        .et-mobile-top-panel .et-right-menu .et-menu__controls, .et-mobile-top-panel .et-left-menu .et-menu__controls {
            margin: 0;
        }

        .et-mobile-header.et-sticky {
            background: #fff;
            left: 0;
            right: 0;
            z-index: 1010;
            padding: 10px;
        }

            .et-mobile-header.et-sticky.et-active {
                box-shadow: 0 10px 30px rgba(0,0,0,0.1);
                position: fixed;
                top: 0;
            }

        .et-mobile-top-panel .span4 {
            flex: 4;
        }

        .et-mobile-top-panel .span8 {
            flex: 8;
        }

        .et-mobile-top-panel .et-flex-left {
            display: flex;
            justify-content: flex-start;
        }

        .et-mobile-top-panel .et-flex-center {
            display: flex;
            justify-content: center;
        }

        .et-mobile-top-panel .et-flex-right {
            display: flex;
            justify-content: flex-end;
        }

        .et-mobile-top-panel .et-languages, .et-mobile-top-panel .et-currency {
            line-height: 1;
        }

            .et-mobile-top-panel .et-languages .ty-select-block__a, .et-mobile-top-panel .et-currency .ty-select-block__a {
                padding: 10px 0;
            }

        .et-mobile-top-panel .et-languages {
            margin-right: 10px;
        }
}

.et-mobile-categories-button, .et-mobile-filter-button {
    display: none;
    position: fixed;
    bottom: 60px;
    left: calc(50% - 31px);
    transform: translateX(-50%);
    padding: 5px 10px 5px 9px;
    opacity: .8;
    z-index: 110;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #539802;
}

    .et-mobile-categories-button a, .et-mobile-filter-button a {
        font-size: 24px;
        color: #fff;
    }

.et-mobile-filter-button {
    left: calc(50% + 32px);
    padding: 7px 9px 3px 10px;
}

    .et-mobile-filter-button .et-mobile-filters-count {
        position: absolute;
        color: #fff;
        background-color: #24a202;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 15px;
        background: #dd0e1c;
        top: 5px;
        right: 0px;
        top: -6px;
        left: 50%;
        margin-left: -8px;
    }

.et_quick_info_box {
    margin: 10px 0 0 0;
}

    .et_quick_info_box:first-child {
        margin-top: 0;
    }

.et_quick_info_title_wrapper {
    min-height: 25px;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.et_quick_info_text {
    display: none;
}

    .et_quick_info_text.et-show {
        display: block;
    }

.et_quick_info_title_icon {
    font-size: 20px;
    margin-right: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    top: 1px;
    position: relative;
}

.et_quick_info_title_text {
    font-size: 14px;
    flex: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.et_quick_info_toggle {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 24px;
    margin-left: 5px;
    line-height: 1;
    top: 1px;
    position: relative;
}

    .et_quick_info_toggle .close-symbol {
        display: none;
    }

    .et_quick_info_toggle.popup {
        font-size: 18px;
    }

    .et_quick_info_toggle.open .open-symbol {
        display: none;
    }

    .et_quick_info_toggle.open .close-symbol {
        display: block;
    }

.et_quick_info_title_wrapper {
    background: #f3f3f3;
}

    .et_quick_info_title_wrapper .et_quick_info_title_icon {
        color: #539802;
    }

    .et_quick_info_title_wrapper .et_quick_info_title_text, .et_quick_info_title_wrapper .et_quick_info_toggle {
        color: #434343;
    }

    .et_quick_info_title_wrapper:hover {
        background: #228B22;
    }

        .et_quick_info_title_wrapper:hover .et_quick_info_title_icon {
            color: #fff;
        }

        .et_quick_info_title_wrapper:hover .et_quick_info_title_text, .et_quick_info_title_wrapper:hover .et_quick_info_toggle {
            color: #fff;
        }

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    position: relative;
    width: 100%;
}

    .bootstrap-select.open > .dropdown-toggle {
        border-color: #ff9200;
    }

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        z-index: 1;
        text-align: right;
        white-space: nowrap;
        background: #fff;
        border: 1px solid #ddd;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        padding: 6px 40px 6px 6px;
    }

        .bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle:focus, .bootstrap-select > .dropdown-toggle:active {
            outline: none;
        }

            .bootstrap-select > .dropdown-toggle:hover {
                border-color: #ff9200;
            }

            .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
                color: #999;
            }

                .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
                    color: rgba(255,255,255,0.5);
                }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        min-width: initial;
        max-width: initial;
        line-height: inherit;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

    .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48;
    }

    .bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745;
    }

    .bootstrap-select.fit-width {
        width: auto !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner .ty-pict {
        margin-right: 5px;
    }

.bootstrap-select .dropdown-toggle .caret, .bootstrap-select .dropdown-toggle i {
    position: absolute;
    top: 50%;
    right: 12px;
    vertical-align: middle;
    font-size: 25px;
    transform: translateY(-50%);
    color: #888;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .open .dropdown-menu, .bootstrap-select.open .dropdown-menu {
    display: block;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: none !important;
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select .dropdown-menu li {
        position: relative;
        padding: 0;
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255,255,255,0.5) !important;
        }

        .bootstrap-select .dropdown-menu li.disabled {
            background: none;
        }

            .bootstrap-select .dropdown-menu li.disabled a {
                cursor: not-allowed;
                color: rgba(84,84,83,0.6);
            }

                .bootstrap-select .dropdown-menu li.disabled a:hover {
                    color: rgba(84,84,83,0.6);
                    background: none;
                }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            user-select: none;
            display: block;
            padding: 6px 6px;
        }

            .bootstrap-select .dropdown-menu li a .ty-pict {
                border: 1px solid #eee;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
                margin-right: 8px;
            }

            .bootstrap-select .dropdown-menu li a.selected .ty-pict, .bootstrap-select .dropdown-menu li a:hover .ty-pict {
                border-color: #ff9200;
            }

            .bootstrap-select .dropdown-menu li a:hover {
                background: #eee;
                color: #545453;
            }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: flex;
                align-items: center;
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        pointer-events: none;
        opacity: 0.9;
        box-sizing: border-box;
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.et-direct-payments-cart-title-wrapper {
    margin: 20px 0;
}

    .et-direct-payments-cart-title-wrapper .et-direct-payments-cart-title {
        text-transform: uppercase;
    }

.ty-product-offers-btn {
    display: flex;
    flex: 1;
}

    .ty-product-offers-btn .ty-btn__offers {
        margin-right: 0;
        flex: 1;
        font-weight: normal;
    }

        .ty-product-offers-btn .ty-btn__offers i {
            font-size: 18px;
        }

#et-master-list {
    padding-bottom: 1px;
}

    #et-master-list .et-master-title-offers {
        font-size: 13px;
        text-transform: none;
        color: #6e6e6c;
    }

    #et-master-list .et-master-list-inner-wrapper {
        background-color: #fff;
        padding: 15px 10px;
        margin-bottom: 10px;
        border: 0;
    }

    #et-master-list .et-master-list-logo-name-rating-wrapper {
        display: flex;
        margin-bottom: 10px;
    }

        #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-logo {
            background: none;
            padding-right: 0;
            padding-left: 0;
        }

            #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-logo a {
                background: #fff;
                overflow: hidden;
                display: block;
                border-radius: 100%;
                border: 1px solid #999;
            }

        #et-master-list .et-master-list-logo-name-rating-wrapper:hover .et-vendor-logo a {
            border-radius: 0;
        }

        #et-master-list .et-master-list-logo-name-rating-wrapper .et-master-list-vendor-name .ty-company-title {
            color: #228B22;
            display: inline-block;
            font-size: 14px;
            white-space: nowrap;
            font-weight: normal;
            padding: 0;
        }

            #et-master-list .et-master-list-logo-name-rating-wrapper .et-master-list-vendor-name .ty-company-title:hover {
                color: #228B22;
            }

        #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-rating .ty-stars {
            margin-right: 0;
        }

        #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-rating .et-icon-menu-arrow, #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-rating .ty-discussion__review-quantity {
            display: none;
        }

        #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-rating .ty-stars .ty-stars__icon, #et-master-list .et-master-list-logo-name-rating-wrapper .et-vendor-rating .et-rating-graph_average {
            font-size: 14px;
        }

    #et-master-list .et-master-list-stock {
        margin-bottom: 10px;
    }

        #et-master-list .et-master-list-stock .ty-control-group {
            margin: 0;
        }

    #et-master-list .et-master-list-price .ty-price-num {
        font-size: 18px;
    }

    #et-master-list .et-master-list-buttons {
        margin-top: 10px;
    }

    #et-master-list .et-add-to-wishlist {
        display: block;
        border: 1px solid #aaa9a9;
        padding: 8px 10px 9px 40px;
        margin: 10px 0 0 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background: none;
        color: #545453;
        position: relative;
        background: #fff;
        font-size: 13px;
        width: auto;
    }

        #et-master-list .et-add-to-wishlist:hover {
            background: #539802;
            color: #fff;
            border-color: #539802;
        }

        #et-master-list .et-add-to-wishlist i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 22px;
            left: 8px;
            margin-top: -1px;
        }

    #et-master-list .et-master-show-all {
        cursor: pointer;
        background-color: #539802;
        color: #fff;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        #et-master-list .et-master-show-all span {
            display: block;
            padding: 10px;
        }

        #et-master-list .et-master-show-all:hover {
            background-color: #3d7000;
            color: #fff;
        }

.ty-tooltip--mobile {
    bottom: 45px;
}

.ty-geo-maps-shipping__wrapper.et-product-vendor-wrapper {
    border-top: 0;
    margin-top: 10px;
}

    .ty-geo-maps-shipping__wrapper.et-product-vendor-wrapper .ty-icon-location-arrow {
        margin-right: 5px;
    }

    .ty-geo-maps-shipping__wrapper.et-product-vendor-wrapper .ty-icon-shipping {
        margin-right: 5px;
        top: 2px;
        position: relative;
    }

@media screen and (min-width: 1025px) and (max-width: 1320px) {
    .header-grid .et-fw-wrap > .row-fluid, .et-sticky-header .et-sticky-content > .row-fluid {
        display: flex;
    }

        .header-grid .et-fw-wrap > .row-fluid:before, .header-grid .et-fw-wrap > .row-fluid:after, .et-sticky-header .et-sticky-content > .row-fluid:before, .et-sticky-header .et-sticky-content > .row-fluid:after {
            display: none;
        }

        .header-grid .et-fw-wrap > .row-fluid .search-block-grid, .header-grid .et-fw-wrap > .row-fluid .cart-content-grid, .et-sticky-header .et-sticky-content > .row-fluid .search-block-grid, .et-sticky-header .et-sticky-content > .row-fluid .cart-content-grid {
            width: auto;
        }

        .header-grid .et-fw-wrap > .row-fluid .search-block-grid, .et-sticky-header .et-sticky-content > .row-fluid .search-block-grid {
            flex: 1;
        }

            .header-grid .et-fw-wrap > .row-fluid .search-block-grid .et-top-search, .et-sticky-header .et-sticky-content > .row-fluid .search-block-grid .et-top-search {
                margin-left: 0;
            }

        .header-grid .et-fw-wrap > .row-fluid .cart-content-grid, .et-sticky-header .et-sticky-content > .row-fluid .cart-content-grid {
            flex-shrink: 0;
        }

            .header-grid .et-fw-wrap > .row-fluid .cart-content-grid .top-my-account, .et-sticky-header .et-sticky-content > .row-fluid .cart-content-grid .top-my-account {
                margin-left: 0;
            }

    #et-sticky-prod-wrapper .et-sticky-content .sticky-price .et-discount-text {
        display: none;
    }
}

ul.ui-autocomplete {
    padding-left: 0;
    padding-right: 0;
}

    ul.ui-autocomplete li.p-item a {
        display: inline-block;
        width: 100%;
    }

    ul.ui-autocomplete li.p-item:hover {
        background: #eee;
    }

    ul.ui-autocomplete li.p-item {
        border: 1px solid #fff;
    }

        ul.ui-autocomplete li.p-item img.ty-pict {
            float: left;
            margin-right: 10px;
        }

    ul.ui-autocomplete .old-price {
        color: #000;
    }

        ul.ui-autocomplete .old-price .ty-list-price {
            color: #000;
        }

.ty-social-buttons {
    margin: 20px 0px;
}

.ty-social-buttons__inline {
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px 10px 0;
}

.ty-social-buttons__email-sharing {
    text-decoration: none;
}

.ty-social-buttons__email-icon {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
}

.ty-product-bigpicture .ty-social-buttons__inline {
    margin: 5px 0 0;
}

.pinterest__wrapper {
    margin-top: -1px;
    display: block;
}

@media (max-width: 767px) {
    .ty-social-buttons__inline {
        display: block;
    }
}

.ty-tag-cloud {
    margin: 10px 0;
}

.ty-tag-cloud__item {
    margin-right: 10px;
}

.ty-tag-level-0, .ty-tag-level-0:active {
    font-size: 100%;
}

.ty-tag-level-1, .ty-tag-level-1:active {
    font-size: 150%;
}

.ty-tag-level-2, .ty-tag-level-2:active {
    font-size: 200%;
}

.ty-tag-level-3, .ty-tag-level-3:active {
    font-size: 250%;
}

.ty-tag-level-4, .ty-tag-level-4:active {
    font-size: 300%;
}

.ty-tag-level-5, .ty-tag-level-5:active {
    font-size: 350%;
}

.ty-tag-level-6, .ty-tag-level-6:active {
    font-size: 400%;
}

ul.ty-tags-list {
    padding-left: 0;
}

.ty-tags-list__item {
    display: inline-block;
}

.ty-tags-list__a {
    position: relative;
    display: block;
    float: left;
    margin: 3px 5px 3px 15px;
    padding: 0 27px 0 10px;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    border: 0 none;
    background: #e6e6e6;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

    .ty-tags-list__a:before {
        position: absolute;
        top: 50%;
        left: -14px;
        float: left;
        margin-top: -12px;
        width: 0;
        height: 0;
        border-width: 12px 14px 12px 0;
        border-style: solid;
        border-color: transparent #e6e6e6 transparent transparent;
        content: "";
    }

    .ty-tags-list__a:after {
        position: absolute;
        top: 50%;
        left: 0;
        float: left;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        background: #fff;
        content: "";
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.ty-tags-list__a {
    background: #e6e6e6;
    color: #676767;
    transition: none;
    padding-right: 10px;
}

    .ty-tags-list__a:hover {
        background: #16a085;
        color: #fff;
        text-shadow: none;
    }

        .ty-tags-list__a:hover:before {
            border-right-color: #16a085;
        }

.ty-icon-feed {
    display: inline-block;
    float: right;
    margin-top: -25px;
    font-size: 16px;
}

.ty-newsletters {
    margin-bottom: 30px;
}

.ty-newsletters__item {
    margin-bottom: 5px;
}

.checkout-steps .ty-newsletters {
    padding: 0 20px;
}

.ty-checkout__billing-options .ty-newsletters {
    padding: 0;
}

.ty-geo-maps__geolocation {
    display: inline-block;
    max-width: 100%;
}

.ty-geo-maps__geolocation__opener {
    display: flex;
    align-items: center;
    padding: 8px 2px;
}

.ty-geo-maps__geolocation__opener-text {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ty-geo-maps__geolocation__map {
    height: 405px;
    margin: 0 auto 10px auto;
}

@media (min-width: 768px) {
    .ty-geo-maps__geolocation__map {
        width: 690px;
    }
}

@media (max-width: 768px) {
    .ty-geo-maps__geolocation__map {
        height: calc(100vh - 165px);
    }
}

.geo-map-google-search-bar {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-top: 12px;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    .geo-map-google-search-bar:focus {
        border-color: #4d90fe;
    }

.ty-geo-maps-shipping__wrapper {
    margin-top: 20px;
    border-top: 1px solid #ededed;
}

.ty-geo-maps-shipping__title {
    font-weight: 700;
    margin-top: 10px;
}

.ty-geo-maps-shipping__item {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ty-geo-maps-shipping__label {
    display: inline-block;
}

.ty-geo-maps-shipping__value {
    display: inline-block;
}

.ty-geo-maps-shipping__link-text {
    border-bottom: 1px dotted currentColor;
}

.ty-geo-maps-shipping__price {
    font-weight: 700;
}

.ty-geo-maps-shipping__popup {
    margin-bottom: 20px;
    text-align: left;
}

.ty-geo-maps-shipping__list {
    border: 0;
    margin-top: 0;
    margin-top: 10px;
}

.ty-geo-maps-shipping__list-city {
    text-align: right;
    font-weight: 700;
}

.ty-table tr.ty-geo-maps-shipping__list-item:nth-child(2n) {
    background: none;
}

.ty-geo-maps-shipping__list-item:last-child .ty-geo-maps-shipping__list-col {
    border-bottom: 0;
}

th.ty-geo-maps-shipping__list-head {
    background: none;
    border-right: 0;
}

th.ty-geo-maps-shipping__list-head--price {
    text-align: right;
}

.ty-geo-maps-shipping__list-col--price {
    font-weight: 700;
    text-align: right;
}

td.ty-geo-maps-shipping__list-col {
    border-right: 0;
}

.ty-product-bigpicture .ty-geo-maps-shipping__wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.ty-product-bigpicture .ty-geo-maps-shipping__item {
    text-align: left;
    margin-left: 40px;
    margin-right: 20px;
}

.ty-product-bigpicture .ty-geo-maps-shipping__label {
    text-indent: -20px;
}

.ty-geo-maps-shipping__loader {
    width: 50px;
    height: 50px;
}

    .ty-geo-maps-shipping__loader::before {
        box-sizing: content-box;
        position: absolute;
        content: '';
        opacity: 0.6;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        border: 3px solid #4a4a4a;
        border-top: 3px solid transparent;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load 1.2s infinite linear;
        animation: load 1.2s infinite linear;
    }

.ty-product-list .ty-geo-maps-shipping__title, .ty-product-list .ty-geo-maps-shipping__value-separator, .ty-product-list .ty-geo-maps-shipping__value {
    display: none;
}

.ty-product-list .ty-geo-maps-shipping__wrapper {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.ty-product-list .ty-geo-maps-shipping__item {
    padding-right: 30px;
}

.ty-vendor-communication-post {
    position: relative;
    margin: 10px 0 15px 0;
    padding: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ty-vendor-communication-post__wrapper {
    min-width: 700px;
    margin-bottom: 200px;
}

.ty-vendor-communication-post__content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ty-vendor-communication-post__img {
    float: left;
    width: 62px;
    margin-top: 10px;
}

    .ty-vendor-communication-post__img .ty-icon-user {
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 60px;
        height: 60px;
        font-size: 32px;
        line-height: 1.9;
        color: rgba(0,0,0,0.3);
    }

.ty-vendor-communication-post__logo {
    border-radius: 50%;
    border: 1px solid #fff;
}

.ty-vendor-communication-post__info {
    overflow: hidden;
    padding-left: 25px;
}

.ty-vendor-communication-post__author {
    font-weight: bold;
}

.ty-vendor-communication-post__date {
    text-align: center;
    color: #adadad;
    font-size: 12px;
}

.ty-vendor-communication-post__message {
    line-height: 1.75;
    word-wrap: break-word;
}

.ty-vendor-communication-post__you .ty-vendor-communication-post {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.ty-vendor-communication-post__you .ty-vendor-communication-post__author {
    text-align: right;
}

.ty-vendor-communication-post__you .ty-caret {
    left: auto;
    right: 20px;
}

.ty-vendor-communication-post__you .ty-caret-outer {
    border-right-color: #d9d9d9;
    transform: scale(-1,1);
}

.ty-vendor-communication-post__you .ty-caret-inner {
    border-right-color: #fff;
    transform: scale(-1,1);
    top: 3px;
    left: 2px;
}

.ty-caret {
    top: auto;
    bottom: -16px;
    transform: scale(-1);
}

.ty-vendor-communication-new-message {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #e6ebf0;
    margin: 0px -20px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.ty-vendor-communication-new-message__title {
    display: none;
}

.ty-vendor-communication-new-message__message {
    padding-left: 105px;
    padding-right: 20px;
    margin-bottom: 15px;
}

    .ty-vendor-communication-new-message__message textarea {
        width: 100%;
    }

.ty-vendor-communication-new-message__buttons {
    padding-left: 105px;
    padding-right: 20px;
}

.ty-vendor-communication-new-message__send {
    float: right;
    min-width: 80px;
}

.ty-vendor-communication-search {
    position: relative;
    width: 100%;
}

.ty-vendor-communication-search__item {
    vertical-align: top;
}

td.ty-vendor-communication-search__label, th.ty-vendor-communication-search__label {
    border-right: none;
    width: 10px;
}

.ty-vendor-communication-search__thread-id a {
    display: inline-block;
}

.ty-vendor-communication-search__company {
    min-width: 200px;
}

.ty-vendor-communication-search__message {
    word-wrap: break-word;
}

.ty-new__label {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ff9200;
}

.ty-new__text {
    font-weight: bold;
}

.ty-animation-rotate i {
    display: inline-block;
    transition-property: transform;
}

.ty-animation-rotate:focus i {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.ty-vendor-communication__post-write {
    white-space: nowrap;
}

    .ty-vendor-communication__post-write i {
        padding-right: 5px;
    }

.ty-product-bigpicture .ty-product-block__advanced-option .ty-vendor-communication__post-write {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ty-vendor-communication-product-info-container {
    max-width: 550px;
}

    .ty-vendor-communication-product-info-container:before, .ty-vendor-communication-product-info-container:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-vendor-communication-product-info-container:after {
        clear: both;
    }

.ty-vendor-communication-product-info-image {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px 10px 0;
}

.ty-vendor-communication-product-info-header {
    padding: 10px;
    display: inline-block;
    max-width: 386px;
}

.ty-vendor-communication-login h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

@media (max-width: 979px) {
    .ty-vendor-communication-post__wrapper {
        min-width: 690px;
        margin-bottom: 140px;
    }

    .ty-vendor-communication-search__company {
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .ty-vendor-communication-post__wrapper {
        min-width: 260px;
    }

    .ty-vendor-communication-post__img {
        width: 28px;
    }

        .ty-vendor-communication-post__img .ty-icon-user {
            width: 28px;
            height: 28px;
            font-size: 15px;
        }

    .ty-vendor-communication-post__info {
        padding-left: 10px;
    }

    .ty-vendor-communication-post__author {
        display: block;
    }

    .ty-vendor-communication-view-thread .object-container {
        max-height: 490px;
    }

    .ty-vendor-communication-new-message {
        padding: 10px 20px;
    }

    .ty-vendor-communication-new-message__message, .ty-vendor-communication-new-message__buttons {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        width: calc(100% - 40px);
    }

        .ty-vendor-communication-new-message__message textarea {
            height: 65px;
        }

    .ty-vendor-communication-search__message div {
        width: 100%;
        padding-bottom: 6px;
    }

    .ty-product-block .ty-vendor-communication__post-write {
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 6px;
        display: block;
    }

    .ty-vendor-communication-product-info-container, .ty-vendor-communication-product-info .vendor-communication-popup-error-box {
        max-width: 100%;
    }

    .ty-vendor-communication-product-info-header {
        padding: 0;
        display: block;
        max-width: 100%;
    }

    .ty-vendor-communication-product-info-image {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .ty-vendor-communication-view-thread .object-container {
        max-height: 240px;
    }
}

.ty-gift-certificate {
    margin-top: 25px;
}

.ty-gift-certificate__amount-alert {
    color: #a6a6a6;
    padding-top: 2px;
}

.error .ty-gift-certificate__amount-alert {
    color: #b94a48;
}

.ty-gift-certificate__amount-input {
    width: 115px;
}

.ty-gift-certificate__switch {
    margin: 25px 0px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-gift-certificate__switch-label {
    float: left;
}

.ty-gift-certificate__switch-mail {
    float: right;
}

.ty-gift-certificate__send {
    float: left;
    padding-right: 15px;
}

.ty-gift-certificate__products .ty-no-items {
    display: none;
}

.ty-gift-certificate__products .product-picker-icon {
    float: left;
    margin: 2px 5px 0 0;
}

.ty-gift-certificate__select {
    width: 100%;
}

.ty-gift-certificate__country {
    display: inline-block;
    width: 47%;
}

.ty-gift-certificate__state {
    display: inline-block;
    margin-left: 5%;
    width: 47%;
}

.ty-gift-certificate-validate {
    margin-top: 42px;
}

    .ty-gift-certificate-validate .ty-input-append {
        width: 88%;
        float: right;
    }

.ty-gift-certificate-validate__title {
    font-weight: normal;
    text-align: right;
}

.ty-gift-certificate__icon {
    position: absolute;
    top: 3px;
    left: -35px;
    font-size: 27px;
    line-height: 27px;
    color: #ddd;
}

.ty-gift-certificate-verify {
    min-width: 600px;
    max-width: 600px;
}

table.ty-gift-certificate-verify__table {
    margin: 10px 0 20px 0;
    width: 100%;
}

table.ty-gift-certificate-verify__table {
    margin-top: 0;
    width: 100%;
}

.ty-gift-certificate-verify__row {
    padding: 7px 13px;
}

.ty-gift-certificate-verify__error {
    max-width: 250px;
    text-align: center;
    font-weight: bold;
}

.ty-gift-certificate-history {
    width: 100%;
}

.ty-gift-image {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    color: #c8c8c8;
    cursor: default;
}

.ty-gift-image__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
}

.ty-product-notification__item .ty-gift-image {
    margin-right: 20px;
}

.ty-gift-certificate-order {
    margin-top: 10px;
}

.ty-gift-certificate-order__group-label {
    display: inline-block;
    padding: 6px 0;
    width: 100px;
}

.ty-gift-certificate-order__group-item {
    display: inline-block;
    padding: 6px 0;
}

.ty-gift-certificate-history .ty-no-items {
    margin-bottom: 0;
}

@media (max-width: 979px) {
    .ty-gift-certificate__preview-btn {
        float: none;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .ty-gift-certificate-verify {
        min-width: inherit;
    }

    .ty-gift-certificate-verify__row {
        display: block;
    }

    .ty-gift-certificate-validate {
        margin-top: 20px;
    }

    .certificates-verify-grid {
        margin-bottom: 30px;
    }

        .certificates-verify-grid:before, .certificates-verify-grid:after {
            display: table;
            content: "";
            line-height: 0;
            width: 100%;
        }

        .certificates-verify-grid:after {
            clear: both;
        }
}

.store-locator .pickup__offices {
    align-items: flex-start;
    align-content: flex-start;
}

.store-locator .pickup__offices-wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-basis: 30%;
    overflow-y: hidden;
    height: 500px;
    max-height: 500px;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 6px 0 0 6px;
}

.store-locator .pickup__offices--list .ty-one-store {
    padding: 0 !important;
    min-height: auto;
    border-bottom: 1px solid #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .store-locator .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label {
        border: 0 !important;
        border-radius: 0 !important;
    }

    .store-locator .pickup__offices--list .ty-one-store:last-child {
        border-bottom: 0;
    }

.store-locator .pickup__offices--list .ty-sdek-office__selected {
    border-radius: 0 !important;
    border-left-color: #539802 !important;
    background-color: #fff !important;
}

    .store-locator .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name {
        color: #539802;
    }

@media (min-width: 768px) {
    .store-locator .pickup__offices {
        overflow-y: auto;
    }
}

.store-locator .pickup__search {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex-shrink: 0;
}

.store-locator .pickup__search-field {
    margin: 0 0 8px 0;
}

    .store-locator .pickup__search-field:last-child {
        margin-bottom: 0;
    }

.store-locator .pickup--list .pickup__offices-wrapper {
    flex-basis: 100%;
    border: 0;
    overflow: initial;
    height: auto;
    max-height: none;
}

@media (min-width: 768px) {
    .store-locator .pickup--list .pickup__offices.store-locator__fields-row--wrapped .ty-one-store {
        flex-basis: 33.3%;
    }
}

.store-locator .pickup--map-list, .store-locator .pickup--list {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.store-locator .pickup__map-wrapper {
    display: flex;
    flex-basis: 70%;
    height: 500px;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .store-locator .pickup__map-wrapper {
        border-radius: 0;
    }
}

.store-locator .pickup__map-container {
    flex-basis: 100%;
}

.store-locator .pickup--map-list .ty-one-city, .store-locator .pickup--list .ty-one-city {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.store-locator .pickup--map-list .ty-one-city__name, .store-locator .pickup--list .ty-one-city__name {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1px 20px;
    margin: -1px 0 0 0;
    width: 100%;
    order: 1;
    background-color: #fff;
    border-left: 3px solid transparent;
    border-top: 1px solid #dce3ea;
    border-bottom: 1px solid #dce3ea;
    font-size: 16px;
    font-weight: 600;
}

.store-locator .pickup--map-list .ty-one-city__hidden, .store-locator .pickup--list .ty-one-city__hidden {
    display: none;
}

.store-locator .pickup--map-list .ty-one-store, .store-locator .pickup--list .ty-one-store {
    width: 100%;
    margin: 0px;
    order: 1;
    border-left: 3px solid transparent;
    box-sizing: border-box;
}

    .store-locator .pickup--map-list .ty-one-store.hidden, .store-locator .pickup--list .ty-one-store.hidden {
        display: none;
    }

.store-locator .pickup--map-list .ty-one-store__name, .store-locator .pickup--list .ty-one-store__name {
    font-size: 16px;
    padding: 0;
}

.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__address, .store-locator .pickup--list .ty-one-store__description .ty-one-office__address {
    font-size: 12px;
    color: #6c6c6c;
}

.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__worktime, .store-locator .pickup--list .ty-one-store__description .ty-one-office__worktime {
    font-size: 12px;
    color: #6c6c6c;
}

.store-locator .pickup--map-list .ty-one-store__label, .store-locator .pickup--list .ty-one-store__label {
    padding: 0 20px;
}

.store-locator .pickup--map-list .ty-one-store__radio-0, .store-locator .pickup--list .ty-one-store__radio-0 {
    display: none;
}

.store-locator .pickup--map-list .ty-one-store *, .store-locator .pickup--list .ty-one-store * {
    box-sizing: border-box;
}

.store-locator .pickup--map-list .pickup__search {
    background-color: rgba(0,0,0,0.02);
}

.store-locator .pickup--map-list .ty-one-store {
    background-color: rgba(0,0,0,0.02);
}

.store-locator .pickup--map-list .ty-one-store__label {
    cursor: pointer;
}

    .store-locator .pickup--map-list .ty-one-store__label * {
        cursor: pointer;
    }

.store-locator .pickup--map-list .ty-one-store:hover {
    background: rgba(0,0,0,0.05);
}

@media (min-width: 768px) {
    .store-locator .pickup--list .ty-one-store {
        min-height: 145px;
    }
}

@media (max-width: 767px) {
    .store-locator .pickup--map-list, .store-locator .pickup--list {
        flex-wrap: wrap;
        position: relative;
    }

    .store-locator .pickup__offices-wrapper {
        flex-basis: 100%;
        height: auto;
        max-height: unset;
        border: 0;
    }

    .store-locator .pickup__map-wrapper {
        flex-direction: column;
        flex-basis: 100%;
        height: auto;
        border: 0;
    }

    .store-locator .pickup__map-container {
        flex-basis: 70vh;
        height: 70vh;
        border: 1px solid #acbdcd;
    }

    .store-locator .pickup__map-container--mobile-hint {
        display: flex;
        min-height: 30px;
        z-index: 999;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #acbdcd;
        border-top: 2px solid white;
        padding: 5px;
        font-size: 0.9em;
    }
}

@media (min-width: 767px) {
    .store-locator .pickup__map-container--mobile-hint {
        display: none;
    }
}

.ty-store-locator__not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 140px;
    color: #bdc3c7;
    font-size: 115%;
    text-align: center;
    background: #f8f9f9;
}

.ty-store-locator__not-found__hidden {
    display: none;
}

.ty-checkout-select-store {
    padding-left: 30px;
    float: left;
    width: 38%;
    margin-right: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-checkout-select-store__list {
    padding-left: 30px;
    float: left;
    width: 100%;
}

.ty-checkout-select-store__estimation {
    padding-left: 30px;
    float: left;
    width: 90%;
    margin-right: 2px;
}

.ty-checkout-select-store__item-view {
    margin: 10px 0 10px 0;
}

.ty-checkout-select-store__map-full-div {
    padding-left: 20px;
}

.ty-checkout-select-store__map-full {
    float: right;
    width: 100%;
    height: 400px;
    border: 1px solid #979797;
    margin: 0 0 20px 0;
}

.ty-checkout-select-store__map {
    float: right;
    width: 56%;
    height: 400px;
    border: 1px solid #fff;
    margin: 0 0 20px 0;
}

.ty-checkout-select-store__map-details {
    float: left;
    width: 100%;
    height: 300px;
    border: 1px solid #979797;
    margin: 0 0 20px 0;
}

.ty-checkout-select-store__map-full-div .ty-one-store {
    padding: 10px 0 15px 0;
}

.ty-checkout-select-store__map-full-div .ty-one-store__radio {
    float: left;
}

.ty-checkout-select-store__map-full-div .ty-one-store__label {
    margin: -13px 0 0 30px;
}

.ty-checkout-select-store__map-full-div .ty-one-store__name {
    font-weight: bold;
}

.ty-checkout-select-store__map-full-div .ty-one-store__description p {
    color: #949493;
}

.ty-checkout-select-store__map-full-div .ty-one-store__select-store {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .ty-checkout-select-store__map {
        float: none;
        width: 100%;
    }

    .ty-checkout-select-store {
        float: none;
        width: 100%;
    }
}

.store-locator__select {
    width: 100%;
    height: 41px;
    border: 1px solid #acbdcd;
    border-radius: 5px;
    font-size: 16px;
    color: #2e3a47;
}

    .store-locator__select:hover {
        border-color: #465f73;
    }

    .store-locator__select:focus {
        border-color: #4fbe31;
        outline: 0;
        box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
    }

@media (min-width: 768px) {
    .store-locator__select {
        font-size: 14px;
    }
}

.store-locator__select-label {
    padding: 6px 16px 6px 0;
    font-weight: bold;
}

.store-locator__location {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 8px;
}

@media (min-width: 768px) {
    .store-locator__location--city, .store-locator__location--vendor {
        max-width: 33.33%;
    }
}

.store-locator__location--city .object-picker--cities, .store-locator__location--vendor .object-picker--companies {
    width: 100%;
}

.store-locator__location--wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .store-locator__location--wrapper {
        flex-direction: column;
    }

        .store-locator__location--wrapper .store-locator__step-title {
            align-items: initial;
            justify-content: center;
            margin-bottom: 10px;
        }
}

.store-locator__fields-row {
    display: flex;
}

.store-locator__fields-row--wrapped {
    flex-wrap: wrap;
}

.store-locator__fields-row.hidden {
    display: none;
}

.store-locator__field {
    display: inline-block;
    width: 100%;
    position: relative;
}

.store-locator__label, .store-locator__input {
    display: block;
    padding: 0;
    width: 100%;
    font-weight: normal;
}

    .store-locator__label.hidden, .store-locator__input.hidden {
        display: none;
    }

.store-locator .store-locator__input {
    padding: 10px 4px;
    border: 1px solid #acbdcd;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #2e3a47;
}

    .store-locator .store-locator__input:not(:placeholder-shown), .store-locator .store-locator__input:focus {
        padding-top: 16px;
        padding-bottom: 4px;
    }

    .store-locator .store-locator__input:hover {
        border-color: #465f73;
    }

    .store-locator .store-locator__input:focus {
        border: solid 1px #4fbe31;
        box-shadow: 0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;
        outline: 0;
    }

    .store-locator .store-locator__input:placeholder-shown:not(:focus) + .store-locator__label {
        top: 10px;
        font-size: 14px;
        pointer-events: none;
    }

    .store-locator .store-locator__input[type=hidden] + .store-locator__label {
        display: none;
    }

.store-locator__label {
    transition: .3s all;
    font-size: 12px;
    color: #a1a6aa;
    position: absolute;
    top: 2px;
    left: 6px;
}

.store-locator__step-title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .store-locator__step-title {
        flex-direction: column;
    }
}

.store-locator__all-stores-btn {
    color: #539802;
    background: none;
    border: 0;
    width: 100%;
    text-align: right;
}

    .store-locator__all-stores-btn:first-letter {
        text-transform: uppercase;
    }

.store-locator__all-stores--hidden {
    display: none;
}

.store-locator__scroll-top-btn {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    height: 40px;
    margin-top: -40px;
    color: #539802;
    text-align: center;
    width: 100%;
    background: #fff;
}

@media (min-width: 768px) {
    .store-locator__scroll-top-btn {
        display: none;
    }
}

.pickup--list .store-locator__fields-row {
    display: flex;
    box-shadow: inset 0px -1px 0 #dce3ea;
}

.ty-store-locator__geolocation__location {
    border-bottom: 1px dotted;
}

.ty-store-locator__geolocation__location__states, .ty-store-locator__geolocation__location__cities {
    padding-left: 10px;
}

.ty-store-locator__geolocation__location__state, .ty-store-locator__geolocation__location__country {
    padding-bottom: 20px;
}

.ty-store-locator__geolocation__locations {
    min-width: 400px;
}

@media (max-width: 767px) {
    .store-locator-ya-baloon {
        overflow-x: hidden;
    }
}

.native-captcha {
    margin-bottom: 10px;
    min-width: 200px;
}

.native-captcha__image-container {
    background: #f5f5f5;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #c4c4c4;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.native-captcha__answer {
    width: 100%;
    margin-bottom: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

@media (min-width: 480px) {
    .native-captcha--short {
        max-width: 310px;
    }
}

.ty-variations-list__wrapper {
    width: 100%;
    overflow-x: auto;
}

.ty-variations-list__title {
    font-weight: bold;
}

th.ty-variations-list__title--right {
    text-align: right;
}

.ty-variations-list__product-elem .ty-control-group {
    margin-bottom: 0;
}

.ty-variations-list__product-elem .ty-control-group__item {
    padding: 0;
}

.ty-variations-list__product-elem .ty-btn {
    margin-right: 10px;
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .ty-variations-list__product-elem .ty-btn {
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.ty-variations-list__product-elem .ty-qty-out-of-stock {
    margin-right: 10px;
    margin-bottom: 13px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .ty-variations-list__product-elem .ty-qty-out-of-stock {
        margin-left: 15px;
        margin-right: 0;
        margin-bottom: 0;
        vertical-align: baseline;
    }
}

.ty-variations-list__image img {
    max-width: none;
}

.ty-variations-list__sku {
    min-width: 100px;
}

    .ty-variations-list__sku .ty-sku-item {
        font-size: 13px;
        color: #465f73;
    }

.ty-variations-list__controls {
    white-space: nowrap;
    text-align: right;
}

    .ty-variations-list__controls .ty-add-to-wish.ty-btn i {
        margin-left: 3px;
        margin-right: 3px;
    }

    .ty-variations-list__controls form > div {
        display: inline-block;
    }

    .ty-variations-list__controls .ty-table__responsive-header {
        display: none;
    }

.ty-variations-list__price {
    margin-bottom: 13px;
    vertical-align: middle;
    text-align: right;
}

@media (min-width: 768px) {
    .ty-variations-list__price {
        margin-bottom: 0;
    }
}

.ty-variations-list__controls form > .ty-variations-list__price {
    display: block;
}

@media (min-width: 768px) {
    .ty-variations-list__controls form > .ty-variations-list__price {
        display: inline-block;
    }
}

.ty-variations-list.ty-table {
    border: none;
}

    .ty-variations-list.ty-table th {
        background: none;
        border-right: none;
        padding-left: 5px;
        padding-right: 7px;
    }

@media (min-width: 980px) {
    .ty-variations-list.ty-table th {
        padding-left: 12px;
        padding-right: 18px;
    }
}

.ty-variations-list.ty-table tbody tr:nth-child(2n) {
    background: none;
}

.ty-variations-list.ty-table td, .ty-variations-list.ty-table .table td {
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 980px) {
    .ty-variations-list.ty-table td, .ty-variations-list.ty-table .table td {
        padding-left: 13px;
        padding-right: 19px;
    }
}

.ty-variations-list .ty-table__responsive-content {
    display: inline-block;
    width: auto;
}

.ty-grid-list__item-features {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ty-grid-list__item-features-description {
    color: #adadac;
}

.ty-grid-list__item-features-item {
    color: #adadac;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ty-grid-list__item-features-variant {
    color: #adadac;
    margin-left: 0.5rem;
}

.ty-product-variations__variation-features--secondary {
    color: #949493;
}

.ty-product-variations__variation-features--inline {
    display: inline-block;
}

.ty-product-variations__variation-features--mini {
    font-size: 12.6px;
}

.ty-product-variations__variation-features--clearfix {
    clear: both;
}

.ty-blog__item {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin: -1px;
    margin-bottom: 50px;
}

    .ty-blog__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.ty-blog *, .ty-blog-grid * {
    font-size: 14px;
}

.ty-blog h1, .ty-blog-grid h1 {
    font-size: 25px;
}

.ty-blog h2, .ty-blog-grid h2 {
    font-size: 23px;
}

.ty-blog h3, .ty-blog-grid h3 {
    font-size: 21px;
}

.ty-blog h4, .ty-blog-grid h4 {
    font-size: 19px;
}

.ty-blog h5, .ty-blog-grid h5 {
    font-size: 16px;
}

.ty-blog h6, .ty-blog-grid h6 {
    font-size: 14px;
}

.ty-blog hr, .ty-blog-grid hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ty-blog img, .ty-blog-grid img {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ty-blog h2.ty-blog__post-title, .ty-blog-grid h2.ty-blog__post-title {
    margin-bottom: 4px;
}

.ty-blog .ty-blog__post-title, .ty-blog-grid .ty-blog__post-title {
    margin-bottom: 0;
    padding: 0 0 6px;
    font-size: 27px;
}

.ty-blog .ty-blog__img-block, .ty-blog-grid .ty-blog__img-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .ty-blog .ty-blog__img-block img, .ty-blog-grid .ty-blog__img-block img {
        margin-top: 0;
        margin-bottom: 0;
    }

.ty-blog .ty-blog__description, .ty-blog-grid .ty-blog__description {
    margin-bottom: 30px;
}

.ty-blog .ty-blog__date, .ty-blog-grid .ty-blog__date {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    color: #adadad;
    font-weight: normal;
    font-size: 12px;
}

.ty-blog .ty-blog__author, .ty-blog-grid .ty-blog__author {
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 1px solid #adadad;
    color: #adadad;
    font-weight: normal;
    font-size: 12px;
}

.ty-blog-sidebox {
    margin: 0 0 10px;
}

.ty-blog-sidebox__item {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 7px;
    word-wrap: break-word;
}

    .ty-blog-sidebox__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.ty-blog-text-links {
    margin: 20px 0 40px;
}

.ty-blog-text-links__item {
    margin-bottom: 20px;
}

    .ty-blog-text-links__item:last-child {
        margin-bottom: 25px;
    }

.ty-blog-text-links__date {
    color: #adadad;
    border: 1px solid #fff;
    padding: 3px 8px;
    margin-right: 9px;
    float: left;
    font-size: 12px;
}

.ty-blog-text-links__a {
    display: block;
    padding-top: 3px;
    word-wrap: break-word;
}

.ty-blog-recent-posts-scroller {
    margin-left: -10px;
    margin-right: -10px;
}

.ty-blog-recent-posts-scroller__item {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: break-word;
}

    .ty-blog-recent-posts-scroller__item .ty-blog__date {
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
        color: #adadad;
        font-size: 12px;
    }

.ty-blog-recent-posts-scroller__img-block {
    margin-bottom: 10px;
    max-height: 150px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .ty-blog-recent-posts-scroller__img-block img {
        display: block;
        bottom: -100%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -100%;
        vertical-align: middle;
    }

    .ty-blog-recent-posts-scroller__img-block .ty-no-image {
        height: 150px;
        min-height: initial !important;
        min-width: initial !important;
    }

@media (max-width: 767px) {
    .ty-blog__title {
        margin-top: 50px;
    }
}

.blog:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.blog-content {
    color: #333;
}

.blog-image-left {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.blog-body {
    padding-bottom: 15px;
}

.blog-params {
    display: inline-block;
    padding-right: 20px;
}

    .blog-params .fa {
        color: #474746;
    }

.google-author {
    position: relative;
}

    .google-author i {
        font-size: 20px;
        position: absolute;
        top: -15px;
    }

.blog-params-block {
    padding: 0 0 10px 0;
}

.line-spacer {
    padding: 5px 0;
}

.inline-blog {
    display: block;
    float: left;
    padding: 0 5px;
}

.blog-date-list {
    display: inline-block;
    font-size: 12px;
}

.blog-categories a {
    text-transform: lowercase;
}

.blog-header {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.blog-body div.blog-categories {
    padding: 4px 0px;
}

.blog-more {
    padding-top: 10px;
}

    .blog-more a {
        text-decoration: underline;
        font-size: 12px;
        font-style: italic;
    }

        .blog-more a:active, .blog-more a:hover {
            text-decoration: underline;
            font-size: 12px;
            font-style: italic;
        }

.t-valign {
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
}

.blog-title a {
    color: #4d4d4d;
    font-size: 20px;
    text-decoration: none;
}

    .blog-title a:active, .blog-title a:hover {
        color: #545453;
        font-size: 20px;
        text-decoration: none;
    }

.blog-title-side {
    padding: 5px 0;
}

a.blog-title-block {
    font-size: 20px;
    font-weight: bold;
}

    a.blog-title-block:hover, a.blog-title-block:active {
        font-size: 20px;
        font-weight: bold;
    }

.blog-grid-name {
    padding-bottom: 15px;
}

.blog-comments {
    display: none;
}

.hide_comments_button {
    margin-top: 10px;
    float: right;
}

.show_comments_button {
    float: right;
}

.end-line {
    border-bottom: 1px solid #eae9e5;
}

.inline {
    display: block;
    width: 30%;
    margin: 0 1.6666667%;
    float: left;
    list-style-type: none;
    padding: 0;
}

.blog-controls {
    float: right;
}

    .blog-controls a.switcher-icon {
        text-decoration: none;
        text-align: right;
        font-size: 18px;
    }

ul.main-page > li.sub-li {
    padding-left: 10px;
}

ul.main-page > li.main-li a {
    font-size: 120%;
}

.post-divider {
    padding-top: 10px;
}

.view-all-but {
    margin-top: 15px;
}

.blog-archive li {
    padding: 10px 0;
}

.blog-archive {
    padding-bottom: 10px;
}

.blog-menu-item {
    position: relative;
    line-height: 30px;
}

.blog-link {
    padding-right: 40px;
}

.blog-item-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 600;
    margin-top: -6px;
}

.blog-item {
    padding-bottom: 20px;
}

ul.blog-subitems {
    top: 0px;
    left: 100%;
    margin-top: 0px;
    border: 1px solid #2d3f51;
}

.subscribe-block {
    padding: 0 10px;
}

.blog-archive-block {
    padding: 0 10px;
}

.blog-posts-block {
    padding: 0 10px;
}

.rss-subscribe {
    padding-top: 15px;
}

.blog-image-side {
    text-align: center;
}

.blog-date-line {
    padding-bottom: 10px;
}

.blog-share-wrapper {
    margin: 10px 0;
}

.blog .ty-grid-list__item {
    margin: 10px 10px;
}

.tk-category-icon {
    padding-right: 10px;
}

.tk-no-padding {
    padding-top: 0;
}

.tk-blog-list-content {
    padding-left: 0px;
}

.tk-blog-list__image {
    margin: 0 0 20px 0;
    border: none;
    padding-right: 25px;
}

.tk-blog-content {
    padding-bottom: 20px;
}

.tk-blog-grid-list a.blog-title-block {
    font-size: 16px;
    font-weight: normal;
}

    .tk-blog-grid-list a.blog-title-block:hover, .tk-blog-grid-list a.blog-title-block:active {
        font-size: 16px;
        font-weight: normal;
    }

.tk-blog-grid-list .blog-grid-name {
    padding-top: 10px;
    padding-bottom: 5px;
}

.blog-more-button {
    padding-top: 15px;
}

.tk-blog__title {
    font-size: 115%;
    padding: 10px 0;
    display: block;
}

.tk-blog-scroller .ty-scroller-list__description {
    padding-top: 15px;
    text-align: left;
}

.tk-blog-scroller .ty-scroller-list__img-block {
    min-height: 80px;
}

.tk-blog-scroller .ty-scroller-list__item {
    padding: 20px 15px 0 15px;
}

@media (max-width: 767px) {
    .tk-blog-menu .ty-menu__item {
        display: block;
    }
}

.taki-blogs-box {
    margin-bottom: 10px;
}

    .taki-blogs-box .ty-menu-vertical .ty-menu__items {
        background: none;
    }

    .taki-blogs-box h2, .taki-blogs-box .ty-mainbox-simple-title {
        font-size: 15px;
        margin: 0;
        text-transform: uppercase;
        float: none;
        padding: 10px 20px 7px;
    }

        .taki-blogs-box h2 .et-block-title-border, .taki-blogs-box .ty-mainbox-simple-title .et-block-title-border {
            border-bottom: none;
        }

    .taki-blogs-box ul.taki-blog-categories, .taki-blogs-box .ty-mb-l, .taki-blogs-box .ty-blog-sidebox__list, .taki-blogs-box .ty-mainbox-simple-body {
        padding: 15px 15px 15px 15px;
        border-top: 0;
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
    }

    .taki-blogs-box .ty-menu__item .ty-menu__item-link {
        color: #333;
        text-transform: inherit;
        padding: 7px 0;
    }

    .taki-blogs-box .no-touch .ty-menu__item:hover .ty-menu__item-link {
        color: #333;
        background: none;
    }

    .taki-blogs-box .taki-newest-block li {
        margin-top: 10px;
    }

        .taki-blogs-box .taki-newest-block li .post-img {
            display: inline-block;
        }

            .taki-blogs-box .taki-newest-block li .post-img img {
                margin-right: 5px;
                float: left;
            }

    .taki-blogs-box .blog-grid-name a.blog-title-block {
        font-size: 14px;
    }

        .taki-blogs-box .blog-grid-name a.blog-title-block:hover {
            font-size: 14px;
        }

    .taki-blogs-box .tk-blog-list__image {
        padding-right: 10px;
    }

    .taki-blogs-box .tk-menu__item-active a {
        color: #539802;
    }

.ty-product-list__content .blog-more-button .ty-btn.ty-btn__secondary {
    border-radius: 18px;
}

.blog-social a {
    margin-left: 18px;
}

.tk-des-item {
    margin-top: 30px;
}

.tk-box-product-ads {
    border: 1px solid #ccc;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    display: inline-block;
    width: 435px;
}

    .tk-box-product-ads .tk-grid-list__image {
        display: flex;
        width: 90px;
        padding-right: 10px;
        float: left;
    }

    .tk-box-product-ads .tk-right-b {
        display: table-cell;
        vertical-align: top;
    }

    .tk-box-product-ads .ty-cr-product-button {
        background-color: #189eff !important;
        color: #fff;
        padding: 6px 7px !important;
    }

    .tk-box-product-ads .ty-btn {
        font-size: 12px;
    }

.tk-group-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .tk-group-products .product_subscribe {
        flex: 45%;
        flex-grow: 1;
        margin-right: 40px;
    }

        .tk-group-products .product_subscribe:nth-child(2n+2) {
            margin-right: 0;
        }

    .tk-group-products .tk-box-product-ads {
        width: 100%;
        padding: 0;
    }

#tk-toc {
    width: auto;
    display: table;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    font-size: 95%;
}

#tk-toc-header {
    display: inline;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

#tk-toc ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.tk-toc3 {
    margin-left: 1em;
}

.tk-toc4 {
    margin-left: 2em;
}

#tk-toc .tk-toc1 + ul {
    margin-left: 1em;
}

.blog-side-block .blog-title-block {
    font-weight: 700;
    font-size: 15px;
}

.blog-side-block .ty-pict {
    width: 100%;
}

.blog-side-block .blog-description-side {
    font-size: 13px;
}

.et_full_width_block_wrapper_bars .ty-grid-list__item {
    background: #fff;
    padding: 10px;
}

    .et_full_width_block_wrapper_bars .ty-grid-list__item .blog-image-side {
        position: relative;
        text-align: center;
        background: #fff;
        display: block;
        overflow: hidden;
    }

    .et_full_width_block_wrapper_bars .ty-grid-list__item .blog-title-block {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .et_full_width_block_wrapper_bars .ty-grid-list__item .et-blog__date {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 7px 10px;
        background: #ff0161;
        color: #fff;
    }

.et_full_width_block_wrapper_bars .blog-description-side {
    text-align: left !important;
}

.et_full_width_block_wrapper_bars .et-blog__btn {
    text-align: center;
    margin: 20px 0 5px;
}

.ty-reward-points__info {
    margin-top: 10px;
}

.ty-reward-points__points-in-use {
    display: block;
    overflow: hidden;
    padding-top: 5px;
}

.ty-reward-points__delete-icon {
    position: relative;
    top: 3px;
    text-decoration: none;
}

    .ty-reward-points__delete-icon:hover {
        text-decoration: none;
    }

.ty-reward-points-userlog {
    width: 100%;
}

.ty-reward-points-userlog__date {
    width: 20%;
}

.ty-reward-points-userlog__points {
    width: 10%;
}

.ty-reward-points-userlog__reason {
    width: 70%;
}

.ty-checkout-summary__item .ty-reward-points__coupon {
    display: block;
}

.ty-reward-points__product-info:last-child {
    margin-bottom: 0;
}

.ty-reward-points__product-info:before, .ty-reward-points__product-info:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-reward-points__product-info:after {
    clear: both;
}

.ty-cart-content-products .ty-reward-points__product-info .ty-control-group__label {
    font-weight: bold;
}

.ty-cr-product-info-container {
    max-width: 430px;
}

    .ty-cr-product-info-container:before, .ty-cr-product-info-container:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-cr-product-info-container:after {
        clear: both;
    }

.ty-cr-product-info-image {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px 10px 0;
}

.ty-cr-product-info-header {
    padding: 10px;
    display: inline-block;
    max-width: 260px;
}

.cr-popup-error-box {
    max-width: 430px;
    padding-bottom: 10px;
}

.ty-cr-phone-number-link {
    margin: 4px 0px 0px;
    text-align: center;
}

    .ty-cr-phone-number-link .ty-cr-phone {
        color: #999;
        font-weight: bold;
        font-size: 18px;
        line-height: 1em;
    }

        .ty-cr-phone-number-link .ty-cr-phone span {
            white-space: nowrap;
        }

    .ty-cr-phone-number-link .ty-cr-link {
        margin: 3px 0px 0px;
    }

        .ty-cr-phone-number-link .ty-cr-link a {
            margin: 0;
        }

    .ty-cr-phone-number-link .ty-cr-phone-prefix {
        color: #d9d9d9;
        font-weight: 400;
    }

    .ty-cr-phone-number-link .ty-cr-work {
        display: inline-block;
        margin-left: 5px;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
    }

    .ty-cr-phone-number-link .ty-cr-work-hours {
        padding-top: 4px;
        font-size: 11px;
        color: #a1a19f;
    }

.ty-cr-or {
    margin-bottom: -4px;
    margin-top: -3px;
    text-align: center;
    text-transform: uppercase;
}

.ty-cr-widget-content-grid .ty-cr-phone-number-link {
    margin: 0;
    padding-left: 0%;
}

@media (max-width: 1100px) {
    .ty-cr-phone-number-link {
        padding-left: 0%;
    }

        .ty-cr-phone-number-link .ty-cr-phone, .ty-cr-phone-number-link .ty-cr-phone a {
            font-size: 16px;
        }
}

@media (max-width: 767px) {
    .ty-cr-content-grid .ty-cr-phone-number-link {
        margin: 10px 0px 0px;
        float: left;
    }

    .ty-cr-phone-prefix {
        display: inline;
    }

    .ty-cr-widget-content-grid .ty-cr-phone-number-link {
        clear: both;
        padding: 12px;
    }

    .header-widget-grid .cart-content-grid {
        width: 100%;
    }

    .ty-cr-product-info-container, .cr-popup-error-box {
        max-width: 100%;
    }

    .ty-cr-product-info-header {
        padding: 0;
        display: block;
        max-width: 100%;
    }

    .ty-cr-product-info-image {
        display: block;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .ty-cr-content-grid {
        margin-top: 0px;
    }

    .ty-cr-phone-number-link span.ty-cr-work {
        display: block;
    }

    .ty-cr-phone-number-link .ty-cr-link {
        margin-top: -2px;
    }
}

.ty-company-detail__info-list .ty-cr-link a {
    font-size: 12px;
    color: #4fbe31 !important;
    text-decoration: underline;
}

.ty-form-builder__checkbox-label, .ty-form-builder__radio-label {
    display: inline-block;
    margin: 0 15px 5px 0;
    white-space: nowrap;
}

.ty-form-builder__multiple-select, .ty-form-builder__select, .ty-form-builder__state, .ty-form-builder__country {
    width: 100%;
    max-width: 500px;
}

.ty-form-builder__textarea {
    width: 100%;
    max-width: 500px;
}

.ty-form-builder .ty-input-text {
    width: 100%;
    max-width: 500px;
}

@media (max-width: 979px) {
    .ty-form-builder__textarea {
        max-width: 400px;
    }

    .ty-form-builder .ty-input-text {
        max-width: 400px;
    }

    .ty-form-builder__multiple-select, .ty-form-builder__select, .ty-form-builder__state, .ty-form-builder__country {
        max-width: 400px;
    }
}

.product_subscribe {
    margin-top: 10px;
}

    .product_subscribe .sub_content {
        background: black;
        position: relative;
        z-index: 1;
        padding: 15px 10px;
    }

        .product_subscribe .sub_content .info_header {
            color: #fff;
        }

        .product_subscribe .sub_content input[type="text"] {
            width: 100%;
            border-radius: 4px;
            background: #efefef;
            margin-top: 10px;
        }

        .product_subscribe .sub_content:after {
            background: black;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            z-index: -1;
        }

.jsa-select-wards + div.litecheckout__field {
    display: none;
}

.ty-banner__image-item {
    text-align: center;
}

.ty-banner__image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-align: center;
}

.ty-scroller-discussion-list {
    margin-left: -10px;
    margin-right: -10px;
}

.ty-discussion-post__content {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ty-discussion-post__content a {
        display: block;
        position: relative;
    }

.ty-scroller-discussion-list__item {
    margin-left: 10px;
    margin-right: 10px;
}

.ty-discussion-post {
    position: relative;
    margin: 10px 0 15px 0;
    padding: 15px;
    border: 1px solid #fff;
}

.ty-discussion-post__author {
    font-weight: bold;
}

.ty-discussion-post__date {
    float: right;
    right: 0;
    margin-top: 1px;
    color: #adadad;
    font-size: 12px;
}

.ty-discussion-post__rating {
    font-size: 15px;
    margin-bottom: 5px;
}

.ty-discussion-post__message {
    line-height: 1.75;
    word-wrap: break-word;
}

.ty-company-detail__top-links .ty-stars__icon {
    font-size: 21px;
}

.ty-discussion__rating-wrapper {
    margin-bottom: 10px;
}

    .ty-discussion__rating-wrapper .ty-stars .ty-stars__icon {
        font-size: 20px;
        margin-right: 0px;
    }

.ty-stars, .ty-discussion__review-a, .ty-discussion__review-write {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.ty-grid-vendors .grid-list__rating {
    text-align: center;
    word-wrap: break-word;
}

    .ty-grid-vendors .grid-list__rating .ty-stars {
        margin-right: 10px;
    }

    .ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity {
        color: #adadac;
        display: inline-block;
    }

.ty-stars {
    color: #545453;
}

.ty-stars__icon {
    vertical-align: middle;
    margin-left: 2px;
    font-size: 14px;
}

    .ty-stars__icon:first-child {
        margin-left: 0;
    }

.ty-stars a:hover {
    text-decoration: none;
}

.ty-product-list__rating {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
}

    .ty-product-list__rating .ty-stars {
        margin-right: 0;
    }

.grid-list__rating .ty-stars {
    margin-bottom: 5px;
}

.ty-companies .ty-stars {
    display: block;
    margin: 5px 0 0;
}

.ty-rating {
    float: left;
    color: #545453;
}

.ty-rating__label {
    display: inline-block;
}

.ty-rating:not(:checked) > .ty-rating__check {
    position: absolute;
    left: -9999px;
    clip: rect(0,0,0,0);
}

.ty-rating:not(:checked) > .ty-rating__label {
    float: right;
    width: 17px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.2;
    margin-right: 2px;
}

    .ty-rating:not(:checked) > .ty-rating__label:before {
        font-family: glyphs;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 21px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e004";
    }

    .ty-rating:not(:checked) > .ty-rating__label:hover:before, .ty-rating:not(:checked) > .ty-rating__label:hover ~ .ty-rating__label:before {
        content: "\e041";
    }

.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:before, .ty-rating > .ty-rating__check:checked + .ty-rating__label:hover:before, .ty-rating > .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before, .ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover:before, .ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before, .ty-rating > .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before {
    content: "\e041";
}

.ty-template-small__item-description .ty-stars {
    display: block;
}

@media (max-width: 979px) {
    .ty-discussion-post__author {
        display: block;
    }

    .ty-discussion-post__date {
        display: block;
        float: none;
    }
}

.ty-twishlist-item {
    text-align: center;
    height: 18px;
    margin-bottom: 10px;
}

.ty-grid-list__item:hover .ty-twishlist-item__remove {
    visibility: visible;
}

.ty-add-to-wish {
    display: inline-block;
    margin: 0;
}

@media (max-width: 767px) {
    .ty-wish-list__buttons .ty-btn {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ty-wish-list__buttons .ty-btn + .ty-btn {
            margin: 15px 0 0;
        }
}

.ty-image-zoom__wrapper {
    display: inline;
}

.ty-image-zoom__flyout {
    opacity: 0;
    transition: opacity var(--image-zoom-animation-time);
    box-shadow: 0 0 8px #fff;
    border: 1px solid #fff;
}

.ty-image-zoom__flyout--visible {
    opacity: 1;
}

.ty-image-zoom__flyout img {
    max-width: unset;
}

.ty-hybrid-auth__icon {
    margin-right: 5px;
}

.ty-link-unlink-provider {
    position: relative;
}

    .ty-link-unlink-provider img {
        opacity: 0.25;
        filter: alpha(opacity=25);
    }

    .ty-link-unlink-provider .ty-hybrid-auth__add {
        position: absolute;
        top: 12px;
        left: 7px;
        font-size: 22px;
        z-index: 1;
        display: none;
        line-height: 0;
    }

    .ty-link-unlink-provider:hover .ty-hybrid-auth__add {
        display: block;
    }

    .ty-link-unlink-provider:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.ty-hybrid-auth__icon {
    position: relative;
}

    .ty-hybrid-auth__icon .ty-hybrid-auth__remove {
        position: absolute;
        top: -7px;
        left: 29px;
        z-index: 1;
        display: none;
        line-height: 0;
    }

    .ty-hybrid-auth__icon:hover .ty-hybrid-auth__remove {
        display: block;
    }

table.ty-lookup th {
    background: #228B22;
    color: #fff;
}

table.ty-lookup td {
    border-left: 1px solid #ecf0f1;
}

.energo-searchbox {
    z-index: 10;
    cursor: pointer;
}

    .energo-searchbox:focus, .energo-searchbox:hover + span.energo-searchbox-span {
        background: #fff;
        color: #333;
    }

        .energo-searchbox:hover + span.energo-searchbox-span .icon-right-open {
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.energo-searchbox-span {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 110px;
    padding: 7px 23px 6px 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
    margin: 0;
    z-index: 1;
    background: #f7f7f7;
    color: #fff;
    border: none;
    border-right: 1px solid #e0e0e0;
    -webkit-border-radius: 15px 0 0px 15px;
    -moz-border-radius: 15px 0 0px 15px;
    border-radius: 15px 0 0px 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    box-shadow: none;
}

    .energo-searchbox-span:hover {
        background: #fff;
        color: #333;
    }

        .energo-searchbox-span:hover .icon-right-open {
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .energo-searchbox-span:focus {
        outline: 0;
        background-color: #fff;
        background-image: none;
        box-shadow: none;
        color: #333;
    }

    .energo-searchbox-span .icon-right-open {
        position: absolute;
        top: 50%;
        right: 10px;
        font-size: 12px;
        margin-top: -6px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .energo-searchbox-span .energo-searchbox-spanInner {
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        white-space: nowrap;
        overflow-x: hidden;
    }

    .energo-searchbox-span + .search-input {
        padding-left: 115px;
    }

@font-face {
    font-family: flaticon;
    src: url('../../../../../../../../design/themes/responsive/media/fonts/flaticon/flaticon617b.ttf?1623665276') format("truetype"), url('../../../../../../../../design/themes/responsive/media/fonts/flaticon/flaticon617b.woff?1623665276') format("woff"), url('../../../../../../../../design/themes/responsive/media/fonts/flaticon/flaticon617b.woff2?1623665276') format("woff2"), url('../../../../../../../../design/themes/responsive/media/fonts/flaticon/flaticon617b.eot?1623665276#iefix') format("embedded-opentype"), url('../../../../../../../../design/themes/responsive/media/fonts/flaticon/flaticon617b.svg?1623665276#flaticon') format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-shopping-cart:before {
    content: "\f101";
}

.flaticon-phone-call:before {
    content: "\f102";
}

.ty-cr-phone-number-link .ty-cr-phone, .ty-cr-phone-number-link .ty-cr-phone-prefix {
    color: #fff;
}

.sticky-title .et-product-title bdi {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 385px;
}

div.ty-cr-phone-number-link .ty-cr-link a:hover {
    color: #efefef;
}

.ty-cr-phone-number-link .ih-row {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 0;
}

.header-grid svg {
    fill: #fff;
}

.tb-inline-submit input {
    width: 74% !important;
    height: 44px;
}

.tb-inline-submit button {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
}

.store-locator-ya-baloon__store-name {
    font-size: 14px;
    color: #539802;
}

#scroll-up {
    display: none !important;
}

.ty-one-store__description > span {
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
}

.tabo-popup-info {
    padding: 0;
    margin: 0 !important;
    background: #ff9800;
    color: #fff;
}

    .tabo-popup-info a, .tabo-popup-info .et_quick_info_title_text, .tabo-popup-info .ty-icon-popup {
        color: #fff;
    }

        .tabo-popup-info a:hover, .tabo-popup-info .et_quick_info_title_text:hover, .tabo-popup-info .ty-icon-popup:hover {
            color: #efefef;
        }

.tabo_store-locator__location--wrapper {
    overflow: hidden;
}

    .tabo_store-locator__location--wrapper .select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .tabo_store-locator__location--wrapper .object-picker__simple--cities {
        width: 100%;
    }

        .tabo_store-locator__location--wrapper .object-picker__simple--cities select {
            width: 100%;
        }

    .tabo_store-locator__location--wrapper .et_quick_info_title_text {
        margin-bottom: 0;
    }

    .tabo_store-locator__location--wrapper .sl-search-control {
        margin-bottom: 10px;
    }

.tabo_list_store_new .ty-one-city__name {
    border-top: none !important;
    text-align: center;
    background: #80c059 !important;
    color: #fff;
    padding: 5px 0 !important;
}

.tabo_list_store_new .ty-one-store__name-text {
    color: #000;
}

.tabo_list_store_new .ty-one-store {
    margin-bottom: 5px !important;
}

.tabo_list_store_new .ty-one-office__address {
    line-height: 1.4;
}

.tb-map-link {
    font-weight: 700;
    font-size: 13px;
}

.tb-scroll-y.store-locator .pickup--map-list .ty-one-store__label, .tb-scroll-y.store-locator .pickup--list .ty-one-store__label {
    padding: 0 10px;
}

.tb-scroll-y {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

    .tb-scroll-y::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }

    .tb-scroll-y::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    .tb-scroll-y::-webkit-scrollbar-thumb {
        background-color: #000;
        border: 1px solid #555;
    }

@media (min-width: 768px) {
    .top-my-account {
        margin-left: 0;
    }

    .et-sticky-visible .top-logo-grid {
        margin-top: 0;
        height: inherit !important;
    }

    .et-category-menu-icon .ty-dropdown-box__title a {
        padding: 5px;
    }

    .ihome-top-banner {
        max-height: 51px;
        overflow: hidden;
        background: #ff5f00;
    }

    .tygh-header > .header-grid {
        padding-top: 0;
    }

    div.ty-cr-phone-number-link .et-icon-header-phone, div.ty-cr-phone-number-link .flaticon-phone-call {
        font-size: 43px;
        color: #fff;
    }

    .et-sticky-content .ty-cr-phone-number-link .ih-row {
        color: #228B22;
    }

    .et-sticky-content .ty-cr-phone-number-link {
        padding: 0 15px;
        position: relative;
        margin-left: 15px;
    }

        .et-sticky-content .ty-cr-phone-number-link:after, .et-sticky-content .ty-cr-phone-number-link:before {
            content: "";
            display: block;
            height: 70%;
            top: 15%;
            width: 1px;
            position: absolute;
        }

        .et-sticky-content .ty-cr-phone-number-link:after {
            border-right: 1px solid #228B22;
            right: 0;
        }

        .et-sticky-content .ty-cr-phone-number-link:before {
            left: 0;
            border-left: 1px solid #228B22;
        }

    .et-header-call {
        margin-top: 0;
        margin-left: 20px;
        padding: 0 4px;
    }

    .top-cart-content {
        margin-left: 0;
        margin-right: 10px;
    }

    .top-logo-grid {
        margin-top: 5px;
    }

    .ih-cart-content-grid {
        margin-top: 15px;
    }

    .ty-search-block input.ty-search-block__input {
        height: 44px;
        padding: 0 10px;
    }

    .ty-search-block select.energo-searchbox {
        height: 44px !important;
    }

    .ty-search-block .ty-search-magnifier {
        height: 44px;
    }

        .ty-search-block .ty-search-magnifier .ty-icon-search {
            font-size: 25px;
        }

    .ty-search-block .energo-searchbox-span {
        margin: 8px 0;
    }

    .ih-store-item {
        margin: 5px;
        background: #fff;
        padding: 2px 10px 10px 10px;
        border-radius: 5px;
        box-shadow: 0 0 3px #333;
    }

        .ih-store-item input[type="radio"] {
            display: none;
        }

        .ih-store-item .ty-one-store__name-text {
            font-weight: 700;
        }

    .et-header-call {
        position: relative;
    }

    .header-grid .ih-cart-content-grid .ih-white .ty-dropdown-box__title {
        padding-left: 20px;
    }

        .header-grid .ih-cart-content-grid .ih-white .ty-dropdown-box__title a {
            color: #fff;
        }

        .header-grid .ih-cart-content-grid .ih-white .ty-dropdown-box__title:hover, .header-grid .ih-cart-content-grid .ih-white .ty-dropdown-box__title.open {
            background: none;
            color: #fff;
        }

    .header-grid svg {
        fill: #fff;
    }

    .et-sticky-header.et-sticky-visible .cart-content-grid svg {
        fill: #fff;
    }

    .ih-white .ty-dropdown-box__title a:after {
        display: block;
        font-family: et-icon;
        content: "\e932";
        position: absolute;
        right: -10px;
        top: 30%;
    }

    .ih-header-green {
        margin-top: 0;
    }

    .et-top-search {
        margin-left: 0;
        margin-right: 20px;
    }

    .top-menu-grid {
        margin-top: 5px;
    }

    .row-fluid .span6.ih-cart-content-grid {
        margin-left: 0;
    }

    .top-cart-content .et-cart-content {
        min-width: 15px;
        min-height: 15px;
        line-height: 15px;
        left: 80%;
    }

    .ih-items-locator-ct h4 {
        font-weight: 700;
        margin: 10px 0 0 10px;
    }

    .et-category-menu .ty-dropdown-box__title {
        background: #f2f2f2;
    }

    .tygh-header .et-main-menu li {
        width: 24%;
        text-align: center;
    }

        .tygh-header .et-main-menu li .et_menu_title {
            text-transform: uppercase;
            font-size: 16px;
            color: #040001;
            font-weight: 600;
        }

    .ih-news-letter {
        background: url('../../../../../../../../design/themes/vivashop/media/images/addons/my_changes/newsltbg617b.png?1623665276') no-repeat;
        background-size: 100%;
    }

        .ih-news-letter form {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-content: center;
            align-items: center;
            min-height: 120px;
        }

        .ih-news-letter .et-newsletter-text {
            display: none;
        }

        .ih-news-letter .ty-footer-form-block__title {
            color: #fff;
            flex: 30%;
        }

        .ih-news-letter .et-newsletter .ty-footer-form-block__form-container {
            flex: 70%;
            margin-bottom: 10px;
        }

        .ih-news-letter .et-newsletter .ty-input-text {
            width: 87%;
        }

    .ty-btn-go {
        background: #228B22;
    }

    .footer-main-menu {
        background: #228B22;
    }

        .footer-main-menu .et-main-menu {
            display: inherit;
            text-align: center;
        }

            .footer-main-menu .et-main-menu .ty-menu__items {
                background: inherit;
                text-align: center;
                width: max-content;
                margin: 0 auto;
            }

                .footer-main-menu .et-main-menu .ty-menu__items .et_menu_title {
                    text-transform: uppercase;
                    color: #fff !important;
                }

                .footer-main-menu .et-main-menu .ty-menu__items .ty-menu__item .ty-menu__item-link {
                    border: none;
                    padding: 14px 25px;
                }

    .no-touch .footer-main-menu .et-main-menu > .ty-menu__items .ty-menu__item:hover a.ty-menu__item-link {
        background: #619124;
    }

    .et-footer-wrapper {
        border-top: none;
    }

    .et-grid-list .et-grid-item-wrapper {
        min-width: inherit;
    }
}

@media (min-width: 1919px) {
    .et-add-to-cart.et-atc-icon-only, .et-scroller .ty-simple-list__buttons .et-call-request {
        width: 49px;
    }
}

.et-multi-scroller-wrapper ul li.active a, .et-multi-scroller-wrapper ul li a.et-hover {
    background: #fff;
    color: #ff9200;
}

.tygh-content .content-grid {
    background: #fff;
}

.et-breadcrumbs {
    background: none;
}

.et-icon-arrow-right {
    color: #333;
    font-size: 11px;
}

#et-product-page .et-left-wrapper .ty-product-img {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.tb-product-image-wrapper .ty-product-img img {
    width: 100%;
}

#et-product-page .owl-more-theme .owl-prev, #et-product-page .owl-more-theme .owl-next {
    border: none;
}

#et-product-page .ty-product-thumbnails .ty-product-thumbnails__item {
    margin: 0 2px;
}

.ty-product-bigpicture-thumbnails_gallery .ty-product-thumbnails__item {
    border: 1px solid #eee;
    padding: 0 10px;
}

    .ty-product-bigpicture-thumbnails_gallery .ty-product-thumbnails__item.active {
        border: 1px solid #ccc;
    }

    .ty-product-bigpicture-thumbnails_gallery .ty-product-thumbnails__item img {
        width: 100%;
    }

#et-product-page .owl-more-theme, #et-quick-view .owl-more-theme {
    margin-left: 0;
}

    #et-product-page .owl-more-theme .owl-prev {
        left: 9px;
    }

    #et-product-page .owl-more-theme .owl-next {
        right: -15px;
    }

.et-product-right .et-product-right-inner {
    border: 1px solid #efefef;
}

.et-product-right .et_quick_info_title_wrapper .et_quick_info_title_icon {
    display: none;
}

.et-product-right .et_quick_info_box {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 10px;
}

    .et-product-right .et_quick_info_box.et_quick_info_box---last, .et-product-right .et_quick_info_box.et_quick_info_box---last_f {
        border-bottom: none;
    }

.et-product-right .ty-wysiwyg-content ul {
    padding-left: 0;
    padding-bottom: 20px;
}

.et-product-right .ty-wysiwyg-content > p {
    height: 0;
    display: none;
}

.et-product-right .ty-wysiwyg-content ul li {
    list-style-type: none;
    background-image: url('../../../../../../../../design/themes/responsive/media/images/addons/my_changes/icon-list617b.png?1623665276');
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.5em;
}

    .et-product-right .ty-wysiwyg-content ul li strong {
        font-weight: 400;
    }

.et-product-right .et_quick_info_title_wrapper {
    background: none;
}

.et-product-right .et_quick_info_toggle.open, .et-product-right .et_quick_info_toggle.open .close-symbol {
    display: none;
}

.et-product-right .et_quick_info_title_wrapper:hover .et_quick_info_title_text, .et-product-right .et_quick_info_title_wrapper:hover .et_quick_info_toggle {
    color: inherit;
}

.et-product-right .et_quick_info_title_wrapper:hover .et_quick_info_title_icon {
    color: #539802;
}

.et-product-right .et_quick_info_title_text {
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (min-width: 767px) and (max-width: 1400px) {
    .tygh-header .et-main-menu li {
        width: 20%;
    }

        .tygh-header .et-main-menu li .et_menu_title {
            font-size: 14px;
        }
}

.img-full img {
    width: 100%;
}

.block-why-choose-us {
    padding: 20px 0;
    background: url('../../../../../../../../design/themes/vivashop/media/images/icons/why-bg617b.png?1623665276');
    position: relative;
    text-align: center;
}

    .block-why-choose-us:after {
        background: #9f9fa3;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    .block-why-choose-us .ty-wysiwyg-content {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    .block-why-choose-us .w-content * {
        color: #fff;
    }

    .block-why-choose-us .w-content h2 {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

        .block-why-choose-us .w-content h2:after {
            content: "";
            display: block;
            width: 70px;
            height: 2px;
            border-top: 1px solid #fff;
            bottom: -10px;
            position: absolute;
            transform: translateX(-50%);
            left: 50%;
        }

    .block-why-choose-us .items {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 10px 0;
    }

        .block-why-choose-us .items .item {
            width: 25%;
            box-sizing: border-box;
        }

            .block-why-choose-us .items .item img {
                height: 55px;
            }

            .block-why-choose-us .items .item svg {
                width: 55px;
                height: 55px;
                fill: #fff;
            }

            .block-why-choose-us .items .item span {
                display: block;
                font-size: 16px;
                font-weight: bold;
                width: 217px;
                margin: 0 auto;
                margin-top: 10px;
            }

@media screen and (min-width: 768px) {
    .et-category-menu.drophover .ty-dropdown-box__content {
        width: 270px;
    }

    .top-menu-grid {
        box-shadow: 0 0 4px #888;
    }

    .et-category-menu .ty-menu__items {
        min-height: inherit;
    }

    .et-sticky-visible + .ty-tabs .ty-tabs__list {
        background: #efefef;
    }

    #et-product-page .ty-tabs__item .ty-tabs__a {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 0 !important;
        margin-left: 0;
    }

    #et-product-page .ty-tabs__item.active .ty-tabs__a, #et-product-page .ty-tabs__item:hover .ty-tabs__a {
        background: none;
        color: #228B22;
        position: relative;
    }

        #et-product-page .ty-tabs__item.active .ty-tabs__a:after, #et-product-page .ty-tabs__item:hover .ty-tabs__a:after {
            height: 2px;
            width: 100%;
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
            background: #228B22;
            content: "";
        }

    #et-product-page .ty-tabs__item .ty-tabs__a:hover {
        background: none;
        color: #228B22;
    }

    #et-product-page .ty-tabs__list {
        border-bottom: 2px solid #d4d4d4;
    }

    .et-product-left .tb-btn-add-detail, .et-product-left .tb-btn-call-detail {
        width: 49%;
    }
}

@media screen and (min-width: 999px) and (max-width: 1399px) {
    .et-product-left .ty-value-changer {
        width: 30px;
    }

    .et-product-left .tb-btn-call-detail {
        padding-left: 2px;
        padding-right: 2px;
        width: 45% !important;
    }

        .et-product-left .tb-btn-call-detail i {
            display: none;
        }
}

.et-product-left .et-list-buttons-wrapper, .et-product-left .et-pp-social {
    display: none;
}

.et-product-left .tb-btn-add-detail span, .et-product-left .tb-btn-call-detail {
    text-transform: uppercase;
    font-size: 15px;
}

.et-product-left .tb-btn-add-detail, .et-product-left .tb-btn-call-detail {
    float: left;
}

    .et-product-left .tb-btn-add-detail:hover, .et-product-left .tb-btn-call-detail:hover {
        opacity: .9;
    }

.et-product-left .tb-btn-add-detail {
    background: #ff9800 !important;
    border: 1px solid #ff9800 !important;
    color: #fff !important;
}

.et-product-left .tb-btn-call-detail {
    background: #228B22;
    color: #fff;
    float: right;
    width: 34%;
}

.ty-product-block__tinh_nang {
    position: sticky;
    top: 73px;
    z-index: 199;
}

    .ty-product-block__tinh_nang .product-box-title {
        border-bottom: 1px solid #ddd;
        width: 100%;
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .ty-product-block__tinh_nang .product-box-title span {
            display: inline-block;
            margin-bottom: -2px;
            border-bottom: 3px solid #333;
            padding: 0 0 5px;
        }

    .ty-product-block__tinh_nang table {
        width: 100%;
    }

        .ty-product-block__tinh_nang table tr:nth-child(2n+2) {
            background: #efefef;
        }

    .ty-product-block__tinh_nang table, .ty-product-block__tinh_nang th, .ty-product-block__tinh_nang td {
        border: 1px solid #ccc;
    }

    .ty-product-block__tinh_nang td {
        padding: 10px;
    }

.footer-info a {
    color: #fff;
}

.tb-hidden {
    display: none !important;
}

.et_product_call-req {
    overflow: hidden;
}

#et-product-page .et-pp-info-inner-wrapper {
    display: inherit;
}

@media screen and (max-width: 767px) {
    [name="lookup_form"] button {
        padding-left: 2px;
        padding-right: 2px;
    }

        [name="lookup_form"] button i.ty-icon-search {
            display: none;
        }

    .et-footer-general__body div {
        color: #fff;
    }

    .et-sticky-visible, #phone_sticky_atc {
        display: none !important;
    }

    .arcontactus-widget.arcontactus-message {
        bottom: 50px !important;
    }

    .block-why-choose-us .items .item span {
        display: none;
    }

    .block-why-choose-us p {
        padding: 15px;
        font-size: 1.2rem;
    }

    .block-why-choose-us .items .item {
        width: 50%;
    }

    .ty-cr-phone * {
        font-size: 1.2rem;
    }

    .ty-logo-container {
        margin: 5px 0;
    }

    .et-mobile-top-panel {
        display: none !important;
    }

    .tb-inline-submit input {
        width: 68% !important;
    }

    .tb-inline-submit button {
        width: 30%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .et-footer-general__header {
        font-size: 15px;
        text-transform: uppercase;
    }

    .txt-white-box {
        color: #fff;
    }

        .txt-white-box .ty-wysiwyg-content {
            height: 250px;
            overflow-x: auto;
        }

            .txt-white-box .ty-wysiwyg-content p {
                color: #fff;
                border-bottom: 1px dashed #ccc;
                margin-bottom: 15px;
            }

    .et-pp-social {
        display: none;
    }

    #et-product-page .owl-more-theme .owl-prev {
        display: none;
    }

    #et-product-page .owl-more-theme .owl-next {
        display: none;
    }

    .et-product-left .tb-btn-add-detail, .et-product-left .tb-btn-call-detail {
        width: 46%;
    }

    #aml_dk_wrap {
        display: none;
    }

    .et-product-left .tb-btn-add-detail, .et-product-left .tb-btn-call-detail {
        width: 47%;
    }

    .et-product-left .tb-btn-call-detail {
        padding-left: 0;
        padding-right: 0;
    }

    .ty-product-bigpicture-thumbnails_gallery {
        overflow: hidden;
    }
}

.fp-items .fp-item-box {
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

    .fp-items .fp-item-box span {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px;
    }

    .fp-items .fp-item-box input {
        display: none;
    }

        .fp-items .fp-item-box input:checked + span {
            background: #fff;
        }

.op0 {
    opacity: 0;
}

.messangers-block * {
    box-sizing: border-box;
}

.arcontactus-widget * {
    box-sizing: border-box;
}

.messangers-block li {
    padding: 0;
    margin: 0;
}

.messangers-block, .arcu-popup {
    width: 300px;
}

.messangers-block {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s all;
    transform: translate3d(0,-20%,0);
}

    .messangers-block.show-messageners-block {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0,0,0);
    }

.arcontactus-widget.arcu-fadeindown .messangers-block {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s all;
    transform: translate3d(0,-20%,0);
}

.arcontactus-widget.arcu-fadeindown .messangers-block {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s all;
    transform: translate3d(0,-20%,0);
}

    .arcontactus-widget.arcu-fadeindown .messangers-block.show-messageners-block {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0,0,0);
    }

.arcu-forms-container, .messangers-block, .arcontactus-prompt, .arcu-popup {
    background: #fff;
    box-shadow: 0 0 40px #000;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 80px;
    right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000000;
    transform: scale(1);
}

    .messangers-block.has-header {
        padding-top: 0;
    }

    .messangers-block .arcu-menu-header {
        padding: 18px 15px;
        color: #fff;
        background: #787878;
        border-radius: 7px 7px 0 0;
        font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;
        margin-bottom: 10px;
        font-size: 17px;
        position: relative;
        line-height: 1.4;
    }

.arcu-header-close {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 0;
    margin: 0;
    border: 0 none;
    background: none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: #787878;
    border-radius: 50%;
    text-align: center;
}

.arcontactus-widget .arcontactus-message-button .static, .arcontactus-widget .arcontactus-message-button .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: auto;
}

.arcontactus-widget .arcontactus-message-buttons .static, .arcontactus-widget .arcontactus-message-buttons .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: auto;
}

.arcu-header-close {
    line-height: 1.8;
}

.messangers-block .arcu-menu-header .arcu-menu-header-content {
    color: #fff;
}

.messangers-list-container {
    overflow: hidden;
}

.messangers-list, .arcu-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.messangers-list {
    list-style: none outside none !important;
}

    .messangers-list.arcu-downtoup {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transition: transform .4s;
        transition-timing-function: cubic-bezier(.7,0,.3,1);
    }

    .messangers-list li {
        list-style: none;
    }

.arcontactus-widget .messangers-block .messangers-list.arcu-downtoup li {
    transition: transform 0s .2s;
    transition-timing-function: cubic-bezier(.3,0,.3,1);
    transform: translate3d(0,500px,0);
}

.arcontactus-widget.open .messangers-block .messangers-list.arcu-downtoup li {
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-duration: .4s;
    transform: translate3d(0,0,0);
}

.messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}

    .messanger span {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -20px;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #0084ff;
        margin-right: 10px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }

    .messanger p, .messanger .arcu-item-label {
        margin: 0;
        font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;
        font-size: 15px;
        color: rgba(0,0,0,0.87);
        padding: 0;
        line-height: 17px;
    }

    .messanger p, .messanger .arcu-item-label {
        text-align: left;
    }

    .messanger p, .messanger .arcu-item-label {
        color: #3b3b3b;
    }

        .messanger p .arcu-item-subtitle, .messanger .arcu-item-label .arcu-item-subtitle {
            font-size: 13px;
            color: #787878;
        }

        .messanger p .arcu-item-subtitle, .messanger .arcu-item-label .arcu-item-subtitle {
            color: #787878;
        }

.arcontactus-widget.arcontactus-message {
    z-index: 1000000;
    right: 20px;
    bottom: 20px;
    position: fixed !important;
    height: 70px;
    width: 70px;
}

.arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.arcontactus-widget {
    transition: .2s opacity;
    line-height: 1;
    font-size: 1rem;
}
    .arcontactus-widget .arcontactus-message-buttons {
        width: 70px;
        position: absolute;
        height: 70px;
        right: 0;
        background-color: red;
        border-radius: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .arcontactus-widget .arcontactus-message-button {
        width: 70px;
        position: absolute;
        height: 70px;
        right: 0;
        background-color: red;
        border-radius: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

        .arcontactus-widget .arcontactus-message-button.hidden {
            display: none !important;
        }
        .arcontactus-widget .arcontactus-message-button .static div, .arcontactus-widget .arcontactus-message-buttons .form-icon div {
            margin: auto;
        }
    .arcontactus-widget .messanger span svg, .arcontactus-widget .messanger span i, .arcontactus-widget .messanger span img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        text-align: center;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
    }

    .arcontactus-widget .arcontactus-message-button .static div, .arcontactus-widget .arcontactus-message-button .form-icon div {
        margin: auto;
    }

    .arcontactus-widget .arcontactus-message-button p {
        font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        line-height: 11px;
        margin: 0;
    }

    .arcontactus-widget .arcontactus-message-buttons p {
        font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        line-height: 11px;
        margin: 0;
    }

    .arcontactus-widget .arcontactus-message-button .static svg, .arcontactus-widget .arcontactus-message-button .form-icon svg, .arcontactus-widget .arcontactus-message-button .static i, .arcontactus-widget .arcontactus-message-button .form-icon i, .arcontactus-widget .arcontactus-message-button .static img, .arcontactus-widget .arcontactus-message-button .form-icon img {
        width: 24px;
        height: 24px;
        color: #fff;
        line-height: 24px;
        font-size: 24px;
        margin: auto;
    }
    .arcontactus-widget .arcontactus-message-buttons .static svg, .arcontactus-widget .arcontactus-message-button .form-icon svg, .arcontactus-widget .arcontactus-message-button .static i, .arcontactus-widget .arcontactus-message-button .form-icon i, .arcontactus-widget .arcontactus-message-button .static img, .arcontactus-widget .arcontactus-message-button .form-icon img {
        width: 24px;
        height: 24px;
        color: #fff;
        line-height: 24px;
        font-size: 24px;
        margin: auto;
    }
div.img-24 img, div.img-24 svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
}

.arcontactus-widget .arcontactus-close {
    color: #fff;
}

    .arcontactus-widget .arcontactus-close svg {
        -webkit-transform: rotate(180deg) scale(0);
        -ms-transform: rotate(180deg) scale(0);
        transform: rotate(180deg) scale(0);
        -webkit-transition: ease-in .12s all;
        -o-transition: ease-in .12s all;
        transition: ease-in .12s all;
        display: block;
    }

    .arcontactus-widget .arcontactus-close.show-messageners-block svg {
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

.arcontactus-widget .arcontactus-close {
    color: #fff;
}

.arcontactus-widget .static.hide {
    transform: scale(0);
    opacity: 0;
}

.arcontactus-widget .callback-state {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    display: none;
    -webkit-animation: none;
    animation: none;
    z-index: 999999;
    transition: .2s all;
    transform: scale(0);
    color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .arcontactus-widget .callback-state svg {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
    }

.arcontactus-widget .arcontactus-close {
    color: #fff;
}

.arcontactus-widget .arcu-header-close, .arcontactus-widget .arcu-popup-close {
    transition: .2s all;
}

    .arcontactus-widget .arcu-header-close:hover, .arcontactus-widget .arcu-popup-close:hover {
        transform: rotate(360deg);
        line-height: 2;
    }

.fb_dialog_content iframe {
    display: none !important;
}

.dialog-is-open .select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.dialog-is-open .arcontactus-widget.arcontactus-message {
    z-index: 9;
}

:root {
    --image-zoom-animation-time: 200ms;
}

.row-fluid .energo-searchbox {
    width: 203px;
}

.energo-searchbox + .ty-search-block__input {
    padding-right: 249px;
}

.et-grid-item-wrapper .product-title {
    white-space: normal;
    min-height: 17px;
    height: 17px;
}

.et-home-grid .et-grid-item-wrapper .product-title {
    min-height: 17px;
    height: 17px;
}

.et-home-grid .et-grid-item-wrapper.et-hover .product-title {
    height: auto;
}

.et-scroller .et-scroller-item .et-title-hover {
    padding-top: 34px;
}

.et-scroller .et-scroller-item .et-title-hover-inner .product-title {
    min-height: 18px;
}

.et-scroller-item:hover .et-title-hover-inner {
    transform: translateY(34px) translateY(-100%);
}

.et-vendor-store-block .et-grid-item-wrapper .product-title {
    white-space: normal;
    min-height: 19px;
    height: 19px;
}

.et-brand-page-name {
    display: none !important;
}

.ty-features-all .ty-features-all__group {
    display: block;
    width: 100%;
}

.ty-features-all .ty-features-all__list-item {
    text-align: center;
    display: inline-block;
}

.ty-features-all .vs-brand-name {
    display: none;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIF8zhZCJ7x9Pr62cRgaVUA.woff2) format('woff2');
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(2) .et_menu_icon {
    color: #539802;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(2) .et_menu_label {
    background: #ea0202;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(2) .et_menu_product-title {
    background: #228B22;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(4) .et_menu_icon {
    color: #539802;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(4) .et_menu_label {
    background: #f1c232;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(4) .et_menu_product-title {
    background: #228B22;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(6) .et_menu_icon {
    color: #539802;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(6) .et_menu_label {
    background: #e3097a;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(6) .et_menu_product-title {
    background: #228B22;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(8) .et_menu_icon {
    color: #539802;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(8) .et_menu_label {
    background: #fff;
    color: #000;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(8) .et_menu_product-title {
    background: #228B22;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(10) .et_menu_icon {
    color: #539802;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(10) .et_menu_label {
    background: #468dff;
    color: #fff;
}

.et-category-menu .ty-menu > .ty-menu__items > li:nth-child(10) .et_menu_product-title {
    background: #228B22;
    color: #fff;
}

.et-main-menu > .ty-menu__items > li:nth-child(1) a.ty-menu__item-link.et_use_style_color {
    background: transparent;
}

.et-main-menu > .ty-menu__items > li:nth-child(1) .et_menu_title, .et-main-menu > .ty-menu__items > li:nth-child(1) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(1) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(1) .et_menu_label {
    background: #3f8aff;
    color: #fff;
}

.et-main-menu > .ty-menu__items > li:nth-child(2) a.ty-menu__item-link.et_use_style_color {
    background: transparent;
}

.et-main-menu > .ty-menu__items > li:nth-child(2) .et_menu_title, .et-main-menu > .ty-menu__items > li:nth-child(2) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(2) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(2) .et_menu_label {
    background: #ff0;
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(3) a.ty-menu__item-link.et_use_style_color {
    background: transparent;
}

.et-main-menu > .ty-menu__items > li:nth-child(3) .et_menu_title, .et-main-menu > .ty-menu__items > li:nth-child(3) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(3) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(3) .et_menu_label {
    background: #e70000;
    color: #fff;
}

.et-main-menu > .ty-menu__items > li:nth-child(9) a.ty-menu__item-link.et_use_style_color {
    background: transparent;
}

.et-main-menu > .ty-menu__items > li:nth-child(9) .et_menu_title, .et-main-menu > .ty-menu__items > li:nth-child(9) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(9) .et_menu_icon {
    color: #000;
}

.et-main-menu > .ty-menu__items > li:nth-child(9) .et_menu_label {
    background: #8e7cc3;
    color: #fff;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0d.woff) format('woff');
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWA.woff) format('woff');
}
