.swiper_slide {
    cursor: pointer;
    font-size: 14px;
}


.product_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow_nav {
    display: flex;
    align-items: center;
}

.arrow_nav svg {
    color: var(--primary);
    cursor: pointer;
}

.swiper_slide img {
    position: relative !important;

    margin: 0 auto;
}

.product_title {
    padding-top: 20px;
    margin: 0;
}

.mySwiper {
    display: block;
}

.product_section {
    overflow: hidden;
    padding: 5px;
}

.btn_next {
    position: relative !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 20px !important;
    right: auto !important;
}

.btn_prev {
    position: relative !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 20px !important;
    right: auto !important;
}

.related_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
}


.error {
    text-align: center;
    margin: 20px 0;
}

.category_card .category_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_card {
    color: grey;
}

.category_card:hover {
    color: var(--secondary-text);
}

.category_image {
    margin-bottom: 5px;
}

.image {
    max-width: 70px;
    max-height: 70px;
    height: auto;
    width: auto;
}

@media(max-width: 768px) {
    .category_card .category_title {
        font-size: 13px;
    }
}