
select{
    font-family: var(--font-family-dambla),sans-serif!important;
    direction: rtl!important;
}
.products--list .product__item--color-1 .product__img {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#14151f), to(#151413));
}
@media (min-width: 992px)
{
    .products--list-lg .product__slider .product__slide {
        height: 708px;
    }
}
@media (min-width: 592px)
{
    .products--list-lg .product__slider .product__slide {
        height: 708px;
    }
}
tr th{
    font-family: var(--font-family-dambla),sans-serif!important;
    direction: rtl!important;
}
button,input{
    font-family: var(--font-family-dambla),sans-serif!important;
}
.fildown{
    display: flex;
}
.fildown .textdown strong{
    display: block;
    margin-right: 15px;
    margin-top: 5px;
}

.page-item.active .page-links,
.page-item.active .page-links:hover,
.page-item.active .page-links:focus {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff
}

.page-links {
    margin: 0 4px;
    padding:14px;
    line-height: 36px;
    width: 50px;
    height: 36px;
    text-align: center;
    background-color: #292c31;
    border-radius: 3px;
    border-color: rgba(255, 255, 255, .05);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: static
}

.page-links:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff
}

.pagination--condensed .page-item:first-child .page-links,
.pagination--condensed .page-item:last-child .page-links {
    border-radius: 0
}

.pagination--condensed .page-links {
    border-radius: 0;
    margin: 0;
    margin-right: -1px
}

.pagination--lg .page-links {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.pagination--circle .page-item:first-child .page-links,
.pagination--circle .page-item:last-child .page-links {
    border-radius: 50%
}

.pagination--circle .page-links {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 2px
}

@media(min-width:992px) {
    .pagination--circle .page-links {
        width: 46px;
        height: 46px;
        line-height: 44px;
        margin: 0 5px
    }
}
@media (min-width: 1200px)
{
    .header-logo__img {
        width: 85px;
        height: 67.5px;
        top: -15px;
    }
}
.theme_2 {
    background-color: #18191c;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-content: center;
}
.flag-country{
    width: 30px;
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 15px;
}
.item-center-index {
    margin: auto;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header {
    margin-right: 0px;
}
.info-block--header .header-cart__item {
    padding: 10px;
}
.header-mobile__logo-img {
    margin-right: 0px !important;
    text-align: center;
}
.header-mobile__logo {

    right: -50%;

}
@media screen and (max-width: 992px) {

    #carouselExampleIndicators {
        height: 160px;
    }
    .carousel-item img {
        height: 160px !important;
    }
    .product__header .silver-icon {
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .shop-filter__result {
        display: block !important;
    }

    .shop-filter {
        min-height: 37px;
    }
    .shop-filter__result {
        padding: 12px 24px 12px;
    }
}
.silver-icon , .gold-icon {
    font-size: 15px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    line-height: 18px;
    display: block;
}

.product__title .silver-icon {
    float: left;
}

.silver-icon::before {
    content: '';
    background-image: url("../img/silver.png");
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -3px;
    top: 0px;
}
.product__title .silver-icon::before {

    top: -1px;
}
.gold-icon::before  {
    content: '';
    background-image: url("../img/gold-icoin.png");
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -3px;
    top: 0px;
}
.open-profile {
    position: relative;
}
.box-profile {
    position: absolute;
    list-style: none;
    padding: 6px;
    margin: 0;
    display: block;
    top: 52px;
    right: 0;
    z-index: 99;
    width: 360px;
    background-color: #1e2024;
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    border-top: 1px solid #30333a;
    border-bottom: 1px solid #30333a;
    display: none;
}
.box-profile .profile-top {
    padding: 15px;
    display: flex;
    justify-content: unset;
    align-items: center;
    gap: 15px;
}
.box-profile .profile-top img {
    width: 45px;
    border-radius: 50%;
    border: 2px solid #30333a;
}
.box-profile .profile-top .info {
    display: flex;
    flex-direction: column;
    font-size: 11px;
}
.bordered {
    width: 100%;
    height: 1px;
    background: #30333a40;
}
.box-profile .coins {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    gap: 35px;
}
.box-profile .coins .silver-icon , .gold-icon  {
   font-size: 15px;
}
.gold-icon {
    color: gold;
}
.box-profile .coins  .fa-plus  {
    font-size: 10px;
    float: right;
    margin-left: 7px;
    line-height: 19px;
}
.box-profile .list-profile  {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
}
.box-profile .list-profile a  {
    padding: 11px;
    font-size: 14px;
    color: #9199a7;
    background: #1b1d20;
    border-bottom: 1px solid #30333a40;
}
.exit-link {
    border-top: 1px solid #30333a40;
}
.box-profile .list-profile a:hover {
    color: gold;
}
@media screen and (min-width: 993px) {
    .show_profile {
        background: #1e202461;
        padding: 4px;
        height: 53px !important;
        padding-left: 26px !important;
        text-align: center;
        margin: auto;
    }

    .show_profile.active {
        color: gold !important;
        background: #1E2024;
    }
}
.show_profile img {
    width: 25px;
    border-radius: 50%;
    border: 1.3px solid rgb(70 96 147);
}
#langs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    background: #24272c;
    padding: 15px;
}
.langs::after {
  display: none !important;
}
.silver-icon::before {
    left: -3px;
    top: 0px;
}
.btn-shop {
    background: #fffcec;
    padding: 3px;
    /* font-size: 10px; */
    color: black;
    /* text-align: center; */
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-more {
    background: #ffdc11;
    padding: 3px;
    color: black;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-more:hover , .btn-shop:hover {
    color: #000;
}
.product__img {
    position: relative;
}
.product__img .silver-icon {
    position: absolute;
    top: -39px;
    left: -26px;
}
.login-nav {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    direction: rtl !important;
}
.login-nav .show_profile {
    position: relative;
    top: -4px;
    text-align: center;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px !important;
    padding-top: 8px;
    color: #fff;
    height: 43px !important;
}
.login-nav .box-profile {
    width: 385px !important;
    z-index: 99999999999999;
    left: -10px;
    right: auto;
    top: 39px;
}
.carousel-indicators {
    z-index: -1;
}
.btn-login {
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #10101038;
    border: 1px solid rgb(255 255 255 / 6%);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-top: 3px;
}
.flex-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    gap: 15px;
}
.burger-menu-icon {
    right: auto;
}
.langs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 14px;
    background: #10101038;
    border: 1px solid rgb(255 255 255 / 6%);
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-top: 3px;
    padding-bottom: 3px;
    gap: 10px;
    position: relative;
}
.langs-nav img {
    position: relative;
    top: -1px;
}
.lang-dropdown {
    position: absolute;
    top: 30px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #1e2024;
    border: 1px solid rgb(255 255 255 / 6%);
    width: 100%;
    display: none;
}
.lang-dropdown a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
    color: #a2b4bd;
}
.current-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
}

#toast-container>div {
  opacity : 1;
}

.otp-container-lucky {
    background-color: #c4cbd9;
    border-radius: 8px;
    width: 210px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 164px;
    padding: 20px;
}

.otp-container-lucky .cell {
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    background-color: #ebf289;
    color: #292c31;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  	font-weight: bold;
}

.otp-container-lucky .cell.one {
    top: 10px;
    left: 10px;
}

.otp-container-lucky .cell.two {
    top: 10px;
    right: 10px;
}

.otp-container-lucky .cell.four {
    bottom: 10px;
    left: 10px;
}

.otp-container-lucky .cell.five {
    bottom: 10px;
    right: 10px;
}
.otp-container-lucky .cell.three {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.otp-container-lucky .input-cell {
    /*background-color: #8B0000;*/
    color: #292c31;
}

/*.otp-container-lucky .input-cell.active {
    background-color: #21722c;
    color: #fff;
} */

.otp-container-lucky .input-cell input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 20px;
    outline: none;
}

.otp-container-lucky .empty-cell {
    background-color: #eeeeee;
}


.lucky-live .number-group {
    background: #3c4046;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.lucky-live .number-boxes {
    display: flex;
    gap: 1px;
}

.lucky-live .number-box {
    flex: 1;
    padding: 5px;
    background: #d9e289;
    color: #000000;
    font-family: monospace;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.lucky-live .circle-number {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 29px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-weight: bold; */
    font-size: 13px;
    border: 1px solid #000;
}
.lucky-live .number-box.active {
    background: linear-gradient(45deg, #23e18a, #0c8029);
    color: #fff;
    text-shadow: 0 0 10px #ffd700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.lucky-live .number-box.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    animation: shine 1.5s infinite;
}

@media (max-width: 500px) {
    .lucky-live .number-box {
        flex: 1;
        padding: 0px;
        background: #d9e289;
        color: #000000;
        font-family: monospace;
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }
    .lucky-live .number-group {
        background: #3c4046;
        padding: 3px;
        border-radius: 4px;
        margin-bottom: 10px;
        position: relative;
    }
    .lucky-live .circle-number {
        left: 50%;
        width: 30px;
        height: 22px;
    }
}
