.modal-content {
    direction: ltr;
}

.wp-block-list li:before {
    content: '\2713';
    position: relative;
    left: 30px;
    top: 25px;
    color: white;
    font-size: 1.2em;
    background-color: #8331A7;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.wp-block-list{
    direction: rtl;
    margin-right:-35px;
    margin-bottom: 0.5em;
}

p {
    direction: rtl;
}

*, *::before, *::after {
    box-sizing: inherit;
    direction: rtl;
}

.modal-header .btn-close {
    margin: 0 !important;
}

.product-icon {
    width: 43%;
    justify-content: flex-end;
}

@media (max-width: 1370px) {
   .product-icon {
    width: 49%;
    justify-content: flex-end;
}

.product-title {
    width: 51%;
}
}