/*----------------------------------------------------------
		Mobil Site 320 - 768
---------------------------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) {

img { 
	max-width:100%; 
	height:auto; 
}

#container { 
       width:96%;
	margin:0 auto; 
}

#menu1 { display:none!important; }
#mobileNav1 { display:none!important; }
#header .menu1 { display:none!important; }
#header #cart { display:none!important; }
#header .links1 { display:none!important; }
#header .links2 { display:none!important; }
#header .links3 { display:none!important; }
#header .links4 { display:none!important; }
#header .links5 { display:none!important; }
#header .links6 { display:none!important; }
#header .links7 { display:none!important; }
.roundabout { display:none!important; }
.skin-slidedeck { display:none!important; }
.slideshow { display:none!important; }
.accordion { display:none!important; }
.box3 { display:none!important; }
.box3-product{ display:none!important; }
.jcarousel-skin-ozesbilisimmm { display:none!important; }
#footer .emailSubcripeForm { display:none!important; }


.js .slicknav_menu { 
	display:block; 
}

#header {
	height: 340px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}
#header #search { 
	position: relative;
	top:195px; 
	width:80%; 
	height:40px;
	border: 1px solid #C8C8C8;
	box-shadow: 0 0 5px #C8C8C8;
	margin:0 auto;
}
#header .button-search {
       position: absolute;
       right: 10px;
       background: url('../image/bsearch.png') center center no-repeat;
       width: 40px;
       height: 40px;
       cursor: pointer;
}
#header #search input {
	width: 300px;
	font-size:12px;
	color:#000000;
	border:0;
       margin: 9px 5px 0px 8px;
	float:left;
	outline:0;
	background:none;
}
#header #welcome {
	position: absolute;
	top:12px;
	width:100%;
	margin:0 auto; 
	text-align:center;
	color: #000000;
	font-size:12px;
}
#header #welcome a {
	color: #000000;
	font-size:12px;
}
#header #links {
	position: absolute;
	top: 42px;
	width:100%;
	margin:0 auto; 
	text-align:center;
	font-size:12px;
	color: #000000;
}
#header #links a {
	font-size:12px;
	color: #000000;
}
#header #logo {
	position: absolute;
	top:77px; 
	width:100%;
	margin:0 auto; 
	text-align:center;
}
#header #language {
	position: absolute;
	top: 175px;
       width: 20%;
       left: 40%;
       right: 40%;
	margin:0 auto; 
	text-align:center;
}
#header #language select {
	background: #F8F8F8;
	padding: 3px;
	margin-top: 5px;
       border-top: 0px solid #C8C8C8;
       border-left: 0px solid #C8C8C8;
       border-right: 0px solid #C8C8C8;
       border-bottom: 0px solid #C8C8C8;
       border: 1px solid #C8C8C8;
	box-shadow: 0 0 5px #C8C8C8;
}
#header #cssmenuler,
#header #cssmenuler ul,
#header #cssmenuler ul li,
#header #cssmenuler ul li a,
#header #cssmenuler #menu-button {
       margin: 0;
       padding: 0;
       border: 0;
       list-style: none;
       line-height: 1;
       display: block;
       position: relative;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#header #cssmenuler:after,
#header #cssmenuler > ul:after {
       content: ".";
       display: block;
       clear: both;
       visibility: hidden;
       line-height: 0;
       height: 0;
}
#header #cssmenuler #menu-button {
       display: none;
}
#header #cssmenuler {
       background: #F7F7F7;
       position: absolute;
       top: 270px;
       border: 1px solid #C8C8C8;
	box-shadow: 0 0 7px #C8C8C8;
}
#header #cssmenuler > ul > li {
       float: left;
}
#header #cssmenuler.align-center > ul {
       font-size: 0;
       text-align: center;
}
#header #cssmenuler.align-center > ul > li {
       display: inline-block;
       float: none;
}
#header #cssmenuler.align-center ul ul {
       text-align: left;
}
#header #cssmenuler.align-right > ul > li {
       float: right;
}
#header #cssmenuler > ul > li > a {
       padding: 17px;
       font-size: 12px;
       letter-spacing: 1px;
       text-decoration: none;
       color: #353636;
       font-weight: 700;
       text-transform: uppercase;
}
#header #cssmenuler > ul > li:hover > a {
       color: #353636;
}
#header #cssmenuler > ul > li.has-sub > a {
       padding-right: 30px;
}
#header #cssmenuler > ul > li.has-sub > a:after {
       position: absolute;
       top: 22px;
       right: 11px;
       width: 8px;
       height: 2px;
       display: block;
       background: #353636;
       content: '';
}
#header #cssmenuler > ul > li.has-sub > a:before {
       position: absolute;
       top: 19px;
       right: 14px;
       display: block;
       width: 2px;
       height: 8px;
       background: #353636;
       content: '';
       -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
       -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
       transition: all .25s ease;
}
#header #cssmenuler > ul > li.has-sub:hover > a:before {
       top: 23px;
       height: 0;
}
#header #cssmenuler ul ul {
       position: absolute;
       left: -9999px;
}
#header #cssmenuler.align-right ul ul {
       text-align: right;
}
#header #cssmenuler ul ul li {
       height: 0;
       -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
       -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
       transition: all .25s ease;
}
#header #cssmenuler li:hover > ul {
       left: auto;
}
#header #cssmenuler.align-right li:hover > ul {
       left: auto;
       right: 0;
}
#header #cssmenuler li:hover > ul > li {
       height: 35px;
}
#header #cssmenuler ul ul ul {
       margin-left: 100%;
       top: 0;
}
#header #cssmenuler.align-right ul ul ul {
       margin-left: 0;
       margin-right: 100%;
}
#header #cssmenuler ul ul li a {
       border-bottom: 1px solid rgba(150, 150, 150, 0.15);
       padding: 11px 15px;
       width: 170px;
       font-size: 12px;
       text-decoration: none;
       color: #353636;
       font-weight: 400;
       background: #333333;
}
#header #cssmenuler ul ul li:last-child > a,
#header #cssmenuler ul ul li.last-item > a {
       border-bottom: 0;
}
#header #cssmenuler ul ul li:hover > a,
#header #cssmenuler ul ul li a:hover {
       color: #353636;
}
#header #cssmenuler ul ul li.has-sub > a:after {
       position: absolute;
       top: 16px;
       right: 11px;
       width: 8px;
       height: 2px;
       display: block;
       background: #353636;
       content: '';
}
#header #cssmenuler.align-right ul ul li.has-sub > a:after {
       right: auto;
       left: 11px;
}
#header #cssmenuler ul ul li.has-sub > a:before {
       position: absolute;
       top: 13px;
       right: 14px;
       display: block;
       width: 2px;
       height: 8px;
       background: #353636;
       content: '';
       -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
       -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
       transition: all .25s ease;
}
#header #cssmenuler.align-right ul ul li.has-sub > a:before {
       right: auto;
       left: 14px;
}
#header #cssmenuler ul ul > li.has-sub:hover > a:before {
       top: 17px;
       height: 0;
}
#header #cssmenuler {
       width: 100%;
}
#header #cssmenuler ul {
       width: 100%;
       display: none;
}
#header #cssmenuler.align-center > ul {
       text-align: left;
}
#header #cssmenuler ul li {
       width: 100%;
       border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#header #cssmenuler ul ul li,
#header #cssmenuler li:hover > ul > li {
       height: auto;
}
#header #cssmenuler ul li a,
#header #cssmenuler ul ul li a {
       width: 100%;
       border-bottom: 0;
}
#header #cssmenuler > ul > li {
       float: none;
}
#header #cssmenuler ul ul li a {
       padding-left: 25px;
}
#header #cssmenuler ul ul ul li a {
       padding-left: 35px;
}
#header #cssmenuler ul ul li a {
       color: #353636;
       background: none;
}
#header #cssmenuler ul ul li:hover > a,
#header #cssmenuler ul ul li.active > a {
       color: #353636;
}
#header #cssmenuler ul ul,
#header #cssmenuler ul ul ul,
#header #cssmenuler.align-right ul ul {
       position: relative;
       left: 0;
       width: 100%;
       margin: 0;
       text-align: left;
}
#header #cssmenuler > ul > li.has-sub > a:after,
#header #cssmenuler > ul > li.has-sub > a:before,
#header #cssmenuler ul ul > li.has-sub > a:after,
#header #cssmenuler ul ul > li.has-sub > a:before {
       display: none;
}
#header #cssmenuler #menu-button {
       display: block;
       padding: 17px;
       color: #353636;
       cursor: pointer;
       font-size: 12px;
       text-transform: uppercase;
       font-weight: 700;
}
#header #cssmenuler #menu-button:after {
       position: absolute;
       top: 22px;
       right: 17px;
       display: block;
       height: 4px;
       width: 20px;
       border-top: 2px solid #353636;
       border-bottom: 2px solid #353636;
       content: '';
}
#header #cssmenuler #menu-button:before {
       position: absolute;
       top: 16px;
       right: 17px;
       display: block;
       height: 2px;
       width: 20px;
       background: #353636;
       content: '';
}
#header #cssmenuler #menu-button.menu-opened:after {
       top: 23px;
       border: 0;
       height: 2px;
       width: 15px;
       background: #353636;
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);
}
#header #cssmenuler #menu-button.menu-opened:before {
       top: 23px;
       background: #353636;
       width: 15px;
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
#header #cssmenuler .submenu-button {
       position: absolute;
       z-index: 99;
       right: 0;
       top: 0;
       display: block;
       border-left: 1px solid rgba(120, 120, 120, 0.2);
       height: 46px;
       width: 46px;
       cursor: pointer;
}
#header #cssmenuler .submenu-button.submenu-opened {
       background: #F7F7F7;
}
#header #cssmenuler ul ul .submenu-button {
       height: 34px;
       width: 34px;
}
#header #cssmenuler .submenu-button:after {
       position: absolute;
       top: 22px;
       right: 19px;
       width: 8px;
       height: 2px;
       display: block;
       background: #353636;
       content: '';
}
#header #cssmenuler ul ul .submenu-button:after {
       top: 15px;
       right: 13px;
}
#header #cssmenuler .submenu-button.submenu-opened:after {
       background: #353636;
}
#header #cssmenuler .submenu-button:before {
       position: absolute;
       top: 19px;
       right: 22px;
       display: block;
       width: 2px;
       height: 8px;
       background: #353636;
       content: '';
}
#header #cssmenuler ul ul .submenu-button:before {
       top: 12px;
       right: 16px;
}
#header #cssmenuler .submenu-button.submenu-opened:before {
       display: none;
}

.links8 {
       position: absolute;
       top: 0px;
       right: 0px;
       background: #F7F7F7;
       min-width: 100%;
       min-height: 35px;
       border-bottom: 1px solid #C8C8C8;
}

.links9 {
       position: absolute;
       top: 165px;
       right: 0px;
       background: #FFFFFF;
       min-width: 100%;
       min-height: 155px;
       border-top: 1px solid #FFFFFF; 
       border-bottom: 1px solid #FFFFFF; 
}

.category-list {
	overflow: auto;
	margin-bottom: 10px;
}
.category-list ul {
	float: left;
	width: 47%;
	padding: 1px 1px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}

.checkout-heading1 {
	background: #F8F8F8;
	background-image: -moz-linear-gradient(#F8F8F8,#EEEEEE);
	background-image: -o-linear-gradient(#F8F8F8,#EEEEEE);
	background-image: -webkit-linear-gradient(#F8F8F8,#EEEEEE);
	background-image: linear-gradient(#F8F8F8,#EEEEEE);
	padding: 1%;
	font-weight: bold;
	font-size: 12px;
	color: #888888;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 #FFFFFF;
       width:14%;
       text-align: center;
       float: center;
}
.checkout-heading1 a {
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-heading2 {
	background: #F8F8F8;
	background-image: -moz-linear-gradient(#F8F8F8,#EEEEEE);
	background-image: -o-linear-gradient(#F8F8F8,#EEEEEE);
	background-image: -webkit-linear-gradient(#F8F8F8,#EEEEEE);
	background-image: linear-gradient(#F8F8F8,#EEEEEE);
	padding: 1%;
	font-weight: bold;
	font-size: 12px;
	color: #888;
	text-shadow: 0 1px 0 #FFFFFF;
       width:14%;
       margin-left: 2px;
       text-align: center;
       float: left;
}
.checkout-heading2 a {
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-heading a {
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
       clear: both;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.box-product {
       width: 100%;
       overflow: auto;
}
.box-product > div {
       position: relative;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
}
.box1-product {
       width: 100%;
       overflow: auto;
}
.box1-product > div {
       position: relative;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
}
.box1-product .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	min-height: 50px;
}
.box1-product .price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	min-height: 40px;
}
.box1-product .price-old {
	font-size: 11px;
	color: #F00;
	text-decoration: line-through;
}
.box1-product .price-new {
	font-size: 14px;
	font-weight: bold;
}
.box1-product .indirim {
	position:absolute;
	background: #F00000;
       border-radius: 50%;
	width:60px;
	height:40px;
	padding-top:19px;
	text-align:center !important;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}
.box4-product {
       width: 100%;
       overflow: auto;
}
.box4-product > div {
       position: relative;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
}
.box4-product .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	min-height: 50px;
}
.box4-product .price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	min-height: 40px;
}
.box4-product .price-old {
	font-size: 11px;
	color: #F00;
	text-decoration: line-through;
}
.box4-product .price-new {
	font-size: 14px;
	font-weight: bold;
}
.box4-product .indirim {
	position:absolute;
	background: #F00000;
       border-radius: 50%;
	width:60px;
	height:40px;
	padding-top:19px;
	text-align:center !important;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}
.box8-product {
       width: 100%;
       overflow: auto;
}
.box8-product > div {
       position: relative;
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
}
.box8-product .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	min-height: 50px;
}
.box8-product .price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	min-height: 40px;
}
.box8-product .price-old {
	font-size: 11px;
	color: #F00;
	text-decoration: line-through;
}
.box8-product .price-new {
	font-size: 14px;
	font-weight: bold;
}
.box8-product .indirim {
	position:absolute;
	background: #F00000;
       border-radius: 50%;
	width:60px;
	height:40px;
	padding-top:19px;
	text-align:center !important;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}
.product-grid {
       width: 100%;
       overflow: auto;
}

.product-grid > div {
       position: relative;
	width: 44%;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
	border-top: 2px solid #E7E7E7;
	border-left: 2px solid #E7E7E7;
	border-right: 2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
}
.product-grid .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	min-height: 50px;
}
.product-grid .price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	min-height: 40px;
}
.product-grid .price-old {
	font-size: 11px;
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-size: 14px;
	font-weight: bold;
}
.product-grid .indirim {
	position:absolute;
	background: #F00000;
       border-radius: 50%;
	width:60px;
	height:40px;
	padding-top:19px;
	text-align:center !important;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.product-grid1 {
       width: 100%;
       overflow: auto;
}
.product-grid1 > div {
       position: relative;
	width: 44%;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
	border-top: 2px solid #E7E7E7;
	border-left: 2px solid #E7E7E7;
	border-right: 2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
}
.product-grid1 .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	min-height: 50px;
}
.product-grid1 .price {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	min-height: 40px;
}
.product-grid1 .price-old {
	font-size: 11px;
	color: #F00;
	text-decoration: line-through;
}
.product-grid1 .price-new {
	font-size: 14px;
	font-weight: bold;
}
.product-grid1 .indirim {
	position:absolute;
	background: #F00000;
       border-radius: 50%;
	width:60px;
	height:40px;
	padding-top:19px;
	text-align:center !important;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

input.button {
	margin: 0;
	border: 0;
	height:30px;
	padding:0 2px 3px 2px;
}

#frWrapper { 
       width:100%; 
       height:100%; 
}

#footer { 
       clear:both; 
       min-height:140px; 
       width:100%; 
       margin:0 auto; 
}
#footer .menuCola {
	list-style-type:none;	
	float:left;
	width:96%;
	margin-left:10px; 
	margin-bottom:10px; 
}
#footer .menuCola span { 
	text-transform:uppercase;
	color:#000000; 
	font-size:12px; 
       font-weight: bold;
	margin:10px 0 8px 0; 
	width:96%;
}
#footer .menuCola .adres {
	color:#000000; 
       line-height: 20px;
       margin-top: 9px;
       margin-bottom: 9px;
       padding-left: 0px;
}
#footer .menuCola .telefon {
	color:#000000; 
       margin-bottom: 11px;
       padding-left: 0px;
}
#footer .menuCola .email {
	color:#000000; 
       padding-left: 0px;
}
#footer .menuCol {
	list-style-type:none;	
	float:left; 
	width:96%;
	margin-left:10px; 
}
#footer .menuCol span { 
	text-transform:uppercase;
	color:#000000; 
	font-size:12px; 
       font-weight: bold;
	margin:10px 0 8px 0; 
	width:96%;
}
#footer .menuCol ul {
	list-style-type:none;	
	margin-left:0px; 
	padding-left:0px;  
	width:300px;
}
#footer .menuCol li {
	background:url(../image/footerArrow.png) no-repeat left; 
	margin:7px 0 7px 0;
	list-style-type:none;
}
#footer .menuCol li a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCol li a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .menuCole {
	list-style-type:none;	
	float:left; 
	width:96%;
	margin-left:10px; 
}
#footer .menuCole span { 
	text-transform:uppercase;
	color:#000000; 
	font-size:12px; 
       font-weight: bold;
	margin:10px 0 8px 0; 
	width:96%;
}
#footer .menuCole ul {
	list-style-type:none;	
	margin-left:0px; 
	padding-left:0px;  
	width:300px;
}
#footer .menuCole li {
	background:url(../image/footerArrow.png) no-repeat left; 
	margin:7px 0 7px 0;
	list-style-type:none;
}
#footer .menuCole li h1 {
	display: block;
	font-size: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .menuCole li h1 a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCole li h1 a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .menuCole li h2 {
	display: block;
	font-size: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .menuCole li h2 a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCole li h2 a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .menuCole li h3 {
	display: block;
	font-size: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .menuCole li h3 a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCole li h3 a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .menuCole li h4 {
	display: block;
	font-size: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .menuCole li h4 a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCole li h4 a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .menuCole li h5 {
	display: block;
	font-size: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .menuCole li h5 a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCole li h5 a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .menuCole li h6 {
	display: block;
	font-size: 0em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
#footer .menuCole li h6 a {
	color:#000000; 
	margin:0 0 0 8px; 
	padding:3px 5px 3px 5px;
}
#footer .menuCole li h6 a:hover {
	background:#353636; 
	color:#FFFFFF; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
#footer .sosyalmedya {
       clear: both;
       width: 100%;
       list-style: none;
       display: flex;
       align-items: center;
       justify-content: center; 
       padding-top: 10px;
       padding-bottom: 10px;
}
#footer .sosyalmedya ul{
       display: flex;
       align-items: center;
       justify-content: center; 
       margin: 5px 0;
       padding: 0;
}
#footer .sosyalmedya ul li {
       display: flex;
       margin-left: 5px;
       margin-right: 5px;
}
#footer .sosyalmedya ul li a {
       background: none repeat scroll 0 0 #EFEFEF;
       border: 1px solid #C8C8C8;
       border-radius: 100%;
       display: inline-block;
       height: 31px;
       line-height: 30px;
       text-align: center;
       transition-duration: 0.3s;
       width: 31px;
	margin-bottom:3px;
}
#footer .sosyalmedya ul li a i {
       color: #353636;
       font-size: 16px;
       line-height: 2;
}
#footer .sosyalmedya ul li a:hover {
       background: none repeat scroll 0 0 #353636;
       border: 1px solid rgba(0, 0, 0, 0);
}
#footer .sosyalmedya ul li a:hover i {
       color: #ffffff;
}
#footer a.buttonns {
    border: 1px solid #353636;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: flex;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #353636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#353636), to(#353636));
    background-image: -webkit-linear-gradient(top, #353636, #353636);
    background-image: -moz-linear-gradient(top, #353636, #353636);
    background-image: -ms-linear-gradient(top, #353636, #353636);
    background-image: -o-linear-gradient(top, #353636, #353636);
    background-image: linear-gradient(to bottom, #353636, #353636);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#353636, endColorstr=#353636);
}
#footer .etiketlertags {
       width:100%;
       clear:both;
       list-style: none;
       display: flex;
       align-items: center;
       justify-content: center;
       padding-top: 1px;
       padding-bottom: 20px;
}
#footer .etiketlertags h1 {
	display: block;
	font-size: 0em;
	font-weight: bold;
}
#footer .etiketlertags h1 a {
       font-size: 11px;
       text-align:center;
}
#footer .etiketlertags h2 {
	display: block;
	font-size: 0em;
	font-weight: bold;
}
#footer .etiketlertags h2 a {
       font-size: 11px;
       text-align:center;
}
#footer .etiketlertags h3 {
	display: block;
	font-size: 0em;
	font-weight: bold;
}
#footer .etiketlertags h3 a {
       font-size: 11px;
       text-align:center;
}
#footer .etiketlertags h4 {
	display: block;
	font-size: 0em;
	font-weight: bold;
}
#footer .etiketlertags h4 a {
       font-size: 11px;
       text-align:center;
}
#footer .etiketlertags h5 {
	display: block;
	font-size: 0em;
	font-weight: bold;
}
#footer .etiketlertags h5 a {
       font-size: 11px;
       text-align:center;
}
#footer .etiketlertags h6 {
	display: block;
	font-size: 0em;
	font-weight: bold;
}
#footer .etiketlertags h6 a {
       font-size: 11px;
       text-align:center;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { 
       float: none; 
}

.container_12 { 
       padding:0 8px; 
       width:auto 
}
.mobileFpart { 
       display:block!important; 
}

#column-left, #column-right { 
       display:none; 
}
#column-left + #column-right + #content, #column-left + #content { 
       margin-left:0px;
}

.product-info { 
       overflow:visible; 
       margin-bottom:20px; 
}
.product-info > .left {
       min-width:100%; 
	float:left;
}
.product-info > .left + .right {
	margin-left:0px;
	background:#fff;
	border:solid 1px #eeeeee;; 
	border-radius:1px; 
	-moz-border-radius:1px; 
	-khtml-border-radius:1px; 
	border-radius:1px; 
	-ms-border-radius:1px; 
	-o-border-radius:1px; 
       padding:5px;
	box-shadow:0px 0px 1px#eeeeee;
	-moz-box-shadow:0px 0px 1px #eeeeee;
	-webkit-box-shadow:0px 0px 1px #eeeeee; 
	-o-box-shadow:0px 0px 1px #eeeeee; 
	-ms-box-shadow:0px 0px 1px #eeeeee;
}
.product-info .image {
       width: 70%;
       left: 15%;
       right: 15%;
	border:1px solid #eeeeee;
       margin-top: 20px;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: 20px;
       padding: 0px;
	text-align: center;
}
.product-info .image_inside{
       width: 70%;
       left: 15%;
       right: 15%;
	border: 1px solid #ffffff;	
	border-radius:3px;
       -webkit-border-radius:3px;
       -moz-border-radius:3px;
       padding: 6px;
   	position:relative;
	z-index:20;     
}
.product-info .image img {
       margin: 0px;
       padding: 0px;
}
.product-info .image-additional {
	min-width:100%;
	clear: both;
	overflow: hidden;
}

.product-info .image-additional img {
}
.product-info .image-additional a {
}
.product-info .baslik {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}
.product-info .solalannn {
       margin-top: 4px;
       border-top: 1px solid #eeeeee;
}
.product-info .share {
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.htabs { 
      width:100%;
      float:left;
      text-align:left; 
}
.htabs a {
       padding:8px 0px 8px 0px;
	border-radius: 0px 0px 0px 0px;
       background:#ddd;
       border-top: 1px solid #ddd;
       border-bottom: 1px solid #fff;
       width:100%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666666;
}
.htabs a.selected {
       padding-bottom: 5px;
	background: #FFFFFF;
       border-bottom: 1px solid #ddd;
}
.tab-content {
	margin: 190px 0px 0px 0px;
       border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.htabs1 {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs1 a {
	background: #F7F7F7;
	padding: 6px 6px 6px 6px;
	float: left;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-top: 1px solid #DBDEE1;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666666;
	margin-right: 5px;
	display: none;
}
.htabs1 a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content1 {
	background: #FFFFFF;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}

#column-right + #content { 
       margin-right:0px!important; 
}

.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.cart-info td {
	padding: 7px;
	top: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.cart-info thead .remove {
	text-align: left;
}
.cart-info thead .image {
	display:none!important;
}
.cart-info thead .model {
	display:none!important;
}
.cart-info thead .name {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: left;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.cart-info tbody .remove {
	vertical-align: middle;
       text-align: left;
}
.cart-info tbody .image {
	display:none!important;
}
.cart-info tbody .model {
	display:none!important;
}
.cart-info tbody .name {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: left;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #eeeeee;
}
.checkout-product thead .name {
	text-align: left;
}
.checkout-product thead .model {
	display:none!important;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
}
.checkout-product tbody .name {
	text-align: left;
}
.checkout-product tbody .model {
	display:none!important;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #eeeeee;
}

.order-info-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.order-infoproduct td {
	padding: 7px;
}
.order-infoproduct thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #eeeeee;
}
.order-infoproduct thead .name {
	text-align: left;
}
.order-infoproduct thead .model {
	display:none!important;
}
.order-infoproduct thead .quantity, .order-infoproduct thead .price, .order-infoproduct thead .total {
	text-align: right;
}
.order-infoproduct tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
}
.order-infoproduct tbody .name {
	text-align: left;
}
.order-infoproduct tbody .model {
	display:none!important;
}
.order-infoproduct tbody .quantity, .order-infoproduct tbody .price, .order-infoproduct tbody .total {
	text-align: right;
}
.order-infoproduct tfoot td {
	text-align: right;
	border-bottom: 1px solid #eeeeee;
}
.success, .warning, .attention, .information, .information1, .success22, .rev-success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555;
}

.success a, .warning a, .attention a, .information a, .information1 a, .success22 a, .rev-success a{
       color:#333;
}

#cart-success {
       position:fixed;
       z-index:9998;
}

.success {
       width:70%;
       left: 5%;
       right: 5%;
	position:fixed;
       z-index:99999!important;
	top:50%;
       box-shadow:0.2em 0.2em 0.2em 3px rgba(122,122,122,0.5);
       -webkit-box-shadow:0.2em 0.2em 0.2em 3px rgba(122,122,122,0.5);
       padding:10px 28px 15px 18px;
	z-index:9999;
       -webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
       -o-transition:all 0.3s ease-in-out;
       -ms-transition:all 0.3s ease-in-out;
       transition:all 0.3s ease-in-out;
       background:#fff;
       font-size:12px;
       color:#333;
}

.success22 {
       background:url(../image/onayverildi.png) no-repeat 7px 6px #c2ee9b;
       border:1px solid #90b96b;
}

.warning {
       background:url(../image/hatakoduresim.png) no-repeat 7px 6px #fff39f; 
       border:1px solid #ffc02e; 
}

.attention {
	background: #FFF5CC 10px center no-repeat;
	border: 1px solid #F2DD8C;
}

.information {
	background: #E8F6FF 10px center no-repeat;
	border: 1px solid #B8E2FB;
}

.information1 {
       background:url(../image/hatakoduresim.png) no-repeat 7px 6px #fff39f; 
       border:1px solid #ffc02e; 
}

.success .close, .warning .close, .attention .close, .information, .close, .information1, .close, .success22, .close, .rev-success, .close {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.success a {
       text-decoration:underline;
       font-size:12px;
       color:#333;
}
.rev-success {
       background:#fff;
       border: 1px solid #e0e0e0;
       color:#333;
}

}