/* upgrades */
.upgrade-carousel .item.item-upgrade-new {
    max-height: initial;
}

/* global partners logos */
.global_partners_logos_carousel .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
}
.global_partners_logos_carousel .swiper-slide {
    width: 292px;
}

/* product features */
.product_features_section {
    background: #F0F0F0;
    padding: 110px 0;
}
.product_features_section .heading {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    font-family: 'Exo';
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}
.product_features_section .cols-con {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 44px;
}
.product_features_section .sub_items {
    display: grid;
    gap: 25px;
}
.product_features_section .item {
    position: relative;
}
.product_features_section .item:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #808080;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_features_section .item-r1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    padding: 0 20px 25px 0;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}
.product_features_section .item.active .item-r1 {
    color: #FF0000;
}
.product_features_section .item-r1:after {
    content: '\e90b';
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #000;
    place-content: center;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_features_section .item.active .item-r1:after {
    transform: rotate(180deg);
    background: #FF0000;
}
.product_features_section .item-r2 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 25px 0;
}
.product_features_section .item-text {
    color: #000;
}
@media (max-width: 1023px) {
    .product_features_section {
        padding: 70px 0;
    }
    .product_features_section .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
        text-align: left;
    }
    .product_features_section .cols-con {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
@media (max-width: 767px) {
    .product_features_section .item-r1 {
        line-height: 23px;
        text-transform: capitalize;
    } 
}

/* Price */
.product_price {
    color: #FF0000;
    font-size: 22px;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}
.product_price.price_top {
    text-align: center;
}
.product_price.price_bottom .custom_price {
    color: #fff;
    font-size: 20px;
}

/* Assembly */
.section_assembly .elementor-shortcode iframe {
    min-height: 659px;
    width: 100%;
}
.section_assembly .elementor-shortcode td {
    border: none;
}
.section_assembly .elementor-shortcode td:first-child a{
    position: relative;
    display: block;
}
.section_assembly .elementor-shortcode td:first-child a:after {
    content: url(https://nextlevelracing.com/wp-content/uploads/2024/04/Group-151.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.3s ease;
}
.section_assembly .elementor-shortcode td:first-child a:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}

/* .section_assembly .elementor-shortcode td:first-child a.pdf_link {
    background: #000;
	text-align: center;
	width: 200px;
	margin: 0 auto 40px;
	padding: 25px;
	border-radius: 5px;
} */
.section_assembly .elementor-shortcode td:first-child a.pdf_link:after {
    display: none;
}

@media(max-width:767px){
    .section_assembly .elementor-shortcode tr{
        display: flex;
        flex-direction: column;
        height: auto !important;
    }
    .section_assembly .elementor-shortcode tr td{
        width: 100% !important;
        margin-bottom: 20px;
        height: auto !important;
    }
}

.elementor-toc__list-item-text-wrapper svg {
    display: none;
}


.single-product-images .image-thumb img {
    object-fit: contain;
}

.single-product-images .main-image {
    aspect-ratio: 600 / 450;
    max-width: 600px;
    position: relative;
    width: 100%;
    margin: auto;
}
.single-product-images .main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
	object-position: center;
}

#product_footer_cta .product_title_con {
    max-width: 680px;
}