@font-face { font-variant-ligatures: discretionary-ligatures;font-family: 'ean13_font'; src: url('../fonts/ean13.woff')}
.ean13_font { font-variant-ligatures: discretionary-ligatures;font-family: 'ean13_font'; font-size:120px }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    color: #231f20;
    position: relative;
    z-index: 1;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
}

html {
    overflow: hidden;
    overflow-y: scroll;
    width: 100vw;
}
body {	
    background: #fff;    
	overflow-x: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#222;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#222;
}
br {
    content:"";
    margin:0;
    display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#222;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#222;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#222;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#222;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#222;
}
:-moz-placeholder { /* Firefox 18- */
  color:#222;
}
.clear {
    clear:both;
}
h2 {
	font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}
strong {
    font-weight: bold;
}
.container {
    position: relative;
    width:1120px;
    margin: 0 auto;
}
.header {
    width: 100%;
    float: left;
    height: 120px;
}
.header .logo {
    float: left;
    height: 100px;
    margin-top: 10px;
    position: relative;
}
.header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header .telefon {
    float: right;
    height: 54px;
    margin-top: 33px;
    position: relative;
    width: 210px;
    text-align: right;
    font-size: 15pt;
    font-weight: 600;
}
.header .telefon i {
    float: left;
    font-size: 16pt;
    width: 32px;
    height: 54px;
    line-height: 54px;
    border-right: 1px solid #eeeeee;
    text-align: left;
}
.header .telefon .baslik {
    text-align: right;
    font-weight: 200;
    font-size: 8pt;
    width: 100%;
    margin-top: 10px;
}
.header .telefon span {
    font-size: 15pt;
    font-weight: 300;
}
.header .sosyal {
    float: right;
    margin-left: 30px;
}
.header .sosyal .facebook {
    width: 70px;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 100px;
    background: #545454;
    font-size: 13pt;
    color:#fff;
    transition: all .1s ease-in;
    position: relative;
}
.header .sosyal .instagram {
    width: 70px;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 100px;
    background: #454545;
    font-size: 13pt;
    color:#fff;
    transition: all .1s ease-in;
    position: relative;
}
.header .sosyal .instagram:hover, .header .sosyal .facebook:hover {
    background: #231f20;
}
.header .sosyal i {
    color:#fff;
}
.menu {
    width: 100%;
    float: left;
    height: 60px;
    background: #f9f9f9;
    text-align: center;
}
.menu ul {
    width: 100%;
    float: left;
}
.menu ul li {
    display: inline-block;
    position: relative;
}
.menu ul li a {
    line-height: 60px;
    float: left;
    padding: 0 15px;
    font-weight: 500;
    font-size: 12pt;
}
.slider {
    width:100%;
    margin: 0 auto;
	z-index: -1;
}
.slider .swiper-slide img {
	float: left;
    width: 100%;
    height:auto;
    object-fit: cover;
}
.urun-gruplari {
    width: 100%;
    float: left;
}
.urun-gruplari .baslik {
    font-weight: 700;
    font-size: 20pt;
    margin-top: 60px;
	color: #231f21;
}
.urun-gruplari .baslik span {
    font-weight: 300;
    font-size: 20pt;
	color: #231f21;
}
.urun-gruplari .aciklama {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.urun-gruplari .aciklama p {
    line-height: 30px;
    width: 100%;
    float: left;
    letter-spacing: .4px;
}

.urunler {
    float: left;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}
.urunler .swiper-slide a {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    padding: 30px;
}
.urunler .swiper-slide a .urun-logo {
    float: left;
    margin-top: 20px;
	display:none;
}
.urunler .swiper-slide a .urun-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.urunler .swiper-slide a .kategori-resim {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	overflow:hidden;
}
.urunler .swiper-slide a .kategori-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
.urunler .swiper-slide a:hover .kategori-resim img {
    transform: rotate(7deg) scale(1.2);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.urunler .swiper-slide a h1.sadi {
    font-weight: 300;
    font-size: 20pt;
    color: #231f21;
    background: #fff;
    right: 0;
    position: absolute;
    padding: 10px 50px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    bottom: 30px;
}
.urunler .swiper-slide a h1.sadi strong {
    font-weight: 700;
    font-size: 20pt;
	color: #231f21;
}
.urunler .swiper-slide a .aciklama {
    width: 100%;
    float: left;
    margin-top: 5px;
    padding-right: 150px;
    letter-spacing: .4px;
    line-height: 30px;
	display:none;
}
.urunler .swiper-slide a .incele {
    position: absolute;
    font-size: 12pt;
    font-weight: 500;
    left: calc(50% - 45px);
    top: -50px;
    background: #fff;
    padding: 0;
    width: 90px;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
}
.urunler .swiper-slide a:hover .incele {
    top: calc(50% - 20px);
}
.urunler-pagination {
    bottom: 0px !important;
}
.alan   {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.alan .kurumsal   {
    width: 390px;
    float: left;
    padding-right: 30px;
    padding-top: 80px;
    background: #231f21;
    position: relative;
	height: 521px;
}
.alan .kurumsal:before {
    content: "";
    position: absolute;
    width: 3000px;
    height: 100%;
    background: #231f21;
    left: -3000px;
    top: 0;
}
.alan .kurumsal .baslik {
    font-weight: 700;
    font-size: 20pt;
    color: #fff;
}
.alan .kurumsal .baslik span {
    font-weight: 300;
    font-size: 20pt;
    color: #fff;
}
.alan .kurumsal .aciklama {
    width: 100%;
    float: left;
}
.alan .kurumsal .aciklama p {
    color: #fff;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
}
.alan .kurumsal .aciklama p strong {
    color: #fff;
}
.alan .kurumsal .devami {
    float: right;
    color: #fff;
    margin-top: 35px;
    position: relative;
    font-size: 10pt;
    font-weight: 300;
    margin-bottom: 40px;
}
.alan .kurumsal .devami:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #fff;
    left: -59px;
    top: 8px;
}
.alan .saglik   {
    width: 730px;
    float: left;
    padding-left: 30px;
    padding-top: 80px;
    background: #fff;
    position: relative;
}
.alan .saglik .baslik {
    font-weight: 500;
    font-size: 20pt;
    color: #222222;
}
.alan .saglik .baslik span {
    font-weight: 300;
    font-size: 20pt;
    color: #222222;
}
.alan .saglik .liste {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.alan .saglik .liste .sira {
    float: left;
    font-size: 24pt;
    font-weight: 200;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
    border: 1px solid;
    border-radius: 50%;
    margin-top: 7px;
}
.alan .saglik .aciklama {
    line-height: 30px;
    width: calc(100% - 100px);
    margin-top: 0;
    float: left;
    margin-left: 20px;
}
.alan .saglik .liste .baslik {
    font-weight: 500;
    font-size: 16pt;
    color: #222222;
    width: calc(100% - 100px);
    margin-left: 20px;
    float: left;
}
.arayalim    {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    height: 150px;
    padding: 50px;
}
.arayalim .icerik   {
    width: 50%;
    float: left;
    padding-right: 30px;
}
.arayalim .icerik .baslik   {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
	color: #231f21;
}
.arayalim .icerik .baslik span  {
	font-weight: 300;
    font-size: 19pt;
    color: #231f21;
}
.arayalim .icerik .yazi   {
    color: #222220;
    line-height: 30px;
    float: left;
    width: 100%;
}
.arayalim .form   {
    width:50%;
    float: left;
    margin: 0;
}
.arayalim .form form   {
    position: relative;
    width: 100%;
}
.arayalim .form form i   {
    position: absolute;
    font-size: 16pt;
    color: #231f21;
    line-height: 50px;
    width: 55px;
    text-align: center;
}
.arayalim .form form i:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #eaeaea;
    right: 0px;
    top: 11px;
}

.arayalim input {
    color: #222220;
    background: none;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    padding: 0px 120px 0px 70px;
    float: left;
    border-radius: 0;
    margin-top: 0px;
    width: 100%;
    line-height: 50px;
    font-size: 10pt;
    position: relative;
}
.arayalim input:focus {
    border: 1px solid #231f21;
}
.arayalim button {
    border: none;
    color: #ffffff;
    background: #231f21;
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 5;
    cursor: pointer;
    line-height: 32px;
    padding: 0 20px;
}
.footer-ust {
    float: left;
    width: 100%;
    height: 150px;
    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);
    margin-top: 20px;
}
.footer-ust .foot-logo {
    width: 200px;
    height: 100%;
    background: #fff;
    text-align: center;
    float: left;
}
.footer-ust .foot-logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.footer-ust .foot-orta-alan {
    width: 306px;
    float: left;
    height: 100%;
    position: relative;
}
.footer-ust .foot-orta-alan:before {
    content:"";
    position: absolute;
    right: 0;
    top:35px;
    width:1px;
    height: 80px;
    background: #d6d6d7;
}
.footer-ust .foot-orta-alan:nth-child(4):before {
    display: none;
}
.footer-ust .foot-orta-alan .baslik {
    font-size: 13pt;
    font-weight: 300;
    padding: 45px 0 0 40px;
}
.footer-ust .foot-orta-alan .icerik {
    font-size: 13pt;
    font-weight: 500;
    padding: 15px 0 0 40px;
}
.footer-ust .foot-orta-alan .icerik .sosyal li {
    float: left;
    margin-right: 15px;
}
.footer-ust .foot-orta-alan .icerik .sosyal  {
    float: left;
}
.footer-ust .foot-orta-alan .icerik .sosyal li a {
    float: left;
    padding: 0 5px;
}
.footer {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #d4d4d4;
    position: relative;
    z-index: -1;
}
.footer:before {
    content:"";
    width: 100%;
    float: left;
    height: 75px;
    background: #d4d4d4;
    position: absolute;
    top:-75px;
    left:0;
}

.footer .kurumsal-menu {
    float: left;
    width: 35%;
}
.footer .kurumsal-menu .baslik {
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 20pt;
    color: #231f21;
}
.footer .kurumsal-menu .baslik:before {
    content:"";
    position: absolute;
    background: #231f21;
    bottom:-20px;
    left:0;
    width:50px;
    height: 2px;
}
.footer .kurumsal-menu .menu {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: left;
    background: none;
}
.footer .kurumsal-menu .menu li {
    float: left;
    width: 100%;
    padding: 10px 0 0 30px;
    position: relative;
}
.footer .kurumsal-menu .menu li:before {
    content:"";
    position: absolute;
    left:0;
    top:18px;
    width:20px;
    height: 1px;
    background: #231f21;
}
.footer .kurumsal-menu .menu li a {
    float: left;
    width: 100%;
}
.footer .urun-gruplari-menu {
    float: left;
    width: 80%;
}
.footer .urun-gruplari-menu .baslik {
    font-weight: 700;
    font-size: 20pt;
    color: #231f21;
    float: left;
    width: 100%;
    position: relative;
}
.footer .urun-gruplari-menu .baslik span {
    font-weight: 300;
    font-size: 20pt;
    color: #231f21;
}
.footer .urun-gruplari-menu .baslik:before {
    content:"";
    position: absolute;
    background: #231f21;
    bottom:-20px;
    left:0;
    width:50px;
    height: 2px;
}
.footer .urun-gruplari-menu .menu {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: left;
    background: none;
}
.footer .urun-gruplari-menu .menu li {
    float: left;
    width: 33%;
    padding: 10px 0 0 30px;
    position: relative;
}
.footer .urun-gruplari-menu .menu li:before {
    content:"";
    position: absolute;
    left:0;
    top:18px;
    width:20px;
    height: 1px;
    background: #231f21;
}

.footer .urun-gruplari-menu .menu li a {
    float: left;
}
.footer .foot-logo {
    float: left;
    width: 20%;
}
.footer .foot-logo .resim {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: right;
}
.footer .foot-logo .resim img {
    width: 100%;
    float: left;
}
.footer .foot-logo .bilgi {
    float: right;
    margin-top: 10px;
    text-align: right;
    font-weight: 500;
    font-size: 11pt;
    color: #fff;
    background: #ed1c24;
    padding: 5px 10px;
    border-radius: 20px;
}
.footer-alt {
    float: left;
    width: 100%;
    height: 60px;
    background: #ed1c24;
}
.footer-alt .copyright {
    float: left;
    letter-spacing: 0px;
    line-height: 60px;
    color:#fff;
}
.footer-alt .copyright strong {
    font-weight: 700;
    color:#fff;
}
.footer-alt .kalitefix {
	float: right;
    transition: all .1s ease-in;
    background: url(../images/kalitefix-logo.png) no-repeat;
    width: 20px;
    height: 24px;
    margin-top: 18px;
    opacity:1;
    overflow: hidden;
    background-position: right;
}

.footer-alt .kalitefix:hover {
    opacity: 1;
	width: 150px;
	background-position: left;
}
.banner {
    float: left;
    width: 100%;
    background: #231f20;
    height: 150px;
    position: relative;
    z-index: -1;
}
.banner h1.adi {
    color: #fff;
    float: left;
    margin-top: 35px;
    font-weight: 600;
    font-size: 20pt;
    letter-spacing: 1px;
    width: 80%;
}
.banner .map {
    float: left;
    margin-top: 10px;
    width: 80%;
}
.banner .map li {
    float:left;
}
.banner .map i {
    float: left;
    color: #ffffff;
    line-height: 28px;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: #fff 1px solid;
    border-radius: 50%;
}
.banner .map li a {
    color: #fff;
    line-height: 30px;
    float: left;
}
.banner .paylas {
    position: absolute;
    right: 0;
    top: 40px;
    background: url(../images/paylas.png) no-repeat;
    width: 170px;
    height: 65px;
}
.banner .paylas ul {
    float: right;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    margin-top: 30px;
    width: 162px;
    border-radius: 20px;
    margin-right: 40px;
}
.banner .paylas ul li {
    float: left;
    width: 52px;
    line-height: 38px;
    margin-left: 1px;
    text-align: center;
    position: relative;
}
.banner .paylas ul li:after {
    content:"";
    position: absolute;
    right:0;
    top:0;
    width: 1px;
    height: 24px;
    background: #fff;
}
.banner .paylas ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 24px;
    background: #fff;
    opacity: .3;
}
.banner .paylas ul li:nth-child(3):after {
    display:none;
}
.banner .paylas ul li a {
    width: 100%;
    height: 100%;
    float: left;
}
.banner .paylas ul li a i {
    color: #fff;
}
.sayfa {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sayfa .sol {
    float: left;
    width: 840px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    padding: 20px;
    border-bottom: 5px solid #231f20;
}
.sayfa .sol .resim {
    float: left;
    width: 100%;
    height: 300px;
    padding: 0;
}
.sayfa .sol .resim img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.sayfa .sol .baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    color: #222220;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sayfa .sol .aciklama {
    width: 100%;
    float: left;
}
.sayfa .sol .aciklama ul {
    padding: 0 0 0 20px;
}
.sayfa .sol .aciklama ul li {
	line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-weight: 400;
    font-size: 12pt;
    list-style: disc;
}
.sayfa .sol .aciklama p {
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-weight: 400;
    font-size: 12pt;
}
.sayfa .sag {
    float: right;
    width: 260px;
    margin-left: 20px;
}
.sayfa .sag ul.solmenu {
    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 #231f20;
    float: left;
	width: 100%;
}
.sayfa .sag ul.solmenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.sayfa .sag ul.solmenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12pt;
    font-weight: 500;
    padding: 20px 20px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .sag .baslik {
    font-size: 20px;
    color: #231f20;
    float: left;
    width: 100%;
    height: 80px;
    background: #d4d4d4;
    line-height: 80px;
    padding: 0 20px;
    font-weight: 600;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
#arrowclk {
    display: none;
}
.sayfa .tam1 .gallery {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sayfa .tam1 .gallery a {
    float: left;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    margin-top: 0;
}
.sayfa .tam1 .gallery a:nth-child(5n+1) {
    margin-left: 0;
}
.sayfa .tam1 .gallery a:nth-child(1n+6) {
    margin-top: 20px;
}
.sayfa .tam1 .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfa .tam {
    float: left;
    width: 100%;
    margin-top:20px;
}
.sayfa .tam .baslik {
    font-weight: 500;
    font-size: 20pt;
    margin-top: 0;
	float:left;
}
.sayfa .tam .baslik span {
    font-weight: 300;
    font-size: 20pt;
}
.sayfa .tam .aciklama {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.sayfa .tam .aciklama p {
    line-height: 30px;
    width: 100%;
    float: left;
    letter-spacing: .4px;
}
.sayfa .tam .kategoriler {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.sayfa .tam .kategoriler a.kategori {
    float: left;
    width: calc(50% - 15px);
    height: 300px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
}
.sayfa .tam .kategoriler a.kategori:nth-child(2n+1) {
    margin-left: 0;
}
.sayfa .tam .kategoriler a.kategori .urun-logo {
    float: left;
    margin-top: 20px;
	display: none;
}
.sayfa .tam .kategoriler a.kategori.urun-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .tam .kategoriler a.kategori .kategori-resim {
	float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.sayfa .tam .kategoriler a.kategori .kategori-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
.sayfa .tam .kategoriler a.kategori:hover .kategori-resim img {
    transform: rotate(7deg) scale(1.2);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.sayfa .tam .kategoriler a.kategori h1.sadi {
	font-weight: 300;
    font-size: 20pt;
    color: #231f21;
    background: #fff;
    right: 0;
    position: absolute;
    padding: 10px 50px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    bottom: 30px;
}
.sayfa .tam .kategoriler a.kategori h1.sadi strong {
    font-weight: 700;
    font-size: 20pt;
	color: #231f21;
}
.sayfa .tam .kategoriler a.kategori .aciklama {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-right: 150px;
    letter-spacing: .4px;
    line-height: 30px;
}
.sayfa .tam .kategoriler a.kategori .incele {
    float: left;
    margin-top: 35px;
    margin-left: 60px;
    position: relative;
    font-size: 11pt;
    font-weight: 500;
}
.sayfa .tam .kategoriler a.kategori .incele:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #231f21;
    left: -59px;
    top: 8px;
}












.sayfa .tam .kategoriler a.urun {
    float: left;
    width: calc(33.334% - 20px);
    height:500px;
    position: relative;
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.sayfa .tam .kategoriler a.urun:nth-child(3n+1) {
    margin-left: 0;
}
.sayfa .tam .kategoriler a.urun .resim {
    float: left;
    width: 100%;
    height:300px;
}
.sayfa .tam .kategoriler a.urun .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfa .tam .kategoriler a.urun h1.adi {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16pt;
    text-align: center;
    padding: 20px 0 20px 0;
    color: #231f20;	
}
.sayfa .tam .kategoriler a.urun .incele {
    float: left;
    margin-top: 35px;
    margin-left: 60px;
    position: relative;
    font-size: 11pt;
    font-weight: 500;
}
.sayfa .tam .kategoriler a.urun .incele:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #231f21;
    left: -59px;
    top: 8px;
}

.sayfa .tam .iletisim-bilgileri {
    width: 100%;
    background: #fff;
    padding: 0;
    float: left;
    margin-top: 10px;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan {
    width: calc(25% - 22.5px);
    float: left;
    margin-left: 30px;
    border: 1px solid #d4d4d4;
    padding: 30px;
    height: 120px;
    margin-top:30px;
    position: relative;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan:nth-child(2) {
    margin-left:0;
}

.sayfa .tam .iletisim-bilgileri .adres {
    width:100% !important;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan:nth-child(1) {
    margin-left: 0;
    margin-top: 0;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan .baslik {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 19pt;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan i {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #231f20;
    color: #ffffff;
    font-size: 12pt;
}
.sayfa .tam .iletisim-bilgileri .bilgi-alan .detay {
    float: left;
    width: 100%;
    margin-top: 5px;
    line-height: 30px;
}
.sayfa .tam .iletisim-form {
    float: left;
    background: #f9f9f9;
    position: relative;
    padding: 30px 0;
    width: 100%;
    margin-top: 30px;
}
.sayfa .tam .iletisim-form:after {
    content:"";
    background: #f9f9f9;
    position: absolute;
    left:-3000px;
    top:0;
    width: 3000px;
    height: 100%;
}
.sayfa .tam .iletisim-form:before {
    content:"";
    background: #f9f9f9;
    position: absolute;
    right:-3000px;
    top:0;
    width: 3000px;
    height: 100%;
}
.sayfa .tam .iletisim-form .baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    text-align: center;
}
.sayfa .tam .iletisim-form .aciklama {
    float: left;
    width: 100%;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}
.sayfa .tam .iletisim-form #form5 {
    float: left;
    width: 100%;
}
.sayfa .tam .iletisim-form #form5 input {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    line-height: 60px;
    border: 1px solid #f9f9f9;
    margin-left: 30px;
    padding: 0 20px;
    background:#fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .tam .iletisim-form #form5 h4 {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    line-height: 60px;
    background: #fff;
    margin-left: 0;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .tam .iletisim-form #form5 input:nth-child(even) {
    margin-left:0;
}

.sayfa .tam .iletisim-form #form5 textarea {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 90px;
    padding: 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .tam .iletisim-form #form5 button {
    border: none;
    margin-top: 30px;
    text-align: center;
    background: #231f20;
    transition: all .3s ease-in;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 10pt;
}
.sayfa .tam .iletisim-form #form5 input:focus, .sayfa .tam .iletisim-form #form5 textarea:focus {
    border: 1px solid #231f20;
}
.sayfa .tam .harita {
    width: 100%;
    margin: 30px 0 0 0;
    float: left;
}
.sayfa .tam .harita .baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.sayfa .urun-detay {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.sayfa .urun-detay .resim {
    width: 40%;
    float: left;
    background: #fff;
    padding: 0;
    height:400px;
}
.sayfa .urun-detay .resim .gallery {
    width: 100%;
    float: left;
    height: 100%;
}
.sayfa .urun-detay .resim .gallery a {
    padding: 40px;
    width: 100%;
    float: left;
    height: 100%;
}
.sayfa .urun-detay .resim .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .urun-detay .bilgiler {
    float: left;
    width: 60%;
    padding-left: 30px;
}
.sayfa .urun-detay .bilgiler .adi {
    font-weight: 600;
    font-size: 20pt;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    margin-top: 40px;
}
.sayfa .urun-detay .bilgiler .barkod {
	font-variant-ligatures: discretionary-ligatures;
    font-family: 'ean13_font';
    font-size: 80px;
    width: calc(50% - 10px);
    float: left;
    margin-top: 20px;
}
.sayfa .urun-detay .bilgiler .agirlik {
    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
    background: #231f20;
    color: #ffffff;
    text-align: center;
    font-size: 12pt;
    line-height: 50px;
}
.sayfa .urun-detay .bilgiler .agirlik span {
    font-size: 14pt;
    line-height: 50px;
    font-weight: 600;
    color: #ffffff;
}
.sayfa .urun-detay .bilgiler .adet {
    float: left;
    width: calc(50% - 10px);
    margin-top: 20px;
    background: #d4d4d4;
    color: #231f20;
    text-align: center;
    font-size: 12pt;
    line-height: 50px;
}
.sayfa .urun-detay .bilgiler .adet span {
    font-size: 14pt;
    line-height: 50px;
    font-weight: 600;
}
.sayfa .urun-detay .bilgiler .altbilgi {
	float: right;
    width: calc(50% - 10px);
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    margin-left: 20px;
}
.sayfa .urun-detay .kaydir {
    float: left;
    width: 60%;
    margin-top: 20px;
    background: #e22958;
    color: #ffffff;
    text-align: center;
    font-size: 12pt;
    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
}
.sayfa .urun-detay .kaydir i {
    color: #ffffff;
    font-size: 12pt;
    line-height: 50px;
    margin-left: 10px;
}
.sayfa .urun-detay .aciklama {
    float: left;
    width: 60%;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 12pt;
    line-height: 30px;
}
.sayfa .urun-detay .aciklama p {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12pt;
    line-height: 30px;
}
.sayfa .urun-detay .aciklama .baslik {
    font-weight: 500;
    font-size: 20pt;
    margin-top: 30px;
}
.sayfa .urun-detay .aciklama .baslik span {
    font-weight: 300;
    font-size: 20pt;
}

.sayfa .urun-detay .aciklama table {
    width: 100%;
    float: left;
	border-collapse: collapse;
}
.sayfa .urun-detay .aciklama table tr th, .sayfa .urun-detay .aciklama table tr td {
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    line-height: 50px;
    font-weight: 500;
}
.sayfa .urun-detay .aciklama table tr th span, .sayfa .urun-detay .aciklama table tr td span {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 12px;
}
.sayfa .urun-detay .aciklama table tr:nth-child(even){
	background-color: #f2f2f2;
}
.sayfa .urun-detay .aciklama table tr:hover {
	background-color: #ddd;
}
.sayfa .urun-detay .aciklama table tr:nth-child(1) {
	background: #0064b0;
}
.sayfa .urun-detay .aciklama table tr:nth-child(1):hover {
	background: #0064b0;
}
.sayfa .urun-detay .aciklama table tr:nth-child(1) th, .sayfa .urun-detay .aciklama table tr:nth-child(1) td {
	border: 1px solid #0064b0;
    color: #fff;
    font-weight: 600;
}

.sayfa .urun-detay .bilgiler .altbilgi table {
    width: 100%;
    float: left;
	border-collapse: collapse;
}

.sayfa .urun-detay .bilgiler .altbilgi table tr th, .sayfa .urun-detay .bilgiler .altbilgi table tr td {
    border: none;
    text-align: center;
    position: relative;
    line-height: 30px;
    font-weight: 500;
    font-size: 9pt;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr th span, .sayfa .urun-detay .bilgiler .altbilgi table tr td span {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 12px;
    top: 12px;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(even){
	background-color: #f2f2f2;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:hover {
	background-color: #ddd;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1) {
	background: #6dcff6;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1):hover {
	background: #6dcff6;
}
.sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1) th, .sayfa .urun-detay .bilgiler .altbilgi table tr:nth-child(1) td {
    border: none;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
}



.sayfa .tam .kategoriler .urun-siparis {
    float: left;
    width: calc(25% - 22.5px);
    height:450px;
    position: relative;
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.sayfa .tam .kategoriler .urun-siparis:last-child {
    margin-bottom: 30px;
}
.sayfa .tam .kategoriler .urun-siparis:nth-child(4n+1) {
    margin-left: 0;
}
.sayfa .tam .kategoriler .urun-siparis .resim {
    float: left;
    width: 100%;
    height:200px;
}
.sayfa .tam .kategoriler .urun-siparis .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .tam .kategoriler .urun-siparis .adi {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 12pt;
    text-align: center;
    padding: 20px 0 20px 0;
    color:#231f20;
}
.sayfa .tam .kategoriler .urun-siparis .fiyat {
    float: left;
    margin-top: 20px;
    margin-left: 15%;
    position: relative;
    font-size: 14pt;
    font-weight: 600;
    background: #ed1c24;
    color: #fff;
    padding: 10px;
    width: 70%;
    border-radius: 70px;
    text-align: center;
}
.sayfa .tam .kategoriler .urun-siparis .siparisver {
	position: absolute;
    font-size: 13pt;
    font-weight: 600;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d4d4d4;
    color: #454545;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}










.sayfa .urun-detay .siparis-form {
    float: left;
    background: #f9f9f9;
    position: relative;
    padding: 30px 0;
    width: 100%;
    margin-top: 30px;
}
.sayfa .urun-detay .siparis-form:after {
    content:"";
    background: #f9f9f9;
    position: absolute;
    left:-3000px;
    top:0;
    width: 3000px;
    height: 100%;
}
.sayfa .urun-detay .siparis-form:before {
    content:"";
    background: #f9f9f9;
    position: absolute;
    right:-3000px;
    top:0;
    width: 3000px;
    height: 100%;
}
.sayfa .urun-detay .siparis-form .baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    text-align: center;
}
.sayfa .urun-detay .siparis-form .aciklama {
    float: left;
    width: 100%;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
}
.sayfa .urun-detay .siparis-form #form5 {
    float: left;
    width: 100%;
}
.sayfa .urun-detay .siparis-form #form5 input {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    line-height: 60px;
    border: 1px solid #f9f9f9;
    margin-left: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .urun-detay .siparis-form #form5 input:nth-child(even) {
    margin-left:0;
}

.sayfa .urun-detay .siparis-form #form5 textarea {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 90px;
    padding: 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.sayfa .urun-detay .siparis-form #form5 button {
    border: none;
    margin-top: 30px;
    text-align: center;
    background: #333332;
    transition: all .3s ease-in;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 10pt;
}
.sayfa .urun-detay .siparis-form #form5 input:focus, .sayfa .urun-detay .siparis-form #form5 textarea:focus {
    border: 1px solid #333332;
}
.sayfa .urun-detay .diger {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.sayfa .urun-detay .diger .baslik {
    font-weight: 500;
    font-size: 20pt;
    margin-top: 30px;
}
.sayfa .urun-detay .diger .baslik span {
    font-weight: 300;
    font-size: 20pt;
}
.sayfa .urun-detay .diger a.urun {
    float: left;
    width: calc(25% - 22.5px);
    height: 400px;
    position: relative;
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.sayfa .urun-detay .diger a.urun:nth-child(4n+2) {
    margin-left: 0;
}
.sayfa .urun-detay .diger a.urun .resim {
    float: left;
    width: 100%;
    height:200px;
}
.sayfa .urun-detay .diger a.urun .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .urun-detay .diger a.urun h1.adi {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16pt;
    text-align: center;
    padding: 20px 0 20px 0;
}
.sayfa .urun-detay .diger a.urun .incele {
    float: left;
    margin-top: 35px;
    margin-left: 60px;
    position: relative;
    font-size: 11pt;
    font-weight: 500;
}
.sayfa .urun-detay .diger a.urun .incele:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #231f21;
    left: -59px;
    top: 8px;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    z-index: 2400;
    padding: 0;
    background: #17cd06;
    color: #fff;
    width: 60px;
    right: 20px;
    border-radius: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .3s ease-in;
}
.whatsapp i {
	width: 60px;
    height: 60px;
    text-align: center;
    padding: 15px;
    font-size: 23pt;
	color:#fff;
}
#popup-box {
    display: none;
    padding: 0px 50px;
    background-color: #f9f9f9;
} 
#popup-box form{padding:20px 0;margin:0;}
#popup-box h3{text-align:center;color:#FFF;}
#popup-box input {
    width: calc(50% - 15px);
    float: left;
    margin-top: 30px;
    line-height: 60px;
    border: 1px solid #f9f9f9;
    margin-left: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
#popup-box input:nth-child(odd) {
    margin-left:0;
}
#popup-box textarea {
    width: 100%;
    float: left;
    margin-top: 30px;
    height: 90px;
    padding: 20px;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
#popup-box button {
    border: none;
    margin-top: 30px;
    text-align: center;
    background: #333332;
    transition: all .3s ease-in;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-size: 10pt;
    margin-bottom: 50px;
}
#popup-box input:focus, #popup-box textarea:focus {
    border: 1px solid #333332;
}


