
.order_edit_modal {
    height: auto;
    overflow: auto;
    margin: 10px 0;
}

.select_editor {
    display: none;
}

.select_editor_title {
    height: 7%;
}

.select_editor_content {
    overflow: hidden;
    height: 90%;
}

.edit__list .a__create.windows-hidden,
.edit__list .a__create.macos-hidden,
.edit__list .a__create.ios-hidden,
.edit__list .a__create.android-hidden,
.edit__list .a__create.other-device-hidden
{
    /*display: none;*/
}

.select_editor:first-child .edit__list-img-wrapper:after {
    background: url(//static.photoholding.com/images/15380.png) no-repeat;
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -2px;
    left: -2px;
}

.order_edit_modal .title {
    width: 90%;
    margin: 0 auto 10px;
}

.order_edit_modal .title_more_mb {
    font-weight: 700;
    line-height: 24px;
    padding: 15px 0 0px;
    text-transform: none;
    margin: 0;
    border-radius: 7px 7px 0px 0px;
}

.order_edit_modal .subtitle_more_mb {
    color: #181719;
    text-transform: none;
    background: #eaeaea;
    padding-top: 10px;
    margin-top: 0;
}

.order_edit_modal .other_editors{
    border-radius: 0 0 7px 7px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: #181719;
}

.order_edit_modal .other_editors:after{
    font-family: "FontAwesome";
    content: "\f0dd";
    position: relative;
    top: -3px;
    left: 5px;
}

.order_edit_modal .other_editors.other-editors--open{
    border-radius: 0;
}

.order_edit_modal .other_editors.other-editors--open:after{
    content: "\f0de";
    top: 3px;
}

.order_editor_border {
    display: inline-block;
}
.order_editor_slider .owl-item.loading {
    min-height: 250px;
}

.edit__list {
    padding: 20px 5% 22px;
    border-radius: 0px 0px 7px 7px ;
}

.edit__list .edit__list-item {
    display: inline-block;
    position: relative;
    width: 30%;
    padding: 0 14px;
    margin-right: -4px;
    vertical-align: top;
    height: 170px;
    margin-bottom: 10px;
}

@media only screen and (max-width : 768px) {
    .edit__list .edit__list-item{
        width: 90%;
    }

}

.edit__list .edit__list-item:before {
    display: none;
}

.edit__list-title {
    margin-bottom: 15px;
    text-align: center;
    line-height: 25px;
}

.edit__list-title .b-icon{
    margin-right: 10px;
}

.edit__list p {
    color: #0b0b0b;
    line-height: 17px;
    margin-bottom: 8px;
}

.edit__list .a__create {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
}

.edit__list .edit__list-more {
    margin-top: 10px;
    font-size: 14px;
}

.edit__list-icon {
    height: 60px;
    position: absolute;
    right: 38px;
    top: 51px;
    width: 60px;
}

.edit__list .editor_advantages{
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}
/* /Editer modal win */

/* order editer slider */

.order_editor_slider {
    width: 82%;
    margin: 0 auto;
}

.text__center{
    text-align: center;
}

.template-maket {
    max-height: 450px;
    margin: 20px auto;
}

@media only screen and (min-width : 768px) {
    .template-maket {
        min-height: 300px;
    }

}