@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "Nunito Sans", sans-serif;
}


:root {
  --anarenk: #1f1f1f;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --fotn2: Almeria;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 190px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:50px;
	border-radius:8px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.btn-light {
	background:#fff;
	border:1px solid #f0f0f0;
	color:#000;
}

.btn-light:hover {
	background:#000;
	border:1px solid #000;
	color:#fff;
}


.btn-ana {
	background:#B9975B;
	border:1px solid #B9975B;
	color:#fff;	border-radius:0px;
}
.btn-ana:hover {
	background:#B9975B;
	border:1px solid #000;
	color:#fff;
}

.btn-sepet {
	background:#fff3eb;
	border:1px solid #fff3eb;
	color:rgb(255, 96, 0);
}
.btn-sepet:hover {
	background:#ffece0;
}

/*------------------number-group----------------------*/
.number-group {    
	position:relative;
}
.number-group .form-control{    
	padding:0px 34px;
	text-align:center;
	height: 50px !important;
    line-height: 43px !important;	border-radius:0px;	border:1px solid #000;
}
.number-group .arti,
.number-group .eksi
{   
	position:absolute;
	top:0px;
	width:34px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#000;
	z-index:100;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.number-group .arti{   
	right:0px;
	border-left:1px solid #000;
}
.number-group .eksi{   
	left:0px;
	border-right:1px solid #000;
}

/*------------------form----------------------*/

.form-check label {
	font-size:14px;
	line-height: 25px;
}

.form-group label {
    font-size: 14px;
    padding-left: 10px;
}

.form-control {
	height: 46px;
    border: 1px solid rgba(235,235,235,1);
    color: rgba(0,0,0,0.8);
}

textarea.form-control {
	height: 120px;
}

/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .ust {
	background: rgba(42, 42, 42, 0.80);
	backdrop-filter: blur(10px);
}
#header .alt {
	background: rgba(64, 64, 64, 0.70);
	backdrop-filter: blur(10px);
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-gap:15px;
}
#header .alan .orta {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:15px;
}
#header .alan .sag {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:15px;
}
#header .alan .logo {
}
#header .alan .logo img {
	height:76px;
}
#header .link {
	position:relative;
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#header .link i {
	font-size: 24px;
}
#header .link .sepetsayi {
	position:absolute;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	top:-10px;
	left:-10px;
	width:20px;
	height:20px;
	border-radius:20px;
	background:red;
	color:#fff;
	font-size:10px;
}

#header .menu {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
    font-size: 14px;
	line-height:40px;
    color: #fff;
    letter-spacing: .15em;
}
#header .menu .link-item:hover {
    color: #fff;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	padding:0px 11px;
	background:#fff;
	border-bottom:1px solid rgba(245,245,245,1);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-column-gap:0px;
}
#mobilheader .orta {
	display:flex;
	align-items:center;
	width:100%;
	padding:5px 0px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:auto;
}
#mobilheader .logo img {
	height:35px;
}
#mobilheader .orta .sag {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#mobilheader .orta a {
	position:relative;
    font-size: 24px;
    color: #000;
	padding:0px 5px;
}
#mobilheader .orta a .sepetsayi {
	position:absolute;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	top:0px;
	left:-5px;
	width:20px;
	height:20px;
	border-radius:20px;
	background:red;
	color:#fff;
	font-size:10px;
}
#mobilheader .alt {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	padding:5px 0px;
	grid-gap:5px;
}
#mobilheader .acbtn {
	display:flex;
	align-items:center;
	justify-content:center;
	width:32px;
	height:36px;
	border:1px solid rgb(227, 227, 227);
    font-size: 18px;
    color: #000;
}
#mobilheader .arama {
	width:calc(100% - 37px);
	height:36px;
}
#mobilheader .arama .form-control{
	height:36px;
	border:1px solid rgb(227, 227, 227);
	border-radius:0px;
    font-size: 16px;
}
#mobilheader .arama {
	position:relative;
	max-width:100%;
	transition:all 0.3s ease;
	width:calc(100% - 37px);
	height:36px;
}
#mobilheader .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:1px solid rgb(227, 227, 227);
	color:var(--siyah);
	padding:0px 20px;
    height: 36px;
    line-height: 30px;
	background:#fff;
}
#mobilheader .arama .form-control:focus {
	border:1px solid rgba(0,0,0,1) !important;
}
#mobilheader .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:36px;
	height:36px;
	font-size:18px;
	color:var(--siyah);
	padding:0px;
	justify-content:center;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}

/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-family: Almeria;
	font-size: 39.744px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:0px;
}
#slider .item .bilgi .yazi2 {
	font-family: Almeria;
	font-size: 156.667px;
	font-style: normal;
	font-weight: 700;
	line-height: 120px;
	background: linear-gradient(90deg, #FFE799 0%, #785724 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:0px;
}
#slider .item .bilgi .yazi3 {
	font-family: Almeria;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(90deg, #FFE799 0%, #785724 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:0px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}

/*------------------slideralt----------------------*/

#slideralt {
	position:relative;
	background: #F6F6F6;
}
#slideralt .item {
	position:relative;
	display:block;
	text-align:center;
	padding:15px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	padding:56px 0px;
	border-bottom:1px solid #F6F6F6;
}
#kategoriler .baslik {
	color: #000;
	text-align: center;
	font-family: Almeria;
	font-size: 39.744px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:11px;
}
#kategoriler .altbaslik {
	color: #121212;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.6px;
	margin-bottom:55px;
}

.kategoriitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
.kategoriitem .resim {
	width:100%;
	aspect-ratio:380/285;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.kategoriitem .alt {
	display:flex;
	align-items:center;
}
.kategoriitem .alt .adi {
	color: #121212;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: 0.6px;
	margin-right:auto;
}
.kategoriitem .alt .ok {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	background: #F6F6F6;
	font-size:17px;
	color:#121212;
	opacity:0;
	transition:all 0.3s ease;
}
.kategoriitem:hover .alt .ok {
	opacity:1;
}

/*------------------coksatanlar----------------------*/

#coksatanlar {
	position:relative;
	padding:56px 0px;
	border-bottom:1px solid #F6F6F6;
}
#coksatanlar .ust {
	display:flex;
	align-items:Center;
	margin-bottom:30px;
}
#coksatanlar .orta {
	display:flex;
	align-items:Center;
	grid-gap:10px;
	margin-bottom:30px;
}
#coksatanlar .orta a {
	display:flex;
	align-items:Center;
	height:40px;
	border-radius:30px;
	padding:0px 13px;
	font-size:14px;
	color:#000;
	background:#f5f5f5;
}
#coksatanlar .orta a.active {
	color:#000;
	background:#E4CD83;
}
#coksatanlar .baslik {
	color: #000;
	text-align: center;
	font-family: Almeria;
	font-size: 39.744px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#coksatanlar .butonlar {
	display:flex;
	align-items:Center;
	grid-gap:10px;
}
#coksatanlar .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	background: #F6F6F6;
	font-size:17px;
	color:#121212;
}
.swiper-scrollbar-drag {
    background: #E4CD83;
}
.urunitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}

.urunitem .resim {
	position:relative;
	width:100%;
	aspect-ratio:380/285;
	border-radius:10px;
	background:rgba(240,238,239,1);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.urunitem .resim img {
	max-width:90%;
	max-height:90%;
    mix-blend-mode: darken;
}
.urunitem .resim .indirim {
	position:absolute;
	top:18px;
	right:18px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius: 26px;
	background: linear-gradient(180deg, #E4CD83 0%, #B69055 100%);
	font-size:13px;
	color:#fff;
}
.urunitem .resim .avantajlar {
	position:absolute;
	top:18px;
	left:18px;
	display:flex;
	flex-direction:column;	grid-gap:5px;
}
.urunitem .resim .avantajlar .avantaj {
	padding:5px 8px;	font-size:13px;	color:#fff;	border-radius:4px;
}
.urunitem .alt {
	display:flex;
	flex-direction:column;
	grid-gap:5px;
}
.urunitem .alt .adi {
	color: #121212;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 154.839% */
	letter-spacing: 0.6px;
}
.urunitem .alt .gram {
	color: rgba(18, 18, 18, 0.60);
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 154.839% */
	margin-bottom:10px;
}
.urunitem .alt .fiyat {
	color: #121212;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22.4px; /* 140% */
	letter-spacing: 1px;
}
/*------------------widget1----------------------*/

#widget1 {
	position:relative;
	padding:19px 0px;
	background-size:auto 100% !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;
}
#widget1 .yazi1 {
	color: #FFF;
	text-align: center;
	font-family: Almeria;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.7px;
}
#widget1 .yazi2 {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 160% */
	letter-spacing: 0.6px;
	opacity: 0.7;
}

/*------------------hedefkategori----------------------*/

#hedefkategori {
	position:relative;
	padding:56px 0px;
	border-bottom:1px solid #F6F6F6;
}
#hedefkategori .ust {
	display:flex;
	align-items:Center;
	margin-bottom:30px;
}
#hedefkategori .baslik {
	color: #000;
	text-align: center;
	font-family: Almeria;
	font-size: 39.744px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#hedefkategori .butonlar {
	display:flex;
	align-items:Center;
	grid-gap:10px;
}
#hedefkategori .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	background: #F6F6F6;
	font-size:17px;
	color:#121212;
}

.kategoriitem2 {
	display:flex;
	flex-wrap:wrap;
	padding:26px;
	border-radius: 30px;
	background: #F7F7F3;
	background-blend-mode: multiply;
}
.kategoriitem2 .sol {
	width:50%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:20px;
	padding-right:20px;
}
.kategoriitem2 .sol .adi {
	color: #000;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 106.667% */
}
.kategoriitem2 .sol .desc {
	color: #121212;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 140% */
	letter-spacing: 0.6px;
}
.kategoriitem2 .resim {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	aspect-ratio:350/370;
}
.kategoriitem2 .resim img {
	max-width:100%;
	max-height:100%;
    mix-blend-mode: darken;
}
.kategoriitem2 .alt {
	width:100%;
}
/*------------------widget1----------------------*/

#widget2 {
	position:relative;
	padding:85px 0px;
	background-size:cover !important;
}
#widget2 .yazi1 {
	color: #FFF;
	font-family: Almeria;
	font-size: 156.667px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%; /* 141px */
}
#widget2 .yazi2 {
	color: #FFF;
	font-size: 39px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:90px;
}



/*------------------instagram----------------------*/

#instagram {
	position:relative;
	padding:56px 0px;
	border-bottom:1px solid #F6F6F6;
}
#instagram .baslik {
	color: #000;
	text-align: center;
	font-family: Almeria;
	font-size: 39.744px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:41px;
}

.instaitem {
	position:relative;
}
.instaitem .resim {
	width:100%;
	aspect-ratio:350/500;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.instaitem .play {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width:80px;
	height:80px;
	border-radius:50px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(14);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:40px;
	color:#fff;
	opacity:0;
	transition:all 0.3s ease;
}
.swiper-slide-active .instaitem .play {
	opacity:1;
}


/*------------------blog----------------------*/

#blog {
	position:relative;
	padding:56px 0px;
	border-bottom:1px solid #F6F6F6;
}
#blog .ust {
	display:flex;
	align-items:Center;
	margin-bottom:30px;
}
#blog .baslik {
	color: #000;
	text-align: center;
	font-family: Almeria;
	font-size: 39.744px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:auto;
}
#blog .butonlar {
	display:flex;
	align-items:Center;
	grid-gap:10px;
}
#blog .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	background: #F6F6F6;
	font-size:17px;
	color:#121212;
}
.blogitem {
	position:relative;
	display:block;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:380/450;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.blogitem .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:15px;
	border-radius: 0px 0px 20px 20px;
	background: rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(12px);
}
.blogitem .bilgi .adi {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
}
#footer .ust {
	position:relative;
	padding:40px 0px;
	border-bottom:1px solid #F6F6F6;
}
#footer .logo {
	margin-bottom:20px;
}
#footer .logo img {
	height:70px;
}
#footer .footeryazi {
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 161.538% */
}
#footer .menubas {
	display:block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.6px;
	margin-bottom:8px;
}
#footer .menulink {
	display:block;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	margin-bottom:8px;
}
#footer .orta {
	position:relative;
	padding:20px 0px;
	display:flex;
	align-items:center;
	border-bottom:1px solid #F6F6F6;
}
#footer .orta .sosyal {
	display:flex;
	align-items:center;
	grid-gap:8px;
	margin-right:auto;
}
#footer .orta .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border-radius:50%;
	background: #F6F6F6;
	font-size:17px;
	color:#121212;
}
#footer .orta .visamaster {
	height:20px;
}
#footer .alt {
	position:relative;
	padding:20px 0px;
	display:flex;
	align-items:center;
}
#footer .alt .copy {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin-right:auto;
}
#footer .alt .fav {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}



/*------------------sepetpopup----------------------*/

#girispopup {
    z-index:10000;
}
#girispopup .modal-body {
	position:relative;    
}
#girispopup .modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--kirmizi);
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
	border:0px;
	opacity:0.5;
	transition:all 0.3s ease;
}
#girispopup .modal-body .kapat:hover {
	opacity:1;
}
#girispopup .modal-dialog {
	max-width: 376px;
	height: 100%;
	margin: 0px 0px 0px auto;
}

#girispopup .modal-content {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	border-radius:0px;
	border:0px;
	background-color: #fff;
}
#girispopup .modal-lg, 
#girispopup .modal-xl {
    max-width: 35%;
}

/*------------------urunpopup----------------------*/

#urunpopup {
    z-index:10000;
}
#urunpopup .modal-body {
	position:relative;    
}
#urunpopup .modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--kirmizi);
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
	border:0px;
	opacity:0.5;
	transition:all 0.3s ease;
}
#urunpopup .modal-body .kapat:hover {
	opacity:1;
}
#urunpopup .modal-dialog {
	max-width: 376px;
	height: 100%;
	margin: 0px 0px 0px auto;
}

#urunpopup .modal-content {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	border-radius:0px;
	border:0px;
	background-color: #fff;
}
#urunpopup .modal-lg, 
#urunpopup .modal-xl {
    max-width: 35%;
}

/*------------------urundetay----------------------*/

#urundetay .resim {
    width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	max-height:180px;
}
#urundetay .adi {
    font-size:18px;
	font-weight:500;
	line-height:24px;
	color:rgba(0,0,0,1);
	margin-bottom:20px;
}
#urundetay .degerlendirme {
	display:flex;
	padding:0px 0px;
	margin-bottom:20px;
}
#urundetay .degerlendirme .puan {
	font-size:14px;
	font-weight:700;
	margin-right:10px;
}
#urundetay .degerlendirme .yildizlar {
	font-size:14px;
	font-weight:700;
	color:#ffc000;
	margin-right:10px;
}
#urundetay .degerlendirme .sayilar {
	font-size:14px;
	font-weight:300;
}
#urundetay .kod {
    font-size:16px;
	font-weight:400;
	line-height:24px;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
#urundetay .fiyat {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-gap:10px;
}
#urundetay .fiyat b {
    color: #e30613;
    font-size: 40px;
    font-weight: 700;
    line-height: 47.5px;
}
#urundetay .fiyat del {
	color: #BCBCBC;
    font-size: 40px;
    font-weight: 700;
    line-height: 47.5px;
	text-decoration-line: strikethrough;
}
#urundetay .fiyat small {
	display: flex;
    align-items: center;
    padding: 5px;
    background: #e30613;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

#urundetay .avantajlar2 {
    display: flex;
    align-items: center;
	justify-content:flex-start;
    flex-wrap: wrap;
    grid-gap: 2.5px;
	margin-bottom:10px;
}
#urundetay .avantajlar2 span {
    display: flex;
    align-items: center;
	justify-content:center;
    width:calc(20% - 2px);
	padding:5px;
	font-size:10px;
	line-height:12px;
	font-weight:700;
	height:40px;
	border-radius:4px;
	color:#000;
	text-align:center;
}
#urundetay .ilgililer {
	margin-bottom:10px;
}
#urundetay .ilgili {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border:1px solid rgba(235,235,235,1);
	padding:4px;
	border-radius:4px;
	margin-bottom:4px;
}
#urundetay .ilgili.active {
	border:1px solid #e30613;
}
#urundetay .ilgili img {
	width:40%;
}
#urundetay .ilgili div {
	width:60%;
	padding-left:4px;
}
#urundetay .ilgili div small {
	display:block;
	font-size:10px;
	color:#000;
}
#urundetay .ilgili div b {
	display:block;
	font-size:14px;
	font-weight:600;
	color:#e30613;
}
#urundetay .varyasyon {
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
	padding:25px 0px;
}
#urundetay .varyasyon button { 
	display:flex;
	align-items:center;
	justify-content:center; 	
    border-radius: 4px;
    border: 1px solid var(--siyah);
    font-size: 12px;
    color: var(--siyah);
	background:#fff;
    padding: 8px;
	cursor:pointer;
}
#urundetay .varyasyon button.active {  	
	border: 2px solid var(--anarenk)!important;
    padding: 4px 9px 3px;
    background: var(--siyah)!important;
    color: #fff;
}
#urundetay .varyasyon button.pasif {  	
	cursor:not-allowed;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
}

#urundetay .kisaaciklama {
    font-size:16px;
	font-weight:400;
	line-height:24px;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}

#urundetay .avantajlar {
	display:flex;
	flex-wrap:inherit;
	justify-content: space-around;
	grid-gap:4px;
	margin-bottom:20px;
}
#urundetay .avantajlar .avantaj {
	width:calc(25% - 3px);
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
}
#urundetay .avantajlar .avantaj div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#urundetay .avantajlar .avantaj span {
	width:calc(100% - 50px);
	padding-left:10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0,0,0,0.8);
	text-align:left;
}
#urundetay .mobilshare {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0,0,0,0.8);
	text-align:center;
	margin-bottom:20px;
}
#urundetay .mobilshare i {
    font-size: 28px;
}

#urundetay .item {
	position:relative;
	display:block;
	padding:8px;
	border-radius:8px;
	border:1px solid rgba(0,0,0,0.2);
	cursor:pointer;
}
#urundetay .item .anaresim {
	width:100%;
	height:500px;
	object-fit:contain;
	border-radius:8px;
}
#urundetay .item .altresim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	max-height:200px;
	border-radius:4px;
}
#urundetay .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
.swiper-pagination-bullets {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--anarenk);
}
/*------------------sepetpopup----------------------*/

#sepetpopup {
    z-index:10000;
}
#sepetpopup .modal-body {
	position:relative;    
	display:flex;
	flex-direction:column;
}
#sepetpopup .modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:20px;
	background:var(--kirmizi);
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:100;
	border:0px;
	opacity:0.5;
	transition:all 0.3s ease;
}
#sepetpopup .modal-body .kapat:hover {
	opacity:1;
}
#sepetpopup .modal-dialog {
	max-width: 376px;
	height: 100%;
	margin: 0px 0px 0px auto;
}

#sepetpopup .modal-content {
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
	border-radius:0px;
	border:0px;
	background-color: #fff;
}
#sepetpopup .modal-lg, 
#sepetpopup .modal-xl {
    max-width: 35%;
}


/*------------------bread----------------------*/

#bread {
	padding:25px 0px;
	background:var(--anarenk);
    border-bottom: 1px solid rgba(245,245,245,1);
}

#bread .baslik {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align:center;
}


/*------------------sayfa----------------------*/

#sayfa {
	padding:25px 0px;
}


.aciklama {
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: rgba(0,0,0,0.8);
	margin-bottom:15px;
}
.aciklama ol {
	padding: 15px 15px 15px 25px;
    background: rgba(250,250,250,1);
    border-radius: 4px;
    margin-bottom: 15px;
}
.aciklama ol li {
	position:relative;
	padding-left:5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
}
.aciklama ul {
	padding: 15px 15px 15px 0px;
	list-style:none;
	margin-bottom:15px;
    background: rgba(250,250,250,1);
}
.aciklama ul li {
	position:relative;
	padding-left:24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
}
.aciklama ul li:before {
	position:absolute;
	content:"";
	top:10px;
	left:8px;
	width:5px;
	height:5px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--anarenk);
	margin-bottom:15px;
}
.aciklama p 
{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
	margin-bottom:15px;
}

/*------------------iletisimpage----------------------*/

.hesapmenu a {
	display:flex;
	align-items:center;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:500;
    border-radius: 25px;
    border: 1px solid #efefef;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
.hesapmenu a span {
	margin-left:auto;
	font-size:22px;
}
.hesapmenu a:hover {
	color:#fff;
	background:var(--anarenk);
}
.hesapmenu a.active {
	color:#fff;
	background:var(--anarenk);
}

/*------------------urunler----------------------*/

#urunler {
	padding:25px 0px;
}

.filtrebar {
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.filtrebar .form-control {
	width:auto;
}

.filtrecookie {
	margin-bottom:20px;
}
.filtrecookie a {
	font-size:12px;
}
.filtrecookie a span {
	color:var(--kirmizi);
}

.solfiltre {
	position:relative;
}
.solfiltre .bas {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0px 0px;
	height:45px;
	border-radius:4px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background:rgba(245,245,245,1);
	color:var(--anarenk);
	letter-spacing:3px;
	margin-bottom:25px;
}
.solfiltre .filtresatir {
	position:relative;
	margin-bottom:10px;
	border-radius:4px;
	border:1px solid rgba(245,245,245,1);
}
.solfiltre .filtresatir .filtreadi {
	position:relative;
	border-bottom:1px solid rgba(245,245,245,1);
	padding:5px 40px 5px 10px;
	font-size:18px;
	color:#000;
	margin-bottom:10px;
	background:rgba(245,245,245,1);
}
.solfiltre .filtresatir .filtreadi:before {
	position: absolute;
    content: "\f105";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30px;
    font-size: 20px;
    color: var(--anarenk);
    font-family: 'Line Awesome Free';
    font-weight: 900;
	display:flex;
	align-items:center;
	justify-content:center;
}
.solfiltre .filtresatir .filtresecenekler{
	position:relative;
	max-height:100px;
	overflow-y:scroll;
	padding:0px 10px 0px 10px;
}
.solfiltre .filtresatir .filtresecenekler2{
	position:relative;
	padding:0px 10px 10px 10px;
}
.solfiltre .filtresatir .filtrelink {
	font-size:16px;
	font-weight:400;
	line-height:32px;
	color:#000;
}
.solfiltre .filtresatir .katac {
	position:relative;
	background:rgba(245,245,245,0.5);
	border-radius:4px;
	margin-bottom:4px;
	padding:0px 5px;
}
.solfiltre .filtresatir .katac.active {
	background:rgba(245,245,245,1);
}
.solfiltre .filtresatir .katac.active .filtrelink{
	font-weight:500;
	color:var(--anarenk);
}
.solfiltre .filtresatir .katac.pasif .filtrelink{
	display:block;
}
.solfiltre .filtresatir .katac:before {
	position: absolute;
    content: "\f105";
    top: 0px;
    right: 0px;
    height: 32px;
    width: 30px;
    font-size: 20px;
    color: var(--anarenk);
    font-family: 'Line Awesome Free';
    font-weight: 900;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.solfiltre .filtresatir .katac.active:before {
	transform:rotate(90deg);
}

.solfiltre .filtresatir .katac.pasif:before {
	display:none;
}
.solfiltre .filtresatir .katacilan {
	display:none;
}

.solfiltre .filtresatir .katacilan.active {
	display:block;
}

/*------------------sepetsatir----------------------*/
.sepeturunalan {
	margin-bottom:0px;
}
.sepetsatir {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding:10px;
	border-radius:4px;
	border:1px solid rgba(245,245,245,1);
}
.sepetsatir .resim {
	width:100px;
}
.sepetsatir .resim img {
	width:100%;
	aspect-ratio:2/4;
	object-fit:cover;
	max-height:170px;
}
.sepetsatir .sag {
	display:flex;
	flex-direction:column;
	flex:0 0 auto;
	width:calc(100% - 100px);
	padding-left:10px;
}

.sepetsatir .adi {
    font-size:14px;
	font-weight:500;
	line-height:22px;
	color:rgba(0,0,0,1);
	margin-bottom:5px;
}
.sepetsatir .varyasyon {
    font-size:16px;
	font-weight:400;
	line-height:22px;
	color:rgba(0,0,0,0.7);
	margin-bottom:10px;
}
.sepetsatir .fiyat {
	color: var(--anarenk);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:10px;
}
.sepetsatir2 {
	position:relative;
	padding:10px;
	border-radius:4px;
	border:1px solid rgba(245,245,245,1);
}
.sepetsatir2 .resim {
	width:100%;
}
.sepetsatir2 .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	max-height:300px;
}

.sepetsatir2 .adi {
    font-size:14px;
	font-weight:500;
	line-height:22px;
	color:rgba(0,0,0,1);
}
.sepetsatir2 .varyasyon {
    font-size:16px;
	font-weight:400;
	line-height:22px;
	color:rgba(0,0,0,0.7);
}
.sepetsatir2 .fiyat {
	color: var(--anarenk);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/*------------------sepetkuponalan----------------------*/
.sepetkuponalan {
	margin-top:auto;
	margin-bottom:20px;
}

/*------------------sepetbilgialan----------------------*/
.sepetbilgialan {
	display:flex;
	flex-direction:column;
	grid-gap:2px;
	border-radius:4px;
	border: 1px solid rgba(245,245,245,1);
}
.sepetbilgialan .bilgisatir {
	display:flex;
	align-items:center;
	padding:5px 10px;
	border-radius:4px;
}
.sepetbilgialan .bilgisatir .sol {
	margin-right:auto;
	font-size:16px;
	color:#000;
	font-weight:700;
}
.sepetbilgialan .bilgisatir .sol.text-success {
	font-size:24px;
}
.sepetbilgialan .bilgisatir .sag {
	font-size:16px;
	color:#000;
	font-weight:500;
}
.sepetbilgialan .bilgisatir .sag.text-success {
	font-size:24px;
}


/*------------------paylas----------------------*/

.paylas {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-column-gap:6px;
}
.paylas .link {
	width:calc(33.33% - 4px);
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.paylas .link .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	font-size:25px;
}
.paylas .link .ad {
	width:calc(100% - 50px);
	font-size:18px;
	font-weight:500;
	padding-left:10px;
}
.paylas .link.facebook {
	background:rgba(59,89,152,1);
}
.paylas .link.facebook .icon {
	background:rgba(24,119,242,1);
	color:#fff;
}
.paylas .link.facebook .ad {
	color:#fff;
}
.paylas .link.twitter {
	background:rgba(29,161,242,1);
}
.paylas .link.twitter .icon {
	background:rgba(0,0,0,1);
	color:#fff;
}
.paylas .link.twitter .ad {
	color:#fff;
}
.paylas .link.whatsapp {
	background:rgba(7,94,84,1);
}
.paylas .link.whatsapp .icon {
	background:rgba(37,211,102,1);
	color:#fff;
}
.paylas .link.whatsapp .ad {
	color:#fff;
}

/*------------------yorumlar----------------------*/


.yorumlar {
	border:1px solid rgba(0,0,0,0.1);
	padding:10px 20px;
	border-radius:13px;
	background:#fff;
}
.yorumlar .yorumlarust {
	display:flex;
	align-items:center;
	padding:20px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.yorumlar .yorumlarust .puan {
	font-size:20px;
	font-weight:700;
	margin-right:10px;
}
.yorumlar .yorumlarust .yildizlar {
	font-size:20px;
	font-weight:700;
	color:#ffc000;
	margin-right:10px;
}
.yorumlar .yorumlarust .sayilar {
	font-size:20px;
	font-weight:300;
	margin-left:auto;
}
.yorumlar .yorum {
	padding:20px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.yorumlar .yorum:last-child {
	border-bottom:0px solid rgba(0,0,0,0.1);
}
.yorumlar .yorum .yorumbilgi {
	display:flex;
	margin-bottom:10px;
}
.yorumlar .yorum .yorumbilgi .puan {
	font-size:16px;
	font-weight:700;
	margin-right:10px;
}
.yorumlar .yorum .yorumbilgi .yildizlar {
	font-size:16px;
	font-weight:700;
	color:#ffc000;
	margin-right:10px;
}
.yorumlar .yorum .yorumbilgi .sayilar {
	font-size:16px;
	font-weight:300;
	margin-left:auto;
}
.yorumlar .yorum .yorumyazi {
	font-size:14px;
	font-weight:300;
	line-height:20px;
}
.yorumlar .yorum .yorumresim {
	display:flex;
	align-items:center;
	flex-wrap:row;
	padding:10px 0px;
	border-bottom:0px solid rgba(0,0,0,0.1);
}
.yorumlar .yorum .yorumresim a {
	display:block;
	margin-right:10px;
}
.yorumlar .yorum .yorumresim a img {
	width:100%;
	height:100px;
	object-fit:cover;
	border-radius:10px;
}
.yorumlar .uyari {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:30px;
	margin-right: 4px;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}
.yorumlar .uyari .icon{
	display:flex;
	justify-content:center;
	align-items:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:24px;
	color:var(--anarenk);
	background:#f5f5f5;
	margin-bottom:15px;
}

#yorummodal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}
#yorummodal .carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-top: 5.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
#yorummodal .yazilar {
    padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

#yorummodal .yazilar .puanlar {
	margin-bottom:10px;
}
#yorummodal .yazilar .puanlar i {
	color:#febf43;
}
#yorummodal .yazilar .puanlar span {
	color: #a3a3a3;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
}
#yorummodal .yazilar .yazi {    
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
	margin-bottom:10px;
}
#yorummodal .yazilar .adi {  
	opacity:0.7;
	font-size: 12px;
    font-weight: 300;
    line-height: 20px;
	margin-bottom:10px;
}

/*------------------nav----------------------*/

.nav {
    grid-gap: 10px;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    border: 1px solid var(--anarenk);
	color:var(--anarenk);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--anarenk);
}
.tab-content>.active {
    display: block;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 4px;
    background: rgba(245,245,245,1);
}

.kargolabel {
	cursor:pointer;
}
.kargolabel img {
	border-radius:4px;
	border:4px solid rgba(0,0,0,0.3);
}
.kargolabel.active img {
	border:4px solid #198754;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:10;
}
#iletisimpage .baslik {
	position:relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	color: var(--anarenk);
	margin:20px 0px;
}
#iletisimpage .baslik:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100px;
	height:2px;
	background: var(--anarenk);
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #000;
}
#iletisimpage iframe {
	width:100%;
	height:535px;
	border-radius:30px;
}
