/* tree menü sınırsız */
.menu-container {
	position: relative;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #eee;
	width: 100%;
	font-size: 14px;
	display: none;
}
.menu-container * {
	margin: 0;
	padding: 0;
}
.menu-container ul {
	list-style-type: none;
}
.menu-container li > ul {
	padding-left: 10px;
	background: #d7d7d7;
}
.menu-container ul li{
	background: #6f6f6f;
	border-bottom: 2px solid #f0f0ef;
}
.menu-container ul li a{
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.menu-container li > ul li{
	background: #d7d7d7;
	border-bottom: 1px solid #ebebeb;
}
.menu-container li > ul li a{
	padding: 5px 0;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.menu-container a {
	display: block;
}
.menu-container a:hover {
	text-decoration: none;
}
.menu-container .active > a {
	font-weight: bold;
	color: #000;
}
.menu-container .glyphicon {
	margin-top: 5px;
	opacity: .80;
	float: right;
	font-size: 16px;
	font-weight: normal;
}
.menu-container ul li .glyphicon{
	margin-right: -15px;
}
.menu-container li > ul li .glyphicon{
	margin-right: 5px;
}







/* centered columns styles */
.rowCenter {
    text-align:center;
}
.colCenter {
    display:inline-block;
    float:none;
    text-align: center;
}
.vcenter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

/* scroll */
::-webkit-scrollbar {
    width: 12px;
} 
/* Çubuk */
::-webkit-scrollbar-thumb {
    background-color: #d02034;
	border: 10px solid transparent;
}
 /* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
	background: url('../images/scrollUp.png');
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
	background: url('../images/scrollDown.png');
}



@media (min-width: 544px){
	.mobilSlider {
		display: none !important;
		margin-top: -40px !important;
	}
	.katalogListMobil{
		display: none !important;
	}
}

@media (max-width: 767px){
	.pcSlider {
		display: none !important;
	}
	.pcSlider + .tp-fullwidth-forcer{
		height: 0 !important;
	}
	.katalogList{
		display: none !important;
	}
}





#header .header-top{
	background: #d02034;
	padding: 0;
	border: 0;
}



.header-iletisim{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding-left: 59px;
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
}
.header-iletisim li{
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-right: 40px;
	position: relative;
}
.header-iletisim li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 28px;
	background: #000;
	right: -25px;
	top: 0;
}
.header-iletisim li a{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}




.header-langs{
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
	float: right;
}
.header-langs li{
	float: left;
	margin-right: 10px;
}
.header-langs li a img{
	border: 1px solid #fff;
}



.header-social-icons{
	list-style: none;
	margin: 0 !important;
    padding: 0;
}
.header-social-icons li{
	float: left;
	padding: 4px 10px;
	border-right: 1px solid #9a0e1d;
}
.header-social-icons li:first-child{
	border-left: 1px solid #9a0e1d;
}
.header-social-icons li a{
	color: #fff;
}



#header .header-logo{
	margin: 0 !important;
    position: absolute;
    top: -20px;
}
#header .header-logo img{
	margin: 0 !important;
	z-index: 9;
}
#header .header-logo img:last-child{
	margin-left: 10px !important;
    margin-top: -23px !important;
}

#header .header-body{
	min-height: 115px;
	background: url('../images/headerBg.png') repeat-x;
    background-repeat-y: no-repeat;
    background-repeat-x: repeat;
    background-position: bottom;
}
#header .header-nav{
	margin-top: 30px !important;
}
#header .header-nav nav > ul > li > a{
	padding: 0 10px !important;
	color: #777777 !important;
}
#header .header-nav nav > ul > li.active > a{
	color: #000 !important;
}
#header .header-nav nav > ul > li:hover > a{
	background: transparent !important;
}
#header .header-nav nav > ul > li:last-child > a{
	color: #000 !important;
}
.headerSepet{
	position: relative;
	background: url(../images/sepetBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-color: #c1c1c1 !important; */
    padding: 5px 0px;
    margin-top: -7px;
    /* border-radius: 5px; */
}
.headerSepet > a{
	text-transform: none !important;
	color: #000 !important;
}
.headerSepet > a img{
	height: 30px;
	margin-right: 10px;
}
.headerSepet .sepetAdet{
	position: absolute;
	left: 27px;
    top: 4px;
}



.hesperiden .tp-bullet{
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #868686 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#868686 100%);
	background: linear-gradient(to right, #ffffff 0%,#868686 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#868686',GradientType=1 );
	border: 2px solid #23d3d5;
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected{
	background: #cd1b1b;
	background: -moz-linear-gradient(left, #cd1b1b 0%, #680d0d 100%);
	background: -webkit-linear-gradient(left, #cd1b1b 0%,#680d0d 100%);
	background: linear-gradient(to right, #cd1b1b 0%,#680d0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1b1b', endColorstr='#680d0d',GradientType=1 );
	border: 2px solid #d41c1c;
}
.tparrows, .tparrows:hover{
	background: #d02034;
	border-radius: 0 !important;
}



.tpCap1{
	background: #ca3d4e;
	padding: 10px 20px;
	font-size: 40px;
}
.tpCap2{
	background: #4f4f50;
	font-size: 17px;
	padding: 10px 20px;
	white-space: normal !important;
}
.tpCap22{
	background: #4f4f50;
	font-size: 17px;
	padding: 10px 20px;
	white-space: normal !important;
	text-align: center !important;
}
.slider-button{
	background: #fff;
	border: 3px solid #64c6d2;
	padding: 0 10px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
}




.section-urunler{
	background: #fff !important;
	margin: 0 !important;
	padding: 20px 0 0 0 !important;
	border-top: 5px solid #d02034 !important;
}




.baslik_txt{
	color: #d41c1c;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


.divider.divider-small {
    margin: -20px auto 10px auto;
    background: transparent;
	float: left;
}
.divider.divider-small hr {
    width: 50px;
    height: 3px;
    background: #000;
}

.urun-list-full{
	margin: 20px 0 50px 0;
}
.urun-list-full a{
	background: #eeeeee;
	text-decoration: none;
	display: block;
}
.urun-list-full a:hover{
	border: 8px solid #23d3d5;
	border-radius: 10px;
}

.urun-list-full .urun-ikon{
	position: absolute;
	right: 20px;
	bottom: 17px;
}
.urun-list-full .urun-ikon i{
	font-size: 30px;
	color: #626262;
}
.urun-list-full .urun-metin{
	background: transparent;
	display: block;
    padding: 10px;
}
.urun-list-full .urun-metin span{
	display: block;
}
.urun-list-full .urun-metin .urun-adi{
	font-weight: bold;
	color: #626262;
}
.urun-list-full .urun-metin .urun-bilgi{
	font-weight: regular;
	color: #626262;
}
.urun-list-full .owl-prev{
	right: 0;
	bottom: 0;
}
.urun-list-full .owl-next{
	right: 0;
}

.urun-list-full .owl-item.center{
	border: 8px solid #23d3d5;
	border-radius: 10px;
}












.katalogListMobil .owl-prev{
	right: 0;
	bottom: 0;
}
.katalogListMobil .owl-next{
	right: 0;
}


#form_ara{
	position: relative;
	width: 200px;
	float: right;
}
#form_ara input{
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	padding-left: 30px;
	margin-left: 5px;
	margin-top: 2px;
}
#form_ara button{
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
}
#form_ara input, #form_ara button:focus{
	outline: 0;
}




.section-katalog{
	margin: 0 !important;
}
.katalogHeader h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.katalogHeader p{
	color: #fff !important;
	margin-bottom: 10px;
}
.katalogBody{
	margin: 50px 0;
}
.katalogList{
	list-style: none;
	display: flex;
	justify-content: center;
}
.katalogList li{
	width: 15%;
}
.katalogList li a{
	color: #fff;
	text-decoration: none;
}
.katalogList li a .ikon{
	margin-bottom: 10px;
}
.katalogList li a:hover{
	color: #00eaff;
}

.katalogListMobil a{
	color: #fff;
	text-decoration: none;
}

.katalogListMobil .owl-item img {
    display: block;
    margin-left: 31% !important;
    margin-bottom: 20px !important;
    width: 40%;
    -webkit-transform-style: preserve-3d;
}




.iletisimBanner{
	background-color: #b2b2b2;
	padding: 20px 0 0 0;
	
	
}
.iletisimBanner img{
	display: inline-block;
	float: left;
	padding-top: 5px;
}
.iletisimBanner p{
	display: inline-block;
	float: left;
	width: 70%;
}
.iletisimBanner p strong{
	color: #000;
	font-weight: bold;
	display: block;
}
.iletisimBanner p small{
	color: #000;
	display: block;
	line-height: 16px;
}
.iletisimBanner a{
	color: #000;
}
.iletisimBannerBorder{
	display: inline-block;
	float: left;
	height: 30px;
	width: 1px;
	margin: 10px 15px 0 15px;
	background: #ec6926;
}

.social-icons3{
	list-style: none;
	float: right;
}
.social-icons3 li{
	float: left;
	border-right: 1px solid #000;
}
.social-icons3 li:first-child{
	border-left: 1px solid #000;
}
.social-icons3 li a{
	font-size: 30px;
	color: #000;
	padding: 0 10px;
}


#footer p{
	color: #fff;
	font-size: 16px;
	padding: 5px 0 0 0;
}


.page-header {
    border: 0;
}
.page-header h1{
	color: #c22026;
	border-bottom: 3px solid #000;
	margin: 0 0 10px 0;
	line-height: 0;
}

.pcShare .social-shares{
	list-style: none;
	display: flex;
	justify-content: center;
}
.pcShare .social-shares li{
	float: left;
}
.pcShare .social-shares li.ShareWhatsapp{
	display: none;
}

.mobilShares .social-shares{
	list-style: none;
	padding: 0;
}
.mobilShares .social-shares li.ShareWhatsapp{
	display: none;
}

.mobilShare{
	display: none;
}
.btn_paylas{
	background: #d02034;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
}
.btn_paylas i{
	margin-left: 5px;
}

.hakkimizdaBigImg{
	border: 1px solid #979797;
	padding: 5px;
	width: 49%;
}

.hakkimizda-carousel{
	position: relative;
}
.hakkimizda-carousel img{
	border: 1px solid #979797;
	padding: 2px;
}
.hakkimizda-carousel .owl-prev{
	right: 32px;
	bottom: -108px;
	width: 26px !important;
	height: 17px !important;
	line-height: 9px !important;
}
.hakkimizda-carousel .owl-next{
	right: 0;
	bottom: -108px;
	width: 26px !important;
	height: 17px !important;
	line-height: 9px !important;
}




.urunAlani{
	background: #e9e8e8;
	margin-bottom: 20px;
	border-radius: 10px;
}
.urunHeader{
	background: #cdcdcd;
	border-radius: 10px;
	padding: 8px 15px;
}
.urunHeader .pcShare .social-shares{
	list-style: none;
	padding: 0;
	display: block;
	margin: 0;
}

.urunListesi{
	padding: 10px;
}
.urunListesi a{
	position: relative;
	display: block;
	text-decoration: none;
	border: 1px solid #f2f1f1;
	border-radius: 10px;
	padding: 5px 0 0 0;
}
.urunListesi .uresim img{
	border: 3px solid #cccccc;
}
.urunListesi .uadi{
	height: 50px;
	border: 1px solid #ddd;
	padding: 10px;
}
.urunListesi .uadi h2{
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.urunListesi .uhover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: rgba(0, 0, 0, 0.7);
}
.urunListesi .uhover i{
	font-size: 60px; 
	color: #fff;
	margin-top: 20%;
}
.urunListesi a:hover .uhover{
	display: block;
}




.urunAlani2{
	border-radius: 10px;
	
	background: #d9d9d9;
	background: -moz-linear-gradient(top, #d9d9d9 0%, #ffffff 100%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #d9d9d9 0%,#ffffff 100%,#ffffff 100%);
	background: linear-gradient(to bottom, #d9d9d9 0%,#ffffff 100%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=0 );
}
.urunBaslik h1{
	color: #c22026;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
}
.urunHeader2{
	border-radius: 10px;
	padding: 8px 15px;
}
.urunHeader2 .pcShare .social-shares{
	list-style: none;
	padding: 0;
	display: block;
	margin: 0;
}


.urunListesi2{
	padding: 10px 5px;
}
.urunListesi2 .urunItem{
	padding: 5px;
}
.urunListesi2 a{
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 10px;
	padding: 5px 0 0 0;
}
.urunListesi2 .uresim{
	background: #eeeeee;
	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border: 0px solid #000000;

}
.urunListesi2 .uresim img{
	width: 100%;
	padding: 5px 5px 0 5px;
}
.urunListesi2 .uadi{
	background: #eeeeee;
	height: 50px;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px solid #000000;
}
.urunListesi2 .uadi h2{
	color: #d02034;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: left !important;
}
.urunListesi2 .uadi p{
	float: left;
	font-size: 11px;
}
.urunListesi2 .uikons{
	position: absolute;
	right: 15px;
	bottom: 13px;
}
.urunListesi2 .uikons i{
	font-size: 20px;
	color: #626262;
}


.pageStil{
	margin-top: 50px;
}


.kat_menu ul li{
	padding-left: 5px;
	font-size: 14px;
}
.kat_menu .tree-toggler{
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px;
	margin-bottom: 2px;
}
.kat_menu .tree a{
	
	width: 100%;
	margin-bottom: 4px;
}
.kat_menu .nav-list li a:before{
	border: 0;
}
.kat_menu ul li.aktif1 > label{
	color: red;
}




.urunBaslik2{
	border-bottom: 3px solid #000;
}
.urunBaslik2 h1{
	color: #c22026;
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
}
.urunAciklama2{
	padding: 10px 0 0 0;
}

.tableCesit{
	border: 1px solid #bdbdbd;
	margin-bottom: 50px;
}
.tableCesit thead{
	background: #d02034;
	color: #fff;
}

.adetArttir{
	display: inline-block;
}
.adetArttir .input-group-prepend, 
.adetArttir input{
	display: inline-block;
}
.adetArttir input{
	width: 80px;
	text-align: center;
    border: 1px solid #c8c8c8;
	padding-left: 21px;
}
.adetArttir .btn_arttir{
	background: #548734;
	height: 34px;
    margin-left: -5px;
    border: 1px solid #c8c8c8;
}
.adetArttir .btn_azalt{
    background: #d02034;
	height: 34px;
    margin-right: -5px;
    border: 1px solid #c8c8c8;
}
.form_urunEkle{
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
}
.btn_sepeteGit{
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
}

.urunYok{
	background: #d02034;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}



.tableSepet{
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.tableSepet th:first-child {
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}
.tableSepet th:last-child {
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
}
.tableSepet thead{
	background: #d8d8d8;
	border-radius: 10px;
	color: #000;
}
.tableSepet tbody{
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
}
.sepetUrunSil{
	background: #d02034;
	border: 1px solid #af515c;
}
.sepetUrunSil i{
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
}

.sepetGuncelle{
	background: #01a550;
	background: -moz-linear-gradient(top, #01a550 0%, #0d522e 100%);
	background: -webkit-linear-gradient(top, #01a550 0%,#0d522e 100%);
	background: linear-gradient(to bottom, #01a550 0%,#0d522e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a550', endColorstr='#0d522e',GradientType=0 );
	color: #fff;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
}
.sepetiBosalt{
	background: #ce1f33;
	background: -moz-linear-gradient(top, #ce1f33 0%, #36070c 100%);
	background: -webkit-linear-gradient(top, #ce1f33 0%,#36070c 100%);
	background: linear-gradient(to bottom, #ce1f33 0%,#36070c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1f33', endColorstr='#36070c',GradientType=0 );
	color: #fff;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
}

.inputStil1{
	width: 80px;
}


.iletisimBilgileri{
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.siparisFormHeader{
	border-radius: 5px;
	background: #00a350;
	background: -moz-linear-gradient(top, #00a350 0%, #0c5b32 100%);
	background: -webkit-linear-gradient(top, #00a350 0%,#0c5b32 100%);
	background: linear-gradient(to bottom, #00a350 0%,#0c5b32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a350', endColorstr='#0c5b32',GradientType=0 );
}
.siparisFormHeader h2{
	margin: 0;
	color: #fff;
	padding: 10px 20px;
}



.form-control-input{
	width: 100%;
	border: 2px solid #e1e1e1;
	border-radius: 4px;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #7b7b7b;
}

.btn_siparisVer{
	background: #01a550;
	background: -moz-linear-gradient(top, #01a550 0%, #0d522e 100%);
	background: -webkit-linear-gradient(top, #01a550 0%,#0d522e 100%);
	background: linear-gradient(to bottom, #01a550 0%,#0d522e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a550', endColorstr='#0d522e',GradientType=0 );
	color: #fff;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
}


.katalogHeader .pcShare{
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 9;
}
.katalogHeader .mobilShare{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}



.galeriVideoImg{
	border: 1px solid #908f8f;
	padding: 3px;
	width: 100%;
	height: 270px;
}
.galeriImg3{
	border: 1px solid #908f8f;
	padding: 3px;
	width: 100%;
	height: 230px;
}

.galeriImg2{
	border: 1px solid #908f8f;
	padding: 3px;
	width: 100%;
	height: 170px;
}
.galeriImg{
	border: 1px solid #908f8f;
	padding: 3px;
	width: 100%;
	height: 170px;
}
.galeriAdiAlani{
	padding: 5px;
}
.galeriAdiAlani span{
	font-weight: bold;
	color: #000;
}

.btn_sepeteGit{
	color: #fff !important;
}

.hakkimizdaImg{
	width: 100%;
	height: 120px;
}



.btn_medya{
	background: #d02034;
	border-radius: 5px;
	padding: 5px 10px;
}
.btn_medya,
.btn_medya:hover,
.btn_medya:focus,
.btn_medya:active{
	color: #fff;
	text-decoration: none;
}

.galeriBottomBorder{
	border-bottom: 2px solid #fff;
	margin-bottom: 25px;
}


.videoHoverBg{
	position: absolute;
	top: 4px;
	left: 4px;
	    width: 98.4%;
    height: 262px;
}

.videoPlays{
	position: absolute;
	top: 20%;
	margin-left: -25px;
}

.iletisimalani .list.list-icons li {
	padding-left: 0 !important;
}

.elementA{
	float: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3d3d3d !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3d3d3d !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3d3d3d !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3d3d3d !important;
}


.sepetResim{
	width: 60px;
}

.owlImg1{
	width: 100%;
	height: 220px;
}

/* mobile */

@media (max-width: 480px){
	.galeriImg {
		height: auto;
	}
	.social-icons3 {
		list-style: none;
		float: left;
		padding: 0;
	}
	.hakkimizdaImg {
		width: 100%;
		height: 250px;
	}
	#footer p {
		font-size: 12px;
	}
	.mobilShare{
		display: block;
	}
	.pcShare{
		display: none;
	}
	.mobilShares .social-shares li.ShareWhatsapp{
		display: block;
	}
	.SosWidth{
		
	}
	.SosWidth2{
		
	}
	#header .header-nav-main {
		background: #ffffff;
	}
	#header .header-nav-main nav > ul li {
		margin: 0 0 10px 0;
	}
	#header .header-body{
		min-height: 77px !important;
		height: 77px !important;
	}
	#header .header-logo img:first-child{
		margin: 0 !important;
		z-index: 9;
		width: 80px !important;
	}
	#header .header-logo img:last-child{
		margin-left: 5px !important;
		margin-top: 0px !important;
		width: 55% !important;
	}
	#header .header-btn-collapse-nav {
		background: #f15200;
		top: -40px;
		right: -13px;
	}
	.header-langs{
		padding: 0;
	}

	.btn_medya{
		font-size: 8px;
	}
	
	.urun-list-full .urun-metin .urun-adi{
		font-size: 18px;
	}
	.urun-list-full .urun-metin .urun-bilgi{
		font-size: 15px;
	}

}


@media (max-width: 1024px){
	#header .header-logo img {
		width: 30% !important;
	}
}
