.product-image {
    max-width: 100%;
    height: auto;
}

.thumbnail {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
}

.product-details {
    border: 1px dashed #000;
    padding: 10px;
    margin-top: 20px;
}

.contact-details {
    border: 1px dashed #000;
    padding: 10px;
    margin-top: 20px;
}

.product-cart .name {
    font-size: 16px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.product-details *, .contact-details *{
    margin-bottom: 8px;
}

.price {
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 10px;
}

.btn-order {
    background-color: #000;
    color: #fff;
}

.btn-order:hover {
    background-color: #444;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 0px !important;
}

.details_right {
    border: 1px solid #ddd;
    padding: 10px 20px;
    height: 83% !important;
    border-radius: 5px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {

    .details_right {
        border: 1px solid #ddd;
        padding: 10px 20px;
        height: 100% !important;
        border-radius: 5px;
    }

    .product-details , .contact-details {
        border: none;
    }

    .product-details{
        margin-bottom: 30px !important;
    }

    .details-action-box .section-head {
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .details-action-box .section-head .action {
        display: flex;
        justify-content: start !important;
        align-items: center;
        flex: 0 0 auto;
    }
}
