
.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: #272a68;
	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;
}

/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222;
    padding: 10px 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; /* Modern ve okunabilir bir font */

}

p {
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Yazı boyutunu biraz büyüttüm */
    line-height: 1.8; /* Satır yüksekliğini artırdım */
    color: #4a4a4a; /* Daha yumuşak bir gri tonu */
    margin: 0 0 10px; /* Paragraflar arasına boşluk ekledim */
}



/* ------------------------------------ */
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%;
  top: 0;
  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 ]
===========================================================*/



/*[ 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: white;
  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: #333333;
  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: white;
  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;
}


/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
  width: 100%;
  background-color: white;
  display: none;
  border-top: 1px solid #ececec;
}

/*[ Page sidebar ]
-----------------------------------------------------------
*/

@media (max-width: 992px){
  .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;
}

    .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;

}
.urunbaslik {
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color:black;
}
.fiyat {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    color: black;
    padding:5px 0px 5px 0px;
    width: 100%;
    display: inline-block;
}
.siparis {
    background-color: #188fde;
    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: orange;
}
.stars {
    text-align: center;
    text-decoration: line-through;
    width:100%;
    color:#888888;
}
.wrap-slick3-dots {
    width: 14.5%;
}

/*Mobil Menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #188fde;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #f1f1f1;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
}

.openmenu {
    right: 45px;
    font-size: 36px;
    cursor: pointer
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*radiobutton stil*/
.radiobuttonlist {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

radiobuttonlist datalist {
    border: 10px solid red;
}

.radiobuttonlist input {
    width: 15px;
    height: 15px;
    margin: 10px;
}

.radiobuttonlist label {
    color: #3E3928;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
}

.radiobuttonlist span.selectedradio label {
    background-color: #F7F5E8;
    color: #000000;
    font-weight: bold;
    border-bottom-color: #F3F2E7;
}

.radiobuttonlist label:hover {
    color: #CC3300;
    background: #D1CFC2;
}

.radiobuttoncontainer {
    position: relative;
    z-index: 1;
}

.radiobuttonbackground {
    position: relative;
    z-index: 0;
    border: solid 1px #AcA899;
    padding: 10px;
    background-color: #F3F2E7;
}
/*radiobutton stil end*/
.radioButtons {
    border: none;
    border-collapse: collapse;
    margin-bottom: 10px;
    line-height: 1.0;
    width: 100%;
}

    .radioButtons input {
        float: left;
        width: 15px;
        height: 15px;
    }

    .radioButtons label {
        font-family: Arial;
        font-size: 13px;
        color: #555555;
        line-height: 1.0;
        margin-left: 10px;
    }

    .radioButtons td {
        width: 100%;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
    }
/* ---------- FOOTER STYLES ---------- */
/* ---------- FOOTER STYLES ---------- */
.site-footer {
    background: #013a75;
    color: #e0e7ff;
    padding: 1rem 0;
    font-size: 14px;
    line-height: 1.6;
}

    .site-footer .container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }

.footer-widgets {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.site-footer .widget {
    flex: 1 1 220px;
}

    .site-footer .widget h4 {
        margin-bottom: 1rem;
        font-size: 16px;
        color: #ffffff;
        border-bottom: 2px solid #a8c4ff;
        display: inline-block;
        padding-bottom: 0.25rem;
    }

    .site-footer .widget p {
        color: #cfdcff;
    }

    .site-footer .widget ul {
        list-style: none;
        padding: 0;
    }

        .site-footer .widget ul li {
            margin-bottom: 0.5rem;
        }

            .site-footer .widget ul li a {
                color: #a8c4ff;
                text-decoration: none;
                transition: color 0.3s;
            }

                .site-footer .widget ul li a:hover {
                    color: #ffffff;
                    text-decoration: underline;
                }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 1.5rem;
    text-align: center;
}

    .footer-bottom p {
        margin: 0;
        color: #cfdcff;
    }