﻿


.urunBaslikCizgi {
    width: 50px;
    height: 5px;
    background: #94c22b;
    display: inline-block;
    top: -15px;
    position: relative;
}



.theme-table {
    color: #333;
    border: 2px;
}

    .theme-table th {
        background-color: #f5f5f5;
        font-weight: 600;
    }



    .theme-table p,
    .theme-table span {
        color: #333 !important;
    }

/*.product-frame {
    position: relative;
    background: #fff;
    padding: 80px;
}


.frame-logo {
    position: absolute;
    top: 50px;
    right: 90px;
    background: #fff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/


/*@media (min-width:500px) and (max-width: 640px) {
    .frame-logo {
        right: 63px !important;
        top: 13px !important;
    }

        .frame-logo img {
            width: 135px !important;
        }
}

@media (min-width:641px) and (max-width:767px) {
    .frame-logo {
        right: 60px;
        top: 27px;
    }

        .frame-logo img {
            width: 135px !important;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .frame-logo {
        right: 75px;
        top: 40px;
    }

        .frame-logo img {
            width: clamp(110px, 14vw, 185px);
            height: auto;
            max-width: 100%;
        }
}

@media (min-width:992px) and (max-width:1200px) {
    .frame-logo {
        right: 75px;
        top: 40px;
    }
}

@media (max-width: 430px) {
    .frame-logo {
        top: 13px;
        right: 45px;
    }

        .frame-logo img {
            width: clamp(110px, 18vw, 180px);
        }

    .product-img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}*/