//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .catalog-product-view {
        .product-info-main {
            .product-add-form {
                .product-options-wrapper {
                    .inserts {
                        .fieldset {
                            font-size: 0;
                            .field.hidden {
                                margin-bottom: 0;
                                margin-top: 8px;
                                .label {
                                    font-style: italic;
                                    font-weight: 400;
                                    margin-top: 0;
                                    text-transform: none;
                                    line-height: 1.2;
                                }
                            }
                            .field.select {
                                box-sizing: border-box;
                                display: inline-block;
                                margin-bottom: 8px;
                                margin-top: 12px;
                                position: relative;
                                text-align: center;
                                width: 33.3333%;
                                &:not(:first-child) {
                                    padding-left: 10px;
                                }
                                &:not(:last-child) {
                                    padding-right: 10px;
                                }
                                .label {
                                    .lib-font-size(13);
                                    float: none;
                                    margin-bottom: 6px;
                                    span {
                                        span {
                                            display: block;
                                        }
                                    }
                                }
                                .control {
                                    width: 100%;
                                    select {
                                        border-color: #b4b4b4;
                                        border-radius: 30px;
                                        color: @djo-gray;
                                        height: 40px;
                                        max-width: 100%;
                                        padding-left: 9%;
                                        text-align: center;
                                        width: 100px;
                                    }
                                }
                            }
                            .field.disabled {
                                .label {
                                    opacity: .4;
                                    text-decoration: line-through;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
