/* OVERRIDE BASIC MTS STYLES */
.product-type-ongema_bundle .details-heightchart {
    display: none !important;
}





/* BASIC STYLES */
table.woocommerce-ongema-bundle-product-list {
    border-spacing: 20px;
}
table.woocommerce-ongema-bundle-product-list label > p {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
}
table.woocommerce-ongema-bundle-product-list .bundle-label-info {
    padding: 2px 12px;
    background: rgba(0,0,0,.05);
    border-radius: 25px;
    display: inline-block;
    margin-left: 5px;
}
table.woocommerce-ongema-bundle-product-list .bundle-label-info .bundle-label-info-content {
    content: attr(data-info);
    position: absolute;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    padding: 5px 15px;
    display: none;
    z-index: 99;
}
table.woocommerce-ongema-bundle-product-list .bundle-label-info:hover .bundle-label-info-content {
    display: block;
}
table.woocommerce-ongema-bundle-product-list tr {
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
table.woocommerce-ongema-bundle-product-list td {
    padding: 10px 5px;
    background: white;
}
@media screen and ( max-width: 980px ) {
    table.woocommerce-ongema-bundle-product-list td {
        display: block;
    }
}
table.woocommerce-ongema-bundle-product-list td:first-child {
    padding-left: 20px;
}
table.woocommerce-ongema-bundle-product-list td:last-child {
    padding-right: 20px;
}

@media screen and ( max-width: 980px ) {
    form.cart.grouped_form .name-initiale {
        width: 95%;
    }
}



/* COLUMN STYLES */
table.woocommerce-ongema-bundle-product-list td.woocommerce-grouped-product-list-item__thumbnail {
    width: 100px;
    text-align: center;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__label {
}
@media screen and ( max-width: 980px )  {
    table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__label {
        display: inline;
    }
    table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__label:after {
        clear: both;
    }
}
table.woocommerce-ongema-bundle-product-list td.woocommerce-grouped-product-list-item__variant {
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__price {
    display: none;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data {
    /*width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;*/
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data label {
    line-height: 1.25 !important;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data label i,
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data label span.optional {
    font-size: 85%;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data input.input-text {
    border-radius: 0;
}
@media screen and ( max-width: 980px ) {
    table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data {
        left: 0%;
        width: 100%;
        position: relative;
        display: block;
    }
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data .form-row {
    border-spacing: initial;
    display: none;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data .form-row label {
    font-size: .8rem;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data .form-row input {
    border: 0;
    font-size: .8rem;
}
table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__extra_data .form-row .optional {
    display: none;
}


/* COLUMN CONTENT */
table.woocommerce-ongema-bundle-product-list .bundle_product_quantity:after {
    content: 'x';
}

@media screen and ( max-width: 980px ) {
    table.woocommerce-ongema-bundle-product-list .woocommerce-grouped-product-list-item__quantity {
        display: inline;
    }
}



/* INPUT FIELDS */
.name-initiale {
    text-align: center;
    transform: rotate(-2deg);
    background: white;
    width: 90%;
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    padding: 25px;
    margin: auto;
    overflow: auto;
    margin-bottom: 40px;
    border: 0px solid #303030;
}
.name-initiale > p {
    margin: 0;
    transform: rotate(2deg);
}
.name-initiale h3 {
    text-align: center;
    margin-top: 0;
    transform: rotate(2deg);
}
.name-initiale div[class*=-input] {
    width: 30%;
    display: inline-block;
    text-align: center;
    transform: rotate(2deg);
    text-align: center;
    position: relative;
}
.name-initiale div[class*=-input] span {
    padding: 15px 15px 20px 15px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.name-initiale div[class*=-input] input {
    width: 40px;
    border: 0;
    border-bottom: 2px solid #303030;
    border-radius: 0;
}
.name-initiale div[class*=-input] label {
    font-weight: bolder;
    letter-spacing: 3px;
}
.name-initiale div[class*=-input] label small {
    font-weight: normal;
}
.name-initiale .name-short-input {
    top: 5px;
}
.name-initiale .number-input {
    top: 10px;
}


.name-initiale .name-input,
.name-initiale .number-input,
.name-initiale .name-short-input {
    display: none;
}

.name-initiale .name-input:first-of-type,
.name-initiale .number-input:first-of-type,
.name-initiale .name-short-input:first-of-type {
    display: inline-block;
}

/*
 *
 * MTS Overrides
 *
 */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
.woocommerce div.product .summary .woocommerce-product-gallery__wrapper {
    display: block !important;
    max-width: 600px;
    margin: auto !important;
}