#announcementBar, .orderForm, #mainButton, .orderButton, #swal2-title, .productDescription > p,
 .blackStripe > h3, .section.two > .textDiv > div > h2, footer > div > div > div > ul > li.title, .rev, .productName, .storeName {
    font-family: "Tajawal";
    font-weight: 600;
}

.orderForm > input, .orderForm > select, .section.one > h2, .collapse-item > .head, .blackStripe > h2,
 footer > div > div > div > p, footer > div > div > div > ul,
  .collapse-item > .content,.section.two > .textDiv > div > p, #swal2-html-container, .comment{
    font-family: "Tajawal";
    font-weight: 400;
}

.collapse-item > .head, .collapse-item > .head > .title, .collapse-item > .content, .orderForm > span.error {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    footer > div > div > div > p, footer > div > div > div > ul {
        padding-left: 0;
        padding-right: 15px;
    }
}

.orderButton {
    float: right;
}

#comments > .comment > img {
    margin-right: 0;
    margin-left: 20px;
}

h1.productName {
    font-size: 42px;
    margin-top: 10px;
}

@media only screen and (max-width: 425px) {
    h1.productName {
        font-size: 34px;
    }
}
