#menu {
	width: 35px;
	height: 30px;
	cursor: pointer;
}
.bar {
	height: 5px;
	width: 100%;
	background-color: #fe0000;
	display: block;
	border-radius: 5px;
	transition: 0.3s ease;
}
.navbar {
	padding: 20px 0;
}
#nav {
	position: absolute;
}
#bar1 {
	transform: translateY(-4px);
}
#bar3 {
	transform: translateY(4px);
}
.nav li a {
	color: #fff;
	text-decoration: none;
}
.nav li a:hover {
	font-weight: bold;
}
.nav li {
	list-style: none;
	padding: 16px 0;
}
.nav {
	padding: 0;
	margin: 0 20px;
	transition: 0.3s ease;
	display: none;
}
.menu-bg {
	top: 0;
	left: 0;
	position: absolute;
}
.menu-bg {
	z-index: 10;
	width: 0;
	height: 0;
	margin: 30px 0 20px 20px;
	background: radial-gradient(circle, #a3484b, #fe0000);
	border-radius: 50%;
	transition: 0.3s ease;
}
#menu-bar {
	z-index: 2;
}
.change-bg {
	width: 550px;
	height: 540px;
	transform: translate(-60%, -30%);
}
.change .bar {
	background-color: white;
}
.change #bar1 {
	transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3 {
	transform: translateY(-6px) rotate(45deg);
}
.change #bar2 {
	opacity: 0;
}
.change {
	display: block;
}

.navbar-right {
	display: flex;
	align-items: center;
}

.show-form {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fe0000;
	border-radius: 50%;
	margin-right: 150px;
}

#search_form {
	position: relative;
}

.form-search {
	position: absolute;
	bottom: 15px;
	left: 0;
	cursor: pointer;
}

.quick_search {
	display: none;
	width: 100%;
	height: 160px;
	padding: 40px 0;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

.quick_search .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.quick_search > div {
	margin: 0px auto;
	padding: 0 40px;
	position: relative;
}

.quick_search input {
	display: block;
	width: 100%;
	height: 72px;
	padding: 0 0 0 56px;
	border: none;
	outline: none;
	border-bottom: 2px solid #fe0000;
	font-family: 'Gilroy';
	font-size: 24px;
	line-height: 1.67;
	color: #fe0000;
}

.quick_search .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.quick_search .close::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fe0000;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}

.quick_search .close::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fe0000;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 1px);
    -webkit-transform: rotate(
-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg);
}

.logo {
	text-align: center;
	height: 70px;
	width: 70px;
}
.logo--image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
}

@media screen and (max-width: 768px) {
	.show-form{
		margin-right: 50px;
	}
}

/* ::::::::::::::::::::::::::::: BANNER ::::::::::::::::::::::::::::; */
#carouselExampleCaptions {
	margin-top: -110px;
}
.carousel-item {
	height: 500px;
}

.carousel-caption {
	color: #fe0000;
}

@media screen and (max-width: 576px) {
	.carousel-item {
		height: 200px;
	}
	.info--text {
		text-align: center;
		white-space: nowrap;
		font-size: clamp(16px, 5vw, 22px);
	}
	.info--title {
		font-size: clamp(30px, 5vw, 25px);
	}
	body {
		overflow-x: hidden;
	}
}
.carousel-inner {
	height: 30vh;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	object-position: center center;
}
.carousel-indicators {
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0), transparent);
	background-size: cover;
	background-repeat: no-repeat;
}
/* :::::::::::::::::::::::: INFORMATION :::::::::::::::::::: */

.information {
	margin-top: 30px;
}
.info--cart {
	margin-top: 30px;
	box-shadow: 3px 3px rgb(180, 179, 179);
	border-radius: 10px;
	border: 1px solid #fe0000;
	padding: 30px;
}
.splide {
	height: 100px;
}

/* :::::::::::::::::::::::::::::::::::: FOOTER ::::::::::::::::::::::::::: */
.footer {
	margin-top: 100px;
	padding: 40px;
	background-color: #fe0000;
}
.footer--row a {
	text-decoration: none;
	color: white;
	margin-left: 10px;
}
.foter--row p {
	color: white;
	margin-left: 10px;
}
.footer--row a:hover {
	text-decoration: underline;
}

.social__medias {
	position: fixed;
	right: 20px;
	bottom: 10%;
}
.social_mediasmain_button {
	display: block;

	padding: 20px;
	background: #fe0000;
	border-radius: 50%;
	cursor: pointer;
}
.social_mediasmain_button::before {
	content: '';
	display: block;
	position: absolute;
	height: 73px;
	width: 70px;
	background: inherit;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.social_mediasmain_button:hover::before {
	animation: 1s hoveredThisBoi both infinite ease;
}

.social_mediasmain_button svg {
	fill: white;
	transition: 0.5s;
	transform: rotate(0deg);
}
.social_mediasmain_button:hover svg {
	transform: rotate(360deg);
}

.social_media_buttons {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -25%);
	transition: 0.3s;
}
.social_media_buttons.active {
	opacity: 1;
	transform: translate(-50%, -40%);
	pointer-events: all;
}
.social_media_buttons > ul {
	display: block;
}

.social_media_buttons > ul > li {
	display: block;
	padding: 15px 17px;
	line-height: 15px;
	margin-top: 20px;
	background: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}
.social_media_buttons > ul > li > a > svg {
	fill: #fe0000;
	transition: 0.3s;
}
.social_media_buttons > ul > li:hover > a > svg {
	fill: white;
}

.social_media_buttons > ul > li:hover {
	background: rgb(60, 150, 112);
}

@keyframes hoveredThisBoi {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}
	50% {
		width: 100px;
		height: 100px;
	}
	100% {
		opacity: 0;
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 576px) {
	.info--cart {
		flex-direction: column;
	}
	.info--cart div {
		flex: 1;
	}

	.statistic {
		flex-direction: column;
	}

	.footer__row {
		flex-direction: column;
	}

	.footer__row div {
		margin-bottom: 20px;
	}

	.foter--row {
		display: flex;
	}
}


/* RESULT PAGE */

@media (min-width: 1024px) and (max-width: 1280px){
    .inner_content > div {
        width: 100%;
        padding: 0 40px 0 40px;
        margin: 0 auto;
    }
}

.inner_content > div {
    max-width: 980px;
    margin: 0px auto;
    padding: 0px 40px;
    position: relative;
}

.inner_content > div > h2 {
    padding: 0px 0px 60px;
    text-align: center;
    font-size: 36px;
    color: #fe0000;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.quick_search.inner {
    height: auto;
    position: static;
    background: none;
    display: block !important;
}

.quick_search.inner > div {
    padding: 0px;
}

.search_list article {
    padding: 30px 0px;
    border-bottom: 1px solid rgba(114, 114, 114, 0.4);
}

.search_list h4 {
    padding: 0px 0px 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.67;
    color: rgb(0, 0, 0);
}

.search_list h4 a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.search_list h4 a:hover {
    text-decoration: underline;
}

.search_list h3 {
    padding: 0px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.67;
}

.search_list h3 a{
    color: rgb(0, 0, 0);
}


/* SWIPER-JS CSS */

.mySwiper{
	height: 500px;
	margin-top: -110px;
}

.mySwiper2{
	padding-bottom: 40px;
}

.swiper-pagination{
	bottom: 0;
}

.swiper-pagination-bullet{
   width: 10px;
   height: 10px;
}

.swiper-pagination-bullet-active{
	background: #fe0000 !important;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next,.swiper-button-prev{
	color: #ccc;
}