
.orta_div{
    padding:10px 5px 10px 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
table, th, td {
  border: 1px solid black;
  font-size:15px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
}
table {
  border-spacing: 5px;
}


/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family:Arial,sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: Arial;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #e65540;
}
p a{
    color:#f58a13;
}
/* ------------------------------------ */
h1 {
    font-family: Arial;
    font-size: 32px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}
h2 {
    font-family: Arial;
    font-size: 28px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}
h3 {
    font-family: Arial;
    font-size: 24px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}
h4 {
    font-family: Arial;
    font-size: 20px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}
h5 {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}
h6 {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}
p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #3c3c3c;
    margin: 5px 0px 5px 0px;
    padding-bottom: 15px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #3c3c3c;
    margin-left: 10px;
}
.metiniciul {
    margin: 10px 0px 10px 30px;
}
    .metiniciul ul, li {
        list-style-type: disc;
        line-height: 1.7;
    }
    /* ------------------------------------ */
    input {
        outline: none;
        border: none !important;
    }


/* ------------------------------------ */
.container {
	max-width: 1200px;
   
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 {
    height: 85px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
}




/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
    width: 100%;
   
    left: 0;
    position: fixed;
    z-index: 1100;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

/*[ Top bar ]
===========================================================*/
.ana_topbar {
    background-color: #ffffff;
}
/*[ Menu ]
===========================================================*/
.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 85px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
   
}

.fixed-header .wrap_header {
  height: 85px;
}




.logo img {
  max-height: 80px;
}


/*[ Menu ]
-----------------------------------------------------------*/
.main_menu {
   list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.main_menu > li {
  display: block;
  position: relative;
  padding-top: 20px;  
  padding-bottom: 20px; 
  padding-left: 15px;
  padding-right: 15px;
}

.main_menu > li > a {
  font-family: Arial;
  font-size: 15px;
  color: black;
  padding: 0;
  border-bottom: 1px solid transparent;
}

li.sale-noti > a {
  color: #e65540;
}

.main_menu > li:hover > a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.main_menu li {
  position: relative;
}

.main_menu > li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}




/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    display: none;
    border-bottom: 1px solid #272a68;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
  display: block;
}

.logo-mobile img {
  max-height: 80px;
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.telefondiv {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top right;
  
   z-index:9999;
    position: fixed;
    margin-top:270px;
    right:0px;
}
.telefon {
    color: white;
    background-color: #1a0889;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
}

/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
  width: 100%;
  background-color: white;
  display: none;
  border-top: 1px solid #ececec;
}

/*[ Page sidebar ]
-----------------------------------------------------------
*/

@media (max-width: 1200px){
  .wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
  }
  .wrap_header {display: none;}

  .container-menu-header-v3,
  .container-menu-header-v2,
  .container-menu-header 
  {display: none;}

  .top-bar {display: none;}
  header {height: auto !important;}

  .container1-page {
    margin-left: 0px;
  }
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.pagination {
    margin-right: -6px;
    margin-left: -6px;
}

.item-pagination {
    font-family: Arial;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 6px;
    float:left;
}

    .item-pagination:hover {
        background-color: #222222;
        color: white;
    }

.active-pagination {
    background-color: #222222;
    color: white;
}

/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}

.tag-item {
  display: block;
  font-family: Arial;
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin: 3px;
}

.tag-item:hover {
  border: 1px solid #e65540;
}

body {padding-right: 0px !important;}

.sonmakaleresim{
    max-width:260px;
}
.sonmakaleh3{
    font-weight:bold;
    font-size:18px;
    color:#555555;
    margin:5px 0px 5px 0px;
}
.cizgi{
    border:1px solid rgba(0, 0, 0, 0.1);
    padding:0px;
   margin:7px;

}
.urunbaslikdiv {
    padding: 7px 0px 15px 9px;
}  
.urunbaslik {
  
    font-size: 14px;
    font-family: Bahnschrift;
    text-align: center;
    font-weight: bold;
}
.urunbaslikparagraf {
    font-size: 14px;
    font-family: Bahnschrift;
    text-align: center;
}


.fiyat {
    font-size: 20px;
    font-weight: bolder;
    color: #ec2e1a;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.eskifiyat {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color:#100e0e;
    text-decoration: line-through;
   
}
.yildizderecesi {
    font-size: 11px;
    color:#666666;
}
.siparis {
    background-color: #f38625;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    width:100%;
}
    .siparis:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: black;
        background-color: white;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
    }
.checked {
    color:#f9d213;
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  /* width: 250px; remove this */
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* width: 20%; remove this */
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  /* width: 20%; remove this */
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.star-rating.star-5 {width: 250px;}
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}

.star-rating.star-3 {width: 150px;}
.star-rating.star-3 input,
.star-rating.star-3 i {width: 33.33%;}
.star-rating.star-3 i ~ i {width: 66.66%;}
.star-rating.star-3 i ~ i ~ i {width: 100%;}
.wrap-slick3-dots {
    width: 14.5%;
}
/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

.wrap-slick3-dots {
    width: 14.5%;
}

.slick3 {
    width: 80.64%;
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .slick3-dots li img {
        width: 100%;
    }

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .slick3-dot-overlay:hover {
        border: 3px solid #888888;
    }

.slick3-dots .slick-active .slick3-dot-overlay {
    border: 3px solid #888888;
}
/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
    width: 100%;
    background-color: white;
    display: none;
    border-top: 1px solid #ececec;
}

.side-menu {
    width: 100%;
}

    .side-menu li {
        list-style-type: none;
    }

    .side-menu .main-menu {
        margin-bottom: 0;
    }

.item-menu-mobile {
    background-color: black;
}

.side-menu .main-menu > li > a {
    padding-left: 20px;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
    line-height: 2.86;
}

.side-menu .main-menu > li {
    color: white;
    position: relative;
}


.side-menu .main-menu .arrow-main-menu {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 10px;
    -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

    .side-menu .main-menu .arrow-main-menu:hover {
        cursor: pointer;
    }

.turn-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu .sub-menu a {
    padding-left: 20px;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 2.5;
}

.side-menu .sub-menu > li {
    padding-left: 12px;
    padding-top: 12px;
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #e65540 !important;
}

.side-menu .sub-menu {
    background-color: white;
    display: none;
}

@media (min-width: 992px) {
    .wrap-side-menu {
        display: none;
    }
}
.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3 {
                font-size: 20px;
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc;
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000000;
                text-transform: uppercase;
                font-size: 11px;
                letter-spacing: .1em;
                font-weight: 400;
                border-radius: 4px;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #fff;
                    background: black;
                }
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.cevapyorum {
    padding: 0 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

    .cevapyorum li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .cevapyorum li .vcard {
            width: 80px;
            float: left;
        }

            .cevapyorum li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .cevapyorum li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .cevapyorum li .comment-body h3 {
                font-size: 20px;
            }

            .cevapyorum li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc;
            }

            .cevapyorum li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000000;
                text-transform: uppercase;
                font-size: 11px;
                letter-spacing: .1em;
                font-weight: 400;
                border-radius: 4px;
            }

                .cevapyorum li .comment-body .reply:hover {
                    color: #fff;
                    background: black;
                }


              

    /* ----> wrapper */
#content-slider .wrap-slider {
  max-width: 1200px;
  /*height: 100%;*/
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: right;
}

#content-slider .wrap-slider.full {
  width: 100%;
  max-width: 100%;
  text-align: center; 
  border: none;
}


/* --------> Link style */
#content-slider *:focus {
  outline: 0;
} 

#content-slider a:hover {
  color: #7FD4FD;
  text-decoration: underline;
}

#content-slider a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
  outline: 0;
}

/* -------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* -------> Main */
#content-slider .slider {
  margin-top: 5%;
  /*position: absolute;*/
  overflow: hidden;
  width: 100%;
  margin: 0 auto;		

  position: relative;				
}

#content-slider .inset {
  width: 500%;			
  line-height: 0;

  -webkit-animation: 30s slidy infinite;
  -moz-animation: 30s slidy infinite;
  -ms-animation: 30s slidy infinite;
  -o-animation: 30s slidy infinite;
  animation: 30s slidy infinite;

  -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; 
}

#content-slider h1.main-title {
  text-align: center;
  color: #00ABFA;
  font-weight: 200;
  font-size: 2rem;			
  line-height: 3rem;
  text-transform: uppercase;
  margin: 5px 0 0px 0;
}

#content-slider .slider [class*='title-'] {
  background: rgba(0, 0, 0, 0.51);
  padding: 1% 1%;
  display: inline-block;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 12;
  margin: 15px 0 0 15px;
  line-height: normal;
  overflow: hidden;
  text-align: left;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

#content-slider .th>[class*='title-'] {
  width: auto;
  height: auto;
  position: absolute;
  top: 0em;
  right: 0em;
  text-align: right;
  margin: 5px 10px 0 0;
  opacity: 1;
  line-height: normal;
  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -------> Article */
#content-slider .slider h1,
#content-slider .th h1 {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#content-slider .slider p,
#content-slider .th p {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#content-slider .slider a,
#content-slider .th a {
  font-weight: bold;
  color: #00ABFA;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------> Article IMg Slider */
#content-slider .slider h1 { font-size: 1.5rem; }

#content-slider .slider p {	font-size: 1.2rem; }

#content-slider .slider a { font-size: 1rem; }

/* -------> Article IMg Prev */
#content-slider .th h1 { font-size: 1rem; }

#content-slider .th p { font-size: .875rem; }

#content-slider .th a { font-size: .75rem; }

#content-slider .th img {
  position: relative;
  max-width: 100%;
  height: auto !important;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}

#content-slider .th:hover img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}


/* -------> Main Img */
#content-slider figure {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  cursor: pointer;

  -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; 
}

#content-slider figure img {
  width: 100%;
  position: relative;
}	

/* -------> Max contrloS img preview */	
#content-slider span.th {
  width: 25%;
  margin: 35% 0% 0 0%;
  float: left;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

#b-1 { left: 0; }
#b-2 { left: 25%; }
#b-3 { left: 50%; }
#b-4 { left: 75%; }

#content-slider input[type='radio'] {			
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#control{					
  position: absolute;
  left: 3%;
  z-index: 5;			
  top: 55%;
  width: 95%;
}

#content-slider label.first{
  width: 9px;
  height: 9px;
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid rgba(0,0,0,0.2);
  background:white;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#content-slider #main {
  padding: 1% 0;
  width: 100%;
  /*margin-top: 29.2%;*/
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-align: center;
  
}

#content-slider input[type='radio'] {			
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#content-slider #control{					
  position: absolute;
  left: 3%;
  z-index: 15;			
  top: 0%;
  width: 95%;
  /*margin-top: 10%;*/

  /*display: none;*/
  height: 50px;
  top:50%;
  margin-top: -25px;
}


/* -------> Controls */	
#main>label:hover { width: 9px; height: 9px; background: #FFF; border: 1px solid #00ABFA; }	

input#a-1:checked ~ .slider .inset { margin-left: 0%;   }
input#a-2:checked ~ .slider .inset { margin-left:-100%; }
input#a-3:checked ~ .slider .inset { margin-left:-200%; }
input#a-4:checked ~ .slider .inset { margin-left:-300%; }



input#a-1:checked ~ #main>label:nth-child(1) { opacity: 1; background: #fff; }
input#a-2:checked ~ #main>label:nth-child(2) { opacity: 1; background: #fff; }
input#a-3:checked ~ #main>label:nth-child(3) { opacity: 1; background: #fff; }


input#a-1:checked ~ #control>label:nth-child(2),
input#a-2:checked ~ #control>label:nth-child(3),
input#a-3:checked ~ #control>label:nth-child(1),
input#a-4:checked ~ #control>label:nth-child(1),


input#a-1:checked ~ #control>label:nth-child(3),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;			
  cursor: pointer;
}

input#a-1:checked ~ #control>label:nth-child(2):after,
input#a-2:checked ~ #control>label:nth-child(3):after,
input#a-3:checked ~ #control>label:nth-child(1):after,
input#a-4:checked ~ #control>label:nth-child(1):after,

input#a-1:checked ~ #control>label:nth-child(3):after,
input#a-2:checked ~ #control>label:nth-child(1):after,
input#a-3:checked ~ #control>label:nth-child(2):after{
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color:rgba(0,0,0,0.2);
  position: absolute;
  top:0;
  left: 0;
}

input#a-1:checked ~ #control>label:nth-child(2),  
input#a-2:checked ~ #control>label:nth-child(3), 
input#a-3:checked ~ #control>label:nth-child(1){		
  float: right;
  right: 0.3%;						
}

input#a-1:checked ~ #control>label:nth-child(2):after,  
input#a-2:checked ~ #control>label:nth-child(3):after, 
input#a-3:checked ~ #control>label:nth-child(1):after {						
  content: "\f105";						
}

input#a-1:checked ~ #control>label:nth-child(3),
input#a-2:checked ~ #control>label:nth-child(1),
input#a-3:checked ~ #control>label:nth-child(2){	
  float: left;
  left: 0.3%;			
}

input#a-1:checked ~ #control>label:nth-child(3):after,
input#a-2:checked ~ #control>label:nth-child(1):after,
input#a-3:checked ~ #control>label:nth-child(2):after {
  content: "\f104";
}

span#a-1:focus ~ .slider .inset { margin-left: 0%;   }
span#a-2:focus ~ .slider .inset { margin-left:-100%; }
span#a-3:focus ~ .slider .inset { margin-left:-200%; }
span#a-4:focus ~ .slider .inset { margin-left:-300%; }
span#a-5:focus ~ .slider .inset { margin-left:-400%; }

span#b-1:focus ~ .slider .inset { margin-left: 0%;   }
span#b-2:focus ~ .slider .inset { margin-left:-100%; }
span#b-3:focus ~ .slider .inset { margin-left:-200%; }
span#b-4:focus ~ .slider .inset { margin-left:-300%; }
span#b-5:focus ~ .slider .inset { margin-left:-400%; }

#content-slider input:checked ~ .slider>.inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;		   
}
#content-slider input:hover ~ .slider>.inset, 
#content-slider label:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#content-slider input:hover ~ .slider>.inset, 
#content-slider label:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
#content-slider span:focus ~ .slider>.inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;		   
}
#content-slider span:hover ~ .slider>.inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}


/* -------> Animation */

@keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-webkit-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-moz-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}
@-o-keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}


/* -------> Responsive */
@media (max-width: 992px) {

  html {
    font-size: 12px;
  }

  #content-slider .th>[class*='title-'] {
    display: none;
  }

}

@media (max-width: 768px) {

  html {
    font-size: 10px;
  }

  #content-slider .slider [class*='title-'] {
    display: none;
  }

  #content-slider span.first { display: none; }

  #content-slider #control { display: block; }


  #content-slider span#b-2:focus { opacity: 1; } 

  span#b-2:focus ~ span#b-5 { display: none; }

  #content-slider span#b-3:focus { opacity: 1; } 

  span#b-3:focus ~ span#b-5 { display: none; }

  #content-slider span#b-4:focus { opacity: 1; } 

  span#b-4:focus ~ span#b-5 { display: none; }

}

@media (max-width: 480px) {

  #content-slider span.th img { display: none; }

}

/*[ Slick2 ]
-----------------------------------------------------------
*/
.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    color: #cccccc;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .arrow-slick2:hover {
        color: #666666;
    }

.next-slick2 {
    right: -30px;
    visibility:hidden;
}

.prev-slick2 {
    left: -30px;
    visibility: hidden;
    
}

@media (max-width: 1280px) {
    .next-slick2 {
        right: 0px;
    }

    .prev-slick2 {
        left: 0px;
    }
}

@media (max-width: 1610px) {
    .rs1-slick2 .next-slick2 {
        right: 0px;
    }

    .rs1-slick2 .prev-slick2 {
        left: 0px;
    }
}

.benzeruruncizgi {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 15px 0 15px 0;
    margin: 20px 0 20px 0;
}
.arrowleft{
    position:absolute;
    left:0px;
    width:20px;
}
.divbannerresim{
    width:100%;
}
    .divbannerresim img {
        width: 100%;
    }





@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);


/****** Style Star Rating Widget *****/

.rating {
    border: none;
  
   
}

    .rating > input {
        display: none;
     
    }

    .rating > label:before {
        margin:2.8px;
        font-size: 12px;
        font-family: FontAwesome;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        
        font-family: FontAwesome;
        position: absolute;
    }

    .rating > label {
        
        float: left;
    }
 /*///////yıldızbitiş/////////*/
.blogbaslik {
    font-size: 24px;
    font-family: Bahnschrift;

}
.blogsinir{
    height:204px;
}

.pages {
    text-align: center;
    width: 100%;
}

.pages-button {
    color: #6c757d;
    padding: 5px 10px;
    border: 1px solid #dee2e6;
}

/*blogaltı*/

.post-meta {
    margin: 3em 0 1.5em;
}

.post-categories a {
    font-weight: 700;
}

.post-tags ul {
    list-style: none;
    margin: 0;
}

.post-tags li {
    display: inline-block;
}

.post-tags a {
    display: inline-block;
    padding: 2px 12px;
    background: #E8E8E8;
    margin: 0 8px 12px 0;
    color: #6B6B6B;
}

    .post-tags a:link, .post-tags a:visited {
        color: #6B6B6B;
    }

    .post-tags a:hover, .post-tags a:active, .post-tags a:focus {
        color: white;
        background: #333333;
    }





.further-reading {
    margin: 2.25em 0 0;
    padding: 2.25em 0;
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
}

    .further-reading .previous {
        margin-bottom: 1.5em;
    }

    .further-reading span {
        display: block;
    }

    .further-reading a {
        font-weight: 700;
    }

        .further-reading a:hover, .further-reading a:active, .further-reading a:focus {
            color: #6B6B6B;
        }
@media all and (min-width: 37.5em) {
    .post-container {
        padding: 0;
    }

    .entry {
        padding: 0 6.25%;
    }

    .further-reading div {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
    }

    .further-reading .previous {
        margin-bottom: 0;
    }

    .further-reading .next {
        text-align: right;
    }
}


.post-byline {
    font-size: 14px;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
    padding-left:3px;
}
.post-date {
  display: block;
}
.block2-img img {
    width: 100%;
    height: auto;
}
.cizgifoter{
    border-top:1px solid #282727;
}
/* Accordion tarzı */
.accordion {
    background-color: #f1f1f1;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

    /* Aktif durumdaki butonun stili */
    .active, .accordion:hover {
        background-color: #ccc;
    }

/* Açılır içerik bölümü (panel) */
.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
 





.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.product-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.product-image {
    width: 50%;
}

    .product-image img {
        width: 100%;
        border-radius: 0;
    }

.product-info {
    width: 45%;
    padding-left: 20px;
}

.product-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-price {
    font-size: 24px;
    color: #ff0000;
    margin-bottom: 10px;
    font-weight: bold;
}

.description {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.order-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.btn-primary, .btn-whatsapp {
    padding: 12px 20px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    width: 48%;
}

.btn-primary {
    background-color: #dc3545; /* Kırmızı */
    color: white;
}

    .btn-primary:hover {
        background-color: #c82333;
    }

.btn-whatsapp {
    background-color: #28a745; /* Yeşil */
    color: white;
}

    .btn-whatsapp:hover {
        background-color: #218838;
    }

.info-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

    .info-buttons a {
        display: block;
        padding: 8px 10px;
        background-color: #e0e0e0;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        pointer-events: none; /* Tıklanabilirliği kapatır */
    }

        .info-buttons a:hover {
            background-color: #ccc;
        }

/* Ayırıcı çizgi */
.divider {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 20px;
}

/* Mobil görünüm için medya sorgusu */
@media (max-width: 768px) {
    .product-detail {
        display: block;
    }

    .product-image,
    .product-info {
        width: 100%;
        padding: 0;
    }

    .product-title {
        font-size: 24px;
        margin-top: 10px;
    }

    .product-price {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .description {
        font-size: 16px;
    }

    .order-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-primary, .btn-whatsapp {
        width: 100%;
    }

    .info-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}



.panel {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.order-form-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
/*footer*/
.custom-footer {
    background-color: #f8f9fa;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #e9ecef;
}

.custom-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-footer-col {
    flex: 1 1 15%;
    padding: 15px;
}

    .custom-footer-col h4 {
        font-size: 16px;
        color: #343a40;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .custom-footer-col ul {
        list-style: none;
        padding-left: 0;
    }

        .custom-footer-col ul li {
            margin-bottom: 10px;
        }

            .custom-footer-col ul li a {
                text-decoration: none;
                color: #343a40;
                font-size: 14px;
                transition: color 0.3s ease;
            }

                .custom-footer-col ul li a:hover {
                    color: #343a40;
                }
    .custom-footer-col p {
        font-size: 15px;
        color: #343a40;
        margin-bottom: 3px;
    }
    
    .custom-newsletter {
        flex: 1 1 30%;
        padding: 15px;
    }

    .custom-newsletter h4 {
        font-size: 16px;
        color: #343a40;
        margin-bottom: 10px;
        font-weight: bold;
    }

        .custom-newsletter p {
            font-size: 15px;
            color: #343a40;
            margin-bottom: 3px;
       
        }

.custom-newsletter-form {
    display: flex;
    margin-top: 10px;
}

    .custom-newsletter-form input {
        width: 70%;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 5px 0 0 5px;
    }

.custom-newsletter-btn {
    width: 30%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-newsletter-btn:hover {
        background-color: #0056b3;
    }

.custom-social-icons {
    margin-top: 20px;
}

    .custom-social-icons a {
        margin-right: 10px;
        font-size: 20px;
        color: #6c757d;
        transition: color 0.3s ease;
    }

        .custom-social-icons a:hover {
            color: #007bff;
        }

.custom-footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
    background-color:white;
}

    .custom-footer-bottom p {
        color: #6c757d;
        font-size: 14px;
    }


@media (max-width: 768px) {
    .custom-footer-col {
        flex: 1 1 15%;
        padding: 15px;
    }

        .custom-footer-col h4 {
            font-size: 16px;
            color: #343a40;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .custom-footer-col ul {
            list-style: none;
            padding-left: 0;
        }

            .custom-footer-col ul li {
                margin-bottom: 2px;
            }

                .custom-footer-col ul li a {
                    text-decoration: none;
                    color: #6c757d;
                    font-size: 14px;
                    transition: color 0.3s ease;
                }

                    .custom-footer-col ul li a:hover {
                        color: #343a40;
                    }
}
.simple-contact-page {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

    .simple-contact-page h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .simple-contact-page p {
        margin-bottom: 20px;
        font-size: 14px;
        color: #555;
    }

.contact-info {
    margin-bottom: 20px;
}

    .contact-info p {
        margin: 5px 0;
    }

    .contact-info a {
        color: #007bff;
        text-decoration: none;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

.simple-contact-form label {
    display: block;
    margin: 10px 0 5px;
    font-size: 14px;
    text-align: left;
}

.simple-contact-form input,
.simple-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.submit-button {
    background: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .submit-button:hover {
        background: #0056b3;
    }

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    /* When moving the mouse over the submit button, add a darker green color */
    input[type=submit]:hover {
        background-color: #45a049;
    }
