.title-detail {
    font-weight: 700 !important;
    font-size: 32px !important;
}

.product-price-cover {
    margin-top: 32px !important;
}

.text-price {
    font-weight: 700 !important;
}

.price-inc {
    color: #616161;
    font-size: 13px;
}

.detail-info {
    border: 1px solid #06817873;
    border-radius: 5px;
    padding: 20px;
}

.product-note {
    background-color: rgb(253 238 211/1);
    border-radius: 5px;
    padding: 8px;
    margin-top: 24px !important;
}

.product-note-text {
    font-size: .75rem;
    line-height: 1.15rem;
    font-weight: 500;
    color: rgb(74 81 83/1);
}

#map-canvas {
    border-radius: 10px;
    border: 2px solid #aeccc5;
    height: 300px;
}

.target-btn {
    position: relative;
    float: right;
    top: -60px;
    left: -10px;
}

[dir='rtl'] .target-btn {
    float: left;
    left: auto;
    right: -10px;
}

.copyrights-text {
    text-align: start;
}

.payment-icon {
    display: flex;
    text-align: end;
    justify-content: end;
}

.payment-icon img {
    width: 45px;
    margin-left: 3px;
}

@media (max-width: 767px) {
    .copyrights-text {
        text-align: center;
    }
    .payment-icon {
        justify-content: center;
    }
}
