/* Temel stil ayarları */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background-color: rgba(31, 30, 30, 0.8);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.add_to_cart {
    background: #000;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 5px;
    border-radius: 8px;
    display: inline-block;
}
.dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Dropdown içeriğini göstermek için butona tıklandığında */
.show {
    display: block;
}

.other_bread {
    padding-top: 8rem !important;
    padding-bottom: 41px !important;
}

.shop_area .sidebar_widget h3 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid;
}
.product_content h3 a {
    font-size: 15px;
    color: #2b2b2b !important;
}

.product_content span.current_price {
    font-size: 20px;
}
.position-header{
    position: absolute !important;
}
.header_four{
    background-color: transparent !important;
}
.search-color{
    color: #fff;
}
.product_content.grid_content {
    text-align: center;
}

.top-menu ul li {
    float: left;
    margin-right: 10px;
}

.topmenu-colors{
    color: #fff;
}

.top-menu{
    padding-left: 50px !important;
}

.header_middel {
    padding: 8px 0 8px !important;
}

.header_four .search_bar form {
    border: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
}

.search_bar form {
    border-bottom: 0 !important;
}

.sticky-header.sticky {
    background: #242424;
}

@media only screen and (max-width: 767px) {

    .other_bread {
        padding-top: 10px !important;
    }

    .owl-carousel {
        z-index: 0 !important;
    }

    .header_transparent {
        background: #24242400 !important;
        position: fixed !important;
        z-index: 1;
    }

    .header_area {
        padding: 0 !important;
    }

    .header_four .header_middel {
        padding: 7px 0;
    }

    .header_middel {
        padding: 18px 0 18px !important;
    }

    .canvas_search {
        right: 70px !important;
        top: 24px !important;
        font-size: 22px !important;
        color: #fff !important;
    }

    .breadcrumbs_area {
        margin-top: 90px !important;
        padding: 40px 0;
    }

    .banner_section_eight {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: -60px !important;
    }

    .count-card-mobile {
        position: absolute;
        top: 3px;
        right: 23px;
        color: #000000a1;
        font-size: 14px;
        font-weight: bold;
        font-family: 'FontAwesome', serif;
        z-index: 1;
    }
    .count-card-mobile:after {
        content: "";
        position: absolute;
        top: 11px;
        right: -3px;
        width: 15px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
        z-index: -1;
    }
}