.footer__top img{
    max-width: 250px;
    max-height: 43px;
}
.modal-content {
    background-color: #242431;
    border: 1px solid rgba(0,0,0,.2);
}
.close,.close:hover {
    color: #fff;
    opacity: 1;
}
.custom-input-group{
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}
.country-select{
    height: 50px;
}

#phoneInput .letter{
    border: 1px solid #cca354 !important;
    background: transparent !important;
}
#phoneInput .letter + .letter {
    border-left: 1px solid #cca354 !important;
}
.card {
    box-shadow: 0 0 15px rgba(204, 163, 84, 0.5);
    background-color: #000000;
    border: 2px solid rgba(204, 163, 84, 0.5);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px dashed #cca35454;
}
.btn{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 30px;
}
.cmn-section{
    padding: 150px 0px;
}
.table.style--two thead tr th {
    color: #000;
}
.card .card-header {
    background-color: #cca354;
}
.input-group-text {
    background-color: #cca354;
    border: 1px solid #cca354;
}
.header .main-menu li .sub-menu li a {
    color: #ffffff !important;
}

.referral-ul li {
    padding-left: 1em;
    border: 1px dotted #fff;
    border-width: 0 0 1px 1px;
}

.referral-ul li.container {
    border-bottom: 0px;
    width: 100%;
}

.referral-ul li.empty {
    font-style: italic;
    color: silver;
    border-color: silver;
}

.referral-ul li p {
    margin: 0;
    /*background: #121622;*/
    position: relative;
    top: 0.5em;
    padding-bottom: 3px;
}

.referral-ul li ul {
    border-top: 1px dotted #ffffff;
    margin-left: -1em;
    padding-left: 2em;
}

.referral-ul ul li:last-child ul {
    border-left: 1px dotted #fff;
    margin-left: -17px;
}
.pt-60{
    padding-top: 60px !important;
}
.btn-disabled{
    opacity: 0.5;
    cursor: auto !important;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 4%;
    top: -20%;
    content: attr(data-count);
    font-size: 30%;
    padding: 0.5em;
    border-radius: 999px;
    line-height: 0.75em;
    color: white;
    color: #000000;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: #cca354;
    border-style: solid;
}
.fa-stack {
    display: inline-block;
    height: 1.5em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 1.9em;
}.fa-stack {
     display: inline-block;
     height: 1.4em;
     line-height: 2em;
     position: relative;
     vertical-align: middle;
     width: 1.9em;
 }

.fa-circle {
    color: #df0000;
}

.red-cart {
    color: #df0000;
    background: white;
}


.cart-modal .title {
    margin-bottom: 5vh;
}
.cart-modal .card {
    margin: auto;
    width: 100%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}
@media (max-width: 767px) {
    .cart-modal .card {
        margin: 3vh auto;
    }
    .fa-stack {
        display: inline-block;
        height: 2.5em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 1.9em;
    }
}
.cart-modal .cart {
    background-color: #242331;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
@media (max-width: 767px) {
    .cart-modal .cart {
        padding: 20px 3px;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}
.cart-modal .summary {
    background-color: #CCA354;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
}
@media (max-width: 767px) {
    .cart-modal .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}
.cart-modal .summary .col-2 {
    padding: 0;
}
.cart-modal .summary .col-10 {
    padding: 0;
}
.cart-modal .row {
    margin: 0;
}
.cart-modal .title b {
    font-size: 1.5rem;
}
.cart-modal .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}
.cart-modal .col-2, .cart-modal .col {
    padding: 0 1vh;
}
.cart-modal a {
    padding: 0 1vh;
}
.cart-modal .close {
    margin-left: auto;
    font-size: 0.7rem;
}
.cart-modal img {
    width: 3.5rem;
}
.cart-modal .back-to-shop {
    margin-top: 4.5rem;
}
.cart-modal h5 {
    margin-top: 4vh;
}
.cart-modal hr {
    margin-top: 1.25rem;
}
.cart-modal form {
    padding: 2vh 0;
}
.cart-modal select:not(.user-address select) {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: #f7f7f7;
}
.cart-modal input:not(.user-address input) {
    /*border: 1px solid rgba(0, 0, 0, 0.137);*/
    padding: 1vh;
    outline: none;
    width: 49%;
}

.cart-modal .btn {
    width: 100%;
    padding: 1vh;
}
.cart-modal .btn.checkout {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    margin-top: 4vh;
    padding: 1vh;
}
.cart-modal .btn.checkout-claim {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    margin-top: 4vh;
    padding: 1vh;
}
.cart-modal .btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}
.cart-modal .btn:hover {
    color: white;
}
.cart-modal a {
    color: black;
}
.cart-modal a:hover {
    color: black;
    text-decoration: none;
}
.cart-modal #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.cart-modal .modal-content{
    background-color: transparent;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 767px) {
    .cart-modal input {
        width: 100%;
    }
}
.gold-price-block{
    float: right;
    font-size: 18px;
    margin-left: -150px;
    margin-top: 61px;
}
.you-promo{
    position: relative;
    padding-bottom: 56.25%;
}
.you-promo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
@media (max-width: 767px) {
    .you-promo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .gold-price-block{
        margin-top: -30px;
    }
    ul.respon-cart{
        margin-right: 0 !important;
        margin-left: 225px !important;
        margin-bottom: 10px !important;
    }
}

div#cart{
    overflow-y: scroll;
}

.scroll-to-top .scroll-icon i{
    transform: none;
    font-size: 53px;
}

.radius-10 {
    border-radius: 10px !important;
}

.border-info {
    border-left: 5px solid  #0dcaf0 !important;
}
.border-danger {
    border-left: 5px solid  #fd3550 !important;
}
.border-success {
    border-left: 5px solid  #15ca20 !important;
}
.border-warning {
    border-left: 5px solid  #ffc107 !important;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    color: black;
    text-align: left;
}
.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(
            45deg
            , #17ead9, #6078ea)!important;
    background: linear-gradient(
            45deg
            , #17ead9, #6078ea)!important;
}
.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}
.rounded-circle {
    border-radius: 50%!important;
}
.text-white {
    color: #fff!important;
}
.ms-auto {
    margin-left: auto!important;
}
.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(
            45deg
            , #f54ea2, #ff7676)!important;
    background: linear-gradient(
            45deg
            , #f54ea2, #ff7676)!important;
}

.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(
            45deg
            , #00b09b, #96c93d)!important;
    background: linear-gradient(
            45deg
            , #00b09b, #96c93d)!important;
}

.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(
            45deg
            , #ffdf40, #ff8359)!important;
    background: linear-gradient(
            45deg
            , #ffdf40, #ff8359)!important;
}
.card.radius-10.border-start.border-0.border-3 {
    min-height: 145px;
}
.cart-modal .modal-content.modal-content-bg {
    border: 0;
}
.card h5 {
    color: black;
}
form.change-password-form label {
    color: black;
}
.card label {
    color: black;
}
.card .form-control {
    text-align: right;
    color: black;
}
.exchange-btn button{
    padding: 6px;
}

@media (max-width: 767px) {
    .mob-view-lang-set {
        display: none !important;
    }
}
.scroll-to-top {
    background-color: #46d365 !important;
}
div#fawaterkModal {
    width: 100%;
}
.row.user-address.mt-5 label {
    color: white !important;
}
.row.user-address.mt-5 input {
    color: white !important;
    text-align: left;
}
.row.user-address.mt-5 textarea {
    color: white !important;
    text-align: left;
}
.summary-content {
    color: white;
}
.summary-content h5{
    color: white;
}
.cart input{
    color: white !important;
}
.cart {
    color: white;
}

p.mt-2.font-13.exchange-btn .btn {
    width: 48%;
}
div#phoneInput {
    direction: ltr !important;
}
.app-icons a {
    display: inline-table;
}
.app-icons img.apple {
    width: 228px;
}
.app-icons img.android {
    width: 280px;
}
@media (max-width: 575px) {
    h2 {
        font-size: 20px;
    }
    .gold-price-block {
        margin-top: -20px;
    }
}
