.index-page{
    overflow: hidden;
}
.main-header__chat-toggle .badge {
    right: 0.7rem;
}
.to-favorits._active > svg > use{
    fill: #2dd6dc!important;
}
.error-field{
    border: 1px solid #F67A00!important;
}
.phone-field{
    background-color: white!important;
}
.gotomain{
    background-color: #56385E !important;
    margin-left: 15px;
    box-shadow: 0 0 #56385E !important;
}
.gotomain:hover{
    background-color: #764a82!important;
}
.empty.special-tabs__tab{
    border-radius: .3rem!important;
}
.empty.special-tabs__tab::after{
    display: none;
}

.g-btn--grey::before{
    background-color: grey!important;
    box-shadow: none!important;
}
.g-btn--grey:hover::before{
    box-shadow: none!important;
}

#order-dropzone .dz-preview{
    display: none;
}
.items-choice__item .loading-ico, .dropzone__btn .loading-ico{
    width:50px;
}
.J_product_photo{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bm-lang{
    margin-bottom: 15px;
}

.dz-hidden-input{
    display: none;
}

.creator-order{
    padding-bottom: 0!important;
    margin-bottom: 6rem!important;
}
.page{
    background: #261e34;
}
#ui-datepicker-div{
    z-index: 99999!important;
}
.selectbox-dropdown {
    z-index:9999!important;
}

.h2-ver{
    font-size: 2rem;
    position: relative;
    padding-left: 30px;
}
.h2-ver > img{
    position: absolute;
    height: 22px;
    margin-top: 1px;
    left: 0;
}

.sell-order__title{
    margin-bottom: 4rem;
}
.setup-gallery__setup-position{
    display: none!important;
}
.file._not-styler{
    opacity: 0;
}

#J_quantity_discounts_wraper .quantity-discount__row:not(:first-child) .input__title {
    display:none;
}

.input-group__input{
    max-width: 100%!important;
}

.setup-gallery__slide-dropzone .dz-default{
    display: none!important;
}
.setup-gallery__slide-dropzone .dz-preview{
    display: none!important;
}

[data-repeater-list="keys"] .input-group__row:not(:first-child) .input__head {
    display:none;
}

.add-tags__tag > svg{
    margin-left: 5px;
}

#drop-keys .dz-preview {
    display: none;
}
#install-file-form .dz-preview {
    display: none;
}

[data-repeater-list="licensing_types"] .input-group__row:not(:first-child) .input__head {
    display:none;
}

.cst{
    width: 100%;
}
.cst > span{
    color: #00aba5;
    font-size: 2rem;
    float: right;
    line-height: 2.7rem;
}

@media(max-width: 700px){
    .cst > span{
        float: none!important;
        width: 100%;
        display: block;

        text-align: center;
    }
}

.coin-icon.bonus-icon {
    background: url(../assets/images/e2bonus.png) no-repeat center!important;
}
.extras-block__price.bonus-icon::after {
    background: url(../assets/images/e2bonus.png) no-repeat center!important;
}
.extras-block__sub-price{
    text-transform: uppercase;
}

.extrablock-preloader{
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
}
.extrablock-preloader > img{
    width:50px;
    margin: 0 auto;
}

#publishPreloader > img{
    width: 30px;
    position: absolute;
    left: 16%;
    right: 0;
    top: 5px;
    bottom: 0;
}

.J_change_combination-disabled, .J_vp_combination-disabled, .J_vp_combinations .disabled {
    opacity: .3;
}

.card-item-slider__fade .right-buttons a.to-favorits {
    width: 2rem!important;
    height: 1.6rem;
}

.category-image-menu{
    background-size: contain;
    width: 100%;
    height: 12rem;
    background-repeat: no-repeat;

    background-position: center;
}
.page-catalog-main .page-catalog-wrapper .catalog-background__bottom{
    background-position: center top!important;
}

.page-product__main .rating-range{
    width: 100%;
}

.store-settings-catalog-block{
    /*background-color: #362940;
    border: .1rem solid #5d4d65;
    box-shadow: 0 1.9rem 5.4rem #5d4d65;*/

    padding-left: 10px;
    padding-right: 10px;
}
.store-settings-catalog-block > .categories-tree__item{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.mob-modal__content .user-menu__logout{
    width: 100% !important;
    text-align: center;
    padding-left: 45%;
    background: #1b1524 !important;
    margin-top: 3%;
}

.mob-modal__content .user-menu__logout:hover{
    background-color: #2d233c !important;
}
.mob-modal__content .user-menu{
    padding-left: 0!important;
    padding-right: 0!important;
}

@media (max-width:992px){
    .intercom-launcher{
        bottom: 80px!important;
    }
}

@media (min-width: 1000px){
    .user-bar__user-info{
        min-width: 20rem!important;
    }
}

@media(min-width: 1650px){
    .catalog-grid.view-table .top__cards-item:nth-child(2n), .catalog-grid.view-table .top__cards-item:nth-child(3n) {
        margin-right: 3rem!important;
    }

    .catalog-grid.view-table .top__cards-item:nth-child(4n){
        margin-right: 0!important;
    }
}


.chat-line a{
    color: #00aba5!important;
}

.catalog-grid.view-table .top__cards-item {
    will-change: unset!important;
    -webkit-backface-visibility: unset!important;
    backface-visibility: unset!important;
}

.stream-video-block.empty button.close span{
    position: absolute;
    top: 1px;
    left: 13px;
}

.remove-review{
    position: absolute;
    color: #db5121;
    right: 15px;
    font-size: 25px;
    top: 5px;
}
.remove-review:hover{
    color: #ed7700;
}