.disabled {
    cursor: initial;
    pointer-events: none;
    opacity: 0.3;
}
.ai_generator__wrapper .prompt_result {
    overflow: hidden;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.section.section_catalog.index {
    padding-top: 0;
}
.loading img {
    animation: blink 2s step-end infinite;
}

.ai_generator__wrapper input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
}

.ai_generator__wrapper input:checked + .prompt_result {
    border: 3px solid #EA64BD;
}

.tab_content {
    display:none;
}

.tab_content.active {
    display:block;
}

.ui-resizable-handle.ui-resizable-s,.ui-resizable-handle.ui-resizable-e {
    display: none !important;
}
.markup svg {
    width: 100%;
}
.ui-icon-gripsmall-diagonal-se {
    position: absolute !important;
}
.ai_exemple__item {
    position: relative;
}
.ai_exemple__item img {
    position: relative;max-width:100%
}
.markup svg {
    position:relative;
    z-index: 2;
}
.element div {
    z-index: 1;
    position: relative;
}
span.overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3 !important;
}
.element span {
    z-index: 3;
}

.section_ai .ai_exemple .ai_exemple__item svg.bg_svg,
.section_ai .ai_exemple .ai_exemple__item img {
    max-width: 100% !important;
    height: 100%;
    width: initial !important;
}
.ai_exemple__item {
    width: 100%;
}
span.del_el {
    left: -8px;
    top: -8px;
    position: absolute;
    width: 16px;
    height: 16px;

    background-image: url('../img/cross.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor:pointer;
}
.btn_pink span {
    color:#fff !important;
}
.section_ai .ai_exemple .ai_exemple__item svg.bg_svg,
.section_ai .ai_exemple .ai_exemple__item img {
    max-width: 100%;
    height: 100%;
    position:absolute;
    z-index: 1;
}
.hidden {
    display: none !important;
}
.ui-icon-gripsmall-diagonal-se {
    height: 22px !important;
    width: 22px !important;
    background: #ef95b7;
    margin: -11px;
    background-image: url(../img/resize.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
h5.modal-title {
    text-transform: uppercase;
    background: linear-gradient(273deg, #EA64BD 0.63%, #F5C9B0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: bold;
}
button.btn-close.js-close img {
    width: 28px;
}

button.btn-close.js-close {
    margin-right: -10px;
}

.modal.show:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0007;
}
form#formIn {
    text-align: center;
}
.element {
    /* border: 2px dotted #ef95b7; */
    border: none;
}
.imgareaselect-border1 {
    background: url(../img/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../img/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../img/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../img/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {
}

.modal-body.modal-wrap {
    padding: 0;
}

table.bxlhe-frame-table td.bxlhe-editor-buttons {
    height: initial !important;
    background-color: #fff !important;
}

.lhe-stat-toolbar-cont {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
}

.lhe-button-cont img {
    margin: 2px;
}

a.btn.btn_pink.js-textarea span {
    color: #fff;
}

td.lhe-resize-row {
    display: none;
}

.image-element {
    position: absolute !important;
}
.text-element {
    position: absolute !important;
}
input.file.js-input-file {
    opacity: 0;
    height:0;
}
input.file.js-input-files {
    width: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}
span.rotate_el {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ef95b7;
    cursor: auto;

    background-image: url(../img/rotate.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
img#imagePreview {
    max-height: 500px;
}
.image-element div {
    height: 100%;
}

.image-element div img {
    max-width: 100%;
    max-height: 100%;
}

img#lhe_btn_createlink {
    display: none;
}

.lhe-button-cont {
    width: initial;
}

img#lhe_btn_deletelink {
    display: none;
}

img#lhe_btn_removeformat {
    display: none;
}

img#lhe_btn_image {
    display: none;
}

img#lhe_btn_justifyleft_l {
    display: none;
}

img#lhe_btn_insertorderedlist {
    display: none;
}

img#lhe_btn_insertunorderedlist {
    display: none;
}

img#lhe_btn_outdent {
    display: none;
}

img#lhe_btn_indent {
    display: none;
}

img#lhe_btn_headerlist {
    display: none;
}

.modal-text .modal-dialog {
    max-width: 400px;
}

.modal-body.modal-wrap {
    padding: 0;
}

table.bxlhe-frame-table td.bxlhe-editor-buttons {
    height: initial !important;
    background-color: #fff !important;
}

.lhe-stat-toolbar-cont {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
}

.lhe-button-cont img {
    margin: 2px;
}

a.btn.btn_pink.js-textarea span {
    color: #fff;
}

td.lhe-resize-row {
    display: none;
}

.markup {
    height: 500px;
}

.drag_result.result {
    overflow: hidden;
}

div#content .upload {
    display: block;
    padding: 5px 15px;
    text-decoration: underline;
    cursor: pointer;
}

div#content {
    overflow: auto;
}

.modal.modal-inner.show {
    /* overflow: auto; */
}

.modal.show .modal-dialog {
    max-height: 100%;
    overflow: auto;
}

.modal-content {
    max-height: 100%;
}
.modal-body.modal-wrap.preview_content {
    min-width: 200px;
}

.modal-inner .modal-dialog {
    max-width: 80%;
}

.modal_title {
    text-align: center;
    font-size: 20px;
}

.preview {
    min-height: 120px;
    border: 2px solid #f3b0c9;
    margin: 10px;
}

div#content .upload {
    text-decoration: none;
}

div#content .upload:nth-child(odd) {
    background: #fafafa;
}
div#content .upload:hover {
    background: #f0f0f0;
}


header .header_wrapper .main_nav li .header_dropdown ul li ul {
    position: absolute;
    left: 220px;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    transform: translateX(-50%);
    top: 0;
    display: none;
    z-index: 9999;
}

header .header_wrapper .main_nav li .header_dropdown ul li {}

header .header_wrapper .main_nav li .header_dropdown ul li:hover ul {
    display: block;
}

header .header_wrapper .main_nav li .header_dropdown>ul>li {
    padding: 5px 10px;
}
header .header_wrapper .main_nav li .header_dropdown {
    padding: 0;
}

header .header_wrapper .main_nav li .header_dropdown ul li,header .header_wrapper .main_nav li .header_dropdown ul li a {
    text-align: center;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img {
    max-height: 300px;
}

.screen .result {
    display: none;
}
.screen svg rect,.screen svg mask,.screen svg,.screen .ui-resizable-handle,.screen .element span {
    opacity:0 !important;
}
.screen rect.bg {
    fill: #fff !important;
}
.block_btns.flex {
    max-width: 300px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.ai_wrapper .ai_left .drag_result {
    height: initial;
    min-height: 370px;
}

.thumb_img {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.thumb_img img {
    margin-bottom: 0 !important;
    display: inline;
}

.section_ai .ai_exemple .ai_exemple__item {
    height: 500px;
}

.tab_content .result {
    display: none;
}
.sale-order-list-shipment {
    display: none;
}

.sale-order-list-inner-title-line {
    display: none;
}

/*
.btn_pink__stars {
    pointer-events: none;
    opacity: 0.5;
}
.btn_pink__stars.active {
    pointer-events: initial;
    opacity: 1;
}
*/

.product_wrapper .product_right .colors_wrapper li.active a {
    transform: scale(1.2);
}
span.variable_value {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    min-height: 50px;
    padding: 0 20px 0 20px;
}

.section_ai .ai_exemple .ai_exemple__item svg.bg_svg {
    margin: auto !important;
    width: 100% !important;
}

.section_ai.card_placeholder {
    padding: 15px 0;
}

.product_wrapper .product_right .colors_wrapper {
    margin-bottom: 10px;
}

.thumb_img img {
    position: relative !important;
}