@import '../bootstrap/css/bootstrap.min.css';
@import '../slick/slick.css';
@import '../slick/slick-theme.css';
@import '../icons/fontawesome/styles.min.css';
@import url('https://fonts.cdnfonts.com/css/tajawal');
@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../Fonts/Roboto-Regular.ttf");
}
:root {


    --color-black: #000000;
    --color-gray-buttons: #262626;
    --color-blue-buttons: #28AEE4;
    --color-Yellow: #ffffff;
    --color-gray-font: #929292;

    --color-gray-font: #929292;
    --font-regular: "Open Sans", sans-serif;
    --font-italic: "Open Sans", sans-serif;
    --font-bold: "Open Sans", sans-serif;
    --font-bold-italic: "Open Sans", sans-serif;
    --font-semi-bold: "Open Sans", sans-serif;

    --mtb: 0.9rem;
    --mt: 0.9rem;
    --mb: 0.9rem;
    --font-size-header: 30px;


    --bs-font-sans-serif: var(--font-regular);
    --bs-body-font-family: var(--font-regular);
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: var(--color-gray-font);
    --bs-body-bg: var(--color-black);


}
body,p,span,a,h1,h2,h3,h5,h6,li,nav.navbar .nav-link-text,.vflex_item.link_div a,a.category-item span,label,label.section-header-title,input,button,footer{
    font-family: "Open Sans", sans-serif !important;
}
.rc-anchor-center-container .rc-anchor-checkbox-label{
    font-family: "Open Sans", sans-serif !important;
}
.navbar {
    margin: 20px 0;
}

/*.navbar-expand-lg .navbar-collapse {*/
/*    justify-content: flex-end;*/
/*}*/

.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}

.nav-link-icon {
    background-position: center !important;
    background-size: contain !important;
    display: inline-block;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 30px;
}


.categories-icon {
    background-image: url('../images/icon1.png');
}


.help-icon {
    background-image: url('../images/help_center.png');

}


.login-icon {
    background-image: url('../images/login.png');

}


.language-icon {
    background-image: url('../images/language.png');
}

a.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.nav-link-text {
    margin-left: 6px;
    color: var(--color-gray-font);
    font-family: var(--font-regular);
    font-size: 16px;
}


li.nav-item.dropdown .dropdown-toggle::after {

    color: var(--color-Yellow);
    margin-top: 6px;
    margin-left: 4px;
    font-size: 16px;
}


form.search-form {
    display: flex;
    align-items: center;
    height: 100%;
}


select.search-input {
    flex: auto;
    min-width: 1px;
    border: 0;
    margin: 0;
    line-height: 36px;
    height: 100%;
    background: var(--color-gray-buttons);
    padding: 13px 0px;
    color: var(--color-Yellow);
    outline: 0;
    font-size: 17px;
    border-radius: 0 !important;

}

button.search-button {
    margin: 0;
    padding: 13px 18px;
    border: 0;
    line-height: 27px;
    background-color: var(--color-gray-buttons);
    color: var(--color-Yellow);
    background-image: url('../images/search.png');
    height: 48px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
}


img {
    max-width: 100%;
}

.search-button img {
    object-fit: cover;
    padding: 4px;
    height: 25px;
}


.slide_item {
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 435px;
    display: block;
    background-repeat: no-repeat !important;
}

.item2 {
    background-image: url('../images/bg\ 2.png');
}

.item3 {
    background-image: url('../images/bg\ 3.png');
}


button.FacebookButton {
    border: 0;
    background: #1b74e4;
    padding: 0;
    height: 100%;
    margin-left: 8px;
    border-radius: 0;

    width: 100px;
    padding: 2px 5px;
    border-radius: 7px;
    color: #FFF;
    font-size: 16px;
}

button.FacebookButton img {
    height: 20px;
    padding-right: 3px;
    padding-bottom: 4px;
}

.follow-div {
    text-align: right;
    margin: 20px 0 -10px 0;
}


.category-item:hover {
    background: #4a4747;
    transition: 0.7s;
}

.category-item:hover a.category-item span {
    color: var(--color-black);
}
.category-item div {
    background-size: 71% !important;
}
.mobile-categs-home a.category-item span{
    display: none !important;
}
.category-item div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: 50% 34% !important;
    position: absolute;
}

a.category-item {
    background: var(--color-gray-buttons);
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 100%;

    margin: auto;
    position: relative;
    margin-bottom: 24px;
    height: 0;
    padding-bottom: 100%;
}


a.category-item img {
    height: 106px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


a.category-item span {
    position: absolute;
    bottom: 31px;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%, 0);
    font-family: var(--font-bold);
    white-space: nowrap;
    font-size: 20px;
}


.section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

a.section-header-link,
.btn3abee {
    background: var(--color-blue-buttons);
    color: #FFF;
    border-radius: 5px;
    padding: 4px 27px;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
    min-width: 100px;
    text-align: center;
    border: 0;
    font-size: 17px;
}

.section-header a.section-header-link,
.section-header .btn3abee {
    line-height: 40px;
}


.ml-auto {
    margin-left: auto;
}


label.section-header-title {
    color: var(--color-Yellow);

    font-family: var(--font-bold);
    font-size: 31px;
}

.mb {
    margin-bottom: var(--mb);
}


p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}


.slider_card_bg_img {
    /* height: 217px; */
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slider_card_item {
    min-height: 70%;
    background: var(--color-gray-buttons);
    padding: 20px;
    border-radius: 15px;
    width: 100%;

}

label.slider_card_name {
    color: var(--color-Yellow);
    font-size: 15px;
    font-family: var(--font-bold);
    text-decoration: underline;
}

label.slider_card_name span.name_item {
    text-decoration: none !important;
}

.slider_card_item a.btn3abee {
    display: block;
    margin: auto;
    width: fit-content;
    padding: 5px;
    width: 100%;
}

.slider_card_item p.slider_card_price {
    display: block;
    text-align: center;
    color: var(--color-Yellow);
    font-size: 17px;
    font-family: var(--font-bold);
}


p.slider_card_desctibtion {
    color: var(--color-gray-font);
    font-size: 16px;
    line-height: 21PX;
    margin-top: 5px;
    min-height: 90px;
}

.bestseller .slick-dots {
  bottom:-10px !important;
}

.slider_item {
    /* background: aliceblue; */
    width: 235px;
    display: inline-flex;
    padding-right: 15px;
    flex: none;
}


.slick-dots li button:before {
    color: #ffffff;
    width: 15px;
    height: 15px;
    font-size: 11px;
    opacity: 0.40;
}


.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-track {
    margin-bottom: var(--mb);
}


.text-right {
    text-align: right !important;
}

.text-right {
    text-align: right !important;
}

.top_footer {
    padding: 30px 0;
    background: var(--color-gray-buttons);
}

footer {
    padding: 30px 0 0 0;
}

a.footer-navbar-brand {
    display: block;
    text-align: left;
    /* margin: auto; */
    /* width: fit-content; */
    /* block-size: fit-content; */
    margin-bottom: 0px;
}

/*.buttom_footer {*/
/*    margin-top: 15px;*/
/*}*/

.buttom_footer p {
    color: var(--color-Yellow);

    margin-bottom: 1rem;
    font-size: 15px;
}

.buttom_footer a:not(:last-child) {
    padding-right: 10px;
    border-right: 2px solid #ffffff;
}

.buttom_footer a {
    color: var(--color-Yellow);
    font-size: 14px;
    text-decoration: none;
    padding-left: 8px;
}


.subscribe_input_div input {
    flex: auto;
    min-width: 1px;
    border: 0;
    margin: 0;


    background: var(--color-black);
    padding: 9px 13px;
    color: var(--color-Yellow);
    outline: 0;
    height: 100%;
    display: inline-flex;
    line-height: 30px;
}

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

button.btn3abee.subscribe_button {
    border: 0;
    border-radius: 0;
    /* line-height: unset; */
    margin-left: 7px;
    padding: 4px 11px;
    font-size: 14px;
}


.subscribe_form label {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: var(--font-bold);
}

.top_footer p {
    font-size: 15px;
    font-family: var(--font-bold);
}

a.yallow_link {
    color: var(--color-Yellow);
    padding-left: 0 !important;
    font-size: 15px;
}

.vflex {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    box-sizing: border-box;
}


.hflex {
    display: flex;
    align-items: center;
}

.follow_us_div a {
    margin-left: 8px;
}

.follow_us_div span {
    color: var(--color-Yellow);
    font-weight: 600;
    margin-right: 7px;
}

.cards_div img {
    margin-right: 6px;
}

.link_div a {
    color: var(--color-gray-font);
    text-decoration: none;
    margin-right: 14px;
    display: inline-block;
    font-size: 17px;

    font-family: var(--font-bold);
}

.vflex_item.link_div a {
    font-family: var(--font-regular);
}

.link_div {
    display: flex;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {

    width: 15px;
    height: 15px;
    padding: 2px;

}


.black-modal-1 .modal-content {
    background-color: #191919;
    border-radius: 26px;
}

.modal-content {
    background-color: #191919;
    border-radius: 26px;
}

.black-modal-1 .modal-header {
    text-align: center;
    display: block;
    color: var(--color-Yellow);
    position: relative;
    padding: 20px 0;
    border: 0;
}

.black-modal-1 .modal-header small {
    display: block;
    font-size: 15px;
    font-family: var(--font-regular);
    color: var(--color-gray-font);
}

.black-modal-1 .modal-header .btn-close {
    position: absolute;
    right: 30px;
    top: 35%;
    z-index: 99;
    background: transparent url("../images/close2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0, -25%);
    border-radius: 50%;
    opacity: 1;
    font-size: 13px;
    line-height: 7px !important;
    text-align: center;

    box-shadow: none !important;
    outline: none !important;
    /* width: 50px; */
    /* height: 50px; */
}

.black-modal-1 .modal-header .btn-close i {
    font-size: 13px;
    line-height: 7px !important;
    color: #e5c876;
}

header {
    /* padding-bottom: 32px; */
}

.black-modal-1 .modal-body {
    padding: 30px 50px;
}

.form-3bee label {
    display: block;

    color: var(--color-Yellow);
}

.input3bee {
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #1f1f1f;
    color: var(--color-gray-font);
    outline: none;
}

.form-3bee {
    margin-bottom: 19px;
    display: block;
}

.login_button {
    display: block;
    width: 100%;
    border: 0;
}

.contant-in-line {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #1f1f1f;
    line-height: 0.1em;
    margin: 0px 0 20px;
}

.contant-in-line span {
    background: #191919;
    font-size: 17px;
}

.modal-additions {
    text-align: center;
    padding: 15px 0;
}


button.social_login_button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
    background: transparent;
    color: var(--color-gray-font);
    border: 1px solid #1f1f1f;
    padding: 9px;
}

button.social_login_button span {
    /* min-width: 207px; */
    display: inline-block;
    text-align: center;
    margin-left: 11px;
}

a.modal_yellow_link {
    color: var(--color-Yellow) !important;
    cursor: pointer;
}

.black-modal-1 .modal-title {
    font-size: 23px;
    font-family: var(--font-bold);
}

p.modal_q {
    margin-top: 8px;
    margin-bottom: 0;
}

.radius-section {
    margin: 0 0 30px 0;
    background: #262626;
    padding: 14px 40px;
    border-radius: 27px;
}

.slider_item.no_slider {
    margin-bottom: 40px;
    border-radius: 7px;
    width: 100%;
    padding: 0;
}

.sort_div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

button#sort_dropdown {
    color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #929292;
    outline: unset !important;
    box-shadow: unset !important;
}

.sort_div ul.dropdown-menu {
    background: #262626;
    color: #FFF;
}

.sort_div ul.dropdown-menu li a {
    background: #262626;
    color: #FFF;
}

.sort_div ul.dropdown-menu li:hover a {
    background: #ffffff;
    color: #000;
}

.sort_div label {
    font-family: var(--font-bold);
}


li.nav-item.dropdown ul.dropdown-menu {
    background: #262626;
    color: #FFF;
}

li.nav-item.dropdown ul.dropdown-menu li a {
    background: #262626;
    color: #FFF;
}

li.nav-item.dropdown ul.dropdown-menu li:hover a {
    background: #ffffff;
    color: #000;
}

li.nav-item.dropdown label {
    font-family: var(--font-bold);
}


img.cat_img {
    height: auto;
    display: block;
    margin-left: 7px;
    max-width: 185px;
}

button.visit_website {
    float: right;
    border-radius: 16px;
    background: #e7d47c;
    color: #FFF;
    min-width: 156px;
    padding: 5px 82px;
    border: 0;
    font-size: 15px;
    margin-right: 70px;
}

.accordion-item {
    margin-bottom: 10px;
    background-color: #262626;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px !important;
}


.accordion-button {
    background: #262626;
    border: 0;
    /* position: relative; */
    color: #ffffff;
    padding-left: 42px;
    border-radius: 23px !important;
    outline: none !important;
    box-shadow: none !important;
    /* padding-bottom: 0; */
}

.accordion-item:before {
    content: '';
    position: absolute;
    left: 27px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #ffffff;
    z-index: 999;
}

.accordion-button:not(.collapsed) {

    background: #262626;
    color: #ffffff;

}

.accordion-button:not(.collapsed)::after {
    display: none;
}


.accordion-body {
    padding-left: 42px;
    padding-top: 6px;
}


.payment_btn {
    display: block;
    width: 100%;
    font-family: var(--font-bold);
    color: #FFF !important;
    font-size: 15px;
}

p.total_price {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

span.val {
    color: var(--color-Yellow);
    font-size: 17px;
    font-family: var(--font-bold);
}

span.key {
    font-size: 14px;
}

label.form_label {
    color: var(--color-Yellow);
    font-size: 14px;
    margin-bottom: 5px;
    font-family: var(--font-bold);
}

.input3bee_w_addon {
    background: transparent;
    border: 0;
    flex: auto;
    min-width: 1px;
    outline: 0;
    color: var(--color-gray-font);
    font-size: 15px;
}

.input3bee_addon {
    margin-right: 9px;
    background-color: #262626;
    color: #f0f0f0
}

.input3bee_w_addon:active,
.input3bee_w_addon:focus {
    border-bottom: 1px solid var(--color-Yellow);
}

.v-hidden {
    visibility: hidden;
}

.mt {
    margin-top: var(--mt);
}


td.product_img_td {
    width: 66px;
}


table.table.products_table {
    color: #929292;
}


table.table.products_table thead {
    color: #ffffff;
    font-size: 16px;
}

table.table.products_table {
    color: #929292;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: var(--font-bold);
}


.product_d_td span {
    color: #ffffff;
    /* border-bottom: 1px solid; */
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: var(--font-bold);
}


table.table.products_table tbody {
    vertical-align: middle !important;
}


table.table.products_table tbody {
    border-top: 0px;
}

table.table.products_table thead tr,
table.table.products_table thead tr > *,
table.table.products_table thead tr > * > * {
    border: 0;
    border-spacing: 0px;
    border-color: transparent;
}


table.table.products_table tbody tr:last-child,
table.table.products_table tbody tr:last-child > *,
table.table.products_table tbody tr:last-child > * > * {
    border: 0;
    border-color: transparent;
}


.gridbody {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

ul.navbar-nav .nav-item {
    margin-left: 29px;
}


section.mb {
    margin-bottom: 70px;
}

.slider_card_bg_info a.btn3abee {
    padding: 5px;
    line-height: 25px;
    font-family: var(--font-bold);
    margin-top: 15px;
    width: 90%;
    margin-bottom: 10px;
}

.slider_card_bg_info a.btn3abee:hover {
    color: #FFF;
}


.category-item:hover span {
    color: #ffffff;
}


.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0rem !important;
}

a.footer-navbar-brand img {
    width: 145px;
    padding-bottom: 3px;
}

@media only screen and (min-width: 600px) {
    .slideshow-container.desktop_view {
        display: block;
    }
    .cartpopp.popup .popup__content{
        width: 90% !important;
    }

    .cartpopcontact.popup .popup__content{
        width: 45% !important;
    }

    .slideshow-container.mb.mobile_mb {
        display: none;
    }

    .slider_item:hover .slider_card_item {
        background: #4a4747;
    }

    section.slideshow-container .mb.mobile_mb {
        display: none !important;
    }

    .slider_item:hover label a.slider_card_name {
        color: black;
    }


    .slider_item:hover p.slider_card_desctibtion {
        color: black;
    }

    .slider_item:hover p.slider_card_price {
        color: black;
    }


}


.accordion-item {
    position: relative;
}

.accordion-button[aria-expanded="false"] {
    transition: 0.4s;
}

.accordion-button[aria-expanded="true"] {
    padding-bottom: 0;
    transition: 0.4s;
}

.description_p {
    font-size: 17px;
    margin-bottom: 29px;
    padding-right: 80px;
}

.no_slider .slider_card_item {
    box-shadow: 0px 1px 3px 1px #00000036;
}

.by_page {
    margin-left: 0 !important;
    float: left;
    margin-right: 15px;
}


.by_page_description_div {
    height: 100%;
}


.by_page_description_div h1.description {
    color: #ffffff;
    font-size: 18px;
    margin-top: 3px;
    text-decoration: underline;
}

.by_page_description_div h1.description a {
    color: #ffffff;
    font-size: 18px;
    margin-top: 3px;
    text-decoration: underline;
}

.by_page_description_div p {
    font-size: 18px;
}

p.total_price > span {
    flex: 1;
}

span.key {
    text-align: left;
}

span.val {
    text-align: right;
}

.text-center h1.description {
    text-align: left;
    font-size: 18px;
    margin-top: 3px;
}


.vflex2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1.headForm {
    color: #ffffff;
    font-size: 15px;
    font-family: var(--font-bold);
}

h1.description {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}


::placeholder {
    color: var(--color-gray-font);
}


tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #92928452;
}

.switch-icon {
    background: url('../images/moon.png');
    margin-right: 6px;
}

li.nav-item.switch-item {
    padding-top: 11px;
    direction: ltr !important;
    display: inline-flex;
}


.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28255, 255, 255, 1%29'/></svg>");
}


.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28255, 255, 255, 1%29'/></svg>") !important;
}


input.form-check-input {
    border: 2px solid #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: black;
    width: 36px !important;

}

.mob {
    display: none !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #265276;
    content: var(--bs-breadcrumb-divider, "/");
}

li.breadcrumb-item a {
    color: #ffffff;
}

.cards_div_img {
    background-position: center !important;
    background-size: contain !important;
    /* width: 20px;
    height: 20px; */
    display: inline-block;
    background-repeat: no-repeat !important;
    margin-right: 14px;
}


.mastercard {
    background-image: url('../images/Mastercard.png');
}

.visa {
    background-image: url('../images/Visa.png');
}


.zain {
    background-image: url('../images/Zain.png');
}


.Jawwal {
    background-image: url('../images/Jawwal.png');
    width: 73px;
}


.batelco {
    background-image: url('../images/Batelco.png');
}


.mobily{
    background-image: url('../images/Mobily.png');
}

.Etisalat_EN {
    background-image: url('../images/Etisalat_EN.png');
}
.Etisalat_AR {
    background-image: url('../images/Etisalat_AR.png');
}

.sabafone{
    background-image: url('../images/Sabafone.png');
}
.social_login {
    display: flex;
}

.social_login_button {
    margin: 20px;
    text-decoration: none;
    border: 1px solid lightblue;
    padding: 20px;
}

a.social_login_button {
    width: 100%;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    z-index: 999999;
}

.section1 {
    margin-top: 120px;
}

.scrolling header {
    transition: 0.5s;
}

.scrolling .navbar {
    margin: 3px 0;
    transition: 0.5s;
}

section.section1.search_section {
    padding-bottom: 17px;
}


.categories-menu {
    max-height: 260px !important;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 250px;
}


/* width */
.categories-menu::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 2px 5px #5e8b9d;
}
::-webkit-scrollbar-thumb {
    background: grey !important;
    background-color: grey !important;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: grey !important;
}
/* Track */
.categories-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #5e8b9d;
    border-radius: 10px;
}

/* Handle */
.categories-menu::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}

/* Handle on hover */
.categories-menu::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}


.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28244, 212, 124, 1%29'/></svg>");
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28244, 212, 124, 1%29'/></svg>") !important;
}


a.section-header-link {
    float: right;
    line-height: 25px;
}

.p_space {
    height: 48px;
}

.select_payment_method_div button {
    display: block;
    background: #ffffff;
    width: 100%;
    /*padding: 5px;*/
    border-radius: 6px;
    border: 0;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.select_payment_method_div a {
    display: block;
    background: #ffffff;
    width: 100%;
    padding: 5px;
    border-radius: 6px;
    border: 0;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
}


.select_payment_method_div button.active {
    background: #ffffff;
}

.select_payment_method_div a.active {
    background: #ffffff;
}

.d_row {
    display: flex;
    justify-content: space-between;
}

input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

input {
    -webkit-appearance: none;
}

select.search-input {

    border-radius: 0 !important;

}

.mobile_menu_img {
    background: url('../images/bars.png');
    height: 32px;
    width: 28px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

span.text_follow {
    padding-top: 2px;
    display: inline-block;
}

.select2-results__options {
    max-height: 100px;
    overflow-y: overlay;
}

.form-check-input:checked {
    background-color: black;
}

form.search-form {
    background-color: #262626;
}

.slider_card_name span a.slider_card_name, .slider_card_bg_info a.slider_card_name {
    color: #ffffff !important;
}

@media only screen and (max-width: 600px) {
     .text_rewards h6{
            font-size: 1.1rem !important;
    }
     .text_rewards h4{
        font-size: 1.5rem !important;
    }
    .total_coins img{
        width: 12% !important;
    }
    .select_payment_method_div button .g-img img{
        height: 20px !important;
    }
    .reward-sec.charge-golds .select_payment_method_div button{
        width: 106%;
    }
    .container{
        max-width: 530px !important;
    }
    #ui-id-1 {
        width: 75% !important;
    }

    .slideshow-container.desktop_view {
        display: none !important;
    }

    .slideshow-container.mb.mobile_mb {
        display: block !important;
    }

    .scrolling
    .slider_card_bg_img.slide_item {
        max-height: 320px !important;
    }

    .radius-section .by_page_description_div p {
        min-width: 100px !important;
    }

    .switch-item.mob {
        left: 75px !important;
    }

    .main-section {
        min-height: 0 !important;
    }

    a.category-item span {
        font-size: 13px !important;
    }

    a.category-item span {
        white-space: pre-wrap !important;
        line-height: 0.8;
    }

    .buttom_footer .col-md-6 {
        text-align: center !important;
    }
}
@media only screen and (max-width: 414px) {
    .cards_section_re{
        margin: 0 20%;
    }
    .icon-question-sign-p div{
        width: 104%;
    }
    .shopping-cart.cart .background_payments{
        width: 115% !important;
        margin-left: 0 !important;
    }
    .shopping-cart .payments.gateways  #gateways_list button img{
        height: 18px !important;
    }
    .shopping-cart .payments.gateways  #gateways_list .wallet img{
        height: 40px !important;
    }
    #reward_cards .col-lg-3{
        display: contents;
    }
    .rwaards{
        display: block !important;
    }
    .select_payment_method_div button .g-img img{
        height: 22px !important;
    }
    .radius-section.steps.payments.gateways{
        padding: 33px !important;
    }
    #gateway_name_wallet .font-weight-bold.col-5.gold-sec{
        left: 30px;
    }
    .second-nav .second-menu a.nav-link .nav-link-text{
        padding: 2px;
    }
    .background_payments.checkout_page{
        width: 100% !important;
    }

    .cartpopp.popup .popup__content{
        width: 90% !important;
    }
    .cartpopcontact.popup .popup__content{
        width: 90% !important;
    }
    .Zain.topimg img {
        position: relative;
        top: 2px !important;
    }
    .categories .category-item div{
        background-position: 50% 50% !important;
    }
    .mobile-categs-home a.category-item span {
        font-size: 12px !important;
        line-height: 1 !important;
        top: 90px !important;
    }
    a.category-item span {
        font-size: 14px !important;
        line-height: 1;
    }

    .categ-img span {
        font-size: 14px !important;
    }

    .select_payment_method_div {
        text-align: center;
        margin-top: 10px;
    }

    .col-lg-3.vflex2 {
        width: auto !important;
    }

    h1.description {
        color: #ffffff;
        font-size: 17px !important;
        font-weight: bold;
    }

    .slick-track .slider_item {
        width: 300px;
    }

    .slick-track {
        transform: none;
    }

    .slider_item {
        width: 100%;
    }

    a.category-item span {
        font-size: 11px !important;
    }

    a.category-item span {
        white-space: pre-wrap !important;
        line-height: 0.8;
    }
}
@media only screen and (max-width: 300px) {
    .shopping-cart.cart .background_payments {
        width: 122% !important;
        margin-left: 0 !important;
    }
    .shopping-cart .payments.gateways #gateways_list button img {
        height: 17px !important;
    }
    .shopping-cart.cart .m-0.mt-2.gateway_name .col-5{
        left: -20px !important;
    }
}

input.form-check-input {
    border: 2px solid #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: black !important;
    width: 36px !important;
}

.fas.fa-sort-amount-up {
    position: relative;
    left: 17px;
    margin-left: 2px;
    color: #ffffff;
}

.sort_div select {
    background: #262626;
    color: #ffffff;
    padding: 10px;
    padding-left: 20px;
}

.sort_div select .dropdown-menu {
    background: #262626;
}

a.category-item span {
    white-space: pre-wrap !important;
}

.buttom_footer .col-md-6 {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .all-categs .categories-icon{
        width: 25px !important;
        height: 25px !important;
    }
    .buttom_footer .col-md-6.first-side {
        position: static !important;
    }

    .slider_card_bg_img {
        min-height: 100px !important;
    }
}

input.search-input {
    width: 410px;
    flex: auto;
    min-width: 1px;
    border: 0;
    margin: 0;
    line-height: 36px;
    height: 100%;
    background: var(--color-gray-buttons);
    padding: 13px 0px;
    color: var(--color-Yellow);
    outline: 0;
    font-size: 16px;
}

.buttom_footer .col-md-6 {
    text-align: left;
}

.col-md-4.terms {
    text-align: right;
}

.cards_div_img {
    background-position: center !important;
    background-size: contain !important;
    display: inline-block;
    background-repeat: no-repeat !important;
    margin-right: 14px;
}

footer {
    padding: 30px 0 0 0;
}

.vflex_item.cards_div a.cards_div_img {
    width: 55px;
}

.vflex_item.cards_div a.cards_div_img.batelco, .vflex_item.cards_div a.cards_div_img.zain,.vflex_item.cards_div a.cards_div_img.mobily {
    width: 66px !important;
}
.vflex_item.cards_div a.cards_div_img.Jawwal{
    width: 86px !important;
    min-width: ;
}

.top_footer {
    padding: 25px 0 0px 0;
}
footer .best_categ ul{
    padding-left:0;
}
footer .best_categ ul li{
    list-style: none !important;
}
footer .vflex .vflex_item.follow_us_div, footer .vflex .vflex_item.cards_div {
    padding: 1px 0 1px 0;
}
footer .vflex .vflex_item.follow_us_div{
    position: relative;
    top: -10px;
}
footer .vflex .vflex_item.follow_us_div img{
    width: 30px;
    height: 30px;
}
.vflex .vflex_item.follow_us_div, .vflex .vflex_item.cards_div {
    padding: 10px 0 10px 0;
}

.main-section {
    min-height: 490px;
}


#sortItem {
    background: #262626;
    color: #ffffff;
    padding: 10px;
    padding-left: 20px;
}

.fas.fa-sort-amount-up {
    position: relative;
    left: 17px;
    margin-left: 2px;
    color: #ffffff;
}

section .slideshow-container {
    margin-bottom: 50px;
}

.slider_item:hover label.slider_card_name, .slider_item:hover label a span.slider_card_name {
    color: black;
}

label a span.slider_card_name {
    color: var(--color-Yellow);
    font-size: 15px;
    font-family: var(--font-bold);
    text-decoration: underline;
}

@media (max-width: 1399px) and (min-width: 1025px) {
    .slick-track .slider_item {
        width: 195px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .slick-track .slider_item {
        width: 200px;
    }
}

.test {
    display: block;
    background: #ffffff;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    border: 0;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.select_payment_method_div button.batelco, .select_payment_method_div button.jawwal, .select_payment_method_div button.zain, .select_payment_method_div button.oodi {
    width: 100%;
}

.select_payment_method_div button {
    display: block;
    background: #ffffff;
    width: 100%;
    /*padding: 10px;*/
    border-radius: 6px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: 1px solid #DFDEDE;
}

.select_payment_method_div button .g-img img {
    float: left;
    height: 23px;
    width: auto;
    position: relative;
    /*left: 10px;*/
    top:-5px;
}

.select_payment_method_div button span {
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.ui-menu-item-wrapper {
    color: #28AEE4;
    background: #262626 !important;
    width: 100%;
}
.ui-menu-item-wrapper:hover{
    border: 1px solid #28AEE4 !important;
}
#ui-id-1 {
    width: 30%;
}

.dropdown-menu li a.dropdown-item {
    font-size: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

@media only screen and (max-width: 767px) {
    #mini-shopping-cart-list-mob .item-name .h6.d-block{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis !important;
        max-width: 195px;
        font-weight: bold;
    }
    .sigh_up_form_full{
        width: 100% !important;
    }
    .steps .item_card li img{
        width: 50%;
        max-width: 75px;
        max-height: 35px;
    }
    .background_payments_email .show_section .submit_button{
        margin-right: 10%;
        margin-top: 4%;
        width: 40%;
    }
    .background_payments_email input[type="number"]{
        width: 73%;
    }
    .col-md-4.terms {
        text-align: center !important;
    }

    .col-lg-3.vflex2 {
        width: 90% !important;
    }
    img.sign_up_image{
        display: none;
    }
    .get_items_cards .slider_card_bg_info a.btn3abee{
        white-space: nowrap;
    }
}

.select_payment_method_div {
    text-align: center;
    position: relative;
    top: -6px;
    right: 25px;
}

.col-lg-3.vflex2 {
    width: 40%;
}

#theme img {
    position: relative;
    top: -6px;
}

@media only screen and (max-width: 600px) {
    a.category-item span {
        font-size: 15px !important;
        line-height: 0.8;
    }
}

@media only screen and (max-width: 500px) {
    input.search-input {
        width: 240px;
    }
}

@media only screen and (max-width: 1024px) {
    a.category-item span {
        font-size: 16px;
        line-height: 1;
    }
}

@media only screen and (max-width: 520px) {
    .slider_cards .slider_item {
        width: 210px;
    }
}

@media only screen and (max-width: 479px) {
    .slider_cards .slider_item {
        width: 200px;
    }
}

@media only screen and (max-width: 414px) {
    .slider_cards .slider_item {
        width: 190px;
    }
}

@media only screen and (max-width: 390px) {
    .slider_cards .slider_item {
        width: 170px;
    }
}

@media only screen and (max-width: 350px) {
    .slider_cards .slider_item {
        width: 150px;
    }
}

@media only screen and (max-width: 300px) {
    .slider_cards .slider_item {
        width: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .search_section.section-mobile{
        position: relative;
        top: -5px;
    }
    .col-lg-3.vflex2 {
        width: 90%;
    }
    .top_footer .dot_list_categories{
        display: none;
    }
    .top_footer .best_categ{
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1400px) {
    .radius-section .by_page_description_div p {
        min-width: 440px;
    }
}

.section__text {
    font-size: 17px;
}

.main-section-one {
    min-height: 440px;
}

.Zain.topimg img {
    position: relative;
    top: 5px;
}

nav.navbar .nav-link-text {
    white-space: pre;
}

.batelco-logo {
    position: relative;
    left: 20px;
    padding: 0;
}

.coins-lable {
    background-image: linear-gradient(to right, #383030, #4a4b57, #0c0c0c);
    width: 50%;
    padding: 5px;
    border-radius: 10%;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    position: relative;
    top: 10px;
    text-align: center;
    border: 5px solid #232121;
    left: -40px;
}

.center-lable {
    text-align: center;
}

.center-lable .fa-gift {
    font-size: 42px;
    background: -webkit-linear-gradient(#be9217, rgba(133, 115, 115, 0.43));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.center-lable .fa-plus{
    font-size:30px;
    background: -webkit-linear-gradient(#ffffff, rgba(51, 51, 51, 0.41));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) and (min-width: 913px) {
    .navbar-nav .nav-link {
        display: inline-flex;
    }
}

@media (max-width: 767px) and (min-width: 601px) {
    .slider_cards .slider_item {
        width: 209px;
    }
    .slider_item{
        width: 207px !important;
    }

    .slider_cards .slider_item .slider_card_item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .slick-track .slider_item {
        width: 180px;
    }
}

#coins {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1350px) {
    .coins-lable {
        background-image: linear-gradient(to right, #383030, #4a4b57, #0c0c0c);
        left: -10px !important;
    }
}

@media only screen and (max-width: 600px) {
    .coins-lable {
        background-image: linear-gradient(to right, #383030, #4a4b57, #0c0c0c);
        left: 0px !important;
        font-size: 20px;
    }
}

.select_payment_method_div .Sabafon img {
    width: 150px;
    height: 64px;
    margin-bottom: 5px;
}

@media (max-width: 1023px) and (min-width: 415px) {
    .slideshow-container .slide_item {
        height: 330px;
    }
}

ul.social-list li {
    display: inline-block;
    list-style: none;
}

.social-row {
    text-align: center;
}

ul.social-list a .fa{
    color: #ffffff;
    font-size: 40px;
    padding: 25px;
}

.select_payment_method_div .Zain img {
    width: 110px;
    height: 32px;
}

.select_payment_method_div .Jawwal img {
    width: 78px;
    height: 30px;
}

.select_payment_method_div .Batelco img {
    width: 90px;
    height: 40px;
}

.select_payment_method_div .Batelco span {
    position: relative;
    top: 3px;
}

.buttom_footer .first-side {
    position: relative;
    /*left: -165px;*/
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .buttom_footer .first-side {
        position: relative;
        left: -100px;
    }
}

@media (max-width: 1198px) and (min-width: 851px) {
    .buttom_footer .first-side {
        position: relative;
        left: -50px;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .buttom_footer .first-side {
        position: relative;
        left: -20px;
    }
}

@media (max-width: 768px) {
    .buttom_footer .first-side {
        position: relative;
        left: 0 !important;
    }
}

.head_of_adan {
    color: #000;
    text-align: left;
    position: relative;
    top: -38px;
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 0px;
}

.ui-autocomplete.en::before {
    content: "Category";
    color: #28aee4;
    padding: 5px;
    font-weight: bold;
}

.ui-autocomplete.en {
    background: #262626;
}

.ui-autocomplete.ar {
    background: #262626;
}

.ui-autocomplete.ar::before {
    content: "الفئة";
    color: #28aee4;
    padding: 5px;
    font-weight: bold;
}

.ui-autocomplete.en .add-cards::after {
    pointer-events: none;
    cursor: auto;
    content: "Cards";
    color: #28aee4;
    padding: 5px;
    font-weight: bold;
}

.ui-autocomplete.en .add-cards {
    border-bottom: 1px solid rgba(241, 246, 248, 0) !important;
}

.ui-autocomplete.ar .add-cards {
    border-bottom: 1px solid rgba(241, 246, 248, 0) !important;
}

.ui-autocomplete.ar .add-cards::after {
    pointer-events: none !important;
    content: "البطاقات";
    color: #28aee4;
    padding: 5px;
    font-weight: bold;
}

#ui-id-1 {
    position: relative;
    border-radius: 10px;
    border: none;
}

.ui-autocomplete.en li:first-child {
    border-top: 1px solid rgba(203, 210, 213, 0.2);
}

.ui-autocomplete.ar li:first-child {
    border-top: 1px solid rgba(203, 210, 213, 0.2);
}

.Sabafon span:first-of-type {
    position: relative;
    top: 15px !important;
}

.with-border {
    border: 1px solid rgba(40, 39, 39, 0.73);
}

.input3bee .with-border {
    border-bottom: 2px solid #2f2d2d;
}

ul.countries-menu {
    min-width: 250px;
}

@media only screen and (max-width: 575px) {
    .payments .wallet_email_form .submit-email {
       display: block;
    }
    .payments .wallet_email_form .submit-email .btn3abee{
        margin: auto 35%;
        margin-top: 9%;
        width: 40%;
    }
    .mobileStyle {
        position: relative;
        left: 38%;
    }

    .withCur {
        position: relative;
        left: 68%;
    }

}





@media only screen and (max-width: 580px) {
    .withCur {
        position: relative;
        left: -2%;
    }
}

@media only screen and (max-width:415px) {
    .withCur {
        position: relative;
        left: 67%;
        font-size: 7px !important;
    }
}@media only screen and (max-width:415px) {
    .withCur {
        position: relative;
        left: 67%;
        font-size: 7px !important;
    }
}


.buttom_footer{
    background-color:  #28AEE4;
    margin-top: 0;
    padding-top: 10px;
}
a.cards_div_img{
    pointer-events: none;
}
/*a.category-item span{*/
/*    top:125px*/
/*}*/
.sign__content{
    color: #ffffff;
}
.sign__content a{
    color: #28AEE4 !important;
}

@media only screen and (max-width: 600px) {
    mobileStyle.withCur {
        font-size: 9px !important;

    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .mobileStyle.global_curr {
        font-size: 11px !important;
    }

    .mobileStyle.withCur {
        font-size: 11px !important;
        position: relative;
        left: 5px;
    }
}

@media (max-width: 1767px) and (min-width: 600px) {

    .mobileStyle.withCur {
        font-size: 11px !important;
        position: relative;
        left: -2%;
    }
    .mobileStyle.global_curr {
        font-size: 10px !important;
    }
}
@media (max-width: 599px) {
    .mobileStyle.global_curr {
        font-size: 10px !important;
    }
}
@media (max-width: 575px) {
    .mobileStyle.global_curr {
        position: relative;
        left: 34% !important;
    }
}
@media (max-width: 424px) {
    .mobileStyle.withCur {
        font-size: 9px !important;
        position: relative;
        left: 68%;
    }
}
@media (max-width: 464px) and (min-width: 424px) {

    .mobileStyle.withCur {
        font-size: 10px !important;
        position: relative;
        left: 5px;
    }
}
@media (max-width: 423px) and (min-width: 416px) {

    .mobileStyle.withCur {
        left: 0px !important;
    }
}
@media only screen and (width:416px) {
    .mobileStyle.withCur {
        position: relative;
        left: 68%!important;
    }
}@media only screen and (width:417px) {
    .mobileStyle.withCur {
        position: relative;
        left: 68%!important;
    }
}
@media only screen and (width:418px) {
    .mobileStyle.withCur {
        position: relative;
        left: 68%!important;
    }
}
@media only screen and (width:419px) {
    .mobileStyle.withCur {
        position: relative;
        left: 68%!important;
    }
}

@media (max-width: 401px) {
    h6 #phone_message.message.phone_message_required {
        left: -4px !important;
    }
    h6 #email_or_whatsapp_message.message.email_or_whatsapp_message_required {
        left: -4px !important;
    }

    .mobileStyle.withCur {
        font-size: 8px !important;
        position: relative;
        left: 68%;
    }
}


@media only screen and (max-width: 600px) {
    .subscriptiondiv{
        margin-top: 10px;
    }
    .categ-img.Blade,.categ-img.Conquerors,.categ-img.Free,.categ-img.McAfee,.categ-img.Minecraft,.categ-img.Nintendo,.categ-img.Roblox,
    .categ-img.Shahid,.categ-img.Spotify,.categ-img.Starzplay{
        background-size: 100px;
    }
}
.subscription.en span{
    text-align: left;
}
.vflex_item.link_div{
    color: #ffffff;
}
.subscription a{
    margin-right: 0;
}
.vflex_item.cards_div{
    margin-top: 35px;
}
.subscriptiondiv p{
    display: inline-flex;
}
.subscriptiondiv {
    background: #f8fafa;
    border-radius: 10px;
}
.subscriptiondiv .subscription a{
    font-weight: bold;
}
@media (max-width: 600px) and (min-width: 300px){
    .mobileStyle,.mobileStyle.withCur{
        position: relative !important;
        top: -7px !important;
        font-size: 8px !important;
        right: -2px;
    }
}

#snow-container {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 500ms;
    width: 100%;
    z-index: -9999;
}

.snow {
    animation: fall ease-in infinite, sway ease-in-out infinite;
    color: #fff;
    position: absolute;
}

@keyframes fall {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        top: 100vh;
        opacity: 0.9;
    }
}

@keyframes sway {
    0% {
        margin-left: 0;
    }
    25% {
        margin-left: 50px;
    }
    50% {
        margin-left: -50px;
    }
    75% {
        margin-left: 50px;
    }
    100% {
        margin-left: 0;
    }
}
@media only screen and (max-width: 414px) {
    .categ-img.Blade,.categ-img.Conquerors,.categ-img.Free,.categ-img.McAfee,.categ-img.Minecraft,.categ-img.Nintendo,.categ-img.Roblox,
    .categ-img.Shahid,.categ-img.Spotify,.categ-img.Starzplay{
        background-size: 80px !important;
    }
}
.ui-autocomplete li:hover,.ui-autocomplete li::selection {
    border: 1px solid #28AEE4 !important;
    color:#28AEE4 !important ;
}
.ui-autocomplete li:before:hover,.ui-autocomplete li:before::selection {
    border: 1px solid #28AEE4 !important;
    color:#28AEE4 !important ;
}
.ui-autocomplete:before:hover li,.ui-autocomplete:before::selection li{
    border: 1px solid #28AEE4 !important;
    color:#28AEE4 !important ;
}
.ui-autocomplete .add-cards::after:hover li,.ui-autocomplete .add-cards::after::selection li{
    border: 1px solid #28AEE4 !important;
    color:#28AEE4 !important ;

}


.by_page_description_col img{
    max-width: 300px;
}
.about_game{
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 4px;
}
.description_game{
    font-size: 15px;
    padding-bottom: 10px;
}
.steps_section{
    font-size: 17px;
    font-weight: bold;
}
.steps{
    box-shadow: 1px 1px 2px 2px #9292922e;
}
.steps .item_price{
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 8px;
    cursor: pointer;
    background-color: #262626;
    color: #fff;
    /*min-height: 150px;*/
    font-weight: bold;
    /*padding: 5px;*/
    font-size: 16px;
    overflow: hidden;
    min-width: 120px;
    min-height: 90px;
}

.select_payment_method_div button{
    border-radius: 9px;
    padding: 5px;
}
#gateways_list .best_price_img{
    max-height: 60px !important;
    height: 60px;
    float: right;
    position: relative;
    right: 0px;
    margin-top: -28px;
}
.select_payment_method_div button{
    background-color: #efefef;
}
.gateways .select_payment_method_div button.disabled{
    background-color: #cec9c9 !important;
    pointer-events: none;
    border: none;
}
.payments{
    padding-bottom: 40px;
}
.background_payments_email input[type="email"]{
    padding: 5px 19px;
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    color: #000;
}
.background_payments_email input[type="number"]{
    padding: 5px 19px;
    background-color: #fff;
    border-radius: 10px;
    width: 75%;
    color: #000;
}
.background_payments_email input[type="email"]::placeholder,.background_payments_email input[type="number"]::placeholder{
    font-size: 16px;
}
.background_payments_email input[type="submit"]{
    font-size: 16px;
}
.background_payments{
    margin-left: 23px;
}
.payments_email_span{
    margin-left: 25px;
    text-align: left;
    padding-bottom: 20px;
}
.submit_button{
    border-radius: 10px;
    width: 100%;
}
.steps.items_name .item_price.menuActive{
    background-color: #4a4747;
    border: 1px solid #28AEE4;
}
.steps.payments.gateways .selected{
    border: 3px solid #28AEE4;
}
.gateways .select_payment_method_div button{
    background-color: #efefef;
}
.items_name ul,.gateways ul{
    list-style: none;
}


.steps.payments.gateways ul,.steps.payments.gateways ul li{
    padding: 0;
}
.radius-section.steps{
    padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
    .steps .item_price {
        width: 28% !important;
    }
    #gateways_list .best_price_img{
        height: 45px;
    }
}
@media only screen and (max-width: 776px) {
    .steps .item_price {
        width: 25% !important;
    }
}
@media only screen and (max-width: 420px) {
    .contact_section ul.location_list{
        width: 98% !important;
    }
    .findus_phone .fa.fa-mobile{
        font-size: 20px;
    }
    #step_payment{
        padding: 15px;
    }
    #step_payment .background_payments_email input[type="number"]{
        width: 67%;
    }
    #step_payment .background_payments_email input[type="email"]{
        width: 80%;
    }
    #wallet_email_form .background_payments_email input[type="email"]{
        width: 90% !important;
    }
    .cartpopp.popup .popup__content{
        width: 90% !important;
    }
    .cartpopcontact.popup .popup__content{
        width: 90% !important;
    }
    .steps .item_price {
        width: 35% !important;
    }
    #gateways_list .best_price_img{
        height: 48px !important;
    }
    .voucher_request{
        width: 100%;
        left: 0%;
    }
    .mobile-categs-home a.category-item span {
        font-size: 11px !important;
        line-height: 1 !important;
        top: 74px !important;
        font-weight: bold;
    }
}
@media only screen and (max-width: 600px) {
    #gateways_list .best_price_img{
        height: 40px !important;
    }
}
.voucher_info_section.cart .voucher_request{
    width: 65%;
    left: 18%;
}
.voucher_request {
    text-align: center;
    width: 50%;
    position: relative;
    left: 20%;
}
.voucher_info{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.shop_img{
    text-align: center;
    padding: 40px;
}
.voucher_request .voucher_info_code{
    width: 100%;
    background-color: lightblue;
    border-radius: 15px;
    color: #000;
    font-weight: bold;
    padding:5px;
}
.voucher_request .voucher_info_code h5,.voucher_request .voucher_info_code h4{
    font-weight: bold;
    margin-top: 10px;
}
.encrypt_voucher_code{
    color: #726f6f;
}
.voucher_request .voucher_info_code h4{
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: 3px;
}
.voucher_info_code .fa-copy:before{
    font-size: 30px;
    color: #726f6f;
}
.encrypt_voucher_code button{
    background-color: transparent;
    border: none;
}
.copy_msg{
    color: darkgray;
}
.download_code{
    margin-top: 15px;
}
.download_code button{
    font-size: 15px;
    font-weight: bold;
    padding: 9px !important;
    width: 85%;
}
.download_code .fa-arrow-down{
    font-size: 22px;
    color: #fff;
    font-weight: 900;
}
@media only screen and (max-width: 414px) {
    .mobile-categs-home a.category-item span {
        font-size: 12px !important;
        line-height: 1 !important;
    }
}
@media only screen and (max-width: 991px) {
    #cart:hover  .mini-shopping-cart{
      display: none !important;
    }
    .nav-link.cartordersmob {
        display: block;
    }
    .nav-link.cartordersdesk{
        display: none !important;
    }
    .voucher_request .voucher_info_code h5,.voucher_request .voucher_info_code h4{
        font-size: 12px;
    }
    .voucher_request,.voucher_info_section.cart .voucher_request{
        width: 80%;
        left: 10%;
    }
    .download_code button{
        font-size: 14px;
    }
    .download_code .fa-arrow-down{
        font-size: 20px;
    }
    span.badge.badge-danger{
        top: 0px !important;
    }
}
@media only screen and (max-width: 500px) {
    .download_code button{
        font-size: 12px;
    }
    .download_code .fa-arrow-down{
        font-size: 15px;
    }
    .voucher_failed_info,.help_link {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 400px) {
    .download_code button{
        font-size: 10px;
    }
    .download_code .fa-arrow-down{
        font-size: 15px;
    }
}
.voucher_failed_info{
    text-align: left;
    background-color: #d9d4d5;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding: 30px;
    border-radius: 20px;
}
.voucher_points{
    margin-top: 12px;
}
.help_link{
    font-weight: bold;
    font-size: 17px;
    margin-top: 15px;
}
.game_redemption{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 20px;
}
.game_redemption .main-logo img{
    max-width: 200px;
}
.game_info{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
}
.game_info img{
    width: 20%;
    margin-bottom: 10px;
}
.game_code{
    color: #000;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    width: 300px;
}
.game_code p{
    width: 300px !important;
    text-align: center;
    width: 30%;
    box-shadow: 1px 1px 9px 1px #00000036;
    padding: 5px;
    border-radius: 6px;
}
.game_body{
    background-color: #28AEE4;
    margin: 60px 200px;
}
.hr_of_game{
    border-top: 4px solid #28AEE4;
    margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
    .game_info img {
        width: 25% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .game_body{
        margin: 60px 100px;
    }
    .game_redemption .main-logo img {
        width: 30% !important;
    }
}
@media only screen and (max-width: 700px) {
    .game_redemption .main-logo img {
        width: 30% !important;
    }
}
@media only screen and (max-width: 768px) {
    .game_body{
        margin: 60px 60px;
    }
}
@media only screen and (max-width: 600px) {
    .game_body{
        margin: 60px 50px;
    }
    .game_redemption .main-logo img {
        width: 33% !important;
    }
    .game_info img {
        width: 29% !important;
    }
    .game_redemption p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    #gateway_name_2.IQD.m-0.mt-2 .col-5, #gateway_name_1.IQD.m-0.mt-2 .col-5{
        left: -14px;
    }
    .background_payments.checkout_page{
        width: 95% !important;
    }
    .checkout_sec  .radius-section {
        padding: 13px !important;
    }
    .checkout_sec #items_card .steps .item_price{
        margin: 0 !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list .inside .g-img img{
        height: 20px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_name_wallet .inside .g-img img{
        height: 40px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_wallet_name.disabled img{
        height: 45px !important;
    }
    .background_payments.checkout_page .gateway_name{
        margin-left: 30px !important;
    }
    .background_payments.checkout_page #gateway_name_wallet{
        margin-left: 30px !important;
    }
    .background_payments .checkout_page{
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .game_body{
        margin: 60px 20px;
    }
    .game_redemption .main-logo img {
        width: 35% !important;
    }
    .game_info img {
        width: 33% !important;
    }
    .game_redemption p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 420px) {
    .game_body{
        margin: 60px 20px;
    }
    .shopping-cart.cart .m-0.mt-2.gateway_name .col-5, .gold-sec.dollar-sec{
        font-size: 12px !important;
    }
    .game_redemption .main-logo img {
        width: 35% !important;
    }
    .game_info img {
        width: 35% !important;
    }
    .game_redemption p{
        font-size: 14px;
    }
    .game_code p{
        font-size: 13px;
    }
    .background_payments_email input[type="email"]::placeholder,.background_payments_email input[type="number"]::placeholder{
        font-size: 14px;
    }
    .payments .wallet_email_form .submit-email .background_payments_email input[type="email"]{
        width: 105%;
    }
}
@media only screen and (max-width: 380px) {
    .game_code p{
        width: 290px !important;
    }
    nav.m-nav .nav-link{
        font-size: 10px !important;
    }
    .second-nav .second-menu a.nav-link{
        left: -15px;
    }
    nav.m-nav a:not(:only-child)::after{
        right: 0 !important;
    }
}
@media only screen and (max-width: 360px) {
    .game_code p{
        width: 280px !important;
    }
    .second-nav .second-menu a.nav-link{
        width: 140px;
    }
    .navbar-expand-lg.second-nav .container{
        justify-content: center !important;
    }
    .second-menu nav.m-nav .child.ch1{
        left: -11px !important;
        top: 60px !important;
    }
}
@media only screen and (max-width: 350px) {
    .game_code p{
        width: 260px !important;
        font-size: 12px;
    }
}
@media only screen and (max-width: 335px) {
    .game_code p{
        width: 250px !important;
        font-size: 12px;
    }
}

.steps_of_game{
    font-size: 16px;
    color: #000;
    padding: 20px;
}
.steps_of_game .title_of_text{
    font-weight: bold;
}
.form-inline {
    display: inline;
    flex-flow: row wrap;
}
.input3bee_addon.form-inline{
    background-color: #4a4747;
    width: 13%;
    border-radius: 10px;
    padding: 5px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.topup_submit{
    margin-top: 50px;
}
.radius-section.steps.items_name #items_list{
    max-height: 336px;
    overflow-y: auto;
}
.steps .submit_button{
    position: relative;
    right: 30px;
}
.shop_img .voucher_img{
    max-width: 145px;
}
@media only screen and (max-width: 1999px) {
    .icon-question-sign-p [tooltip]:hover:after {
        top: 3px !important;
    }
    #gateways_list .best_price_img{
        height: 45px;
    }
}
.background_payments_email h6 .message{
    position: relative;
    left: -46px;
    top: 5px;
}
#gateways_list button {
    margin-bottom: 22px !important;
}
.failed_voucher_img{
    max-width: 145px;
}
@media only screen and (max-width: 767px) {
    .select_payment_method_div .font-weight-bold.col-5.not_available{
        font-size: 10px !important;
    }
    .by_page_description_col .desc_img{
        max-width: 210px;
    }
    .by_page_description_col .p-img{
        text-align: center;
    }
}
@media only screen and (max-width: 454px) {
    .select_payment_method_div .font-weight-bold.col-5.not_available{
        font-size: 9px !important;
        white-space: nowrap;
        position: relative;
        left: -20px;
    }
    .by_page_description_col .desc_img{
        max-width: 200px;
    }
}
@media only screen and (max-width: 350px) {
    .select_payment_method_div .font-weight-bold.col-5.not_available{
        font-size: 8px !important;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1199px) {
    .background_payments_email .input3bee_addon.form-inline{
        width: 17%;
    }
}
@media only screen and (max-width: 1024px) {
    .background_payments_email .input3bee_addon.form-inline{
        width: 17%;
    }
}
.background_payments_email .show_section,.background_payments_email .show_section_topup{
    display: none;
}
@media only screen and (max-width: 767px) {
    .background_payments_email .show_section{
        display: inline-flex;
    }
    .background_payments_email .hide_section{
        display: none;
    }
    .steps .submit_button{
        right: 0 !important;
    }
    /*.auto-width{*/
    /*    width: 90% !important;*/
    /*}*/
    #otp_submit_button .submit_button{
        width: 90%;
        right: 0px !important;
    }
}
@media only screen and (max-width: 575px) {
    .background_payments_email .show_section .submit_button
    {
        right: -18% !important;
    }
}
@media only screen and (max-width: 401px) {
    .shopping-cart.cart .select_payment_method_div button.gateway_name,.shopping-cart.cart .select_payment_method_div #gateway_wallet_name{
       width: 110% !important;
    }
    .shopping-cart.cart .gateway_name img{
        height: 18px !important;
    }
    .shopping-cart.cart .font-weight-bold.col-5{
        left: -15px !important;
    }
    #gateways_list button img{
        height: 19px !important;
    }
    .background_payments_email{
        margin-left: -5px;
        width: 105%;
    }
    .background_payments_email .input3bee_addon.form-inline{
        width: 20%;
    }
    .background_payments_email .show_section .submit_button
    {
        /*width: 74%;*/
        right: -21% !important;
    }
}
@media only screen and (max-width: 600px) {
    .old_price{
        position: relative;
    }
}
/*.old_price{*/
/*    position: relative;*/
/*    left: 12px;*/
/*    text-decoration: line-through;*/
/*    color: grey;*/
/*}*/
.zonebutton{
    right: 0 !important;
}
@media only screen and (max-width: 757px) {
    .background_payments_email .show_section_topup{
        display: inline-flex;
    }
    .background_payments_email .hide_section_topup{
        display: none;
    }
    .steps .submit_button{
        right: 0 !important;
    }
}
@media only screen and (max-width: 757px) {
    .background_payments_email .show_section_topup .submit_button
    {
        width: 87%;
    }
    .background_payments_email #account_id_div,.background_payments_email #account_id_div input,.background_payments_email #topup_zone_id{
        width: 90%;
    }
    .background_payments_email #account_id_div input,.background_payments_email #topup_zone_id input,.background_payments_email .show_section_topup .submit_button{
        margin-left: 20px;
    }
}

#phone_message{
    left: -58px !important;
}
#otp_message{
    left: -104px !important;
}
#otp_message1{
    left: -214px !important;
            top: 44px !important;
}
@media only screen and (max-width: 1200px) {
    #phone_message.message.phone_message_required {
        left: -33px !important;
    }
    #email_or_whatsapp_message.message.email_or_whatsapp_message_required {
        left: -33px !important;
    }
    #otp_message{
        left: -82px !important;
    }
    #otp_message1{
    left: -173px !important;
    WHITE-SPACE: nowrap;
    }
}
@media only screen and (max-width: 767px) {
    #otp_message{
        left: -113px !important;
    }
    #otp_message1 {
    left: -143px !important;
    top: 6px !important;
    }
}
@media only screen and (max-width: 600px) {
    #otp_message{
        left: -150px !important;
    }
}
@media only screen and (max-width: 430px) {
    .container-fluid{
        width: 99% !important;
        max-width: 99%;
    }
    #otp_message{
        left: -115px !important;
    }
    #otp_message1 {
    left: -97px !important;
    }
}
@media only screen and (max-width: 414px) {
    #otp_message{
        left: -90px !important;
    }
    #phone_message.message.phone_message_required {
        left: -19px !important;
    }
}
@media only screen and (max-width: 500px) {
    #otp_message{
        left: -100px !important;
    }
    #otp_message1 {
    left: -123px !important;
    }
}
@media only screen and (max-width: 390px) {
    #otp_message1 {
    left: -82px !important;
    }
}
.accordion-button.about_game,.accordion-body.description_game_c{
    padding-left: 0px;
    color: #929292;
}
.by_page_description_col .accordion-item:before{
    display: none;
}
.by_page_description_col .accordion-item{
    background-color: #4a4747;
}
.by_page_description_col .accordion-button:not(.collapsed) {
    background-color: #4a4747;
}
.by_page_description_col .accordion-button{
    background-color: #4a4747;
}
.by_page_description_col .accordion{
    margin-top: 30px;
}
.by_page_description_col  .accordion-item{
    padding-bottom: 10px;
    padding-left: 5px;
}
#sold_out_div{
    background-color: #28aee440;
    color: #fff;
    padding-top: 25px;
}
@media only screen and (max-width: 375px) {
    .shopping-cart.cart h6 span#phone_message.message.phone_message_required {
        left: 5px !important;
    }
}
@media only screen and (max-width: 420px) {
    #otp_message{
        left: -75px !important;
    }
}
.m-0.mt-2.gateway_name .col-5{
    white-space: nowrap;
}
#phone_form #check_phone_number_input .select_payment_method_div{
    position: relative;
    left: -42px;
}
@media only screen and (max-width: 1024px) {
    .m-0.mt-2.gateway_name .col-5,.gold-sec.dollar-sec{
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 440px) {
    .m-0.mt-2.gateway_name .col-5{
        font-size: 11px !important;
    }
    .select_payment_method_div button .g-img img{
        height: 21px !important;
    }
}
@media only screen and (max-width: 400px) {
    .m-0.mt-2.gateway_name .col-5{
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 375px) {
    .m-0.mt-2.gateway_name .col-5{
        font-size: 10px !important;
        position: relative;
        left: -8px;
    }
}
#visa_check_account .select_payment_method_div,#check_otp_input .select_payment_method_div{
    position: relative;
    left: -42px;
}
@media only screen and (max-width: 991px) {
    .icon-question-sign-p [tooltip]:hover:after{
        top: 45px !important;
    }
    #check_otp_input .select_payment_method_div {
        position: relative;
        left: -66px;
    }
    .radius-section.steps.items_name{
        padding: 3px !important;
    }
    #check_otp_input #otp_submit_button .submit_button {
        right: 0 !important;
        width: 74%;
    }
}
@media only screen and (max-width: 767px) {
    #check_otp_input .select_payment_method_div {
        position: relative;
        left: -42px !important;
    }
    .background_payments_email .show_section .submit_button,.background_payments_email .show_section_topup .submit_button{
        padding: 3px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 600px) {
    #check_otp_input .select_payment_method_div,#visa_check_account .select_payment_method_div {
        position: relative;
        left: -30px !important;
    }
    #email_form .select_payment_method_div{
        margin-top: 10px !important;
    }
}
.radius-section.steps.items_name{
    padding: 14px 30px;
}
#check_email_input .background_payments_email{
    padding-bottom: 11px;
}
#check_otp_input .select_payment_method_div{
    margin-bottom: 10px;
}
#sold_out_div span{
    position: relative;
    top:-5px;
}
.register_success{
    background-color: #28aee440;
    color: #fff;
    padding-top: 15px;
    border: 1px solid #28aee440;
}
.verify_link{
    color: #28AEE4 !important;
}
#visa_card{
    margin-top: 15px;
}
#visa_check_account,#check_account{
    margin-top: 15px;
}
#check_phone_number_input,#check_otp_input,#check_account{
    margin-bottom: 10px;
}
.by_page_description_col button.about_game{
    font-weight: bold;
}
.by_page_description_col .about_game,.by_page_description_col .description_game{
    padding-left: 10px;
}
.accordion-button.about_game:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328AEE4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    display: block !important;
}

.why_we{
    text-align: center;
    display: inherit;
    margin-bottom: 30px;
    margin-top: 10px;
}
.why_section{
    text-align: center;
}
.why_we_goal{
    display: inherit;
    text-align: center;
}
.why_sections .col-lg-3{
    border-radius: 13px;
    text-align: left;
    padding:1px;
    width: 22%;
    background-color: #383636;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin: 15px;
}
.why_sections .col-lg-3 img{
    border-radius: 2%;
    padding: 15px;
    max-width: 30%;
}
.why_section span{
    position: relative;
    left: 5px;
    vertical-align:sub;
    font-size: 15px;
    font-weight: bold;
}
@media only screen and (max-width: 1210px) {
    .why_sections .col-lg-3{
        width: 46%;
        text-align: center;
    }
    .why_sections .col-lg-3 img{
        max-width: 55%;
        margin: auto;
    }
    .why_sections .col-lg-3 img,.why_sections .col-lg-3 span{
        display: grid;
    }
}
@media only screen and (max-width: 823px) {
    .why_sections .col-lg-3{
        width: 40%;
    }
    .why_sections .col-lg-3 img{
        padding: 9px;
    }
    .why_section .col-lg-3 span{
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 768px) {
    .why_sections .col-lg-3 img{
        width: 40%;
        max-width: 35% !important;
    }
    .slideshow-container .mySlides .slide_item{
        min-height: 350px !important;
    }
}
@media only screen and (max-width: 600px) {
    .reward-sec.charge-golds #gateways_list button {
        padding: 0;
        margin: 0 !important;
        width: max-content !important;
    }
    .why_sections .col-lg-3{
        width: 44%;
    }
    .why_sections .col-lg-3 img{
        width: 33% !important;
        padding: 6px !important;
        max-width: 39% !important;
    }
    .why_section .col-lg-3 span{
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 590px) {
    .why_sections .col-lg-3{
        width: 90% !important;
    }
    .why_sections .col-lg-3 img{
        width: 30% !important;
    }
    .why_section .col-lg-3 span{
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 450px) {
    .reward-sec.charge-golds #gateways_list button {
        padding: 0;
        margin: 0 !important;
        width: max-content;
    }

    .checkout_sec .background_payments.checkout_page .gateway_name{
        margin-left : 32px !important;
    }
    .container {
        max-width: 100% !important;
    }
    .slider_cards .slider_item{
        display: contents !important;
    }
    .slider_cards.homeSection .col-6{
        max-width: 63% !important;
        width: 63% !important;
    }
    .get_items_cards .slider_item .slider_card_item{
        margin: auto 20%;
        margin: 10px;
    }
    .statement_wallet_tables.history tbody.statement_wallet_table tr td.product_name.transaction_name{
        -webkit-box-orient: vertical;
    }
    td.product_name.transaction_name .data_statement_table{
        position: relative;
        left: 30px;
    }
    .second-menu .child.sub-child .pure-menu-link.dropdown-item span{
        white-space: pre-line !important;
    }
    .background_payments .checkout_page{
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    .background_payments .checkout_page #gateways_list button{
        width: 90% !important;
    }
    .why_sections .col-lg-3 img{
        width: 35% !important;
        padding: 15px !important;
    }
    .mobile-categs-home a.category-item span {
        top: 90px;
    }
}
@media only screen and (max-width: 400px) {
    .mobile-categs-home a.category-item span {
        top: 72px !important;
    }
}
@media only screen and (max-width: 380px) {
    .mobile-categs-home a.category-item span {
        top: 66px !important;
    }
}
@media only screen and (max-width: 330px) {
    .mobile-categs-home a.category-item span {
        top: 55px !important;
    }
}
@media only screen and (max-width: 414px) {
    .why_sections .col-lg-3 img{
        width: 35% !important;
        padding: 15px !important;
    }
}
.wpwl-button.wpwl-button-pay{
    background-color: #28AEE4 !important;
    border: 1px solid #28AEE4 !important;
}
.mb.why_section{
    margin-bottom: 25px;
}
.cookie-consent-agree{
    font-size: 15px;
    padding-top: 9px;
    width: 9%;
    background-color: rgba(0, 0, 0, 0.87) !important;
    border: 1px solid rgba(0, 0, 0, 0.87);
}
button.cookie-consent-agree:hover,button.cookie-consent-agree:focus,button.cookie-consent-agree:focus-visible,.cookie-consent-agree:focus-within{
    border: 1px solid rgba(0, 0, 0, 0.87) !important;
    outline: 2px solid rgba(0, 0, 0, 0.87) !important;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .cookie-consent-agree{
        padding-top: 10px !important;
        padding: 5px;
        width: 40%;
        font-size: 14px;
    }
}
.cookie-consent-agree .fa-check-circle:before{
    margin: 2px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23929292" fill-opacity=".54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
    width: 20px;
    height: 20px;
    border-width: thin;
}
.profile-email{
    font-size: 17px;
}
.profile-card .name-edit{
    background-color: transparent !important;
    color: #929292;
}
.profile-card .input3bee{
    color: #929292;
}
.profile-card .default-img{
    max-width: 50%;
}
@media only screen and (max-width: 767px) {
    .profile-card .col-md-3{
        text-align: center;
        padding-bottom: 15px;
    }
    .profile-card .col-md-9 h2{
        font-size: 18px;
    }
    .profile-card .col-md-9 .profile-email{
        font-size: 15px !important;
    }
    .wallet-icon{
        top: 10% !important;
        left: 15px;
    }
    .wallet-wrapper .tabs .tab .col-md-12.first_tab{
        display: block !important;
    }
    .wallet-wrapper .tabs .col-md-12.first_tab{
        display: block !important;
    }
    .wallet-wrapper .tabs [type=radio] + label, .wallet-wrapper .tabs [type=radio]:checked + label{
        margin-right: 0px !important;
    }
    .statement_wallet_table img{
        width: 30px !important;
    }
    .program_table td img{
        width: 66% !important;
    }
}


.wallet-icon{
    /*position: relative;*/
    top: 30%;
    /*display: inline-flex;*/
    font-size: 18px;
}
.wallet-icon .fa-wallet:before{
    padding-right: 20px;
    position: relative;
    top: -2px;
    font-size: 40px;
    /*left: -15px;*/
    color: #28AEE4;
}
.ui-datepicker {
    background-color: #c0baba !important;
    padding: 9px;
}

.current-balance{
    border-radius: 10px;
    background-color: #464545;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wallet-icon-header .fa{
    font-size: 19px;
    color: #fff;
}
.wallet-icon-balance .fa{
    font-size: 90px;
    color: #28AEE4;
}
.radius-section.current-balance{
    display: flex;
}


.wallet-wrapper .tabs-container {
    padding: 2rem;
}

/**
 * Tabs Block
 */
.wallet-wrapper .tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * Tabs
 */
.wallet-wrapper .tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wallet-wrapper .tabs label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 0.0625rem;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    transition: background-color ease 0.3s;
}

.wallet-wrapper .tabs label .material-icons {
    margin-right: 0.3rem;
}

.wallet-wrapper .tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem 2rem;
    color: #fff;
    background-color: #464545;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.wallet-wrapper .tabs .tab > *:not(:last-child) {
    margin-bottom: 0.8rem;
}

.wallet-wrapper .tabs [type=radio] {
    display: none;
}

.wallet-wrapper .tabs [type=radio]:checked + label {
    background-color: #464545;
    color: #fff;
}

.wallet-wrapper .tabs [type=radio]:checked + label + .tab {
    display: block;
    border-radius: 5px;
    padding-top: 30px;
}
@media (min-width: 768px) {
    .wallet-wrapper .tabs-container {
        padding: 4rem 4rem;
    }

    .wallet-wrapper .tabs label {
        order: 1;
        width: auto;
    }
    .wallet-wrapper .tabs .tab {
        order: 9;
    }

    .wallet-wrapper .tabs [type=radio]:checked + label {
        border-bottom: none;
    }
}
.slider_card_bg_info #addtocartmob,.addMobile{
    display: none;
}
.wallet-wrapper .tabs [type=radio] + label{
    background: #000;
    border-radius: 5px;
}
.wallet-wrapper .tabs [type=radio] + label,.wallet-wrapper .tabs [type=radio]:checked + label{
    border: 1px solid #464545;
    margin-right: 22px;
}
.wallet-wrapper .tabs [type=radio]:checked + label{
    box-shadow: 0px -2px 3px #5b5757;
}
.amount_input{
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    padding-left: 39px !important;
    position: relative;
    left: -17px;
}
.wallet-wrapper .fa.fa-coins{
    position: relative;
    left: 1%;
    color: lightgrey;
    vertical-align: sub;
    z-index: 999;
}
.multiple_five_note{
    position: relative;
    font-size: 12px;
    left: 1px;
    margin-bottom: 25px;
}
.total_hr{
    width: 55%;
}
.total_coins img{
    width: 8%;
}
.wallet-wrapper .tabs .tab p{
    font-size: 16px;
}
.wallet-wrapper .tabs .tab .first_tab{
    display: inline-flex !important;
}
.products_table.statement_wallet_tables thead tr th,.statement_wallet_tables tbody.statement_wallet_table tr td{
    border-right: 1px solid !important;
}
.products_table.statement_wallet_tables thead tr th:last-child,.statement_wallet_tables tbody.statement_wallet_table tr td:last-child{
    border-right: none !important;
}
.statement_wallet_table img{
    width: 25%;
    float: right;
}
.statement_wallet_table {
    color: #fff;
}
.statement_wallet_tables {
    border-collapse: collapse;
}
.statement_wallet_table tr:nth-child(odd) {
    background-color: #8a8585;
}
.third-tab,.tab-forth{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.program_table{
    margin-top: 50px;
}
.program_table td img{
    float: none;
    width: 30%;
}
.statement_wallet_tables tbody.statement_wallet_table tr td{
    font-size: 16px;
}
.wallet-wrapper .tab #val1,.wallet-wrapper .tab #val2,.wallet-wrapper .tab #total{
    border: none;
    background-color: transparent;
    width: auto;
}
.wallet-wrapper  .tab #val1:focus,.wallet-wrapper  .tab #val2:focus,.wallet-wrapper .tab #total:focus{
    outline: none;
}
.wallet-wrapper .coin_price{
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 8px;
    cursor: pointer;
    background-color: #262626;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
.items_name .coin_price.menuActive{
    background-color: #4a4747;
    border: 2px solid #28AEE4;
}
@media only screen and (max-width: 1199px) {
    .wallet-wrapper .tabs [type=radio] + label, .wallet-wrapper .tabs [type=radio]:checked + label {
        margin-right: 0px !important;
    }
}
@media only screen and (max-width: 991px) {
    .wallet-wrapper .tabs [type=radio] + label, .wallet-wrapper .tabs [type=radio]:checked + label {
        width: 100%;
    }
}
.statement_wallet_tables  .gloden img{
    width: 10%;
}
.statement_wallet_tables{
    border: none !important;
}

.top_buyer_row{
    border-radius: 6px;
    box-shadow: 0px 0px 3px 2px #545252;
    padding: 1px;
    background:
        linear-gradient(90deg,#0000 33%,rgba(255,255,255,0.3) 50%,#0000 66%) rgba(26, 24, 26, 0.16);
    background-size:300% 100%;
    animation: shine 3s infinite;
}
.top_buyers_list li{
    color: #fff;
    background-color: #262626;
    padding: 1px;
    font-size: 19px;
    margin: 11px;
    box-shadow: 0px 0px 3px 2px #676464;
    border-radius: 2px;
}
.top_buyer_row .col-md-12{
    display: inline-flex;
}

.top_buyers_list{
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: auto;
    max-height: 375px;
}
.top_buyers_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e5e5e5;
    border-radius: 10px;
}

/* Handle */
.top_buyers_list::-webkit-scrollbar-thumb {
    background: #7c7979;
    border-radius: 10px;
}

/* Handle on hover */
.top_buyers_list::-webkit-scrollbar-thumb:hover {
    background: #7c7979;
}
.top_buyers_list::-webkit-scrollbar {
    width: 19px;
}
.top_buyers_list .fire_img{
    float: right;
    position: relative;
    top: 5px;
}
.top_buyer_text{
    padding: 7px;
}
.top_buyer_text span{
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
    .top_buyer_row .col-md-12{
        display: block;
    }
}

.top_buyers_list img.fire_img{
    display: none;
}
.top_buyers_list .buyer_1 img.fire_img,.top_buyers_list .buyer_2 img.fire_img,.top_buyers_list .buyer_3 img.fire_img{
    display: block;
}

.sign_img_1{
    content: url('../images/golden_sign.png');
    width: 8%;
    position: relative;
}
.sign_img_2{
    content: url('../images/silver_sign.png');
    width: 8%;
    position: relative;
}
.sign_img_3{
    content: url('../images/bronze_sign.png');
    width: 8%;
    position: relative;
}
.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
    content: url('../images/blue_sign.png');
    width: 8%;
    position: relative;
}
.buyer_name{
    vertical-align: top;
    position: relative;
    top: 13px;
}
.number_buyer{
    position: relative;
    left: -34px;
    top: -22px;
    color: #fff;
    font-weight: bold;
}
.buyer_10 .number_buyer{
    left: -39px;
}
@media only screen and (max-width: 1399px) {
    .number_buyer{
        position: relative;
        left: -30px;
        top: -20px;
    }
    .buyer_10 .number_buyer{
        left: -35px;
    }
    #addtocart{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 10%;
    }
    .number_buyer{
        position: relative;
        left: -31px;
        top: -20px;
    }
    .buyer_10 .number_buyer{
        left: -37px;
    }
    .buyer_name{
        top: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 14%;
    }
}
@media only screen and (max-width: 767px) {
    .buyer_name{
        top: 20px;
    }
    .number_buyer{
        position: relative;
        left: -44px;
        top: -33px;
        font-size: 20px;
    }
    .buyer_10 .number_buyer{
        left: -49px;
    }
}
@media only screen and (max-width: 520px) {
    .number_buyer{
        position: relative;
        left: -41px;
        top: -33px;
    }
}
@media only screen and (max-width: 450px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 16%;
    }
}
@media only screen and (max-width: 414px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 17%;
    }
}
@media only screen and (max-width: 400px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 19%;
    }
}
@media only screen and (max-width: 375px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 20%;
    }
}
@media only screen and (max-width: 350px) {
    .sign_img_1,.sign_img_2,.sign_img_3,.sign_img_4,.sign_img_5,.sign_img_6,.sign_img_7,.sign_img_8,.sign_img_9,.sign_img_10{
        width: 22%;
    }
}

.top_buyer_text img{
    vertical-align: text-top;
}
.top_buyers_list .fire_img{
    right: 10px;
}

@media only screen and (max-width: 600px) {
    .buyer_name{
        font-size: 16px;
    }
    .top_buyer_row .top_buyers_list::-webkit-scrollbar {
        width: 15px !important;
    }
}


@import url(https://fonts.googleapis.com/css?family=Lato:100,400);
#week-countdown {
    color: #fff;
    background: #262626;
    text-align: center;
    width: 25%;
    font-size: 20px;
    left: 10px;
    top:-29px;
    position: relative;
    padding: 10px;
}
#week-countdown span{
    margin-bottom: 5px;
}
#week-countdown p{
    display: inline-flex;
    border: 1px solid #403d3d;
    padding: 5px;
    background-color: #403d3d;
    color:#fff;
    box-shadow: 0px 0px 1px 2px #181616;
}
.buyer_10 .buyer_name {
    position: relative;
    left: -10px;
}
.crown_title{
    width: 11%;
    position: relative;
    top: -8px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .crown_title{
        width: 15%;
    }
}
@media only screen and (max-width: 600px) {
    .crown_title{
        width: 19%;
    }
}

.wallet-wrapper .tabs label{
    width: 275px;
}
@media (max-width: 1399px) and (min-width: 2000px){
    .wallet-wrapper .tabs label{
        width: 230px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .wallet-wrapper .tabs label{
        width: 202px;
    }
}

@media (max-width: 1531px) and (min-width: 1335px){
    .why_section span{
        font-size: 12px;
    }
    .why_sections .col-lg-3 img{
        padding: 6px;
    }
    .why_sections .col-lg-3{
        white-space: nowrap;
    }
}
@media (max-width: 1334px) and (min-width: 1144px){
    .why_section span{
        font-size: 12px;
    }
    .why_sections .col-lg-3 img{
        padding: 0px;
        width: 33%;
        white-space: nowrap;
    }
}
@media (max-width: 1143px) and (min-width: 1124px){
    .why_section span{
        font-size: 15px;
    }
    .why_sections .col-lg-3 img{
        padding: 0px;
        width: 29%;
        white-space: nowrap;
    }
}
.wallet-wrapper .tabs label.tab4{
    margin-right: 0px;
}
.wallet-wrapper .tabs [type=radio] + label.tab4, .wallet-wrapper .tabs [type=radio]:checked + label.tab4{
    margin-right: 0px;
}

.wallet-icon-header .fas{
    font-size: 19px;
    color: #fff;
}

.submit-email{
    display: inline-flex;
}
.submit-email button {
    padding: 5px 19px;
    height: 37px;
}
@media (max-width: 1199px) and (min-width: 992px){
    .wallet-icon .fa-wallet:before{
        left: -15px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .wallet-icon .fa-wallet:before{
        left: -40px;
    }
}
.wallet-header-img{
    width: 34px;
}
.wallet-link{
    text-decoration: none;
    color: #fff;
}
.gold-span{
    position: relative;
    left: -4px;
}
@media only screen and (max-width: 767px) {
    .wallet-icon-balance .fa{
        font-size: 65px;
    }
    .gold-span img{
        width: 40%;
    }
    .silvers-span img{
        width: 40%;
    }
}
@media only screen and (max-width: 490px) {
    .text_wallet_new h6{
        font-size: 14px;
    }
    .text_wallet_new{
        padding: 0;
    }
    .current-balance h4{
        font-size: 15px;
    }
    .gold-span img{
        width: 35%;
    }
    .silvers-span img{
        width: 35%;
    }
    .gold-span{
        font-size: 13px;
    }
    .silvers-span{
        font-size: 13px;
    }
}
.wallet-wrapper .slider_card_sm_img {
    width: 80%;
    margin: 10px;
    opacity: 0.6;
}
.disable-card{
    pointer-events: none;
}
.submit-email{
    display:inline-flex;
}
.register_success.wallet{
    top:-22px;
}
#wallet_email_form .btn3abee{
    background-color: #28AEE4;
}
#button_w, #button_check{
    background-color: lightgrey;
}
.profile-card .wallet-icon{
    left: -85px;
}
@media only screen and (max-width: 767px) {
    .profile-card .wallet-icon{
        left: 0px !important;
    }
    .profile-card .wallet-icon img{
        width: 45% !important;
        position: relative;
        top:-12px;
    }
}
.value-wallet{
    font-size: 18px;
}
.nav-link.wallet{
    position: relative;
    top: -5px;
}
@media only screen and (max-width: 912px) {
    .wallet-header-img img{
        width: 5%;
    }
    .nav-link.wallet{
        position: relative;
        top: 0px;
    }
    span.badge.badge-danger{
        top: 10px !important;
    }
}
@media only screen and (max-width: 600px) {
    .wallet-header-img img{
        width: 6%;
    }
    .wallet-icon-balance img{
        top: -5px !important;
    }
    .current-balance h4{
        font-size: 19px;
    }
}
@media only screen and (max-width: 420px) {
    .current-balance h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 414px) {
    .wallet-header-img img{
        width: 8%;
    }
}
.wallet-icon-balance img{
    max-width: 47%;
    position: relative;
    top: -23px;
}
.radius-section.current-balance{
    padding-bottom: 0px;
}
.vodafone_dark {
    background-image: url('../images/Vodafone_dark.png');
}
.vodafone_light {
    background-image: url('../images/Vodafone.png');
}
.vflex_item.cards_div a.cards_div_img.vodafone_dark, .vflex_item.cards_div a.cards_div_img.vodafone_light{
    width: 89px !important;
}
.wallet-icon{
    display: inline-flex;
}
.value-wallet{
    position: relative;
    top: 30px;
}
@media only screen and (max-width: 1399px) {
    .value-wallet{
        position: relative;
        top: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .value-wallet{
        position: relative;
        top: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .value-wallet{
        position: relative;
        top: 0px;
    }
}
.mb.wallet_program{
    background-color: #262626;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
}
.why_wallet{
    display: inline-flex;
}
.home_wallet_img{
    text-align: center;
    vertical-align: middle;
}
.home_wallet_img img{
    position: relative;
    top:-6px;
}
@media only screen and (max-width: 767px) {
    .why_wallet {
        display: block;
    }
    .home_wallet_img{
        margin-top: 50px;
    }
}
.why_wallet button{
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.why_wallet button a{
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
}
.why_wallet button a:hover{
    text-decoration: none;
    color: #fff;
}
@media (max-width: 890px) and (min-width: 768px){
    .subscriptiondiv p{
        display: block;
    }
    .why_sections .col-lg-3 img{
        width: 30%;
    }
}
.section-mobile{
    display: none;
    /*margin-top: 75px;*/
    margin-bottom: 20px;
}
.text-mobie{
    display: none;
}
@media only screen and (max-width: 991px) {
    .contain-all-header{
        position: relative;
        top: -15px;
    }
    .section-mobile{
        display: block;
    }
    .text-mobie{
        display: initial;
    }
    .search_section.section-header{
        display: none;
    }
    .navbar-brand.main-logo img{
        position: relative;
        top: 0px !important;
    }
}
.select_payment_method_div button .g-img img.wallet_animated{
    height: 56px !important;
    top: 0;
}
.navbar-brand.main-logo img{
    position: relative;
    top: -12px;
}
.navbar.navbar-expand-lg{
    margin-bottom: 0px;
}
.navbar{
    padding-bottom: 0;
}
.search-input,.search-button,.search-form{
    border-radius: 20px !important;
}
.dropdown-menu[data-bs-popper]{
    top: 35px;
}

#ui-id-1 {
    z-index: 99999999;
    padding-top: 10px;
}
#ui-id-1 #ui-id-2{
    position: relative;
}
.categories-icon {
    background-image: url('../images/Categories-white.png') !important;
}
.language-icon{
    background-image: url('../images/Globe-white.png') !important;
}
.login-icon {
    background-image: url('../images/User-white.png') !important;
}
.gift-icon{
    background-image: url('../images/Gift-white.png') !important;
}
.lang-countries-menu{
    height: 2px !important;
    box-shadow: 0px -2px 5px 0px #55555b;
    margin: 5px;
}

@media only screen and (max-width: 1199px) {
    .navbar input.search-input{
        width: 300px;
    }
}
@media only screen and (max-width: 1099px) {
    .navbar input.search-input{
        width: 200px;
    }
}
.second-nav li{
    list-style: none;
}
.second-nav .second-menu{
    display: inline-flex;
}
.second-nav .second-menu .nav-link-text{
    vertical-align: middle;
}
.second-menu .dropdown-menu.categories-menu{
    left: 40px;
}
@media only screen and (max-width: 912px) {
    .second-menu .dropdown-menu.categories-menu{
        top: 50px;
    }
}
.wallet_program.fund_text h6{
    font-size: 1.1rem !important;
}
.fund_text .fa-calculator{
    font-size: 79px;
}
.wallet_program.fund_text{
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
}
.wallet_program.fund_text.sections{
    background-color: #000;
}
.wallet_program.fund_text.sections .col-md-6{
    background-color: #262626;
    border-radius: 10px;
    padding: 30px;
}
.wallet_program.fund_text.sections .col-md-6:first-child{
    position: relative;
    left: -23px;
}
.wallet_program.fund_text.sections .col-md-12{
    padding: 0;
    display: inline-flex;width: 100%;
}
.wallet_program.fund_text.sections .col-md-6:last-child{
    position: relative;
    left: 23px;
}
.fund-gold{
    position: relative;
    top: -5px;
    width: 160px;
    max-width: 82px;
}
.gold_div{
    margin-right: 15px;
}
@media only screen and (max-width: 600px) {
   #gateway_name_wallet .gold-sec {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 400px) {
    #gateway_name_wallet .gold-sec {
        font-size: 11px !important;
    }
    #gateway_name_wallet .gold-sec img.gold{
        height: 36px !important;
    }
}
@media only screen and (max-width: 440px) {
    .select_payment_method_div button .g-img img.wallet_animated {
        height: 65px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .wallet_program.fund_text.sections .col-md-6{
        padding: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .wallet_program.fund_text.sections .col-md-6 span{
        white-space: nowrap;
    }
    .fund_text .fa-calculator{
        font-size: 65px;
    }
}
@media only screen and (max-width: 991px) {
    .fund_text .fa-calculator{
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-question-sign-p [tooltip]:hover:after{
        top: -4px !important;
    }
    .wallet_program.fund_text.sections .col-md-12{
        display: block;
    }
    .wallet_program.fund_text.sections .col-md-6{
        display: block !important;
    }
    .wallet_program.fund_text.sections .col-md-6:first-child,.wallet_program.fund_text.sections .col-md-6:last-child{
        position: static !important;
        margin-top: 10px;
        padding: 30px;
        width: 100%;
    }
    .wallet_program.fund_text.sections .col-md-6:first-child{
        margin-bottom: 30px;
    }
    .reward-sec .col-md-2.gold_div{
        width: 100%;
        text-align: center;
    }
    .fund-gold{
        max-width: 80px !important;
    }
    .fund_text .fa-calculator{
        font-size: 79px;
    }
    .gold_div{
        margin: 0;
    }
    .fa-calculator{
        margin-left: 10px;
    }
    .wallet_program.fund_text.sections .col-md-4 span{
        white-space: normal !important;
    }
    .wallet_program.fund_text.sections .col-md-4{
        position: relative;
        top: 10px;
        left: 4px;
    }
}
@media only screen and (max-width: 476px) {
    .wallet_program.fund_text.sections .col-md-6:last-child .col-md-4{
        top: 0px;
    }
    .wallet_program.fund_text.sections .col-md-4 h5{
        font-size: 17px;
    }
}
@media only screen and (max-width: 600px) {
    .fund-gold {
        max-width: 80px;
    }
    .fund_text .fa-calculator {
        font-size: 70px;
    }
}
.wallet_program.fund_text.sections .col-md-4 h5{
    font-size: 18px;
}
.charge-golds{
    color: #fff;
    margin-top: 30px;
}
.list_items_coins img{
    width: 22%;
    position: relative;
    left: -5px;
}
.steps.items_name.coins_name{
    box-shadow: none;
}
.coins_name .item_price{
    width: 25%;
}
.coins_name{
    margin-top: 15px;
}
.total_coins{
    color: #fff;
    margin-top: 12px;
    font-size: 1.2rem !important;
}
#gateway_name_wallet .gold-sec{
    position: relative;
}
#gateway_name_wallet img.gold{
    position: relative;
    top: -3px;
    padding-right: 5px;
}
.charge-golds .col-md-12{
    display: inline-flex;
}
#gateways_list button{
    height: 105px;
}
#gateways_list button img{
    position: relative;
    left: 10px;
}
#gateway_wallet_name img{
    height: 56px;
    top:0px;
}
@media only screen and (max-width: 440px) {
    .shopping-cart.cart .center-img.wallet img, .shopping-cart.cart #gateway_wallet_name img{
        height: 51px !important;
    }
    #gateway_wallet_name img{
        height: 65px !important;
    }
    /*.statement_wallet_tables tbody.statement_wallet_table tr th{*/
    /*    display:block !important;*/
    /*}*/
    /*.statement_wallet_tables tbody.statement_wallet_table tr td{*/
    /*     float:none;*/
    /*     display:block;*/
    /* }*/
}
@media only screen and (max-width: 767px) {
    table.table.products_table tbody tr > *{
        display: -webkit-box;
    }
    .charge-golds .col-md-12 {
        display: block;
    }
    .choose_pay{
        margin-top: 30px;
    }
}
.top_footer .navbar-brand.main-logo img{
    top: 0;
}
.statement_text{
    color: #fff;
    display: inline-flex;
}
.statement_text .fa.fa-file-alt{
    font-size: 65px;
    margin-right: 10px;
}
.statement_text .texts{
    position: relative;
    top:6px;
}
.filter_statements_onDate{
    display: inline-flex;
    color: #fff;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.filter_statements_onDate .input3bee{
    position: relative;
    left: 19px;
    color: #fff;
}
@media screen and (max-width: 880px) {

    .statement_wallet_tables.history tbody.statement_wallet_table tr td{
        max-width: unset;
    }

    .products_table.statement_wallet_tables thead tr th{
        border-right: 0px solid !important;
        border-left: 0px solid !important;
        border-bottom: 1px  solid !important;
    }
    .statement_wallet_tables tbody.statement_wallet_table tr td{
        border-right: 0px solid !important;
        border-left: 0px solid !important;
        border: none;
    }

    .statement_wallet_tables thead tr > *:not(:first-child) {
        display: none;
    }


    .statement_wallet_tables thead tr > *:first-child {
        padding-left: 1rem;
        font-size: 18px;
    }

    .statement_wallet_tables tbody,
    .statement_wallet_tables tbody tr,
    .statement_wallet_tables tbody td {
        display: flex;
        flex-direction: column;
        word-break: break-all;
    }

    .statement_wallet_tables .row-active td:first-child {
        margin-bottom: -1rem;
    }

    .statement_wallet_tables tbody td:not(:first-child) {
        padding-top: 12px;
        padding-left: 45px;
    }

    .statement_wallet_tables  tbody td:first-child {
        flex-direction: row;
        align-items: center;
    }

    .statement_wallet_tables tbody tr:not(.row-active) > *:not(:first-child) {
        max-width: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }

    .statement_wallet_tables tbody button {
        display: inline-block !important;
    }

    .statement_wallet_tables tbody td:not(:first-child)::before {
        display: block;
        font-weight: 600;
    }

    .statement_wallet_tables .table-wrapper {
        max-width: 568px;
    }

    .statement_wallet_tables  tr:not(.row-active) .icon-active {
        display: none;
    }

    .statement_wallet_tables .row-active svg:not(.icon-active) {
        display: none;
    }
}
.statement_wallet_table td{
    padding-left: 5px;
}
.rewards-button{
    float: right;
    position: relative;
    top: 10px;
}
.wallet_program.rewards_text{
    padding: 20px !important;
    padding-bottom: 10px !important;
}
@media screen and (max-width: 463px) {
    .rewards-button{
        width: 100%;
        font-size: 15px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}
.second-nav .nav-link-text{
    font-weight: bold;
}
.animated-silver-checkout{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.items_redeem{
    display: inline-flex;
}
.text_rewards{
    text-align: center;
    color: #fff;
    margin-bottom:30px;
}
.statement_wallet_tables tbody.statement_wallet_table tr td,.products_table.statement_wallet_tables thead tr th {
    padding-left: 10px;
}
.statement_wallet_tables tbody tr:nth-child(odd) {
    background-color: rgb(219 212 212 / 28%) !important;
}
.modal .modal-body .slider_card_bg_img{
    max-width: 200px;
}
.rewards_modal{
    z-index: 999999;
    top:11%;
}
.slider_card_item.modal_content {
    color: #fff;
    text-align: center;
}
.modal_content p.slider_card_desctibtion{
    min-height: 10px;
    color: #fff;
}
.rewards_modal .modal-header,.rewards_modal .modal-footer{
    border: none;
}
#reward_cards p.slider_card_desctibtion{
    min-height: 84px;
}

#reward_cards .slider_card_item{
    margin-top: 30px;
}
.rewards_modal .modal-content{
    background-color: #000;
}
.rewards_modal .modal-footer{
    padding-bottom: 20px;
}
@media screen and (max-width: 365px) {
    #reward_cards .btn3abee{
        padding: 0;
    }
}
@media screen and (max-width: 485px) {
    .slider_card_item.modal_content h5{
        font-size: 16px;
    }
    #reward_cards .slider_card_item{
        width: 95%;
    }
}
@media screen and (max-width: 465px) {
    #reward_cards .slider_card_item{
        width: 90%;
    }
}
@media (max-width: 450px) and (min-width: 415px){
    #reward_cards .slider_card_item{
        width: 80%;
    }
}
@media screen and (max-width: 414px) {
    #reward_cards .slider_card_item{
        width: 100%;
    }
}
.old-span{
    float: none !important;
}
.old_price{
    text-decoration: line-through;
    color: red !important;
}
.silver_cost{
    position: relative;
    left: -5px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 991px) and (min-width: 768px){
    .wallet_program.rewards_text{
        padding-bottom: 20px !important;
    }
}
#reward_cards .col-lg-3{
    width: 20%;
}
.item_silvers .animated-silver-checkout{
    background-color: #706d6d;
    padding: 15px;
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(133, 131, 131, 0) 33%,rgba(255,255,255,0.3) 50%, rgba(128, 117, 117, 0) 66%) rgba(26, 24, 26, 0.16);
    background-size:300% 100%;
    animation: shine 3s infinite;
    box-shadow: 0px 0px 1px 2px rgba(112, 109, 109, 0.66);
}
.item_silvers{
    direction: rtl;
    position: relative;
    top: 25px;
}
.checkout_sec .steps_section{
    position: relative;
    top: 39px;
    background-color: transparent;
}
.checkout_sec .checkout_num{
    border-radius: 50%;
    background-color: #706d6d;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.checkout_sec .radius-section.steps{
    padding-top: 38px !important;
}
@media screen and (max-width: 1200px) {
    #reward_cards .col-lg-3 {
        width: 25%;
    }
}
@media screen and (max-width: 991px) {
    #reward_cards .col-lg-3 {
        width: 33%;
    }
}
@media screen and (max-width: 767px) {
    #reward_cards .col-lg-3 {
        width: 50%;
    }
}
.animated-silver-checkout img{
    position: relative;
    top: -3px;
}
.radius-section.steps.payments.gateways{
    padding-top: 58px !important;
}
.payments .steps_section,#check_phone_number_input .steps_section{
    top: 0!important;
}
#check_phone_number_input,#email_form{
    margin-top: 10px;
}
.background_payments_email{
    margin-top: 6px;
}
ul.rewards-buttons{
    display: inline-flex;
    float: right;
}
ul.rewards-buttons button{
    margin: 9px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 880px) and (min-width: 768px){
    .statement_wallet_table img {
        width: 30px !important;
        height: 30px !important;
    }
    .statement_wallet_table .data_statement_table img{
        width: 30px !important;
        height: 30px !important;
        float: none;
    }
}
@media screen and (max-width: 991px) {
    ul.rewards-buttons button{
        font-size: 13px;
        font-weight: bold;
    }
    .sections.reward-sec .col-md-4 h5{
        font-size: 16px !important;
    }
    .sections.reward-sec .col-md-4 h6{
        font-size: 15px !important;
    }
    .sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6{
        width: 150px !important;
    }
}
@media screen and (max-width: 767px) {
    .data_statement_table {
        padding-left: 5px;
    }
    .data_statement_table img{
        position: relative;
        top: -4px;
        float: none;
        position: relative;
        left: 5px;
    }
}
@media screen and (max-width: 767px) {
    ul.rewards-buttons button{
        padding-left: 27px;
        padding-right: 27px;
    }
    ul.rewards-buttons{
        float: none !important;
    }
    .rewards_text .why_wallet h4{
        font-size: 18px;
    }
    .rewards_text .why_wallet h6{
        font-size: 15px;
    }
    .rewards_text .why_wallet .home_wallet_img img{
        top: -35px;
    }
    .sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6,.fund-section-rewards{
        width: 100% !important;
    }
    /*.sections.reward-sec .gold-image{*/
    /*    position: relative;*/
    /*    left: -10px;*/
    /*}*/
}
@media screen and (max-width: 600px) {
    ul.rewards-buttons button{
        width: 100%;
    }
    ul.rewards-buttons{
        display: block;
    }
    .rewards_text .why_wallet .home_wallet_img img{
        width: 250px;
        margin-top: 0px;
        margin-bottom: 20px;
        top: -10px;
    }
}
@media screen and (max-width: 353px) {
    ul.rewards-buttons button{
        width: 110%;
    }
}
.sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6{
    white-space: nowrap;
    position: relative;
    top: 15px;
}
@media screen and (max-width: 1399px) {
    .sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6{
        top: 9px;
    }
}
@media screen and (max-width: 1199px) {
    .sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6{
        white-space: normal;
        width: 275px;
    }
}
.sections.reward-sec .col-md-4 h6{
    color: #acadad;
    font-weight: bold;
}
@media screen and (max-width: 510px) {
    .sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6{
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .sections.reward-sec .col-md-4 h5,.sections.reward-sec .col-md-4 h6 {
        top: 0px !important;
    }
}


#gateways_list button img.mt-2.gold {
    left: 0 !important;
    height: 40px;
}
.slider_item:hover .btn3abee.disable{
    cursor: unset;
}
@media screen and (max-width: 600px) {
/*.slideshow-container .mySlides .slider_card_bg_img.slide_item{*/
/*    max-height: 100%;*/
/*}*/
}
#gateways_list button img.mt-2.gold{
    left: -6px !important;
    height: 40px;
    top:-3px
}
.gold-sec{
    position: relative;
    top: 10px;
}
.big-icon .center-img img{
    height: 65px !important;

}

@media screen and (max-width: 600px) {
 #gateway_name_wallet .font-weight-bold.col-5{
     font-size: 12px !important;
 }
    .rewards_modal{
        top: 5%;
    }
}
@media screen and (max-width: 440px) {
    #gateway_name_wallet .g-img img{
        height: 65px !important;
    }
}
.with_disable_item{
    opacity: 0.7;
}
.fund-section-rewards{
    width: 75%;
}
@media screen and (max-width: 463px) {
    .filter_statements_onDate .input3bee{
        font-size: 16px;
    }
    .statement_wallet_table img{
        width: 30px !important;
        height: 30px !important;
        position: relative;
        top: -5px;
    }
}
@media screen and (max-width: 400px) {
#gateway_name_wallet .font-weight-bold.col-5{
    font-size: 11px !important;
}
    #gateways_list button img.mt-2.gold{
        height: 36px;
    }
    .fund_text.sections.reward-sec .rewards-button{
        padding: 0 !important;
    }
}
.silver_cost{
    font-size: 17px;
}
#steps_section{
    top: 33px;
}
.rewards_modal .modal.show .modal-dialog{
    transform:inherit;
}
.fund_text.sections.reward-sec .rewards-button{
    margin-top: 6px;
}
.old_price_gateway{
    position: relative;
    top:15px
}
.rewards_modal .slider_card_item{
    margin-top: 0px !important;
}
.rewards_modal  .modal-header{
    padding: 0 !important;
}
.rewards_modal p.slider_card_desctibtion{
    min-height: unset !important;
}

.checkout_num,.step_add{
    position: relative;
    top: -16px;
}
.step_add {
    background-color: #262626;
    padding-left: 5px;
}
.alert.alert-danger li{
    position: relative;
    top: 10px;
}
@media screen and (max-width: 500px) {
    #wallet_program .why_wallet h2{
        font-size: 19px;
    }
    #wallet_program .why_wallet h5{
        font-size: 17px;
    }
    #wallet_program .home_wallet_img img{
        width: 290px;
    }
    #wallet_program button.btn3abee{
        font-size: 16px;
    }
}
.silvers_items{
    color: #28AEE4 !important;
    text-decoration: none !important;
    font-weight: bold;
    position: relative;
    top: -13px;
    left: -12px;
    font-size: 13px;
}
.silvers_items img{
    float: none;
}
.get_more{
    left: 0 !important;
}
@media screen and (max-width: 1199px) {
    .silvers_items img{
        width: 15%;
    }
    .silvers_items{
        font-size: 13px !important;
    }
    .silver_span{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .second-menu.en .fa-chevron-right{
        margin-left: 15px;
    }
    nav.m-nav .parent > ul.child li a{
        font-size: 12px !important;
    }
    .silvers_items{
        top: -19px;
        left: -2px !important;
    }
    #gateway_name_wallet .font-weight-bold.col-5.silvers_items{
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 420px) {
    .shopping-cart.cart .gateway_name img{
        height: 18px !important;
    }
    .checkout_sec .background_payments.checkout_page .gateway_name,.background_payments.checkout_page #gateway_name_wallet {
        margin-left: 20px !important;
    }
    .checkout_sec  .radius-section {
        padding: 14px !important;
    }
    .checkout_sec .background_payments.checkout_page{
        width: 100% !important;
    }
    .checkout_sec #items_card .steps .item_price{
        margin: 0 !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list .inside .g-img img{
        height: 20px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_name_wallet .inside .g-img img{
        height: 40px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_wallet_name.disabled img{
        height: 45px !important;
    }
}
@media only screen and (max-width: 390px) {
    .checkout_sec .background_payments.checkout_page .gateway_name,.background_payments.checkout_page #gateway_name_wallet {
        margin-left: 0px !important;
    }
    .checkout_sec  .radius-section {
        padding: 13px !important;
    }
    .checkout_sec .background_payments.checkout_page{
        width: 119% !important;
    }
    .checkout_sec .steps .item_price{
        margin: 5 !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list .inside .g-img img{
        height: 20px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_name_wallet .inside .g-img img{
        height: 40px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_wallet_name.disabled img{
        height: 45px !important;
    }
}
@media only screen and (max-width: 360px) {
    .checkout_sec .background_payments.checkout_page{
        width: 129% !important;
    }
    .checkout_sec .background_payments.checkout_page .gateway_name,.background_payments.checkout_page #gateway_name_wallet {
        margin-left: -8px !important;
    }
}

@media screen and (max-width: 480px) {
    .silvers_items img{
        width: 20%;
    }
}
/*#gateway_name_wallet .gold-sec{*/
/*    left: 40px;*/
/*}*/
.title.profile-email.email_user{
    max-width: 380px;
    overflow: auto;
}
@media screen and (max-width: 767px) {
    #gateways_list .best_price_img {
        margin-top: -28px;
    }
}

.silvers_items img{
    width: 30px;
}
@media screen and (max-width: 767px) {
    #gateway_name_wallet .font-weight-bold.col-5.silvers_items {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    #gateway_name_wallet .font-weight-bold.col-5.gold-sec{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 330px) {
    .shopping-cart.cart .m-0.mt-2.gateway_name .col-5, .gold-sec.dollar-sec {
        font-size: 11px !important;
    }
    .shopping-cart.cart .gateway_name img{
        height: 18px !important;
    }
}
@media screen and (max-width: 450px) {
    #gateway_name_wallet .font-weight-bold.col-5.gold-sec{
        font-size: 11px !important;
    }
    .shopping-cart.cart .m-0.mt-2.gateway_name .col-5,.gold-sec.dollar-sec{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 440px) {
    #gateway_name_wallet .font-weight-bold.col-5.silvers_items{
        font-size: 9px !important;
    }
    ul.shopping-cart-items .clearfix img{
        max-width: 140%;
    }
}
@media screen and (max-width: 390px) {
    ul.shopping-cart-items .clearfix img{
        max-width: 160%;
    }
}
@media screen and (max-width: 375px) {
    ul.shopping-cart-items .clearfix img{
        max-width: 170%;
    }
}
@media screen and (max-width: 350px) {
    ul.shopping-cart-items .clearfix .image{
        width:100% ;
    }
}

@media screen and (max-width: 406px) {
    #gateway_name_wallet .font-weight-bold.col-5.gold-sec {
        font-size: 10px !important;
        white-space: nowrap;
    }
    #gateway_name_wallet .font-weight-bold.col-5.silvers_items{
        font-size: 7px !important;
    }
    .silvers_items img{
        width: 22px;
    }
    .slider_cards .slider_item{
        width: 181px !important;
    }
}
.statement_text .fa.fa-gift{
    font-size: 69px;
    margin-right: 15px;
}

.gift_section{
    max-height: 335px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
}
.silvers_items{
    display: none;
}
#gateway_name_wallet .gold-sec{
    top: 13px;
}
@media screen and (max-width: 767px) {
    .m-0.mt-2.gateway_name .col-5.not_available {
     font-size: 12px !important;
        left: -20px;
        position: relative;
    }
}
@media screen and (max-width: 450px) {
    .m-0.mt-2.gateway_name .col-5.not_available {
        font-size: 11px !important;
        left: -30px;
        position: relative;
    }
}
@media screen and (max-width: 380px) {
    .m-0.mt-2.gateway_name .col-5.not_available {
        font-size: 10px !important;
        left: -30px;
        position: relative;
    }
}
.gift_text_par{
	font-size: 17px;
    /*max-width: 225px;*/
    color: #fff;
}
.code_place{
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    border-color: lightgrey;
    width: 90%;
}
.btn3abee.redeem_button{
    margin-top: 25px;
    border: 1px solid #a6a3a3 !important;
    width: 90%;
    text-align:center;
}
.red_text{
    color: rgba(255, 0, 0, 0.8);
}
.blue_text{
    color: #1e93c2;
}
.blue_text a{
    color: #1e93c2;
    text-decoration: none;
}
.must-login{
    max-width: 430px;
    margin-top: 20px;
}
.need_help img{
    max-height: 300px;
    width: 67%;
}
.need_help_text {
    color: darkgray;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 450px) {
    .gift_text_par{
        font-size: 14px;
    }
    .btn3abee.redeem_button{
        margin-top: 13px;
        font-size: 14px;
    }
    .code_place{
        padding: 8px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 400px) {
    .gift_section{
        padding: 20px;
    }
    .code_place{
        padding: 5px;
    }
    .btn3abee.redeem_button{
        margin-top: 10px;
        font-size: 14px;
    }
    .slider_cards .slider_item{
        width: 181px !important;
    }
}
.redeem-icon{
    background-image: url('../images/white-coins-50.png') !important;
}
@media screen and (max-width: 464px) {
    .second-menu span.nav-link-text{
        font-size: 11px !important;
    }
}
@media screen and (max-width: 428px) {
    .second-nav .second-menu{
        display: contents !important;
    }
    .second-nav .second-menu a.nav-link{
        position: relative;
        left: -10px;
    }
}
@media screen and (max-width: 767px) {
    .select_payment_method_div button span{
        margin-right: 38px;
    }
}
@media screen and (max-width: 465px) {
    .select_payment_method_div button span{
        margin-right: 25px;
    }

    .fees_style{
        margin-right: 11px !important;
    }
    .tax_style{
        margin-right: 7px !important;
    }
}
@media screen and (max-width: 375px) {
    .second-nav .second-menu a.nav-link{
        position: relative;
        left: -10px;
    }
}
@media screen and (max-width: 767px) {
    .second-menu .dropdown-menu.categories-menu {
     left: 23px;
    }
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.list_of_categs .section-header-link-more{
    color: darkgray;
    text-decoration: none;
}
.main_categories{
    display: contents;
}
.main_categories .categs{
    text-align: center;
    padding: 20px;
}
.main_categories .categs{
    box-shadow: 0px -1px 6px 1px #6e6f6f;
    width: 30%;
    margin: 20px;
}
.main_categories .all_categs{
    margin-top: -25px;
}
.main_categories ul.list_of_categs{
 list-style: none;
    display: inline-flex;
    width: 100%;
}
.list_of_categs{
    text-align: left;
}
.list_of_categs .right_link{
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}
.main_categories .all_categs img{
    width: 85%;
    border-radius: 12%;
}
.list_of_categs .main-title{
    font-weight: bold;
    font-size: 17px;
}
.categs_cards{
    width: 47%;
    margin-top: 20px;
}
.list_of_categs img{
    width: 70%;
}
@media screen and (max-width: 1200px) {
    .list_of_categs .right_link,.list_of_categs .main-title{
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .list_of_categs .right_link,.list_of_categs .main-title{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
    .main_categories .all_categs .categs_cards img {
        min-width: 200px !important;
    }
    .main_categories .categs{
        width: 90% !important;
        margin: 0;
        margin-bottom: 20px;
    }
    .list_of_categs .right_link,.list_of_categs .main-title{
        font-size: 17px;
    }
    .list_of_categs img{
        width: 45%;
        position: relative;
        top:-10px;
    }
    .main_categories .all_categs img{
        width: 65%;
    }
}
@media screen and (max-width: 767px){
    .list_of_categs img{
        top:-5px !important;
    }
    /*.main_categories .all_categs{*/
    /*    margin-left: 90px !important;*/
    /*}*/
}
@media screen and (max-width: 575px){
    .list_of_categs img{
        width: 60%;
        top: 0 !important;
    }
    .list_of_categs .right_link{
        width: 30%;
    }
    .list_of_categs .card-icon{
        width: 10%;
    }
    .card-title-bold{
        width: 65%;
    }
}
@media screen and (max-width: 480px){
    .list_of_categs .right_link,.list_of_categs .main-title{
        font-size: 15px;
    }
    .list_of_categs img{
        width: 75%;
    }
}
.categs_cards{
    display: inline-flex;
}
@media screen and (max-width: 355px){
    .list_of_categs .right_link,.list_of_categs .main-title{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .category_name {
        margin-bottom: 25px;
    }
}
.main_categories .all_categs{
    text-align: left;
    margin-left: 20px;
}
@media screen and (max-width: 550px) {
    .main_categories .all_categs img {
        width: 80%;
    }
    .main_categories .all_categs{
        margin-left: 15% !important;
    }
}
.sub-menu-categs{
    position: absolute;
}

nav.m-nav ul {
    list-style-type: none;
    padding-inline-start: 0;
}

nav.m-nav ul li {
    /*position: relative;*/
    white-space: nowrap;
}


nav.m-nav ul ul {
    display: none;
    position: absolute;
    background-color: #262626;
    z-index: 9999999;
}

nav.m-nav > ul {
    display: flex;
}
nav.m-nav .parent > ul.child{
    top: 56px;
    font-size: 15px;
}
nav.m-nav .parent > ul.child li a{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
nav.m-nav{
    position: relative;
    top: 14px;
}
nav.m-nav .all-categs .nav-link-text{
    position: relative;
    top: -10px;
    left: -2px;
}
nav.m-nav .expand{
    font-size: 14px;
    position: absolute;
    right: 0;
}
nav.m-nav .expand img{
    left: inherit;
    right: 13px;
    transform: rotate(180deg);
}
nav.m-nav > ul > li ul {
    top: 100%;
    left: 0;
}

nav.m-nav > ul > li ul ul {
    top: 0;
    left: 100%;
    width: auto;
}
.pure-menu-link{
    width: 100%;
}
nav.m-nav > ul > li:hover > ul,
nav.m-nav > ul > li li:hover > ul {
    display: inherit;
}

nav.m-nav a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
}

nav.m-nav a:not(:only-child) {
    padding-right: 2em;
}

nav.m-nav a:not(:only-child)::after {
    position: absolute;
    right: 1em;
}
nav.m-nav .fa.fa-arrow-right{
    position: relative;
    right: -5px;
}
.nav.m-nav .sub-child li:hover{
    background-color: #fff;
    color: #262626;
}
nav.m-nav a:not(:only-child)::after{
    top:20px;
}
nav.m-nav .parent > ul.child a:hover{
    background-color: #fff;
}
@media screen and (max-width: 912px) {
    .second-menu .nav-link.dropdown-toggle.all-categs{
        top:13px !important;
    }
    nav.m-nav .parent > ul.child{
        top: 75px !important;
    }
    nav.m-nav {
        top: 2px;
    }
    .all-categs .categories-icon{
        position: relative;
        top: -9px;
    }
    nav.m-nav a:not(:only-child)::after{
        top: 20px;
    }
}
@media screen and (max-width: 450px) {
    nav.m-nav .parent > ul.child {
     font-size: 13px;
    }
}
@media screen and (max-width: 428px) {
    nav.m-nav a:not(:only-child)::after{
        top: 13px;
    }
}
@media screen and (max-width: 360px) {
    .second-nav .second-menu a.nav-link{
        left: -15px;
    }
    nav.m-nav .nav-link{
        font-size: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .btn3abee.redeem_button{
        margin-top: 16px;
    }
    .code_place{
        padding: 8px;
    }
}

.item_card{
    padding: 0 !important;
    border: 0;
}
.item_card li img{
   border-radius: 10px;
    width: 80%;
    min-height: 50px;
    max-height: 50px;
}
.item_price.item_card{
    width: 15%;
    border: none !important;
}
.steps.items_name .item_price.item_card.menuActive img{
    box-shadow: 0px 0px 4px 5px #28AEE4;
}
.steps.items_name .item_price.item_card.menuActive{
    background-color: transparent;
}
.card_item_name{
    color: gray;
    position: relative;
    top: 5px;
}
.no-cards{
    color: #fff;
    background-color: #706d6d;
    padding: 20px;
    border-radius: 20px;
    font-weight: bold;
}
@media (max-width: 767px) and (min-width: 601px) {
    .slider_cards .slider_item {
        width: 209px;
    }
    .slider_item{
        width: 207px !important;
    }

    .slider_cards .slider_item .slider_card_item {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1024px){
    .slider_item{
        width: 225px;
    }
}
@media only screen and (max-width: 991px){
    nav.m-nav .parent > ul.child{
        top: 59px;
    }
    .steps button.item_card {
        width: 15% !important;
    }
}
@media only screen and (max-width: 380px) {
    .steps .item_card li img{
        width: 100px;
    }
    .steps #items_list .item_price{
        width: 55% !important;
        margin: auto 20%;
        margin-top:5px ;
    }
    .steps .item_price.item_card{
        margin: 0 !important;
        width: 40% !important;
    }
}


.charge-golds #check_otp_input input{
    position: relative;
    left: 40px;
}
@media only screen and (max-width: 450px) {
    .shopping-cart.cart .gateway_name img{
        height: 20px !important;
    }
    .shopping-cart.cart .operator_gateway img {
        height: 20px !important;
    }
    .shopping-cart.cart .center-img.wallet img{
        height: 51px !important;
    }
}
@media only screen and (max-width: 767px){
    .charge-golds #check_otp_input input{
        position: relative;
        left: 0px;
    }
}

.DCB2.IQ .g-img.center-img img{
    height: 37px;
}
.IQD.m-0.mt-2 img:last-child {
    height: 37px !important;
}
.IQD.m-0.mt-2 .col-5{
    position: relative;
    top: 10px;
}
#gateway_name_1 img,#gateway_name_2 img{
    height: 23px !important;
}
#gateway_name_2.IQD.m-0.mt-2 .col-5,#gateway_name_1.IQD.m-0.mt-2 .col-5{
    position: relative;
    top: 0px;
}
h6.otp_msg{
top: 50px !important;
text-align:left !important;
}

.charge-golds .choose_pay h5{
    padding-bottom: 15px;
}
#sold_out_div span {
    position: relative;
    top: -22px !important;
}

.menuActiveFirst img{
    box-shadow: 0px 0px 4px 5px #28AEE4;
}

.categories.all-by-category .col-lg-2 a img{
    margin-bottom: 25px;
}

.bg-teal {
    background-color: #28aee440;
}
.py-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}
.px-40px {
    padding-left: 40px;
    padding-right: 40px;
}
.rounded-27p {
    border-radius: 27px;
}
.font-weight-700 {
    font-weight: 700;
}

.rounded-27p{
    border-radius: 27px;
}
.mainbox:after{
    background-image: url('../images/maker.png');
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 15%;
    left: 17%;
    top: 42%;
    transform: rotate(90deg);
}
.mainbox{
    margin-bottom: 20px !important;
}
.mainbox .box{
    border: 12px dashed darkgrey;
    box-shadow: 1px 1px 3px 25px rgba(228, 215, 215, 0.2);
}
#results{
    background-color: rgba(228, 215, 215, 0.2);
    padding: 10px;
}
#results span{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
.parag{
    border: 1px solid #fff;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
#par1{
    margin-top: 20px;
}
@media only screen and (max-width: 767px){
    #results{
        margin-bottom: 50px;
    }
}

.fund_text.sections.reward-sec .rewards-button.spin{
    margin-right: 10px;
}
@media screen and (max-width: 1024px) {
    .fund_text.sections.reward-sec .rewards-button.spin {
        margin-right: 0px;
    }
    p.slider_card_desctibtion{
        min-height: 85px !important;
    }
}
@media screen and (max-width: 767px) {
    #spinWheel{
        position: relative;
        left: 95px;
    }
    #results {
        max-height: 200px;
        overflow: auto;
        margin-top: 30px;
    }
    .fund_text.sections.reward-sec .rewards-button.spin{
        margin-right: 0px;
    }
}
@media screen and (max-width: 650px) {
    #spinWheel{
        position: relative;
        left: 80px;
    }
}
@media screen and (max-width: 500px) {
    #spinWheel{
        position: relative;
        left: 45px;
        width: 40%;
    }
    .mainbox .box span img{
        width: 50px !important;
    }
}
@media screen and (max-width: 420px) {
    #spinWheel{
        position: relative;
        left: 30px;
        width: 40%;
    }
    .cartFixed{
        padding: 0px !important;
    }
}
@media screen and (max-width: 390px) {
    #spinWheel{
        position: relative;
        left: 30px;
        width: 50%;
    }
}

table.table.products_table_wheel {
    color: #929292;
}


table.table.products_table_wheel thead {
    color: #ffffff;
    font-size: 16px;
}

table.table.products_table_wheel {
    color: #929292;
    vertical-align: middle;
    border-collapse: collapse;
    font-family: var(--font-bold);
}


.product_d_td span {
    color: #ffffff;
    /* border-bottom: 1px solid; */
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: var(--font-bold);
}


table.table.products_table_wheel tbody {
    vertical-align: middle !important;
}


table.table.products_table_wheel tbody {
    border-top: 0px;
}

table.table.products_table_wheel thead tr,
table.table.products_table_wheel thead tr > *,
table.table.products_table_wheel thead tr > * > * {
    border: 0;
    border-spacing: 0px;
    border-color: transparent;
}


table.table.products_table_wheel tbody tr:last-child,
table.table.products_table_wheel tbody tr:last-child > *,
table.table.products_table_wheel tbody tr:last-child > * > * {
    border: 0;
    border-color: transparent;
}
.statement_wallet_tables_wheel {
    border-collapse: collapse;
}
.statement_wallet_tables_wheel tr:nth-child(even) {
    background-color: #8a8585;
}
.statement_wallet_tables_wheel .head_gifts th{
    font-size: 17px;
    color: #28AEE4;
}

.fa.fa-info-circle{
    padding-top: 0px;
    font-size: 30px;
    color: #28AEE4;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #28AEE4 !important;
}
div:where(.swal2-icon){
    width: 9em !important;
    height: 9em !important;
    border-color: rgba(0, 0, 0, 0.04) !important;
}
.swal2-icon.no-border{
    padding: 24px !important;
}
.swal2-icon-content{
    padding: 4px;
}

.voucher_info.zain_cash_waiting.zain_msg{
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
}

.jawwal_info_code.voucher_info_code .fa-copy:before {
    font-size: 25px;
}
.copy_center{
    text-align: center;
}
.radius-unsub {
    margin: 0 0 30px 0;
    background: #262626;
    padding:10px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgb(184 190 196 / 58%);
    width: 50%;
}
#copy_msg_unsub{
    text-align: center;

}

 
.slider_card_bg_info .slider_card_name{
    color: #fff;
    font-weight: bold;
}
.slider_card_bg_info{
    padding-top: 5px;
}

@media only screen and (min-width: 601px) {
    .dropdown-item.desktop_view {
        display: block;
    }
    .dropdown-item.mb.mobile_mb {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 600px) {
    .dropdown-item.desktop_view {
        display: none !important;
        visibility: hidden;
    }

    .dropdown-item.mb.mobile_mb {
        display: block !important;
    }
 
}


.slider_card_bg_info.in_home_section a.btn3abee{
    padding: 4px 15px;
}
@media only screen and (max-width: 1399px) {
    .slider_card_bg_info.in_home_section a.btn3abee {
        padding: 4px 9px;
    }
}
@media (max-width: 991px) and (min-width: 769px){
    .slider_card_bg_info.in_home_section a.btn3abee {
        padding: 4px 5px;
    }
}
@media only screen and (max-width: 350px) {
    .slider_card_bg_info.in_home_section a.btn3abee {
        padding: 4px 0px;
        font-size: 14px !important;
    }
}

 
.stc {
    background-image: url('../images/Stc_logo.png');
}
.vflex_item.cards_div a.cards_div_img.stc {
    width: 72px;
    position: relative;
    top: -2px;
}
.redbull {
    background-image: url('../images/redbull.png');
}
.vflex_item.cards_div a.cards_div_img.redbull {
    width: 45px;
    position: relative;
    top: -2px;
}
.ooredoo {
    /* background-image: url('../images/ooredoo.png'); */
}
.vflex_item.cards_div a.cards_div_img.ooredoo {
    width: 68px;
    position: relative;
    top: -2px;
}
.vflex_item.cards_div a.cards_div_img.Etisalat_EN {
    width: 68px;
}
.vflex_item.cards_div a.cards_div_img.mastercard,.vflex_item.cards_div a.cards_div_img.visa{
    width: 45px;
}
 
#phone_message.message {
    left: 8px !important;
}
@media only screen and (max-width: 450px) {
    .m-0.mt-2.gateway_name .col-5 {
        font-size: 11px !important;
    }

    .fees_style{
        font-size: 11px !important;
        padding-right: 0px !important;
    }

    .tax_style{
        font-size: 11px !important;
        padding-right: 0px !important;
    }
}

/*///////////////////////////////*/



body {
    font-size: 17px;
    font-family: "Open Sans", sans-serif !important
}

header {
    font-size: 14px;
    position: static !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans", sans-serif !important
}

.display-1,.display-2,.display-3,.display-4 {
    font-family: "Open Sans", sans-serif !important
}

.font-1,.font-1 * {
    font-family: "Open Sans", sans-serif !important
}

.badge,footer,footer *,.font-2,header {
    font-family: "Open Sans", sans-serif !important
}

.font-2 .fab {
    font-family: "font awesome 5 brands"!important
}

.font-2 .fa,.font-2 .fas,.font-2 .far {
    font-family: "font awesome 5 free"!important
}

.font-weight-normal {
    font-weight: 400!important
}

.text-primary-light {
    color: #212ea3
}

.transition-4 {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease
}

.text-black {
    color: #000
}

.mainSiders h1 {
    font-family: "Open Sans", sans-serif !important
}

.site-width {
    max-width: 1400px;
    margin: auto;
    width: 95%;
}

.btn-sm,.btn-group-sm>.btn {
    padding: 4px 14px
}

.navbar-brand img {
    max-width: 200px!important
}

.tabl {
    display: table
}

[class^=dwnld_lnk] {
    background-color: #000;
    border-radius: 4px;
    transition: all .3s ease-out;
    display: table-cell;
    margin: 2px auto;
    padding: 2px;
    border-spacing: 10px;
    text-decoration: none
}

[class^=dwnld_lnk]:hover,[class^=dwnld_lnk]:focus {
    transform: scale(1.01);
    box-shadow: 0 .35em .35em rgba(0,0,0,.4)
}

[class^=dwnld_img] {
    display: block;
    margin: 0 auto;
    width: 135px;
    height: 40px
}

.visually-hidden {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px)
}

/*footer:before {*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-color: #262626;*/
/*    content: "";*/
/*    border-top-right-radius: 37px;*/
/*    background-image: url(../img/footer-bg.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 60%;*/
/*    background-position: left bottom;*/
/*    transition: all .4s ease;*/
/*    -moz-transition: all .4s ease;*/
/*    -webkit-transition: all .4s ease;*/
/*    -o-transition: all .4s ease*/
/*}*/
.navbar{
    padding-top: 0 !important;
}

#topBar li {
    background-color: #fff0!important
}

#topBar li:hover,#topBar li:focus {
    background-color: #fff!important
}

#topBar li a,#topBar li a:hover span {
    transition: all .4s ease
}

#topBar li a.iconLink {
    margin: 0 5px;
    font-family: "Open Sans", sans-serif !important;
    text-decoration: none;
}

#topBar li a:hover,#topBar li a:hover span {
    color: #28AEE4 !important
}

.iconLinks a.iconLink {
    background-position: left center;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 41px;
    color: #262626;
    font-weight: 600;
}

.iconLinks.home a.iconLink {
    background-image: url('../images/homepage.png');
    background-size: contain
}

.iconLinks.home a.iconLink:hover {
    background-image: url('../images/homepage1.png');
    background-size: contain
}

.iconLinks.merchants a.iconLink {
    background-image: url('../images/new_merchant.png');
    background-size: contain
}
.iconLinks.merchants a.iconLink:hover {
    background-image: url('../images/new_merchant1.png');
    background-size: contain
}
.iconLinks.blog a.iconLink{
    background-image: url('../images/blog.png');
    background-size: contain
}
.iconLinks.blog a.iconLink:hover{
    background-image: url('../images/blog1.png');
    background-size: contain
}
.iconLinks.cart a.iconLink {
    background-image: url('../images/cartnew.png');
    background-size: contain
}

.iconLinks.cart a.iconLink:hover {
    background-image: url('../images/cartnew1.png');
    background-size: contain
}

.iconLinks.signin a.iconLink {
    background-image: url('../images/profileacc.png');
    background-size: contain
}

.iconLinks.signin a.iconLink:hover {
    background-image: url('../images/profileacc1.png');
    background-size: contain
}

.iconLinks.support a {
    background-image: url(../img/support-icon.png);
}

.iconLinks.language a.iconLink {
    background-image: url('../images/language2.png');
    background-size: contain
}

.iconLinks.language a.iconLink:hover {
    background-image: url('../images/language2_1.png');
    background-size: contain
}

.iconLinks.orders a.iconLink {
    background-image: url('../images/myorder.png');
    background-size: contain
}

.iconLinks.orders a.iconLink:hover {
    background-image: url('../images/myorder1.png');
    background-size: contain
}

.rounded-sm {
    border-radius: 8px!important
}

.openingHours {
    width: 47px;
    display: inline-block;
    vertical-align: middle;
    color: #11224c;
    font-size: 11px;
    line-height: 1.3;
    position: relative
}

footer {
}

footer h5 {
    color: #fff;
    padding-bottom: 20px
}

.fMenu .nav-item a:hover {
    color: #fff!important
}

.fillFooter,.fillFooter2 {
    overflow: hidden
}

.mobileView:after,.mobileView:before,.paymentSec:after,.paymentSec2:after,.fillFooter:before,.fillFooter2:before {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #28AEE4;
    content: "";
    -webkit-animation: sinusoid 3s ease infinite;
    animation: sinusoid 3s ease infinite
}

.mobileView:after,.mobileView:before {
    width: 50px;
    height: 50px
}

.mobileView:before {
    left: -30px;
    top: 10px
}

.mobileView:after {
    right: -30px;
    bottom: 10px
}

.paymentSec2:after,.fillFooter:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.fillFooter:before {
    left: -50px;
    top: -50px
}

.fillFooter2:before {
    width: 80px;
    height: 80px;
    right: -40px;
    bottom: 60px
}

footer .border-right {
    border-color: rgba(255,255,255,.1)!important
}

footer hr {
    width: 273%;
    left: -49%;
    position: relative;
    z-index: -1
}

.btn-social {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff!important;
    font-weight: 400!important;
    padding: 10px;
    padding-left: 44px
}

.btn-facebook {
    background-color: #3b5998
}

.btn-twitter {
    background-color: #1583d7
}

.btn-google {
    background-color: #db4437
}

.btn-facebook:hover {
    background-color: #3e498b
}

.btn-twitter:hover {
    background-color: #156ebf
}

.btn-google:hover {
    background-color: #c73f33
}

.dropdown-menu-opacity {
    background-color: #fff!important
}

input.bg-gray {
    background: #f7f7f8!important;
    border: none!important
}

.mh-btns-left {
    border: 1px solid #000;
    font-size: 31px;
    display: block;
    padding: 0 9px;
    border-radius: 7px;
    background: #fff;
    height: 48px!important
}

#toggleMenu {
    position: absolute;
    right: -30px;
    top: 10px;
    color: #fff;
    font-size: 26px;
    background: 0 0
}

#menu .subNav {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 50px);
    transition: all .4s ease
}

#menu .subNav .showSubNav {
    left: 0
}

#shoppingCartDropdown .small {
    font-size: 12px!important
}

.js-hs-unfold-invoker {
    cursor: pointer
}

.bg-black {
    background: #000
}

.flg {
    position: absolute;
    bottom: 20px;
    right: -10px;
    border-radius: 5px
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position-x: -30px;
    background-position-y: 10px;
    background-repeat: no-repeat
}

.overflow-hidden {
    overflow: hidden
}

.paymentSec {
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: contain;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    position: relative
}

.paymentSec:before {
    position: absolute;
    background-color: #11224c;
    left: -50%;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background-image: url(../img/circles-bg.png);
    background-size: 30%;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease
}

.paymentSec:hover:before {
    background-size: 35%
}

footer:hover:before {
    background-size: 62%
}

.paymentSec img {
    position: relative;
    width: 100%;
    max-width: 43rem;
    margin-top: -30px;
    left: 0;
    z-index: 9;
    margin-bottom: -40px
}

.paymentSec:after {
    top: 40%;
    left: 10%
}

.paymentSec2:after {
    bottom: -50px;
    right: 0
}

.categories {
}

.category {
    margin-top: -50px;
    display: none
}

.category.open {
    display: block
}

.proDetails {
    position: relative
}

.proDetails>div {
    position: relative;
    z-index: 1
}

.proDetails:after {
    content: "";
    background: #fef5ebb5;
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 15px;
    z-index: 0
}

.removeItem .btn-icon,.qntity .btn-icon {
    background: #f5f5f5;
    width: 2.125rem;
    height: 2.125rem;
    font-size: 13px;
    border-radius: 6px!important
}

.removeItem .btn-icon {
    width: 2.2rem;
    height: 2.2rem;
    background: #fff
}

.signinSignup:after {
    position: absolute;
    width: 50%;
    height: 100%;
    right: -20%;
    top: 0;
    content: "";
    border-top-right-radius: 37px;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: right bottom;
    transform: rotate(90deg);
    z-index: 0
}

.signinSignup:before {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #28AEE4;
    content: "";
    top: -50px;
    left: 50px
}

.bePartners {
    background-image: url(../img/about-partner.png);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat
}

.hr-divider {
    position: absolute;
    z-index: 1;
    width: 1px;
    text-align: center;
    margin: 10px 0;
    left: -65px;
    height: 60%;
    top: 20%;
    background: #ebebeb
}

.hr-divider:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dedede;
    content: ''
}

.hr-divider-text {
    color: #363f4d;
    font-size: 16px;
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    top: 39%;
    left: -10px
}

.phone-number-prefix {
    position: absolute;
    left: 40px;
    top: 12px;
    color: #929292;
    pointer-events: none;
    text-align: center;
    display: block;
    font-size: 15px
}

#phone-number {
    padding-left: 90px!important;
    color: #000
}

.intl-tel-input {
    position: relative;
    display: block;
    direction: ltr
}

.intl-tel-input .flag-container {
    left: 4px
}

.has-error.form-control {
    color: #9f005b;
    border-color: #9f005b;
    box-shadow: inset 0 0 0 1px #9f005b
}

.has-error.form-control:focus {
    box-shadow: inset 0 0 0 2px #9f005b
}

#phone-number-country {
    color: #000
}

.check {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: #fd7b01;
    border-radius: 50%;
    padding: 6px
}

.active .check {
    opacity: 1
}

.check:before {
    font-size: 16px
}

.letsCorForm .custom-control-input,.letsCorForm .custom-control-label::before,.letsCorForm .custom-control-label::after {
    left: auto
}

.letsCorForm .custom-control-input {
    right: 0
}

.letsCorForm .custom-control-label::before,.letsCorForm .custom-control-label::after {
    right: -1.5rem
}

.letsCorForm .custom-control {
    padding-left: 0;
    padding-right: 1.5rem
}

.fixedDiv {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 80%;
    background: #fdfdfd;
    border-bottom-left-radius: 50px;
    box-shadow: rgba(255,255,255,.12) 0 7px 14px 0,rgba(0,0,0,.1) 0 3px 6px 0;
    overflow: hidden
}

.fixedDiv.left {
    border-bottom-right-radius: 50px;
    left: 0;
    right: auto;
    width: 4%;
    height: 75%
}

.fixedDiv:after {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #28AEE4;
    content: "";
    left: -120px;
    bottom: 5%;
    -webkit-animation: sinusoid 3s ease infinite;
    animation: sinusoid 3s ease infinite
}

.fixedDiv.right:after {
    width: 100px;
    height: 100px;
    top: 10%;
    bottom: auto;
    right: -60px;
    left: auto;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes sinusoid {
    0%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.2,.25,.55,1);
        animation-timing-function: cubic-bezier(.2,.25,.55,1)
    }

    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-animation-timing-function: cubic-bezier(.45,0,.8,.75);
        animation-timing-function: cubic-bezier(.45,0,.8,.75)
    }

    75% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-animation-timing-function: cubic-bezier(.45,0,.8,.75);
        animation-timing-function: cubic-bezier(.45,0,.8,.75)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes sinusoid {
    0%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.2,.25,.55,1);
        animation-timing-function: cubic-bezier(.2,.25,.55,1)
    }

    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-animation-timing-function: cubic-bezier(.45,0,.8,.75);
        animation-timing-function: cubic-bezier(.45,0,.8,.75)
    }

    75% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-animation-timing-function: cubic-bezier(.45,0,.8,.75);
        animation-timing-function: cubic-bezier(.45,0,.8,.75)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.seeMore,.seeMore * {
    transition: all .4s ease
}

.backBtn{
    font-size: .7rem
}

.seeMore:hover {
    color: #28AEE4;
    padding-right: 0
}

.seeMore:hover .fa-arrow-right:before {
    content: "\f105";
    color: #28AEE4
}

.proCard {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    position: relative
}

.proCards-2 .btn-primary:hover {
    border-color: #28AEE4;
    background: #28AEE4
}

.proCards-2 .shadow-soft {
    background: #fcfcfc!important
}

.proCard img {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.proCard:hover img {
    opacity: .9
}

.btnTogglePassLbl {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: 0 0;
    opacity: .5;
    cursor: pointer
}

.rounded-large {
    border-radius: 30px
}

.rounded-medium {
    border-radius: 20px
}

.border-white-5 {
    border-color: #788199
}

.proCard-2img {
    max-width: 50px
}

.slick .seeMore img {
    max-width: 50px;
    margin: auto
}

.slick .seeMore {
    height: 120px
}

.mobileView {
    overflow-x: hidden;
    position: relative
}

.error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ed4c78
}

.has-error2 .form-control {
    border-color: #ed4c78;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 20px;
    bottom: auto
}

.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag {
    height: 50px
}

.border-black {
    border-color: rgba(0,0,0,.3)
}

#topBar li a.btn-social:hover,#topBar li a.btn-social:hover span {
    color: #fff!important
}

.file-input {
    display: none
}

.file-control {
    overflow: hidden;
    background: #e1e1e1
}

.file-control:after {
    content: attr(data-filename)
}

.AccountMenu .nav-icon {
    width: 30px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom
}

.AccountMenu li:first-child .nav-icon {
    background-image: url(../img/icons/money.png)
}

.AccountMenu li:nth-child(2) .nav-icon {
    background-image: url(../img/icons/log.png)
}

.AccountMenu li:nth-child(3) .nav-icon {
    background-image: url(../img/icons/user.png)
}

.AccountMenu li:nth-child(4) .nav-icon {
    background-image: url(../img/icons/bank.png)
}

.AccountMenu li:nth-child(5) .nav-icon {
    background-image: url(../img/icons/login.png)
}

.AccountMenu li:nth-child(6) .nav-icon {
    background-image: url(../img/icons/logout.png)
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.supportFixed img,.cartFixed img {
    max-width: 45px
}

.supportFixed,.cartFixed {
    padding: 6px;
    background: rgba(40, 174, 228, 0.6);
    bottom: 20px;
    z-index: 999
}

.cartFixed{
    right: 29px;
}
.supportFixed {
    background: #fff;
    left: 20px;
    right: auto;
    box-shadow: 0 12px 15px rgba(140,152,164,.1)!important
}

.slick-slide {
    opacity: 1!important;
    width: 90%;
    max-width: 1350px!important;
    margin: auto
}

.slick-slide>div {
    transition: all .4s ease
}

.slick-slide>div>div {
    opacity: 0;
    transition: all .4s ease
}

.nextSlide>div {
    transform: translateX(85px) scale(.9);
    -webkit-transform: translateX(85px) scale(.9)
}

.nextNextSlide {
    z-index: 995!important
}

.nextNextSlide>div {
    transform: translateX(140px) scale(.85);
    -webkit-transform: translateX(140px) scale(.85)
}

.prevSlide>div {
    transform: translateX(-85px) scale(.9);
    -webkit-transform: translateX(-85px) scale(.9)
}

.prevPrevSlide>div {
    transform: translateX(-140px) scale(.85);
    -webkit-transform: translateX(-140px) scale(.85)
}

.slick-slide.slick-active>div>div {
    opacity: 1
}

.slick-slide .shadowMediem {
    box-shadow: 0 5px 5px -5px #1e20221f,0 8px 16px -8px #1e20221f!important
}

.slick-slide.slick-active .shadowMediem {
    box-shadow: 0 5px 5px -5px #1e20221f,0 8px 16px -8px #1e20221f!important
}

.slick-slide.slick-active>div {
    opacity: 1;
    transform: translateX(0px) scale(1)
}

.js-plus,.js-times,.js-minus {
    border-radius: 5px
}

.fly {
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    position: relative;
    z-index: 1
}

.show-block {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.orderDetailsCard .rounded-sm {
    border-radius: 5px!important
}

.star {
    color: red!important
}

@media(max-width: 450px) {
    .site-width {
        margin:unset!important
    }
    .slider_cards .slider_item{
        width: 235px !important;
    }
}
@media(max-width: 400px) {
    .slider_cards .slider_item{
        width: 228px !important;
    }
}
@media(max-width: 370px) {
    .second-menu .child.ch1 .pure-menu-link.dropdown-item{
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .second-nav .second-menu a.nav-link .nav-link-text{
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .slider_cards .slider_item{
        display: contents !important;
    }
    .slider_cards.homeSection .col-6{
        max-width: 63% !important;
        width: 63% !important;
    }
    p.slider_card_desctibtion {
        min-height: 100px !important;
    }
    .modal-backdrop{
        width: 109vw;
        height: 110vh;
    }
}

.intl-tel-input .selected-flag {
    border: 1px solid #8d94a7;
    border-radius: 0.2rem;
    background-color: #8d94a71c;
    width: 2.5rem !important;
    box-shadow: 1px 2px 2px 0px #0000003d;
}
.intl-tel-input .selected-flag:hover {background-color: #8d94a76b}
.intl-tel-input .selected-flag:active {
    /*transform: translateY(2px);*/
}
.intl-tel-input .flag-container {
    left : 0px !important        }
#phone-number-login {
    padding-left: 90px !important;
    color: #000;
}
.navbar-shadow {
    background-color: white;
    box-shadow: 4px 4px 4px 6px rgb(0 0 0 / 20%);
    padding: 1rem;
    border-radius: 0.5rem;
}
/*          */
@media screen and (max-width: 767px) {
    .registration .g-recaptcha {
        left: 39%;
    }
    .g-recaptcha {
        position: relative;
        left: 50%;
        -o-transform: scale(0.8) translateX(-50%);
        -ms-transform: scale(0.8) translateX(-50%);
        -moz-transform: scale(0.8) translateX(-50%);
        -webkit-transform: scale(0.8) translateX(-50%);
        transform: scale(0.8) translateX(-50%);
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        -moz-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-shadow {
        padding: 0.5rem 1rem;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .navbar-shadow > * {
        margin: 0rem !important;
    }
    .site-width-navbar {
        width: 100% !important;
    }
}
/*          */
.list-inline-item {
    padding-top: .5rem;
}
.not_available {
    width: 8rem !important;
}
/*.logo-header {*/
/*    width: 200%;*/
/*}*/
.basicsCollapse {
    overflow-y: scroll !important;
}
.navbar-nav-item:hover , .navbar-nav-item:focus {
    transform: scale(1.01);
    /*box-shadow: 0 0.35em 0.35em rgb(0 0 0 / 40%);*/
    box-shadow: 1px 0em 0.35em rgb(0 0 0 / 40%);

}
span.bttrlazyloading-wrapper   {
    background-color: rgb(238 238 238 / 0%) !important;
    background-image: url("https://en.like4card.com/assets/new_design_assets/img/likecard-loading.gif");
    /*height: 9rem;*/
}
a.filter-close-icon-orange:hover {
    filter: invert(53%) sepia(86%) saturate(3156%) hue-rotate(8deg) brightness(104%) contrast(103%);
}
.hide-content-badge {
    background-color: #fd7e0000 !important;
    color: #0d224c00 !important;
}
.cart_form {
    max-height: 25rem !important;
    overflow-x: hidden;
    padding: 0.1rem !important;
}
/*loader*/
#overlay-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000033;
    cursor: pointer;
}
.wrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #c8e8f8;
    border-radius: 50%;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    transform-origin: bottom center;
    position: relative;
}
@keyframes loading{
    0%{
        transform: translateY(0px);
        background-color: #7ec0fa;
    }
    50%{
        transform: translateY(50px);
        background-color: #6278cb;
    }
    100%{
        transform: translateY(0px);
        background-color: #534392;
    }
}
.circle-1{
    animation-delay: 0.1s;
}
.circle-2{
    animation-delay: 0.2s;
}
.circle-3{
    animation-delay: 0.3s;
}
.circle-4{
    animation-delay: 0.4s;
}
.circle-5{
    animation-delay: 0.5s;
}
.circle-6{
    animation-delay: 0.6s;
}
.circle-7{
    animation-delay: 0.7s;
}
.circle-8{
    animation-delay: 0.8s;
}
.applePayButton {
    display : none;
}
.applePayButton-style {
    border-color: #000000 !important;
    margin: 0rem 0.2rem !important;
    display: flex;
}
/*loader*/

@media only screen and (max-width: 990px) {
    .applePayButton-style {
        padding: 1rem 0rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .hideMobile {
        display: none;
    }
    .bg-color-mobile {
        border-top-left-radius: 13rem;
        background-color: #262626;
    }
    .applePayButton-style {
        padding: 1rem 0.4rem !important;
    }
}
@media only screen and (max-width: 550px) {
    .applePayButton-style {
        padding: 0.5rem!important;
    }
}
@media only screen and (max-width: 390px) {
    .applePayButton-style {
        padding: 1rem 0rem !important;
    }
}
.btn-social-footer-mobile {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-color: #e0e2e4 !important;
    margin-top: .5rem;
}

.alert-error-login {
    display: none;
    padding: 20px;
    background-color: #ed4c78;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
/*     modal activate account*/
.modal-window-activate-account {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    /*pointer-events: none;*/
    transition: all 0.3s;
}
.modal-window-activate-account-target {
    visibility: visible;
    opacity: 1;
    /*pointer-events: auto;*/
    background-color: #474e5dbf;
    z-index: 10000;
}
.modal-window-activate-account > div {
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
    border-radius: 1rem;
}
.modal-window-activate-account div:not(:last-of-type) {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .badShop{
        display: block;
        margin: auto;
    }
    .no-cart{
        margin-top: 20px !important;
    }

    .modal-window-activate-account > div {
        width: 90%;
    }
    .no-cart img{
        margin-bottom: 50px !important;
    }
    .main-section.cart_section{
        min-height: 400px !important;
    }
    .profile-card .first-info {
        border-top-right-radius: 27px;
        border-top-left-radius: 27px;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        padding: 30px;
        width: 95%;
    }
}

/*      activate account */
.alert-error {
    display: none;
    padding: 20px;
    background-color: #ed4c78;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
.alert-success {
    display: none;
    padding: 20px;
    background-color: #57d44e;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
/*    product card style 6-4-2021*/
.card-height {
    min-height: 7rem;
}
.row-products {
    flex-direction: row !important;
    flex-grow: 1 !important;
}
.product-card {
    flex-grow: 1 !important;
}
.card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    z-index: 0;
    transition: .5s ease;
    background-color: #39383940;
    border-radius: .8rem;

}
.card__overlay_active {
    opacity: 1;
    z-index: 3;
    pointer-events: visible;
}
.overlay__text {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: -19%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
/*    product card style 6-4-2021*/
a.cart-badge:hover {
    color: black !important;
}
img.w-100.default-image-card.bttrlazyloading.animated.bounceIn {
    height: 9rem ;
}
@media all and (max-width: 760px) {
    img.w-100.default-image-card.bttrlazyloading.animated.bounceIn{
        height: auto !important;
        width: 80% !important;
        /*margin: 0rem 0.5rem !important;*/
    }
}
@media all and (max-width: 600px) {
    .product-image {
        margin-top: .5rem;
        width: 10rem !important;
        height: 9rem !important;
    }
    .default-image-card {
        width: 100% !important;
        margin: auto !important;
    }
    img.w-100.default-image-card.bttrlazyloading.animated.bounceIn{
        max-height: 9rem !important;
        width: auto !important;
        /*margin: 0rem !important;*/
    }
    .points-div.flex-fill{
        position: relative;
        top: -15px;

    }
    .slider_item.home-section{
        margin-top: 20px;
    }
}
@media  (max-width: 430px) {
    .langTitle {
        content: "" !important;
    }
    .blogTitle{
        display: none;
    }
    .navbar-shadow {
        padding: 0.3rem;
    }
}
#topBar li{
    padding: 0.50rem!important;
}
#topBar ul{
    padding: 15px;
}
footer a.nav-link{
    justify-content: unset;
}
.navbar-brand.logo{
    position: relative;
    top: -13px;
}
.search-form.new_search{
    border-radius:8px !important;
}

.ui-menu-item{
    border-radius: 8px !important;
}
.second-nav .second-menu .nav-link-text{
    font-size: 14px;
}
.list_of_categs .right_link{
    font-size: 16px !important;
}

@media only screen and (min-width: 600px) {
    .js-slide .slideImage .desktop_view {
        display: block;
    }


    .js-slide .slideImage .mobile_mb {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    li.nav-item span {
        font-size: 15px !important;
    }
    .new_search{
        display: block !important;
        width: 100%;
    }

    .js-slide .slideImage .desktop_view {
        display: none !important;
    }

    .js-slide .slideImage .mobile_mb {
        display: block !important;
    }
    .slider_item{
        width: 207px !important;
    }
    .shopping-cart-orders{
        width: 93% !important;
    }
}
.mySlides.rounded-slide img{
    border-radius: 0.5rem !important;
}
.slick-list .source-slide{

    opacity: 1;
    height: auto;
}
.slideshow-container.new-slick{
    max-width: 950px;
    width: 95%;
    box-shadow: 0 18px 23px -1px #1e20221f,0 8px 16px -8px rgba(30, 32, 34, 0.24) !important;
}
.scrolling header{
    box-shadow: none !important;
}
.proCard-category{
    border-radius: 15%;
    height: 8rem;
}
.shadow-soft{
    z-index: 1;
}
.flag-cat-img {
    width: 3.5rem;
    /* box-shadow: 0px 6px 12px 0px #000000; */
}
.games-img{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
    height: 9rem !important;
}
.main_categories .categs .card-header.border-0.pb-0{
    width: 100%;
}
.main_categories .all_categs .categs_cards img{
    min-width: 150px;
    min-height: 100px;
    max-height: 105px;
}
.categs_cards{
    padding-bottom: 10px;
}
.categs_cards img.bounceIn.flagCard{
    width: 3.5rem !important;
    position: relative;
    top: -50px;
    height: auto;
    left: -10px;
}
img.overlayImg {
    background-color: rgba(0, 0, 0, 0.27);
}

img.overlayImg:hover {
    opacity: 1.0;
}
.overlayCateg{
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.overlayImg:hover .overlayCateg {
    opacity: 1;
}
.list_of_categs .text-primary{
    color: #262626 !important;
}
.carousel-item-img img{
    object-position: initial !important;
    height: 7.9rem;
}
.slider_card_bg_img.homeItems {

    /*width: 13rem!important;*/
    border-radius: 11%;
}
.homeSection .slick-next:before
{
    font-size: 35px;
    font-weight: bold;
}
.homeSection .slick-prev:before
{
    font-weight: bold;
    font-size: 35px;
}
section .slideshow-container{
    margin-bottom: 25px !important;
}

section.mb{
    margin-bottom: 42px !important;
}
.zain {
    background-image: url('../images/Zain.png');
}
footer .btn-soft-secondary i{
    position: relative;
    top: 5px;
}
.seeMore.btn-link{
    color: #677788 !important;
    text-decoration: none;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
.btn3abee{
    color: #fff !important;
}
.main-section.new-section{
    margin-bottom: 20px;
    margin-top: -49px;
}
.sign__content{
    margin-bottom: 30px;
}
.categories-dropdown.second-menu{
    position: relative;
    top: -50px;
}
.dropdown-menu[data-bs-popper]{
    top: 49px !important;
}
.navbar-nav .nav-item.main-header{
    top: -15px;
    position: relative;
}
.mySlides .slide_item{
    height: 500px;
}
.mySlides.rounded-slide img,.slideshow-container.new-slick{
    border-radius: 1.5rem !important;

}
.dwnld_img-apple{
    width: 165px;
    height: auto;
    background-color: transparent !important;
}
.dwnld_lnk-apple,.dwnld_lnk-android{
    background-color: transparent !important;
}
.fillFooter2 .col-12.text-center.mb-5{
    margin-bottom: 0px;
    margin-top: 0px;
}
.fillFooter2 .pb-5{
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    padding-top: 5px !important;
}
footer.ar:before{
    right: 0;
}
footer.ar .payment-footer-img {
    right: 5px !important;
}
.main_categories .fa-arrow-right:before{
    content: "\f061";
}
.main_categories .seeMore.ar .fa-arrow-right:before{
    content: "\f060";
}
.seeMore.ar:hover {
    color: #28AEE4;
    padding-right: 0
}

.seeMore.ar:hover .fa-arrow-right:before {
    content: "\f104";
    color: #28AEE4
}
.seeMore.en:hover{
    color: #28AEE4;
    padding-right: 0
}
li.nav-item.dropdown .dropdown-toggle::after{
    color: #000 !important;
}
.main_categories.ar .categs_cards img.bounceIn.flagCard{
    left: 25px;
}
footer.ar .border-footer-list{
    border-right: none !important;
}
.second-menu .categories-icon{
    background-image: url('../images/categs_menue.png') !important;
    background-size: 40px !important;
}
.all-categs .nav-link-icon span{
    width: 20px !important;
}
.nav-link-icon{
    width: 28px;
}
.country-lang-list,.lang-countries-list {
    pointer-events: none !important;
}
p.slider_card_desctibtion{
    min-height: 90px;
}
p.slider_card_desctibtion.get_price{
    min-height: 30px !important;
}

footer.ar .fillFooter:before{
    right: 0;
}
.slideshow-container.new-slick{
    margin-top: -55px;
    margin-bottom: 5px;
}

/*@media (max-width: 991px) and (min-width: 705px) {*/
/*    .navbar-brand.main-logo img{*/
/*        float: right;*/
/*        max-width: 140px !important;*/
/*        top: -40px !important;*/
/*        position: relative;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 704px) {*/
/*    .navbar-brand.main-logo img {*/
/*        float: right;*/
/*        max-width: 100px !important;*/
/*    }*/
/*}*/

/*.container{*/
/*    max-width: 1300px;*/
/*}*/

.slider_card_bg_img.slide_item{
    margin-top: -40px;
}
.header-items{
    list-style: none;
    display: flex;
}
.navbar.navbar-expand-lg {
    padding-top: 20px !important;
}
.navbar .search-form{
    top: -15px;
}
.navbar .header-items {
    top: 4px;
}
.second-menu .pure-menu-link.dropdown-item {
display: flex;
    white-space: nowrap;
}
.second-menu.en .fa-chevron-right{
   position: relative;
    margin-left: 30px;
}
.second-menu.ar .fa-chevron-left{
    position: relative;
    margin-right: 30px;
}
.child.sub-child{
    width: 265px !important;
}
.second-menu .child.ch1 .pure-menu-link.dropdown-item img{
    position: relative;
    top: -3px;
}
.second-menu .child.ch1 li{
    margin: 0;
    padding: 0;
    max-height: 45px;
}
.second-menu .child.ch1 {
    min-height: 190px;
    box-shadow: 5px 6px 24px 0px rgba(163, 197, 229, 0.5);
}
.all-categs .categories-icon{
    position: relative;
    top: -1px;
    height: 30px;
    width: 30px;
}
.second-menu .child.sub-child li{
    margin: 0;
    padding: 0;
    max-height: 50px;
    white-space: nowrap;
}
.second-menu.en .child.sub-child li img{
    margin-right: 5px;
}
.second-menu.ar .child.sub-child li img{
  margin-left: 5px;
}
.second-menu .child.sub-child{
    padding: 5px;
    min-height: 190px;
    box-shadow: 5px 6px 24px 0px rgba(163, 197, 229, 0.5);
}
.why_section{
    margin-top: -50px;
}

.slideshow-container .prev:hover, .slideshow-container .next:hover{
    background: rgba(221,221,221,.35); !important;
}
.slideshow-container .prev,.slideshow-container .next{
    border-radius: 90%;
    /*background: rgb(221 221 221 / 9%); !important;*/
    padding: 20px;
}
.fund_text.sections.reward-sec .rewards-button {
    white-space: nowrap;
}
.fund-section-rewards .fund_button{
    display: inline-flex;
}
.fund_button .spin{
    margin-left: 5px;
}
footer .fab{
    font-family: 'Font Awesome 5 Brands' !important;
}
.main-section{
    margin-top: -39px;
}
.accordion.getItemsInfo .accordion-button{
    font-size: 17px;
    font-weight: bold;
}
.accordion.getItemsInfo  .description_game{
    font-size: 16px;
    color: #656363;
}
.accordion.getItemsInfo {
    margin-bottom: 50px;
}
.flag_of_item img{
    width: 43px;
    height: 43px;
    border-radius: 50%;
}
.product-select-options .cards.card_img .card img{
    width: 407px;
    height: 250px;
    border-radius: 13px !important;
}
.card_info_big_description{
    margin-bottom: 30px;
}
.radius-section.get_items_cards{
    padding: 50px;
}

/* The Modal (background) */
.modal.card-info-to-use {
    display: none;
    position: fixed;
    z-index: 9999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.card-info-to-use .modal-content {
    background-color: #fefefe;
    margin: auto;
    margin-top: 5%;
    padding: 22px;
    border: 1px solid #888;
    width: 60%;
}

/* The Close Button */
.card-info-to-use .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.card-info-to-use .close:hover,
.card-info-to-use .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    ul.navbar-nav .nav-item {
        margin-left: 0px;
    }
    .why_sections .col-lg-3 img{
        max-width: 29%;
    }
    .second-menu .nav-link.dropdown-toggle.all-categs{
        position: relative;
        top: 0px;
    }
    .navbar.navbar-expand-lg{
        padding-top: 5px !important;
    }
    .header-items a.nav-link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .text-mobie.country_c{
        top:3px !important;
    }        .navbar-nav  .header-items{
            display: block !important;
            top: 12px !important;
            margin-top: 3px;
        }
    .product-select-options.card_info_big_description h2 {
        margin-top: 10px;
    }

    .product-select-options .cards.card_img {
        text-align: center;
    }
    .cards.card_img .btn-how-to-use{
        width: 50% !important;
    }
}
.second-menu .child.sub-child .pure-menu-link.dropdown-item span{
    top: 5px;
    position: relative;
}
section.section1{
    display: none;
}
.search-desktop-long{
    width: 100%;
}
ul.navbar-nav .nav-item.show-on-desktop,.row.search-row{
  width: 100%;
}
.text-sub-child{
    position: relative;
    top: 4px;
}
.second-menu  .fa-chevron-right{
    position: relative;
    top:3px;
}

.cards.card_img .card{
    border: none;
    box-shadow: none;
}
.cards.card_img .card img{
box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}

.shopping-cart .delete-btn {
    width: 35px;
    height: 17px;
    /*background-image: url('../images/delete-icn.svg');*/
    background-repeat: no-repeat;
    color: red;
}
.shopping-cart .delete-btn .fa-trash{
    font-size: 23px;
    position: relative;
    top: -5px;
}
.shopping-cart .like-btn {
    position: absolute;
    top: -5px;
    left: 15px;
    background-image: url('https://3abee.ap-south-1.linodeobjects.com/3abee/cart/twitter-heart.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    background-size: 2900%;
}
.description_item{
    white-space: nowrap;
}
.cards.card_img .btn-how-to-use{
    width: 98%;
}
.slider_card_name.en{
    text-align: left !important;
}
.slider_card_name.ar{
    text-align: right !important;
}
.all-by-category.cards-by-category img{
    border-radius: 11px;
}
.section-header{
    margin-bottom: 20px;
}
.navbar.navbar-expand-lg {
    padding-top: 10px !important;
}
.second-menu .child.ch1 .pure-menu-link.dropdown-item .fa-chevron-right{
    position: absolute;
    right: 0px;
    top: 10px;
}
.second-menu .child.ch1 .pure-menu-link.dropdown-item .fa-chevron-left{
    position: absolute;
    left: 0px;
    top: 10px;
}
.second-menu .child.ch1 .pure-menu-link.dropdown-item{
    min-width: 260px;
}
@media only screen and (max-width: 1399px) {
    .main_categories .all_categs .categs_cards img {
        min-width: 125px;
    }
}
@media only screen and (max-width: 1199px) {
    .main_categories .categs{
        width: 50%;
    }
    /* .nav-link.main_categs{
        display: none;
    } */
}

span.badge.badge-danger {
    position: absolute;
    left: -8px;
    width: 19px;
    height: 19px;
    padding: 2px 0;
    border-radius: 50%;
    top: 22px;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.buttom_footer.text-center{
    width: 100%;
}

.shopping-cart-orders {
    transform: translate(0, 0);
    font-weight: bold;
    color: #000000bd;
    text-align: center;
    height: 100%;
    /* max-height: 100%; */
    top: 0;
    z-index: 999999;
    right: 0;
    /*float: right;*/
    background: white;
    width: 500px;
    position: fixed;
    border-radius: 3px;


    .shopping-cart-header {
        border-bottom: 1px solid #E8E8E8;
        padding: 20px;
        font-size: 25px;
        color: #464545;
        border: 1px solid lightblue;
        background-color: lightblue;

        /*.shopping-cart-total {*/
        /*    float: right;*/
        /*}*/
    }

    .shopping-cart-items {
      padding: 30px;

        li {
            margin-bottom: 18px;
            list-style: auto !important;
        }

        img {
            float: left;
            margin-right: 12px;
        }

        .item-name {
            display: block;
            padding-top: 10px;
            font-size: 16px;
        }

        .item-price {
            color: $main-color;
            margin-right: 8px;
        }

        .item-quantity {
            color: $light-text;
        }
    }

}
ul.shopping-cart-items li{
    list-style: auto !important;
    margin: 10px;
}
ul.shopping-cart-items{
    list-style: auto !important;
    padding: 20px !important;
    margin-bottom: 0;
}
ul.shopping-cart-items .clearfix img{
    /*max-width: 30%;*/
    border-radius: 11px;
}
ul.shopping-cart-items .clearfix .image{
    display: inline-flex;
}

ul.shopping-cart-items .clearfix .image{
    box-shadow: 0 3px 9px 0px rgb(55,125,255,.4)!important;
    border-radius: 11px;
}
ul.shopping-cart-items .item-price{
    margin-top: 5px;
}
/*.shopping-cart-orders:after {*/
/*    bottom: 100%;*/
/*    left: 89%;*/
/*    border: solid transparent;*/
/*    content: " ";*/
/*    height: 0;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    border-bottom-color: white;*/
/*    border-width: 8px;*/
/*    margin-left: -8px;*/
/*}*/
.shopping-cart-orders .clearfix:after {
    content: "";
    display: table;
    clear: both;
    padding: 15px;
}
.shopping-cart-orders .image{
    text-align: justify;
    padding: 10px;
}
#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.49);
    cursor: pointer;
    display: none;
    z-index: 999999;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}
body.open{
    overflow: hidden;
}
.shopping-cart-orders .fa-times {
    content: "\e605";
    font-size: 25px;
    position: absolute;
    right: auto;
    left: 8px;
    top: 5px;
    font-size: 29px;
    cursor: pointer;
}
.shopping-cart-orders .btn3abee{
    width: 100%;
    padding: 5px;
    margin: auto;
}
.shopping-cart-orders .image{
    margin-right: 5px;
    margin-left: 5px;
}
.badShop{
    max-width: 250px;
}
.no-cart{
    margin: auto;
    font-size: 25px;
}
.shopping-cart{
    box-shadow: none !important;
}
.cartFixed .fa.fa-shopping-cart{
    font-family: 'Font Awesome 5 Free' !important;
}
.wishlist .d-block.text-body.font-size-1.mb-1 span,.wishlist .d-block.text-body.font-size-1.mb-1 i{
    color: red !important;
}
.wishlist .d-block.text-body.font-size-1.mb-1,.wishlist .font-size-1.cart-add,.d-block.text-body.font-size-1.mb-1 i{
    text-decoration: none;
    font-size: 1rem;
}
.wishlist .col-auto, .wishlist .fav_price{
    position: relative;
    top: 10px;
}

.wishlist .d-block.text-body.font-size-1.cart-add span,.wishlist .d-block.text-body.font-size-1.cart-add i{
    color: #28AEE4 !important;
}
.search_section.section-header{
    position: relative;
    left: 25px;
}

img.overlayImg:hover{
    box-shadow: 0px 4px 12px 1px rgba(41, 156, 203, 0.63);
}
.shopping-cart-orders .shopping-cart-items .fa-trash{
    color: #c70b0b;
    position: relative;
    top: 10%;
    font-size: 20px;
}

.shopping-cart-orders .shopping-cart-header {
    padding: 20px;
    font-size: 25px;
    color: #fff;
    background-color: #28AEE4;
}
.lighter-text .fa-shopping-cart{
    color: #fff;
    font-size: 34px;
    padding: 15px;
}
.clearfix::marker{
    background-color: #28AEE4;
    padding: 10px;
}
.total_of_cart.en h5{
    text-align: left;
}
.total_of_cart.ar h5{
    text-align: right;
}
.item-qty .custom-select{
    background: aliceblue;
}

.h5-total.text-left {
    margin-left: 25px;
}
.h5-total.text-right{
    margin-right: 25px;
}
.quantity.fav{
    display: contents;
}
.cart_section .shopping-cart .quantity.cart_quantity{
    display: inline-flex;
}
.cart_section .shopping-cart .quantity.cart_quantity input{
    position: relative;
    top: -11px;
}
.getCardItems{
    width: 250px;
    list-style: none;
    display: contents;
    max-height: 100px;
    overflow-y: auto;
    padding: 1px;
}
.getCardItems button{
    white-space: nowrap;
    border: none;
    background-color: transparent;
    padding: 10px;
}
.getCardItems li {
    border-radius: 11px;
    width: 240px;
    list-style: none;
    display: inline-flex;
    margin-bottom: 10px;
    box-shadow: 2px 1px 5px 2px rgba(144, 210, 236, 0.35);
    padding: 5px;
}
.getCardItems li{
    color: #000;
    text-decoration: none;
}
.getCardItems li img{
   width: 60px;
    height: 40px;
    border-radius: 11px;
    margin-left: 2px;
    margin-right: 2px;
}
.getCardItems li span{
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.getCardItems button li.active{
    background-color: #efefef;
}

@media screen and (max-width: 500px) {
    .child.sub-child {
        width: 181px !important;
    }

    .second-menu .child.ch1 .pure-menu-link.dropdown-item {
        min-width: 160px !important;
    }

    nav.m-nav .child.ch1 {
     left: 10px !important;
    }
    .shopping-cart.cart .title{
        font-size: 1.3rem !important;
    }
    .subscriptiondiv p{
        display: grid;
    }
    #addtocart{
        padding: 5px 3px;
        font-size: 13px;
        white-space: inherit;
        width: 100%;
    }
    .shopping-cart.cart .btn-complete.complete_shopping,.shopping-cart.cart .btn-complete.complete_pay{
        float: unset !important;
    }
    .shopping-cart.cart .btn-complete.complete_shopping{
        margin-bottom: 15px;
    }

}
.main-section.cart_section{
    min-height: 473px;
}
.why_sections .col-lg-3{
    white-space: nowrap;
}


                            .rotation-container {
                                position: absolute;
                                width: 100px;
                                height: 100px;
                                top: 300px;
                                left: 200px;
                                transform: rotate(90deg);
                                animation: rotation 20s infinite linear;
                            }

                                /*.rotation-container:hover {*/
                                /*    animation-play-state: paused;*/
                                /*}*/

                                /*    .rotation-container .item-container {*/
                                /*        animation-play-state: paused;*/
                                /*    }*/

                                /*    .rotation-container.item {*/
                                /*        animation-play-state: paused;*/
                                /*    }*/



                                .rotation-container .item-container {
                                    position: absolute;
                                    animation: backwards-rotation 20s infinite linear;
                                }

                                .rotation-container .item-container-1 {
                                    bottom: -60px;
                                    left: -110px;
                                }

                                .rotation-container .item-container-2 {
                                    top: -60px;
                                    left: -110px;
                                }

                                .rotation-container .item-container-3 {
                                    left: 10px;
                                    bottom: 145px;
                                }

                                .rotation-container  .item-container-4 {
                                    top: -60px;
                                    right: -110px;
                                }

                                .rotation-container  .item-container-5 {
                                    bottom: -60px;
                                    right: -110px;
                                }

                                .rotation-container  .item-container-6 {
                                    left: 10px;
                                    top: 145px;
                                }


                                .rotation-container  .item {
                                    display: block;
                                    width: 80px;
                                    height: 80px;
                                    border-radius: 12px;
                                    background-color: #28aee4;
                                    animation: scaling 20s infinite linear;
                                }

                                 .rotation-container  .item img{
                                     border-radius: 15%;
                                 }

                                .rotation-container  .rotation-container .item-1 {
                                    animation-delay:(20/8*8)+20/8-2*20s;
                                }

                                .rotation-container   .item-2 {
                                    animation-delay: ((20/8*7)+20/8-2*20)s;
                                }

                                .rotation-container .item-3 {
                                    animation-delay: ((20/8*6)+20/8-2*20)s;
                                }

                                .rotation-container  .item-4 {
                                    animation-delay: ((20/8*5)+20/8-2*20)s;
                                }

                                .rotation-container .item-5 {
                                    animation-delay: ((20/8*4)+20/8-2*20)s;
                                }

                                .rotation-container  .item-6 {
                                    animation-delay:  ((20/8*3)+20/8-2*20)s;
                                }
                                .rotation-container  .item-6 {
                                    animation-delay: ((20/8*2)+20/8-2*20)s;
                                }
                                .rotation-container  .item-6 {
                                    animation-delay: ((20/8*1)+20/8-2*20)s;
                                }

.red-bg {
    background: #28AEE4;
}

.highlight:after {
    border: 12px solid #28AEE4;
    border-right-color: transparent;
    content: '';
    position: absolute;
    top: 2px;
    width: 5px;
}
.highlight.ribbon{
    white-space: nowrap;
    position: relative;
    top: 30%;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}

.shopping-cart-orders .btns-cart .btns{
    display: inline-flex;
    width: 46%;
}
.ribbon-wrapper-red {
    width: 95px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -1px;
    z-index: 99;
    font-size: 20px;
}

.ribbon-red {
    font: bold 11px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 10px 0;
    left: -5px;
    top: 15px;
    width: 130px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}



.ribbon-red:before,
.ribbon-red:after{
    content: "";
    border-top: 3px solid #b90005;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-red:before{
    left: 0;
}

.ribbon-red:after{
    right: 0;
}
.marquee {
    height: var(--marquee-height);
    background-color: #83ccef;
    color: #eee;
    overflow: hidden;
    position: relative;
    border-radius:10%;
}
.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}
.marquee:before {
    left: 0;
    background: linear-gradient(to right, rgb(200 227 251 / 92%) 0%, rgb(145 140 140) 100%);
}
.marquee:after {
    right: 0;
    background: linear-gradient(to right, rgba(98, 115, 131, 0.47) 0%, rgba(0, 0, 0, 0.32) 100%);
}
.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}
.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4); /* 5rem; */
    white-space: nowrap;
}

.marquee-content li img {
    width: 40%;
    border: 2px solid #bdb3b3;
    border-radius: 13px;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
    .col-md-2.gold_div{
        width: 33%;
    }
    .mobile-categs-home{
        width: 97%;
    }
    .second-menu .nav-link.dropdown-toggle.all-categs{
        top: 9px !important;
    }
}
.best_selling{
    height: 1px;
}
.category_description.details p, .category_description.details span, .description_game p, .description_game span{
    font-size: 16px !important;
}
.category_description.details br{
    display: none;
}
.wallet-link .wallet-icon img{
    width: 56%;
}
.profile-card .editable-field,.profile-card .w-20.save{
    float: right;
}
.profile-card .text-center{
    background-color: rgba(40, 174, 228, 0.6);
}
.radius-section.profile-user{
    padding: 0;
}
.profile-card .first-info{
    border-top-left-radius:27px;
    border-bottom-left-radius:27px;
    padding: 30px;
}
.profile-card .second-info{
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    padding: 30px;
}
.editable-input.name-edit{
    color: #fff;
}
.profile-user #imagePreview{
    border: 3px solid #fff;
}
.profile-card  .first-info .name-edit{
    color: #fff;
}
.profile-card .input3bee {
    border-bottom: 3px solid #4bacd3;
}
p.slider_card_desctibtion.flag_of_item{
    min-height: 50px !important;
}
p.slider_card_desctibtion.flag_of_no_item{
    min-height: 25px !important;
}
.category_description.details.product_description span{
    font-size: 17px !important;
}
.selected_country_icon{
    width: 27px;
    height: 27px;
}
@media screen and (max-width: 991px) {
    .marquee-content li img {
        width: 60% !important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute;
        top: 25px !important;
    }
    .fund-section-rewards .fund_button{
        display: grid;
    }
    .fund-gold {
        max-width: 59px;
    }
    }
@media screen and (max-width: 767px) {
    .fund-section-rewards.mobile_sec{
        display: block;
    }
    .sections.reward-sec .col-md-4.mobile_sec h5,.icon-question-sign-p div{
        width: 100% !important;
    }
    .col-md-2.gold_div.gold-image.expire{
        width: 100%;
        text-align: center;
    }
    .marquee-content li img {
        width: 85% !important;
    }
    .product-details-top .product-details{
        margin-top: 15px;
    }
}
@media screen and (max-width: 550px) {
    .marquee-content li img {
        width: 100% !important;
    }
}

@media screen and (max-width: 414px){
    .cartpopp.popup .popup__content{
        width: 90% !important;
    }
    .cartpopcontact.popup .popup__content{
        width: 90% !important;
    }
    #reward_cards .slider_card_item{
        width: 89%;
    }
    .carousel-item-img.product img{
        width: 75%;
    }
    .shopping-cart.cart .background_payments{
        width: 100%;
    }
    .shopping-cart.cart .font-weight-bold.col-5{
        padding-right: 0;
        padding-left: 0;
    }
}

.progress-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 5px auto;
    position: relative;
    top: -50px;
    margin-bottom: 100px;
}
.progress-steps {
    counter-reset: step;
}
.progress-steps li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 0.9rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-font: "Open Sans", sans-serif;
}
.progress-steps li:before {
    width: 2.5em;
    height: 2.5em;
    content: counter(step);
    counter-increment: step;
    line-height: 2.5em;
    border: 2px solid #999;
    display: block;
    text-align: center;
    margin: 0 auto 0.7em auto;
    border-radius: 50%;
    background-color: white;
}
.progress-steps li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #999;
    top: 1.3em;
    left: -50%;
    z-index: -1;
}
.progress-steps li:first-child:after {
    content: none;
}
.progress-steps li.active {
    color: #28AEE4;
}
.progress-steps li.active:before {
    border-color: #28AEE4;
}
.progress-steps li.active + li:after {
    background-color: #28AEE4;
}
.shopping-cart .title{
    border-radius: 13px;
}
.btn-complete{
    margin: auto;
}
.btn3abee.process_pay{
    padding: 20px;
    font-size: 20px;
    margin: auto auto;
}

.homeSection.bestseller .slider_card_item{
    min-height: 230px;
    background-color: rgba(162, 159, 159, 0.5);
}


.get_items_cards .carousel-item-img img.homeItems{
    height: 9rem;
}
.by_page_description_col .p-img img{
    border-radius: 13px;
}
.product-details-top{
  background-color: #83ccef1c;
    padding: 4%;
    border-radius: 13px;
    padding-bottom: 0;
}
.product-details-action a:hover{
    background-color: #28AEE4;
}
.product-details-action a:hover span,.product-details-action a span:hover .fa-cart-plus,
.product-details-action .btn-cart:hover{
    color: #fff;
}

img.transaction.homeItems{
    width: 15%;
    border-radius: 13px;
}
.orders_history a.product_name{
    text-decoration: none;
}
.history_table{
    font-size: 18px;
    color: #000;
}

table.history{
    font-family: "Open Sans", sans-serif !important;
}
.statement_wallet_tables.history th{
    font-size: 19px;
}
.statement_wallet_tables.history th,.statement_wallet_tables.historytd{
    padding: 10px;
}
.statement_wallet_tables.history td{
    padding: 15px;
}
.statement_wallet_tables.history th{
    background-color: #28AEE4;
    color: #fff;
}
.bestseller .slick-arrow,.bestseller .slick-arrow:before{
    top: 39%;
}
.lang-selected a.nav-link{
    padding-right:5px !important;
    padding-left: 5px !important;
}
.lang-selected .current_lang span{
    color: #28AEE4 !important;
}
li span.laang{
    color: #000;
}
.lang-countries-menu.hr{
    box-shadow: none;
    margin: 0;
}
.bestseller .slider_item img{
    padding: 2px;
}

.text-mobie.country_c{
    position: relative;
    top:-5px;
}
.navbar li span.laang{
    font-size: 19px !important;
}
.navbar li span,.navbar li a,.navbar .nav-link-text,nav .nav-link,nav.navbar .nav-link-text{
    font-family: "Oswald", sans-serif !important;
    font-size: 16px !important;
}
@media screen and (max-width: 550px) {
    .second-nav .second-menu a.nav-link .nav-link-text{
        font-size: 11px !important;
        font-weight: bold;
    }
    .navbar li span.laang{
        font-size: 15px !important;
    }
    .navbar li span,.navbar li a,.navbar .nav-link-text,nav .nav-link,nav.navbar .nav-link-text{
        font-size: 14px !important;
    }
   .second-nav .second-menu .nav-link-text{
       font-size: 13px !important;
   }
    .total_price_cart_method .modal-dialog{
        margin: 1.5rem;
    }
}
@media screen and (max-width: 1299px) {
    ul.navbar-nav .nav-item.show-on-desktop, .row.search-row{
        width: 55%;
    }
}

.cookie-consent.text-center{
    width: 100% !important;
}
footer .fa{
    font-family: 'Font Awesome 5 Free' !important;
}
@media (max-width: 991px) and (min-width: 768px) {
    .shopping-cart.cart .background_payments {
        width: 80% !important;
    }
    .shopping-cart .payments.show-selected-steps.col-md-7,.shopping-cart .payments.gateways .select-payment-method .select_payment_method_div{
        width: 80% !important;
        max-width: 80% !important;
    }
}
@media screen and (max-width: 991px) {
    .navbar-collapse.collapse.show{
        background-color: #efefef;
    }
    .col-md-2.control-btn.header-items{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .product-select-options .cards.card_img .btn-how-to-use {
         width: 60% !important;
    }
    .product-gallery .cards.card_img .btn-how-to-use{
        width: 105% !important;
    }
    .product-details .quantity{
        width: 29%;
    }
    .shopping-cart .payments.gateways .select-payment-method{
        display: block !important;
    }
    .shopping-cart .payments.gateways .select-payment-method .select_payment_method_div {
        width: 100% !important;
        max-width: 100%;
    }
    .shopping-cart .payments.gateways .background_payments_email input[type="email"]{
        width: 100%;
        position: relative;
        left: 20px;
    }
    .pay-now{
        padding: 2px;
    }
    .payment-page .select_payment_method_div, .payment-page .show-selected-steps{
        width: 100% !important;
        max-width: 100%;
    }
    .step_add.to-pay-step{
        position: static !important;
        padding-left: 0px !important;
    }

    .shopping-cart.cart .payments.show-selected-steps{
        padding-left: 5px !important;
    }
    .shopping-cart.cart #check_phone_number_input .steps_section{
        position: static;
        left: 20px;
    }
    .shopping-cart.cart #check_email_input,.shopping-cart.cart #check_phone_number_input,.shopping-cart.cart #wallet_email_form{
        position: static !important;
    }
}
@media screen and (max-width: 767px) {
    ul.site_map_lists{
        display: inline-block !important;
    }
    .product-select-options .cards.card_img .btn-how-to-use {
        width: 80% !important;
    }
    .product-gallery .cards.card_img .btn-how-to-use{
        width: 100% !important;
    }
    .getCardItems {
        width: 100% !important;
        list-style: none;
        display: inline-flex;
        max-height: 100px;
        overflow-y: auto;
        padding: 1px;
    }
    .shopping-cart .title{
        padding: 11px !important;
    }
    .shopping-cart .item .h6,.shopping-cart .item  .description_item.sub-category{
        font-size: 18px;
    }
    .btn3abee.process_pay{
        padding: 9px;
        font-size: 17px;
    }
    .shopping-cart .payments.gateways .select-payment-method .select_payment_method_div {
        width: 100% !important;
        max-width: 100%;
    }
    .shopping-cart.cart .images img{
        height: auto;
    }
    .shopping-cart.cart .item{
        margin-bottom: 10px;
    }
    .shopping-cart.cart .item .quantity{
        margin: 0;
    }
    .shopping-cart.cart .item .quantity{
        padding-top: 0px;
    }
    .shopping-cart.cart .item .total-price{
        padding-top: 15px;
    }
    #total-price-div{
        text-align: center;
    }
    .payment-page{
        width: 100%;
        padding: 0;
    }
    .payment-page .background_payments button{
        padding: 2px;
    }
    .wishlist .col-auto, .wishlist .fav_price{
        position: static !important;
    }
}
@media (max-width: 600px) and (min-width: 521px) {
    footer .follow_us_div.best_categ ul {
        display: inline-flex;
    }
}
@media screen and (max-width: 600px) {
    #mini-shopping-cart-list-mob .text{
        font-size: 1.8rem;
    }
    .product-select-options .cards.card_img .btn-how-to-use,.product-gallery .cards.card_img .btn-how-to-use {
        font-size: 16px;
    }
    .card-info-to-use .modal-content{
        width: 80% !important;
    }
    .get_items_cards .slider_item{
        width: 195px !important;
        padding: 1px;
    }
    .product-details .quantity{
        width: 22%;
    }
    .alert-success.cart_success{
        width: 100% !important;
    }
    .slider_item.related_product{
        width: 240px !important;
        padding: 5px;
    }
    .shop_img .voucher_img,.failed_voucher_img{
        max-width: 120px;
    }
    .voucher_info_section.cart .voucher_info,.voucher_info_section.cart .download_code p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 380px) {
    .radius-section.get_items_cards {
        padding: 30px !important;
    }
}
@media only screen and (max-width: 340px) {
    .radius-section.get_items_cards {
        padding: 22px !important;
    }
}
@media only screen and (max-width: 282px) {
    .checkout_sec .gateway_name.m-0.mt-2 .font-weight-bold.col-5.not_available {
        left: 112px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list .inside .col-7.g-img img{
        height: 16px !important;
    }
    .checkout_sec .gateway_name.m-0.mt-2 .font-weight-bold.col-5{
        left: -27px !important;
    }
    .steps .item_price.item_card{
        max-width: 90px !important;
        margin: -6px !important;
    }
}
@media screen and (max-width: 450px) {
    .checkout_sec  .radius-section {
        padding: 13px !important;
    }
    .checkout_sec .gateway_name .not_available{
        left: -25px !important;
    }
    .checkout_sec #items_card .steps .item_price{
        margin: 0 !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list .inside .g-img img{
        height: 19px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_name_wallet .inside .g-img img{
        height: 40px !important;
    }
    .checkout_sec .steps.payments.gateways #gateways_list #gateway_wallet_name.disabled img{
        height: 45px !important;
    }
    .shopping-cart.cart .payments.show-selected-steps{
        padding-left: 10px !important;
    }
    .product-select-options .cards.card_img .btn-how-to-use {
        width: 98% !important;
    }
    .get_items_cards .slider_item{
        width: 95% !important;
    }
    .product-details .quantity{
        width: 26%;
    }
    .product-select-options .cards.card_img .btn-how-to-use,.product-gallery .cards.card_img .btn-how-to-use {
        font-size: 14px;
    }
    /*.history tbody.statement_wallet_table tr td:not(:first-child){*/
    /*  max-width: 170px;*/
    /*}*/

}
@media screen and (max-width: 420px) {
    .cartpopp.popup .popup__content{
        width: 90% !important;
    }
    .cartpopcontact.popup .popup__content{
        width: 90% !important;
    }
    .product-select-options .cards.card_img .btn-how-to-use {
        width: 100% !important;
    }
    .card-info-to-use .modal-content{
        width: 80% !important;
    }
    .product-details .quantity{
        width: 29%;
    }
     .shopping-cart-orders .btns-cart .btn3abee{
        font-size: 14px !important;
    }
}
.slider_item p.slider_card_desctibtion:nth-child(3){
    min-height: 35px !important;
}
@media (max-width: 1299px) and (min-width: 801px) {
    .shopping-cart .item {
        height: 139px;
    }

    .shopping-cart.cart .item .images img {
        width: 550px;
    }

    .shopping-cart .item .quantity {
        display: flex;
    }

    .shopping-cart .item .quantity input {
        position: relative;
        top: -12px;
    }
}
@media (max-width: 991px) and (min-width: 801px) {
    .cart_section .shopping-cart .quantity.cart_quantity input{
        height: 75px;
    }
    .shopping-cart.cart .delete-btn {
        margin-left: -6px !important;
    }
}
@media screen and (max-width: 880px) {
    img.transaction.homeItems{
        display: none;
    }
    .orders_history td p.slider_card_desctibtion{
        min-height: 10px !important;
    }
    .orders_history p.slider_card_desctibtion span.data_statement_table{
        position: relative;
        top: -4px;
    }
    .orders_history .date_of_buy{
        font-weight: bold;
    }
    .statement_wallet_tables.history tbody td:not(:first-child)::before{
        padding-left: 29px !important;
    }
}
    @media screen and (max-width: 800px) {
        .progress-steps li{
            width: 30%;
        }
        .progress-container{
            position: static;
        }
        .progress-steps li:after{
            width: 79%;
            left: -40%;
            z-index: 0;
        }
        .shopping-cart .item .images img {
            width: 100%;
        }
        .cart_section .shopping-cart.cart .quantity.cart_quantity{
            display: block;
        }
        .cart_section .shopping-cart.cart .quantity.cart_quantity input{
            position: static !important;
        }
        .shopping-cart.cart .total-price{
            width: 100%;
        }
    }

.shopping-cart.cart .btn-complete{
    text-align: center;
}
.nav-link-icon.categories_icon{
    background-size: 37px !important;
}
#shopping-cart-orders{
    overflow-y: auto;
    max-height: 100%;
}
.cart_success,.cart_danger{
    top: -55px;
    margin-bottom: 10px;
    display :none;
}
.remove_success,.remove_danger,.remove_success_cart,.remove_danger_cart,.cart_danger_update{
    display: none;
}
.trash-cart{
    cursor: pointer;
}
.item-name .h6.d-block{
    color: #000;
    text-decoration: none;
    letter-spacing: 0rem;
    font-size: 15px;
}
.item-name .h6.d-block:hover{
    text-decoration: underline;
}
.shopping-cart.cart .item .description .h6.d-block{
    color: #000;
}

#total-price-div .d-block.font-size-2{
    font-size: 1.4rem;
}
.shopping-cart.cart .delete-btn{
    margin-left: -15px;
}
.shopping-cart.cart .item{
    background: #ebf0f085;
    box-shadow: 2px 2px 4px #a2b5b3;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin: 13px;
}
.cart_section .shopping-cart .quantity.cart_quantity input{
    background: transparent;
    height: 64px;
}
.shopping-cart  .fas.fa-award{
    font-size: 19px;
}
.gold-sec.dollar-sec{
    top:15px;
}
.step_add.to-pay{
    position: relative;
    top:25px;
    padding-left: 20px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.select-payment-method.payment-page{
    width: 100%;
}
.step_add.to-pay-step{
    position: relative;
    top:-70px;
    padding-left: 20px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.shopping-cart.cart #phone_form #check_phone_number_input .select_payment_method_div{
    position: relative;
    left: 5px;
}
.shopping-cart.cart .payments.show-selected-steps{
    padding-left: 40px;
}
.shopping-cart.cart #check_phone_number_input .steps_section{
    position: relative;
    left: 20px;
}

.shopping-cart.cart #check_email_input,.shopping-cart.cart #check_phone_number_input,.shopping-cart.cart #wallet_email_form{
    position: relative;
    top: -10px;
}
input[name=qty],input[name=num]{
    pointer-events: none;
}
.buttom_footer{
    position: relative;
    bottom: -39px;
}
.no_involved_items{
    background-color: #f0efefc4;
}

.shopping-cart.cart #phone_message.message.phone_message_required{
    left: -50px !important;
}
.wishlist .media{
    margin-left: 25px;
}
.profile_history_table{
    max-height: 450px;
    overflow-y: auto;
}
.voucher_info_section.cart .download_code{
    text-align: justify;
    border: 1px solid lightgray;
    border-top: none;
    margin-bottom: 50px;
}
.item_name_fav{
    left: 15px;
}

nav .categories-menu.country-lang{
    max-height: unset !important;
}
.background_payments .fa-info{
    background-color: #28AEE4;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.cart .select_payment_method_div .fa-info{
    border-radius: 50%;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -5px;
}
.modal_content.info-content-cart{
    font-weight: bold;
    background-color: #efefef;
    padding: 5px;
}
.modal-footer.info-footer-cart{
    padding-bottom: 0;
}
.modal-footer.info-footer-cart #cust_btn{
    height: auto;
    margin: auto;
    background-color: #28AEE4;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}
.modal-body.total_info_price{
    padding-bottom: 0;
}
.plus-btn.disabled,.minus-btn.disabled{
    color: lightgrey;
    border: 1px solid lightgrey;
    background-color: transparent;
}
.col-md-2.control-btn.header-items{
    padding-left: 0;
    padding-right: 0;
}
.shopping-cart.cart .rewards_modal{
    top:20%;
}
.shopping-cart.cart .lds-dual-ring:after{
    position: relative;
    top: -19px;
}
.btn-wishlist.remove{
    background-color: #1a536b;
    color: #fff !important;
    border: 1px solid  #1a536b !important;
}
.btn-wishlist.remove:hover{
    background-color: #24617a;
    color: #fff !important;
    border: 1px solid #24617a !important;
}
.cartpop.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999999;
    border-radius: 10px;
}

.cartpop.popup .popup__content {
    width: 40%;
    overflow: auto;
    padding: 32px;
    background: white;
    color: black;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.cartpop.popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}
.cartpop.popup span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
.cartpop.popup span:nth-child(1) {
    transform: rotate(45deg);
}
.cartpop.popup span:nth-child(2) {
    transform: rotate(135deg);
}
ul.site_map_lists{
display: inline-flex;
}
ul.site_map_lists li{
    list-style: none;
    padding: 20px;
    font-size: 19px;
}
ul.site_map_lists li:after{
    content: "|";
    padding: 40px;
}
ul.site_map_lists li a{
    text-decoration: none;
}
ul.main_categories_lists li{
    list-style: none;
    display: contents;
}
ul.main_categories_lists li a{
    font-size: 19px;
}
ul.main_categories_lists .site_map_lists li:last-child:after{
    content: none;
}
ul.main_categories_lists{
    padding-left: 0;
}
@media only screen and (max-width: 461px) {
    .shopping-cart-orders .shopping-cart-items .item-name .h6.d-block{
        width: 83px;
        text-align: start;
    }
    .shopping-cart-orders .shopping-cart-items .image{
        text-align: unset;
    }
}
@media screen and (max-width: 767px) {
    .cartpop.popup .popup__content {
        right: 30% !important;
        width: 80%;
    }
    #location_addresses {
        margin-top: 10px;
    }
    p.slider_card_desctibtion.flag_of_no_item{
        min-height: 5px !important;
    }
}

.social-list.on_login_list li a{
    margin: 10px;
}
.inline_fields_reg select,.login_form .input3bee .with-border input,.login_form .form-3bee input.input3bee,.contact_section input.input3bee,.contact_section textarea.input3bee{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 8px;
}
.inline_fields_reg select{
    padding: 11px;
}
img.sign_up_image{
    margin-top: 15px;
    height: 925px;
    max-width: 110% !important;
    border-radius: 26px;
}
.home_wallet_img.animated_wallet img{
    max-width: 35%;
}
.home_wallet_img.animated_wallet_reward img{
    max-width: 50%;
}
.contact_paragraph{
    color:#000;
    display: block;
    max-font-size: 17px;
    position: relative;
    top: -15px;
}
.contact_section input.input3bee,.contact_section textarea.input3bee, .contact_section .select2-selection__choice__display{
    color: #000;
}
.contact_us_form .form-3abee .iti.iti--allow-dropdown{
    width: 100%;
}
.contact_us_form .input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.contact_us_form .input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
}
.contact_us_form .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .contact_us_form .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}
.contact_section .select2-container {
    border: 1px solid #000 !important;
    border-radius: 10px !important;
    padding: 8px !important;
    width: 100% !important;
}
.select2 select2-container select2-container--default{
    width: 100% !important;
}
.contact_section .select2-container--default.select2-container--focus .select2-selection--multiple,.contact_section .select2-container--default .select2-selection--multiple{
    border: none !important;
}
.contact_section .select2-container .select2-search--inline .select2-search__field{
    height: 25px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #28AEE4 !important;
}
.contact_section ul.location_list{
    padding: 10px;
    border-radius: 10px;
    background-color: #28AEE4;
    list-style: none;
    width: 80%;
}
.contact_section ul.location_list li{
    color: #fff;
    font-weight: bold;
}
.contact_section ul.location_list li.font_title{
    font-size: 19px;
    background-color: #0d224c;
    padding: 4px;
}
.download_code.error_trans h5{
    background-color: lightblue;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px 50px;
}

.get_items_cards .slider_card_item.sold-out,  .slider_cards .slider_item.home-section .slider_card_item.sold-out{
    position: relative;
}
.get_items_cards .slider_card_item.sold-out:before, .slider_cards .slider_item.home-section .slider_card_item.sold-out:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(189 199 199 / 50%);
    z-index: 99;
}
.get_items_cards .slider_card_item.sold-out .text{
    font-size: 2.1em !important;
    color: white;
    text-shadow: 5px 5px 7px rgb(0 0 0);
    margin: 0;
    position: absolute;
    z-index: 9999;
    background-color: #c7cbce4f;
}
.slider_cards .slider_item.home-section .slider_card_item.sold-out .text-sold{
    font-size: 1.8em !important;
    color: white;
    text-shadow: 5px 5px 7px rgb(0 0 0);
    margin: 0;
    position: absolute;
    z-index: 9999;
    background-color: #c7cbce4f;
}

.orders_history .profile_history_table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #5e8b9d !important;
    border-radius: 10px;
}
/* Handle */
.orders_history .profile_history_table::-webkit-scrollbar-thumb {
    background: #28AEE4 !important;
    border-radius: 10px;
}

/* Handle on hover */
.orders_history .profile_history_table::-webkit-scrollbar-thumb:hover {
    background: #ffffff !important;
}
.orders_history .profile_history_table::-webkit-scrollbar {
    width: 19px;
}
.check_phone_number_input .select_payment_method_div .btn3abee.submit_button{
    width: 90%;
}
#button_w,#button_check{
    background-color: lightgray;
    border: none;
}
.new_cart .btns a.mt-5{
    color: #28AEE4;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
}
/*.category-item div{*/
/*    background-image: url('https://3abee.ap-south-1.linodeobjects.com/3abee_test/sub_category/logo_menu_img/kBr6GgOmPFgIOlGOjrpAnBF3YEMEFgyOC2ElvpTX.webp') !important;*/
/*}*/
img.add_to_cart{
    width: 200px;
    margin: auto;
}
.btn3abee.rewards-button.spin{
    display: none !important;
}
/* .gateway_name.VISA0{
    background-color: #cec9c9 !important;
    pointer-events: none;
    border: none;
} */
.cartpopp.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999999;
    border-radius: 10px;
}

.cartpopp.popup .popup__content {
    width: 65%;
    overflow: auto;
    padding: 10px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.cartpopp.popup .popup__content h6{
    position: relative;
    top:-20px;
}
.cartpopp.popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}
.cartpopp.popup span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
.cartpopp.popup span:nth-child(1) {
    transform: rotate(45deg);
}
.cartpopp.popup span:nth-child(2) {
    transform: rotate(135deg);
}

footer .cards_div_img.Jawwal img{
    max-width: 90%;
}
.no_view_h5{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.background_payments.checkout_page{
    margin-left: 3px !important;
}
@media screen and (max-width: 1199px) {
    .why_wallet.redeem.gifts {
        display: block;
    }
    .redeem_vouchers.gifts{
        text-align: center;
        margin-bottom: 10px;
    }
}
/* .cart  #phone_message,.cart #phone_message.message{
    left: -70px !important;
} */
.cart .select_payment_method_div  #Recaptcha{
    position: relative;
    left: 37px !important;
}

@media  screen and (max-width: 991px){
    .mobcart #mini-shopping-cart-list-mob{
        margin-top: 20px;
    }
   .slider_card_bg_info #addtocart{
        display: none !important;
    }
    .slider_card_bg_info #addtocart{
        display: none !important;
    }
    .categories-dropdown.second-menu{
        display: contents;
    }
    .navbar-expand-lg.second-nav{
        position: relative;
        top: -69px;
        display: -webkit-inline-box !important;
    }
    .navbar-expand-lg.second-nav .container {
        justify-content: normal;
    }
}
@media screen and (max-width: 414px) {
    .main-section .container {
        max-width: 100% !important;
    }
}
@media (max-width: 991px){
    #mini-shopping-cart-list{
        display: none !important;
    }
    .mobcart{
        width: 65% !important;
    }
    #addtocart,.addDesktop{
        display: none !important;
    }
    #addtocartmob,.addMobile{
        display: block !important;
    }
    .sigh_up_form_full{
        width: 90%;
    }
    img.sign_up_image{
        display: none !important;
    }
    .inline_fields_reg {

        display: block !important;
    }
    .container{
       max-width: 90% !important;
   }
}
@media (max-width: 331px){
    .navbar-expand-lg.second-nav .container{
        display: contents !important;
    }
    .container{
        max-width: 100% !important;
    }
    .second-nav .second-menu a.nav-link{
        left: 13px !important;
    }
}
@media (max-width: 767px) and (min-width: 600px) {
    .slider_item.related_product {
      display: table-cell;
    }
}
.inline_fields_reg {
    display: inline-flex;
}
.input3bee.gray_btn{
    background-color: #d3d3d363;
}
.shopping-cart .not_available_cart{
    top: 0 !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .shopping-cart.cart .background_payments {
        margin-left: 0;
        width: 119%;
    }
}
section.login_form.registration{
    background-image: url('../images/signin_pic.webp');
    background-size: cover;
    background-position: center;
}

.second-menu .nav-link .nav-link-icon {
    width: 33px !important;
    height: 35px !important;
    font-size: 36px !important;
}


@media (max-width: 575px) and (min-width: 451px) {
    .get_items_cards .slider_item {
        display: initial;
    }
}
@media only screen and (max-width: 450px) {
    .get_items_cards .slider_item {
        margin: auto 20% !important;
    }
}

@media only screen and (max-width: 400px) {

    #ui-id-2 {
        max-width: 260px !important;
        min-width: 260px !important;
        white-space: normal;
    }
}
@media only screen and (max-width: 315px) {
    #ui-id-2 {
        max-width: 250px !important;
        min-width: 250px !important;
        white-space: normal;
    }
}

@media only screen and (max-width: 315px) {
    #ui-id-2 {
        max-width: 235px !important;
        min-width: 235px !important;
        white-space: normal;
    }
}


.slider_item.home-section .slider_card_bg_info label{
    min-height: 40px;
    height: 40px;
}
a.btn_shop_view{
    color: #099ccc;
}
.slider_item.home-section .slider_card_bg_info label {
    white-space: normal;

}
#close_info{
    color:  #099ccc;
}

.item.cart-sold-out,.image.sold-out-cart-side{
    position: relative;
}
.item.cart-sold-out:before,.image.sold-out-cart-side:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(189 199 199 / 50%);
    z-index: 99;
}
.item.cart-sold-out .text,.image.sold-out-cart-side .text{
    font-size: 2.1em !important;
    color: white;
    text-shadow: 5px 5px 7px rgb(0 0 0);
    margin: 0;
    position: absolute;
    z-index: 9999;
    background-color: #c7cbce4f;
}
.item.cart-sold-out .text-sold,.image.sold-out-cart-side .text-sold{
    font-size: 1.8em !important;
    color: white;
    text-shadow: 5px 5px 7px rgb(0 0 0);
    margin: 0;
    position: absolute;
    z-index: 9999;
    background-color: #c7cbce4f;
}
.image.sold-out-cart-side .text{
    width: auto;
    bottom: 6px;
}

.shopping-cart.mini-shopping-cart{
    margin: 20px 0;
    float: right;
    background: #f8f9f9;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    right: 17%;
    top: 75px;
    z-index: 999;
    box-shadow: rgb(100 100 111 / 43%) 0px 3px 8px 0px !important;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #b4b2b2;
    padding-bottom: 15px;
}

.mini-shopping-cart .shopping-cart-total{
    border-top: 1px solid #b4b2b2;
    padding-bottom: 14px;
    padding-top: 10px;
    font-size: 19px;
}
.mini-shopping-cart .lighter-text {
    color: #ABB0BE;
}
.mini-shopping-cart .main-color-text {
    color: #6394F8;
}

.mini-shopping-cart .shopping-cart-items,.mini-shopping-cart-mob .shopping-cart-items-mob{
    padding-top: 10px;
    list-style: none;
}
.mini-shopping-cart .shopping-cart-items .item-name{
    display: block;
    padding-top: 10px;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 195px;
    font-weight: bold;
}
.mini-shopping-cart .sold-out-cart-side .item-name .h6.d-block,.mini-shopping-cart .item-name a.h6.d-block{
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 195px;
    font-weight: bold;
}
.mini-shopping-cart .shopping-cart-items .item-price, .mini-shopping-cart-mob .shopping-cart-items-mob .item-price{
    color: #6394F8;
    margin-right: 8px;
}
.mini-shopping-cart .shopping-cart-items .item-quantity , .mini-shopping-cart-mob .shopping-cart-items-mob .item-quantity{
    color: #6a6a6a;
}
.mini-shopping-cart .clearfix:after,.mini-shopping-cart-mob .clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.mini-shopping-cart .shopping-cart-items li,.mini-shopping-cart-mob .shopping-cart-items-mob li {
    margin-bottom: 18px;
}
.mini-shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 40%;
}
.mini-shopping-cart:after {
    bottom: 100%;
    left: 86%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e6efef;
    border-width: 14px;
    margin-left: -8px;
}
.mini-shopping-cart .fa-shopping-cart:before {
    content: "\f07a";
    color: #28aee4;
    font-size: 27px;
}
.mini-shopping-cart .cart-icon{
background: unset;
}
.mini-shopping-cart .badge {
    background-color: #dc3545;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.mini-shopping-cart .login_button{
    padding: 2px 21px;
    font-size: 18px;
}
.mini-shopping-cart-mob .login_button{
    padding: 2px 21px;
    font-size: 21px;
    display: flex;
}
.mini-shopping-cart .clearfix::marker,.mini-shopping-cart-mob .clearfix::marker{
    color: #000;
}
.ui-menu .ui-menu-item-wrapper{
    white-space: normal !important;
}
#ui-id-2{
    max-width: 60% !important;
}
#mini-shopping-cart-list-mob li{
margin-bottom: 20px;
}
#mini-shopping-cart-list-mob li img{
    float: left;
    margin-right: 12px;
    max-width: 17%;
    border-radius: 10px;
}
#mini-shopping-cart-list-mob li span.item-name{
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    position: static !important;
    width: auto !important;
    height: auto !important;
}
#mini-shopping-cart-list-mob li span.item-quantity{
    position: static !important;
    width: auto !important;
    height: auto !important;
}
.cartpop.popup .shopping-cart-items-mob span{
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}
.cartpop.popup .shopping-cart-items-mob span:nth-child(2){
  transform: unset;
}
.cartpop.popup #shopping-mini-total-mob span{
    position: static !important;
    background: none !important;
    margin-top: 10px;
}
#shopping-mini-total-mob{
    border-top: 1px solid #b4b2b2;
}
.mobcart a.login_button{
    display: inline-flex;
    margin: 5px;
    width: auto;
}
#mini-shopping-cart-list-mob{
    max-height: 200px;
    overflow: auto;
    list-style: none;
    -webkit-overflow-scrolling: touch !important;
    -o-overflow-scrolling: touch !important;
    -moz-overflow-scrolling: touch !important;
    -ms-overflow-scrolling: touch !important;
    -o-overflow-y: scroll !important;

}
.nav-link.cartordersmob{
    display: none;
}
.shopping-cart.mini-shopping-cart{
    display: none;
}
.cartpop.popup .popup__content{
    border-radius: 10px;
}
@media only screen and (max-width: 559px) {
    .mobcart .image.sold-out-cart-side .text{
        bottom: 16px !important;
    }
.mobcart a.login_button{
    margin: 0;
    display: block !important;
    margin-top: 12px !important;
    }
    .popup__content.mobcart{
        width: 90% !important;
    }
    .popup__content.mobcart h4.text{
        font-size: 1.9rem !important;
    }
}
@media only screen and (max-width:1600px) and (min-width:1500px){
    .shopping-cart.mini-shopping-cart{
        right: 10% !important;
    }
}
@media only screen and (max-width:1499px) and (min-width:1400px){
    .shopping-cart.mini-shopping-cart{
        right: 9% !important;
    }
}

@media only screen and (max-width:1399px) and (min-width:1300px){
    .shopping-cart.mini-shopping-cart{
        right: 2% !important;
    }
}
@media only screen and (max-width:1299px) and (min-width:1200px){
    .shopping-cart.mini-shopping-cart{
        right: 11% !important;
    }
}
@media only screen and (max-width:1199px) and (min-width:1099px){
    .shopping-cart.mini-shopping-cart{
        right: 9% !important;
    }
}
@media only screen and (max-width:1098px)and (min-width:992px){
    .shopping-cart.mini-shopping-cart{
        right: 7% !important;
    }
}
@media only screen and (max-width:1499px) and (min-width:1400px){
    .shopping-cart.mini-shopping-cart{
        right: 9% !important;
    }
}
@media only screen and (max-width:1360px) and (min-width:1300px){
    .shopping-cart.mini-shopping-cart{
        right: -1% !important;
    }
}

#mini-shopping-cart-list-mob::-webkit-scrollbar{
    width: 10px;
}
#mini-shopping-cart-list-mob::-webkit-scrollbar-track{
    box-shadow: inset 0 2px 5px #5e8b9d !important;
}
#mini-shopping-cart-list-mob::-webkit-scrollbar-thumb {
    background: grey !important;
    background-color: grey !important;
    border-radius: 10px;

}
#mini-shopping-cart-list-mob::-webkit-scrollbar-thumb:hover {
    background: grey !important;
}
#addtocartmob,.addMobile{
    display: none;
}
#mini-shopping-cart-list-mob::-ms-overflow-style {
    background: grey !important;
}
#mini-shopping-cart-list-mob{
    max-height: 350px;
    overflow: overlay !important;
    list-style: none;
    -webkit-overflow-scrolling: touch !important;
    -o-overflow-scrolling: touch !important;
    -moz-overflow-scrolling: touch !important;
    -ms-overflow-scrolling: touch !important;
    -o-overflow-y: scroll !important;
    -ms-overflow-y: scroll !important;
    -moz-overflow-y: scroll !important;
    -oz-overflow-y: scroll !important;
    box-shadow: 3px 0px #888888;
}

.contact_us_page{
    width: 70%;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .contact_us_page {
        width: 100% !important;
    }
}
@media only screen and (max-width: 515px) {
    .slideshow-container .mySlides img.slider_card_bg_img.slide_item.mb.mobile_mb,.slideshow-container .mySlides img.slide_item{
        max-height: 250px !important;
        min-height: 250px !important;
    }
}
@media only screen and (max-width: 414px) {
    .slideshow-container .mySlides img.slider_card_bg_img.slide_item.mb.mobile_mb,.slideshow-container .mySlides img.slide_item{
        max-height: 210px !important;
        min-height: 210px !important;
    }
}
.cartpopcontact.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999999;
    border-radius: 10px;
}

.cartpopcontact.popup .popup__content {
    width: 50%;
    overflow: auto;
    padding: 33px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0 2px 16px 0 #28aee457;
}
.cartpopcontact.popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}
.cartpopcontact.popup span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
.cartpopcontact.popup span:nth-child(1) {
    transform: rotate(45deg);
}
.cartpopcontact.popup span:nth-child(2) {
    transform: rotate(135deg);
}
.cartpopcontact.popup img{
    width: 20%;
}

@media (max-width: 991px) {
    .cartpopcontact.popup img {
        width: 37%;
    }
}

@media (max-width: 550px) {
    .cartpopcontact.popup img {
        width: 45%;
    }
    .cartpopcontact.popup .popup__content{
        width: 75%;
=======

.product-details-top .icons{
    display: flex;
}

.product-details-top .social{
    margin: 10px;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    box-shadow: -5px 5px 15px #333;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
}

.product-details-top .social:hover{
    cursor: pointer;
    transition: all 0.3s;
}

.product-details-top .social-icon{
    text-decoration: none;
    color: #e7e7e7;
    padding: 17px;
    margin-left: -21px;
    font-size: 25px;
}

.product-details-top .social-icon:hover{
    animation: slide 1s ease;
}

.product-details-top .social>a{
    padding: 20px;
}

.product-details-top .social:nth-child(1){
    background: #3b5999;
}

.product-details-top .social:nth-child(2){
    background: #38A1F3;
}

.product-details-top .social:nth-child(3){
    background: #25b812bd;
}

.product-details-top .social:nth-child(5){
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.product-details-top .social:nth-child(4){
    background: #0077B5;
}

@media only screen and (max-width: 800px) {

    .product-details-top .social {
        height: 45px;
        width: 45px;
    }
    .product-details-top .social-icon {
        padding: 12px;
        margin-left: -19px;
        font-size: 23px;
    }
}
@media only screen and (max-width: 465px) {
    .product-details-top .social {
        margin: 5px !important;

    }
}