
         :root {  
            --hovercolor: #0d8cf1; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #0d8cf1;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #0d8cf1;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/* Mega menü panel hissi */
.mega-panel{
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  overflow: hidden;
}

/* İç boşluk biraz artsın */
.mega-panel .mega-inner,
.mega-panel .row{
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 768px){
  .pos-menu-col .img_desktop img{
    width: 96px;
    height: 64px;
max-width: 96px !important;
  max-height: 64px !important;
  object-fit: contain;
    display: flex;
  justify-content: center;
  }
}

.pos-menu-col .img_desktop img{
  width: 180px !important;
  height: 150px !important;
  max-width: 180px !important;
  max-height: 150px !important;
  object-fit: contain;
    display: flex;
  justify-content: center;
}

.pos-menu-col .column_dropdown img{
  display: block;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* Eğer img_desktop wrapper'ı varsa onu da sola hizala */
.pos-menu-col .img_desktop{
  display: block;
  text-align: left !important;
}


.site-logo img{
max-height:none !important;
height:45px !important;
width:auto !important;
}