.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;
    height: 100%;
    width: 100%;
    color: transparent;
    max-height: 157px;
    object-fit: contain;
    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;
}

.post_card_section {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 3px 0px #0000002d;
    padding-bottom: 15px;
    height: 245px;

}

.post_card_section:hover {
    box-shadow: 0 0 8px 0px #0000002d;
}


.date {
    text-align: left;
    color: grey;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
    padding: 0 10px;
}

.title {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 10px 0;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn_section {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}