/*
============================
Name:  Legalt Law and Attorney 
Version: 1.0.0
Description: Legalt Law and Attorney template
Author: VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location: 
============================
*/

.bg_gri{
    background-color: #f8f8f8 !important;
}
.rounded-frame {
    border: 1px solid #ccc; /* İnce çizgi */
    border-radius: 10px; /* Yuvarlak köşeler */
    padding: 20px; /* İçerik boşluğu */
    display: inline-block; /* Nesne etrafında sarılabilir */
    background-color: #f9f9f9; /* Arka plan rengi (isteğe bağlı) */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Hafif gölge (isteğe bağlı) */
    font-family: Arial, sans-serif; /* Yazı tipi */
    color: #333; /* Yazı rengi */
}
/* Trendyol Butonu */
.trendyol-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #f27a1a;
    color: white;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    border-radius: 0px;
}

.trendyol-button:hover {
    background-color: #e76900;
    color: white; /* Yazı rengini beyaz tut */
    transform: scale(1.05);
}

/* Hepsiburada Butonu */
.hepsiburada-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #ffcc00;
    color: black;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    border-radius: 0px;
}

.hepsiburada-button:hover {
    background-color: #e6b800;
    color: black; /* Yazı rengini sabit tut */
    transform: scale(1.05);
}

/* N11 Butonu */
.n11-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #e31330;
    color: white;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    border-radius: 0px;
}

.n11-button:hover {
    background-color: #c60d29;
    color: white; /* Yazı rengini beyaz tut */
    transform: scale(1.05);
}

/* Shopier Butonu */
.shopier-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #48caff;
    color: white;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    border-radius: 0px;
}

.shopier-button:hover {
    background-color: #38b4e0;
    color: white; /* Yazı rengini beyaz tut */
    transform: scale(1.05);
}
.py_button{

    font-size: 16px!important;
}
/* Kendi E-ticaret Butonu */
.own-store-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #4caf50;
    color: white;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
    border-radius: 0px;
}

.own-store-button:hover {
    background-color: #429846;
    color: white; /* Yazı rengini beyaz tut */
    transform: scale(1.05);
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* Başlangıçta gizli */
}

.loading-overlay.active {
    display: flex;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #007BFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.resim_kose {
    border-radius: 25px; /* Köşelerin yuvarlatılma miktarı */
    overflow: hidden; /* Taşan alanların gizlenmesi */
}