body{
	background: #0C0C0C;
	color: #fff;
}
a{
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
	font-weight: lighter;
}
a:hover{
	color: #a4a4a4;
	transition: 0.2s;
}

.rounded-5{
	border-radius: 7px;
}

.btn-secondary{
	background-color: #00000008;
	color: #000;
}
.btn-secondary:hover{
	background-color: #000 !important;
}

.logo{
	width: 150px;
	margin: 5px 0 ;
}

.fs-12{
	font-size: 12px !important;
}


/* width */
body::-webkit-scrollbar {
  width: 5px;
	background: none;
}

/* Track */
body::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: rgb(255, 0, 255);
	border-radius: 100%;
}

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


/* width */
.category-section_ .overflow-auto::-webkit-scrollbar {
	width: 5px;
	background: none;
  }
  
  /* Track */
.category-section_ .overflow-auto::-webkit-scrollbar-track {
	background: none;
  }
  
  /* Handle */
.category-section_ .overflow-auto::-webkit-scrollbar-thumb {
	background: rgb(255, 0, 255);
	border-radius: 5px;
  }
  
  /* Handle on hover */
 .category-section_ .overflow-auto::-webkit-scrollbar-thumb:hover {
	background: #555;
  }


.accordion-button{
	background: #1F1F1F;
	color: #c3c3c3;
	font-size: 12px;
}

.accordion-item{
	background: #191919;
}

.accordion-button:not(.collapsed){
	background: #2f2f2f;
	color: #fff;
	font-size: 12px;
}
  	
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}




.header_{
	background: #1F1F1F;
	border-radius: 30px;
}

.btn-rounded-secondary{
	background-color: #313131;
	padding: 15px 28px;
}

.border-dark{
	border: 1px solid #4C4C4C !important;
}

.rounded-6{
	border-radius: 20px;
}

.btn-dark{
	background-color: #1F1F1F !important;
}
.btn-dark:hover{
	background-color: #3a3a3a !important;
}

.single_category_ .categorie-img img{
	object-fit:cover;
	width: 100%;
	height: 200px;
	transition: 0.5s;
}

.single_category_{
	background-color: #1f1f1f !important;
	border-radius: 24px;
	overflow: hidden;
	height: 310px;
	transition:0.5s;
	border: 1px solid transparent;
}
.checkout-container{
	background-color: #1f1f1f !important;
	border-radius: 24px;
	overflow: hidden;
	transition:0.5s;
	border: 1px solid transparent;
}

.single_category_:hover, .single_category_ a:hover{
	background-color: #242424 !important;
	color: #fff;
	border: 1px solid #fff;
	border-style: outset;
	transition: 0.5s;
}

.ev-products .product{
	border: 5px solid #1F1F1F;
	border-radius: 24px;
	overflow: hidden;
	transition: 0.5s;
}

.ev-products .product:hover{
	border: 5px solid #4e4e4e;
	transition: 0.5s;
}
.products.ev-products .product-img img{
    height:250px;
    object-fit:cover;
}

._footer-b{
	background-color: #1F1F1F;
	border-radius: 24px;
	padding: 20px;
	height: max-content;
}

.recent-img img{
	object-fit: cover;
}

.main-slide .owl-dots{
	margin-top: 20px;
}

.form-control:focus-visible{
	outline: none;
}

.src_m{
	background-color: #3d3d3d;
	color: #fff;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.7rem' height='1.7rem' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='gray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m20 20l-4.05-4.05m0 0a7 7 0 1 0-9.9-9.9a7 7 0 0 0 9.9 9.9'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position: 10px 5px;
}

.search-item{
	border: 0.3px solid #353434;
}

.src_m::placeholder{
	color: gray;
}

.search-item:hover{
	background: #303030;
}

.search-modal-body{
	height: 370px;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	padding: 0 7px;
}
/* width */
.search-modal-body::-webkit-scrollbar {
  width: 5px;
	background: none;
}

/* Track */
.search-modal-body::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
.search-modal-body::-webkit-scrollbar-thumb {
  background: rgb(59, 59, 59);
}

/* Handle on hover */
.search-modal-body::-webkit-scrollbar-thumb:hover {
	background: #555;
	border-radius: 20px;
}


.btn-i:hover{
	opacity: 0.7;
}

.number-control{
	background-color: #303030;
	color: #fff;
	border: 0;
}
.number-control:hover{
	background-color: #1F1F1F;
	color: #fff;
	border: 0;
}

.btn-secondary-2{
	background-color: #303030;
}


.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
	border-radius: 24px;
	margin-bottom: 10px;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

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

.swiper-button-next::after, .swiper-button-prev::after{
	font-size: 17px !important;
}

.btn-link{
	color: #fff;
	text-decoration: none;
}
.btn-link:hover{
	color: #c1c1c1;
	text-decoration: underline;
}

.lang-list li .btn-link.active{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2rem' height='1.2rem' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position: 100% 50%;
	width: 100px;
	padding: 0;
	text-align: start;
}

.main-slide.owl-carousel .owl-item img {
	width: 100%;
	height: 225px!important;
	object-fit: cover;
	object-position: center;
}

.max-content *{
	width: max-content;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mt-h{
	margin-top: 100px;
}

button:disabled,
button[disabled]{
opacity: 0.1 !important;
}

.form-control{
	background-color: #3d3d3d;
	border: unset;
	color: #fff;
	font-size: 20px;
}

.news-img{
	height: 300px;
	object-fit: cover;
}

.category-section_ a.btn.btn-dark.shadow-none.fs-6.rounded-6.px-4.py-3{
	width: max-content;
}

.category-section_ a{
	font-size: 14px;
}

.single_category_ h5{
	font-size: 16px;
}
.single_category_ span{
	font-size: 12px;
}

.bg-order-card{
	background-color: #2f2f2f;
}

@media only screen and (max-width: 455px) {
	.logo{
		width: 125px;
	}
}