div#position-relative-ele-personalized {display: none;}

div#canvas-element-section-kit{
    display: none;
}

div#canvas-number-kit canvas {
    margin: 0 5px;
}

img.product-image.none + #position-relative-ele-personalized {display: none;}

img#product-image-preview{
    display: none;
}

.noti-after-personalized{
    width: 100%;
    letter-spacing: 0.5px;
    color: #ff0000;
}

.boots-left-input-section,
.boots-right-input-section {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.boots-left-x-y input,
.boots-right-x-y input {
    width: 50px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border-right: none !important;
}

.action-admin-fix-position {
    display: block;
}

.boots-left-input-section > span,
.boots-right-input-section > span {
    max-width: unset;
    flex-basis: 28%;
    color: black;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
    width: 100%;
}

.section-rotate-text label >span,
.font-size label >span,
.font-style label >span{
    font-size: 16px !important;
}

.plus-x.left,
.minus-x.left,
.plus-y.left,
.minus-x.leftm,
.plus-x.right,
.minus-x.right,
.plus-y.right,
.minus-y.right{
    color: black;
    cursor: pointer;
}

.plus-minus-x-y {
    height: 40px;
    border: 1px solid #afafaf;
    border-radius: 0 5px 5px 0;
    color: black;
    margin-right: 2px;
    border-left: 0;
}

.boots-left-x-y,
.boots-right-x-y {
    display: flex;
}

input#boots-left-y,
input#boots-right-y {
    margin-left: 5px;
}

p.message-out-of-stock {
    width: 100%;
    color: red;
    font-weight: 300;
    margin-top: 10px;
    font-size: 14px;
}

@media only screen and (max-width: 345px) and (min-width: 320px){
    img#product-image-preview,
    img.product-image{
        width: 75%;
    }
}

@media only screen and (max-width: 375px) and (min-width: 345px){
    img#product-image-preview,
    img.product-image{
        width: 75%;
    }
}

@media only screen and (max-width: 425px) and (min-width: 375px){
    img#product-image-preview,
    img.product-image{
        width: 75%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 425px){
    img#product-image-preview,
    img.product-image{
        width: 75%;
    }
}


