* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.15)
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15)
}

*::-webkit-scrollbar-thumb {
    background-color: #114566;
    height: 10px
}

html {
    word-spacing: 1px;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0
}

body {
    font-family: "Almarai", sans-serif;
    font-size: 16px;
    color: #000;
    direction: rtl;
    background-color: white;
    font-weight: normal;
    line-height: 30px
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px
    }
}

.bg {
    position: relative;
    height: 100%
}

@media (min-width: 1300px) {
    .container {
        max-width: 1412px
    }
}

.bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/01.svg);
    background-position: top left;
    z-index: -1
}

.bg>* {
    z-index: 1
}

.bg-2 {
    color: white;
    text-align: center;
    background-image: url(../img/topbg.png);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 767.98px) {
    .bg-2 {
        background-size: cover
    }
}

.title {
    font-weight: bold
}

@media (max-width: 767.98px) {
    .title {
        font-size: 15px
    }
}

.card-text {
    font-weight: bold;
    color: black;
    text-align: center
}

@media (max-width: 767.98px) {
    .bg-img {
        width: 30px;
        height: 30px
    }
}

.home-card-item{

}

.h-card {
    position: relative
}

.h-card:hover,
.h-card:focus {
    text-decoration: none !important
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px
}

.img__wrap {
    position: relative;
    width: 260px;
    height: 235px;
}

@media (max-width: 991.98px) {
    .img__wrap {
        width: 200px;
        height: 175px;
    }
}

@media (max-width: 767.98px) {
    .img__wrap {
        width: 150px;
        height: 125px;
    }
}

.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 138, 178, 0.9);
    color: #fff;
    visibility: hidden;
    border-radius: 40px;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1
}

.bg-1::after {
    background-image: url(../img/02.svg);
    background-position: top right
}

.uplaod-app {
    background-color: rgba(255, 209, 102, 0.15);
    height: 362px
}

@media (max-width: 1023.98px) {
    .uplaod-app {
        height: 100%
    }
}

.uplaod-app__title {
    color: #114566;
    font-weight: bold
}

@media (max-width: 767.98px) {
    .uplaod-app__title {
        font-size: 15px
    }
}

.uplaod-app__text {
    width: 84%;
    text-align: center;
    color: #aaa
}

.uplaod-app__btns .btn-gplay {
    transition: all 1000ms ease-out
}

@media (max-width: 350px) {
    .uplaod-app__btns .btn-gplay {
        width: 100px
    }
}

@media (max-width: 379.98px) {
    .uplaod-app__btns .btn-gplay {
        width: 130px
    }
}

.uplaod-app__btns .btn-appstore {
    transition: all 1000ms ease-out
}

@media (max-width: 350px) {
    .uplaod-app__btns .btn-appstore {
        width: 100px
    }
}

@media (max-width: 379.98px) {
    .uplaod-app__btns .btn-appstore {
        width: 130px
    }
}

.uplaod-app__btns .btn-gplay:hover,
.uplaod-app__btns .btn-appstore:hover {
    transform: scale(1.05)
}

.uplaod-app .phone-img {
    width: 452px;
    height: 390px;
    padding-bottom: 1.9rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767.98px) {
    .uplaod-app .phone-img {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width: 1500px) {
    .uplaod-app .phone-img {
        margin-right: 0 !important
    }
}

@media (min-width: 1024px) {
    .uplaod-app .phone-img {
        margin-right: 9rem
    }
}

.uplaod-app .plett-img {
    height: 362px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 320px) and (max-width: 1500px) {
    .uplaod-app .plett-img {
        display: none
    }
}

.pull-right {
    text-align: right
}

@media (max-width: 767.98px) {
    .pull-right {
        text-align: center
    }
}

.text-1 {
    text-align: right;
    width: 100%;
    font-size: 16px
}

@media (max-width: 767.98px) {
    .text-1 {
        font-size: 14px;
        text-align: center
    }
}

.c-bg {
    background: #f8f8f8
}

.item {
    font-size: 16px;
    font-weight: bold;
    color: #114566;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .item {
        font-size: 13px
    }
}

.item:hover,
.item:focus,
.item:active {
    color: #ffd166;
    text-decoration: none;
    border-bottom: 2px solid #ffd166
}

@media (max-width: 767.98px) {
    .blogo {
        margin: auto
    }
}

@media (max-width: 767.98px) {
    .footer-links {
        justify-content: center
    }
}

.social {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(170, 170, 170, 0.4);
    color: white;
    text-decoration: none
}

.social:hover,
.social:focus {
    color: white;
    background-color: #114566;
    text-decoration: none
}

.input-field {
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    height: 61px;
    align-items: center
}

.input-field input {
    width: 90%
}

.upload-img {
    transition: all 0.5s ease-in-out
}

.bg-color:hover img {
    transform: scale(1.2)
}

.bg-color:hover p {
    color: #ffd166
}

.submit {
    background-color: #114566;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 45px;
    border-radius: 40px;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .submit {
        font-size: 14px
    }
}

.submit:hover,
.submit:focus {
    background-color: white;
    color: #ffd166;
    border: 1px solid #ffd166
}

@media (min-width: 320px) and (max-width: 1500px) {
    .newsletter-main-block {
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .newsletter-block {
        justify-content: center
    }
}

input {
    border: none;
    outline: none
}

input:focus,
input:hover {
    border: none;
    box-shadow: none;
    outline: none
}

.input-field input,
.auth-field input,
select#banks {
    font-family: "Almarai", sans-serif;
    font-size: 16px;
    color: #aaa
}

@media (max-width: 767.98px) {

    .input-field input,
    .auth-field input,
    select#banks {
        font-size: 13px
    }
}

select#banks {
    width: 100%;
    outline: none;
    border: none;
    margin: 0 0.8rem;
    background-color: transparent
}

select#banks:focus,
select#banks:active {
    outline: none;
    border: none;
    background-color: transparent
}

.visa {
    border: 1px solid #71f2cf;
    border-radius: 10px;
    transition: all 1000ms ease-in-out
}

.visa:hover {
    transform: scale(1.2)
}

.visa-img {
    width: 50px;
    height: 21px;
    -o-object-fit: contain;
    object-fit: contain
}

footer {
    width: 100%;
    height: 56px;
    background-color: white;
    position: absolute;
    display: flex;
    align-items: center;
    color: #aaa;
    font-size: 16px
}

@media (max-width: 767.98px) {
    footer {
        font-size: 13px
    }
}

.f-text:hover {
    color: #114566
}

footer a {
    color: #aaa
}

footer a:hover {
    text-decoration: none;
    color: #114566
}

.ibtdilogo {
    height: 20px;
    transition: all 1000ms ease-in-out
}

.ibtdilogo:hover {
    transform: scale(1.2)
}

.bg-title {
    font-weight: 800
}

@media (max-width: 767.98px) {
    .bg-title {
        font-size: 20px
    }
}

.gold-text {
    color: #ffd166
}

.gold-text:hover {
    color: #ebba48
}

.font {
    font-size: 16px;
    line-height: 30px
}

@media (max-width: 767.98px) {
    .font {
        text-align: center;
        font-size: 14px
    }
}

.cart-title {
    font-size: 18px;
    color: #114566;
    font-weight: 800
}

@media (max-width: 767.98px) {
    .cart-title {
        font-size: 15px
    }
}

/* .cart-title:hover {
    color: #ebba48
} */

.cart-text {
    color: #aaa;
    font-size: 15px
}

@media (max-width: 767.98px) {
    .cart-text {
        font-size: 13px
    }
}

/* .cart-text:hover {
    color: #ebba48
} */

.shope-cart {
    border-top: 1px solid rgba(170, 170, 170, 0.2)
}

.shope-cart__title {
    font-size: 18px;
    font-weight: bold
}

@media (max-width: 767.98px) {
    .shope-cart__title {
        font-size: 15px
    }
}

.red-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff7e396;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    height: 40px
}

@media (max-width: 767.98px) {
    .red-bg {
        font-size: 13px;
        height: 30px
    }
}

.pull-left {
    height: 135px;
    justify-content: space-between
}

.shope-img {
    width: 136px;
    height: 120px;
    border-radius: 20px
}

@media (max-width: 767.98px) {
    .shope-img {
        width: 96px;
        height: 86px
    }
}

.fwBold {
    font-weight: bold
}

.cart-block:last-of-type {
    border-bottom: none
}

.cart-block {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    padding-bottom: 10px
}

.cart-block:hover,
.b-1:hover {
    background-color: #fff7e396;
    border: none
}

#d-card {
    box-shadow: 0px 0px 6px #1145661a !important;
    border-radius: 20px !important;
    background: #fcf9f1 0% 0% no-repeat padding-box !important;
    border: none
}

#payment-block {
    background-color: white;
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 20px
}

.card-collapse {
    background: #fcf9f1 0% 0% no-repeat padding-box
}

#payment-card button {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    box-shadow: none;
    background: white;
    border-radius: 0;
    outline: none;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#payment-card {
    border-radius: 0;
    border-bottom: none !important
}

#payment-card button:focus {
    background: #fcf9f1;
    border-bottom: none !important
}

.btnshope {
    background: white;
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 20px
}

.btnshope:focus {
    background: #fcf9f1
}

#title {
    color: #114566;
    font-weight: bold
}

.card-body {
    padding: 0rem 1.25rem 1.25rem 1.25rem !important
}

.green-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    background: #06d6a0;
    border-radius: 8px;
    color: white
}

.grey-text {
    color: #aaa
}

.output {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 20px
}

.bb {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    padding-bottom: 10px
}

.mainColor {
    color: #114566
}

.editor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fff7e396;
    border-radius: 10px;
    color: #ebba48
}

.editor:hover,
.editor:focus {
    text-decoration: none;
    color: #ffd166
}

.arrow-up {
    color: #114566
}

.arrow-up:hover,
.arrow-up:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ebba48
}

.payment-block {
    background: #ffffff;
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 20px
}

#payment-card {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    padding: 7px 0
}

.btn-payment:focus,
#payment-card:focus {
    background: #fcf9f1;
    border-radius: 20px 20px 0px 0px
}

.img {
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 1000ms ease-in-out
}

@media (max-width: 767.98px) {
    .img {
        height: auto
    }
}

.gbColor {
    color: #aaa;
    font-weight: 800
}

.follow-movie {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 50px;
    background: #114566;
    border-radius: 10px;
    text-decoration: none;
    color: white
}

.follow-movie:hover,
.follow-movie:focus {
    text-decoration: none;
    color: #ffd166
}

.postion {
    text-align: right
}

@media (max-width: 767.98px) {
    .postion {
        text-align: center
    }
}

.question-block {
    outline: none;
    box-shadow: none;
    border: none;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 10px
}

.question-block:hover,
.question-block:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #ebba48;
    color: black
}

.question-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    background: #ffd166;
    border-radius: 6px
}

@media (max-width: 767.98px) {
    .question-number {
        width: 15px;
        height: 15px
    }
}

.modal-dialog-centered {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width: 70%
}

@media (max-width: 767.98px) {
    .modal-dialog-centered {
        min-height: calc(100vh - 20px);
        max-width: 100% !important
    }
}

.modal-content {
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 20px !important
}

.o-w {
    width: 630px
}

@media (max-width: 767.98px) {
    .o-w {
        width: 90%;
        margin: auto
    }
}

.w-48 {
    width: 48%
}

.q-title {
    font-size: 22px;
    font-weight: bold;
    color: #114566
}

@media (max-width: 767.98px) {
    .q-title {
        font-size: 15px
    }
}

.btn-close {
    font-size: 16px;
    font-weight: bold;
    color: #ef476f !important;
    opacity: 1;
    padding: 0 !important
}

@media (max-width: 767.98px) {
    .btn-close {
        font-size: 13px
    }
}

.btn-close:hover,
.btn-close:focus {
    outline: none;
    border: none;
    text-decoration: none;
    color: #ef476f
}

.account-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 10px
}

.account-block:hover,
.account-block:focus {
    background-color: rgba(170, 170, 170, 0.2)
}

.bank-account-img {
    width: 90px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain
}

.account-title {
    font-size: 20px;
    font-weight: bold;
    color: #114566
}

select#phones {
    border: none;
    background-color: transparent
}

select#phones:hover,
select#phones:focus {
    border: none;
    outline: none;
    background-color: transparent
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

.cart-image{
    height: 400px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.cart-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
}

.d-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #114566 100%) 0% 0% no-repeat padding-box
}

.d-image .img {
    z-index: -1;
    border-radius: 20px
}

.flag-block {
    position: absolute;
    bottom: 20px
}

.currency {
    font-weight: bold;
    font-size: 25px;
    color: white
}

@media (max-width: 767.98px) {
    .currency {
        font-size: 16px
    }
}

.flag {
    width: 46px;
    height: 30px
}

.cart-block-1 {
    box-shadow: 0px 0px 6px #1145661a;
    border-radius: 20px;
    padding: 2rem 2rem 2rem 0.5rem;
    /* cursor: pointer */
}

@media (max-width: 767.98px) {
    .cart-block-1 {
        padding: 1.5rem
    }
}

.greyText {
    color: #aaa
}

.b-between {
    width: 0px;
    height: 30px;
    border: 1px solid #e8e8e8
}

.city-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 50px;
    background: #fff7e396;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 10px
}

@media (max-width: 767.98px) {
    .city-block {
        margin: 5px
    }
}

.city-block:hover,
.city-block:focus {
    background-color: #ffd166;
    font-weight: bold
}

.flag-1 {
    width: 37px;
    height: 24px
}

.in-stock,
.out-of-stock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 141px;
    height: 35px;
    background: #06d6a0;
    border-radius: 8px;
    color: white;
    font-size: 15px
}

.out-of-stock {
    width: 155px;
    background: #ef476f
}

@media (max-width: 767.98px) {

    h3,
    h4,
    h5 {
        font-size: 15px
    }
}

.fwBolder {
    font-weight: 800
}

pre {
    padding: 1rem 0;
    font-family: "Almarai", sans-serif;
    font-size: 16px
}

@media (max-width: 767.98px) {
    pre {
        font-size: 13px
    }
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: transparent linear-gradient(181deg, #114566 0%, rgba(20, 74, 108, 0.854902) 32%, rgba(37, 103, 145, 0) 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s ease-in-out
}

.overlay-content {
    position: relative;
    top: 50px;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

@media (max-width: 767.98px) {
    .overlay-content {
        top: 14px
    }
}

.overlay .closebtn {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 45px;
    cursor: pointer;
    color: white
}

.overlay .search-icon {
    position: absolute;
    top: 19px;
    right: 0;
    font-size: 45px;
    cursor: pointer;
    color: white
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type="text"] {
    padding: 15px 2.5rem;
    font-size: 25px;
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid white;
    color: white
}

@media (max-width: 767.98px) {
    .overlay input[type="text"] {
        font-size: 14px
    }
}

.overlay input[type="text"]::-moz-placeholder {
    color: white;
    font-weight: normal;
    padding: 0 1.5rem
}

.overlay input[type="text"]:-ms-input-placeholder {
    color: white;
    font-weight: normal;
    padding: 0 1.5rem
}

.overlay input[type="text"]::placeholder {
    color: white;
    font-weight: normal;
    padding: 0 1.5rem
}

.overlay input[type="text"]:hover {
    background: transparent
}

.overlay .search-text {
    padding: auto 1rem
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer
}

.overlay button:hover {
    background: #bbb
}

.p-visa {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 57px;
    height: 30px;
    border-radius: 4px
}

.p-visa img {
    width: 43px;
    height: 14px
}

.v-block {
    display: flex;
    height: 68px;
    background: #ffffff;
    border-radius: 10px;
    margin: 0.2rem 0
}

.v-block:hover,
.v-block:focus {
    border: 1px solid #ffd166
}

.due-date {
    color: #aaa;
    font-size: 14px
}

.o-b {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 44px
}

.selector {
    position: relative;
    display: inline-block;
    text-align: left;
    z-index: 1;
    color: #118ab2;
    font-weight: normal !important;
    font-size: 16px
}

.selector__toggle {
    display: inline-block;
    background-color: transparent;
    padding: 1em;
    color: #118ab2;
    text-decoration: none;
    transition: all 0.2s linear;
    font-weight: normal !important
}

.selector__toggle i {
    /* float: left; */
    position: relative;
    top: 0.25em;
    right: 0.3em;
    transition: all 0.2s linear
}

.open .selector__toggle i {
    transform: rotate(180deg)
}

.selector__toggle:hover,
.selector__toggle:focus {
    background-color: transparent;
    color: #114566;
    font-weight: normal !important
}

.selector__list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    position: absolute;
    top: 100%;
    font-weight: normal !important;
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 10px
}

.open .selector__list {
    display: block
}

.selector__list li a {
    display: block;
    color: #114566;
    text-decoration: none;
    padding: 0.5em;
    border-top: 1px solid #f9f9f9;
    background-color: white;
    font-weight: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s linear
}

.selector__list li:hover a,
.selector__list li:focus a,
.selector__list li.selected a {
    background-color: rgba(17, 69, 102, 0.8);
    font-weight: normal !important;
    color: white
}

.animate {
    -webkit-animation: fadeIn 5s ease-out;
    animation: fadeIn 5s ease-out
}

@-webkit-keyframes fadeIn {
    0% {
        height: 0px
    }

    100% {
        height: 1000px
    }
}

@keyframes fadeIn {
    0% {
        height: 0px
    }

    100% {
        height: 1000px
    }
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    font-weight: bold;
    border: none;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: white
}

.btn a,
.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn-primary {
    background-color: #114566;
    color: white !important
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #114566;
    border: none;
    opacity: 0.9
}

.btn-outline {
    background-color: white;
    border: 1px solid #114566;
    color: #114566
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: #ebba48;
    border: none;
    color: #114566 !important
}

.btn-minus {
    width: 33px;
    height: 33px;
    border: 1px solid #114566;
    color: #114566;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

.btn-yellow {
    color: #114566;
    background-color: #ffd166
}

.btn-o {
    cursor: pointer;
    color: #114566 !important
}

.btn-o-1:hover,
.btn-o-1:focus {
    background-color: white;
    color: #ffd166 !important;
    border: 1px solid #ffd166
}

.btn-o-2:hover,
.btn-o-2:focus {
    color: #114566;
    background-color: white;
    border: 1px solid #114566
}

.card-item {
    width: 57px;
    height: 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #ebba48;
    background-color: white;
    border-color: #ebba48;
    box-shadow: none;
    outline: none
}

.btn-print {
    background: #118ab2;
    color: white
}

.btn-print:hover,
.btn-print:focus {
    background-color: white;
    color: #ebba48;
    border: 1px solid #ebba48
}

.btn-share {
    background: #ef476f;
    color: white
}

.btn-share:hover,
.btn-share:focus {
    background-color: white;
    color: #ebba48;
    border: 1px solid #ebba48
}

.w-1 {
    width: 181px
}

@media (max-width: 767.98px) {
    .w-1 {
        width: auto
    }
}

.head {
    position: relative;
    height: 47px
}

@media (max-width: 767.98px) {
    .head {
        height: 25px
    }
}

.head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url("../img/06.svg");
    background-position: 49% 10%;
    background-repeat: no-repeat;
    z-index: -1
}

.head>* {
    z-index: 1
}

.topnav {
    background-color: transparent;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 1023.98px) {
    .topnav {
        display: none
    }
}

.nav-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* padding-right: 2rem;
    padding-left: 2rem */
}

.topnav a {
    display: block;
    color: #114566;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 8px 6px 8px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .topnav a {
        font-size: 12px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .lng-flag {
        display: none
    }
}

.logo-link{
    padding-right: 0;
}

.logo-link:hover,
.logo-link:focus {
    border-bottom: none !important;
    padding-bottom: none !important;
    text-decoration: none !important
}

.topnav .icon {
    display: none
}

.last-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

select#cities {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #118ab2;
    font-weight: normal;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 3px;
    -webkit-appearance: none;
    background: url(../img/down.svg) 0 0 no-repeat;
    background-position: center left
}

@media (max-width: 767.98px) {
    select#cities {
        color: #114566
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    select#cities {
        font-size: 12px
    }
}

#cities option {
    background-color: white;
    color: #114566
}

#cities option:hover {
    background-color: #ffd166;
    color: white
}

#dropdownMenuLink {
    /* width: 128px; */
    line-height: 45px;
    background-color: white !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px;
    color: #114566;
    -webkit-appearance: none;
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    #dropdownMenuLink {
        border: none !important
    }
}

#dropdownMenuLink:hover,
#dropdownMenuLink:focus {
    /* width: 128px; */
    line-height: 45px;
    background-color: white !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px;
    color: #114566;
    padding-bottom: 0;
}

@media (max-width: 1024px) {

    #dropdownMenuLink:hover,
    #dropdownMenuLink:focus {
        border: none !important
    }
}

.dropdown-menu.show {
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 10px;
    text-align: right;
    top: 7px !important
}

.dropdown-item {
    color: black;
    margin: auto;
    width: 80%;
    font-family: "Almarai", sans-serif;
    font-weight: normal !important;
    padding-bottom: 10px
}

.dropdown-item i.fas.fa-user {
    color: #114566;
    font-size: 15px
}

#dropdownMenuLink:after {
    vertical-align: 0 !important
}

select#cities:hover,
select#cities:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent
}

.btn-search {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-top: none;
    border: none;
    padding: 0 8px;
    transition: opacity 0.4s ease
}

@media (max-width: 767.98px) {
    .btn-search {
        padding-right: 0
    }
}

.lang {
    border-left: 1px solid rgba(170, 170, 170, 0.5);
    padding-left: 8px
}

@media (max-width: 767.98px) {
    .lang {
        border-left: none;
        padding-left: 0
    }
}

.lang .selector__toggle{
    padding: 0px 8px 6px 4px !important;
}

.open-cart {
    padding: 0 8px
}

.btn-search:hover,
.btn-search:focus {
    outline: none;
    box-shadow: none;
    border: none;
    transform: none
}

#searchModal .modal-content {
    border-radius: 20px;
    outline: none;
    box-shadow: none
}

#searchModal .modal-header {
    border-bottom: none;
    display: block;
    padding: 0
}

#searchModal .modal-header .close {
    float: left
}

.modal-body {
    margin: auto
}

.btn-outline-search {
    color: #114566 !important;
    background-color: white !important;
    border: 1px solid #114566 !important;
    box-shadow: none !important
}

.btn-outline-search:hover,
.btn-outline-search:focus {
    color: white !important;
    background-color: #ffd166 !important;
    box-shadow: none !important;
    border: none !important
}

main {
    border-top: 1 px solid white
}

@media (max-width: 767.98px) {
    main {
        border-top: 1px solid #f3f3f3
    }
}

.logo,
.blogo {
    /* width: 222px; */
    height: 55px;
    transition: all 1000ms ease-in-out
}

@media (max-width: 1200px) {

    .logo,
    .blogo {
        height: 40px
    }
}
@media (max-width: 767.98px) {

    .logo,
    .blogo {
        width: 100px;
        height: 100%
    }
}

@media (max-width: 767.98px) {
    .blogo {
        width: 150px;
        height: 100%
    }
}

.logo:hover,
.blogo:hover {
    transform: scale(1.05)
}

@media (max-width: 767.98px) {
    i.fas.fa-user {
        font-size: 20px
    }
}

.sideBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
    background-image: url(../img/06.svg);
    background-position: 11% 17%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 1024px) {
    .sideBar {
        display: none
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    text-align: right
}

.sideCart {
    display: none;
    height: 100%;
    width: 595px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    text-align: right
}

@media (max-width: 767.98px) {
    .sideCart {
        width: 100%
    }
}

.icon-h {
    height: 20px
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #114566;
    display: block;
    transition: 0.3s
}

.sidenav a:hover {
    color: #ffd166
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.sideCart .closebtn {
    display: flex;
    align-items: center;
    color: #ef476f;
    padding: 0 7px;
    font-size: 16px;
    text-decoration: none
}

.cart-list {
    height: 400px;
    overflow-y: scroll
}

.carousel-item img {
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
    position: relative
}

@media (max-width: 575.98px) {
    .carousel-item img {
        height: 165px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-item img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.btn-next {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.btn-next:hover {
    width: 0;
    background-color: transparent
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
    opacity: 1 !important
}

@media (max-width: 767.98px) {

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 20px;
        height: 20px;
        top: inherit
    }
}

.carousel-control-prev {
    left: -45px
}

@media (max-width: 767.98px) {
    .carousel-control-prev {
        left: -10px
    }
}

.carousel-control-next {
    right: -45px
}

@media (max-width: 767.98px) {
    .carousel-control-next {
        right: -10px
    }
}

.dropdown-menu.show {
    width: 208px;
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 10px;
    text-align: right;
    border: none
}

.dropdown-menu.show .dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 0 !important;
    text-align: right;
    color: black
}

.dropdown-menu.show .dropdown-item:hover,
.dropdown-menu.show .dropdown-item:focus {
    background-color: transparent;
    color: #114566
}

.dropdown-menu.show .dropdown-item .fas {
    color: #114566
}

.dropdown-menu.show .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2)
}

.dropdwon-logo {
    width: 119px;
    height: 35px;
    margin: auto
}

.cart-botom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white
}

.y-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 8px;
    font-size: 12px;
    color: #114566;
    background-color: #ffd166
}

.bg-auth {
    position: relative;
    height: 100%
}

.bg-auth::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.svg);
    background-position: top;
    z-index: -1
}

.bg-auth>* {
    z-index: 1
}

.auth-m {
    margin: 169px auto
}

@media (max-width: 1024px) {
    .auth-m {
        margin: 0 auto
    }
}

.right-content {
    background-color: #114566;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 0px 40px 40px 0px;
    height: 100%
}

@media (max-width: 767.98px) {
    .right-content {
        border-radius: 0;
        height: auto
    }
}

.right-content__text {
    font-weight: bold;
    font-size: 25px;
    color: white;
    text-align: center
}

@media (max-width: 767.98px) {
    .right-content__text {
        font-size: 16px
    }
}

.right-content__paragraph {
    color: #ffffff;
    opacity: 0.6;
    text-align: center
}

.right-content__img {
    width: 179px;
    height: 100%
}

@media (max-width: 767.98px) {
    .right-content__img {
        display: none
    }
}

.left-content {
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 40px 0px 0px 40px;
    text-align: center;
    background-color: white;
    height: 100%
}

@media (max-width: 767.98px) {
    .left-content {
        border-radius: 0;
        height: auto
    }
}

#radioTabs {
    border-bottom: none;
    justify-content: center;
    align-items: center
}

@media (max-width: 767.98px) {
    #radioTabs {
        justify-content: start
    }
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
    width: 100%;
    height: 100%;
}

.radio-item input[type="radio"] {
    /* display: none; */
    opacity: 0;
    position: absolute;
}

.radio-item label {
    color: #114566;
    font-weight: bold;
    position: relative;
    width: 100%;
    left: 0;
    text-align: right;
}

@media (max-width: 767.98px) {
    .radio-item label {
        margin-bottom: 0
    }
}

.radio-item label:hover,
.radio-item label:focus,
.radio-item label:checked,
.radio-item label:active {
    color: #114566
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #ebba48;
    background-color: transparent
}

.radio-item input[type="radio"]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 9px;
    content: " ";
    display: block;
    background: #ebba48
}

.auth-form {
    margin: 0 5.5rem
}

@media (max-width: 1024px) {
    .auth-form {
        margin: 0 auto
    }
}

.text-field {
    display: flex;
    align-items: flex-start;
    height: 104px;
    border: 1px solid #a59696;
    border-radius: 10px;
    background-color: white;
    color: #aaaaaa
}

.text-field:hover,
.text-field:focus,
.text-field:active {
    color: #114566;
    background: #25679108;
    border: 1px solid #114566
}

.text-field textarea {
    width: 80%;
    border: none;
    outline: none;
    background-color: transparent
}

.text-field textarea::-moz-placeholder {
    color: #aaa
}

.text-field textarea:-ms-input-placeholder {
    color: #aaa
}

.text-field textarea::placeholder {
    color: #aaa
}

.auth-field {
    height: 50px;
    border: 1px solid #a59696;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    color: #aaaaaa
}

.auth-field:hover,
.auth-field:focus,
.auth-field:active {
    color: #114566;
    background: #25679108;
    border: 1px solid #114566
}

.auth-field input {
    outline: none;
    border: none;
    width: 93%
}

.auth-field input:focus,
.auth-field input:hover,
.auth-field input:active {
    outline: none;
    border: none;
    background: transparent;
    box-shadow: none
}

.auth-field input:focus::-moz-placeholder,
.auth-field input:hover::-moz-placeholder {
    color: #114566
}

.auth-field input:focus:-ms-input-placeholder,
.auth-field input:hover:-ms-input-placeholder {
    color: #114566
}

.auth-field input:focus::placeholder,
.auth-field input:hover::placeholder {
    color: #114566
}

.round {
    position: relative
}

.round span {
    margin-right: 1rem;
    font-weight: bold;
    color: #ebba48
}

@media (max-width: 767.98px) {
    .round span {
        margin-right: 0.7rem
    }
}

.round .faq {
    color: black;
    text-decoration: underline
}

.round span:hover {
    color: #ffd166
}

.round label {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #ebba48;
    border-radius: 5px;
    cursor: pointer;
    right: 0.3rem;
    position: absolute;
    top: 4px
}

@media (max-width: 767.98px) {
    .round label {
        width: 20px;
        height: 20px
    }
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px
}

@media (max-width: 767.98px) {
    .round label:after {
        left: 4px;
        top: 4px
    }
}

.round input[type="checkbox"] {
    visibility: hidden
}

.round input[type="checkbox"]:checked+label {
    background-color: #ebba48;
    border-color: #ebba48
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1
}

a {
    text-decoration: none
}

.forgot-password {
    color: #ebba48;
    text-decoration: none;
    font-weight: bold
}

.forgot-password:hover,
.forgot-password:focus {
    color: #ffd166;
    text-decoration: none
}

ul#pills-tab\ signup {
    justify-content: space-between
}

.signup .nav-item {
    width: 54%;
    margin-right: -2rem;
    border-bottom: 1px solid #aaaaaa
}

.signup .nav-link.active,
.signup .show>.nav-link {
    background-color: white;
    font-weight: bold
}

.signup .nav-link.active {
    color: #114566;
    border-bottom: 1px solid #114566;
    border-radius: 0
}

.signup .nav-link {
    color: #aaaaaa
}

#terms {
    color: black
}

.terms {
    text-decoration: underline;
    -webkit-text-decoration-color: #ebba48;
    text-decoration-color: #ebba48;
    color: #ebba48
}

.terms:hover {
    color: #ffd166
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: ""
}

.custom-file-label::after {
    background-color: transparent;
    border: none
}

.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    height: 50px !important;
    border-radius: 10px;
    color: #114566;
    background-color: #ffd166;
    border: none
}

.account-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background: #0c3b58;
    border-radius: 20px 20px 0px 0px
}

.account-pills {
    background-color: #114566;
    border-radius: 0px 0px 20px 20px;
    width: 100%
}

ul#pills-tab\ account {
    flex-direction: column;
    align-items: center;
    padding: 0
}

@media (max-width: 767.98px) {
    ul#pills-tab\ account {
        flex-direction: row
    }
}

ul#pills-tab\ account li.nav-item {
    width: 100%
}

@media (max-width: 767.98px) {
    ul#pills-tab\ account li.nav-item {
        width: 50%
    }
}

ul#pills-tab\ account .nav-pills .account-link {
    border-radius: 0 !important
}

.nav-pills .account-link {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 18px;
    text-align: right
}

@media (max-width: 767.98px) {
    .nav-pills .account-link {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .nav-pills .account-link {
        font-size: 14px
    }
}

.nav-pills .account-link.active {
    background: #0c3b58
}

.disscount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 100px;
    height: 39px;
    background: #ffd166;
    border-radius: 20px
}

@media (max-width: 767.98px) {
    .disscount {
        top: 0.5rem;
        right: 0.5rem
    }
}

.offer-img {
    width: 341px;
    height: 238px;
    border-radius: 30px !important
}

@media (max-width: 767.98px) {
    .offer-img {
        width: 163px;
        height: 115px
    }
}

.general {
    background: #ffffff;
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 20px;
    text-align: center
}

.g-block:not(:last-child) {
    border-left: 1px solid #e8e8e8;
    margin: 20px auto;
    text-align: center
}

@media (max-width: 767.98px) {
    .g-block:not(:last-child):nth-of-type(even) {
        border-left: none
    }
}

.wallet-bg {
    background: #fcf9f1;
    border: 1px solid #d6d6d6;
    border-radius: 20px
}

.pt {
    padding-top: 22px
}

.charge-wallet {
    text-decoration: underline;
    -webkit-text-decoration-color: #114566;
    text-decoration-color: #114566;
    color: #114566;
    outline: none;
    border: none;
    background-color: transparent
}

.charge-wallet:hover,
.charge-wallet:focus {
    outline: none;
    border: none;
    color: #ebba48;
    -webkit-text-decoration-color: #ebba48;
    text-decoration-color: #ebba48
}

.done-img {
    width: 108px;
    height: 90px;
    margin: auto
}

.offers-bg {
    background: #25679108;
    border: 1px solid #d6d6d6;
    border-radius: 20px
}

.table {
    margin: 1rem auto;
    color: #aaaaaa;
    font-weight: bold
}

.table thead th {
    border: none !important
}

.table td,
.table th {
    height: 67px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding: 0.5rem
}

@media (max-width: 767.98px) {

    .table td,
    .table th {
        padding: 0.1rem
    }
}

.order-number {
    color: #114566;
    text-decoration: underline;
    -webkit-text-decoration-color: #114566;
    text-decoration-color: #114566;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-weight: bold
}

.order-number:hover {
    color: #ebba48;
    -webkit-text-decoration-color: #ebba48;
    text-decoration-color: #ebba48;
    outline: none;
    border: none;
    box-shadow: none
}

.order-red {
    background: #fcf9f1;
    border-radius: 10px;
    height: 80px
}

@media (max-width: 767.98px) {
    .order-red {
        height: auto
    }
}

.status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #ffd166;
    border-radius: 10px;
    color: #114566
}

.red-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff7e396;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    height: 40px
}

@media (max-width: 767.98px) {
    .red-bg {
        font-size: 13px;
        height: 30px
    }
}

.dropdown-menu.order-dropdown.show {
    box-shadow: 0px 0px 30px #2567911a !important;
    border-radius: 10px !important;
    text-align: center !important
}

.dropdown-menu.order-dropdown.show .dropdown-divider {
    margin: 0.5rem !important
}

.card-bg {
    height: 114px;
    background: #fcf9f1 0% 0% no-repeat padding-box;
    border-radius: 10px
}

.card-bg:hover,
.card-bg:focus {
    background-color: #ffd166;
    color: #114566
}

@media (max-width: 767.98px) {
    .card-bg {
        height: auto
    }
}

.p-card-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px
}

@media (max-width: 767.98px) {
    .p-card-block {
        margin: auto
    }
}

.p-card-block img {
    width: 92px;
    height: 30px
}

.current-credit {
    height: 202px;
    background: #fcf9f1;
    box-shadow: 0px 0px 30px #1145661a;
    border: 1px solid #fff7e3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .current-credit {
        flex-direction: column;
        justify-content: center
    }
}

.wallet-details {
    box-shadow: 0px 0px 30px #2567911a;
    border-radius: 20px
}

.wallet-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin: 0.5rem auto
}

@media (max-width: 767.98px) {
    .wallet-block {
        flex-direction: column;
        justify-content: center
    }
}

.wallet-block:not(:last-child) {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2)
}

.input-label {
    color: #aaa
}

.wallet-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67px;
    height: 35px;
    background: #ffd166;
    border-radius: 6px;
    font-size: 14px
}

@media (max-width: 767.98px) {
    .wallet-type {
        font-size: 12px
    }
}
