.swiper_slide {
    cursor: pointer;
    font-size: 14px;
    /* margin-right: 13px !important; */
}


.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;
    padding: 4px 4px;

}

.product_section {
    overflow: hidden;
    padding: 5px;
    margin-top: 11px;
}

.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;
}

.product_card_section {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}