/*
* 
* @name 7/24 E-Ticaret - GÃ¶rÃ¼nÃ¼m 1
* @package eticaret_724
* @author  Site 7/24
*
*/

/*----------------------------

- CSS Haritasi

1. Genel Ayarlar
2. Header
3. Ana Manset
4. Bilgi Kutusu
5. Gunun Urunleri
6. Email Bulten
7. Blog
8. Referanslar
9. Footer
10. Aside
11. Urun Ayarlari
12. Single
13. Breadcrumbs
14. Yorumlar
15. Iletisim
16. Sabit Menu
17. Kategori Kutulari

----------------------------*/
/*-- 1. Genel Ayarlar --*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
body {
 font-family: 'Poppins', sans-serif;
}
.bg-image{
	 background-image: url("../images/landscape.png");
	 background-position:top;
}
.s724-panel .s724-panel-heading .panel-title-icon {
    position: relative;
    margin-bottom: .8rem;
}
.inslink{
	display:block;
	color:white;
	padding-top:15px!important;
   text-align:center;
}
.inslink:hover{
	display:block;
	color:white;
	padding-top:15px!important;
   text-align:center;
}
.woocommerce-Tabs-panel--ozellik_tablosu table th{
	width:30%;
}
.woocommerce .product .summary .stock{
	display:none;
}
.s724-panel .s724-panel-heading .panel-title-icon:before {
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    height:2px;
    background:rgba(0,0,0,0.08);
}
.stokdurumuclass{
	display:inline-block;

	margin-bottom:15px;
}
.kargocerceve{
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	
}
#kampanyaust{
	margin-left:10px;
	align-items:center;
	width:max-content;
}
.notcerceve{
	display:block;
	margin-top:15px;
	
}
.s724-panel .s724-panel-heading .panel-title-icon i {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #fff;
    padding: 0 2rem;
    position: relative;
    background:#fff url(../images/s724-title-icon.png)no-repeat center center;
}
/*-- </1. Genel Ayarlar --*/
/*-- 2. Header --*/


/*- 2.1 Topbar -*/
#s724-topbar {
    border-bottom: 1px dashed #efefef;
    height:45px;
}
#s724-topbar .sosyal-ikonlar,
#s724-topbar .navbar-724-top {
    height:45px;
    line-height:45px;
}
#s724-topbar .sosyal-ikonlar li,
#s724-topbar .navbar-724-top li {
    
}
#s724-topbar .sosyal-ikonlar li a,
#s724-topbar .navbar-724-top li a {
    padding:0 15px;
    color:#333;
    font-weight:700;
    display:block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#s724-topbar .sosyal-ikonlar li a {
    padding:0 13px;
    font-size:15px;
    font-weight:400;
}
#s724-topbar .sosyal-ikonlar li:hover a,
#s724-topbar .navbar-724-top li:hover a {
    text-decoration: none;
}
#s724-topbar .sosyal-ikonlar li.ust-iletisim {
    border-left:none;
}
#s724-topbar .sosyal-ikonlar li.ust-iletisim a {
    background:#369;
    color: #fff;
    display:block;
}
#s724-topbar .sosyal-ikonlar li.ust-iletisim a:hover {
    background:#666;
    color:#fff;
}
#s724-topbar .navbar-724-top li a {
    font-size:12.5px;
    font-weight:700;
    text-transform: uppercase;
}
#s724-topbar .navbar-724-top li.ozel-menu-1 > a {
    color:#FFF;
}
#s724-topbar .navbar-724-top li.ozel-menu-2 > a {
    color:#3498db;
}
/*- </2.1 Topbar -*/
/*-- 3. Head --*/
/*- 3.1 Search -*/
#s724-search .s724-search-inner,
#s724-basket .s724-basket-inner {
    width:100%;
    height:48px;
    border:2px solid #ebebeb;
    border-radius: 25px;
}
#s724-search .input-group select {
    visibility:hidden;
}
#s724-search .btn-secondary.btn-s724 {
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius:25px;
}
#s724-search .input-group .select2-container {
    max-width:150px;
}
#s724-search .input-group .select2-selection {
    background: transparent;
    padding: 10px 10px 10px 18px;
    font-size: 14px;
    color: #555;
    border: none;
    border-right: 1px solid #ebebeb;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    height: 100%;
}
#s724-search .input-group .select2-selection__arrow {
    top:8px;
    right:4px;
}
#s724-search .input-group .select2-selection .select2-selection__rendered {
    font-size:13px;
}
#s724-search .input-group .form-control {
    box-shadow:none;
    outline:none;
    border:none;
    background: transparent;
    height:100%;
}
#s724-search .input-group .form-control::-webkit-input-placeholder {
    color: #555;
    font-size:14px;
}
#s724-search .input-group .form-control::-moz-placeholder {
    color: #555;
    font-size:14px;
}
#s724-search .input-group .form-control:-ms-input-placeholder {
    color: #555;
    font-size:14px;
}
#s724-search .input-group .form-control:-moz-placeholder {
    color: #555;
    font-size:14px;
}
/*- </3.1 Search -*/
/*- 3.2 Basket -*/
#s724-basket .basket-icon {
    background: url(../images/s724-basket-icon.png)no-repeat center center;
    width: 4em;
    height: 44px;
    border-radius: 25px;
    vertical-align: middle;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#s724-basket .s724-basket-inner a {
    position: relative;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    display: block;
    height:100%;
}
#s724-basket .s724-basket-inner span {
    display: inline-block;
    padding: 10px 0 10px 15px;
}
#s724-basket .s724-basket-inner span.amount {
    display: inline-block;
    padding: 13px 0 10px 12px;
    font-weight: 600;
    font-size: 13px;
}
#s724-basket .s724-basket-inner span.count {
    position: absolute;
    bottom: 80%;
    right: 15px;
    background: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #3498db;
    border: 2px solid #3498db;
    border-radius: 50%;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#s724-basket:hover span.count {
    bottom:65%;
}
/*- </3.2 Basket -*/
/*- 3.3 Logo -*/
#s724-logo .site-branding {
    width:264px;
    
}
/*- </3.3 Logo -*/
/*-- </3. Head --*/
/*-- 4.Menu --*/
#s724-menu .nav-link {
    padding: 18px 1rem;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    
    letter-spacing: .5px;
    -webkit-transition: color .3s linear;
    -o-transition:color .3s linear ;
    transition:color .3s linear ;
}
#s724-menu .nav-link:focus {
    outline:none;
    box-shadow:none;
}
#s724-menu #s724-navbar .navbar-nav {
    height:100%;
}
/*- 4.1 Kategori -*/
.home #s724-menu .s724-navbar-kategori .btn {
    pointer-events:none;
}
#s724-menu .s724-navbar-kategori .btn {
    color: #fff;
    font-weight: 500;
    font-size:15px;
}
#s724-menu .s724-navbar-kategori .btn:hover {
    color:#fff !important;
}
#s724-menu .s724-navbar-kategori .btn.collapsed i:before {
    content:'\f009';
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse {
    left:0;
    z-index: 100;
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse ul,
#s724_yankategori.s724-navbar-kategori ul,
#s724-mobil-header #s724navbarCollapse-Mobil ul {
    width:100%;
}
#s724navbarCollapse a.nav-link{
    background-color:#fff;
}
#s724navbarCollapse a.nav-link:hover{
    background-color:#ee3221;!important
}
#s724-menu a.nav-link:hover{
	
	text-decoration:underline;
  
	
}
 .s724-navbar-kategori #s724navbarCollapse ul li > a,
#s724_yankategori ul li > a,
#s724-mobil-header #s724navbarCollapse-Mobil ul li > a {
    border: 1px solid #ececec;
   
    color: #444;
    font-weight: 400;
    font-size: 16px;
    padding: 7.25px 5px;
    display: block;
    margin-bottom:-1px;
    letter-spacing: -.5px;
    text-transform: capitalize;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

	
	

#s724-menu .s724-navbar-kategori #s724navbarCollapse ul li.show > a:after,
#s724_yankategori ul li.show > a:after,
#s724-mobil-header #s724navbarCollapse-Mobil ul li.show > a:after {
    color:rgba(0,0,0,1)
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse ul li,
#s724_yankategori ul li,
#s724-mobil-header #s724navbarCollapse-Mobil ul li {
    float:left;
    width:100%;
    margin-bottom:0;
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown-menu,
#s724_yankategori .dropdown-menu,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
#s724_yankategori .dropdown-menu,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-menu {
    position:relative !important;
    transform:none !important;
}
#s724-menu .s724-navbar-kategori .dropdown .dropdown-menu,
#s724_yankategori .dropdown .dropdown-menu,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown .dropdown-menu {
    transition: all .5s linear;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
#s724-menu .s724-navbar-kategori .dropdown.show .dropdown-menu,
#s724_yankategori .dropdown.show .dropdown-menu,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-show .dropdown-menu {
    max-height: 100vh;
    opacity: 1;
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown-menu a,
#s724_yankategori .dropdown-menu a,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-menu a {
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-weight: 300;
    letter-spacing: .5px;
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown-menu a.active,
#s724_yankategori .dropdown-menu a.active,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-menu a.active {
    background-color: rgba(0,0,0,0.35);
    font-weight:500;
    color:#fff;
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown-menu a:hover,
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown-menu a:focus,
#s724_yankategori .dropdown-menu a:hover,
#s724_yankategori .dropdown-menu a:focus,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-menu a:hover,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-menu a:focus {
    font-weight:500;
    color:#fff;
    background:transparent;
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown-toggle:after,
#s724_yankategori .dropdown-toggle:after,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
    border: none;
    margin-left: auto;
    float: right;
    margin-right: .5em;
    font-size: 1.2em;
    color: rgba(0,0,0,0.3);
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse .dropdown.show .dropdown-toggle:after,
#s724_yankategori .dropdown.show .dropdown-toggle:after,
#s724-mobil-header #s724navbarCollapse-Mobil .dropdown.show .dropdown-toggle:after {
    content: '\f106';
}
#s724-menu .s724-navbar-kategori #s724navbarCollapse i,
#s724_yankategori i,
#s724-mobil-header #s724navbarCollapse-Mobil i {
    width: 20px;
    text-align: center;
    opacity: .9;
    margin-right:.7rem;
}
/* Col */
#s724-menu .s724-navbar-kategori.col-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}
/* Mega Menu */
#s724-menu #s724-navbar .dropdown.s724-mega-menu {
    position: static;
}
#oyuncak{
right:0;
top:-11px;
margin:auto;
height:57px;
position:absolute;
margin: auto;	
}
#yazi{	
color:white;
right:2.4%;
margin:auto;
position:absolute;
}

#s724-menu #s724-navbar .dropdown.s724-mega-menu .dropdown-menu {
    position: absolute;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #f2f2f2;
    display: inline-flex;
    flex-wrap: wrap;
    align-items:center;
    text-align: center;
    padding:0;
    opacity:1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity:0;
    visibility: hidden;
}
#s724-menu #s724-navbar .dropdown.s724-mega-menu .dropdown-menu.show {
    opacity:1;
    visibility: visible;
}
#s724-menu #s724-navbar .dropdown.s724-mega-menu .dropdown-menu i {
    display: block;
    margin: 0 auto;
    float: none;
    font-size: 2em;
    font-weight: 300;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
#s724-menu #s724-navbar .dropdown.s724-mega-menu .dropdown-menu .dropdown-item {
    flex: 1 1 25%;
    padding:15px 0;
}
/* Dropdown */
#s724-menu #s724-navbar .dropdown .dropdown-menu {
    padding: 0;
    margin: 1px;
    border-radius: 0;
}
#s724-menu #s724-navbar .dropdown .dropdown-menu .dropdown-item {
    padding: .8rem;
    font-size: 15px;
    background: #f5f5f5;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#s724-menu #s724-navbar .dropdown .dropdown-menu .dropdown-item:hover {
    background:#fff;
}
/*- </4.1 Kategori -*/
/*-- </4. Menu --*/
/*-- </2. Header --*/
/*-- 3. Ana Manset --*/

#s724-ana-manset {

    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
}
#s724-ana-manset:before {
    content:'';
    background-image:url(../images/s724-pattern-bg.png);
    background-repeat: repeat;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:500px;
}
#s724-manset #s724-manset-owl {

     margin-top:0;
    overflow:hidden;
}
#s724-manset .item {
    position:relative;
}
.badgeayar{
	min-height: 2.236em;
    min-width: 2.236em;
    padding: .4em 1rem;
 float:right!important;

      width: 100%;
    font-weight: 700;
    position: absolute;

    line-height: 2.236;
text-align:right;
    background-color: #fd5501;
    color: #fff;
    font-size: .6em;
    letter-spacing: 0px;
   
	
}

.resimYazisi{position:absolute;margin-left: 10%;
  margin-right:10%;;top:60%;color:white;font-size:100%;background-color:#ee3221;padding:10px; border-radius:5px;}
/*#s724-manset .owl-thumbs {
    position:absolute;
    bottom:1em;
    left:0;
    width: 100%;
    height:100px;
    overflow: hidden;
    background: transparent;
    padding:3px;
    text-align:center;
}*/
#s724-manset .owl-thumbs .owl-thumb-item {
    background: transparent;
    padding: 0;
    border:none;
    margin: 3px;
    outline: none;
    display:none;
    border-radius: 3px;
}
#s724-manset .owl-thumbs .owl-thumb-item div {
    -ms-filter: grayscale(1);
    filter: grayscale(1);
	
}
#s724-manset .owl-thumbs .owl-thumb-item.active div,
#s724-manset .owl-thumbs .owl-thumb-item:hover div {
    -ms-filter: grayscale(.5);
    filter: grayscale(.5);
}
#yaskutu{
	color:white;
}
#s724-manset .owl-nav div {
    position: absolute;
    top: 45%;
    color: #fff;
    background: rgba(0,0,0,0.7);
    font-size: 2em;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#s724-manset:hover .owl-nav div {
    opacity: 1;
}
#s724-manset .owl-nav div:hover {
    background: rgba(0,0,0,1);
    width:40px;
}
#s724-manset .owl-nav div.owl-prev {
    left:0;
}
#s724-manset .owl-nav div.owl-next {
    right:0;
}
.my-bosluk{
	margin-top:-7px;
}
/*-- </3. Ana Manset --*/
/*- 4. Bilgi Kutusu -*/
#s724-bilgikutular .bilgikutusu-inner {
    position: relative;
	width:155px;
    height:155px;
    background:#273a48;
    overflow: hidden;
	 border-radius: 100px;
}
#s724-bilgikutular .bilgikutusu-inner-2 {
    position: inherit;
    height: inherit;
}
#s724-bilgikutular .bilgikutusu-inner:before,
#s724-bilgikutular .bilgikutusu-inner:after,
#s724-bilgikutular .bilgikutusu-inner-2:before,
#s724-bilgikutular .bilgikutusu-inner-2:after {
    content:'';
    position: absolute;
    background: #fff;
    border-radius: 100px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


#s724-bilgikutular .bilgikutusu-inner .bilgikutu-aciklama {
    color: #fff;
	
    text-align: center;
    font-size: 15px;
    font-family: 'Raleway';
    font-weight: 700;
    border-top: 4px double #fff;
    border-bottom: 4px double #fff;
    padding: 10px 10px;
    margin: 0 auto;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
#s724-bilgikutular .bilgikutusu-inner:hover .bilgikutu-aciklama {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#s724-bilgikutular .bilgikutusu-inner .bilgikutu-aciklama p {
    margin:0;
}
#s724-bilgikutular .bilgikutusu-inner p {
    text-transform: uppercase;
}
/*- </4. Bilgi Kutusu -*/
/*-- 5. Gunun Urunleri --*/
.s724-gunun-urunleri {
    position: relative;
}
.s724-gunun-urunleri .s724-panel-heading .panel-title {
    color: #fff;
}
.s724-gunun-urunleri .s724-panel-body {
    color: #fff;
}
.s724-gunun-urunleri .s724-urun figure {
    background:#fff;
}
.s724-gunun-urunleri .s724-urun figure figcaption {
    position: static;
}
.s724-gunun-urunleri .s724-urun .onsale {
    right: inherit;
    left: 0;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    background: rgba(0,0,0,0.8);
    padding:0 10px;
}
/*-- </5. Gunun Urunleri --*/
/*-- 6. Email Bulten --*/
#s724-bulten {
    background:#f7f6f2;
}
#s724-bulten .bulten-yazi .bulten-yazi-1 {
    color: #333;
    font-size:12px;
    letter-spacing: 1px;
}
#s724-bulten .bulten-yazi .bulten-yazi-2 {
    font-size:35px;
    font-weight: 300;
}
#s724-bulten .bulten-yazi .bulten-yazi-2 strong {
    font-weight: 700;
}
#s724-bulten .input-group .form-control {
    background: #fff;
    border: none;
    height:55px;
    border-radius: 25px 0 0 25px;
    padding: 10px 20px;
    line-height: 2.5;
}
#s724-bulten .input-group .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-size:14px;
}
#s724-bulten .input-group .form-control::-moz-placeholder {
    color: #ccc;
    font-size:14px;
}
#s724-bulten .input-group .form-control:-ms-input-placeholder {
    color: #ccc;
    font-size:14px;
}
#s724-bulten .input-group .form-control:-moz-placeholder {
    color: #ccc;
    font-size:14px;
}
#s724-bulten .btn-s724 {
    height:100%;
    border-radius: 0 25px 25px 0;
}
/*-- </6. Email Bulten --*/
/*-- </7. Blog --*/
.s724-blog .s724-blog-media {
    align-items: center;
}
.s724-blog .s724-blog-media .blog-media-tarih {
    color: #9f9f9f;
    font-size:11px;
    letter-spacing: .5px;
    font-weight: 500;
}
.s724-blog .s724-blog-media .blog-media-baslik {
    font-size: 25px;
    color: #525252;
    font-weight: 300;
}
.s724-blog .s724-blog-media .blog-media-baslik a {
    color: inherit;
    text-decoration: none;
}
.s724-blog .s724-blog-media .blog-media-kategori {
    font-weight: 500;
    color: #333;
    font-size: 22px;
}
.s724-blog .s724-blog-media .blog-media-aciklama {
    font-size: 14px;
}
.s724-blog .s724-blog-media .blog-media-buton .btn-s724 {
    background: transparent;
    color: #333;
    text-align:left;
    border:none;
    padding:0;
}
.s724-blog .s724-blog-buton .btn {
    padding: 1em 1.5rem;
    border-radius: 0;
}
/*-- </7. Blog --*/
/*-- 8. Referanslar --*/
#s724-referanslar {
    background: #f7f6f2;
}
#s724-referanslar .owl-nav div {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 55px;
    text-align: center;
    color: rgba(0,0,0,0.6);
    position: absolute;
    top: 18px;
}
#s724-referanslar .owl-nav div:hover {
    color: rgba(0,0,0,0.95);
}
#s724-referanslar .owl-nav .owl-prev {
    right:100%;
}
#s724-referanslar .owl-nav .owl-next {
    lefT:100%;
}
/*-- </8. Referanslar --*/

/*-- 9. Footer --*/
.site-footer {
    margin-top:2rem;
}
/*- 9.1 Back To Top -*/
#s724-back-to-top {
  position:fixed;
  width:50px;
   background:url(../images/s724-back-to-top.png)no-repeat;
  height:50px;
  right:15px;
  bottom:10px;
  background-repeat:no-repeat;
  background-size:cover;
  cursor:pointer;
  z-index: 10;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
}
#s724-back-to-top:hover {
  bottom:15px;
}
/*- </9.1 Back To Top -*/
#s724-footer-inner {
    position: relative;
}
#s724-footer-inner #s724-footerkutular .footerkutu-inner {
    background: #efefef;
    padding:2em 1em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
#s724-footer-inner #s724-footerkutular .footerkutu-inner i {
    font-size: 2em;
}
#s724-footer-inner #s724-footerkutular .footerkutu-inner:hover {
    -webkit-transform:scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform:scale(1.05) ;
    transform: scale(1.05);
    color: #fff;
}
/*- Footer Icerik -*/
#s724-footeryazilar {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 1em 0;
}
#s724-footeryazilar .s724-footer-yazi-1 .s724-footer-logo {
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Raleway';
    color:#fff;
}
#s724-footeryazilar .s724-footer-yazi-1 h4 {
    font-size:16px;
    font-weight: 300;
    color:#fff;
}
/*- </Footer Icerik -*/
#s724-footer-icerik .footer-card {
    background: transparent;
    color: rgba(255,255,255,0.95);
    border:none;
}
#s724-footer-icerik .footer-card a {
    color:#fff;
}
#s724-footer-icerik .footer-card a:hover {
    text-decoration: none;
    color: #fff;
}
#s724-footer-icerik .footer-card .card-header {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
}
#s724-footer-icerik .footer-card .card-header .card-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
}
#s724-footer-icerik .footer-card .card-body li {
    color:#fff;
    font-size:16px;
    font-weight: 300;
}
#s724-footer-icerik .footer-card .card-body li a {
    color:#fff;
}
#s724-footer-icerik .footer-card .card-body li a:hover {
    color:inherit;
}
#s724-footer-icerik .footer-card .s724-footer-bilgiler li {
    margin-bottom:1em;
}
#s724-footer-icerik .footer-card .s724-footer-bilgiler li .fa {
    margin-right: 15px;
    color: rgba(255,255,255,0.5);
    width: 15px;
    font-size: 20px;
}
footer .s724-footer-yazi-4 {
    color:#fff;
}
/*-- </9. Footer --*/
/*-- 10. Aside --*/
.s724-aside .widget {
    background: #fff;
    display:inline-block;
    width:100%;
    margin: 1.5em 0 0;
}
.s724-aside .widget-title {
    position: relative;
    color: #fff;
    font-weight: 300;
    padding: 15px 12px;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.s724-aside .widget-title:before {
    content: '';
    position: absolute;
    left: 20%;
    top: 0;
    width: 60%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
}
.s724-aside section .widget-title + * {
    border: 1px solid #d7d7d7;
    padding:10px;
}
.s724-aside section.widget_text {
    padding:0;
}
.s724-aside section.widget p {
  margin:0;
  font-size:14px;
}
.s724-aside section.widget-text {
    padding:10px;
}
/*- Menu -*/
#secondary.s724-aside .s724_kategori_widget {
    margin-bottom:1.4rem;
}
.s724-aside #s724_yankategori {
    padding:0;
    border:none;
}
/*- </Menu -*/
/*- Filtre Aktif -*/
.s724-aside .widget_layered_nav_filters {
    background:#efefef;
    padding:10px;
}
.s724-aside .widget_layered_nav_filters,
.s724-aside .widget_price_filter,
.s724-aside .widget_rating_filter,
.s724-aside .widget_layered_nav {
    margin-top:-1px;
}
.s724-aside .widget_layered_nav_filters .widget-title,
.s724-aside .widget_price_filter .widget-title,
.s724-aside .widget_rating_filter .widget-title,
.s724-aside .widget_layered_nav .widget-title {
    display:none;
}
.s724-aside .woocommerce-widget-layered-nav-dropdown__submit {
    background: #fd5501;
    color: #fff;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 13px;
    cursor:pointer;
}
.s724-aside .widget_layered_nav_filters ul li a {
    color:#666;
}
.s724-aside .widget_layered_nav_filters ul li {
    float:none;
    display:block;
}
.s724-aside .widget_layered_nav_filters ul li:hover {
    opacity:.7;
}
/*- </Filtre Aktif -*/
/*- Filtre -*/
.s724-aside .widget_price_filter .price_slider_wrapper {
    margin:1em 0;
}
.s724-aside .widget_price_filter .price_label {
    font-weight: 700;
}
.s724-aside .widget_rating_filter ul li a,
.s724-aside .woocommerce-widget-layered-nav-list li a {
    color: #333;
    font-size: 14px;
}
.s724-aside .widget_rating_filter ul li a:hover {
    color:#999;
}
/*- </Filtre -*/
/*-- Tagcloud --*/
.s724-aside .tagcloud a {
    font-size: 13px !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #efefef;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    color: #333;
}
.s724-aside .tagcloud a:hover {
    text-decoration:none;
    background:#f8f8f8;
}
/*-- </Tagcloud --*/
/*-- Yazar --*/
.s724-aside section.s724_yazar_widget {
    padding:25px;
    border:none !important;
    box-shadow:none;
    border-radius:0;
}
.s724_yazar_widget .widget-ikon i {
    width: 80px;
    height: 80px;
    line-height: 70px;
    background: rgba(0,0,0,0.1);
    border-radius: 10%;
    padding: 5px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 2em;
}
.s724_yazar_widget .widget-aciklama {
    font-size: 16px;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-family: 'Raleway';
    font-weight: 300;
}
.s724_yazar_widget .sosyal-ikonlar li {
    display:inline-block;
    margin:0 2px;
}
.s724_yazar_widget .sosyal-ikonlar li a {
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.5);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #333;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition:all .2s linear;
}
.s724_yazar_widget .sosyal-ikonlar li a:hover {
    background: #444;
    color: #fff !important;
}
/*-- </Yazar --*/
/*-- Kategoriler --*/
.s724-aside .widget_categories ul li a {
    display: block;
    padding: 5px 0;
    color: #6d7683;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.s724-aside .widgets-list-layout-links {
    font-weight: 300;
}
.s724-aside .widgets-list-layout .widgets-list-layout-blavatar {
    max-width:50px;
}
.s724-aside .widgets-list-layout-links a:hover {
    text-decoration: none;
    color:#ee3221;
}
/*-- </Kategoriler --*/
/*-- Arama --*/
.s724-aside .widget_search form,
.s724-aside .widget_product_search form {
    background: #f8f8f8;
}
.s724-aside .widget_search form input[type=search],
.s724-aside .widget_product_search form input[type=search] {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 15px;
    height: 40px;
    padding: 10px;
}
.s724-aside .widget_search form input[type=submit],
.s724-aside .widget_product_search form button[type=submit] {
    height: 40px;
    background: #ccc;
    color: #fff;
}
.s724-aside .product_list_widget li {
    margin-bottom: 10px;
    line-height:2;
}
.s724-aside .product_list_widget li a {
    color: #333;
    font-size: 14px;
}
.s724-aside .product_list_widget .star-rating {
    font-size: 12px;
}
.s724-aside ul {
    list-style: none;
}
.s724-aside ul li {
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.s724-aside ul li a {
    color:inherit;
}
/*-- </Arama --*/
/*-- </10. Aside --*/
/*-- 11. Urun Ayarlari --*/
.s724-panel-uruntabs .nav-pills .nav-link {
    border-radius: 3px 3px 0 0;
    background: #f4f4f4;
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
    padding: .7rem 1.25rem;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.s724-panel-uruntabs .nav-pills .nav-link.active,
.s724-panel-uruntabs .nav-pills .nav-link:hover {
    background: #ee3221;
    color: #fff;
}
/*- Urun tab -*/
/*- Urun carousel -*/
.s724-urun-owl .owl-nav {
    position: absolute;
    bottom: 105%;
    right: 0;
}
.s724-urun-owl .owl-nav div {
    font-size: 1.8rem;
    width: 30px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    background:#ee3221;
    color: #fff;
    margin-left:5px;
}
.s724-urun-owl .owl-nav div:hover {
    background:#ee3221;
    color: #fff;
}
.s724-urun-owl .owl-nav div.disabled {
    background: #f4f4f4;
    color: #333;
    cursor: default;
}
.s724-urun-owl .owl-nav div.disabled:hover {
    background: #f4f4f4;
}
/*- </Urun carousel -*/
.woocommerce .product .s724-sepete-ekle-icon {
    float: left;
    width: 60px;
    height: 100%;
    vertical-align: middle;
    background: url(../images/s724-shopping-icon.png) center center no-repeat;
    display: inline-block;
    border-right: 1px solid #efefef;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
/*-- </11. Urun Ayarlari --*/
/*-- 12. Single --*/
.single .hentry {
    border:1px solid #efefef;
}
.single .author.vcard a {
    color:#369;
}
.single .entry-date.published {
    color:#333;
}
.single .cat-links a {
    font-weight: 700;
    color: #ee3221;
    text-decoration: none;
}
/*-- </12. Single --*/
/*-- 13. Breadcrumbs --*/
.woocommerce-breadcrumb {
    position: relative;
    margin: 0 -100% 1.8rem -100%;
    padding: 0 100%;
    height: 100px;
    line-height: 49px;
    font-size: 1rem;
    color: #211f1f;
    font-weight: 700;
    text-align: center;
}
.woocommerce-breadcrumb:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    -ms-filter: brightness(.5);
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    width: 100%;
    height:100%;
    padding: 0 100%;
    margin: 0 -100%;
    position: absolute;
    z-index:-1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.woocommerce-breadcrumb a {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    color: #313131;
    font-size: 1rem;
    font-weight: 300;
}
.woocommerce-breadcrumb a:hover {
    text-decoration: none;
    opacity:.8;
}
.woocommerce-breadcrumb a:after {
    content: '\f105';
    font-family: FontAwesome;
    padding: 0 5px;
}
/*-- </13. Breadcrumbs --*/
/*-- 14. Yorumlar --*/
#comments .comment-list {
    background:#efefef;
}
#comments .comment-body {
    margin-bottom: 1em;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 10px;
    background: #fff;
}
#comments .comment-author.vcard {
    margin-bottom: 1em;
}
#comments .comment-metadata time {
    font-weight:700;
    color:#333;
}
#comments .comment-reply-link {
    background: #efefef;
    color: #333;
    padding: 5px 10px;
}
#comments .comment-reply-link:hover {
    background:#396;
    color:#fff;
    text-decoration: none;
}
#comments .comment-form-comment textarea {
    display: block;
    width: 100%;
    border-color: #ccc;
}
#comments .comment-respond .logged-in-as a {
    color: #333;
    font-weight:500;
}
#comments .comment-respond #submit {
    background: #ee3221;
    color: #fff;
    padding: .7em 1.5em;
    border: none;
    cursor: pointer;
}
#comments .comment-respond #submit:hover {
    background:#396;
}
/*-- </14. Yorumlar --*/
/*-- 15. Iletisim --*/
#s724-iletisim .s724-iletisim-bilgiler {
    flex-direction: column;
    height: 80%;
}
#s724-iletisim .s724-iletisim-bilgiler p {
    margin-bottom:0;
}
#s724-iletisim .s724-iletisim-bilgiler .media:hover i {
    color:#fff;
}
#s724-iletisim .s724-iletisim-bilgiler .media .media-description {
    width:80%;
    color:#666;
    font-size:16px;
}
#s724-iletisim .s724-iletisim-bilgiler i {
    width: 55px;
    height: 55px;
    border: 2px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    font-size: 15px;
    margin-right: 1em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#s724-iletisim .s724-iletisim-bilgiler h5 {
    font-size: 15px;
    font-weight: 700;
}
#s724-iletisim .wpcf7-form p {
    margin:0;
}
#s724-iletisim .wpcf7-form label {
    width: 100%;
    color: #555;
    letter-spacing: 0.5px;
}
#s724-iletisim .wpcf7-form .wpcf7-text,
#s724-iletisim .wpcf7-form .wpcf7-textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 10px;
    margin:5px 0;
}
#s724-iletisim .wpcf7-form .wpcf7-text:focus {
    outline:none;
}
#s724-iletisim .wpcf7-form .wpcf7-submit {
    border: none;
    background: #ee3221;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    cursor:pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#s724-iletisim .wpcf7-form .wpcf7-submit:hover {
    background:#333;
}
/*-- </15. Iletisim --*/
/*-- 16. Sabit Menu --*/
#s724-sabitmenu {
  /* position: fixed; */
  left:0;
  top:0;
  width:100%;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}
.logged-in.admin-bar #s724-sabitmenu {
  top:32px;
}
#s724-sabitmenu.s724-goster {
  display: block;
}
#s724-sabitmenu ul li {
  float: left;
}
#s724-sabitmenu ul li > a {
  color: #fff;
  padding: .85em 1em;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
}
#s724-sabitmenu ul li > a:hover {
  background: rgba(0,0,0,0.1);
  text-decoration: none;
}
/*-- </16. Sabit Menu --*/
/*-- 17. Kategori Kutulari --*/
#s724-kategori-kutulari figure {
    position: relative;
    margin:5px;
	
}
#s724-kategori-kutulari figure img {
    width:100%;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	border-radius:25px;
	
}
#s724-kategori-kutulari figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
		border-radius:25px;
}
#s724-kategori-kutulari figure figcaption {
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    text-align:center;
    justify-content: center;
    display: flex;
    align-items:center;
    flex-direction: column;
}

#s724-kategori-kutulari figure:hover img {
    box-shadow: 0 5px 15px rgba(0,0,0,1);
}
#s724-kategori-kutulari .s724-kategorikutu-aciklama {
    color: #fff;
    font-size: 2.2em;
    letter-spacing: 1px;
    font-weight: 700;
}
#s724-kategori-kutulari .s724-kategorikutu-1 figcaption {
    align-items:left;
    justify-content:normal;
    padding:1.5em;
    text-align:left;
}
#s724-kategori-kutulari .s724-kategorikutu-2 .s724-kategorikutu-aciklama {
    font-size: 2em;
    text-align: center;
    width: 80%;
}
#s724-kategori-kutulari .s724-kategorikutu-2 figcaption {
    text-align:center;
}
#s724-kategori-kutulari .btn-s724 {
    border-radius: 5px;
    margin: 10px 0;
    font-size: 13px;
}
/*-- </17. Kategori Kutulari --*/
