body{
	font-family:"proxima-nova";
	letter-spacing: 0.01em;
}

/*scroll black*/

/* width */
.offcanvas .offcanvas-body::-webkit-scrollbar,
#updateScroll::-webkit-scrollbar,
.select-beast .ts-dropdown-content::-webkit-scrollbar,
.section-filtr::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.offcanvas .offcanvas-body::-webkit-scrollbar-track,
#updateScroll::-webkit-scrollbar-track,
.select-beast .ts-dropdown-content::-webkit-scrollbar-track,
.section-filtr::-webkit-scrollbar-track  {
	background: #D9D9D9; 
}
 
/* Handle */
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb,
#updateScroll::-webkit-scrollbar-thumb,
.select-beast .ts-dropdown-content::-webkit-scrollbar-thumb,
.section-filtr::-webkit-scrollbar-thumb  {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 99.98%), rgba(11, 11, 11, 0.6);
	border-radius: 10px;
}

/*scroll white*/

.scroll-white::-webkit-scrollbar {
	width: 2px;
}
.scroll-white::-webkit-scrollbar-track {
	background: rgba(217, 217, 217, 0.3);; 
}
.scroll-white::-webkit-scrollbar-thumb {
	background: #fff;
	width: 4px;
	border-radius: 2px;
}

/*FONT*/
.text-bebas {
	font-family: 'Bebas Neue', cursive;
}

/*HOVER*/
.btn-link,
.card-animation img,
.social-media-icon,
.card-animation .card,
.card-animation .card .card-body {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.card-animation:hover img,
.social-media-icon:hover,
.card-animation .card:hover  {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}
.card-animation .card:hover .card-body  {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	
}

/*FOCUS*/
.btn-close:focus {
	box-shadow: none;
}

/*button*/

/*IMAGE*/
.object-fit-contain {
	object-fit: contain;
}
.object-fit-cover {
	object-fit: cover;
}
.object-position-center {
	object-position: center;
}

/*BACKGROUND-IMAGE*/
/*size*/
.bg-img-cover {
	background-size: cover;
}
.bg-img-contain {
	background-size: contain;
	background-repeat: no-repeat;
}

/*position*/
.bg-img-pos-end {
 	background-position: right;
}
.bg-img-pos-bottom {
 	background-position: bottom;
}

/*flip image*/
.flip-image-h {
	transform: scaleX(-1);
}

/*transform*/

.rotate90 {
	transform: rotate(90deg);
}



/*WIDTH*/
.w-30 {
	width: 30%;
}
.w-40 {
	width: 40%;
}
.w-60 {
	width: 60%;
}
.w-65 {
	width: 65%;
}
.w-80 {
	width: 80%;
}
.mx-90 {
	max-width: 90%;
}


/*OPACITY*/
.opacity-10 {
	opacity: 0.1;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-80 {
	opacity: 0.8;
}

/*BACKGROUND COLOR*/

.bg-dark-opacity-40 {
	background-color: rgba(11, 11, 11, 0.4);
}
.bg-dark-opacity-50 {
	background: rgba(11, 11, 11, 0.5);
}
.bg-dark-opacity-60 {
	background: rgba(11, 11, 11, 0.6);
}


.bg-opacity-20 {
	--bs-bg-opacity: .2;
}
.bg-opacity-30 {
	--bs-bg-opacity: .3;
}
.bg-opacity-40 {
	--bs-bg-opacity: .4;
}
.bg-opacity-60 {
	--bs-bg-opacity: .6;
}
.bg-opacity-80 {
	--bs-bg-opacity: .8;
}


.bg-black-opacity-30 {
	background: rgba(0, 0, 0, 0.3);
}
.bg-black-opacity-80 {
	background: rgba(0, 0, 0, 0.8);
}
.bg-white-opacity-60 {
	background: rgba(255, 255, 255, 0.6);
}


/*GRADIENT*/

.background-card {
	background: rgba(11, 11, 11, 0.4);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 125.5%), rgba(11, 11, 11, 0.4);
}
.card-bg-dark {
	background: rgba(11, 11, 11, 0.4);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 99.98%), rgba(11, 11, 11, 0.4);
}
.card-bg-dark_2 {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 99.98%), #161717;
}
.card-bg-dark_3 {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 99.98%), #131414;
}

.bg-gradient-dark {
	background: linear-gradient(90deg, #171718 0%, #242626 100%), rgba(11, 11, 11, 0.4);
}
.bg-chat {
	background: linear-gradient(90deg, #171718 -10%, #242626 129.9%), rgba(11, 11, 11, 0.4);
	box-shadow: 0px -2px 40px rgba(0, 0, 0, 0.25);
}
.bg-primary-gradient {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 59%), #FF7109;
	background-blend-mode: overlay, normal;
}
.bg-blur {
	backdrop-filter: blur(10px);
}
.bg-radial-gray {
	background-color: #26262D;
	background-image: radial-gradient(circle at 28.45% 50%, rgba(214, 255, 235, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
	background-blend-mode: multiply, normal, normal;
}

/*SHAPES */

.square {
	width: 100%;
}
.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}


/*CHEAKED INPUT RADIO/CHECKBOX */
.form-check-input:checked {
    background-color: #FF7109;
    border-color: #FF7109;
    box-shadow: none;
    outline: none;
}
.btn-check:checked+.label-check, .btn-check:hover+.label-check, .btn-check:active+.label-check {
    border: 2px solid #FF7109!important;
    position: relative;
}
.btn-check:checked+.label-check .icon-record:after {
	content: "\efb7"!important;
	font-family: 'iconsax';
	position: absolute;
	left: 0;
	color: #FF7109;
	padding-left: 0.25rem;
}



/*HEADER*/


/*menu icon cart*/
.nav-link .badge {
	top: 10px;
	right: 3px;
}

/*dropdown menu search input*/
.dropdown-toggle:after {
	content: "";
	display: none;
}
.dropdown-menu[data-bs-popper] {
	top: 120%!important;
	left: 45%!important;
	width: 1076px!important;
}
.dropdown-input-wrap {
	display: none!important;
}








.buttonActive-wrapper:not(.active),
.buttonActive-wrapper:not(.active) + .switchVehicle-wrapper .switchVehicle {
	filter: grayscale(1);
	color: #8c8c8c!important;
}

.buttonActive .bi-check2-circle:after {
	content: "\F272";
	font-family: bootstrap-icons !important;
	position: absolute;
	top: -3px;
	left: 0px;
	color: #fff;
	font-weight: 600;
}


.btn-check:checked+.chooseMachine11 {
	border-color: #FF7109!important;

}
.btn-check:checked+.chooseMachine11 .bi-circle{
	color: #FF7109!important;
}
.btn-check:checked+.chooseMachine11 .bi-circle:before {
	content: '\F26A'!important;
}

/*offcanvas*/

.offcanvas {
	width: 502px!important;
}
#offcanvasCart {
	width: 600px!important;
}
#offcanvasRight {
	width: 470px!important;
}

.avatarImage {
	width: 66px;
	height: 66px;
}
.avatarImageMin {
	width: 30px;
	height: 30px;
}

.boxSize-sm {
	width: 32px;
	height: 32px;
}
.boxSize-md {
	width: 48px;
	height: 48px;
}

/*calender*/

.weekName {
	width: calc(100% / 7);
}
.date {
	width: calc(100% / 7);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px 0;
}
.date span {
	width: 42px;
	height: 42px;
	text-align: center;
	padding: 8px;
	border-radius: 10px;
	font-size: 18px;
	border: 1px solid transparent;
}
.date.today span {
	background: rgba(140, 140, 140, 0.5);
}
.date.selected span {
	background: #FF7109;
}
.prev-date,
.next-date,
.date.disable {
	color: #8c8c8c;

}
.prev-date:hover,
.next-date:hover,
.date.disable:hover {
	border: none;
}
.date.available span:hover {
	cursor: pointer;
	border: 1px solid #FF7109;
}


/*header-hero*/
.header-hero-text {
	height: 610px;
}
.hero-bg-img {
	max-height: 115%;
}

@media (max-width: 1399.98px) {
	.header-hero .btn.btn-xl.w-75{
		width: 100%!important;
	}
	
}
@media (max-width: 1199.98px) {
	.dropdown-menu[data-bs-popper] {
		width: 95vw!important;
	}
}
/*md*/
@media (max-width: 991.98px) {
	.navbar-brand {
		width: 100%;	
	}
	
	.header-hero-text {
		height: 100%;
	}
	.hero-bg-img {
		position: relative!important;
	}


	.fixed-bottom-menu {
		position: fixed!important;
		padding: 1.5rem;
		border-radius: 20px 20px 0px 0px;
		z-index: 99;
		background: rgba(0, 0, 0, 0.8);
		backdrop-filter: blur(10px);
	}
	.fixed-bottom-item {
		width: 100%;
	}
	.dropdown-menu[data-bs-popper] {
			width: 99vw!important;
			height: calc(100vh - 68px);
			z-index: 99999;
			transform: translateX(0)!important;
			left: -1.5rem!important;
			top: 10px!important;
			margin-top: -0.5rem;
			border-radius: 0!important;
			border-width: 0!important;
			position: relative;
			overflow-y: scroll;

	}
	.dropdown-menu .card-img-wrapper {
		height: auto!important;
		width: auto!important;
		position: relative!important;
	}
	.dropdown-menu .card-img {
		width: auto!important;
	}
	.dropdown-card .text-lg {
		font-size: 3rem;
	}
	.dropdown-card .headline-5,
	.buttonActive-wrapper .headline-5{
		font-size: 2rem;
	}
	.dropdown-card .bi-eye,
	.dropdown-card .bi-heart {
		font-size: 1.75rem;
	}
	.dropdown-menu .border-opacity-25 {
		border-radius: 0!important;
		border-width: 0!important;
	}
	.dropdown-menu .border-opacity-25{
		background: rgba(0, 0, 0, 0);
	}
	.switchVehicleItem-img {
		height: 60px!important;
	}
	.switchVehicleItem {
		width: 100%;
	}
	.switchVehicleButton {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 59%), #FF7109;
		background-blend-mode: overlay, normal;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
	.switchVehicle-wrapper .sticky-bottom {
		background: rgba(0, 0, 0, 0.8);
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 20px 20px 0px 0px;
		backdrop-filter: blur(10px);
	}
	.btn-md-100 {
		width: 100%;
	}


	#parentparent {
		transition: all 0.5s linear 0s;
		height: 160px;
	}
	#parentparent .navbar-nav.fixed-bottom-item {
		transition: all 0.5s linear 0s;
		transform: translateY(0%);
	}
	#parentparent .dropdown-menu {
		transition: all 1s linear 0.5s;
		height: 0;
	}


	/* ANIMATE */
	#parentparent.dropdownAnimation .navbar-nav.fixed-bottom-item {
		transform: translateY(200%);
	}
	#parentparent.dropdownAnimation {
	  height: 100%;
	  background: linear-gradient(90deg, #171718 0%, #242626 116.58%), linear-gradient(0deg, rgba(11, 11, 11, 0.4), rgba(11, 11, 11, 0.4)), #D9D9D9;
	}

	#parentparent.dropdownAnimation .dropdown-menu {
		background: transparent!important;	
		height: calc(100vh - 68px);
	}


}



/*MAIN*/

.card-title {
	height: 3rem;
	box-sizing: content-box;
}

/*section-featured-category*/

.bg-45-right:after {
	content: "";
	width: 0;
	height: 100%;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 300px;
	border-left-width: 48px;
	border-right-width: 0;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: 0;
	right: 12px;
}

/*section-post*/

.text-truncate_line-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	white-space: inherit!important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 88px;
}

/*xl*/
@media (max-width: 1399.98px) {
	.section-search .btn.w-75{
		width: 100%!important;
	}
	.section-search .card {
		width: 75%;
	}

	.searchCards .col-4:nth-child(2) {
		justify-content: center;
	}
	.searchCards .col-4:nth-child(3) {
		justify-content: end;
	}
	.section-newsletter .text-xl {
		font-size: 1.5rem!important;
	}
}
/*lg*/
@media (max-width: 1199.98px)  {
	.section-search .card {
		width: 100%;
	}
	.section-newsletter .container,
	.section-offers .container {
		max-width: 100%;
	}
}
/*md*/
@media (max-width: 991.98px) {
	#carouselExampleControls .thumbnail-img {
		width: 84px!important;
		height: 60px!important;
	}
	#carouselExampleControls .boxSize-md {
		height: 100%;
		width: 66px;
		border: 1px solid #656565;
		border-radius: 10px!important;
	}
	.carousel-item-box {
		border: 1px solid #656565!important;
	}
	.card-img {
		height: 232px!important;
	}
	.section-featured .headline-4,
	.favorites-subtitle.headline-4,
	.purchase-subtitle.headline-4 {
		font-size: 2rem;
	}
	.section-featured .text-xxs.text-primary,
	#carouselExampleControls .headline-4 {
		font-size: 1.25rem;
	}
	.section-featured .text-xl {
		font-size: 3rem;
	}
	.section-featured .text-xxs {
		font-size: 1.5rem;
		line-height: 1.25!important;
	}
	.section-offers .card-offer {
		height: 262px!important;
	}
	.section-newsletter .text-xl {
		font-size: 2rem!important;
	}
	.section-newsletter .container,
	.section-offers .container,
	.section-hero .container-xl {
		max-width: 720px;
	}
	
	.searchModal-body .col-12, 
	.searchModal-body .card{
		height: 100%;
	}
	.searchModal .btn.w-40 {
		width: 80%;
	}

}
/*sm*/
@media (max-width: 767.98px) { 
	.section-featured-category .card {
		height: 247px!important;
	}
	.section-featured-category .headline-3.w-75 {
		width: 100%!important;
	}
	.section-newsletter .container,
	.section-offers .container,
	.section-hero .container-xl {
		max-width: 540px;
	}
}
@media (max-width: 575.98px) {
	.section-newsletter .container,
	.section-offers .container,
	.section-hero .container-xl {
		max-width: 100%;
	}
}



/*FOOTER*/

/*footer-map*/
.footer-map-text { 
	background: linear-gradient(80.71deg, rgba(27, 29, 30, 0.9) -6.56%, rgba(0, 0, 0, 0) 39.11%);
}
.footer-map-img { 
	height: 500px;
}
.footer-map-alt {
	top: 59%;
	left: 58.5%;
}



/*xl*/
@media (max-width: 1399.98px) {
	.footer-map-alt {
		left: 59.5%;
	}
}
/*lg*/
@media (max-width: 1199.98px)  {
	.footer-map-img {
		height: 435px!important;
	}
}
/*md*/
@media (max-width: 991.98px) {
	.footer-map-img {
		height: 605px!important;
	}
	.footer-map .col-12 {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	footer {
		position: relative;
	}
	.footer-contact {
		margin-top: -200px;
		position: relative;
		background: linear-gradient(to bottom, transparent 0%, #242626 100%), linear-gradient(360deg, #000000 83.64%, rgba(0, 0, 0, 0) 98.39%)!important;
		background-blend-mode: lighten, normal;
	}

	.footer-contact .headline-5 {
		font-size: 2rem;
	}
	.footer-contact .text-xxs {
		font-size: 1.25rem;
		line-height: 1.25!important;
	}
}
/*sm*/
@media (max-width: 767.98px) { 

}
/*xs*/
@media (max-width: 575.98px) {
	
}







/*card helmet*/


.bi-heart:hover:before {
	content: '\F415';
	font-family: 'bootstrap-icon';
}




/*---------- supportpage ----------*/
/*---------------------------------*/




/*md*/
@media (max-width: 991.98px) {
	
	.supportPage .offcanvas {
		width: 100%!important;
	}
	.message-wrapper {
		width: 100%!important;
	}
	.supportPage-messageBox,
	.content-item {
		width: 100%!important;
	}

	.content-item {
		position: absolute;
		background: black;
		z-index: 9999;
		transform: translateX(-100%)!important;
		transition: all 0.5s linear;

	}
	.content-item.active {
		transform: translateX(0%)!important;
	}
}

/*---------- mygarage ----------*/
/*---------------------------------*/


.accordionPurchase {
	--bs-accordion-bg: transparent;
	--bs-accordion-border-color: transparent;
	--bs-accordion-color: #fff;
	--bs-accordion-btn-color: #fff;
}
.accordionPurchase .accordion-button::after {
	background-size: 18px;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(227deg) brightness(103%) contrast(103%);
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 20px;
}
.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: inherit;
}
.accordion-button .accordion-header-text {
	visibility: visible;
	transition: all 0.01s linear;
}
.accordion-button:not(.collapsed) .accordion-header-text {
	visibility: hidden;
}
.accordion-collapse {
	margin-top: -100px;
	transition: all 0.3s linear;
}
.accordion-collapse.show {
	margin-top: -100px;
}

.current-point {
	background-color: #5c5c5c!important;
}
.progress-point:first-child:before {
	content: "";
}
.progress-point:before {
	content: "";
	background-color: #fff;
	height: 1px;
	width: 150px;
	position: absolute;
	right: 50px;
}
.current-point.progress-point:before {
	background-image: linear-gradient(to left, #5C5C5C , #D1D1D1);

}
.progress-item:first-child .progress-point:before {
	content: "";
	display: none;
}
/*md*/
@media (max-width: 991.98px) {
	
	#myGarage .boxSize-md {
		position: relative;
		width: 80px;
		height: 80px;
		background: linear-gradient(90.99deg, rgba(23, 23, 24, 0.6) 0.07%, rgba(36, 38, 38, 0.6) 100%), rgba(11, 11, 11, 0.6);
		border: 1px solid #656565;
	}	
	.purchase-item .text-xxs,
	.purchase-item .text-xxxs {
		font-size: 1.25rem;
	}
	.order-details-headline .text-xs {
		font-size: 1.5rem;
	}
	.order-details-imgs {
		width: 70px!important;
	}

	.newsletter-bg-img {
		width: 100%!important;
		top: 0!important;
		left: 0!important;
		transform: translate(0%,-30%) rotate(0deg)!important;
	}
}


/*---------- products page ----------*/
/*---------------------------------*/

.productsSwiper .swiper-slide {
	width: 30%;
}
.section-products .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: transparent;
	color: #fff!important;
}
.section-products .swiper-pagination-bullet-active {
	font-size: 2.25rem!important;

	opacity: 1!important;
	background: transparent;
}
.swiper-btn-nav:after {
	font-size: 13px;

}
.see-more-item {
	visibility: hidden;
	height: 0;
	opacity: 0;
	margin-top: 0;
	transition: visibility 0s, opacity 0.5s linear, height 0.5s linear;
}
.see-more-item.seeAll {
	visibility: visible!important;
	opacity: 1!important;
	height: auto!important;
	margin-top: 45px;
}
.see-more-item.col:nth-child(-n+4) {
	visibility: visible;
	opacity: 1;
	height: auto;	
	margin-top: 0;
	padding-bottom: 8px;
}

input[type="range"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	pointer-events: none;
	background-color: transparent;
}

input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 5px;
}
input[type="range"]::-moz-range-track {
	-moz-appearance: none;
	height: 5px;
}
input[type="range"]::-ms-track {
	appearance: none;
	height: 5px;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 10px;
	width: 10px;
	background-color: #202028;
	border: 2px solid #FF7109;
	cursor: pointer;
   	margin-top: -8px;
	pointer-events: auto;
	border-radius: 50%;
}
input[type="range"]::-moz-range-thumb{
	-webkit-appearance: none;
	height: 10px;
	width: 10px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FF7109;
	pointer-events: auto;
}
input[type="range"]::-ms-thumb{
	appearance: none;
	height: 10px;
	width: 10px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FF7109;
	pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
	background-color: #202028;
	border: 2px solid #FF7109;
}

#tickmarks {
	
	display: flex;
	justify-content: space-between;
}
#tickmarks option{
	background-color: #8c8c8c;
	min-height: 11px;
	width: 1px;
}
/*lg*/
@media (max-width: 1199.98px)  {

	.category-body {
		height: auto!important;
		overflow: visible!important;
	}
	.col-1.position-relative {
		right: 0!important;
	}
	.see-more-item.col:nth-child(4) {
		visibility: hidden;
		opacity: 0;
		height: 0;	
		margin-top: 0;
		padding-bottom: 0px;
	}
	.see-more-item.seeAll:nth-child(4) {
		margin-top: 45px;
	}

}
@media (max-width: 991.98px) {
	.productsSwiper .swiper-slide {
		width: 50%;
	}
	.section-filtr {
		height: 100%;
		overflow: auto;
		background: linear-gradient(90deg, #171718 0%, #242626 116.58%), linear-gradient(0deg, rgba(11, 11, 11, 1), rgba(11, 11, 11, 1)), #D9D9D9;
	}
	.section-filtr .border-light-gray-opacity-20 {
		border: none!important;
	}
	.see-more-options.w-75 {
		width: 100%!important;
	}
	.see-more-item,
	.see-more-item:nth-child(-n+4) {
		visibility: visible!important;
		opacity: 1!important;
		height: auto!important;
		margin-top: 29px!important;
		
	}
	.see-more-item.col .ts-control {
		padding: 1.57rem 1rem 1.55rem;
	}
}
@media (max-width: 767.98px) {
	.productsSwiper .swiper-slide {
		width: 70%;
	}
}


/*---------- single product page ----------*/
/*-----------------------------------------*/

.carouselProduct-indicators [data-bs-target]:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.carouselProduct-indicators .active {
	background: rgba(11, 11, 11, 0.6);
	--bs-border-opacity: .1;
}
/*xl*/
@media (max-width: 1399.98px) {
	#carouselProduct .carousel-item .w-65 {
		width: 88%;
	}
}
/*md*/
@media (max-width: 991.98px) {
	.top-bar {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(11, 11, 11, .4); 
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 0px 0px 10px 10px;
		font-size: 1.5rem;
	}
	.product-thumbnails {
		background: linear-gradient(90deg, #171718 0%, #242626 100%), rgba(11, 11, 11, 0.4);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 10px 10px 0 0;
	}
	.carouselProduct-indicators [data-bs-target] {
		background-color: transparent;
	}
	.carouselProduct-indicators .active {
		background: rgba(11, 11, 11, 0.6);
	}
	.product-summary {
		position: relative!important;
	}
	#carouselProduct .carousel-item .w-65 {
		width: 100%;
	}
}	

/*---------- cart page + thnakyou page ----------*/
/*-----------------------------------------*/
@media (max-width: 1399.98px) {
	.section-thank-you {
		overflow-x: hidden;
	}
	.section-thank-you .cartSwiper {
		overflow: visible;
	}
}
@media (max-width: 991.98px) {
	.section-thank-you .cart-container .card-bg-dark {
		background: transparent;
	}
	.table .productItem td {
		border-width: 0;
	}
	.table .productItem  {
		border-color: transparent;
		background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) -0.02%, rgba(0, 0, 0, 0) 125.5%), rgba(11, 11, 11, 0.4);
		border-radius: 0.5rem;
	}	
	
	.cell-img {
		width: 111px;
		float: left;
		height: 198px;
	}
	.cell-item,
	.cell-final-price,
	.section-thank-you .cell-price,
	.section-thank-you .cell-quantity {
		width: calc(100% - 111px - 3rem - 1.5rem);
	}
	.cell-price,
	.cell-quantity {
		width: calc((98% - 111px - 3rem - 1.5rem)/2);
	}
	.cell-item,
	.cell-quantity,
	.cell-final-price .totalCost,
	.summary-cart .text-xs,
	.tab-user-details .user-name,
	.tab-user-details .text-xs,
	.shipping-date,
	.summary-text {
		font-size: 1.5rem!important;
		line-height: 1.25!important;
	}
	.label-check .icon-record {
		font-size: 3rem;
	}

	.tab-pane .headline-3 {
		font-size: 4rem!important;
	}
	.summary-cart .form-control,
	.summary-cart .text-summary,
	.payment-name,
	.shipping-price,
	.summary-subtilte {
		font-size: 2rem!important;
	}
	.shipping-map img {
		max-width: 100%;
	}
	.shipping-map .icon-location1 {
		left: 47%!important;
	}
	.summary-data {
		font-weight: 500;
	}
}

/*---------- account page ----------*/
/*-----------------------------------------*/

.section-account .aside {
	width: 76%;
}
.account-tab.active,
.account-tab.active .icon {
	color: #FF7109!important;
	font-weight: 700!important;
}
.btn-check:checked+.address-label .address-label-checked {
	display: block!important;
}
.btn-check:checked+.address-label .address-label-edit {
	color: #FF7109!important;
}

.section-account .payment-item {
	width: 416px;	
}
.section-account .credit-cart {
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.18);		
	height: 262px;
}
.section-account .credit-cart:before {
	content: '';
	background-image: url(../images/Card-Background/card-backgorund.svg);
	width: 100%;
    height: 200%;
    background-size: cover;
    position: absolute;
    top: -100%;
    left: -20%;
    background-repeat: no-repeat;
}
.section-account .credit-cart-mastercard {
	background-image: linear-gradient(100.87deg, #FF8E70 5.72%, #FFC371 95.58%);
}
.section-account .credit-cart-visa {
	background-image: linear-gradient(100.87deg, #70E5FF 5.72%, #7177FF 95.58%);	
}
.slider-cards .swiper-button-next {
	right: -28%;
}
.slider-cards .swiper-button-prev {
	left: -28%;
}
.slider-cards .swiper-button-next:after {
	content: "\e935";	
}
.slider-cards .swiper-button-prev:after {
	content: "\e930";	
}
.slider-cards .swiper-button-next:after, .slider-cards .swiper-button-prev:after {
	font-family: "iconsax";
	font-size: 0.5rem;
}
#orders-tab {
	--bs-nav-tabs-link-active-bg: transparent!important;
    --bs-nav-tabs-link-active-border-color: transparent!important;
	border-bottom: 1px solid transparent;
}
#orders-tab .nav-link:focus, #orders-tab .nav-link:hover {
	border: 1px solid transparent;
	--bs-text-opacity: 1!important;
}
#orders-tab .nav-link.active {
	--bs-text-opacity: 1!important;
}

@media (max-width: 1399.98px) {
	.section-account .aside {
		width: 100%;
	}
}
@media (max-width: 1199.98px) {
	#orders-tab {
		width: 75%!important;
	}
}

@media (max-width: 991.98px) {
	.section-account .tab-pane .headline-3 {
		font-size: 4rem!important;
	}
	.section-account .tab-pane .text-md {
		font-size: 2rem!important;
	}
	.section-account .tab-pane .text-xs,
	.section-account .address-label-edit {
		font-size: 1.5rem!important;
	}
	.section-account .tab-pane .form-control {
		padding: 1.05rem 1.25rem 0.95rem;
	}
	.section-account .tab-pane .form-control {
		padding: 1.05rem 1.25rem 0.95rem;
	}
	.section-account .tab-pane .btn-tab {
		text-align: center;
		text-decoration: none;
		color: #fff!important;
		padding: 1.313rem 1rem;
		background: rgba(23, 23, 24, 0.5);
		border: 2px solid #FF7109;
		box-shadow: 0px 8px 24px rgba(255, 113, 9, 0.15);
		border-radius: 3px;
	}
	.section-account .tab-pane .mb-4 {
		margin-bottom: 2rem!important;
	}
	.section-account .payment-item {
		width: 100%;	
	}
	.section-account .credit-cart {
		height: auto;
		/* width: 440px; */
	}
	.section-account .credit-cart .text-md {
		font-size: 1.5rem!important;
	}
	#orders-tab {
		width: 100%!important;
	}
}	
@media (max-width: 767.98px) {
	.slider-cards .swiper-button-next {
		right: -10%;
	}
	.slider-cards .swiper-button-prev {
		left: -10%;
	}
}

/*---------- privacy policy page ----------*/
/*-----------------------------------------*/
@media (max-width: 991.98px) {
	.section-contact .w-50 {
		width: 100%!important;
	}	
	
	
}