.div_header_username > a{
    margin-right: 10px;
    display: flex;
    align-self: flex-end;
    color:#FFF
}

.point_card_item a .div_pd_price{
    color:#fff;
    text-decoration: none;
    font-size: 18px;
}

.point_card_item a .div_pd_title{
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 22px;
    overflow: hidden;
    color:#fff;
    text-decoration: none;
}

.point_card_item .div_bgc{
    background: #F9FAFC;
    padding: 50px;
}

.div_header_username{
    display: flex;
    flex-direction: row;
}

.div_xs_top_up{
    display: none;
}

.btn_rs_point{
        float: right;
    width: 20px;
}

.owl-carousel .owl-stage {
    margin: auto;
}
.footer2{
    display:none
}


.btn_refresh_token{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #FFF;
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    border: solid 1px;
}


body{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #13101c;
    color: #fff;
}

select{
    border: 1px solid #DADADA;
    -webkit-appearance: none;
}

.div_paging {
    display: flex;
    justify-content: center;
}
.div_paging a:hover{
    background: #9094fb;
    color:#FFF;
}
.div_paging a{
    text-decoration: none;
    margin: 0 10px;
    background:#DADADA;
    color:#000;
    width: 30px;
    height:30px;
    display: block;
    border-radius: 3px;
    padding-top: 2px;

}
.ui-widget-content {

    background: #F6F6F6 !important;

}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #182953 !important;
    font-weight: normal;
    color: #fff;
}
.ui-icon {
    width: 16px;
    height: 16px;
    float: right;
    right: 15px;
    top: 6px;
    float: right;

}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon ,.ui-icon, .ui-widget-content .ui-icon{
    background-image: none !important
}

.div_paging .active{
    pointer-events: none;
    background: #9094fb;
    font-weight: bold;
    color:#FFF;
}

.btn_style_1:hover{
    background: #ccc;
}


.br_1{
    border:solid 1px #CCC
}

.sku_id .disabled{
    background: #CCC
}

.sku_id .btn_select_sku.disabled{
    cursor: default
}


.pd_detail_div_desc{
    line-height: 30px;
}


.pd_detail_div_title{
    font-size: 16px;
    font-weight: 400;
}


.acrs a{
    color: #000;
}
.mobiletop .acrs a{
    color: #000;
}
.mobiletop .acrs ul{

}
.mobiletop .acrs li{
    border-bottom: 1px solid #ccc;
    padding: 5px 5px;
    ;
}

.w-retail_price{
    width:25%
}


.mobiletop .acrs{
    display: none;
    position: absolute;
    background: #E6EDFC;
    width: calc(100% - 76px);

    font-size: 15px;

    list-style: none;
    margin: 0;
    padding: 0px;
}

.searchitem  .acrs{
    display: none;
    position: absolute;
    background: #E6EDFC;
    width: calc(100% - 330px);
    max-width: 900px;
    font-size: 15px;
    color: #000;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
}


.sku_id .btn_select_sku.active:after{
    cursor: pointer;
    width:30px;
    height:30px;
    display: block;
    border-radius: 50px;
    content:'';
    border: solid 1px #000;
    box-shadow: inset 0px 0px 0px 5px #FFF;

}

.sku_id .btn_select_sku:after{
    cursor: pointer;
    width:30px;
    height:30px;
    display: block;
    border-radius: 50px;
    content:'';
    border: solid 6px #DDD;
    position: absolute;
    top:-1px;
    left:-1px;
}


.modal-header,  .modal-footer{
    border-bottom: none !important;
    border-top: none !important;
}

.btn_add_qty, .btn_del_qty{
    width:30px;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
}

.shopping_cart .item{
    color:#fff;
}

/*
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
*/
.shopping_cart .div_bottom_price{
    position: absolute;
    bottom:0
}

.btn_add_cart , .btn_view_txn ,.btn_style_1{
    background: #9094fb;
    color: #FFF;
    font-size: 14px;
    padding: 5px  20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 12px;
}

.product_detail .btn_add_cart{
    margin-left: 0;
}
.btn:hover {

    background-color:#ccc !important ;

}
.delivery_address .txn_item .lh2{
    line-height: 30px
}

.txn_item .lh2{
    line-height: 50px
}

.txn_item .lh{

    line-height: 60px
}

.btn_view_cart ,.btn_update_cart , .btn_confirm  , .btn_link{
    background: #9094fb;
    color: #FFF;
    font-size: 14px;
    padding: 7px  20px;
    border-radius: 5px;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.pd_qty{
    width:50px;
}

.modal-content{
    border-radius: 0px;
    border:solid 2px #ccc
}

.modal-footer>*{
    margin: auto;
}

.modal-backdrop{
    background-color: transparent !important;
}
.div_is_default.active{
    background: #E6EDFC;
    color:#278AF9
}

.div_is_default{
    color:#999
}

.btn_change_cover:hover{
    opacity: 0.7
}
.btn_continue_shopping ,.div_is_default:not(.active) ,.btn_change_cover{
    cursor: pointer
}
.sku_id .btn_select_sku{

    border:solid 1px #FFF;
    cursor: pointer;
    width:28px;
    position: relative;
    height:28px;
    display: block;
    border-radius: 50px;
    float:left;
}

/*
.btn_select_sku.active:before{
    font-weight: bold;
    content:'';
    display: block;
    width: 15px;
    height: 15px;
}*/

.catemenu a{
    color:#FFF;
    text-decoration: none;
}

.catemenu{
    justify-content: center;
}

.filter_title{
    font-size: 18px;
    margin-bottom: 5px;
}

header{
    position: relative;
    background-image:url("/images/mktbanner.jpg");
    background-size: cover;
    background-repeat: no-repeat ;
    color: #fff;
}

header .headerlogo{
    width:260px;
}

header .header-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

header .header_text_1{

    font-size: 24px;
    font-weight: 400;


}

.header-left > div{
    padding: 9px  25px


}
.header-left a, .header-left > div{
    float: left
}

.header-left{
    /*    max-width:500px;*/
}

  

.div_header_username > a img{
    width: 60px !important;    
}


.div_header_username > a div{
        display: flex;
    align-self: flex-end;
     margin-right: 30px;
    
}
header .header-right .rewards{
    min-width: 50px;
}
header .header-right .rewards,header .header-right .cartimg,header .header-right .wishlist{
    margin-right: 30px;
    position: relative;
    
}

header .header-right .rewards{
    display: flex;
    align-items: center;
}

header .header-right img{
    width: 40px;
    height: auto;
}

.subrightdiv{
    border-left: 1px solid #fff;
    display: flex;
}

.subrightdiv>div , .subrightdiv > a{
    padding-left:30px;
}

.rewardstext1{
    font-size: 12px;
    line-height: 12px;
}

.rewardstext2{
    font-size: 16px;
    line-height: 16px;
    color:#9094fb;
    padding-top: 5px;
}

.header-right span{
    border-radius: 50%;
    background-color: #9094fb;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -5px;
    text-align: center;
    right: -12px;
}

.header2{
    text-align: center;
    padding: 10px 0px;
}

.header2 .row>div{
    max-width: 130px;
    line-height: 16px;
    margin: 0 1.8%;
}

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

.footer_row .footerright{
    display: flex;
}

.footer_row .footerright .footer4{
    margin-left: 100px;
}

.btn_whatsapp{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    display:none
}

.footer5 img{
    margin-bottom: 10px;
    max-width: 150px;
    display: block;
}

.footer5{
    position: relative;
}

.footerlogo{
    position: absolute;
    top: 0;
    right: 20%;
}


.footer_row div div{
    padding-bottom: 12px;
}

.footer_row .footer1, .footer_row .footer4, .footer_row .footer3{
    margin-bottom: 1.5rem;
}

.footertop{
    padding-bottom: 2rem!important;
}

footer{
    background-color: #000;
    color: #fff;
}

footer a{
    color:#fff!important;
    text-decoration: none!important;
}

.wline{
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
}


.searchdiv .bline{
    width: 100%;
    height: 1px;
    border-top: 1px solid #182953;
    margin-top: 24px;
    margin-bottom: 24px;
}

header .searchdiv{
        z-index: 10;
    padding: 30px 100px 50px 100px;
    width: 100%;
    max-width: 1320px;
    position: absolute;
    top: -120%;
    left: 50%;
    transform: translate(-50%,0%);
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    font-weight: 600;
    transition-duration: 500ms;
}

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

.clearbtn , .btn_search {
    color: #182953;
    cursor: pointer;

    min-width: 75px;
}


.lastest_item{
    display: flex;
}

.lastest_item a{
    color: #182953!important;
    margin-right: 30px;
}

.searchitem img{
    width: 30px;
    height: auto;
}

.searchdiv input{
    border: none;
    width: calc(100% - 70px);
}

.searchdiv .popular{
    color: #9D9D9C;
}

.lastest_item{
    color: #182953;
}

.close_btn{
    color: #182953;
    position: absolute;
    font-size: 30px;
    top: 20px;
    right: 40px;
}

input#searchkeywords{
    margin-left: 20px;
}

input#searchkeywords::placeholder{
    color: #9D9D9C;
}

input#searchkeywords:focus-visible{
    outline: 0;
}

header.header1{
    display: block;
    height: 90px;
}

.subrightdiv .searchbtn{
    cursor: pointer;
}

.searchbtn img{
    cursor: pointer;
}

.searchdiv .close_btn{
    cursor: pointer;
}

.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
}


.owl-item img{
    padding:  0 35px;
}

.owl-dots {
    display: none;
}

.dropdown-content {
    cursor: pointer;
    font-weight: 600;
    display: none;
    right: 0;
    position: absolute;
    background-color: #f9f9f9;
    width: fit-content;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 6px 16px 6px 16px;
    z-index: 100;
    right: 0;
    color: #182953;
}

.m_newline{
    display:none;
}
.div_qna_menu ul{
    margin: 0 0 0 20px;

    padding:0
}

.div_qna_menu a{
    padding:0;
    line-height: 18px;
}

.dropdown-content div{
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom:6px;
    border-bottom: 1px solid #182953;
}

.dropdown-content div:last-child{
    border-bottom: 0px;
}


.dropdown:hover .dropdown-content{
    display: block;
}

.navbtn{
    display: none;
    cursor: pointer;
}

.navbtn .bar1,.navbtn .bar2,.navbtn .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.en .mobile_menu{
    min-height: calc(100vh - 120px);
}

.mobile_menu{
    display: none;
    z-index: 50;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    font-weight: 500;
    min-height: calc(100vh - 120px);
    background-color: #1f1b2e;
    color: #fff;
    overflow-y: auto;
    transition-duration: 500ms;
}

.mobile_menu img{
    width: 50px;
    height: auto;
}

.mobile_menu div{
    cursor: pointer;
}

.mobile_menu a{
    color: #fff;
    direction: none !important;
}

.mobilerewardstext{
    color:#9094fb;
}
.mobiletop .div_search > div{

}
.mobiletop .div_search > div{
    width: calc( 100% - 55px);
    float: right;
    padding: 10px 0;
}

.mobiletop > div{
    padding:10px;
    border-bottom: 1px solid #fff;
}

.mobiletop>div img,.mobilebottom>div img{
    margin-right: 5px;
}

.mobiletop input#searchkeywords{
    margin-left: 0px;
}

.mobilebottom{
    padding: 10px;
}


.submeun-content div{
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #182953;
    color: #182953;
}


.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}
/*
.div_pd_show a:hover{
    box-shadow: 0px 0px 2px #000;
    
}*/

.div_pd_show a{
    color: #fff;
    text-decoration: none;
}

h1{
    font-size: 22px;
    margin-bottom:0
}
.fs-3{
    font-size: 22px !important;
}
.fs-4{
    font-size: 18px !important;
}
.fs-5{
    font-size: 14px !important;
}
.fs-6{
    font-size: 12px  !important;
}


.fs-7{
    font-size: 12px  !important;
}


.wishlist .item{
    width:20%
}
.div_checkout_point{
    display:none;
}
.div_checkout_point.err{
    color:#F00;
    display: block
}

.w-20{
    width:20%
}

.col_fff{
    color:#FFF;
}

a.col_fff{
    color: #fff!important;
}
.col_f00{
    color:#F00;
}

.col_666{
    color:#666;
}
.col_000{
    color:#000
}

.col_ccc{
    color:#CCC
}
.col_999{
    color:#999
}
.bgc_F5F9FF{
    background: #F5F9FF
}
/* blue*/
.col_0176F9{
    color:#9094fb
}
.col_182953{
    color:#9094fb
}

.bg_1f1b2e{
    background-color: #1f1b2e;
}
.px-md-8{
    padding-left: 5rem ;
    padding-right: 5rem ;
}
.px-10{
    padding-left: 6rem ;
    padding-right: 6rem ;
}
.pb-10{
    padding-bottom: 6rem
}
.brr_2{
    border-right:solid 2px #999;
}
.br_2{
    border:solid 2px;
}
.br_1{
    border:solid 1px;
}


.brr_5{
    border-radius: 5px;
}

.brr_20{
    border-radius: 20px;
}

.brr_10{
    border-radius: 10px;
}
.terms_and_conditions ol li,
.terms_of_use ol li{
    margin-bottom: 5px;
}
.terms_of_use ol ,
.terms_and_conditions ol {
    padding:   0 15px;
}
.terms_and_conditions table td:first-of-type,
.terms_of_use table td:first-of-type{
    width: 200px;
}
.terms_and_conditions table td ,
.terms_of_use table td{
    padding: 7px 20px 7px 20px;
}
.terms_of_use table ,.terms_and_conditions table {
    width:100%;
    background:#1f1b2e;
    margin:  15px 0;
    border-radius: 10px;
    padding: 0 15px ;
}


a.active{
    color:#278AF9
}

.terms_of_use .br_2 .fw-bold , .terms_and_conditions .br_2 .fw-bold
.terms_of_use .br_2 strong , .terms_and_conditions .br_2 strong ,
.privacy_policy .br_2 strong  , .privacy_policy .br_2 .fw-bold
{
    color:#9094fb
}

.shopping_cart .card_use_score   {

    outline: none;
    text-align: right;
}

.shopping_cart .card_item{
    border-radius: 5px;
}


.bgc_FFF{
    background: #1f1b2e
}

.bgc_F4F4F4{
    background: #F4F4F4
}

.bgc_F6F6F6{
    background:#13101c
}

.bgc_F2F2F2{
    background:#F2F2F2;
}

.bgc_E6EDFC{
    background:#E6EDFC
}
.bgc_DADADA{
    background:#DADADA
}
.col_DADADA{
    color:#DADADA
}
.brc_E9E9E9{
    border-color: #DADADA;
}

.brc_x{
    border-color:transparent
}

.brc_999{
    border-color:#999
}


.btn_remove_like{
    cursor: pointer;
    font-size: 30px;
    color: #9094fb;
    position: absolute;
    right:22px;
    top:15px;
    z-index: 1
}

.div_select_address {
    position: absolute;
    background: #9094fb;
    color: #fff;
    border-radius: 10px;
    border:#182953 1px solid;
    width:calc(100% - 20px);
    padding: 20px 20px;
}
.bg_half{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(248,248,248,1) 50%, rgba(244,244,244,1) 100%);
}


.check_out .div_pd_list .div_pd_qty{
    position: absolute;
    top:-10px;
    text-align: center;
    padding: 2px;
    right: 0;
    width:25px;
    height:25px;
    font-size: 14px;
    border-radius: 50px;
    color:#FFF;
    background: #666666
}
.err{
    color: #F00
}

.check_out .checkout_pd_img{
    border-radius: 5px;
    border:solid 2px #CCC;
    overflow: hidden;
    background: #F4F4F4
}

#pop_address label{
    margin-bottom: 5px;
}

#pop_address .err{
    margin-bottom: 20px;
}

#pop_address input , #pop_address textarea, #pop_address select{
    margin-bottom: 20px;
}

#pop_address input::placeholder {
    font-size: 13px;
}

.div_select_shipping_show  , .div_select_address_show{
    width: 100%;
    display: block;
    border-radius: 10px;
    padding:  20px 20px;
    background: #1f1b2e;
    color: #fff;
    font-size: 14px;
}

.div_select_address_show{

    min-height: 80px;

}

.div_select_address li:hover{
    background: #ccc;
    color:#FFF;
}

.div_select_address ul{
    margin: 0;
    padding: 0
}
.div_select_address li:last-of-type{
    border-bottom: none;
}
.div_select_address li{
    border-bottom: 1px #999 solid;
    list-style: none;
    cursor: pointer;
    padding:  10px 5px;
}

.bg_h1{
    background: #13101c
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px!important;
}

.ui-slider-horizontal{
    height: 5px  !important;
    margin  : 15px 0 ;
}

.zindex_10{
    z-index: 10;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width:0.7em  !important;
    height:0.7em  !important;
}

.ui-slider span{
    padding: 3px;
    border-radius: 50px !important;
    background: #9094fb  !important;
    BORDER: SOLID 1px #9094fb !important;

}

#slider-range-amount{
    background: #1f1b2e;
    border:none !important;
    outline: none !important;
    color:#9094fb;
}


.div_tel{
    width: 100%;
    display: flex;
    justify-content: space-between
}

.div_tel #tel_area{

    width:30%;

}
.div_tel #tel{

    width: calc(70% - 20px);

}
.lb_anywhere{
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.qr_login .g1 .title{
    font-size: 17px;
    text-align: center
}

.qr_login .g1 .desc{
    font-size: 14px;
    font-weight: 300;
    text-align: center
}




.qr_login .g2 .login_line  , .qr_login .g3 .login_line {
    position: absolute;
    margin: auto;
    height:2px;
    background-image:
        linear-gradient(to left,#E5E8E9 0,#E5E8E9 50%, transparent 50%, transparent 100%);
    top: 29%;
    background-size: 10px 20px;
    transform: scaleX(0.8);
    background-repeat: repeat ;
}

.qr_login .g2 .login_line {
    width: 100%;
}
.qr_login .g3 .login_line {
    width: 50%;
}


.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.qr_login .g2 .title , .qr_login .g3 .title{
    font-size: 17px;
    text-align: center
}

.qr_login .g2 .desc , .qr_login .g3 .desc{
    font-size: 14px;
    font-weight: 300;
    text-align: center
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media screen and (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

@media screen and (max-width:1600px){
    .footerlogo{
        right: 0;
    }
}

@media screen and (max-width:1200px){
    .footerlogo{
        position: relative;
    }


}

@media screen and (max-width:991px){
    .header2 .row>div{
        margin: 0;
    }
    .catemenu{
        justify-content: space-between;
    }
}

@media screen and (max-width:991px){
    .header2 .row>div{
        margin: 0;
    }
}

@media screen and (max-width:767.9px){
    .marketsplusweb .div_pd_show a{
        padding: 5px;
    }
.footer_row,.footer_row .footerright{
    display: block;
}

.footer_row .footerright .footer4{
    margin-left: 0;
}
    .searchdiv{
        display: none;
    }
    header .header2{
        display: none;
    }
    .navbtn{
        display: block;
    }

    .footertop {
        padding-bottom: 1.5rem!important;
    }

    header .header-right .rewards,.subrightdiv .langswitch,.subrightdiv .searchbtn,.subrightdiv .accountbtn{
     /*   display: none;*/
    }

    header .header-right .rewards, header .header-right .cartimg, header .header-right .wishlist{
        margin-right: 30px;
    }

}

.marketsplusweb .langswitchtitle{
    display: flex;
    align-items: center;
}

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

.marketsplusweb .langswitchtitle svg{
    margin-left: 8px;
}

.marketsplusweb .searchbtn img,.marketsplusweb .accountbtn img{
    width: 25px;
    height: auto;
}

.marketsplusweb .searchbtn,.marketsplusweb .accountbtn{
    margin-right: 20px;
}

.marketsplusweb .cartimg{
    padding-left: 20px;
    border-left: 1px solid #fff;
}

.marketsplusweb .cartimg img{
    margin-right: 16px;
    width: 25px;
    height: auto;
}

.marketsplusweb .cartimg span{
    color: #fff;
}

.marketsplusweb .subrightdiv1{
    display: flex;
    align-items: center;
}

.marketsplusweb .header1{
    padding-top: 65px;
    padding-bottom: 65px;
}

.marketsplusweb .bg_1f1b2e{
    background-color: #1f1b2e;
}

.marketsplusweb .color_9094fb{
    color: #9094fb;
}

.marketsplusweb .filbox{
    background: #1f1b2e;
    border-radius: 5px;
}

.marketsplusweb .filbox .div_p{
   padding: 12px;
   margin-bottom: 24px;
}

.marketsplusweb .filbox .div_cate_list{
    margin-left:0px;
}

.marketsplusweb .sortdiv .div_p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.marketsplusweb .sortdiv .filter_title{
    margin-right: 16px;
    margin-bottom: 0;
}

.marketsplusweb .div_pd_show .div_pd_title{
    font-size: 15px;
}

.marketsplusweb .sortdiv select{
    background: #1f1b2e;
    border: 0px;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: right;
    min-width: 180px;
}

.marketsplusweb .div_pd_show a{
    background: #1f1b2e;
    height: 100%;
}

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

:lang(en-US) .marketsplusweb .headerowl{
    height: 48px;
    margin: auto;
    display: flex;
}

.marketsplusweb .headerowl a div{
    line-height: 20px;
}

.marketsplusweb .headerowl a img{
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


.marketsplusweb .footer1 svg{
    color: #9094fb;
    font-size: 20px;
    margin-right: 8px;
}

.marketsplusweb .filbox.div_user_page_menu a{
    color: #fff;
}

.marketsplusweb .filbox.div_user_page_menu a.active{
    color: #9094fb;
}

.marketsplusweb .modal-content{
    background-color:#1f1b2e;
}

.marketsplusweb .tree.div_cate_list{
    font-size: 12px;
}

.marketsplusweb .dw33{
    width: 33.3%;
}

.marketsplusweb .div_product_list_item_img img{
    background-color: #fff;
}

.marketsplusweb.shopping_cart .bgc_F6F6F6 img{
    background-color: #fff;
}

.payment_success .bgc_F6F6F6 img{
background-color: #fff;
}

.check_out .btn_add_address.btn_add_address{
    white-space: nowrap;
}

.marketsplusweb.product_detail .div_cover img{
    background-color: #fff;
}


.marketsplusweb .div_pd_list img{
    background-color: #fff;
}

.topheader1 .dw33:nth-child(2){
    text-align: center;
}

.topheader1 .dw33:nth-child(3){
    justify-content: flex-end;
}
 
.modal-content .modal-header .btn-close{
    filter: invert(1);
    opacity: 1;
}

.btn_like.btn:hover{
    background-color: #9094fb !important;
}

.fa-heart{
    color: #fff;
}

.wishlist .btn_add_cart{
    margin-left: 0;
}

.hdiv-100{
    height: 100%;
}

.minh-120{
    min-height: 150px;
}


.accordion .ui-state-active{
    border: 1px solid #fff;
    background: #1f1b2e!important;
}


@media (min-width: 1200px) {
    .marketsplusweb .div_pd_show .col-xl-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}


@media screen and (max-width:991px){
    header .headerlogo{
        max-width: 100%;
    }
    .marketsplusweb .searchbtn, .marketsplusweb .accountbtn{
        margin-right: 12px;
    }

    .marketsplusweb .cartimg img{
        margin-right: 12px;
    }

    .marketsplusweb .cartimg{
        padding-left: 12px;
    }
}

@media screen and (max-width:767.9px){
    header .headerlogo{
        width: 200px;
    }
    .topheader1 .dw33:nth-child(2){
        text-align: left;
    }
    .wline{
        display:none;
    }
    .marketsplusweb .dw33:nth-child(1),.marketsplusweb .dw33:nth-child(3){
        display: none;
    }

    .marketsplusweb .dw33{
        width: 100%;
    }
    header{
        background-position-x: 25%;
    }

    .marketsplusweb .header1{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .mobile_menu img{
        width: 30px;
        height: auto;
    }

    .mobile_menu .mobiletop>div{
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .mobile_menu .mobilebottom{
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .mobile_menu .mobilebottom .submeun{
        width: 100%;
    }
}