.firsatIcon {
    display: block !important;
}

@media (min-width:768px) {
    #logo {
        max-width: 300px;
    }

    #logo .logo {
        height: 90px;
    }

    #logo .logo img {
        max-height: 90px;
    }
}

@media (max-width:767px) {
    body #divSayfalamaUst.Slct .brandlistselection {
        position: relative;
    }

    body iframe {
        max-width: 100% !important;
    }

    #logo {
        max-width: 180px;
    }
}

.mycartIcon {
    z-index: 99;
    position: relative;
}

.mycartIcon a {
    font-size: 14px;
    color: #000;
}

.mycartIcon {
    display: block;
}

.productList-Image-Owl .owl-dots {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .htop {
        display: block;
    }

    .htop .ticiContainer {
        padding: 0;
    }

    body:not(.sepetimBody) {
        padding-top: 0px;
    }

    body.homeBody {
        padding-top: 0px;
    }

    .HeadSoc p {
        font-size: 9px;
    }
}

.productItem .productPoints {
    position: absolute;
    bottom: 35px;
}

.productItem .productPoints .rating {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .productItem .productPoints {
        bottom: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1041) {
    .productItem .productPoints {
        bottom: 25px;
    }
}

body .productItem .productImage img {
    max-height: 100% !important;
}