.page-wrapper{max-width:100%;}
.navigation, .breadcrumbs, .catalog-category-view .page-main .breadcrumbs, .catalog-category-view .page-main .columns, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .page-container > .content, .jumbotron > .container{max-width:100%;}
.page-footer{background-color:#bdbdbd;background-image:url(../images/foot_wheel_v1_3.png);background-repeat:no-repeat;background-position: ;}
/* =====================================================
   KOYA WEBSITE — LATEST RESTORED SAFE CSS
   Based on the original working CSS.
   Does not modify Product Gallery or MageWorx images.
===================================================== */

.label {
    font-weight: 700 !important;
}

select {
    width: 75% !important;
    border: 2px solid #cccccc !important;
    border-radius: 5px !important;
    font-family: Verdana, Arial, sans-serif !important;
}

input[type="text"] {
    border: 2px solid #cccccc !important;
    border-radius: 5px !important;
}

textarea {
    width: 60% !important;
    border: 2px solid #cccccc !important;
    border-radius: 5px !important;
}

.mgz-tabs {
    font-family: Verdana, Arial, sans-serif;
}

/*
#product-addtocart-button {
    display: none;
}

button[type="submit"].tocart.primary {
    display: none;
}

.mgz-col-md-15 {
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.5);
}
*/

.product-shadow {
    border-radius: 5px !important;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.5);
}

.product-info-main .product.attribute.overview {
    display: none !important;
}


/* =====================================================
   WHEEL SPECIFICATION TABLE
===================================================== */

.koya-spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

.koya-spec-table th,
.koya-spec-table td {
    padding: 18px 15px !important;
    border-top: 1px solid #333333 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    text-align: center !important;
}

.koya-spec-table th {
    background: #1c1c1c !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.koya-size-heading td {
    background: #000000 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

.koya-order-btn {
    display: inline-block !important;
    padding: 8px 14px !important;
    background: #ffffff !important;
    border-radius: 3px !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 200 !important;
    text-decoration: none !important;
}

.koya-order-btn:hover {
    background: #e00000 !important;
    color: #ffffff !important;
}

.koya-out-stock {
    display: inline-block !important;
    padding: 10px 18px !important;
    background: #e94b4b !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}


/* =====================================================
   MOBILE SPECIFICATION TABLE
===================================================== */

@media (max-width: 768px) {
    .koya-spec-table,
    .koya-spec-table tbody {
        display: block !important;
        width: 100% !important;
    }

    .koya-spec-table tr {
        display: grid !important;
        grid-template-columns: 58px 86px 68px 78px 76px !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 6px 4px !important;
        border-bottom: 1px solid #333333 !important;
    }

    .koya-spec-table tr:first-child {
        display: none !important;
    }

    .koya-spec-table th,
    .koya-spec-table td {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        font-size: 12px !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    .koya-spec-table th {
        background: transparent !important;
        color: #aaaaaa !important;
        font-weight: 800 !important;
    }

    .koya-size-heading {
        display: block !important;
        padding: 0 !important;
    }

    .koya-size-heading td {
        display: block !important;
        width: 100% !important;
        padding: 12px !important;
        background: #000000 !important;
        font-size: 20px !important;
        text-align: center !important;
    }

    .koya-size-cell {
        font-size: 13px !important;
        font-weight: 900 !important;
    }

    .koya-pcd-cell,
    .koya-offset-cell {
        color: #aaaaaa !important;
        font-size: 11px !important;
    }

    .koya-price-cell {
        font-size: 12px !important;
        font-weight: 900 !important;
        text-align: right !important;
    }

    .koya-order-cell {
        justify-self: end !important;
        text-align: right !important;
    }

    .koya-order-btn,
    .koya-out-stock {
        display: inline-block !important;
        width: auto !important;
        padding: 5px 8px !important;
        font-size: 10px !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .koya-out-stock {
        background: #e94b4b !important;
        border-radius: 3px !important;
        color: #ffffff !important;
    }
}