/*
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/pnjrovski/css/styles.less
design/themes/pnjrovski/css/tygh/responsive.less
design/themes/pnjrovski/css/lib/select2/select2.min.css
design/themes/pnjrovski/css/addons/social_buttons/styles.less
design/themes/pnjrovski/css/addons/social_buttons/responsive.less
design/themes/pnjrovski/css/addons/divido/styles.less
design/themes/pnjrovski/css/addons/tags/styles.less
design/themes/pnjrovski/css/addons/rss_feed/styles.less
design/themes/pnjrovski/css/addons/newsletters/styles.less
design/themes/pnjrovski/css/addons/mp_orders_extension/styles.less
design/themes/pnjrovski/css/addons/gift_certificates/styles.less
design/themes/pnjrovski/css/addons/gift_certificates/responsive.less
design/themes/pnjrovski/css/addons/store_locator/styles.less
design/themes/pnjrovski/css/addons/store_locator/responsive.less
design/themes/pnjrovski/css/addons/blog/styles.less
design/themes/pnjrovski/css/addons/blog/responsive.less
design/themes/pnjrovski/css/addons/call_requests/styles.less
design/themes/pnjrovski/css/addons/form_builder/styles.less
design/themes/pnjrovski/css/addons/form_builder/responsive.less
design/themes/pnjrovski/css/addons/banners/styles.less
design/themes/pnjrovski/css/addons/mp_core/animate.less
design/themes/pnjrovski/css/addons/mp_core/new_mp_styles.less
design/themes/pnjrovski/css/addons/mp_core/appleple-modal-video/modal-video.min.css
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_styles_desktop.less
design/themes/pnjrovski/css/addons/mp_core/product_description.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_styles_just_not_homepage_general.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_styles_products_detail_general.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/fancybox/jquery.fancybox-1.3.4.css
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_styles_products_detail_desktop.less
design/themes/pnjrovski/css/addons/mp_core/ion.rangeSlider.skinHTML5.less
design/themes/pnjrovski/css/addons/mp_core/ion.rangeSlider.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_styles_diamond_page_desktop.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_styles_view_stores_page_detail_general.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_page_and_detail_general.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_page_and_detail_desktop.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_detail_and_blog_general.less
design/themes/pnjrovski/css/addons/mp_core/pnj_rovski/mp_detail_and_blog_desktop.less
design/themes/pnjrovski/css/addons/discussion/styles.less
design/themes/pnjrovski/css/addons/discussion/responsive.less
design/themes/pnjrovski/css/addons/mp_vendor_extension/styles.less
design/themes/pnjrovski/css/addons/mp_product_images_360/styles/threesixty.less
design/themes/pnjrovski/css/addons/mp_products_extension/general_products.less
design/themes/pnjrovski/css/addons/mp_products_extension/styles.less
design/themes/pnjrovski/css/addons/mp_products_extension/desktop_products.less
design/themes/pnjrovski/css/addons/mp_products_extension/styles-desktop.less
design/themes/pnjrovski/css/addons/mp_products_extension/heart2heart_products.less
design/themes/pnjrovski/css/addons/mp_products_extension/addon_not_index_general.less
design/themes/pnjrovski/css/addons/mp_products_extension/addon_not_index_desktop.less
*/


.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;
}

@keyframes modal-video {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }

    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('../img/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../img/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('../blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('../img/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('../img/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('../img/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('../img/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('../img/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('../img/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('../img/fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('../img/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('../img/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('../img/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
    zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
    background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

@charset "UTF-8";

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url('../fontawesome-webfont.eot') format('embedded-opentype'), url('../fontawesome-webfont.woff') format('woff'), url('../fontawesome-webfont.ttf') format('truetype'), url('../img/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PNJ Demibold';
    font-style: normal;
    font-display: swap;
    src: local('PNJ Demibold'), url('../PNJ-DemiBold.otf') format('otf'), url('../PNJ-DemiBold.ttf') format('truetype');
}

.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;
}

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-content {
    border: 1px solid #aaa;
    background: #fff url('../img/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
    color: #222;
}

.ui-widget-content>a {
    color: #222;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url('../img/ui-bg_highlight-soft_75_cccccc_1x100.png') 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('../img/ui-bg_glass_75_e6e6e6_1x400.png') 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('../img/ui-bg_glass_75_dadada_1x400.png') 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('../img/ui-bg_glass_65_ffffff_1x400.png') 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('../img/ui-bg_glass_55_fbf9ee_1x400.png') 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('../img/ui-bg_glass_95_fef1ec_1x400.png') 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('../img/ui-icons_222222_256x240.png');
}

.ui-widget-header .ui-icon {
    background-image: url('../img/ui-icons_222222_256x240.png');
}

.ui-state-default .ui-icon {
    background-image: url('../img/ui-icons_888888_256x240.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url('../img/ui-icons_454545_256x240.png');
}

.ui-state-active .ui-icon {
    background-image: url('../img/ui-icons_454545_256x240.png');
}

.ui-state-highlight .ui-icon {
    background-image: url('../img/ui-icons_2e83ff_256x240.png');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../img/ui-icons_cd0a0a_256x240.png');
}

.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('../img/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url('../img/ui-bg_flat_0_aaaaaa_40x100.png') 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: FontAwesome;
    src: url('../fontawesome-webfont.eot');
    src: url('../fontawesome-webfont.eot') format('embedded-opentype'), url('../fontawesome-webfont.woff') format('woff'), url('../fontawesome-webfont.ttf') format('truetype'), url('../img/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: FontAwesomes;
    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: FontAwesomes;
}

.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-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-cart {
    font-family: FontAwesomes;
    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: "\f0de";
    font-size: 12px;
}

.ty-icon-right-dir:before {
    content: "\f0da";
}

.ty-icon-down-dir:before {
    content: "\f0dd";
    font-size: 12px;
    vertical-align: top;
}

.ty-icon-left-dir:before {
    content: "\f0d9";
}

.ty-icon-star-empty:before {
    content: "\f005";
    color: rgba(189, 142, 38, 0.3);
}

.ty-icon-th-list:before {
    content: "\e005";
}

.ty-icon-heart:before {
    content: "\e006";
}

.ty-icon-flight:before {
    content: "\f072";
}

.ty-icon-ok:before {
    content: "\f00c";
}

.ty-icon-cancel:before {
    content: "\e009";
}

.ty-icon-cancel-circle:before {
    content: "\f057";
}

.ty-icon-minus-circle:before {
    content: "\e00b";
}

.ty-icon-right-thin:before {
    content: "\e00c";
}

.ty-icon-cw:before {
    content: "\f01e";
}

.ty-icon-left-circle:before {
    content: "\f137";
}

.ty-icon-right-circle:before {
    content: "\f138";
}

.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: "\f02f";
}

.ty-icon-chat:before {
    content: "\f086";
}

.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: "\f107";
}

.ty-icon-left-open:before {
    content: "\f104";
}

.ty-icon-right-open:before {
    content: "\f105";
}

.ty-icon-up-open:before {
    content: "\f106";
}

.ty-icon-down-micro:before {
    content: "\f0d7";
}

.ty-icon-up-micro:before {
    content: "\f0d8";
}

.ty-icon-right-open-thin:before {
    content: "\f105";
}

.ty-icon-left-open-thin:before {
    content: "\f104";
}

.ty-icon-products-without-options:before {
    content: "\e021";
}

.ty-icon-short-list:before {
    content: "\e022";
}

.ty-icon-plus-circle:before {
    content: "\f055";
}

.ty-icon-user:before {
    content: "\e024";
}

.ty-icon-doc-text:before {
    content: "\f0f6";
}

.ty-icon-calendar:before {
    content: "\f073";
    opacity: 0.7;
}

.ty-icon-chart-bar:before {
    content: "\e027";
}

.ty-icon-download:before {
    content: "\e028";
}

.ty-icon-search:before {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -622px -34px;
    color: #bd8e26;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 17px;
    content: "";
}

.ty-icon-lock:before {
    content: "\f023";
    opacity: 0.7;
}

.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: "\f014";
}

.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-star:before {
    content: "\f005";
}

.ty-icon-star-half:before {
    content: "\f123";
}

.ty-icon-refresh:before {
    content: "\e043";
}

.ty-icon-basket:before {
    content: "\e044";
}

.ty-icon-image:before {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    content: "";
    background-position: -636px -84px;
    height: 31px;
    width: 31px;
    display: inline-block;
}

.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-cart:before {
    content: "\e900";
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: ALSRubl-Arial;
    src: url('../alsrubl-arial-regular.eot');
    src: url('../alsrubl-arial-regular.eot#iefix') format('../media/fonts/embedded-opentype'), url('../alsrubl-arial-regular.woff') format('woff'), url('../alsrubl-arial-regular.ttf') format('truetype'), url('../img/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
}

.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-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
}

.ty-flag.ty-flag-vn {
    background-position: -621px -5px;
}

.ty-flag.ty-flag-us {
    background-position: -643px -5px;
}

@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;
    }
}

.root-m-adroid * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body {
    background: #fff;
}

p {
    margin: 0;
    padding: 6px 0;
}

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 #e0e0e0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0;
}

.ty-btn+.ty-btn {
    margin-left: 10px;
}

.ty-btn i {
    position: relative;
    top: 2px;
}

.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;
    color: #465f73;
}

.ty-btn__tertiary {
    background: #bdc3c7;
    color: #fff;
}

.ty-btn__tertiary:hover {
    background: #d9dcde;
    color: #fff;
}

.buttons-container .buttons-container {
    margin-top: 0;
}

.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-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: #607994;
}

input[type="text"],
input[type="password"],
textarea,
select {
    padding: 4px 8px;
    border: 1px solid #acbdcd;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"] {
    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;
}

select {
    padding: 4px 3px 3px;
    min-width: 4em;
    max-width: 100%;
    height: 2.2em;
    line-height: 2.2em;
}

.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__title {
    display: block;
    padding: 6px 0;
    font-weight: bold;
}

.ty-control-group__item {
    display: inline-block;
    padding: 6px 0;
}

.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,
textarea.cm-failed-field,
.cm-field-container.cm-failed-field input[type="text"] {
    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-full {
    width: 100%;
}

.ty-input-textarea {
    resize: vertical;
}

.help-inline {
    display: block;
}

.help-inline p {
    padding: 3px 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: #1a2128;
    cursor: pointer;
}

.ty-dashed-link {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none;
}

.ty-caret {
    position: absolute;
    top: -14px;
    right: -2px;
    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 #e6ebf0;
}

.ty-caret .ty-caret-inner {
    top: 3px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #e6ebf0;
}

.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 #dce3ea;
}

.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-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__item {
    padding: 0px;
    display: block;
    float: left;
}

.is-hover-menu .ty-menu__submenu-items {
    display: block;
}

.ty-menu__item .ty-menu__item-link .ty-icon-down-micro {
    position: absolute;
    font-size: 20px;
    right: 12px;
    top: 13px;
}

.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child {
    margin-right: 1px;
}

.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
    color: #fff;
    background: #465f73;
    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 #1e2831;
}

.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: #465f73;
    color: #fff;
}

.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: #465f73;
    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: #465f73;
    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-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 {
    color: yellow;
}

html.dialog-is-open {
    overflow: hidden;
}

html.dialog-is-open body {
    overflow: scroll;
}

.ui-widget,
.ui-widget button {
    font-family: 'Open Sans', sans-serif;
}

.ui-widget select,
.ui-widget textarea {
    font-weight: normal;
}

.ui-dialog-content {
    overflow: visible;
    display: block !important;
}

.object-container .ty-control-group__label {
    float: none;
    width: auto;
    display: inline-block;
    min-width: 120px;
    vertical-align: top;
}

.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('../img/picker_bg_outside.png') repeat-x 0 -100% scroll #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10002 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 27px;
    right: 13px;
    padding: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: url('../openhand.cur'), move;
}

.ui-dialog .buttons-container.picker {
    padding: 13px 0;
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #f9f9f9;
}

.ui-dialog .buttons-container.picker>div {
    margin: 0 15px;
}

.ui-widget-header .ui-icon-closethick {
    color: #bccad7;
    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: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f00d";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.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 ul>li {
    list-style-type: inherit;
}

.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: #e6ebf0;
    color: #2e3a47;
    border-radius: 4px;
    display: inline-block;
}

.ty-wysiwyg-content .ty-image {
    padding: 10px;
    border: 4px solid #fff;
    outline: 2px solid #dce3ea;
    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;
    }
}

.top-quick-links {
    margin: 6px 0 0;
}

.our-brands-grid {
    margin-bottom: 80px;
}

.header-widget-grid .top-menu-grid {
    padding-top: 15px;
}

.search-widget-block-grid {
    padding: 15px 0;
}

.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;
}

.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;
    font-weight: normal;
    font-size: 70%;
}

.ty-mainbox-container.ty-float-right,
.ty-mainbox-container.ty-float-left {
    width: inherit;
}

.ty-subheaders-group {
    margin: 0 15px 21px 15px;
}

.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__item {
    position: relative;
    display: block;
    margin-right: 15px;
}

.ty-text-links_show_inline>.ty-text-links__item {
    display: inline-block;
}

.ty-text-links_show_inline .ty-level-0>.ty-text-links {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #fff;
    border: 1px solid #708ca9;
    z-index: 10;
    padding: 5px;
    margin: 0;
}

.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;
}

.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 {
    margin: 0px 10px 25px 10px;
}

.ty-grid-list__item:before,
.ty-grid-list__item:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-grid-list__item:after {
    clear: both;
}

.ty-grid-list__item:hover .ty-icon-left-circle,
.ty-grid-list__item:hover .ty-icon-right-circle {
    visibility: visible;
}

.ty-grid-list__item:hover .ty-quick-view-button {
    visibility: visible;
}

.ty-grid-list__image .ty-no-image {
    border: 0px;
}

.ty-grid-list__no-price {
    text-align: left;
    width: auto;
}

.ty-grid-list__control {
    width: 100%;
    padding-top: 5px;
}

.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-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__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-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 {
    top: -1px;
    right: 0;
    bottom: 0;
    width: 1px;
}

.ty-simple-list .ty-discount-label:after {
    top: 0;
    right: 1px;
    height: 1px;
}

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-label {
    float: left;
    color: #333;
}

.ty-profile-field__switch-actions {
    float: right;
}

.ty-profile-field__switch-actions label {
    padding-right: 15px;
}

.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-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-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: #2d3540;
}

.ty-currencies__item:hover {
    background: #cfd9e2;
    color: #181c22;
}

.ty-currencies__active {
    background: #cfd9e2;
    color: #181c22;
}

.ty-sku {
    padding: 0;
    font-size: 90%;
}

.ty-price,
.ty-sub-price,
.ty-list-price {
    font-size: 100%;
}

.ty-sub-price {
    color: #1b1b1b;
}

.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: #2ecc71;
}

.ty-qty-out-of-stock {
    color: #e74c3c;
}

.ty-min-qty-description {
    font-size: 12px;
    margin-top: -7px;
    padding-top: 0;
    color: #8ca3ba;
}

.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-period {
    clear: both;
}

.ty-period__wrapper {
    float: left;
    padding-right: 20px;
}

.ty-period__select {
    width: 180px;
}

.ty-period__dash {
    padding: 0 3px;
}

.ty-qty-discount {
    overflow-x: auto;
    margin-bottom: 15px;
}

.ty-qty-discount__table {
    margin-top: 10px;
    min-width: 200px;
    padding: 0;
    border: 1px solid #dce3ea;
}

.ty-qty-discount__table .ty-qty-discount__td {
    border: 0 none;
    border-right: 1px solid #dce3ea;
    padding: 8px 12px;
}

.tooltip {
    display: none;
    max-width: 370px;
    z-index: 10000;
    padding: 10px;
    background: rgba(255, 255, 255, 0.99);
    color: #4c4c4c;
    text-align: left;
    font-weight: normal;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #4c4c4c;
}

.tooltip h3 {
    color: #4c4c4c;
    font-weight: 600;
    margin: 5px 0 10px;
}

.tooltip h4 {
    color: #4c4c4c;
    margin: 5px 0 10px;
}

.tooltip p {
    color: #fff;
    padding: 0px;
}

.tooltip li {
    color: #4c4c4c;
    list-style: disc;
    margin: 0 0 0 15px;
}

.tooltip-arrow {
    position: absolute;
    top: -6px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #4c4c4c;
    border-width: 1px 0 0 1px;
    background: #fff;
    transform: rotate(45deg);
}

.tooltip.arrow-top .tooltip-arrow {
    top: auto;
    left: auto;
    bottom: -6px;
    right: 10px;
    border-width: 0 1px 1px 0;
}

.tooltip.right {
    padding: 9px;
    text-align: left !important;
}

.arrow-top.right .tooltip-arrow {
    left: 10px;
    right: auto;
    border-width: 1px 1px 0 0;
}

.arrow-down.right .tooltip-arrow {
    right: auto;
    top: -6px;
    left: 10px;
    border-width: 1px 0 0 1px;
}

.arrow-down.top .tooltip-arrow {
    top: auto;
    bottom: -6px;
    border-width: 0 1px 1px 0;
}

.arrow-down.right.top .tooltip-arrow {
    right: auto;
    top: auto;
    bottom: -6px;
    left: 10px;
    border-width: 1px 1px 0 0;
}

@media only screen and (max-width: 768px) {
    .tooltip {
        max-width: 90%;
        left: 2% !important;
    }
}

.tooltip img {
    max-width: 100%;
}

.touchevents body {
    cursor: pointer;
}

.touchevents.mouseevents body {
    cursor: initial;
}

.ty-tooltip-block {
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.6;
}

.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-spinner {
    background: url('../spinner.gif') 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-select-wrapper {
    position: relative;
}

.ty-select-block__a.open .ty-select-block__arrow {
    color: white;
}

.ty-select-block__a-item {
    display: inline-block;
    vertical-align: top;
}

input.ty-select-block__input {
    margin: 5px 10px;
    width: 220px;
}

.ty-select-block__list-item .ty-select-block__list-a {
    text-decoration: none;
}

.ty-dropdown-box__title .ty-account-info__title {
    text-decoration: none;
    white-space: nowrap;
}

.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 .ty-account-info__orders {
    padding: 14px 14px 7px 14px;
    margin-top: 10px;
    background: #e6ebf0;
}

.ty-dropdown-box__content .ty-account-info__buttons {
    padding: 15px 14px 16px 14px;
    margin-top: -6px;
    background: #e6ebf0;
}

.ty-dropdown-box__content .ty-account-info__name:hover {
    background: none;
    color: #34495e;
}

.ty-minicart__icon {
    color: #54708c;
    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: #fff;
    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: #54708c;
}

.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-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;
    float: left;
}

.ty-password-forgot__label {
    float: left;
}

.ty-recover-password {
    margin-top: 30px;
}

.ty-captcha__img {
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.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: #2e3a47;
}

.ty-search-result {
    padding: 12px 7px;
}

.ty-search-form__inline-input {
    width: 190px;
}

.ty-search-result:hover {
    background: #dce3ea;
}

.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: #acbdcd;
    font-size: 145%;
    cursor: pointer;
}

.ty-search-block__input:focus {
    outline: 0;
    border: 1px solid #465f73;
    background-color: #fff;
}

.vendor-stores-block-grid h2 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
}

.ty-sort-container {
    padding-left: 10px;
    background: #dce3ea;
    margin: 28px 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.ty-sort-container__views-a {
    display: block;
    color: #8ca3ba;
    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: #ccd6e0;
}

.ty-sort-dropdown {
    display: inline-block;
    position: relative;
}

.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a {
    text-decoration: none;
}

.ty-sort-dropdown__content-item-a {
    padding: 7px 14px;
    color: #465f73;
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.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-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: 1200px;
    min-width: 280px;
    margin: 0 auto;
}

.tygh-footer {
    min-height: 70px;
}

.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: 18px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.ty-social-link {
    display: inline-block;
    margin-right: 26px;
    position: relative;
    vertical-align: bottom;
    top: 7px;
}

.ty-social-link a {
    color: white;
    display: block;
}

.ty-social-link i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    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 20px 0px 0px !important;
    color: #fff;
}

.ty-social-link:last-child {
    margin-right: 0px;
}

.ty-footer-menu__icon-open,
.ty-footer-menu__icon-hide {
    display: none;
    color: #9a9ea3;
}

.ty-footer-menu {
    color: #9ba1a7;
}

.ty-footer-menu>.row {
    padding: 30px 0px 15px 0px;
}

.ty-footer-menu__header,
.ty-footer-general__header {
    position: relative;
    color: #9a9ea3;
    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: #9a9ea3;
}

.ty-footer-menu__item a:hover {
    color: #465f73;
}

.ty-product-block {
    margin: 5px 0 30px 0;
    margin-top: 5px;
    position: relative;
}

.ty-product-block-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #2e3a47;
    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;
    min-height: 282px;
    min-width: 282px;
}

.ty-product-block__img-wrapper img {
    display: block;
    margin: 0 auto;
}

.ty-product-block__left {
    display: table-cell;
}

.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 .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: 'Open Sans';
    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 .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;
}

.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: #e6ebf0;
    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 .ty-discount-label {
    display: inline-block;
    position: static;
    margin-left: 3px;
    border-radius: 3px;
}

.ty-product-bigpicture .ty-discount-label__item {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: normal;
}

.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-save-price {
    color: #f2ae01;
}

.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;
}

.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 .ty-table {
    margin-top: 10px;
}

.ty-product-options .ty-input-text {
    width: 240px;
}

.ty-product-options__description {
    margin: 5px 0 0 120px;
    padding: 0;
    color: #9cb0c4;
    font-size: 85%;
}

.ty-product-options__image {
    display: inline-block;
    margin: 2px 0;
    border: 2px solid #fff;
    cursor: pointer;
    min-height: 52px;
}

.product-variant-image-selected {
    border-color: #dce3ea;
}

.ty-product-options__elem {
    display: inline-block;
}

.ty-product-options__fileuploader .help-inline {
    margin-left: 0;
}

.ty-product-options__box {
    display: inline-block;
    padding: 2px 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 .ty-no-image {
    border: 0px;
}

.ty-product-thumbnails {
    margin-top: 10px;
    text-align: left;
}

.ty-product-thumbnails__item.active {
    border-color: #888;
}

.ty-previewer {
    position: relative;
    display: block;
}

.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('../imgs/zoom_icon.png') 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('../imgs/zoom_icon@2x.png');
        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;
}

a.ty-quick-view__title {
    font-size: 24px;
    font-weight: bold;
    color: #2e3a47;
}

.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;
    visibility: hidden;
    text-align: center;
    padding-bottom: 15px;
}

.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;
}

.ty-product-notification__body .ty-product-options {
    display: block;
    margin: 0;
    box-sizing: border-box;
}

.ty-product-notification__body .ty-control-group__label {
    display: none;
}

.ty-product-notification__body .ty-product-options__info {
    background: #f1f1f1 none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
    max-height: 420px;
    overflow-y: auto;
    width: 100%;
}

.ty-product-notification__body .ty-product-options-name {
    float: left;
    padding: 6px 0;
}

.ty-product-notification__body .ty-product-options-name::before {
    content: "-";
    padding-right: 5px;
}

.ty-product-notification__body .ty-product-options-content,
.ty-product-notification__body .ty-product-options-name {
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 0 6px 10px;
    position: relative;
}

.ty-product-notification__body .ty-product-options-content .ty-product-options-content em,
.ty-product-notification__body .ty-product-options-name .ty-product-options-content em {
    font-size: 13px;
}

.ty-product-notification__body .product-options__other .ty-product-options-content {
    padding: 6px 0 6px 10px;
}

.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: 0 10px 0 0;
    min-width: 0px;
}

.ty-product-notification__divider {
    margin: 0 0 10px 0;
}

.ty-product-notification__body ul ul {
    border-left: 1px solid #dce3ea;
    margin-left: 70px;
}

.ty-product-notification__buttons {
    padding: 15px 20px;
    background: #ecf0f1;
    text-align: center;
}

.ty-product-notification__buttons>div:only-child {
    float: none;
}

.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: #bbc6d3;
    cursor: default;
}

.ty-product-filters__item-more {
    margin-bottom: -7px;
}

.ty-product-filters__item-more .lbl-sale-filter {
    color: #003464;
    font-weight: 600;
}

.ty-product-filters__extra-block {
    margin-top: -3px;
}

.ty-product-filters__extra-link {
    border-color: #9cb0c4;
    cursor: pointer;
}

.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__advanced-button,
.ty-product-filters__reset-button {
    position: relative;
    color: #566d85;
    font-size: 85%;
}

.ty-product-filters__reset-button {
    float: right;
}

.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 {
    margin: 0;
}

.ty-horizontal-product-filters-dropdown {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
    text-decoration: none;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-right: 2px;
}

.ty-horizontal-product-filters-dropdown__wrapper {
    padding: 0 4px 4px 4px;
    display: inline-block;
    color: #282828;
    cursor: pointer;
}

.ty-horizontal-product-filters-dropdown__wrapper.active {
    border: 1px solid #ccc;
}

.ty-horizontal-product-filters-dropdown__icon {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}

.ty-horizontal-product-filters-dropdown__wrapper.open i.ty-horizontal-product-filters-dropdown__icon.ty-icon-down-micro::before,
.ty-horizontal-product-filters-dropdown__wrapper.open i.ty-sort-dropdown__icon.ty-icon-down-micro::before {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ty-horizontal-product-filters-dropdown__content {
    position: absolute;
    z-index: 101;
    border: 1px solid #97a0a5;
    background: #fff;
    min-width: 180px;
}

.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: #465f73;
    display: block;
}

.ty-horizontal-product-filters-dropdown__content-item-a:hover {
    background: #465f73;
    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: #465f73;
}

.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: #dce3ea;
    display: none !important;
}

.ty-horizontal-product-filters.ty-selected-product-filters {
    margin-bottom: 25px;
}

.cm-date-range {
    display: inline-block;
    padding: 15px 10px 9px;
    margin-bottom: 15px;
}

.cm-date-range a {
    color: #2e3a47;
}

.ty-date-range .ty-icon-calendar {
    position: relative;
    color: #2e3a47;
    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: #465f73;
}

.daterangepicker>.ranges>ul>li.active,
.daterangepicker>.ranges>ul>li:hover {
    background: #465f73;
    border: 1px solid #465f73;
    color: #fff;
}

.daterangepicker .ranges .range_inputs label {
    display: block;
    width: auto;
    color: #2e3a47;
}

.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 {
    padding: 6px 7px;
    text-transform: uppercase;
    margin-right: 5px;
}

.daterangepicker button.btn.btn-small.btn-success.applyBtn.ty-btn__text {
    padding: 0;
}

.daterangepicker button.btn.btn-small.clearBtn {
    padding: 6px 7px;
    text-transform: uppercase;
}

.daterangepicker button.btn.btn-small.clearBtn.ty-btn__text {
    padding: 0;
}

.daterangepicker .calendar td.active,
.daterangepicker .calendar td.active:hover {
    background-color: #465f73;
    background-image: -moz-linear-gradient(top, #465f73, #465f73);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#465f73), to(#465f73));
    background-image: -webkit-linear-gradient(top, #465f73, #465f73);
    background-image: -o-linear-gradient(top, #465f73, #465f73);
    background-image: linear-gradient(to bottom, #465f73, #465f73);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff465f73', endColorstr='#ff465f73', GradientType=0);
}

.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__image {
    float: left;
}

.ty-cart-content__image-block {
    padding-left: 20px;
}

.ty-cart-content__qty {
    padding: 12px 30px 0;
    text-align: center;
}

.ty-cart-content__sku {
    padding: 5px 0;
    font-size: 11px !important;
}

.ty-cart-content__sku span {
    font-size: 11px !important;
}

.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: #465f73;
    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__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 #e3e3e3;
    -webkit-box-shadow: inset 0 70px 70px -30px #f7f7f7;
    -moz-box-shadow: inset 0 70px 70px -30px #f7f7f7;
    box-shadow: inset 0 70px 70px -30px #f7f7f7;
    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__left-buttons {
    float: left;
}

.ty-cart-content__right-buttons {
    float: right;
}

.ty-cart-items {
    overflow: auto;
    padding: 10px 15px;
    max-height: 400px;
    width: 320px;
}

.ty-cart-items__list-item {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.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: 10px;
}

.ty-cart-items__list-item-desc {
    overflow: hidden;
}

.ty-cart-items__list-item-tools {
    position: absolute;
    top: 10px;
    right: 0px;
    display: none;
}

.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 5px 0;
    color: #7c97b1;
}

.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: 180px;
}

.ty-cart-statistic__group {
    padding-bottom: 5px;
}

.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 #465f73;
    text-decoration: none;
}

.ty-cart-total__icon-estimation {
    padding: 0 2px;
}

.ty-sidebox .ty-input-text-medium {
    width: 100%;
}

.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;
}

.checkout__block {
    padding: 0 20px;
}

.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__title-active {
    background: #a3b5c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-step__title .ty-step__title-txt {
    font-weight: normal;
    color: #8ca3ba;
    margin-left: 36px;
}

.ty-step-one .buttons-container {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.ty-step__title-right {
    float: right;
    padding: 7px 0 0 0;
}

.ty-checkout__relogin {
    display: inline-block;
    padding: 10px 10px 20px 0;
}

.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-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-credit-card__control-group {
    position: relative;
}

input.ty-credit-card__input {
    padding: 8px;
    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 {
    top: 0;
    display: inline-block;
    margin: 1px 0 15px -55px;
    position: absolute;
    right: unset;
}

.ty-cc-icons__item {
    position: absolute;
    z-index: 10;
    display: inline-block;
    visibility: hidden;
    padding: 0 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ty-cc-icons__icon {
    display: inline-block;
    margin: 0;
    width: 51px;
    height: 35px;
    background: url('../img/payments.png') no-repeat;
}

.ty-cc-icons__item.cc-default,
.ty-cc-icons__item.active {
    visibility: visible;
}

.ty-cc-icons__item .default {
    background-position: -300px 0;
}

.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: #465f73;
}

.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: 10px 0;
}

.ty-payment-icons__item {
    display: inline-block;
    margin-left: 10px;
    width: 51px;
    height: 32px;
    background: url('../img/payments.png') no-repeat;
}

.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('../img/payments%402x.png');
        background-size: 400px, 400px;
    }
}

.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 .discount-price {
    color: #37ae01;
}

.ty-order-products__list {
    padding: 0px 0px;
}

.ty-order-products__list .ty-product-options {
    display: block;
    padding: 6px 0 0;
    color: #666;
}

.ty-order-products__list .ty-product-options span {
    font-size: 12px;
}

.ty-order-products__item-delete {
    visibility: hidden;
    float: right;
}

.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: #1a2128;
}

.ty-order-products__a {
    display: inline-block;
    margin: 2px 0 5px;
    max-width: 238px;
}

.ty-order-products__buttons {
    padding: 14px 0px;
}

.ty-order-products__buttons .text-button {
    color: #e74c3c;
}

.ty-order-info {
    color: #1a2128;
}

.ty-order-info__title {
    font-weight: bold;
}

.shipping-adress__delim {
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.ty-order-info__profile-field-item {
    float: none;
    clear: left;
}

.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 25px 0;
}

.ty-checkout-complete__button-vmid {
    display: inline-block;
    margin-top: 8px;
}

.ty-payments-list {
    float: left;
    margin: 0;
}

input.ty-payments-list__checkbox {
    float: left;
    margin-top: 2px;
}

.ty-payments-list__checkbox:checked+.ty-payments-list__item-group label {
    font-weight: 700;
}

.ty-payments-list__description {
    font-weight: normal;
}

.ty-payments-list__instruction {
    display: inline-block;
    width: 255px;
    margin-bottom: 10px;
    color: #2e3a47;
}

.ty-payments-list__instruction p {
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-payments-list__instruction h2 {
    font-weight: bold;
    font-size: 135%;
    line-height: 130%;
}

.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;
}

.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-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;
}

.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-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-notes {
    margin-top: 28px;
}

.ty-orders-notes__body {
    position: relative;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #d1d1d1;
    line-height: 150%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ty-ajax-loading-box {
    position: fixed;
    top: 50%;
    right: 50%;
    left: 50%;
    z-index: 100001;
    display: none;
    overflow: visible;
    margin-top: -26px;
    margin-left: -26px;
    padding: 0px;
    min-height: 52px;
    width: 52px;
    background: url('../loader_v1.gif') no-repeat 10px 10px #0d0d0d;
    opacity: 0.9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ty-orders-summary {
    margin-top: 28px;
}

.ty-orders-summary__table {
    width: 100%;
}

.ty-orders-summary__taxes-description {
    padding-top: 5px;
}

.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__user-info {
    margin: 0;
    padding: 0;
}

.ty-orders-repay {
    margin-top: 30px;
}

.ty-orders-repay .tabs-content {
    padding-left: 20px;
}

.ty-order-status {
    margin: 5% auto;
    padding: 15px 15px 15px 40px;
    width: 920px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7 url('../ajax.gif') no-repeat 15px center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ty-license-agreement__checkbox__checkbox {
    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-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: 240px;
    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: 65px;
}

.ty-company__terms {
    margin: 25px 0px;
    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('../img/company_vendor.png') 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-entry-page__item {
    margin: 3px 0;
    padding: 8px;
}

.ty-entry-page__a {
    display: block;
}

.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: #dce3ea;
}

.ty-download__icon {
    margin-left: 5px;
    font-size: 120%;
}

.ty-top-panel {
    position: fixed;
    width: 100%;
    z-index: 500;
}

.ty-top-panel-padding {
    padding-top: 36px;
}

.ty-top-panel__wrapper {
    position: relative;
    z-index: 100;
    overflow: hidden;
    height: 35px;
    border-bottom: 1px solid #262626;
    background: #333 url('../img/csse_bg.png');
    -webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
}

.ty-top-panel__title {
    float: left;
    margin: 0 0 0 15px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
}

.ty-top-panel__logo {
    display: inline-block;
    width: 20px;
    float: left;
    padding: 0 15px;
    height: 36px;
    border-right: 1px solid #282828;
    -webkit-box-shadow: 1px 0px 0px 0px #393939;
    -moz-box-shadow: 1px 0px 0px 0px #393939;
    box-shadow: 1px 0px 0px 0px #393939;
}

.ty-top-panel__logo-link:hover {
    text-decoration: none;
}

.ty-top-panel__icon-basket {
    position: relative;
    top: 7px;
    color: #666;
    font-size: 20px;
}

.ty-top-panel__icon-basket:hover {
    color: #f3f3f3;
}

.ty-top-panel__timer {
    color: #cfcfcf;
    margin-right: 15px;
}

.ty-top-panel__close {
    width: 9px;
    padding: 0 15px;
    color: #969696;
    font-size: 12px;
}

.ty-top-panel__close:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #f3f3f3;
    text-decoration: none;
}

.ty-top-panel-action {
    float: right;
    line-height: 36px;
}

.ty-top-panel-action__setting {
    padding: 0 15px;
    width: 22px;
}

.ty-top-panel-action__setting:hover,
.ty-top-panel-action__setting.active {
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.ty-top-panel-action__setting:hover .ty-top-panel-action__icon-setting {
    color: #f3f3f3;
}

.ty-top-panel-action__icon-setting {
    color: #969696;
    font-size: 22px;
    position: relative;
    top: 3px;
}

.ty-top-panel-action_item {
    display: inline-block;
    border-right: 1px solid #282828;
    -webkit-box-shadow: 1px 0px 0px 0px #393939;
    -moz-box-shadow: 1px 0px 0px 0px #393939;
    box-shadow: 1px 0px 0px 0px #393939;
}

.minimize-label {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1000;
    width: 35px;
    height: 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #4d4d4d;
    text-decoration: none;
    opacity: 0.7;
}

.minimize-label:hover {
    opacity: 1;
}

.minimize-label__icon {
    position: absolute;
    top: -2px;
    left: 11px;
    color: #ccc;
    font-size: 22px;
}

.ty-top-panel-btn {
    margin-right: 15px;
    padding: 3px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #636363;
    background-image: -moz-linear-gradient(top, #6d6d6d, #555);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d6d6d), to(#555));
    background-image: -webkit-linear-gradient(top, #6d6d6d, #555);
    background-image: -o-linear-gradient(top, #6d6d6d, #555);
    background-image: linear-gradient(to bottom, #6d6d6d, #555);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff555555', GradientType=0);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    cursor: pointer;
}

.ty-top-panel-btn:hover {
    background-color: #7d7d7d;
    background-image: -moz-linear-gradient(top, #878787, #6e6e6e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#878787), to(#6e6e6e));
    background-image: -webkit-linear-gradient(top, #878787, #6e6e6e);
    background-image: -o-linear-gradient(top, #878787, #6e6e6e);
    background-image: linear-gradient(to bottom, #878787, #6e6e6e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ff6e6e6e', GradientType=0);
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.ty-top-panel-btn:active {
    background-color: #5f5f5f;
    background-image: -moz-linear-gradient(top, #555, #6e6e6e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#6e6e6e));
    background-image: -webkit-linear-gradient(top, #555, #6e6e6e);
    background-image: -o-linear-gradient(top, #555, #6e6e6e);
    background-image: linear-gradient(to bottom, #555, #6e6e6e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff6e6e6e', GradientType=0);
    -webkit-box-shadow: inset 0 -1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 -1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -1px rgba(255, 255, 255, 0.05);
    color: #fff;
    text-shadow: none;
    font-size: 12px;
}

.te-mode {
    margin-left: 300px;
}

.te-mode .ty-ajax-loading-box {
    margin-left: 156px;
}

html #jquery-overlay {
    z-index: 1060;
}

html #jquery-lightbox {
    z-index: 1070;
}

.homepage-banners {
    margin-top: 25px;
}

.homepage-hotdeals {
    margin: 50px 0;
}

.ty-homepage-vendors {
    margin-top: 35px;
    margin-right: 40px;
    padding: 15px 0 30px 0;
}

.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 #dce3ea;
    padding: 10px 0;
    margin-top: 15px;
}

.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 #dce3ea;
    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_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: 110px;
    padding: 0px 5px 5px 5px;
    text-align: center;
}

.ty-ajax-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10002;
    display: none;
    background-color: #000;
    opacity: 0.7;
}

.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-top {
    top: 10px;
}

.notification-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    line-height: 150%;
    border-radius: 2px;
}

.notification-content strong {
    margin-right: 7px;
}

.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-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.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: 10px;
}

.owl-buttons {
    color: #41576c;
}

.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;
}

.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.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: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #bd8e26;
}

.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 {
    opacity: 0.4;
    background-image: url('../spinner_v1.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.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;
}

.ty-footer-form-block {
    margin: 27px 0px 0px 0px;
}

.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: 6px 0 10px 0 !important;
    width: 300px;
}

.ty-footer-form-block__form.title-newsletter {
    margin: 18px 0 10px !important;
}

.ty-footer-form-block__form .cm-hint {
    color: #c9c9c9;
}

.dropdown-menu {
    display: none;
}

.icon-loading {
    padding: 100px 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    background: url('../img/loading.svg') no-repeat center center transparent;
    width: 100%;
}

#ul-search .span4,
#ul-search-recommend .span4 {
    width: 20%;
}

#ul-search .span12,
#ul-search-recommend .span12 {
    width: 80%;
}

#ul-search li,
#ul-search-recommend li {
    display: flex;
}

#ul-search li a,
#ul-search-recommend li a {
    min-height: 35px;
    max-height: 90px;
    display: block;
}

#ul-search li a img,
#ul-search-recommend li a img {
    max-height: 90px;
}

#ul-search li .product-view-and-rating,
#ul-search-recommend li .product-view-and-rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0;
    width: 50%;
    float: right;
    line-height: 20px;
}

#ul-search li .price,
#ul-search-recommend li .price {
    color: #003468;
    font-weight: 400;
}

@media (max-width: 767px) {

    #ul-search .span4,
    #ul-search-recommend .span4 {
        width: 20%;
    }

    #ul-search .span12,
    #ul-search-recommend .span12 {
        width: 80%;
    }

    #ul-search li,
    #ul-search-recommend li {
        display: flex;
    }

    #ul-search li .product-view-and-rating,
    #ul-search-recommend li .product-view-and-rating {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        padding: 0;
    }

    #ul-search li .price,
    #ul-search-recommend li .price {
        color: #003468;
    }
}

#suggest-search .m-inner-box-close {
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.search-recommend {
    display: none;
}

.cs-result-page .filter-cloudsearch {
    display: inline-block;
}

.cs-result-page .content_product_sortings {
    display: inline-block;
    float: right;
}

@-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: 979px) {
    .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: 1200px;
        min-width: 280px;
        margin: 0 auto;
    }

    .ty-footer-menu__items,
    .ty-footer-general__body {
        display: block !important;
    }
}

@media (max-width: 1224px) {
    .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: 979px) {
    .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: 5px;
    }

    .ty-footer-form-block__form {
        width: 80%;
    }

    h3.ty-social-link__title {
        display: block;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .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-pagination__text {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ty-footer-grid__full-width>.row {
        width: 736px;
        margin: 0 auto;
    }

    .ty-social-link__title {
        margin-right: 70px;
    }

    .ty-social-link {
        margin-right: 60px;
    }

    .ty-footer-form-block__form {
        width: 220px;
    }

    .ty-menu__item .ty-menu__item-link {
        padding: 14px 12px;
    }

    .ty-menu__submenu-items .ty-top-mine__submenu-col {
        min-width: 160px;
        margin-right: 13px;
        margin-bottom: 20px;
    }

    .ty-top-mine__submenu-col:nth-child(4n) {
        margin-right: 0px;
    }

    .ty-account-info__buttons .ty-btn {
        display: block;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .buttons-container.ty-cart-content__top-buttons button.ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
        width: 100%;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
        display: block;
        margin-left: 0;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
    .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
        text-align: right;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (min-width: 768px) {

    .ty-cart-content .ty-cart-content__product-elem,
    .ty-cart-content .ty-cart-content__title {
        border: 0;
    }

    .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active>.ty-menu__submenu-item-header .ty-menu__item-link {
        background: #465f73;
        color: #fff;
    }

    .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: 767px) {
    html.dialog-is-open {
        overflow: scroll;
    }

    .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: 0;
    }

    .tygh-top-panel .ty-text-links-wrapper {
        border: none;
    }

    .ty-mainbox-title .ty-status {
        display: block;
        float: none;
    }

    .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-table:not(.ty-table-responsive) table,
    .ty-table:not(.ty-table-responsive) thead,
    .ty-table:not(.ty-table-responsive) tbody,
    .ty-table:not(.ty-table-responsive) th,
    .ty-table:not(.ty-table-responsive) td,
    .ty-table:not(.ty-table-responsive) tr {
        display: block;
    }

    .ty-table:not(.ty-table-responsive) {
        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:last-child {
        border-bottom: 1px solid #ccc;
    }

    .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__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-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-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;
    }

    .search-block-grid {
        margin-top: 0px !important;
    }

    .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-summary__right {
        float: none;
    }

    .ty-orders-summary__wrapper {
        float: none;
        min-width: 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-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 .logo-container {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

    .vendor-search-grid {
        margin-bottom: 20px;
    }

    .ty-vendor-information {
        text-align: center;
    }

    .ty-text-links-wrapper {
        position: relative;
        border-bottom: 1px solid #dce3ea;
    }

    .ty-text-links-btn {
        display: inline-block;
        padding: 9px 10px 7px 10px;
        color: #5e7d9c;
        cursor: pointer;
    }

    .ty-text-links-btn.open {
        z-index: 650;
        background: #5e7d9c;
        color: #fff;
    }

    .ty-text-links-btn__arrow {
        font-size: 20px;
        line-height: 0;
        position: relative;
        top: 5px;
        width: 7px;
    }

    .top-links-grid .ty-text-links-btn {
        margin-top: -7px;
    }

    .ty-text-links_show_inline .ty-level-0>.ty-text-links {
        display: block;
        background: none;
        border: 0 none;
        padding: 0;
        position: relative;
    }

    .ty-text-links_show_inline .ty-text-links__item {
        margin-right: 0;
        display: block;
    }

    .ty-text-links_show_inline .ty-text-links {
        margin: 0;
    }

    .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 #d3dbe3;
    }

    .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 #dce3ea;
        border-right: 1px solid #dce3ea;
        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-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-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: center;
    }

    .ty-product-notification__buttons>div {
        float: none;
        display: inline-block;
        margin: 5px auto;
    }
}

.ty-social-buttons {
    margin: 10px 0;
}

.ty-social-buttons__inline {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.ty-social-buttons__inline #___plusone_0 {
    width: 70% !important;
}

.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;
}

@media (max-width: 767px) {
    .ty-social-buttons__inline {
        display: block;
    }
}

.ty-divido-logo {
    float: right;
    margin-top: 7px;
}

.ty-divido-both {
    clear: both;
}

.divido-info dd {
    display: inline-block;
}

.divido-info dt {
    display: inline-block;
    width: 170px;
    max-width: 55%;
}

.divido-calculator {
    border: none;
    width: 270px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 22px;
    margin-bottom: 20px;
}

.divido-calculator label {
    font-weight: bold;
}

.divido-calculator dd {
    margin: 0;
}

.divido-calculator .divido-deposit-holder {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .divido-calculator {
        width: auto;
    }
}

.divido-range-slider {
    margin-top: 5px;
}

.divido-range-slider .percentage {
    vertical-align: top;
    margin-left: 10px;
}

select[name="divido_finance"] {
    margin-top: 5px;
    width: 100%;
}

@media (max-width: 768px) {
    .ty-payments-list {
        padding-right: 0;
    }
}

.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;
}

.shipping-line {
    clear: both;
    display: inline-block;
    width: 100%;
}

.shipping-line:first-child {
    padding-top: 10px;
}

.shipping-line>i {
    display: inline-block;
    float: left;
    padding-right: 20px;
    width: 20px;
}

.shipping-line>i::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #464646;
}

.shipping-line .sprite-order::before {
    content: "\f044";
}

.shipping-line .sprite-delivery::before {
    content: "\f1b9";
}

.shipping-line .sprite-payment::before {
    content: "\f24d";
}

.shipping-line .shipping-tooltip {
    position: relative;
    display: inline-block;
}

.shipping-line .shipping-tooltip .tooltiptext {
    visibility: hidden;
    color: #fff;
    width: 100px;
    text-align: center;
    border-radius: 2px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -50px;
    background: #124a81;
}

.shipping-line .shipping-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -5px 0 0 -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.shipping-line .shipping-tooltip:hover .tooltiptext {
    visibility: visible;
}

.shipping-line .box-line {
    float: left;
}

.shipping-line .box-line a,
.shipping-line .box-line span {
    float: left;
}

.shipping-line .box-line>p {
    font-size: 10px;
    clear: both;
    margin-left: -9px;
}

.shipping-line .box-line a.shipping-c i {
    color: #f5802c;
}

.shipping-line .box-current-status {
    float: left;
    padding: 0 15px;
    text-align: center;
}

.shipping-line .box-line.dots {
    font-size: 15px;
    font-weight: bold;
    margin-top: -4px;
    padding: 0 5px;
    vertical-align: top;
}

.shipping-line .box-current-status .status-text {
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 5px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 93px;
}

.shipping-line .line {
    border-top: 2px solid #96a504;
    display: inline-block;
    width: 30px;
    margin: 7px 0 0 0;
}

.icon-round:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f10c";
}

.shipping-line .sprite_delivery {
    background-position: 0.614% 26.29%;
    height: 43px;
    transform: scale(0.5);
    width: 56px;
    margin: -17px 0 0 -16px;
    float: left;
}

.shipping-line .sprite_payment {
    background-position: 0.8% 44%;
    height: 43px;
    transform: scale(0.5);
    width: 56px;
    margin: -17px 0 0 -16px;
    float: left;
}

.shipping-line .sprite_order:before {
    content: '\f044';
    font-size: 18px;
    color: #af0007;
    font-weight: bold;
    margin: 0 20px 0 0;
    float: left;
}

.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__currency {
    position: absolute;
    margin-top: 7px;
    margin-left: 120px;
}

.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;
    }
}

.ty-store-location {
    margin-top: 30px;
}

.ty-store-location__map-wrapper {
    float: left;
    width: 600px;
    height: 450px;
    border: 1px solid #979797;
    margin: 0 30px 20px 0;
}

.ty-store-location__locations-wrapper {
    display: block;
    vertical-align: top;
    overflow: hidden;
}

.ty-store-location__item:first-child {
    margin-top: 0;
}

.ty-store-location__item {
    margin: 20px 0;
}

h3.ty-store-location__item-title {
    font-size: 22px;
    margin: 0 0 2px 0;
}

.ty-store-location__item-country {
    font-size: 13px;
    font-weight: normal;
}

.ty-store-location__item-view {
    margin: 20px 0;
}

@media (max-width: 979px) {
    .ty-store-location__map-wrapper {
        width: 400px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .ty-store-location__map-wrapper {
        width: 100%;
        float: none;
    }
}

.ty-blog__item {
    border-bottom: 1px solid #dce3ea;
    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 #dce3ea;
    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 #dce3ea;
    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;
    }
}

.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: #5e7d9c;
    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: #acbdcd;
    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: #6d86a1;
}

.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%;
}

.mp-notification-content {
    min-width: 280px;
    padding: 10px;
    margin: 10px 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-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;
    }
}

.ty-banner__image-item {
    text-align: center;
}

.ty-banner__image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.tada {
    animation-name: tada;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

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

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

.fadeInDown {
    animation-name: fadeInDown;
}

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

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

.fadeInLeft {
    animation-name: fadeInLeft;
}

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

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

.fadeInRight {
    animation-name: fadeInRight;
}

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

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

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

.fadeOutUp {
    animation-name: fadeOutUp;
}

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

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

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

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

.slideInDown {
    animation-name: slideInDown;
}

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

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

.slideInLeft {
    animation-name: slideInLeft;
}

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

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

.slideInRight {
    animation-name: slideInRight;
}

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

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

.slideInUp {
    animation-name: slideInUp;
}

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

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

.slideOutDown {
    animation-name: slideOutDown;
}

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

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

.slideOutLeft {
    animation-name: slideOutLeft;
}

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

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

.slideOutRight {
    animation-name: slideOutRight;
}

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

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

.slideOutUp {
    animation-name: slideOutUp;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
a,
ul,
li,
em,
ol,
span,
b,
strong,
label,
input[type="text"],
input[type="password"],
textarea,
select,
button,
input[type="reset"] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

body,
div,
p,
a,
ul,
li,
em,
ol,
span,
b,
strong,
label,
input[type="text"],
input[type="password"],
textarea,
select,
button,
input[type="reset"] {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.mp-sprite,
.logo-sprite,
.mp-menu-new::after {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoom-icon-blog {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-menu-special {
    0% {
        font-size: 13px;
    }

    25% {
        font-size: 14px;
    }

    50% {
        font-size: 15px;
    }

    75% {
        font-size: 14px;
    }

    100% {
        font-size: 13px;
    }
}

@keyframes fadeInUpV1 {
    from {
        opacity: 0.8;
        transform: translate3d(0, 1%, 0);
    }

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

.mp-block-delay {
    -webkit-animation: 3s ease 0s normal forwards 1 fadeindelay;
    animation: 3s ease 0s normal forwards 1 fadeindelay;
}

.mp-block-delay-slow {
    -webkit-animation: 4s ease 0s normal forwards 1 fadeindelay;
    animation: 4s ease 0s normal forwards 1 fadeindelay;
}

.mp-block-delay-slick {
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeindelay;
    animation: 1.5s ease 0s normal forwards 1 fadeindelay;
}

@keyframes fadeindelay {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeindelay {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutLeft_v1 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
        background: #fff;
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOutLeft_v1 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
        background: #fff;
        visibility: hidden;
    }
}

@-ms-keyframes fadeOutLeft_v1 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
        background: #fff;
        visibility: hidden;
    }
}

@keyframes fadeOutRight_v1 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        background: #fff;
        visibility: hidden;
    }
}

@-webkit-keyframes fadeOutRight_v1 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        background: #fff;
        visibility: hidden;
    }
}

@-ms-keyframes fadeOutRight_v1 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
    }

    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        background: #fff;
        visibility: hidden;
    }
}

@keyframes fadeOutLeft_v2 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
        z-index: 10003;
    }

    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
        background: #fff;
        visibility: hidden;
        z-index: 10003;
    }
}

@-webkit-keyframes fadeOutLeft_v2 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
        z-index: 10003;
    }

    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
        background: #fff;
        visibility: hidden;
        z-index: 10003;
    }
}

@-ms-keyframes fadeOutLeft_v2 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
        z-index: 10003;
    }

    to {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
        background: #fff;
        visibility: hidden;
        z-index: 10003;
    }
}

@keyframes fadeOutRight_v2 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
        z-index: 10003;
    }

    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        background: #fff;
        visibility: hidden;
        z-index: 10003;
    }
}

@-webkit-keyframes fadeOutRight_v2 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
        z-index: 10003;
    }

    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        background: #fff;
        visibility: hidden;
        z-index: 10003;
    }
}

@-ms-keyframes fadeOutRight_v2 {
    from {
        opacity: 1;
        background: #fff;
        visibility: visible;
        z-index: 10003;
    }

    to {
        opacity: 1;
        transform: translate3d(100%, 0, 0);
        background: #fff;
        visibility: hidden;
        z-index: 10003;
    }
}

.ty-column1 {
    display: inline-block;
    width: 98%;
    vertical-align: top;
    float: left;
}

.ty-column2 {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
    float: left;
}

.ty-column3 {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    float: left;
}

.ty-column4 {
    display: inline-block;
    width: 23.75%;
    vertical-align: top;
    float: left;
}

.ty-column5 {
    display: inline-block;
    width: 18.8%;
    vertical-align: top;
    float: left;
}

.ty-column6 {
    display: inline-block;
    width: 15.5%;
    vertical-align: top;
    float: left;
}

.ty-column7 {
    display: inline-block;
    width: 13.142857142857%;
    vertical-align: top;
    float: left;
}

.ty-column8 {
    display: inline-block;
    width: 11.375%;
    vertical-align: top;
    float: left;
}

.ty-column9 {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    float: left;
}

.ty-column10 {
    display: inline-block;
    width: 8.9%;
    vertical-align: top;
    float: left;
}

@media (max-width: 979px) {
    .ty-column1 {
        display: inline-block;
        width: 98%;
        vertical-align: top;
        float: left;
    }

    .ty-column2 {
        width: 48.5%;
        float: left;
    }

    .ty-column3 {
        width: 32%;
        float: left;
    }

    .ty-column4 {
        width: 23.75%;
        float: left;
    }

    .ty-column5 {
        width: 18.8%;
        float: left;
    }

    .ty-column6 {
        width: 15.5%;
        float: left;
    }

    .ty-column7 {
        width: 13.142857142857%;
        float: left;
    }

    .ty-column8 {
        width: 11.375%;
        float: left;
    }

    .ty-column9 {
        width: 10%;
        float: left;
    }

    .ty-column10 {
        width: 8.9%;
        float: left;
    }
}

@media (max-width: 767px) {
    .ty-column1 {
        display: inline-block;
        width: 98%;
        vertical-align: top;
        float: left;
    }

    .ty-column2 {
        width: 50%;
        float: left;
    }

    .ty-column3 {
        width: 50%;
        float: left;
    }

    .ty-column4 {
        width: 50%;
        float: left;
    }

    .ty-column5 {
        width: 50%;
        float: left;
    }

    .ty-column6 {
        width: 50%;
        float: left;
    }

    .ty-column7 {
        width: 50%;
        float: left;
    }

    .ty-column8 {
        width: 50%;
        float: left;
    }

    .ty-column9 {
        width: 50%;
        float: left;
    }

    .ty-column10 {
        width: 50%;
        float: left;
    }
}

@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%;
    }
}

@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }

    100% {
        -webkit-transform: scale(1.05);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }
}

@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }

    100% {
        -moz-transform: scale(1.05);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }
}

@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }

    100% {
        -ms-transform: scale(1.05);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }
}

@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20000ms linear 0s;
    }

    100% {
        -o-transform: scale(1.05);
        -o-transition: -o-transform 20000ms linear 0s;
    }
}

@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.05);
        transition: transform 20000ms linear 0s;
    }
}

@keyframes effect-img {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes effect-img {
    100% {
        left: 125%;
    }
}

@-ms-keyframes effect-img {
    100% {
        left: 125%;
    }
}

@-moz-keyframes effect-img {
    100% {
        left: 125%;
    }
}

@-o-keyframes effect-img {
    100% {
        left: 125%;
    }
}

@keyframes mpShake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes mpShake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-ms-keyframes mpShake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.overflow-popup-atm,
.overflow-popup-atm body {
    overflow: hidden;
}

.overflow-popup-atm body .ty-ajax-overlay {
    background-color: #000;
    z-index: 10003;
    height: 100%;
    width: 100%;
}

.off-overflow-scroll,
.off-overflow-scroll body {
    overflow: hidden;
    height: 100%;
}

html.mp-dialog-is-open .select2-container.select2-container--default.select2-container--open,
html.dialog-is-open .select2-container.select2-container--default.select2-container--open {
    z-index: 10009;
}

.ty-column4 {
    width: 25%;
}

.ty-menu__submenu-list.level3 {
    padding-left: 10px;
}

#theme_editor {
    display: none;
}

.general .select2-container.select2-container--default.select2-container--open {
    z-index: 10001;
}

.general .select2-results__options {
    padding-bottom: 10px;
}

.general .ty-orders__actions .ty-orders__actions-right>a:first-child {
    display: none !important;
    visibility: hidden;
}

.general a {
    text-decoration: none;
    color: #4d4d4d;
}

.general a:focus {
    outline: none;
}

.general *:focus {
    outline: none;
}

.general .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;
}

.general .ty-no-image__icon::before {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    background-position: -289px 0;
    height: 31px;
    width: 31px;
}

.general .set-bold {
    font-weight: bold !important;
}

.general .tygh-header .container-fluid {
    padding: 0;
    max-width: 100%;
    min-width: 100%;
}

.general .tygh-header .container-fluid>.row-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.general .tygh-footer>.container-fluid {
    padding: 0;
    max-width: 100%;
    min-width: 100%;
}

.general .tygh-content .container-fluid {
    padding: 0;
    max-width: 100%;
    min-width: 100%;
}

.general .tygh-content .container-fluid>.row-fluid:not(.div-full-page-outer) {
    max-width: 1200px;
    margin: 0 auto;
}

.general .ty-btn__gray {
    background-color: #f2f2f2 !important;
    color: #404040 !important;
}

.general .ty-btn__blue-pnj {
    background-color: #003468;
}

.general .ty-tygh {
    position: relative;
}

.general .ty-tygh h1,
.general .ty-tygh h2,
.general .ty-tygh h3,
.general .ty-tygh h4,
.general .ty-tygh h5,
.general .ty-tygh h6 {
    margin: 0 0 10px;
    text-decoration: none;
}

.general .ty-tygh h1 {
    font-size: 22px;
}

.general .ty-tygh h1 * {
    font-size: 22px;
}

.general .ty-tygh h2 {
    font-size: 18px;
}

.general .ty-tygh h2 * {
    font-size: 18px;
}

.general .ty-tygh h3 {
    font-size: 16px;
}

.general .ty-tygh h3 * {
    font-size: 16px;
}

.general .ty-tygh h4 {
    font-size: 15px;
}

.general .ty-tygh h4 * {
    font-size: 15px;
}

.general .ty-tygh a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

.general .ty-tygh .ty-mainbox-category-title {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
}

.general .ty-tygh .ty-mainbox-category-title h1 {
    display: inline-block;
    padding: 12px 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 17px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-tygh .top-quick-links a {
    color: #333;
}

.general .ty-tygh .top-quick-links a:hover {
    color: #bd8e26 !important;
}

.general .ty-tygh .bottom-copyright {
    margin-top: 24px;
    color: #333;
    font-size: 15px;
}

.general .ty-tygh .ty-select-block__a {
    cursor: pointer;
    display: block;
    padding: 7px 13px 4px;
    color: #fff;
}

.general .ty-tygh .ty-select-block__a:hover,
.general .ty-tygh .ty-select-block__a.open,
.general .ty-tygh .ty-select-block__a.open:hover {
    text-decoration: none;
    color: #fff;
}

.general .ty-tygh .ty-select-block__arrow {
    margin-left: 3px;
    font-size: 140%;
    color: #fff;
}

.general .ty-tygh .ty-select-block {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 1022;
    min-width: 50px;
    border: 1px solid #f4f3f8;
    background-color: #fff;
}

.general .ty-tygh .ty-select-block__list-a:hover {
    background: #f8f8f8;
    color: #333;
}

.general .ty-tygh .ty-select-block__list-a {
    display: block;
    padding: 7px 14px 7px 14px;
    white-space: nowrap;
    cursor: pointer;
}

.general .ty-tygh .ty-select-block__list-a:before,
.general .ty-tygh .ty-select-block__list-a:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.general .ty-tygh .ty-select-block__list-a:after {
    clear: both;
}

.general .ty-tygh .ty-select-block__txt {
    float: left;
    padding: 8px 5px 8px 0;
}

.general .ty-tygh .ty-dropdown-box__title a:hover {
    text-decoration: none;
}

.general .ty-tygh .ty-dropdown-box__title {
    background: transparent;
}

.general .ty-tygh .ty-dropdown-box {
    position: relative;
    color: #34495e;
}

.general .ty-tygh .ty-dropdown-box .ty-icon-down-micro {
    color: #333;
    font-size: 12px;
    line-height: 0;
    position: relative;
    top: 0;
    width: 7px;
}

.general .ty-tygh .ty-dropdown-box__title.open {
    z-index: 650;
}

.general .ty-tygh .ty-dropdown-box__content {
    position: absolute;
    right: -12px;
    top: 31px;
    z-index: 600;
    margin-top: 3px;
    min-width: 245px;
    border: 1px solid #5e5e5e;
    background: #fff;
    text-align: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.general .ty-tygh .ty-dropdown-box__content::before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px;
    border-color: #757474 transparent transparent;
    position: absolute;
    top: -1px;
    z-index: 2;
    right: 50%;
}

.general .ty-tygh .ty-cart-items__list-item {
    border-bottom-color: #5e5e5e;
}

.general .ty-tygh .ty-cart-items__list-item p {
    padding: 3px 0;
}

.general .ty-tygh .ty-cart-items__list-item:not(.last) span {
    color: #c48b46;
    font-size: 13px;
}

.general .ty-tygh .ty-cart-items__list-item.last span:not(.none) {
    color: #404040;
    margin-right: 78px;
}

.general .ty-tygh .ty-cart-items__list-item.last .none {
    color: #d83443;
}

.general .ty-tygh .ty-dropdown-box__content .ty-dropdown-box__item {
    display: block;
    margin-bottom: 0px;
    padding: 12px 14px 0;
    color: #333;
}

.general .ty-tygh .ty-dropdown-box__content .ty-dropdown-box__item a {
    color: #333;
}

.general .ty-tygh .ty-dropdown-box__content .ty-dropdown-box__item.ty-account-info__name {
    font-weight: 600;
}

.general .ty-tygh .ty-dropdown-box__content .ty-dropdown-box__item:hover {
    color: #002448;
}

.general .ty-tygh .ty-dropdown-box__content .ty-dropdown-box__item:hover a {
    color: #002448;
}

.general .ty-tygh .ty-dropdown-box__content .ty-account-info__orders,
.general .ty-tygh .ty-dropdown-box__content .ty-account-info__buttons {
    background: #fff;
    margin-top: 0;
}

.general .ty-tygh .ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
    height: 40px;
    line-height: 27px;
    border-radius: 5px;
}

.general .ty-tygh .ty-account-info__orders-txt {
    color: #333;
    margin-bottom: 10px;
}

.general .ty-tygh .ty-dropdown-box__content .ty-account-info__orders .ty-btn-go {
    background: transparent;
}

.general .ty-tygh .ty-btn-go__icon {
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.general .ty-tygh .ty-dropdown-box__title i.ty-icon-moon-user {
    font-size: 11px;
}

.general .ty-tygh .ty-btn__subscribe {
    background: #000;
    color: #fff;
}

.general .ty-tygh .ty-btn__subscribe:hover {
    color: ;
}

.general .ty-tygh .ty-btn__subscribe.ty-btn__text {
    color: #4fbe31;
}

.general .ty-tygh .ty-search-magnifier {
    color: #333;
    top: 0;
    right: 0;
    width: 35px;
}

.general .ty-tygh .ty-payments-list__item-group {
    padding: 0 5px;
    color: #000;
}

.general .ty-tygh .ty-payments-list__item {
    padding: 0 0 20px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general .ty-tygh .ty-rma-search__toggle {
    margin-top: 0;
}

.general .ty-tygh .ty-success-registration__text {
    display: block;
    padding: 7px 0 40px;
    line-height: 170%;
}

.general .ty-tygh .ty-success-registration__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding-left: 17px;
    min-height: 60px;
    width: 33%;
    border-left: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-tygh .success-registration__a {
    font-weight: bold;
}

.general .ty-tygh .ty-success-registration__info {
    display: block;
    margin-top: 10px;
    color: #333;
}

.general textarea.resize-none {
    resize: none;
}

.general .object-container .notification-content {
    top: 0;
    right: 24px;
    min-width: 300px;
    position: absolute;
    z-index: 10010;
}

.general .banner-docking-flexible .mp-flexible-banner {
    min-height: unset !important;
}

.general .banner-docking-outer .style-close-banner {
    display: none;
}

.general .display-search-trend {
    display: block !important;
    opacity: 0.41;
    z-index: 10003;
    top: 1px;
    background-color: #4c4c4c;
}

.general .ty-control-group__title {
    font-weight: normal;
}

.general .ty-icon-cancel-circle {
    font-size: 13px;
    line-height: 13px;
    color: #555;
}

.general .ty-rating__label {
    color: #ffc107;
}

.general.hidden-scroll {
    position: fixed !important;
    width: 100%;
}

.general .mp-hidden-special {
    display: none !important;
}

.general .full-width-row-fluid {
    margin-left: 0;
}

.general .mp-add-product-to-card-hidden,
.general .buy-now-hidden,
.general .mp-select-option {
    display: none !important;
}

.general .margin-top {
    margin-top: 30px;
    background-color: #fff;
}

.general .frame-div {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.general .mfp-bg,
.general .mfp-wrap {
    z-index: 10012;
}

.general .ty-mainbox-title {
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 0 20px !important;
    padding: 12px 20px;
    line-height: 25px;
    font-size: 18px !important;
    color: #282828;
}

.general .ty-mainbox-title h1 {
    margin-bottom: 0 !important;
    font-size: 18px !important;
}

.general .ty-mainbox-title span {
    font-size: 18px !important;
}

.general .ty-mainbox-title .mp-multi-lang {
    float: right;
    font-size: 10px !important;
}

.general .ty-mainbox-title .mp-multi-lang a {
    font-size: 10px;
    margin: 0 5px;
}

.general .ty-mainbox-title font {
    font-size: 10px;
}

.general .checkbox-options .ty-control-group__label {
    width: unset !important;
    margin-right: 5px !important;
}

.general .checkbox-options label {
    padding: 6px 0 0;
}

.general .wishlist-remove-item {
    margin: 15px 0 10px;
}

.general .frm-product-combination form {
    border: none !important;
}

.general.overflow-hidden {
    overflow: hidden;
}

.general .ty-checkout-complete__order-success a,
.general .ty-checkout-complete__create-membership-card a * {
    color: #bd8e26;
}

.general .owl-wrapper-outer .ty-banner__image-item img.js-modal-btn {
    cursor: pointer;
}

.general #mp_collections.home .collection-top-items {
    background: #fff;
    display: inline-block;
}

.general .ty-ajax-overlay {
    background-color: #000;
    opacity: 0.4;
}

.general .ty-ajax-loading-box {
    background: url('../img/loading.svg') no-repeat center -25px transparent;
    width: 50px;
    min-height: 50px;
    margin-left: -24px;
}

.general .before-order-buy {
    padding: 10px 0;
}

.general .error-store-location .select2-selection__rendered {
    color: #bd8e26;
}

.general .note_button_pay {
    display: inline-block;
    width: 100%;
    line-height: 16px;
    font-size: 11px !important;
    text-transform: initial !important;
    font-style: italic;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.general .title-block-products-view {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 10px;
    align-items: center;
}

.general .title-block-products-view .text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #003868;
    font-family: 'PNJ Demibold';
}

.general .title-block-products-view .link {
    border-bottom: 1px solid;
    font-size: 16px;
    color: #707070;
}

.general .title-block-products-view .link::after {
    content: ">";
    padding-left: 2px;
}

.general input[type="text"]:-moz-placeholder,
.general textarea:-moz-placeholder,
.general input[type="password"]:-moz-placeholder {
    text-align: left;
    font-size: 11px;
    color: #555;
}

.general input[type="text"]:-ms-input-placeholder,
.general textarea:-ms-input-placeholder,
.general input[type="password"]:-ms-input-placeholder {
    text-align: left;
    font-size: 11px;
    color: #555;
}

.general input[type="text"]::-webkit-input-placeholder,
.general textarea::-webkit-input-placeholder,
.general input[type="password"]::-webkit-input-placeholder {
    text-align: left;
    font-size: 11px;
    color: #555;
}

.general input[type="text"]::-moz-placeholder,
.general textarea::-moz-placeholder,
.general input[type="password"]::-moz-placeholder {
    text-align: left;
    font-size: 11px;
    color: #555;
}

.general .skiptranslate {
    display: none;
}

.general .goog-tooltip {
    display: none !important;
}

.general .goog-tooltip:hover {
    display: none !important;
}

.general .goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.general .cm-recaptcha:last-child>div,
.general .cm-recaptcha:last-child iframe {
    margin: 0 auto;
}

.general .ty-account-info__members {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 14px;
    position: relative;
    width: 100%;
}

.general .ty-account-info__members a {
    color: #333;
}

.general .ty-account-info__members::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0%, #777 50%, #fff 100%) repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 138, 194, 0.03);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.general .logged .ty-account-info__members::after {
    content: none;
    display: none;
}

.general .mp-fanpage {
    margin-top: 25px;
}

.general .ty-checkout__register-methods-hint {
    color: #666;
    display: inline-block;
    font-size: 12px !important;
    padding-left: 20px;
}

.general .ty-banner__image-item {
    position: relative;
}

.general .text-note-order-now p {
    font-size: 12px;
    padding: 0 0 5px;
    color: #666;
    text-align: justify;
}

.general .text-note-order-now p>a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}

.general .text-note-order-now p>a:hover {
    color: #bd8e26;
}

.general .cart-notify-product-block {
    display: block;
    font-size: 11px;
    text-transform: initial;
    width: 100% !important;
    white-space: normal;
    font-style: italic;
}

.general input[type="text"],
.general input[type="password"],
.general textarea,
.general select,
.general .select2-selection--multiple {
    padding: 4px 8px;
    border: 1px solid #a8a8a8;
    background: #fff;
    color: #333;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-strong {
    font-weight: bold;
}

.general input[type="text"],
.general input[type="password"],
.general select {
    height: 40px;
}

.general .ty-stars,
.general .ty-stars__icon,
.general .ty-rating {
    color: #ffc107;
}

.general .ty-stars,
.general .ty-stars__icon {
    font-size: 16px;
}

.general .ty-control-group__label {
    float: left;
    padding: 20px 0 12px;
    margin-right: 10px;
    width: 140px;
}

.general .select2-container .select2-selection--single {
    height: 40px;
    border-radius: unset;
    border-color: #a8a8a8;
}

.general .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.general .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.general .ty-input-text-short {
    width: 120px;
    text-align: right;
}

.general .help-inline * {
    font-size: 12px;
}

.general .cell-color {
    border: 1px solid #d1d1d1;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 50px;
    vertical-align: middle;
    top: -1px;
}

.general .ty-rma-search__toggle {
    padding: 10px 10px 10px 0;
}

.general .calendar {
    display: inline-block;
    width: 100%;
}

.general .banner-collection-descriptions .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.general .banner-collection-descriptions .mp-collection-flexiblle {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .general .banner-collection-descriptions .mp-collection-flexiblle .ty-banner__image-item img {
        width: 100%;
    }
}

.general .selectbox-options .object-selector {
    display: inline-block;
    margin-top: 7px;
    width: 100%;
}

.general .selectbox-options .ty-product-options__item-label::after {
    padding-left: 3px;
    color: #ea7162;
    content: "*";
    font-size: 13px;
    line-height: 1px;
}

.general .ty-no-items {
    padding: 60px 20px;
    background: #f8f9f9;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.general .ty-hybrid-auth__icon-container {
    margin-top: 10px;
}

.general .ty-link-unlink-provider .ty-hybrid-auth__add {
    top: 50%;
    left: 10px;
}

.general .ty-blog-text-links__date {
    color: #333;
    border: 1px solid #d1d1d1;
}

.general .ty-mainbox-title .ty-date {
    white-space: nowrap;
    font-size: 18px;
}

.general .ty-mainbox-title .ty-status {
    float: right;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.general .ty-subheader {
    color: #333;
}

.general .ty-wish-list__buttons {
    display: inline-block;
}

.general .ty-control-group.date,
.general .ty-control-group.time {
    display: none;
}

.general .ty-breadcrumbs::after,
.general .row-fluid::before,
.general .bb-item::before {
    content: none;
}

.general .login-catpcha>p {
    color: #333;
    text-align: center;
}

.general .ty-text-center {
    text-align: center;
}

.general .ty-hybrid-auth__icon {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.general .ty-hybrid-auth__icon img {
    border-radius: 3px;
    height: 100%;
    width: 100%;
}

.general .gift-birth {
    margin: 20px 0 10px;
    width: 100%;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general .gift-birth .img-gift,
.general .gift-birth span {
    float: left;
}

.general .gift-birth .img-gift {
    background: url('../new-gift-birthday.gif') no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
}

.general .gift-birth span {
    width: calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    display: inline-block;
    font-weight: 700;
}

.general .ty-captcha__label {
    display: inline-block;
    padding: 6px 0;
}

.general .ty-accordion {
    margin-top: 20px;
}

.general .ty-accordion .ui-accordion-header-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    background: none;
    text-indent: 0;
    overflow: visible;
}

.general .ty-accordion .ui-accordion-header-icon:before {
    content: '';
    height: 1px;
    width: 11px;
    display: block;
    background: #666;
    position: absolute;
    top: 5px;
    left: 0;
}

.general .ty-accordion .ui-accordion-header-icon:after {
    content: '';
    height: 11px;
    width: 1px;
    display: block;
    background: #666;
    position: absolute;
    top: 0;
    left: 5px;
}

.general .ty-accordion .ui-accordion-header {
    position: relative;
    color: #333;
    padding: 10px 12px;
    border-radius: 0px;
    background-image: none;
    background: transparent;
    text-decoration: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.general .ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:after {
    display: none;
}

.general .ty-accordion .ui-accordion-content {
    border: 0;
    margin-bottom: 10px;
    box-shadow: none;
}

.general .ty-product-notification__subtotal {
    margin: 10px 0 0;
    width: 100%;
}

.general .ty-product-notification__amount {
    width: 100%;
}

.general .ty-product-notification__body {
    padding: 15px;
    min-height: 72px;
}

.general .ty-product-notification__body .ty-product-options-content {
    padding: 2px 0 2px 10px;
}

.general .ty-product-notification__body .ty-product-options__info {
    padding: 5px 0;
}

.general .ty-product-notification__body .ty-product-options {
    padding: 0 10px;
    box-sizing: border-box;
}

.general .ty-product-notification__body .product-options__other {
    border-bottom: 2px solid #fff;
    margin-bottom: 5px !important;
}

.general .ty-product-notification__body .product-options__note .ty-product-options-content {
    padding: 2px 0;
}

.general .ty-product-notification__body .product-options__note .ty-product-options-content::before {
    content: "-";
    padding-right: 5px;
}

.general .ty-twishlist-item {
    text-align: center;
    height: 18px;
    margin: 10px 0;
}

.general .ty-discount-info {
    position: relative;
    margin: 7px 0 12px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
}

.general .ty-discount-coupon__ty-control-group {
    margin: 5px 0;
}

.general .ty-caret-info .ty-caret-outer,
.general .ty-caret-info .ty-caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.general .ty-caret-info .ty-caret-outer {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d1d1d1;
    border-left: 7px solid transparent;
}

.general .ty-caret-info .ty-caret-inner {
    top: 2px;
    left: 1px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.general .ty-coupons__item {
    padding: 0 0 5px;
}

.general .ty-coupons__item:last-child {
    padding-bottom: 0;
}

.general .ty-coupons__item-delete,
.general .ty-coupons__item-delete:hover {
    text-decoration: none;
}

.general input[type=checkbox] {
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.general .checkbox-material {
    vertical-align: middle;
    position: relative;
    padding-right: 5px;
    display: inline-block;
}

.general .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #2e2e2e;
    overflow: hidden;
    border-radius: 0;
}

.general .cm-notification-content .checkbox-material .check {
    background-color: #fff;
}

.general .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
}

.general input[type=checkbox]:checked+.checkbox-material .check {
    background: #666;
}

.general input[type=checkbox]:checked+.checkbox-material .check:before {
    color: #fff;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -webkit-animation: checkbox-on 0.3s forwards;
    -moz-animation: checkbox-on 0.3s forwards;
    -o-animation: checkbox-on 0.3s forwards;
    -ms-animation: checkbox-on 0.3s forwards;
    animation: checkbox-on 0.3s forwards;
}

.general .checkbox-material.special .check {
    border-color: #ccc;
}

.general .checkbox-material.special {
    margin-top: 4px;
}

.general .ty-calendar__button {
    position: absolute;
    top: 15px;
    right: 2px;
    margin-top: -10px;
    margin-right: 8px;
    color: #333;
    vertical-align: middle;
    font-size: 155%;
}

.general .ty-calendar__input {
    width: 100%;
    min-width: 250px;
}

.general .ty-calendar-link:hover {
    text-decoration: none;
}

.general .ty-remove {
    position: relative;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-decoration: none;
}

.general .ty-remove:hover {
    text-decoration: none;
}

.general .ty-remove__icon {
    vertical-align: middle;
}

.general .ty-remove__txt {
    padding-left: 5px;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
}

.general .ty-remove:hover .ty-remove__txt,
.general .ty-remove:hover .ty-remove__icon {
    color: #9cb0c4;
}

.general .ty-delete-big,
.general .ty-delete-icon {
    vertical-align: top;
}

.general .ty-delete-big:hover,
.general .ty-delete-icon:hover {
    text-decoration: none;
}

.general .ty-compare {
    position: relative;
}

.general .ty-compare__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.general .ty-compare-menu__item {
    padding: 0 0 4px;
}

.general .ty-compare-menu__a {
    padding: 8px 16px 7px;
    display: block;
}

.general .ty-compare-menu__a:hover {
    background: #eff0f2;
    color: #34495e;
    text-decoration: none;
}

.general .ty-compare-menu__elem {
    display: block;
    padding: 10px 16px;
    color: #333;
    background: #e0e0e0;
}

.general .ty-compare-products {
    width: 100%;
    table-layout: fixed;
}

.general .ty-compare-products__product {
    padding: 10px 10px 0;
    width: 215px;
    vertical-align: top;
    text-align: center;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    background: #fff;
}

.general .ty-compare-products__product .ty-control-group__label {
    padding: 8px 0;
}

.general .ty-compare-products__item {
    padding: 5px 0;
}

.general .ty-compare-products__item:nth-child(3) {
    position: relative;
    height: 15px;
}

.general .ty-compare-products__item div[id*="qty_update"] {
    height: 48px;
    width: 100%;
}

.general .ty-compare-products__menu {
    vertical-align: top;
    padding: 0;
    width: 170px;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.general .ty-compare-products__product .buttons-container {
    margin: 0;
}

.general .no-touch .ty-compare-products__product .ty-qty .ty-control-group__label {
    display: inline-block;
    float: none;
    width: 90px;
}

.general .touch .ty-compare-products__product .ty-qty .ty-control-group__label {
    display: block;
    width: 100%;
}

.general .ty-compare-products__delete {
    position: relative;
    padding-bottom: 10px;
}

.general .touch .ty-compare-products__delete,
.general .ty-compare-products__product:hover .ty-compare-products__delete {
    visibility: visible;
}

.general .ty-compare-feature {
    position: relative;
    z-index: 20;
    margin-bottom: 10px;
}

.general .ty-compare-feature__table {
    width: 100%;
    table-layout: fixed;
}

.general .ty-compare-feature__row:nth-child(even) {
    background-color: #eaeaea;
}

.general .ty-compare-feature__item {
    padding: 10px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    text-align: left;
}

.general .ty-compare-feature_item_size {
    padding: 5px 10px;
    width: 215px;
    text-align: center;
    line-height: 20px;
}

.general .ty-compare-sort {
    width: 150px;
    text-align: left;
}

.general .ty-compare-sort .ty-compare-sort__title {
    font-weight: bold;
    color: #003468;
    font-size: 13px;
}

.general .ty-compare-sort__a {
    visibility: hidden;
    margin-left: 3px;
    vertical-align: middle;
}

.general .touch .ty-compare-sort__a,
.general .ty-compare-sort:hover .ty-compare-sort__a {
    visibility: visible;
}

.general .ty-compare-list__item {
    text-align: left;
}

.general .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: #607994;
    text-align: left;
}

.general .ty-compare-checkbox__icon {
    position: relative;
    top: -5px;
    left: 1px;
    font-size: 11px;
}

.general .ty-group-block {
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.general .ty-group-block__arrow {
    position: relative;
}

.general .ty-group-block__arrow .ty-caret-info {
    top: -17px;
}

.general .ty-group-block .ty-caret-outer {
    border-bottom: 7px solid #dce3ea;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.general .ty-group-block .ty-caret-inner {
    border-bottom-color: #ecf0f4;
}

.general .ty-account-benefits {
    margin: 47px 0 0 60px;
    color: #333;
}

.general .ty-account-benefits h4 {
    padding-bottom: 22px;
    font-size: 19px;
}

.general .ty-account-benefits ul li {
    list-style-type: disc;
    margin-bottom: 11px;
    margin-left: 17px;
}

.general .ty-account {
    margin-top: 30px;
}

.general .ty-account .ty-input-text {
    width: 100%;
    border-radius: 5px;
}

.general .ty-account-detail {
    margin: 45px 0 0 58px;
    padding-bottom: 250px;
    background: url('../img/profile_details.png') no-repeat bottom center;
    color: #333;
}

.general .ty-account-detail h4 {
    font-size: 19px;
    padding-bottom: 10px;
}

.general .ty-account-detail ul li {
    list-style-type: disc;
    margin: 15px 0 0 17px;
}

.general .ty-section {
    margin: 20px 0 15px 0;
}

.general .ty-section__title {
    padding: 13px 15px 11px 15px;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.general .ty-section__switch {
    float: right;
}

.general .ty-section__arrow {
    padding-left: 6px;
}

.general .open .ty-section_switch_off,
.general .ty-section_switch_on {
    display: block;
}

.general .open .ty-section_switch_on,
.general .ty-section_switch_off {
    display: none;
}

.general .ty-section__body {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    border: 1px solid #d1d1d1;
    border-top: none;
}

.general .ty-section__body .buttons-container {
    margin: 30px 0 0 -20px;
    padding: 15px 20px 15px 20px;
    width: 100%;
    background: #f1f1f1;
    box-sizing: initial;
}

.general .ty-table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #d1d1d1;
    border-width: 1px 0px 1px 1px;
    border-bottom: none;
}

.general .ty-table th {
    padding: 12px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background: #f1f1f1;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.general .ty-table th i {
    margin-left: 5px;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #333;
}

.general .ty-table tr,
.general .table .table tr {
    background-color: #fff;
}

.general .ty-table table tr {
    background-color: transparent;
}

.general .ty-table td,
.general .ty-table .table td {
    padding: 13px 8px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    vertical-align: middle;
    color: #333;
}

.general .ty-table tbody tr:nth-child(2n) {
    background: #f4f4f4;
}

.general .ty-table th,
.general .ty-table th a {
    color: #404040;
    font-weight: 700;
}

.general .ty-table__responsive-header {
    display: none;
}

.general .ty-status-info label {
    display: inline-block;
    margin: 4px 9px 4px 0;
    float: left;
    min-width: 135px;
}

.general .ty-template-small__item {
    padding: 10px 0;
    border-bottom: 1px dotted #d1d1d1;
    min-height: 50px;
}

.general .ty-template-small__item:last-child {
    border: 0;
}

.general .ty-template-small__item-img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

.general .ty-template-small__item-price {
    margin-top: 5px;
}

.general .ty-template-small__item-description {
    overflow: hidden;
}

.general .notification-container {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 10006;
    min-width: 300px;
    width: 40%;
}

.general .notification-content-extended {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10003;
    margin: -40px 0 0 -320px;
    min-height: 140px;
    width: 665px;
    color: #000;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

.general .notification-content-extended h1 {
    position: relative;
    padding: 13px 30px 10px 20px;
    border: none;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin: 0;
    -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;
}

.general .notification-content-extended h1 span {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 16px;
    height: 16px;
    color: #333;
    text-shadow: none;
    font: 13px/1;
    opacity: 1;
    cursor: pointer;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.general .notification-content-extended h1 span:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f00d";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.general .notification-content-extended h1 span:hover {
    color: #333;
    opacity: 1;
}

.general .ty-sort-dropdown__icon {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 11px;
}

.general .ty-sort-dropdown__wrapper.cm-combination,
.general .ty-sort-dropdown__wrapper {
    padding: 5px 7px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    color: #282828;
    border-radius: 4px;
    border: 1px solid #ccc;
    white-space: nowrap;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-sort-dropdown__wrapper.cm-combination .ty-sort-dropdown__icon.ty-icon-down-micro,
.general .ty-sort-dropdown__wrapper .ty-sort-dropdown__icon.ty-icon-down-micro {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -155px -123px;
    width: 13px;
    height: 7px;
    display: inline-block;
    position: static;
    padding: 0;
    margin-left: 10px;
}

.general .ty-sort-dropdown__wrapper.cm-combination .ty-sort-dropdown__icon.ty-icon-down-micro::before,
.general .ty-sort-dropdown__wrapper .ty-sort-dropdown__icon.ty-icon-down-micro::before {
    content: none;
    display: none;
}

.general .ty-sort-dropdown__wrapper.cm-combination.open,
.general .ty-sort-dropdown__wrapper.open {
    color: #333 !important;
}

.general .ty-sort-dropdown__wrapper.cm-combination.open i.ty-sort-dropdown__icon.ty-icon-down-micro,
.general .ty-sort-dropdown__wrapper.open i.ty-sort-dropdown__icon.ty-icon-down-micro {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.general .ty-sort-dropdown__content {
    position: absolute;
    right: 0;
    z-index: 100;
    border: 1px solid #c3c3c3;
    background: #fff;
    min-width: 290px;
}

.general .ty-sort-dropdown__content-item-a {
    padding: 7px 15px;
    display: block;
    line-height: 20px;
    font-size: 12px !important;
}

.general .ty-sort-dropdown__content-item-a:hover {
    color: #333 !important;
}

.general .bg-row-fluid .ty-mainbox-body {
    position: relative;
}

.general .bg-row-fluid .ty-mainbox-body:hover .owl-buttons {
    display: block;
}

.general .button-view-all {
    background: #fff;
    color: #2b2b2b;
    border: 1px solid;
    padding: 10px 20px;
    outline: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .button-view-all::after {
    content: '';
    position: absolute;
    left: -220%;
    top: -416%;
    width: 125%;
    height: 814%;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #002448;
    z-index: -1;
}

.general .button-view-all:hover {
    text-decoration: none;
    border-color: #002448;
    color: #fff !important;
}

.general .button-view-all:hover::after {
    left: 0%;
}

.general .ty-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 7px 14px;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    min-width: 100px;
    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;
}

.general .ty-sort-container__views-icons {
    display: none;
    float: right;
}

.general .ty-coupons__container {
    padding-right: 0;
    width: 100%;
    position: relative;
}

.general .ty-btn__text {
    color: #333;
}

.general .ty-checkout__terms {
    margin: 25px 0px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-tabs__content_feature {
    background: white;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-control-group {
    position: relative;
    vertical-align: middle;
}

.general .ty-control-group:before,
.general .ty-control-group:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.general .ty-control-group:after {
    clear: both;
}

.general .ty-control-group .help-inline {
    width: 100%;
    position: absolute;
    bottom: -12px;
    height: 14px;
    left: 0;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .cr-popup-error-box {
    max-width: unset !important;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.general .ty-btn-go {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    min-width: 32px;
    height: 33px;
    border: 0px;
    border-left: 1px solid #666;
    cursor: pointer;
}

.general .mp-auth-outer {
    text-align: center;
}

.general .mp-auth-has-text {
    width: 280px;
    text-align: left;
    border: 1px solid;
    background: #fff;
    margin-bottom: 10px;
    height: 48px;
}

.general .mp-auth-has-text i {
    border-radius: inherit !important;
}

.general .mp-auth-has-text span {
    font-size: 16px;
    line-height: 48px;
    display: inline-block !important;
    width: calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    float: left;
    text-align: center;
}

.general .mp-auth-has-text.mp-auth-facebook-has-text {
    border-color: #3b5998;
    color: #3b5998;
}

.general .mp-auth-has-text.mp-auth-facebook-has-text span {
    color: #3b5998;
}

.general .mp-auth-has-text.mp-auth-google-has-text {
    border-color: #ea4335;
    color: #ea4335;
}

.general .mp-auth-has-text.mp-auth-google-has-text span {
    color: #ea4335;
}

.general .mp-btn-editor .ty-btn {
    min-width: 150px;
}

.general input:-webkit-autofill,
.general input:-webkit-autofill:hover,
.general input:-webkit-autofill:focus input:-webkit-autofill,
.general textarea:-webkit-autofill,
.general textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.general select:-webkit-autofill,
.general select:-webkit-autofill:hover,
.general select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #e5e5e5 inset;
}

.general a.ty-password-forgot__a {
    float: right;
    padding: 6px 0;
    font-size: 12px;
    margin-top: 16px;
    color: #002448;
}

.general .ty-login-reglink__a {
    display: inline-block;
    padding: 10px 0;
}

.general .ty-login-reglink__a:hover {
    color: #002448;
}

.general .ty-login__filed-label {
    color: #333;
}

.general .ty-register-popup p {
    color: #333;
}

.general .ty-register-popup h3.ty-text-center {
    font-weight: 600;
    margin: 25px 0 0;
}

.general .ty-register-popup .ty-text-center {
    text-align: center !important;
}

.general .ty-register-popup .ty-account {
    margin-top: 0;
}

.general .ty-register-popup .ty-control-group {
    margin: 0;
}

.general .ty-register-popup .ty-control-group .help-inline {
    position: static;
    padding-left: 0 !important;
}

.general .ty-register-popup .ty-calendar__block {
    width: 100%;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon {
    margin: 0 0 15px;
    width: 250px;
    text-align: left;
    border: 1px solid;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon img {
    border-radius: unset;
    width: 40px;
    float: left;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon a {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon span {
    font-size: 16px;
    line-height: 40px;
    display: inline-block !important;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    float: left;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon .mp-sprite {
    border-radius: 50%;
    margin: 2px 10px 0 6px;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon.mp-auth-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon.mp-auth-facebook span {
    color: #3b5998;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon.mp-auth-google {
    border-color: #ea4335;
    color: #ea4335;
}

.general .ty-register-popup .mp-social-group .ty-hybrid-auth__icon.mp-auth-google span {
    color: #ea4335;
}

.general div.group-date-of-birth {
    display: inline-block;
    width: 100%;
}

.general div.group-date-of-birth .select2,
.general div.group-date-of-birth .cm-object-selector {
    width: calc(100% / 3 - 5px) !important;
    width: -webkit-calc((100% - 10px) / 3) !important;
    width: -moz-calc((100% - 10px) / 3) !important;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}

.general div.group-date-of-birth .select2:nth-child(2),
.general div.group-date-of-birth .cm-object-selector:nth-child(2) {
    margin-left: 0;
}

.general div.group-date-of-birth .select2 .select2-selection--single .select2-selection__arrow b,
.general div.group-date-of-birth .cm-object-selector .select2-selection--single .select2-selection__arrow b {
    border-color: #d1d1d1 transparent transparent transparent;
}

.general div.group-date-of-birth .select2:last-child,
.general div.group-date-of-birth .cm-object-selector:last-child {
    margin-right: 0;
}

.general .list-banks {
    margin-top: 10px;
}

.general .ty-credit-card {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    min-width: 363px;
    padding: 15px;
}

.general .ty-credit-card .ty-control-group__title {
    float: left;
    width: 125px;
    font-weight: 300 !important;
}

.general .ty-credit-card .type-note-payment-instalmenr {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.general .ty-credit-card select {
    width: 300px;
    height: 35px !important;
    line-height: 35px !important;
}

.general .ty-credit-card .ty-credit-card__input {
    float: left;
    height: 35px !important;
    line-height: 35px !important;
    width: 300px !important;
}

.general .ty-instalment_monthly_amount__control-group {
    margin-bottom: 0 !important;
}

.general .ty-instalment_monthly_amount__control-group .ty-control-group__title,
.general .ty-instalment_monthly_amount__control-group #instalment_monthly_amountinstalment {
    width: initial !important;
    width: auto !important;
    width: unset !important;
    display: inline-block !important;
}

.general .ty-instalment_monthly_amount__control-group #instalment_monthly_amountinstalment {
    margin-left: 15px;
    padding: 6px 0;
    color: #b4925e;
}

.general input[type="text"]:focus,
.general input[type="password"]:focus,
.general textarea:focus,
.general .select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border-color: #bd8e26;
    -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;
}

.general .ty-login-popup {
    min-width: 295px;
    max-width: 500px;
    padding: 0 75px;
}

.general .ty-login-popup .ty-control-group .help-inline {
    position: static;
    padding-left: 0;
}

@media screen and (max-width: 320px) {
    .general .ty-login-popup .ty-control-group.captcha {
        margin-left: 0 !important;
    }
}

.general .ty-login-popup .ty-hybrid-auth__icon {
    margin-right: 0;
}

.general .ty-login-popup .ty-login-reglink__a {
    font-weight: 400;
    font-style: italic;
    padding: 0;
    color: #337ab7;
}

.general .ty-login-popup .ty-password-forgot__a {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
    color: #337ab7;
    font-weight: 400;
    font-style: italic;
}

.general .ty-login-popup .ty-login-reglink {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.general .ty-login-popup .ty-text-center {
    text-align: center !important;
}

.general .ty-login-popup .ty-login__input {
    margin: 0;
    padding: 8px 5px 7px;
    height: 44px;
    line-height: 44px;
    border: 0;
    border: 1px solid #676767;
    border-radius: 5px;
}

.general .ty-mainbox-body .ty-login {
    margin-top: 0;
}

.general .ty-mainbox-body .ty-login .ty-control-group .help-inline {
    position: static;
    padding-left: 0;
}

.general .ty-mainbox-body .ty-login .buttons-container {
    margin: 0;
}

.general .ty-estimation__title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.general .ty-cart-content__product-title {
    word-wrap: break-word;
    font-size: 15px !important;
    line-height: 1;
    display: inline;
    color: #000;
}

.general .ty-cart-items__list-item-desc a {
    color: #404040;
    font-size: 13px;
    padding-right: 10px;
    box-sizing: border-box;
}

.general .ty-cart-items__empty {
    margin: 15px 0;
    color: #333;
}

.general .ty-cart-statistic__total-list {
    border-top: 1px solid #d1d1d1;
    margin-top: 15px;
}

.general .ty-cart-content__product-elem {
    padding: 8px !important;
    border: none;
    vertical-align: top;
}

.general .ty-cart-content__product-elem.ty-cart-content__image-block {
    text-align: center;
    vertical-align: middle;
    border-right: none;
    min-width: 120px;
}

.general .ty-cart-content__product-elem.ty-cart-content__image-block .ty-cart-content__image {
    float: none;
}

.general .ty-cart-content__estimation {
    display: inline-block;
    width: 100%;
    max-width: 550px;
    height: 100%;
    box-sizing: content-box;
}

.general .ty-cart-content__estimation p {
    padding: 2px 0;
}

.general .ty-cart-content__estimation p,
.general .ty-cart-content__estimation ul li {
    color: #333;
}

.general .ty-cart-content__estimation .ty-estimation-buttons {
    max-width: inherit;
    min-width: 100%;
    display: inline-table;
    left: 0;
}

.general .ty-cart-content__estimation .ty-estimation-buttons .ty-btn {
    margin-bottom: 5px;
    margin-top: 5px;
}

.general .ty-cart-content__estimation .ty-control-group {
    margin: 0 0 10px;
}

.general .ty-cart-content__estimation .cm-external-click {
    float: left;
}

.general .ty-cart-content__estimation .ty-estimation-buttons__rate {
    float: right;
}

.general .ty-product-switcher {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 0 24px;
}

.general .ty-product-switcher__a:hover {
    text-decoration: none;
}

.general .ty-product-switcher__icon {
    vertical-align: top;
}

.general .ty-product-switcher__icon,
.general .ty-product-switcher__a:hover .ty-product-switcher__icon {
    color: #333;
    font-size: 12px;
}

.general .ty-product-switcher__a.disabled,
.general .ty-product-switcher__a.disabled .ty-product-switcher__icon,
.general .ty-product-switcher__a.disabled:hover .ty-product-switcher__icon {
    background: none;
    color: #333;
    cursor: default;
}

.general .ty-product-switcher span {
    float: left;
    font-size: 11px;
    padding: 2px;
    color: #333;
}

.general .ty-product-img {
    border: 1px solid #f1f1f1;
    position: relative;
    background: white;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-login-info {
    margin: 46px 0 0 59px;
}

.general .ty-login-info__title,
.general .ty-login-info h4 {
    padding-bottom: 10px;
    margin: 0;
    font-size: 19px;
    color: #333;
}

.general .ty-login-info__txt {
    color: #333;
}

.general .ty-login-info__txt>a {
    border-bottom: 1px dotted #bd8e26;
    color: #bd8e26;
}

.general .ty-cart-content__buttons {
    background: #f2f2f2;
}

.general .ty-cart-content__buttons a.ty-btn {
    background: #fff;
    color: #3f3f3f;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 29px;
}

.general .ty-tabs {
    margin-top: 30px;
    vertical-align: bottom;
}

.general .ty-tabs__list {
    vertical-align: bottom;
    display: table;
    margin: 0 auto;
}

.general .ty-tabs__list>li.active {
    border-bottom-color: #333;
    border-width: 2px;
}

.general .ty-tabs__list>li.active>a {
    color: #333;
}

.general .ty-tabs__list>li.active h1 {
    font-size: unset;
    margin: 0;
}

.general .ty-tabs__item,
.general .ty-tabs .subtab {
    float: left;
    vertical-align: bottom;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.general .ty-tabs__a,
.general .ty-tabs .subtab a {
    font-size: 1.2em !important;
    border-bottom: none;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    border-width: 0 0 1px 0;
    border-style: solid;
    margin: 0;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    padding: .6rem 2rem;
    color: #7c7c7c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-product-switcher__a {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 3px;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
}

.general .ty-product-switcher__a-left {
    float: left;
    left: 0;
}

.general .ty-product-switcher__a-right {
    float: right;
    right: 0;
}

.general .ui-widget-content.ui-dialog {
    padding: 0;
    border: none;
    padding: 15px 0 0;
    z-index: 10009 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ui-dialog .ui-dialog-titlebar {
    padding: 0;
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.general div.ui-dialog .ui-dialog-title {
    width: auto;
    margin: 0;
    color: #333;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 100% !important;
    text-transform: none;
    padding: 10px 0;
}

.general .ui-widget-header .ui-icon-closethick {
    color: #333;
    font-weight: bold;
    padding: 5px;
    line-height: 18px;
    opacity: 1;
    top: -1px;
    left: -22px;
    margin: 0;
    width: 40px;
    text-align: right;
}

.general .ui-widget-header .ui-icon-closethick::before {
    padding-right: 5px;
}

.general .ui-widget-header .ui-state-default {
    background: none;
    border: 0;
    outline: none;
    top: -14px;
    right: -1px;
    height: 30px;
    width: 30px;
    margin: 0;
}

.general .ui-dialog .ui-dialog-content {
    overflow: visible;
    padding: 0;
    -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;
}

.general .object-container {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .object-container #shipping_estimation {
    padding: 0 50px;
}

.general div[id*='call_request'] .ty-cr-product-info-container,
.general div[id*='installment'] .ty-cr-product-info-container,
.general div[id*="send_info"] .ty-cr-product-info-container {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}

.general div[id*='call_request'] .ty-cr-product-info-container:before,
.general div[id*='call_request'] .ty-cr-product-info-container:after,
.general div[id*='installment'] .ty-cr-product-info-container:before,
.general div[id*='installment'] .ty-cr-product-info-container:after,
.general div[id*="send_info"] .ty-cr-product-info-container:before,
.general div[id*="send_info"] .ty-cr-product-info-container:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.general div[id*='call_request'] .ty-cr-product-info-container:after,
.general div[id*='installment'] .ty-cr-product-info-container:after,
.general div[id*="send_info"] .ty-cr-product-info-container:after {
    clear: both;
}

.general div[id*='call_request'] .ty-cr-product-info-image,
.general div[id*='installment'] .ty-cr-product-info-image,
.general div[id*="send_info"] .ty-cr-product-info-image {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 5px 0;
    width: 60px;
    height: 60px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general div[id*='call_request'] .ty-cr-product-info-image img,
.general div[id*='installment'] .ty-cr-product-info-image img,
.general div[id*="send_info"] .ty-cr-product-info-image img {
    height: 100%;
    width: 100%;
}

.general div[id*='call_request'] .ty-cr-product-info-image .ty-no-image,
.general div[id*='installment'] .ty-cr-product-info-image .ty-no-image,
.general div[id*="send_info"] .ty-cr-product-info-image .ty-no-image {
    min-width: 60px !important;
    min-height: 60px !important;
}

.general div[id*='call_request'] .ty-cr-product-info-header,
.general div[id*='installment'] .ty-cr-product-info-header,
.general div[id*="send_info"] .ty-cr-product-info-header {
    padding: 0 10px;
    display: inline-block;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general div[id*='call_request'] .ty-cr-product-info-header .ty-product-block-title,
.general div[id*='installment'] .ty-cr-product-info-header .ty-product-block-title,
.general div[id*="send_info"] .ty-cr-product-info-header .ty-product-block-title {
    margin: 12px 0 0;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.general div[id*='call_request'] .ty-profile-field__switch,
.general div[id*='installment'] .ty-profile-field__switch,
.general div[id*="send_info"] .ty-profile-field__switch {
    margin: 0 0 12px;
}

.general div[id*='call_request'] .ty-control-group,
.general div[id*='installment'] .ty-control-group,
.general div[id*="send_info"] .ty-control-group {
    width: 100%;
    margin-bottom: 17px;
}

.general div[id*='call_request'] .ty-control-group .ty-control-group__title,
.general div[id*='installment'] .ty-control-group .ty-control-group__title,
.general div[id*="send_info"] .ty-control-group .ty-control-group__title {
    width: 108px;
    font-size: 12px;
    float: left;
    display: inline-block;
    word-break: break-word;
}

.general div[id*='call_request'] .ty-control-group input,
.general div[id*='call_request'] .ty-control-group .group-date-of-birth,
.general div[id*='installment'] .ty-control-group input,
.general div[id*='installment'] .ty-control-group .group-date-of-birth,
.general div[id*="send_info"] .ty-control-group input,
.general div[id*="send_info"] .ty-control-group .group-date-of-birth {
    width: calc(100% - 108px) !important;
    width: -webkit-calc(100% - 108px) !important;
    width: -moz-calc(100% - 108px) !important;
    float: left;
    line-height: 35px;
}

.general div[id*='call_request'] .ty-control-group>.select2-container,
.general div[id*='installment'] .ty-control-group>.select2-container,
.general div[id*="send_info"] .ty-control-group>.select2-container {
    width: calc(100% - 108px) !important;
    width: -webkit-calc(100% - 108px) !important;
    width: -moz-calc(100% - 108px) !important;
    float: left;
}

.general div[id*='call_request'] .ty-control-group>.select2-container .select2-selection--single,
.general div[id*='installment'] .ty-control-group>.select2-container .select2-selection--single,
.general div[id*="send_info"] .ty-control-group>.select2-container .select2-selection--single {
    border-radius: unset;
    border-color: #d1d1d1;
}

.general div[id*='call_request'] .ty-control-group>.select2-container .select2-selection--single .select2-selection__arrow b,
.general div[id*='installment'] .ty-control-group>.select2-container .select2-selection--single .select2-selection__arrow b,
.general div[id*="send_info"] .ty-control-group>.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #d1d1d1 transparent transparent transparent;
}

.general div[id*='call_request'] .ty-control-group>.select2-container .select2-selection--single .select2-selection__rendered,
.general div[id*='installment'] .ty-control-group>.select2-container .select2-selection--single .select2-selection__rendered,
.general div[id*="send_info"] .ty-control-group>.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #333;
}

.general div[id*='call_request'] .buttons-container,
.general div[id*='installment'] .buttons-container,
.general div[id*="send_info"] .buttons-container {
    margin: 0;
    left: 0;
    text-align: center;
}

.general div[id*='new_post'] {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general div[id*='new_post'] .ty-control-group .help-inline {
    position: static;
    padding-left: 0;
}

.general #new_post_dialog_comments .object-container {
    min-height: 650px;
}

.general #new_post_dialog_comments #new_post_comments .ty-control-group .select2-container {
    width: 100% !important;
}

.general #new_post_dialog_comments #new_post_comments .ty-control-group .help-inline {
    position: absolute;
}

.general .ty-login__filed-label {
    color: #333;
}

.general .buttons-container {
    padding: 17px;
    width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .buttons-container:before,
.general .buttons-container:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.general .buttons-container:after {
    clear: both;
}

.general .buttons-container-picker {
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    left: 0;
    background: #e0e0e0;
}

.general .ty-btn__secondary,
.general .ty-btn__primary,
.general .ty-btn__tertiary {
    background: #737373;
    border: 1px solid #737373;
    color: #fff;
}

.general .ty-btn__login,
.general .ty-register-popup .ty-btn__secondary,
.general .cm-checkout-place-order {
    background-image: linear-gradient(0deg, #d83443, #ff737e);
    border-radius: 5px;
    border: none;
}

.general .notification-body-extended .ty-btn__secondary,
.general .notification-body-extended .ty-btn__primary,
.general .notification-body-extended .ty-btn__tertiary {
    min-width: 140px;
}

.general .radio-options * {
    font-size: 12px;
    color: #000;
}

.general .radio-options strong {
    font-weight: bold;
}

.general .radio-options i,
.general .radio-options em,
.general .radio-options dfn,
.general .radio-options em strong {
    font-style: italic;
}

.general .radio-options .ty-control-group__label {
    padding: 2px 0;
}

.general .radio-options .ty-control-group__label.product-options-promotion__name::before {
    color: #c48c46;
    content: "\f219";
    font-size: 12px;
    padding-right: 2px;
    vertical-align: top;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general .radio-options>div ul {
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .radio-options .option-items {
    position: relative;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .radio-options .option-items .radio {
    position: absolute;
    left: 0;
    top: calc((100% / 2) - 3px);
    top: -webkit-calc((100% / 2) - 3px);
    top: -moz-calc((100% / 2) - 3px);
}

.general .mp-option-note {
    padding-left: 5px !important;
}

.general .mp-option-note::before {
    content: "-";
    padding-right: 5px;
}

.general .ty-product-options__title {
    border-bottom: 1px solid #e8e8e8;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 6px;
    padding-top: 4px;
    text-transform: uppercase;
    width: 100%;
}

.general .mp-description-gallery .owl-item {
    text-align: center;
}

.general .mp-description-gallery .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.general .ty-mtb-s a {
    color: #333;
}

.general .ty-mtb-s a:hover,
.general .ty-mtb-s a:active {
    color: #002448;
}

.general .ty-link-unlink-provider {
    display: inline-block;
}

.general .ty-link-unlink-provider span {
    display: none;
}

.general .mp-auth-facebook {
    border-radius: 50px;
}

.general .mp-auth-facebook .provider-none-event {
    margin-right: 10px;
    display: inline-block;
}

.general .mp-auth-facebook .mp-sprite {
    display: inline-block;
    background-position: -210px -197px;
    height: 35px;
    width: 35px;
    float: left;
    border-radius: 3px;
    margin: 6px 0 0 6px;
}

.general .mp-auth-google {
    border-radius: 50px;
}

.general .mp-auth-google .mp-sprite {
    display: inline-block;
    background-position: -261px -195px;
    height: 35px;
    width: 35px;
    float: left;
    border-radius: 3px;
    margin: 6px 0 0 6px;
}

.general .banner-detail-product-outer {
    margin-top: 10px;
}

.general .banner-detail-product-outer img {
    width: 100%;
}

.general .mp-control-group-image .control-label span {
    font-size: 12px;
    font-style: italic;
}

.general .mp-info-product-pattern .control-group {
    display: inline-block;
    height: 42px;
    margin: 8px 0 0;
    width: 100%;
}

.general .mp-info-product-pattern .control-group .control-label {
    float: left;
    font-size: 12px;
    line-height: 23px;
    width: 142px;
}

.general .mp-info-product-pattern .control-group .controls {
    float: left;
    position: relative;
    width: calc(100% - 142px);
    width: -webkit-calc(100% - 142px);
    width: -moz-calc(100% - 142px);
}

.general .mp-info-product-pattern .control-group .controls .cm-object-selector {
    width: 100%;
}

.general .mp-info-product-pattern .control-group:nth-child(2) .controls>span:last-child:not(.select2) {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.general .mp-info-product-pattern .control-group:nth-child(3) .help-inline {
    bottom: -18px;
    position: absolute;
}

.general .mp-info-product-pattern .ty-input-text-full {
    text-align: right;
    padding: 4px 32px 4px 8px;
}

.general .mp-info-product-pattern .ty-input-text-full,
.general .mp-info-product-pattern .select2 {
    width: 100% !important;
}

.general .mp-info-product-pattern .ty-fileuploader__file-local {
    background: #bd8e26;
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 10px;
    width: 125px;
    text-align: center;
}

.general .mp-info-product-pattern .ty-fileuploader__file-local a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.general .mp-info-product-pattern .ty-fileuploader__file-input {
    height: unset;
}

.general .mp-info-product-pattern .mp-control-attch-image {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.general .mp-info-product-pattern .mp-control-attch-image .mp-image-review {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.general #estimation_group_buy_now,
.general #estimation_group_buy_now-pattern {
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general #estimation_group_buy_now strong,
.general #estimation_group_buy_now-pattern strong {
    display: inline-block;
    font-weight: 300;
    padding-right: 20px;
    width: 115px;
}

.general #estimation_group_buy_now p::before,
.general #estimation_group_buy_now-pattern p::before {
    color: #a1a1a1;
    content: "\f111";
    font-size: 5px;
    padding-right: 5px;
    vertical-align: middle;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general .mp-info-customer-product-pattern .ty-control-group .help-inline {
    padding-left: 108px;
}

.general .mp-info-customer-product-pattern .ty-receipt-time-control.date,
.general .mp-info-customer-product-pattern .ty-receipt-time-control.time {
    display: none;
}

.general .mp-info-customer-product-pattern .ty-receipt-method-switch {
    display: none !important;
}

.general .mp-info-customer-product-pattern .cm-object-selector {
    width: calc(100% - 108px) !important;
    width: -webkit-calc(100% - 108px) !important;
    width: -moz-calc(100% - 108px) !important;
    float: left;
    line-height: 35px;
}

.general .mp-notes {
    padding: 0 !important;
}

.general .mp-notes .help-inline {
    padding-left: 0 !important;
}

.general .mp-notes .control-label {
    width: 100% !important;
}

.general .banner-style .ty-banner__image-item {
    position: relative;
    overflow: hidden;
}

.general .hover-text-banner .bn-custom-html {
    padding: 0;
}

.general .hover-text-banner .bn-custom-html::before {
    border: 2px solid #000;
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
    -moz-transform: scale3d(1.4, 1.4, 1);
    -ms-transform: scale3d(1.4, 1.4, 1);
    -o-transform: scale3d(1.4, 1.4, 1);
}

.general .hover-text-banner .bn-custom-html .hover_data {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: calc(10%);
    top: calc(100% / 2 - 40px));
    top: -webkit-calc(100% / 2 - 40px));
    top: -moz-calc(100% / 2 - 40px));
}

.general .hover-text-banner .bn-custom-html .hover_data>span {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.general .hover-text-banner .bn-custom-html .hover_data .title {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 46px;
    text-transform: capitalize;
}

.general .hover-text-banner .bn-custom-html .hover_data .short-description {
    display: none;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1.5px;
}

.general .hover-action-banner img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.general .hover-action-banner .bn-custom-html {
    text-align: center;
    display: block;
    padding: 11px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .hover-action-banner .bn-custom-html .box-outer {
    display: block;
    border: 1px solid #ddb06d;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .hover-action-banner .bn-custom-html .box-outer .title {
    font-size: 18px;
    color: #ddb06d;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.8em;
}

.general .hover-action-banner .bn-custom-html .box-outer .shor-description {
    display: block;
    margin-bottom: 1em;
    color: #333;
}

.general .hover-action-banner .bn-custom-html .box-outer .action {
    display: inline-block;
    padding: 10px;
    position: relative;
    color: #ddb06d;
    text-transform: uppercase;
    transition: background-color 0.3s, border-color 0.3s, text-color 0.3s;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .hover-action-banner .bn-custom-html .box-outer .action::before {
    content: '';
    width: 70px;
    height: 1px;
    background: #ddb06d;
    position: absolute;
    top: 0;
    left: 48%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.general .hover-action-banner .bn-custom-html .box-outer .action::after {
    content: "\f105";
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: inline-block;
    text-decoration: inherit;
    top: 6px;
    font-size: 13px;
    line-height: 1;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general .mp-collection-flexiblle {
    background: #fff;
}

.general .mp-collection-flexiblle.collection-left .ty-banner__image-item {
    text-align: left;
}

.general .mp-collection-flexiblle.collection-left .bn-custom-html {
    background: transparent;
    right: 0;
    width: 35%;
}

.general .mp-collection-flexiblle.collection-left .bn-custom-html .box-outer {
    text-align: right;
}

.general .mp-collection-flexiblle.collection-right .ty-banner__image-item {
    text-align: right;
}

.general .mp-collection-flexiblle.collection-right .bn-custom-html {
    background: transparent none repeat scroll 0 0;
    left: 9%;
    right: unset;
    width: 40%;
}

.general .mp-collection-flexiblle.outter-box .ty-banner__image-item img {
    border-radius: 1px;
}

.general .mp-collection-flexiblle.outter-box .bn-custom-html {
    background: #fff;
    bottom: 0;
    position: static;
    right: 0;
    top: unset;
    transform: none;
    width: 100%;
    padding: 10px 20px;
}

.general .mp-collection-flexiblle.outter-box .bn-custom-html .box-outer .title {
    font-size: 20px;
    line-height: unset;
    margin: 10px 0 5px;
}

.general .mp-collection-flexiblle.outter-box .bn-custom-html .box-outer .shor-description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 22px;
}

.general .mp-collection-flexiblle .bn-custom-html .box-outer {
    border: none;
    padding: 0;
}

.general .mp-collection-flexiblle .bn-custom-html .box-outer .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.general .mp-collection-flexiblle .bn-custom-html .box-outer .shor-description {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-bottom: 30px;
}

.general .mp-collection-flexiblle .bn-custom-html .box-outer .action {
    border: 1px solid;
    font-size: 14px;
    height: inherit;
    padding: 8px 10px;
    text-align: center;
    width: 180px;
}

.general .mp-collection-flexiblle .bn-custom-html .box-outer .action:before,
.general .mp-collection-flexiblle .bn-custom-html .box-outer .action:after {
    content: none;
    display: none;
}

.general .text-gold .bn-custom-html .box-outer .title {
    color: #333;
}

.general .text-gold .bn-custom-html .box-outer .action {
    border-color: #ccc;
    color: #333;
    box-shadow: 0 1px 0 #ccc;
    border-radius: 2px;
}

.general .text-silver .bn-custom-html .box-outer .title {
    color: #4f4f4f;
}

.general .text-silver .bn-custom-html .box-outer .action {
    border-color: #4f4f4f;
    color: #4f4f4f;
}

.general .text-mix .bn-custom-html .box-outer .title {
    color: #333;
}

.general .text-mix .bn-custom-html .box-outer .action {
    border-color: #ccc;
    color: #333;
    border-radius: 2px;
}

.general .tygh-footer .pnj-special {
    max-width: 1200px;
    min-width: 280px;
    margin: 0 auto;
}

.general .tygh-footer .pnj-special li {
    width: calc((100% - 60px) / 5);
    width: -webkit-calc((100% - 60px) / 5);
    width: -moz-calc((100% - 60px) / 5);
    float: left;
    margin: 60px 15px 10px 0;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
    height: 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .tygh-footer .pnj-special li i {
    display: inline-block;
    float: left;
    width: 53px !important;
}

.general .tygh-footer .pnj-special li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 8px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .tygh-footer .pnj-special li .text-special {
    display: inline-block;
    float: left;
    width: calc(100% - 53px);
    width: -webkit-calc(100% - 53px);
    width: -moz-calc(100% - 53px);
    padding: 5px 0 5px 5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .tygh-footer .pnj-special li .text-special h4,
.general .tygh-footer .pnj-special li .text-special span {
    text-transform: uppercase;
}

.general .tygh-footer .pnj-special li .text-special h4 {
    font-weight: 600;
    color: #666;
    margin: 0;
    font-size: 14px;
}

.general .tygh-footer .pnj-special li .text-special span {
    color: #333;
    font-size: 11px;
    display: inline-block;
    margin-top: 4px;
    white-space: nowrap;
}

.general .tygh-footer .pnj-special li .text-special span font {
    font-size: 9px;
}

.general .tygh-footer .pnj-special li:last-child {
    margin-right: 0;
}

.general .tygh-footer .pnj-special li:nth-child(1) i {
    background-position: -129px -8px;
    width: 50px;
    height: 38px;
}

.general .tygh-footer .pnj-special li:nth-child(2) i {
    background-position: -252px -10px;
    width: 45px;
    height: 40px;
}

.general .tygh-footer .pnj-special li:nth-child(3) i {
    background-position: -69px -10px;
    width: 50px;
    height: 41px;
}

.general .tygh-footer .pnj-special li:nth-child(4) i {
    background-position: -188px -10px;
    width: 53px;
    height: 40px;
}

.general .tygh-footer .pnj-special li:nth-child(5) i {
    background-position: -8px -10px;
    width: 40px;
    height: 40px;
}

.general .tygh-footer .ty-footer-menu {
    background: #fff;
}

.general .tygh-footer .ty-footer-menu .about-grid {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.general .tygh-footer .ty-footer-menu .about-grid .connect-us-outer a {
    border-radius: 2px;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    min-width: 130px;
    padding: 10px 20px;
    text-align: center;
}

.general .tygh-footer .ty-footer-menu .about-grid .connect-us-outer a span {
    color: #78797b;
}

.general .tygh-footer .ty-footer-menu .about-grid .connect-us-outer a .fa {
    color: white;
    background: #78797b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 5px;
}

.general .tygh-footer .ty-footer-menu .about-grid .connect-us-outer a .fa.fa-facebook {
    background: #3d5b99 none repeat scroll 0 0;
}

.general .tygh-footer .ty-footer-menu .about-grid .connect-us-outer a .fa.fa-instagram {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%) repeat scroll 0 0;
}

.general .tygh-footer .ty-footer-menu .about-grid .connect-us-outer a .fa.fa-youtube {
    background: #f00 none repeat scroll 0 0;
}

.general .tygh-footer .ty-footer-menu .about-grid .ty-footer-general__header {
    float: left;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.general .tygh-footer .ty-footer-menu .about-grid .ty-footer-general__header span {
    line-height: 54px;
    font-size: 19px;
}

.general .tygh-footer .ty-footer-menu .about-grid .ty-footer-general__body {
    float: left;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    display: inline-block !important;
}

.general .tygh-footer .ty-footer-menu .about-grid .ty-footer-general__body ul {
    display: table;
    margin: 0 auto;
}

.general .tygh-footer .ty-footer-menu ul li.no_link {
    line-height: 22px;
    text-align: justify;
    color: #333;
}

.general .tygh-footer .ty-footer-menu ul li.no_link p:first-child {
    padding-top: 0;
}

.general .tygh-footer .ty-footer-menu ul li.no_link p:first-child strong {
    font-weight: 500;
}

.general .tygh-footer .ty-footer-menu ul li a {
    color: #78797b;
}

.general .tygh-footer .ty-footer-menu ul li a:hover {
    color: #bd8e26;
}

.general .tygh-footer .ty-footer-menu .ty-footer-general__header {
    font-weight: bold;
    text-transform: uppercase;
    color: #bd8e26;
}

.general .tygh-footer .ty-footer-menu .ty-footer-general__header,
.general .tygh-footer .ty-footer-menu .ty-footer-general__header * {
    font-size: 14px;
}

.general .tygh-footer .ty-control-group .help-inline {
    position: static;
    height: unset;
    padding: 0 !important;
}

.general.success_add .ty-mainbox-container {
    background: white;
    padding: 10px;
}

.general .ty-scroller-list__item {
    text-align: center;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    position: relative;
}

.general .ty-scroller-list__img-block {
    min-height: 200px;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-scroller-list__img-block img {
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
}

.general .ty-scroller-list__img-block:hover img {
    transform: scale(1.05);
}

.general .ty-scroller-list__description .product-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-bottom: 5px;
}

.general .ty-scroller-list__description .ty-stars,
.general .ty-scroller-list__description .ty-stars__icon {
    font-size: 14px;
}

.general .ty-scroller-list__description .ty-stars {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.general .ty-scroller-list__description .ty-simple-list__price>span {
    width: 100%;
    height: 22px;
}

.general .ty-scroller-list__description .ty-simple-list__price>span:last-child {
    margin-top: 5px;
    width: 100%;
    display: inline-block;
}

.general .ty-scroller-list__description .ty-simple-list__price>span:last-child .ty-strike {
    position: relative;
}

.general .ty-scroller-list__description .ty-simple-list__price>span:last-child .ty-strike>span:last-child {
    position: absolute;
    font-size: 12px;
    opacity: 0.9;
}

.general .product-options-note {
    color: #666;
    font-size: 12px !important;
    font-style: italic;
}

.general .mp-regions-note {
    color: green;
    font-size: 11px;
    padding: 12px 0 0;
}

.general .ty-product-prices {
    margin: 10px 0 0;
}

.general .mp-promotion-image {
    height: 100px;
    display: block;
    margin: 8px auto;
}

.general .ty-quick-view__wrapper .ty-product-block__left {
    max-width: 450px;
    padding-left: 20px;
}

.general .ty-quick-view__wrapper {
    min-height: 485px;
    margin-top: 15px;
    padding: 0 50px;
}

.general .ty-quick-view__wrapper .ty-product-block__img .ty-product-thumbnails {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    text-align: center;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.general .ty-quick-view__wrapper .ty-product-block__img .ty-product-img {
    min-height: unset !important;
}

.general .ty-quick-view__wrapper .ty-quick-view-tools {
    display: none;
}

.general .ty-discussion__review-a,
.general .ty-discussion__review-write {
    font-size: 9px !important;
    font-style: italic;
    margin-left: 3px;
    vertical-align: middle;
}

.general .ty-discussion__review-write {
    margin: 0;
}

.general .ty-discussion__review-write:after {
    content: "\f040";
    color: #d1d1d1;
    padding-left: 5px;
    vertical-align: top;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general #product_quick_view .mp-product-detail-option {
    padding: 0 !important;
}

.general .footer-links-page .ty-menu__item {
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;
    width: 100%;
}

.general .footer-links-page .ty-menu__item .ty-menu__item-link {
    color: !important;
    cursor: context-menu;
    background: #e0e0e0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .footer-links-page .ty-menu__item .ty-menu__item-link::after {
    content: none;
}

.general .footer-links-page .ty-menu__item .ty-menu__item-link span {
    font-weight: bold;
}

.general .footer-links-page .ty-menu__submenu-items {
    display: block;
    position: static;
    border: none;
    box-shadow: none;
    min-width: unset;
    padding: 0 15px;
}

.general .footer-links-page .ty-menu__submenu-items .ty-menu__submenu-item {
    margin-bottom: 0;
    border-bottom: 1px dotted #d1d1d1;
}

.general .footer-links-page .ty-menu__submenu-items .ty-menu__submenu-item a {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.general .footer-links-page .ty-menu__submenu-items .ty-menu__submenu-item:last-child {
    border-bottom: none;
}

.general .mp-products-promotion-warraper::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0%, #ccc 50%, #fff 100%) repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 138, 194, 0.03);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.general .mp-products-promotion-warraper .owl-item,
.general .mp-products-promotion-warraper form {
    position: relative;
    background: #fff;
    min-height: 300px;
}

.general .mp-products-promotion-warraper .mp-products-promotion-left a {
    margin-left: 20px;
}

.general .mp-products-promotion-warraper .mp-products-promotion-right {
    display: block;
    padding: 11px;
    position: absolute;
    width: 58%;
    right: 0;
    top: 50%;
    text-align: left;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.general .mp-products-promotion-warraper .mp_product_promotion_name {
    margin-bottom: 10px;
    display: block;
}

.general .mp-products-promotion-warraper .mp_product_promotion_name a {
    color: #666;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    text-transform: uppercase;
}

.general .mp-products-promotion-warraper .mp_product_promotion_description {
    display: block;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 21px;
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden;
    min-height: 52px;
}

.general .mp-products-promotion-warraper .mp_product_promotion_description>p {
    min-height: 52px;
    max-height: 52px;
}

.general .mp-products-promotion-warraper .new-price {
    margin-bottom: 10px;
    padding-right: 10px;
}

.general .mp-products-promotion-warraper .new-price .ty-price-num {
    font-size: 20px;
}

.general .mp-products-promotion-warraper .product-view-and-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px;
}

@media only screen and (max-width: 767px) {

    .general .mp-products-promotion-warraper .product-view-and-rating .ty-left,
    .general .mp-products-promotion-warraper .product-view-and-rating .ty-right {
        font-size: 11px;
    }

    .general .mp-products-promotion-warraper .product-view-and-rating .ty-left .ty-stars__icon,
    .general .mp-products-promotion-warraper .product-view-and-rating .ty-right .ty-stars__icon {
        font-size: 11px;
    }
}

.general .mp-products-promotion-warraper .mp-add-product-to-card-show,
.general .mp-products-promotion-warraper .ty-cr-product-button {
    padding: 8px 10px;
    width: 160px;
    font-size: 12px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .mp-products-promotion-warraper .mp-add-product-to-card-show span,
.general .mp-products-promotion-warraper .ty-cr-product-button span {
    font-size: 12px;
}

.general .mp-products-promotion-warraper .ty-cr-product-button {
    margin: 0;
    background: #bd8e26;
    border: 1px solid #bd8e26;
    display: none;
}

.general .mp-products-promotion-warraper .ty-cr-product-button span {
    color: #fff;
}

.general .ty-call-requests-complete__buttons form {
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .general .ty-column3 {
        width: 50%;
    }

    .general .ty-search-form__input {
        margin: 4px 0px;
        width: 100%;
    }

    .general .ty-period__select {
        width: 100%;
    }

    .general .ty-period__wrapper {
        padding-right: 0;
    }

    .general .ty-section__body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 450px) {
    .general .ty-status-info label {
        min-width: 125px;
    }

    .general .list-banks ul li {
        width: 126px;
    }
}

@media only screen and (max-width: 767px) {
    .general .notification-content .close {
        top: 7px;
        right: 10px;
        font-size: 1.5rem;
    }

    .general .ty-gift-certificates__row>span {
        width: 100%;
        display: inline-block;
    }

    .general .ty-product-notification__price {
        float: none;
        margin-left: 0;
    }

    .general .ty-ajax-loading-box_text_block {
        right: 40%;
        left: 40%;
    }

    .general .object-container .ty-subheader {
        padding: 0;
    }

    .general .object-container .ty-cart-content__estimation {
        max-width: unset;
    }

    .general .object-container .ty-cart-content__estimation #shipping_estimation {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .general .object-container #estimation_group_buy_now,
    .general .object-container #estimation_group_buy_now-pattern {
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general .text-note-order-now {
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .general .ty-tygh .ty-success-registration__item {
        display: block !important;
        width: 100% !important;
    }

    .general .ty-social-buttons__inline {
        display: inline-block;
        margin: 0 4px 0 0;
    }

    .general .ty-product-switcher {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 0;
        top: 10px;
        text-align: center;
    }

    .general .ty-product-switcher__a {
        position: relative;
        top: 0;
        vertical-align: middle;
        font-size: 20px;
    }

    .general .ty-product-switcher__a-left,
    .general .ty-product-switcher__a-right {
        float: none;
    }

    .general .ty-product-switcher__a-left {
        margin-right: 10px;
        left: 5px;
    }

    .general .ty-product-switcher__a-right {
        margin-left: 10px;
        right: 5px;
    }

    .general .ty-product-switcher span {
        display: inline-block;
        float: none;
        font-size: 100%;
    }

    .general div[id*='call_request'] .help-inline *,
    .general div[id*='installment'] .help-inline *,
    .general div[id*="send_info"] .help-inline * {
        font-size: 11px;
    }

    .general div[id*='call_request'] .ty-cr-product-info-image,
    .general div[id*='installment'] .ty-cr-product-info-image,
    .general div[id*="send_info"] .ty-cr-product-info-image {
        width: 60px;
        height: 60px;
    }

    .general div[id*='call_request'] .ty-cr-product-info-header,
    .general div[id*='installment'] .ty-cr-product-info-header,
    .general div[id*="send_info"] .ty-cr-product-info-header {
        width: 79%;
    }

    .general div[id*='call_request'] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*='installment'] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="send_info"] .ty-cr-product-info-header .ty-product-block-title {
        font-size: 16px !important;
    }

    .general div[id*='call_request'] .ty-control-group,
    .general div[id*='installment'] .ty-control-group,
    .general div[id*="send_info"] .ty-control-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general div[id*='call_request'] .ty-control-group input,
    .general div[id*='call_request'] .ty-control-group .select2-container,
    .general div[id*='installment'] .ty-control-group input,
    .general div[id*='installment'] .ty-control-group .select2-container,
    .general div[id*="send_info"] .ty-control-group input,
    .general div[id*="send_info"] .ty-control-group .select2-container {
        font-size: 12px;
    }

    .general div[id*='call_request'] .ty-profile-field__switch,
    .general div[id*='installment'] .ty-profile-field__switch,
    .general div[id*="send_info"] .ty-profile-field__switch {
        display: table;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .general div[id*='call_request'] .ty-control-group .help-inline,
    .general div[id*='installment'] .ty-control-group .help-inline,
    .general div[id*="send_info"] .ty-control-group .help-inline {
        padding-left: 15px;
    }

    .general div[id*='call_request'] .buttons-container,
    .general div[id*='installment'] .buttons-container,
    .general div[id*="send_info"] .buttons-container {
        margin: 0;
        left: 0 !important;
        text-align: center;
        padding: 10px;
        right: initial !important;
        top: initial !important;
        width: 100% !important;
        display: inline-block;
    }

    .general div[id*='call_request'] .cr-popup-error-box,
    .general div[id*='installment'] .cr-popup-error-box,
    .general div[id*="send_info"] .cr-popup-error-box {
        padding: 0 5px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general div[id*='call_request'] #estimation_group_buy_now,
    .general div[id*='call_request'] #estimation_group_buy_now-pattern,
    .general div[id*='installment'] #estimation_group_buy_now,
    .general div[id*='installment'] #estimation_group_buy_now-pattern,
    .general div[id*="send_info"] #estimation_group_buy_now,
    .general div[id*="send_info"] #estimation_group_buy_now-pattern {
        padding: 5px 15px;
    }

    .general div[id*="content_call_request"] .mp-control-group-shipping-info .ty-control-group__title,
    .general div[id*="content_installment"] .mp-control-group-shipping-info .ty-control-group__title,
    .general div[id*="send_info"] .mp-control-group-shipping-info .ty-control-group__title {
        padding-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general div[id*="content_call_request"] .mp-control-group-shipping-info #estimation_group_buy_now strong,
    .general div[id*="content_call_request"] .mp-control-group-shipping-info #estimation_group_buy_now-pattern strong,
    .general div[id*="content_installment"] .mp-control-group-shipping-info #estimation_group_buy_now strong,
    .general div[id*="content_installment"] .mp-control-group-shipping-info #estimation_group_buy_now-pattern strong,
    .general div[id*="send_info"] .mp-control-group-shipping-info #estimation_group_buy_now strong,
    .general div[id*="send_info"] .mp-control-group-shipping-info #estimation_group_buy_now-pattern strong {
        font-size: 12px;
    }

    .general .notification-content-extended {
        width: 96%;
        left: 2%;
        right: 10px;
        margin: 0px;
        top: 4%;
    }

    .general .notification-container {
        top: 0;
        right: 0px;
        min-width: 100%;
        width: 100%;
    }

    .general .ty-login-popup {
        padding: 0;
        min-width: 100%;
        max-width: 100%;
    }

    .general .ty-login-popup .ty-control-group {
        margin: 0 15px 15px;
    }

    .general .ty-login-popup .ty-login-reglink__a {
        padding: 0;
    }

    .general .ty-table__responsive-header {
        font-weight: bold;
        word-break: normal;
        display: block;
        text-align: left;
        color: #333;
    }

    .general .ty-table:not(.ty-table-responsive) td {
        border: none;
        white-space: normal;
        min-height: 18px;
        width: auto !important;
    }

    .general .ty-table:not(.ty-table-responsive) td:before,
    .general .ty-table:not(.ty-table-responsive) td:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .general .ty-table:not(.ty-table-responsive) td:after {
        clear: both;
    }

    .general .ty-table tr {
        border-bottom: 1px solid #d1d1d1;
    }

    .general .ty-table tr td:last-child {
        border-bottom: 0px;
    }

    .general .ty-product-feature__label {
        width: 155px;
    }

    .general .ty-product-feature-group .ty-subheader {
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
    }

    .general .ty-compare__buttons .ty-btn {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general .ty-compare__buttons .ty-btn+.ty-btn {
        margin: 15px 0 0;
    }

    .general .floor-blog-price .flexible-blog .item-new .title-blog {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .general .floor-blog-price .flexible-blog .item-new .short-description {
        font-size: 12px;
        line-height: unset;
    }

    .general .floor-blog-price .flexible-blog .item-new .view-more span {
        font-size: 12px;
    }

    .general .floor-blog-price .flexible-blog .item-new .params-new span {
        font-size: 11px;
    }

    .general .floor-blog-price .flexible-blog .item-new .params-new span .turn-eye {
        content: none;
    }

    .general .floor-blog-price .flexible-blog .item-new .params-new span.params-new {
        display: none;
    }

    .general .about-grid .ty-footer-menu__item {
        border: medium none;
    }

    .general .tygh-footer .group-name {
        text-align: left;
    }

    .general .tygh-footer .group-name p {
        text-align: left;
    }

    .general .floor-blog-price .mp-home-exchange {
        margin-top: 20px;
    }

    .general div[id*='new_post'] {
        padding: 0 10px;
    }

    .general .mp-collection-orther .collection-row .collection__item {
        width: 100%;
        margin-right: 0;
    }

    .general .tygh-footer .ty-footer-menu .about-grid .ty-footer-general__body,
    .general .tygh-footer .ty-footer-menu .about-grid .ty-footer-general__header {
        width: 100%;
    }

    .general .tygh-footer .ty-footer-menu .about-grid .ty-footer-menu__item {
        display: inline-block;
        padding: 0;
    }

    .general .tygh-footer .ty-footer-menu .about-grid .ty-footer-menu__item .connect-us-outer a {
        border: medium none;
        margin-bottom: 15px;
        margin-right: 5px;
        padding: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {

    .general div[id*="content_call_request"] .mp-info-left,
    .general div[id*="content_installment"] .mp-info-left,
    .general div[id*="send_info"] .mp-info-left {
        float: left;
        margin-right: 30px;
        width: 35%;
    }

    .general div[id*="content_call_request"] .mp-info-right,
    .general div[id*="content_installment"] .mp-info-right,
    .general div[id*="send_info"] .mp-info-right {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: calc(100% - 35% - 30px);
        width: -webkit-calc(100% - 35% - 30px);
        width: -moz-calc(100% - 35% - 30px);
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-image,
    .general div[id*="content_installment"] .ty-cr-product-info-image,
    .general div[id*="send_info"] .ty-cr-product-info-image {
        float: none !important;
        height: unset !important;
        padding: 0 0 5px !important;
        text-align: center;
        width: 100% !important;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-image img,
    .general div[id*="content_installment"] .ty-cr-product-info-image img,
    .general div[id*="send_info"] .ty-cr-product-info-image img {
        height: initial !important;
        width: initial !important;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-header,
    .general div[id*="content_installment"] .ty-cr-product-info-header,
    .general div[id*="send_info"] .ty-cr-product-info-header {
        padding: 0 !important;
        text-overflow: unset !important;
        white-space: unset !important;
        width: 100% !important;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="content_installment"] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="send_info"] .ty-cr-product-info-header .ty-product-block-title {
        overflow: initial !important;
        text-overflow: unset !important;
        white-space: unset !important;
    }

    .general div[id*="content_call_request"] #estimation_group_buy_now strong,
    .general div[id*="content_call_request"] #estimation_group_buy_now p,
    .general div[id*="content_call_request"] #estimation_group_buy_now-pattern strong,
    .general div[id*="content_call_request"] #estimation_group_buy_now-pattern p,
    .general div[id*="content_installment"] #estimation_group_buy_now strong,
    .general div[id*="content_installment"] #estimation_group_buy_now p,
    .general div[id*="content_installment"] #estimation_group_buy_now-pattern strong,
    .general div[id*="content_installment"] #estimation_group_buy_now-pattern p,
    .general div[id*="send_info"] #estimation_group_buy_now strong,
    .general div[id*="send_info"] #estimation_group_buy_now p,
    .general div[id*="send_info"] #estimation_group_buy_now-pattern strong,
    .general div[id*="send_info"] #estimation_group_buy_now-pattern p {
        font-size: 13px;
    }

    .general div[id*="content_call_request"] #estimation_group_buy_now strong,
    .general div[id*="content_call_request"] #estimation_group_buy_now-pattern strong,
    .general div[id*="content_installment"] #estimation_group_buy_now strong,
    .general div[id*="content_installment"] #estimation_group_buy_now-pattern strong,
    .general div[id*="send_info"] #estimation_group_buy_now strong,
    .general div[id*="send_info"] #estimation_group_buy_now-pattern strong {
        width: 96px;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-container,
    .general div[id*="content_installment"] .ty-cr-product-info-container,
    .general div[id*="send_info"] .ty-cr-product-info-container {
        position: relative;
        padding: 0 0 15px;
        margin-bottom: 15px;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-container::before,
    .general div[id*="content_installment"] .ty-cr-product-info-container::before,
    .general div[id*="send_info"] .ty-cr-product-info-container::before {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0%, #ccc 50%, #fff 100%) repeat scroll 0 0;
        box-shadow: 0 4px 4px 0 rgba(0, 138, 194, 0.03);
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .general div[id*="content_call_request"] .ty-cc-icons,
    .general div[id*="content_installment"] .ty-cc-icons,
    .general div[id*="send_info"] .ty-cc-icons {
        z-index: 0;
    }

    .general div[id*="send_info"] .mp-info-right {
        padding-bottom: 0;
    }

    .general .notification-content-extended {
        top: 10%;
    }
}

@media (max-width: 519px) {
    .general .ty-credit-card {
        min-width: unset;
    }

    .general .ty-credit-card select,
    .general .ty-credit-card .ty-credit-card__input {
        width: 100% !important;
    }

    .general .ty-credit-card .ty-cc-icons {
        bottom: 18px;
        right: 56px;
        top: unset;
    }

    .general .ty-instalment_monthly_amount__control-group .ty-control-group__title {
        width: 100% !important;
    }

    .general .ty-instalment_monthly_amount__control-group #instalment_monthly_amountinstalment {
        margin-left: 0;
    }
}

@media only screen and (max-width: 569px) {
    .general .ty-tabs {
        margin: 10px 0;
        padding-left: 0 !important;
    }

    .general .ty-tabs ul li {
        margin: 0 2%;
        text-align: center;
        width: 96%;
    }

    .general .ty-tabs .ty-tabs__list>li.active {
        border-width: 1px;
        border-bottom-color: #d1d1d1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .general .brand-flexible-main-home {
        margin-top: 6px;
    }

    .general .brand-flexible-main-home:last-child {
        margin-left: 2.12766%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .general .ty-column3 {
        width: calc(100% / 3);
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
    }

    .general div[id*="content_call_request"] .object-container,
    .general div[id*="content_installment"] .object-container,
    .general div[id*="send_info"] .object-container {
        max-width: 730px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .general .ty-ajax-loading-box_text_block {
        right: 45%;
        left: 45%;
    }

    .general .ui-widget-content.ui-dialog {
        max-width: 100%;
        top: 25px !important;
        position: fixed;
    }

    .general div[id*="content_call_request"] .object-container,
    .general div[id*="content_installment"] .object-container,
    .general div[id*="send_info"] .object-container {
        padding: 0 20px;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="content_installment"] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="send_info"] .ty-cr-product-info-header .ty-product-block-title {
        font-size: 19px;
    }

    .general div[id*="content_call_request"] .ty-control-group .help-inline,
    .general div[id*="content_installment"] .ty-control-group .help-inline,
    .general div[id*="send_info"] .ty-control-group .help-inline {
        padding-left: 0;
    }

    .general .ty-login__remember-me {
        padding: 20px 0 0;
    }

    .general .mp-collection-flexiblle.collection-right .bn-custom-html {
        left: 2%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

    .general div[id*="content_call_request"] .object-container,
    .general div[id*="content_installment"] .object-container,
    .general div[id*="send_info"] .object-container {
        padding: 0 30px;
    }

    .general div[id*="content_call_request"] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="content_installment"] .ty-cr-product-info-header .ty-product-block-title,
    .general div[id*="send_info"] .ty-cr-product-info-header .ty-product-block-title {
        font-size: 19px;
    }

    .general div[id*="content_call_request"] .ty-control-group .help-inline,
    .general div[id*="content_installment"] .ty-control-group .help-inline,
    .general div[id*="send_info"] .ty-control-group .help-inline {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .general .tygh-content .floor-group-flexible .floor-title .tabs {
        display: flex;
        overflow-x: scroll;
    }

    .general .tygh-content .floor-group-flexible .floor-title .tabs a {
        flex: 0 0 auto;
        margin: 10px 0;
    }

    .general .footer-no-wysiwyg ul {
        margin: 0;
    }

    .general .ty-social-link-block {
        margin: 10px 0px 20px;
        text-align: center;
    }

    .general .ty-footer-menu__items {
        margin: 0;
        display: none;
    }

    .general .ty-footer-menu__items .ty-text-links__item,
    .general .ty-footer-general__body .ty-text-links__item {
        padding: 8px 0px 8px 0px;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .general .ty-footer-menu__item {
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #dfdfdf;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .general .ty-footer-menu__icon-open,
    .general .ty-footer-menu__icon-hide {
        position: absolute;
        top: 20px;
        right: 0;
        color: #bfbfbf;
        cursor: pointer;
    }

    .general .ty-footer-menu__icon-open {
        display: block;
    }

    .general .ty-footer-menu__header.open .ty-footer-menu__icon-hide,
    .general .ty-footer-general__header.open .ty-footer-menu__icon-hide {
        display: block;
    }

    .general .ty-footer-menu__header.open .ty-footer-menu__icon-open,
    .general .ty-footer-general__header.open .ty-footer-menu__icon-open {
        display: none;
    }

    .general .ty-footer-form-block__title {
        display: block;
        padding-right: 0;
    }

    .general .ty-footer-form-block {
        margin: 0 0 20px 0;
    }

    .general .ty-footer-menu .ty-footer-general__body {
        padding-bottom: 0;
    }

    .general .ty-footer-menu .ty-footer-general__header {
        padding: 0;
        line-height: 50px;
        margin-bottom: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .general .ty-footer-menu .ty-footer-general__header .ty-footer-menu__icon-open,
    .general .ty-footer-menu .ty-footer-general__header .ty-footer-menu__icon-hide {
        opacity: 0.7;
    }

    .general .ty-footer-menu .ty-footer-general__header.open {
        border-bottom: none;
    }

    .general .ty-footer-menu .about-grid .ty-footer-general__header {
        border-bottom: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .general .ty-footer-menu .footer-store-grid,
    .general .ty-footer-menu .about-grid {
        width: 100%;
        margin-left: 0;
    }

    .general .about-grid .ty-footer-menu__item {
        padding: 15px 0;
    }

    .general .about-grid .connect-us-outer a {
        margin-right: 8px !important;
        min-width: 120px !important;
        padding: 10px 5px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .general .ty-footer-general__body {
        margin: 0;
        display: none;
    }
}

.general .ty-breadcrumbs .ty-breadcrumbs__a {
    color: #a0a0a0;
}

.general .ty-breadcrumbs .ty-breadcrumbs__a:hover {
    color: #282828;
}

.general .ty-breadcrumbs .ty-breadcrumbs__current,
.general .ty-breadcrumbs .ty-breadcrumbs__a:last-child {
    color: #282828;
}

.general .ty-breadcrumbs .ty-breadcrumbs__slash {
    color: #a0a0a0;
    margin: 0 5px;
}

.general .ty-breadcrumbs .ty-product-switcher {
    display: none;
}

.general .ty-no-image {
    background: #efefec;
}

@media only screen and (min-width: 310px) and (max-width: 767px) {
    .general .ty-no-image {
        min-height: 138px;
        min-width: 138px;
    }
}

.general .ajax-pagination-view-more {
    text-align: center;
    flex: 1 1 auto;
}

.general .ajax-pagination-view-more a,
.general .ajax-pagination-view-more>div {
    display: inline-block;
    margin: 25px auto 0;
    background: transparent;
}

.general .ajax-pagination-view-more .scroll-next-pages {
    border: 1px solid #003468;
    border-radius: 3px;
    padding: 10px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #003468;
    color: #fff;
    font-size: 14px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general .hidden-main-tile-for-filter .ty-mainbox-title {
    display: none;
}

.general .mp-add-product-to-card-hidden,
.general .mp-buy-now-hidden {
    display: none !important;
}

.general #mp__address_outer {
    display: inline-block;
    width: 100%;
}

.general div[id*="content_call_request"] .ty-credit-card .help-inline,
.general div[id*="content_installment"] .ty-credit-card .help-inline,
.general div[id*="send_info"] .ty-credit-card .help-inline {
    display: inline-block;
}

.general .online_consutant .cm-object-selector {
    width: initial !important;
}

.general .scroll-next-pages-v1 {
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.general .color-link {
    color: blue;
}

.general .nguoi-tieu-dung p {
    line-height: 25px;
}

.general .tygh-top-panel {
    background: #fff;
}

.general .functions {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general .functions li:not(:last-child) {
    margin-right: 15px;
}

.general .functions li a {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general .functions span {
    text-transform: capitalize;
    font-size: 13px;
    padding: 0 0 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d4d4d;
}

.general .functions .mp-hotline-header .text-hotline {
    color: #003468;
    font-weight: 400;
}

.general .wishlist-header-outer {
    margin-left: 0;
    width: 120px;
}

.general .wishlist-header-outer .mp-wishlist-header {
    opacity: 0;
    visibility: hidden;
}

.general .wishlist-header-outer .mp-wishlist-header .icon-wishlist-header {
    float: left;
    background-position: -91px 0px;
    display: inline-block;
    width: 22px;
    height: 24px;
}

.general .wishlist-header-outer .mp-wishlist-header span {
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #4d4d4d;
}

.general .schedule-consultation-outer {
    width: 133px;
    display: inline-block;
    float: left;
}

.general .schedule-consultation-outer .schedule-consultation-header {
    opacity: 0;
    visibility: hidden;
}

.general .schedule-consultation-outer .schedule-consultation-header .icon-schedule-consultation-header {
    float: left;
    background-position: -295px -87px;
    display: inline-block;
    width: 20px;
    height: 23px;
}

.general .schedule-consultation-outer .schedule-consultation-header span {
    text-transform: uppercase;
    font-size: 13px;
    padding: 11px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #4d4d4d;
}

.general .m-box-links-inner .item:nth-child(4),
.general .m-box-links-inner .item:nth-child(6) {
    display: none;
}

.general .mp-search-header {
    width: 368px;
    margin-left: 0;
    position: relative;
    background-color: rgba(76, 76, 76, 0.1);
    border-radius: 16px;
    margin-top: 4px;
}

.general .mp-search-header .ty-icon-search {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    background-position: -459px -207px;
    display: inline-block;
    width: 27px;
    height: 27px;
}

.general .mp-search-header .ty-icon-search::before {
    content: none;
    display: none;
}

.general .mp-search-header .ty-search-block>form {
    padding-right: 0;
}

.general .mp-search-header .ty-search-block__input {
    background: transparent;
    border: none;
    color: #707070;
    font-size: 14px;
    padding: 4px 25px 0 10px;
    line-height: 35px;
    float: left;
    width: 95%;
    height: 35px;
    font-style: italic;
}

.general .mp-search-header .ty-search-magnifier {
    background: transparent;
    float: left;
    height: 35px;
}

.general .mp-menu-header {
    width: calc(100% - 368px);
    width: -webkit-calc(100% - 368px);
    width: -moz-calc(100% - 368px);
}

.general .mp-header-cart .icon-history {
    background-position: -259px -3px;
    display: inline-block;
    width: 21px;
    height: 24px;
    transform: scale(0.9);
}

.general .mp-header-cart .mypnj img {
    max-width: 19px;
    max-height: 19px;
    opacity: 0.5;
}

.general .mp-header-cart .ty-cart-info__title span {
    text-transform: capitalize;
    font-size: 13px;
    padding: 0 0 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.general .mp-header-cart span {
    color: #4d4d4d;
}

.general .mp-header-cart .number-sp {
    padding: 0 !important;
    color: #fff;
    background: #f00;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 8px !important;
    line-height: 12px;
    text-align: center;
    position: absolute;
    font-weight: 400;
    bottom: -6px;
    left: 8px;
    animation-name: fadeInUp;
    animation-duration: .8s;
    animation-fill-mode: both;
}

.general .mp-header-cart .ty-dropdown-box__title {
    padding: 0;
}

.general .mp-header-cart .ty-cart-items {
    width: 280px;
}

.general .mp-header-cart a {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general .mp-header-login {
    position: relative;
}

.general .mp-header-login .ty-account-info__title {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.general .mp-header-login .ty-dropdown-box {
    width: 100%;
    margin-left: 0;
}

.general .mp-header-login .ty-dropdown-box__title {
    padding: 0;
}

.general .mp-header-login .ty-icon-moon-user {
    background-position: -62px -1px;
    width: 18px;
    height: 24px;
    display: inline-block;
    float: left;
    margin: 0;
}

.general .mp-header-login .ty-icon-moon-user::before {
    content: none;
    display: none;
}

.general .mp-header-login .ty-account-info__title>span {
    text-transform: capitalize;
    font-size: 13px;
    padding: 11px 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    color: #4d4d4d;
}

.general .mp-header-login .ty-btn__secondary {
    margin-bottom: 12px;
}

.general .mp-header-login #mp_account_info_status_header {
    display: none;
}

.general .box-login ul {
    background: #fff;
    min-width: 300px;
    z-index: 15;
    padding: 4px 12px;
    position: absolute;
    top: 40px;
    left: -114px;
    border-top: 10px solid #179eff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .box-login ul::before {
    border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom: 10px solid #fff;
    margin-left: -10px;
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.general .box-login-user li {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: #fdd835;
    border-radius: 4px;
    margin: 10px 0;
    padding: 3px 0;
}

.general .box-login-user li a {
    display: inline-block;
    width: 100%;
}

.general .box-login-user li .text {
    display: inline-block;
    vertical-align: top;
    color: #4a4a4a;
    font-size: 15px;
    text-shadow: 0 0 1px #ababab;
}

.general .box-login-user li .text.text-social {
    color: #fff;
    text-shadow: none;
}

.general .box-login-user li .icon {
    width: 50px;
    float: left;
    position: relative;
}

.general .box-login-user li .icon::after {
    position: absolute;
    top: -3px;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #bf3120;
    content: '';
}

.general .box-login-user .ico-facebook::after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f09a";
    color: #fff;
    font-size: 28px;
}

.general .box-login-user .ico-google::after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f0d5";
    color: #fff;
    font-size: 28px;
}

.general .box-login-user .social-fb {
    background: #3b5998;
}

.general .box-login-user .social-google {
    background-color: #df4a32;
    border: 1px solid #c63923;
    border-radius: 4px;
    color: #fff;
}

.general .box-user-managermant li {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #000;
}

.general .box-user-managermant li a {
    display: inline-block;
    width: 100%;
}

.general .box-user-managermant li .text {
    display: inline-block;
    vertical-align: top;
    color: #4a4a4a;
    font-size: 15px;
    margin-left: 10px;
}

.general .box-user-managermant li .icon {
    width: 50px;
    height: 40px;
    float: left;
    position: relative;
}

.general .box-user-managermant li .icon .mp-sprite {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 0 0;
}

.general .margin-top-banner {
    margin-top: 30px;
}

.general .margin-top-banner-floor {
    margin-top: 40px;
}

.general .main-title {
    text-align: center;
}

.general .main-title.mp-no-cusor h2 a {
    cursor: context-menu;
}

.general .main-title h2 {
    margin: 10px 0;
}

.general .main-title h2 a {
    font-size: 20px;
    color: #003868;
    font-family: 'PNJ Demibold';
}

.general .main-title .short-title {
    margin: 10px 0 0;
    padding: 0;
}

.general .main-title .short-title a {
    display: inline-block;
    font-size: 12.5px;
    color: #282828;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
}

.general .main-title .mp-solid a {
    border: 1px solid #003868;
    padding: 10px 8px;
    min-width: 98px;
    color: #003868;
    line-height: 10px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
}

.general .main-title .mp-gradient a {
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-g_radient(to right, #fff 0%, #454545 50%, #fff 100%) repeat scroll 0 0;
    padding: 10px 20px;
    width: 280px;
    line-height: 25px;
    height: 44px;
    font-size: 21px;
}

.general .main-title-v1 {
    position: relative;
}

.general .main-title-v1 h2 a {
    background-color: #fff;
    padding: 0 20px;
    display: inline-block;
    letter-spacing: normal;
    font-weight: normal;
}

.general .main-title-v1 h2::before {
    content: '';
    background-color: #000;
    display: block;
    height: 1px;
    width: 100%;
    bottom: 8px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.general .rolling-banner {
    text-align: center;
    width: 100%;
    margin-top: 2px;
}

.general .rolling-banner>ul {
    display: inline-block;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.general .rolling-banner>ul li {
    color: #4d4d4d;
    padding: 0;
}

.general .rolling-banner>ul li a>p {
    font-size: 12.5px;
}

.general .ty-dropdown-box__content .help-inline {
    position: static;
    height: auto;
    padding-left: 0;
}

.general .ty-dropdown-box__content .help-inline * {
    font-size: 11px;
    text-transform: none;
}

.general .ty-footer-grid {
    margin-top: 30px;
}

.general .ty-footer-grid__full-width {
    border-top: 1px solid #858585;
    background: transparent;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-footer-grid__full-width.footer-stay-connected {
    border: none;
    padding: 0 0 40px;
}

.general .ty-footer-grid__full-width.footer-stay-connected .payment-methods-outer h2.ty-footer-general__header {
    padding-right: calc(((38px * 6) + 48px) - 176px);
    padding-right: -webkit-calc(((38px * 6) + 48px) - 176px);
    padding-right: -moz-calc(((38px * 6) + 48px) - 176px);
    box-sizing: border-box;
    text-align: right;
}

.general .ty-footer-general__header {
    text-transform: uppercase;
    font-weight: normal;
    color: #282828;
    padding: 0;
}

.general .ty-footer-general__header span {
    font-size: 13px;
    color: #282828;
}

.general .footer-stay-connected .ty-footer-general__header span {
    font-weight: 700;
}

.general .footer-stay-connected .ty-text-links__item {
    padding: 0;
    margin-bottom: 6px;
}

.general .footer-stay-connected .ty-text-links__item a {
    font-size: 13px;
    color: #282828;
}

.general .footer-stay-connected .ty-footer {
    text-align: center;
}

.general .footer-stay-connected .ty-footer-general__header {
    cursor: context-menu;
}

.general .footer-stay-connected .ty-grid .ty-footer-form-block {
    text-align: left;
    margin-top: 0;
}

.general .connect-us-outer {
    display: inline-block;
}

.general .connect-us-outer a {
    display: inline-block;
    text-align: center;
    margin-right: 7px;
}

.general .connect-us-outer i {
    display: inline-block;
    height: 35px;
    width: 35px;
}

.general .title-chungnhan {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0 0;
    margin: 0 0 5px;
    color: #282828;
    text-transform: uppercase;
}

.general .public-gov img {
    width: 115px;
}

.general .payment-methods-inner {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: flex-end;
}

.general .payment-methods-inner>div {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general .payment-methods-inner>div .item {
    margin-right: 8px;
}

.general .payment-methods-inner>div img {
    width: 38px;
}

@media screen and (min-width: 1200px) {
    .general .ty-footer-form-block {
        margin-top: 0;
    }
}

.general .ty-footer-form-block form>p {
    padding-top: 0;
    font-size: 12px;
}

.general .ty-footer-form-block .ty-footer-form-block__form>div {
    float: left;
}

.general .ty-footer-form-block .ty-footer-form-block__form::after,
.general .ty-footer-form-block .ty-footer-form-block__form::before {
    content: none;
    display: none;
}

.general .ty-footer-form-block .ty-footer-form-block__input .ty-input-text-medium {
    width: 255px;
    border-color: #cccccc59;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12.5px;
    padding: 0 10px 0 20px;
    border-radius: 5px 0 0 5px;
}

.general .ty-footer-form-block .ty-footer-form-block__input .ty-input-text-medium::placeholder {
    color: #000;
    font-size: 12.5px;
    opacity: 1;
}

.general .ty-footer-form-block .ty-footer-form-block__input .ty-input-text-medium:-ms-input-placeholder {
    color: red;
    font-size: 12.5px;
}

.general .ty-footer-form-block .ty-footer-form-block__input .ty-input-text-medium:-ms-input-placeholder {
    color: red;
    font-size: 12.5px;
}

.general .ty-footer-form-block .ty-footer-form-block__button .ty-btn__subscribe {
    border: 1px solid #002d5c;
    font-size: 12.5px;
    background: #002d5c;
    text-transform: none;
    border-radius: 0 5px 5px 0;
}

.general .comtact-item {
    text-align: center;
}

.general .comtact-item a {
    display: inline-block;
}

.general .comtact-item i {
    float: left;
    margin-right: 10px;
}

.general .comtact-item span {
    font-size: 16.5px;
    float: left;
    padding: 18px 0 0;
    color: #282828;
}

.general .comtact-item .icon-contact-email {
    background-position: -65px -74px;
    display: inline-block;
    width: 52px;
    height: 36px;
}

.general .comtact-item .icon-contact-phone {
    background-position: -149px -58px;
    display: inline-block;
    width: 60px;
    height: 53px;
}

.general .comtact-item .icon-contact-stores {
    background-position: -230px -67px;
    display: inline-block;
    width: 50px;
    height: 44px;
    position: relative;
    top: -7px;
}

.general .home-info-pnj .info-item span {
    color: #282828;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.general .home-info-pnj .info-item span::after {
    display: inline-block;
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -183px -8px;
    width: 30px;
    height: 12px;
    margin-left: 20px;
}

.general .home-info-pnj .info-item .ty-text-links__item {
    padding: 0;
}

.general .home-info-pnj .info-item .ty-text-links__a {
    color: #282828;
    font-size: 13px;
}

.general .home-info-pnj .connection-pnj h2 span {
    text-transform: uppercase;
    font-weight: 700;
    color: #282828;
}

.general .home-info-pnj .connection-pnj h2.ty-footer-general__header.title-zalo-api {
    margin-top: 20px;
    margin-bottom: 0;
}

.general:not(.index) .about-pnj {
    border: none;
    margin: 0;
    padding: 10px 0;
}

.general .main-title.title-home-block-news h2 {
    position: relative;
    margin-bottom: 30px;
}

.general .main-title.title-home-block-news h2::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.general .main-title.title-home-block-news h2 a {
    background-color: #fff;
    padding: 0 20px;
}

.general .mp-right-docker .ty-scroll-to-top {
    background: #8f898a;
    border-radius: 50%;
    bottom: 5px;
    box-sizing: border-box;
    color: #fff;
    height: 35px;
    margin: 0;
    min-width: 35px;
    padding: 0;
    position: fixed;
    right: 18px;
    width: 30px;
    z-index: 999;
}

.general .mp-right-docker .ty-scroll-to-top>span {
    display: none;
    font-size: 11px;
    position: relative;
    text-align: center;
    top: -10px;
    width: 100%;
}

.general .mp-right-docker .ty-scroll-to-top i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    position: relative;
    top: 2px;
}

.general .mp-right-docker .ty-scroll-to-top i::before,
.general .mp-right-docker .ty-scroll-to-top i::after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 12px;
    position: absolute;
    top: -5px;
}

.general .mp-right-docker .ty-scroll-to-top i::before {
    transform: rotate(35deg);
    left: -4px;
}

.general .mp-right-docker .ty-scroll-to-top i::after {
    transform: rotate(-35deg);
    right: -3px;
}

.general .mp-right-docker .ty-scroll-to-top:hover {
    color: #fff;
}

.general .mp-right-docker .mp-style-docker {
    background: #e0e0e0;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    display: inline-block;
    max-width: 250px;
    padding: 0 12px;
    position: fixed;
    right: 0;
    line-height: 30px;
    margin: 0;
    height: 30px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    z-index: 999;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    text-align: center;
}

.general .mp-right-docker .mp-style-docker:hover span {
    color: #bd8e26;
}

.general .mp-right-docker .mp-style-docker span {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.general .mp-right-docker .link-consultant {
    bottom: 240px;
}

.general .mp-right-docker .link-consultant span {
    display: inline-block;
    width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.general .mp-right-docker .ty-discussion__review-write {
    bottom: 420px;
    min-width: 138px;
}

.general .mp-right-docker .ty-discussion__review-write::after {
    content: none;
    display: none;
}

.general .mp-right-docker .mp-guide-support {
    bottom: 358px;
    min-width: 107px;
}

.general .group-name {
    text-align: left;
    line-height: 20px;
}

.general .group-name span {
    color: #282828;
    font-size: 12px;
}

.general .group-name span strong {
    font-size: 14px;
}

.general .group-name p {
    color: #282828;
    font-size: 11.5px;
    padding: 2px 0;
    margin: 0;
}

.general .group-name p * {
    color: #282828;
    font-size: 11.5px;
    padding: 2px 0;
    margin: 0;
}

.general .group-name p:first-child {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

@media screen and (max-width: 478px) {
    .general .footer-stay-connected .connect-us-outer a {
        margin: 0 8px;
    }

    .general .comtact-item span {
        padding-top: 0;
        width: 100%;
        float: none;
        display: inline-block;
    }

    .general .comtact-item i {
        height: 53px !important;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .general .ty-footer-general__header {
        border-bottom: none;
    }

    .general .ty-footer-form-block .ty-footer-form-block__form {
        display: -ms- flexbox;
        display: -moz- flex;
        display: -webkit- flex;
        display: flex;
    }

    .general .ty-footer-form-block .ty-footer-form-block__form>div {
        flex: 0 0 auto;
    }

    .general .ty-footer-form-block .ty-footer-form-block__form .ty-footer-form-block__input {
        width: 70%;
    }

    .general .ty-footer-form-block .ty-footer-form-block__form .ty-footer-form-block__button {
        width: 30%;
    }

    .general .ty-footer-form-block .ty-footer-form-block__input .ty-input-text-medium,
    .general .ty-footer-form-block .ty-footer-form-block__button .ty-btn__subscribe {
        min-width: 100%;
        width: 100%;
    }

    .general .comtact-item {
        width: 33.33%;
        float: left;
    }

    .general .comtact-item i {
        transform: scale(0.8);
        margin-right: 0;
    }

    .general .comtact-item span {
        font-size: 14px;
    }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
    .general .ty-footer-form-block .ty-footer-form-block__form {
        width: 60%;
    }
}

@media screen and (max-width: 1199px) {
    .general .ty-footer-grid__full-width {
        padding: 20px 0;
    }

    .general .group-name {
        margin-bottom: 20px;
    }

    .general .home-info-pnj {
        padding-bottom: 0 !important;
    }

    .general .home-info-pnj .ty-footer {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general .home-info-pnj .info-item {
        text-align: left;
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        display: inline-block;
    }

    .general .home-info-pnj .info-item .ty-text-links__item {
        padding: 5px 0px 5px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .general .home-info-pnj .info-item .ty-footer,
    .general .home-info-pnj .info-item .ty-footer-general__header {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }

    .general .home-info-pnj .info-item .ty-footer-general__header.open span::after {
        transform: scale(0.7) rotate(180deg);
        top: 8px;
    }

    .general .home-info-pnj .info-item span {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .general .home-info-pnj .info-item span::after {
        margin-left: 0;
        position: absolute;
        top: 5px;
        right: 0;
        transform: scale(0.7);
        content: '';
    }

    .general .home-info-pnj .information-pnj {
        border-bottom: 1px solid #858585;
        box-sizing: border-box;
    }

    .general .home-info-pnj .connection-pnj {
        border-top: 1px solid #858585;
        box-sizing: border-box;
        padding-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .general .home-info-pnj .connection-pnj .ty-float-left {
        float: none;
    }

    .general .ty-footer-grid__full-width.footer-stay-connected {
        padding-left: 10px;
        padding-right: 10px;
    }

    .general .ty-footer-grid__full-width.footer-stay-connected .payment-methods-outer h2.ty-footer-general__header {
        padding-right: 0;
        text-align: left;
    }

    .general .payment-methods-inner {
        justify-content: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .general .ty-footer-grid__full-width.footer-stay-connected>div>div {
        width: 100%;
        margin-left: 0;
    }

    .general .ty-footer-grid__full-width.footer-stay-connected {
        padding-bottom: 20px;
    }

    .general .home-certificate>div>div>div {
        display: -ms- flexbox;
        display: -moz- flex;
        display: -webkit- flex;
        display: flex;
    }

    .general .home-certificate>div>div>div>div {
        flex: 0 0 auto;
        float: none;
    }

    .general .home-certificate>div>div>div>div:first-child {
        width: calc(100% - 215px);
        width: -webkit-calc(100% - 215px);
        width: -moz-calc(100% - 215px);
    }

    .general .home-certificate>div>div>div>div:last-child {
        width: 205px;
        margin-left: 10px;
    }
}

.general .owl-controls:not(.owl-controls-outside) {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.general .owl-controls:not(.owl-controls-outside) .owl-page span {
    background: #fff;
    border: 1px solid #282828;
    opacity: 1;
}

.general .owl-controls:not(.owl-controls-outside) .owl-page.active span,
.general .owl-controls:not(.owl-controls-outside) .owl-page:hover span {
    background: #000 !important;
    border-color: transparent;
}

.general .banner-style {
    position: relative;
}

.general .banner-style .owl-controls {
    bottom: 15px;
}

.general .owl-controls-outside {
    position: absolute;
    top: 51%;
    z-index: 1;
    width: 100%;
    left: 0;
}

.general .owl-controls-outside .mp-sprite {
    display: inline-block;
    height: 37px;
    width: 17px;
}

.general .owl-controls-outside .mp-sprite::before {
    content: none;
    display: none;
}

.general .owl-controls-outside .ty-icon-left-open-thin,
.general .owl-controls-outside .owl-prev i {
    background-position: -2px -74px;
}

.general .owl-controls-outside .ty-icon-right-open-thin,
.general .owl-controls-outside .owl-next i {
    background-position: -32px -74px;
}

.general .owl-controls-outside .button-prev,
.general .owl-controls-outside .owl-prev {
    position: absolute;
    left: 40px;
}

.general .owl-controls-outside .button-next,
.general .owl-controls-outside .owl-next {
    position: absolute;
    right: 40px;
}

.general .group-floor .owl-controls-outside .button-prev,
.general .group-floor .owl-controls-outside .owl-prev {
    left: 20px;
}

.general .group-floor .owl-controls-outside .button-next,
.general .group-floor .owl-controls-outside .owl-next {
    right: 20px;
}

.general .list-category-buy-now {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 30px;
}

.general .list-category-buy-now li a {
    color: #313131;
    padding: 6px 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
}

.general .mp-flexbox-product,
.general .mp-flexbox-product .mp-flexible-products-slick {
    overflow: auto;
    width: 100%;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general .mp-flexbox-product .mp-product-item-wrapper,
.general .mp-flexbox-product .product-item,
.general .mp-flexbox-product .mp-flexible-products-slick .mp-product-item-wrapper,
.general .mp-flexbox-product .mp-flexible-products-slick .product-item {
    position: relative;
    min-height: 150px;
    margin: 0;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.general .mp-flexbox-product.mp-popular-product,
.general .mp-flexbox-product .mp-flexible-products-slick.mp-popular-product {
    display: inline-block;
}

.general .mp-flexbox-product.mp-popular-product .mp-product-item-wrapper,
.general .mp-flexbox-product.mp-popular-product .product-item,
.general .mp-flexbox-product .mp-flexible-products-slick.mp-popular-product .mp-product-item-wrapper,
.general .mp-flexbox-product .mp-flexible-products-slick.mp-popular-product .product-item {
    float: left;
    width: calc(100% / 2) !important;
    width: -webkit-calc(100% / 2) !important;
    width: -moz-calc(100% / 2) !important;
}

.general .mp-flexbox-product.mp-popular-product .mp-product-item-wrapper .product-title,
.general .mp-flexbox-product.mp-popular-product .product-item .product-title,
.general .mp-flexbox-product .mp-flexible-products-slick.mp-popular-product .mp-product-item-wrapper .product-title,
.general .mp-flexbox-product .mp-flexible-products-slick.mp-popular-product .product-item .product-title {
    min-width: unset !important;
}

.general .flexible-products-5 .product-item .product-image {
    height: 200px;
    width: 200px;
}

.general .banner-collection-descriptions {
    position: relative;
    margin-bottom: 10px;
}

.general .ca-group-special .ca-subcategory {
    text-align: center;
    margin-top: 10px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.general .ca-group-special .ca-subcategory li {
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 0;
}

.general .ca-group-special .ca-subcategory li a {
    padding: 5px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    font-size: 13px;
}

.general .ca-group-special .ca-subcategory li a span {
    text-transform: uppercase;
    color: #282828;
    font-size: 13px;
}

.general .ca-group-special .ca-subcategory li a:hover {
    border-color: #333232;
}

.general .ca-group-special .ca-subcategory li a:hover span {
    font-weight: 600;
}

.general .ca-group-special .ca-view-all {
    text-align: center;
    margin-top: 25px;
}

.general .ca-group-special .ca-view-all a {
    min-width: 250px;
    display: inline-block;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 0;
}

.general .ca-group-special .mp-product-block {
    max-height: 700px !important;
    margin: 35px 0;
}

.general .ca-group-special .mp-product-block .product-item {
    min-height: 335px;
}

.general div#ajax_pagination_contents {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    webkit-flex-flow: row wrap;
    width: 100%;
}

.general .cm-product-block-tabs .ty-tabs {
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list {
    display: inline-block;
    width: 100%;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item {
    text-align: center;
    border-bottom: none;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item.active {
    border-bottom: none;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item.active .ty-tabs__a {
    color: #282828;
    border-color: #282828;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item.ty-tabs-1 {
    width: 100%;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item.ty-tabs-2 {
    width: 50%;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item.ty-tabs-3 {
    width: 33%;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__item.ty-tabs-4 {
    width: 25%;
}

.general .cm-product-block-tabs .ty-tabs .ty-tabs__list .ty-tabs__a {
    color: #efefec;
    width: 80%;
    display: inline-block;
    margin: 0 auto;
    font-size: 18px !important;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 10px 20px;
    min-height: 70px;
}

.general .cm-product-block-tabs.product-block-tabs__loaded .mp-floor-header {
    display: none;
}

.general .ty-product-block-icon__heart {
    text-align: center;
}

.general .ty-product-block-icon__heart::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0%, #979797 50%, #fff 100%) repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 138, 194, 0.03);
    content: "";
    display: block;
    height: 1px;
    width: 80%;
    margin: 40px auto;
}

.general .ty-product-block-icon__heart .product-block__icon_heart {
    background-position: -57px -183px;
    width: 58px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.general .ty-product-block-icon__heart .product-block__description_text {
    font-size: 18px;
    color: #282828;
}

.general .banner-main {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.general .banner-main .owl-carousel,
.general .banner-main .owl-wrapper {
    display: block;
    height: 100%;
}

@media only screen and (min-width: 1200px) {
    .general .banner-main .owl-wrapper-outer {
        min-height: calc((100vw * 640 / 1972) - 6px);
        min-height: -webkit-calc((100vw * 640 / 1972) - 6px);
        min-height: -moz-calc((100vw * 640 / 1972) - 6px);
        max-height: calc((100vw * 640 / 1972) - 6px);
        max-height: -webkit-calc((100vw * 640 / 1972) - 6px);
        max-height: -moz-calc((100vw * 640 / 1972) - 6px);
    }
}

.general .banner-main .owl-wrapper-outer .ty-banner__image-item {
    height: 100%;
    width: 100%;
}

.general .banner-main .owl-wrapper-outer .opacity-panel {
    bottom: 0;
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    width: 100%;
}

.general .banner-main .owl-item {
    height: 100%;
}

.general .banner-main .owl-item .item {
    height: 100%;
}

.general .banner-main .owl-item .item img {
    height: 100%;
    width: 100%;
}

.general .banner-main .owl-pagination {
    display: block;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

.general .banner-main .owl-pagination .owl-page {
    background: rgba(241, 241, 241, 0.7);
    display: inline-block;
    min-height: 70px;
    padding: 5px 10px 0 10px;
    margin: 0 10px;
    text-align: left;
    border-radius: 2px;
    height: unset !important;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .banner-main .owl-pagination .owl-page div {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.general .banner-main .owl-pagination .owl-page div h4 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #807878;
    font-size: 14px;
    font-weight: normal;
    font-weight: bold;
    margin: 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.general .banner-main .owl-pagination .owl-page div span {
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0 0 -20px;
    width: 100%;
    background: transparent;
    padding: 0;
    height: unset;
    font-size: 16px;
    opacity: 1;
    color: #333;
    white-space: nowrap;
    border-radius: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.general .banner-main .owl-pagination .owl-page div h5 {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    color: #807878;
    font-size: 14px;
    font-weight: bold;
    font-weight: normal;
    opacity: 0;
    margin: 5px 0 0;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    line-height: 16px;
}

.general .banner-main .owl-pagination .owl-page.active,
.general .banner-main .owl-pagination .owl-page:hover {
    padding: 5px 10px 10px;
    box-shadow: 0px 5px 10px -4px #333;
}

.general .banner-main .owl-pagination .owl-page.active div,
.general .banner-main .owl-pagination .owl-page:hover div {
    color: ;
}

.general .banner-main .owl-pagination .owl-page.active div h4,
.general .banner-main .owl-pagination .owl-page:hover div h4 {
    transform: scale(1.1) translateX(9px);
    margin-bottom: 10px;
}

.general .banner-main .owl-pagination .owl-page.active div span,
.general .banner-main .owl-pagination .owl-page:hover div span {
    transform: scale(1.05) translateX(5px);
    margin-bottom: 0;
    color: ;
}

.general .banner-main .owl-pagination .owl-page.active div h5,
.general .banner-main .owl-pagination .owl-page:hover div h5 {
    opacity: 1;
}

.general .banner-main.show-dot-navigation .owl-pagination .owl-page {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    margin: 0 5px 0 0;
    min-height: auto;
    min-height: initial;
    padding: 0;
}

.general .banner-main.show-dot-navigation .owl-buttons .owl-prev,
.general .banner-main.show-dot-navigation .owl-buttons .owl-next {
    padding: 12px !important;
}

.general .banner-main.show-dot-navigation .owl-buttons .owl-prev i,
.general .banner-main.show-dot-navigation .owl-buttons .owl-next i {
    display: inline-block;
    width: 18px;
    height: 37px;
}

.general .banner-main.show-dot-navigation .owl-buttons .owl-prev i {
    background-position: -2px -74px;
}

.general .banner-main.show-dot-navigation .owl-buttons .owl-next i {
    background-position: -32px -74px;
}

.general .banner-main.show-dot-navigation:hover .owl-buttons {
    display: block;
}

@media only screen and (min-width: 1200px) {
    .general .banner-main {
        min-height: calc((100vw * 640 / 1972) - 6px);
        min-height: -webkit-calc((100vw * 640 / 1972) - 6px);
        min-height: -moz-calc((100vw * 640 / 1972) - 6px);
        max-height: calc((100vw * 640 / 1972) - 6px);
        max-height: -webkit-calc((100vw * 640 / 1972) - 6px);
        max-height: -moz-calc((100vw * 640 / 1972) - 6px);
    }
}

.general .dynamic-object__descriptions {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.general .dynamic-object__descriptions,
.general .dynamic-object__descriptions p,
.general .dynamic-object__descriptions strong {
    font-size: 17px;
}

.general .dynamic-object__descriptions h2 {
    font-size: 19px;
}

.general .ty-sidebox-important__title-wrapper {
    display: none;
}

.general .ty-icon-down-open:before {
    content: "\f0d7";
}

.general .ty-icon-up-open:before {
    content: "\f0d8";
}

.general input.cm-product-filters-checkbox {
    float: right;
    margin-top: 4px;
    position: relative;
    width: 18px;
    height: 18px;
    background: none;
    background-color: #fff;
    border: 1px solid #cacece;
    box-shadow: none;
    display: none;
}

.general .owl-carousel .owl-buttons {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.general .owl-carousel .owl-buttons>div {
    margin: 0;
    top: calc(100% / 2 - 18px);
    top: -webkit-calc(100% / 2 - 18px);
    top: -moz-calc(100% / 2 - 18px);
    background-color: transparent !important;
}

.general .owl-carousel .owl-buttons .owl-prev {
    left: -14px;
}

.general .owl-carousel .owl-buttons .owl-prev::after {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 27px;
    background-position: -147px -151px;
}

.general .owl-carousel .owl-buttons .owl-next {
    right: -17px !important;
}

.general .owl-carousel .owl-buttons .owl-next::before {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 27px;
    background-position: -165px -151px;
}

.general .mp-tab {
    width: 49.5%;
    display: inline-block;
}

@media only screen and (min-width: 310px) and (max-width: 767px) {
    .general .mp-tab {
        width: 49%;
    }
}

.general .mp-tab .tab-content {
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}

.general .mp-tab .tab-content .title {
    display: inline-block;
    padding: 24px 60px;
    font-size: 22px;
    color: #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

@media only screen and (min-width: 310px) and (max-width: 767px) {
    .general .mp-tab .tab-content .title {
        padding: 16px 10px;
        font-size: 15px;
    }
}

.general .mp-tab.active .tab-content .title {
    color: #000;
    border-bottom: 1px solid #000;
}

.general .banner-cate-2 {
    margin-bottom: 25px;
}

.general .slider-homepage-yb .ty-banner__image-item img {
    width: 100%;
}

.general .gird-control-1 .mp-page-tab-controls.mp-tab-column4 {
    width: 90%;
    margin: auto;
}

.general .mp-captcha {
    margin-top: 15px !important;
}

.general .mp-captcha .ty-captcha-container>div {
    width: 300px !important;
    height: 78px !important;
    margin: 0 auto;
}

.general .mp-captcha .help-inline {
    padding-left: 0 !important;
    text-align: center;
}

.general .buymore-discountmore {
    font-size: 11px;
    color: #eb4d4e;
}

.general .let-call {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 100003;
}

.general .let-call .icon-main {
    width: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.general .let-call .list-support {
    position: absolute;
    min-height: 150px;
    bottom: -500px;
    transition: .3s all ease;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
}

.general .let-call .list-support .item {
    flex: 0 0 100%;
    height: 50px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

.general .let-call .list-support .item a {
    width: 50px;
    display: inline-block;
}

.general .block-text-docking {
    background-color: #003468;
}

.general .block-text-docking .text-item {
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    color: #fff;
}

.general .block-text-docking .text-item a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.general .block-text-docking .owl-controls:not(.owl-controls-outside) {
    position: static;
    width: initial;
}

.general .block-text-docking .owl-carousel .owl-controls .owl-buttons {
    visibility: visible;
    opacity: 1;
}

.general .block-text-docking .owl-carousel.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    padding: 0 5px;
    box-sizing: border-box;
}

.general .block-text-docking .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev::after {
    border: none;
    background: none !important;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.general .block-text-docking .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next::before {
    border: none;
    background: none !important;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (min-width: 1200px) {
    .general .block-text-docking .list-text-docking {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    .general .block-text-docking .list-text-docking {
        max-width: 100%;
    }

    .general .block-text-docking .owl-controls:not(.owl-controls-outside) {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {

    .general .block-text-docking .text-item a,
    .general .block-text-docking .text-item {
        font-size: 11px;
    }
}

.general #global_search .note i {
    display: none;
}

.general .hot-hashtag-search-outer {
    display: none;
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    z-index: 10003;
    left: 0;
    background-color: #fff;
}

.general .hot-hashtag-search-outer .hot-hashtag-search-content {
    max-width: 1200px;
    margin: auto;
}

.general .hot-hashtag-search-outer .close-search {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 15px;
    cursor: pointer;
    height: 15px;
    box-sizing: border-box;
}

.general .hot-hashtag-search-outer h3 {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    color: #003464;
    margin-bottom: 10px;
}

.general .hot-hashtag-search-outer h3 img {
    margin-right: 5px;
}

.general .hot-hashtag-search-outer h3 strong,
.general .hot-hashtag-search-outer h3 .re_search_input {
    font-size: 13px;
    font-weight: 400;
    color: #003464;
}

.general .hot-hashtag-search-outer h3 button[type="submit"] {
    font-size: 13px;
    font-weight: 400;
    color: #003464;
    text-transform: uppercase;
}

.general .hot-hashtag-search-outer .has-line {
    border-top: 5px solid rgba(76, 76, 76, 0.11);
    margin-top: 10px;
    padding-top: 10px;
}

.general .hot-hashtag-search-outer ul {
    padding: 0 10px;
    box-sizing: border-box;
}

.general .hot-hashtag-search-outer ul.bg-items {
    display: flex;
    flex-flow: row wrap;
}

.general .hot-hashtag-search-outer ul.bg-items li {
    flex: 0 0 auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

.general .hot-hashtag-search-outer ul.bg-items li a {
    font-size: 11px;
    background-color: #f1f1f1;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
}

.general .hot-hashtag-search-outer ul.bg-items.brands li a {
    background: none;
    border-radius: 0;
}

.general .hot-hashtag-search-outer .list-discount li * {
    font-size: 11px;
}

.general .hot-hashtag-search-outer .list-discount .copy-promo {
    cursor: pointer;
}

.general .hot-hashtag-search-outer .list-discount .copy-promo::after {
    content: '';
    background: url('../img/copy-grey.svg') no-repeat;
    display: inline-block;
    width: 10px;
    height: 9px;
}

.general .hot-hashtag-search-outer .list-discount .copy-promo:hover::after {
    background: url('../img/copy-blue.svg') no-repeat;
}

.general .hot-hashtag-search-outer .list-discount .text {
    color: #003468;
    font-weight: bold;
    display: inline-block;
    padding: 3px 9px;
    background-color: #fff4de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    margin-left: 10px;
}

.general .hot-hashtag-search-outer .list-products-search {
    display: flex;
    flex-flow: row wrap;
}

.general .hot-hashtag-search-outer .list-products-search li {
    flex: 0 0 auto;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(112, 112, 112, 0.11);
    border-bottom: 1px solid rgba(112, 112, 112, 0.11);
}

.general .hot-hashtag-search-outer .list-products-search li:nth-child(3n) {
    border-right: none;
}

.general .hot-hashtag-search-outer .list-products-search li.no-border-bottom {
    border-bottom: none;
}

.general .hot-hashtag-search-outer .list-products-search li a {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

.general .hot-hashtag-search-outer .list-products-search li span {
    display: inline-block;
    width: 100%;
}

.general .hot-hashtag-search-outer .list-products-search li .img img {
    max-height: 60px;
}

.general .hot-hashtag-search-outer .list-products-search li .price {
    font-size: 10px;
    color: #4c4c4c;
    margin-top: 5px;
}

.general .product-prices {
    min-height: 55px;
}

.general .product-view-and-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px;
}

.general .product-view-and-rating .ty-left {
    text-align: left;
    font-size: 11px;
}

.general .product-view-and-rating .ty-left span,
.general .product-view-and-rating .ty-left .ty-stars,
.general .product-view-and-rating .ty-left .ty-stars__icon {
    font-size: 11px;
}

.general .product-view-and-rating .ty-right {
    text-align: right;
    font-size: 11px;
}

.general.desktop:not(#pages) .product_recommend .mp-product-block {
    max-height: none !important;
}

.general .product_recommend {
    display: block;
}

.general .product_recommend .mp-product-block {
    max-height: none !important;
}

.general .product_recommend .mp-product-block .mp-flexible-products-outer .owl-carousel {
    width: 100%;
}

.general .subcategories-icon .subcategories-column a span {
    font-size: 14px;
    color: #003464;
    font-weight: 600;
}

.general .subcategories-icon .subcategories-column {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 130px;
    height: 50px;
    border: 1px solid #003464;
    background: #fff;
    margin-left: 10px;
    border-radius: 3px;
}

.general .ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
    border-radius: 4px;
}

.general.desktop .header-grid {
    position: relative;
}

.general.desktop .top-header {
    margin: 10px 0;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    width: 100%;
    height: 29px;
    position: relative;
    align-items: center;
}

.general.desktop .top-header::after {
    background: rgba(112, 112, 112, 0.1);
    content: "";
    display: block;
    height: 1px;
    width: 110%;
    position: absolute;
    left: -5%;
    bottom: -13px;
}

.general.desktop.hidden-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.general.desktop .tygh-header .container-fluid>.row-fluid {
    min-width: 1200px;
}

.general.desktop .ty-sort-dropdown__content {
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
}

.general.desktop .ty-other-pay {
    display: table;
    width: 100%;
}

.general.desktop .ty-payments-list {
    display: table-cell;
}

.general.desktop .ty-payments-list__instruction {
    width: 40%;
    display: table-cell;
    height: 100%;
}

.general.desktop .zoom-in-logo .mp-main-logo img {
    transform: scale(0.7);
}

.general.desktop .ty-orders-summary__wrapper td:first-child {
    width: 20%;
}

.general.desktop .mp-hidden-menu {
    display: none;
    visibility: visible;
}

.general.desktop .footer-block-product-see>div {
    max-width: 1200px;
    margin: 0 auto;
}

.general.desktop .sbzoff {
    right: 43px !important;
}

.general.desktop .mp-d-bestsellers {
    max-height: 440px;
    overflow: hidden;
}

.general.desktop .mp-banner.popup-banner .popup-banner-content .button-close::after {
    right: 8px;
}

.general.desktop .mp-products-promotion-warraper .mp_product_promotion_name a {
    position: relative;
}

.general.desktop .mp-products-promotion-warraper .mp_product_promotion_name a::after {
    background: #bd8e26 none repeat scroll 0 0;
    top: 177px;
    color: #fff;
    content: "Xem ngay";
    display: inline-block;
    font-size: 12px;
    height: 30px;
    left: 0;
    padding: 1px 10px;
    position: absolute;
    text-align: center;
    width: 130px;
    line-height: 30px;
}

.general.desktop .ty-horizontal-product-filters {
    margin-top: 10px;
}

.general.desktop .subcategories-icon {
    margin-bottom: 0;
}

.general.desktop .main-menu-v1 .ty-menu__items {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.general.desktop .main-menu-v1 .ty-menu__items>li {
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    flex: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}

.general.desktop .main-menu-v1 .ty-menu__items>li>a span {
    text-transform: capitalize;
    line-height: 40px;
    text-indent: 0;
    position: relative;
    color: #000;
    background: linear-gradient(0deg, #c48c46, #c48c46) 0 100% no-repeat;
    transition: background-size .5s;
    background-size: 0 2px;
}

.general.desktop .main-menu-v1 .ty-menu__items>li:not(:last-child):hover>a span {
    background-size: 100% 2px;
    color: #c48c46;
    box-sizing: border-box;
}

.general.desktop .main-menu-v1 .ty-menu__items>li:first-child {
    margin-left: 0;
}

.general.desktop .main-menu-v1 .ty-menu__items>li>.ty-menu__submenu {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    width: 1200px;
    visibility: hidden;
    display: block;
    opacity: 0;
    box-shadow: 0 2px 6px #efefef;
    margin-left: calc((100% - 1200px) / 2);
    margin-left: -webkit-calc((100% - 1200px) / 2);
    margin-left: -moz-calc((100% - 1200px) / 2);
    margin-right: calc((100% - 1200px) / 2);
    margin-right: -webkit-calc((100% - 1200px) / 2);
    margin-right: -moz-calc((100% - 1200px) / 2);
    -webkit-transition: visibility 0 linear .25s, opacity .25s linear;
    -webkit-transform: visibility 0 linear .25s, opacity .25s linear;
    -moz-transform: visibility 0 linear .25s, opacity .25s linear;
    -ms-transform: visibility 0 linear .25s, opacity .25s linear;
    -o-transform: visibility 0 linear .25s, opacity .25s linear;
    transform: visibility 0 linear .25s, opacity .25s linear;
}

.general.desktop .main-menu-v1 .ty-menu__items>li>.ty-menu__submenu>.ty-menu__submenu-items {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: table;
    width: 100%;
    padding: 25px 45px 25px 45px;
}

.general.desktop .main-menu-v1 .ty-menu__items>li.open>.ty-menu__submenu {
    visibility: visible;
    opacity: 1;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-top-mine__submenu-col {
    float: left;
    white-space: nowrap;
    padding: 0;
    margin-right: 60px;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-top-mine__submenu-col:last-child {
    margin-right: 0;
}

.general.desktop .main-menu-v1 .ty-menu__items .item-header-space {
    margin-top: 15px;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-item-header {
    padding: 0 0 2px;
    min-height: initial;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-item-header a {
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 5px 4px 0;
    color: #2d2d2d;
    position: relative;
    font-weight: 700;
    cursor: context-menu;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-item-header a .icon-pnj {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -86px -142px;
    margin-right: 2px;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-item {
    margin-bottom: 5px;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-item a {
    font-size: 12px;
    color: #282828;
    position: relative;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: capitalize;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-item a:hover {
    color: #caaa6e;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__submenu-list.level3 li.ty-menu__submenu-item:last-child {
    margin-bottom: 0;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__item.menu-sale a span {
    color: #ac2b36;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.general.desktop .main-menu-v1 .ty-menu__items .ty-menu__item.menu-sale a img {
    margin-top: -9px;
}

.general.desktop .main-menu-v1 .group-category {
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
    min-width: 250px;
}

.general.desktop .main-menu-v1 .title-special a {
    cursor: pointer !important;
}

.general.desktop .main-menu-v1 .title-special a:hover {
    color: #caaa6e;
}

.general.desktop .main-menu-v1 .main-title {
    text-align: left;
}

.general.desktop .main-menu-v1 .main-title a {
    cursor: pointer;
}

.general.desktop .main-menu-v1 .list-group {
    display: inline-block;
    width: 100%;
    white-space: normal;
    padding: 0;
}

.general.desktop .main-menu-v1 .list-group>div {
    display: inline-block;
    width: 100%;
}

.general.desktop .main-menu-v1 .has-one-picture>li:first-child {
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    margin-right: 0;
}

.general.desktop .main-menu-v1 .has-one-picture>li:last-child {
    width: 400px;
}

.general.desktop .main-menu-v1 .has-two-picture>li:first-child {
    width: calc(100% - 820px);
    width: -webkit-calc(100% - 820px);
    width: -moz-calc(100% - 820px);
    margin-right: 0;
}

.general.desktop .main-menu-v1 .has-two-picture>li:last-child {
    width: 820px;
}

.general.desktop .main-menu-v1 .has-two-picture>li:last-child>div {
    float: left;
    margin-right: 20px;
}

.general.desktop .main-menu-v1 .has-two-picture>li:last-child>div:last-child {
    margin-right: 0;
}

.general.desktop .main-menu-v1 .watch-category .ty-top-mine__submenu-col.image-sub-menu a {
    cursor: context-menu;
}

.general.desktop .main-menu-v1 .no-picture>li {
    width: 100%;
}

.general.desktop .mp-header-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.general.desktop .ty-register-popup {
    padding: 0 75px;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
}

.general.desktop .ty-register-popup .mp-information-regis {
    float: left;
    width: 50%;
    position: relative;
    padding-bottom: 50px;
}

.general.desktop .ty-register-popup .mp-information-regis::after {
    content: "";
    height: 95%;
    width: 1px;
    position: absolute;
    top: 15px;
    right: -32px;
    border-right: 1px dotted #d1d1d1;
}

.general.desktop .ty-register-popup .mp-information-regis .ty-date-of-birth .ty-control-group__title:first-child {
    display: none;
}

.general.desktop .ty-register-popup .mp-social-group {
    float: right;
    width: 50%;
    padding: 0 0 0 40px !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-height: 700px) {
    .general.desktop .ty-register-popup {
        min-height: 500px !important;
        max-height: 65vh;
        overflow: auto;
    }
}

.general.desktop a.ty-checkout__relogin {
    font-size: 14px;
}

.general.desktop .banner-grid {
    display: inline-block;
    width: 100%;
}

.general.desktop .banner-grid .style-banner {
    width: 50%;
    float: left;
}

.general.desktop .banner-grid .style-banner .banners {
    height: 100%;
    width: 100%;
}

.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer {
    height: 100%;
    width: 100%;
}

.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer .owl-wrapper,
.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer .owl-item,
.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer .ty-banner__image-item {
    height: 100%;
    width: 100%;
}

.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer .owl-wrapper img,
.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer .owl-item img,
.general.desktop .banner-grid .style-banner .banners .owl-wrapper-outer .ty-banner__image-item img {
    height: 100%;
    width: 100%;
}

.general.desktop .banner-grid .style-banner.position-1 {
    height: 495px;
}

.general.desktop .banner-grid .style-banner.position-2 {
    height: 245px;
    margin-bottom: 5px;
}

.general.desktop .banner-grid .style-banner.position-3 {
    height: 245px;
}

.general.desktop .banner-grid .style-banner .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.general.desktop .brand-flexible-main-home {
    margin-top: 30px;
    min-height: 405px;
}

.general.desktop .brand-flexible-main-home .owl-wrapper-outer {
    max-height: 450px;
}

.general.desktop .banners-carousel-category,
.general.desktop .banner-collection-descriptions {
    min-height: 450px;
}

.general.desktop .banners-carousel-category .ty-banner__image-item,
.general.desktop .banner-collection-descriptions .ty-banner__image-item {
    height: 100%;
}

.general.desktop .ty-step__title-txt {
    font-size: 18px;
}

.general.desktop div[id*="content_call_request"] .object-container,
.general.desktop div[id*="content_installment"] .object-container,
.general.desktop div[id*="send_info"] .object-container {
    max-height: 620px;
    padding: 0 60px;
    max-width: 860px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-height: 700px) {

    .general.desktop div[id*="content_call_request"] .object-container,
    .general.desktop div[id*="content_installment"] .object-container,
    .general.desktop div[id*="send_info"] .object-container {
        min-height: 400px;
        max-height: 485px;
        height: 440px !important;
    }
}

.general.desktop div[id*="content_call_request"] .ty-control-group .help-inline,
.general.desktop div[id*="content_installment"] .ty-control-group .help-inline,
.general.desktop div[id*="send_info"] .ty-control-group .help-inline {
    padding-left: 108px;
}

.general.desktop div[id*="content_call_request"] .select2-selection--single,
.general.desktop div[id*="content_installment"] .select2-selection--single,
.general.desktop div[id*="send_info"] .select2-selection--single {
    border-color: #777 !important;
}

.general.desktop div[id*="content_call_request"] .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow b,
.general.desktop div[id*="content_installment"] .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow b,
.general.desktop div[id*="send_info"] .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.general.desktop div[id*="content_call_request"] .buttons-container,
.general.desktop div[id*="content_installment"] .buttons-container,
.general.desktop div[id*="send_info"] .buttons-container {
    bottom: -63px !important;
}

.general.desktop div[id*="content_call_request"] .buttons-container .ty-btn__primary,
.general.desktop div[id*="content_installment"] .buttons-container .ty-btn__primary,
.general.desktop div[id*="send_info"] .buttons-container .ty-btn__primary {
    background-image: linear-gradient(0deg, #d83443, #ff737e);
    border: none;
    color: #fff;
    border-radius: 5px;
}

.general.desktop .mp-collection-flexiblle {
    margin: 60px 0 30px;
}

.general.desktop .d-banner-for-full-screen {
    min-height: calc((100vw * 640 / 1972) - 6px);
    min-height: -webkit-calc((100vw * 640 / 1972) - 6px);
    min-height: -moz-calc((100vw * 640 / 1972) - 6px);
    max-height: calc((100vw * 640 / 1972) - 6px);
    max-height: -webkit-calc((100vw * 640 / 1972) - 6px);
    max-height: -moz-calc((100vw * 640 / 1972) - 6px);
    overflow: hidden;
}

.general.desktop .d-banner-for-full-screen .owl-wrapper-outer {
    min-height: calc((100vw * 640 / 1972) - 6px);
    min-height: -webkit-calc((100vw * 640 / 1972) - 6px);
    min-height: -moz-calc((100vw * 640 / 1972) - 6px);
    max-height: calc((100vw * 640 / 1972) - 6px);
    max-height: -webkit-calc((100vw * 640 / 1972) - 6px);
    max-height: -moz-calc((100vw * 640 / 1972) - 6px);
}

@media only screen and (min-width: 1973px) {
    .general.desktop .d-banner-for-full-screen {
        min-height: 640px;
        max-height: initial;
    }

    .general.desktop .d-banner-for-full-screen .owl-wrapper-outer {
        min-height: 640px;
        max-height: 640px;
    }
}

.general.desktop .d-banner-for-screen {
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
}

.general.desktop .d-banner-for-screen .owl-wrapper-outer {
    min-height: 450px;
    max-height: 450px;
}

.general.desktop .mp-info-product-pattern {
    padding-right: 70px;
}

.general.desktop .tygh-footer .pnj-special {
    max-width: 1200px;
    min-width: 1200px;
}

.general.desktop .tygh-top-panel .container-fluid {
    padding: 0;
    max-width: 100% !important;
}

.general.desktop .tygh-top-panel .container-fluid>div:not(.div-full-page-outer) {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.general.desktop .tygh-content .container-fluid,
.general.desktop .tygh-header .container-fluid,
.general.desktop .tygh-top-panel .container-fluid {
    min-width: 1200px !important;
}

.general.desktop .tygh-content .container-fluid [class*="span"]:not(.span16),
.general.desktop .tygh-content .container-fluid .row-fluid [class*="span"]:not(.span16),
.general.desktop .tygh-header .container-fluid [class*="span"]:not(.span16),
.general.desktop .tygh-header .container-fluid .row-fluid [class*="span"]:not(.span16),
.general.desktop .tygh-top-panel .container-fluid [class*="span"]:not(.span16),
.general.desktop .tygh-top-panel .container-fluid .row-fluid [class*="span"]:not(.span16) {
    float: left;
}

.general.desktop .ty-footer-grid__full-width:not(.footer-stay-connected) {
    border: none;
    padding: 0;
}

.general.desktop .ty-footer-grid__full-width:not(.footer-stay-connected)>div {
    border-top: 1px solid #858585;
    padding: 40px 0 20px;
}

.general.desktop .banner-main-outer .banner-style {
    min-height: 450px;
}

.general.desktop .banner-main .owl-item.loading,
.general.desktop .banner-style .owl-item.loading {
    min-height: 450px;
}

.general.desktop .ty-cart-items {
    min-height: 52px;
}

.general.desktop .functions-outer {
    width: 380px;
}

.general.desktop .user-outer {
    margin-left: 0;
    width: 375px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: flex-end;
}

.general.desktop .user-outer .order-history {
    max-width: 136px;
}

.general.desktop .banner-text-horizontol-outer {
    margin-left: 0;
    overflow: hidden;
    max-height: 32px;
    width: calc(100% - 755px);
    width: -webkit-calc(100% - 755px);
    width: -moz-calc(100% - 755px);
}

.general.desktop .d-display-element {
    margin: 5px 0 0;
    width: 1200px;
}

.general.desktop .d-logo-pnj-header {
    width: calc(100% - 755px);
    width: -webkit-calc(100% - 755px);
    width: -moz-calc(100% - 755px);
    margin-left: 0;
}

.general.desktop .logo-header {
    text-align: center;
}

.general.desktop .logo-header img {
    width: 88px;
}

.general.desktop .tygh-top-panel {
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.16));
    position: relative;
}

.general.desktop .has-scroll-header .tygh-top-panel {
    position: fixed !important;
    left: 0;
}

.general.desktop .has-scroll-header .rolling-banner {
    display: none;
}

.general.desktop .home-info-pnj>div {
    padding-left: 75px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general.desktop .margin-top-banner-floor .banners .owl-controls {
    display: none !important;
}

.general.desktop .margin-top-banner-floor .banner-style .owl-controls {
    height: 0;
}

.general.desktop .mp-flexbox-product.flexible-products-5>.product-item {
    width: 200px;
}

.general.desktop .mp-flexbox-product.flexible-products-4 .product-item {
    width: 250px;
}

.general.desktop .product_filter_selected {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    clear: both;
}

.general.desktop .ty-pagination-container .ty-pagination__bottom {
    display: inline-block;
    width: 100%;
}

.general.desktop .ty-pagination-container>.ty-pagination {
    display: none;
}

.general.desktop .ty-pagination-container .ty-sort-container {
    display: none;
    width: 24.5%;
    margin: 15px 0;
    float: right;
    padding: 0;
    background: transparent;
}

.general.desktop .ty-pagination-container .ty-sort-container>span {
    display: none;
}

.general.desktop .ty-pagination-container .ty-sort-container .ty-sort-dropdown__wrapper {
    min-width: 100%;
    color: #282828;
    border-color: #979797;
    padding: 4px 7px;
    font-size: 12px;
    color: #282828 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.general.desktop .ty-pagination-container .ty-sort-container .ty-icon-down-micro {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -155px -123px;
    width: 13px;
    height: 7px;
    display: inline-block;
    position: static;
    padding: 0;
    margin-left: 10px;
}

.general.desktop .ty-pagination-container .ty-sort-container .ty-icon-down-micro::before {
    content: none;
    display: none;
}

.general.desktop .ty-pagination-container .ty-sort-container .ty-sort-dropdown__content {
    min-width: 200px;
    border-color: #979797;
}

.general.desktop .ty-pagination-container .ty-sort-container .ty-sort-dropdown__content .ty-sort-dropdown__content-item-a {
    padding: 5px 10px;
    color: #282828;
}

.general.desktop .introduce-collection {
    margin-top: 50px;
}

.general.desktop .mp-group-promotion-page .mp-flexible-banner .owl-controls-outside .owl-prev,
.general.desktop .mp-group-promotion-page .mp-flexible-banner .owl-controls-outside .owl-next {
    top: 1px;
    transform: scale(0.9);
    width: 30px;
}

.general.desktop .mp-group-promotion-page .mp-flexible-banner .owl-controls-outside .owl-prev {
    left: 18px;
}

.general.desktop .mp-group-promotion-page .mp-flexible-banner .owl-controls-outside .owl-next {
    right: 24px;
}

.general.desktop .mp-group-promotion-page .mp-flexible-banner .banners .owl-controls {
    display: none !important;
}

.general.desktop .mp-group-promotion-page .mp-floor-header {
    margin-bottom: 20px;
}

.general.desktop .tygh-footer {
    margin-top: 40px;
}

.general.desktop .img-logo-footer {
    margin-bottom: 5px;
}

.general.desktop .img-logo-footer img {
    margin-left: -30px;
}

.general.desktop .order-offline-request-hotline {
    max-width: 340px;
}

@media only screen and (min-width: 1200px) {

    .general.desktop .tygh-content,
    .general.desktop .tygh-footer {
        position: relative;
    }
}

.general.desktop #diamond-search-result {
    width: 100%;
}

.general.desktop #diamond-search-result .ty-no-items {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general.desktop .mp-banner-flexible,
.general.desktop .mp-banner-flexible .ty-banner__image-item,
.general.desktop .mp-banner-flexible .owl-wrapper-outer {
    min-height: 375px;
}

.general.desktop .banner-flexible-video-page-diamond,
.general.desktop .banner-flexible-video-page-diamond .ty-banner__image-item,
.general.desktop .banner-flexible-video-page-diamond .owl-wrapper-outer {
    min-height: 675px;
}

@media only screen and (min-width: 1200px) and (max-width: 1972px) {

    .general.desktop .main-bi-an-kim-cuong,
    .general.desktop .main-bi-an-kim-cuong .ty-banner__image-item,
    .general.desktop .main-bi-an-kim-cuong .owl-wrapper-outer {
        min-height: calc((100vw * 640 / 1972) - 6px);
        min-height: -webkit-calc((100vw * 640 / 1972) - 6px);
        min-height: -moz-calc((100vw * 640 / 1972) - 6px);
        max-height: calc((100vw * 640 / 1972) - 6px);
        max-height: -webkit-calc((100vw * 640 / 1972) - 6px);
        max-height: -moz-calc((100vw * 640 / 1972) - 6px);
    }
}

@media only screen and (min-width: 1973px) {

    .general.desktop .main-bi-an-kim-cuong,
    .general.desktop .main-bi-an-kim-cuong .ty-banner__image-item,
    .general.desktop .main-bi-an-kim-cuong .owl-wrapper-outer {
        min-height: 640px;
        max-height: initial;
    }
}

.general.desktop .mp-flexible-cate-page-diamond .owl-item:first-child .ty-banner__image-item {
    padding-right: 20px;
}

.general.desktop .mp-flexible-cate-page-diamond .owl-item:last-child .ty-banner__image-item {
    padding-left: 20px;
}

.general.desktop .shipping-line .box-current-status .status-text {
    margin-top: 10px;
}

.general.desktop .category-description {
    display: inline-block;
    width: 100%;
    margin: 30px 0 10px;
    line-height: 24px;
}

.general.desktop .ty-tygh .ty-dropdown-box__content::before {
    right: 50px;
}

.general.desktop .mp-flexible-banner {
    position: relative;
}

.general.desktop .mp-flexible-banner .banner-flexible-column-2 .banners-carousel.owl-carousel .owl-controls,
.general.desktop .mp-flexible-banner .banner-flexible-column-2 .collections-home.owl-carousel .owl-controls {
    display: none !important;
}

.general.desktop .cm-product-block-tabs {
    margin-top: 30px;
}

.general.desktop .banner-detail-product-outer .banner-style .owl-controls {
    z-index: auto;
    top: 40%;
}

.general.desktop .banner-detail-product-outer .banner-style .owl-controls .owl-buttons .owl-prev,
.general.desktop .banner-detail-product-outer .banner-style .owl-controls .owl-buttons .owl-next {
    z-index: 10;
}

.general.desktop .banner-detail-product-outer .banner-style .owl-controls .owl-buttons .owl-prev i.mp-sprite,
.general.desktop .banner-detail-product-outer .banner-style .owl-controls .owl-buttons .owl-next i.mp-sprite {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.general.desktop .banner-detail-product-outer .banner-style .owl-controls .owl-buttons .owl-prev {
    left: 20px;
}

.general.desktop .banner-detail-product-outer .banner-style .owl-controls .owl-buttons .owl-next {
    right: 20px;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.75);
    box-sizing: border-box;
    margin: 0 0 20px;
    display: inline-block;
    padding: 13px;
    float: none;
    width: 100%;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .buynow_place_order_title,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .buynow_place_order_title {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #b7b7b7;
    margin: 0 -13px 15px -13px;
    padding-left: 13px;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .ty-control-group,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .ty-control-group {
    margin-bottom: 12px;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .ty-control-group.error,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .ty-control-group.error {
    margin-bottom: 17px;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .ty-receipt-method-control-B.warehouses,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .mp-change-receipt-method,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .ty-receipt-method-control-B.warehouses,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .mp-change-receipt-method {
    margin: 0;
    border-color: #777 !important;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .cr-popup-error-box,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top .ty-receipt-method-control-B.warehouses,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .cr-popup-error-box,
.general.desktop .ui-widget-content.ui-dialog .mp_buynow__bottom.ty-credit-card .ty-receipt-method-control-B.warehouses {
    padding-bottom: 0;
}

.general.desktop .ui-widget-content.ui-dialog .mp_buynow__top {
    margin-top: 3px !important;
}

.general.desktop .ui-widget-content.ui-dialog .ty-credit-card select {
    width: -webkit-calc(100% - 108px) !important;
    width: -o-calc(100% - 108px) !important;
    width: -moz-calc(100% - 108px) !important;
    width: calc(100% - 108px) !important;
}

.general.desktop .main-title.title-home-block-news h2::before {
    background-color: #f2f2f2;
}

.general.desktop .display-search-trend {
    top: 101px;
    z-index: 1;
}

.general.desktop .mp-search-header .hot-hashtag-search-outer {
    top: 100px;
}

@media screen and (max-height: 700px) {
    .general.desktop .ty-discussion-post-popup div[id*="new_post"] {
        height: 435px;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 1972px) {
    .general.desktop .mp-flexible-banner .ty-banner__image-item img {
        width: 100%;
    }
}

@media screen and (min-width: 1973px) {
    .general.desktop .general.desktop .d-banner-for-full-screen {
        max-height: initial;
    }
}

#mp-product-description-general-v2 {
    margin: 10px auto;
    padding: 10px 20px 30px;
    box-sizing: border-box;
    max-width: 1200px;
    overflow: hidden;
}

#mp-product-description-general-v2 * {
    color: #464646;
}

#mp-product-description-general-v2 p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    text-align: justify;
}

#mp-product-description-general-v2 .mp-block-item .mp-image-description-center,
#mp-product-description-general-v2 .mp-block-item .mp-table-description-center {
    text-align: center;
    width: 100%;
    font-style: italic;
    font-size: 13px;
    margin: 5px 0 15px;
}

#mp-product-description-general-v2 .mp-block-item .mp-image-description-center a,
#mp-product-description-general-v2 .mp-block-item .mp-table-description-center a {
    font-size: 13px;
}

#mp-product-description-general-v2 .mp-table-description-center {
    display: inline-block;
}

#mp-product-description-general-v2 .main-title {
    text-align: center;
    text-transform: none;
    font-size: 20px;
}

#mp-product-description-general-v2 .mp-type-creative-description p {
    font-size: 16px;
    padding: 10px 0;
}

#mp-product-description-general-v2 .mp-type-creative-description p,
#mp-product-description-general-v2 .mp-type-creative-description p * {
    font-size: 16px;
}

#mp-product-description-general-v2 p a {
    color: #337ab7;
}

#mp-product-description-general-v2 .main-title h2 {
    color: #666;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 0;
}

#mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h2,
#mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h3 #mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title * {
    font-size: 20px;
}

#mp-product-description-general-v2.mp-silver .mp-type-normal-feature .mp-block-title * {
    color: #a9198b;
}

#mp-product-description-general-v2.mp-gold .mp-type-normal-feature .mp-block-title * {
    color: #003468;
}

#mp-product-description-general-v2.mp-watch .mp-type-normal-feature .mp-block-title * {
    color: #666;
}

#mp-product-description-general-v2 .mp-sprite,
#mp-product-description-general-v2 .logo-sprite {
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#mp-product-description-general-v2.mp-watch .mp-sprite,
#mp-product-description-general-v2.mp-watch .logo-sprite {
    display: none;
}

#mp-product-description-general-v2.mp-silver .mp-sprite,
#mp-product-description-general-v2.mp-silver .logo-sprite {
    background-position: -201px -252px;
    width: 21px;
}

#mp-product-description-general-v2.mp-gold .mp-sprite,
#mp-product-description-general-v2.mp-gold .logo-sprite {
    background-position: -131px -253px;
    width: 40px;
}

#mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h2,
#mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h3 {
    margin: 0;
    line-height: 40px;
}

#mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title {
    margin-bottom: 15px;
    text-align: left;
}

#mp-product-description-general-v2.mp-column-2 .mp-block-item {
    float: left;
}

#mp-product-description-general-v2.mp-column-2 .mp-block-item:first-child {
    width: 48.5%;
    margin-right: 3%;
}

#mp-product-description-general-v2.mp-column-2 .mp-block-item:last-child {
    width: 48.5%;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection {
    width: 100% !important;
    margin: 15px 0 !important;
    text-align: center;
    display: inline-block;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images>a:visited {
    outline: none;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images>a {
    float: left;
    text-align: center;
    width: calc(20%);
    width: -webkit-calc 20%;
    width: -moz-calc(20%);
    margin-left: 20px;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images>a:first-child {
    margin-left: 0;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-block-title {
    display: inline-block;
    margin: 25px 0 0;
    width: 100%;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images img {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images .owl-item:nth-child(1) img {
    padding: 0;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-block-description-wrapper.mp-block-description-collection {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

#mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-block-description-wrapper.mp-block-description-collection p {
    text-align: center;
    margin: 4px 0 10px;
}

#mp-product-description-general-v2 a {
    color: #337ab7;
}

#mp-product-description-general-v2.mp-column-1 .mp-block-description {
    margin-bottom: 20px;
}

#mp-product-description-general-v2.mp-column-2 .mp-block-description {
    margin-bottom: 10px;
}

#mp-product-description-general-v2 .mp-column-group {
    clear: both;
    margin-bottom: 10px !important;
    width: 100% !important;
    float: left;
}

#mp-product-description-general-v2.mp-column-2 .mp-custom-full-width {
    width: 100% !important;
    float: left;
}

#mp-product-description-general-v2 .mp-images,
#mp-product-description-general-v2 img {
    margin: auto;
    display: block;
    text-align: center;
    max-width: 100%;
}

#mp-product-description-general-v2.mp-column .mp-custom-full-width {
    width: 100% !important;
}

#mp-product-description-general-v2 .mp-type-key-feature .mp-block-description {
    float: left;
    width: 50%;
}

#mp-product-description-general-v2 .mp-type-key-feature .mp-images {
    float: left;
    width: 50%;
}

#mp-product-description-general-v2 .mp-block-description-wrapper {
    float: left;
    width: 100%;
}

#mp-product-description-general-v2 .mp-type-key-feature .mp-block-title *,
#mp-product-description-general-v2 .big-title h2 {
    font-size: 28px !important;
    color: #036 !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
}

#mp-product-description-general-v2 .mp-block-sub-title {
    font-size: 24px;
    font-weight: 500 !important;
}

.mp-images>iframe {
    border: none;
    position: static;
    display: block;
    margin: 0 auto 10px;
}

.mp-column-2 .mp-images>iframe {
    min-width: 380px;
    min-height: 300px;
}

#mp-product-description-general-v2 .mp-block-table {
    width: 100%;
    border-left: 1px solid #555;
}

#mp-product-description-general-v2 .mp-block-table tr td {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    padding: 10px;
    line-height: 24px;
}

@media screen and (min-width: 670px) {
    .mp-column-1 .mp-images>iframe {
        min-width: 650px;
        min-height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .mp-block-title h3 {
        margin: 10px 0 10px 0 !important;
    }

    #mp-product-description-general-v2 .main-title h2 {
        font-size: 20px;
        line-height: 28px;
    }

    #mp-product-description-general-v2 .mp-block-item {
        width: 100% !important;
        float: left;
    }

    #mp-product-description-general-v2 .mp-type-key-feature .mp-images {
        float: left;
        width: 100%;
    }

    #mp-product-description-general-v2 .mp-type-key-feature .mp-block-description {
        float: left;
        width: 100%;
    }

    #mp-product-description-general-v2 .mp-type-creative-description .mp-title * {
        font-size: 20px !important;
    }

    #mp-product-description-general-v2 .mp-type-key-feature .mp-block-title *,
    #mp-product-description-general-v2 .big-title h2 {
        font-size: 20px !important;
    }

    #mp-product-description-general-v2 .mp-block-sub-title {
        font-size: 18px !important;
    }

    #mp-product-description-general-v2 {
        margin: 0 !important;
        display: inline-block;
        width: 100%;
        padding: 10px 0 30px !important;
    }

    #mp-product-description-general-v2 .mp-block-description ul,
    #mp-product-description-general-v2 .mp-block-description ul {
        padding: 5px !important;
        margin: 0 !important;
    }

    #mp-product-description-general-v2 p {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 13px;
        line-height: 20px;
    }

    #mp-product-description-general-v2 p *,
    #mp-product-description-general-v2 .mp-images,
    #mp-product-description-general-v2 .mp-images a {
        font-size: 13px;
    }

    #mp-product-description-general-v2 .mp-column-group {
        margin-bottom: 0 !important;
    }

    #mp-product-description-general-v2 .mp-images iframe {
        height: 200px;
        width: unset;
        margin-bottom: 10px;
    }

    #mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-block-title {
        margin: 10px 0 0;
    }

    #mp-product-description-general-v2 .main-title h2 {
        font-size: 18px;
        line-height: 25px;
        text-transform: initial;
        text-align: justify;
    }

    #mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h2,
    #mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h3 {
        font-size: 14px;
        line-height: 20px;
    }

    #mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-block-description-wrapper.mp-block-description-collection p {
        text-align: justify;
    }

    #mp-product-description-general-v2 .mp-block-item .mp-image-description-center,
    #mp-product-description-general-v2 .mp-block-item .mp-image-description-center *,
    #mp-product-description-general-v2 .mp-block-item .mp-table-description-center,
    #mp-product-description-general-v2 .mp-block-item .mp-table-description-center * {
        font-size: 11px !important;
    }

    #mp-product-description-general-v2 .mp-type-creative-description p {
        font-size: 13px;
        line-height: 20px;
    }

    #mp-product-description-general-v2 .mp-type-creative-description p * {
        font-size: 13px;
    }

    #mp-product-description-general-v2 .mp-sprite,
    #mp-product-description-general-v2 .logo-sprite {
        margin-right: 5px;
        transform: scale(0.7);
    }

    #mp-product-description-general-v2 .mp-block-table {
        overflow-x: scroll;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 640px) {
    #mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images>a {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    #mp-product-description-general-v2 .mp-block-item.mp-type-normal-feature.mp-type-collection .mp-images>a:last-child {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #mp-product-description-general-v2 .mp-images iframe {
        height: 250px;
        width: unset;
    }

    #mp-product-description-general-v2 {
        margin: 10px auto 0;
        padding: 10px 20px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title * {
        font-size: 19px;
    }

    #mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h2,
    #mp-product-description-general-v2 .mp-type-normal-feature .mp-block-title h3 {
        line-height: 30px;
    }
}

.general .ty-pagination__item,
.general .ty-pagination__selected {
    color: white;
    display: inline-block;
    padding: 7px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.general .ty-pagination__selected {
    color: #fff;
    background: #000;
}

.general .ty-pagination__item:hover {
    background: #dce3ea;
    color: #6c8aa7;
    padding: 7px;
}

.general .ty-pagination {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.general .ty-pagination__items {
    display: inline-block;
    color: #333;
}

.general .ty-pagination__item {
    color: #333;
}

.general .ty-pagination__btn {
    margin: 0 4px;
    padding: 7px;
    width: auto;
    color: #333;
}

.general .ty-pagination__range {
    display: none;
}

.general .ty-pagination__btn:hover {
    color: #6c8aa7;
    padding: 7px;
}

.general .ty-pagination__prev,
.general .ty-pagination__next {
    color: #333;
}

.general .ty-pagination__prev:hover,
.general .ty-pagination__next:hover {
    color: #6c8aa7;
    background: #dce3ea;
    cursor: pointer;
}

.general .ty-pagination__text {
    text-transform: uppercase;
}

.general .ty-pagination__text-arrow {
    font-size: 16px;
    line-height: 10px;
    font-style: normal;
    position: relative;
}

.general .ty-pagination__text-arrow:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: -331px -39px;
    margin-bottom: -7px;
    padding-bottom: 2px;
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    position: absolute;
    left: -13px;
    top: -2px;
}

.general .ty-pagination__next .ty-pagination__text-arrow:before {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: -355px -39px;
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    position: absolute;
    left: -13px;
    top: -2px;
}

.general .ty-pagination__last .ty-pagination__text-arrow:before {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: -355px -39px;
    opacity: 0.3;
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    position: absolute;
    left: -13px;
    top: -2px;
}

.general .loading-view-more {
    display: inline-block;
    min-height: 20px;
}

.general .loading-view-more.loaded {
    width: 30px;
    margin-right: 20px;
    background: url('../loading-icon.gif') no-repeat;
    background-position: center right;
}

.general .ajax-pagination-view-more {
    display: inline-block;
    width: 100%;
}

.general .ty-profile-field__switch {
    margin: 10px 0px;
    padding: 8px 5px 5px;
    background: white;
    min-height: 35px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .myAccordion .item {
    margin: 0 0 20px;
}

.general .myAccordion .question {
    background: #bd8e26;
    cursor: pointer;
    position: relative;
}

.general .myAccordion .question h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 14px 16px;
    text-transform: uppercase;
}

.general .myAccordion .question .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 19px;
    height: 19px;
    display: block;
    margin-top: -10px;
    background-position: -328px -91px;
}

.general .myAccordion .question.expanded .icon {
    background-position: -297px -68px;
}

.general .myAccordion .answer {
    display: none;
    padding: 15px;
}

.general .myAccordion .desc img {
    max-width: 100%;
    height: auto;
}

.general .ty-breadcrumbs {
    text-align: center;
    padding: 10px 0;
}

.general .ty-breadcrumbs a {
    color: #888;
}

.general .ty-breadcrumbs .ty-breadcrumbs__slash {
    padding: 0 5px;
    display: inline-block;
}

.general .ty-breadcrumbs .ty-breadcrumbs__current {
    color: #282828;
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: contents;
    font-weight: normal;
}

.general .ty-breadcrumbs__big-size .ty-breadcrumbs {
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
}

.general .ty-breadcrumbs__big-size .ty-breadcrumbs a {
    color: #888;
}

.general .ty-breadcrumbs__big-size .ty-breadcrumbs .ty-breadcrumbs__slash {
    padding: 0 5px;
    display: inline-block;
}

.general .ty-breadcrumbs__big-size .ty-breadcrumbs .ty-breadcrumbs__current {
    color: #282828;
}

.general .ty-mainbox-simple-container h2.ty-mainbox-simple-title {
    font-size: 25.5px;
    line-height: 51.5px;
    text-align: center;
    font-weight: normal;
}

.general .mp-block-title-stars {
    padding: 0;
}

.general .mp-block-title-stars h2 {
    border-bottom: none;
    text-align: center;
    font-weight: normal;
    font-size: 25.5px;
    letter-spacing: 0.3px;
    color: #282828;
    padding: 0;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.02;
}

.general h2.ty-mp-mainbox-title-h2 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3px;
    font-family: Roboto, sans-serif;
    color: #282828;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.02;
}

.general h2.ty-mp-mainbox-title-h2 a {
    font-size: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.general h2.ty-mp-mainbox-title-h2::before {
    content: "";
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    margin-top: 80px;
    background-position: -426px -121px;
    width: 55px;
    height: 55px;
}

.general .ty-mp-mainbox-description {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #282828;
}

.general .ty-mp-mainbox-description p {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #282828;
}

.general .mp-flexible-banner.banner-flexible-column-2,
.general .collection-container.collection-top-items {
    padding-top: 45px;
    position: relative;
}

.general .mp-flexible-banner.banner-flexible-column-2 .ty-center.description,
.general .collection-container.collection-top-items .ty-center.description {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center;
    color: #282828;
    line-height: 2.02;
    margin-top: 20px;
    font-style: normal;
    font-stretch: normal;
}

.general .mp-flexible-banner.banner-flexible-column-2 .owl-carousel.banners-carousel,
.general .mp-flexible-banner.banner-flexible-column-2 .collections-home.flexbox-container,
.general .mp-flexible-banner.banner-flexible-column-2 .owl-carousel.collections-home,
.general .collection-container.collection-top-items .owl-carousel.banners-carousel,
.general .collection-container.collection-top-items .collections-home.flexbox-container,
.general .collection-container.collection-top-items .owl-carousel.collections-home {
    width: 89%;
    margin: auto;
}

.general .mp-flexible-banner.banner-flexible-column-2 .owl-controls-outside,
.general .collection-container.collection-top-items .owl-controls-outside {
    top: 45%;
}

.general .mp-flexible-banner.banner-flexible-column-2 .owl-controls-outside .button-prev,
.general .collection-container.collection-top-items .owl-controls-outside .button-prev {
    left: 8px;
}

.general .mp-flexible-banner.banner-flexible-column-2 .owl-controls-outside .button-next,
.general .collection-container.collection-top-items .owl-controls-outside .button-next {
    right: 8px;
}

.general .mp-flexible-banner.banner-flexible-column-2 .owl-controls-outside {
    top: 40% !important;
}

.general .mp-flexible-banner.banner-flexible-column-2 .banner-name {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #282828;
    line-height: 1.0;
    text-transform: uppercase;
    margin-top: 20px;
    font-style: normal;
    font-stretch: normal;
}

.general .mp-flexible-banner.banner-flexible-column-2 a.banner__link {
    color: #282828;
}

.general .mp-flexible-banner.banner-flexible-column-2 .banner-short-description {
    color: #282828;
}

.general .mp-flexible-banner.banner-flexible-column-2 .banner-short-description p {
    color: #282828;
}

.general .mp-flexible-banner.banner-flexible-column-2 .banner-title {
    font-weight: bold;
}

.general .mp-collection-flexiblle .owl-controls-outside {
    bottom: auto;
}

.general .mp-collection-flexiblle .owl-controls-outside .owl-buttons {
    position: absolute;
}

.general .mp-collection-flexiblle .owl-controls-outside .owl-prev-button {
    left: 0;
    position: absolute;
}

.general .mp-collection-flexiblle .owl-controls-outside .owl-prev-button i.mp-sprite {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 41px;
    background-position: -2px -74px;
}

.general .mp-collection-flexiblle .owl-controls-outside .owl-next-button {
    position: absolute;
    right: 0;
}

.general .mp-collection-flexiblle .owl-controls-outside .owl-next-button i.mp-sprite {
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 41px;
    background-position: -32px -74px;
}

.general .mp-floor-header.mp-block-title-stars {
    padding: 25px 0 0;
}

.general .mp-floor-header.mp-block-title-stars h2 {
    border: none;
    color: #282828;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1130px) {
    .general .ty-column4 {
        width: 25%;
    }

    .general .ty-pagination-container .grid-list .ty-column3 {
        width: 33%;
    }

    .general .mp-flexible-banner.banner-flexible-column-2 .row-desktop-small-2 .flexbox-container .collection__item,
    .general .mp-flexible-banner.banner-flexible-column-2 .row-tablet-2 .flexbox-container .collection__item {
        width: calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        margin: auto;
    }

    .general .mp-flexible-banner.banner-flexible-column-2 .owl-carousel.collections-home,
    .general .collection-container.collection-top-items .owl-carousel.collections-home {
        width: 90%;
    }

    .general .mp-flexible-banner.banner-flexible-column-2 .owl-controls-outside .button-prev,
    .general .collection-container.collection-top-items .owl-controls-outside .button-prev {
        left: 8px;
    }

    .general .mp-flexible-banner.banner-flexible-column-2 .owl-controls-outside .button-next,
    .general .collection-container.collection-top-items .owl-controls-outside .button-next {
        right: 8px;
    }

    .general .mp-flexible-banner.banner-flexible-column-2 .ty-banner__image-item a.banner__link,
    .general .mp-flexible-banner.banner-flexible-column-2 .image-item a.banner__link,
    .general .collection-container.collection-top-items .ty-banner__image-item a.banner__link,
    .general .collection-container.collection-top-items .image-item a.banner__link {
        color: #282828;
    }

    .general .mp-flexible-banner.banner-flexible-column-2 .ty-banner__image-item .cm-image,
    .general .mp-flexible-banner.banner-flexible-column-2 .ty-banner__image-item img,
    .general .mp-flexible-banner.banner-flexible-column-2 .image-item .cm-image,
    .general .mp-flexible-banner.banner-flexible-column-2 .image-item img,
    .general .collection-container.collection-top-items .ty-banner__image-item .cm-image,
    .general .collection-container.collection-top-items .ty-banner__image-item img,
    .general .collection-container.collection-top-items .image-item .cm-image,
    .general .collection-container.collection-top-items .image-item img {
        max-width: 97%;
    }
}

@media only screen and (min-width: 310px) and (max-width: 767px) {
    .general .ty-pagination-container .grid-list .ty-column3 {
        width: 50%;
    }
}

.general .content-box-outer {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .content-box-outer .title-box {
    color: #003468 !important;
}

.general .content-box-outer ul {
    margin: 10px 10px 10px 50px;
}

.general .content-box-outer ul>li {
    line-height: 26px !important;
    position: relative;
}

.general .content-box-outer ul>li::before {
    content: '' !important;
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block !important;
    background-position: -764px -187px;
    width: 16px;
    height: 14px;
    padding-right: 10px;
    position: absolute;
    left: -25px;
    top: 6px;
}

.general .content-box-outer ul>li a {
    font-weight: bold;
    color: #337ab7;
}

.general .content-box-outer ul>li a:hover {
    text-decoration: underline;
}

.general div[id*='call_request'] .gift-birth,
.general div[id*='installment'] .gift-birth,
.general div[id*="send_info"] .gift-birth {
    margin: 10px 0;
}

.general div[id*='call_request'] .gift-birth span,
.general div[id*='installment'] .gift-birth span,
.general div[id*="send_info"] .gift-birth span {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    font-size: 12px;
    line-height: 18px;
}

.general div[id*="send_info"] .ty-control-group input,
.general div[id*="send_info"] .ty-control-group .select2-container .select2-selection--single {
    border-radius: 5px;
}

.general .mp-note-ton-kho {
    color: red;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin-bottom: 25px;
}

.general .mp-note-ton-kho::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0%, #ccc 50%, #fff 100%) repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 138, 194, 0.03);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.general #dialog-message,
.general #dialog-message-membership {
    top: -10px;
}

.general #dialog-message .mp-sprite,
.general #dialog-message-membership .mp-sprite {
    background-position: -382px -24px;
    display: inline-block;
    height: 44px;
    position: relative;
    left: 40%;
    width: 44px;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
}

.general #dialog-message .info-message-dialog,
.general #dialog-message-membership .info-message-dialog {
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.general #dialog-message-membership .info-message-dialog {
    text-align: justify;
    padding: 10px;
}

.general .product-empty {
    width: 100%;
    padding: 7px 14px;
    text-transform: uppercase;
    border: transparent;
    cursor: unset;
    line-height: 30px;
    max-height: 45px;
    background: #f0f0f0;
}

.general .product-empty span {
    font-weight: 400 !important;
    vertical-align: middle;
}

.general#products .ty-product-block {
    margin-bottom: 0;
}

.general#products .mp-product__descriptions #content_features .ty-compare-checkbox {
    display: none;
}

.general#products .ty-product-thumbnails__item.active {
    border-color: #bd8e26;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general#products .ty-product-block__img-wrapper .ty-social-buttons {
    display: none;
}

.general#products .ty-product-bigpicture-thumbnails_gallery {
    text-align: center;
}

.general#products .ty-product-bigpicture-thumbnails_gallery .owl-controls:not(.owl-controls-outside) {
    position: static;
    margin-top: 0;
    top: 0;
}

.general#products .ty-product-bigpicture-thumbnails_gallery .owl-carousel .owl-buttons {
    visibility: visible;
    opacity: 1;
}

.general#products .ty-product-bigpicture-thumbnails_gallery .owl-carousel .owl-buttons .owl-prev {
    left: -30px;
}

.general#products .ty-product-bigpicture-thumbnails_gallery .owl-carousel .owl-buttons .owl-next {
    right: -25px !important;
}

.general#products .ty-product-bigpicture-thumbnails_gallery .owl-carousel .owl-buttons .owl-prev::after,
.general#products .ty-product-bigpicture-thumbnails_gallery .owl-carousel .owl-buttons .owl-next::before {
    content: none;
    display: none;
}

@media only screen and (max-width: 1200px) {
    .general#products .ty-product-bigpicture-thumbnails_gallery {
        overflow: hidden;
    }

    .general#products .ty-product-bigpicture-thumbnails_gallery .owl-controls:not(.owl-controls-outside) {
        display: none !important;
    }
}

.general#products .mp-product-detail-new-layout {
    max-width: 1000px;
    margin: 5px auto 0;
}

.general#products .mp-product-detail-new-layout .ty-control-group__item {
    padding: 0;
}

.general#products .mp-product-detail-new-layout .interact-btn-list {
    width: 100%;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.general#products .mp-product-detail-new-layout .interact-btn-list .item {
    text-align: center;
}

.general#products .mp-product-detail-new-layout .interact-btn-list .item:not(:last-child) {
    margin-right: 30px;
}

.general#products .mp-product-detail-new-layout .interact-btn-list .item .icon-item {
    cursor: pointer;
}

.general#products .mp-product-detail-new-layout .interact-btn-list .item label {
    display: block;
    color: #808080;
    font-size: 9px;
    font-weight: 400;
    margin-top: 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-view-product-images-360-popup .product-images__360 {
    min-height: 500px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img-outer {
    position: relative;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img-outer .wishlist-share-outer {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img-outer .wishlist-share-outer .item {
    text-align: center;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img-outer .wishlist-share-outer .item .icon-item {
    cursor: pointer;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img-outer .wishlist-share-outer .item label {
    display: inline-block;
    width: 100%;
    color: #808080;
    font-size: 9px;
    font-weight: 400;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img-outer .wishlist-share-outer .item img {
    width: 21px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img {
    min-height: 500px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border: none;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img .ty-no-image {
    min-height: 500px !important;
    min-width: 100% !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img .video-previewer .video-item {
    display: block;
    margin: auto;
    max-width: 485px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-discount-label {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails {
    margin-top: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item {
    margin-bottom: 5px;
    display: inline-block;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item img,
.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item .ty-no-image {
    box-sizing: border-box;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item img {
    height: 76px;
    width: 76px;
    border: 1px solid #bebebe;
    border-radius: 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item .ty-no-image {
    min-height: 76px !important;
    min-width: 76px !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item.active img,
.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item.active .ty-no-image {
    border-color: #003468;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item.video-thumbnails {
    position: relative;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-image .ty-thumbnails_gallery .ty-product-thumbnails__item.video-thumbnails img.video {
    position: absolute;
    left: 0;
    top: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container {
    width: 270px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container>.ty-product-block__button>.ty-product-block__button {
    margin: 0 !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container .ty-product-block__button {
    width: 100%;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container .ty-product-block__button .add-to-cart-product-block {
    font-size: 15px;
    font-weight: 600;
    line-height: initial;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-content .ty-product-block__button>span {
    padding: 0 !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .product-detail-scrolling .mp-product-detail-content .ty-product-block-title {
    white-space: normal;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .product-detail-scrolling .mp-product-detail-content #mp_product_detail_regions,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .product-detail-scrolling .mp-product-detail-content .ty-product-block__button,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .product-detail-scrolling .mp-product-detail-content .ty-product-block_button_container {
    width: 100%;
    height: unset !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .product-detail-scrolling>.ty-product-block__option {
    margin: 10px 0 20px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .product-detail-scrolling .ty-product-block_button_container .ty-product-block__button .add-to-cart-product-block {
    font-size: 12px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block-title {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 0px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block__sku {
    width: 55%;
    float: left;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block__sku.ty-product-block__sku-full {
    width: 100%;
    float: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block__sku .ty-sku-item {
    font-size: 12px;
    color: #282828;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block__sku span {
    font-size: 12px;
    color: #4c4c4c;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-discussion__rating-wrapper {
    width: 45%;
    float: right;
    text-align: right;
    margin-top: -3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-discussion__rating-wrapper * {
    font-size: 13px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-discount-label {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap {
    margin: 10px 0;
    width: 100%;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap .ty-list-price {
    opacity: 1;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap .online-price-container {
    margin-top: 7px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap .online-price-container .ty-old-online-price {
    margin-top: 4px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap .ty-installment-text {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 20px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap .ty-installment-text span {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .price-wrap .ty-installment-text .tooltip-img {
    width: 15px;
    height: 15px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-price .ty-price-num {
    font-size: 18px;
    color: #003468;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-list-product-detail {
    margin-top: 0px;
    margin-left: 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-list-product-detail .ty-list-price {
    font-size: 14px;
    color: #969696;
    font-style: normal;
    text-decoration: line-through;
    font-weight: 400;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-list-product-detail .list-price-label {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-savings {
    margin-left: 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-savings .ty-save-price {
    font-style: normal;
    color: #ad2a36;
    font-size: 13px;
    font-weight: 400;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .mp-product-warehouse {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .ty-product-options__other {
    min-height: 20px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner {
    width: 100%;
    text-align: left;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .ty-control-group {
    margin-bottom: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .object-selector {
    margin: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .name-size {
    padding: 0 0 8px;
    font-size: 13px;
    color: #4c4c4c;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes input[type="checkbox"] {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes input[type="radio"] {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes label {
    display: -ms- inline-flexbox;
    display: -moz- inline-flex;
    display: -webkit- inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 24px;
    height: 27px;
    border-radius: 5px;
    border: 1px solid #4c4c4c;
    font-size: 11px;
    cursor: pointer;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes .radio-outer {
    margin-bottom: 10px;
    display: inline-block;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes .radio-outer:not(:last-child) {
    margin-right: 8px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes input[type="checkbox"]:checked+label {
    color: #fff;
    background: #003468;
    border-color: #003468;
    font-weight: 600;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .list-sizes input[type="radio"]:checked+label {
    color: #fff;
    background: #003468;
    border-color: #003468;
    font-weight: 600;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .ty-product-options {
    position: relative;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .product-options-size__guide {
    height: 30px;
    margin-top: -9px;
    position: absolute;
    top: 0;
    right: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .product-options-size__guide .mp-product-option-size-open {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .product-options-size__guide .mp-product-option-size-open span {
    font-size: 11px;
    color: #4c4c4c;
    font-weight: 300;
    font-style: italic;
    border-bottom: 1px solid #4c4c4c;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality {
    display: inline-block;
    font-size: 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality .ty-value-changer {
    border: 1px solid #979797;
    box-sizing: border-box;
    background-color: #fff;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality .ty-value-changer .ty-value-changer__input {
    border: none;
    width: 35px;
    text-align: center;
    height: 33px;
    color: #282828;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality .ty-value-changer .ty-value-changer__increase {
    line-height: 32px;
    text-align: left;
    width: 25px;
    display: inline-block;
    color: #bcbec0;
    height: 32px;
    margin-bottom: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality .ty-value-changer .ty-value-changer__decrease {
    line-height: 32px;
    text-align: right;
    width: 25px;
    display: inline-block;
    color: #bcbec0;
    height: 32px;
    margin-bottom: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality .ty-value-changer .ty-value-changer__increase:hover,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .mp-product-detail-quality .ty-value-changer .ty-value-changer__decrease:hover {
    color: #282828;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .clear-fix {
    clear: both;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-size-guide .mp-product-option-size-wrapper .mp-product-option-size-open,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size-open {
    text-align: left;
    padding: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-size-guide .mp-product-option-size-wrapper .mp-product-option-size-open span,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size-open span {
    color: #282828;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-size-guide .mp-product-option-size-wrapper .mp-product-option-size-open span::after,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size-open span::after {
    content: none;
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-size-guide .mp-product-option-size-wrapper .mp-product-option-size-open span:hover,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size-open span:hover {
    color: #a0a0a0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button {
    margin: 10px 0 0;
    display: inline-block;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary {
    background-color: #003468;
    font-size: 15px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 270px;
    border: none;
    max-height: 40px;
    min-height: 40px;
    line-height: 27px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary .cart-notify-product-block {
    line-height: 16px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.button_cart_combination {
    flex-flow: row wrap;
    width: 100%;
    padding: 5px 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.cart-one-click {
    background-image: linear-gradient(0deg, #d83443, #ff737e);
    border: none;
    color: #fff;
    border-radius: 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart {
    padding: 5px 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span {
    line-height: initial;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span {
    display: inline-block;
    width: 100%;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span:first-child,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span:first-child {
    font-size: 13px;
    font-weight: 700;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span:last-child,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span:last-child {
    font-size: 11px;
    text-transform: none;
    font-style: italic;
    position: relative;
    top: -2px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span:last-child span,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span:last-child span {
    font-size: 12px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-1 button {
    width: 100%;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .btn-pre-order span {
    line-height: 40px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button button[id*="button_cart_installment_purchase"] .mp-sprite {
    display: inline-block;
    background-position: -592px -536px;
    width: 23px;
    height: 23px;
    margin-left: 12px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-try-product-on-store-button {
    background-color: #caaa6e;
    display: none;
    color: #fff;
    line-height: 30px;
    width: 260px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: normal;
    padding: 7px 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-try-product-on-store-button span {
    font-size: 16px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
    color: #282828;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-add-to-wish i {
    top: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-add-to-wish i::after {
    font-family: FontAwesome;
    content: "\f004";
    font-style: normal;
    color: #979797;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-add-to-wish span {
    font-size: 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-add-to-wish:hover i::after {
    color: #999;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share {
    position: relative;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-share {
    line-height: 20px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-share i {
    top: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-share i::after {
    font-style: normal;
    font-family: FontAwesome;
    content: "\f1e0";
    color: #979797;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-share span {
    font-size: 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-share:hover i::after {
    color: #999;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-button-share__hover {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 5px 0 10px;
    border-radius: 3px;
    width: 130px;
    height: 45px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-button-share__hover .ty-social-buttons .fb-like span,
.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share .ty-button-share__hover .ty-social-buttons .fb-like iframe {
    width: 108px !important;
    height: 20px !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-product-list-button .ty-button-share:hover .ty-button-share__hover {
    display: block !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn-call-to__attack {
    background: #ad2a36 !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .mp-product-gift-main-label {
    display: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option {
    margin: 5px 0 0;
    position: relative;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-product-options__item {
    margin-bottom: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-product-options__item .option-items {
    font-size: 14px;
    line-height: 15px;
    color: #282828;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-product-options__item .option-items.mp-option-note::before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 6px;
    position: relative;
    top: -3px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-product-options__item .ty-product-options__box {
    padding: 0px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-product-block__option {
    margin-bottom: 0;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-control-group .ty-control-group__label {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 0 10px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .ty-control-group .ty-product-options__descriptions ul {
    display: inline-block;
    padding: 5px 0 5px 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .radio-options * {
    font-size: 14px;
    line-height: 22px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons>.ty-product-block__option .radio-options a {
    text-decoration: underline;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons.button-for-watch {
    display: inline-block;
    width: 100%;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons.button-for-watch .ty-product-block_button_container {
    width: calc((100% / 2) - 10px);
    width: -webkit-calc((100% / 2) - 10px);
    width: -moz-calc((100% / 2) - 10px);
    float: left;
    margin-right: 20px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons.button-for-watch .ty-product-block_button_container .ty-cr-product-button.ty-call-request-button {
    width: 100%;
    margin-bottom: 0;
    background: linear-gradient(0deg, #d83443, #ff737e);
    line-height: 29px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-material-item {
    line-height: 20px;
    text-transform: none !important;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-material-item span a {
    text-transform: none;
    color: #337ab7;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-material-item span a::after {
    content: "|";
    padding: 0 5px;
    font-size: 14px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option .mp-material-item span a:last-child::after {
    content: none;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option span[id*="promotion_prices_update"] .btn-click_and_collect {
    width: 100%;
    background: #003468;
    border-radius: 5px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option span[id*="promotion_prices_update"] .btn-click_and_collect>span>span {
    display: inline-block;
    width: 100%;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option span[id*="promotion_prices_update"] .btn-click_and_collect>span>span:first-child {
    font-size: 13px;
    font-weight: 700;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option span[id*="promotion_prices_update"] .btn-click_and_collect>span>span:last-child {
    font-size: 11px;
    text-transform: none;
    font-style: italic;
    position: relative;
    top: -2px;
}

.general#products .mp-product-detail-new-layout .mp-product-detail-option span[id*="promotion_prices_update"] .btn-click_and_collect>span>span b {
    font-weight: 700;
    font-size: 12px;
}

.general#products .mp-product-detail-new-layout .product-info-utity {
    margin-top: 10px;
    display: inline-block;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items {
    width: 100%;
    display: inline-flex;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item {
    display: block;
    padding: 15px 20px;
    border: 1px solid #979797;
    box-sizing: border-box;
    margin-right: 4px;
    text-align: center;
    width: calc((100% - 8px) / 3);
    width: -webkit-calc((100% - 8px) / 3);
    width: -moz-calc((100% - 8px) / 3);
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item i {
    display: inline-block;
    height: 36px;
    margin-bottom: 5px;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #282828;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item:last-child {
    margin-right: 0;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item:nth-child(1) i {
    background-position: -360px -73px;
    width: 36px;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item:nth-child(2) i {
    background-position: -355px -139px;
    width: 50px;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item:nth-child(3) i {
    background-position: -361px -196px;
    width: 36px;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item:nth-child(4) i {
    background-position: -222px -34px;
    width: 24px;
}

.general#products .mp-product-detail-new-layout .product-info-utity ul.items .item:nth-child(5) i {
    background-position: -263px -33px;
    width: 24px;
}

.general#products .mp-product-detail-new-layout #wrap_add_to_cart {
    width: 100%;
}

.general#products .mp-product__descriptions {
    text-align: left;
    width: 799px;
}

.general#products .mp-product__descriptions #mp-product-description-general-v2 {
    padding: 10px 0 30px;
}

.general#products .mp-product__descriptions .tab-list-title {
    font-size: 18px;
    padding: 12px 15px;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    color: #4c4c4c;
    border-bottom: none;
    cursor: pointer;
}

.general#products .mp-product__descriptions .tab-list-title::after {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC43MDciIGhlaWdodD0iMTAuNzA3IiB2aWV3Qm94PSIwIDAgMjAuNzA3IDEwLjcwNyI+CiAgPGcgaWQ9Ikdyb3VwXzEyMyIgZGF0YS1uYW1lPSJHcm91cCAxMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMzU0IDAuMzU0KSI+CiAgICA8bGluZSBpZD0iTGluZV8zNyIgZGF0YS1uYW1lPSJMaW5lIDM3IiB4Mj0iMTAiIHkyPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDM0NjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzM4IiBkYXRhLW5hbWU9IkxpbmUgMzgiIHkxPSIxMCIgeDI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzNDY4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMC41Ii8+CiAgPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 12px;
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
}

.general#products .mp-product__descriptions .tab-list-title.active::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC43MDciIGhlaWdodD0iMTAuNzA3IiB2aWV3Qm94PSIwIDAgMTAuNzA3IDEwLjcwNyI+CiAgPGcgaWQ9Ikdyb3VwXzEzMSIgZGF0YS1uYW1lPSJHcm91cCAxMzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjE0NiAtMjg3LjE0NikiPgogICAgPGxpbmUgaWQ9IkxpbmVfMzciIGRhdGEtbmFtZT0iTGluZSAzNyIgeDI9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNSAyODcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMzQ2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuNSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMzgiIGRhdGEtbmFtZT0iTGluZSAzOCIgeTE9IjEwIiB4Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNSAyODcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMzQ2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuNSIvPgogIDwvZz4KPC9zdmc+Cg==);
}

.general#products .mp-product__descriptions .tab-list-title.active {
    border-bottom: 0.5px solid #003468;
    font-weight: 600;
}

.general#products .mp-product__descriptions .product-description-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content {
    font-size: 16px;
    padding: 12px 15px 0;
    box-sizing: border-box;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature {
    color: #4c4c4c;
    display: inline-flex;
    padding: 8px 25px;
    box-sizing: border-box;
    width: 100%;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature:nth-child(odd) {
    background-color: #fff;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature:nth-child(even) {
    background-color: #f2f2f2;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-compare-checkbox {
    display: none;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature:last-child {
    border-radius: 0 0 5px 5px;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-product-feature__label {
    font-size: 14px;
    text-align: left;
    color: #282828;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-product-feature__value {
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    max-width: 70%;
    color: #282828;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-product-feature__value>span {
    text-align: left;
    width: 70%;
    padding-left: 5px;
    font-size: 14px;
    color: #282828;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-product-feature__value .ty-product-feature__multiple .ty-product-feature__multiple-item {
    font-size: 14px;
    color: #282828;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-product-feature__value .ty-product-feature__multiple .ty-product-feature__multiple-item .ty-compare-checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    top: -5px;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content .ty-product-feature .ty-product-feature__value .ty-product-feature__multiple .ty-product-feature__multiple-item .ty-compare-checkbox .ty-compare-checkbox__icon {
    top: 0;
    left: 2px;
    font-size: 15px;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content.content-features {
    margin-left: -10px;
    margin-right: -10px;
}

.general#products .mp-product__descriptions .ty-wysiwyg-content:not(.active) {
    display: none;
}

.general#products .mp-product__descriptions .tab-item-outer {
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general#products .mp-product__descriptions .tab-item-outer:not(:last-child) {
    margin-bottom: 15px;
}

.general#products .mp-product__descriptions .tab-item-outer#item_outer_discussion {
    position: relative;
}

.general#products .mp-product__descriptions .tab-item-outer#item_outer_features.active,
.general#products .mp-product__descriptions .tab-item-outer#item_outer_discussion.active {
    background-color: #f2f2f2;
}

.general#products .mp-product__descriptions .tab-item-outer#item_outer_features .ty-wysiwyg-content.active,
.general#products .mp-product__descriptions .tab-item-outer#item_outer_discussion .ty-wysiwyg-content.active {
    padding: 0;
}

.general#products .mp-product__descriptions .tab-item-outer#item_outer_features .tab-list-title.active {
    border-bottom: none;
}

.general#products .ty-product-options__descriptions .option-item {
    padding: 3px 0;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.general#products .ty-product-options__descriptions .option-item::before {
    content: "\f058";
    font-family: FontAwesome;
    color: #003464;
    margin-right: 5px;
    font-size: 13px;
}

.general#products #opt_give_gift_box .ty-product-options__descriptions .option-item span {
    color: #174166;
    font-weight: 500;
}

.general#products #opt_give_gift_box .ty-product-options__descriptions .option-item .icon-gift {
    display: none;
}

.general#products .question-list-outer .item {
    margin-bottom: 14px;
}

.general#products .question-list-outer .item h3 {
    color: #003468;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2px;
}

.general#products .question-list-outer .item p {
    padding: 0;
    line-height: 20px;
    color: #4c4c4c;
}

.general#products .question-list-outer .item a {
    color: #003468;
}

.general#products .question-list-outer .btn-fqa {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
}

.general#products .question-list-outer .btn-fqa a {
    display: inline-block;
    background-color: #003468;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}

.general#products .question-list-outer .btn-fqa a:first-child {
    margin-right: 12px;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    box-shadow: 3px 1px 4px #e0e0e0;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10002;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 0;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .close-option-size {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
    right: 12%;
    top: 58px;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .close-option-size::before {
    color: #333;
    content: "\f00d";
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .myAccordion {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .myAccordion .item {
    margin-bottom: 12px;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .myAccordion .question h2 {
    padding: 10px 32px 10px 10px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .myAccordion .question .icon {
    transform: scale(0.7);
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .myAccordion .answer {
    border: 1px solid #e0e0e0;
    margin: 12px 0 0;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .product-options-size__guide .mp-product-option-size-wrapper .mp-product-option-size__content .myAccordion .answer p {
    font-size: 13px;
    font-style: normal;
}

.general .overlay-for-viewstrores {
    background-color: #000 !important;
}

.general .mp-detail-regions-content-wrapper {
    float: right;
    margin-top: 10px;
}

.general .mp-detail-regions-content-wrapper .title-strores {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #0a0a0a;
    color: #fff;
    padding: 6px 0;
}

.general .mp-detail-regions-content-wrapper .title-strores h3 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}

.general .mp-detail-regions-content-wrapper .product-popup {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 40px;
}

.general .mp-detail-regions-content-wrapper .product-popup .product-img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.general .mp-detail-regions-content-wrapper .product-popup .product-info {
    float: left;
    height: 100px;
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    position: relative;
}

.general .mp-detail-regions-content-wrapper .product-popup .product-info h2,
.general .mp-detail-regions-content-wrapper .product-popup .product-info p {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #282828;
}

.general .mp-detail-regions-content-wrapper .product-popup .product-info p {
    bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.general .mp-detail-regions-content-wrapper .product-popup .product-info h2 {
    bottom: 30px;
}

.general .mp-detail-regions-content-wrapper .mp-regions-search {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
}

.general .mp-detail-regions-content-wrapper .mp-regions-search>.controls {
    float: left;
    margin-right: 50px !important;
    width: calc((100% - 50px) / 2) !important;
    width: -webkit-calc((100% - 50px) / 2) !important;
    width: -moz-calc((100% - 50px) / 2) !important;
}

.general .mp-detail-regions-content-wrapper .mp-regions-search>.controls:last-child {
    margin-right: 0 !important;
}

.general .mp-detail-regions-content-wrapper .mp-regions-search>.controls label {
    float: left;
    width: 115px;
    line-height: 35px;
    color: #282828;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content {
    background: #fff;
    margin: 0;
    position: fixed;
    z-index: 10002;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 815px;
    top: calc((100% - 537px) / 2);
    top: -webkit-calc((100% - 537px) / 2);
    top: -moz-calc((100% - 537px) / 2);
    left: calc((100% - 815px) / 2);
    left: -webkit-calc((100% - 815px) / 2);
    left: -moz-calc((100% - 815px) / 2);
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content #close_seach_region {
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 30px;
    cursor: pointer;
    z-index: 10;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content #close_seach_region::before {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -769px -42px;
    width: 12px;
    height: 10px;
    display: inline-block;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector {
    display: inline-block;
    margin: 15px 0 10px;
    width: 100%;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector .select2-container,
.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector .cm-object-selector {
    width: calc(100% - 115px) !important;
    width: -webkit-calc(100% - 115px) !important;
    width: -moz-calc(100% - 115px) !important;
    float: left;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector .select2-container .select2-selection--single {
    border-color: #f4f4f4;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content {
    max-height: 330px;
    overflow-y: auto;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .not-find-store {
    text-align: center;
    padding: 20px 10px;
    color: #282828;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #282828;
    display: inline-block;
    line-height: 24px;
    padding: 10px 40px;
    position: relative;
    border-top: 1px solid #f4f4f4;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .view-map {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 40px;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .view-map a {
    color: #000;
    font-weight: bold;
    color: #282828;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .view-map a::before {
    content: '';
    display: inline-block;
    padding-right: 10px;
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -764px -66px;
    height: 19px;
    width: 19px;
    position: relative;
    top: 2px;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .mp-warehouse-in-stock,
.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .mp-warehouse-out-stock,
.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .mp-warehouse-out-of-stock {
    font-weight: bold;
    position: absolute;
    bottom: 42px;
    right: 40px;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .mp-warehouse-in-stock {
    color: #20b020;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .mp-warehouse-out-stock,
.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .mp-warehouse-out-of-stock {
    color: red;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .info-bold {
    color: #282828;
    font-weight: bold;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span {
    float: left;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.left-info {
    width: 60%;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.left-info>span {
    display: inline-block;
    width: 100%;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info {
    text-align: right;
    width: 40%;
}

.general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .name-wh {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .general .mp-detail-regions-content-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .general .mp-detail-regions-content-wrapper .product-popup {
        padding: 20px 5px 5px;
    }

    .general .mp-detail-regions-content-wrapper .mp-regions-search {
        padding: 0 10px;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content {
        width: 95%;
        left: 2.5%;
        height: 98%;
        top: 8px;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper {
        height: 100%;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content {
        max-height: calc(100% - 220px);
        max-height: -webkit-calc(100% - 220px);
        max-height: -moz-calc(100% - 220px);
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector {
        margin-right: 10px !important;
        width: calc((100% - 10px) / 2) !important;
        width: -webkit-calc((100% - 10px) / 2) !important;
        width: -moz-calc((100% - 10px) / 2) !important;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector:last-child {
        margin-right: 0 !important;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector label {
        display: none;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector .select2-container,
    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper .object-selector .cm-object-selector {
        width: 100% !important;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item {
        padding: 10px;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item .view-map a {
        font-size: 12px;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span {
        width: 100% !important;
        float: none;
        display: inline-block;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info {
        min-height: unset;
        margin-top: 10px;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info>span {
        position: static;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info>span.mp-warehouse-in-stock,
    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info>span.mp-warehouse-out-stock,
    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info>span.mp-warehouse-out-of-stock {
        float: right;
        width: 22%;
        position: relative;
        bottom: -2px;
        font-size: 12px;
        right: 0;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content .mp-regions-wrapper #mp-regions-content .warehouse-item>span.right-info>span.view-map {
        float: left;
        width: 75%;
        text-align: left;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
    .general .mp-detail-regions-content-wrapper {
        float: left;
        margin-bottom: 10px;
    }

    .general .mp-detail-regions-content-wrapper .mp-detail-regions-content {
        width: 90%;
        left: 5%;
    }

    .general .mp-detail-regions-content-wrapper .mp-regions-wrapper #mp-regions-content .warehouse-item .view-map a {
        font-size: 12px;
    }
}

.general .wireframe-detail {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.general .wireframe-detail::before {
    content: '';
    display: block;
    top: 0;
    min-height: 200px;
    height: 100%;
    width: 100%;
    left: -110%;
    position: absolute;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    animation: effect-img 1.5s infinite;
    -webkit-animation: effect-img 1.5s infinite;
    -moz-animation: effect-img 1.5s infinite;
    -o-animation: effect-img 1.5s infinite;
    -ms-animation: effect-img 1.5s infinite;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .general .mp-product-option-size-wrapper .mp-product-option-size-content .mp-product-option-size-close {
        right: 13%;
    }
}

.general #opener_drop_a_hint_form_ajax {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.general #opener_drop_a_hint_form_ajax span {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #282828;
}

.general #opener_drop_a_hint_form_ajax span::before {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -414px -209px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.general .drop-hint-popup {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .drop-hint-popup .info {
    margin-bottom: 15px;
    line-height: 18px;
}

.general .drop-hint-popup .title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.general .drop-hint-popup .item_counter {
    margin-top: 5px;
    text-align: right;
}

.general .drop-hint-popup .ty-control-group input,
.general .drop-hint-popup .ty-control-group textarea,
.general .drop-hint-popup .ty-control-group select,
.general .drop-hint-popup .ty-control-group .select2-container {
    width: 100% !important;
}

.general .drop-hint-popup .ty-control-group .help-inline {
    padding-left: 0;
    bottom: -14px;
}

.general .drop-hint-popup .ty-control-group:not(.group-content) {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.general .drop-hint-popup .ty-control-group.space {
    margin-right: 2%;
}

.general .drop-hint-popup .ty-control-group.group-content,
.general .drop-hint-popup .ty-control-group.control-full-with {
    display: inline-block;
    width: 100%;
    margin-right: 0;
}

.general .drop-hint-popup #html_element {
    margin-top: 10px;
}

.general .drop-hint-popup #html_element>div {
    margin: 0 auto;
}

.general .drop-hint-popup .btn-outer {
    text-align: center;
    margin: 20px 0 0;
}

.general .drop-hint-popup .btn-outer button {
    padding: 13px 20px;
}

.general .btn-unique-add-to-cart,
.general .button_cart_combination {
    background: linear-gradient(0deg, #d83443, #ff737e);
}

.general div[id*="content_click_and_collect_"] .buttons-container {
    background: #fff;
    padding: 10px 10px 15px;
}

.general div[id*="content_click_and_collect_"] .buttons-container button {
    background: #003468;
    border: none;
    min-width: 160px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.general div[id*="content_click_and_collect_"] .buttons-container button[disabled="disabled"] {
    background: linear-gradient(0deg, #a8a8a8, #979797);
}

@media only screen and (min-width: 768px) {
    .general .click-and-collect {
        min-height: 450px;
        max-height: 510px;
        overflow: auto;
    }
}

.general .click-and-collect .title-cac,
.general .click-and-collect .receive-promo-cac,
.general .click-and-collect .note-cac {
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .click-and-collect .title-cac {
    text-transform: uppercase;
    font-size: 30px;
    color: #002d5c;
    margin-bottom: 0;
    margin-top: 0;
}

.general .click-and-collect .title-store {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}

.general .click-and-collect .note-cac {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}

.general .click-and-collect .title-step {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}

.general .click-and-collect .title-step.summay-order {
    position: relative;
}

.general .click-and-collect .title-step.summay-order a {
    position: absolute;
    left: 0;
    top: 0;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    height: 35px;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.general .click-and-collect .title-step.summay-order a::before {
    content: "\f0d9";
    font-size: 20px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general .click-and-collect .main-title {
    text-transform: uppercase;
    color: #003468;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.general .click-and-collect .padding8 {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .click-and-collect .our-store-outer {
    background-color: #f8f8f8;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.general .click-and-collect .hotline-pdp-store {
    background-color: #f8f8f8;
    margin-bottom: -10px;
}

.general .click-and-collect .hotline-pdp-store a {
    display: flex;
    align-items: center;
}

.general .click-and-collect .hotline-pdp-store a .item {
    flex: 0 0 auto;
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
}

.general .click-and-collect .hotline-pdp-store a .item:first-child {
    margin-right: 10px;
}

.general .click-and-collect .hotline-pdp-store a .item.btn {
    background: #003468;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    border-radius: 8px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general .click-and-collect .receive-promo-cac {
    color: #ea0606;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.general .click-and-collect .before-confirm-cac .enter-phones {
    position: relative;
    margin-bottom: 10px;
}

.general .click-and-collect .before-confirm-cac .enter-phones input {
    border-color: #3f3f3f;
    width: 100%;
    height: 40px;
}

.general .click-and-collect .before-confirm-cac .enter-phones button {
    position: absolute;
    right: 1px;
    height: 38px;
    min-width: 140px;
    background-color: #d6b073;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-color: transparent;
    top: 1px;
    font-size: 13px;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha {
    margin: 10px auto 0;
    text-align: center;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha .g-recaptcha>div {
    margin: 0 auto;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:last-child {
    margin-top: 10px;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:last-child>span {
    display: block;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:last-child span {
    font-style: italic;
    color: #3f3f3f;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:last-child span a {
    color: #0867d7;
    text-decoration: underline;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:last-child span:first-child span {
    font-weight: 700;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:last-child span:first-child span a {
    font-weight: 700;
}

.general .click-and-collect .before-confirm-cac .confirm-captcha>div:first-child button {
    color: #737373;
    border: transparent;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
}

.general .click-and-collect .before-confirm-cac .ty-control-group:not(.ty-control-gender) label {
    position: absolute;
    width: 100px;
    min-width: 100px;
    padding: 0;
    line-height: 40px;
    left: 8px;
    margin-right: 0;
}

.general .click-and-collect .before-confirm-cac .ty-control-group:not(.ty-control-gender) input {
    width: 100%;
    padding-left: 100px;
    border-radius: 5px;
}

.general .click-and-collect .before-confirm-cac .ty-control-group:not(.ty-control-gender) .help-inline {
    position: static;
    padding-left: 0;
}

.general .click-and-collect .before-confirm-cac .ty-control-gender .ty-control-group__label {
    float: none;
    padding: 0;
    margin-right: 20px;
    width: initial;
    min-width: initial;
}

.general .click-and-collect .before-confirm-cac .half-control {
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
}

.general .click-and-collect .before-confirm-cac .half-control.left {
    float: left;
}

.general .click-and-collect .before-confirm-cac .half-control.left label {
    min-width: 80px;
}

.general .click-and-collect .before-confirm-cac .half-control.left input {
    padding-left: 80px;
}

.general .click-and-collect .before-confirm-cac .half-control.right {
    float: right;
}

.general .click-and-collect .after-confirm-cac .announce {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #219003;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.general .click-and-collect .after-confirm-cac .announce i {
    display: inline-block;
    background-position: -271px -570px;
    width: 33px;
    height: 33px;
    transform: scale(0.8);
    margin-right: 30px;
    flex: 0 0 auto;
}

.general .click-and-collect .after-confirm-cac .announce span {
    font-size: 15px;
    padding-right: 50px;
    box-sizing: border-box;
}

.general .click-and-collect .after-confirm-cac .announce.error {
    background-color: #ea0606;
}

.general .click-and-collect .after-confirm-cac .announce.error i {
    background-position: -318px -652px;
}

.general .click-and-collect .after-confirm-cac .note {
    padding: 5px 0;
    box-sizing: border-box;
}

.general .click-and-collect .after-confirm-cac .note p {
    text-align: center;
}

.general .click-and-collect .after-confirm-cac .note strong {
    font-weight: 700;
}

.general .click-and-collect .after-confirm-cac .note br {
    margin-bottom: 5px;
}

.general .click-and-collect .after-confirm-cac .note a {
    font-weight: bold;
    color: #1579ee;
    font-style: italic;
    text-decoration: underline;
}

.general .click-and-collect .after-confirm-cac .note ul {
    margin: 0 0 10px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .click-and-collect .after-confirm-cac .note ul li img {
    margin-right: 10px;
}

.general .click-and-collect .after-confirm-cac .note .head {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #003468;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
}

.general .click-and-collect .after-confirm-cac .note .head img {
    width: 30px;
    margin-right: 15px;
}

.general .click-and-collect .after-confirm-cac .note p:not(.head) {
    padding: 0 30px;
    box-sizing: border-box;
}

.general .click-and-collect .mp-list-store-cac h3 {
    text-align: center;
    color: #404040;
    margin-bottom: 5px;
    font-size: 16px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group select,
.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group .select2,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group select,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2 {
    width: 100% !important;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group .select2-container .select2-selection--single,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 5px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group .select2-container .select2-selection--single .select2-selection__rendered,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-right: 30px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow b,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #003468 transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    margin-left: -15px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #003468 transparent;
    border-width: 0 7px 7px 7px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group {
    flex: 0 0 auto;
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    margin-right: 10px;
}

.general .click-and-collect .mp-list-store-cac .search-store__object .ty-control-group:last-child {
    margin-right: 0;
}

.general .click-and-collect .mp-list-store-cac .search-store__result {
    margin-top: 5px;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group {
    width: 100%;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group select,
.general .click-and-collect .mp-list-store-cac .search-store__result .ty-control-group .select2 {
    margin-top: -1px;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__content {
    max-height: 90px;
    overflow-x: hidden;
    overflow-y: auto;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item input {
    width: initial;
    margin-right: 10px;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item input[type='radio'] {
    display: none;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item label {
    position: relative;
    line-height: initial;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item label::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #444;
    background-color: transparent;
    flex: 0 0 auto;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item input[type=radio]:checked+label:after {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 8px;
    left: 3px;
    content: " ";
    display: block;
    background: #003468;
}

.general .click-and-collect .mp-list-store-cac .search-store__result .ty-store__item input[type=radio]:checked+label:before {
    border-color: #003468;
}

.general .click-and-collect .mp-list-store-cac .ty-product-block__button {
    margin-top: 0;
}

.general .click-and-collect .mp-list-store-cac .ty-product-block__button input {
    width: 100%;
    background-color: #002d5c;
    color: #fff;
    border-color: #002d5c;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 10px;
    box-sizing: border-box;
    min-height: 40px;
}

.general .click-and-collect .search-stores__message {
    text-align: center;
    color: #219003;
    margin-top: 10px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.general .click-and-collect .search-stores__message a {
    color: #1579ee;
    font-style: italic;
    text-decoration: underline;
}

.general .click-and-collect .mp-stores.vertical-stores-system {
    margin-top: 0 !important;
}

.general .click-and-collect .mp-stores.vertical-stores-system .store-information {
    width: 50%;
    margin: 5px 0;
}

.general .click-and-collect .mp-stores.vertical-stores-system .store-title span {
    font-size: 16px;
}

.general .click-and-collect .mp-stores.vertical-stores-system .search-stores-empty-message {
    margin-top: 10px;
}

.general .click-and-collect .mp-stores.vertical-stores-system .mes-required {
    color: red;
    margin-top: 2px;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body>div {
    flex: 0 0 auto;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-image {
    width: 200px;
    margin-right: 20px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content {
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    padding-top: 20px;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content p {
    padding: 0 0 3px;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content .group-price {
    margin-top: 5px;
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    padding: 10px 0;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content .group-price .price:last-child {
    padding-bottom: 0;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content .group-price .price:last-child span {
    font-weight: 700;
    color: #d73443;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content .price {
    display: flex;
    justify-content: space-between;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_body .summarize-order-cac_body-content .price.total {
    padding-top: 10px;
}

.general .click-and-collect .summarize-order-cac .summarize-order-cac_note {
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    font-style: italic;
    font-size: 13px;
}

.general .click-and-collect .summarize-order-cac .inform-sms p {
    padding: 0;
    text-align: center;
}

.general .click-and-collect .summarize-order-cac .inform-sms .img {
    margin-top: 10px;
}

.general .click-and-collect .summarize-order-cac .inform-sms .img img {
    width: 160px;
}

.general .click-and-collect .summarize-order-cac .inform-sms p.sms {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.general .click-and-collect .summarize-order-cac .inform-sms p.note {
    margin-bottom: 10px;
    font-weight: 400;
    font-style: italic;
}

.general .click-and-collect .summarize-order-cac .inform-sms p.title {
    text-transform: uppercase;
    color: #003468;
    font-weight: 600;
    font-size: 25px;
    margin: 10px 0 5px;
}

.general .click-and-collect .summarize-order-cac .inform-sms p.link a {
    color: #003468;
    font-style: italic;
    text-decoration: underline;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .general div[id*="content_click_and_collect_"] .object-container {
        height: 465px !important;
    }

    .general div[id*="content_click_and_collect_"] .buttons-container {
        position: absolute;
        bottom: 0;
    }
}

.general .mp-product-bhtd {
    margin-left: 0;
}

.general .mp-product-bhtd-inner {
    border: 1px solid rgba(134, 211, 249, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
}

.general .mp-product-bhtd-inner h2 {
    font-size: 14px;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003468;
    font-weight: 400;
    margin-bottom: 0;
}

.general .mp-product-bhtd-inner h2:first-child {
    border-radius: 5px 5px 0 0;
}

.general .mp-product-bhtd-inner .body-style {
    padding: 0 10px;
    box-sizing: border-box;
}

.general .mp-product-bhtd-inner .body-style .item {
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(134, 211, 249, 0.2);
}

.general .mp-product-bhtd-inner .body-style .item img {
    width: 25px;
    margin-right: 8px;
}

.general .mp-product-bhtd-inner .body-style .item span {
    font-size: 13px;
    color: #003468;
    line-height: 18px;
}

.general .mp-product-bhtd-inner .body-style .item:hover span {
    font-weight: 400;
}

.general .mp-product-bhtd-detail h2 {
    background-color: rgba(134, 211, 249, 0.5);
    padding: 14px 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003468;
    font-weight: 400;
    margin-bottom: 20px;
}

.general .mp-product-bhtd-detail .group-item {
    box-sizing: border-box;
    margin: 0 0 20px;
}

.general .mp-product-bhtd-detail .group-item .main-title {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.general .mp-product-bhtd-detail .group-item .main-title img {
    width: 30px;
    margin-right: 12px;
}

.general .mp-product-bhtd-detail .group-item .main-title .text {
    font-weight: 400;
    color: #003468;
    font-size: 15px;
    text-align: left;
}

.general .mp-product-bhtd-detail .group-item .group-text {
    margin-bottom: 4px;
}

.general .mp-product-bhtd-detail .group-item .group-text p {
    padding: 3px 0;
}

.general .mp-product-bhtd-detail .group-item .italic-text,
.general .mp-product-bhtd-detail .group-item italic-text * {
    font-style: italic;
}

.general .mp-product-bhtd-detail .group-item .bold-text,
.general .mp-product-bhtd-detail .group-item bold-text * {
    font-weight: 600;
}

.general .mp-product-bhtd-detail .group-item ul {
    padding-left: 14px;
    box-sizing: border-box;
}

.general .mp-product-bhtd-detail .group-item ul li {
    list-style: disc;
}

.general .mp-product-bhtd-detail .group-item ul li>ul li {
    list-style: circle;
}

.general .mp-product-bhtd-detail .group-item .has-child {
    padding-left: 28px;
}

.general .mp-product-bhtd-detail .group-item .has-child li {
    list-style: circle;
}

.general .hotline-pdp {
    font-weight: 400;
    margin-bottom: 10px;
    color: #4c4c4c;
}

.general .hotline-pdp a {
    font-weight: 400;
    color: #2f80ed;
}

.general .hotline-pdp .social-media-pdp {
    align-items: center;
    margin-top: 5px;
}

.general .hotline-pdp .social-media-pdp span {
    color: #4c4c4c;
    font-weight: 400;
    margin-right: 0px;
}

.general .hotline-pdp .social-media-pdp a:not(:last-child) {
    margin-right: 10px;
}

.general .hotline-pdp .social-media-pdp a img {
    height: 30px;
}

.general .hotline-pdp-new {
    margin-bottom: 10px;
    text-align: center;
}

.general .hotline-pdp-new * {
    color: #003468;
    font-weight: 600;
}

.general .hotline-pdp-new p {
    padding: 3px 0;
}

.general .hotline-pdp-new p.text-1 a {
    color: #ad2b36;
    font-weight: 600;
    font-size: 18px;
}

.general .hotline-pdp-new p.text-1 a img {
    vertical-align: bottom;
}

.general #container_interaction_btn {
    display: none;
}

.general #container_interaction_btn.open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.general #container_interaction_btn.open #interaction_overlay {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.general #container_interaction_btn .close-container {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    top: 10px;
}

.general #container_interaction_btn .owl-carousel .owl-wrapper:after {
    content: none;
}

.general #container_interaction_btn .box-owl,
.general #container_interaction_btn .owl-wrapper-outer,
.general #container_interaction_btn .owl-wrapper,
.general #container_interaction_btn .owl-item,
.general #container_interaction_btn .item,
.general #container_interaction_btn .item-inner,
.general #container_interaction_btn .box-owl .item img,
.general #container_interaction_btn .box-owl .item video {
    max-height: calc(100vh - 60px);
    max-height: -webkit-calc(100vh - 60px);
    max-height: -moz-calc(100vh - 60px);
}

.general #container_interaction_btn .owl-wrapper {
    margin: 0 auto;
}

.general #container_interaction_btn .box-owl {
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    max-width: 800px;
}

.general #container_interaction_btn .box-owl.hidden {
    display: none !important;
}

.general #container_interaction_btn .item {
    text-align: center;
}

.general #container_interaction_btn .item img {
    object-fit: contain;
    margin: 0 auto;
}

.general #container_interaction_btn .owl-carousel .owl-controls .owl-buttons {
    visibility: inherit;
    opacity: 1;
}

.general #container_interaction_btn .owl-carousel .owl-controls .owl-buttons>div {
    position: fixed;
}

.general #container_interaction_btn .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.general #container_interaction_btn .owl-carousel .owl-controls .owl-buttons .owl-prev::after {
    border-color: transparent;
    content: '';
    background-image: initial !important;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
}

.general #container_interaction_btn .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0 !important;
}

.general #container_interaction_btn .owl-carousel .owl-controls .owl-buttons .owl-next::before {
    border-color: transparent;
    content: '';
    background-image: initial !important;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

#products .main-content-grid {
    margin-bottom: 0;
}

#products .full-btn-hide-amount {
    width: 100% !important;
    margin-right: 0 !important;
}

#products .attach-files .btn-choice-file {
    border: 1px solid;
    padding: 7px 10px;
    min-width: 109px;
    display: inline-block;
    text-align: center;
    background: #003467;
    color: #fff;
}

#products .attach-files .choice-file {
    display: none;
}

#products .ui-dialog-title {
    color: #003466;
    font-family: 'PNJ Demibold';
}

#products .ty-discussion-post-popup .buttons-container {
    position: static !important;
    background: none;
    padding: 15px 50px;
}

#products .ty-discussion-post-popup .buttons-container .ty-btn {
    width: 100%;
    border-radius: 6px;
}

#products .ty-discussion-post-popup .object-container {
    height: auto !important;
}

#products .ty-discussion-post-popup .mp-captcha {
    display: inline-block;
    width: 100%;
}

#products .ty-discussion-post-popup .ty-control-group__title {
    display: none;
}

#products .ty-discussion-post-popup .div_hash_tag {
    display: flex;
    text-align: center;
    align-items: center;
    max-width: 550px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
}

#products .ty-discussion-post-popup .div_hash_tag .span_hash_tag {
    padding: 10px;
    display: block;
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 10px;
    flex: 1 1 auto;
}

#products .ty-discussion-post-popup .div_hash_tag .span_hash_tag.active {
    background: #002e61;
    color: #fff;
}

#products .ty-discussion-post-popup .div_hash_tag .span_hash_tag:hover {
    background: #002e61;
    color: #fff;
}

#products .ty-discussion-post-popup .div_hash_tag .span_hash_tag:nth-child(6),
#products .ty-discussion-post-popup .div_hash_tag .span_hash_tag:last-child {
    margin-right: 0;
}

@media screen and (max-width: 500px) {
    #products .ty-discussion-post-popup .div_hash_tag .span_hash_tag {
        font-size: 13px;
        width: auto;
        margin-right: 0;
    }

    #products .ty-discussion-post-popup .div_hash_tag .span_hash_tag:nth-child(2),
    #products .ty-discussion-post-popup .div_hash_tag .span_hash_tag:nth-child(6) {
        margin-right: 10px;
    }
}

#products .ty-discussion-post-popup .introduce-relatives-container .span_hash_tag {
    display: inline-flex;
    align-items: center;
    padding: 6px;
    border-radius: 6px;
    width: auto;
    float: none;
    clear: both;
    margin-bottom: 10px;
    margin-left: 0;
    cursor: pointer;
}

#products .ty-discussion-post-popup .introduce-relatives-container .span_hash_tag .icon-red-heart::before {
    width: 21px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    content: "\F08A";
    color: #003468;
    font-style: normal;
    font-size: 20px;
}

#products .ty-discussion-post-popup .introduce-relatives-container .span_hash_tag.active .icon-red-heart::before {
    content: "\f004";
    color: #f00;
    font-style: normal;
    font-size: 20px;
}

#products .ty-discussion-post-popup .ty-control-group .cm-field-container {
    text-align: center;
}

#products .ty-discussion-post-popup .ty-control-group .ty-rating {
    margin: auto;
    display: inline-block;
    text-align: center;
    float: none;
}

#products .ty-discussion-post-popup .ty-control-group .ty-rating .ty-rating:not(:checked)>.ty-rating__label {
    width: 30px;
}

#products .ty-discussion-post-popup .ty-control-group .ty-rating .ty-rating:not(:checked)>.ty-rating__label:before {
    font-size: 30px;
    padding-right: 3px;
}

#products .ty-discussion-post-popup .ty-control-group input[type="text"],
#products .ty-discussion-post-popup .ty-control-group textarea {
    border-radius: 4px;
    border-color: #8f8f8f;
}

#products .ty-discussion-post-popup .ty-control-group input[type="text"]::placeholder,
#products .ty-discussion-post-popup .ty-control-group textarea::placeholder {
    font-size: 14px;
    font-style: italic;
}

#products .ty-discussion-post-popup .div_group_control {
    display: inline-flex;
    max-width: 550px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

#products .ty-discussion-post-popup .div_group_control .ty-control-group {
    width: 48%;
}

#products .ty-discussion-post-popup .div_group_control .ty-control-group .ty-input-text-large {
    width: 100%;
}

#products .ty-discussion-post-popup .div_group_control .ty-control-group.attach-files {
    text-align: right;
    padding-left: 20px;
}

#products .ty-discussion-post-popup .div_group_control .ty-control-group.attach-files .btn-choice-file {
    border-radius: 5px;
    background: #f4f4f4;
    color: #282828;
    border-color: #f4f4f4;
    padding: 10px 0;
    width: 100%;
}

#products .ty-discussion-post-popup .div_group_control .ty-control-group.attach-files #filename-upload {
    text-align: left;
}

@media screen and (max-width: 768px) {
    #products .ty-discussion-post-popup .div_group_control {
        display: block;
    }

    #products .ty-discussion-post-popup .div_group_control .ty-control-group {
        width: auto;
        padding-left: 0;
    }

    #products .ty-discussion-post-popup .div_group_control .ty-control-group .ty-input-text-large {
        width: 100%;
    }

    #products .ty-discussion-post-popup .div_group_control .ty-control-group.attach-files {
        text-align: left;
        padding-left: 0;
    }

    #products .ty-discussion-post-popup .div_group_control .ty-control-group.attach-files .btn-choice-file {
        border-radius: 5px;
        background: #f4f4f4;
        color: #282828;
        border-color: #f4f4f4;
        padding: 10px 0;
        width: auto;
    }

    #products .ty-discussion-post-popup .div_group_control .ty-control-group.attach-files #filename-upload {
        text-align: left;
    }

    #products .ty-discussion-post-popup .buttons-container {
        padding: 15px 10px;
    }
}

#products .image-discussion a {
    display: inline-block;
    margin-right: 10px;
}

#products .notification-content-extended .close {
    display: none;
}

#products .notification-content-extended h1 {
    background-color: #eaeaea;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 25px;
}

#products .notification-content-extended .ty-product-notification__body {
    padding: 30px 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 300px !important;
}

#products .notification-content-extended .ty-product-notification__body .ty-product-notification__product-name {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    padding-top: 20px;
}

#products .notification-content-extended .ty-product-notification__body .ty-product-notification__price {
    float: none;
    margin-left: 0;
    margin-top: 20px;
}

#products .notification-content-extended .ty-product-notification__body .ty-product-notification__price span {
    font-size: 28px;
    color: #bb934d;
    font-weight: bold;
}

#products .notification-content-extended .ty-product-notification__body .ty-product-notification__item {
    margin-top: 15px;
}

#products .notification-content-extended .ty-product-notification__body .product_code_w {
    font-size: 12px;
    color: #4d4d4d;
    display: inline-block;
    width: 100%;
}

#products .notification-content-extended .ty-product-notification__body .mp-material-item {
    display: inline-block;
    width: 100%;
}

#products .notification-content-extended .ty-product-notification__body .mp-material-item span {
    padding: 4px 0;
}

#products .notification-content-extended .ty-product-notification__body .mp-material-item span span {
    text-transform: uppercase;
    padding: 0;
    color: #4d4d4d;
}

#products .notification-content-extended .ty-product-notification__body .mp-material-item span,
#products .notification-content-extended .ty-product-notification__body .mp-material-item a {
    font-size: 12px;
}

#products .notification-content-extended .ty-product-notification__body .mp-material-item a {
    color: #337ab7;
}

#products .notification-content-extended .ty-product-notification__buttons {
    background: #fff;
    padding: 15px 40px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#products .notification-content-extended .ty-product-notification__buttons>div {
    width: 47%;
}

#products .notification-content-extended .ty-product-notification__buttons>div a {
    background: #003467;
    border-color: #003467;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 50px;
    line-height: 35px;
}

#products .mp-product-detail-option-scroll .mp-ahamove-4h {
    margin-bottom: 5px;
}

#products .mp-product-detail-option-scroll .mp-ahamove-4h img {
    width: 80px;
}

#products .mp-product-detail-option-scroll:not(.product-detail-scrolling) .ty-product-block-title-outer {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

#products .mp-product-detail-option-scroll:not(.product-detail-scrolling) .ty-product-block-title-outer .mp-ahamove-4h {
    width: 90px;
    flex: 0 0 auto;
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content {
    position: absolute;
    background: #fff;
    right: 0;
    margin-top: 2px;
    border-radius: 5px 5px 15px 15px;
    box-sizing: border-box;
    box-shadow: 0px 4px 13px #7c7c7c;
    z-index: 1;
    max-width: 400px;
    min-width: 400px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .mp-product-option-size-close {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
    top: 5px;
    right: 0;
    color: #003468;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .mp-product-option-size-close::before {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC43MDciIGhlaWdodD0iMTAuNzA3IiB2aWV3Qm94PSIwIDAgMTAuNzA3IDEwLjcwNyI+CiAgPGcgaWQ9Ikdyb3VwXzEzMSIgZGF0YS1uYW1lPSJHcm91cCAxMzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjE0NiAtMjg3LjE0NikiPgogICAgPGxpbmUgaWQ9IkxpbmVfMzciIGRhdGEtbmFtZT0iTGluZSAzNyIgeDI9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNSAyODcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMzQ2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuNSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMzgiIGRhdGEtbmFtZT0iTGluZSAzOCIgeTE9IjEwIiB4Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNSAyODcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMzQ2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuNSIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 12px;
    content: '';
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner h2 {
    text-align: center;
    margin: 25px 0 5px;
    position: relative;
    color: #003468;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .steps {
    padding: 0 25px 0;
    box-sizing: border-box;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .steps .step {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .steps .step>p {
    flex: 0 0 auto;
    margin-bottom: 5px;
    color: #003468;
    width: 100%;
    font-weight: 400;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .steps .step>p i {
    display: inline-block;
    width: 100%;
    font-style: normal;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .steps .step>p:last-child {
    text-align: center;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box {
    background-color: #eee;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
    margin-top: 10px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    width: 100%;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box * {
    font-weight: 400;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box>div {
    flex: 0 0 auto;
    color: #003468;
    font-weight: 400;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .list-size {
    max-height: 83px;
    overflow: auto;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 10px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .list-size>div {
    margin-bottom: 4px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .list-size label {
    color: #003468;
    font-size: 13px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .list-size input[type='radio'] {
    margin: 0 5px 0 0;
    height: 8px;
    width: 8px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-1 {
    margin-right: 12px;
    width: calc(45% - 12px);
    width: -webkit-calc(45% - 12px);
    width: -moz-calc(45% - 12px);
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-1 ::-webkit-scrollbar {
    width: 20px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-1 ::-webkit-scrollbar-track {
    background-color: #eee;
    border: 8px solid transparent;
    border-radius: 15px;
    background-clip: content-box;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-1 ::-webkit-scrollbar-thumb {
    background-color: #003468;
    border-radius: 15px;
    border: 8px solid transparent;
    background-clip: content-box;
    min-height: 40px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-2 {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
    width: 55%;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-2>div {
    flex: 0 0 auto;
    width: 100%;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-2 .measure-size {
    margin-bottom: 15px;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-2 .measure-size p {
    padding-top: 0;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-2 .result-outer {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

#products .mp-product-option-size-wrapper .mp-product-option-size-content .new-mp-size-inner .container-box .row-2 #result {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #003468;
    background-color: #fff;
    min-height: 30px;
    min-width: 42px;
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}

#products .mp-floor-header.mp-block-title-stars {
    padding: 0;
    margin-top: 5px;
}

#products .mp-floor-header.mp-block-title-stars h2 {
    margin-top: 0;
    color: #003868;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

#products .discussion-block .ty-pagination-container .ty-pagination__bottom {
    float: right;
    max-width: 80%;
    width: initial;
}

#products .discussion-block .ty-pagination-container .ty-pagination__bottom .ty-pagination {
    margin: 2px 0 0;
}

#products .discussion-block .ty-pagination-container .ty-pagination__bottom .ty-pagination__selected {
    background-color: #003468;
}

#products .discussion-block .ty-pagination-container .ty-pagination__bottom .ty-pagination__item {
    color: #003468;
}

#products .discussion-block .ty-discussion-post__buttons {
    text-align: left;
    padding: 12px 15px;
    width: initial !important;
    display: inline-block;
}

#products .discussion-block .ty-discussion-post__buttons a {
    text-transform: none;
    height: 40px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #003468;
    border-color: #003468;
    border-radius: 5px;
    min-width: 150px;
    font-weight: 400;
}

#products .group-ty-discussion {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#products .group-ty-discussion .discussion-info {
    display: inline-block;
    width: 100%;
}

#products .group-ty-discussion .ty-discussion-post__author,
#products .group-ty-discussion .ty-discussion-post__date,
#products .group-ty-discussion .ty-discussion-post__message {
    color: #4c4c4c;
}

#products .group-ty-discussion .ty-discussion-post__date {
    font-style: italic;
}

#products .group-ty-discussion .ty-discussion-post__author {
    margin-right: 10px;
    font-weight: 400;
}

#products .group-ty-discussion .ty-discussion-post__rating {
    position: relative;
    top: -2px;
}

#products .group-ty-discussion .image-discussion {
    margin-bottom: 10px;
}

#products .group-ty-discussion .image-discussion>a {
    border: 1px solid #707070;
    border-radius: 3px;
    display: inline-flex;
    height: 53px;
    width: 53px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

#products .group-ty-discussion .image-discussion>a:not(:last-child) {
    margin-right: 5px;
}

#products .group-ty-discussion .ty-discussion-post__content-guess {
    padding: 0 15px;
    box-sizing: border-box;
}

#products .group-ty-discussion .ty-discussion-post__content-guess .ty-discussion-post__author,
#products .group-ty-discussion .ty-discussion-post__content-guess .ty-discussion-post__rating {
    float: left;
}

#products .group-ty-discussion .ty-discussion-post__content-admin .ty-discussion-post__message {
    margin-bottom: 0;
}

#products .group-ty-discussion .ty-discussion-post__content-admin .ty-discussion-post__author {
    color: #003468;
    margin-bottom: 5px;
}

#products .group-ty-discussion .div_hash_tag .span_hash_tag {
    display: inline-block;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: auto;
    float: none;
    clear: both;
    margin-bottom: 10px;
    margin-left: 0;
}

#products .group-ty-discussion .introduce-relatives-container .span_hash_tag {
    display: inline-flex;
    align-items: center;
    padding: 6px;
    border-radius: 6px;
    width: auto;
    float: none;
    clear: both;
    margin-bottom: 10px;
    margin-left: 0;
}

#products .group-ty-discussion .introduce-relatives-container .span_hash_tag .icon-red-heart::before {
    background-position: -365px -540px;
    width: 21px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
}

#products .group-ty-discussion .introduce-relatives-container .span_hash_tag.active .icon-red-heart::before {
    background-position: -476px -541px;
    width: 21px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    filter: #000 hue-rotate(130deg);
}

#products .view-image-title {
    padding: 7px 0 0 15px;
    box-sizing: border-box;
    color: #003468;
}

#products .all-images-customers-container {
    position: relative;
    margin-bottom: 15px;
}

#products .all-images-customers-container .view-more-imgs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid;
    box-sizing: border-box;
}

#products .all-images-customers-container .view-more-imgs span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

#products .all-images-customers-container .half-images {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    width: 100%;
    overflow: hidden;
}

#products .all-images-customers-container .half-images .item-img:not(:last-child) {
    margin-right: 12px;
}

#products .all-images-customers-container .half-images .item-img {
    border-radius: 3px;
    border: 1px solid #003468;
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#products .large-images-container {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
}

#products .large-images-container .large_img-title {
    padding: 12px 15px 12px 30px;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    color: #4c4c4c;
    border-bottom: none;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 0.5px solid #003468;
    font-weight: 600;
    margin-bottom: 15px;
}

#products .large-images-container .large_img-title::after {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC43MDciIGhlaWdodD0iMTAuNzA3IiB2aWV3Qm94PSIwIDAgMTAuNzA3IDEwLjcwNyI+CiAgPGcgaWQ9Ikdyb3VwXzEzMSIgZGF0YS1uYW1lPSJHcm91cCAxMzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjE0NiAtMjg3LjE0NikiPgogICAgPGxpbmUgaWQ9IkxpbmVfMzciIGRhdGEtbmFtZT0iTGluZSAzNyIgeDI9IjEwIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNSAyODcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMzQ2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuNSIvPgogICAgPGxpbmUgaWQ9IkxpbmVfMzgiIGRhdGEtbmFtZT0iTGluZSAzOCIgeTE9IjEwIiB4Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNSAyODcuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMzQ2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuNSIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 12px;
    margin-left: 20px;
    content: '';
    position: absolute;
    right: 0;
    top: 40%;
}

#products .large-images-container .large_img-title::before {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC43MDciIGhlaWdodD0iMTAuNzA3IiB2aWV3Qm94PSIwIDAgMjAuNzA3IDEwLjcwNyI+CiAgPGcgaWQ9Ikdyb3VwXzEyMyIgZGF0YS1uYW1lPSJHcm91cCAxMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMzU0IDAuMzU0KSI+CiAgICA8bGluZSBpZD0iTGluZV8zNyIgZGF0YS1uYW1lPSJMaW5lIDM3IiB4Mj0iMTAiIHkyPSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDM0NjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzM4IiBkYXRhLW5hbWU9IkxpbmUgMzgiIHkxPSIxMCIgeDI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAzNDY4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMC41Ii8+CiAgPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
    width: 30px;
    height: 12px;
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
}

#products .large-images-container .imgs-container {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
    overflow: auto;
    max-height: calc(100% - 70px);
    max-height: -webkit-calc(100% - 70px);
    max-height: -moz-calc(100% - 70px);
}

#products .large-images-container .imgs-container .v1-item-img {
    cursor: pointer;
    border-radius: 3px;
    background-color: #fff;
    width: calc((100% - 45px) / 4);
    width: -webkit-calc((100% - 45px) / 4);
    width: -moz-calc((100% - 45px) / 4);
    margin-bottom: 15px;
}

#products .large-images-container .imgs-container .v1-item-img:not(:nth-child(4n)) {
    margin-right: 15px;
}

#products .large-images-container .imgs-container .v1-item-img .item-img,
#products .large-images-container .imgs-container .v1-item-img .img {
    border: 1px solid #003468;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

#products .large-images-container .imgs-container .v1-item-img .item-img img,
#products .large-images-container .imgs-container .v1-item-img .img img {
    border-radius: 3px 3px 0 0;
    height: 180px;
    width: 180px;
    object-fit: cover;
}

#products .large-images-container .imgs-container .v1-item-img .info-img {
    padding: 8px;
    box-sizing: border-box;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

#products .large-images-container .imgs-container .v1-item-img .info-img .name {
    font-size: 12px;
    font-weight: 400;
    color: #003468;
    margin-right: 5px;
}

#products .large-images-container .imgs-container .v1-item-img .info-img .ty-discussion-post__rating,
#products .large-images-container .imgs-container .v1-item-img .info-img .ty-stars,
#products .large-images-container .imgs-container .v1-item-img .info-img .ty-icon-star {
    font-size: 12px;
}

#products .ty-product-block__option-group {
    border-radius: 5px;
    border: 1px solid #003468;
    padding: 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#products .ty-product-block__option-group .title {
    background-color: #f2f2f2;
    color: #4c4c4c;
    font-weight: 400;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#products.carved-products .introduce-product-outer {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

#products.carved-products .introduce-product-outer .item-left {
    flex: 0 0 540px;
    box-sizing: border-box;
    max-height: 546px;
}

#products.carved-products .introduce-product-outer .item-right h2 {
    font-weight: normal;
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
    color: #003468;
}

#products.carved-products .introduce-product-outer .item-right h2::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100px;
    background-color: #7e7e7e;
    bottom: 0;
}

#products.carved-products .introduce-product-outer .item-right .short-des {
    padding-top: 0;
    font-size: 13px;
    line-height: 18px;
}

#products.carved-products .introduce-product-outer .item-right .list-image {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
}

#products.carved-products .introduce-product-outer .item-right .list-image .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#products.carved-products .introduce-product-outer .item-right .list-image .item img {
    width: 100%;
}

#products.carved-products .introduce-product-outer .item-right .list-image .item:nth-child(3n) {
    margin-right: 0 !important;
}

#products.carved-products .slogan {
    text-align: center;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 26px;
}

#products.carved-products .mp-product-detail-new-layout {
    padding: 0;
    margin: 0;
}

#products.carved-products .carved-product-outer {
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #5d7d9d;
}

#products.carved-products .carved-product-outer .carved-product-inner {
    position: relative;
}

#products.carved-products .carved-product-outer .title-step {
    text-align: center;
    text-transform: uppercase;
    color: #003568;
    margin-bottom: 30px;
}

#products.carved-products .carved-product-outer .title-step span {
    display: inline-block;
    width: 100%;
    color: #373737;
}

#products.carved-products .carved-product-outer .title-step span.number {
    font-size: 28px;
}

#products.carved-products .carved-product-outer .title-step span.text {
    position: relative;
    font-size: 25px;
    padding: 10px 0 6px;
}

#products.carved-products .carved-product-outer .title-step span.text::before,
#products.carved-products .carved-product-outer .title-step span.text::after {
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    background-color: #373737;
}

#products.carved-products .carved-product-outer .title-step span.text::before {
    top: 0;
}

#products.carved-products .carved-product-outer .title-step span.text::after {
    width: 25px;
    bottom: 0;
    left: calc((100% - 25px) / 2);
    left: -webkit-calc((100% - 25px) / 2);
    left: -moz-calc((100% - 25px) / 2);
}

#products.carved-products .carved-product-outer .choice-material {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
}

#products.carved-products .carved-product-outer .choice-material input {
    display: none;
}

#products.carved-products .carved-product-outer .choice-material .item-material {
    min-width: 200px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}

#products.carved-products .carved-product-outer .choice-material .item-material label span {
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

#products.carved-products .carved-product-outer .choice-material .item-material .name-material {
    font-size: 16px;
    transition: all .3s;
}

#products.carved-products .carved-product-outer .choice-material .item-material .color-material {
    border: 1px solid #043566;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 6px;
    transition: all .3s;
}

#products.carved-products .carved-product-outer .choice-material .item-material .color-material .color-material-inner {
    height: 35px;
    display: block;
}

#products.carved-products .carved-product-outer .choice-material .item-material.choice-white-gold .color-material-inner {
    background: #8e9093;
    background: -moz-linear-gradient(45deg, #8e9093 0%, #8f9194 12%, #eceded 37%, #eceded 48%, #eceded 59%, #a3a5a8 79%, #dfe0e1 100%);
    background: -webkit-linear-gradient(45deg, #8e9093 0%, #8f9194 12%, #eceded 37%, #eceded 48%, #eceded 59%, #a3a5a8 79%, #dfe0e1 100%);
    background: linear-gradient(45deg, #8e9093 0%, #8f9194 12%, #eceded 37%, #eceded 48%, #eceded 59%, #a3a5a8 79%, #dfe0e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e9093', endColorstr='#dfe0e1', GradientType=1);
}

#products.carved-products .carved-product-outer .choice-material .item-material.choice-gold .color-material-inner {
    background: #aa7723;
    background: -moz-linear-gradient(45deg, #aa7723 0%, #bc8d37 12%, #e3ba60 36%, #edc66b 49%, #b17f2b 83%, #aa7723 100%);
    background: -webkit-linear-gradient(45deg, #aa7723 0%, #bc8d37 12%, #e3ba60 36%, #edc66b 49%, #b17f2b 83%, #aa7723 100%);
    background: linear-gradient(45deg, #aa7723 0%, #bc8d37 12%, #e3ba60 36%, #edc66b 49%, #b17f2b 83%, #aa7723 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa7723', endColorstr='#aa7723', GradientType=1);
}

#products.carved-products .carved-product-outer .choice-material .item-material.choice-rose-gold .color-material-inner {
    background: #b76e5b;
    background: -moz-linear-gradient(45deg, #b76e5b 0%, #df9271 20%, #ee9a77 36%, #febc9a 53%, #e99671 69%, #fba984 86%, #f29e7a 100%);
    background: -webkit-linear-gradient(45deg, #b76e5b 0%, #df9271 20%, #ee9a77 36%, #febc9a 53%, #e99671 69%, #fba984 86%, #f29e7a 100%);
    background: linear-gradient(45deg, #b76e5b 0%, #df9271 20%, #ee9a77 36%, #febc9a 53%, #e99671 69%, #fba984 86%, #f29e7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b76e5b', endColorstr='#f29e7a', GradientType=1);
}

#products.carved-products .carved-product-outer .choice-material .item-material input:checked~label .color-material {
    background-color: #042b71;
}

#products.carved-products .carved-product-outer .choice-material .item-material input:checked~label .name-material {
    font-weight: bold;
}

#products.carved-products .carved-product-outer .choice-size {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

#products.carved-products .carved-product-outer .choice-size input {
    display: none;
}

#products.carved-products .carved-product-outer .choice-size .img-size {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#products.carved-products .carved-product-outer .choice-size .item-size label {
    min-width: 250px;
    text-align: center;
    border: 1px solid #4c4c4c;
    padding: 12px 15px;
    box-sizing: border-box;
    margin: 0 3px;
    transition: all .3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #4c4c4c;
    text-transform: uppercase;
    font-size: 15px;
}

#products.carved-products .carved-product-outer .choice-size .item-size label span {
    text-transform: none;
    font-weight: normal !important;
}

#products.carved-products .carved-product-outer .choice-size .item-size label:hover,
#products.carved-products .carved-product-outer .choice-size .item-size input:checked~label {
    background-color: #003569;
    color: #fff;
    font-weight: bold;
    border-color: #fff;
}

#products.carved-products .carved-product-outer .img-content-list {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: space-between;
}

#products.carved-products .carved-product-outer .img-content-list .item {
    margin: 0 10px;
    position: relative;
}

#products.carved-products .carved-product-outer .img-content-list .item input[type="text"]:-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    opacity: .8;
}

#products.carved-products .carved-product-outer .img-content-list .item input[type="text"]:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    opacity: .8;
}

#products.carved-products .carved-product-outer .img-content-list .item input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    opacity: .8;
}

#products.carved-products .carved-product-outer .img-content-list .item input[type="text"]::-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    opacity: .8;
}

#products.carved-products .carved-product-outer .img-content-list .item .input-content {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

#products.carved-products .carved-product-outer .img-content-list .item .input-content .input-content-inner {
    flex: 0;
    margin: 0 auto;
    position: relative;
}

#products.carved-products .carved-product-outer .img-content-list .item .input-content .input-content-inner .announce {
    position: absolute;
    left: 0;
    bottom: 46px;
    z-index: 1;
    background-color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}

#products.carved-products .carved-product-outer .img-content-list .item .input-content .input-content-inner .announce span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

#products.carved-products .carved-product-outer .img-content-list .item .input-content .input-content-inner .announce span::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    bottom: -3px;
    transform: rotate(45deg);
    z-index: -1;
}

#products.carved-products .carved-product-outer .img-content-list .item .input-content label {
    width: 100%;
    display: inline-block;
}

#products.carved-products .carved-product-outer .img-content-list .item .title-input {
    margin-bottom: 2px;
}

#products.carved-products .carved-product-outer .img-content-list .item .title-input .side-outer {
    display: -ms- inline-flexbox;
    display: -moz- inline-flex;
    display: -webkit- inline-flex;
    display: inline-flex;
    border: 1px solid #003569;
    color: #003569;
    box-sizing: border-box;
    text-transform: uppercase;
}

#products.carved-products .carved-product-outer .img-content-list .item .title-input .side-outer span {
    padding: 6px 8px;
    box-sizing: border-box;
    display: inline-block;
}

#products.carved-products .carved-product-outer .img-content-list .item .title-input .side-outer span:last-child {
    font-weight: bold;
    background-color: #003569;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#products.carved-products .carved-product-outer .img-content-list .item .title-input small {
    position: absolute;
    top: 10px;
    padding-left: 4px;
    font-size: 70%;
    text-align: left;
}

#products.carved-products .carved-product-outer .img-content-list .item .text-input {
    border: 1px solid #003569;
    background-color: #003569;
    min-width: 250px;
    color: #fff;
    height: 40px;
}

#products.carved-products .carved-product-outer .img-content-list .item .img-content {
    text-align: center;
    position: relative;
    transition: all .4s;
}

#products.carved-products .carved-product-outer .img-content-list .item .img-content img {
    border: 1px solid #154474;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#products.carved-products .carved-product-outer .img-content-list .item .img-content .text {
    position: absolute;
    font-size: 12px;
    width: 170px;
    text-align: left;
    min-height: 15px;
    max-height: 15px;
}

#products.carved-products .carved-product-outer .img-content-list .item.item-1 .content-1-text {
    transform: rotate(-90deg);
    bottom: 47%;
    left: 15%;
}

#products.carved-products .carved-product-outer .img-content-list .item.item-2 .content-1-text {
    transform: rotateX(-10deg) rotateY(30deg) rotateZ(-55deg);
    -webkit-transform: rotateX(-10deg) rotateY(30deg) rotateZ(-55deg);
    -moz-transform: rotateX(-10deg) rotateY(30deg) rotateZ(-55deg);
    -ms-transform: rotateX(-10deg) rotateY(30deg) rotateZ(-55deg);
    -o-transform: rotateX(-10deg) rotateY(30deg) rotateZ(-55deg);
    bottom: 48%;
    left: 18%;
    font-size: 11px !important;
}

#products.carved-products .carved-product-outer .img-content-list .item.item-2 .content-2-text {
    bottom: 46%;
    left: 22%;
    transform: rotate(-60deg);
    font-size: 9px;
}

#products.carved-products .carved-product-outer .img-content-list .item.item-3 .content-3-text {
    transform: rotate(-90deg);
    bottom: 47%;
    left: 24.8%;
}

#products.carved-products .carved-product-outer .img-content-list .item.item-4 .content-4-text {
    transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-122deg);
    -webkit-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-122deg);
    -moz-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-122deg);
    -ms-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-122deg);
    -o-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-122deg);
    bottom: 46%;
    right: 21%;
    font-size: 10px !important;
}

#products.carved-products .carved-product-outer .img-content-list .item.item-4 .content-1-text {
    -webkit-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-124deg);
    -moz-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-124deg);
    -ms-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-124deg);
    -o-transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-124deg);
    transform: rotateX(-27deg) rotateY(-25deg) rotateZ(-124deg);
    bottom: 48%;
    right: 18%;
}

#products.carved-products .carved-product-outer .title-button {
    text-align: center;
    font-weight: normal;
    color: #7f7f7f;
    font-size: 25px;
}

#products.carved-products .carved-product-outer .ty-product-block__button {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    z-index: 1;
}

#products.carved-products .carved-product-outer .ty-product-block__button .ty-btn {
    border-radius: 30px;
    margin-right: 0;
    background-image: linear-gradient(0deg, #d83443, #ff737e);
    border: none;
}

#products.carved-products .carved-product-outer .ty-product-block__button .ty-btn span {
    display: inline-block;
    width: 100%;
    border-radius: 30px;
    font-weight: bold;
}

#products.carved-products .carved-product-outer .ty-product-block__button .ty-btn .icon-angle-right::before {
    content: "\f105";
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: -3px;
    font-size: 20px;
    opacity: .8;
    margin-left: 12px;
}

#products.carved-products .infomation-carved-product {
    margin: 60px auto 0px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    max-width: 1200px;
}

#products.carved-products .infomation-carved-product .image-carved-product {
    position: relative;
}

#products.carved-products .infomation-carved-product .image-carved-product .text {
    position: absolute;
    min-width: 190px;
}

#products.carved-products .infomation-carved-product .image-carved-product .text.text-result-1 {
    bottom: 48%;
    left: 11%;
    -webkit-transform: rotateZ(-93deg) skewX(-15deg);
    -moz-transform: rotateZ(-93deg) skewX(-15deg);
    -ms-transform: rotateZ(-93deg) skewX(-15deg);
    -o-transform: rotateZ(-93deg) skewX(-15deg);
    transform: rotateZ(-93deg) skewX(-15deg);
}

#products.carved-products .infomation-carved-product .image-carved-product .text.text-result-2 {
    bottom: 49%;
    left: 15.5%;
    -webkit-transform: rotateZ(-91deg) skewX(45deg);
    -moz-transform: rotateZ(-91deg) skewX(45deg);
    -ms-transform: rotateZ(-91deg) skewX(45deg);
    -o-transform: rotateZ(-91deg) skewX(45deg);
    transform: rotateZ(-91deg) skewX(45deg);
    font-size: 10px;
}

#products.carved-products .infomation-carved-product .image-carved-product .text.text-result-3 {
    bottom: 21%;
    left: 21%;
    -webkit-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    -moz-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    -ms-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    -o-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    font-size: 12px;
}

#products.carved-products .infomation-carved-product .image-carved-product .text.text-result-4 {
    bottom: 16%;
    left: 20%;
    -webkit-transform: rotateZ(5deg) skewX(11deg);
    -moz-transform: rotateZ(5deg) skewX(11deg);
    -ms-transform: rotateZ(5deg) skewX(11deg);
    -o-transform: rotateZ(5deg) skewX(11deg);
    transform: rotateZ(5deg) skewX(11deg);
}

#products.carved-products .infomation-carved-product .info-carved-product {
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
}

#products.carved-products .infomation-carved-product .info-carved-product .name-product {
    color: #003468;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

#products.carved-products .infomation-carved-product .info-carved-product .line-through {
    border-bottom: 1px solid #07396c;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
}

#products.carved-products .infomation-carved-product .info-carved-product .line-through.total-price {
    border-bottom: none;
}

#products.carved-products .infomation-carved-product .info-carved-product .line-through.total-price .title-price {
    color: #003468;
}

#products.carved-products .infomation-carved-product .info-carved-product .line-through.total-price .price {
    color: #003468;
    font-weight: bold;
}

#products.carved-products .infomation-carved-product .info-carved-product .line-through .price {
    float: right;
}

#products.carved-products .infomation-carved-product .info-carved-product .line-through.detail-sides p {
    padding: 4px 0 0px 60px;
    box-sizing: border-box;
}

#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button {
    margin-top: 5px;
    text-align: right;
}

#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button .add-to-card-carved-product,
#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button .product-empty {
    border: none;
    text-transform: uppercase;
    padding: 12px;
    min-width: 180px;
    box-sizing: border-box;
}

#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button .add-to-card-carved-product:disabled,
#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button .product-empty:disabled {
    background-color: #f0f0f0;
    color: #000;
    pointer-events: none;
}

#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button .add-to-card-carved-product {
    background-color: #003468;
    color: #fff;
}

#products.carved-products .infomation-carved-product .info-carved-product .ty-product-block__button .product-empty {
    width: auto;
    max-height: 41px;
    line-height: 19px;
}

#products.carved-products .infomation-carved-product p,
#products.carved-products .tabs-description-outer p {
    line-height: 22px;
}

#products.carved-products .infomation-carved-product ul li::before,
#products.carved-products .tabs-description-outer ul li::before {
    content: "\f111";
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    font-size: 4px;
    top: -3px;
    margin-right: 7px;
}

#products.carved-products .infomation-carved-product ul li ul,
#products.carved-products .tabs-description-outer ul li ul {
    padding-left: 15px;
    box-sizing: border-box;
}

#products.carved-products .infomation-carved-product ul li ul li::before,
#products.carved-products .tabs-description-outer ul li ul li::before {
    content: '-';
    font-size: 12px;
}

#products.carved-products .tabs-description-outer {
    padding: 20px 0 50px;
    margin-top: 40px;
}

#products.carved-products .tabs-description-outer .tabs-description {
    max-width: 1200px;
    margin: 0 auto;
}

#products.carved-products .tabs-description-outer .tabs {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#products.carved-products .tabs-description-outer .tabs .item-tab {
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#products.carved-products .tabs-description-outer .tabs .item-tab span {
    font-size: 25px;
    color: #363636;
}

#products.carved-products .tabs-description-outer .tabs .item-tab.active span {
    font-weight: bold;
}

#products.carved-products .tabs-description-outer .tabs .item-tab::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    background-color: #7c7c7c;
    position: absolute;
    top: 25%;
    right: 0;
}

#products.carved-products .tabs-description-outer .tabs .item-tab:last-child::after {
    content: none;
}

#products.carved-products .tabs-description-outer .content-tab {
    display: none;
}

#products.carved-products .tabs-description-outer .content-tab.active {
    display: block;
}

#products.carved-products .mp-floor-header.mp-block-title-stars h2 {
    color: #003568;
    font-size: 25px;
}

#products .ty-stock-item .ty-control-group__item {
    font-weight: 400;
}

#products .ty-stock-item .low-stock {
    color: #ad2a36;
}

#products .ty-stock-item .in-stock {
    color: #003468;
}

#products .hotline-pdp-detail {
    color: #ad2a36;
    font-weight: bold;
    font-size: 16px;
}

.general.desktop .mp-product-detail-content .mp-promotion-group .mp-promotion-promotion {
    max-height: 200px;
    overflow: hidden;
}

.general.desktop#products .mp-product-detail-new-layout .product-info-utity ul.items {
    display: inline-block;
}

.general.desktop#products .mp-product-detail-new-layout .product-info-utity ul.items .item {
    float: left;
    min-height: 113px;
}

.general.desktop#products .mp-flexible-product-banner {
    margin-bottom: 25px;
}

.general.desktop#products .tygh-content .container-fluid {
    min-width: 1100px !important;
}

.general.desktop#products .ty-view-product-images-360-popup {
    height: 485px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-img {
    min-height: 485px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-view-product-images-360-popup .product-images__360 {
    min-height: 485px;
    height: 485px !important;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-view-product-images-360-popup .product-images__360 ol li {
    padding: 0;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-view-product-images-360-popup .product-images__360 ol li img {
    width: auto;
    height: 100%;
    left: calc((100% - 485px) /2);
    left: -webkit-calc((100% - 485px) /2);
    left: -moz-calc((100% - 485px) /2);
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block-title {
    margin-bottom: 5px;
    font-size: 18px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .ty-product-block__sku span {
    font-size: 13px;
}

.general.desktop#products .tygh-content .container-fluid {
    min-width: 1100px !important;
}

.general.desktop#products .notification-content-extended .ty-product-notification__body .ty-product-notification__content {
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general.desktop#products.carved-products .tygh-content .container-fluid>.row-fluid {
    max-width: 1200px;
}

.general.desktop#products.carved-products .introduce-product-outer {
    max-width: 1200px;
    margin: 80px auto;
}

.general.desktop#products.carved-products .introduce-product-outer .item-right {
    padding-left: 15px;
    box-sizing: border-box;
}

.general.desktop#products.carved-products .introduce-product-outer .item-right .list-image .item {
    width: calc((100% - 30px) / 3);
    width: -webkit-calc((100% - 30px) / 3);
    width: -moz-calc((100% - 30px) / 3);
    margin-top: 15px;
    margin-right: 15px;
    min-height: 148px;
    border: 1px solid #003468;
}

.general.desktop#products.carved-products .mp-flexible-banner {
    min-height: calc(100vw * 327 / 1920);
    min-height: -webkit-calc(100vw * 327 / 1920);
    min-height: -moz-calc(100vw * 327 / 1920);
    max-height: calc(100vw * 327 / 1920);
    max-height: -webkit-calc(100vw * 327 / 1920);
    max-height: -moz-calc(100vw * 327 / 1920);
}

.general.desktop#products.carved-products .mp-product-block {
    max-width: 1200px;
    margin: 0 auto;
}

.general.desktop#products.carved-products .slogan {
    background-color: #003468;
    color: #fff;
}

.general.desktop#products.carved-products .carved-product-outer {
    background-color: #f6f5f5;
}

.general.desktop#products.carved-products .carved-product-outer .carved-product-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general.desktop#products.carved-products .carved-product-outer .choice-material .item-material .name-material {
    text-transform: uppercase;
}

.general.desktop#products.carved-products .carved-product-outer .choice-material .item-material .name-material span {
    text-transform: none;
    font-weight: normal;
}

.general.desktop#products.carved-products .carved-product-outer .choice-material .item-material label:hover .color-material {
    background-color: #042b71;
}

.general.desktop#products.carved-products .carved-product-outer .choice-material .item-material label:hover .name-material {
    font-weight: bold;
}

.general.desktop#products.carved-products .carved-product-outer .title-step span.text::before {
    width: 150px;
    left: calc((100% - 150px) / 2);
    left: -webkit-calc((100% - 150px) / 2);
    left: -moz-calc((100% - 150px) / 2);
}

.general.desktop#products.carved-products .carved-product-outer .img-content-list .item .img-content {
    transform: scale(.6);
    z-index: 50;
    top: -47px;
}

.general.desktop#products.carved-products .carved-product-outer .img-content-list .item .img-content:hover {
    transform: scale(1);
    top: 10px;
}

.general.desktop#products.carved-products .carved-product-outer .ty-product-block__button .ty-btn {
    border-width: 2px;
    padding: 5px 3px;
    min-width: 300px;
    border-color: #122f54;
}

.general.desktop#products.carved-products .carved-product-outer .ty-product-block__button .ty-btn span {
    background-color: #003368;
    font-size: 18px;
    line-height: 44px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.6);
}

.general.desktop#products.carved-products .mp-product__descriptions {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 0;
}

.general.desktop#products.carved-products .infomation-carved-product {
    justify-content: center;
}

.general.desktop#products.carved-products .infomation-carved-product .info-carved-product {
    flex: 0 0 620px;
}

.general.desktop#products.carved-products .infomation-carved-product .image-carved-product {
    width: 500px;
    height: 500px;
}

@media only screen and (min-width: 1200px) {
    .general.desktop#products .mp-product-detail {
        position: relative;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling {
        display: block;
        width: 186px;
        background-color: #fff;
        position: fixed;
        right: calc((100% - 1000px) / 2);
        right: -webkit-calc((100% - 1000px) / 2);
        right: -moz-calc((100% - 1000px) / 2);
        z-index: 999;
        padding: 0;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-ahamove-4h img {
        width: 60px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling.active-popup-size {
        z-index: 1100;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form {
        padding-top: 10px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons {
        margin: 10px 0 0;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .product-quality-info .mp-product-detail-quality .ty-qty .ty-control-group__label {
        width: 80px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .product-quality-info .ty-product-options__item .ty-control-group__label {
        width: 80px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons div[id*="color_options"] .ty-control-group__label {
        width: 80px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .ty-product-block__option,
    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .ty-product-options__descriptions-note-general {
        display: none;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .product-quality-info .ty-product-options__other {
        width: 100%;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button {
        margin: 10px 0 0;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button .ty-cr-product-button,
    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button .ty-btn__add-to-cart {
        width: 100%;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button .ty-try-product-on-store-button {
        display: none;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .frm-product-combination {
        display: none;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons.button-for-watch .ty-product-block_button_container {
        width: 100%;
        margin-right: 0;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling #opener_drop_a_hint_form_ajax {
        display: inline-block;
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .product-empty {
        margin-bottom: 10px;
    }

    .general.desktop#products .mp-product-detail .mp-product-detail-option .ty-bottom-product-block_button_container {
        display: none;
    }
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .hidden {
    display: none !important;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-2 .button_cart_combination,
.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-2 .ty-btn__add-to-cart {
    width: 100%;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-3 {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-3 .cart-one-click {
    width: 100%;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-3 .btn-unique-add-to-cart {
    width: 100%;
    margin-right: 0;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-3 .btn-installment_purchase {
    margin-right: 10px;
    order: 2;
    width: 190px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-3 span[id*="promotion_prices_update"] {
    order: 3;
    width: 190px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary,
.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .ty-cr-product-button {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    transition: unset;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.ty-installment-button,
.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .ty-cr-product-button.ty-installment-button {
    margin: 0 0 10px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling.open-popup-detail-scroll {
    right: calc((100% - 1183px) / 2);
    right: -webkit-calc((100% - 1183px) / 2);
    right: -moz-calc((100% - 1183px) / 2);
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .ty-btn__add-to-cart .mp-sprite {
    top: 0;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-buttons .ty-product-block__button .mp-item-link-tag-3 span[id*="promotion_prices_update"] {
    margin-right: 0;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .img-outer-small {
    margin-bottom: 5px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-option-size-wrapper .mp-product-option-size-content {
    margin-left: -415px;
    top: 10px;
    position: fixed;
    right: unset;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container {
    width: 100%;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container .ty-cr-product-button {
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background: #003468;
    line-height: 17px;
    max-height: 40px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container .ty-cr-product-button.ty-call-request-button {
    float: right;
    margin-right: 0 !important;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container .ty-cr-product-button.ty-installment-button {
    float: left;
    margin: 10px 0 0;
    line-height: 35px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-option .ty-product-block_button_container .ty-cr-product-button span {
    color: #fff;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-content #mp_product_detail_regions {
    width: -o-calc((100% / 2) - 10px);
    width: -webkit-calc((100% / 2) - 10px);
    width: -moz-calc((100% / 2) - 10px);
    width: calc((100% / 2) - 10px);
    float: left;
    text-align: left;
    background: #fff;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 40px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-content #mp_product_detail_regions::before {
    margin-top: -15px;
    content: "";
    margin-left: -10px;
    width: 50px;
    height: 45px;
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -230px -67px;
    display: inline-block;
    -o-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-content #mp_product_detail_regions span {
    color: #282828;
    font-weight: 600;
}

.general.desktop#products .mp-product-detail-new-layout .allow-installment .mp-product-detail-content #mp_product_detail_regions {
    float: right;
    margin: 6px 0 0;
    text-align: center;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image {
    width: 609px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img>div {
    fLex: 0 0 auto;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img .ty-product-img-outer {
    order: 2;
    width: 485px;
    height: 485px;
    margin: 0 23.5px 15px 23.5px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img .ty-product-bigpicture-thumbnails_gallery {
    width: 77px;
    margin-top: 0;
    position: relative;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img .ty-product-bigpicture-thumbnails_gallery .ty-owl-carousel-wrappper {
    transform: rotate(90deg);
    position: absolute;
    left: -173px;
    top: 202px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img .ty-product-bigpicture-thumbnails_gallery .ty-owl-carousel-wrappper .ty-product-thumbnails__item {
    margin-bottom: 0;
    margin-right: 3px;
    margin-left: 4px;
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-detail-image .ty-product-block__img .ty-product-bigpicture-thumbnails_gallery .ty-owl-carousel-wrappper .owl-item {
    transform: rotate(-90deg);
}

.general.desktop#products .mp-product-detail-new-layout .mp-product-details-information {
    width: 391px;
    margin: 0;
}

.general.desktop#products .mp-product-detail-new-layout .general-info {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    margin-bottom: 60px;
}

.general.desktop#products .mp-product-detail-new-layout .general-info>div {
    flex: 0 0 auto;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation {
    display: flex;
    flex-direction: row;
    margin-left: -15px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .img-size {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-right: 40px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product {
    max-width: 800px;
    min-width: 250px;
    margin-left: -15px;
    margin-right: 25px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .owl-item {
    margin-left: 21px;
    margin-top: 15px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container {
    display: flex;
    flex-direction: row;
    min-width: 200px;
    min-height: 200px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container:before {
    content: "+";
    font-family: FontAwesome;
    display: block;
    font-size: 31px;
    margin-top: 40px;
    margin-left: 25px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .header-image {
    text-align: center;
    padding-left: 10px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .header-image .image-size {
    max-width: 110px;
    max-height: 110px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin-top: 20px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .custom-container .round {
    position: relative;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .custom-container .round label {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .custom-container .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .custom-container .round input[type="checkbox"] {
    visibility: hidden;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .custom-container .round input[type="checkbox"]:checked+label {
    background-color: #2f6bff;
    border-color: #2f6bff;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .custom-container .round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .product-detail .title {
    margin-left: 34px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #455560;
    padding-right: 20px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .product-detail .price {
    margin-left: 34px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #003468;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .product-detail .price span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #003468;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-wrapper .item-container .product-detail-container .product-detail .custom-select-box {
    margin-left: 34px;
    height: 30px;
    width: 150px;
    border-radius: 5px;
    color: #455560;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    border-color: #e6ebf1;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls {
    position: static;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons {
    visibility: visible;
    opacity: 1;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div {
    position: absolute;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div.owl-prev::after,
.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div.owl-next::before {
    border: none;
    content: "";
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div.owl-next {
    right: -3% !important;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div.owl-next::before {
    margin-left: 20px;
    background: url(../img/icRightCircle.png) !important;
    width: 28px;
    height: 28px;
    display: flex;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div.owl-prev {
    left: 3%;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .mp-recommedation-product .hot-categories-outer .owl-controls .owl-buttons>div.owl-prev::after {
    background: url(../img/icCircleLeft.png) !important;
    width: 28px;
    height: 28px;
    display: flex;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .sum {
    align-self: center;
    margin-top: 70px;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .sum .sum-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #72849a;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .sum .sum-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #455560;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .sum .sum-price span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #455560;
}

.general.desktop#products .mp-product-detail-new-layout .recommedation .sum .sum-button {
    align-items: center;
    justify-content: center;
    padding: 8px 31.5px;
    width: 138px;
    height: 40px;
    background-color: #2d9cdb;
    border-radius: 5px;
    border-width: 0px;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.general.desktop.d-unknown .mp-product-detail-new-layout .product-info-utity ul.items .item {
    margin-right: 3.5px !important;
}

.general.desktop.d-unknown .mp-product-detail-new-layout .product-info-utity ul.items .item:last-child {
    margin-right: 0 !important;
}

.general.desktop .wireframe-detail {
    background: url("../img/template_info_products_new_2020.jpg") no-repeat center center transparent;
    min-height: 384px;
}

.general.desktop .drop-hint-popup {
    width: 700px;
    padding: 15px 20px 30px 30px;
    top: -10px;
    position: relative;
}

.general.desktop .click-and-collect {
    width: 600px;
}

.general.desktop .click-and-collect .cac-style__margin {
    margin-left: 50px;
    margin-right: 50px;
}

.general.desktop .click-and-collect .mp-list-store-cac {
    margin-left: 0;
    margin-right: 0;
}

.general.desktop .click-and-collect .before-confirm-cac .confirm-captcha {
    width: 90%;
}

.general.desktop .products-the-same-box {
    margin-bottom: 20px;
}

.general.desktop .products-the-same-box>div,
.general.desktop .recommend_pdp>div,
.general.desktop .mp-recently-view-product>div,
.general.desktop .mp-suggest-products>div,
.general.desktop .block-products-detail-max-width>div {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-height: 600px) and (min-height: 600px) {
    .general.desktop div[id*="content_click_and_collect_"] .object-container {
        height: 465px !important;
    }

    .general.desktop div[id*="content_click_and_collect_"] .buttons-container {
        position: absolute;
        bottom: 0;
    }

    .general.desktop div[id*="content_click_and_collect_"] .click-and-collect {
        min-height: 380px;
        max-height: 490px;
    }
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling.active-popup-size {
    z-index: 1100;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-detail-regions-content-wrapper #mp_product_detail_regions span,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-detail-regions-content-wrapper .mp-product-option-size-open span,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-option-size-wrapper #mp_product_detail_regions span,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-option-size-wrapper .mp-product-option-size-open span {
    font-size: 11px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .product-options-size__guide {
    position: static;
    margin-top: 0;
    height: initial;
    margin-bottom: 10px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .product-quality-info .option-inner .ty-product-options__other .product-options-size__guide .mp-product-option-size-open {
    height: initial;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-stock-item {
    margin: 0;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span:last-child,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span:last-child,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons span[id*="promotion_prices_update"] .btn-click_and_collect>span>span:last-child {
    font-size: 10px;
    line-height: 9px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span:last-child span,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-installment_purchase>span>span:last-child b,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span:last-child span,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons .ty-product-block__button .ty-btn__primary.btn-unique-add-to-cart>span>span:last-child b,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons span[id*="promotion_prices_update"] .btn-click_and_collect>span>span:last-child span,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling .mp-product-detail-info-content .mp-product-detail-buttons span[id*="promotion_prices_update"] .btn-click_and_collect>span>span:last-child b {
    font-size: 11px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form {
    border: none;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block-title {
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-discussion__rating-wrapper {
    display: none;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-discussion__rating-wrapper .ty-icon-star {
    font-size: 9px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__sku {
    padding-top: 3px;
    width: 100%;
    float: none;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__sku span {
    font-size: 12px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-price .ty-price-num {
    font-size: 16px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-list-product-detail .ty-list-price {
    font-size: 12px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-savings .ty-save-price {
    font-size: 11px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-savings .ty-save-price * {
    font-size: 11px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .product-quality-info .mp-product-detail-quality .ty-qty .ty-control-group__label {
    width: 80px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons .product-quality-info .ty-product-options__item .ty-control-group__label {
    width: 80px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .mp-product-detail-buttons div[id*="color_options"] .ty-control-group__label {
    width: 80px;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button .mp-item-link-tag-2 {
    display: block;
}

#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button .ty-cr-product-button,
#products.general.view.desktop .mp-product-detail .mp-product-detail-option .mp-product-detail-option-scroll.product-detail-scrolling form .mp-product-detail-content .ty-product-block__button .ty-btn__add-to-cart {
    padding: 5px 2px;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #eee;
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #aaa;
    background: #ddd;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 20%, #fff 100%);
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #fff;
}

.irs-min,
.irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page {
    margin: auto;
    display: block;
    width: 100%;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page::after {
    clear: both;
    float: none;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page p {
    text-transform: none;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: #04376a;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page p.filters-products-title-line span.filters-products-title {
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    background-color: #e5e5e5;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page p.filters-products-title-line span.filters-products-title::after {
    content: " ";
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    background-position: -155px -123px;
    width: 13px;
    height: 7px;
    display: inline-block;
    padding: 0;
    margin-left: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page p.filters-products-title-line span.filters-products-title.show::after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page p.filters-products-title-line::before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid #aaa;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page p.diamond-title-page {
    font-size: 26px;
    font-weight: bold;
    color: #04376a;
    text-align: center;
    text-transform: uppercase;
    font-family: 'PNJ Demibold';
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share {
    height: 62px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors {
    float: left;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity {
    float: right;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price {
    width: 45%;
    display: inline-block;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns p,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats p,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors p,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share p,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity p,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut p,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price p {
    display: block;
    line-height: 48px;
    margin: 0;
    padding: 0;
    color: #04376a;
    font-weight: 600;
    font-family: 'PNJ Demibold';
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns input[type="number"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats input[type="number"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors input[type="number"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share input[type="number"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity input[type="number"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut input[type="number"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price input[type="text"],
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price input[type="number"] {
    height: 23px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price .diamond_price_max {
    float: right;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut .diamond_mns_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price .diamond_mns_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price .diamond_mns_max {
    width: 76px;
    text-indent: 3px;
    border: 1px solid #c3c3c3;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns span:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns span:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns span:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns span:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns span:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns span:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns span:last-child {
    float: right;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-state-default .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-state-default .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-state-default .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-state-default .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-state-default .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-state-default .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-state-default .ui-icon {
    background-color: #fff;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-state-focus .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-state-focus .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-state-focus .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-state-focus .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-state-focus .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-state-focus .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-state-hover .ui-icon,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-state-focus .ui-icon {
    background-color: #fff;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-widget-header .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-widget-header .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-widget-header .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-widget-header .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-widget-header .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-widget-header .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-widget-content .ui-state-default,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-widget-header .ui-state-default {
    border-color: #aaa;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .ui-widget-header .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .ui-widget-header .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .ui-widget-header .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .ui-widget-header .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .ui-widget-header .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .ui-widget-header .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-widget-content .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-widget-header .ui-state-hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-widget-content .ui-state-focus,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .ui-widget-header .ui-state-focus {
    border-color: #aaa;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns .irs-grid,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns .irs-grid,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns .irs-grid,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns .irs-grid,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns .irs-grid,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns .irs-grid,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns .irs-grid {
    display: none;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut .diamond_price_max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price .diamond_price_min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price .diamond_price_max {
    width: 110px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #price,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #price,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #price,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #price,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #price,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #price,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #colors,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #clarity,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #carats,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #mns,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #price {
    display: block;
    width: 100%;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape {
    border: 1px solid #c6c5c6;
    height: 46px;
    overflow: hidden;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li {
    display: table-cell;
    border-right: 1px solid #c6c5c6;
    padding: 0;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 46px;
    height: 46px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a::before {
    content: " ";
    display: block;
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    transform-origin: top center;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li:hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li:hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li:hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li:hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li:hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li:hover,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li:hover {
    background: #e5e5e5;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.shape-active,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.shape-active,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.shape-active,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.shape-active,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.shape-active,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.shape-active,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.shape-active {
    background: #e5e5e5;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.circle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.circle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.circle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.circle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.circle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.circle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.circle::before {
    background-position: -476px -436px;
    width: 73px;
    height: 72px;
    margin-top: 10px;
    margin-left: -13px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.square::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.square::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.square::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.square::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.square::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.square::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.square::before {
    background-position: -573px -436px;
    width: 71px;
    height: 71px;
    margin-top: 10px;
    margin-left: -12px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.droplet::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.droplet::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.droplet::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.droplet::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.droplet::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.droplet::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.droplet::before {
    background-position: -179px -436px;
    width: 60px;
    height: 82px;
    margin-top: 6px;
    margin-left: -6px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.rhomb::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.rhomb::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.rhomb::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.rhomb::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.rhomb::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.rhomb::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.rhomb::before {
    background-position: -13px -436px;
    width: 47px;
    height: 94px;
    margin-top: 6px;
    marign-left: -1px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.oval::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.oval::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.oval::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.oval::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.oval::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.oval::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.oval::before {
    background-position: -679px -436px;
    width: 61px;
    height: 88px;
    margin-top: 6px;
    margin-left: -8px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.rectangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.rectangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.rectangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.rectangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.rectangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.rectangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.rectangle::before {
    background-position: -88px -436px;
    width: 64px;
    height: 88px;
    margin-left: -8px;
    margin-top: 6px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.heart::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.heart::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.heart::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.heart::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.heart::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.heart::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.heart::before {
    background-position: -272px -436px;
    width: 77px;
    height: 73px;
    margin-top: 10px;
    margin-left: -15px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.triangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.triangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.triangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.triangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.triangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.triangle::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.triangle::before {
    background-position: -99px -541px;
    width: 68px;
    height: 68px;
    margin-top: 10px;
    margin-left: -13px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.contact::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.contact::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.contact::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.contact::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.contact::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.contact::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.contact::before {
    background-position: -375px -436px;
    width: 73px;
    height: 72px;
    margin-top: 10px;
    margin-left: -14px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li a.manyshape::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li a.manyshape::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li a.manyshape::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li a.manyshape::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li a.manyshape::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li a.manyshape::before,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li a.manyshape::before {
    background-position: -8px -540px;
    width: 68px;
    height: 80px;
    margin-top: 8px;
    margin-left: -11px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns #shape ul.list-shape li:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_carats #shape ul.list-shape li:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_colors #shape ul.list-shape li:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_share #shape ul.list-shape li:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_clarity #shape ul.list-shape li:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_giaccut #shape ul.list-shape li:last-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_price #shape ul.list-shape li:last-child {
    border-right: none;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    padding-top: 20px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .irs-from,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .filter_tab_outer_mns .irs-to {
    display: block;
    top: 35px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #f3efe7;
    color: #333;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    box-shadow: 0 0 1px 0 #ccc;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs {
    height: 44px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-line {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #ddd;
    top: 20px;
    height: 6px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-bar {
    border-top: none;
    border-bottom: none;
    background: #04376a;
    top: 20px;
    height: 6px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-slider {
    top: 15px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 10;
    background: #eedfbf;
    box-shadow: none;
    border: none;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-grid-text {
    font-size: 16px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-grid-text:last-child {
    left: auto !important;
    right: 0;
    margin-left: 0 !important;
    margin-right: -3.1%;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-with-grid {
    height: 62px;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-grid-pol:first-child,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-grid-pol:nth-last-child(2) {
    display: none;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-grid-pol {
    top: -22px;
    width: 2px;
    height: 10px;
    background: #fff;
    z-index: 9;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-grid-pol.small {
    display: none;
}

.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-min,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-to,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-max,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-single,
.general.desktop.category-jewelry .ty-product-filters__wrapper.diamond-filter-page .irs-from {
    display: none;
}

.general.desktop.category-jewelry .mp-flexible-products-outer:not(.grid-list) .product-item {
    min-height: 200px;
    border-radius: initial;
    border: none;
}

.general.desktop.category-jewelry .mp-flexible-products-outer:not(.grid-list) .product-item .product-image>a img {
    transform: none;
}

.general.desktop.category-jewelry .diamond-suggestion {
    padding-top: 20px;
    display: flex;
}

.general.desktop.category-jewelry .diamond-suggestion .suggestion_prod {
    color: #04376a;
    font-size: 13px;
    font-style: italic;
    white-space: nowrap;
    padding: 3px 0;
}

.general.desktop.category-jewelry .diamond-suggestion .list_suggestion {
    display: flex;
    overflow-x: auto;
    padding: 3px 0;
}

.general.desktop.category-jewelry .diamond-suggestion .list_suggestion .item_suggestion {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 6px 6px 6px;
    color: #04376a;
    font-size: 13px;
    font-style: normal;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
    box-shadow: 0 0 3px 0 #ccc;
    cursor: pointer;
    white-space: nowrap;
}

.general.desktop.category-jewelry .diamond-suggestion .list_suggestion .item_suggestion.active {
    background: #04376a;
    color: #fff;
}

.general.desktop.category-jewelry .diamond-search-result {
    clear: both;
    float: none;
    margin: 20px 0 0 0;
}

.general.desktop.category-jewelry .diamond-search-result button {
    display: block;
    text-align: center;
    background: #042c82;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    border: none;
    border-radius: 4px;
}

.general.desktop.category-jewelry #diamond-search-result {
    display: none;
    max-width: 865px;
    margin: auto;
    padding: 20px 0;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list {
    padding-top: 0;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list table {
    width: 100%;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list table th {
    background: #e5e5e5;
    padding: 12px 6px;
    font-weight: normal;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list table td {
    padding-top: 6px;
    border-bottom: 1px solid #717171;
    position: relative;
    text-align: center;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list table td .ty-grid-list__image {
    max-width: 100px;
    max-height: 100px;
    background: #ececec;
    margin: 0;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list table td .ty-grid-list__image .ty-no-image {
    min-width: 100px !important;
    min-height: 100px !important;
}

.general.desktop.category-jewelry #diamond-search-result .grid-list table td .view-more-button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    background: #115896;
    border: 1px solid #0d4373;
}

.general.desktop.category-jewelry .order-offline-request__content {
    -webkit-box-shadow: 0 0 3px 0 #ccc;
    box-shadow: 0 0 3px 0 #ccc;
}

.general.desktop.category-jewelry .diamond_result .diamond-title-page {
    font-size: 26px;
    font-weight: bold;
    color: #04376a;
    text-align: center;
    text-transform: uppercase;
    font-family: 'PNJ Demibold';
    padding: 10px 0;
    position: relative;
}

.general.desktop.category-jewelry .diamond_result .diamond-title-page .previous-page {
    position: absolute;
    left: 0;
    padding-top: 10px;
    display: inline-block;
    text-transform: none;
    text-decoration: underline;
}

.general.desktop.category-jewelry .diamond_result .div_result {
    max-height: 190px;
    overflow-y: scroll;
}

.general.desktop.category-jewelry .diamond_result .div_result .tbl_result {
    width: 60%;
    margin: auto;
}

.general.desktop.category-jewelry .diamond_result .div_result .tbl_result th {
    color: #04376a;
    font-style: italic;
    font-size: 16px;
    font-family: 'PNJ Demibold';
    padding: 10px 0 6px 0;
}

.general.desktop.category-jewelry .diamond_result .div_result .tbl_result td {
    text-align: center;
    padding: 6px 0;
    color: #656565;
    font-family: 'PNJ Demibold';
    border-bottom: 5px solid #fff;
}

.general.desktop.category-jewelry .diamond_result .div_result .tbl_result .diamond_highlight {
    background: #f8f2e6;
}

.general.desktop.category-jewelry .diamond_result .div_result .tbl_result input[type=checkbox] {
    position: relative;
    margin: 0;
    z-index: 1;
    width: auto;
    height: auto;
    overflow: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    border: 1px solid #bebebe;
    cursor: pointer;
}

.general.desktop.category-jewelry .diamond_result .div_request_result {
    margin: auto;
    padding: 20px 0;
    max-width: 60%;
    display: flex;
}

.general.desktop.category-jewelry .diamond_result .div_request_result .spn_sucess {
    color: #04376a;
    font-size: 15px;
    display: inline-block;
    font-family: 'PNJ Demibold';
    margin: 20px;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .div_control_group,
.general.desktop.category-jewelry .diamond_result .order-offline-request__content .order-offline-request-hotline {
    max-width: 60%;
    margin: auto;
    display: block;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .spn_pls_info {
    color: #04376a;
    font-style: italic;
    font-size: 13px;
    text-transform: none;
    font-weight: bold;
    font-family: 'PNJ Demibold';
    margin: 10px auto;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .orders-offline-request__form {
    padding: 0;
    margin: auto;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .buttons-container {
    padding: 17px 0;
    max-width: 60%;
    margin: auto;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .buttons-container .ty-btn__primary {
    background: #072792;
    border-radius: 4px;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group {
    display: inline-block;
    width: 48%;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group .ty-select-box {
    width: 100%;
    max-width: none;
    border-color: #486d92;
    border-radius: 4px;
    font-size: 16px;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group:nth-child(2n+1) {
    padding-left: 10px;
    float: left;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group:nth-child(2n+1) .help-inline {
    padding-left: 10px;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group:nth-child(2n+2) {
    padding-left: 10px;
    float: right;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group:nth-child(2n+2) .help-inline {
    padding-left: 10px;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .ty-control-group:nth-child(4)::after {
    content: "";
    clear: both;
    float: none;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .orders-offline-request__form .ty-control-group input {
    max-width: none;
    width: 100%;
    border-color: #486d92;
    border-radius: 4px;
    font-size: 16px;
}

.general.desktop.category-jewelry .diamond_result .order-offline-request__content .orders-offline-request__form .ty-control-group input::placeholder {
    font-size: 16px;
    font-style: italic;
}

.general.desktop.category-jewelry .block-hot-categories .owl-controls {
    position: relative;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item {
    padding: 10px;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow: 0 5px 5px 0 #ccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 20px;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new a.center-img {
    display: inline-block;
    height: 210px;
    width: 180px;
    flex: none;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new .info-new {
    padding: 10px 20px;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new .info-new .title-blog {
    color: #003468;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new .info-new .title-blog a {
    font-size: 18px;
    color: #003468;
    font-weight: bold;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new .info-new .read-more {
    margin-top: 20px;
    text-align: right;
}

.general.desktop.category-jewelry .block-hot-categories .owl-wrapper .owl-item .item .item-new .info-new .read-more .view-more {
    background: #f6eedd;
    color: #04376a;
    -webkit-box-shadow: 0 3px 3px 0 #ccc;
    box-shadow: 0 3px 3px 0 #ccc;
    padding: 6px;
}

.general .group-prom-online-store {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 20px;
}

.general .group-prom-online-store>div {
    flex: 0 0 auto;
    border-radius: 15px;
    background-color: #fbf9f1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.general .group-prom-online-store>div:first-child {
    width: 35%;
    margin-right: 70px;
}

.general .group-prom-online-store>div:last-child {
    width: calc(65% - 70px);
    width: -webkit-calc(65% - 70px);
    width: -moz-calc(65% - 70px);
}

.general .group-prom-online-store .holine-store-outer * {
    color: #0f3564;
}

.general .group-prom-online-store .holine-store-outer h2 {
    font-size: 36px;
    font-weight: 700;
}

.general .group-prom-online-store .holine-store-outer h2 span {
    font-size: 24px;
    font-weight: 400;
}

.general .group-prom-online-store .holine-store-outer p {
    padding-top: 50px;
}

.general .group-prom-online-store .holine-store-outer .text a {
    font-size: 48px;
    font-weight: 700;
}

.general .group-prom-online-store .holine-store-outer .btn-outer a {
    display: inline-block;
    padding: 9px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #0f3564;
    text-transform: uppercase;
    font-size: 24px;
    min-width: 180px;
    font-weight: 400;
    color: #fff;
}

.general .group-prom-online-store .ty-antsomi-event br {
    display: none;
}

.general .group-prom-online-store .ty-antsomi-event .ty-title {
    color: #0f3564;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
}

.general .group-prom-online-store .ty-antsomi-event .ty-title * {
    color: #0f3564;
}

.general .group-prom-online-store .ty-antsomi-event .ty-title strong {
    font-size: 30px;
    font-weight: 700;
}

.general .group-prom-online-store .ty-antsomi-event .group-controls {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
}

.general .group-prom-online-store .ty-antsomi-event .group-controls .ty-control-group {
    flex: 0 0 auto;
    width: calc((100% - 15px) / 2);
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
}

.general .group-prom-online-store .ty-antsomi-event .group-controls .ty-control-group label {
    display: none;
}

.general .group-prom-online-store .ty-antsomi-event .group-controls .ty-control-group input {
    height: 45px;
    border-radius: 6px;
    border-color: #b2b2b2;
    line-height: 45px;
    width: 100%;
}

.general .group-prom-online-store .ty-antsomi-event .group-controls .ty-control-group:not(:last-child) {
    margin-right: 15px;
}

.general .group-prom-online-store .ty-antsomi-event .list-ecode {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.general .group-prom-online-store .ty-antsomi-event .list-ecode .consent-sms {
    flex: 0 0 auto;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    min-height: 60px;
}

.general .group-prom-online-store .ty-antsomi-event .list-ecode .consent-sms:not(:nth-child(2n)) {
    margin-right: 10px;
}

.general .group-prom-online-store .ty-antsomi-event .uu-dai {
    text-align: left;
    font-size: 15px;
}

.general .group-prom-online-store .ty-antsomi-event .checkbox-text .checkbox {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    margin: 0;
    text-align: left;
}

.general .group-prom-online-store .ty-antsomi-event .checkbox-text #elm_cdp_antsomi_consent {
    position: static;
    height: initial;
    width: initial;
    opacity: 1;
    margin-right: 5px;
}

.general .group-prom-online-store .ty-antsomi-event .buttons-container {
    background: transparent;
    padding: 0;
    margin-top: 15px;
}

.general .group-prom-online-store .ty-antsomi-event .buttons-container .ty-btn {
    min-width: 200px;
    font-size: 24px;
    font-weight: 400;
    background-color: #0f3564;
    border-radius: 6px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .group-prom-online-store .ty-antsomi-event .send-message {
    font-size: 16px;
    font-style: italic;
    margin-top: 5px;
}

.general .mp-stores .store-info .color-link {
    color: #337ab7;
}

.general .mp-stores.vertical-stores-system {
    display: inline-block;
    width: 100%;
}

.general .mp-stores.vertical-stores-system .vertical-stores-title {
    font-size: 20px;
    color: #0f3564;
    padding: 20px 0 10px 0;
    text-align: left;
    font-style: normal;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
}

.general .mp-stores.vertical-stores-system .vertical-stores-container {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
}

.general .mp-stores.vertical-stores-system .store-information {
    position: relative;
    box-sizing: border-box;
    display: none;
    margin: 5px 0;
    padding: 5px 0;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    flex: 0 0 auto;
}

.general .mp-stores.vertical-stores-system .store-title {
    width: 100%;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.general .mp-stores.vertical-stores-system .store-title.show-info span {
    font-weight: 700;
}

.general .mp-stores.vertical-stores-system .store-title span {
    float: left;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    box-sizing: border-box;
    padding: 0 50px 0 10px;
    font-size: 16px;
    color: #4c4c4c;
    position: relative;
}

.general .mp-stores.vertical-stores-system .store-title span:after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f0d7";
    position: absolute;
    right: 35px;
    font-size: 18px;
}

.general .mp-stores.vertical-stores-system .store-title .icon-stores {
    float: left;
    background-image: none !important;
}

.general .mp-stores.vertical-stores-system .store-title .icon-stores::before {
    content: '\f041';
    font-size: 30px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0f3564;
}

.general .mp-stores.vertical-stores-system .store-item-in-map {
    min-height: 180px;
    max-height: 240px;
    max-width: 250px;
    display: inline-block;
}

.general .mp-stores.vertical-stores-system .store-item-in-map span {
    display: inline-block;
    width: 100%;
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-name {
    color: #282828;
    font-weight: 600;
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.note::before,
.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.contact::before,
.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.phone::before,
.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.business::before,
.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.view-on-map::before,
.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.appointment-sale::before,
.general .mp-stores.vertical-stores-system .store-item-in-map store-info.globe::before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 8px;
    font-size: 12px;
    vertical-align: middle;
    color: #bd8e26;
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.note::before {
    content: "\f017";
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.contact {
    display: none;
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.contact::before {
    content: "\f007";
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.phone::before {
    content: "\f095";
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.business::before {
    content: "\f07a";
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.view-on-map {
    cursor: pointer;
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.view-on-map:hover {
    color: #bd8e26;
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.view-on-map::before {
    content: "\f041";
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.appointment-sale::before {
    content: "\f073";
}

.general .mp-stores.vertical-stores-system .store-item-in-map .store-info.globe::before {
    content: "\f0ac";
}

.general .mp-stores.vertical-stores-system .store-item {
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    min-height: 180px;
    max-height: 240px;
    position: absolute;
    padding: 10px;
    width: 95%;
    left: 0;
    top: 58px;
    z-index: 100;
}

.general .mp-stores.vertical-stores-system .store-item .close-store-info::after {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.general .mp-stores.vertical-stores-system .store-item::before {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    display: inline-block;
    left: 50px;
    position: absolute;
    top: -11px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
}

.general .mp-stores.vertical-stores-system .store-item>span {
    display: block;
    margin-bottom: 5px;
}

.general .mp-stores.vertical-stores-system .store-item>span:not(:first-child) {
    font-size: 14px;
    color: #282828;
}

.general .mp-stores.vertical-stores-system .store-item>span.store-info.business::before,
.general .mp-stores.vertical-stores-system .store-item>span.store-info.phone::before,
.general .mp-stores.vertical-stores-system .store-item>span.store-info.note::before,
.general .mp-stores.vertical-stores-system .store-item>span.store-info.view-on-map::before,
.general .mp-stores.vertical-stores-system .store-item>span.store-info.appointment-sale::before,
.general .mp-stores.vertical-stores-system .store-item>span.store-info.globe::before {
    font-size: 14px;
    vertical-align: top;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.has-spawn-purchase img {
    max-width: 15px;
    padding-right: 11px;
    margin-left: 2px;
}

.general .mp-stores.vertical-stores-system .store-item .store-name {
    color: #282828;
    font-weight: 600;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.note::before,
.general .mp-stores.vertical-stores-system .store-item .store-info.contact::before,
.general .mp-stores.vertical-stores-system .store-item .store-info.phone::before,
.general .mp-stores.vertical-stores-system .store-item .store-info.business::before,
.general .mp-stores.vertical-stores-system .store-item .store-info.view-on-map::before,
.general .mp-stores.vertical-stores-system .store-item .store-info.appointment-sale::before,
.general .mp-stores.vertical-stores-system .store-item .store-info.globe::before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 8px;
    font-size: 12px;
    vertical-align: middle;
    color: #bd8e26;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.note::before {
    content: "\f017";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.contact {
    display: none;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.contact::before {
    content: "\f007";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.phone::before {
    content: "\f095";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.business::before {
    content: "\f07a";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.view-on-map {
    cursor: pointer;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.view-on-map:hover {
    color: #bd8e26;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.view-on-map::before {
    content: "\f041";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.appointment-sale::before {
    content: "\f073";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.globe::before {
    content: "\f0ac";
}

.general .mp-stores.vertical-stores-system .store-item .store-info.hotline {
    color: #cf2f49;
}

.general .mp-stores.vertical-stores-system .store-item .store-info.hotline .free {
    color: #282828;
}

.general .mp-stores.vertical-stores-system.inner-map {
    margin: 0;
}

.general .mp-stores.vertical-stores-system.inner-map .store-item-in-map {
    margin: 0;
    padding: 5px;
    min-width: unset !important;
    min-height: unset !important;
    border: none;
}

.general .mp-stores.vertical-stores-system.inner-map .store-item-in-map::before {
    content: none;
}

.general .mp-stores .status-store {
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.general .mp-stores .status-store.close-stt {
    color: #d83443;
}

.general .mp-stores .viewmore {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.general .mp-stores .viewmore .btnviewmore {
    border: 1px solid #003468;
    border-radius: 6px;
    padding: 10px 0;
    min-width: 180px;
    background: #003468;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.general.desktop .group-prom-online-store>div {
    min-height: 464px;
    max-height: 464px;
}

.general.desktop .group-prom-online-store>div:first-child {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .general .mp-stores.vertical-stores-system .store-information {
        padding: 8px 0;
        margin: 8px 0;
        width: calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
    }

    .general .mp-stores.vertical-stores-system .store-item {
        width: 100%;
        top: 60px;
    }

    .general .mp-stores.vertical-stores-system .store-item::before {
        top: -9px;
        width: 15px;
        height: 15px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .general .mp-stores.vertical-stores-system .store-information {
        padding: 8px 0;
        margin: 8px 0;
        width: calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
    }

    .general .mp-stores.vertical-stores-system .store-item {
        width: 100%;
        top: 60px;
    }

    .general .mp-stores.vertical-stores-system .store-item::before {
        top: -9px;
        width: 15px;
        height: 15px;
    }
}

.general .notification-popup {
    display: inline-block;
    background: rgba(208, 234, 174, 0.85);
    position: relative;
    padding: 10px 28px 10px 20px;
    box-sizing: border-box;
    color: #496e16;
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-radius: 2px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    z-index: 10005;
}

.general .notification-popup p,
.general .notification-popup strong {
    font-size: 15px;
    padding: 0;
}

.general .notification-popup .close-notification-popup {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    top: 2px;
    right: 2px;
}

.general#pages .notification-popup {
    display: flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    padding-right: 20px;
    max-width: 262px;
}

.general#pages .notification-popup::before {
    content: "\f04b";
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: -20px;
    font-size: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.general#pages .notification-popup i {
    background-position: -721px -583px;
    height: 55px;
    width: 80px;
    padding-right: 10px;
}

.general#pages .notification-popup p {
    font-weight: bold;
}

.general#pages .notification-popup span {
    display: inline-block;
    width: 100%;
}

.general#pages .notification-popup span:first-child {
    text-transform: uppercase;
    font-size: 17px;
}

.general.desktop .notification-popup.trans-fade {
    -webkit-animation: notificationPopup 1s forwards;
    -moz-animation: notificationPopup 1s forwards;
    -o-animation: notificationPopup 1s forwards;
    -ms-animation: notificationPopup 1s forwards;
    animation: notificationPopup 1s forwards;
}

.general.desktop .notification-popup.trans-fade1 {
    -webkit-animation: notificationPopup1 1s forwards;
    -moz-animation: notificationPopup1 1s forwards;
    -o-animation: notificationPopup1 1s forwards;
    -ms-animation: notificationPopup1 1s forwards;
    animation: notificationPopup1 1s forwards;
}

.general.desktop#pages .notification-popup {
    left: 50px;
}

@keyframes notificationPopup {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@-webkit-keyframes notificationPopup {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@-moz-keyframes notificationPopup {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@-ms-keyframes notificationPopup {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@-o-keyframes notificationPopup {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@keyframes notificationPopup1 {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
}

@-webkit-keyframes notificationPopup1 {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
}

@-moz-keyframes notificationPopup1 {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
}

@-ms-keyframes notificationPopup1 {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
}

@-o-keyframes notificationPopup1 {
    from {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    to {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }
}

.general#products .guide-ring-outer .guide-ml-b2 .item:last-child img,
.general#checkout .guide-ring-outer .guide-ml-b2 .item:last-child img {
    margin-top: 0;
    z-index: initial;
}

.general#products .guide-ring-outer .content-ml-b-3 p:last-child,
.general#checkout .guide-ring-outer .content-ml-b-3 p:last-child {
    text-align: center;
}

.general#products .guide-ring-outer .view-more,
.general#checkout .guide-ring-outer .view-more {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.general#products .guide-ring-outer .view-more a,
.general#checkout .guide-ring-outer .view-more a {
    color: #fff;
    background-color: #000;
    padding: 7px 10px;
    box-sizing: border-box;
    display: inline-block;
}

.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 #e6ebf0;
    background-color: #e6ebf0;
    border-radius: 3px;
}

.ty-discussion-post__author {
    font-weight: bold;
}

.ty-discussion-post__date {
    float: right;
}

.ty-discussion-post__rating {
    font-size: 14px;
}

.ty-discussion-post__message {
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.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: 12px;
    margin-right: 0px;
}

.ty-stars,
.ty-discussion__review-a,
.ty-discussion__review-write {
    display: inline-block;
    cursor: pointer;
}

.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 {
    text-align: center;
    display: none;
}

.ty-companies .ty-stars {
    display: block;
    margin: 5px 0 0;
}

.ty-rating {
    float: left;
    color: #465f73;
}

.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: 19px;
    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: fontawesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f006";
}

.ty-rating:not(:checked)>.ty-rating__label:hover:before,
.ty-rating:not(:checked)>.ty-rating__label:hover~.ty-rating__label:before {
    content: "\f005";
}

.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: "\f005";
}

.ty-template-small__item-description .ty-stars {
    display: block;
}

#stores_system_map {
    height: 400px;
    width: 100%;
}

#stores_system_map .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#stores_system_map #origin-input,
#stores_system_map #destination-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 10px;
    text-overflow: ellipsis;
    width: 330px;
}

#stores_system_map #origin-input:focus,
#stores_system_map #destination-input:focus {
    border-color: #4d90fe;
}

#stores_system_map #mode-selector {
    color: #fff;
    background-color: #eee;
    margin-left: 10px;
    padding: 5px 10px;
}

#stores_system_map #mode-selector label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 200;
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.threesixty .threesixty_images img.previous-image {
    visibility: hidden;
}

.threesixty .threesixty_images img.current-image {
    visibility: visible;
}

.threesixty .spinner {
    width: 60px;
    display: block;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: calc((100% - 60px) / 2) !important;
    margin-top: -webkit-calc((100% - 60px) / 2) !important;
    margin-top: -moz-calc((100% - 60px) / 2) !important;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.threesixty .spinner span {
    font-family: Arial, 'MS Trebuchet', sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    width: 60px;
}

.threesixty .nav_bar {
    position: absolute;
    bottom: 10px;
    transform: translateX(50%);
    z-index: 10;
    right: 50%;
}

.threesixty .nav_bar a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    text-indent: -99999px;
    margin-right: 8px;
    transition: initial;
}

.threesixty .nav_bar a:last-child {
    margin-right: 0;
}

.threesixty .nav_bar a.nav_bar_play {
    background-position: -363px -588px !important;
}

.threesixty .nav_bar a.nav_bar_previous {
    background-position: -448px -588px !important;
}

.threesixty .nav_bar a.nav_bar_stop {
    background-position: -493px -588px !important;
}

.threesixty .nav_bar a.nav_bar_next {
    background-position: -405px -588px !important;
}

.threesixty .navigation-message {
    position: absolute;
    bottom: 7%;
    text-align: center;
    width: 100%;
}

.threesixty:-webkit-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.threesixty:-moz-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.ty-view-product-images-360-popup {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (max-width: 767px) {
    .ty-view-product-images-360-popup .product-images__360 {
        min-height: 350px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ty-view-product-images-360-popup .product-images__360 {
        min-height: 350px;
    }
}

.general .ty-feature {
    margin: 30px 0px;
}

.general .ty-feature:before,
.general .ty-feature:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.general .ty-feature:after {
    clear: both;
}

.general .ty-feature__image {
    float: left;
    margin: 0 25px 10px 0;
}

.general .ty-feature__description {
    line-height: 140%;
    overflow: hidden;
}

.general .ty-features-all__group {
    margin-bottom: 50px;
}

.general .ty-features-all__list-item {
    padding-bottom: 8px;
}

.general .ty-features-all__list-a {
    font-size: 110%;
}

.general .ty-features-list {
    padding: 3px 0;
}

.general .mp-tag-wrapper {
    position: absolute;
    z-index: 1;
}

.general .mp-tag-wrapper img {
    height: 35px;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-center {
    right: 50%;
    top: 47%;
    transform: translate(50%);
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-top-left {
    top: 5px;
    left: 5px;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-top-left img {
    height: 45px;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-top-right {
    right: 5px;
    top: 5px;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-bottom-left {
    bottom: 18px;
    left: 5px;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-bottom-right {
    right: 5px;
    bottom: 18px;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-top-full-width {
    left: 0;
    top: 0;
    width: 100%;
}

.general .mp-tag-wrapper.mp-tag-wrapper-type-bottom-full-width {
    bottom: 8px;
    left: 0;
    width: 100%;
    max-height: 12px;
    font-size: 11px;
    color: #5a5a5a;
    font-style: italic;
    text-align: center;
}

.general .mp-tag-wrapper.overlay-product {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    left: 0;
    text-align: center;
    top: 9px;
    width: 100%;
}

.general .product-image .mp-tag-wrapper.mp-tag-wrapper-type-bottom-full-width {
    font-size: 10px;
}

@media screen and (max-width: 413px) {
    .general .product-image .mp-tag-wrapper.mp-tag-wrapper-type-bottom-full-width {
        font-size: 8px;
    }
}

.general .mp-flexible-products-outer {
    position: relative;
}

.general .mp-flexible-products-outer .owl-carousel {
    width: 90%;
    margin: auto;
}

.general .mp-flexible-products-outer .product-item {
    text-align: center;
    margin: 0;
    position: relative;
    min-height: 200px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.general .mp-flexible-products-outer .product-item .product-image {
    margin-bottom: 0;
    min-height: 200px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}

.general .mp-flexible-products-outer .product-item .product-image>a img:not(.not-scale) {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transition: all .4s;
}

.general .mp-flexible-products-outer .product-item .product-image>a img:not(.not-scale):hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.general .mp-flexible-products-outer .product-item .product-delivery {
    min-height: 18px;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 18px;
}

.general .mp-flexible-products-outer .product-item .product-delivery img {
    width: 60px;
}

@media screen and (max-width: 767px) {
    .general .mp-flexible-products-outer .product-item .product-delivery img {
        width: 55px;
    }
}

.general .mp-flexible-products-outer .product-item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.general .mp-flexible-products-outer .product-item:hover .mp-product-gif-wapper {
    display: block;
}

.general .mp-flexible-products-outer .product-item .list-button-hover {
    display: none;
    height: 30px;
    margin: 0;
    opacity: 1;
    position: relative;
    top: unset !important;
    padding: 5px 0;
}

.general .mp-flexible-products-outer .product-item .list-button-hover>div {
    border: none;
}

.general .mp-flexible-products-outer .product-item .list-button-hover>div.button-container .mp-buy-now-show {
    display: none;
}

.general .mp-flexible-products-outer .product-item .list-button-hover>div.button-container .ty-btn__add-to-cart {
    margin-right: 0;
}

.general .mp-flexible-products-outer .product-item .list-button-hover>div.mp-compare>a i {
    background-position: -16px -297px !important;
}

.general .mp-flexible-products-outer .product-item .product-title {
    height: 42px;
    white-space: normal;
    font-size: 14px;
    display: block;
    padding: 5px 5px 0 5px;
    text-align: center;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #282828;
}

.general .mp-flexible-products-outer .product-item .overlay-product {
    bottom: 10px;
}

.general .mp-flexible-products-outer .product-item .new-price {
    text-align: center;
}

.general .mp-flexible-products-outer .product-item .product-view-and-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px;
}

@media only screen and (max-width: 767px) {

    .general .mp-flexible-products-outer .product-item .product-view-and-rating .ty-left,
    .general .mp-flexible-products-outer .product-item .product-view-and-rating .ty-right {
        font-size: 11px;
    }

    .general .mp-flexible-products-outer .product-item .product-view-and-rating .ty-left .ty-stars__icon,
    .general .mp-flexible-products-outer .product-item .product-view-and-rating .ty-right .ty-stars__icon {
        font-size: 11px;
    }
}

.general .mp-flexible-products-outer .product-item .new-price,
.general .mp-flexible-products-outer .product-item .old-price {
    margin-top: 2px;
}

.general .mp-flexible-products-outer .product-item.product-item-special {
    background: #fff;
}

.general .mp-flexible-products-outer .product-item .flash-sale-bar__line-empty {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #e0aa4c;
    height: 20px;
    border-radius: 5px;
    top: 0;
    box-sizing: border-box;
}

.general .mp-flexible-products-outer .product-item .flash-sale-bar__wrapper {
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 5px;
}

.general .mp-flexible-products-outer .product-item .flash-sale-bar__complement {
    position: absolute;
    width: 100%;
    background: #e0aa4c;
    border-radius: 4px;
    height: 19px;
    top: 0;
    right: 0;
}

.general .mp-flexible-products-outer .product-item .flash-sale-bar__complement::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 7px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: 0;
    border-radius: 50%;
}

.general .mp-flexible-products-outer .product-item .flash-sale-bar__text {
    position: absolute;
    padding: 2px 5px;
    box-sizing: border-box;
    left: 0;
    border-radius: 30px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    height: 18px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.general .mp-flexible-products-outer .product-item .flash-sale-bar__text.finish-text {
    color: red;
}

@media screen and (max-width: 767px) {
    .general .mp-flexible-products-outer .product-item .flash-sale-bar__text {
        font-size: 12px;
    }
}

.general .mp-flexible-products-outer .ty-owl-controls {
    position: static;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons {
    display: block;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div {
    top: calc(100% / 2 - 50px);
    top: -webkit-calc(100% / 2 - 50px);
    top: -moz-calc(100% / 2 - 50px);
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.disabled {
    background: transparent;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.disabled::after,
.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.disabled::before {
    display: none !important;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.owl-prev {
    left: 3.3%;
    position: absolute;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.owl-prev::after {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 27px;
    background-position: -147px -151px;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.owl-next {
    position: absolute;
    right: 3.3%;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div.owl-next::before {
    content: '';
    background-image: url("../imgs/mp-icon-sprite_1.png") !important;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 27px;
    background-position: -165px -151px;
}

.general .mp-flexible-products-outer .ty-owl-controls .owl-controls .owl-buttons>div i {
    font-size: 25px;
    color: #ccc;
    display: none;
}

.general .mp-flexible-products-outer .owl-item:first-child .product-item::before {
    display: none;
    content: none;
}

.general .products-wrapper {
    margin-bottom: 5px;
}

.general .mp-flexible-products-outer:not(.grid-list) .product-item .product-image {
    height: 250px;
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.general .mp-flexible-products-outer:not(.grid-list) .product-item .product-image>a {
    display: table-cell;
    vertical-align: middle;
}

.general .mp-flexbox-product .mp-product-item-wrapper .product-image,
.general .mp-flexbox-product .product-item .product-image,
.general .mp-flexible-products-outer .product-item .product-image {
    margin-left: auto;
    margin-right: auto;
}

.general .ty-price-update {
    width: 100%;
}

.general .grid-list:not(.mp-flexible-products-outer) {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.general .grid-list:not(.mp-flexible-products-outer) .ty-column4 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

@media screen and (min-width: 1200px) {
    .general .grid-list:not(.mp-flexible-products-outer) .ty-column4 {
        width: calc((100% - 30px) / 4);
        width: -webkit-calc((100% - 30px) / 4);
        width: -moz-calc((100% - 30px) / 4);
    }

    .general .grid-list:not(.mp-flexible-products-outer) .ty-column4:nth-child(4n),
    .general .grid-list:not(.mp-flexible-products-outer) .ty-column4:last-child {
        margin-right: 0;
    }
}

.general .ty-pagination-container .grid-list .ajax-pagination-view-more {
    position: relative;
}

.general .ty-pagination-container .grid-list .ajax-pagination-view-more::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    left: -1px;
}

.general .ty-price {
    position: relative;
    display: inline-block;
}

.general .ty-price .ty-price-num {
    font-size: 16px;
    color: #c48c46;
    font-weight: 400;
}

.general .ty-grid-list__item {
    margin: 0px;
}

.general .ty-grid-list__item:before,
.general .ty-grid-list__item:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.general .ty-grid-list__item:after {
    clear: both;
}

.general .ty-grid-list__item-name {
    margin-top: 5px;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .ty-grid-list__item-name .product-title {
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
}

.general .ty-grid-list__item-name .product-title:hover {
    color: #282828;
}

.general .ty-grid-list__price {
    display: block;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
    min-height: 55px;
}

.general .ty-grid-list__price>span {
    margin-bottom: 2px;
}

.general .ty-grid-list__price>span:last-child .ty-strike {
    position: relative;
}

.general .ty-grid-list__price .buymore-discountmore {
    font-size: 11px;
    color: #eb4d4e;
}

.general .ty-list-price {
    color: #9b9b9b;
    line-height: 100%;
    font-size: 15px;
    font-style: italic;
}

.general .product-discount {
    margin-left: 5px;
}

.general .product-discount * {
    font-weight: 400;
    font-size: 15px;
}

.general .ty-grid-list__image {
    background: transparent;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 310px) and (max-width: 767px) {
    .general .ty-grid-list__image {
        min-height: 138px;
    }
}

.general .ty-grid-list__image a img:not(.not-scale) {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transition: all .4s;
}

.general .ty-grid-list__image a img:not(.not-scale):hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.general .ty-grid-list__image .product-delivery {
    min-height: 18px;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 18px;
}

.general .ty-grid-list__image .product-delivery img {
    width: 60px;
}

@media screen and (max-width: 767px) {
    .general .ty-grid-list__image .product-delivery img {
        width: 55px;
    }
}

.general .grid-list__rating {
    min-height: 24px;
    margin-top: -3px;
    float: left;
    display: none;
}

.mp-banner.balloon-banner {
    bottom: 0;
    left: 0;
    max-width: 370px;
    position: fixed;
    z-index: 103;
}

.mp-banner.balloon-banner .ty-banner__image-item a {
    display: block !important;
}

.mp-banner.balloon-banner .balloon-banner-header {
    position: relative;
    z-index: 12;
}

.mp-banner.balloon-banner .balloon-banner-header .banner-title {
    display: block;
    background-color: #bd8e26;
    height: 15px;
    padding: 5px 15px;
    min-width: 200px;
    opacity: 0.9;
    text-align: left;
    position: absolute;
    bottom: 0;
}

.mp-banner.balloon-banner .balloon-banner-header .banner-title a {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.mp-banner.balloon-banner .balloon-banner-header .button-open {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    width: 210px;
    z-index: 12;
}

.mp-banner.balloon-banner .balloon-banner-header .button-open::after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f0d8";
    color: #fff;
    vertical-align: top;
    position: absolute;
    right: 8px;
}

.mp-banner.balloon-banner .balloon-banner-header .button-close::after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f0d7";
    background-color: #000;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    color: #fff;
    cursor: pointer;
}

.mp-banner.popup-banner {
    min-width: 280px;
    position: fixed;
    left: 50%;
    top: 50%;
    right: initial;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1002;
    overflow: visible;
    max-height: 100%;
}

.mp-banner.popup-banner .popup-banner-content {
    position: relative;
}

.mp-banner.popup-banner .popup-banner-content .button-close::after {
    display: block !important;
    padding: 2px 5px;
    position: absolute;
    z-index: 1003;
    cursor: pointer;
    color: #333;
    padding: 5px;
    right: 13px;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 12px;
    border: 3px solid #333;
    content: '';
    top: 5px;
    background: url("../imgs/mp-icon-sprite_1.png") no-repeat #fff;
    background-position: -760px -32px;
}

.mp-banner.popup-banner .popup-banner-content .ty-banner__image-item img {
    max-height: calc(100vh - 3.75rem);
    max-height: -webkit-calc(100vh - 3.75rem);
    max-height: -moz-calc(100vh - 3.75rem);
    max-width: calc(100vw - 3.75rem);
    max-width: -webkit-calc(100vw - 3.75rem);
    max-width: -moz-calc(100vw - 3.75rem);
}

.ty-ajax-overlay.popup-banner-background {
    display: block !important;
    z-index: 1001;
}

.mp-banner.docking-banner {
    position: relative;
}

.mp-banner.docking-banner .banners.owl-carousel .owl-controls {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.mp-banner.docking-banner .style-close-banner::after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 5px;
    content: '\f00d';
    cursor: pointer;
    text-shadow: 0 1px 1px #eee;
}

.docking-footer-type {
    bottom: -3px !important;
    left: calc(-265%);
    left: -webkit-calc(-265%);
    left: -moz-calc(-265%);
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 630px;
}

.docking-footer-type .mp-banner.docking-banner img {
    width: 100%;
}

@media only screen and (min-width: 471px) and (max-width: 700px) {
    .banner-docking-header-inner .mp-banner.docking-banner .ty-banner__image-item {
        height: 45px;
    }

    .banner-docking-header-inner .mp-banner.docking-banner .ty-banner__image-item img {
        height: 100%;
        width: 100%;
    }
}

.general.desktop .mp-flexible-products-outer:not(.grid-list) .product-item {
    min-height: 375px;
}

.general.desktop .mp-flexible-products-outer:not(.grid-list) .ty-no-image {
    min-width: 100% !important;
    min-height: 260px !important;
}

.general.desktop .mp-flexible-products-outer:not(.grid-list) .owl-wrapper-outer {
    padding-left: 4px;
}

.general.desktop .mp-flexible-products-outer.flexible-products__center,
.general.desktop .mp-flexible-products-outer.flexible-products__center .mp-flexible-products-slick {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.general.desktop .v1-group-floor .v1-group-floor-inner .mp-flexible-products-outer .product-item {
    min-height: 260px;
}

.general.desktop .v1-group-floor .v1-group-floor-inner .mp-flexible-products-outer .product-item .ty-no-image {
    min-height: 150px !important;
}

.general.desktop:not(#pages) .mp-product-block {
    max-height: 450px !important;
    overflow: hidden;
}

.general.desktop .lp-block-promo {
    margin: 20px auto 0;
}

.general.desktop .lp-block-promo .mp-flexible-products-outer .product-item .product-image {
    height: 100%;
    width: 100%;
}

.general.desktop.view .mp-product-detail-image .mp-tag-wrapper.mp-tag-wrapper-type-top-left {
    max-width: none;
    max-height: none;
}

.desktop .cm-sp-scroll-panel {
    float: left;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.desktop .cm-sp-scroll-panel .sp-scrollbar {
    width: 3px;
    background-color: #ccc;
    cursor: pointer;
    border-radius: 5px;
}

.desktop .cm-sp-scroll-panel .sp-scrollbar .sp-thumb {
    background-color: #aaa;
    transition: height 0.2s ease-in-out;
    border-radius: 5px;
}

.desktop .cm-sp-scroll-panel .sp-scrollbar.active .sp-thumb {
    background-color: #999;
}

.desktop .cm-sp-scroll-panel .foo {
    max-height: 30px;
    min-height: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em;
}

.general .break-word {
    word-break: break-word;
}

.general .carved-product-outer {
    display: inline-block;
    width: 100%;
}

.general .carved-product-outer input[type="text"]:-moz-placeholder,
.general .carved-product-outer textarea:-moz-placeholder,
.general .carved-product-outer input[type="password"]:-moz-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
}

.general .carved-product-outer input[type="text"]:-ms-input-placeholder,
.general .carved-product-outer textarea:-ms-input-placeholder,
.general .carved-product-outer input[type="password"]:-ms-input-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
}

.general .carved-product-outer input[type="text"]::-webkit-input-placeholder,
.general .carved-product-outer textarea::-webkit-input-placeholder,
.general .carved-product-outer input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
}

.general .carved-product-outer input[type="text"]::-moz-placeholder,
.general .carved-product-outer textarea::-moz-placeholder,
.general .carved-product-outer input[type="password"]::-moz-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
}

.general .carved-product-outer .carved-product-inner {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.general .carved-product-outer .carved-product-inner>div {
    flex: 0 0 auto;
}

.general .carved-product-outer .carved-product-inner .carved-img {
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    box-sizing: border-box;
}

.general .carved-product-outer .carved-product-inner .carved-img .img-content {
    padding: 0;
    position: relative;
    display: inline-block;
}

.general .carved-product-outer .carved-product-inner .carved-img .img-content label,
.general .carved-product-outer .carved-product-inner .carved-img .img-content .text-special {
    position: absolute;
}

.general .carved-product-outer .carved-product-inner .carved-setting {
    width: 300px;
    margin-left: 100px;
}

.general .side-name {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
}

.general .carved-img-ring>div {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
}

.general .carved-img-ring .side-name {
    width: 100%;
    text-align: center;
}

.general .carved-img-ring .side-name.side-left,
.general .carved-img-ring .side-name.side-right {
    bottom: -8px;
}

.general .carved-img-ring .side-name.side-front {
    bottom: 20px;
}

.general .carved-img-ring .ring-main {
    margin-bottom: 50px;
    position: relative;
}

.general .carved-img-ring .ring-main .text-special {
    top: 90px;
    left: 0;
    width: 525px;
}

.general .carved-img-ring .ring-main .text-special label {
    width: 100%;
    display: block;
    text-align: center;
}

.general .carved-img-ring .ring-main .text-special label,
.general .carved-img-ring .ring-main .text-special span {
    font-size: 30px;
    font-weight: 600;
}

.general .carved-img-ring .ring-sides>div {
    flex: 0 0 auto;
    text-align: center;
    margin-right: 50px;
    width: calc((100% - 50px) / 2);
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    position: relative;
}

.general .carved-img-ring .ring-sides>div:last-child {
    margin-right: 0;
}

.general .carved-img-ring .ring-sides>div .left .text-special,
.general .carved-img-ring .ring-sides>div .right .text-special {
    width: 298px;
}

.general .carved-img-ring .ring-sides>div .left .text-special label,
.general .carved-img-ring .ring-sides>div .right .text-special label {
    width: 100%;
    display: block;
    overflow: hidden;
}

.general .carved-img-ring .ring-sides>div .left .text-special label,
.general .carved-img-ring .ring-sides>div .left .text-special span,
.general .carved-img-ring .ring-sides>div .right .text-special label,
.general .carved-img-ring .ring-sides>div .right .text-special span {
    font-size: 19px;
    font-weight: 600;
}

.general .carved-img-ring .ring-sides>div .left .text-special {
    bottom: 58px;
    right: 2px;
}

.general .carved-img-ring .ring-sides>div .left .text-special label {
    text-align: right;
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
}

.general .carved-img-ring .ring-sides>div .right .text-special {
    bottom: 58px;
    left: 2px;
}

.general .carved-img-ring .ring-sides>div .right .text-special label {
    text-align: left;
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
}

.general .carved-img-braclet {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.general .carved-img-braclet .img-content #id_BRACELET_TYPE {
    left: calc((100% - 400px) / 2);
    left: -webkit-calc((100% - 400px) / 2);
    left: -moz-calc((100% - 400px) / 2);
    top: 6px;
    text-align: center;
}

.general .carved-img-braclet .img-content #id_BRACELET_TYPE label {
    font-size: 32px;
    display: inline-block;
    width: 400px;
    font-weight: 600;
}

.general .carved-img-braclet .img-content #id_BRACELET_TYPE label span {
    font-size: 32px;
    font-weight: 600;
}

.general .carved-img-necklace {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    flex-flow: row wrap;
}

.general .carved-img-necklace>div {
    flex: 0 0 auto;
    text-align: center;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    padding: 8px 0;
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
}

.general .carved-img-necklace>div:nth-child(2n) {
    margin-right: 0;
}

.general .carved-img-necklace>div img {
    max-height: 320px;
    width: 122px;
}

.general .carved-img-necklace label {
    width: 140px;
    font-weight: 400;
    text-align: left;
}

.general .carved-img-necklace .mat-trai label {
    bottom: 24%;
    right: 10%;
    transform: rotate(-74deg);
    min-height: 16px;
    max-height: 16px;
}

.general .carved-img-necklace .mat-phai label {
    bottom: 24%;
    left: 7%;
    transform: rotate(-107deg);
    min-height: 16px;
    max-height: 16px;
}

.general .carved-img-necklace .mat-truoc label,
.general .carved-img-necklace .mat-sau label {
    bottom: 29%;
    transform: rotate(-89deg);
    right: -3%;
}

.general .width-default {
    width: 300px;
}

.general .title-step {
    margin-bottom: 20px;
}

.general .title-step .title {
    color: #bd8e38;
    font-size: 23px;
    font-weight: 400;
}

.general .title-step.control-material .text {
    font-size: 18px;
    margin-left: 10px;
}

.general .title-step .box-single,
.general .title-step .box {
    border-radius: 5px;
    border-color: #d1d1d1;
}

.general .title-step .group-select {
    margin-top: 20px;
}

.general .title-step .group-select .guide-size,
.general .title-step .group-select .select-box-outer {
    position: relative;
}

.general .title-step .group-select .select-box-outer select {
    width: 100%;
    border-radius: 5px;
    border-color: #d1d1d1;
    height: 50px;
    padding-right: 30px;
    -webkit-appearance: none;
}

.general .title-step .group-select .select-box-outer::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 48px;
    background: #fff;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.general .title-step .group-select .select-box-outer:after {
    content: "\f0dd";
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 15px;
    pointer-events: none;
    font-size: 30px;
    height: 100%;
    opacity: 0.7;
}

.general .title-step .group-select .guide-size {
    text-align: right;
    margin-top: 5px;
}

.general .title-step .group-select .guide-size a {
    text-decoration: underline;
}

.general .title-step .group-select .help-inline {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.general .title-step .group-select .help-inline * {
    font-size: 14px;
}

.general .title-step .box-single {
    margin-top: 20px;
    height: 50px;
    width: 100%;
}

.general .title-step .ty-control-group .help-inline {
    position: static;
    padding-left: 0;
}

.general .title-step .box-outer {
    position: relative;
}

.general .title-step .box-outer .announce {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 1;
    background-color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5);
}

.general .title-step .box-outer .announce span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.general .title-step .box-outer .announce span::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    bottom: -3px;
    transform: rotate(45deg);
    z-index: -1;
}

.general .title-step.control-mes-necklace .title {
    margin-bottom: 20px;
}

.general .title-step.control-mes-necklace input {
    margin-bottom: 10px;
    width: 100%;
}

.general .title-step.control-mes-necklace .box-outer .announce {
    bottom: initial;
    top: -98px;
}

.general .choice-material {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    margin-top: 20px;
}

.general .choice-material .item-material {
    position: relative;
    flex: 0 0 auto;
}

.general .choice-material .item-material input {
    display: none;
}

.general .choice-material .item-material .checkmark {
    margin-right: 25px;
    width: 60px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.general .choice-material .item-material .checkmark>span {
    display: inline-block;
    width: 100%;
}

.general .choice-material .item-material .checkmark .color-material {
    border-radius: 50%;
    border: 2px solid transparent;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
    padding: 1px;
}

.general .choice-material .item-material .checkmark .color-material .color-material-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.general .choice-material .item-material .checkmark .name-material {
    margin-top: 5px;
}

.general .choice-material .item-material .white-lable .color-material-inner {
    background: #8e9093;
    background: -moz-linear-gradient(45deg, #8e9093 0%, #8f9194 12%, #eceded 37%, #eceded 48%, #eceded 59%, #a3a5a8 79%, #dfe0e1 100%);
    background: -webkit-linear-gradient(45deg, #8e9093 0%, #8f9194 12%, #eceded 37%, #eceded 48%, #eceded 59%, #a3a5a8 79%, #dfe0e1 100%);
    background: linear-gradient(45deg, #8e9093 0%, #8f9194 12%, #eceded 37%, #eceded 48%, #eceded 59%, #a3a5a8 79%, #dfe0e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e9093', endColorstr='#dfe0e1', GradientType=1);
}

.general .choice-material .item-material .gold-lable .color-material-inner {
    background: #aa7723;
    background: -moz-linear-gradient(45deg, #aa7723 0%, #bc8d37 12%, #e3ba60 36%, #edc66b 49%, #b17f2b 83%, #aa7723 100%);
    background: -webkit-linear-gradient(45deg, #aa7723 0%, #bc8d37 12%, #e3ba60 36%, #edc66b 49%, #b17f2b 83%, #aa7723 100%);
    background: linear-gradient(45deg, #aa7723 0%, #bc8d37 12%, #e3ba60 36%, #edc66b 49%, #b17f2b 83%, #aa7723 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa7723', endColorstr='#aa7723', GradientType=1);
}

.general .choice-material .item-material .rose-lable .color-material-inner {
    background: #b76e5b;
    background: -moz-linear-gradient(45deg, #b76e5b 0%, #df9271 20%, #ee9a77 36%, #febc9a 53%, #e99671 69%, #fba984 86%, #f29e7a 100%);
    background: -webkit-linear-gradient(45deg, #b76e5b 0%, #df9271 20%, #ee9a77 36%, #febc9a 53%, #e99671 69%, #fba984 86%, #f29e7a 100%);
    background: linear-gradient(45deg, #b76e5b 0%, #df9271 20%, #ee9a77 36%, #febc9a 53%, #e99671 69%, #fba984 86%, #f29e7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b76e5b', endColorstr='#f29e7a', GradientType=1);
}

.general .choice-material .item-material input:checked~.checkmark .color-material {
    border-color: #bd8e38;
}

.general .choice-material .item-material:hover input~.checkmark .color-material {
    border-color: #bd8e38;
}

.general .ty-product-block__button {
    text-align: center;
    margin-top: 30px;
}

.general .ty-product-block__button .ty-btn {
    background: #003569;
    border-color: #003569;
    width: 100%;
    padding: 0;
    border-radius: 7px;
    margin-right: 0;
}

.general .ty-product-block__button .ty-btn span {
    font-weight: 400;
}

.general .info-carved-product {
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
}

.general .info-carved-product .name-product {
    color: #003468;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

.general .info-carved-product .line-through {
    border-bottom: 1px solid #07396c;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
}

.general .info-carved-product .line-through.total-price {
    border-bottom: none;
}

.general .info-carved-product .line-through.total-price .title-price,
.general .info-carved-product .line-through.total-price .price,
.general .info-carved-product .line-through.total-price .price * {
    color: #003468;
    font-weight: bold;
}

.general .info-carved-product .line-through .price {
    float: right;
}

.general .info-carved-product .line-through.detail-sides p {
    padding: 4px 0 0px 60px;
    box-sizing: border-box;
}

.general .info-carved-product .ty-product-block__button {
    margin-top: 5px;
    text-align: right;
}

.general .info-carved-product .ty-product-block__button .add-to-card-carved-product,
.general .info-carved-product .ty-product-block__button .product-empty {
    border: none;
    text-transform: uppercase;
    padding: 12px;
    min-width: 180px;
    box-sizing: border-box;
}

.general .info-carved-product .ty-product-block__button .add-to-card-carved-product:disabled,
.general .info-carved-product .ty-product-block__button .product-empty:disabled {
    background-color: #f0f0f0;
    color: #000;
    pointer-events: none;
}

.general .info-carved-product .ty-product-block__button .add-to-card-carved-product {
    background-color: #003468;
    color: #fff;
    max-height: 40px;
}

.general .info-carved-product .ty-product-block__button .product-empty {
    width: auto;
    max-height: 41px;
    line-height: 19px;
    background-color: red;
    margin-top: 50px;
    width: 300px;
    height: 50px;
    margin-left: 50px;
    border-radius: 50px;
    font-size: medium;
    font-weight: 500;
    color: white;
}

.general .infomation-carved-product p,
.general .tabs-description-outer p {
    line-height: 22px;
}

.general .infomation-carved-product ul li::before,
.general .tabs-description-outer ul li::before {
    content: "\f111";
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    font-size: 4px;
    top: -3px;
    margin-right: 7px;
}

.general .infomation-carved-product ul li ul,
.general .tabs-description-outer ul li ul {
    padding-left: 15px;
    box-sizing: border-box;
}

.general .infomation-carved-product ul li ul li::before,
.general .tabs-description-outer ul li ul li::before {
    content: '-';
    font-size: 12px;
}

.general .tabs-description-outer {
    padding: 20px 0 50px;
    margin-top: 40px;
    position: relative;
}

.general .tabs-description-outer .tabs-description {
    max-width: 1200px;
    margin: 0 auto;
}

.general .tabs-description-outer .tabs {
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.general .tabs-description-outer .tabs .item-tab {
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .tabs-description-outer .tabs .item-tab span {
    font-size: 25px;
    color: #363636;
}

.general .tabs-description-outer .tabs .item-tab.active span {
    font-weight: bold;
}

.general .tabs-description-outer .tabs .item-tab::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    background-color: #7c7c7c;
    position: absolute;
    top: 25%;
    right: 0;
}

.general .tabs-description-outer .tabs .item-tab:last-child::after {
    content: none;
}

.general .tabs-description-outer .content-tab {
    display: none;
}

.general .tabs-description-outer .content-tab.active {
    display: block;
}

.general .infomation-carved-product {
    margin: 60px auto 0px;
    display: flex;
    max-width: 1200px;
}

.general .image-carved-product {
    width: 500px;
    display: -ms- flexbox;
    display: -moz- flex;
    display: -webkit- flex;
    display: flex;
    align-items: center;
}

.general .image-carved-product .image-carved-product-inner {
    position: relative;
}

.general .image-carved-product .image-carved-product-inner .text {
    position: absolute;
}

.general .image-carved-product.img-NECKLACE_TYPE {
    height: 500px;
}

.general .image-carved-product.img-NECKLACE_TYPE .text {
    min-width: 190px;
}

.general .image-carved-product.img-NECKLACE_TYPE .text.text-result-1 {
    bottom: 48%;
    left: 11%;
    -webkit-transform: rotateZ(-93deg) skewX(-15deg);
    -moz-transform: rotateZ(-93deg) skewX(-15deg);
    -ms-transform: rotateZ(-93deg) skewX(-15deg);
    -o-transform: rotateZ(-93deg) skewX(-15deg);
    transform: rotateZ(-93deg) skewX(-15deg);
}

.general .image-carved-product.img-NECKLACE_TYPE .text.text-result-2 {
    bottom: 16%;
    left: 20%;
    -webkit-transform: rotateZ(5deg) skewX(11deg);
    -moz-transform: rotateZ(5deg) skewX(11deg);
    -ms-transform: rotateZ(5deg) skewX(11deg);
    -o-transform: rotateZ(5deg) skewX(11deg);
    transform: rotateZ(5deg) skewX(11deg);
}

.general .image-carved-product.img-NECKLACE_TYPE .text.text-result-3 {
    bottom: 21%;
    left: 21%;
    -webkit-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    -moz-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    -ms-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    -o-transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    transform: rotateX(-30deg) rotateZ(5deg) skewX(-18deg);
    font-size: 12px;
}

.general .image-carved-product.img-NECKLACE_TYPE .text.text-result-4 {
    bottom: 49%;
    left: 15.7%;
    -webkit-transform: rotateZ(-91deg) skewX(45deg);
    -moz-transform: rotateZ(-91deg) skewX(45deg);
    -ms-transform: rotateZ(-91deg) skewX(45deg);
    -o-transform: rotateZ(-91deg) skewX(45deg);
    transform: rotateZ(-91deg) skewX(45deg);
    font-size: 10px;
}

.general .image-carved-product.img-BRACELET_TYPE {
    height: 400px;
}

.general .image-carved-product.img-BRACELET_TYPE .text-result-1 {
    width: 500px;
    left: 0;
    top: 6px;
    text-align: center;
}

.general .image-carved-product.img-BRACELET_TYPE .text-result-1 span {
    font-size: 24px;
    font-weight: bold;
}

.general .image-carved-product.img-RING_TYPE {
    height: 400px;
}

.general .image-carved-product.img-RING_TYPE .text-result-1 {
    width: 500px;
    left: 0;
    top: 37%;
    text-align: center;
}

.general .image-carved-product.img-RING_TYPE .text-result-1 span {
    font-size: 29px;
    font-weight: bold;
}

.general .product_carved_result {
    border-bottom: 1px solid #5d7d9d;
}

@media screen and (max-width: 1199px) {
    .general .lp-heart2heart-outer .choice-style-jewelry .content {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .content p {
        margin-top: 15px;
    }

    .general .lp-heart2heart-outer .info-collection .content {
        padding: 0 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .general .lp-heart2heart-outer .info-collection .content>p {
        width: 100%;
    }

    .general .make-it-yourself {
        width: 99%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 5px 40px;
        min-height: initial;
    }

    .general .make-it-yourself .main-title {
        width: 92%;
        left: 4%;
        top: -25px;
    }

    .general .make-it-yourself .main-title span {
        font-size: 18px;
        padding: 10px 6px;
        min-height: 30px;
        line-height: 30px;
    }

    .general .title-step {
        margin-bottom: 10px;
    }

    .general .title-step .title {
        font-size: 16px;
    }

    .general .title-step.control-material .text {
        font-size: 14px;
    }

    .general .title-step .box-single {
        margin-top: 10px;
        height: 40px;
    }

    .general .title-step .group-select {
        margin-top: 10px;
    }

    .general .title-step .group-select .select-box-outer::before {
        height: 38px;
    }

    .general .title-step .group-select .select-box-outer::after {
        font-size: 25px;
    }

    .general .title-step .group-select .select-box-outer select {
        height: 40px;
    }

    .general .title-step .group-select .guide-size a {
        font-size: 12px;
    }

    .general .choice-material {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .general .choice-material .item-material .checkmark {
        width: 50px;
        margin-right: 15px;
    }

    .general .choice-material .item-material .checkmark .color-material {
        height: 50px;
    }

    .general .tabs-description-outer {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .general .tabs-description-outer .tabs {
        margin-bottom: 15px;
    }

    .general .tabs-description-outer .tabs .item-tab {
        padding: 5px 10px;
    }

    .general .tabs-description-outer .tabs .item-tab span {
        font-size: 17px;
    }

    .general .tabs-description-outer .content-tab * {
        font-size: 13px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-necklace>div .side-front,
    .general .carved-product-outer .carved-product-inner .carved-img-necklace>div .left-side {
        left: initial;
        right: 5px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-necklace>div img {
        max-height: 250px;
        width: 95px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-necklace label {
        font-size: 12px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-necklace .mat-trai label {
        bottom: 29%;
        right: -13%;
        transform: rotate(-73deg);
    }

    .general .carved-product-outer .carved-product-inner .carved-img-necklace .mat-phai label {
        bottom: 29%;
        left: -14%;
        transform: rotate(-107deg);
    }

    .general .carved-product-outer .carved-product-inner .carved-img-necklace .mat-truoc label,
    .general .carved-product-outer .carved-product-inner .carved-img-necklace .mat-sau label {
        bottom: 35%;
        right: -19%;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main {
        margin-bottom: 20px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .img-content {
        max-width: 320px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special {
        top: 56px;
        left: 0;
        width: 300px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special label {
        width: 320px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special label,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special span {
        font-size: 19px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div {
        margin-right: 30px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div:last-child {
        margin-right: 0;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .left .text-special,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .right .text-special {
        width: 150px;
        bottom: 29px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .left .text-special label,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .left .text-special span,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .right .text-special label,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .right .text-special span {
        font-size: 10px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides .img-content {
        width: 150px;
    }

    .general .infomation-carved-product .info-carved-product .line-through {
        padding: 10px 0 10px 0;
    }

    .general .info-carved-product .name-product {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .general .width-default {
        width: 100%;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry {
        margin: 0 auto;
        width: 300px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .content {
        padding: 0;
    }

    .general .lp-heart2heart-outer .info-collection .infor-content-outer {
        margin: 0 auto;
        width: 300px;
    }

    .general .lp-heart2heart-outer .info-collection .infor-content-outer .content {
        padding: 0;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .content {
        margin-bottom: 10px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .content p {
        font-size: 13px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs {
        flex-flow: row wrap;
        justify-content: center;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div {
        width: 100%;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:first-child {
        margin-right: 0;
        min-height: 385px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child {
        width: 100%;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child>.tabs-item {
        min-height: 80px;
        width: calc((100% - 10px) / 3);
        width: -webkit-calc((100% - 10px) / 3);
        width: -moz-calc((100% - 10px) / 3);
        margin-right: 5px;
        margin-top: 5px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child>.tabs-item .name {
        font-size: 13px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child>.tabs-item:last-child {
        margin-right: 0;
    }

    .general .lp-heart2heart-outer .info-collection .content p {
        font-size: 13px;
    }

    .general .lp-heart2heart-outer .info-collection .list-img {
        flex-flow: row wrap;
    }

    .general .lp-heart2heart-outer .info-collection .list-img .img-360,
    .general .lp-heart2heart-outer .info-collection .list-img .img-thumbnail {
        width: 100%;
        min-height: 300px;
    }

    .general .lp-heart2heart-outer .info-collection .list-img .img-360 {
        margin-right: 0;
    }

    .general .lp-heart2heart-outer .info-collection .list-img .img-thumbnail>div {
        margin-top: 10px;
        margin-bottom: 0;
        border-radius: 5px;
        min-height: 145px;
    }

    .general .lp-heart2heart-outer .info-collection .list-img .img-thumbnail>div img {
        border-radius: 5px;
    }

    .general .lp-heart2heart-outer .make-it-yourself {
        margin-top: 85px;
        padding-bottom: 20px;
    }

    .general .carved-product-outer .carved-product-inner {
        flex-flow: row wrap;
    }

    .general .carved-product-outer .carved-product-inner .carved-img,
    .general .carved-product-outer .carved-product-inner .carved-setting {
        width: 100%;
    }

    .general .carved-product-outer .carved-product-inner .carved-setting {
        margin-left: 0;
        margin-top: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .general .carved-product-outer .braclet-outer .img-content {
        max-width: 320px;
    }

    .general .carved-product-outer .braclet-outer .img-content #id_BRACELET_TYPE {
        top: 2px;
        left: 0;
    }

    .general .carved-product-outer .braclet-outer .img-content #id_BRACELET_TYPE label {
        width: 320px;
    }

    .general .carved-product-outer .braclet-outer .img-content #id_BRACELET_TYPE label,
    .general .carved-product-outer .braclet-outer .img-content #id_BRACELET_TYPE label span {
        font-size: 17px;
    }

    .general .infomation-carved-product {
        flex-flow: row wrap;
        margin-top: 30px;
    }

    .general .infomation-carved-product>div {
        width: 100%;
    }

    .general .infomation-carved-product .image-carved-product {
        text-align: center;
        margin: 0 auto;
        max-width: 320px;
        height: 320px;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text {
        font-size: 11px;
        text-align: left;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-1 {
        bottom: 58%;
        left: 0;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-2 {
        bottom: 14.5%;
        left: 21%;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-3 {
        bottom: 20%;
        left: 22%;
        font-size: 8px;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-4 {
        bottom: 60%;
        left: 4%;
        -webkit-transform: rotateY(-50deg) rotateZ(-94deg) skewX(45deg);
        -moz-transform: rotateY(-50deg) rotateZ(-94deg) skewX(45deg);
        -ms-transform: rotateY(-50deg) rotateZ(-94deg) skewX(45deg);
        -o-transform: rotateY(-50deg) rotateZ(-94deg) skewX(45deg);
        transform: rotateY(-50deg) rotateZ(-94deg) skewX(45deg);
    }

    .general .infomation-carved-product .image-carved-product.img-BRACELET_TYPE {
        height: 100px;
    }

    .general .infomation-carved-product .image-carved-product.img-BRACELET_TYPE .text-result-1 {
        width: 320px;
        top: 2px;
    }

    .general .infomation-carved-product .image-carved-product.img-BRACELET_TYPE .text-result-1 span {
        font-size: 17px;
    }

    .general .infomation-carved-product .image-carved-product.img-RING_TYPE {
        height: 150px;
    }

    .general .infomation-carved-product .image-carved-product.img-RING_TYPE .text-result-1 {
        width: 320px;
        top: 34%;
    }

    .general .infomation-carved-product .image-carved-product.img-RING_TYPE .text-result-1 span {
        font-size: 24px;
    }

    .general .infomation-carved-product .info-carved-product {
        padding: 20px 10px 0;
    }

    .general .infomation-carved-product .info-carved-product .line-through {
        padding: 10px 0 10px 0;
    }
}

@media screen and (max-width: 359px) {
    .general .tabs-description-outer .tabs .item-tab span {
        font-size: 14px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .img-content {
        max-width: 290px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special {
        top: 50px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special label {
        width: 290px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special label,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-main .text-special span {
        font-size: 18px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div {
        margin-right: 10px;
        width: calc((100% - 10px) / 2);
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div:last-child {
        margin-right: 0;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .left span,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .right span {
        bottom: 28px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .left label,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .left span,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .right label,
    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides>div .right span {
        font-size: 10px;
    }

    .general .carved-product-outer .carved-product-inner .carved-img-ring .ring-sides .img-content {
        width: 100%;
    }

    .general .carved-product-outer .braclet-outer .img-content #id_BRACELET_TYPE label {
        width: 300px;
    }

    .general .infomation-carved-product .image-carved-product {
        max-width: 290px;
    }

    .general .infomation-carved-product .image-carved-product.img-RING_TYPE .text-result-1 {
        width: 290px;
        top: 37%;
    }

    .general .infomation-carved-product .image-carved-product.img-RING_TYPE .text-result-1 span {
        font-size: 21px;
    }

    .general .infomation-carved-product .image-carved-product.img-BRACELET_TYPE .text-result-1 {
        width: 290px;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text {
        font-size: 10px;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-1 {
        bottom: 61%;
        left: -8px;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-2 {
        bottom: 14%;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-3 {
        bottom: 19.5%;
    }

    .general .infomation-carved-product .image-carved-product.img-NECKLACE_TYPE .text.text-result-4 {
        bottom: 61%;
        left: 1%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:first-child {
        min-height: 385px;
        margin-right: 10px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child .tabs-item {
        margin-right: 10px;
        min-height: initial;
        width: calc((100% - 20px) / 3);
        width: -webkit-calc((100% - 20px) / 3);
        width: -moz-calc((100% - 20px) / 3);
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child .tabs-item .name {
        font-size: 13px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child .tabs-item .box-tab {
        min-height: 132px;
    }

    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child .tabs-item:last-child {
        margin-right: 0;
    }

    .general .info-collection .list-img {
        justify-content: space-between;
    }

    .general .info-collection .list-img .img-360 {
        min-height: initial;
        margin-right: 10px;
        width: calc(50.5% - 10px);
        width: -webkit-calc(50.5% - 10px);
        width: -moz-calc(50.5% - 10px);
    }

    .general .info-collection .list-img .img-thumbnail {
        width: 49%;
        min-height: 145px;
    }

    .general .info-collection .list-img .img-thumbnail>div {
        min-height: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .general .lp-heart2heart-outer .choice-style-jewelry .tabs {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .general .info-collection .list-img {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .general .carved-product-outer .carved-product-inner .carved-setting {
        width: 350px;
        margin-left: 50px;
    }

    .general .carved-product-outer .carved-product-inner .braclet-outer .img-content {
        max-width: 340px;
    }

    .general .carved-product-outer .carved-product-inner .braclet-outer .img-content #id_BRACELET_TYPE {
        top: 2px;
        left: 0;
    }

    .general .carved-product-outer .carved-product-inner .braclet-outer .img-content #id_BRACELET_TYPE label {
        width: 340px;
    }

    .general .carved-product-outer .carved-product-inner .braclet-outer .img-content #id_BRACELET_TYPE label,
    .general .carved-product-outer .carved-product-inner .braclet-outer .img-content #id_BRACELET_TYPE label span {
        font-size: 18px;
    }

    .general .image-carved-product {
        flex: 0 0 410px;
        height: 410px;
    }

    .general .image-carved-product.img-NECKLACE_TYPE .text.text-result-1 {
        bottom: 52%;
        left: 6.8%;
    }

    .general .image-carved-product.img-NECKLACE_TYPE .text.text-result-2 {
        bottom: 15.5%;
        left: 20%;
        font-size: 13px;
    }

    .general .image-carved-product.img-NECKLACE_TYPE .text.text-result-3 {
        bottom: 20.5%;
    }

    .general .image-carved-product.img-NECKLACE_TYPE .text.text-result-4 {
        bottom: 53%;
        left: 11.5%;
    }

    .general .image-carved-product.img-BRACELET_TYPE .text-result-1 {
        width: 410px;
    }

    .general .image-carved-product.img-BRACELET_TYPE .text-result-1 span {
        font-size: 22px;
    }

    .general .image-carved-product.img-RING_TYPE {
        height: 400px;
    }

    .general .image-carved-product.img-RING_TYPE .text-result-1 {
        width: 410px;
        top: 37%;
    }

    .general .image-carved-product.img-RING_TYPE .text-result-1 span {
        font-size: 30px;
    }

    .general .info-carved-product {
        width: calc(100% - 410px);
        width: -webkit-calc(100% - 410px);
        width: -moz-calc(100% - 410px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .general .lp-heart2heart-outer .choice-style-jewelry .tabs>div:last-child {
        width: calc(100% - 320px);
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
    }

    .general .info-collection .list-img .img-360,
    .general .info-collection .list-img .img-thumbnail {
        min-height: initial;
    }

    .general .info-collection .list-img .img-thumbnail>div {
        min-height: 212px;
    }
}

@media screen and (min-width: 1200px) {
    .general .image-carved-product {
        flex: 0 0 auto;
    }

    .general .info-carved-product {
        width: calc(100% - 500px);
        width: -webkit-calc(100% - 500px);
        width: -moz-calc(100% - 500px);
    }
}

@media screen and (min-width: 768px) {
    .general .infomation-carved-product .info-carved-product {
        padding: 0 0 0 20px;
    }
}

.general .mp-product-option-size-open {
    padding: 10px 0;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general .mp-product-option-size-open span {
    color: #555;
    cursor: pointer;
    font-size: 12px;
    font-style: italic;
}

.general .mp-product-option-size-open span::after {
    content: "\f107";
    padding-left: 5px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.general.desktop .mp-product-option-size-wrapper .mp-product-option-size-content .mp-size {
    width: 1100px;
}

h2.ty-mainbox-title {
    margin-top: 10px;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 155%;
    font-weight: normal;
    color: #000;
}

.tygh-top-panel .ty-select-block__a {
    padding: 7px 3px 4.5px 3px;
    height: 34px;
    box-sizing: border-box;
}

.tygh-top-panel .ty-flag {
    margin-top: 0px;
    margin-right: 0;
}

.tygh-top-panel .ty-select-block {
    top: 34px;
}

.tygh-top-panel .ty-select-block .ty-select-block__list-item {
    padding: 0;
}

.tygh-top-panel .ty-dropdown-box__content {
    margin-top: 0;
}

.tygh-top-panel input[type="text"],
.tygh-top-panel input[type="password"],
.tygh-top-panel textarea,
.tygh-top-panel select {
    font-size: 12px;
}

.tygh-top-panel .ty-btn-go,
.tygh-top-panel .ty-btn-go * {
    font-size: 22px;
}

.ty-dropdown-box__title:hover,
.ty-dropdown-box__title.open {
    background: #d2dde4;
    color: #2d3540;
}

.ty-dropdown-box__title:hover *,
.ty-dropdown-box__title:hover a,
.ty-dropdown-box__title:hover i,
.ty-dropdown-box__title.open *,
.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i {
    color: initial;
}

.ty-dropdown-box__title.open {
    background: #9fb2c0;
}

.ty-dropdown-box__title i {
    margin-left: 3px;
}

.ty-dropdown-box__title i.ty-icon-moon-user {
    margin-right: 2px;
}

.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before {
    font-size: 11px;
}

.tygh-header p,
.tygh-header div,
.tygh-header li,
.tygh-header a {
    font-size: 13px;
}

.ty-search-block>form {
    padding-right: 35px;
}

.ty-search-magnifier {
    background: #ff5319;
    color: white;
    top: 0;
    height: 100%;
    right: 0;
    width: 35px;
}

input.ty-search-block__input {
    padding: 7px 8px 7px 8px;
    height: 35px;
    font-size: 12px;
}

.cm-hint {
    color: #8d8c8c;
}

.top-cart-content {
    background: none;
}

.top-cart-content .ty-dropdown-box {
    display: block;
}

.top-cart-content .ty-dropdown-box__title {
    padding: 0 13px 0 35px;
    border-width: 0;
}

.top-cart-content .ty-dropdown-box__title i {
    margin-left: 0;
}

.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
    background: #4fbe31;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin-left: 0;
    line-height: 32px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
    background: #4fbe31;
}

.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
    background: #9fb2c0;
}

.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
    color: #2e3a47;
}

.top-cart-content .ty-icon-down-micro {
    color: #4fbe31;
    padding-left: 10px;
}

.top-cart-content .ty-icon-down-micro:before {
    content: "\e019";
    font-size: 1.2em;
}

.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:hover .ty-icon-down-micro,
.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
    color: #4fbe31;
}

.ty-minicart-title {
    color: #2e3a47;
    padding-left: 6px;
}

.ty-minicart-title * {
    line-height: 100%;
}

.ty-minicart-title .ty-minicart-title__header {
    font-weight: bold;
}

.ty-minicart-title .ty-minicart-title__header+span {
    padding-top: 10px;
    padding-bottom: 7px;
}

.ty-estimation-buttons .ty-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

.buttons-container.ty-cart-content__top-buttons .ty-btn,
.buttons-container.ty-cart-content__bottom-buttons .ty-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

@media screen and (max-width: 979px) {

    .buttons-container.ty-cart-content__top-buttons button.ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
        width: 100%;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
        display: block;
        margin-left: 0;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
    .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
        text-align: right;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
        margin-left: auto;
        margin-right: 0;
    }
}

.ty-menu__submenu-item-header {
    border-color: #dce3ea;
}

.homepage-banners .owl-theme {
    margin: 23px 0;
}

.homepage-banners .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.homepage-banners .owl-theme .owl-controls .owl-page span {
    margin: 9px 4px 9px 5px;
}

.homepage-banners .owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 1px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #2d3540;
    background: #2d3540;
    opacity: 1;
    filter: alpha(opacity=100);
}

.homepage-banners .owl-theme .owl-controls .owl-page.active span.owl-numbers {
    border-color: #4fbe31;
    background: #9fb2c0;
}

.ty-grid-list__item-name .product-title {
    line-height: 120%;
    color: #8d8c8c;
}

.ty-grid-list__item-name .product-title:hover {
    color: #4fbe31;
}

.ty-footer-menu * {
    font-size: 13px;
}

.ty-footer-menu .ty-footer-general__header {
    font-weight: bold;
    text-transform: uppercase;
    color: #4c535d;
}

.ty-footer-menu .ty-footer-general__header,
.ty-footer-menu .ty-footer-general__header * {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .ty-footer-menu .ty-footer-general__header {
        padding-top: 15px;
    }
}

.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
    color: #9a9ea3;
}

.ty-footer-general__body {
    line-height: 140%;
}

.ty-footer-general__body a:hover {
    color: #465f73;
}

@media (max-width: 767px) {
    .ty-footer-general__header {
        border-bottom: 1px solid #e1e1e1;
    }

    .ty-footer-general__icon-open,
    .ty-footer-general__icon-hide {
        color: #bfbfbf;
    }

    .ty-footer-general__body .ty-text-links__item,
    .ty-footer-general__body .ty-account-info__links li {
        border-bottom: none;
    }
}

.ty-footer-menu__item a:hover {
    color: #2d3540;
}

.footer-contacts .greeny {
    color: #4fbe31;
}

.footer-contacts p,
.footer-contacts li {
    color: #36383b !important;
}

.ty-logo-container {
    margin-top: 0;
}

.top-search {
    margin-top: 7px;
}

.top-cart-content {
    margin-top: 7px;
    margin: 7px 0;
}

@media (max-width: 480px) {
    .top-cart-content {
        margin: 20px 0 5px 0;
    }
}

.homepage-hotdeals {
    margin: 50px 0;
}

.main-content-grid {
    margin-bottom: 16px;
}

.ty-account-info__title {
    padding: 0px 3px;
}

.logged .ty-account-info__title,
.ty-dropdown-box__title a,
.ty-dropdown-box .ty-icon-down-micro,
.ty-select-block__a,
.ty-select-block__arrow {
    color: #2d3540;
}

.ty-dropdown-box .ty-icon-down-micro {
    top: 3px;
    font-size: 15px;
}

.ty-select-block__arrow {
    margin-left: 0px;
    line-height: 130%;
}

.top-languages .ty-select-block__a,
.top-currencies .ty-select-block__a {
    color: #9eb2c0;
}

.top-languages .ty-select-block__a:hover,
.top-languages .ty-select-block__a.open,
.top-languages .ty-select-block__a.open:hover,
.top-currencies .ty-select-block__a:hover,
.top-currencies .ty-select-block__a.open,
.top-currencies .ty-select-block__a.open:hover {
    color: #9eb2c0;
}

.top-languages .ty-select-block__a.open .ty-select-block__arrow,
.top-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open .ty-select-block__arrow,
.top-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
    color: #2d3540;
}

.top-languages+.top-currencies {
    margin-left: 17px;
}

.ty-text-links__item:last-child {
    margin-right: 0;
}

.top-quick-pages {
    margin: 9px 4px 0px 0px;
}

.top-quick-pages .ty-text-links {
    margin-right: 0;
}

.top-quick-links {
    margin: 6px 4px 0px 0px;
}

.top-quick-links .ty-text-links__item {
    position: relative;
}

.top-quick-links .ty-text-links__item a:hover {
    color: #4fbe31;
}

.top-quick-links .ty-quick-menu-item__points:before {
    color: #4fbe31;
}

.top-quick-links .ty-quick-menu-item__gift:before {
    color: #ff5319;
}

.ty-red {
    color: #f00;
}

.ty-blue {
    color: #4d89c7;
}

.ty-blue-light {
    color: #00afff;
}

.ty-blue-light2 {
    color: #009cff;
}

.ty-underline,
.ty-exception__links-a {
    text-decoration: underline;
}

.ty-underline:hover,
.ty-exception__links-a:hover {
    text-decoration: none;
}

.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a:hover {
    background-color: #4fbe31;
    color: white;
}

input.ty-search-block__input {
    border-color: #dce3ea;
}

.cm-hint {
    color: #8ca0b5;
}

.ty-mainbox-title {
    font-size: 22px;
}

.owl-carousel .owl-carousel {
    z-index: 0;
}

.owl-carousel.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    margin: 5px 9px 5px 8px;
    padding: 0;
    background: none;
    font-family: Arial;
    font-size: 11px;
    text-transform: lowercase;
    color: #8d8c8c;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f104";
    display: inline-block;
    height: 27px;
    width: 15px;
    line-height: 28px;
    margin-left: 7px;
    border: 1px solid #dce3ea;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: "\f105";
    display: inline-block;
    height: 27px;
    width: 15px;
    line-height: 28px;
    margin-right: 7px;
    border: 1px solid #dce3ea;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
    border-color: #4fbe31;
}

.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-prev:after {
    display: none !important;
}

.ty-scroller-advanced .ty-scroller-list__item .owl-buttons .owl-next:before {
    display: none !important;
}

.ty-news-sidebox__item {
    border-bottom: none;
    padding-bottom: 5px;
}

.ty-news-sidebox__item-date {
    display: inline-block;
    padding-right: 20px;
}

.ty-news-text-links__date {
    border-color: #dce3ea;
    color: #8d8c8c;
}

.ty-news-sidebox__button {
    padding: 0;
    background: none;
    color: #4fbe31;
    font-size: 13px;
}

.ty-news-sidebox__button:hover {
    color: #4fbe31;
}

.testimonials-block .discussion-testimonial-post {
    padding-bottom: 10px;
}

.testimonials-block .discussion-testimonial-post+.ty-right {
    text-align: left;
}

.testimonials-block .discussion-testimonial-post+.ty-right a {
    color: #4fbe31;
}

.footer-stay-connected {
    background: #26323e;
    background: #2d3d4a;
}

.subscribe-fees {
    margin: 14px 0;
}

.subscribe-fees .ty-wysiwyg-content {
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.subscribe-fees .ty-wysiwyg-content:before {
    content: "\e02f";
    font-family: glyphs;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    margin: -15px 0 0;
    color: white;
    font-size: 3em;
}

.subscribe-fees h3 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 6px;
}

.subscribe-fees p {
    color: white;
    padding: 0;
    line-height: 1.5em;
}

h3.ty-social-link__title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 38px;
}

@media screen and (max-width: 767px) {
    h3.ty-social-link__title {
        margin-top: 0;
    }
}

.tygh-footer .ty-mainbox-title {
    color: #465f73;
}

.bottom-copyright {
    font-size: 13px;
}

.ty-btn {
    padding: 6px 7px;
    text-transform: uppercase;
}

.ty-btn.ty-btn__text {
    padding: 0;
}

.ty-btn-go {
    box-sizing: border-box;
}

.ty-price-num {
    font-size: 16px;
}

.ty-sort-dropdown__content li {
    padding: 0;
}

.ty-sort-container__views-a.active:hover {
    color: #ff5319;
}

@media screen and (max-width: 700px) {
    .some_class {
        margin-left: 13px;
    }
}

.ty-wysiwyg-content h1.ty-main-title {
    color: #040404 !important;
}

.ty-wysiwyg-content h1.ty-main-title2 {
    color: #040404 !important;
}

.ty-wysiwyg-content h3.ty-main-title2 {
    color: #040404 !important;
}

.ty-cr-phone-number-link .ty-cr-link a {
    font-size: 12px;
    color: #4fbe31 !important;
    text-decoration: underline;
}

.ty-cr-phone-number-link .ty-cr-link a:hover {
    text-decoration: none;
}

.ty-cr-phone-number-link .ty-cr-phone {
    font-size: 19px;
    color: #2e3a47 !important;
}

.ty-cr-phone-number-link .ty-cr-phone-prefix {
    color: #6d86a1;
}

.ty-cr-phone-number-link .ty-cr-work {
    display: inline-block;
    padding-top: 5px;
    color: #8d8c8c !important;
}

.ty-cr-phone-number-link .ty-cr-work-hours {
    color: #6d86a1;
}

.ty-cr-content-grid:before,
.ty-cr-content-grid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-cr-content-grid:after {
    clear: both;
}

.ty-cr-phone-number-link {
    margin: 0;
    text-align: left;
}

.ty-cr-phone-number-link * {
    font-family: Arial;
}

@media screen and (max-width: 767px) {
    .ty-cr-phone-number-link {
        margin: 0 auto 15px;
        max-width: 100%;
        padding: 0;
    }
}

.ty-cr-phone-number-link .ty-cr-link {
    float: left;
    margin-right: -110px;
}

@media screen and (max-width: 767px) {
    .ty-cr-phone-number-link .ty-cr-link {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.ty-cr-phone-number-link .ty-cr-phone {
    font-size: 19px;
}

.ty-cr-phone-number-link .ty-cr-phone-prefix {
    font-weight: normal;
}

.ty-cr-phone-number-link .ty-cr-work {
    margin-left: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}

.ty-cr-phone-number-link .ty-cr-work-hours {
    padding-top: 4px;
    font-size: 11px;
    color: #6d86a1;
}

@media (max-width: 1100px) {
    .ty-cr-phone-number-link>span.ty-cr-work {
        font-size: 10px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .ty-cr-content-grid .ty-cr-phone-number-link {
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .ty-top-grid_float {
        float: left !important;
        width: auto !important;
    }
}

@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;
    }
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot);
    src: local('Open Sans'), local('OpenSans'), url(../RjgO7rYTmqiVp7vzi-Q5UfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(../RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../HxndcvKFXWMbmSKW3biIqQ.eot);
    src: local('PT Sans'), local('PTSans-Regular'), url(../HxndcvKFXWMbmSKW3biIqQ.eot) format('embedded-opentype'), url(../yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}

.ty-wysiwyg-content .ty-cr-phone-number-link {
    padding-left: 0;
}

.top-logo {
    margin-top: 3px;
}

.ty-search-magnifier {
    text-align: center;
}

.widget.top-cart-content {
    background: none;
    margin: 0;
}

.widget.top-cart-content .ty-minicart-title__header {
    display: none;
}

.widget.top-cart-content .ty-dropdown-box {
    display: block;
}

.widget.top-cart-content .ty-dropdown-box__title {
    padding: 0 13px 0 35px;
    border-width: 0;
}

.widget.top-cart-content .ty-dropdown-box__title i {
    margin-left: 0;
}

.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
    background: none;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin-left: 0;
    line-height: 32px;
    color: gray;
    text-align: center;
    font-size: 14px;
}

.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon:hover {
    background: none;
}

.widget.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
    background: none;
}

.widget.top-cart-content .ty-dropdown-box__title {
    height: 34px;
    padding-left: 25px;
    padding-top: 2px;
}

.widget.top-cart-content .ty-dropdown-box__title.open .ty-minicart-title {
    color: #2e3a47;
    height: 34px;
}

.widget.top-cart-content .ty-icon-down-micro {
    color: #4fbe31;
    padding-left: 10px;
}

.widget.top-cart-content .ty-icon-down-micro:before {
    content: "\e019";
    font-size: 1.2em;
}

.widget.top-cart-content .ty-dropdown-box__title:hover .ty-icon-down-micro,
.widget.top-cart-content .ty-dropdown-box__title.open .ty-icon-down-micro {
    color: #4fbe31;
}

.widget.top-currencies {
    margin-left: 0;
}

.widget .ty-select-block__arrow {
    line-height: 100%;
}

@media (max-width: 767px) {
    .footer-menu-shop .ty-text-links-btn {
        display: none !important;
    }

    .footer-menu-create-orders .ty-text-links-btn {
        display: none !important;
    }
}

[data-icon]:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    content: attr(data-icon);
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="ty-icon-"]:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
}

.ty-quick-menu-item__points:before,
.ty-quick-menu-item__gift:before,
.ty-icon-moon-facebook,
.ty-icon-moon-twitter,
.ty-icon-moon-mail,
.ty-icon-moon-vk,
.ty-icon-moon-heart,
.ty-icon-moon-percent,
.ty-icon-moon-user,
.ty-icon-moon-commerce {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ty-icon-moon-commerce:before {
    content: "\e900";
}

.ty-icon-moon-facebook:before {
    content: "\e169";
}

.ty-icon-moon-twitter:before {
    content: "\e16d";
}

.ty-icon-moon-user:before {
    content: "\f007";
}

.ty-icon-moon-mail:before {
    content: "\f003";
}

.ty-icon-moon-vk:before {
    content: "\e602";
}

.ty-icon-moon-heart:before {
    content: "\e603";
}

.ty-icon-moon-percent:before {
    content: "\e604";
}

.ty-quick-menu-item__points:before {
    content: "\e604";
}

.ty-quick-menu-item__gift:before {
    content: "\e603";
}

.ty-social-link {
    vertical-align: middle;
}

.ty-social-link [class*="ty-icon-moon-"] {
    margin-right: 8px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
}

.ty-social-link [class*="ty-icon-moon-"]:hover {
    color: #fff;
    border-color: #4fbe31;
}

.ty-social-link .ty-icon-moon-vk {
    padding: 8px;
    font-size: 12px;
}

.ty-social-link:last-child i {
    margin-right: 0;
}

.ty-social-link-block {
    margin: 25px 15px 25px 0;
}

@media screen and (max-width: 1120px) {
    .ty-social-link-block {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 22px;
        text-align: center;
    }
}

h3.ty-social-link__title {
    font-size: 16px !important;
    font-family: 'PT Sans';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 38px;
}

@media screen and (max-width: 979px) {
    h3.ty-social-link__title {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    h3.ty-social-link__title {
        margin-top: 0;
    }
}

.ty-social-link {
    top: 0;
    margin-right: 0;
}

.ty-banners-free-ship {
    margin-top: 25px;
}

.ty-banners-free-ship .ty-banner__image-wrapper {
    margin: 0;
}

.ty-banners-pickup {
    margin-top: 5.5%;
    margin-bottom: 23px;
}

.ty-banners-pickup .ty-banner__image-wrapper {
    margin: 0;
}

@media (min-width: 481px) and (max-width: 767px) {

    .ty-banners-free-ship,
    .ty-banners-pickup {
        width: 48.5%;
        margin-top: 0px;
        float: left;
    }

    .ty-banners-free-ship {
        margin-right: 3%;
    }
}

.ty-discussion-post__content {
    margin-top: 18px;
    margin-bottom: 0;
}

.ty-discussion-post__author {
    margin-left: 0;
}

.ty-discussion-post__author,
.ty-discussion-post__date,
.ty-discussion-post__message {
    margin-left: 0;
}

.homepage-reviews .ty-discussion-post {
    margin: 22px 0 26px 0;
}

.ty-discussion-post {
    padding: 12px 15px;
}

.ty-footer-form-block {
    margin-top: 25px;
}

.ty-footer-form-block .ty-footer-form-block__title {
    font-size: 16px !important;
    font-family: 'PT Sans';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 38px;
}

.ty-footer-form-block.ty-footer-newsletters-block .ty-footer-form-block__title {
    display: none;
}

@media screen and (max-width: 1120px) {
    .footer-stay-connected .ty-grid {
        width: 100%;
        margin-left: 0;
    }

    .footer-stay-connected .ty-grid .ty-float-left {
        float: none;
    }

    .footer-stay-connected .ty-grid .ty-footer-form-block {
        text-align: center;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .footer-stay-connected .ty-grid .ty-footer-form-block .ty-footer-form-block__title {
        margin-bottom: 3px;
    }
}

form[name="subscribe_form"] .ty-footer-form-block__form {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

form[name="subscribe_form"] .ty-footer-form-block__form h1,
form[name="subscribe_form"] .ty-footer-form-block__form h2,
form[name="subscribe_form"] .ty-footer-form-block__form h3,
form[name="subscribe_form"] .ty-footer-form-block__form h4,
form[name="subscribe_form"] .ty-footer-form-block__form h5,
form[name="subscribe_form"] .ty-footer-form-block__form h6 {
    margin: 0;
}

form[name="subscribe_form"] .ty-footer-form-block__form .ty-block {
    font-size: 13px;
    line-height: 120%;
    text-transform: none;
}

form[name="subscribe_form"] .ty-footer-form-block__form h3 {
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: normal;
}

form[name="subscribe_form"] .ty-footer-form-block__form h3 .ty-block {
    margin-top: 5px;
    font-weight: normal;
}

form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
    position: relative;
    padding-left: 55px;
    padding-right: 2%;
    width: 36.5%;
    text-align: left !important;
}

form[name="subscribe_form"] .ty-footer-form-block__form.with-side i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
}

@media screen and (max-width: 960px) {
    form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    form[name="subscribe_form"] .ty-footer-form-block__form.with-side {
        width: 70%;
    }
}

form[name="subscribe_form"] .ty-footer-form-block__form+.ty-footer-form-block__form {
    width: 53.5%;
}

@media screen and (max-width: 960px) {
    form[name="subscribe_form"] .ty-footer-form-block__form+.ty-footer-form-block__form {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
        width: 53.5%;
    }
}

@media screen and (max-width: 766px) {
    form[name="subscribe_form"] .ty-footer-form-block__form+.ty-footer-form-block__form {
        width: 85%;
    }
}

@media screen and (max-width: 600px) {
    form[name="subscribe_form"] .ty-footer-form-block__form+.ty-footer-form-block__form {
        width: 100%;
    }
}

form[name="subscribe_form"] .ty-footer-form-block__form input .cm-hint {
    color: #8d8c8c;
}

form[name="subscribe_form"] .ty-footer-form-block__form input+.ty-btn-go {
    height: 34px;
}

form[name="subscribe_form"] .ty-footer-form-block__form input+.ty-btn-go .ty-btn-go__icon {
    top: 7px;
}

form[name="subscribe_form"] .ty-footer-form-block__form>div {
    vertical-align: top;
    display: inline-block;
}

.ty-btn__subscribe {
    background: #4fbe31;
    color: #fff;
}

.ty-btn__subscribe:hover {
    color: #fff;
}

.ty-btn__subscribe.ty-btn__text {
    color: #4fbe31;
}

@media (max-width: 480px) {
    .top-menu-grid {
        padding-top: 15px;
    }

    .top-cart-content {
        width: 100%;
        margin: 0px 0px;
        margin-top: 15px;
    }

    .top-cart-content .ty-dropdown-box {
        text-align: center;
    }

    .top-cart-content .ty-block {
        text-align: left;
    }
}

@media (min-width: 480px) and (max-width: 667px) {
    .row-fluid div.search-block-grid {
        width: 60%;
        float: left;
    }

    .top-search {
        margin-right: 2%;
    }

    .row-fluid div.cart-content-grid {
        width: 39%;
        float: left;
        margin-top: 7px;
    }

    .top-cart-content {
        float: left;
        margin: 0px 0px;
    }

    .top-menu-grid {
        padding-top: 20px;
    }
}

@media (min-width: 667px) and (max-width: 767px) {
    .top-menu-grid {
        padding-top: 20px;
    }

    .row-fluid div.search-block-grid {
        width: 70%;
        float: left;
    }

    .top-search {
        margin-right: 2%;
    }

    .row-fluid div.cart-content-grid {
        width: 29%;
        float: left;
        margin-top: 7px;
    }

    .top-cart-content {
        float: left;
        margin: 0px 0px;
    }
}

.owl-carousel.ty-scroller-list.grid-list {
    padding: 0;
    border-width: 0;
    background: none transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer {
    background: none transparent;
}

.ty-scroller-advanced .owl-theme {
    margin: 0 0 10px 0;
}

.ty-scroller-advanced .owl-theme .owl-wrapper-outer {
    padding: 10px 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .ty-scroller-list__item.ty-column4 {
    display: block;
    width: auto;
}

.owl-theme .ty-grid-list__item .owl-controls {
    height: 0;
}

.owl-theme .ty-grid-list__item .owl-controls .owl-buttons {
    height: 0;
}

.owl-theme .ty-grid-list__item .owl-controls .owl-buttons div {
    padding: 0;
    margin: 0;
    color: #2e3a47;
    filter: alpha(opacity=100);
    opacity: 1;
    background: none;
}

.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .ty-grid-list__item .owl-controls .owl-buttons .owl-next:before {
    display: none;
}

.ty-grid-list__item .owl-wrapper-outer {
    padding: 0;
}

.homepage-banners .owl-theme .owl-wrapper-outer {
    padding: 0;
}

.mainbox-container .owl-theme {
    margin-top: -10px;
}

.ty-scroller-advanced .ty-grid-list__item {
    margin: 0px 10px 1px 10px;
}

.ty-scroller-advanced .ty-scroller-list__item .ty-quick-view-button,
.ty-scroller-advanced .ty-scroller-list__item:hover .ty-quick-view-button {
    text-align: left;
}

.ty-quick-view-button {
    z-index: 1;
}

.ty-scroller-advanced .ty-scroller-list__item {
    padding-top: 0px;
}

.ty-scroller-advanced .owl-wrapper-outer {
    padding-top: 0px;
}

.ty-news-text-links {
    padding-left: 12px;
    margin: 30px 0 29px;
}

.ty-news-text-links__item {
    margin-bottom: 16px;
}

.ty-news-text-links__date {
    padding: 0px 1px;
    margin-right: 5px;
}

.ty-news-text-links__a {
    padding-top: 1px;
}

@media screen and (min-width: 767px) {
    .ty-footer-menu {
        padding-top: 20px;
    }
}

.tygh-footer .ty-mainbox-title {
    font-size: 16px;
    padding: 6px 0;
    margin: 0;
}

.tygh-footer .ty-mainbox-body .ty-text-links {
    margin-top: 10px;
}

.tygh-footer .ty-mainbox-body .ty-text-links__item {
    padding: 2px 0;
    margin: 0 0 8px;
    line-height: 1.4;
}

.tygh-footer .ty-mainbox-body .ty-text-links__item a {
    color: #9a9ea3;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ty-footer-menu__items {
        display: block !important;
    }
}

.ty-payment-icons {
    margin: 6px 0;
}

.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
    background-position: 0px -67px;
    width: 86px;
}

.ty-payment-rus-icons .ty-payment-icons__item.yandex {
    background-position: 0px -128px;
    width: 60px;
}

.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
    background-position: 0px -97px;
    width: 84px;
}

.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
    background-position: 0px -35px;
    width: 40px;
}

.ty-payment-rus-icons .ty-payment-icons__item.visa {
    background-position: 0px 0px;
    width: 40px;
}

.ty-payment-rus-icons .ty-payment-icons__item.paypal {
    background-position: 0px -160px;
}

.ty-discussion-post__content .ty-discussion-post {
    margin: 16px 0 0;
}

.ty-banners-free-ship {
    margin-top: 25px;
}

.ty-banners-free-ship .ty-banner__image-wrapper {
    margin: 0;
}

.ty-banners-pickup {
    margin-top: 5.5%;
    margin-bottom: 23px;
}

.ty-banners-pickup .ty-banner__image-wrapper {
    margin: 0;
}

@media (min-width: 481px) and (max-width: 767px) {

    .ty-banners-free-ship,
    .ty-banners-pickup {
        width: 48.5%;
        margin-top: 0px;
        float: left;
    }

    .ty-banners-free-ship {
        margin-right: 3%;
    }
}

.footer-contacts p,
.footer-contacts li {
    color: #36383b;
}

@media (max-width: 980px) {
    .ty-list-container .ty-page-company__info-block {
        padding-top: 30px;
    }
}

.ty-menu-item__sale .ty-menu__item-link {
    color: #fe7400 !important;
    font-weight: bold;
}

@media (min-width: 1151px) {
    .ty-menu-item__products {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {

    .ty-menu-item__sport,
    .ty-menu-item__office {
        display: none !important;
    }
}

@media (max-width: 930px) {
    .ty-menu-item__media {
        display: none !important;
    }
}

@media (max-width: 795px) {
    .ty-menu-item__apparel {
        display: none !important;
    }
}

@media (min-width: 900px) {
    .ty-quick-menu-item__bonuses {
        display: none !important;
    }
}

@media (max-width: 900px) {

    .ty-quick-menu-item__points,
    .ty-quick-menu-item__gift {
        display: none !important;
    }
}

@media (min-width: 1166px) {
    .ty-quick-menu-item__place-order {
        display: none !important;
    }
}

@media (max-width: 1167px) {

    .ty-quick-menu__return,
    .ty-quick-menu__contacts,
    .ty-quick-menu__delivery,
    .ty-quick-menu__pickup {
        display: none !important;
    }
}

.ty-text-links_show_inline .ty-level-0:hover .ty-text-links {
    min-width: 170px;
}

.ty-footer-menu .ty-footer-general__header {
    position: relative;
    margin: 0;
    padding-top: 2px;
}

@media screen and (max-width: 767px) {
    .ty-footer-menu .ty-footer-general__header {
        padding-top: 15px;
    }
}

.ty-footer-general__icon-open,
.ty-footer-general__icon-hide {
    display: none;
    color: #9a9ea3;
}

.ty-footer-general__body {
    margin: 0;
    margin-top: 8px;
}

.ty-footer-general__body li {
    margin-bottom: 6px;
}

@media (max-width: 767px) {

    .ty-footer-general__icon-open,
    .ty-footer-general__icon-hide {
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 40px;
        cursor: pointer;
    }

    .ty-footer-general__icon-open {
        display: block;
    }

    .ty-footer-general__header.open .ty-footer-general__icon-hide {
        display: block;
    }

    .ty-footer-general__header.open .ty-footer-general__icon-open {
        display: none;
    }

    .ty-footer-general__body {
        margin-top: 0;
        padding-bottom: 0px;
        display: none;
    }

    .ty-footer-general__body .ty-text-links__item,
    .ty-footer-general__body .ty-account-info__links li {
        padding: 8px 0px 8px 0px;
        padding-left: 20px;
    }

    .footer-contacts li {
        padding-left: 20px;
    }
}

.ty-text-links__item {
    margin-right: 11px;
}

@media (min-width: 1224px) {
    .ty-footer-general__body {
        display: block !important;
    }
}

.bottom-copyright {
    margin-top: 6px;
}

.ty-discount-label {
    -webkit-transform: translate3d(0, 0, 0);
}

.ty-product-block__button .ty-btn {
    margin-right: 15px;
}

.ty-product-block__button .button-container {
    z-index: 1;
}