﻿/*Rounded sliders*/
.switch_theme {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-bottom: 0;
}

    .switch_theme input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider_theme {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider_theme:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider_theme {
    background-color: var(--btn-bg);
}



    input:checked + .slider_theme:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(22px);
    }


.slider_theme.round {
    border-radius: 50px;
}

    .slider_theme.round:before {
        border-radius: 50%;
    }
/* Rounded sliders */
.header_block {
    background: var(--bg1-dark-h);
    box-shadow: var(--box-shadow);
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

.menu_block {
    border-top: 1px solid rgb(179 179 179 / 25%);
}

.menu_block_header {
    display: flex;
    align-items: center;
    line-height: 47px;
    column-gap: 45px;
    overflow: auto;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: flex-end;
}
.supp_btn {
    height: 35px;
    background: var(--btn-bg);
    border-radius: 4px;
    color: var(--color) !important;
    padding: 0 10px;
    line-height: 35px;
}

.agent_btn {
    height: 35px;
    background: var(--bg1-dark-w);
    border-radius: 4px;
    color: var(--color) !important;
    padding: 0 10px;
    line-height: 35px;
}
a.logo_display {
    display: flex;
    align-items: center;
    height: 57px;
    overflow: hidden;
    padding: 5px 0;
}

    a.logo_display img {
        object-fit: contain;
        max-width: 100%;
        max-height: 60px;
    }

.menu_block_header a {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--text-dark-h);
    position: relative;
    white-space: nowrap;
}
.cart_text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}
    /*.menu_block_header a.Active, .menu_block_header a:hover {
        color: var(--active-menu);
    }*/

    .menu_block_header a.Active::after {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 2px solid var(--bg1-dark-h);
        position: absolute;
    }
/*droup down*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: #fff;
}

.arrow-set {
    font-size: 20px;
}

.dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 99;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
}



    .dropdown-content > li {
        margin: 0;
        display: block;
        width: 100%;
        float: left;
    }

        .dropdown-content > li > a {
            color: var(--black-text);
            text-decoration: none;
            display: block;
            line-height: 48px;
            padding: 0px 20px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            font-weight: 700;
            white-space: nowrap;
        }

            .dropdown-content > li > a.Active {
                background: var(--color-white);
                color: var(--bg1-dark);
                border-radius: 24px;
            }

            .dropdown-content > li > a:hover {
                padding-left: 27px;
            }

.CurrencyList ul {
    list-style: none;
    max-width: 330px;
    left: 0;
    width: max-content;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

    .CurrencyList ul li {
        display: inline-block;
        flex: 0 0 93px;
    }

        .CurrencyList ul li a {
            border: 1px solid var(--border-color);
            padding: 0px 8px;
            width: 100%;
            border-radius: 24px;
            font-weight: 700;
            font-size: 12px;
            line-height: 35px;
        }

            .CurrencyList ul li a:hover {
                padding-left: 5px;
            }



.fa-refresh:before {
    content: "\f021";
}

.Credit_color {
    padding: 0px 0px;
    background: #f7f9fc;
    color: #000;
    border: 1px solid var(--border-color);
    border-bottom: none;
}

.Credit_dtl {
    display: block;
    width: 100%;
    line-height: 25px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 5px;
    align-items: center;
    white-space: nowrap;
}

    .Credit_dtl span:last-child {
        float: right;
    }

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 10px;
}

.dropdown-content .flex_center {
    display: flex;
    align-items: center;
}

.profile_menu {
    float: right;
    padding: 0px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 20px;
}

    .profile_menu > li > a {
        padding: 0px;
        font-size: 13px;
        color: var(--text-dark-h);
        font-weight: 600;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: all 0.3s;
        line-height: 57px;
    }

.arrow_h_icon {
    width: 8px;
    height: 6px;
    background-position: -87px -8px;
}

.app_icon {
    width: 8px;
    height: 11px;
    background-position: -110px -6px;
}

.help_iocn {
    width: 11px;
    height: 11px;
    background-position: -130px -6px;
}

.toggle_icon {
    width: 20px;
    height: 20px;
    background-position: -3px -3px;
}

span.h_buttton {
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid var(--bg1-dark-w);
    box-sizing: border-box;
    border-radius: 2px;
    color: var(--bg1-dark-w);
}
/*cart css*/
.buy-now {
    position: relative;
    margin-right: 10px;
}

.cartcount {
    position: absolute;
    top: -10px;
    z-index: 9;
    border-radius: 50%;
    color: var(--all-text-main);
    right: -14px;
    width: 20px;
    height: 20px;
    text-align: center;
border: 1px solid var(--all-text-main);line-height: 20px;}

.cart_icon {
    position: relative;
    width: 25px;
    height: 25px;
    background-position: -86px -192px;
    line-height: inherit !important;
}

/*cart css and*/
/*b2c login popup*/
a.popup-close {
    position: absolute;
    top: -16px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: normal;
    border: 1px solid transparent;
    box-shadow: 0px 8px 16px rgb(15 15 15 / 10%);
    font-size: 23px;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99999999;
    background: #fff;
    border: 1px solid var(--border-color);
    color: var(--all-text-main);
    text-align: center;
}

    a.popup-close:hover {
        border: 1px solid var(--color-white);
    }

.login_title {
    text-align: center;
    font-size: 34px;
    color: var(--color-white);
    margin-bottom: 10px;
    font-weight: 600;
}

.modal-dialog-login {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 8%);
    max-width: 544px;
    padding: 72px 80px;
    position: relative;
}

.login_input {
    color: var(--all-text-main);
    font-weight: normal;
    height: 48px;
    display: block;
    width: 100%;
    padding: 0 48px 0 14px;
    font-size: 14px;
    background: none;
    background-clip: padding-box;
    border: 1px solid var(--border-color);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 3px;
    background: transparent;
    border-radius: 3px;
}


.login_button {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    color: #fff;
    padding: 0px 35px;
    width: 100%;
    line-height: 48px;
    transition: all 0.3s;
}

    .login_button:hover {
        background: var(--hover);
    }

.or {
    text-align: center;
    font-size: 14px;
    color: var(--color-offwhite);
    margin: 15px 0;
    font-weight: normal;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-google:before {
    content: "\f1a0";
}

.form-login-socials {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.form-footer {
    text-align: center;
    color: var(--color-offwhite);
    font-weight: 600;
}

    .form-footer p a {
        color: var(--btn-bg);
        transition: all 0.3s;
    }

        .form-footer p a:hover, .input_check_box label a {
            color: var(--btn-bg);
        }

a.social-button {
    line-height: 48px;
    border-radius: 24px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--color-white);
    border: 1px solid var(--border-color);
    transition: all 0.3s;
    font-size: 16px;
}

.social-button:hover {
    background: var(--bg2-light);
}

.tab-external-link {
    color: var(--color-offwhite);
    white-space: nowrap;
    font-weight: 600;
    transition: all 0.3s;
}

    .tab-external-link:hover {
        color: var(--text-hover);
    }

.login_input_icon {
    position: absolute;
    top: 12px;
    right: 14px;
    background-position: -77px -38px;
    width: 20px;
    height: 20px;
    float: left;
}

.password_icon {
    background-position: -214px -3px;
}

.donthave {
    color: #4C4C4C;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

    .donthave a {
        color: var(--primary-color);
    }


/*app droup*/
.panel-app_top {
    display: -webkit-box;
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.panel-app_icon {
    background-position: -310px -319px;
    width: 42px;
    height: 42px;
}

.panel-app_text {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 12px;
}

    .panel-app_text b {
        display: block;
        font-size: 16px;
    }

    .panel-app_text span {
        display: block;
        margin-top: 6px;
        color: #757575;
        font-size: 12px;
    }

.panel-app_bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    column-gap: 5px;
}

.panel-app_qrcode {
    background-image: url(/assets/whitelable1/img/qrcode_13119108_.png);
    background-position: -483px -200px;
    width: 100px;
    height: 99px;
    background-size: 100px;
}

.panel-app_market a {
    display: block;
}

.panel-app_ios, .panel-app_android {
    width: 142px;
    height: 42px;
}

.panel-app_ios {
    background-position: -157px -318px;
}

.panel-app_android {
    background-position: -3px -318px;
}


/*footer csss*/
footer.footer-areawe {
    background: var(--other-bg);
    padding-top: 58px;
    margin-top: 20px;
}

.foter_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0px 0 15px 0;
}

.usefull_link li a {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

/*.usefull_link li a:before {
        content: "\f178";
        left: 0;
        position: absolute;
        font-family: 'FontAwesome';
    }*/

.footer-bottom {
    background: var(--other-bg);
    line-height: 45px;
    font-weight: 500;
    font-size: 14px;
    border-top: 1px solid var(--border-color);
    color: #fff;
    margin-top: 40px;
}

    .footer-bottom a {
        color: #fff;
    }

ul.resocial {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

    ul.resocial li a {
        display: flex;
        padding-left: 35px;
        position: relative;
        align-items: center;
        line-height: 35px;
        font-weight: 500;
        font-size: 15px;
        color: #fff;
    }

.f_social {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}

ul.app_logo {
    display: flex;
    column-gap: 5px;
    margin: 10px 0 20px 0;
}

.linkedin_icon {
    background-position: -9px -214px;
}

.facebook_icon {
    background-position: -9px -181px;
}

.instagram_icon {
    background-position: -9px -148px;
}

.twitter_icon {
    background-position: -9px -247px;
}

.youtube_icon {
    background-position: -9px -280px;
}

.Subscribe_input {
    height: 40px;
    background: #fff;
    padding: 0 10px;
    border-radius: 0;
    border: 2px solid var(--other-bg);
    font-size: 14px;
    width: 100%;
}

.btn-enquiry_banner {
    width: 50px;
    height: 36px;
    background-color: var(--btn-bg);
    position: absolute;
    right: 2px;
    background-position: -78px -139px;
    cursor: pointer;
    border: none;
    top: 2px;
}

.input_check_box label a {
    color: var(--bg5-green);
}

.join_block {
    margin-bottom: 0px;
    position: relative;
}

    .join_block label {
        color: #fff;
    }

        .join_block label:hover {
            color: #fff;
        }

.m_show {
    display: none;
}

@media (max-width:767px) {

    .buy-now {
        top: 12px;
    }

    .profile_menu {
        column-gap: 4px;
    }

    .m_show {
        display: block;
    }

    .modal-dialog-login {
        padding: 20px;
    }

    .foter_title {
        margin: 15px 0 10px 0;
    }

    .my_account {
        width: 20px;
        height: 20px;
        background-position: -49px -2px;
        position: absolute;
        top: 14px;
    }

    .profile_menu > li > a {
        column-gap: 10px;
    }

    a.logo_display, .profile_menu > li > a {
        height: 50px;
        line-height: 50px;
    }

    /*.menu_block {
        background: #fff;
        overflow: hidden;
        transition: .5s;
        width: 250px;
        position: fixed;
        z-index: 2;
        height: 100%;
        top: 0;
        left: -250px;
        bottom: 0;
        border-top: none;
    }*/


    .menu_block_header {
        background: #005870;
        column-gap: 0px;
        justify-content: flex-start;
    }
    .new_navbar_ope:after {
        content: "";
        position: fixed;
        background: #0e00004f;
        width: 100%;
        right: 0;
        height: 100vh;
        z-index: -1;
        top: 0;
        bottom: 0;
    }

    /*.menu_block_header a.user_login {
        justify-content: space-between;
        background: var(--other-bg);
        color: #fff;
        display: flex;
    }*/

    .menu_block_header a.user_login .user_n {
        display: block;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menu_block_header a {
        width: 100%;
        padding: 0 15px;
        color: var(--bg1-dark-h);
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
    }

    .usefull_link li a {
        padding-left: 0px;
    }

        .usefull_link li a:before {
            display: none;
        }

    .header_block {
        z-index: 9;
    }
}


.mob_menu_block {
    background: #fff;
    overflow: hidden;
    transition: .5s;
    width: 250px;
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    left: -250px;
    bottom: 0;
    border-top: none;
}

.mob_menu_header {
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0px;
}

    .mob_menu_header ul {
        display: flex;
        padding: 15px;
        flex-direction: column;
    }

.dropdown-content-credit {
    width: 257px;
    max-width: max-content;
    padding: 15px 0;
}

ul.dropdown-content.dropdown-content-credit {
    /* padding: 15px; */
}

.mob_menu_header .user_n {
    background: var(--other-bg);
    color: var(--bg1-dark-h);
    padding: 10px;
}

.mob_menu_header a {
    display: flex;
    align-items: center;
}

.mob_menu_header span.pull-right {
    font-size: 30px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    color: var(--bg1-dark-h);
}

.Credit {
    padding: 5px;
    background: var(--other-bg);
    color: var(--bg1-dark-h);
}

.profile {
    color: var(--black-text);
    text-decoration: none;
    display: block;
    line-height: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    white-space: nowrap;
}
