.swiper_slide {
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
    /* 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;
}

.swiper_slide a {
    color: var(--secondary-text) !important;
}


.swiper_slide a:hover {
    color: var(--primary) !important;
}

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

.mySwiper {
    display: block;
    max-width: 1000px;
}

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

.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;
    background-color: transparent;
}

.product_image {
    max-height: 300px;
    width: auto !important;
    height: auto !important;
}

@media(max-width: 500px) {
    .product_image {
        max-width: 164px;
    }
}

.price_style {
    color: var(--secondary-text);
    margin: 5px 0;
    margin-bottom: 8px;
    font-size: 16px;
}

.box_size {
    display: inline-block;
    border-radius: 20px;
    padding: 0px 4px;
    margin-top: 10px;
    margin-bottom: 0px;

}


.box_weight_style {
    color: var(--primary-text);
    font-weight: 700;
}