html {
    direction: rtl;
}

a, p, h1, h2, h3, h4, h5, h6, li, input {
    font-family: "Tajawal" !important;
    letter-spacing: unset !important;
}

.glow a {
    font-weight: bold;
    letter-spacing: unset !important;
}
.searchbar input {
    border-radius: 0 5px 5px 0 !important;
}

.searchbar .searchbutton {
    border-radius: 5px 0 0 5px !important;
    border-left-color: #91330b !important;
    border-right-color: #000 !important;
}

.rtl {
    direction: rtl;
}

.products .sorting select {
    background-position-x: 3% !important;
}

/*PRODUCT TAGS*/

.pcard {
    direction: rtl !important;
}

    .pcard button {
        font-family: "Tajawal" !important;
        font-weight: bold !important;
        letter-spacing: unset !important;
    }

        .pcard button svg {
            margin-inline-end: 0px !important;
            margin-inline-start: 5px;
        }

    .pcard .tagcol .tag {
        letter-spacing: unset !important;
    }


/*cart button*/

.cartbutton p {
    letter-spacing: unset !important;
    font-weight: bold;
}

.cartmenu-checkout {
    letter-spacing: unset !important;
}


/*builder banner*/

.buildlogo {
    right: auto !important;
    left: calc(24vw + 730px) !important;
    width: fit-content !important;
}

    .buildlogo .buildlogotext {
        letter-spacing: 23px !important;
        font-family: 'Oswald' !important;
    }

.buildheading {
    right: calc(730px + 24vw) !important;
    left: 1000px !important;
}

.buildheading .col:first-child {
    width: 10px !important;
}

.cpu3d p {
    font-size: clamp(40px,5vw,60px);
    font-family: "Cairo" !important;
    font-weight: bold;
}

    .buildheading p {
        letter-spacing: 1px;
        margin-right: 30px !important;
    }

@media (max-width: 750px) {
    .buildheading {
        top: 5%;
        left: 51% !important;
        transform: translateX(-51%) translateY(-40%) !important;
        right: auto !important;
    }
        .buildheading p {
            text-shadow: 0px 0px 10px rgba(0,0,0,100) !important;
            font-size: calc(10px + 5vw) !important;
        }

        .buildline {
            display: none;
        }
}

@media (max-width: 750px) {
    .buildlogo {
        top: 55%;
        right: 50% !important;
        transform: translateX(50%) !important;
    }
}

/*mashcode logo*/

.mashcode-link p {
    font-weight: bold;
    direction: ltr;
    align-self:end;
    padding-bottom: 5px;
}

/*cart*/

.cartmenu-item {
    direction: ltr;
}

    .cartmenu-item h1 {
        direction: rtl;
    }

    .cartmenu-item .tagcol {
        direction: rtl;
    }

        .cartmenu-item .tagcol .tag {
            font-weight: bold;
        }


/*product details*/

.product-details .tagcol .tag {
    font-weight: bold;
}

.product-details.discount .beforediscount {
    margin-inline-end: 5px;
}

#stock {
    font-weight: bold;
}

.addtocart {
    letter-spacing: unset !important;
    font-family: "Tajawal" !important;
}

.product-details .description p {
    font-family: "Tajawal" !important;
}

.product-details .SKU p {
    font-size: 1em;
    font-family: "Tajawal" !important;
    font-weight: bold !important;
}

.product-details .specification {
    font-family: "Tajawal" !important;
}

    .product-details .specification p:first-child {
        font-family: "Tajawal" !important;
    }

 /*products*/

.footer-link:hover {
    transform: translateX(-2px) !important;
    background: linear-gradient(270deg, rgba(255,138,0,0.06) 0%, rgba(255,255,255,0) 100%) !important;
}

.category-link:hover, .clickable-filter:hover {
    transform: translateX(-2px) !important;
    background: linear-gradient(270deg, rgba(255,138,0,0.06) 0%, rgba(255,255,255,0) 100%) !important;
}

/*SUMMARY*/

.summary-button {
    font-family: "Tajawal" !important;
    font-weight: bold !important;
    letter-spacing: unset !important;
}

.summary-price {
    font-size: 0.84em !important;
}

.summary-item .tagcol .tag {
    height: 24px !important;
    font-weight: bold !important;
}

.summary-item.discount .discountbox p {
    direction:ltr
}

.summary-item.discount .beforediscount {
    margin-inline-start: 5px
}

/*profile*/

#profile-tabs .nav {
    width: clamp(17%,10vw,19%) !important;
}

#profile-tabs .nav-item:hover {
    transform: translateX(4px) !important;
}

.profilephone {
    padding-inline-end: 17px;

}

#isCompany {
    width: clamp(200px,30vw,311px);
    margin-inline-start: 0px !important;
    font-family: "Tajawal" !important;
}

    #isCompany label {
        font-size: 1.05em;
        margin-inline-start: 0px;
    }

    #isCompany input {
        font-size: 1.5em;
        margin-inline-start: 0px;
    }

.profile-button {
    letter-spacing: unset !important;
    font-weight: bold !important;
    font-size: 1.3em !important;
}

/*login page*/

#login-button, #verify-button {
    letter-spacing: unset !important;
    font-weight: bold !important;
    font-family: "Tajawal" !important;
}

/*ttx builder*/

#builder-buttons {
    direction: rtl !important;
}



    #builder-buttons .btn {
        font-size: 14px;
        font-family: "Tajawal" !important;
        letter-spacing: unset !important;
    }

#stats .title {
    margin-inline-start: 5px;
    direction: rtl !important;
}

#stats .order-total {
    direction: rtl !important;
    margin-inline-start: 7px;
}

#shop .power-usage {
    direction: rtl;
}

    #shop .power-usage p:last-child {
        margin-top: 0px !important;
    }

#stats #detailsData {
    padding-inline-start: 5px;
}

.copyButton svg {
    margin-inline-end: -8px !important;
}