.mainproducts .smallBanners a::after {
    display:none !important ;
}

.header .nav ul li svg path, .notificationsButton svg path, .newloginbutton svg path{
fill:none  !important;
}

.name .sar-symbol {
 width: 2%;
}

.mainproducts.showCategoryScreen .title img {
width: 100px !important;
filter: none !important;
}

.mainproducts.mainCategorySliders .perCategory .icon img {
width: 50px !important;
}

body::before{
display:none !important;
}

.mainproducts .smallBanners {
    gap: 6px;
}

body {
  background-color:white;
}

.mainproducts .perproduct  {
 padding: 10%;
}


.perCategory .icon img {
    filter: drop-shadow(0px 0px 3px black);
}

.mainpay .paymentmethods .perpayment.withNote .payment-method-note {
    position: relative;
    top: 20px;
    right: -7px;
    /* border: 1px solid #00000020; */
    background-color: #fff;
    border-radius: 7px;
    padding: 0.5em 0.3em 0.3em 0.3em;
    line-height: 1em;
    max-width: calc(100% - 20px);
    font-size: 14px;
    flex: none;
}

.mainpay .paymentmethods .perpayment.selected {
    border: none !important;
    position: relative;
    flex-direction: row;
}

.mainpay .paymentmethods .perpayment.withNote {
    padding-top: 20px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap-reverse;
}

.mainpay .paymentmethods .perpayment.withNote .payment-method-note {
    position: relative;
    top: 20px;
    right: -7px;
    border: none !important;
    background-color: #fff;
    border-radius: 7px;
    padding: 0.5em 0.3em 0.3em 0.3em;
    line-height: 1em;
    max-width: calc(100% - 20px);
    font-size: 14px;
    flex: none;
}

.mainpay .paymentmethods .perpayment {
    margin: 0 15px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 7px;
    border: none !important;
    cursor: pointer;
    flex: 1;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    position: relative;
}

.mainpay .paymentmethods .perpayment.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    opacity: 0.2;
    z-index: 0;
}