html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #B476E5;
}
a:hover, a:focus {
    color: #47bdff;
}
select, input, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 14px;
}
body {
    background: rgb(16,25,38);
    color: #7780a1;
    font: 14px/1.5 Raleway, Arial, Helvetica, sans-serif;
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert-success {
    color: #fff;
    font-size: 18px;
    background-color: #038b8c;
    border-color: #038b8c;
}
.alert-danger {
    color: #fff;
    background-color: #ec451b;
    border-color: #ec451b;
}
.notice {
    border-radius: 1.5rem;
    background-color: hsla(0,0%,100%,.02);
    padding: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.long-wallet {
    word-wrap: break-word;
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content-wrap {
    flex: 1;
    padding-bottom: 15px;
}
.frame {
    width: 1100px;
    max-width: 95%;
    margin: auto;
}
.italic {
    font-style: italic;
}
.ex {
    font-weight: 700;
}
.p-list a,
.make-order a, .add-review a, .more-news,
.logo,
.select-list a,
.balance-btn {
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.action-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    background: #616885;
    color: #fff;
    border-radius: 50%;
    width: 27px; height: 27px;
    line-height: 23px;
    text-align: center;
}
.action-btn i:before {
    vertical-align: middle;
}
.action-btn:hover,
.action-btn:focus {
    text-decoration: none;
    background: #ff8e1f;
    color: #fff;
}
.balance-row {
    padding: 10px 0;
    background: #08111f;
    color: #fff;
    text-align: right;
}
.balance,
.balance-row .balance-btn,
.balance-btn {
    display: inline-block;
    vertical-align: middle;
}
.balance-row .balance-btn,
.balance-btn {
    background: #fff;
    color: #08111f;
    font-weight: bold;
    border-radius: .8rem;
    padding: 5px 10px;
    margin-right: 4px;
}
.balance-row .balance-btn:hover,
.balance-row .balance-btn:focus,
.balance-btn:hover,
.balance-btn:focus {
    text-decoration: none;
    color: #fff;
    background: rgb(180, 118, 229);
}
.top-nav {
    text-align: right;
}
.top-nav > li {
    display: inline-block;
    vertical-align: top;
}
.top-nav > li > a {
    color: #8c9197;
}
.top-nav > li > a:hover,
.top-nav > li > a:focus {
    background: transparent;
    color: #47bdff;
}
.top-nav > .mobile-login {
    display: none;
}
.top-nav .dropdown-menu > li > a {
    font-size: 12pt;
}
.header-wrap {
    margin-bottom: 18px;
    position: relative;
    background: url("../images/banner.png") center bottom/100% no-repeat;
}
.general-header {
    text-align: center;
    padding: 35px 0 55px
}
.logo {
    font: 3.5vw Distorter, Helvetica, sans-serif;
    background: -webkit-linear-gradient(top, rgb(180, 118, 229), rgb(71, 189, 255));
    background: linear-gradient(180deg, rgb(180, 118, 229), rgb(71, 189, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.general-nav > li {
    display: inline-block;
    vertical-align: top;
}
.general-nav > li > a {
    display: block;
    padding: 16px 5px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 20.86pt;
    transition: all .3s ease-out;
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 600;
}
.general-nav > li > a:hover,
.general-nav > li > a:focus,
.general-nav.nav .open > a, .general-nav.nav .open > a:hover, .general-nav.nav .open > a:focus {
    color: #B476E5;
    background: transparent;
    border-color: transparent;
    text-shadow: 0 0 5px rgba(180, 118, 229, 0.66);
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu {
    border: 0;
    padding: 0;
    background: rgb(28, 35, 49);
    box-shadow: none;
    min-width: 100%;
    border-radius: 20px;
    width: auto;
    max-width: 300px;
}
.dropdown-menu > li > a {
    color: rgb(221,237,247);
    white-space: normal;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    outline: 0;
    background: transparent;
    color: #B476E5;
}
.login-nav {
    position: absolute;
    text-align: center;
    top: 100%; left: 0; right: 0;
    width: auto;
}
.login-nav > li {
    display: inline-block;
    vertical-align: top;
}
.login-nav > li:first-child a {
    border-radius: 18px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(211,54,130,0)), color-stop(1, rgb(211,54,130)));
    background-image: -o-linear-gradient(left, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
    background-image: -webkit-linear-gradient(left, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
    background-image: -ms-linear-gradient(left, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
    background-image: linear-gradient(to left, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
}
.login-nav > li > a {
    display: block;
    cursor: pointer;
    width: 153px;
    color: #fff;
    text-decoration: underline;
    padding: 7px 0;
    font: 15pt Palatino Linotype, Book Antiqua3, Palatino, serif;
}
.login-nav > li:last-child a {
    border-radius: 18px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(211,54,130,0)), color-stop(1, rgb(211,54,130)));
    background-image: -o-linear-gradient(right, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
    background-image: -webkit-linear-gradient(right, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
    background-image: -ms-linear-gradient(right, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
    background-image: linear-gradient(to right, rgba(211,54,130,0) 0%, rgb(211,54,130) 100%);
}
.login-nav > li > a:hover,
.login-nav > li > a:focus {
    background-color: rgba(116,128,136,0.5);
    border-color: rgb(0,0,0);
    color: rgb(0,0,0);
}
.lighter {
    font-size: 1.2em;
    color: rgb(180, 118, 229);
    font-weight: 600;
}
.review-item {
    text-align: left;
    margin-bottom: 25px;
}
.review-body {
    padding: 15px;
    background: rgb(28, 35, 49);
    border: 10px solid rgb(8, 17, 31);
    border-radius: 1.5rem;
    color: #fff;
}
.reply-item {
    padding-left: 6%;
}
.reply-user {
    float: left;
}
.reply-text {
    overflow: hidden;
    padding-left: 15px;
}
.reply-user img {
    width: 60px;
    height: auto;
}
.review-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    color: rgb(71,189,255);
    font-weight: bold;
}
.rh-info {
    flex: 1;
}
.review-date {
    font-size: 0.9em;
}
.rating {
    font-weight: bold;
    color: rgb(71,189,255);
    text-align: center;
    background: url(../images/rate.png) center no-repeat;
    background-size: cover;
    padding: 10px 17px;
}
.add-review {
    text-align: center;
    padding: 15px 15px 45px;
}
.welcome,
.error,
.select-list .error {
    display: block;
    width: 100%;
    color: #fff;
    background: palevioletred;
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
    margin: 0 auto 25px;
}
.select-list li + .error,
.error + .error {
    display: none;
}
.select-list .error a {
    background: none transparent;
    display: inline;
    width: auto;
    padding: 0;
}
.error-page {
    padding: 5%;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 1px 1px 1px #ba3433, -1px -1px 1px #ba3433;
}
.general-ttl {
    padding: 50px 0;
    color: #fff;
    font-size: 29pt;
    font-weight: 600;
    text-align: center;
}
.general-ttl a {
    color: #fff;
    text-decoration: none;
}
.general-ttl a:hover,
.general-ttl a:focus {
    color: #fff;
}
.general-ttl + .sub-ttl {
    margin-top: -15px
}
.sub-ttl {
    padding: 0 15px 25px;
    color: #fff;
    font-size: 25pt;
    text-align: center;
}
.home-text,
.page-content {
    background: rgb(28, 35, 49);
    border: 10px solid rgb(8, 17, 31);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 15px;
    text-align: justify;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600
}
.home-ttl,
.home-text h2,
.home-text h1 {
    font-size: 27pt;
}
.home-text h3 {
    font-size: 1.75rem;
}
.home-text h4 {
    font-size: 1.5rem;
}
.home-text h5 {
    font-size: 1.4rem;
}
.home-text h6 {
    font-size: 1.3rem;
}
.home-text h1, .home-text h2, .home-text h3, .home-text h4, .home-text h5, .home-text h6 {
    padding-bottom: 0.6em;
    color: #fff;
    text-align: center;
}
.home-text p,
.home-text ul,
.home-text ol,
.page-content p,
.page-content ul,
.page-content ol {
    margin-bottom: 15px;
}
.make-order {
    padding: 15px 0;
    text-align: center;
}
.make-order a,
.add-review a,
.more-news {
    padding: 14px 45px;
    background: #fff;
    color: #0c101c;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
}
.make-order a:hover, .make-order a:focus,
.add-review a:hover, .add-review a:focus,
.more-news:hover, .more-news:focus {
    color: #fff;
    outline: 0;
    background: rgb(180, 118, 229);
    text-decoration: none;
}
.make-order p {
    padding-bottom: 15px;
}
blockquote {
    padding: 10px 0 10px 30px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    content: open-quote;
}
.breadcrumb {
    padding: 20px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
}
.breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb > li {
    text-shadow: none;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: rgba(255, 255, 255, .5);
    content: "\0087";
}
.breadcrumb a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}
.breadcrumb .active {
    color: rgba(255, 255, 255, .5);
}
.select-list {
    padding-bottom: 25px;
    text-align: center;
}
.select-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 25px;
}
.select-list a {
    display: block;
    cursor: pointer;
    padding: 1.2vw 3vw;
    color: #fff;
    border-radius: 20px;
    background: #b476e5;
    font-size: 23px;
    box-shadow: 0 0 10px #b476e5;
}
.select-list a:hover,
.select-list a:focus {
    text-decoration: none;
    background: rgb(71, 189, 255);
    transform: translateY(-2px);
    box-shadow: 0 0 3px #47bdff;
}
.product-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.product-list li {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24.5%;
    padding: 0 15px 30px;
    text-align: center;
}
.product-wrap {
    overflow: hidden;
    width: 100%;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #ae76e1;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: all .2s ease-out;
}
.product-list li:nth-child(2) .product-wrap,
.product-list li:nth-child(5n+2) .product-wrap {
    background: #9e84ea;
}
.product-list li:nth-child(3) .product-wrap,
.product-list li:nth-child(5n+3) .product-wrap {
    background: #948aec;
}
.product-list li:nth-child(4) .product-wrap,
.product-list li:nth-child(5n+4) .product-wrap {
    background: #8594f0;
}
.product-list li:nth-child(5) .product-wrap,
.product-list li:nth-child(5n+5) .product-wrap {
    background: #799cf3;
}
.product a:hover,
.product a:focus {
    text-decoration: none;
}
.product-container {
    display: block;
    cursor: pointer;
    transition: all .2s ease-out;
}
.product-wrap:hover,
.product-wrap:focus {
    box-shadow: 0 0 25px rgba(151, 151, 151, 0.75);
    transform: scale(1.03);
}
.img-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.img-wrap:before {
    display: block;
    padding-top: 75%;
    content: "";
}
.img-wrap img {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    max-width: 100%;
    margin: auto;
}
.product {
    width: 100%;
    padding-bottom: 45px;
}
#myChart {
    margin: auto;
    background: rgba(255, 255, 255, 0.87);
}
.product-ttl {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    color: #000;
    margin: 0 5px;
}
.price {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.price s {
    opacity: .6;
    font-size: .85em;
}
.product-description {
    font-size: 0.9em;
    padding: 0 0 10px;
    color: #000;
}
.review-qty {
    display: inline-block;
    vertical-align: top;
    color: #47bdff;
    font-weight: 600;
    transition: all .2s ease-out;
}
.review-qty:hover,
.review-qty:focus {
    color: #B476E5;
    text-decoration: none;
}
div.post {
    background: #eef9fa;
    padding: 15px;
    margin-bottom: 25px;
}
.news-title {
    padding: 15px 0;
    font-weight: bold;
}
.post img {
    max-width: 100%;
}
a.post {
    color: #333;
    text-decoration: none;
}
a.post:hover,
a.post:focus {
    color: #999;
    text-decoration: none;
}
.post-meta {
    padding: 10px 0;
}
.post-meta > li {
    display: inline-block;
    vertical-align: top;
}
.post-meta > li + li {
    padding-left: 10px;
}
.widget {
    padding-bottom: 25px;
}
.widget-title {
    color: #999;
    font-weight: bold;
}
.order-details {
    font-size: 18px;
    padding: 15px 4%;
    color: #7780a1;
    border-radius: 37px;
    background: linear-gradient(180deg, #ffffff0d, transparent);
    margin-bottom: 25px;
    border: 2px solid hsla(0,0%,100%,.1);
    font-weight: 600;
}
.order-details span {
    font-size: 23px;
    color: #fff;
}
.order-details .lighter {
    font-size: 1.6em;
}
.payment-form ::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: #f0f8ff;
    font-weight: 600;
}
.payment-form ::-moz-placeholder,
::-moz-placeholder {
    color: #f0f8ff;
    font-weight: 600;
}
.payment-form :-ms-input-placeholder,
:-ms-input-placeholder {
    color: #f0f8ff;
    font-weight: 600;
}
.payment-form :-moz-placeholder,
:-moz-placeholder {
    color: #f0f8ff;
    font-weight: 600;
}
.content-page {
    font-size: 17px;
    padding: 25px 0;
    margin-bottom: 25px;
}
.g-recaptcha > div {
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #bc3635;
    font: 20px Arial, Helvetica, sans-serif;
    cursor: pointer;
    opacity: 1;
}
.content-page p,
.content-page ul,
.content-page ol {
    padding-bottom: 15px;
}
.content-page ul {
    list-style: inside circle;
}
.content-page ol {
    list-style: inside decimal;
}
.content-page ul li,
.content-page ol li {
    padding-bottom: 10px;
}
.contact-form {
    width: 800px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 25px;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
    width: 100%;
    border: 0;
    padding: 10px 15px;
    background: transparent;
    color: #777777;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #777777;
    border-radius: 0;
}
.form-button {
    text-align: center;
}
.payment-form {
    text-align: center;
    padding: 2rem;
    background: #0c101c;
    width: 650px;
    max-width: 100%;
    margin: auto;
    border-radius: 30px;
}
.payment-form .has-error input:focus,
.payment-form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #252c3e;
}
.payment-form select,
.payment-form input[type=text],
.payment-form input[type=email],
.payment-form input[type=password],
.payment-form textarea {
    padding: 15px;
    border: 2px solid #252c3e;
    background: #0c101c;
    color: #f0f8ff;
    border-radius: 18px;
    display: block;
    box-shadow: none;
    width: 100%;
    height: auto;
}
#statusform-verifycode,
#reviewform-verifycode,
#contactform-verifycode,
#signupform-verifycode {
    padding: 15px;
}
.help-block {
    margin: 0;
    padding: 5px 0 0;
    text-align: left;
}
.has-error .help-block {
    color: rgb(180, 118, 229);
}
.has-error .form-control,
.has-error .form-control:focus,
.has-success .form-control,
.has-success .form-control:focus,
.form-control:focus {
    box-shadow: none;
}
.form-row {
    padding-bottom: 15px;
}
.field-addfundsform-mode > label {
    text-align: left;
    padding-bottom: 15px;
    display: block;
}
#addfundsform-mode label,
.payment-row label {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background: #312f2f;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.check-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.check-col + .check-col {
    margin-left: 2px;
}
.check-col input {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    opacity: 0;
}
.payment-form .check-col label {
    padding: 10px 15px;
    background: #312f2f;
    display: block;
    color: #fff;
    font-size: 17px;
    opacity: .5;
}
.check-col input:checked + label,
.check-col:hover label {
    opacity: 1;
}
.payment-form label {
    padding-right: 10px;
}
.payment-form #confirmform-mode {
    display: inline-block;
    vertical-align: top;
    border-radius: 16px;
    background-color: #1c2331;
}
.payment-form .radio {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 15px;
    color: #fff;
}
.payment-form .field-confirmform-mode > label {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
}
.payment-form input[type=submit],
.reload,
.address-form button[type=submit],
.payment-form button[type=submit],
.contact-form input[type=submit],
.contact-form button[type=submit]{
    padding: 14px 45px;
    background: #fff;
    color: #0c101c;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    transition: all .2s ease-out;
}
.reload {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.reload-wrap {
    text-align: center;
}
.captcha-img {
    float: left;
    padding-right: 10px;
}
.captcha-input {
    overflow: hidden;
}
.payment-form input[type=submit]:hover,
.payment-form input[type=submit]:focus,
.payment-form button[type=submit]:hover,
.payment-form button[type=submit]:focus,
.address-form button[type=submit]:hover,
.address-form button[type=submit]:focus,
.contact-form button[type=submit]:hover,
.contact-form button[type=submit]:focus,
.reload:focus,
.reload:hover {
    color: #fff;
    outline: 0;
    background: rgb(180, 118, 229);
    box-shadow: 0 0 7px #b585db;
}
.review-list .summary {
    display: none;
}
.summary {
    padding-bottom: 15px;
}
.table .action-column {
    width: 75px;
}
.pagination {
    display: block;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 0;
}
.pagination>li {
    display: inline-block;
    vertical-align: top;
}
.pagination>li a {
    padding: 0 7px;
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    background: rgb(37 44 62);
    border: 0;
    border-radius: 5px;
    color: #fff;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    opacity: .6;
    text-decoration: none;
    background: #312f2f;
    border: 0;
    border-radius: 5px;
    padding: 0 7px;
    color: #fff;
    font-size: 1.5rem;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    padding: 0 7px;
    font-size: 1.5rem;
    border: 0;
    color: #fff;
    background: rgb(8,17,31);
    border-radius: 5px;
}
.pagination>li a:hover,
.pagination>li a:focus {
    color: #fff;
    background: rgb(28, 35, 49);
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 5px;
}
.big {
    font-size: 2em;
}
.big-text {
    padding-bottom: 25px;
    font-size: 1.5em;
}
.main-footer {
    text-align: center;
    padding: 5px 0;
}
.main-footer a {
    color: #fff;
    font-size: 14px;
}
.main-footer a:hover,
.main-footer a:focus {
    color: #fff;
    text-decoration: underline;
}
.footer-nav a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.tabs-well,
.btn-well {
    padding-bottom: 10px;
}
.tabs-well .tabs-link,
.tabs-well .btn,
.tabs-well .balance-btn,
.btn-well a,
.btn-logout,
.removeItem,
#addItem {
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    margin: 0 5px 5px 0;
    background: #fff;
    color: #08111f;
    font-weight: bold;
    border-radius: 11px;
    border: none;
    box-shadow: none;
}
.tabs-well .btn-success {
    background: rgb(180, 118, 229);
}
.tabs-well .tabs-link:hover,
.tabs-well .btn:hover,
.tabs-well .balance-btn:hover,
.tabs-well .tabs-link:focus,
.tabs-well .btn:focus,
.btn-well a:hover,
.btn-well a:focus,
.btn-logout:hover,
.btn-logout:focus,
.removeItem:hover,
.removeItem:focus,
.tabs-well .balance-btn:focus,
#addItem:hover,
#addItem:focus {
    border: none;
    outline: 0;
    box-shadow: none;
    color: #fff;
    background: rgb(180, 118, 229);
    text-decoration: none;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table-wrap .table {
    max-width: none;
}
.table-wrap .table > thead > tr > th,
.table > thead > tr > th {
    background: rgb(8, 17, 31);
    border-color: rgb(8, 17, 31);
    color: #fff;
    vertical-align: middle;
}
.table > thead > tr > th > a {
    color: #fff;
}
.table-wrap thead th a {
    color: #fff;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgb(8, 17, 31);
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(176, 176, 177, .07);
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: rgba(155,130,0, .31);
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: rgba(35, 117, 1, 0.5);
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: rgba(167, 29, 29, 0.24);
}
.table .multi-width {
    min-width: 170px;
}
.responsive-table .table {
    max-width: 100%;
    table-layout: fixed;
}
.responsive-table img {
    max-width: 100%;
}
.table td[data-title="Номер для пополнения"] {
    overflow: hidden;
    text-overflow: ellipsis;
}
.table {
    background-color: rgb(28, 35, 49);
    border-color: rgb(28, 35, 49);
}
#product_items .item,
.address-wrap {
    background: #b0b0b020;
    padding: 15px;
    margin-bottom: 25px;
}
.address-form .form-body {
    padding-bottom: 20px;
    background: rgb(28, 35, 49);
    border: 10px solid rgb(8, 17, 31);
    border-radius: 1.5rem;
}
.address-form .form-group {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.address-form .field-address-1-address_text,
.address-form .field-address-address_text,
.address-form .field-address-1-priority,
.address-form .field-address-priority {
    float: none;
    width: 100%;
}
.qr-code {
    padding-bottom: 15px;
    text-align: center;
}
body .application--wrap {
    min-height: 0;
}
body .theme--light.application {
    background: transparent;
    color: inherit;
}
.ticket-info {
    padding-bottom: 15px;
}
.admin-info {
    padding: 15px;
    background: rgb(28, 35, 49);
    border: 10px solid rgb(8, 17, 31);
    border-radius: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
}
.admin-info p,
.admin-info ol,
.admin-info ul {
    padding-bottom: 10px;
}
.admin-info ol {
    list-style: decimal inside;
}
.admin-info strong {
    font-weight: bold;
}
.admin-info ul {
    list-style: circle inside;
}
.theme--light.v-input:not(.v-input--is-disabled) input, .theme--light.v-input:not(.v-input--is-disabled) textarea {
    color: #fff;
    background: rgba(255, 255, 255, 0.17);
}
.form-control {
    border: 2px solid #252c3e;
    background: #0c101c;
    color: #f0f8ff;
    border-radius: 12px;
}
#app {
    max-width: 100%;
}
#app .v-select__selection--comma,
#app .theme--light.v-label,
#app .theme--light.v-icon,
#app .application--wrap h2 {
    color: #fff;
}
#app .theme--light.v-input:not(.v-input--is-disabled) input, .theme--light.v-input:not(.v-input--is-disabled) textarea {
    color: #fff;
    background: transparent;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.woff2') format('woff2'),
    url('../fonts/Raleway-Black.woff') format('woff'),
    url('../fonts/Raleway-Black.ttf') format('truetype'),
    url('../fonts/Raleway-Black.svg#Raleway-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype'),
    url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraBold.woff') format('woff'),
    url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.woff2') format('woff2'),
    url('../fonts/Raleway-Light.woff') format('woff'),
    url('../fonts/Raleway-Light.ttf') format('truetype'),
    url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/Raleway-Regular.woff') format('woff'),
    url('../fonts/Raleway-Regular.ttf') format('truetype'),
    url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
    url('../fonts/Raleway-Medium.woff') format('woff'),
    url('../fonts/Raleway-Medium.ttf') format('truetype'),
    url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
    url('../fonts/Raleway-SemiBold.woff') format('woff'),
    url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
    url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Distorter';
    src: url('../fonts/DistorterDemoRegular.woff2') format('woff2'),
    url('../fonts/DistorterDemoRegular.woff') format('woff'),
    url('../fonts/DistorterDemoRegular.ttf') format('truetype'),
    url('../fonts/DistorterDemoRegular.svg#DistorterDemoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?58234571');
    src: url('../fonts/fontello.eot?58234571#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?58234571') format('woff2'),
    url('../fonts/fontello.woff?58234571') format('woff'),
    url('../fonts/fontello.ttf?58234571') format('truetype'),
    url('../fonts/fontello.svg?58234571#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-basket:before { content: '\e800'; }
.icon-award:before { content: '\e801'; }
.icon-login-1:before { content: '\e802'; }
.icon-briefcase:before { content: '\e803'; }
.icon-user:before { content: '\e804'; }
.icon-globe:before { content: '\e805'; }
.icon-location:before { content: '\e806'; }
.icon-dollar:before { content: '\f155'; }
.icon-user-plus:before { content: '\f234'; }
.icon-shopping-basket:before { content: '\f291'; }
.icon-clock:before { content: '\e807'; }
.icon-cancel:before { content: '\e808'; }
.icon-pencil:before { content: '\e809'; }
.icon-reply:before { content: '\f112'; }
.icon-star:before { content: '\e80a'; }
.icon-star-empty:before { content: '\e80b'; }

@media screen and (max-width: 1040px) {
    .general-header {
        text-align: center;
    }
    .general-nav {
        float: none;
        text-align: center;
    }
    .responsive-table .table,
    .responsive-table .table tbody,
    .responsive-table .table thead,
    .responsive-table .table tr,
    .responsive-table .table td,
    .responsive-table .table thead tr.filters {
        display: block;
        width: 100%;
    }
    .responsive-table .table thead tr {
        display: none;
    }
    .responsive-table td[data-title]:before {
        padding-right: 15px;
        font-weight: bold;
        content: attr(data-title);
    }
    .responsive-table .table td {
        border: 0;
    }
}
@media screen and (max-width: 900px) {
    .general-nav > li {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .product-list li {
        width: 32.5%;
    }
    .order-details {
        padding-left: 10px;
    }
}
@media screen and (max-width: 790px) {
    .select-list li {
        width: 49%;
    }
    .address-form .form-group:not(:last-child) {
        width: 50%;
    }
    .header-wrap {
        min-height: auto;
        background-size: cover;
    }
    .general-nav li {
        display: block;
        text-align: center;
        border: 0!important;
    }
    .general-nav > li > a {
        display: inline-block;
        vertical-align: top;
        padding: 11px 5px;
        text-shadow: 0 0 2px #000, 0 0 5px #000;
    }
    .general-nav > li > a:hover, .general-nav > li > a:focus, .general-nav.nav .open > a, .general-nav.nav .open > a:hover, .general-nav.nav .open > a:focus {
        text-shadow: none;
    }
}
@media screen and (max-width: 650px) {
    .product-list li {
        width: 45.5%;
    }
    .general-ttl {
        font-size: 2rem;
    }
    .select-list {
        text-align: center;
    }
    .round-wrap .sukub {
        display: none;
    }
    .address-form .form-group:not(:last-child) {
        width: 100%;
        float: none;
    }
    .review-header {
        text-align: center;
    }
    .rating {
        margin: 10px auto 0;
    }
}
@media screen and (max-width: 560px) {
    .general-header {
        padding: 10px 0;
    }
    .general-nav .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .select-list li {
        width: 100%;
    }
    .balance-row {
        text-align: center;
    }
    .balance {
        display: block;
        margin-bottom: 5px;
    }
    .top-nav {
        text-align: left;
    }
    .top-nav > li {
        width: 48%;
    }
}
@media screen and (max-width: 480px) {
    .product-list li {
        width: 100%;
    }

}