* {
    -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-family: 'Courier New'; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


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; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #DDD;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Courier New';
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #FFF;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #FFF;
    color: #000;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.page-content {
    padding: 0 0 40px 30px;
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #a19f9f;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Courier New';
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 600;
    font-family: 'Courier New';
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 15px;
    padding: 0;
}
h1{
    font-size: 25px;
    line-height: 35px;
}
h2 {
    font-size: 23px;
    line-height: 33px;
}
h3 {
    font-size: 22px;
    line-height: 32px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height:28px;
}
h6 {
    font-size: 16px;
    line-height: 26px;
}
/* Common Styles */


code, 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 {
    font-size: 16px;
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    color: rgb(171, 168, 168);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Courier New';
    line-height: 24px;
    padding: 0;
    margin: 0 0 15px;}
a, a:link{
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
    transition: all 300ms ease-out 0s;
}
a:hover, a:active, a:visited {
    color: #aaa6a6;
    text-decoration: underline;
    font-weight: 400;
    transition: all 300ms ease-out 0s;
}
input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
}
input[type=image], blockquote {
    color: #000;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: 'Courier New';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #7b7b7b;
    height: 38px;
    border-width: 1px;
    border-radius: 0;
    width: 100%;
    background: transparent;
    color: #fff;
    margin: 0;
}
input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}
select {
    border-color: #7b7b7b;
    height: 38px;
    border-width: 1px;
    font-family: 'Courier New';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 0;
    background: transparent;
    color: #aba8a8;
    border-radius: 0;
}
textarea {
    border-color: #7b7b7b;
    border-width: 1px;
    font-family: 'Courier New';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height:120px;
    border-radius: 0;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #262626;
    padding: 12px 15px;
    text-align: left;
    color: rgb(171, 168, 168);
    font-size: 16px;
    font-family: 'Courier New';
    line-height: 20px;
    font-weight: 400;
}
table th {
    font-weight: 600;
    background: #fff;
    font-size: 20px;
    color: #000;
    border-color: #e3e3e3;
}
ul li::before {
    content: '';
    background: rgb(171, 168, 168);
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 8px;
    left: 0;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    color: rgb(171, 168, 168);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Courier New';
    line-height: 24px;
    padding: 0 0 15px 20px;
    margin: 0;
}
ul li {
    margin: 0;
    padding: 0 0 15px 20px;
}
.widget ul li a, .widget ol li a {
    color: #fff;
}
.widget ul li a:hover, .widget ol li a:hover {
    color:#aaa6a6;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
ol{
    padding-left: 30px;
}

.form-row {
    position: relative;
}

.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 13px;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:2px;
}

.errorlist.after {
    font-size: 13px;
    line-height: 23px;
    padding: 0;
    font-family: 'Courier New';
}
.errorlist.after .message-block {
    color: #e64343;
}
/* Placeholder Start */

.widget.widget-form.contact-form ::-webkit-input-placeholder { /* Edge */
    font-family: 'Courier New';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color:#fff;

}
.widget.widget-form.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Courier New';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color:#fff;
}
.widget.widget-form.contact-form ::placeholder {
    font-family: 'Courier New';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color:#fff;
}

/* Placeholder End */

/* web form CSS */
.widget-form .single-input-row .form-row {
    margin-top:0;
}
.widget-form  .form-row {
    margin: 0 0 20px;
    padding-bottom:0;
}
.widget-form .checkbox label::before {
    width: 15px;
    height: 15px;
    top: 5px;
    border-radius: 0;
    margin-left: -25px;
}
.widget-form .checkbox label::after {
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    margin-left: -25px;
    padding-top: 0;
    font-size: 11px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before,
.widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #c60;
    border-color: #c60;
}
.widget-form .radio-checkbox-row {
    display: grid;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap:15px;
    row-gap: 10px;
    align-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.widget-form .checkbox {
    padding-left: 25px;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: 'Courier New';
    height: 40px;
    padding: 12px 12px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #0000000F;
}
.widget-form textarea {
    height: 120px;
}
.widget.widget-form .single-input-row .form-row p {
    font-family:'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
}
.form-row label {
    width: auto;
}
/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
    border: 1px solid #e64343 !important;
    background-color: transparent;
}

input:focus,
textarea:focus,
select:focus {
    border-color:#fff !important;
}

input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color: #303036;
    border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
button, .button, a.button {
    max-width: 200px;
    margin: 0;
    display: block;
    padding: 5px 10px;
    color: #000;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    height: 40px;
    font-family: 'Courier New';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #fff;
    width: 100%;
}
.widget-form .form-row label {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: 'Courier New';
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px;
}
.form-row label {
    color: #aba8a8;
    font-size: 17px;
    margin: 0 0 5px 0;
}
.widget-form .single-input-row .form-row.textArea {
    margin-top:20px;
}
.widget.widget-form .form-row.btn-row button {
    margin: 30px 0 0;
}

button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #000;
    background-color: rgb(221, 221, 221);
}
button:hover, .button:hover, a.button:hover {
    color: #000;
    background-color: rgb(221, 221, 221);
}
input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
    /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}

/*========= main menu ========= */

.header > .widget-container,
.footer > .widget-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.body > .widget-container {
    background: #000;
    min-height: 800px;
}
/*========= main menu ========= */
.widget-navigation.main-menu .navigation-item a {
    color: rgb(171, 168, 168);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    border-bottom: 0;
    text-decoration: none;
    font-family: 'Courier New';
    margin: 0 0 5px;
    line-height: 28px;
    transition: all 300ms ease-out 0s;
    letter-spacing: 0.02em;
}
.widget-navigation.main-menu .navigation-item a:hover,
.widget-navigation.main-menu .navigation-item.active a{
    color: #fff;
}
.widget-navigation.main-menu .nav-wrapper.vertical > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: rgb(171, 168, 168);
    font-size: 15px;
    font-family: "FontAwesome";
    margin-left: 7px;
    font-weight: 400;
}
.widget-navigation.main-menu .vertical .navigation-item .navigation-item-child-container .navigation-item a {
    font-size: 16px;
    line-height: 24px;
}
.widget-navigation.main-menu .nav-wrapper.vertical > .navigation-item.has-child:hover > a span::after {
    color: #fff;
}
.widget-navigation.main-menu .nav-wrapper.vertical > .navigation-item.active.has-child > a span::after{
    content: '\f106';
    color: #fff;

}
.widget-navigation.main-menu .vertical .navigation-item > .navigation-item-child-container {
    padding: 0 0 0 15px;
}
.widget-navigation.main-menu .vertical .navigation-item > .navigation-item-child-container .navigation-item a:hover,
.widget-navigation.main-menu .vertical .navigation-item > .navigation-item-child-container .navigation-item.active a{
    color: #fff;
}
.widget-navigation.main-menu .vertical .navigation-item > .navigation-item-child-container .navigation-item a{
    color: rgb(171, 168, 168);
}
/*end:menu*/

body > .body {
    background: #000;
}
body > .header {
    padding: 40px 0 30px;
    background: #000;
}
.widget-search.search-box{
    margin: 8px 0 30px;
    width: 100%;
    background: #000;
    padding: 0;
}
.widget-search.search-box form input,
.widget-search.search-box form select {
    padding: 2px 5px;
    min-width: 90px;
    border: 1px solid #dddcdc;
    width: 100%;
    border-radius: 0;
    height: 25px;
    font-size: 14px;
    line-height: 20px;
}
.widget-search.search-box form button {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #535353;
    height: 25px;
    color: #fff;
    max-width: 75px;
    background-color: #535353;
    border-radius: 0;
    font-family: 'Courier New';
    padding: 0 10px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.02em;
}
.widget-search.search-box form button:hover{
    background-color:#fff;
    border-color: #fff;
    color: #000;
}
.entire-search .search-result > .title {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: left;
    font-weight: 500;
    color: #a19f9f;
    border-color: #5e5e5e;
    border-width: 2px;
}
.entire-search h2 {
    margin: 25px 0 10px;
    margin-top: 25px;
    font-size: 25px;
    margin-top: 0;
    line-height: 37px;
}
.search-result {
    border-bottom: 2px solid #5e5e5e;
}
.entire-search .total-result {
    color: #a19f9f;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    font-weight: 600;
}
.search-results .title {
    font-size: 20px;
    display: block;
    margin: 0;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
.search-results .page {
    margin-bottom: 30px;
}
.search-results .page a{
    text-decoration: none;
}
.search-results .page a:hover .title{
    color: #a19f9f;
}
.search-results .page a.page-read-more {
    color: #fff;
    text-decoration: underline;
}
.search-results .page a.page-read-more:hover {
    color: #a19f9f;
}
.widget-image.header-logo img {
    width: 100%;
}
.widget-article.sidebar-location {
    margin: 38px 0 0;
}
.widget-article.sidebar-location p {
    margin: 0 0 10px;
}
.widget-article.sidebar-location a,
.widget-article.sidebar-location a:hover{
    text-decoration: none;
}
.widget-article h1.top-title {
    margin: 0 0 25px;
    border-bottom: 2px solid #5e5e5e;
    padding: 0 0 10px;
}
.widget-article figure {
    margin: 0;
}
.popup-mask {
    background-color: transparent;
}
.image-popup-container-for-zoom-preview {
    display: none;
}
.widget-navigation.user-nav{
    margin:35px 0 0;
}
.widget-navigation.user-nav .widget-title {
    padding: 0;
    margin:0 0 15px;
    font-size: 18px;
    line-height: 25px;
    color: rgb(171, 168, 168);
    font-weight: 700;
    font-family: 'Courier New';
}
.widget-navigation.user-nav .nav-wrapper.vertical {
    display: flex;
    align-items: center;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item a{
    border: 0;
    padding: 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item.user-login{
    max-width: 85px;
    width: 100%;
    margin: 0 12px 0 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item a{
    margin: 0;
    padding: 5px 6px 6px;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    font-family: 'Courier New';
    background: rgb(111, 108, 108);
    text-align: center;
}

.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item.user-login a:hover{
    background:#fff;
    color:#000;
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item.user-register a{
    padding: 0;
    background: transparent;
    border-radius:0;
    color: rgb(171, 168, 168);
}
.widget-navigation.user-nav .nav-wrapper.vertical .navigation-item a:hover{
    color: #fff;
}
.page-profile .bmui-tab.left-side-header .bmui-tab-header-container,
.page-profile .bmui-tab.left-side-header .bmui-tab-body-container{
    border: 0;
}
#customer-profile-tabs .button.profileLogout {
    float: right;
    display: none;
}
#customer-profile-tabs .welcome-profile {
    font-size: 21px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

/** Login Page Start **/
.page-login .login-form,
.password-reset-form.valid-verify-form,
.registration-form.valid-verify-form,
.customer-new-password.valid-verify-form{
    margin: 8px 0 0;
    border: 0;
    padding: 30px 30px 40px;
    width: 100%;
    max-width: 500px;
    background: transparent;
    position: relative;
    display: block;
    border: 1px solid #595959;
}
.password-reset-form.valid-verify-form,
.customer-new-password.valid-verify-form{
    max-width: 450px;
}
.customer-new-password .form-row label {
    width: 100%;
}
.customer-new-password .form-row {
    margin: 0 0 18px;
}
.registration-form.valid-verify-form {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 24px 40px;
}
.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px 0;
}
.login-form span.title,
.password-reset-form.valid-verify-form span.title,
.registration-form.valid-verify-form span.title,
.customer-new-password span.title{
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    padding: 0;
    color: rgb(171, 168, 168);
    margin: 0 0 20px;
    font-family: 'Courier New';
    width: 100%;
}
.registration-form.valid-verify-form span.title {
    padding: 0 8px;
}
.password-reset-form.valid-verify-form span.title{
    margin: 0 0 5px;
}
.password-reset-form .form-row label {
    display: block;
    width: auto;
}
.customer-new-password span.title{
    margin: 0 0 15px;
}
.password-reset-form .lost-password-text {
    color: #aba8a8;
    padding: 0;
    font-size: 16px;
    font-family: 'Courier New';
    line-height: 22px;
    margin: 0 0 15px;
}
.password-reset-form .form-row.submit-row button {
    margin: 20px 0 0;
}
.password-reset-form .form-row input {
    width: 100%;
}
.password-reset-form .errorlist.after {
    left: 0;
    position: relative;
    top: unset;
    width: 100%;
}
.password-reset-form .form-row {
    display: block;
    width: 100%;
    margin: 0;
}
.login-form .submit-row {
    margin: 0px 0 0;
    float: none;
    display: block;
}
.login-button {
    max-width: 100%;

}
.login-form .remember {
    margin: 20px 0 15px;
    width: 230px;
}
.page-login .login-form label {
    display: none;
}
.form-row.remember input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.page-login .login-form .form-row.mandatory {
    margin: 0 0 20px;
    position: relative;
}
.page-login .login-form .form-row.submit-row {
    margin-top: 25px;
}
.page-login span.lost-password {
    float: right;
    margin-top: -40px;
    color: #fff;
}
.login-form .lost-password a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-decoration-line: none;
    color: #fff;
    font-family: 'Courier New';
}
.login-form .form-row.remember {
    color: rgb(171, 168, 168);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.login-form .lost-password a:hover {
    color: #aaa6a6;
}
.login-form .no-account-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgb(171, 168, 168);
}
.login-form .account-register a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
.login-form .account-register a:hover {
    color: #aaa6a6;
}
.registration-form select {
    width: 100%;
}
.registration-form .form-row.submit-row {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}
.registration-form .form-row.submit-row label,
.customer-new-password .form-row.submit-row label{
    display: none;
}
.customer-new-password .form-row.submit-row {
    margin: 25px 0 0;
}
/** Login Page End **/
.server-message.server-info.info-message.message-block,
.server-message.server-error.error-message.message-block{
    max-width: 800px;
    margin: 0 auto;
}
.widget-navigation.main-menu .nav-wrapper.vertical>.navigation-item.music.has-child>a span::after{
    display:none;
}
.customer-has-logged-in .widget-navigation.main-menu .nav-wrapper.vertical>.navigation-item.music.has-child>a span::after{
    display:inline-block;
}
.widget-article.year-music-content a,
#customer-profile-tabs .welcome-profile > .welcome-message p a{
    color:#fff;
}
.widget-article.year-music-content a:hover,
#customer-profile-tabs .welcome-profile > .welcome-message p a:hover{
    color:#aaa6a6;
}
.widget-article.year-music-content .music-inner-content {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
    margin: 0 0 25px;
}
.widget-article.year-music-content .music-inner-content p {
    margin: 0;
}
#customer-profile-tabs .welcome-profile > .welcome-message h1 {
    margin: 0 0 15px;
}
.search-results .page .summary {
    font-size: 16px;
    line-height: 26px;
}
.search-results .page {
    font-size: 15px;
}
.search-result {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
}
.pagination span {
    box-shadow: 0 0 0 0;
    margin: 0 1px;
    border: 1px solid #fff;
    color: #828080;
    background: transparent;
    font-size: 15px;
    border-radius: 0;
    padding: 3px 14px;
    min-width: 42px;
    height: 40px;
    text-align: center;
    transition: 0.3s;
}
.pagination span.current {
    border: 1px solid #fff1f1;
    color: #FFF;
    border-radius: 0;
    background: #6f6c6c;
}
.pagination span:hover{
    color: #fff;
    background: #6f6c6c;
}
.pagination span.current {
    font-weight: 500;
}
.pagination span.current:hover{
    color:#fff;
}
.pagination span.disabled {
    color: #bebebe;
    cursor: no-drop;
}
.page-result-footer {
    text-align: center;
    border-top: 1px solid #464444;
    padding: 20px 0 0;
}
.pagination-literal-status {
    margin: 0 0 15px;
    display: block;
}
.pagination {
    float: unset;
}
.widget-article p a{
    color: #fff;
    transition: all 300ms ease-out 0s;
}
.widget-article p a:hover {
    color: #aaa6a6;
}
