.product_img_big {
    width: 100%;
    border-radius: 10px;
}

.product_item_i {
    margin-top: 90px;
}

.product_image_section {
    margin-top: 40px;
}

.other_images {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.other_images img {
    width: 90px;
    margin: 30px;
}

.about_product_side {
    display: flex;
    flex-direction: column;
}

.go_back_btn {
    padding: 40px 0px;
    text-align: center;
}

.icon-arrow-left {
    width: 30px;
}

.go_back_btn button {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 50px;
    background-color: white;
    text-transform: uppercase;
}

span {
    font-family: 'Poppins', sans-serif;
}

.taxincluded {
    font-size: 16px;
}

.product_price {
    font-size: 16px;
    margin: 20px 0px;
}

.saveandlike {
    text-align: right;
}

.top-btn {
    background: #f3f3f4;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 10px;
}

.about_product_side h1 {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.product_desc {
    font-size: 16px;
    line-height: 3rem;
}

.checkout_btn {
    background-color: black;
    border: 1px solid black;
    padding: 12px;
    color: white;
    font-weight: bold;
    margin: 40px 0px;
}