/* HOME INDEX */
#home_index .col {
	padding: 0;
}

#home_index .banners img {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
}

#home_index .banners .carousel-indicators li {
	background-color: white;
	border: solid 1px red;
	opacity: 1;
}

#home_index .banners .carousel-indicators li.active {
	opacity: 1;
	background-color : red;
}

#home_index .section-bridging .bridge-left{
	margin-left: 50%;
}

.form-check input[type="checkbox"].form-check-input,
.form-check input[type="radio"].form-check-input {
	width: 14px;
	height: 14px;
	margin-top: 4.8px;
	margin-left: -20px;
}

#discover-main {
	opacity: 1;
    transition: 0.3s;
}

#img-banner:hover #btn-discover{
	opacity: 1;
	background: #f40d1c linear-gradient(180deg, #f02c38, #f40d1c) repeat-x;
	border-color: #f40d1c;
}

@media(max-width: 576px) {
	#home_index .section-after-banner .container{
		max-width: 100vw;
	}
	#home_index .section-after-banner .section-news{
		margin-right: 0;
		margin-left: 0;
	}

	#home_index .section-bridging .bridge-left{
		margin-left: 0;
	}

	#discover-main {
		opacity: 1;
	}

	#btn-discover{
		font-size: 1rem;
		padding: 0.3 0.7rem;
	}
}

@media(max-width: 430px) {
	#discover-main {
		opacity: 1;
	}

	#btn-discover{
		font-size: 0.8rem;
		padding: 0 0.5rem;
		letter-spacing: 0;
	}
}
@media(min-width: 1200px) {
	#home_index .section-after-banner .container{
		max-width: 1140px;
	}

}
/* ACCESSORIES */
#accessories_index h1 {
	text-align: center;
}

#accessories_index #accessories-section {
	margin: 4rem 0;
}

#accessories_index #accessories-lists img {
	border-bottom: 1px solid red;
	width: 100%;
}

#accessories_index #accessories-lists p {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	color: red;
	/* font-family: "RobotoCondensedBold"; */
}

#accessories_index #accessories-lists a {
	text-decoration: none;
}

#accessories_index #accessories-lists .col-lg-2 {
	margin-bottom: 3rem;
}

#accessories_index #filter-row,
#accessories_index h1 {
	margin-bottom: 4rem;
}

#accessories_index #filter-row .filter-button {
	background-color: #d9d9d9;
    border: none;
    border-bottom: 1px solid black;
    padding-left: 0;

}

#accessories_index #filter-row .left-side-filter .filter-button,
#accessories_index #filter-row .right-side-filter span {
	margin-right: 2rem;
}

#accessories_index #filter-row .filter-button:after {
	margin-left: 2rem;
}

#accessories_index #filter-row .right-side-filter {
	text-align: right;
}

@media(max-width: 1280px) {
	#accessories_index #filter-row .filter-button::after {
		margin-left: 1rem;
	}

	#accessories_index #filter-row .left-side-filter .filter-button,
	#accessories_index #filter-row .right-side-filter span {
		margin-right: 1rem;
	}
}

@media(max-width: 992px) {
	#accessories_index #filter-row .left-side-filter {
		text-align: center;
	}

	#accessories_index #filter-row .right-side-filter {
		text-align: center;
		margin-top: 1rem;
	}

	#accessories_index #filter-row,
	#accessories_index h1 {
		margin-bottom: 2rem;
	}
}

@media(max-width: 576px) {
	#accessories_index #accessories-lists .col-lg-2 {
		margin-bottom: 0;
	}
}


/* ACCESSORIES DETAIL */
#accessories_detail .accessories-detail-section {
	margin: 3rem 0;
}

#accessories_detail .related-accessories img {
	border-bottom: 1px solid red;
}

#accessories_detail .related-accessories p {
	text-transform: uppercase;
	padding: 5px;
	color: red;
	font-weight: 700;
	/* font-family: "RobotoCondensedBold"; */
}

#accessories_detail .related-accessories a {
	text-decoration: none;
}

#accessories_detail #item-description {
	padding: 4rem;
}

#accessories_detail #back-button {
	text-transform: uppercase;
	margin-left: 2rem;
	letter-spacing: 3px;
	color: black;
}

#accessories_detail .view-all {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2rem;
}

#accessories_detail .view-all a p {
	color: red;
}

#accessories_detail #item-description .description-text {
	margin: 2rem 0;
	line-height: 2;
}

#accessories_detail #item-description h4 {
	color: #868686;
	/* font-family: "RobotoCondensedBold"; */
}

#accessories_detail #item-detail {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

#accessories_detail .accessories-detail-slider img,
#accessories_detail .related-accessories img {
	width: 100%;
}

#accessories_detail #item-detail .prev-arrow,
#accessories_detail #item-detail .next-arrow {
	top: 45%;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

#accessories_detail #item-detail .prev-arrow {
	left: -25px;
}

#accessories_detail #item-detail .next-arrow {
	right: -25px;
}

@media(max-width: 992px) {
	#accessories_detail #item-description {
		padding: 0;
		padding-left: 3rem;
	}

	#accessories_detail #item-detail .prev-arrow,
	#accessories_detail #item-detail .next-arrow {
		top: 35%;
	}

	#accessories_detail .view-all {
		margin-bottom: 0;
	}
}

@media(max-width: 767px) {
	#accessories_detail .accessories-detail-slider {
		padding: 0 2rem;
	}

	#accessories_detail #item-detail .prev-arrow {
		left: 5px;
	}

	#accessories_detail #item-detail .next-arrow {
		right: 5px;
	}

	#accessories_detail #back-button {
		margin-left: 0;
	}

	#accessories_detail #item-description {
		padding: 2rem 15px;
	}

	#accessories_detail .view-all,
	#accessories_detail #item-detail {
		margin-bottom: 0;
	}
}

/* NEWS */
#news_index .title-div {
	position: relative;
}

#news_index .news-selection-div {
	margin-top: 5rem;
}

#news_index .news-selection-div img {
	width: 100%;
}

#news_index .news-selection-div .icon {
	width: 50px;
	padding-top: .25rem;
}

#news_index .news-selection-div .news-offer-div {
	background-color: red;
	margin-right: 0;
	margin-left: 0;
}

#news_index .news-selection-div .news-offer-title {
	align-self: center;
}

#news_index .news-selection-div .news-offer-title h3 {
	color: white;
	text-transform: uppercase;
	padding: 1rem 0 .5rem 1rem
}

#news_index .news-selection-div .news-offer-arrow {
	text-align: right;
}

#news_index .news-selection-div .all-news {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

#news_index .news-selection-div .all-news a:hover{
	text-decoration: none;
}

#news_index .news-selection-div .all-news .news-type {
	background-color: red;
	color: white;
	text-align: right;
	padding: 5px 1rem;
	text-transform: uppercase;
}

#news_index .news-selection-div .all-news .news-title {
	text-transform: uppercase;
	padding: 0 1rem;
	margin-bottom: 3rem;
	color: black;
}

@media(max-width: 992px) {
	#news_index .title-div h1 {
		left: 50%;
		bottom: 5%;
		transform: translate(-50%, -50%);
		font-size: 2rem;
		text-align: center;
		position: absolute;
		width: 100%;
	}

	#news_index figure.figure-page-title img {
		position: relative;
		width: 100%;
	}
}

@media(max-width: 767px) {
	#news_index .news-selection-div .news-offer-div {
		margin-bottom: 2rem;
	}
}

@media(max-width: 576px) {
	#news_index .title-div img {
		height: 40vh;
		object-fit: cover;
	}

	#news_index .news-selection-div {
		margin-top: 3rem;
	}
}

/* NEWS DETAIL */
#news_detail .title-div {
	position: relative;
}

#news_detail .title-div img,
#news_detail .news-detail-slider img {
	width: 100%;
}

#news_detail .news-detail-images {
	margin-bottom: 4rem;
}

#news_detail .title-div a p {
	position: absolute;
	color: white;
	top: 5%;
	margin-left: 3rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#news_detail .title-div{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#news_detail .title-div .title-banner{
	/* position: relative; */
	color: black;
	/* left: 50%; */
	width: 100%;
	/* transform: translate(-50%, -10%); */
	bottom: 5%;
	text-align: center;
	font-weight: bold;
	padding: 2rem;
	/* margin-top: 40%; */
}

#news_detail .news-text {
	margin: 4rem 0;
	padding: 0 4rem;
}

#news_detail .news-text h4 {
	font-family: "RobotoCondensedBold";
	margin-bottom: 2.5rem;
}

#news_detail .news-text p {
	margin-bottom: 1.5rem;
}

#news_detail .news-text .summary {
    /* font-family: "RobotoCondensedBold"; */
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
}

#news_detail .news-detail-images .slick-dots {
	bottom: 40px;
}

#news_detail .news-detail-images .slick-dots li button::before {
	font-size: 15px;
	color: white;
	opacity: 1;
}

#news_detail .news-detail-images .slick-dots li.slick-active button::before {
	color: red;
}

#news_detail figure.figure-page-title figcaption {
	/* position: relative; */
}

#news_detail .title-div .title-banner h2 {
	margin-bottom: 3rem;
}

@media(max-width: 992px) {
	#news_detail .title-div h1 {
		font-size: 1.75rem;
	}

	#news_detail .title-div h2 {
		font-size: 1.5rem;
	}
}

@media(max-width: 767px) {
	#news_detail .news-text {
		margin: 2rem 0;
		padding: 0;
	}

	#news_detail .news-text .col {
		padding: 0;
	}

	#news_detail .title-div .title-banner{
		width: 100%;
	}

	#news_detail .news-detail-images .slick-dots {
		bottom: 20px;
	}

	#news_detail .title-div .title-banner h2{
		margin-bottom: 2rem;
	}
}

@media(max-width: 576px) {
	#news_detail .title-div img {
		/* height: 60vh; */
		object-fit: cover;
	}

	#news_detail .title-div a p {
		margin-left: 15px;
	}
}

#news_index .title-div {
	position: relative;
}


@media(max-width: 992px) {
	.motogp-banner .title-div h1 {
		left: 50%;
		bottom: 5%;
		transform: translate(-50%, -50%);
		font-size: 2rem;
		text-align: center;
		position: absolute;
		width: 100%;
	}

	.motogp-banner figure.figure-page-title img {
		position: relative;
		width: 100%;
	}
}

@media(max-width: 576px) {
	.motogp-banner .title-div img {
		height: 40vh;
		object-fit: cover;
	}

	.motogp-banner .news-selection-div {
		margin-top: 3rem;
	}
}

#motogp .card{
	margin: 40px 0;
}

#motogp .card-title{
	margin-top: 20px;
}

#motogp .news{
	margin: 50px;
}

#motogp .news-racing figcaption{
	background-color: red;
}

#motogp .news-racing figcaption span{
	margin-right: 15px;
	color: white;
	letter-spacing: 1px;
}

#motogp .show-more-button{
	padding: 5px 15px;
}

#motogp .achievements{
	background-color: black;
	margin-bottom: 20px;
	margin-top: 20px;
	color: white;
	padding: 20px;
	text-align: center;
}

#motogp .achievements p{
	margin: 0;
	color: red;
}

#motogp-achievements .d-flex, #motogp-achievements .row{
	margin-bottom: 15px;
}

#motogp-riders .title-div{
	margin-bottom: 0px;
}

#motogp-riders .card{
	margin-bottom: 30px;
}

#motogp-riders .card-body{
	margin-top: 10px;
}

#motogp-riders-detail .first-text{
	margin-bottom: 1rem;
}

#motogp-riders-detail .riders-detail-images {
	margin-bottom: 4rem;
}

#motogp-riders-detail .riders-detail-images .slick-dots {
	bottom: 40px;
}

#motogp-riders-detail .riders-detail-images .slick-dots li button::before {
	font-size: 15px;
	color: white;
	opacity: 1;
}

#motogp-riders-detail .riders-detail-images .slick-dots li.slick-active button::before {
	color: red;
}

@media(max-width: 767px) {
	#motogp-riders-detail .riders-detail-images .slick-dots {
		bottom: 20px;
	}
}

#motogp-rs-gp .second-section .red-underline{
	border-bottom: 2px solid red;
	/* padding-bottom: 3px; */
}

#motogp-rs-gp .second-section p{
	margin-top: 20px;
}

#motogp-rs-gp .second-section .row div{
	padding-top: 30px;
}

#motogp-rs-gp .third-section{
	margin-top: 4rem;
}

#motogp-rs-gp .third-section .carousel{
	margin-top: 4rem;
}

#motogp-rs-gp .rs-gp-detail-images {
	margin-bottom: 4rem;
}

#motogp-rs-gp .rs-gp-detail-images .slick-dots {
	bottom: 40px;
}

#motogp-rs-gp .rs-gp-detail-images .slick-dots li button::before {
	font-size: 15px;
	color: gray;
	opacity: 1;
}

#motogp-rs-gp .rs-gp-detail-images .slick-dots li.slick-active button::before {
	color: red;
}

@media(max-width: 767px) {
	#motogp-rs-gp .rs-gp-detail-images .slick-dots {
		bottom: 20px;
	}
}

#motogp-rs-gp .fourth-section{
	margin-bottom: 4rem;
}

#motogp-rs-gp .fourth-section .rider-text{
	padding: 10px 50px;
}

@media(min-width: 576px){
	.form .form-group label{
		text-align: right;
	}
}

.carousel-arrow{
	color: white;
	font-size: 40px;
}

.page-model .feature-list{
	width: 100%;
	margin: 0;
}

.page-model .model-detail-images .slick-dots {
	bottom: 0px;
}

.page-model .model-detail-images .slick-dots li {
	height: 10px;
	width: 10px;
}

.page-model .model-detail-images .slick-dots li button::before {
	font-size: 15px;
	border: 1px solid #f40d1c;
	background-color: #ffffff;
	color: #ffffff;
	opacity: 1;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	content: " ";
}

@media (max-width: 576px) {
	.page-model .bg-black .feature-list .slick-next{
		right: -10px;
	}
	.page-model .slick-prev{
		left: -10px;
	}
	.page-model{
		margin-left: -5px;
		margin-right: -5px;
	}
}

.page-model .model-detail-images .slick-dots li.slick-active button::before {
	color: #f40d1c;
	background-color: #f40d1c;
}

.page-model .bg-white .model-detail-images{
	width: 100%;
	margin: 0;
}

.slick-parent {
	position: relative;
	overflow: hidden;
	--triangleWidth: 258px;
	--triangleHeight: calc(var(--triangleWidth) / 2.6);
	--chevronSize: 1.5rem;
}

.slick-parent .prev-arrow,
.slick-parent .next-arrow {
	width: var(--chevronSize);
	height: var(--chevronSize);
	padding: 0.2rem;
	margin: 0.5rem;
	margin-top: calc((var(--triangleHeight) / 4 ) - (var(--chevronSize) / 2));
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 0px;
}

.slick-parent .next-arrow {
	right: 30px;
}

.slick-parent .prev-arrow {
	right: 80px;
}

.slick-parent .prev-arrow::after,
.slick-parent .next-arrow::after {
	transform: rotate(-45deg);
	border: 1px solid #fff;
	content: " ";
	height: 100%;
	width: 100%;
	display: block;
}

.slick-parent .prev-arrow::after {
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
}

.slick-parent .next-arrow::after {
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
}

.slick-parent::before {
	position: absolute;

	/* Prevent clipping on scaled devices hack */
	right: -1px;
	top: -1px;

	border-top: calc(var(--triangleHeight) / 2) solid #f40d1c;
	border-right: calc(var(--triangleWidth) / 2) solid #f40d1c;
	border-left: calc(var(--triangleWidth) / 2) solid transparent;
	border-bottom: calc(var(--triangleHeight) / 2) solid transparent;
	content: " ";
	z-index: 1;
}

@media(max-width: 767px) {
	.slick-parent::before {
		--triangleWidth: 175px;
	}

	.slick-parent .prev-arrow {
		right: 20px;
	}

	.slick-parent .prev-arrow {
		right: 60px;
	}
}

/* PAGINATION */
.pagination {
	justify-content: center;
}

.pager .page-link,
.page-link:hover,
.page-item.active .page-link {
	color: #000;
}

.page-item.active .page-link {
	background-color: gray;
	border-color: gray;
}
