/////***İSKELET**///
-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}
:root {
    --tema-rengi: #066432 !important;
}
/////***İSKELET**///
[data-control=""], [data-control="0"] {
  display: none !important;
}

[data-stok] {
  display: none !important;
}

[data-stok="0"], [data-stok=""] {
  display: flex !important;
}




/////***GENEL**///
::placeholder {
	color: #999!important
}
.products article .image{min-height:250px!important}




.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;
}
.bannerGiris  {
margin-bottom:2rem;
overflow: hidden
}
.bannerGiris a {
  position: relative;
  display: inline-block;
}

.bannerGiris a:before {
  content: "";
  position: absolute;
    border-radius:0.5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(rgba(255,255,255,0) 31%, rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(rgba(255,255,255,0) 31%, rgba(0,0,0,0.9) 100%);
  background: linear-gradient(rgba(255,255,255,0) 31%, rgba(0,0,0,0.9) 100%);
  transition: background 0.5s ease;
}
.bannerGiris:hover a:before {
  content: "";
  position: absolute;
    border-radius:0.5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(rgba(255,255,255,0) 31%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(rgba(255,255,255,0) 31%, rgba(0,0,0,1) 100%);
  background: linear-gradient(rgba(255,255,255,0) 31%, rgba(0,0,0,1) 100%);
  transition: background 0.5s ease;
}

.bannerText {
  position: absolute;
  bottom: 8%;
  left: 20px;
  color: #e5e5e5;
  font-weight: bold;
  font-size: 1.4rem;
  transition: background 0.5s ease;
}
.bannerGiris:hover .bannerText{color:#fff;transition: background 0.5s ease;}
.bannerGiris span {
  position: absolute;
  bottom: 3px;
  left: 20px;
  color: #e5e5e5;
  font-size: 1rem;
  transition: background 0.5s ease;
}
.bannerGiris:hover span{color:#fff;transition: background 0.5s ease;}


.bannerGiris img{
  border-radius:0.5rem
}

@media (max-width: 991px){


}

.altsiz{
  margin-bottom:20px!important;
}
.ac_over{    background-color: #40484e!important;}
.ac_results{
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 20%);
-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
box-shadow: 0 0 10px rgb(0 0 0 / 20%);
border-radius:15px;
}
.ac_results li{border-bottom:0px solid #fff;}
.anamenu {
	border-top: 1px solid #efefef;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.anamenu {
	border-top: 1px solid #efefef;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.sabitle {
position: fixed;
top: 0;
width: 100%;
}
.ustBar {
	background: #000;
	width: 100%;
	height: 40px;
	padding-top: 10px
}
.main_header_search_input {
	width: 100%;
	height: 35px;
	margin-top: 15px;
	border: none;
	outline: 0;
	border: solid 1px #f8f8f8;
	display: block;
	/*  opacity: .4;*/

	font-size: 12px;
	letter-spacing: .7px;
	color: #000;
	padding-left: 10px;
	border-radius: 16px;
	background: #fff;
	border: solid 1px #efefef!important;
}
.main_header_search_input:focus {
	border: solid 1px #ccc!important;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.main_header_search_input:focus~.main_header_search_btn {
	color: #000!important;
	font-weight: 600
}
.main_header_search_btn {
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 15px;
	border: none;
	background: transparent;
	outline: 0;
	color: #ccc;
}
nav .navigation-top>ul>li>a {
	border: none!important
}
nav .navigation-top {
	border: none!important
}
nav .navigation-main {
	border: none!important
}
.open-cart-deil span {
	background-color: #3a3d45;
	color: white;
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 15px;
	right: 6%;
	top: 16%;
	text-align: center;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media (max-width: 991px) {
	.products article .image{min-height:inherit!important}
	.anamenu{    border-top: 0px solid #efefef!important;}
	.open-cart-deil {
		right: 80px;
		position: absolute;
		top: 0px;
		width: 40px;
		height: 100%;
		text-align: center;
		border-left: 1px solid #dcdcdc;
	}

	.open-cart-deil .icon {
		font-size: 15px;
		line-height: 58px;
	}
}
@media (min-width: 991px) {
	.open-cart-deil {
		display: none
	}
}
.paginatoin-area {
	width: 100%;
	clear: both;
	text-align: right;
}
#twbsPagination>.active>a {
	border: 1px solid #e0e0e0;
	background: #212f3e;
	color: #fff;
}
.info-box>div>form>a>strong {
	display: inline!important
}
.kucukGaleri a {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 0px;
	border-radius: 5px
}
.mfp-counter {
	display: none!important
}
.kutum {
	-moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.soru img {
	margin-top: 8px
}
.soru {
	background: #efefef;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.cevap {
	margin-bottom: 10px
}
nav .navigation-main .open-menu .icon {
	font-size: 35px
}
.ustArama:focus {
	border-top: 1px solid #475e78;
	border-bottom: 1px solid #475e78;
	border-left: 1px solid #475e78;
	border-right: 0px solid #475e78;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ustArama:focus+.ustAramaIcon {
	background: #475e78;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ustArama {
	width: 90%;
	height: 35px;
	border-top: 1px solid #f5f4ef;
	border-bottom: 1px solid #f5f4ef;
	border-left: 1px solid #f5f4ef;
	border-right: 0px solid #f5f4ef;
	text-indent: 10px;
}
.ustAramaIcon {
	color: #666666;
	background-color: #f5f4ef;
	border: 0px solid #f5f4ef;
	height: 35px;
	width: 35px;
	position: absolute
}
.kampanya {
	color: #ed1d24;
	font-weight: bold;
	height: 100%;
	margin: 15px 0 0 10px;
	text-align: center;
}
.nav-settings {
	background: #ed1d24;
	color: #ffffff!important;
}
.nav-settings a {
	color: #ffffff!important;
}
@media (max-width: 991px) {
	.open-cart-deil {
		right: 80px;
		position: absolute;
		top: 0px;
		width: 40px;
		height: 100%;
		text-align: center;
		border-left: 1px solid #dcdcdc;
	}

	.open-cart-deil .icon {
		font-size: 15px;
		line-height: 58px;
	}

	.sf-form-item-fullwidth {
		width: 100%!important
	}
}
@media (min-width: 991px) {
	.open-cart-deil {
		display: none
	}
}
.ul-urun-list {
	padding: 0px
}
.ul-urun-list figcaption {
	font-size: 10px
}
.aktifBenzer {
	border: 2px solid #bdd755!important
}
figcaption {
	height: 50px;
	overflow: hidden
}
.fancybox-skin {
	padding: 0px!important
}
.standarBedendir {
	width: 100%;
	font-weight: bold;
	text-align: center
}
footer .footer-social li a {
	font-size: 32px
}
#fixed-social {
	position: fixed;
	top: 430px;
	right: 10px
}
#fixed-social a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 40px;
	margin-bottom: 1px;
	z-index: 2
}
#fixed-social a:hover>span {
	visibility: visible;
	left: 41px;
	opacity: 1
}
#fixed-social a span {
	line-height: 40px;
	left: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
	visibility: hidden;
	transition-duration: .5s;
	z-index: 1;
	opacity: 0
}
.fixed-facebook {
	background-color: #f3ce00
}
.fixed-facebook span {
	background-color: #f3ce00
}
.fixed-ana {
	background-color: #f3ce00
}
.fixed-ana span {
	background-color: #f3ce00
}
.fixed-instagrem {
	background-color: #c02425
}
.fixed-instagrem span {
	background-color: #c02425
}
/////***GENEL**///
/////***SLIDER**///
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.jssorb032 {
	position: absolute;
}
.jssorb032 .i {
	position: absolute;
	cursor: pointer;
}
.jssorb032 .i .b {
	fill: #fff;
	fill-opacity: 0.7;
	stroke: #000;
	stroke-width: 1200;
	stroke-miterlimit: 10;
	stroke-opacity: 0.25;
}
.jssorb032 .i:hover .b {
	fill: #000;
	fill-opacity: .6;
	stroke: #fff;
	stroke-opacity: .35;
}
.jssorb032 .iav .b {
	fill: #000;
	fill-opacity: 1;
	stroke: #fff;
	stroke-opacity: .35;
}
.jssorb032 .i.idn {
	opacity: .3;
}
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}
.jssora051:hover {
	opacity: .8;
}
.jssora051.jssora051dn {
	opacity: .5;
}
.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}
/////***SLIDER**///
/////***ÜRÜN LİSTELEME**///
.filterCheck :after {
	width: 100%;
	clear: both;
}
.catsubmenu {
	padding-bottom: 20px;
}
.catsubmenu a {
	font-weight: normal!important;
  display:block!important;
  width:100%!important

}
.menu_table tr td div {
	border-bottom: 0px solid #efefef;
	padding-top: 0px;
}
.menu_table tr td div:hover {
	color: #000;
	font-weight: bold
}
.menuItem {
	margin-bottom: 10px;
}
#urunsirala {
	display: none!important
}
.filitreBaslik {
	float: none!important;
	clear: both;
	width: 100%
}

/*.filterCheck {float:left!important;}*/
#filterContainer input {
	margin: 7px 2px 0px 5px
}

/*.filter-clear {float:left!important;clear: none!important;}*/
#filterContainer ul {
	padding: 0px!important
}
.cat-filter-bar {
	display: none
}
.BreadCrumb,
.breadcrumb {
	color: #666666
}
.BreadCrumb {
	margin: 0px 10px 0px 0px
}
.swap-on-hover {
position: relative;
margin: 0 auto;
}
.swap-on-hover img {
top: 0;
left: 0;
}
.swap-on-hover:hover>.swap-on-hover__back-image {
display: unset
}
.swap-on-hover:hover>.swap-on-hover__front-image {
display: none!important
}
.swap-on-hover .swap-on-hover__front-image {
z-index: 9999;
transition: opacity .5s linear;
cursor: pointer;
}
.swap-on-hover__back-image {
display: none;
}
.swap-on-hover:hover>.swap-on-hover__front-image {
opacity: 0;
}

.products article .text sub,
.products article .text sup {
	font-size: 1rem;
	margin: 0px 0px 0px 0px!important;
	color: #ed1d24;
	font-weight: bold;
}

ul.urunSecim li {
	min-width: 40px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	margin: 5px;
}

ul.urunSecim li.selected {
	border-color: #fff;
	background-color: #ed1d24;
	font-weight: bold;
	color: #fff
}

ul.urunSecim li.disabled {
	background: #eee;
	color: #999;
	position: relative;
	cursor: not-allowed;
}

ul.urunSecim li.disabled:before {
	content: "";
	background-size: 100% 100%;
	position: absolute;
	display: block;
	width: 110%;
	height: 110%;
	color: #ddd;
	top: -5%;
	left: -5%;
}
/////***ÜRÜN LİSTELEME**///

/////***ÜRÜN DETAY**///
.normalFiyat {
	font-size: 16px!important;
	font-weight: bold!important;
	color: #d00000
}
.badge-warning {
	background: #d00000!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
.urunSecimTable {
	border: 0px solid #000
}
@media (min-width: 1200px) {
.container {
	width: 1200px!important;
}
}
@media (max-width: 991px) {
nav .logo img {
	height: 40px!important;
	margin-top: 10px
}
}

.btn-satis {
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
color: #fff;
background-color: #ff6000;
border-color: #ff6000;
font-size: 1.3rem;
margin: 0 auto;
width: 90%
}
.btn-satis:hover {
color: #fff;
background-color: #eb5800;
border-color: #eb5800;
}
.whatsappSor {
font-size: 1rem;
margin: 0 auto;
color: #fff;
background: #00c451;
width: 90%;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.whatsappSor:hover {
color: #fff;
background: #047737;
}
.filtre-info a{
  pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}
.filtre-tablo{
  background-color: #ddd;
  border-radius:10px;
  padding:10px
}
/////***ÜRÜN DETAY**///
/////***ÜRÜN YORUM **///
.yorum_holder {
	margin-top: 30px;
}

.yorum_holder .yorum {
	padding: 15px 20px;
	background: #f7f7f7;
	border-radius: 15px;
}

.yorum_holder .yorum .adi {
	font-size: 14px;
	font-weight: 600;
	color: #61761a;
}

.yorum_holder .yorum .baslik {
	font-size: 14px;
	font-weight: 600;
	color: #61761a;
}

.yorum_holder .yorum .detaylar,
.yorum_holder .yorum .yildizlar {
	font-size: 12px;
}

.yorum_holder .yorum .yildizlar span {
	margin-left: 10px;
	font-size: 10px;
}

.yorum_holder .yorum_ortalama_holder {
	border: 2px solid #dfdfdf;
	border-radius: 15px;
	padding: 20px 20px 40px 20px;
}

.yorum_holder .yorum_ortalama_holder .baslik {
	font-size: 16px;
	font-weight: 600;
	color: #61761a;
}

.yorum_holder .yorum_ortalama_holder .ortalama_puan {
	background-color: #f7f7f7;
	border-radius: 15px;
	padding: 15px;
	margin: 0 10%;
	margin-top: 20px;
}

.yorum_holder .yorum_ortalama_holder .ortalama_puan .baslik {
	font-weight: 600;
	color: #61761a;
}

.yorum_holder .yorum_ortalama_holder .ortalama_puan .puan {
	font-weight: 600;
	font-size: 50px;
	color: #61761a;
}

.yorum_holder .baslik p.yorum_baslik {
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 15px;
	font-size: 20px;
	font-weight: 600;
	padding: 7px 0;
	color: #61761a;
}

@media(max-width:500px) {
  .indirimOran {

      bottom: 15px!important;
      left: 70%!important;
  }




	.yorum_holder .baslik p.yorum_baslik {
		text-align: right;
		padding-right: 10px;
	}
}

.yorum_holder .baslik p.yorum_baslik span a {
	font-size: 12px;
	right: 30px;
	top: 14px;
	position: absolute;
	color: #61761a;
	text-decoration: none;
}

.yorum_holder .tumunu_gor_btn {
	background: #91c100;
	border: none;
	font-size: 13px;
	font-weight: 400;
	border-radius: 50px;
	color: #FFFFFF;
	padding: 8px 25px;
	margin-top: 2px;
	text-decoration: none;
}

.yorum_holder a.btn {
	border-radius: 50px;
	border: 1px solid #FFF;
	background-color: #ff6600;
	color: #FFF;
	padding: 7px 20px;
	box-shadow: 1px 1px 2px #CCC, -1px 0px 2px #CCC;
	position: relative;
	margin-bottom: 15px;
}

.yorum_holder label {
	font-size: 15px;
	font-weight: 400;
	color: #777;
	font-style: italic;
	padding: 0;
	margin-top: -5px;
}

.yorum_holder textarea {
	resize: none;
	height: 155px;
}

.yorum_holder .yorum_gonder_btn {
	margin-top: 0;
	background: #d83f44;
	border: none;
	border-radius: 50px;
	color: #FFF;
	font-size: 13px;
	padding: 6px 25px;
}

.yorum_holder label {
	position: relative;
	width: 100%;
}

.yorum_holder input,
.yorum_holder textarea {
	border-radius: 15px;
	background-color: #f7f7f7;
	border-color: #CCC;
	max-width: 100%;
}

.star_holder_span {
	position: absolute;
	top: 5px;
	right: 0px;
}

.yorum_holder .star_holder {
	border-radius: 15px;
	background-color: #f7f7f7;
	border-color: #CCC;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.generatedForm div {
	position: relative;
	margin-bottom: 20px;
}

.generatedForm sup {
	right: 0;
	position: absolute;
}

.yorum_holder .btn_holder {
	position: relative;
}

.yorum_holder .btn_holder .btn {
	position: absolute;
	top: 0;
}

.yorumUyari {
	background: #f7f7f7;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
  display:none
}

/////***ÜRÜN YORUM **///
/////***SLICK SLIDER**///
.photos {
	overflow: hidden
}

.product .photos .swiper-slide {
	/*	min-height: 489px;*/
	position: relative
}

.product .photos .swiper-slide.product_video::after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	max-height: 480px;
	max-width: 600px;
	background-image: url(../images/product_video.png)
}

.product .photos .swiper-slide strong {
	display: block;
	padding: 20px;
	padding-left: 0;
	box-sizing: border-box
}

.product .photos .swiper-slide .play i {
	font-size: 124px
}

.product .photos .swiper-slide .play {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding-left: 50px;
	background: #00000050;
	text-shadow: 1px 1px 10px #000;
	padding-top: 20px;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #fff;
	line-height: 10px;
	font-size: 22px;
	pointer-events: none
}

.product .product-slidesÂ {
	height: 690px
}

.product .product-slides a {
	display: block;
	text-align: center
}

.product .product-slides .swiper-slide img {
	width: 100%;
	display: inline-block
}

.product .photos .product-thumbs {
	width: 595px;
	overflow: hidden
}

.product .photos .product-thumbs .swiper-slide img {
	max-width: 150px;
	max-height: 150px;
	margin: 5px;
	border: 3px solid #e9e9e9
}

.product-thumbs {
	height: 190px;
	box-sizing: border-box;
	padding: 10px 0
}

.product-thumbs .swiper-slide {
	width: auto;
	height: 100%;
	opacity: .4
}

.product-thumbs .swiper-slide-active {
	opacity: 1
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-color: rgba(0, 0, 0, .1);
	padding: 10px;
	border-radius: 5px;
	transition: all .3s
}

.swiper-button-next.swiper-button-white:hover,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:hover,
.swiper-button-prev.swiper-button-white:hover,
.swiper-container-rtl .swiper-button-next.swiper-button-white:hover {
	background-color: rgba(0, 0, 0, .3)
}

.wrappere {

 display: flex;
 flex-direction: row;
 }
 .swiper-slide img {
 display: block;

 margin: 0 auto;
 -o-object-fit: cover;
 object-fit: cover;
 }
 .Thumbs {
 flex-basis: 150px;
 }
 .Thumbs .swiper-slide {
 opacity: 0.4;
 }
 .Thumbs .swiper-slide-active {
 opacity: 1;
 }



/////***SLICK SLIDER**///
/////***SEPET SİPARİŞ**///
.sf-form-container ul li:nth-child(14) {
	width: 100%!important
}

.sf-form-container ul li:nth-child(18) {
	width: 100%!important;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}

.sf-form-container ul li:nth-child(19) {
	width: 100%!important;
	margin-bottom: 10px;
	border-bottom: 0px solid #ccc;
	text-align: center
}

.sf-form-container ul li:nth-child(20) {
	width: 100%!important;
	margin-bottom: 10px;
	border-bottom: 0px solid #ccc;
	text-align: center
}

.sf-form-container ul li:nth-child(20) label {
	float: inherit
}

.sf-form-container ul li:nth-child(21) {
	width: 100%!important;
	margin-bottom: 10px;
	border-bottom: 0px solid #ccc;
	text-align: center
}

.sf-form-item-fullwidth .sf-form-textarea {
	max-width: 100%!important
}

.formGonderButton {
width:100%;
height:40px;
background:#000;
border-radius: 7px

}



.basket-button {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
}

.green-button {
	background: #ff8600
}
.sepet-info{
  background:var(--tema-rengi)!important;
  border:1px solid var(--tema-rengi)!important;
  color:#fff!important;
  border-radius: 1rem
}
.sepet-info a{color:#fff!important}
/*
.sepet-info {
	animation: haha 5s infinite;
}

@keyframes haha {
	0%,
	100% {
		background: #fff0d3;
	}
	10% {
		background: #d1f4f5;
	}
	40% {
		background: #efefef;
	}
	70% {
		background: orange;
	}
}*/

.basket-title-bos {
	background-image: url("../images/sepetbos.png")!important;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 50px;
	font-size: 18px!important;
	background-color: #fff;
	border: 0px solid #ccc!important
}

.basket-left {
	width: 70%!important
}

.basket-right {
	clear: inherit!important
}

@media(max-width:500px) {
	.basket-left {
		width: 100%!important
	}
}

/////***SEPET SİPARİŞ**///

.vitt{width:90%;margin:0 auto;border-radius:10px}

.catImage{display:none!important}



.piyasaFiyat{font-size:1.6rem!important}
.normalFiyat{font-size:1.9rem!important;font-weight:900!important;color:#d00000}
.badge-liste{
	position: absolute;
	top:20px!important;
	left:20px!important;
	font-size:16px;
	background:#D4AF37;
	display: inline-block;
	min-width: 10px;
	padding: 6px 7px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px
}

.badge-video{
	position: absolute;
	top:50px!important;
	left:20px!important;
	font-size:16px;
	background:#fff;
	display: inline-block;
	min-width: 10px;
	padding: 6px 7px;
	font-weight: 700;
	line-height: 1;
	color: #e20000;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px
}
.badge-anindaGonderim{
	position: absolute;
	top:20px!important;
	right:10px!important;
	font-size:16px;
/*	background:#76bb00;*/
	display: inline-block;
	min-width: 10px;
	/*padding: 6px 7px;*/
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius:0.25rem;
	z-index:9
}
.eskifiyat{font-weight: normal;color:#919191;text-decoration: line-through;}
.indirimOran{z-index:9!important;bottom:20px; position: absolute;padding:5px;border-radius:0.25rem;left:50%}
.ukodbaslik{font-size:11px;}
.catSlider{display:none!important}





@media (max-width: 991px){

	.tabletOzel{display:none!important}

}
.floating-menu{}

#ucmenu{background-color: transparent!important}
#ucmenu ul {
	min-height:60px;
	margin: 0;
	list-style:none;
	display: flex;
	float:none;

	align-items: center;
	justify-content: center;

}
.menuucilk {color:var(--tema-rengi)!important;font-weight: bold;padding:0.8rem;font-size:0.8rem}
.menuucilk:hover{background:var(--tema-rengi);color:#fff!important;}
#ucmenu li{}
#ucmenu li {
	display: inline-block;
	padding: 0px;
	position: relative;


}
.level1 {min-width:200px}
#ucmenu li a{
	color:#fff
}
#ucmenu li:hover > ul {
	display: block;
	background:#fff;
	margin-top:6px;
  z-index: 99;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: ddAnimation;
	animation-name: ddAnimation;
	-webkit-box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);

}
#ucmenu ul ul {
	position: absolute;
	display: none;
	margin: 0;
	padding:0px;

}
#ucmenu ul ul li {
	display: block;
	width:200px;

}
#ucmenu ul ul li:first-child {
	margin-top:20px

}

#ucmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
.level2 a:hover{
color:red!important;
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
-webkit-transform: translateX(5px)!important;
transform: translateX(5px)!important;

}
.level1 {
display: inline-block;
}
.level1:hover{
background:var(--tema-rengi)!important
}

.level1 a{
display:inline-block;
color:var(--tema-rengi)!important;
padding: 5px 20px!important;
height:35px;
width:100%;
font-size:0.8rem
}
.level1 a:hover{
color:#fff!important;
}
.secildi .menuucilk {
background:var(--tema-rengi)!important;
color:#fff!important;
}
.secildi ul:before{
content: '';
display: inline-block;
vertical-align: middle;
width: 14px;
height: 7px;
border-bottom: solid 7px #fff;
border-left: solid 7px transparent;
border-right: solid 7px transparent;
position: absolute;
top: -7px;
left: 15px;
}

.altli:hover:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 7px;
	border-bottom: solid 7px #fff;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	position: absolute;
	bottom: -16px;
	left: 15px;
	}


.ucaltMenu{
	margin:0px!important;
	overflow: hidden;
	min-height:unset!important
}
.ucaltMenu:before{
	display:none!important
}
.ucaltMenu li:first-child{
	margin:0px!important
}
.secildialt a{
	color:#fff!important
}
.level2 a:hover{
background:var(--tema-rengi)!important;
color:#fff;
}
.uca::after{
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	right:5px;
	top:9px;
	position: absolute;
	font: normal normal normal 18px/1 FontAwesome;
}
.level2 a{color:var(--tema-rengi)!important;}

.tabletOzel{

position:relative;
height:100px;
display: flex;
align-items: center;
justify-content: center;
}

.urun-etiketi {
  position: absolute;
  top: 0px;
  pointer-events: none;
  z-index:1
}

.etiket-indirimde{
  background:#BDBDBD;
  right:0px;
  color:#fff;
  padding:0px 5px
}
.etiket-yeni{
  background:#066432;
  left:0px;
  color:#fff;
  padding:0px 5px
}

.eskifiyatd{height:20px}
.viewForm{width:100%}



.siralaUst{
  position:relative
}
.SearchListingSort{

}

@media (max-width: 991px){

	.siralaUst{display:none!important}
  .filters.active .filtreDesktop{display:none!important}
  .filtreMobile{display:block!important}
  .siralaMobile{display:block!important}
  .siralaMobile .dropdown-menu{display:block!important}
  .siralaMobile .dropdown-menu{position:unset!important;border:0px solid #000!important}
  .siralabutton{font-size:14px}

}
.filtreMobile{display:none}
.siralaMobile{display:none}


.siralaUst .dropdown {
  position:absolute;
  top:-80px;
  right:25px
}

.siralaUst .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.siralaUst .dropdown:hover .dropdown-menu {
  display: block;
}
.siralabutton{width:100%!important;text-align:left}
.siralabutton:hover{width:100%;color:#fff;background:var(--tema-rengi)!important}
.filterCheck{text-transform:none!important}
input[type='checkbox']{
  accent-color:var(--tema-rengi)!important;
}


.menu_table{width:100%}
.dot{display:none!important}

.altKategorisi, .catsubmenu{margin:0px 0px 0px 0px!important;display:block;width:100%}
.altKategorisi table{margin:0px 0px 0px 0px!important;display:block;width:100%}
.altKategorisi td {margin:0px 0px 0px 0px!important;display:block;width:100%}
.altKategorisi tbody {margin:0px 0px 0px 0px!important;display:block;width:100%}
.altKategorisi tr{margin:0px 0px 0px 0px!important;display:block;width:100%}
.altKategorisi td br{display:none!important}
.menu_table td:empty{display:none}
.filters .filter-content {padding-top:0px!important}


.alertsborder{
  border:3px solid #ddd;padding:0.6rem;border-radius:5px

}
.tooltipUyari{display:none;font-weight:bold;color:#d20915}



.swal2-backdrop-show {
    background: rgba(0,0,0,.4)!important;
}

.swal2-container {
    width: 100%!important;

}
@media (min-width: 991px){
.swal2-popup{width:30%!important}
}

.enustBar{
  padding:0.4rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.menu-items-row1{

}
.menu-items-row1 li {
    padding-right: 2rem;
    float:left
}

.menu-items-row1 li a {
    display: block;
    color: #000;
    padding: 0.3rem 0;
    font-size:0.8rem
}
.menu-items-row1 li a span {
    position: relative;
}
.menu-items-row1 li a span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all .2s ease-in-out;
}
