																				@charset "UTF-8";
@import url('/images/css/font/Gotham-Bold.otf');
@font-face {
    font-family: 'GothamBold';
    src: url('/images/css/font/GothamXNarrow-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'GothamThin';
    src: url('/images/css/font/images/css/GothamXNarrow-Thin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Gotham';
    src: url('/images/css/font/GothamXNarrow-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Gotham';
    src: url('/images/css/font/GothamXNarrow-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;

}

::placeholder {
  color: #2f2f2f;
}
/*Slider*/
#genel-bread ol li a, #genel-bread ol li span
{
	color:#2f2f2f !important;
}
html {
  scroll-behavior: smooth;
}
.user .list{
	top:78px !important
}
.sepet-prod-list {
    position: absolute;
    right: 0;
    width: 446px;
    top: 78px;
    background: #fff;
	transition: 0.25s;
    padding: 10px;
    visibility: hidden;
		opacity:0;
}
.sticky .sepet-prod-list {
	top: 60px;
}
   .item-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35px;
	margin-bottom:10px;
  }
  .item-desc-button,
  .item-asc-button {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    transition-duration: 0.3s;
  }
  .item-desc-button:hover,
  .item-asc-button:hover {
    cursor: pointer;
    border: 1px solid #000;
  }
  .amount {
    width: calc(100% - 90px);
    height: 35px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
	color:#858585;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    transition-duration: 0.3s;
    text-align: center;
  }
  .amount:hover {
    cursor: pointer;
    border: 1px solid #000;
    background-color: #fff;
  }
 .price-new{
 font-size:17px;
 
 }
 
    .item-box-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin-top: 0px;
    }
    .item-box {
      width: 100%;
      display: flex;
      flex-direction: row;
		margin-top:10px;
      justify-content: space-between;
      align-items: start;
      padding: 10px;
      border-radius: 5px;
      background-color: #fff;
    }
	.item-amount{
		font-size:13px;
		font-weight:300px;
		color:#858585;
		margin-right:5px;
	}
    .item-box-img {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .item-box-text {
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
	  margin-left: 15px;
    }
    .item-box-text-header {
      font-size: 13px;
      margin-bottom: 5px;
    }
    .item-box-text-varyant {
      font-size: 13px;
      margin-bottom: 5px;
	  color: #858585;
	  display: none;
    }
    .item-box-text-price {
      display: flex;
      flex-direction: row;
      justify-content: space-between;

      align-items: center;
    }
    .item-box-text-remove {
      font-size: 12px;
      color: #858585;
      cursor: pointer;
    }
    .item-box-text-remove:hover {
      color: #000;
    }

    @media (max-width: 768px) {
      .item-box-container {
        flex-direction: column;
      }
      .item-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
        background-color: #fff;

        margin-bottom: 10px;
      }
      .item-box-img {
        width: 100%;
      }
      .item-box-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .item-box-text-header {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
      }
      .item-box-text-varyant {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
      }
      .item-box-text-price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .item-box-text-remove {
        font-size: 15px;
        color: #858585;
        cursor: pointer;
      }
      .item-box-text-remove:hover {
        color: #858585;
      }
    }
#box-container {
	overflow-x: hidden!important;
}
.item-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    justify-content: row; 
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    height: 89px;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    /* padding: 10px; */
}.item-box svg {
    margin-right: 10px;
}.item-box-img {
    width: 69px;
	height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
}.item-box-text {
    width: 70%;
    display: flex;
     flex-direction: row; 
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 15px;
    height: 100%;
    /* margin-right: 10px; */
}span.item-box-text-header {
    margin-right: 10px;
	float: left;
	width: calc(70% - 10px);
}span.item-box-text-header {
    color: #2f2f2f;
    font-weight: 700 !important;
}span.price-old {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400 !important;
    text-decoration: line-through;
}span.price-new {
    color: #ED1C24;
    font-weight: 400 !important;
}span.price-old {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400 !important;
    text-decoration: line-through;
}.item-box-text-price {
	width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.totalp {
    width: 100%;
    /* height: 22px; */
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #2F2F2F;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}.totalp span {
    width: 76px;
    height: 22px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #2F2F2F;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 20px;
	margin-right: 20px;
}span#SepetCek {
    font-weight: 500 !important;
}
.bread-bg{
	padding: 1.9rem 0rem !important;
    background-color: #2f2f2f !important;
    margin-bottom: 15px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #2f2f2feb !important;
}

.slider-mm {
	float: right;
	max-height: 75vh;
	background: #fff;
	padding: 0px;
	margin: 0px;
	position: relative;
	transition: all 0s ease;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slider-mm.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.slider-mm .slick-slide img {
	width: 100%;
}

.slider-mm .slick-list {
	height: 100%;
}

.slider-mm-link {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.slick-prev:hover,
.slick-prev:focus {
	color: transparent;
	outline: none;
	background: #ed1c24;
}

.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: #ed1c24;
}

.slick-prev:before {
	content: '';
	left: 45%;
	bottom: 40%;
	position: absolute;
	border: solid #ed1c24;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.slick-next:before {
	content: '';
	left: 35%;
	bottom: 40%;
	margin: auto;
	position: absolute;
	border: solid #ed1c24;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media (max-width: 992px) {
	.slider-mm .slick-arrow::before {
		border: solid #fff;
		border-width: 0 2px 2px 0;
	}
	.slider-mm .slick-dots {
		bottom: 5px;
	}
	.slider-mm .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0 7px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.slider-mm .slick-dots li button {
		width: 7px;
		height: 7px;
		border: 1px solid #fff;
		border-radius: 50%;
		background: #fff;
		padding: 0px;
		margin: 0px;
	}
	.slider-mm .slick-dots li button::before {
		display: none;
	}
	.slider-mm .slick-dots li.slick-active button {
		background: #ed1c24;
	}
}


@media (max-width: 390px) {
	.hover-liste-incele{
		display:none;
	}
}

/*Ozel Banner*/

.top-banner-box {
	text-align: center; 
}

.top-banner-box img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.urun-kategori-baslik-bg {
	width: 100%;
	height: 296px;
	padding-left: 2px;
	display: flex;
	align-items: flex-end;
}
.urun-kategori-baslik {
	display: inline!important;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
	padding-bottom: 7px;
    letter-spacing: 0.05em;
    color: #2F2F2F;
    flex: none;
    order: 1;
    flex-grow: 0;
	border-bottom: 9px #DEDEDE solid;
	margin: 0 0 47px 0;
}

@media (max-width: 992px) {
	.urun-kategori-baslik-bg {
		align-items: center;
		display: block;
		text-align: center;
		padding: 75px 0 8px 0!important;
		height: auto;
	}
	.urun-kategori-baslik {
		height: 41px;
		font-size: 28px;
		line-height: 40px;
		border-bottom: 5px #DEDEDE solid;
	}
}

.home-sag-alt {
	width: 40px;
	height: auto;
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 1000;
}

.sag-alt-wp {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #222020;
	color: #00e676;
	line-height: 39px;
	font-size: 19px;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.sag-alt-wp.asagi {
	border-radius: 0px;
	transition: all 0.5s ease;
	line-height: 33px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.sag-alt-wp .ion-social-whatsapp-outline:before {
	line-height: 36px;
}

.sag-alt-wp:hover,
.sag-alt-wp:focus {
	color: #fff;
	background: #000;
}


/*Anasayfa Prod Slide*/

.home-slide-prod {
	padding: 0px 4px;
}

.home-slide-prod .slick-track {
	float: left;
}

.home-slide-prod .slick-arrow {
	bottom: -30px;
	background: transparent;
	box-shadow: none;
	top: inherit;
	width: 30px;
	height: 30px;
}

.home-slide-prod .slick-arrow:hover:before,
.home-slide-prod .slick-arrow:focus:before {
	border: solid #333;
	border-width: 0 1px 1px 0;
}

.home-slide-prod .slick-next {
	left: 40px;
}

.home-slide-prod .slick-prev {
	left: 0px;
}


/*Tab List*/

.home-urun-tabs ul {
	height: auto;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.home-urun-tabs ul li {
	display: inline-block;
	cursor: pointer;
	padding: 0 1.5rem;
	transition: all 0.5s ease;
}

.home-urun-tabs ul li h3 {
	margin: 0rem 0px;
	float: left;
	line-height: 40px;
}

.home-urun-tabs ul li h3 span {
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #282828;
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
}

.home-urun-tabs ul li.activetab {
	background: #ed1c24;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.17);
}

.home-urun-tabs ul li.activetab span {
	color: #fff;
}

@media (max-width: 992px) {
	.home-urun-tabs ul li h3 {
		margin: 0px;
	}
	.home-urun-tabs ul li h3 span {
		font-size: 13px;
	}
}

#back-top {
	display: inline-block;
	background-color: #222020;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #fff;
	line-height: 38px;
	font-size: 20px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

#back-top .ion-ios-arrow-up:before {
	line-height: 38px;
}

#back-top:hover {
	cursor: pointer;
	background-color: #000;
}

#back-top:active {
	background-color: #000;
}

#back-top.show {
	opacity: 1;
	visibility: visible;
}

#back-top.single-top {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

footer {
	/*clear: both;*/
	float: left;
	width: 100%;
	background: #2f2f2f;
}

#footer {
	text-align: left;
	padding: 40px 0 0px 0px;
}

.footer-mm1 {
	display: flex;
	margin: 0px auto !important;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
}

.footer-sayfalar {
	padding-bottom: 30px;
}

.footer-sayfalar ul {
	width: 25%;
}

.footer-social {
	padding-bottom: 30px;
	padding-left: 0px;
}

.footer-social ul {
	width: 100%;
	padding-bottom: 25px;
}

.footer-social ul li {
	display: inline-block;
}

.footer-social ul li.footer-social-baslik {
	width: 100%;
}

.footer-social ul li a {
	font-size: 18px !important;
	padding: 0 24px !important;
}

.footer-social ul li a:first-child {
	padding-left: 0 !important;
}

.footer-e-bulten {
	padding: 0px;
}

.footer-e-bulten p {
	font-size: 13px;
}

.footer-e-bulten-content {
	position: relative;
	padding: 0px;
}

.footer-e-bulten #ebulten {
	padding: 10px 10px;
	width: 100%;
	font-size: 13px;
	border: 1px solid #eee;
}

.footer-e-bulten #ebulten-gonder {
	background: #ed1c24;
	color: #fff;
	padding: 3px 15px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 23px;
	border: 1px solid #eee;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer .footer-mm1 ul li {
	position: relative;
	padding: 0px;
}

#footer .footer-mm1 ul li:first-child {
	font-weight: 600;
	font-family: Gotham;
	margin: 0px;
	color: #333333;
	font-size: 17px;
	padding-bottom: 0;
	height: 40px;
}

#footer .footer-mm1 ul li a {
	color: #fff;
	font-family: Gotham;
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 13px;
	padding: 6px 0px 5px 0px;
	word-break: break-word;
	transition: all 0.3s ease;
}

#footer .footer-mm1 ul li a span {
	padding-left: 2%;
	font-family: Gotham;
}

#footer .footer-mm1 ul li a:hover {
	color: #fff;
}

.footer-bottom-mm {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	height: auto;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom-mm a {
	text-decoration: none;
	color: #111;
}

.footer-bottom-mm p {
	width: auto;
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

.footer-bottom-mm p img {
	display: block;
	text-align: center;
	margin: auto;
}

.footer-bottom-mm p:last-child {
	text-align: right;
	float: right;
}

.odeme-sprite-box {
	float: left;
	margin-bottom: 5px;
	width: 160px;
	height: 45px;
}

.footer-odeme {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

@media all and (max-width: 992px) {
	.footer-social {
		order: 1;
	}
	.footer-sayfalar {
		order: 2;
	}
	.footer-bottom-mm {
		order: 3;
	}
	.footer-social ul {
		width: 100%;
	}
	.footer-e-bulten {
		width: 40%;
	}
	.footer-bottom-mm p img #footer ul li:first-child {
		margin: 30px 0 10px;
	}
	#footer ul li a:before {
		display: none;
	}
	.footer-bottom-mm p {
		text-align: left;
	}
	.footer-bottom-mm p img {
		float: right;
	}
}

@media all and (max-width: 700px) {
	.footer-sayfalar ul {
		width: 50%;
		margin-bottom: 25px;
	}
	.footer-e-bulten {
		width: 100%;
	}
}


/*--------------------------------HEADER-TOP-BAR----------------------------------*/

.top-slogan {
	text-align: center;
	background: #242933;
}

.top-slogan img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.top-bar-content {
	width: 100%;
	height: 40px;
	background: #fbfbfb;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
	border-bottom: 1px solid #f7f7f7;
}

.top-inner {
	height: 40px !important;
}


/*topbar sol*/

.header-sol-social {
	height: 100%;
	float: left;
	padding-left: 1%;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-social-link {
	float: left;
	color: #5f5f5f;
	font-family: Gotham;
	line-height: 40px;
	height: 100%;
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.header-social-link i {
	line-height: 40px;
}

.header-social-link:hover {
	color: #333;
}


/*topbar sag*/

.top-bar-pages {
	float: right;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.10196);
	border-left: 1px solid rgba(255, 255, 255, 0.10196);
}

.top-bar-pages .header-statik-link {
	color: #282828;
	line-height: 40px;
	padding-left: 10px;
	font-size: 13px;
}

.top-bar-pages .header-statik-link:last-child {
	color: #fff;
	display: inline-block;
	background: #ed1c24;
	padding-right: 10px;
	margin-left: 10px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.top-bar-hesap-button {
	font-family: Gotham;
	float: right;
	color: #282828;
	width: 100%;
	height: 100%;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.top-bar-hesap-button i {
	width: 20%;
	font-size: 19px;
	position: relative;
	text-align: center;
}

.top-bar-hesap-button .top-bar-hesap-down {
	font-size: 23px;
}

.top-bar-hesap-button .top-bar-hesap-yazi {
	color: #757575;
	margin: 0;
	padding: 0px 5px;
	min-width: 45%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.top-bar-hesap-button .top-bar-hesap-yazi span {
	color: #282828;
	padding-bottom: 3px;
	font-size: 15px;
	display: block;
	font-weight: 600;
}

.top-bayi-buton {
	font-family: Gotham;
	display: inline-block;
	float: right;
	color: #292828;
	width: 50%;
	height: 100%;
	font-size: 12px;
	text-transform: capitalize !important;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

#callbayi:checked~.login-menu {
	visibility: visible;
	top: 100%;
	z-index: 11;
	opacity: 1;
	transition: all 0.5s ease;
}

#callbayi:checked~.login-menu ul li {
	display: block;
}

#callbayi:hover~.login-menu {
	visibility: visible;
	top: 100%;
	z-index: 11;
	opacity: 1;
	transition: all 0.5s ease;
}

#callbayi:hover~.login-menu ul li {
	display: block;
}

.login-menu:hover {
	visibility: visible;
	top: 100%;
	z-index: 11;
	opacity: 1;
	transition: all 0.5s ease;
}

.login-menu:hover ul li {
	display: block;
}

.login-menu {
	width: 100%;
	visibility: hidden;
	height: auto;
	background: #fff;
	margin: auto;
	top: 50%;
	right: 0px;
	opacity: 0;
	position: absolute;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	transition: all 0.5s ease;
}

.login-menu ul {
	list-style: none;
	width: 100%;
	height: auto;
	margin: 0px;
	display: inline-block;
}

.login-menu ul li {
	width: 100%;
	display: none;
	height: 50px;
	transition: all 0.3s ease;
}

.login-menu ul li:hover {
	background: #ed1c24;
	color: #fff;
}

.login-menu ul li:hover a,
.login-menu ul li:hover i {
	color: #fff;
}

.login-menu li a {
	font-family: Gotham;
	color: #282828;
	font-size: 12px;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.login-menu li i {
	color: #000;
	font-size: 16px;
	line-height: 50px;
	float: left;
	margin-right: 8px;
}

@media all and (max-width: 1500px) {
	.login-menu {
		width: 100%;
	}
}

@media all and (max-width: 992px) {
	.top-bar-content {
		display: none;
		margin-bottom: 50px;
	}
	.top-slogan {
		display: none;
	}
}


/*Header Bar*/

.header-content {
	width: 100%;
	height: auto;
	min-height: 50px;
	display: inline-block;
	/*background: #fff;*/
	position: relative;
	transition: all 0.5s ease-in-out;
}

.header-align {
	width: 75%;
	margin: auto;
	height: 80px;
	z-index: 1;
	transition: all 0.5s ease;
}

.header-align input[type=checkbox] {
	display: none;
}

.header-logo {
	width: auto;
	padding: 0 1%;
	width: 22%;
	max-width: 350px;
	height: 100%;
	float: left;
	position: relative;
	display: flex;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: center;
}

.header-logo a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.varyant-content-shipping svg {
    fill: #2f2f2f;
    /*margin-right: 5px;*/
}.varyant-content-shipping {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 400;
    display: flex;
    align-items: center;
	gap: 8px;
}
.varyant-content-shipping > span {
	font-size: 14px;
}
.header-logo img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.header-arama {
	width: 48%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	padding: 0px 1%;
	height: 100%;
	float: left;
	position: relative;
}

.header-arama-content {
	width: 100%;
	height: 55px;
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ebedf1;
	transition: all 0.5s ease;
}

.header-arama-content form {
	width: 100%;
	height: 100%;
	margin: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fbfbfb;
	float: right;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-arama-content button {
	background: #ed1c24;
	outline: none;
	border: none;
	display: block;
	width: 50px;
	height: 102%;
	position: relative;
	float: right;
	color: #fff;
	font-size: 23px;
	transition: all 0.3s ease-in-out;
}

.header-arama-content button:hover {
	background: #ed1c24;
	color: #fff;
}

.header-arama-content button:active .mm-control {
	display: block;
}

.header-sag {
	width: 30%;
	height: 100%;
	position: relative;
	float: right;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-sag ul.login-ul {
	list-style: none;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0px 1%;
	margin-bottom: 0px;
}

.header-sag ul.login-ul li {
	display: block;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.header-sag ul.login-ul li:hover {
	cursor: pointer;
}

.header-sag ul.login-ul li i {
	font-size: 22px;
	width: 20%;
	text-align: center;
}

.header-sag-hesap {
	width: 50%;
	height: 100%;
	font-size: 18px;
	position: relative;
	padding: 0px 1%;
}

@media all and (max-width: 992px) {
	.header-content {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0px;
		z-index: 5;
		background: #fff;
	}
	.header-align {
		height: 50px;
	}
	.header-logo {
		margin: 0 auto;
		border: 0px;
		float: none;
		width: 40%;
		max-width: inherit;
	}
	.header-logo a {
		width: 100%;
		text-align: center;
		display: block;
	}
	.header-logo img {
		margin: auto;
		float: none;
		right: 0;
		left: 0;
		width: 30%;
		min-width: 170px;
		max-width: inherit;
	}
	.header-arama,
	.header-arama-content,
	.header-sag {
		display: none;
	}
}

@media all and (max-width: 530px) {
	.header-logo img {
		width: 100%;
		min-width: inherit;
	}
}


/*Header Kategori*/

.kategori-mm {
	background: #ed1c24;
	height: 50px;
	position: relative;
	padding: 0px;
	float: none;
	margin: 0 auto;
	display: flex;
	align-items: center;
	z-index: 7;
}

.kategori-mm input[type=checkbox] {
	display: none;
}

.affix {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: inherit;
	min-height: inherit !important;
	height: auto !important;
	z-index: 9999 !important;
	padding: 0px !important;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
}

.kategori-mm-inner {
	margin: auto;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease;
	background: transparent;
	padding: 0px;
}

.button {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	display: none;
	height: 100%;
	width: 33.33%;
	float: left;
	cursor: pointer;
	margin-bottom: 0px;
}

.button i {
	font-size: 22px;
	color: #151440;
	padding: 0;
	position: relative;
	width: initial;
	height: initial;
	top: inherit;
	left: inherit;
	background: transparent;
}

.sepet-icon {
	background: #ed1c24;
	margin-right: .5%;
}

.sepet-li {
	position: absolute;
	content: "0";
	top: 23%;
	margin: auto;
	left: 15%;
	background: #ed1c24;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	z-index: 0;
	color: #fff;
	line-height: 15px;
	font-style: normal;
}

.search-icon {
	height: 40px;
	background: transparent;
	margin-right: 5px;
}

.search-icon i {
	font-size: 25px;
	color: #101010;
}

.header-mm-arama1 {
	width: 100%;
	display: none;
	height: auto;
	min-height: 50px;
	background: #fff;
	margin: auto;
	top: 100%;
	left: 0;
	position: absolute;
	border-top: 1px solid whitesmoke;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.06);
}

.header-mm-arama1 form {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	position: relative;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-mm-arama1 form input {
	display: block;
	width: 100%;
	padding-left: 15px;
	font-size: 14px;
	box-shadow: none;
	outline: none;
	background: #fff;
	border: 0px;
	line-height: 1.42857143;
	color: #555;
	font-size: 12px;
	border: none;
	float: left;
	color: #666;
	position: relative;
}

*:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-mm-arama1 form input::focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.header-mm-arama1 button {
	background: transparent;
	outline: none;
	float: right;
	border: none;
	display: block;
	padding-right: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

.mm-control {
	display: block;
	height: 100%;
	width: 60%;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	background: transparent;
	line-height: 1.42857143;
	color: #555;
	border: none;
	float: left;
	color: #666;
	position: relative;
}

.mm-control::placeholder {
	color: #8a8a8a !important;
	opacity: 1 !important;
	/* Firefox */
	font-size: 12px !important;
	font-weight: 400 !important;
}

.mm-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #8a8a8a !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.mm-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #8a8a8a !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

*:focus {
	outline: none !important;
}

.header-input {
	width: 100%;
	color: #403c3c;
	font-size: 13px;
	border-radius: 0px !important;
	border: 0px !important;
	font-family: "PT Sans", sans-serif .header-input;
}

.header-input ::placeholder {
	letter-spacing: 0px;
	color: #ccc;
}

.header-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	letter-spacing: 0px;
	color: #ccc;
}

.header-input::-ms-input-placeholder {
	/* Microsoft Edge */
	letter-spacing: 0px;
	color: #ccc;
}

.mm-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

@media all and (max-width: 992px) {
	.button i {
		font-size: 18px;
	}
	.search-icon i {
		font-size: 21px;
	}

	.header-mm-arama1 {
		flex-flow: column wrap;
	}
	#call3:checked~.header-mm-arama1 {
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media all and (max-width: 580px) {
	.arama-urun-adi a {
		font-size: 12px;
	}
}

.cubuk {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin: auto;
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 28px;
}

#bir {
	top: 35%;
}

#iki {
	top: 50%;
}

#uc {
	top: 63%;
}

#call1:checked~.button #bir {
	top: 50%;
	-webkit-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	transform: rotate(405deg);
}

#call1:checked~.button #iki {
	opacity: 0;
}

#call1:checked~.cubuk {
	background: #000;
}

#call1:checked~.button #uc {
	top: 50%;
	-webkit-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	transform: rotate(-405deg);
}

@media all and (max-width: 1600px) {
	.kategori-mm-inner,
	.inner-align {
		width: 90%;
	}
}

@media all and (max-width: 1500px) {
	.kategori-mm-inner,
	.inner-align {
		width: 95%;
	}
}

@media all and (max-width: 1300px) {
	.kategori-mm-inner,
	.inner-align {
		width: 95%;
	}
}

@media all and (max-width: 992px) {
	.kategori-mm {
		padding: 0px;
		background: #fff;
		width: 25px;
		height: 50px;
		position: absolute;
		left: 2%;
		border: 0px;
		box-shadow: none;
	}
	.kategori-mm-inner {
		background: transparent;
		width: 100%;
		height: 50px;
	}
	.inner-align {
		width: 100%;
	}
	.cubuk {
		background-color: #737373;
		display: block;
		width: 20px;
	}
	#bir {
		top: 40%;
	}
	#iki {
		top: 50%;
	}
	#uc {
		top: 60%;
	}
	.button {
		width: 40px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		z-index: 99;
	}
	.sepet-icon {
		right: 2%;
		background: transparent;
	}
	.sepet-icon i {
		color: #737373;
	}
	.search-icon {
		right: 12%;
		color: #ed1c24;
	}
	.menu-button {
		width: 100%;
	}
	.button1 {
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		position: relative;
		z-index: 999;
		height: 30px;
		width: 30px;
		float: right;
		cursor: pointer;
		margin-right: 0px;
		margin-top: 2px;
		margin-bottom: 0px;
	}
	.mobil-menu-sol-icon {
		float: left;
	}
	.button1 .cubuk {
		background: #737373;
	}
	#call1:checked~.kategori-mm-menu .button1 #bir {
		top: 50%;
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	#call1:checked~.kategori-mm-menu .button1 #iki {
		opacity: 0;
	}
	#call1:checked~.kategori-mm-menu .button1 #uc {
		top: 50%;
		-webkit-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	.menu-kapat1 {
		width: 0vw;
		height: 100vh;
		position: fixed;
		z-index: 0;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	#call1:checked~.menu-kapat1 {
		width: 100vw;
		background: rgba(0, 0, 0, 0.5);
	}
}


/*--------------------------------KATEGORI MENUUU-MEMET----------------------------------*/

.kategori-mm-menu {
	width: 100%;
	margin: auto;
	height: 100%;
	position: relative;
	padding: 0px 0px;
}

@media all and (min-width: 993px) {
	.header-category-item {
		padding: 0 1.5rem;
		line-height: 50px;
		display: inline-block;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
	}
	.header-category-item:hover {
		color: #fff;
	}
	.kategori-mm-menu ul.ana-menu>li a {
		line-height: 50px;
		padding: 0 1.5rem !important;
	}
	.kategori-mm-menu ul.ana-menu>li:hover {
		background: rgba(0, 0, 0, 0.4);
	}
}

.kategori-mm-menu ul {
	list-style: none;
	width: 100%;
	float: left;
	padding-left: 0%;
	height: 100%;
	margin-bottom: 0;
	position: relative;
}

.kategori-mm-menu ul li {
	display: inline-block;
	float: left;
	width: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

#header-mm-img {
	max-height: 250px;
}

.kategori-mm-menu ul li img.menu-icon {
	width: 40px;
}

.kategori-mm-menu ul li a {
	color: #fff;
	width: 100%;
	font-style: normal;
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: left;
	padding-left: 0px !important;
}

.menu-tum-urun-link {
	display: none !important;
}

.menu-kategori-icon-link {
	width: auto !important;
	padding-left: 0px !important;
	padding-right: 7px;
}

.menu-kategori-icon-link img {
	width: auto !important;
	max-width: 25px;
}

.menu-kategori-icon1 {
	width: auto !important;
	max-width: 27px;
	max-height: 35px;
	padding-right: 5px;
}

.menu-kategori-icon2 {
	width: auto !important;
	display: block;
	margin: auto;
	max-height: 75px;
	padding-right: 5px;
}

.mm-menu-a-none img {
	width: 100%;
	display: block;
	margin: auto;
}

.kategori-mm-menu ul li a span {
	font-size: 16px;
	color: #999;
	font-weight: 300;
	display: block;
}

.kategori-mm-menu ul li label {
	display: none;
}

.kategori-mm-menu ul li ul {
	pointer-events: none;
	width: 100%;
	padding-top: 1%;
	height: auto;
	min-height: 200px;
	position: absolute;
	top: 130%;
	left: -0;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease, opacity 0.4s ease;
	z-index: -99;
}

.menu-level-2 {
	padding: 10px 20px !important;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}

.kategori-mm-menu ul ul li {
	display: none;
	float: left;
	width: 33.333%;
	text-align: center;
	height: inherit !important;
	border: 0px !important;
}

.kategori-mm-menu ul ul li a {
	line-height: 35px;
	font-weight: 500;
	color: #333;
	text-transform: inherit;
}

.kategori-mm-menu ul ul li a.buyuk-icon-link {
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}

.kategori-mm-menu ul li:hover>ul {
	top: 98%;
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	z-index: 9;
}

.kategori-mm-menu ul li:hover>ul li {
	display: block;
}

.kategori-mm-menu ul ul ul {
	width: 100%;
	left: 0%;
	position: relative;
	float: left;
	height: auto;
	display: inline-block;
	display: block;
	top: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.kategori-mm-menu ul ul ul li {
	display: block;
	float: inherit;
	width: 100%;
	text-align: left;
}

.kategori-mm-menu ul ul ul li a {
	line-height: 35px;
	margin-bottom: 0px;
	font-weight: 300;
	color: #777;
	transition: all 0.2s ease-in-out;
}

.kategori-mm-menu ul ul li a:hover {
	padding-left: 30px;
}

.menu-hiza {
	font-size: 14px;
	color: #232323;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	padding: 0px 4%;
	display: block;
	font-weight: 600;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.menu-hiza:hover {
	color: #000;
}

.menu-hiza:hover i {
	color: #232323;
}

.menu-hiza p {
	color: #757575;
	margin: 0;
	padding: 0px 5px;
	min-width: 45%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
}

.menu-hiza span {
	color: #282828;
	font-size: 15px;
	display: block;
	padding-bottom: 0px;
	font-weight: 600;
	margin-right: 0px !important;
}

.mobil-menu-top,
.menu-login {
	display: none;
}

.menu-social {
	width: 0%;
	position: fixed;
	bottom: 0;
	margin-top: 10px;
	visibility: hidden;
	transition: all 0.5s ease;
}




@media all and (max-width: 1200px) {
	#urun-detay-sag-banner {
		border: 2px solid #efefef;
		border-radius: 3px;
		height: auto;
		padding: 20px 15px;
	}
	.border-banner {
		padding: 5px 0px !important;
		border: 0px !important;
	}
	#anasayfa-urunleri {
		width: 95%;
		min-width: inherit;
	}
	.kategori-mm-menu ul li {
		padding: 0 5px;
	}
	.kategori-mm-menu ul li a {
		font-size: 10px;
	}
	.kategori-mm-menu ul ul li a {
		font-size: 12px;
	}
}

.menu-kategori {
	float: left;
	width: 75%;
}

.menu-kategori.kategori-full {
	width: 100%;
}

.menu-kategori-spot {
	float: right;
	width: 25%;
	height: 100%;
	display: flex !important;
	align-items: center;
}

@media all and (max-width: 992px) {
	.menu-kategori {
		float: left;
		width: 100%;
	}
	.menu-kategori-spot {
		display: none !important;
	}
	.arama-urun-row {
		padding: 10px 0 !important;
	}
	.sepet-fixed-container {
		width: auto;
		max-width: 50px;
	}
	.slider-sol-img {
		margin-right: 0px;
		margin-top: 10px;
		order: 2;
	}
	.inner-align {
		width: 95%;
		border-radius: 0px;
		align-items: center;
		justify-content: center;
		flex-flow: column wrap;
		margin: auto;
	}
	.container {
		width: 100%;
	}
	.top-bar-wp-buton {
		font-size: 11px;
	}
	.top-bar-social ul li a i {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}
	.menu-kapat {
		width: 0vw;
		height: 100vh;
		position: fixed;
		z-index: 0;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.mobil-menu-top {
		display: block;
	}
	.mobil-menu-top img {
		width: 135px;
	}
	.menu-level-2 {
		min-width: 100% !important;
		padding: 0px !important;
	}
	.menu-level-2 li {
		min-width: 100% !important;
		padding: 0px !important;
	}
	.menu-level-3 {
		padding: 0px !important;
	}
	.menu-level-3 li {
		min-width: 100% !important;
		padding: 0px !important;
	}
	.kategori-mm-menu ul li a {
		width: 75%;
		color: #282828;
		float: left;
		font-size: 13px;
		height: 35px;
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.mm-menu-full {
		width: 100% !important;
	}
	.mm-menu-a-none {
		display: none !important;
	}
	.kategori-mm-menu ul li label {
		display: block;
		font-size: 15px;
		color: #444;
		float: right;
		width: 25%;
		background: #ececec;
		height: 35px;
		font-weight: 600;
		text-align: left;
		cursor: pointer;
		position: relative;
		margin-bottom: 0px;
	}
	.menu-kategori-icon1 {
		max-width: 27px;
	}
	.kategori-mm-menu {
		width: 0px;
		margin: 0;
		padding: 0px;
		height: 100%;
		position: fixed;
		left: -50%;
		top: 0;
		float: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.5s ease;
		overflow-x: hidden;
		background: #fff;
		z-index: 999;
	}
	.kategori-mm-menu ul li img {
		float: left;
	}
	.kategori-mm-menu ul li img.menu-kategori-icon2 {
		max-width: 27px;
		float: left;
		margin: 0;
	}
	.kategori-mm-menu ul li label::before {
		font-size: 25px;
		color: #999;
		font-weight: 300;
		cursor: pointer;
		right: 0%;
		left: 0;
		text-align: center;
		content: "\f3d0";
		font-family: Ionicons;
		position: absolute;
		transition: all 0.2s ease;
	}
	.kategori-mm-menu ul ul li label::before {
		font-size: 20px;
		color: #999;
		font-weight: 300;
		cursor: pointer;
		right: 0%;
		bottom: 12%;
		left: 0;
		text-align: center;
		content: "\f3d0";
		font-family: Ionicons;
		position: absolute;
		transition: all 0.2s ease;
	}
	.kategori-mm-menu ul.ana-menu input[type=checkbox]:checked~label {
		background: #ed1c24;
	}
	.kategori-mm-menu ul.ana-menu input[type=checkbox]:checked~label::before {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		/* IE 9 */
		-webkit-transform: rotate(180deg);
		/* Safari 3-8 */
		color: #fff;
	}
	.kategori-mm-menu ul ul li {
		display: inline;
		float: left;
		border-bottom: 0px;
		border-right: 0px;
		width: 100%;
		min-height: 35px;
		max-width: inherit;
	}
	.kategori-mm-menu ul ul ul li a:hover {
		padding: 0px;
	}
	.kategori-mm-menu ul li ul {
		width: 98%;
		position: relative;
		min-height: 0px;
		height: 0px;
		right: -100%;
		opacity: 0;
		left: inherit;
		z-index: 0;
		padding: 0;
		overflow: hidden;
		transition: all 0.5s ease;
		margin: auto;
		visibility: hidden;
		float: right;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.kategori-mm-menu ul li:hover {
		cursor: pointer;
	}
	.kategori-mm-menu ul li:hover>ul {
		top: inherit;
		visibility: inherit;
		opacity: inherit;
		z-index: inherit;
	}
	.user-menu-mobil {
		width: 0px;
		margin: 0;
		height: 100%;
		position: fixed;
		right: inherit;
		right: -50%;
		top: 0;
		float: none;
		overflow: hidden;
		transition: 0.5s ease;
		background: #fff;
		z-index: 999;
	}
	.mobil-menu-top {
		width: 100%;
		height: 35px;
		background: #fff;
		border-bottom: 1px solid #f7f7f7;
	}
	.mobil-menu-top p {
		text-align: center;
		font-size: 17px;
		line-height: 31px;
		margin-bottom: 0px;
		font-family: Gotham;
	}
	.menu-login {
		padding: 0px 3%;
		width: 100%;
		margin-bottom: 10px;
		height: auto;
		display: inline-block;
		border-bottom: 1px solid #f7f7f7;
	}
	.menu-login a:first-child {
		border-right: 1px solid #f7f7f7;
		background: #ed1c24;
		color: #fff;
	}
	.menu-login-button {
		width: 50%;
		font-family: Gotham;
		padding: 10px 0px;
		float: left;
		color: #ed1c24;
		text-align: center;
	}
	#call1:checked~.kategori-mm-menu .menu-social {
		position: fixed;
		bottom: 0;
		margin-top: 10px;
		width: 60%;
		visibility: visible;
		background: #fff;
		padding-top: 5px;
		z-index: 1;
		border-top: 1px solid #f7f7f7;
		transition: all 0.5s ease;
	}
	.menu-social p {
		font-family: Gotham;
		float: left;
		padding: 4px 0px;
		font-weight: 900;
		margin-bottom: 0px;
		padding-right: 10px;
	}
	.menu-telephone {
		font-size: 15px !important;
		font-family: Gotham;
	}
	.menu-telephone i {
		font-size: 20px;
		margin-right: 10px;
	}
	.menu-social a {
		text-align: center;
		color: #585454;
		padding: 4px 8px;
		font-size: 16px;
		float: left;
		display: block;
	}
	.top-sol {
		justify-content: flex-end;
	}
	.ana-menu {
		overflow-y: auto;
		padding-bottom: 75px;
	}
	.kategori-mm-menu ul {
		list-style: none;
		width: 100%;
		margin: 0;
		height: auto;
		overflow: hidden;
		position: relative;
		transition: all 0.5s ease;
	}
	.kategori-mm-menu .ana-menu {
		margin: auto;
		display: block !important;
	}
	.kategori-mm-menu ul li {
		display: inline-block;
		float: none;
		max-width: inherit;
		min-height: 40px;
		width: 95% !important;
		float: right;
		padding-right: 2%;
		height: auto;
		border: 0px !important;
	}
	#call1:checked~.kategori-mm-menu {
		width: 60%;
		height: 100%;
		left: 0%;
		z-index: 99999;
		transition: all 0.5s ease;
	}
	#call1:checked~.ana-menu {
		list-style: none;
		width: 95%;
		height: 100%;
		background: #fff;
		display: block;
		margin: auto;
	}
	#call2:checked~.menu-kapat {
		width: 100vw;
		background: rgba(0, 0, 0, 0.5);
	}
	#call2:checked~.user-menu-mobil {
		width: 60%;
		padding: 0px;
		height: 100%;
		right: 0%;
		z-index: 99999;
		transition: all 0.5s ease;
	}
	input[type=checkbox]:checked~ul {
		list-style: none;
		height: auto;
		display: inline-block;
		margin: auto;
		top: 0;
		left: inherit;
		visibility: visible;
		opacity: 1;
		position: relative;
		z-index: 5;
		right: 0;
		transition: all 0.5s ease;
		padding: 10px 0px !important;
	}
	.uyeol-icon-mm::after {
		position: absolute;
		content: "+";
		top: -2px;
		right: -0%;
		font-weight: 900;
		margin: auto;
		font-size: 15px;
	}
}

@media all and (max-width: 500px) {
	#call1:checked~.kategori-mm-menu {
		width: 100%;
		z-index: 99999;
	}
	#call1:checked~.kategori-mm-menu .menu-social {
		width: 100%;
		z-index: 99999;
	}
}

a {
	text-decoration: none !important;
}

.container {
	height: auto;
	margin: auto;
}


/*GiriA?AA?fAA?a??a?A?A?A|A?a?|A?AA?C ve A?AA?fAA?Ai??i??a??A?a?|AA?a??a?A?A?AA?gye Ol*/

.login-form-giris {
	background: #091f40;
	color: #fff;
}

.login-form-giris:hover {
	background: #415c7f;
	color: #fff;
}


/*Bayi Newmem*/

#bayi_basvuru tr td {
	padding: 10px 0px;
}

#bayi_basvuru .bayi-adres input {
	margin: 10px 0px;
}


/*Loader*/

#loader {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ed1c24;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}


/*Form Elementleri*/

.modal-content {
	border-radius: 0px;
}

select option:disabled {
	color: #eee;
	font-weight: bold;
}

textarea:focus,
input:focus {
	outline: none !important;
}

.btn {
	border-radius: 0px !important;
}

.btntm-default {
	background: #eee;
	color: #919191;
	border: 1px solid #eee;
}

.btntm-success {
	background: #6aac3b;
	border: 1px solid #6aac3b;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.btntm-success:hover {
	background: #fff;
	color: #6aac3b;
}

.btntm-danger {
	background: #ca3e39;
	border: 1px solid #ca3e39;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.btntm-danger1 {
	background: #d0504c;
	border: 1px solid #d0504c;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
}

.btntm-danger1:hover {
	background: #fff;
	color: #e26e6a;
}

.btntm-danger:hover {
	background: #fff;
	color: #ca3e39;
}

.btn1 {
	height: 34px;
	line-height: 34px;
	background: #353535;
	border: 1px solid #353535;
}

.btn1:hover {
	color: #353535;
}


/*Sepet Popup*/

.sepete-eklendi-popup {
    background: #ed1c24;
    padding: 17px 20px;
    color: #FFF;
}

.popup-urun-kazancin {
	background: #e5e5e5;
	text-align: center;
	padding: 4px 22px;
	font-weight: 700;
	color: #FE3B3B;
}

.sepete-eklendi-row {
	padding: 10px 0;
	border: 1px solid #DDD;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.sepete-eklendi-urunresmi img {
	width: 80px;
	border: 1px solid #eee;
	margin: 0 auto;
}

.sepete-eklendi-urunadi {
	font-size: 14px;
	text-align: left;
}


/*Loader*/

.loading-gif {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.55);
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}


/*Breadcrumb*/

.bread-bg {
	padding: 0.8rem 0rem;
	background-color: #fbfbfb;
	margin-bottom: 15px !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #fbfbfb;
}

#genel-bread {
	font-size: 13px;
	padding: 0px;
}

#genel-bread .container {
	min-height: 40px;
	width: 100%;
	height: auto;
	padding: 0px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row wrap;
}

#genel-bread .container::before,
#genel-bread .container::after {
	display: none;
}

#genel-bread>.container>div {
	float: left;
	font-weight: 600;
	white-space: nowrap;
	padding-right: 15px;
	visibility: hidden;
}

#genel-bread ol {
	background: 0 0;
	margin: 0;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	white-space: normal;
	padding: 5px 10px;
	border-radius: 0px !important;
}

#genel-bread ol li a,
#genel-bread ol li span {
	color: #757575;
	font-family: Gotham;
	font-weight: 600;
}

#genel-bread ol li:last-child a,
#genel-bread ol li:last-child span {
	color: #282828;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #757575;
	content: "\f3d3";
	font-family: "Ionicons";
}

#genel-bread ol li a span {
	font-family: Gotham;
}

@media all and (max-width: 1100px) {
	.breadcrumb>li {
		white-space: nowrap;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		float: left;
		position: relative;
	}
	.breadcrumb>li>span {
		max-width: 100%;
	}
}

@media all and (max-width: 992px) {
	.bread-bg .inner-align {
		height: auto !important;
		display: inline-block;
	}
}

@media all and (max-width: 480px) {
	#genel-bread ol {
		white-space: normal;
	}
}


/*Markalar */

#marka-sayfasi {
	text-align: center;
	height: auto;
	min-height: 200px;
	display: flex;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border: 5px solid transparent;
}

#marka-sayfasi a {
	border: 1px solid #DDD;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #444;
	font-weight: 600;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#marka-sayfasi a:hover {
	color: #000;
}

@media all and (max-width: 480px) {
	#marka-sayfasi {
		min-height: 100px;
	}
}


/* Hiza */

#anasayfa-slider-container {
	width: 100%;
	height: auto;
	height: auto;
	display: inline-block;
	position: relative;
}

.inner-align {
	width: 90%;
	max-width:1570px;
	margin: auto;
	float: none;
	transition: all 0.5s ease;
}

.ana-sayfa-urunleri-slide {
	float: right;
	padding-left: 0px;
}

#anasayfa-urunleri {
	width: 75%;
	min-width: 1185px;
	padding: 0px;
	margin: auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.page-inner {
	padding: 0px;
	float: none;
	margin: auto;
	height: auto;
}

.pd0 {
	padding: 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.container-fluid {
	width: 100%;
}

.left_col,
.mid_col,
.right_col {
	background-color: transparent !important;
}

@media all and (max-width: 992px) {
	body {
		margin-top: 51px !important;
	}
}

@media all and (max-width: 1600px) {
	.inner-align,
	#anasayfa-urunleri {
		width: 90%;
	}
}

@media all and (max-width: 1500px) {
	.inner-align,
	#anasayfa-urunleri {
		width: 95%;
	}
}

@media all and (max-width: 1300px) {
	.inner-align {
		width: 95%;
	}
	#anasayfa-urunleri {
		width: 95%;
		min-width: inherit;
	}
}

@media all and (max-width: 992px) {
	.inner-align {
		/*width: 95%;*/
		width: 100%;
		padding: 0px;
		border-radius: 0px;
		align-items: center;
		justify-content: center;
		flex-flow: column wrap;
		margin: auto;
	}
	.ana-sayfa-urunleri-slide {
		padding: 0px;
	}
}

@media all and (max-width: 530px) {
	.container,
	.container-fluid {
		padding: 0px;
	}
	.inner-align {
		width: 100%;
		padding: 0;
	}
	.inner-align p span {
		font-size: 11px;
	}
}


/*Statik Sayfalar*/

.geridon-link {
	padding: 15px 30px;
	font-weight: 600;
	background: #fbfbfb;
	color: #282828;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 25px;
}

.geridon-link i {
	padding-right: 15px;
}

.geridon-link:hover {
	color: #ed1c24;
}


/*Statik Sayfalar Sol MenA?AA?fAA?Ai??i??a??A?a??A?A?*/

.content-sol {
	padding: 25px 25px;
	background: #fbfbfb;
	margin-bottom: 25px;
}

.content-sol ul {
	float: left;
	width: 100%;
	margin: 0px;
	list-style: none;
}

.content-sol ul li {
	margin: 0px;
	float: left;
	width: 100%;
}

.content-sol ul li.blog-link {
	color: #5f5f5f;
	font-size: 15px;
	font-weight: normal;
	display: block;
	cursor: pointer;
}

.content-sol ul li p.content-sol-baslik {
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	cursor: pointer;
	padding: 10px 0px;
}

.content-sol ul li p.content-sol-baslik i {
	float: right;
	font-size: 19px;
	color: #9c9c9c;
}

.content-sol ul li.active-menu ul {
	display: block;
}

.content-sol ul li a {
	text-decoration: none;
	color: #282828;
	font-size: 15px;
	font-weight: normal;
	display: block;
}

.content-sol ul li a:hover {
	color: #ed1c24;
}

.content-sol ul li a.active-menu-link {
	font-weight: bold;
	color: #ed1c24;
}

.content-sol ul li:first-child {
	margin: 0px;
}

.content-sol ul ul {
	margin: 7px 0 25px 0px;
	width: 100%;
	display: none;
}

.content-sol ul ul li {
	margin: 7px 0px;
}

.content-sol ul ul li:first-child {
	margin: 7px 0px;
}

.content-sol .bagimsiz-sayfalar {
	margin-top: 0px;
	float: left;
	width: 100%;
}

.statik-sayfa-baslik {
	float: left;
	width: 100%;
	margin: 15px 0px 15px 0px;
}
.statik-sayfa-baslik h2 {
	margin: 0;
	letter-spacing: 0.05em;
	color: #2F2F2F;
}

.statik-sayfa-baslik h1 {
	margin: 0;
	color: #333333;
	font-size: 25px;
	font-weight: 600;
}
.blog-detail .statik-sayfa-detay img {
	max-width: 100%;
	padding: 15px 0;
}
.blog-detail .statik-sayfa-detay {
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #000000;
	padding: 0 0 225px 0!important;
}
.blog-detail .statik-sayfa-detay p {
	margin: 15px 0;
}
.blog-detail .statik-sayfa-detay p:first-of-type {
	font-weight: 700;
}
.statik-sayfa-detay {
	padding: 0;
	/*margin-bottom: 50px;*/
	line-height: 25px;
}

.iletisim-row {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.iletisim-label {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

.iletisim-h2 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	width: 100%;
}

.iletisim-form-container {
	background: #fbfbfb;
	margin: 0px 0px 15px 0px;
	padding: 15px;
}

.iletisim-container {
	background: #fbfbfb;
	margin: 15px 0px 15px 0px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.iletisim-container .iletisim-info p a {
	color: #282828;
}

.iletisim-container .iletisim-info p a i {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	font-size: 22px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	color: #ed1c24;
}

.iletisim-container .iletisim-info p a i:before {
	line-height: 50px;
}

.iletisim-container .iletisim-map iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}

@media all and (max-width: 998px) {
	.content-sol {
		padding: 15px 15px;
	}
	.content-sol ul ul {
		margin: 15px 0px;
		display: none;
		padding-left: 10px;
	}
	.content-sol ul ul li {
		margin: 5px 0px;
	}
	.content-sol ul ul li:first-child {
		margin: 5px 0px;
	}
	.content-sol ul li p.content-sol-baslik {
		font-size: 15px;
		padding: 5px 0px;
	}
	.content-sol ul li a {
		font-size: 13px;
	}
}


/*Kampanyalar Modulu*/

.kampanyalar-list .kampanya-box {
	background: whitesmoke;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row wrap;
}

.kampanyalar-list .kampanya-box h2 {
	font-size: 22px;
}

.kampanyalar-list .kampanya-box .kampanya-content {
	padding: 25px 25px 0px 25px;
}

.kampanyalar-list .kampanya-box .kampanya-content .kampanya-head {
	font-weight: bold;
	color: #282828;
	font-size: 27px;
}

.kampanyalar-list .kampanya-box .kampanya-button-content {
	padding-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.kampanyalar-list .kampanya-box .kampanya-button-content .more-button {
	display: inline-block;
	padding: 15px 30px;
	border: 2px solid #282828;
	color: #282828;
	background: transparent;
	font-weight: 600;
	letter-spacing: 2px;
}

.kampanyalar-list .kampanya-box .kampanya-button-content .more-button.active-more-button {
	color: #ed1c24;
	border-color: #ed1c24;
}

@media all and (max-width: 998px) {
	.kampanyalar-list .kampanya-box {
		padding-bottom: 10px !important;
	}
	.kampanyalar-list .kampanya-box h2 {
		margin: 10px 0px 7px 0px;
	}
	.kampanyalar-list .kampanya-box .kampanya-content {
		padding: 10px 10px 0px 10px;
	}
	.kampanyalar-list .kampanya-box .kampanya-content .kampanya-head {
		font-size: 20px;
	}
	.kampanyalar-list .kampanya-box .kampanya-content .kampanya-tarih {
		font-size: 13px;
		margin: 0px;
	}
	.kampanyalar-list .kampanya-box .kampanya-content .kampanya-aciklama {
		font-size: 13px;
	}
	.kampanyalar-list .kampanya-box .kampanya-button-content {
		justify-content: flex-end;
	}
	.kampanyalar-list .kampanya-box .kampanya-button-content .more-button {
		padding: 10px 15px;
		font-size: 13px;
	}
}


/*Blog Modulu*/

.blog-baslik-bg {
	position: relative;
	text-align: center;
	display: block;
}

.blog-baslik-bg::before {
	position: absolute;
	content: '';
	background: #b6b6b6;
	height: 2px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.blog-baslik-bg h3 {
	position: relative;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	background: #fff;
	color: #e23e01;
	margin: 10px 0px;
	padding: 0px 15px;
}

.blog-button-content {
	text-align: center;
	height: auto;
	margin-top: 25px;
	display: inline-block;
}

.blog-button {
	margin: 0 auto;
	background: #ed1c24;
	color: #fff;
	padding: 10px 15px;
}

.blog-box {
	/*background: #2F2F2F;*/
	padding: 0;
	color:#fff;
	height: 374px;
}
footer.blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 25px;
	left: 0;
}
.blog-box:hover .blog-box-yazi{
	position: absolute;
	display: flex;
    /*top: 0;
    left: 0;
    bottom: 0;*/
    font-size: 32px !important;
    background: #ED1C24;
	height: 100%;
}
.blog-box:hover .blog-box-yazi a{
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;

}
.blog-box-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

.blog-box-img {
	/*height: 300px;*/
	height: 60%;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.blog-box-img img {
	max-width: 100%;
	width:100%;
	position: relative;
}

.fixed-blog-tarih {
	display: inline-block;
	padding: 7px 0px;
	margin-top: 5px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.blog-box-yazi {
    padding: 20px 25px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    transition-duration: 0.5s;
    background: #2f2f2f;
    /*height: 140px;*/
	height: 40%;
    width: 100%;
}

.blog-box-yazi h3 {
	margin: 0px;
}

.blog-box-yazi a {
	color: #fff;
	font-weight: 500;
	font-size: 21px;
	transition-duration:0.5s;
	line-height: 25px;
}

.blog-box-yazi header {
	align-self: center;
}

.blog-box-yazi .blog-box-konu-baslik {
	color: #636161;
	letter-spacing: 2px;
	display: block;
	margin: 15px 0px 5px 0px;
	text-transform: uppercase;
}

.blog-box-yazi h2 {
	font-weight: 600;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-bottom: 20px;
	min-height: 70px;
}

.blog-box-yazi h2 a {
	color: #282828;
}

.blog-box-yazi footer {
    background: transparent;
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 40px;
	align-self: end;
	height: 21px;
}
.blog-box-yazi footer a {
	float: right;
	width: 25px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.14789H20.087' stroke='%23F4F4F4' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M13.332 1.47827L21.0016 9.14784L13.332 17' stroke='%23F4F4F4' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E") center center no-repeat;
}
.blog-box-yazi footer a span {
	width: 75%;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	height: 100%;
	padding-left: 10px;
	letter-spacing: 0.5px;
}


.blog-box-yazi footer a:hover:before {
	opacity: 1;
	width: 100%;
}

.blog-box-yazi footer a:hover span {
	color: #fff;
}

.blog-detay:first-line {
	display: block;
}

.blog-detay-img {
	max-width: 100%;
}

@media all and (max-width: 700px) {
	.blog-box {
		width: 100%;
		height: 285px;
		margin-bottom: 15px;
	}
	.blog-box-img {
		height: inherit;
		/*max-height: 140px;*/
	}
	.blog-box-yazi {
		min-height: inherit;
	}
}


/*--------------------------------KATEGORI-SOL-FA?AA?fAA?a??a?A?A?A?A?a??A?AA?a?1LTRE-TASARIM----------------------------------*/

.filtre-gorunum {
	text-align: right;
}

.stok-filtre-item-ara button {
	color: #fff;
	background: #ed1c24 !important;
	font-family: Gotham;
}

.stok-filtre-item-ara button:hover {
	color: #fff;
}

.stok-filtre-temizle a {
	color: #FFF;
	background: #ed1c24 !important;
	font-family: Gotham;
}

#secili-sayfa {
	background: #ed1c24;
	border-radius: 50% !important;
	color: #FFF;
}

#v3-loader {
	background: #ffffff4f;
}

#v3-loader-filter {
	/*background: #ffffff91;*/
	/*background: unset!important;*/
	display: none!important;
}

#filtre-baslik {
	color: #282828;
	font-size: 13px;
	text-transform: uppercase !important;
	letter-spacing: 0.5px;
}

.marka-filtre-item label::before,
.grup-filtre-item label::before,
.varyant-filtre-item label::before {
	border: 2px solid #bfbfbf;
}

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked+label::before,
#secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked+label::before,
#secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked+label::before {
	background: #ed1c24 !important;
	color: #fff;
	border: 2px solid #ed1c24 !important;
	font-size: 20px !important;
	line-height: 15px !important;
}

#secimidaralt_v3 .marka-filtre-item input[type="checkbox"]:checked+label,
#secimidaralt_v3 .grup-filtre-item input[type="checkbox"]:checked+label,
#secimidaralt_v3 .varyant-filtre-item input[type="checkbox"]:checked+label {
	color: #ed1c24;
}

.marka-filtre-item label,
.grup-filtre-item label,
.varyant-filtre-item label,
.kategori-filtre-item label {
	font-family: Gotham;
	color: #282828;
	font-weight: 400 !important;
	font-size: 13px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.marka-filtre-item label::before,
.grup-filtre-item label::before,
.varyant-filtre-item label::before {
	border-radius: 50% !important;
	border: 1px solid #bfbfbf !important;
}

.grup-baslik,
.varyant-baslik,
.kategori-baslik,
.marka-baslik,
.stok-baslik {
	font-family: Gotham;
}

#cat_rw_03 {
	border: 1px solid #eee;
}

#formfilterV23 {
	border: 1px solid #eee;
	padding: 20px 20px;
	height: auto;
	display: inline-block;
	width: 90%;
}

.secim_baslik {
	font-weight: 600;
	font-size: 15px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

.secim_icerik {
	height: auto;
	display: block;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.secim_icerik1 {
	padding: 0px 10px;
	width: 48%;
	min-height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
}

.secim_icerik1on {
	padding: 0px 10px;
	width: 48%;
	min-height: 45px;
	line-height: 45px;
	background: #ed1c24;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
	border: 1px solid #ed1c24;
	cursor: pointer;
	color: #fff;
	text-align: center;
}

.secim_icerik2 {
	padding: 0px 10px;
	min-width: 75px;
	width: 100%;
	display: block;
	min-height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	cursor: pointer;
	text-align: center;
}

.secim_icerik2on {
	padding: 0px 10px;
	min-width: 75px;
	width: 100%;
	display: block;
	min-height: 45px;
	line-height: 45px;
	background: #ed1c24;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ed1c24;
	cursor: pointer;
	color: #fff;
	text-align: center;
}

.kategori-filter-input {
	border: 1px solid #ccc;
	width: 45%;
	font-weight: 400;
	margin: 5px 0px 15px 0px;
	height: 39px;
	text-align: center;
	outline: none;
	float: left;
	font-size: 13px;
	margin-right: 5px;
}

.kategori-filter-button {
	height: 40px;
	width: 94%;
	border: none;
	outline: none;
	letter-spacing: 2px;
	background: #ed1c24;
	color: #FFF;
	font-size: 14px;
}

.stok-filtre-item {
	width: 50%;
	float: left;
}

.stok-filtre-item-ara {
	clear: both;
	padding-top: 10px;
}

#v3-loader {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff4f;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

#v3-loader-filter {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff91;
	display: flex;
	align-items: center;
	justify-content: center;
}

#secimidaralt_v3 {
	background: #fbfbfb !important;
	border: 1px solid #fbfbfb !important;
	position: relative;
	height: auto;
	display: inline-block;
	margin-bottom: 150px;
}

.sirala-content {
	min-width: 300px;
	padding: 0;
	margin: 0!important;
}
.marka-result .sirala-content {
	width: 100%;
	padding: 94px 0 0 0;
	margin: 0;
    /*display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-flow: row wrap !important;
    flex-direction: row-reverse !important;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	top: -80px;
	z-index: 2;
	margin: 0;
	padding: 0;*/
  }
.marka-result .sirala-content .filtre-gorunum .cat-gorunum-box {
	padding: 0;
}
.marka-result .sirala-content .sirala-div, .cat-listing-bar .sirala-content .sirala-div {
	float: left;
	margin: 0 0 0 30px;
}
.marka-result .sirala-content .sirala-div .select2, .cat-listing-bar .sirala-content .sirala-div .select2 {
	float: left;
	display: block;
	width: 231px!important;
	height: 43px;
	border-bottom: 2px #dedede solid;
	overflow: hidden;
}
.marka-result .sirala-content .sirala-div .select2 .select2-selection.select2-selection--single, .cat-listing-bar .sirala-content .sirala-div .select2 .select2-selection.select2-selection--single {
	padding: 0!important;
}
.marka-result .sirala-content .sirala-div .select2-container .select2-selection--single, .cat-listing-bar .sirala-content .sirala-div .select2-container .select2-selection--single {
	height: 41px!important;
	align-items: start;
	margin: -3px 0 0 0;
}
.marka-result .sirala-content .sirala-div .select2-container--default .select2-selection--single .select2-selection__arrow, .cat-listing-bar .sirala-content .sirala-div .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: -6px;
	top: -3px;
}

.marka-result .sirala-content .sirala-div .select2 .select2-selection.select2-selection--single .select2-selection__rendered, .cat-listing-bar .sirala-content .sirala-div .select2 .select2-selection.select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}
	.sirala-content .select2-container--default .select2-selection--single {
		border: none!important;
	}

.sirala-div select {
	height: 42px;
}

.sirala-div-margin {
	padding: 0px;
	/*padding-right: 15px;*/
	float: right;
}
.marka-result .text-right:first-of-type, .cat-listing .text-right:first-of-type {
	position: absolute;
	margin: 0;
	right: 0;
	top: -44px;
}
.marka-result .text-right:last-of-type {
	margin: 0 0 137px 0;
	float: right;
}
.marka-result #cat_rw_05 {
	padding: 0;
}
.cat-gorunum-box {
	background: #fbfbfb;
	padding: 5px;
	border: 1px solid #eee;
	display: inline-block;
	cursor: pointer;
}

.cat-gorunum-box:hover {
	background: #efefef;
}

.pagination>li>a,
.pagination>li>span {
	border: 0px;
}

.varyant-baslik {
	padding-left: 0px !important;
}

.form-control {
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
    border-radius: 0px !important;
    height: 55px;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #ed1c24;
}

#katalogGorunumu {
	margin-top: 25px;
}


/*Filtre Responsive*/

@media all and (max-width: 992px) {
	#secimidaralt_v3 {
		background: #fff !important;
	}
	#cat_rw_05 {
		padding: 0px;
	}
	.cat-filtre {
		font-family: Gotham;
		background: #ed1c24 !important;
	}
	.cat-menu-top p {
		font-family: Gotham;
	}
	.blog-detail .statik-sayfa-detay {
		font-size: 18px;
	}
	a.all-blogs {
		font-size: 18px!important;
	}
}


/*UYE OL TASARIM*/

.newmem-content {
	padding: 0px;
	margin: 30px auto 40px;
	float: none;
}

.newmem-content .container-fluid {
	padding: 15px 0px 25px;
	margin: 0 auto;
	background-color: #FFF;
}

.newmem-content input[type=checkbox] {
	display: inline-block !important;
}

.newmem-baslik {
	font-size: 25px;
	margin: 0px;
	letter-spacing: -0.5px;
	text-align: center;
	background: #ed1c24;
	color: #fff;
	padding: 15px 0px;
}

.newmem-content .newmem-row input {
	margin-top: 5px;
}

label {
	font-weight: normal;
}

.oc_member_singup_sozlesme_text.parmak strong {
	cursor: pointer;
}


/*Kategori Banner*/

.cat-banner img {
	width: 100%;
}

.cat-banner .slick-next {
	right: 0;
}

.cat-banner .slick-prev {
	left: 0;
}

.cat-banner .slick-dots {
	bottom: 0%;
}

.cat-banner .slick-dots li {
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 2px 16px -2px rgba(0, 0, 0, 0.17);
}

.cat-banner .slick-dots li:hover {
	border-bottom: 20px solid #ed1c24;
}

.cat-banner .slick-dots li button {
	background: #fff;
	padding: 0px;
	margin: 0px;
}

.cat-banner .slick-dots li.slick-active {
	border-bottom: 4px solid #ed1c24;
}

.cat-banner .slick-dots li.slick-active button {
	background: #fff;
}

.cat-banner .slick-dots li button::before {
	display: none;
}

@media all and (max-width: 992px) {
	.slick-next:before,
	.slick-prev:before {
		bottom: 35%;
	}
	.slick-next:before {
		left: 30%;
	}
	.slick-prev:hover:before,
	.slick-prev:focus:before,
	.slick-next:hover:before,
	.slick-next:focus:before {
		border: solid #fff;
		border-width: 0 1px 1px 0;
		opacity: 1;
	}
	.cat-banner.slick-dotted.slick-slider {
		margin-bottom: 10px;
	}
	.cat-banner .slick-arrow:hover {
		background: #ed1c24;
	}
	.cat-banner .slick-arrow:before {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		opacity: 1;
		padding: 3px;
		bottom: 33%;
	}
	.cat-banner .slick-next:before {
		left: 29%;
	}
	.cat-banner .slick-prev:before {
		right: 26%;
	}
	.cat-banner .slick-prev:hover:before,
	.cat-banner .slick-prev:focus:before {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		opacity: 1;
	}
	.cat-banner .slick-next:hover:before,
	.cat-banner .slick-next:focus:before {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		opacity: 1;
	}
	.cat-banner .slick-dots li {
		width: 5px;
		height: 5px;
	}
	.cat-banner .slick-dots li button {
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	.cat-banner .slick-dots li.slick-active {
		border: none;
		width: 7px;
		height: 7px;
	}
	.cat-banner .slick-dots li.slick-active button {
		width: 7px;
		height: 7px;
	}
}


/*KarsA?AA?fAA?a??a?A?A?A?A?a??A?AA?}lastirma*/

.karsilastirma-inner {
	display: flex;
	overflow-x: scroll;
	padding-bottom: 50px;
	justify-content: flex-start;
	align-items: flex-start;
}

.urun-karsilastirma-baslik {
	font-size: 18px;
	letter-spacing: 0px;
	padding: 10px;
	width: 100%;
	display: block;
	font-weight: 600;
	color: #091f40;
}

.urun-karsilastirma-box {
	position: relative;
	height: auto;
	display: inline-block;
	border-radius: 0px;
	background: #fff;
	padding: 15px;
	padding-bottom: 0px;
	float: left;
	min-width: 300px;
}

.urun-karsilastirma-img {
	text-align: center;
	background: #eee;
	padding: 10px;
	border-radius: 3px;
	width: 100%;
}

.urun-karsilastirma-img a {
	border-radius: 5px;
	border: 2px solid #e3e3e3;
	padding: 5px 25px;
	background: #fff;
	display: inline-block;
	width: 100%;
}

.urun-karsilastirma-img img {
	max-width: 100%;
}

.urun-detay-butonlar {
	width: 100%;
	height: 40px;
	position: relative;
}

.urun-detay-butonlar form {
	width: 50%;
	height: 100%;
	float: left;
}

.urun-detay-butonlar .list-cikar-mm {
	width: 100% !important;
	height: 100%;
	float: left;
	border: 0px;
	text-align: center;
	background: #ed1c24;
	color: #fff;
	transition: all 0.5s ease;
	border-radius: 0px !important;
}

.urun-detay-butonlar .spt-ekle-mm {
	width: 50% !important;
	height: 100%;
	float: left;
	border: 1px solid #ed1c24;
	text-align: center;
	background: #ed1c24;
	color: #fff;
	transition: all 0.5s ease;
	border-radius: 0px !important;
}

.urun-karsilastirma-aciklama {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 10px;
	min-height: 100px;
}

.urun-karsilastirma-ozellikler {
	padding: 15px;
	display: inline-block;
	width: 100%;
}

.urun-karsilastirma-ozellikler:nth-child(odd),
.urun-karsilastirma-ozellikler:nth-child(even) {
	background: #eee;
}

@media all and (max-width: 992px) {
	.urun-karsilastirma-aciklama {
		font-size: 13px;
	}
}


/* --------------------------------- KATALOG GORUNUM ---------------------*/

.urun-kutusu {
	overflow: hidden;
	outline: 0 !important;
	/*padding: 0px;*/
	margin: 0px;
	transition: all 0.5s ease;
	border: 4px solid transparent;
}

.urun-box-genel-href {
	border: 1px solid #f1f1f1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
}

.super-indirim-timer {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding: 7px 5px;
	border: 2px solid #fc1414;
}

.super-indirim-timer .timer-div {
	float: left;
	width: 25%;
	text-align: center;
}

.super-indirim-timer .timer-div .timer-time {
	color: #fc1414;
	font-size: 20px;
	font-weight: 600;
}

.super-indirim-timer .timer-div span {
	text-transform: uppercase;
	color: #fc1414;
	font-size: 12px;
}

.urun-kutusu .kutu-urun-border {
	overflow: hidden;
	position: relative;
	display: inline-block;
	border: 2px solid #eee;
	width: 100%;
}

.urun-kutusu:hover .urun-hover-detay {
	top: -31px;
	visibility: visible;
	opacity: 1;
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.urun-hover-detay {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: -60px;
	background: #fff;
	opacity: 0;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: all 0.3s ease;
}

.kutu-oran-sol {
	right: 0;
	z-index: 1;
	top: 0px;
	position: absolute;
	margin: auto;
	text-align: center;
	border: none;
	width: 100%;
	height: auto;
	padding-left: 10px;
	background: none;
	font-size: 18px;
	color: #000;
}

.urun-sag-indirim {
	font-family: Gotham;
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
	margin: auto;
	border: 2px solid #fc1414;
	background: #fc1414;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
}

.kutu-sag-yeni {
	position: absolute;
	cursor: pointer;
	left: 5px;
	top: 5px;
	margin: auto;
	border: 2px solid #333333;
	background: #ffffff;
	color: #333333;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 9px;
	text-align: center;
	letter-spacing: 1px;
}

.urun-kutusu .kutu-urun-resmi {
	padding: 0.5rem;
	margin: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kutu-urun-detay-mm {
	position: relative;
	margin-top: 5px;
	background: transparent;
	height: auto;
	display: inline-block;
	z-index: 2;
	transition: all 0.5s ease;
}

.katalog-detay {
	width: 100%;
	min-height: 100px;
}

.kutu-urun-detay-mm h2 {
	margin: 0px;
	font-family: Gotham;
}

.kutu-urun-detay-mm h2 a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 0 6px;
	color: #282828;
	z-index: 5;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.urun-fiyat {
	margin-top: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
}

.urun-fiyat a {
	font-weight: 700;
	font-family: Gotham;
	color: #000;
}

#eski-fiyat {
	font-size: 15px;
	font-weight: 600;
	min-height: 30px;
	display: block;
	line-height: 21px;
	color: #9e9e9e;
	padding: 0px;
	text-decoration: line-through;
}

.kutu-puan-container {
	min-height: 25px;
}

.kutu-puan {
	text-align: center;
	margin: 0;
	padding: 0;
}

.kutu-puan i {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #b2b2b2;
}

.kutu-puan i.star-active {
	color: #ff7000;
}

.liste-puan {
	text-align: left;
	margin-bottom: 5px;
}

.liste-puan i {
	font-size: 16px;
}

.hover-butons {
	width: 33.333%;
	float: left;
	background: #fff;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	color: #fff !important;
	overflow: hidden;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 50px;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	border: 0px;
	z-index: 0;
	cursor: pointer;
}

.hover-butons:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	z-index: -1;
	background: #ed1c24;
	transition: all 0.5s ease;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0px;
	height: 0px;
}

.hover-butons:hover:after {
	padding: 20px;
}

.hover-butons:hover {
	color: #fff !important;
}

.hover-butons:hover i {
	color: #fff;
}

.hover-butons i {
	color: #000;
	font-size: 20px;
	line-height: 1;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.hover-butons-incele {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 600;
	z-index: 0;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #ed1c24;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hover-butons-incele i {
	color: #fff;
	font-size: 25px;
	padding-left: 6px;
	line-height: 1;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.hover-butons-incele:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #ed1c24;
	z-index: -1;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.hover-butons-incele:hover {
	color: #ed1c24;
	border: 2px solid #fa0000;
}

.hover-butons-incele:hover:before {
	opacity: 0;
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
}

.hover-butons-incele:hover i {
	color: #ed1c24;
}

.hover-liste-incele i {
	font-size: 22px;
}

.liste-incele {
	font-size: 13px !important;
	letter-spacing: 1px;
	line-height: 50px;
	width: 75%;
	margin: auto;
	height: 50px;
}

.hover-butons-stok i {
	font-size: 19px;
}
.kutu-fiyat-gosterim-list{
	margin-bottom:1rem;
} 

@media all and (max-width: 1500px) {
	.katalog-detay {
		padding: 0 5px;
	}
	.blog-box {
		height: 339px;
	}
}

@media all and (max-width: 1300px) {
	.katalog-detay {
		min-height: 150px;
	}
}

@media (min-width: 992px) {
	.urun-kutusu.active {
		clear: left;
	}
	.urun-kutusu.active h2 {
		margin: 15px 0px;
	}
	.urun-kutusu.active a {
		font-size: 18px;
	}
	.urun-kutusu.active .kutu-link {
		width: 100%;
	}
	.urun-kutusu.active .kutu-link img {
		width: 100%;
		max-width: inherit;
	}
	.toTop:hover {
		background: rgba(237, 28, 36, 1);
		cursor:pointer;
	}
}

@media all and (max-width: 992px) {
	.urun-kutusu.active {
		margin: 0 auto;
		float: none !important;
	}
	.urun-kutusu.active img {
		max-width: 100%;
		max-height: 216px;
	}
	.urun-kutusu .kutu-urun-detay-mm h2 {
		min-height: auto;
	}
	.katalog-detay {
		padding-top: 0px;
		min-height: auto;
	}
	.urun-sag-indirim {
		font-size: 14px;
		padding: 5px 14px;
	}
	.urun-kutusu .kutu-urun-resmi {
		min-height: inherit;
	}
	.kutu-urun-detay-mm {
		padding-bottom: 5px;
	}
	.urun-hover-detay {
		position: relative;
		padding: 0px;
		width: 100%;
		top: inherit;
		bottom: 0px;
		visibility: visible;
		opacity: 1;
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@media all and (max-width: 600px) {
	.kutu-urun-detay-mm h2 {
		min-height: auto;
	}
	.kutu-urun-detay-mm h2 a {
		font-size: 13px;
		height: 34px;
	}
	.urun-fiyat {
		font-size: 16px;
	}
	#eski-fiyat {
		font-size: 12px;
		font-weight: 600;
		min-height: 21px;
		display: block;
	}
}


/* --------------------------------- LA?AA?fAA?a??a?A?A?A?A?a??A?AA?a?1STE GORUNUM ---------------------*/

.kutu-link {
	display: inline-block;
}

.urun-liste-resmi {
	border-right: 2px solid #eee;
}

.liste-ozellik {
	text-align: left;
	margin-bottom: 5px;
}

.liste-ozellik .liste-yeni {
	cursor: pointer;
	margin: auto;
	border: 2px solid #333333;
	background: #ffffff;
	color: #333333;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 9px;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
}

.liste-ozellik .liste-indirim {
	font-family: Gotham;
	cursor: pointer;
	margin: auto;
	border: 2px solid #fc1414;
	background: #fc1414;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
}

.urun-liste-detay {
	margin: 0px;
	padding: 10px 15px;
	font-family: Gotham;
}

.urun-liste-detay h2 {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
}

.urun-liste-detay h2 a {
	font-weight: 600;
	font-size: 17px;
	line-height: 1em;
	padding: 0px;
	z-index: 5;
	text-align: left;
	display: inline-block;
	color: #282828;
}

.urun-liste-fiyat {
	text-align: left;
	padding-left: 0px;
	float: left;
}

.urun-liste-fiyat a {
	font-family: Gotham;
	color: #000;
}

.urun-liste-fiyat #eski-fiyat {
	min-height: inherit;
	padding: 0px;
}

.urun-liste-puan {
	padding: 0px;
}

.liste-aciklama {
	text-align: left;
	padding: 0px;
	font-size: 13px;
}

.liste-aciklama p {
	color: #757575;
	margin: 0px;
}

.urun-liste-hover {
	padding: 0px;
	margin-top: 10px;
}

.urun-liste-hover .hover-butons {
	max-width: 50px;
	line-height: 40px;
	height: 40px;
}

.urun-liste-hover .hover-butons-sepet {
	max-width: 250px;
	font-size: 13px;
	font-weight: 600;
	margin-right: 10px;
	line-height: 37px;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 2px solid #ed1c24;
}

.urun-liste-hover .hover-butons-sepet:after {
	display: none;
}

.urun-liste-hover .hover-butons-sepet:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #ed1c24;
	z-index: -1;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.urun-liste-hover .hover-butons-sepet:hover {
	color: #ed1c24 !important;
	border: 2px solid #fa0000;
}

.urun-liste-hover .hover-butons-sepet:hover:before {
	opacity: 0;
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
}

.urun-liste-hover .hover-butons-sepet:hover i {
	color: #ed1c24;
}

.urun-liste-hover .hover-butons-sepet i {
	font-size: 20px;
	padding-right: 10px;
	color: #fff;
}

.urun-liste-hover .hover-butons-stok {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fc1414;
}

.urun-liste-hover .hover-butons-stok:before {
	background: #fc1414;
}

.urun-liste-hover .hover-butons-stok:hover {
	color: #fc1414 !important;
	border: 2px solid #fc0f0f;
}

.urun-liste-hover .hover-butons-stok:hover i {
	color: #fc1414 !important;
}

.urun-liste-buton {
	display: inline-block;
	padding: 10px 10px;
	outline: none;
	border: 0;
	color: #505050;
	text-align: center;
	margin: 0;
	width: 49%;
	font-size: 25px;
	cursor: pointer;
}

.urun-liste-buton:hover {
	color: #ed1c24;
}

.urun-liste-buton-sepet {
	background: #ed1c24;
	color: #fff;
	border-right: 1px solid #eee;
}

.urun-liste-buton-sepet:hover {
	color: #fff;
}

.urun-liste-buton-fav {
	background: none;
	color: #ed1c24;
}

.urun-liste-buton-stok {
	background: #ed1c24;
	color: #fff;
	line-height: 42px;
	font-size: 15px;
	border-right: 1px solid #eee;
}

.urun-liste-buton-stok:hover {
	color: #fff;
}

@media all and (max-width: 1200px) {
	.urun-liste-detay h2 {
		font-size: 13px;
	}
	.urun-liste-buton {
		padding: 5px 10px;
		font-size: 20px;
	}
	.urun-liste-buton-stok span {
		font-size: 12px;
	}
	.urun-liste-buton-stok span i {
		font-size: 15px;
	}
}

@media all and (max-width: 992px) {
	.mobile-none {
		display: none;
	}
	.urun-liste-detay {
		border-left: 2px solid #eee;
	}
	.urun-liste-resmi {
		border-right: 0px;
	}
	.liste-gorunum .kutu-urun-border {
		display: flex;
		align-items: center;
	}
	.urun-liste-detay h2 a {
		font-weight: 400;
		font-size: 14px;
		line-height: 1em;
		padding: 6px 0 6px;
		color: #282828;
		z-index: 5;
		display: -webkit-box;
		overflow: hidden;
		height: 36px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.urun-liste-hover .hover-butons-sepet i {
		display: block;
		line-height: 35px;
		height: 100%;
		padding-right: 0 !important;
	}
	.urun-liste-hover .hover-butons-stok {
		display: block;
	}
}


/*Anasayfa Kutu*/

.anasayfa-kutu .kutu-urun-border {
	float: left;
}

.anasayfa-kutu .kutu-urun-resmi {
	padding: 7px;
}

.anasayfa-kutu .urun-liste-detay {
	padding: 0px 10px;
	min-height: 190px;
}

.anasayfa-kutu .urun-liste-detay h2 a {
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.anasayfa-kutu .urun-liste-puan {
	min-height: 30px;
}

@media all and (max-width: 1400px) {
	.anasayfa-kutu .urun-liste-detay {
		min-height: 230px;
	}
}

@media all and (max-width: 600px) {
	.anasayfa-kutu .urun-liste-detay {
		min-height: 230px;
	}
}

* {
	font-family: 'Gotham';
	margin: 0;
	padding: 0;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* E BULTEN MODAL*/

#e-bulten-modal {
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	margin: 0 auto;
}

#e-bulten-modal .modal-header,
#e-bulten-modal button.close {
	padding: 0 15px;
	border: 0px;
}

#e-bulten-modal .modal-content {
	padding: 25px 0px;
	overflow: hidden;
}

#e-bulten-modal .modal-content::before {
	content: "\f422";
	font-family: "Ionicons";
	font-size: 115px;
	color: #d0d0d0;
	position: absolute;
	left: -15px;
	top: -45px;
	transform: rotate(-45deg);
}

.modal-ebulten-baslik {
	display: block !important;
	text-align: center;
	margin-bottom: 20px;
}

.modal-ebulten-p {
	color: #7d7878;
	font-size: 13px;
	margin-bottom: 13px;
}

.nothanks {
	cursor: pointer;
	margin-top: 10px;
}

@charset "UTF-8";

/*--------------------------------URUN-DETAY-OZEL-BANNER----------------------------------*/

.banner {
	margin: 0 !important;
	overflow: hidden;
}

.banner .slick-slide img {
	display: none;
}

.banner .slick-dots {
	bottom: 30px;
}

.banner .slick-dots li {
	margin: 0 10px 0 0;
	background: #FFF;
	overflow: hidden;
	height: 5px;
	width: 70px;
}

.banner .slick-dots li.slick-active {
	background: #FE3B3B;
}

.banner .slick-dots li button {
	text-indent: -9999px;
	height: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
}


/*--------------------------------URUN-DETAY-RESIM----------------------------------*/

.urun-detay-resim .slider-nav .slick-track {
	float: left;
}

.slider-nav__item {
	padding: 5px;
	border: 1px solid #eee;
	cursor: pointer;
}

.jqzoom {
	text-decoration: none;
	float: left;
}

.zoomWrapperImage img {
	width: auto;
}

.zoomWrapper {
	border: 0px;
}

.urun-detay-resim .slider-nav .slick-arrow {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.95);
}

.urun-detay-resim .slider-nav .slick-prev {
	left: 0;
}

.urun-detay-resim .slider-nav .slick-next {
	right: 0;
}

.urun-detay-resim .slider-nav .slick-arrow::before {
	padding: 3px;
	border: solid #ed1c24;
	border-width: 0 1px 1px 0;
}

@media all and (max-width: 992px) {
	.m-d-none{
		display:none
	}
	.urun-detay-bg {
		margin: 0!important;
	}
	.urun-detay-resim {
		width: 100%!important;
		height: auto!important;
		padding: 0px !important;
	}
	.urun-detay-resim .slick-dots {
		bottom: 0px;
	}
	.urun-detay-resim .slider-nav {
		/*display: none !important;*/
	}
	.urun-detay-resim .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0 7px;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.urun-detay-resim .slick-dots li button {
		width: 7px;
		height: 7px;
		border: 1px solid #ed1c24;
		border-radius: 50%;
		background: #ed1c24;
		padding: 0px;
		margin: 0px;
	}
	.urun-detay-resim .slick-dots li.slick-active button {
		background: #fff;
	}
	img.detay-marka-resim {
		height: 26px!important;
	}
	.urun-detay-marka {
		height: 26px!important;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.05em;
		color: #000000;
	}
}


/*--------------------------------URUN-DETAY-RESIM----------------------------------*/
#urun-fiyat-bilgileri {
	padding: 0;
}

.urun-detay-top-bilgi {
	padding: 0px;
	border-bottom: 1px solid #f5f5f5;
	height: auto;
	display: inline-block;
}

.detay-none {
	min-height: 0px;
}

.fiyat-row {
	color: #333;
	/*white-space: nowrap;*/
	font-size: 14px;
	width: 100%;
	padding: 0 0 10px 0;
	/*padding: 15px 5px 15px 0px;*/
	font-weight: 600;
	display: flex;
	gap: 35px;
}

.detay-fiyat-row {
	margin: 0;
	padding: 0;
}

.detay-butons {
	padding-top: 0px !important;
}

.urun-detay-baslik {
	width: 100%;
	font-size: 48px!important;
	line-height: 58px!important;
	letter-spacing: 0.05em;
	color: #FFFFFF!important;
	margin: 18px 0 48px 0;
}

.urun-detay-aciklama {
	padding: 0px;
	font-weight: 400!important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #232323!important;
}
.urun-detay-aciklama p {
	letter-spacing: -0.4px;
	font-size: 18px;
	margin: 0px;
	color: #5a5959;
	white-space: break-spaces;
}
.ebat-btns button {
	height: 52px;
	line-height: 52px;
}
.urun-detay-stok {
	padding: 0;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
	color: #757575;
}

.urun-detay-stok strong {
	color: #282828;
}
.marka:has(.urun-detay-marka) {
	font-weight: 500!important;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #FFFFFF!important;
	gap: 10px;
}
.urun-detay-marka {
	padding: 0;
	margin: 0;
	display: block;
	height: 36px;
}
img.detay-marka-resim {
	float: left;
	height: 36px;
	width: auto;
}
.col-xs-12.pd0.marka {
    display: flex;
    align-items: center;
    color: #fff;
	width:100%;
}
.urun-detay-marka a {
	float: left;
	line-height: 36px!important;
	font-size: 18px!important;
	font-weight: 300;
	color: #757575;
}

.urun-detay-marka a strong {
	font-weight: 600;
	color: #282828;
}

.urun-detay-marka img {
	max-height: 100px;
}

.detay-puan .detay-puan-val {
	text-align: left;
}

#prod_pricing_v3 .varyant-baslik {
	float: left;
	display: block;
	font-weight: 600;
	font-family: Gotham;
	letter-spacing: 0.5px;
	font-size: 15px;
	width: 100%;
	padding: 12px 10px 5px 10px;
	margin: 0px !important;
}

.detay-kargo-row {
	padding: 5px 5px 5px 0px;
	font-weight: 300;
}

.detay-kargo-row .detay-kargo {
	font-weight: 600;
}

.varyant-deger.varyant-renk {
	padding: 0px !important;
}

button.off {
	font-family: Gotham;
	padding: 2px 10px;
	min-width: 65px;
	min-height: 50px;
	float: left;
	display: block;
	margin: 0 5px;
	border: 3px solid #ed1c24;
	background: transparent;
	text-align: center;
	line-height: 34px;
	margin-bottom: 5px;
	cursor: pointer;
	margin-left: 0px;
	transition: all 0.2s ease;
}

button.off:hover {
	background: #ed1c24;
	color: #fff;
}

button.on {
	font-family: Gotham;
	padding: 2px 10px;
	min-width: 65px;
	min-height: 50px;
	border: 0px !important;
	float: left;
	display: block;
	background: #ed1c24;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	margin-bottom: 5px;
	cursor: pointer;
	color: #fff;
	margin-left: 0px;
}

.select-div {
	width: auto;
	min-width: 310px;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 15px;
	border: none;
	background: #f4f4f4;
	color: #888;
	font-size: 13px;
}

.select-div:focus {
	border: 0px;
}

@media all and (max-width: 400px) {
	.select-div {
		min-width: 100%;
	}
}

.varyant-deger img {
	width: 59px;
	height: 44px;
}


/*Fiyat Bilgileri*/

.satis-fiyati {
	color: #5d635d;
	font-size: 25px;
	font-weight: 600;
	padding: 0px;
}

.urun-detay-fiyat {
	font-family: Gotham;
	float: left;
}

.urun-detay-fiyat #SatisFiyati {
	color: #ED1C24;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.05em;
	margin: 0;
}
.urun-detay-fiyat #eski-fiyat {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	color: #696969;
	padding: 0;
	display: inline-block;
	font-family: Gotham;
	text-decoration: line-through;
}
.urun-detay-bg .add-to-cart.btn-red {
	color: #F4F4F4;
}

.detay-ozellik {
	padding: 0px;
	float: left;
	margin-bottom: 10px;
}

.detay-ozellik .indirim-detay {
	float: left;
}

.detay-ozellik .indirim-detay .urun-detay-indirim {
	font-family: Gotham;
	width: auto;
	font-weight: 600;
	padding: 4px 10px;
	display: block;
	border: 2px solid #fc1414;
	background: #fc1414;
	color: #fff;
	font-size: 13px;
	text-align: center;
	height: 30px;
	float: left;
}

.detay-ozellik .indirim-detay .indirim-detay-yazi {
	font-family: Gotham;
	width: auto;
	font-weight: 600;
	padding: 4px 10px;
	display: block;
	border: 2px solid #fc1414;
	background: #fff;
	color: #fc1414;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
	height: 30px;
	float: left;
}

.detay-ozellik .yeni-detay {
	margin-right: 4px;
	float: left;
	border: 2px solid #333333;
	background: #ffffff;
	color: #333333;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 9px;
	text-align: center;
	letter-spacing: 1px;
	height: 30px;
} 
.detay-fiyat-gosterim-list{
	margin-bottom:1rem;
}
 
/*Aksiyon ButonlarA?AA?}*/

.urun-adet-dis {
	margin-right: 3%;
	width: 32%;
	height: 60px;
	float: left;
	background: #f4f4f4;
}

.urun-adet-input {
	width: 65%;
	text-align: center;
	height: 100%;
	float: left;
	border-right: none;
}

.urun-adet-input::focus {
	border: 0px;
	box-shadow: 0px;
	outline: none;
}

.urun-adet-input input {
	width: 100%;
	color: #282828;
	display: block;
	font-size: 14px;
	height: 100%;
}

.urun-adet-input input:focus {
	outline: none;
	box-shadow: 0px;
	border: 0px;
}

.urun-adet-input span {
	font-size: 13px;
	display: block;
	text-align: center;
	position: absolute;
	margin: -6px 0 0 17px;
}

.urun-adet {
	border: none !important;
	background: 0 0 !important;
	outline: 0;
	font-size: 20px;
	color: #292929;
	padding: 0;
	text-align: center;
	box-shadow: none;
	outline: none;
}

.urun-adet:focus {
	outline: none;
	box-shadow: 0px;
	border: 0px;
}

.satin-al {
	font-family: Gotham;
	color: #FFF;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	width: 65%;
	min-width: 185px;
	float: left;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
	padding: 0px !important;
	position: relative;
	border: 2px solid #ed1c24;
}

.satin-al:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #ed1c24;
	z-index: -1;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.satin-al:hover {
	color: #ed1c24;
	border: 2px solid #fa0000;
}

.satin-al:hover:before {
	opacity: 0;
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
}

.satin-al i {
	font-size: 22px;
	margin-right: 7px;
	line-height: 1;
}

.stokta-yok {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fc1414;
}
.satin-al.stokta-yok {
	height: 49px;
	padding: 10px 30px!important;
	margin: 0 0 0 -35px;
	border: none;
	width: unset;
	min-width: 280px;
	background: #d6d6d6;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: .05em;
	color: #F4F4f4!important;
	transition: all 0.3s ease;
}
.satin-al.stokta-yok:hover {
	background: #d0d0d0;
}
.satin-al.stokta-yok::before {
	display: none;
}

.urun-adet-butons {
	width: 35%;
	height: 100%;
	float: left;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column wrap;
}

.urun-adet-butons span {
	background: #f4f4f4;
	color: #888;
	font-size: 17px;
	float: left;
	margin-bottom: 0px;
	cursor: pointer;
	position: relative;
	text-indent: 0;
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	position: relative;
	z-index: 1;
	border-radius: 0px !important;
}

.stokta-haber-ver {
	margin-right: 3%;
	width: 32%;
	height: 60px;
	float: left;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.stokta-haber-ver i {
	font-size: 20px;
}

.urun-butons {
	width: 50px;
	height: 100%;
	float: left;
	border-left: 5px solid #fff;
}

.urun-butons a:hover {
	color: #fff;
}

.urun-buttons-ilk {
	border-left: 0px;
}

.detay-fav-button {
	font-family: Gotham;
	width: 100%;
	display: block;
	height: 100%;
	line-height: 60px;
	outline: none;
	border: 0px;
	color: #282828;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	font-size: 22px;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.detay-fav-button:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	z-index: -1;
	background: #3c3b3b;
	transition: all 0.3s ease;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0px;
	height: 0px;
}

.detay-fav-button:hover {
	color: #fff;
}

.detay-fav-button:hover:before {
	padding: 20px;
}

.urun-detay-statik-bolum {
	display: flex;
	flex-flow: row wrap;
	padding: 0px;
}

.urun-detay-statik img{
	width: auto !important; 
	max-width: 100% !important;
	height: auto !important;
}
.urun-detay-kargo img,
.urun-detay-statik1 img,
.urun-detay-statik2 img {
	width: auto !important; 
	max-width: 100% !important;
	height: auto !important;
	float: right;
}

.detay-puan .kutu-puan.detay-puan-val {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	gap: 4px;
}

.detay-puan i {
	cursor: pointer;
	text-align: center!important;
	background: #dedede;
	justify-self: center;
	align-self: center;
	border-radius: 4px;
	color: #fff;
}
.detay-puan i:before {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	width: 23px;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 2px;
}
.detay-puan i.star-active {
	color: #ed1c24;
}


/*--------------------------------URUN-DETAY-PAYLAS----------------------------------*/

.urun-paylas {
	margin-top: 25px;
	align-items: center;
	height: 36px;
	line-height: 36px;
}
.urun-paylas > div > span {
	float: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	letter-spacing: 0.05em;
	color: #696969!important;
}
.urun-paylas > div > span.ayni_gun_kargo {
	border-right: 1px #696969 solid;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
.urun-paylas > div > span.ayni_gun_kargo:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f05a";
	margin: 0 7px 0 0;
	line-height: 30px;
}
.urun-paylas > div > small {
	float: left;
	margin: 0 15px;
	width: 1px;
	background: #696969;
	height: 32px;
}
#icon-social span {
	padding: 0 15px 0 0;
}
#icon-social a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-position:  center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	transition-duration: .5s;
}
#icon-social a#social-mail {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20.6 16.5' style='enable-background:new 0 0 20.6 16.5%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23696969%3B%7D%3C/style%3E%3Cpath class='st0' d='M18.6 0H2.1C0.9 0 0 0.9 0 2.1l0 12.4c0 1.1 0.9 2.1 2.1 2.1h16.5c1.1 0 2.1-0.9 2.1-2.1V2.1C20.6 0.9 19.7 0 18.6 0z M18.6 4.1l-8.2 5.2L2.1 4.1V2.1l8.2 5.2l8.2-5.2V4.1z'/%3E%3C/svg%3E");
}
#icon-social a#social-mail:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20.6 16.5' style='enable-background:new 0 0 20.6 16.5%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ED1C24%3B%7D%3C/style%3E%3Cpath class='st0' d='M18.6 0H2.1C0.9 0 0 0.9 0 2.1l0 12.4c0 1.1 0.9 2.1 2.1 2.1h16.5c1.1 0 2.1-0.9 2.1-2.1V2.1C20.6 0.9 19.7 0 18.6 0z M18.6 4.1l-8.2 5.2L2.1 4.1V2.1l8.2 5.2l8.2-5.2V4.1z'/%3E%3C/svg%3E");
}
#icon-social a#social-twitter {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 18' style='enable-background:new 0 0 21 18%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23696969%3B%7D%3C/style%3E%3Cpath class='st0' d='M20.3 0.3c-0.8 0.5-1.7 0.9-2.7 1.1C16.9 0.5 15.7 0 14.5 0c-2.4 0-4.3 2-4.3 4.6c0 0.4 0.1 0.7 0.1 1.1c-3.6-0.2-6.7-2-8.8-4.7C1.1 1.6 0.8 2.3 0.8 3.2c0 1.6 0.8 3 2 3.8c-0.7 0-1.4-0.2-2-0.6v0.1c0 2.2 1.5 4.1 3.4 4.4c-0.4 0.1-0.7 0.1-1.1 0.1c-0.3 0-0.5 0-0.8-0.1C2.9 12.7 4.5 14 6.4 14c-1.5 1.2-3.3 2-5.3 2c-0.4 0-0.7 0-1.1-0.1c1.9 1.3 4.2 2 6.6 2c7.9 0 12.2-6.9 12.2-12.9c0-0.2 0-0.4 0-0.6C19.6 3.8 20.4 3 21 2.1c-0.8 0.4-1.6 0.6-2.5 0.8C19.3 2.2 20 1.4 20.3 0.3z'/%3E%3C/svg%3E");
}
#icon-social a#social-twitter:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 18' style='enable-background:new 0 0 21 18%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ED1C24%3B%7D%3C/style%3E%3Cpath class='st0' d='M20.3 0.3c-0.8 0.5-1.7 0.9-2.7 1.1C16.9 0.5 15.7 0 14.5 0c-2.4 0-4.3 2-4.3 4.6c0 0.4 0.1 0.7 0.1 1.1c-3.6-0.2-6.7-2-8.8-4.7C1.1 1.6 0.8 2.3 0.8 3.2c0 1.6 0.8 3 2 3.8c-0.7 0-1.4-0.2-2-0.6v0.1c0 2.2 1.5 4.1 3.4 4.4c-0.4 0.1-0.7 0.1-1.1 0.1c-0.3 0-0.5 0-0.8-0.1C2.9 12.7 4.5 14 6.4 14c-1.5 1.2-3.3 2-5.3 2c-0.4 0-0.7 0-1.1-0.1c1.9 1.3 4.2 2 6.6 2c7.9 0 12.2-6.9 12.2-12.9c0-0.2 0-0.4 0-0.6C19.6 3.8 20.4 3 21 2.1c-0.8 0.4-1.6 0.6-2.5 0.8C19.3 2.2 20 1.4 20.3 0.3z'/%3E%3C/svg%3E");
}
#icon-social a#social-facebook {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.5 21' style='enable-background:new 0 0 10.5 21%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23696969%3B%7D%3C/style%3E%3Cpath class='st0' d='M2.4 21h4.3c0 0 0-5.8 0-10.5h3.4l0.4-3.7H6.8V4.5c0-0.8 0.4-0.9 0.8-0.9s2.9 0 2.9 0V0H7C3.2 0 2.4 2.7 2.4 4.4v2.4H0v3.7h2.4C2.4 15.2 2.4 21 2.4 21z'/%3E%3C/svg%3E");
}
#icon-social a#social-facebook:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.5 21' style='enable-background:new 0 0 10.5 21%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ED1C24%3B%7D%3C/style%3E%3Cpath class='st0' d='M2.4 21h4.3c0 0 0-5.8 0-10.5h3.4l0.4-3.7H6.8V4.5c0-0.8 0.4-0.9 0.8-0.9s2.9 0 2.9 0V0H7C3.2 0 2.4 2.7 2.4 4.4v2.4H0v3.7h2.4C2.4 15.2 2.4 21 2.4 21z'/%3E%3C/svg%3E");
}
#icon-social a#social-instagram {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23696969%3B%7D%3C/style%3E%3Cpath class='st0' d='M17 0H4.1C1.8 0 0 1.8 0 4.1v4.3V17c0 2.2 1.8 4 4.1 4H17c2.2 0 4-1.8 4-4V8.3V4.1C21 1.8 19.2 0 17 0z M18.1 2.4h0.4v0.4V6H15V2.5L18.1 2.4z M7.5 8.3c0.7-0.9 1.8-1.6 3-1.6s2.3 0.6 3 1.6c0.4 0.6 0.7 1.4 0.7 2.2c0 2-1.7 3.7-3.7 3.7s-3.7-1.7-3.7-3.7C6.8 9.7 7.1 8.9 7.5 8.3z M19 17c0 1.1-0.9 2-2 2H4.1c-1.1 0-2-0.9-2-2V8.3h3.2C4.9 9 4.7 9.8 4.7 10.5c0 3.1 2.6 5.8 5.8 5.8c3.1 0 5.8-2.5 5.8-5.8c0-0.8-0.1-1.5-0.4-2.2H19V17z'/%3E%3C/svg%3E");
}
#icon-social a#social-instagram:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ED1C24%3B%7D%3C/style%3E%3Cpath class='st0' d='M17 0H4.1C1.8 0 0 1.8 0 4.1v4.3V17c0 2.2 1.8 4 4.1 4H17c2.2 0 4-1.8 4-4V8.3V4.1C21 1.8 19.2 0 17 0z M18.1 2.4h0.4v0.4V6H15V2.5L18.1 2.4z M7.5 8.3c0.7-0.9 1.8-1.6 3-1.6s2.3 0.6 3 1.6c0.4 0.6 0.7 1.4 0.7 2.2c0 2-1.7 3.7-3.7 3.7s-3.7-1.7-3.7-3.7C6.8 9.7 7.1 8.9 7.5 8.3z M19 17c0 1.1-0.9 2-2 2H4.1c-1.1 0-2-0.9-2-2V8.3h3.2C4.9 9 4.7 9.8 4.7 10.5c0 3.1 2.6 5.8 5.8 5.8c3.1 0 5.8-2.5 5.8-5.8c0-0.8-0.1-1.5-0.4-2.2H19V17z'/%3E%3C/svg%3E");
}
.social-facebook {
	background: #365396;
}

.social-twitter {
	background: #00a8f0;
}

.social-google {
	background: #e0462e;
}

.social-pinterest {
	background: #cc1919;
}


/*--------------------------------URUN-DETAY-PAYLAA?AA?fAA?a??a?A?A?A|A?a??A?A?----------------------------------*/


/*--------------------------------URUN-DETAY-TABLARI----------------------------------*/

.urun-tablari {
	margin-top: 50px;
}

.urun-tablari > .nav > li {
	margin: 0 !important;
	border: 0px;
}

.urun-tablari > .nav > li > a {
	border-radius: 0 !important;
	padding: 1rem 2rem;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #757575;
	background: 0 0 !important;
	font-family: Gotham;
	text-transform: uppercase;
}

.uruntablari-alias.activet {
	font-family: Gotham;
	background-color: #ed1c24;
}

.uruntablari-alias.activet > a {
	font-weight: 600;
	color: #fff !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #757575;
}
#tdContainerBorder {
	line-height: 25px;
	border-radius: 0px !important;
	margin: 50px 0 175px 0;
}

#divUrunAciklama, #divUrunTabs, #data_urunebatlar {
	padding: 0 20px;
	border-radius: 0px !important;
}

#divUrunTabs, #data_urunebatlar {
	width: 100%;
}
.urun-detay-bg .varyant-container {
	width: 1218px;
	max-width: 100%;
}
.urun-detay-bg .varyant-container .varyant-filter {
	padding: 0;
	box-shadow: none;
}
.varyant-filter:has(#yuk:empty), .varyant-filter:has(#gen:empty), .varyant-filter:has(#cap:empty) {
	display: none!important;
}
.urun-detay-bg .varyant-container .varyant-filter .varyant-filter-content {
	padding: 0;
}
.urun-detay-bg .varyant-container .varyant-inner {
	padding: 52px 0 0 0;
}
.urun-detay-bg .statik-sayfa-detay {
	padding: 0;
}
.urun-detay-bg .statik-sayfa-detay form {
	width: 839px;
	margin: 0 auto;
}
.urun-detay-bg .statik-sayfa-detay .iletisim-row {
	padding: 0;
	margin: 0 0 46px 0;
}
.urun-detay-bg .statik-sayfa-detay form .iletisim-row label {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #2F2F2F;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}
.urun-detay-bg .statik-sayfa-detay form .iletisim-row .form-control {
	padding: 15px 20px;
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	color: #2F2F2F;
	border: none;
}
.urun-detay-bg form.iletisimFormu .form-control#mesaj {
	height: 231px!important;
}
.urun-detay-bg .statik-sayfa-detay form .btn {
	margin: 15px 0 0 0;
	padding: 10px 50px;
	height: 45px;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/*--------------------------------URUN-DETAY-TA?AA?fAA?a??a?A?A?A?A?a??A?AA?a?1MER----------------------------------*/

.timer-detay {
	max-width: 300px;
	margin-bottom: 10px;
}


/*--------------------------------URUN-DETAY-TABLARI----------------------------------*/

@media all and (max-width: 992px) {
	#urun-fiyat-bilgileri {
		margin-top: 20px;
	}
	.urun-detay-fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 4;
		padding: 0px !important;
		background: #fff !important;
		margin: 0 auto;
	}
	.urun-adet-dis {
		margin: 0px;
		width: 25%;
	}
	.satin-al {
		width: 75%;
		float: right;
	}
	.satin-al i {
		font-size: 18px;
	}
	.detay-butons-div {
		padding: 0px;
	}
	.stokta-haber-ver {
		border-left: 0px;
		min-width: inherit;
		width: 25%;
		margin-right: 0px;
	}
	.urun-detay-fiyathaber {
		height: 40px;
	}
	.urun-detay-statik-bolum { 
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	.urun-paylas {
		margin-top: 0px;
	}
	.urun-tablari {
		margin-top: 15px;
	}
	.satin-al.stokta-yok {
		align-self: center;
		margin: 0 auto;
	}
	/*.varyant-stock {
		display: none;
	}*/
}

@media only screen and (max-width: 600px) {
	.urun-detay-fiyathaber,
	.urun-detay-puan,
	.urun-tablari .nav li {
		width: 100%;
	}
	.detay-butons {
		flex-flow: row wrap;
	}
}

@media all and (max-width: 330px) {
	.indirim-detay {
		display: block;
		float: none !important;
	}
	.satis-fiyati #eski-fiyat {
		padding-left: 0px;
	}
}


/*--------------------------------URUN-DETAY-KAMPANYA-URUNLER----------------------------------*/

#kampanya-bilgileri>div {
	background: #FE3B3B;
	padding: 7px 20px;
	color: #FFF;
}

#urun-detay-kampanyali-urunler .urun-kutusu .kutu-urun-border {
	border-bottom: none;
	border-left: none;
}

#urun-detay-kampanyali-urunler .urun-kutusu:last-child .kutu-urun-border {
	border-bottom: 3px solid #DDD;
}


/*--------------------------------URUN-DETAY-BENZER-URUNLER----------------------------------*/

.urun-detay-benzer-urunler-baslik {
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	font-family: Gotham;
}

.benzer-urunler-slide .slick-track {
	float: left;
}

.benzer-urun-kutusu.slick-slide.slick-active {
	border-color: transparent;
}

#haftanin-urunleri .slick-arrow {
	top: -40px !important;
	background: #ed1c24;
	opacity: 1;
	width: 25px;
	height: 25px;
	border: transparent;
	margin-right: 15px;
	z-index: 1;
}

#haftanin-urunleri .slick-arrow:before {
	opacity: 1;
	border-width: 0 1px 1px 0 !important;
}

#haftanin-urunleri .slick-next {
	right: 0;
}

#haftanin-urunleri .slick-next::before {
	padding: 4px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 28%;
	bottom: 31%;
}

#haftanin-urunleri .slick-prev {
	right: 30px;
	left: inherit;
}

#haftanin-urunleri .slick-prev::before {
	padding: 4px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 37%;
	bottom: 31%;
}

#haftanin-urunleri .slick-slider .kutu-urun-detay-mm h2 {
	width: 80%;
	margin: 0 auto;
}

@media all and (max-width: 992px) {
	#divUrunTabs, #data_urunebatlar {
		padding: 30px 0px;
	}
}


/*--------------------------------URUN-DETAY-BENZER-URUNLER----------------------------------*/


/*--------------------------------URUN-DETAY-YORUM----------------------------------*/

#divUrunAciklama,
#divUrunTabs, #data_urunebatlar {
	height: auto;
	display: inline-block;
}

.yorum-box-baslik {
	color: #333333;
	font-size: 26px;
	font-weight: 600;
	margin: 5px 0px 35px 0px;
}

.yorum-ortalama-box {
	text-align: center;
	margin-bottom: 25px;
}

.yorum-ortalama {
	font-size: 45px;
	font-weight: 600;
}

.yorum-ortalama i {
	font-size: 16px;
	margin: -5px;
	color: #b8b8b8;
}

.yorum-ortalama i.yorum-active {
	color: #ffa000;
}

.yildiz-box {
	margin-bottom: 15px;
}

.yorum-yildiz-ad {
	font-size: 14px;
	margin-bottom: 7px;
}

.yorum-yildiz-sayi {
	color: #a5a5a5;
}

.yorum-istatik {
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 45px 15px;
	background: #fafafa;
}

.yorum-progress {
	height: auto;
	border-radius: 9px;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	border-radius: 5px;
}

.yorum-progress-bar {
	border-radius: 5px;
	height: 3px;
	background: #ffa000;
}


/*yorum saA?AA?fAA?a??a?A?A?A?A?a?|A?AA?C*/

.yorum-user {
	width: 50px;
	position: absolute;
	left: 0;
	padding: 0px;
}

.yorum-uye-avatar {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	font-size: 20px;
	color: #3e3e3e;
	background: #fafafa;
}

.yorum-content {
	padding: 0px;
}

.yorumlar-box {
	padding-left: 65px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.yorumlar-inner {
	padding: 10px 15px;
	border: 1px solid #eee;
	position: relative;
}

.yorumlar-inner::before,
.yorumlar-inner::after {
	position: absolute;
	top: 12px;
	right: 100%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

.yorumlar-inner::before {
	margin-top: -1px;
	border-width: 10px;
	border-color: transparent;
	border-right-color: #e5e5e5;
}

.yorumlar-inner::after {
	border-width: 9px;
	border-color: transparent;
	border-right-color: #fff;
}

.yorum-box-ust {
	position: relative;
	height: auto;
	display: inline-block;
	width: 100%;
}

.yorum-box-uyead {
	float: left;
	color: #4f4e4e;
	font-size: 13px;
	letter-spacing: 0px;
}

.yorum-box-puan {
	float: right;
}

.yorum-box-puan i.yorum-active {
	color: #ffa000;
}

.yorum-box-yorum {
	font-size: 14px;
	color: #454444;
}

.yorum-box-tarih {
	color: #8f8f8f;
	font-size: 13px;
}

.yorumlar-yorum-yap {
	margin-top: 25px;
}

.yorum-yap-txt {
	width: 100%;
	height: 110px;
	padding: 10px;
	resize: none;
	outline: none;
	margin: 10px 0px;
	font-weight: 400;
	font-size: 13px;
	border: 1px solid #f1f1f1;
}

.yorum-yap-p {
	float: left;
}

.yorum-yap-p:last-child {
	padding-left: 15px;
}

.yorum-yap-puan {
	padding-right: 25px;
	height: 40px;
}

#yorum-yap {
	background: #ed1c24 !important;
	color: #fff !important;
	border: 0px;
	font-weight: 900;
	padding: 7px 10px;
	font-size: 12px !important;
}

@media all and (max-width: 992px) {
	.yorum-istatik {
		margin-bottom: 25px;
	}
}

@media all and (max-width: 600px) {
	#divUrunAciklama {
		padding: 5px 0px;
	}
	.yorum-user {
		display: none;
	}
	.yorumlar-box {
		padding: 0px;
	}
}

@media all and (max-width: 480px) {
	.yorum-box-uyead {
		float: none;
		display: block;
	}
	.yorum-box-puan {
		float: left;
		display: block;
	}
}

.PropRow{
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
}
.PropName{
    width: 50%;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.PropProperty{
    width: 50%;
    padding: 10px;
}


/*--------------------------------URUN-DETAY-YORUM----------------------------------*/

 [data-tooltip]:before, [data-tooltip]:after{
     display: none;
 }	
			
#urun-fiyat-bilgileri {
	margin: 96px 0 0 50px;
	width: calc(100% - 500px);
}

@media all and (max-height: 700px){
	#urun-fiyat-bilgileri {
	  /*padding-top: 2vh;*/
	  border: none !important;
	}
}
		.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid;
    position: absolute;
    border-right: 0;
    border-top: 0;
    left: -4px;
	     border-color: #2f2f2f; 

    top: 2px;
}	.select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-color: #2f2f2f; 
    border-style: solid;
    border-width: 2px;
    height: 0;
    left: 20%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 80%;
    width: 10px;
    height: 10px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
}
#footers .collapsae ul li {
    margin-bottom: 20px !important;
}
#footers .collapsae .info .item {
    margin-bottom: 20px !important;
}img.img-responsive.varyantresim-anaresim {
    display: none;
}img.img-responsive.varyantresim {
    display: none;
}.slider-nav__item {
    padding: 2px;
    border: 1px solid #eee;
    cursor: pointer;
    /* display: none; */
	    transition-duration: .25s;
    background: #dedede;
}.slick-current .slider-nav__item {
    background: #b7b7b7;
    padding-bottom: 6px;
}.size-popup {
    position: absolute;
    width: 240px;
    height: 132px;
    background: #fff;
    z-index: 99;
    bottom: 60px;
    padding: 10px;
    left: 10px;
	box-shadow: 0 4px 10px #0003;
	animation : openPop ease-in-out .5s
}.size-popup:before {
    content: '';
    /* width: 20px; */
    /* height: 20px; */
    border: 20px solid;
    border-bottom: 0;
    border-left: 0;
    border-color: #fff transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
	
}
.size-popup img {
	width:100%
}.varyant-filter-content i {
	position:relative;
}
@keyframes openPop {
	0%{
		visibility:hidden
		opacity:0
	}
	1%{
		visibility:visible
	}
	100%{
		opacity:2
	}
}.header-top-nav .top-nav .card:hover .sepet-prod-list{
   /* visibility: visible;
	opacity:1;*/
}
.t-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
    opacity: 1;
    visibility: hidden;
}
.prod-varyant-info-content-free_shipment {

    font-size: 18px;
}
.varyant-item-text.stokyook {
    mix-blend-mode: luminosity;
    opacity: 0.35;
}

.header-top-nav .top-nav .card{
	position:relative;
}
.header-top-nav .top-nav .user{
	position:relative;
}
.header-top-nav{
	z-index:500 !important;
}
span.empty-cart {
    color: #2f2f2f;
    font-weight: 400 !important;
}.buttons a {
    width: 48%;
}.buttons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
}
.varyant-quantity-group input{
	color:#2f2f2f
}

.uyeol{
	height:82px
}
.form-content {
    width: 100%;
    display: flex;
    flex-flow: column;
    background: #fff;
    padding: 50px 180px;
}.input-label {
    height: 22px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.1em;
    color: #2F2F2F;
    flex: none;
    order: 0;
    flex-grow: 0;
	margin-top:20px
}.input-kendi input {
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* padding: 10px 20px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 10px;
}
.remember-me label {
    /* width: 113px; */
    /* height: 22px; */
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.1em;
    color: #2F2F2F;
    flex: none;
    order: 2;
    flex-grow: 0;
}.forgot-pass {
    height: 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-decoration-line: underline !important;
    color: #ED1C24;
}
.box as {
    font-weight: 500;
}
.box:hover{
	    border: 1px solid #2f2f2f;

}
.members-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}.content {
    width: 100%;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 122px; */
    /* height: 22px; */
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #32BD00;
    flex: none;
    order: 1;
    flex-grow: 0;
}.cpy {
    display: flex;
    background: #f4f4f4;
    justify-content: center;
    /* width: 351px; */
    /* height: 22px; */
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #696969;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-top: 14px;
}
.box {
	transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 10px 10px 15px;
    gap: 5px;
    width: 198px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 400;
}
input#hatirla {
	float: left;
    margin: 0;
}
.head-text {
    width: 650px;
    height: 50px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.uyegirisi {
	background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 104px; */
     height: 82px; 
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* display: flex; */
    /* align-items: flex-end; */
    letter-spacing: 0.2em;
    color: #2F2F2F;
    flex: none;
    order: 2;
    flex-grow: 0;
}.uyegirisi svg {
    margin-right: 5px;
    margin-bottom: 3px;
}.btns {
    display: flex;
    position: absolute;
    bottom: 26%;
	opacity:0;
	visibility:hidden;	transition-duration:0.5s

}

.urun-kutusu:hover .btns{
		opacity:1;
	visibility:visible
}
.btns span, .btns a {
    background: #ED1C24;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    margin: 5px;
	transition-duration:0.5s
}.btns span:hover, .btns a:hover {
	opacity:1;
}
.toTop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px;
    gap: 10px;
    position: fixed;
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 32px;
    background: rgba(237, 28, 36, 0.5);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 150px;
	opacity:0;
	visibility:hidden;
	transition-duration:0.5s;
	z-index: 999999;

}
.sptopen{
	visibility:visible;
	opacity:1;
}
.modal-footer {
    display: flex;
    justify-content: end;
}
.tarz-content-bg {
    width: 100%;
    background: url("/images/bg.png");
	height: 596px;
    /*height: 40vh;
    max-height: 517px;*/
    min-height: 400px;
}
.slider-nav .slick-slide {
    padding: 0 5px;
}
#safety-payment label {
	line-height: 0;
    margin: 0;
    left: 10px;
    position: absolute !important;
    color: #696969;
    font-size: 16px;
	
}
input[type="checkbox"] {
	position: absolute;
    opacity: 0;
}

input[type="checkbox"] + label:before{
	content: "";
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
	cursor: pointer;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23696969%3B%7D%3C/style%3E%3Cpath class='st0' d='M16 2v14H2V2H16z M16 0H2C0.9 0 0 0.9 0 2v14c0 1.1 0.9 2 2 2h14c1.1 0 2-0.9 2-2V2C18 0.9 17.1 0 16 0z'/%3E%3C/svg%3E") center no-repeat;
}

input[type="checkbox"]:checked + label:before{
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ED1C24%3B%7D.st1%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cpath class='st0' d='M16 0H2C0.9 0 0 0.9 0 2v14c0 1.1 0.9 2 2 2h14c1.1 0 2-0.9 2-2V2C18 0.9 17.1 0 16 0z'/%3E%3Cpath class='st1' d='M13.6 4L15 5.4l-8 8l-4-4L4.4 8L7 10.6L13.6 4z'/%3E%3C/svg%3E") center no-repeat;
}

/*input[type="checkbox"]:checked + label:after{
	content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #FFF;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #FFF, 4px 0 0 #FFF, 4px -2px 0 #FFF, 4px -4px 0 #FFF, 4px -6px 0 #FFF, 4px -8px 0 #FFF;
    transform: rotate(45deg);
 }*/
 
 .adres-modal .modal-body .modal-input-row .adres-fatura-wrapper
.safety-payment-row {
    display: flex;
    align-items: self-start;
    margin-top: 31px;
    min-height: 22px;
}
.safety-payment-row span {
    color: #32BD00;
    display: flex;
    align-items: center;
    margin-right: 8px;
    white-space: nowrap;
}
.safety-payment-row span svg {
    margin-right: 8px;
}
.mr-10{
	margin-right:10px
}
.mr-15{
	margin-right:10px

}
.mr-5{
	margin-right:5px
}
.mt-45{
	margin-top:45px
}
.mt-3{
	margin-top:1rem
}
.mt-4{
	margin-top:2.4rem
}
.mb-3{
	margin-bottom:1rem
}
.mb-4{
	margin-bottom:2.4rem
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a1a1a1;
}
.mt-45.blog-detail {
	margin-top: 84px;
}
.blog-detail-head-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0;
    border-bottom: 1px solid #A2A2A2;
	max-width: 1240px;
	margin: 0 auto;
}
a.all-blogs {
    color: #ED1C24;
}
.blog-date {
	float: left;
	width: 100%;
	font-weight: 400!important;
	font-size: 18px!important;
	line-height: 22px!important;
	letter-spacing: 0.05em!important;
	color: #696969;
	padding: 27px 0 0 0;
}
.taksit-modal {
    position: absolute;
    width: 300px;
    /* right: 10px; */
    top: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: 300px;
    padding: 8px;
    padding-right: 0;
    background: #fff;
    z-index: 999999;
    box-shadow: 0 3px 10px 3px #0004;
    border-radius: 5px;
	transition-duration: 0.25s;
}.taksit-modal.off {
	visibility:hidden;
	opacity:0;
}
.taksit-modal.on{
	visibility:visible;
	opacity:1;
}
#taksit-modal .modal-body{
	    display: flex;
    flex-wrap: wrap;
	
}span.quantitiy {
    color: #696969;
    font-size: 12px;
    line-height: 12px;
}
.sepet-v3 .v3-sepet-top-buttons > div {
    position: relative;
}
@media (min-width:1600px){
	.modal-xl {
		width: 1500px;
	}
}
.header-container .slick-slide {
    min-width: 1360px;
}.cart-items label {
    position: relative;
}
.items.bg.user {
    z-index: 1;
}.items.accesuar {
    position: relative;
}
.accesuar .list {
    position: absolute;
    top: 80px;
    background: #f4f4f4;
    right: 0;
    width: 165px;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.25s;
}
.accesuar:hover .list{
	visibility: visible;
    opacity: 1;
}
.accesuar .list ul {
    list-style: none;
	margin: 0;
}.accesuar .list ul li {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
	padding: 7px 20px;
	background-color: #f4f4f4;
}
.accesuar .list ul li:hover {
	background: #dfdfdfbf;
}.accesuar .list a {
    color: #696969;
    width: 100%;
    display: block;
}
.t-detail-header i {
    background: #696969;
    color: #fff;
    width: 10px;
    text-align: center;
    margin-right: 11px;
    position: relative;
    font-size: 17px;
    word-spacing: 0;
}
.t-detail-header i::before {
    margin-right: -4px;
}
.sepet-adet-az {
    font-size: 15px;
}
.sepet-toplam-content-m {
    justify-content: end;
	align-items: end!important;
    position: fixed;
    bottom: 0;
	left: 0;
	right: 0;
    z-index: 1;
    background: #fff;
	flex-wrap: wrap;
	border-top: 3px #696969 solid;
	padding: 10px 10px 24px 10px!important;
	display: none!important;
}
.sepet-toplam-content-m .text-right {
	margin: 0;
}
a.varyant-item-text-name {
    color: #2d2d2d;
	white-space: nowrap;
	overflow: hidden;
}

div#lastContent {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.items.brand-auto-color.brand-filter-2 {

    border: 1px solid #2e3192;
}
.hesap-content,.adress-list {
    padding: 5px 20px 20px;
    background: #fff;
    margin-bottom: 75px;
	margin-top:8rem;
}
.order-content {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}
.order-title {
	float: left;
	width: 100%;
	height: 113px;
	padding: 35px 0 0 0;
}
.order-title > a {
	float: right;
	color: #ED1C24;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.9px;
}
.order-block {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.order-details {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
}
.order-details > div {
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
	background: #FFF;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-self: stretch;
}
.order-details > div:first-of-type {
	/*width: 180px;*/
	flex: 1;
	min-height: 100%;
}
.order-details > div:nth-of-type(1n+2) {
	flex: 1.7;
	/*width: calc((100% - 200px) / 3);*/
}
.order-details > div > span.title {
	color: #696969;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.order-details > div > span.order-number {
	color: #2F2F2F;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
}
.order-details > div > span.bold-title {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.9px;
}
.order-details > div > span.text {
	color: #2F2F2F;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
}
.order-details .cc-detail {
	float: left;
	width: 100%;
	padding: 7px 10px;
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
}
.order-details .cc-detail > img {
	width: auto;
	max-width: 42px;
	height: auto;
	max-height: 42px;
}
.order-details .cc-detail > div {
	float: left;
	display: flex;
	flex-direction: column;
	color: #2F2F2F;
	gap: 5px;
}
.order-details .cc-detail > div > span:first-of-type {
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
}
.order-details .cc-detail > div > span:first-of-type > strong {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .8px;
}
.order-details .cc-detail > div > span:last-of-type {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.order-products {
	float: left;
	width: 100%;
	padding: 1px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid #DEDEDE;
	background: #FFF;
}
.order-products > .title {
	float: left;
	width: 100%;
	display: flex;
	height: 75px;
	padding: 1px 30px 5px 30px;
	align-items: center;
	justify-content: space-between;
}
.order-products > .title > span:first-of-type {
	color: #2F2F2F;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.order-products > .title > a:first-of-type {
	color: #5D5FEF;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
}
.order-list {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	padding: 0 50px 35px 50px;
}
.order-list > ul {
	list-style: none;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin: 0;
}
.order-list > .order-list-header > li {
	color: #696969;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.order-list li:not(:nth-of-type(n + 3)), .order-list li:nth-of-type(n + 5) {
	width: 100px;
	flex-shrink: 0;
}
.order-list li:nth-of-type(3) {
	flex: 1 0 0;
}
.order-list li:nth-of-type(4) {
	width: 50px;
	flex-shrink: 0;
}
.order-list li:nth-of-type(n + 4) {
	text-align: right;
}
.order-list li {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.9px;
}
.order-list > ul:not(:first-of-type) {
	padding: 15px 0;
	height: 88px;
	border-bottom: 1px solid #CBCBCB;
}
.order-list li:first-of-type {
	font-weight: 500;
}
.order-list li:nth-of-type(3) {
	font-weight: 600;
}
.order-list li:nth-of-type(2) > img {
	float: left;
	width: auto;
	height: 100%;
	max-width: 58px;
	max-height: 58px;
}
.orderList {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	background: #FFF;
	padding: 30px;
	margin: 8rem 0 40px 0;
}
.orderList > .order-title {
	margin: 0;
	padding: 0;
	height: auto;
}
	
.orderList > .order-title > h1 {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.05px;
	color: #2F2F2F;
	margin: 0;
	padding: 0;
	height: auto;
}
.orderList > .order-title > ul {
	float: left;
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 24px;
	margin: 0;
}
.orderList > .order-title > ul > li {
	font-size: 16px;
	font-weight: 400;
	color: #2F2F2F;
	height: 32px;
	line-height: 30px;
	border: 1px #DEDEDE solid;
	border-radius: 16px;
	padding: 0 0 0 24px;
	cursor: pointer;
	transition: all .5s ease;
}
.orderList > .order-title > ul > li:hover, .orderList > .order-title > ul > li.select {
	border-color: #ED1C24;
	color: #000;
}
.orderList > .order-title > ul > li::after {
	float: right;
	content: '';
	width: 24px;
	height: 30px;
	color: #ED1C24;
}
.orderList > .order-title > ul > li.select::after {
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	content: '\f00c';
	text-align: center;
}
.order-block > .order-item {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 30px;
	border: 1px solid #DEDEDE;
}
.order-block > .order-item > div:first-of-type {
	float: left;
	width: 200px;
	height: 100px;
	margin: 0 13px 0 0;
	position: relative;
}
.order-block > .order-item > div:first-of-type > img, .order-block > .order-item > div:first-of-type > span {
	left: 0;
	top: 0;
	width: 96px;
	height: auto;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	border: 2px solid #DEDEDE;
	box-shadow: -2px 2px 5px #FFF;
}
.order-block > .order-item > div:first-of-type > img:nth-of-type(2) {
	left: 48px;
	z-index: 2;
}
.order-block > .order-item > div:first-of-type > img:nth-of-type(3) {
	left: 96px;
	z-index: 3;
}
.order-block > .order-item > div:first-of-type > span {
	left: 96px;
	height: 96px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	z-index: 3;
}
.order-block > .order-item > div:nth-of-type(2) {
	float: left;
	width: 400px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.order-block > .order-item > div:nth-of-type(2) > span:first-of-type {
	color: #696969;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.75px;
}
.order-block > .order-item > div:nth-of-type(2) > span:first-of-type > b {
	font-weight: 500;
	color: #ED1C24;
}
.order-block > .order-item > div:nth-of-type(2) > span:nth-of-type(2) {
	color: #2F2F2F;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.05px;
}
.order-block > .order-item > div:nth-of-type(2) > span:nth-of-type(3) {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.9px;
}
.order-block > .order-item > div:nth-of-type(2) > span:nth-of-type(4) {
	color: #7879F1;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.75px;
}
.order-block > .order-item > div:nth-of-type(3) {
	float: left;
	width: calc(100% - 533px);
	display: flex;
	flex-direction: row;
}
.order-block > .order-item > div:nth-of-type(3) > span:first-of-type {
	float: left;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 50%;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.75px;
}
.order-block > .order-item > div:nth-of-type(3) > span:first-of-type::before {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '';
	width: 22px;
	height: 22px;
	background: #FFF;
	border-radius: 50%;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
.order-block > .order-item > div:nth-of-type(3) > span.st1::before {
	content: '\f252';
	color: #777;
	background: #CCC;
}
.order-block > .order-item > div:nth-of-type(3) > span.st2::before {
	content: '\f00c';
	color: #FFF;
	background: #32BD00;
}
.order-block > .order-item > div:nth-of-type(3) > span.st3::before {
	content: '\f48b';
	color: #FFF;
	background: #fabd05;
}
.order-block > .order-item > div:nth-of-type(3) > span.st4::before {
	content: '\f05e';
	color: #FFF;
	background: #fa0202;
}
.order-block > .order-item > div:nth-of-type(3) > span.st5::before {
	content: '\f2ea';
	color: #FFF;
	background: #fa0202;
}
.order-block > .order-item > div:nth-of-type(3) > span.st6::before {
	content: '\f4bd';
	color: #FFF;
	background: #fabd05;
}
.order-block > .order-item > div:nth-of-type(3) > span.st7::before {
	content: '\f1da';
	color: #FFF;
	background: #0581fc;
}
.order-block > .order-item > div:nth-of-type(3) > span.st11::before {
	content: '\f543';
	color: #FFF;
	background: #32BD00;
}
.order-block > .order-item > div:nth-of-type(3) > span.st13::before {
	content: '\f1ec';
	color: #FFF;
	background: #32BD00;
}
.order-block > .order-item > div:nth-of-type(3) > span.st15::before {
	content: '\e58d';
	color: #777;
	background: #CCC;
}
.order-block > .order-item > div:nth-of-type(3) > span.st20::before {
	content: '\e528';
	color: #FFF;
	background: #fa0202;
}
.order-block > .order-item > div:nth-of-type(3) > span.st21::before {
	content: '\f044';
	color: #FFF;
	background: #32BD00;
}
.order-block > .order-item > div:nth-of-type(3) > span.st22::before {
	content: '\e4c7';
	color: #777;
	background: #CCC;
}
.order-block > .order-item > div:nth-of-type(3) > span.st23::before {
	content: '\f164';
	color: #777;
	background: #CCC;
}
.order-block > .order-item > div:nth-of-type(3) > span.st24::before {
	content: '\f4c0';
	color: #FFF;
	background: #32BD00;
}
.order-block > .order-item > div:nth-of-type(3) > span.st25::before {
	content: '\f085';
	color: #777;
	background: #CCC;
}
.order-block > .order-item > div:nth-of-type(3) > span.st26::before {
	content: '\f00c';
	color: #FFF;
	background: #32BD00;
}
.order-block > .order-item > div:nth-of-type(3) > span.st27::before {
	content: '\e551';
	color: #FFF;
	background: #fa0202;
}
.order-block > .order-item > div:nth-of-type(3) > span.st28::before {
	content: '\f362';
	color: #FFF;
	background: #fa0202;
}
.order-block > .order-item > div:nth-of-type(3) > span:last-of-type {
	width: 50%;
	margin: 0 15px 0 5px;
	color: #232323;
	text-align: right;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 1.05px;
}
@media (max-width:992px) {
	.order-content {
		padding: 0 20px;
	}
	.order-details {
		flex-direction: column;
		order: 2;
	}
	.order-details > div {
		width: 100%!important;
	}
	.order-products .title {
		padding: 25px 0 10px 0;
		height: unset;
	}
	.order-products > .title > span:first-of-type {
		font-size: 18px;
		font-weight: 700;
		letter-spacing: .9px;
	}
	.order-list {
		padding: 0;
		gap: 10px;
	}
	.order-list-header {
		display: none!important;
	}
	.order-list > ul {
		padding: 20px!important;
		background: #FFF;
		border: 1px #C7C7C7 solid;
		border-radius: 5px;
	}
	.order-list > ul:not(:first-of-type) {
		gap: 10px 5px;
		flex-wrap: wrap;
		height: unset;
		align-items: center;
	}
	.order-list li:nth-of-type(1) {
		order: 3;
		width: calc(100% - 78px);
		flex-shrink: 0;
		margin: 0 0 0 15px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.order-list li:nth-of-type(1)::before {
		content: 'STOK KODU';
	}
	.order-list li:nth-of-type(2) {
		order: 2;
		width: 58px;
	}
	.order-list li:nth-of-type(3) {
		order: 1;
		width: 100%;
		flex: unset;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .7px;
	}
	.order-list li:nth-of-type(4) {
		order: 4;
		width: 22%;
		text-align: left;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.order-list li:nth-of-type(4)::before {
		content: 'MİKTAR';
	}
	.order-list li:nth-of-type(5) {
		order: 5;
		width: calc((78% - 10px) / 2);
		text-align: left;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.order-list li:nth-of-type(5)::before {
		content: 'FİYAT';
	}
	.order-list li:nth-of-type(6) {
		order: 6;
		width: calc((78% - 10px) / 2);
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.order-list li:nth-of-type(6)::before {
		content: 'TUTAR';
	}
	.order-list li::before {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .7px;
		color: #696969;	
	}
	.orderList .order-title > h1 {
		display: none;
	}
	.orderList #orderFilter {
		gap: 6px;
		justify-content: center;
	}
	.orderList #orderFilter > li {
		font-size: 14px;
		padding: 0 6px;
		height: 28px;
		line-height: 26px;
		border-radius: 4px;
	}
	.orderList #orderFilter > li::after {
		display: none;
	}
	.order-products {
		order: 3;
	}
	.orderList {
		width: calc(100% - 40px);
		margin: 0 20px 40px 20px;
		padding: 5px;
	}
	.order-block > .order-item {
		padding: 5px;
		gap: 10px;
		flex-wrap: wrap;
	}
	.order-block > .order-item > div:first-of-type {
		/*width: 54px;*/
		width: 108px;
		height: 54px;
		margin: 0;
	}
	.order-block > .order-item > div:first-of-type > img, .order-block > .order-item > div:first-of-type > span {
		width: 50px;
	}
	.order-block > .order-item > div:first-of-type > img:nth-of-type(2) {
		left: 27px;
	}
	.order-block > .order-item > div:first-of-type > span {
		left: 54px;
		height: 50px;
	}
	.order-block > .order-item > div:nth-of-type(2) {
		/*width: calc(100% - 64px);*/
		width: calc(100% - 118px);
		gap: 2px;
	}
	.order-block > .order-item > div:nth-of-type(3) {
		width: 100%;
	}
	
	.order-block > .order-item > div:nth-of-type(2) > span:first-of-type {
		font-size: 13px;
	}
	.order-block > .order-item > div:nth-of-type(2) > span:nth-of-type(2) {
		font-size: 15px;
	}
	.order-block > .order-item > div:nth-of-type(2) > span:nth-of-type(3) {
		font-size: 14px;
	}
	.order-block > .order-item > div:nth-of-type(2) > span:nth-of-type(4) {
		font-size: 12px;
	}
	
	.order-block > .order-item > div:nth-of-type(3) > span:first-of-type::before {
		width: 18px;
		height: 18px;
		font-size: 11px;
	}
	.order-block > .order-item > div:nth-of-type(3) > span:last-of-type {
		font-size: 17px;
		margin: 0;
	}
}
.kategori-sol-baslik {
    background: transparent;
}
.kategori-sol-link a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    color: #898989;
}
.kategori-sol-link {
    background: transparent;
}
.kategori-sol-link a.active {
    color: #ed1c24;
}
.hesap-container{
	background:transparent !important;
}
.hesap-content thead th,
.hesap-content thead tr,
.hesap-content table {
    border: none !important;
}
.hesap-content tbody {
    background: #fbfbfb;
}
.table-span {
	display: flex;
    align-items: center;
    justify-content: space-between;	
}
.varyant-stock span {
    color: #fff!important;
	font-size: 12px!important;
	font-weight: 400!important;
    border-radius: 4px;
    padding: 4px 10px;
}

div#isProcess {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #0009;
    color: #fff;
    z-index: 99999;
}
.modal-container {
    height: 25vh;
    width: 50%;
    padding: 20px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:992px){
	.modal-container {
		width: 90%;
	}
}
span#counter {
    color: red;
}

.accesuar-list {
    display: flex;
    flex-wrap: wrap;
}
.satis-sozlesmesi label {
    position: relative;
}

@keyframes placeHolderShimmer {
  0% {
	background-position: -430px 0;
  }
  100% {
	background-position: 430px 0;
  }
}
#cart-list {
	float: left;
	width: 100%;
}
#cart-list .load-detail .basket-item {
	display: flex;
	width: 100%;
	height: 158px;
	align-items: center;
}

#cart-list .load-detail .basket-item:first-child{
	border-bottom: 1px solid #EEE;
}

#cart-list .load-detail .basket-item .input{
	width: 1.5%;
	height: 15px;
	margin-left: 20px;
}

#cart-list .load-detail .basket-item .prod-info{
	width: 60%;
	height: 95px;
	margin-left: 10px;
}

#cart-list .load-detail .basket-item .prod-info .prod-image{
	width: 95px;
	height: 95px;
	margin-left: 20px;
	float: left;
}


#cart-list .load-detail .basket-item .prod-info .prod-brand{
	width: 125px;
	height: 18px;
	margin-left: 20px;
	float: left;
}

#cart-list .load-detail .basket-item .prod-info .prod-name{
	width: 225px;
	height: 38px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

#cart-list .load-detail .basket-item .prod-info .prod-desc{
	width: 155px;
	height: 18px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

#cart-list .load-detail .basket-item .prod-right{
	float:right;
	width: 36%;
}

#cart-list .load-detail .basket-item .prod-right .prod-price{
	width: 125px;
	height: 35px;
	margin-right: 20px;
	float: right;
}

#cart-list .load-detail .basket-item .prod-right .prod-counter{
	width: 105px;
	height: 35px;
	margin-right: 20px;
	float: right;
}

#cart-list .load-detail .basket-item .effect {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative;
}

@media all and (max-width: 500px) {
	#cart-list .load-detail .basket-item .input{
		width: 3%;
	}
	#cart-list .load-detail .basket-item .prod-info{
		width: 100%;
		margin-left: 0;
	}
	#cart-list .load-detail .basket-item .prod-right{
		display: none;
	}
}
.servis-head {
	color: #ed1c24;
}
.servis-head h2 {
	font-size: 24px;
}
.servis-head h2::before {
	content: '\f071';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	margin: 0 16px 0 0;
}
.header-bg-mobile {
	display: none;
}
@media (max-width: 1024px) {
	.header-bg {
		display: none;
	}
	.header-bg-mobile {
		float: left;
		display: block;
		width: 100%;
		margin: 71px 0 0 0;
	}
	.header-bg-mobile > div {
		float: left;
		width: 100%;
		height: 100%;
	}
	#home-video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cat-listing .v3-global {
		margin: 0!important;
	}
}
@media (min-width: 992px) {
	.sepet-v3 {
		float: left;
		width: 100%;
	}
	.sepet-v3 .sepet-fiyat-container {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
	}
}
.greyCart {
	position: relative;
	/*filter: grayscale(100%);
	opacity: 20%;*/
}
.greyCart::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hemen_kargo {
	position: relative;
	display: inline-block;
	/*z-index: 99;*/
}
.hemen_kargo p, .cat-note .info-tool p {
	display: none;
	position: absolute;
	left: 0;
	top: 24px;
	background: #FFF;
	padding: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	width: 300px;
	z-index: 1;
	border-bottom: 5px solid #dedede;
	box-shadow: rgba(0, 0, 0, .25) 0px 10px 20px 5px;
	color: #2d2d2d;
}
.hemen_kargo p.show, .cat-note .info-tool p.show {
	display: inline-block;
}
.prod-varyant-varyants-item .hemen_kargo {
	text-indent: 22px;
	background: url(/images/mavi_unlem.svg) left center no-repeat;
}
.prod-varyant-varyants-item .hemen_kargo > p {
	text-indent: 0;
}
.prod-varyant-varyants-item.stokyook {
	mix-blend-mode: luminosity;
    opacity: 0.35;
}
.varyant-item-purchase > a, .m-installment-list {
	background: url(/images/mini_arrow.svg) right center no-repeat;
	padding: 0 10px 0 0;
}
.taksitYok {
	visibility: hidden;
}
.varyant-item.stokyook {
	mix-blend-mode: luminosity;
    opacity: 0.35;
}
.pagination {
	margin-left: 20px;
}
.productCount {
	float: left;
	font-size: 18px;
	margin: 20px 0;
}	
.bayi-title-block {
	flex-direction: column;
	justify-content: flex-start!important;
	align-items: start!important;
	margin: 0;
}
.bayi-list-title {
	float: left;
	width: 100%;
}
.bayi-tipi {
	float: left;
	background: #ED1C24;
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	font-weight: 500;
	border-radius: 5px;
	margin: 10px 0 0 0;
}
/*ÖZEL ------------------------------------- TAB*/
@media only screen and (max-width:600px){
.element{
    height: 226px;
}
}
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

.slider__radio[type=number] {
  width: auto;
}

.slider__radio[type=search], .slider__radio[type=text], .slider__radio[type=email] {
  -webkit-appearance: none;
}

.slider__radio[type="*"] {
  -webkit-appearance: none;
}

.slider__radio[type=search]::-webkit-search-cancel-button, .slider__radio[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.slider__item {
  transition: all 0.3s ease;
  -webkit-transition-timing-function: 
    cubic-bezier(0.4, 0.0, 0.2, 1);
		transition-timing-function: 
     cubic-bezier(0.4, 0.0, 0.2, 1);
}

#slide-1:checked ~ .slider__holder .slider__item--1 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-2:checked ~ .slider__holder .slider__item--1 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-2:checked ~ .slider__holder .slider__item--1 {
    opacity: 0.6;
  }
}
#slide-3:checked ~ .slider__holder .slider__item--1 {
  z-index: 0;
  transform: translateX(-210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-3:checked ~ .slider__holder .slider__item--1 {
    transform: translateX(-170px) scale(0.65);
  }
}
@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--1 {
    opacity: 0;
  }
}
#slide-4:checked ~ .slider__holder .slider__item--1 {
  z-index: -1;
  opacity: 0;
  transform: translateX(-210px) scale(0.65);
}

#slide-5:checked ~ .slider__holder .slider__item--1 {
  z-index: -1;
  opacity: 0;
  transform: translateX(-210px) scale(0.65);
}

#slide-1:checked ~ .slider__holder .slider__item--2 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-1:checked ~ .slider__holder .slider__item--2 {
    opacity: 0.6;
  }
}
#slide-2:checked ~ .slider__holder .slider__item--2 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-3:checked ~ .slider__holder .slider__item--2 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--2 {
    opacity: 0.6;
  }
}
#slide-4:checked ~ .slider__holder .slider__item--2 {
  z-index: 0;
  transform: translateX(-210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-4:checked ~ .slider__holder .slider__item--2 {
    transform: translateX(-170px) scale(0.65);
  }
}
@media (max-width: 768px) {
  #slide-4:checked ~ .slider__holder .slider__item--2 {
    opacity: 0;
  }
}
#slide-5:checked ~ .slider__holder .slider__item--2 {
  z-index: -1;
  opacity: 0;
  transform: translateX(-210px) scale(0.65);
}

#slide-1:checked ~ .slider__holder .slider__item--3 {
  z-index: 0;
  transform: translateX(210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-1:checked ~ .slider__holder .slider__item--3 {
    transform: translateX(170px) scale(0.65);
  }
}
@media (max-width: 768px) {
  #slide-1:checked ~ .slider__holder .slider__item--3 {
    opacity: 0;
  }
}
#slide-2:checked ~ .slider__holder .slider__item--3 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-2:checked ~ .slider__holder .slider__item--3 {
    opacity: 0.6;
  }
}
#slide-3:checked ~ .slider__holder .slider__item--3 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-4:checked ~ .slider__holder .slider__item--3 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-4:checked ~ .slider__holder .slider__item--3 {
    opacity: 0.6;
  }
}
#slide-5:checked ~ .slider__holder .slider__item--3 {
  z-index: 0;
  transform: translateX(-210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-5:checked ~ .slider__holder .slider__item--3 {
    transform: translateX(-170px) scale(0.65);
  }
}
@media (max-width: 768px) {
  #slide-5:checked ~ .slider__holder .slider__item--3 {
    opacity: 0;
  }
}
#slide-1:checked ~ .slider__holder .slider__item--4 {
  z-index: -1;
  opacity: 0;
  transform: translateX(210px) scale(0.65);
}

#slide-2:checked ~ .slider__holder .slider__item--4 {
  z-index: 0;
  transform: translateX(210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-2:checked ~ .slider__holder .slider__item--4 {
    transform: translateX(170px) scale(0.65);
  }
}
@media (max-width: 768px) {
  #slide-2:checked ~ .slider__holder .slider__item--4 {
    opacity: 0;
  }
}
#slide-3:checked ~ .slider__holder .slider__item--4 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--4 {
    opacity: 0.6;
  }
}
#slide-4:checked ~ .slider__holder .slider__item--4 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}

#slide-5:checked ~ .slider__holder .slider__item--4 {
  z-index: 1;
  transform: translateX(-100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-5:checked ~ .slider__holder .slider__item--4 {
    opacity: 0.6;
  }
}
#slide-1:checked ~ .slider__holder .slider__item--5 {
  z-index: -1;
  opacity: 0;
  transform: translateX(210px) scale(0.65);
}

#slide-2:checked ~ .slider__holder .slider__item--5 {
  z-index: -1;
  opacity: 0;
  transform: translateX(210px) scale(0.65);
}

#slide-3:checked ~ .slider__holder .slider__item--5 {
  z-index: 0;
  transform: translateX(210px) scale(0.65);
}

@media (max-width: 900px) {
  #slide-3:checked ~ .slider__holder .slider__item--5 {
    transform: translateX(170px) scale(0.65);
  }
}
@media (max-width: 768px) {
  #slide-3:checked ~ .slider__holder .slider__item--5 {
    opacity: 0;
  }
}
#slide-4:checked ~ .slider__holder .slider__item--5 {
  z-index: 1;
  transform: translateX(100px) scale(0.85);
}

@media (max-width: 768px) {
  #slide-4:checked ~ .slider__holder .slider__item--5 {
    opacity: 0.6;
  }
}
#slide-5:checked ~ .slider__holder .slider__item--5 {
  position: relative;
  z-index: 2;
  transform: translate(0) scale(1);
}



.cardd {
  position: relative;
  display: block;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}


.slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider__radio {
  display: none;
}

.slider__holder {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: left;
}

@media (max-width: 900px) {
  .slider__holder {
    max-width: 350px;
  }
}
@media (max-width: 600px) {
  .slider__holder {
    margin-top: 0px;
  }
}
.slider__item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 375px) {
  .slider__item-content {
    padding: 40px 24px;
  }
}
.slider__item-text {
  padding: 60px 0;
}
.section__entry {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.section__entry--center {
  text-align: center;
}

.section__title {
  display: block;
  padding-bottom: 12px;
}

.section__text {
  display: block;
}


.button {
  display: inline-block;
  height: 44px;
  padding: 12px 16px;
  font-weight: 500;
  line-height: 20px;
  color: #FFF;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.button:hover {
  background: rgba(0, 0, 0, 0.1);
}

.vi{
width:840px;
height:520px;
}
@media only screen and (max-width:600px){
.vi{
width:320px;
height:200px;
}
.vid{
margin-top:300px!important;
}
}
.vid{
margin-top:630px;
margin-left:auto;
margin-right:auto;
}
.section {
  width: 100%;
  text-align: center;
}
/*ÖZEL ------------------------------------ TAB*/
.modalOpen {
	position: relative;
}
.modalOpen:hover::before {
	font-family: "simple-line-icons";
	font-weight: 400;
	color: #FFF;
	content: "\e090";
	background: rgba(228, 30, 38, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 6px);
	cursor: pointer;
}
#imageModal .modal-header {
	border-bottom: none;
	height: 46px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#imageModal .modal-header .close {
	width: 26px;
	height: 26px;
	margin: 0;
	background: url(/images/Union.svg) center center no-repeat;
	opacity: 1;
}
#imageModal .carousel-control {
	width: 38px;
	background: none;
	opacity: 1;
}
/*#imageModal .carousel-control.left {
	left: -38px;
}
#imageModal .carousel-control.right {
	right: -38px;
}*/
#imageModal .left.carousel-control {
	background: url(/images/arrowLeft.svg) center center no-repeat;
}
#imageModal .right.carousel-control {
	background: url(/images/arrowRight.svg) center center no-repeat;
}
#imageModal .modal-header > .arrowButtons {
	display: none;
}
#modalFooter {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
}
#modalFooter > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
#modalFooter > div > h4 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
}
#modalFooter > div > span {
    background: #ED1C24;
    padding: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    font-weight: 500;
    border-radius: 5px;
	letter-spacing: 1.05px;
}
@media only screen and (max-width:992px){
	.modal-dialog-centered {
		position: relative;
		top: 25%;
		transform: translateY(-50%);
     }
	#imageModal .modal-dialog {
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	#imageModal .modal-header {
		order: 2;
		justify-content: space-between;
		padding: 10px;
	}
	#imageModal .modal-header::before, #imageModal .modal-header::after {
		display: none;
	}
	#imageModal .modal-header > .arrowButtons {
		position: relative;
		display: flex;
		flex-direction: row;
		height: 16px;
		gap: 10px;
	}
	#imageModal .modal-header > .arrowButtons > .carousel-control {
		position: relative;
		width: 16px;
		height: 16px;
		background-size: contain;		
	}
	#imageModal .modal-content {
		border: 0;
		order: 1;
	}
	#modalFooter {
		height: auto;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		padding: 10px 20px;
	}
	#modalFooter > div {
		flex-direction: column;
		gap: 5px;
	}
	#modalFooter > div > h4 {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .7px;
	}
	#modalFooter > #footerPages {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .7px;
	}
	#imageModal .modal-header .close {
		background-size: cover;
		width: 16px;
		height: 16px;
	}
	#imageModal .modal-header .modal-close {
		margin: 0;
	}
	/*#imageModal #carouselSlide > .carousel-control {
		display: none;
	}*/
}
.bayi-title-block .bayi-list-title {
	text-transform: uppercase;
}
#prodList {
	overflow: hidden;
}
.nopadding {
	padding: 0!important;
}
#bsk-related {
	float: left;
	width: 75%;
	max-width: 1340px;
}
#bsk-related > div {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.related-title {
	margin: 50px 0 0 0;
	text-align: left;
	color: #2F2F2F;
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
}
.related-products {
	float: left;
	width: 100%;
}
.related-products .slick-track {
	display: flex!important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	padding: 10px 0;
}
.related-products .slick-prev, .related-products .slick-next {
	width: 35px;
	height: 35px;
	background: #2F2F2F;
	opacity: .75;
}
.related-products .slick-prev:hover, .related-products .slick-next:hover {
	opacity: 1;
}
.related-products .slick-prev::before, .related-products .slick-next::before {
	bottom: 32.5%;
	border-color: #FFF;
}
.related-products .slick-prev {
	left: 0;
}
.related-products .slick-next {
	right: 0;
}
.related-products .urun-kutusu {
	opacity: .82;
	margin: 0 10px;
	width: calc(100% - 20px)!important;
	padding: 0;
	border: none;
	border-bottom: 5px solid #dedede;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
	height: 100%!important;
}
.related-products .urun-kutusu:hover {
	height: 100%!important;
	margin: 0 10px!important;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .4);
}
.related-products .urun-kutusu:hover .prod-box-inner {
	box-shadow: unset!important;
}
.related-products .urun-kutusu > div {
	float: left;
	position: relative;
	left: unset;
	right: unset;
	bottom: unset;
	width: 100%;
	padding: 0;
	border: none!important;
}
.related-products .urun-kutusu > div > div {
	float: left;
	width: 100%;
	position: relative;
	bottom: unset;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.related-products .urun-kutusu > div > div > .btns {
	position: relative;
	bottom: unset;
	opacity: unset;
	visibility: visible;
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 0;
	margin: 17px 0 7px 0;
}
.related-products .urun-kutusu > div > div > .btns > * {
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
}
.related-products .urun-kutusu > div > div > .btns > * > svg {
	width: 14px;
	height: 14px;
}
.related-products .urun-kutusu > div > div .editYorumu {
	display: flex;
	flex-direction: column;
	gap: 0!important;
}
.related-products .urun-kutusu > div > div .prod-box-text {
	float: left;
	font-size: 16px;
	letter-spacing: .8px;
	margin: 0 0 5px 0;
}
.related-products .urun-kutusu > div > div .yorum {
	font-size: 12px;
}
.related-products .urun-kutusu > div > div .yorum p {
	margin: 0;
}
.order-actions {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.order-actions li {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}
.order-actions li.item-fatura {
	display: none;
}
.order-actions li::before {
	content: '';
	width: 24px;
	height: 24px;
	background-size: cover!important;
}
.order-actions li.item-kargo::before {
	background: url(../local_shipping.svg) center no-repeat;
}
.order-actions li.item-kargo.aktif {
	filter: grayscale(100%);
	opacity: .6;
	pointer-events: none;
}
.order-actions li.item-fatura::before {
	background: url(../description.svg) center no-repeat;
}
.order-actions li.item-iade::before {
	background: url(../clean_hands.svg) center no-repeat;
}
.order-actions a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .8px;
	color: #2F2F2f;
}
#reason {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 10px 4px;
	font-family: 'Gotham';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .8px;
}
#reason > option:first-child {
	color: #999;
}
#diger {
	float: left;
	width: 100%;
	padding: 10px 4px;
	margin: 0 0 20px 0;
	font-family: 'Gotham';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .8px;
	border-width: 1px;
	display: none;
}
#diger:focus {
	border-color: rgb(118,118,118);
}
.iadeKabul {
	float: left;
	width: calc(100% - 20px);
	margin: 20px 0 0 20px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .8px;
	list-style-type: square;
}
.iadeKabul li {
	margin: 0 0 10px 0;
}
.iadeKabul li:last-child {
	margin: 0;
}
.iadeKabul li strong {
	font-size: 14px;
	line-height: normal!important;
}
#userPageSelectMenu, .kategori-sol-kategori > .select2 {
	display: none;
}
.marker-link, .map-contacts a {
	color: #333;
}
.marker-link:hover, .map-contacts a:hover {
	color: #ED1C24;
}
.marker-link > i {
	font-size: 16px;
	color: #ED1C24;
}
.modal-body .form-content.login {
	padding: 70px 180px;
}
.modal-body .ajaxform .login-tabs {
	float: left;
	width: 100%;
}
.modal-body .ajaxform .login-tabs .uyegirisi.btn {
	width: 100%;
}
.modal-body .ajaxform .login-tabs .row {
	margin-bottom: 0;
}

.modal-body .form-content.login .row {
	margin-bottom: 0;
}
.modal-body .form-content.login .input-kendi {
	float: left;
	width: 100%;
}
.cari_error {
	width: 100%;
	max-width: 1016px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1px 1px 35px 1px;
	border: 1px solid #DEDEDE;
	background: rgba(255, 106, 112, 0.10);
}
.cari_error_title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 25px 25px 5px 25px;
}
.cari_error_title > h3 {
	color: #2F2F2F;
	font-family: Gotham;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.8px;
	margin: 0;
	text-align: center;
}
.row_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.cari-error-button {
	border: 1px solid #2F2F2F;
	display: flex;
	height: 52px;
	padding: 10px 50px;
	margin: 40px 0 0 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #2F2F2F;
	font-family: Gotham;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	text-align: center;
}
.siparisTamamlaSon {
	display: flex;
	max-width: 1016px;
	width: 100%;
	padding: 1px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #F3FFF4;
	padding: 25px 25px 35px 25px;
	border: 1px solid #DEDEDE;
}
.siptamamlandi {
	font-family: Gotham;
	font-style: normal;
	letter-spacing: 1.8px!important;
	padding: 20px 0 0 0!important;
	margin: 0!important;
	text-align: center;
}
.siptamamlandi-text {
	color: #2F2F2F;
	text-align: center;
	font-family: Gotham;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.9px;
	margin: 20px 0 0 0;
}
.siptamamlandi-btns {
	display: flex;
	padding-top: 25px;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}
.siptamamlandi-btns > a {
	display: flex;
	height: 52px;
	padding: 10px 50px;
	justify-content: center;
	align-items: center;
	border: 1px solid #2F2F2F;
	color: #2F2F2F;
	font-family: Gotham;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.05px;
	text-transform: uppercase;
}
.ebat-note, .cat-note {
	position: relative;
	background: #FFF;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 15px;
	margin: 0 0 32px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	color: #232323;
}
.info-tool {
	position: relative;
	width: 24px;
	height: 24px;
}
.ebat-note::before, .cat-note .info-button {
	float: left;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(/images/error_outline.svg) center no-repeat;
}
@media (max-width: 992px) {
	.modal-dialog:has(.form-content.login) {
		width: calc(100% - 20px)!important;
	}
	.modal-dialog .login-tabs {
		margin: 0!important;
	}
	.modal-dialog .form-content.login {
		margin: 0!important;
		width: 100%!important;
	}
	#bsk-related {
		width: 100%;
		display: flex;
		overflow: hidden;
	}
	.related-title {
		margin: 0;
		padding: 60px 10px 25px 10px!important;
		font-size: 24px;
		letter-spacing: 1.2px;
	}
	#bsk-related .prod-box-img {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		order: unset;
		top: unset;
	}
	#bsk-related .prod-box-inner {
		padding: 16px;
	}
	#bsk-related .info-bg {
		display: none!important;
	}
	.related-products .urun-kutusu {
		width: calc(100% - 10px)!important;
	}
	.related-products .urun-kutusu > div > div > .btns {
		width: 100%;
		justify-content: center;
	}
	#bsk-related > div {
		gap: 0;
	}
	#bsk-related a.prod-box-text {
		float: left;
		width: 100%;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .7px;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/*white-space: pre-wrap;*/
		line-height: 1.25em;
		height: 2.5em;
	}
	.related-products .urun-kutusu > div > div .yorum {
		float: left;
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		/*white-space: pre-wrap;*/
		line-height: 1.25em;
		height: 5em;
		text-align: center;
	}
	.order-actions {
		gap: 12px;
		order: 1;
	}
	.order-actions li {
		gap: 3px;
	}
	.order-actions a {
		font-size: 14px;
		letter-spacing: .7px;
	}
	.order-actions li::before {
		width: 16px;
		height: 16px;
	}
	div.kategori-sol-kategori {
		margin-bottom: 0!important;
		padding: 0!important;
	}
	.kategori-sol-kategori > div:not(:first-child) {
		display: none;
	}
	.kategori-sol-kategori .select2-container {
		margin: 0;
	}
	.bread-bg {
		height: 71px;
		padding: 0!important;
		margin: 0!important;
		border-bottom: 0;
	}
	.kategori-sol-kategori .kategori-sol-baslik {
		background: #ED1C24;
		padding: 10px 30px;
		text-align: center;
		margin: 4px 0 0 0;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		color: #FFF;
	}
	.kategori-sol-kategori > .select2 {
		width: calc(100% - 40px)!important;
		margin: 17px 20px 10px 20px;
		text-transform: uppercase;
		display: block;
	}
	.kategori-sol-kategori .select2-container {
		padding-top: 0!important;
		height: 44px;
		border: 0;
	}
	.kategori-sol-kategori .select2-container--default .select2-selection--single {
		border-bottom: 2px solid #dedede !important;
	}
	.kategori-sol-kategori .select2-container .select2-selection--single {
		height: 44px!important;
	}
	.kategori-sol-kategori .select2-container.select2-container--default.select2-container--open {
		max-width: calc(100% - 40px)!important;
	}
	.kategori-sol-kategori > .select2 > .selection > .select2-selection {
		background-color: #FFF!important;
	}
	.kategori-sol-kategori .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px;
	}
	.kategori-sol-kategori .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0;
	}
	.hesap-content, .adress-list {
		width: calc(100% - 40px);
		margin: 0 20px 75px 20px;
		padding: 0;
	}
	.adres-box, .adres-ekle-box {
		width: calc(100% - 20px)!important;
		margin: 0 10px 20px 10px!important;
	}
	.order-products {
		background: transparent;
		border: 0;
		padding: 0;
	}
	.cari_error_title {
		padding: 25px 10px 0 10px;
	}
	.cari_error_title > h3 {
		font-size: 28px!important;
		letter-spacing: 1.4px;
	}
	.cari-error-button {
		height: 35px;
		padding: 10px 50px;
		flex: 1;
	}
	.siparisTamamlaSon {
		padding: 25px 10px 35px 10px;
	}
	.siptamamlandi {
		font-size: 28px!important;
		letter-spacing: 1.4px!important;
	}
	.siptamamlandi-text {
		font-size: 16px;
	}
	.siptamamlandi-btns {
		width: 100%;
		padding-top: 10px;
		gap: 15px;
	}
	.sip-btn {
		height: 35px!important;
		padding: 0!important;
		flex: 1 0 0;
		font-size: 18px!important;
	}
	.cari_odeme_lst > thead > tr > th:first-child, .cari_odeme_lst > thead > tr > th:nth-child(2) {
		display: none;
	}
	.cari_odeme_lst > tbody > tr > th:first-child, .cari_odeme_lst > tbody > tr > th:nth-child(2) {
		display: none;
	}
	.cari_odeme_lst {
		overflow: hidden;
	}
}
.sweet-alert {
	width: 600px;
	margin-left: -300px;
	border-radius: 0;
	padding: 54px 50px 50px 50px;
}
.sweet-alert .sa-icon.sa-success.animate {
	background: #32BD00;
	border: 0;
	width: 52px;
	height: 52px;
	margin: 30px auto;
}
.sweet-alert .sa-icon.sa-success.animate::before {
	all: unset;
	content: '✔';
	font-size: 32px;
	line-height: 1;
	color: #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sweet-alert .sa-icon.sa-success.animate > *, .sweet-alert .sa-icon.sa-success.animate::after {
	display: none;
}
.sweet-alert .sa-icon.sa-error {
	background: #ED1C24;
	border: 0;
	width: 52px;
	height: 52px;
	margin: 30px auto;
}
.sweet-alert .sa-icon.sa-error::before {
	all: unset;
	content: '✖';
	font-size: 32px;
	line-height: 1;
	color: #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sweet-alert .sa-icon.sa-error > * {
	display: none!important;
}
.sweet-alert h2 {
	all: unset;
	color: #2F2F2F;
	font-family: Gotham;
	font-weight: 700;
	font-size: 36px;
	line-height: 43.2px;
	letter-spacing: 1.2px;
}
.sweet-alert p {
	all: unset;
	padding: 40px 0px 35px 0px;
	font-family: Gotham;
	font-size: 18px;
	line-height: 21.6px;
	letter-spacing: 1.2px;
}
.sweet-alert fieldset {
	display: none;
}
.sa-error-container {
	display: none;
}
.sa-button-container {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.sweet-alert .sa-confirm-button-container {
	float: left;
	width: 100%;
}
.sweet-alert button {
	all: unset;
	float: left;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 10px 50px;
	box-sizing: border-box;
	background-color: #ED1C24!important;
	font-size: 21px;
	font-weight: 500;
	font-family: Gotham;
	line-height: 25.2px;
	letter-spacing: 1.2px;
	color: #FFF;
	text-transform: uppercase;	
	transition: all .2s ease;
	cursor: pointer;
}
.sweet-alert button:hover {
	background-color: rgba(193, 7, 14, 85)!important;
}
.sweet-alert .sa-icon {
	background: #2196F3;
	border: 0;
	width: 52px;
	height: 52px;
	margin: 30px auto;
}
.sweet-alert .sa-icon::before {
	all: unset;
	content: 'i'!important;
	font-size: 32px;
	line-height: 1;
	color: #FFF;
	width: 100%!important;
	height: 100%!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sweet-alert .sa-icon::after{
	display: none;
}
.sweet-alert .sa-icon.sa-info::before{
	bottom: unset;
	background: #2196F3;
	left: 0;
	margin: 0;
}
@media (max-width: 992px) {
	.sweet-alert {
		width: calc(100% - 8px);
		margin: auto 0;
		left: 4px;
		right: 4px;
		padding: 10px;
	}
}