.sarraf-gateway-disabled {
    opacity:0.6;
    pointer-events:none;
}
.sarraf-gateway-currencies {
    font-size:12px;
    color:#666;
    margin-top:2px;
    display:block;
}
.sarraf-multi-currency {
    display: none;
    cursor: pointer;
}
.sarraf-price {
    /*width: max-content;*/
}
.sarraf-currencies-slider {
    position: fixed;
    top: 50%;
    left: auto;
    right: -117px;
    width: 150px;
    border-radius: 10px 0 0 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 99;
    transform: translateY(-50%);
}
.sarraf-slider-currency {
    padding: 5px;
    width: 100%;
    transition: 0.3s;
    box-shadow: -1px 1px 3px 0px #00000070;
    display: block;
}
.sarraf-slider-currency:first-child {
    border-radius: 10px 0 0 0;
}
.sarraf-slider-currency:last-child {
    border-radius: 0 0 0 10px;
}
.sarraf-slider-symbol {
    float: left;
    font-size: 14px;
    margin-top: 3px;
    width: 24px;
    text-align: center;
}
.sarraf-slider-currency:hover {
    margin-right: 115px;
    transition: 0.3s;
}

/*Currencies Menu*/
.sarraf-currency-menu {
    position: relative;
    display: inline-block;
}

.sarraf-currency-toggle {
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.sarraf-currency-list {
    display: none;
    position: absolute !important;
    background: white;
    min-width: 160px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.sarraf-currency-menu:hover .sarraf-currency-list {
    display: block;
}

.sarraf-currency-list li {
    padding: 5px 15px;
}

.sarraf-currency-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
}

.sarraf-currency-list li img {
    width: 16px;
    height: auto;
}
