#product-page-marketing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #243746 !important;
    max-width: 1000px;
    overflow-x: hidden;
}

#product-page-marketing h2 {
    font-size: 2em !important;
    line-height: 1.5em !important;
    margin-bottom: 15px !important;
    margin-top: 35px !important;
}

#product-page-marketing h3 {
    color: #5f6c75;
    font-size: 1.5em !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #88959F;
}

#product-page-marketing p {
    line-height: 1.75em !important;
    margin-bottom: 25px !important;
}

#product-page-marketing li {
    list-style-type: none;
    margin: 0 auto 15px;
    padding: 0;
}

#product-page-testimonial {
    background-color: #F2F5F8;
    border-radius: 8px;
    padding: 25px;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 25px;
}

/* Hide the checkboxes */
._collapsible input[type=checkbox] {
    display: none;
}

/* Default styles for the section headings */
._collapsible label {
    display: block;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Hide the nested table rows by default */
._collapsible input[type=checkbox]:not(:checked)~tbody ._spec-sub-heading+tbody tr {
    display: none;
}

/* Styling for the checkboxes */
._collapsible input[type=checkbox]+label:before {
    content: "+";
    display: inline-block;
    margin-right: 5px;
}

._collapsible input[type=checkbox]:checked+label:before {
    content: "-";
}

/* Hide the nested table rows by default */
._collapsible .electronics-section,
._collapsible .wheels-section,
._collapsible .tires-section, 
._collapsible .parts-section {
    display: none;
}

#product-page-specifications th,
#product-page-specifications td {
    height: 45px !important;
    border-bottom: solid 1px #88959F !important;
}

#product-page-specifications th {
    text-align: left;
    width: 40%;
}

#product-page-specifications td {
    text-align: right;
}

._description-left {
    width: 65%;
    margin-top: 15px
}

._description-right {
    width: 30%;
    margin-top: 15px
}

._product-page-photo-left {
    float: left;
    margin-right: 20px
}

._product-page-photo-right {
    float: right;
    margin-left: 20px;
}

._product-page-photo-left,
._product-page-photo-right {
    width: 40%;
    margin-bottom: 20px;
}

._product-page-section {
    overflow: hidden;
}

._product-page-h4 {
    width: 100%;
}

#product-page-marketing table {
    width: 100% !important;
    border-collapse: collapse !important;
}

#product-page-marketing th,
#product-page-marketing td {
    height: 45px !important;
    border-bottom: solid 1px #88959F;
}

#product-page-marketing td {
    /* text-align: right; */
}

#recommended-accessories-marketing {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border-bottom: 1px solid #88959F !important;
    padding-bottom: 25px;
    color: #243746 !important;
}

.recommended-accessory-marketing {
    width: 244px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0px;
}

.recommended-accessory-marketing img {
    display: block;
    width: 100px;
    margin-right: 15px;
}

.recommended-accessory-marketing-copy {
    width: 80%;
}

.recommended-accessory-marketing-title,
.recommended-accessory-marketing-price {
    font-weight: bold;
    margin: 0 !important;
    line-height: 0 !important;
}

.recommended-accessory-marketing-button {
    margin: 0 !important;
    color: #0073B1;
    text-decoration: none;
    border: 1px solid #0073B1;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 400;
}

.recommended-accessory-marketing-button:hover {
    color: #ffffff !important;
    background-color: #0073B1;
}

.spec-fine-print {
    font-size: .9rem;
    font-style: italic;
}

.view-all {
    margin-left: 35px !important;
}

._manual-container {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

._manual-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 60px;
    background-color: #3B75A3;
    border-radius: 3px 0px 0px 3px;
}

._user-manual {
    background-color: #F8F8F8;
    padding: 0px 4em;
    border-radius: 0px 3px 3px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-page-svg {
    fill: #ffffff;
}

.product-page-features {
    columns: 2;
    gap: 10%;
    margin-bottom: 25px;
}

.product-page-features li {
    break-inside: avoid;
    page-break-inside: avoid;
}

._frequently-asked-questions-h4 {
    color: #5f6c75;
    font-size: 1.5em !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

._accordion {
    font-weight: bold;
    cursor: pointer;
}

._accordion:before {
    content: '\002B';
    margin-right: 8px;
}

._active:before {
    content: '\2212';
}

._panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 24px;
    margin-top: 1em;
}

._panel img {
    width: 100%
}

._panel a {
    text-decoration: none;
}

._panel a:visited {
    text-decoration: none;
}

._faq img {
    border: none;
    box-sizing: border-box;
}

._faq {
    width: 100%;
}

._vertical {
    width: 100% !important;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-template-rows: auto;
    column-gap: 25px;
}

#recommended-accessories-bundle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border-bottom: 1px solid #88959F !important;
    padding-bottom: 25px;
    color: #243746 !important;
}

.recommended-accessory-bundle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0px;
}

.recommended-accessory-bundle img {
    display: block;
    width: 50%;
    margin-right: 15px;
}

.recommended-accessory-bundle-copy {
    width: 100%;
}

.recommended-accessory-bundle-title {
    font-weight: bold;
    margin: 0 !important;
    line-height: 0 !important;
}

.recommended-accessory-bundle-price {
    font-weight: bold;
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 1.3rem;
}

.recommended-accessory-bundle-price span {
    text-decoration: line-through;
    font-size: 1rem;
}

.recommended-accessory-bundle-button {
    margin: 0 !important;
    color: #0073B1;
    text-decoration: none;
    border: 1px solid #0073B1;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 400;
}

.recommended-accessory-bundle-button:hover {
    color: #ffffff !important;
    background-color: #0073B1;
}

.recommended-accessory-bundle a {
    text-decoration: none;
    color: #243746;
}

.recommended-accessory-bundle:visited {
    text-decoration: none;
}

._marketing-tab {
    overflow: hidden;
    /* border: 5px solid rgba(73, 117, 159, 0.1); */
    background-color: rgba(73, 117, 159, 0.1);
    width: 60%;
    display: flex;
    border-radius: 50px;
    margin: 2em auto;
    padding: 5px;
}

/* Style the buttons inside the tab */
._marketing-tab button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    border-radius: 50px;
    color: #222;
}

/* Change background color of buttons on hover */
._marketing-tab button:hover {
    background-color: rgba(73, 117, 159, 0.25);
}

/* Create an active/current tablink class */
._marketing-tab button.active {
    background-color: #49759F;
    color: white;
}

/* Spec Sub-Headings */
._spec-sub-heading {
    font-weight: bold;
}


summary {
font-weight: bold;
cursor: pointer;
list-style: none;
position: relative;
padding-left: 20px;
}

summary::before {
content: "+";
position: absolute;
left: 0;
font-size: 16px;
font-weight: bold;
}

details[open] summary::before {
content: "-";
}

th._table_dropdown, td._table_dropdown {
border-bottom: none !important;
}

@media only screen and (max-width: 600px) {
    .product-page-features {
        columns: 1;
    }

    #recommended-accessories-marketing {
        row-gap: 30px;
    }

    .recommended-accessory-marketing {
        width: 100%;
    }

    .recommended-accessories-bundle {
        width: 100%
    }

    ._description-left {
        width: 100%;
    }

    ._product-page-photo-left,
    ._product-page-photo-right {
        width: 100%;
        float: none;
        display: block;
    }

    ._product-page-photo-right {
        margin-left: 0px;
    }

    ._description-right {
        width: 100%;
    }

    #product-page-marketing {
        /* padding: 25px; */
    }

    #product-page-marketing th,
    #product-page-marketing td {
        text-align: left;
        vertical-align: middle;
    }

    .view-all {
        display: block;
        margin-left: 0 !important;
        margin-top: 10px !important;
        text-align: center;
    }

    ._faq {
        margin-top: .5em;
    }

    ._vertical {
        grid-template-columns: 100%;
    }

    .recommended-accessory-bundle img {
        width: 100%;
    }

    .recommended-accessory-bundle {
        flex-wrap: wrap;
        justify-content: center;
    }

    ._marketing-tab {
        width: 75%;
    }
}