.content-header{
    width: 1300px;
    padding: 0px;
    margin-bottom: 15px;
    z-index: 999;
    height: 127px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding-top: 10px;
    position: static;
    margin: 0 auto;
}

.content-header .rs-menu li {
    float: left;
    padding-right: 41px;
    background: url(https://resources.dropshipzone.com.au/dstheme/images/ds/header_bg.jpg) no-repeat right center;
    margin-left: 16px;
}
.content-header .rs-menu .all_categories {
    width:250px;
}
.content-header .rs-menu .how_works ul{
    width:263px!important;
}
.content-header .rs-menu .last {
    background:none;
}
.content-header #sitemenu-top {
    background: none!important;
    color: #7F645a!important;
    float: left;
    width: auto !important;
    height: auto;
    margin-top: 35px;
}
.content-header #sitemenu-top ul li.level-1{ position: relative; margin:  0 10px; }
.content-header #sitemenu-top ul li.level-1:before{
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    height: 3px;
    background: #942FFB;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    opacity: 0;
}
.content-header #sitemenu-top ul li.level-1:hover:before {
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 1;
}
.content-header #sitemenu-top ul li.level-1:after{
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    background: #942FFB;
    height: 3px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 0;
    opacity: 0;
}
.content-header #sitemenu-top ul li.level-1:hover:after {
    top: 0px;
    opacity: 1;
    left: 0;
    right: 0;
}
.content-header #sitemenu-top a { display: block; padding:0; line-height: 47px; font-size: 15px; text-align: center;  z-index: 0;  text-decoration: none; }
.content-header #sitemenu-top a span{
    color: #58585a;
    font-size: 15px;
    display: block;
    line-height: 47px;
    font-family: 'new_nexa_bold';
    letter-spacing :.2px ;
    text-transform: uppercase;
}
.content-header #sitemenu-top .all_categories {
    padding-right:0px!important;
}
.content-header #sitemenu-top .all_categories  a .top_level_dom{
    color:#942FFB;
}

.content-header #sitemenu-top li.level-1:hover a .top_level_dom{ color: #58585a!important;}
.content-header #sitemenu-top li.all_categories:hover a .top_level_dom{ color: #942FFB!important;}
/*.content-header #sitemenu-top ul {height: 47px; }*/
/*.content-header #sitemenu-top ul ul{ display: none;}*/

/*How-Dropshipzone-Works*/
.content-header #sitemenu-top ul li#item-48 { position: relative; }
.content-header #sitemenu-top ul li > .site-menu {
    z-index: 99;
    background-color: #ffffff;
    text-align: left;
    display: none;
    width: 247px;
    height: auto;
    position: absolute;
    top: 47px;
    left:1px;
    box-shadow: 0 2px 2px #333;
    -webkit-box-shadow: 0 2px 2px #333;
    -o-box-shadow: 0 2px 2px #333;
    margin-bottom: 0px;
}
.content-header #sitemenu-top ul li > .site-menu li {
    float: none;
    margin-left: 0px;
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
}
.content-header #sitemenu-top ul li > .site-menu li{
    background:none!important;
}
.content-header #sitemenu-top ul li > .site-menu li:hover { background: #F4F4F4!important; }

.content-header #sitemenu-top ul li > .site-menu li { margin:0; }
.content-header #sitemenu-top ul li > .site-menu li a {
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0 0 0 10px;
    font-size: 14px;
    letter-spacing: .2px;
    /*color: #000;*/
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-weight: normal;
}
.content-header #sitemenu-top ul li > .site-menu a span{
    color: #000000;
    font-size: 15px;
    display: block;
    line-height: 47px;
    font-family: 'new_nexa_bold';
    letter-spacing :.2px ;
    text-transform: uppercase;
}
.content-header #sitemenu-top li.level-1:hover a span{ color: #375564;}
.content-header #sitemenu-top ul li > .site-menu li a:hover{
    background-color: #942FFB;
}
.top_parent a:first-child{
    background: url(https://resources.dropshipzone.com.au/dstheme/images/ds2016/arrow_right.png) no-repeat 225px center;
    background-size:20px 20px;
}
.content-header #sitemenu-top ul li > .site-menu li a:hover span{ color: #ffffff;}
.content-header #sitemenu-top ul li > .site-menu li a span { font-size: 14px; text-transform: capitalize; line-height: 39px;font-family:'new_nexa_light'; }
.content-header #sitemenu-top ul li#item-48:hover > .site-menu { display: block; }
/*.content-header #sitemenu-top ul li#item-49:hover > .site-menu { display: block; }*/

.search_dom { width:81px;}
.search_dom span.search_icon {
    margin-right: 0px;
}
.search_dom span.search_icon {
    width: 37px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
}
.search_dom span.search_icon a:after{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    width:36px;
    height:38px;
    left: 3px;
    top: 3px;
}
.search_dom span.search_icon {
    margin-right:0px;
}
.search_dom span.search_icon a:after {
    width: 36px;
    height: 38px;
    left: 3px;
    top: 3px;
    background: url("https://resources.dropshipzone.com.au/dstheme/images/ds2016/sprit.png");
}

.search_dom{
    margin-top: 38px;
    width:235px;
    height:37px;
    float:left;
    display:block;
    position:relative;
    background-color:#ededed;
    border-radius: 10px;
    padding-left:17px;
}
.search_dom span{display:inline-block; position:relative; width:45px; height:45px;}
.search_dom span a{
    display:block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    margin-top:-3px;
}
.search_dom span .search_title{
    line-height:37px;
    font-size:16px;
    font-family: 'new_nexa_bold';
}
.search_dom span a:after{ content:''; display: block; position: absolute; width:40px; height:40px;}
.search_dom span.search_icon{
    margin-right:9px;
    float:right;
}
.search_dom span.search_icon a{background-color:#942FFB; }

.search_dom span.search_icon a:after{
    background-position:7px 7px;
    top:0px;
    left: 1px;
}

/*
*  新增菜单栏
 */
.top_child_menu {
    position: absolute;
    top: 1px;
    left: 245px;
    z-index: 99;
    background-color: #fff;
    text-align: left;
    width: 240px;
    height:584px;
    border:1px solid #f7f7f7;
    color:#636363;
    -webkit-box-shadow: 2px 0 5px rgba(0,0,0,.3);
    box-shadow: 2px 0 5px rgba(0,0,0,.3);
    display:none;
    /*overflow-y:visible;*/
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.top_child_menu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.top_child_menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.top_child_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
.top_child_menu .top_child_ul{
    width:200px;
    float:left;
}

.top_child_menu .top_child_ul li:last-child {
    margin-bottom:20px!important;
}

.top_child_menu .top_child_ul li a {
    background-color:#ffffff;
    background:none;
}
.top_child_menu .top_child_ul li a span{
    color:#000000!important;
}
.content-header #sitemenu-top ul li > .site-menu li .top_child_menu .top_child_ul li a:hover{
    background-color:#942FFB!important;
}
.content-header #sitemenu-top ul li > .site-menu li .top_child_menu .top_child_ul li a:hover span{
    color:#ffffff!important;
}

@media only screen and (max-width: 600px) {
    .content-header{
        width: auto;
        height: auto;
    }

    #sitemenu-top ul li.level-1 {
        display: block;
        width: 100%;
        padding-right: 0px;
    }

    .search_dom{
        width: 100%;
    }

    li#item-18{
        position: inherit;
    }
}

@media only screen and (min-width: 601px) {
    /* .content-header{
        width: auto;
        height: auto;
    }

    #sitemenu-top ul li.level-1 {
        display: block;
        width: 100%;
        padding-right: 0px;
    } */
}


/******************************************************************/
/********************   Mobile Site CSS Start  ********************/
/******************************************************************/
@media only screen and (max-width: 600px) {
    /* mobile menu */
    .mobile-wrapper {

    }

    .mobile-wrapper .header-container .mobile-menu-icon {
        float: left;
        margin: 38px 0 0 5px;
        cursor: pointer;
    }

    .mobile-wrapper .header-container .header h1.logo {
        float: left;
        margin: 3px 0 10px 0;
    }

    .mobile-wrapper .header-container .header a.logo {
        float: left;
        margin: 14px 0 0 25px;
    }

    .mobile-wrapper .header-container .header-right {
        float: right;
        width: auto;
        margin-top: 40px !important;
    }

    .mobile-wrapper .header-container .mobile-menu-icon > div {
        width: 16px;
        height: 2px;
        background-color: #375564;
        margin: 3px 0;
    }

    .mobile-wrapper .header-container .mobile-menu-icon:hover > div {
        background-color: #92D3C5;
    }

    .mobile-wrapper .header-container .search_dom {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .mobile-wrapper .header-container .content-header #sitemenu-top {
        display: none;
    }

    /* mmenu-light styles */
    :root {
        --mm-ocd-width: 75%;
    }
    .mm-ocd__content {
        font-family: 'new_nexa_light';
    }
    .mm-ocd__content .highlight {
        font-family: 'nexa_bold';
    }
    .mm-ocd-opened .mm-spn.mm-spn--navbar.mm-spn--main:after {
        padding: 0 40px;
    }

    /* category description */
    .col-main .read-more-link {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-family: 'lato-regular';
        font-size: 13px;
        display: inline-block;
    }

    .col-main .read-more-link.closed {
        margin-top: 0.5rem;
    }

    .col-main .read-more-blur.closed {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        pointer-events   : none;
        background-image : linear-gradient(to bottom,
        rgba(255,255,255, 0),
        rgba(255,255,255, 1) 90%);
        width    : 100%;
        height: 6em;
        margin-top: -6em;
    }

    .col-main .read-more-blur.open {

    }
}

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

    .mobile-header-container .header-right {
        margin-top: 10px !important;
    }

}
/******************************************************************/
/********************   Mobile Site CSS End  **********************/
/******************************************************************/



/****************************************************************/
/********************  Mobile T&C JS Start  ********************/
/****************************************************************/
@media only screen and (max-width: 650px) {
    .contentBlock .title h2 {
        position: relative;
        margin-top : 0px!important;
        padding-top: 14px;
        padding-bottom: 14px !important;
        padding-left:4px;
        font-size: 16px !important;
        background-color:#58585a!important;
        color : #fff !important;
    }
    .contentBlock .title h2:before{
        content: '';
        display: block;
        position: absolute;
        right: 15px;
        top: 23px;
        width: 23px;
        height: 3px;
        background: #FFF;
    }
    .contentBlock .title h2:after{
        content: '';
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        width: 3px;
        height: 23px;
        background: #FFF;
        transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }
    .contentBlock .title ~ p {
        display: none;
    }
    .contentBlock .title ~ ul {
        display: none;
    }
    .contentBlock .toogleActs h2 {
        background:#942FFB!important;
    }
    .contentBlock .toogleActs h2:after {
        opacity:0;
        visibility:hidden;
        height:0;
    }
}
/****************************************************************/
/********************  Mobile T&C JS End  ********************/
/****************************************************************/


/****************************************************************/
/********************  order message Start  ********************/
/****************************************************************/
.talk_con_underline{
    border:1px solid #942FFB;
}
.talk_show{
    background:#F5F0EB;
    margin:10px auto 0;
    overflow:auto;
    border:1px solid #F5F0EB;
    border-radius:5px;
    position:relative;
}
.talk_input{
    margin-top:2%;
    border:1px solid #F5F0EB;
    border-radius:5px;
    background:#F5F0EB;
}
.talk_word{
    float:left;
    width:580px;
    height:150px;
    margin-top:2%;
    font-size:16px;
    margin:10px 10px;
    border-radius:5px;
}
.talk_sub{
    width: 137px;
    height: 38px;
    background: #942FFB;
    font-size: 16px;
    line-height: 38px;
    color: #fff !important;
    float:left;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 25px;
    cursor:pointer;
    margin:10px 10px;
}
.atalk{
    margin:17px;
}
.atalk span{
    display:inline-block;
    background:#f9f9f9;
    border-radius:5px;
    color:#2f2f2f;
    padding:5px 13px;
    border:1px solid #b8defb;
    text-align: left;
    width:52%;
}
.atalk a{
    text-decoration: none;
    color:#2f2f2f;
    font-weight: bold;
}
.atalk p {
    float: right;
    margin-top: 4%;
    margin-bottom: -0.5%;
}
.btalk{
    margin:17px;
    text-align:right;
}
.btalk span{
    display:inline-block;
    background:#f5e8d9;
    border: solid 1px #c2e3ef;
    border-radius:5px;
    color:#2f2f2f;
    padding:5px 13px;
    text-align: left;
    width:52%;
}
.btalk p {
    float: right;
    margin-bottom: -0.5%;
}
.btalk a{
    text-decoration: none;
    color:#2f2f2f;
    font-weight: bold;
}
#order_subject {
    float:left;
    height: 35px;
    width: 367px;
    font-size: 16px;
    margin:10px 10px;
    border-radius: 5px;
}
/*upload file*/
.upload_file_title {
    font-size: 16px;
    font-weight: 600;
    color: #545454;
    margin-bottom:7px;
    margin-left:10px;
}
.z_photo {
    border:2px dashed #e7e6e6;
    width:94%;
    margin:0 auto;
}
.z_file_first{
    float:left;
    width:119px;
    margin:10px;
}
.z_file_first img{
    width:100%;
    height:100%;
}
.z_file_second{
    float:left;
}
.img_preview{
    float:left;
    width:119px;
    height:110px;
    margin:10px;
    position:relative;
}
.img_preview:hover{
    border: 2px solid #f15134;
}
.up-span{
    display: block;
    width:100%;
    height:100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0,0,0,.5);
}
.close-upimg {
    width:30px !important;
    height:30px !important;
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    z-index: 10;
}
.img_preview img{
    width:100%;
    height:100%;
}
.dsz_img {
    float:left;
    width:60px;
    height:60px;
    margin:10px;
}
.dsz_img img{
    width:100%;
    height:100%;
}
/*页面loading*/
.loading_doms{
    position:relative;
}
.loading_dom{
    position:absolute;
    bottom:9%;
    left:50%;
    visibility: hidden;
}
@media only screen and (max-width: 600px) {
    .loading_dom {
        min-width: 350px;
    }
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #942FFB;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #942FFB;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
#imgLightbox {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: black;
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 9999998;
}
#imgLightbox-button {
    cursor: pointer;
    display: inline-block;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    position: fixed;
    right: 15px;
    top: 0px;
    padding: 20px;
    color: white;
    font-size: 40px;
    z-index: 9999999;
}

#imgLightbox-button:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/*remark css style*/
.message_remark {
    float: left;
    height: 35px;
    width: 367px;
    font-size: 18px;
    margin: 10px 10px;
}
/* smg_status css style  */
.slider-v2 {
    position: relative;
    display: block;
    width: 5.5em;
    height: 3em;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;

}

.slider-v2::after {
    position: absolute;
    content: '';
    width: 2em;
    height: 2em;
    top: 0.5em;
    left: 0.5em;
    border-radius: 50%;
    transition: 250ms ease-in-out;
    background: linear-gradient(#f5f5f5 10%, #eeeeee);
    box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, 0.5);
}

.slider-v2::before {
    position: absolute;
    content: '';
    width: 4em;
    height: 1.5em;
    top: 0.75em;
    left: 0.75em;
    border-radius: 0.75em;
    transition: 250ms ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #d0d0d0;
    box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(68, 204, 102, 0.7) inset;
}

input:checked + .slider-v2::before {
    box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 3em 0 0 0 rgba(8 146 44) inset;
}

input:checked + .slider-v2::after {
    left: 3em;
}
.open_close_msg {
    float:left;
    margin-top:16px;
    font-size:16px;
    font-weight: 600;
    color: #545454;
}
/****************************************************************/
/********************  order message End  ********************/
/****************************************************************/


/****************************************************************/
/********************  USER MATERIALS Start  ********************/
/****************************************************************/
.tab-content ul {
    list-style-type: none;
}

.tab-content a {
    color: #942FFB;
    text-decoration: none;
}

.tab-content h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

.tab-content h1 a {
    color: #942FFB;
    font-size: 16px;
}

.tab-content .accordion {
    width: 100%;
    max-width: 700px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tab-content .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 0px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tab-content .accordion li:last-child .link {
    border-bottom: 0;
}

.tab-content .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tab-content .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.tab-content .accordion li.open .link {
    color: #942FFB;
}

.tab-content .accordion li.open i {
    color: #942FFB;
}

.accordion li i.fa-chevron-down {
    border-right: 2px solid #474748;
    border-top: 2px solid #474748;
    height: 10px;
    width: 10px;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block;
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
}

.accordion li.open i.fa-chevron-down {
    border-left: 2px solid #942FFB;
    border-bottom: 2px solid #942FFB;
    height: 10px;
    width: 10px;
    transform: translate(2px, -2px) rotate(-45deg);
    -webkit-transform: translate(2px, -2px) rotate(-45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -2px) rotate(-45deg);
    -ms-transform: translate(2px, -2px) rotate(-45deg);
    -o-transform: translate(2px, -2px) rotate(-45deg);
}

/**
 * Submenu
 -----------------------------*/
.tab-content .submenu {
    display: none;
    font-size: 14px;
    padding-left:30px;
}

.tab-content .submenu li {
    border-bottom: 1px solid #f5f5f7;
}

.tab-content .submenu a {
    display: inline-block;
    text-decoration: none;
    background: #942FFB;
    color: #FFF;
    padding: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tab-content .submenu a:hover {
    background: #591c97;
    color: #FFF;
}

.tab-content .submenu>li>span{
    display:inline-block;
    width:251px;
}
.download-center .limiter{
    margin-left: 28px!important;
}
.amount{
    font-size:14px;
    color: #6d6d6d;
}
.page_limit li a {
    color:#6d6d6d!important;
    font-size:14px!important;
}
/****************************************************************/
/********************  USER MATERIALS End  ********************/
/****************************************************************/


/****************************************************************/
/********************  order message center Start  ********************/
/****************************************************************/
.meg_top th{
    height:30px!important;
    line-height: 30px!important;
}
.meg_top th{
    width:180px;
    height:40px;
    font-weight: bold;
    line-height:40px;
    text-align: left;
    border-bottom:1px solid #c5c6ca;
}
.meg_child {
    cursor:pointer;
}

.msg_btn {
    width:84px;
    height:30px;
    border:1px solid #dbe1e7;
    background-color: #ffffff;
    float:left;
    text-decoration:none;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
}
.msg_btn:hover{
    text-decoration: none!important;
}
.msg_btn  span{
    font-size:16px;
    color:#384550;
}
.msg_btn_acivte {
    background-color:#942FFB!important;
}
.msg_btn_acivte span{
    color:#F5F0EB!important;
}
.msg_search{
    width:453px;
    height:32px;
    border:1px solid #dbe1e7;
    border-radius: 6px;
}
.msg_search select {
    width:130px;
    height:30px;
    border:none;
    border-right:1px solid #dbe1e7;
    border-radius: 6px;
    background-color:#efefef;
    font-size:16px;
}
.msg_search select:focus{
    background-color:#f0f4f8!important;
}
.msg_search input {
    width:280px;
    height:30px;
    border:none;
    font-size:16px;
}
.msg_search input::-webkit-input-placeholder{
    color:#8a9bb7;
}
.msg_search_btn{
    float:right;
    width:34px;
    height:30px;
    text-align: center;
    line-height:30px;
}
.msg_headtitle li{
    font-size:16px!important;
    color:#ffffff!important;
    font-weight: 600;
    height: 40px!important;
    line-height: 40px!important;
    border-bottom: 1px solid #c5c6ca!important;
}
.msg_headtitle {
    background:#942FFB!important;
}
.tab-content #order-list-table ul li {
    padding: 0px 0 10px 15px!important;
}
/****************************************************************/
/********************  order message center End  ********************/
/****************************************************************/


/****************************************************************/
/********************  order history list Start  ********************/
/****************************************************************/
.order_list_li_prev_btn {
    float:left;
    margin-right:10px;
    width:90px;
    height:25px;
    background-color:#942FFB;
    border-radius:20px;
}

.order_list_li_next_btn {
    float:left;
    width:90px;
    height:25px;
    background-color:#942FFB;
    border-radius:20px;
}
/****************************************************************/
/********************  order history list End  ********************/
/****************************************************************/

/****************************************************************/
/********************  MONTHLY INVOICE Start  ********************/
/****************************************************************/
.order_invoice_export_btn {
    width: 12%;
    height: 29px;
    background-color: #942FFB;
    border-radius: 16px;
    display:flex;
    justify-content: center;
    align-content: center
}
/****************************************************************/
/********************  MONTHLY INVOICE End  ********************/
/****************************************************************/

/****************************************************************/
/********************  PROFILE Start  ********************/
/****************************************************************/
.about_me_download_user_manual{
    line-height: 25px;
    text-align: center;
    background: #942FFB;
    display: inline-block;
    width:188px;
    text-decoration:none;
    border-radius:12px;
    margin-bottom: 5px;
}
/****************************************************************/
/********************  PROFILE End  ********************/
/****************************************************************/

/****************************************************************/
/********************  SKU NOTIFICATIONS Start  ********************/
/****************************************************************/
.notice_search{
    position: absolute;
    right: -80%;
    top: 5%;
}
.notice_search_input{
    float:left;
    width:300px;
    height:35px;
    background:#fff;
    line-height:24px;
    font-size:16px;
}
.notice_search_btn {
    float:left;
    height: 35px;
    line-height: 35px;
    background: #942FFB;
    border: 0;
    color: #fff!important;
    width: 83px;
    text-align: center;
    cursor: pointer;
    font-size:16px;
    padding: 0 10px!important;
    margin-left:10px;
    font-weight:normal!important;
}

.notice_search_reset_btn {
    background-color:#F5F0EB!important;
    color:#000000!important;
}

/****************************************************************/
/********************  SKU NOTIFICATIONS End  ********************/
/****************************************************************/

/****************************************************************/
/********************  CONTACT US Start  ********************/
/****************************************************************/
.contact_us_page_title {
    color:#942FFB;
}
.contact_us_page_footer_text{
    display:none;
    color:#535353;
}
.contact_us_page_footer_text a{
    color:#942FFB;
}
/****************************************************************/
/********************  CONTACT US End  ********************/
/****************************************************************/


/****************************************************************/
/********************  Product Description Start  ********************/
/****************************************************************/
.product_desc_view_addto_btn span{
    background:#942FFB!important;
}
.nz_free_shipping_text {
    color:#942FFB;
    font-weight:bolder;
}
/****************************************************************/
/********************  Product Description End  ********************/
/****************************************************************/


/****************************************************************/
/********************  AUTHORISATION LETTER Start  ********************/
/****************************************************************/
.auehorisation_letter_page_footer_text {
    font-size:13px;
    font-weight:bold;
    color:#942FFB;
}
/****************************************************************/
/********************  AUTHORISATION LETTER End  ********************/
/****************************************************************/

/****************************************************************/
/********************  Order Detail Start  ********************/
/****************************************************************/
#sales-detail-pre-next{
    margin-bottom:5px;
    width:100%;
    min-height:35px;
}
#sales-detail-pre-next>a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px !important;
    margin:0px 25px 1px 0px;
}

#sales-detail-pre-next .previous {
    background-color: #F5F0EB;
    color: black;
}

#sales-detail-pre-next .next {
    background-color: #F5F0EB;
    color: black;
}
/****************************************************************/
/********************  Order Detail Start  ********************/
/****************************************************************/

/****************************************************************/
/******************** cms shipping_guide Start  ********************/
/****************************************************************/
.cms_page_shipping_guide{
    font-size: 16px;
    color: #942FFB;
    font-weight: normal!important;
}
.cms_page_shipping_guide_text {
    color: #942FFB;
    font-weight: normal!important;
}
/****************************************************************/
/********************  cms shipping_guide End  ********************/
/****************************************************************/


/****************************************************************/
/******************** bulk-dropshipping-program Start  ********************/
/****************************************************************/
.bulk-dropshipping-program-text{
    color: #942FFB;
}

/****************************************************************/
/********************  bulk-dropshipping-program End  ********************/
/****************************************************************/

/****************************************************************/
/******************** cms warranty-return Start  ********************/
/****************************************************************/
.cms-warranty-return-text{
    color: #942FFB;
}
/****************************************************************/
/********************  cms warranty-return End  ********************/
/****************************************************************/


/****************************************************************/
/******************** cms Price Review Start  ********************/
/****************************************************************/

.descp-prive-review-dom a {
    color: #942FFB;
}
/****************************************************************/
/********************  cms Price Review End  ********************/
/****************************************************************/

/****************************************************************/
/******************** Product List Start  ********************/
/****************************************************************/
.follow_brand{
    width: 110px;
    height: 25px;
    color: #942FFB;
    font-family: "Helvetica";
    font-size: 10pt;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #942FFB;
    font-weight: bolder;
    border-radius: 3px;
    float: left;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 3px;
    cursor: pointer;
    margin: 6px 0px 0px 10px;
    line-height: 25px;
}
.pro_list_follow_brand_btn {
    background-color:#942FFB;
    border-color: #942FFB;
    color: #FFF;
    -webkit-border-radius: 3px;
}
/****************************************************************/
/********************  Product List End  ********************/
/****************************************************************/