.dimensioni_testo {
    font-size: 16px;
    padding-top: 3px;
    line-height: 1.5;
    text-align: center !important;
}

.LaserCutWp .DimensionContainer {
    background-color: #aaaaaa;
    padding: 3px 7px;
}

.LaserCutWp .Workspace {
    padding: 6px 5px !important;
    background-color: #f5f5f5 !important;

}

.LaserCutWp .Workspace .bleft {
    border-left: 0px solid transparent !important;
}

.col-xs-12.col-md-12.col-lg-4.View.bleft.p-0 {
    padding: 0px 20px !important;
}

.LaserCutWp textarea {
    min-height: 140px !important;
}

.LaserCutWp .col,
.LaserCutWp .col-1,
.LaserCutWp .col-2,
.LaserCutWp .col-3,
.LaserCutWp .col-4,
.LaserCutWp .col-5,
.LaserCutWp .col-6,
.LaserCutWp .col-7,
.LaserCutWp .col-8,
.LaserCutWp .col-9,
.LaserCutWp .col-10,
.LaserCutWp .col-11,
.LaserCutWp .col-12,
.LaserCutWp .col-auto,
.LaserCutWp .col-lg,
.LaserCutWp .col-lg-1,
.LaserCutWp .col-lg-2,
.LaserCutWp .col-lg-3,
.LaserCutWp .col-lg-4,
.LaserCutWp .col-lg-5,
.LaserCutWp .col-lg-6,
.LaserCutWp .col-lg-7,
.LaserCutWp .col-lg-8,
.LaserCutWp .col-lg-9,
.LaserCutWp .col-lg-10,
.LaserCutWp .col-lg-11,
.LaserCutWp .col-lg-12,
.LaserCutWp .col-lg-auto,
.LaserCutWp .col-md,
.LaserCutWp .col-md-1,
.LaserCutWp .col-md-2,
.LaserCutWp .col-md-3,
.LaserCutWp .col-md-4,
.LaserCutWp .col-md-5,
.LaserCutWp .col-md-6,
.LaserCutWp .col-md-7,
.LaserCutWp .col-md-8,
.LaserCutWp .col-md-9,
.LaserCutWp .col-md-10,
.LaserCutWp .col-md-11,
.LaserCutWp .col-md-12,
.LaserCutWp .col-md-auto,
.LaserCutWp .col-sm,
.LaserCutWp .col-sm-1,
.LaserCutWp .col-sm-2,
.LaserCutWp .col-sm-3,
.LaserCutWp .col-sm-4,
.LaserCutWp .col-sm-5,
.LaserCutWp .col-sm-6,
.LaserCutWp .col-sm-7,
.LaserCutWp .col-sm-8,
.LaserCutWp .col-sm-9,
.LaserCutWp .col-sm-10,
.LaserCutWp .col-sm-11,
.LaserCutWp .col-sm-12,
.LaserCutWp .col-sm-auto,
.LaserCutWp .col-xl,
.LaserCutWp .col-xl-1,
.LaserCutWp .col-xl-2,
.LaserCutWp .col-xl-3,
.LaserCutWp .col-xl-4,
.LaserCutWp .col-xl-5,
.LaserCutWp .col-xl-6,
.LaserCutWp .col-xl-7,
.LaserCutWp .col-xl-8,
.LaserCutWp .col-xl-9,
.LaserCutWp .col-xl-10,
.LaserCutWp .col-xl-11,
.LaserCutWp .col-xl-12,
.LaserCutWp .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.LaserCutWp .DimensionAlert {
    display: flex !important;
    grid-gap: 15px !important;
    gap: 15px;
    justify-content: center !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    bottom: 0%;
    width: 100% !important;
    z-index: 998 !important;
    color: #fff;
    border-radius: 8px;
}

.LaserCutWp .DimensionAlert p {
    padding: 5px 10px 5px 10px !important;
    border-radius: 0px;
    font-size: 12px !important;
    background-color: #fd4e4e !important;
    color: rgb(255 255 255) !important;
    text-transform: uppercase;
}


.LaserCutWp .AttributesParent #requiredAlert {
    position: fixed !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #f33a3a !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 16pt;
    text-align: center;
    z-index: 999 !important;
    bottom: 50px !important;
    width: 100% !important;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {
    .LaserCutWp .DimensionAlert {
        font-size: 14px !important;
        bottom: 0 !important;
        display: block !important;
    }

    .LaserCutWp .AttributesParent #requiredAlert {
        font-size: 14px !important;
        padding: 10px !important;
        bottom: 85px !important;

    }

    .col-xs-12.col-md-12.col-lg-4.View.bleft.p-0 {
        padding: 0px 0px !important;
    }

    .col-12.FinalPrice {
        font-size: 46px !important;
        line-height: 36px;
        margin-top: 10px;
    }
}



.NotFilled.Required {
    background-color: #ffb5b5 !important;
}






























.FCheckbox,
.Attribute select.form-control,
.SelectableIconContainer .SelectableIcon {

    cursor: pointer;
}

.FCheckbox {
    display: inline-table;
    margin-left: 13px
}

i.mdi.mdi-checkbox-blank-circle-outline {
    margin-right: 2px !important;
}




.LaserCutWp #requiredAlert {
    padding: 5px 25px 5px 25px !important;
    font-size: 16px !important;
    background-color: #ff000038 !important;
    color: red !important;
    text-transform: uppercase;
}

.LaserCutWp .input-group>.form-control,
.LaserCutWp .input-group>.form-control-plaintext {
    text-align: center;
}



a.btn.btn-xs.btn-shipment.btn-block.btn-secondary.LaserCutWpBtnShipment {
    PADDING: 0px;
}

a.btn.btn-xs.btn-shipment.btn-block.btn-primary.LaserCutWpBtnShipment {
    padding: 0px;
}

.LaserCutWp .Vectorization .VectorImage {

    max-height: 300px;
}

.LaserCutWp .UploadFile,
.LaserCutWp button.ConfirmUpload,
button.btn.btn-primary.VectorizationConfirm {
    color: #fff !important;
    background-color: #73ae77 !important;
    border-radius: 50px !important;
    text-align: center !important;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    font-size: 25px;
    width: 40%;
    margin: auto;
    font-weight: bolder;
        text-transform: uppercase;
}



.LaserCutWp .UploadFile:hover,
.LaserCutWp button.ConfirmUpload:hover,
button.btn.btn-primary.VectorizationConfirm:hover {
    /* background-color: white !important; */
    background-color: #555555 !important;
    border-radius: 50px !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%) !important;
}


.LaserCutWp .SelectableIconContainer {

    margin: 5px !important;
}


.LaserCutWp .Attribute .AttributeValue {
    padding-left: 10px;
    font-weight: bolder;
    color: #4ecdc6 !important;
    text-transform: uppercase;
    /* oblique */
    font-style: oblique;
    font-size: 1.1rem !important;


}

.LaserCutWp .Attribute.Filled h5 {
    color: #5a5a5a !important;
}



.LaserCutWp pre {

    line-height: 12px !important;
}




.LaserCutWp .UploadFile .mdi {
    font-size: 3rem;
    display: block;
    margin-bottom: 0px !important;

}



.LaserCutWp .UploadFile .help-text {
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
}



.LaserCutWp .row {

    margin-right: 0px !important;
    margin-left: 0px !important;
}

.LaserCutWp .FinalPrice {
    font-size: 29pt !important;
    padding: 21px 5px 3px !important;
    /* border-radius: 58px; */
    margin-bottom: 5px;



}

.col-12.FinalPriceFreeText {
    font-size: 12px !important;
    line-height: 13px !important;
    padding: 5px !important;
    background-color: lightgrey !important;
    text-align: center !important;
}

.LaserCutWp .FinalQty .BtnQty button {
    color: black;
    margin: 0px 0 !important;
    border: 2px solid #59c3bd !important;
    font-size: 12pt !important;
    margin: 10px !important;
    padding: 5px !important;
}

.LaserCutWp .FinalQty .QtyValue {
    font-size: 30pt;
    top: 17px !important;
}

.LaserCutWp p {
    margin-bottom: 0rem !important;
}

.LaserCutWp .text-left {
    text-align: left !important;
    /* top: 15px!important; */
    text-transform: none !important;
}

.LaserCutWp .text-center {
    text-align: center !important;
    /* font-size: 17px!important; */
}

.LaserCutWpBtnCheckout.LaserCutWpBtnCheckoutCart,

#FinalOperation {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    text-transform: uppercase;
    text-shadow: none;
    padding: .2em !important;
    letter-spacing: .065em !important;
    font-size: 1.3em !important;
    background-color: #ffffff !important;
    color: #fff !important;
    /* border-radius: 50px!important; */
}

#FinalOperation:hover {
    /* background-color: #ffffff00 !important; */
    color: #fff !important;
}


.LaserCutWp .Attribute {
    border-bottom: 1px solid #444 !important;
    padding-bottom: 5px !important;
}

.LaserCutWp .btn {
    margin: 0px !important;
    /* display: none; */
    background-color: #4ecdc6 !important;
    color: #fff !important;
    /* font-size: 15px !important; */
    text-transform: uppercase !important;
}

.LaserCutWpBtnCheckout.LaserCutWpBtnCheckoutCart {

    font-size: 25px !important;

}


button.my-2.btn.btn-block.btn-primary.LaserCutWpBtnCheckout.LaserCutWpBtnCheckoutCart:not(:disabled):not(.disabled) {
    background-color: #10b133 !important;

}

button.my-2.btn.btn-block.btn-primary.LaserCutWpBtnCheckout.LaserCutWpBtnCheckoutCart:not(:disabled):not(.disabled):hover {
    background-color: #0072ff !important;

}

button.my-2.btn.btn-block.btn-primary.LaserCutWpBtnCheckout.LaserCutWpBtnCheckoutCart {
    background-color: #c3c3c3 !important;

}

button.my-2.btn.btn-block.btn-primary.LaserCutWpBtnCheckout.LaserCutWpBtnCheckoutCart:hover {
    background-color: #c3c3c3 !important;

}



.LaserCutWp .FinalColumn #FinalOperation {
    background-color: #ffffff00 !important;
}



/* sotto dimensioni testo html*/
.riquadro_testo {
    padding-top: 10px;
}



#immagine_dimensioni {
    width: 150px;
    margin: auto;
}

.riquadro_testo table {
    border: 0 solid #fff;
}

.riquadro_testo p {
    color: black;
}

/* sovrappossizione file su anteprima*/
.LaserCutWp .anchor {
    opacity: 0.9;
}

.VectorImageControl h4 {
    padding-top: 10px;
    font-size: 1.2em !important;

}

.VectorImageControl span {
    font-size: 1em !important;
    text-transform: uppercase;
    /* padding-top:15px; */
}




.LaserCutWp .box {
    background-color: #fafafa;
    box-shadow: 2px 1px 12px rgba(0, 0, 0, .11);
    padding: 15px;
    margin: 5px;
    /* height: 400px; */
    /* display: flex; */
    align-items: center;
}

.LaserCutWp .Vectorization .PresetVectorImage {
    cursor: pointer;
    border: 0px solid #000 !important;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .31);
    margin-bottom: 20px;
    padding: 10px;
}

.LaserCutWp .Vectorization .PresetVectorImage:hover {
    box-shadow: 2px 1px 12px rgba(0, 0, 0, .31);
}

.LaserCutWp .Attribute .NotFilled h5 {
    color: #5a5a5a !important;
}

.LaserCutWp .input-group>.form-control {
    text-align: center !important;
}

/* sotto dimensioni testo html*/
.riquadro_testo {
    padding-top: 10px;
}



#immagine_dimensioni {
    width: 150px;
    margin: auto;
}

.riquadro_testo table {
    border: 0 solid #fff;
}

.riquadro_testo p {
    color: black;
}

.LaserCutWp .anchor {
    opacity: 0.9;
}

.VectorImageControl h4 {
    padding-top: 10px;
    font-size: 1.2em !important;

}

.VectorImageControl span {
    font-size: 1em !important;
    text-transform: uppercase;
}

/* //altezza finestre attributi */
.LaserCutWp .Attributes {
    height: auto !important;
}



button.btn.btn-default.btn-primary.LaserCutWpBtnRotation {
    display: none;
}



h5.d-block.text-center {
    font-size: 13px;
}


@media (min-width: 992px) {

    .LaserCutWp .col-lg-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .LaserCutWp .col-lg-6 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .LaserCutWp .col-lg-4 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
}

/* //mobile */
@media (max-width: 991px) {

    .LaserCutWp .DimensionContainer {
        padding: 0px !important;
    }

    .LaserCutWp .DimensionContainer .DimensionInput {
        margin-top: 10px;
        align-items: center;
    }

    .LaserCutWp .input-group-text {
        padding: 0px 0px 0px 0px !important;
        font-size: 12px !important;

    }

    .LaserCutWp .DimensionContainer .DimensionInput select {
        font-size: 10px !important;
    }

    .LaserCutWp label {

        font-size: 12px !important;
    }

    .riquadro_testo {
        font-size: 10px;
    }

    .LaserCutWp .UploadFile,
    .LaserCutWp button.ConfirmUpload,
    button.btn.btn-primary.VectorizationConfirm {

        width: 90% !important;
    }
}