.blog-section .single-blog-post .post-content h2 {
    font-size: 18px;
    line-height: initial;
}
.blog-section .single-blog-post .post-content p {
    font-size: 14px;
    line-height: initial;
}
.blog-list-button {
    text-align: end;
}
.blog-section .single-blog-post .post-content p {
    margin-bottom: 15px;
    padding-bottom: 15px;
}


ul#category-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}

ul#category-tabs li {
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px #ececec solid;
    padding: 10px 18px;
}

ul.sub-category-tabs li {
    padding: 2px !important;
}

ul.sub-category-tabs li {
    border-bottom: 0px !important;
}

ul#category-tabs li a {
    color: #333;
    margin-bottom: 0;
    font-size: 14px;
}

ul#category-tabs li a i {
    top: 12px;
    right: 18px;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
    color: #ed6663;
}
ul.sub-category-tabs {
    padding-left: 10px;
}

.main-menu ul li .submenu {
    min-width: max-content;
}
.main-menu ul li .submenu li:not(:last-child) {
    padding-bottom: 8px;
}

.post-content .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-post-content .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogbread{
	    font-size: 35px;

}
.urunresim{
width: auto!important;
    height: auto;
    max-height: 100%;
    /* width: 163px; */
    /* height: 163px; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1,1);
}
.urunresimdiv:before {
    content: "";
    display: block;
    padding-top: 80%;
}
.urunresimdiv{
    display: block;
    position: relative;
    overflow: hidden;

}
.blog-section .single-blog-post {
	background: white;
}

.ortala {

  margin: 10px;
}
.whatsapp{
	position: fixed;
	left: 15px;
	bottom: 15px;
	transition: all .5s ease-in-out;
	z-index:999;
}
.whatsapp a{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: white;
	background:#4dc247;
}
.whatsapp .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	line-height: normal;
	font-size: 15px;
	top: 13px;
	left: 105%;
	height: auto;
}
.whatsapp:hover a{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.whatsapp:hover .tooltiptext {
	visibility: visible;
}
.mobildestek{
	position: fixed;
	left: 15px;
	bottom: 70px;
	transition: all .5s ease-in-out;
	z-index:999;
}
.mobildestek a{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: white;
	background:#ffca00;
}
.mobildestek .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	line-height: normal;
	font-size: 15px;
	top: 13px;
	left: 105%;
	height: auto;
}
.mobildestek:hover a{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mobildestek:hover .tooltiptext {
	visibility: visible;
}

.shop-product-single-slider .large-images {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: #9E9E9E;
    padding: 10px;
}

.section-title {
    min-height: 250px; /* minimum yüksekliği korur */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* üstten başlasın */
}
@media (max-width: 768px) {
    .section-title {
        min-height: 180px; /* mobilde daha küçük */
    }
}

@media (min-width: 769px) {
    .section-title {
        min-height: 250px; /* desktop */
    }
}
.share-tag{
	display:none!important;
}
.product-grid-content h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.urunresimfigure {
  width: 100%;
  height: 250px; /* istediğin sabit yükseklik */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; /* boş alanlarda arka plan */
  overflow: hidden;
}

.urunresimfigure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-section .product-grid-item-1 .product-grid-image figure img {
    object-fit: contain;
}
.header .logo-box .logo img {
    height: 70px;
}

@media (min-width: 729px) {
    .header .logo-box .logo img {
        padding-left: 20px;
    }
}
.widget {
    padding: 15px;
}
ul#category-tabs li {
    padding: 5px 10px;
}
ul#category-tabs li a i {
    right: 0px;
}
 .theme-button {
    padding: 10px 10px;
}
h1 {
    font-size: 42px;
    line-height: 1.1em;
}