body{
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    color: black;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
 
#search{
    background-color: #f3f3f3;
   height: 42px;
    margin: 0 auto;
    border:0;
    box-shadow: none !important;
}
#searchbutton{
    position: absolute;
    top: 10px;
    right: 52px;
}
#searchparent{
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.sag3lu li a{
    color: #000;

}
@media screen and (max-width: 768px) {
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow-x: hidden; /* Yatay scroll'u engellemek için */
}
.slick-arrow,.kaybet{
    display: none !important;
}

.container {
  max-width: 100%;
}
.buyut{
    font-size: 22px;
}   
/* Resimlerin tam genişliği doldurması için */
.col-md-4 img {
  width: 100%;
  height: auto;
}
    
}

.new-badge {
    padding: 3px 8px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    white-space: nowrap;
    padding-top: 1px;
    box-sizing: border-box;
    color: #fff;
    background: #dc2e2e;
    border-radius: 32px;
    margin-left: 3px;
    height: 16px;
    width: 30px;
    text-transform: initial !important;
    -webkit-font-smoothing: antialiased;
}
.topliste li{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 115px;
}
.btn-block{
    width: 100%;
}
.topliste li{
    cursor:pointer;
}
.topliste li:hover a div,.topmenu li a:hover{
    color:#7518a5
}
.lst .active a{
    color:#7518a5
}
.altmenu li a{
    color: #000;
    text-decoration: none;

    line-height: 33px;
}
.midmenu li a{
    color: #000;
    text-decoration: none;
   line-height: 25px;
  
}
.altmenu li{
    padding: 12px;
    cursor:pointer;
}
.altmenu li a .sicon{
   position: absolute;
   right: 15px;
   top:22px;
}
.altmenu li:hover{
   background-color: white;
}   
.altmenu li:hover a,.altmenu li:hover a i{
    color:#7518a5;
}
.altmenu li a .bicon{
        font-size: 18px;
    margin-right: 5px;
}
.altmenu li{
    position:relative;
}

        .multi-column-list-container {
            height: 500px; /* Sabit yükseklik */
            overflow: hidden;
            
          
          
        }
        
        .multi-column-list {
            column-width: 200px; /* Her sütunun genişliği */
            column-gap: 20px; /* Sütunlar arası boşluk */
            column-fill: auto; /* İçeriğin sütunlara dengeli dağılımı */
            height: 100%;
        }
.multi-column-list-container{
    display: none;
}
.lst .active{
    display: block;
}
.lst .active{
    background-color: white !important;
}
#ustaltmenu,#overlay{
    display: none;
}
#ustaltmenu.active,#overlay.active{
    display: block !important;
}
.multi-column-list-container.active{
    display: block !important;
}   



       .larow{
            width: 42px;
    height: 42px;
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    transition: all 400ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 17px;
    z-index: 99;
    left:-38px;
       }
              .rarow{
            width: 42px;
    height: 42px;
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    transition: all 400ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 17px;
    z-index: 99;
    right:-38px;
       }
  .products-slider {
            width: 100%;
            margin: 0 auto;
            
        }
.product-item{
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}
        /* Ürün Kartı Stili */
        .product-item {
            margin: 0 10px;
            background: #fff;
            border-radius: 8px;
            
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

     

        .product-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #e74c3c;
            color: white;
            padding: 5px 10px;
            border-radius: 3px;
            font-size: 12px;
            font-weight: 600;
            z-index: 2;
        }

        .product-discount {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #2ecc71;
            color: white;
            padding: 5px 10px;
            border-radius: 3px;
            font-size: 12px;
            font-weight: 600;
            z-index: 2;
        }

        .product-image-container {
            position: relative;
            overflow: hidden;
           /* height: 220px;*/
        }

        .product-item img {
            width: 100%;
            height: 100%;
            object-fit: fill ;
            display: block;
            background: #f9f9f9;
           /* padding: 10px;*/
            transition: transform 0.5s ease;
        }

        .product-item:hover img {
            transform: scale(1.05);
        }

        .product-actions {
            position: absolute;
            bottom: -40px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.7);
            padding: 10px;
            transition: bottom 0.3s ease;
        }

        .product-item:hover .product-actions {
            bottom: 0;
        }

        .action-btn {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            cursor: pointer;
            font-size: 14px;
            color: #333;
            transition: all 0.2s ease;
        }

        .action-btn:hover {
            background: #3498db;
            color: white;
        }

        .product-info {
            padding: 15px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .product-category {
            font-size: 12px;
            color: #7f8c8d;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .product-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #333;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .product-rating {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .stars {
            color: #f39c12;
            margin-right: 5px;
        }

        .rating-count {
            font-size: 12px;
            color: #7f8c8d;
        }

        .product-price-container {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }

        .product-price {
            font-size: 18px;
            font-weight: 700;
            color: #7518a5;
        }

        .product-old-price {
            font-size: 14px;
            color: #7f8c8d;
            text-decoration: line-through;
            margin-left: 8px;
        }

        .product-stock {
            font-size: 12px;
            color: #2ecc71;
            margin-bottom: 10px;
        }

        .product-stock.low {
            color: #e67e22;
        }

        .product-stock.out {
            color: #e74c3c;
        }

        .btn-container {
            margin-top: auto;
            display: flex;
            gap: 8px;
           
        }


        .btn-full {
            width: 100%;
             
        }

        /* Slick slider özelleştirme */
        .slick-prev,
        .slick-next {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
.favori {
    width: 42px;
    height: 42px;
    border-radius: 25px;
    text-align: center;
    padding-top: 4px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    transition: all 400ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 17px;
}
        .slick-prev {
            left: -20px;
        }

        .slick-next {
            right: -20px;
        }

        .slick-prev:before,
        .slick-next:before {
            color: #333;
            font-family: 'slick';
            font-size: 20px;
            opacity: 0.75;
        }

        .slick-dots {
            bottom: -40px;
        }

        .slick-dots li button:before {
            font-size: 12px;
            color: #3498db;
        }

 