/* CSS for the product details column */
.product-details {
    float: left;
    width: 50%;
}

/* CSS for the add model form column */
.add-model-form {
    float: left;
    width: 50%;
}
.column-3d_model_config {
    width: 150px;
}

.column-3d_model_config .button {
    width: 100%;
}
.arviewz-title, .back-btn{
    text-align: center !important;
}