html {font-family: Trebuchet MS, Arial, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {
    color: #fff;
    background: #0e2178;
}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[lang="en"] {
    background: url(/template/2c318d54/images/bg.jpg);
}
body {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    max-width: 989px;
    margin: 0 auto;
    box-shadow: 0 0px 10px #959595;
  }
  html, body {
    position: relative;
    height: auto;
    font-family: Trebuchet MS, Arial, sans-serif;
  }
  body .body {
    min-height: calc(100vh - 377px);
  }
  body .body > .widget-container {
    height: 100%;
  }
.header > .widget-container {
    border-bottom-width: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/template/2c318d54/images/banner.jpg);
  }
  .footer > .widget-container section.wc-footer-content {
    padding: 0 20px;
  }
::selection {
    background-color: #07117a;
    color: #fff;
}
::-moz-selection {
    background-color: #07117a;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a, a:link, a:hover, a:active, a:visited {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 11px;
    color: #4B0065;
    font-weight: 600;
}
a:hover{
    color: #999999;
}
.widget-article a{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 11px;
    color: #9431a6;
    font-weight: 600;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #999999;
}


img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color:#9431a6;
    font-family: 'Caviar Dreams';
    font-weight: bold;
    text-transform: capitalize;
}
h1, h2, h3,h4, h5, h6{
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

h1 {
    font-size:30px;
    line-height: 34px;
}
h2 {
    font-size: 26px;
    line-height: 32px;
}
h3 {
    font-size:24px;
    line-height: 30px;
}
h4 {
    font-size:20px;
    line-height: 26px;
}
h5 {
    font-size: 17px;
    line-height: 24px;
}
h6 {
    font-size: 15px;
    line-height: 18px;
}
p  {
    color: #4b4b4b;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, sans-serif;
    line-height: 25px;
    margin: 0 0 15px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    line-height: 18px;
    color: #4b4b4b;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-weight: 400;
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 9px;
    width: 6px;
    position: absolute;
    left: -16px;
    top: 6px;
    border-radius: 50%;
    background-image: url(/template/2c318d54/images/li.png);
  }
strong {
    color: #9631A7;
    font-size: 14px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  }
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ebebeb;
    padding:10px 20px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
    color:#07117A;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    font-style: normal;
    width: 100%;
    max-width: 115px;
    margin: 0;
    display: block;
    padding: 2px;
    color: #fff;
    border: 1px solid #751B94;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    height: 30px;
    font-family: Trebuchet MS, Arial, sans-serif;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #751B94;
}
.widget.widget-search {
    margin-bottom: 15px;
  }
.widget-search form input {
    height: 22px;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 100%;
    margin-right: 10px;
    border-color: #fff;
    background: #fff;
    border-radius: 100px;
  }
  .widget-search .search-form form button {
    height: 22px;
    font-size: 0;
    line-height: normal;
    padding: 0;
    border-radius: 100px;
    position: absolute;
    right: 4px;
    width: 25px;
    background: url(/template/2c318d54/images/searchicon.jpg) no-repeat;
    background-position: center;
    background-size: 20px;
    border: 0;
  }
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover,
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #4B0065;
    color: #fff;
    border-color: #4B0065;
}

body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #751B94 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 ;
    border: 1px solid #bfbfbf ;
    color: #818181;
}

/*form element desgin*/
.form-row {
    margin: 0 0 20px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 30px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
    border-radius: 0;
    width: 100%;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 15px;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
textarea {
    height: 150px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    color: #4b4b4b;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .store-credit-request-form textarea:focus {
    border:1px solid #0E2178 !important;
}
input[type="password"], input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
    height: 30px;
    border-width: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    background: #fff;
}
.errorlist.after .message-block {
    color: #e64343;
}

textarea {
    resize: block;
  }
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: #fff;
    border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: #fff;
    border: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget > .widget-title {
    color: #5f5f5f;
    font-size: 18px;
    line-height: 38px;
    font-family: 'Caviar Dreams';
    font-weight: bold;
    text-transform: capitalize;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    margin-bottom: 10px;
    padding: 0 18px;
    letter-spacing: -1px;
  }
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 30px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: 0;
    padding-left: 0;
    display: block;
}

.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}

/*====== End Fixed-width-layout ======*/

.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left:30px;
    padding-right:30px;
}
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.body .widget-container .page-content {
    min-height: 350px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

/*======  Inner-layout-control-css ======*/

.widget-pageHeading {
    padding: 0;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
    text-align: left;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-weight: 700;
    color: #003366;
  }
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}

span.breadcrumb-item {
    font-size: 16px;
    color: #fff;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: Trebuchet MS, Arial, sans-serif;
}
.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after, .widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after, .widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}

.widget.widget-breadcrumb {
    position: absolute;
    bottom: 33%;
    width: 100%;
    text-align: center;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}

textarea::placeholder {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
    color: #505050;
}



.search-results .page .title {
    font-size: 13px;
    margin: 0;
    margin-right: 5px;
    line-height: 0;
  }
  .search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
  }
  .search-results .page {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
  }
  .search-result.pages {
    border: 0;
  }
  .entire-search .search-result > .title {
  display: none
  }
  .entire-search .total-result {
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .entire-search h2>.title {
    font-size: 15px;
    line-height: 20px;
  }
  .vertical .navigation-item a {
    font-size: 13px;
    font-family: Trebuchet MS, Arial, sans-serif;
    display: block;
    padding-bottom: 6px;
    clear: both;
    font-weight: bold;
    text-decoration: none;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: center left;
    color: #6c0092;
    background-image: url("/template/2c318d54/images/nav_bg.png");
    padding-top: 6px;
    text-align: left;
    border: 0;
  }
  .vertical .navigation-item .navigation-item a {
    font-weight: 400;
  }
    .vertical .navigation-item.active > a, .vertical .navigation-item > a:hover{
        background-image: url("/template/2c318d54/images/hover_bg.png");
        color: #fff;
    }

    #spltr-6722772C-CB7B-47EF-86F2-77918F90A1FC {
        padding-left: 20px;
      }
      #spltr-8DC37495-F1AC-44F8-BD73-2BEADC4AE770 {
        border-left: 1px solid #ebebeb;
        border-bottom: 1px solid #edededcc;
      }
      #spltr-8DC37495-F1AC-44F8-BD73-2BEADC4AE770 {
        padding: 0 20px;
        min-height: 60vh;
      }
      .article-content h1 {
        font-family: 'Caviar Dreams';
        font-weight: bold;
        font-style: normal;
        font-size: 30px;
        line-height: 34px;
      }
      .widget-article.retail-store figure {
        text-align: center;
      }
      .widget.widget-snippet .wc-home-product .containers {
        background: rgb(255,255,255);
        border: 0;
      }

  
      .single-input-row .form-row {
        display: flex;
        flex-wrap: wrap;
      }
      .custom-form.contact-form-template.form-template {
        max-width: 450px;
        margin: 20px auto 0;
      }
      .single-input-row .form-row label {
        text-align: right;
        padding-right: 10px;
        width: 125px;
      }
      .widget-form .form-row.btn-row {
        padding-left: 125px;
      }
.widget-form .form-row input, .form-template textarea {
  width: 322px;
}
.widget-form .form-template .errorlist, .widget-form .form-template .errorlist .message-block {
    width: 100%;
    text-align: right;
  }
  .widget-html.customer_address .html-widget-element-content {
    text-align: center;
    margin-top:30px
  }
  
  .widget-html.customer_address .html-widget-element-content p{
    margin: 0 0 4px;
    padding: 0;
    color: #4b4b4b;
    font-size: 15px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;
  }
  .widget.widget-login{
    padding: 35px 20px 10px 20px;
      width: 100%;
      background: url(/template/2c318d54/images/login_bg.png) no-repeat;
      margin: 30px 0 0;
      max-width: 200px;
      border-radius: 12px;
    }
  .login-form {
    padding: 0;
    width: 100%;
    margin: 12px 0 0;
    max-width: 200px;
    background-color: transparent;
  }
  .login-form .submit-row {
    float: unset;
  }
  .login-form  .lost-password {
    display: block;
  }
  .login-form  .errorlist.after {
    position: absolute;
  }
  .login-form  .form-row label {
    color: #fff;
  }
  .login-form .remember-label,   .login-form .form-row span {
    color: #fff;
  }
  .login-form .login-button{
  max-width: 85px;
  color: #000;
  border: 1px solid #FFF;
  font-size: 12px;
  background: #FFF;
}

.registration-form{
    max-width: 500px
  } 
  .registration-form .form-row {
      display: flex;
      margin: 0 0 12px 0;
      position: relative;
    }
    .registration-form .form-row label {
      width: 185px;
      font-size: 13px;
      text-align: right;
      padding-right: 8px
    }
    .registration-form select {
      width: 100%;
      height: 30px;
      border-radius: 0;
    }
    .registration-form .title, .registration-form .form-row.submit-row label, .password-reset-form .title,   .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
      display: none;
    }
    .registration-form .form-row.submit-row button {
      margin-left: 132px;
    }
  .registration-form {
      margin: 18px 0;
      display: block;
    }
  .registration-form .form-row .errorlist.after {
      display: block;
      position: absolute;
      right: 0;
      left: auto;
    }
    .registration-form .form-row .errorlist.after .message-block.message-text {
      line-height: 28px;
      text-align: right;
      padding-right: 10px;
    }
    .password-reset-form .lost-password-text {
        color: #000;
        padding: 15px 0;
      } 
      .password-reset-form .form-row.submit-row button {
        padding: 0 10px;
      }
      .password-meter-wrap {
        width: 100px;
        position: absolute;
        right: 0;
        top: 0;
      }
      .password-meter-wrap .password-strength-bar {
        height: 5px;
      }
      .password-meter-wrap .password-description {
        font-size: 11px;
      }
      .bmui-tab.left-side-header > .bmui-tab-header-container {
        width: 0;

      }
      .bmui-tab.left-side-header .bmui-tab-body-container {
        border: 0;
        padding: 10px 0;
        min-height: auto;
      }
      .account-details-form .form-row.btn-row, .edit-address-form .form-row.btn-row, .edit-password-form  .form-row.btn-row {
        width: 100%;
        display: flex;
      }
      .account-details-form .form-row.btn-row button + button, .edit-address-form .form-row.btn-row  button + button, .edit-password-form  .form-row.btn-row button + button{
        margin-left: 5px;
      }
      #customer-profile-tabs .button.profileLogout a {
        color: #fff;
      }
      #customer-profile-tabs .welcome-profile {
        margin: 15px 0 10px;
        font-size: 17px;
        line-height: 30px;
      }
      #customer-profile-tabs .button.profileLogout {
        padding: 8px;
        line-height: 14px;
      }
      .bmui-tab.left-side-header .bmui-tab-body-container .account_information .name {
        font-weight: bold;
        color: #8718ad;
        margin-bottom: 10px;
      }
      .widget.widget-login .content {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
      }
      .widget.widget-login .content .logout-link, .widget.widget-login .content .pro-link {
        text-align: center;
        margin: 10px 0;
        margin-right: 6px;
        padding:0;
      }
      .widget.widget-login .content .logout-link a, .widget.widget-login .content .pro-link a{
        background: #4b0065;
          color: #fff;
          font-size:11px;
          width: 75px;
        display: block;
        border: 1px solid #4b0065;
      }
      .widget.widget-login .content .pro-link {
          margin-right: 0;
      }
      .widget.widget-login .content .logout-link a:hover, .widget.widget-login .content .pro-link a:hover{
          background: #8718ad;
        border: 1px solid #8718ad;
      }
      .page-login .page-content .login-form {
        padding: 30px 30px;
        background: #b42de1;
        min-width: 350px;
        margin: 20px 0;
      }
      .page-login .page-content .login-form .title {
        color: #fff;
        margin-bottom: 20px;
      }
      
  .login-form .remember {
    color: #fff;
  }
  .body .widget-container .page-content .customer-new-password.valid-verify-form .title{
    margin-bottom: 15px
  }
  .body .widget-container .page-content .customer-new-password.valid-verify-form {
    padding: 20px;
    max-width: 400px;
  }
  .page-404 .article-content {
    text-align: center;
    margin: 80px 0 0;
    display: block;
  }
  
  .page-404 .article-content h1 {
    font-size: 50px;
    font-weight: 800px;
  }
