* {
    box-sizing: border-box;
}

main a {
    text-decoration: none;
}

.container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 768px) {

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}



/**********************************
 * Search
 **********************************/

.moto-search-parts-vc-row {
    overflow: visible !important;
    z-index: 2;
}

.moto-search-parts-vc-row>.wpb_column>.vc_column-inner {
    padding-top: 0 !important;
}

.moto-search-products-container {
    background-color: #05428C;
    color: #fff;
    padding: 1rem 0 1.15rem 0;
}

.moto-search-products h3 {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0.3em !important;
}

.moto-search-products {
    z-index: 10;
    position: relative;
}

.moto-search-products .search-products-holder>ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.moto-search-products .search-products-holder>ul>li {
    flex: 1;
}

.moto-search-products .search-products-holder>ul>li.lincese_plate_container {
    display: none;
}

.moto-search-products .search-products-holder>ul .input_holder {
    margin-right: 1rem;
    position: relative;

}

.moto-search-products .search-products-holder>ul .input_holder .input_field {
    display: block;
}

.moto-search-products .search-products-holder>ul .input_holder input {
    background: none;
    border: none;
    border: solid 1px #fff;
    background-color: #fff;
    color: #25282a;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: 5px;
    width: 100%;
}

.input_holder input.loading {
    background-image: url(../image/preloader-new.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 40px auto !important;
}

.input_holder .input_field {
    position: relative;
    display: inline-block;
}

.input_holder .input_field .clear-results {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.input_holder .input_field .clear-results:before,
.input_holder .input_field .clear-results:after {
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    width: 14px;
    height: 1px;
    background: #25282a;
    opacity: 1;
    transition: all .25s ease;
}

.input_holder .input_field .clear-results::before {
    transform: rotate(-45deg) !important;
}

.input_holder .input_field .clear-results::after {
    transform: rotate(45deg) !important;
}


.list_fields_holder {
    display: none;
}

.moto-search-products>.search-products-holder ul .input_holder input::placeholder {
    color: #3e4549;
}


.moto-search-products>.search-products-holder ul .input_holder .search-products_trigger {
    display: inline-block;
    background-color: #085999;
    border-radius: 4px;
    padding: 0.75rem 1rem;
}

.moto-search-products .search-products-holder>ul .input_holder .search-products_trigger svg {
    width: 16px;
    height: 16px;
}

.moto-search-products .search-products-holder>ul .input_holder .search-products_trigger svg polyline {
    stroke-width: 2;
    stroke: #fff;
}

.search_button {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3e4549;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    display: none;
}

.search_button .button {
    padding: 5px 15px;
    color: #25282a;
    border-radius: 5px;
    background-color: #f4f4f4;
    display: inline-block;

}

.search_results {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3e4549;
    width: 400px;
    height: 300px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
    display: none;
    z-index: 11;
}

.search_results h3 {
    text-align: center;
    font-size: 1.3rem !important;
    margin: 0;
    padding: 0;
    border-bottom: none;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    color: #fff;
}

.search_results .search_results_body {
    position: relative;
    overflow-y: auto;
    height: 246px;
}

.search_results.submodel .search_results_body {
    position: relative;
    overflow-y: auto;
    height: 208px;
}

.search_results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    color: #25282a;
}

.search_results ul li {
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding: 0.3em;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.mevo_part_no_holder .search_results ul li {
    width: 33.333%;
}

.mevo_part_no_holder .search_results ul li a {
    color: #25282a;
}

.mevo_part_no_holder .search_results ul li a:hover {
    text-decoration: none;
}

.search_results.year ul li {
    width: 20%;
}

.search_results ul li:hover {
    opacity: 0.8;
}


/* width */
.search_results .search_results_body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.search_results .search_results_body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.search_results .search_results_body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.search_results .search_results_body::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.search_results h3 {
    display: none;
}

.search_results h3.parts,
.search_results h3.state {
    display: block;
}

.moto-submodel-options {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #f4f4f4;
    color: #25282a;
}

.moto-submodel-options h4 {
    font-size: 1rem;
}

.moto-submodel-options h4 div {
    display: inline;
}

.moto-submodel-options h4 span {
    font-size: 0.8rem;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #05428C;
    margin-left: 6px;
    line-height: 1;
    display: inline-block;
}

.moto-submodel-options>div {
    width: 50%;
}

.moto-submodel-options>div a {
    display: block;
    color: #25282a;
    font-size: 0.9rem;
}

.moto-submodel-options>div a:hover {
    text-decoration: none;
}

.moto-submodel-options>div a.selected {
    opacity: 0.5;
}

.moto-search-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
}

.moto-search-button a {
    display: block;
    background-color: #085999;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    color: #fff;
}

.moto-search-button a:hover {
    text-decoration: none;
    background-color: #000;
}

.search_results.submodel .moto-search-button {
    display: block;
}

.search_results.submodel .moto-search-button.disabled {
    opacity: 0.6;
}

.search_results.submodel .moto-search-button.disabled a {
    pointer-events: none;
}

/* main */

.moto-search-parts-results {
    padding-top: 3rem;
}

.moto-parts-category {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.5s, max-height 0.3s;
}

.moto-parts-category.open {
    opacity: 1;
    max-height: 12000px;
}

.moto-parts-category h2 {
    color: #05428C;
    font-size: 1.3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.moto-part-item {
    margin-bottom: 2rem;
    box-shadow: -5px 0px 15px rgb(0 0 0 / 15%);
    border-bottom-right-radius: 80px;
    overflow: hidden;
    transition: all 0.5s;
}

.moto-part-item a {
    color: #25282a;
    display: flex;
    background-color: #f6f6f6;
    transition: all 0.3s;
}

.moto-part-item:hover {
    box-shadow: -10px 0px 30px rgb(0 0 0 / 30%);
}

.moto-part-item a:hover {
    text-decoration: none;
    color: #25282a !important;
}

.moto-part-item1 a:hover {
    text-decoration: none;
    background-color: #05428C;
    color: #fff;
}

.moto-part-image {
    flex: 0 1 35%;
    background-color: #fff;
    padding: 20px;
}

.moto-part-image .part-image {
    position: relative;
}

.moto-part-image .part-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 65%;
    height: 0;
}

.moto-part-image .part-image img {
    display: block;
    position: absolute;
    max-width: 80%;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    background-color: #fff;
}

.moto-part-image .brand-image {
    position: relative;
    margin-top: 15px;
}

.moto-part-image .brand-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 20%;
    height: 0;
}

.moto-part-image .brand-image img {
    display: block;
    position: absolute;
    max-width: 40%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    background-color: #fff;
}


.moto-part-info {
    flex: 1 1 65%;
    padding: 2rem;
    position: relative;
}


.moto-part-info .moto-part-no {
    color: #404040;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    transition: color 0.3s;
}


.moto-part-info h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 1.5rem;
    margin-top: 0.2rem;
    margin-bottom: 2.5rem;
    border-bottom: solid 2px #a8a8a8;
    font-weight: bold;
}

.moto-part-info p {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1;
}

.moto-part-info p span {
    margin-right: 0;
    display: inline-block;
    width: 45%;
}

.moto-part-info .moto-part-info-viewmore {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #05428C;
    color: #fff;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    user-select: none;
    text-decoration: none;
    position: absolute;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;

    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    right: 40px;
    bottom: 40px;
}

.moto-part-info .moto-part-info-viewmore:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url(../image/arrow-right-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.6rem;
}


.moto-main h3 {
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1em;
    font-weight: 700;
}

.moto-parts-filters {
    padding-top: 2rem;
}

.moto-parts-filters {}

h3.moto-parts-filters-title {
    background-color: #05428C;
    color: #fff;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

h3.moto-parts-filters-title:after {
    content: "";
    display: inline-block;
    background-image: url(../image/menu-arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
    border-radius: 50%;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    position: absolute;
}

.moto-parts-filters-container.open h3.moto-parts-filters-title:after {
    transform: rotate(180deg) translateY(50%);
}

.moto-parts-filters-body {
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    background-color: #f6f6f6;
}

.moto-parts-filters-container.open .moto-parts-filters-body {
    max-height: 3000px;
}

.moto-parts-filter-container {
    padding: 0.5rem 1.5rem;
}

.moto-parts-filter-container p {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding: 0.8em 0;
    border-top: solid 2px #a8a8a8;

    margin: 0;
}

.moto-parts-filter-container .sub-result p:first-child {
    border-top: solid 2px #a8a8a8;
}

.moto-parts-filter-container p:first-child {
    border: none;
}

.moto-parts-filter-container h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 1rem;
}

.moto-parts-filter-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.moto-parts-filter-container ul>li {
    background-image: url(../image/menu-arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 6px auto;
    padding-left: 12px;
    margin-bottom: 0.5em;
}

.moto-parts-filter-container ul>li a {
    color: #25282a;
    display: block;
}

.moto-parts-filter-container ul>li a:hover {
    font-weight: bold;
}

.moto-parts-filter-container ul>li.selected a {
    font-weight: bold;
    position: relative;
}

.moto-parts-filter-container ul>li.selected a:before {
    font-weight: bold;
}

.moto-parts-filter-container ul>li a::after,
.moto-parts-filter-container ul>li a::before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: #25282a;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.moto-parts-filter-container ul>li.selected a::before {
    opacity: 1;
    transform: translateY(-50%) rotate(-45deg) !important;
}

.moto-parts-filter-container ul>li.selected a::after {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) !important;
}


/** ======================================================================================
* PART INNER
* ======================================================================================== */
.moto-part {
    margin-top: 3rem;
}

.moto-part-box {
    border: solid 1px #dadada;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
}

.moto-part-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.moto-part-brand .moto-part-brand-logo {
    width: 100%;
    padding-right: 20px;
}

.moto-part-brand .moto-part-brand-logo img {
    display: block;
    max-width: 60%;
    max-height: 50px;
    height: auto;
    display: block;
}

.moto-part-brand .moto-part-brand-desc {
    width: 100%;
    font-size: 0.85rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.moto-part-title-details .moto-part-no {
    color: #05428C;
    font-size: 1.5rem;
    /*font-size: 0.85rem;*/
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.moto-part-title-details h1 {
    color: #25282a;
    font-size: 2rem;
    font-weight: 900;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.moto-part-title-details h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 6px;
    background-color: #05428C;
    border-radius: 3px;
}

.moto-part-marketing-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.moto-part-details ul {
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

.moto-part-details ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.2em;
}

.moto-part-details ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #888888;
    border-radius: 2px;
}

.moto-part-details h2,
.moto-part-specifications h2,
.moto-part-fitcheck h2 {
    font-size: 1.6rem;
    position: relative;
    margin: 0;
    padding-bottom: 0.5em;
    margin-bottom: 1.5rem;
}

.moto-part-specifications ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.moto-part-specifications ul li {
    color: #414141;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    font-size: 1rem;
}

.moto-part-specifications ul li span {
    padding: 0.5rem 1.5rem;
    width: 45%;
}

.moto-part-specifications ul li span:first-child {
    background-color: #f6f6f6;
}

.moto-part-gallery-slider {
    position: relative;
    border: solid 1px #dadada;
    overflow: hidden;
}

.moto-part-gallery-slider:before {
    content: "";
    position: relative;
    display: block;
    padding-bottom: 100%;
    height: 0;
}

.moto-part-gallery-slider-wrapper>div {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.moto-part-gallery-slider-wrapper>div.selected {
    opacity: 1;
    z-index: 1;
}

.moto-part-gallery-slider a {
    position: relative;
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.moto-part-gallery-slider a img {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    max-width: 80%;
}

.moto-part-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.moto-part-gallery-thumbs>div {
    position: relative;
    flex: 0 1 14%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.moto-part-gallery-thumbs>div a {
    position: relative;
    display: block;
    border: solid 1px #dadada;
}

.moto-part-gallery-thumbs>div.moto-part-thumb-360 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.moto-part-gallery-thumbs>div a:before {
    content: "";
    position: relative;
    display: block;
    padding-bottom: 100%;
    height: 0;
}

.moto-part-gallery-thumbs>div a img {
    position: absolute;
    display: block;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.moto-part-block {
    text-align: center;
}

.moto-parts-mobile-opener {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.moto-hide {
    display: none;
}

.moto-main{
    padding-bottom: 5rem;
}

@media (max-width: 767px) {

    /* SEARCH */
    .moto-search-products-container {
        padding: 0.5rem 0;
    }

    .moto-parts-mobile-opener {
        display: block;
    }

    .moto-search-products h3 {
        font-size: 1.4rem;
        margin: 0 !important;
    }

    .moto-search-products .search-products-holder>ul {
        display: flex;
        flex-wrap: wrap;
        max-height: 0;
        overflow: hidden;
        transition: all 0.4s;
    }

    .moto-search-products.active .search-products-holder>ul {
        max-height: 1000px;
        overflow: visible;
        margin-top: 0.5em;
    }

    .moto-search-products .search-products-holder>ul>li {
        flex: 1 100%;
        margin-bottom: 0.5em;
    }

    .moto-search-products .search-products-holder>ul .input_holder {
        margin-right: 0;
    }

    .moto-search-products .search-products-holder>ul .input_holder input {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }

    .search_results {
        width: 100%;
        margin-top: 0;
    }

    /* Parts */
    .moto-part-item a {
        flex-wrap: wrap;
    }

    .moto-part-image {
        flex: 0 1 100%;
    }

    .moto-part-info {
        flex: 1 1 100%;
    }

    .moto-part-info p span {
        display: block;
        width: 100%;
        line-height: 1.5;
    }

    .moto-part-info .moto-part-info-viewmore {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    .moto-part-documents-container {
        margin-bottom: 2rem;
    }

    .moto-part-box {
        padding: 2rem 1.5rem;
    }

    .moto-part-specifications ul li {
        flex-wrap: wrap;
        margin-bottom: 0.5em;
    }

    .moto-part-specifications ul li span {
        display: block;
        width: 100%;
    }

    .moto-table-continer {
        position: relative;
        overflow-x: scroll;
    }

    .moto-shortcode-posts-with-filters .row .col {
        flex: 1 100%;
        max-width: 100%;
    }

    .moto-our-mission-callouts>.wpb_column {
        margin-bottom: 1rem;
    }


}

@media (max-width: 575px) {}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}

@media (min-width: 1600px) {}