

@-webkit-keyframes fade-in-bottom-center{0%{-webkit-transform:translate(-50%, 15px);transform:translate(-50%, 15px);opacity:0}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);opacity:1}}
@keyframes fade-in-bottom-center{0%{-webkit-transform:translate(-50%, 15px);transform:translate(-50%, 15px);opacity:0}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);opacity:1}}


@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
.fade-in-left {
	-webkit-animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
.fade-in-right {
	-webkit-animation: fade-in-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes fade-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(10);transform:translateY(10);opacity:0}}@keyframes fade-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(10);transform:translateY(10);opacity:0}}
.fade-out-bottom {
	-webkit-animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInUpShort {
	0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUpShort {
	0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInDown {
	0% {  opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}
.spin {
	animation: spin 5s linear infinite both;
}

.page-not-elementor .site-main {
	padding: 60px 0;
}

/* Tables */
table {
	border-collapse: collapse;
}
th, td {
	border-top: 1px solid #E0E1E4;
	border-bottom: 1px solid #E0E1E4;
	padding: 4px 20px;
}
th {
	background-color: #F5F6F8;
}

.table-style-1 th,
.table-style-1 td {
    border: 1px solid #E0E1E4;
}

/* Tabs */
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	border-right: none;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
    border-right: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    display: none;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border: none;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #F8F9FA;
    border-color: #E9ECEF;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    border-color: #E9ECEF;
    border-bottom: none;
}
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before, 
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-color: #E9ECEF;
}


div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title:last-child,
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title {
	border: none;
	border-bottom: 2px solid;
    border-color: #E9ECEF;
}
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #2CC6FA!important;
    background: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tabs-content-wrapper {
    border: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tab-content {
    padding: 20px 0;
}

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
    overflow-y: auto;
    overflow-x: hidden;
	padding-right: 15px;
	backface-visibility: hidden;
	/* transform: translateY(0px); */
}
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar {
    width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
	-webkit-border-radius: 1.250em;
	border-radius: 1.250em;
	border: none;
	background-color: #E9ECEF;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    background-color: #495056;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #495056;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background-color: #ffffff50;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

/* Carousel / Swiper */


/* Custom Classes */
/* .fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
} */

.elementor-toggle .elementor-tab-content a,
.elementor-accordion .elementor-tab-content a,
.elementor-text-editor a {
    text-decoration: underline;
    font-weight: 700;
}

.ff-breadcrumbs {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.ff-breadcrumbs .sep {
    margin: 0 5px;
}
.ff-breadcrumbs li:last-child {
    pointer-events: none;
}

/*FEATURED NEWS/ARTICLE*/
.item.item-featured-news {
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}
.item-featured-news-wrapper{
    display: flex;
    align-items: center;
    max-width: 1328px;
    gap: 40px;
}
.item-featured-news .s1, .item-featured-news .s2{
    width: 48%;
}
.item-featured-news .s2{
    text-align: right;
}
.item-featured-news .s2 img{
    width: 644px;
    height: 342px;
    object-fit: cover;
    aspect-ratio: 644/342;
    max-width: initial;
}
.item-featured-news p.title {
    font-size: 22px;
    line-height: 29px;
    font-weight: 900;
    font-family: 'Exo';
    color: #000;
    text-transform: uppercase;
    max-width: 600px;
    margin: 5px 0 15px 0;
}
.item-featured-news p.subheading{
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
}
.item-featured-news span.categories {
    text-transform: uppercase;
    color: #BBBBBB;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.item-featured-news .excerpt{
    color: #8F8F8F;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    max-height: 200px;
    overflow: hidden;
}
.item-featured-news a.btn.more-link {
    background: transparent;
    font-weight: 900;
    font-size: 16px;
    padding: 0 50px 0 0;
    min-height: 40px;
}
.item-featured-news a.btn.more-link:after{
    top: 10px;
    right: 20px;
}


.load-more-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    padding: 12px 62px 12px 44px;
    min-height: 50px;
    margin: 60px auto 0;
}
.load_more_loading .load-more-btn {
    opacity: 0.5;
    cursor: not-allowed;
}



@media (max-width: 1310px){
    .item-featured-news .s2 img {
        width: 400px;
        height: 300px;
        aspect-ratio: 400/300;
    }
    .item-featured-news-wrapper{
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width: 850px){
    .item-featured-news .s1, .item-featured-news .s2{
        width: 100%;

    }
    .item-featured-news .s2{
        text-align: center;
    }
}
@media (max-width: 768px){
    .item-featured-news .s2 img {
        width: 100%;
        height: 300px;
        aspect-ratio: 400/300;
    }
}
@media (max-width: 767px){
    .item-featured-news .s2 img {
        width: 100%;
        height: 300px;
        aspect-ratio: 300/300;
    }
    .item-featured-news .s1{
        text-align: left;
    }
    .item.item-featured-news{
        padding: 42px 36px;
    }
    
    .product-ff-ajax .r2 .item .s1 img {
        /* height: 230px!important; */
        width: auto;
        max-height: 230px;
        height: auto;
    }
}


/*Ambassador Single Page*/
.social-icons {
    background: #232323;
    color: #fff;
    display: flex;
    gap: 23px;
    font-size: 22px;
    width: 302px;
    padding: 7px 7px 7px 50px;
    margin-top: -54px;
}
.card-container p{
    color: #fff;
    margin-bottom: 0;
}
.card-container p.title{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.4px;
}
.card-container p.content{
    margin-bottom: 23px;
}
.gallery-carousel-container{
    padding: 75px 37px 58px 37px;
    background: #F0F0F0;
}
.gallery-carousel{
    max-width: 1328px;
}
.gallery-carousel img{
    width: 302px;
    height: 201px;
    object-fit: cover;
}
.ambassador-gallery-overview .swiper-controls{
    display: none;
}

.questions {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 65px 20px 91px 20px;
    justify-content: space-between;
}
.questions .col1,
.questions .col2 {
    width: 48%;
}
.question-container {
    width: 100%;
    margin-bottom: 20px;
}
.questions .heading{
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.questions .answer{
    color: #8F8F8F;
    font-size: 16px;
    line-height: 26px;
}


@media (max-width: 1024px){
    .questions .col1, .questions .col2 {
        width: 47%;
    }
}


@media (max-width: 767px){
    .question-container {
        width: 100%;
    }
    .questions{
        gap: 20px;
    }
    .ambassador-gallery-overview .swiper-controls{
        display: inline-flex;
    }
    .ambassador-gallery-overview .overview-link,  .ambassador-gallery-overview .pagination-divider{
        display: none;
    }
    .ambassador-gallery-overview .swiper-controls span{
        color: #000;
    }
    .gallery-carousel-container{
        padding: 57px 37px 58px 37px;
    }

    .questions .col1, .questions .col2 {
        width: 100%;
    }
}

/* Subscription Form */
.subscription-form-right .gform_footer{
    margin-top: 0;
}
.subscription-form-right .gfield input{
    border: 1px solid #343434;
    background: #262626;
    height: 40px;
    font-size: 16px;
    color: #8A8A8A;
    margin-bottom: 20px;
    border-radius: 5px;
}
/* Commercial Team */
.commercial-text-list ul{
    list-style-type: none;
}
.commercial-text-list ul li:before{
    content: url('https://nextlevelracing.com/wp-content/uploads/2024/02/ul-text-left-orange.svg');
    position: relative;
    left: -15px;
    top: 4px;
}
.commercial-text-list ul li{
    padding-left: 10px;
    margin-bottom: 33px;
}

@media (max-width: 767px){
    .commercial-text-list ul{
        padding: 0;
    }
    .commercial-text-list ul li:before{
        top: 0;
    }
    .commercial-text-list ul li{
        margin-bottom: 20px;
    }
}

/*to be added in styles.css*/
.loop.ambassador-overview{
    flex-wrap: wrap;
}

/* Events Page (Featured) */
.item-featured-event-wrapper{
    display: flex;
    gap: 100px;
}
.item-featured-event{
    margin-bottom: 110px;
}
.item-featured-event img{
    height: 464px;
    width: 570px;
    object-fit: contain;
    aspect-ratio: 464/570;
}
.item-featured-event .s2 {
    max-width: 645px;
    width: 100%;
}
.item-featured-event .row {
    display: flex;
    flex-wrap: wrap;
}
.item-featured-event p.title{
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 1.4px;
    color: #BBBBBB;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.item-featured-event p.value{
    font-size: 16px;
    line-height: 32px;
    color: #8A8A8A;
}
.item-featured-event .event-heading{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 10px;
}
.item-featured-event hr{
    border-color: #0D0D0D;
}
.item-featured-event .event-details{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
}
.item-featured-event .event-details li{
    width: 50%;
}
.item-featured-event .event-details li.full{
    width: 100%;
    color: #8A8A8A;
}
.item-featured-event a.btn-event{
    font-size: 16px;
    line-height: 21px;
    padding: 0 57px 0 37px;
    min-height: 39px;
}
.item-featured-event a.btn-event:after{
    top: 8px;
}
@media (max-width: 767px){
    .item-featured-event-wrapper {
        display: flex;
        gap: 45px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item-featured-event img {
        height: 250px;
        width: 300px;
        object-fit: contain;
        aspect-ratio: 250/300;
    }
    .item-featured-event .event-details li{
        width: 100%;
    }
    .item-featured-event{
        margin-bottom: 80px;
    }
    .item-featured-event .event-details{
        margin-bottom: 0;
    }
}
/* Events Page (Previous) */
.highlights{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #707070;
    max-height: 385px;
}
.highlights .left{
/*    max-width: 946px;*/
    width: 50%;
    padding: 60px;
}
.highlights .right{
/*    max-width: 644px;*/
    width: 50%;
}
.highlights .heading{
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 32px;
    text-transform: uppercase;
}
.highlights .subheading{
    font-size: 16px;
    color: #8F8F8F;
    line-height: 26px;
}
.highlights .left .swiper-slide{
    opacity: .3;
}
.highlights .left .swiper-slide-thumb-active{
    opacity: 1;
}
.highlights .left .swiper-slide img{
    transform: scale(.8);
    height: 135px;
    object-fit: cover;
}
.highlights .left .swiper-slide-thumb-active img{
    transform: scale(1);
}

.highlights .right .swiper-slide a{
    height: 382px;
    width: 664px;
    display: block;
    position: relative;
}


.highlights img.play-button {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
/*    z-index: 99;*/
}
.highlights .event-placeholder{
    width: 100%;
    height: 382px;
    object-fit: cover;
}
.highlights .swiper-left {
    margin-top: 60px;
}
.highlights .swiper-button-prev:after, .highlights .swiper-rtl .swiper-button-next:after, .highlights .swiper-button-next:after, .highlights .swiper-rtl .swiper-button-prev:after{
    color: #fff;
}
@media (max-width: 767px){
    .highlights{
        max-height: initial;
    }
    .highlights .left{
        width: 100%;
        padding: 20px;
    }
    .highlights .right{
        width: 100%;
    }
    .highlights{
        border: 0;
    }
}


/* Upcoming Widget */
.upcoming-widget a.item{
    display: flex;
    gap: 16px;
}
.upcoming-widget .c1 img {
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #70707070;
}
.upcoming-widget .e-date{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.upcoming-widget .e-title{
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 10px;
}
.upcoming-widget .more-link{
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    color: #FF0000;
}
.upcoming-widget .more-link:after{
    content: "\e90d";
    font-family: 'icomoon' !important;
    position: absolute;
    top: -1px;
    right: 0;
}
.upcoming-widget span.tag {
    position: absolute;
    left: 0;
    font-size: 10px;
    line-height: 12px;
    background: #fff;
    color: #000;
    padding: 3px;
}
.upcoming-carousel img {
    max-height: 171px;
    height: 171px;
    width: 302px;
    object-fit: cover;
}
/*Accessory Carousel*/
.accessory-carousel .swiper-slide {
    width: 305.75px;
}
.accessory-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 35px;
}
.accessory-carousel .heading{
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 33px;
}
.accessory-carousel .item-accessory {
    background: #F0F0F0;
}
.accessory-carousel .title{
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    min-height: 40px;
}
.accessory-carousel .categories{
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.accessory-carousel .item-accessory a img {
    width: 302px;
    height: auto;
    object-fit: contain;
}
.item.item-accessory:hover .image-container img {
    transform: scale(1.1);
    transition: transform .3s ease;
}
.accessory-carousel .image-container {
    padding: 20px 20px 0;
    text-align: center;
    /* min-height: 355px; */
    min-height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accessory-carousel .image-container a{
    display: block;
}

.accessory-carousel .s2{
    padding: 0 30px;
}
.accessory-carousel .s3{
    background: linear-gradient(97deg, rgba(4,4,4,1) 0%, rgba(55,55,55,1) 100%);
    padding: 11px 31px 10px 31px;
}
.accessory-carousel .btn-accessory{
    color: #FF0000;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
    line-height: 1.2;
}
.accessory-carousel .btn-accessory:after{
    content: '\e945';
    font-family: 'icomoon';
    font-size: 12px;
}
.accessory-carousel .swiper-controls span{
    color: #000;
}
.accessory-carousel .swiper-pagination{
    z-index: -1;
}
.accessory-carousel .swiper-controls{
    display: flex;
    gap: 0;
}
.accessory-carousel .swiper-pagination-container{
    width: auto;
    background: #fff;
    z-index: 99;
}
.accessory-carousel .swiper-pagination-bullet{
    background: #000;
    border: 1px #000 solid;
}
.accessory-carousel .swiper-pagination-bullet-active{
    background: #FF0033;
    border: 1px #FF0033 solid;
}
.accessory-carousel .swiper-pagination{
    bottom: 0px !important;
    left: 0;
    width: auto;
    position: relative;
    padding: 0 10px 0 30px;
    display: flex;
}
.accessory-carousel .pagination-divider {
    height: 1px;
    width: 100%;
    background: #C1C1C1;
    max-width: 1100px;
}
.accessory-carousel .swiper-controls .pagination-arrows{
    background: #fff;
}


/*Shop Collection*/
.collection-tabs .heading{
    font-size: 32px;
    line-height: 32px;
    color: #FFFEFE;
    text-transform: uppercase;
    font-weight: 900;
}
.collection-tabs .subheading{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
    color: #949494;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.collection-tabs ul{
    list-style-type: none;
}
.collection-tabs li{
    font-size: 22px;
    line-height: 42px;
    opacity: .3;
    color: #fff;
    cursor: pointer;
    margin-bottom: 11px;
}
.collection-tabs li.active{
    font-size: 26px;
    font-weight: 900;
    line-height: 42px;
    opacity: 1;
    padding-left: 20px;
    border-left: 6px solid #FF0000;
}
.collection-tabs li:hover {
    opacity: 1;
}
.tab-section{
    display: none;
}
.collection-tabs .tabs {
    display: flex;
    width: 100%;
}
.collection-tabs .tab-options {
    width: 25%;
}
.collection-tabs .tab-content {
    width: 75%;
}
.collection-tabs .status {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 15px;
}
.collection-tabs .hide{
    display: none;
}
.collection-carousel a.img-con{
    background-color: #fff;
    max-height: 235px;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection-carousel img{
    background: #fff;
    display: block;
}
.collection-carousel .categories{
    color: #848484;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-top: 19px;
    margin-bottom: 4px;
}
.collection-carousel .title{
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
}
.collection-carousel .product-edition{
    font-size: 14px;
    color: #878787;
    letter-spacing: 0.7px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 16px;
    font-family: 'Proxima Nova';
    font-weight: 600;
}

.collection-carousel .price{
    font-size: 22px;
    line-height: 29px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.collection-carousel .swiper-controls span{
    color: #fff;
}
.collection-carousel .swiper-pagination{
    z-index: -1;
}
.collection-carousel .swiper-controls{
    display: flex;
    gap: 0;
}
.collection-carousel .swiper-pagination-container{
    width: auto;
    background: #131313;
    z-index: 99;
}
.collection-carousel .swiper-pagination-bullet{
    background: #fff;
    border: 1px #fff solid;
}
.collection-carousel .swiper-pagination-bullet-active{
    background: #FF0033;
    border: 1px #FF0033 solid;
}
.collection-carousel .swiper-pagination{
    bottom: 0px !important;
    left: 0;
    width: auto;
    position: relative;
    padding: 0 10px 0 30px;
    display: flex;
}
.collection-carousel .pagination-divider {
    height: 1px;
    width: 100%;
    max-width: 1100px;
}
.collection-carousel .more-link{
    font-size: 16px;
    line-height: 19px;
    min-height: 39px;
}
.collection-carousel .swiper-controls .pagination-arrows{
    background: #131313;
}
/*Mobile Collections*/
.collection-mobile .tab-options {
    width: 100%;
}
.collection-mobile li.active{
    padding-left: 0;
    border-left: 0;
}
.collection-mobile ul{
    padding: 0;
}
.collection-mobile .tab-content-mobile{
    display: none;
}
.collection-mobile .subcategory-description{
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.collection-mobile .cat-title{
    display: none;
}
.collection-mobile .heading {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    /* font-family: 'Roboto'; */
    font-weight: 900;
}
.collection-mobile .subcategory-description{
    gap: 19px;
}
.collection-mobile .subheading{
    display: none;
}
.collection-mobile li {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.collection-mobile .name {
    background: #131313;
    z-index: 99;
    padding-right: 10px;
    width: 50%;
}
.collection-mobile li.active .name {
    width: auto;
}
.collection-mobile .divider {
    height: 1px;
    background: #fff;
    width: 88%;
    position: absolute;
    top: 20px;
    margin: auto;
    right: 25px;
}

.collection-mobile li .dd-tigger {
    width: 10%;
    background: url(https://nextlevelracing.com/wp-content/uploads/2024/05/show-collection-icon-dd.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.collection-mobile li.active .dd-tigger {
    width: 10%;
    background: url(https://nextlevelracing.com/wp-content/uploads/2024/05/hide-collection-icon-dd.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.collection-mobile .collection-carousel .title{
    color: #000;
}
.collection-mobile .collection-carousel img{
    background: initial;
}
/*Subcategory Description*/
.subcategory-description{
    display: none;
    gap: 40px;
    align-items: baseline;
    margin-top: 72px;
    color: #8F8F8F;
}
.subcategory-description div:nth-child(1) {
    flex-wrap: wrap;
    min-width: 280px;
}
.subcategory-description .elementor-widget-container{
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
}
.subcategory-description .elementor-heading-title{
    font-family: 'Exo';
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    min-height: 39px;
}

.subcategory-description .elementor-heading-title.elementor-size-default {
    display: flex;
    align-items: center;
}
.subcategory-description .cat-title {
    color: #878787;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
/* Upgrades */
.upgrades-container {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    max-width: 540px;
    padding-right: 20px;
    min-height: 520px;
}
.upgrades-container::-webkit-scrollbar {
    width: 10px;
}
.upgrades-container::-webkit-scrollbar-track {
    border-radius: 60px;
    background: #fff;
}
.upgrades-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(13,13,13,1) 0%, rgba(22,22,22,1) 100%);
    border-radius: 10px;
}
.item.item-upgrade {
    display: flex;
    gap: 0;
    background: #fff;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 10px;
    max-height: 118px;
}
.item-upgrade img {
    width: 99px;
    height: 119px;
    object-fit: contain;
}

.item-upgrade p.title{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 19px;
}
.item-upgrade .s2{
    padding: 22px 31px 25px 31px;
}
.item-upgrade .image-container {
    min-width: 118px;
    text-align: center;
    background: #E6E6E6;
    border-radius: 10px 0px 0px 10px;
}
.item-upgrade .btn-upgrade{
    color: #FF0000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.item-upgrade .icon-angle-right:before {
    content: "\e90d";
    font-size: 14px;
    font-weight: 900;
    margin-left: 5px;
}
.see-upgrades{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    max-width: 580px;
    margin-top: 30px;
    font-weight: 900;
}
.btn-inverted{
    background: initial;
    color: #FF0033;

}

.btn-inverted:after{
    background: url('https://nextlevelracing.com/wp-content/uploads/2024/02/Icon-awesome-chevron-circle-right-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 16px;
    height: 16px;
}
.elementor-widget-login .elementor-login.elementor-login__logged-in-message {
    color: #fff;
}




.item.item-upgrade-new {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 10px;
    max-height: 376px;
    flex-direction: column;
}
.item-upgrade-new img {
    width: auto;
    height: 235px;
    object-fit: contain;
    display: block;
}

.item-upgrade-new p.title{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 19px;
    margin-bottom: 0;
}
.item-upgrade-new p.title a{
    margin-bottom: 0;
}
.item-upgrade-new .s2{
    padding: 19px 31px 21px 31px;
    background-color: #F0F0F0;
}
.item-upgrade-new .s2 .product-category{
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 10px;
    display: block;
}
.item-upgrade-new .image-container {
    min-width: 118px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 0;
    padding: 0;
}

.item-upgrade-new .image-container a{
    display: flex;
    justify-content: center;
}
.item-upgrade-new .btn-upgrade{
    color: #FF0000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: -moz-linear-gradient(97deg, #040404 0%, #373737 100%);
    background: -webkit-linear-gradient(97deg, #040404 0%, #373737 100%);
    background: linear-gradient(97deg, #040404 0%, #373737 100%);
    padding: 10px 31px 11px;
}
.item-upgrade-new .icon-angle-right:before {
    content: url("https://nextlevelracing.com/wp-content/uploads/2024/06/Icon-awesome-chevron-circle-right.svg");
    font-size: 10px;
    font-weight: 900;
    margin-left: 5px;
    transition: all 200ms ease;
}

.item-upgrade-new a:hover .icon-angle-right:before {
    margin-left: 15px;
}




@media (max-width: 1024px){
    .collection-tabs ul {
        padding: 0 20px 0 0;
    }
}

@media (max-width: 767px){
    .item.item-upgrade{
        max-height: initial;
        flex-wrap: wrap;
    }
    .upgrades-container{
        max-width: initial;
    }
    .see-upgrades {
        text-align: center;
        display: flex;
        justify-content: center;
        max-width: initial;
        margin-top: 30px;
        font-size: 18px;
        line-height: 23px;
        padding: 12px 62px 12px 14px;
    }
    /* Carousel  */
    .item-upgrade p.title{
        min-height: initial
    }
    .item-upgrade img {
        width: 303px;
        height: 118px;
        object-fit: contain;
    }
    .upgrade-carousel .swiper-controls .pagination-arrows, .upgrade-carousel .swiper-pagination-container{
        background: initial;
    }

    .accessory-carousel .title{
        min-height: auto;
    }


}



/*Offset FF Ajax (Mobile)*/
div#items-scroll-offset {
    margin-top: -44%;
    margin-bottom: 50%;
}

/*End Offset FF Ajax (Mobile)*/

.single-nlr_product .elementor-lightbox .elementor-lightbox-image {
    box-shadow:none!important;
}

/* elementor carousel bullets position fix */
.fix_carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 50%;
}