/*
 * Do not remove or alter the notices in this preamble.
 * This software code regards iO Custom Software.
 * Copyright © 2025 iO The Netherlands B.V. and/or its affiliates.
 * www.iodigital.com All rights reserved. License grant and user rights and obligations
 * according to applicable license agreement. Please contact legal@iodigital.com for
 * questions regarding license and user rights.
 */

.bgimg {
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
.bgimg img {
    width: 850px;
    max-width: 850px;
}
.CMR_overlay {
    position: absolute;
    background: #ECEFF3;
}
.text {
    height: 100%;
    width: 100%;
}
.text_editor {
    background-color: #eceff4;
    border-color: #195da8;
    height: 100%;
    resize: none;
    width: 100%;
}
.in_editor_button {
    position: relative;
    z-index: 99;
    background-color: #e57200;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
}
.single-product__cmr-editor {
    width: 100%;
}
.cmr-editor__menu {
    margin: 0 auto;
    width: 50%;
    padding: 10px;
}
.button-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.button-wrap > .button {
    font-size: 16px;
    justify-content: center;
    width: 48.5%;
}
.button-wrap > .button:before{
    content: unset;
}
.cmr__accept {
    display: block;
    margin-top: 10px;
    width: 100%;
}
.cmr__accept > p {
    display: inline-block;
}
.cmr-editor__menu > .label {
    display: block;
    margin-top: 20px;
}
.button--cmr {
    font-size: 16px;
    margin: 10px 0 0 auto;
}
.button--cmr:before {
     content: unset;
}
.cmr-editor__menu .single-product__info {
    margin-top: 20px;
    width: 100%;
}
.cmr-editor__menu .add-to-cart__input{
    width: 75px;
}
.cmr-editor__menu .add-to-cart__button > .button {
    font-size: 18px;
}
.cmr-error__message {
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-bottom: 10px;
    padding: 10px 15px;
}
#CMR_form {
    display: block;
}
@media screen and (min-width: 1400px) {
    .cmr-editor__menu {
        width: 360px;
    }
}
@media screen and (min-width: 1300px) {
    #CMR_form {
        float: left;
    }
}
