/* URUNLER SETTİNGS */

/* {
	color: #282828;
	font-family: 'Roboto', sans-serif;
} */

/* SECTION BREADCRUMB */

#sectionBreadCrumb {
	width: 100%;
	height: 38px;
	background-color: #efefef;
}

#sectionBreadCrumb * {
	height: 100%;
}

#sectionBreadCrumb p {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
}

/* PRODUCT LİST */

#sectionProductList {
	margin-top: 28px;
}

/* PRODUCT LİST FİLTER DESKTOP*/

#productListFilter {
	display: flex;
	flex-direction: column;
	/* justify-content: flex-start; */
	align-items: flex-start;
	/* height: auto;
	position: relative;
	top: 10px; */
}

/* #productListFilter div:not(.filter-check-item) {
	margin-top: 17px;
	width: 100%;
} */

#productListFilter .productListFilter-section-ürünÖzelliği {
	margin-top: 20px !important;
}

#productListFilter hr {
	width: 100%;
	margin: 0 !important;
	margin-top: 17px !important;
}

input[name=compare] {
    display: none;
}

.productListFilter-header {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}

.productListFilter-subheader {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 17px;
	color: #235291;
}

.filter-check-item {
	display: flex;
	align-items: center;
}

.filter-check-item input {
	display: none;
}

#productListFilter div label {
	font-size: 14px;
}

.filter-check-item label:before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 1.8px solid black;
	background-color: transparent;
}

.filter-check-item input:checked + label:before {
	background: #ff8a00 content-box;
	padding: 1px;
}

.filter-check-item input:checked + label {
	color: #ff8a00;
}

.filter-check-item input:checked + label:before {
	border-color: #ff8a00;
	background-color: #ff8a00;
}

#productListFilter .productListFilter-section-lastikMarkaları > div {
	height: 34vh;
	overflow-y: scroll;
}

#productListFilter div select + span {
	width: 100% !important;
	height: 36px !important;
	padding: 14px !important;
	background-color: white !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
}

.search-button {
	height: 44px;
	background-color: #128d22;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-top: 20px;
	width: 100%;
	border: 0;
}

/* PRODUCT LİST FİLTER MOBİLE */

.productListFilter-mobile-header {
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#productListFilter-mobile > div {
	display: flex;
	border: 1px solid #888888;
	border-radius: 5px;
	align-items: center;
}

#productListFilter-mobile > div i {
	color: #888888;
	padding-right: 5px;
	display: block;
}

.productListFilter-mobile-filter,
.productListFilter-mobile-order {
	width: 49.75%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	color: #888888;
	font-weight: bold;
}

.productListFilter-mobile-rule {
	width: 0.2%;
	background-color: #888888;
	height: 30px;
}

.listFilter-selected,
.listFilter-selected i {
	color: #fdc300 !important;
}

.productListFilter-mobile-result {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-top: none !important;
	display: flex;
	flex-direction: column;
}

.productListFilter-mobile-result > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 8px;
}

.productListFilter-mobile-result > div a {
	display: block;
	width: 100%;
	background-color: #676767;
	margin: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: white;
}

.result-order-selected {
	background-color: #fdc300 !important;
	color: black !important;
}

.result-filter-selectbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
	width: 100%;
}

.result-filter-selectbox a {
	width: auto !important;
	font-size: 14px;
	padding: 10px 20px;
	height: 45px;
	background-color: rgb(1, 165, 1) !important;
	margin: 10px !important;
	box-sizing: border-box;
}

.result-filter-selectbox select + span {
	width: auto !important;
	height: 45px !important;
	padding: 14px !important;
	background-color: white !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
}

ul[aria-labelledby='ui-id-20-button'] {
	height: 237px !important;
}

/* PRODUCT LİST DETAİL */

#productListDetail {
	box-sizing: border-box;
}

.productListDetailTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 47px;
	margin-bottom: 26px;
	padding-left: 42px;
}

.detailTop-header {
	font-size: 22px;
}

.detailTop-filter {
	width: auto;
	display: flex;
}

.detailTop-filter select + span {
	width: 163px !important;
	height: 100% !important;
	padding: 14px !important;
	background-color: white !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
	margin-left: 7px;
	font-size: 14px;
}

.productListDetailBody {
	padding-left: 31px;
}

.productListDetailCard {
	border: 1px solid rgba(0, 0, 0, 0.3);
	height: auto;
	padding: 19px;
	margin-bottom: 21px;
	position: relative;
}

.productListDetailCard > div:not(:first-child) {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.productListDetailCard > div:not(:last-child) {
	margin-bottom: 10px;
}

.productListDetailCard .cardTop-lastikImage {
	border: 1px solid rgba(0, 0, 0, 0.3);
	height: 205px;
	width: 208px;
}

.productListDetailCard .cardTop-description {
	width: 275px;
	height: auto;
	padding: 0 21px;
}

.productListDetailCard .cardTop-description .cardTop-brandImage {
	width: 156px;
	/* height: 34px; */
	/* margin-bottom: 23px; */
}

.productListDetailCard .cardTop-description .cardTop-description-header {
	font-size: 18px;
	color: #282828;
	margin-bottom: 38px;
	font-weight: 500;
}

.productListDetailCard .cardTop-description .cardTop-season {
	display: flex;
	align-items: center;
	width: 100%;
	height: 36px;
	font-size: 12px;
}

.productListDetailCard .cardTop-description .cardTop-season * {
	margin-right: 6px;
	color: #7f7f7f;
}

.productListDetailCard .cardTop-description .cardTop-season img {
	height: 100%;
	width: auto;
}

.productListDetailCard .cardTop-description .cardTop-season img:first-child {
	padding: 0 10px;
	background-color: #faf9f9;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	width: 33px;
	box-sizing: content-box;
}

.productListDetailCard .cardTop-component {
	width: 270px;
	height: auto;
}

.productListDetailCard .cardTop-component .cardTop-brandIcon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 34px;
	width: 100%;
	margin-bottom: 11px;
}

.productListDetailCard .cardTop-component .cardTop-brandIcon * {
	margin-right: 5px;
}

.productListDetailCard .cardTop-component .cardTop-brandIcon img {
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 2px;
	border-radius: 100%;
	box-sizing: border-box;
	width: 9vh;
}

.productListDetailCard .cardTop-component .cardTop-brandIcon p {
	font-size: 12px;
	color: #282828;
	font-weight: 500;
}

.rating.item {
	--starsize: 1.25rem !important;
	top: -1px !important;
	margin-right: 3px !important;
}

.productListDetailCard .cardTop-component .cardTop-rate {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	margin: 0 0 15px 0;
	width: 100%;
}

.productListDetailCard .cardTop-component .cardTop-rate * {
	color: #7f7f7f;
}

.productListDetailCard .cardTop-component .cardTop-rate > div {
	margin-right: 9px;
}

.productListDetailCard .cardTop-component .cardTop-rate > div:first-child {
	font-size: 17px;
	letter-spacing: -2px;
}

.productListDetailCard .cardTop-component .cardTop-future {
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 9px 0;
	overflow: hidden;
}

.productListDetailCard .cardTop-component .cardTop-future div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.productListDetailCard .cardTop-component .cardTop-future img {
	height: 100%;
	margin-right: 5px;
}

/* .productListDetailCard .cardTop-component .cardTop-favori {
	margin-top: 17px;
	display: flex;
} */

/* .productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-check {
	position: relative;
} */

.productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-check input {
	display: none;
}

.productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-check label {
	/* margin-left: 4px; */
	/* font-size: 12px; */
	font-weight: 600;
	/* position: relative; */
	/* bottom: 2px; */
}
#compareLabel {
	/* margin-left: 4px; */
	/* font-size: 12px; */
	font-weight: 600;
	/* position: relative; */
	/* bottom: 2px; */
}

#compareLabel::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 4px;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 1.8px solid black;
	background-color: transparent;
}

.favLabel {
    font-size: 13px;
    font-weight: 600;
}

.productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-check input:checked + label::before {
	background: black content-box;
	padding: 1px;
}

.productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-hearth {
	/* display: flex; */
	/* margin-left: 23px; */
	font-size: 13px;
	font-weight: 600;
    /* margin-top: 4px; */
}

.productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-hearth img {
	width: 13px;
	/* margin-right: 5px; */
	/* position: relative; */
	/* bottom: 2px; */
	/* margin-top: 3px; */
}

/* .productListDetailCard .cardTop-component .cardTop-favori .cardTop-favori-hearth p {
	position: relative;
	top: 2px;
} */

.favorite {
	all: unset;
}

.empty-favorite {
	padding: 110px 223px;
}

.productListDetailCard .cardTop-component .cardTop-fırsatUrunu .cardTop-fırsatUrunu-triangle {
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid green;
	transform: rotate(-45deg);
	position: absolute;
	top: -33px;
	right: -8px;
}

.productListDetailCard .cardTop-component .cardTop-fırsatUrunu p {
	font-size: 10px;
	position: absolute;
	top: 9.5px;
	right: 5px;
	transform: rotate(45deg);
	color: white;
	text-align: center;
	user-select: none;
}

.productListDetailCard .cardBottom {
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bottom-info {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	height: 42px;
	color: red;
}

.productListDetailCard .cardBottom-production {
	font-size: 14px;
	font-weight: 600;
	padding: 0 14px 0 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* flex-direction: column; */
}

.make-column {
	flex-direction: column;
}

.productListDetailCard .cardBottom-rule {
	height: 60px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.2);
}

.productListDetailCard .cardBottom-price {
	margin: 0 5px 0 20px;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.productListDetailCard .cardBottom-price .cardBottom-price-discount {
	padding: 3px 13px;
	background-color: #faf9f9;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.productListDetailCard .cardBottom-price .cardBottom-price-discount p:first-child {
	font-size: 12px;
	position: relative;
	top: 3px;
}

.productListDetailCard .cardBottom-price .cardBottom-price-discount p:last-child {
	font-size: 14px;
	white-space: nowrap;
}

.productListDetailCard .cardBottom-price .cardBottom-price-cheapPrice {
	display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 220px;
}

/* .productListDetailCard .cardBottom-price .cardBottom-price-cheapPrice div:nth-child(1) {
	display: flex;
	position: relative;
	top: 8px;
} */

.productListDetailCard .cardBottom-price .cardBottom-price-cheapPrice div:nth-child(1) del {
	font-size: 22px;
	font-weight: 500;
	color: #888888;
}

.productListDetailCard .cardBottom-price .cardBottom-price-cheapPrice div:nth-child(1) p {
	font-size: 22px;
	font-weight: 700;
	color: #e84e0f;
	/* margin-left: 9px; */
}

.productListDetailCard .cardBottom-price .cardBottom-price-cheapPrice div:nth-child(2) p {
	font-size: 12px;
	color: #128d22;
	font-weight: 700;
	position: relative;
	bottom: 10px;
}

.productListDetailCard .cardBottom-stock {
	margin: 0 32px 0 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.productListDetailCard .cardBottom-stock .cardBottom-stock-count {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.productListDetailCard .cardBottom-stock .cardBottom-stock-count p {
	font-size: 13px;
	font-weight: 600;
}

.productListDetailCard .cardBottom-stock .cardBottom-stock-count p span {
	color: #e84e0f;
}

.productListDetailCard .cardBottom-stock .cardBottom-stock-count select + span {
	width: 97px !important;
	height: 36px !important;
	padding: 14px !important;
	background-color: white !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
}

.productListDetailCard .cardBottom-stock .cardBottom-stock-count .ui-selectmenu-text {
	margin: 0;
}

.productListDetailCard .cardBottom-stock .cardBottom-stock-button a,
.cart {
	padding: 8px 18px;
	min-width: 135px;
	display: inline-block;
	width: 100%;
	height: 36px;
	background-color: #fdc300;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	position: relative;
	top: 8.3px;
	left: 9px;
}

.cart {
	border: none;
}

.productListDetayBottom {
	margin-top: 56px;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

.productListDetayBottom-button {
	border: 1px solid black;
	border-radius: 50px;
	padding: 13px 56px;
	display: inline-block;
	margin-right: 72px;
	font-size: 18px;
	font-weight: 600;
}

.productListDetayBottom-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-right: 141px; */
}

.productListDetayBottom-pagination * {
	margin-right: 8px;
	font-size: 14px;
}

.productListDetayBottom-pagination i {
	padding: 10px;
	background-color: #f3f4f5;
	border-radius: 4px;
	color: #676767;
}

.productListDetayBottom-pagination .currentPage {
	padding: 4px 10px;
	border: 1px solid black;
	border-radius: 4px;
}

/* SECTION HEADER */

.sectionHeader {
	padding-top: 50px;
	padding-bottom: 42px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
}

.sectionHeader hr {
	width: 75%;
	height: 4px;
	color: #fdc300;
	margin: 0;
	margin-top: 11px;
	opacity: 1;
}

.sectionHeader p {
	text-align: center;
}

/* FUTURE */

.futureHeader {
	font-size: 18px;
	font-weight: bold;
}

.futureText {
	font-size: 14px;
}

/* FUTURE DOWN */

#sectionFutureDown {
	padding-top: 37px;
	padding-bottom: 64px;
	height: auto;
	width: 100%;
}

#sectionFutureDown .futureImage {
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
}

#sectionFutureDown .futureImage img {
	width: 100%;
}

.futureImage img {
	width: 80px;
}

.futureDownSlider {
	width: 100%;
	height: 100%;
}

.futureDownSlider .swiper-slide {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 279px;
	padding-right: 20px;
	box-sizing: border-box;
}

.futureDown-context {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

/* Swiper js */

.swiper-pagination-comment {
	filter: grayscale(1) brightness(0);
	transform: scale(1.4);
	white-space: nowrap;
}

.swiper-pagination-lastikBlog {
	filter: grayscale(1) brightness(0);
	transform: scale(1.4);
	white-space: nowrap;
}

.swiper-button-next:focus {
	border: none;
	outline: none;
}

.swiper-button-prev:focus {
	border: none;
	outline: none;
}

/* Responsive */

/* @media screen and (max-width: 768px) and (min-width: 200px) {
	#productListDetail {
		padding: 0;
		margin-top: 50px !important;
	}

	.productListDetailBody {
		padding: 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.productListDetailCard {
		width: 40vw;
		margin: 10px;
		padding: 0 !important;
	}

	.productListDetailCard .cardTop {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cardTop a {
		width: 100%;
		height: auto;
		display: block;
	}

	.cardTop a img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 10px;
		border: none !important;
	}

	.cardTop-brandImage {
		width: 100% !important;
		height: auto !important;
	}

	.cardTop-description {
		padding: 0 !important;
		width: 90% !important;
	}

	.cardTop-description-header {
		margin-bottom: 20px !important;
		font-size: 15px !important;
	}

	.cardTop-component {
		width: 90% !important;
	}

	.productListDetailCard .cardBottom-price {
		margin: 0;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		width: 100% !important;
	}

	.cardBottom-price-cheapPrice {
		width: 100% !important;
	}

	.cardBottom-price-cheapPrice .col-12 {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
	}

	.cardBottom-price-cheapPrice .col-12 p {
		margin: 0 !important;
		font-size: 17px !important;
	}

	.cardBottom-price-cheapPrice .col-12 del {
		margin: 0 !important;
		font-size: 17px !important;
	}

	.productListDetayBottom-pagination {
		margin: 0 !important;
	}

	.productListDetayBottom {
		justify-content: center;
	}

	.cardTop-brandIcon,
	.cardTop-future,
	.cardTop-favori,
	.cardTop-season,
	.productListDetayBottom-button {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	#productListDetail {
		padding: 0;
		margin-top: 50px !important;
	}

	.productListDetailTop {
		padding: 0;
	}

	.productListDetailBody {
		padding: 0;
	}

	.productListDetailCard .cardBottom-price {
		margin: 0;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}

	.cardTop-component {
		margin-left: auto;
	}

	.cardTop-description {
		width: 250px !important;
		padding-right: 0px !important;
	}
}

@media screen and (max-width: 1200px) {
	.productListDetayBottom-pagination {
		margin-right: 60px;
	}
} */

/* EXTRA CLASSES */

.customSwalBtn {
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	margin: 30px 5px 0px 5px;
	padding: 14px 32px;
}

.SwalBtn1 {
	background-color: grey;
}

.SwalBtn2 {
	background-color: #fdc300;
	color: black;
}

