
body{	background:#f5f5f5!important}
.wrap{background:#f5f5f5!important}
.ta-c{text-align: center!important}
.ta-l{text-align: left!important}
.ta-r{text-align: right!important}
h1{font-size:1.6rem!important}
a:hover, a:focus{
	text-decoration: none!important
}
div{
	font-family: 'Arimo', sans-serif;
}
button:hover{background:#468fd6}

.urunResimKucuk{
	 height:auto;
	 max-height:300px;
	 width:auto!important;
	 margin:0 auto
}
.discount:empty{display:none!important}
.ustcizgi{
	height:40px;
	background:#202020;

}
.ustcizgi ul{
	margin-top:10px;
	list-style-type: none;

}
.ustcizgi ul li{
	float:left;
	margin-right:10px;

}
.hariciLinkler {
	background:#fff;
	padding:10px;
	border-radius:10px;
	font-size:14px;
	color:#202020;
	margin:10px 10px 0 0
}
.hariciLinkler:hover{
	background:#3f3f3f;
	padding:10px;
	color:#fff;
	border-radius:10px;
	font-size:14px;
	margin:10px 10px 0 0
}
.lazy{height:100%!important}

.visible-tablet-mobile{
    display: none;
}

@media (max-width: 992px) {
	.kvitrin{clear:both;height:20px}
   .visible-tablet-mobile{
        display: block!important;
   }
	 .product-item{max-height:300px!important}
}
.mobilbayi {
	width:120px;
	top:0px;

}
.mobilbayi div{
color:#fff;
margin-top:10px

}
.mobilbayi svg{
	width:20px;
	float:left;
	height:20px;
	margin-right:10px;
	fill:#fff
}

.btnfltr{width:100%!important;padding:5px 5px 5px 10px;float:left;text-align: left}

@media (max-width: 1500px) {
   header .user-nav .text{font-size:12px!important;font-weight: bold}
	 .icon svg{width:40px!important;height:40px!important}
}
.panel-group{margin-top:5rem!important}
.panel{background: #fff}
.categories{

	background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-bottom: 5px solid #202020;
}



.rengarenk {

  background: linear-gradient(
    124deg,
    #ff2400,
    #e81d1d,
    #e8b71d,
    #e3e81d,
    #1de840,
    #1ddde8,
    #2b1de8,
    #dd00f3,
    #dd00f3
  );
  background-size: 1800% 1800%;

  -webkit-animation: rainbow 18s ease infinite;
  -z-animation: rainbow 18s ease infinite;
  -o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;
}

@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}

.has-sub{font-weight: bold}
.breadcrumb{background:transparent!important}

.solMenu { -webkit-box-flex: 0; -ms-flex: 0 0 28%; flex: 0 0 28%; max-width: 28%; padding-left: 10px; padding-right: 10px; position: relative; z-index: 1; margin-top: 30px; }

@media (min-width: 992px) and (max-width: 1200px) { .solMenu { -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; } }

@media (min-width: 768px) and (max-width: 991px) { .solMenu { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } }

@media (max-width: 767px) { .solMenu { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-top: 25px; } .loading{min-height: 180px!important}}

.solMenu > div { margin-bottom: 30px; }

.solMenu > div:last-child { margin-bottom: 0; }

.solMenu .campaign-photo { height: 313px; }

.solMenu .campaign-carousel .owl-theme .owl-nav [class*='owl-'] .icon { width: 45px; height: 45px; font-size: 16px; }

.solMenu__nav ul { padding:0px;background: #fff; -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07); box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07); border-bottom: 5px solid #202020; }

.solMenu__nav ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.solMenu__nav ul li:last-child { border-bottom: 0 none; }

.solMenu__nav ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 13px; font-weight: 700; padding: 14px 16px; letter-spacing: -0.3px; color: #6f6f6f; position: relative; -webkit-transition: .3s; transition: .3s; }

.solMenu__nav ul li a.all { background: #202020; color: #fff; }

.solMenu__nav ul li a:after { content: ""; position: absolute; z-index: 1; top: 50%; right: 25px; width: 10px; height: 10px; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); border-top: 2px solid currentColor; border-right: 2px solid currentColor; -webkit-transition: .3s; transition: .3s; }

.solMenu__nav ul li a:not(.all):hover { padding-left: 37px; color: #202020; }
.solMenu__nav ul li .active { padding-left: 37px; color: #202020; }

.solMenu__nav ul li a:not(.all):hover:after { -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3); transform: translateY(-50%) rotate(45deg) scale(1.3); }

.solMenu__nav.small ul { border-bottom: none; }

.solMenu__nav.small ul li a { font-weight: 600; font-size: 14px; padding: 15px 25px; }

.solMenu__nav.small ul li a:after { content: ""; width: 8px; height: 8px; }

.solMenu__nav.small ul li a:not(.all):hover { padding-left: 30px; color: #202020; }

.solMenu__nav.small ul li a:not(.all):hover:after { -webkit-transform: translateY(-50%) rotate(45deg) scale(1.1); transform: translateY(-50%) rotate(45deg) scale(1.1); }

.solMenu__box { position: relative; }

.solMenu__box-cover { height: 310px; }

.solMenu__box-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.solMenu__box-body { padding: 35px 40px; background: #f7f7f7; }

.solMenu__box-body.style-1 { background: rgba(255, 255, 255, 0.9); position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.solMenu__box-body .small-title { font-size: 14px; color: #999; }

.solMenu__box-body .title { color: #1A1A18; font-size: 32px; line-height: 1.1; font-weight: 900; }

.solMenu__box-body .text { color: #999; font-size: 14px; font-weight: 300; margin-top: 10px; margin-bottom: 30px; }



.filtre_wrap{

	    font-size: 13px;
	    font-weight: 700;
	    padding: 19px 5px;
	    letter-spacing: -0.3px;
	    color: #6f6f6f;
	    position: relative;
	    -webkit-transition: .3s;
	    transition: .3s;
			border-bottom: 1px solid rgba(0, 0, 0, 0.07);

}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #202020;
  position: absolute;
  top: 8px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




.is-open {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.popup {
  visibility: hidden;
  opacity: 0;

}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.popup-content {
  position: absolute;
  top: 10%;
	width:80%;
  left: 50%;
  background-color: #fff;
  padding: 15px;
  text-align: left;
  border-radius: 5px;
  transform: translate(-50%, -10%);
  z-index: 10;
	border-color: rgba(82,168,236,0.8);
	    outline: 0;
	    outline: thin dotted \9;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.popup-content h2 {
  font-weight: bold;
  font-size: 17px;
  margin:0px 0px 15px 0px;
	padding:0px;
}
.popup-content p {
  line-height: 1.1;
  margin-bottom: 7px;
}


.popup-content div {padding:0px!important;margin:0px!important}
.mobilAltkat {
margin:0px;
padding:0px
	}
.mobilAltkat li a{
	position: relative;
    padding: 5px;
		font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
	}

.filtreKapat{
	position:absolute;
	right:10px;
	background:#468fd6;
	padding:0.5rem;
	border-radius:50%;
	color:#fff;
	font-weight:bold;
	width:20px;
	height:20px;
	font-size:2.2rem;
	display:flex;
	vertical-align:center;
	align-items: center;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background:#202020!important;
	color:#fff!important
}




.hizli-sepet-satir-sil{padding:0px!important}
.hizli-sepet-satir-sil:hover{background:unset!important}
.js-drawer__close:hover{background:unset!important}
.fiyatsor:hover{color:#fff!important}
.ul.urunSecim, ul.urunSecim li{position:relative}
.disabled{background:#f4f5f7}
.disabled:before{
	position: absolute;
	    top: 6px;
	    left: 50%;
	    content: " ";
	    height: 30px;
	    width: 1px;
	    background-color: #969696;
	    transform: rotate(45deg);
	    display: inline-block;
	}
.disabled:after{
	position: absolute;
top: 6px;
left: 50%;
content: " ";
height: 30px;
width: 1px;
background-color: #969696;
transform: rotate(-45deg);
display: inline-block;
}


.loading{min-height: 300px}




.swal2-backdrop-show{
	width:100%!important;
	backdrop-filter: blur(3px);
 background-color: rgba(255, 255, 255, 0.5);
}
.swal2-popup{
	width:250px!important;
	zoom:1.3;

}
.pagination .disabled:before{display:none!important}
.pagination .disabled:after{display:none!important}

.account{

	color:#6f6f6f;
	font-family: unset!important;
	font-weight: bold;

}

.slick-arrow{
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.49);
box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.49);
}

.menuucilk:hover{
	color:#202020!important
}


::-ms-input-placeholder { /* Edge 12-18 */
  	font-style: normal!important;
}

::placeholder {
  	font-style: normal!important;
}

.etiketler{
position: absolute;
left: 5px;
top:10px;
z-index: 2
}
.etiketler .icon{
	border: 1px solid #e91e63;
	background:rgb(255, 255, 255, 0.9);
border-radius: 5px;
font-size: 15px;
font-weight: 500;
color: #e91e63;
line-height: 18px;
padding: 7px 10px;
}
.etiketler svg {
	    display: inline-block;
	    vertical-align: top;
	    margin: -5px 5px -5px 0;
	    width: 28px;
	    height: 28px;
	    fill: #e91e63;
	}


.card-input{
	height:50px;
	border:2px solid #ccc!important
}




/*** CANLI SATIŞLAR ***/




.canliSatislar {
    position: fixed;
    width: 345px;
    left: -100%;
    height: 100px;
    border-radius: 5px;
    background: #fff;
    bottom: 20px;
    z-index: 9999;
    box-shadow: 0 1px 10px -1px #868686;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: .5s linear
}

.canliSatislar.active {
    left: 0;
    transition: .5s linear
}

.canliSatislar a {
    display: flex
}

.canliSatislar:hover .canliSatislarLeft>div:nth-child(2) {
    color: #0c62a2
}

.canliSatislar .canliSatislarLeft>div:nth-child(2) small {
    font-weight: 700
}

.canliSatislar .canliSatislarLeft>div:nth-child(2) b {
    display: block;
    width: 100%;
    font-size: 19px
}

.canliSatislar .canliSatislarLeft>div:nth-child(2) {

    height: 67px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    color: #000;
    padding: 10px;
    text-align: center;
		margin-bottom:20px
}

.canliSatislar .canliSatislarLeft>div:nth-child(1) {
    flex: 0 0 81px
}

.canliSatislar .canliSatislarLeft>div:nth-child(1) img {
    width: 100%;
		border-radius: 100%;
	border: 5px solid #f5f4ef;
	margin-top:10px
}

.canliSatislar .canliSatislarLeft {
    display: flex;
    align-items: center;
    flex: 0 0 195px
}

.canliSatislar .canliSatislarRight {
    flex: 1 1 100%;
    padding: 10px;
    text-align: center
}

.canliSatislar .canliSatislarRight small {
    display: block;
    font-weight: 700;
    font-size: 13px
}

.canliSatislar .canliSatislarRight strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    padding: 5px 0;
    display: block
}

.canliSatislar .canliSatislarRight h4 {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0
}

.canliSatislar .canliSatislarRight h5 {
    font-size: 11px;
    font-weight: 700;
		margin:0px
}
.canliSatisResim{
	border-radius: 100%;
border: 5px solid #f5f4ef;
}

/***** CANLI SATIŞLAR ****/

.kategoriBaslik{text-align:center;margin-bottom:3.2rem;clear:both;font-weight: bold;font-size:2.2rem}
.tumu-kategori{
	margin-top:2rem;
	display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.tumu-kategori a{
padding:1rem;
background:#fff;
border-radius:5px;
border:1px solid #ccc;
}
.tumu-kategori a:hover{
padding:1rem;
background:#202020;
color:#fff;
border-radius:5px;
border:1px solid #ccc;
}



@media (max-width: 992px) {

.nav-tabs>li>a{
	font-size:12px;
	padding:5px!important;
}
.nav-tabs{height:30px!important}
}
.nav-tabs{height:50px!important}
