#ecats-loader
{
    position: relative;
}
#ecats-to_fix
{
    position: absolute;
    top: 50%;
    right: -25px;

    display: block;

    width: 25px;
    height: 25px;
    margin-top: -10px;

    content: '';
    cursor: pointer;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);

    background: url(../img/fix.svg) 0 0 no-repeat;
}
.ecats-fix_active
{
    -webkit-transform: none !important;
       -moz-transform: none !important;
         -o-transform: none !important;

    background: url(../img/fix.svg) 0 0 no-repeat;
}
.ecats-fixed
{
    position: fixed !important;

    width: 100% !important;

    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
            box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.fade-switch
{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .7 !important;
    background: rgb(58, 63, 68);
}
#switch-ecats #switch-ecats-close
{
    font-size: 45px;
    line-height: 60px;

    position: absolute;
    top: 78px;
    right: -54px;

    display: none;

    width: 54px;
    height: 58px;

    cursor: pointer;
    text-align: center;

    color: #808080;
    border-radius: 0 4px 4px 0;
    background: #e2e2e2;
}
#switch-ecats #switch-ecats-close:hover
{
    color: #000;
}
#switch-ecats *
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#switch-ecats
{
    position: fixed;
    z-index: 998;
    top: 0;
    left: -840px;

    width: 840px;
    min-width: 840px;
    height: 100%;

    color: rgb(51, 51, 51);
    border-radius: 0;
    background: rgb(255, 255, 255);
}
#switch-ecats .mce-tinymce
{
    width: 100%;
}
.ecats-item
{
    margin: 0 0 25px;
    padding: 0 0 23px;

    border-bottom: 1px solid #f3f3f3;
}
.ecats-item img
{
    display: block;

    margin: 10px 0 15px;
}
.ecats-item label
{
    font-weight: bold;

    display: block;

    margin-bottom: 5px;

    cursor: pointer;
}
.ecats-item .colorpicker
{
    margin: 10px 5px;
}
.ecats-active
{
    left: 0 !important;

    -webkit-transition: left .1s ease;
            transition: left .1s ease;

    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
}
#switch-ecats .switch
{
    line-height: 54px;

    position: absolute;
    z-index: 999;
    top: 75px;
    right: -58px;

    width: 58px;
    height: 58px;

    cursor: pointer;
    text-align: center;

    border-left: 1px solid rgba(0,0,0,.05);
    border-radius: 0 4px 4px 0;
    background: rgb(226, 226, 226);
}
#switch-ecats .switch:hover
{
    background: rgb(25, 118, 210);
}
.animation-bg
{
    -webkit-transition: background ease .1s;
            transition: background ease .1s;

    moz-transition: background ease .1s;
    ms-transition: background ease .1s;
    o-transition: background ease .1s;
}
#switch-ecats-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 18px 25px;

    border-bottom: 1px solid rgb(240, 240, 240);
    background: rgb(255, 255, 255);

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#switch-ecats-header .header-inner
{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;

    padding: 10px 10px 11px;

    cursor: pointer;
    text-align: center;
    text-transform: none;

    color: rgb(255, 255, 255);
    border-color: rgb(25, 118, 210);
    border-radius: 4px;
    background-color: rgb(25, 118, 210);
}
#switch-ecats-section
{
    position: relative;
    height: 100%;
}
#switch-ecats .switch-ecats-section-left
{
    float: left;

    width: 140px;
    height: inherit;
    min-height: 100%;

    border-right: 1px solid rgb(240, 240, 240);
    background: rgb(248, 248, 248);
}
#switch-ecats .switch-ecats-section-right
{
    padding-left: 140px;

    background: #fff;

    height: inherit;
}
#switch-ecats .switch-ecats-section-left .section-block
{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;

    position: relative;

    padding: 21px 25px 22px;

    text-transform: none;

    border-bottom: 1px solid rgb(240, 240, 240);
}
#switch-ecats .switch-ecats-section-left .section-block:not(.active):hover
{
    cursor: pointer;
}
#switch-ecats .switch-ecats-section-left .section-block:hover:not(.active)
{
    background: rgb(252, 252, 252);
}
#switch-ecats .switch-ecats-section-left .section-block.active
{
    margin-right: -1px;

    background: rgb(255, 255, 255);
}
#switch-ecats .switch-ecats-section-left .section-block.active:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    content: '';

    background: rgb(25, 118, 210);
}
#switch-ecats .switch-ecats-section-right .block-item
{
    display: none;
}
#switch-ecats .switch-ecats-section-right .block-item.active
{
    display: block;

    padding-bottom: 20px;
}
.ecats-content-body
{
    position:relative;

    margin-left: -1px;
    padding: 25px 25px 43px;

    border-left: 1px solid rgb(240, 240, 240);
    background: rgb(255, 255, 255);
}
.ecats-scroll
{
    height: 100%;
    max-height: 100%;
    position: relative;
    overflow-y: auto;
}
#ecats-frame
{
    position: fixed;
    top: 0;
    right: 0;

    display: none;

    width: 62%;
    height: 100%;

    background: #fff;
}
#ecats-frame iframe
{
    width: 100%;
    height: 100%;
}
div.ecats-frame-active
{
    right: 0 !important;

    display: block !important;

    -webkit-transition: right .1s ease;
            transition: right .1s ease;

    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
}
.ecats-bold
{
    font-weight: bold;
}
.ecats-blur
{
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
         -o-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
}
.download_file
{
    color: green;
}
.ecats-line
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ecats-errors
{
    display: none;
}
.ecats-errors h2
{
    font-size: 24px;

    margin: 0;
    padding: 5px;
}
.ecats-errors ul
{
    padding: 5px;

    list-style: none;

    color: #fff;
    background: red;
}
#switch-ecats-section .rs-loading
{
    top: 0;
}
#switch-ecats-section .product-list
{
    width: 100%;
}
#ecats-offer-block
{
    margin-top: 15px;
}
.filter-selected-checked
{
    font-size: 14px;

    margin: 10px 0;
    padding: 10px;

    background: #ececec;
}
.filter-selected-checked > div
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 5px 0;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ecats-remove-product,
.ecats-remove-category
{
    cursor: pointer;

    color: red;
}

#switch-ecats-section .form-group
{
    margin-right: 15px;
}
#ecats-sortable
{
    padding: 0;
}
.ecats-content-body .sortable > li,
#ecats-filter-selected li,
#ecats-topmenu-sortable li,
#ecats-pc-sortable li,
#ecats-sortable li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    display: -webkit-flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
    padding: 5px 15px;

    cursor: move;
    vertical-align: middle;

    border: 1px dashed lightgrey;
    background: white;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
}
#product-day-items li,
#ecats-products-day li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    display: -webkit-flex;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
    padding: 5px 15px;

    vertical-align: middle;

    border: 1px dashed lightgrey;
    background: white;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
}
#ecats-products-day
{
    margin-top: 15px;
}
.filter-selected-checked
{
    overflow: scroll;

    min-height: 0;
    max-height: 205px;
}
.ecats-content-body .sortable,
#ecats-filter-selected .sortable
{
    margin-top: 20px;
    padding: 0;

    list-style: none;
}
.admin-style .sortable .select-button:hover,
#ecats-products-day .select-button:hover
{
    color: #000 !important;
    background: transparent !important;
}
#product-day-items
{
    margin-top: 15px;
}
#product-day-item li
{
    margin-top: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #e4e4e4;
}
#pdi-top > div
{
    margin: 15px 0;
}
#pdi-bottom
{
    display: none;
}
#pdi-top .ecats-remove-product
{
    margin-right: 15px;
}
#pdi-bottom .form-group label
{
    display: block;

    width: 275px;
}
.cat-selected
{
    color: white !important;
    background: #3f3f3f !important;
}
#switch-ecats-resize
{
    z-index: 1;

    float: right;

    width: 5px;
    height: 100%;
    margin-right: 0;

    cursor: e-resize;

    background-color: rgba(0, 0, 0, .1);
}
.ecats-payment-footer,
.ecats-share-product
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ecats-payment-footer .item-c-p-f,
.ecats-share-product .item-c-p-f
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 10px;
    padding: 5px;

    border: 1px dashed lightgrey;
}

.ecats-payment-footer .item-c-p-f img,
.ecats-share-product .item-c-p-f img
{
    width: 25px;
    margin: 5px 10px 0;
}
.ecats-payment-footer .item-c-p-f input[type='checkbox'],
.ecats-share-product .item-c-p-f input[type='checkbox']
{
    margin-top: 7px;
}
.item-c-s-f
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item-c-s-f > div
{
    width: 100%;
    margin: 10px 0 0 10px;
}
.ecats-item .rs-loading
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 3px;

    -webkit-animation: leftRightLoading 1s ease 0s infinite;
            animation: leftRightLoading 1s ease 0s infinite;

    background-color: #4baed0;
}
.editor-block
{
    position: relative;
}
.code_editor
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#productDialog .column-right
{
    padding-right: 20px;
}
.ecats-checkbox
{
    position: absolute;
    z-index: -1;

    margin: 10px 0 0 20px;

    opacity: 0;
}
.ecats-checkbox + label
{
    position: relative;

    padding: 0 0 0 60px;

    cursor: pointer;
}
.ecats-checkbox + label:before
{
    position: absolute;
    top: -4px;
    left: 0;

    width: 50px;
    height: 26px;

    content: '';
    -webkit-transition: .2s;
            transition: .2s;

    border-radius: 13px;
    background: #cdd1da;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
            box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.ecats-checkbox + label:after
{
    position: absolute;
    top: -2px;
    left: 2px;

    width: 22px;
    height: 22px;

    content: '';
    -webkit-transition: .2s;
            transition: .2s;

    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
            box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
.ecats-checkbox:checked + label:before
{
    background: rgba(0,150,136,0.5);
}
.ecats-checkbox:checked + label:after
{
    left: 26px;
}
.ecats-checkbox:focus + label:before
{
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
            box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}
.ecats-item input[type=file]
{
    margin: 10px 0;
}


.admin-item
{
    margin: 15px 0;
}
.admin-item-title
{
    font-weight: bold;

    margin-bottom: 5px;
}
.this_admin label
{
    font-weight: bold;

    margin-right: 10px;
}
.this_admin .type-block
{
    margin-top: 20px;
}
.this_admin .template
{
    margin-top: 20px;
}
div.check-license
{
    margin-top: 6px;

    color: red;
}
div.check-license a
{
    color: red;
    text-decoration: underline;
}
div.check-license a:hover
{
    color: red;
    text-decoration: none;
}
#ecats-setting-save
{
    display: none;

    width: 69%;

    opacity: 0;
    background-color: green;
}

#ecats-setting-save:hover
{
    background-color: #006700;
}
#ecats-setting-all
{
    width: 100%;
}
#ecats-license-date
{
    position: absolute;
    bottom: 0;
}
#ecats-license-date span
{
    font-family: Consolas,Monaco,Lucida Console,monospace;
    font-size: 12px;

    color: #8b0000;
    text-shadow: 1px 1px #fff;
}
#ecats-logo
{
    float: left;

    margin: -9px 15px 0 0;
}
.new-version-form input[type="radio"]
{
    margin-right: 5px;
}
.new-version-form strong
{
    font-size: 19px;
}
.ecats-radio
{
    display: none;
}
.ecats-radio + label
{
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 6px;
    top: 6px;
}
.ecats-radio + label:last-child{
    margin-bottom: 0;
}
.ecats-radio + label:before
{
    position: absolute;
    top: 2px;
    left: 0;

    width: 25px;
    height: 25px;

    content: '';

    border: 1px solid #a9a9a9;
    border-radius: 50%;
    background: #fff;
}
.ecats-radio + label:after
{
    position: absolute;
    top: 7px;
    left: 5px;

    width: 15px;
    height: 15px;

    content: '';
    -webkit-transition: .2s;
    transition: .2s;

    opacity: 0;
    border-radius: 50%;
    background: rgba(0,150,136,0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);;
}
.ecats-radio:checked + label:after
{
    opacity: 1;
}
.ecats-radio:focus + label:before
{
    -webkit-box-shadow: 0 0 0 3px rgba(255,255,0,.7);
    box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}
#switch-ecats .ecats-group
{
    margin-top: -20px;
}
.ecats-group-title
{
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0px;
    color: #414141;
}
.new-version-form .ecats-radio + label:before
{
    width: 20px;
    height: 20px;
}
.new-version-form .ecats-radio + label:after
{
    top: 6px;
    left: 4px;

    width: 12px;
    height: 12px;
}
.tpl-overridden
{
    color: red;
    padding-left: 10px;
}
.ecats-disabled
{
    opacity: 0.5;
    cursor: not-allowed !important;
}
.rs-tabs div + div[id^='ecats-config-file-tab'] table.otable tr
{
    border-bottom: 1px solid #f3f3f3;
}
.rs-tabs div + div[id^='ecats-config-file-tab'] table.otable tr:last-child
{
    border-bottom: 0px;
}
.ecats-radio-box
{
    margin-bottom: 10px;
}
.ecats-radio-box-image
{
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-bottom: 14px;
}
.tpl-box-overridden
{
    position: relative;
}
.tpl-box-overridden .tpl-overridden
{
    width: 100%;
    padding: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    cursor: not-allowed;
    text-align: center;
}
.ecats-radio-box-image .tpl-overridden:before
{
    content: "";
    display: block;
    height: 50%;
    margin-bottom: -15px;
}
.tpl-box-overridden .block-image-tpl
{
    opacity: .3;
}
div.ecats-radio-box-image img
{
    width: 590px;
}
div.ecats-item:not(#ecats-version_main) img
{
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}
div.ecats-radio-box-image:not(.ecats-item-image-active):hover
{
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-color: #fff;
}
div.ecats-radio-box-image .inner-table-block:first-of-type
{
    width: 40px;
    text-align: center;
}
.inner-table-block
{
    display: table-cell;
    vertical-align: middle;
}
.ecats-item-image-active .inner-table-block
{
    color: #000;
}
.admin-style .rs-icon-ecats
{
    background-image: url(../../view/img/e-cats.png);
}
.e-update-warning
{
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #ffc9c9;
    padding: 5px;
    border-radius: 3px;
}
#e-update-changelog
{
    overflow-y: auto;
    height: 250px;
    font-size: 13px;
}
.ecats-content-body table.superstructure
{
    margin: -10px 0px 0px;
}
.admin-style table.superstructure
{
    background: #f5f5f5;
}
.admin-style table.superstructure tr
{

}
.admin-style table.superstructure > tbody > tr > td
{
    padding: 5px 20px !important;
}
.ecats-content-body table.otable
{
    margin: 0px;
}
#teaser_list .remove
{
    color: red;
    font-size: 16px;
}
#teaser_list_box
{
    margin-top: 15px;
}
.e-update-success
{
    color: green;
    font-size: 20px;
    text-align: center;
    margin-top: 30%;
}