<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: #291623;
}
a:hover,
a:focus {
    color: #7a4269;
}
select, input, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, html {
    height: 100%;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #f5f6f7;
    color: #9ca5bf;
    font: 15px/1.58em 'Open Sans', 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;
    border-radius: 9px;
    background-color: #e9656b;
    border-color: #e9656b;
    box-shadow: 0 5px 0 0 #d86066, 1px 13px 30px 4px #b8b8bf;
    font-weight: 600;
}
.long-wallet {
    word-wrap: break-word;
}
.wrapper {
    flex: 1;
}
.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,
.balance-btn {
    -o-transition:color .1s ease-out, background .1s ease-in, border .1s ease-in;
    -ms-transition:color .1s ease-out, background .1s ease-in, border .1s ease-in;
    -moz-transition:color .1s ease-out, background .1s ease-in, border .1s ease-in;
    -webkit-transition:color .1s ease-out, background .1s ease-in, border .1s ease-in;
    transition:color .1s ease-out, background .1s ease-in, border .1s ease-in;
}
.wrapper &gt; .frame {
    padding-bottom: 70px;
}
.top-wrap {
    text-align: right;
}
.top-nav &gt; li {
    display: inline-block;
    vertical-align: top;
}
.top-nav &gt; li &gt; a {
    color: #716573;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}
.top-nav &gt; li &gt; a:before {
    margin-right: 10px;
    font-size: 2em;
    color: #716573;
    font-family: PeaxDrawnIcons;
    vertical-align: middle;
}
.reg-item:before {
    content: 'Y';
}
.login-item:before {
    content: 'H';
}
.top-nav &gt; li &gt; a:hover,
.top-nav &gt; li &gt; a:focus,
.top-nav &gt; li &gt; a:hover:before,
.top-nav &gt; li &gt; a:focus:before {
    background: transparent;
    color: #e9656b;
}
.general-header {
    position: relative;
    background: rgb(80,32,44);
    background: -moz-radial-gradient(center, ellipse cover, rgb(80,32,44) 0%, rgb(34,7,34) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(80,32,44) 0%,rgb(34,7,34) 100%);
    background: radial-gradient(ellipse at center, rgb(80,32,44) 0%,rgb(34,7,34) 100%);
    text-align: center;
}
.general-header:before {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background: url("../images/logo.png") center center no-repeat;
    background-size: 100%;
    opacity: .04;
    content: "";
}
.tg-bots {
    text-align: center;
    padding: 0 15px;
}
.tg-bots a {
    color: #fff;
}
.logo:hover,
.logo:focus {
    animation: pop 0.5s linear 1;
}
.logo img {
    width: 200px;
    max-width: 100%;
    transform: rotate(-4deg);
}
.header-center {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    z-index: 1;
}
.gn-left {
    order: -1;
    text-align: left;
}
.gn-right {
    text-align: right;
}
.general-nav &gt; li {
    display: inline-block;
    vertical-align: top;
}
.general-nav &gt; li &gt; a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 14px 7px;
    color: #b8aaaf;
    font-size: 14px;
    line-height: 23px;
    -moz-transition:all .1s ease-out;
    -webkit-transition:all .1s ease-out;
    -o-transition:all .1s ease-out;
    transition:all .1s ease-out;
    cursor: pointer;
}
.general-nav &gt; li &gt; a:before {
    line-height: 1em;
    color: #b8aaaf;
    font-family: PeaxDrawnIcons;
    font-size: 2.5em;
    vertical-align: middle;
}
.general-nav &gt; .ni-shop &gt; a:before {
    content: "B";
}
.general-nav &gt; .ni-status &gt; a:before {
    content: "s";
}
.general-nav &gt; .ni-easy &gt; a:before {
    content: "w";
}
.general-nav &gt; .ni-review &gt; a:before {
    content: "8";
}
.general-nav &gt; .ni-info &gt; a:before {
    content: ".";
}
.general-nav &gt; .ni-telegram &gt; a:before {
    content: "k";
}
.general-nav &gt; li &gt; a:hover:before,
.general-nav &gt; li &gt; a:focus:before {
    color: #e9656b;
}
.general-nav &gt; li &gt; a:hover,
.general-nav &gt; li &gt; a:focus {
    color: #e9656b;
    animation: pop 0.3s linear 1;
    background: transparent;
}
@keyframes pop{
    50%  {transform: scale(1.1);}
}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: transparent;
    color: #e9656b;
}
.dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: rgb(74, 29, 42);
    padding: 25px 0 24px;
    margin: 0;
    box-shadow: none;
}
.dropdown-menu &gt; li &gt; a {
    font-size: 12px;
    color: #b8aaaf;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    color: #e9656b;
    text-decoration: none;
    background-color: transparent;
}
.lighter {
    font-size: 1.2em;
    color: #e9656b;
    font-weight: 600;
}
.general-content {
    padding-top: 2.2vw;
    padding-bottom: 2.2vw;
    background: #f5f6f7 url("../images/bg.png") center repeat fixed;
    background-size: 100% auto;
}
.review-item {
    text-align: left;
    color: #585858;
    padding: 15px;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 25px;
}
.reply-item {
    padding-left: 6%;
}
.rh-info,
.reply-user {
    float: left;
}
.reply-text {
    overflow: hidden;
    padding-left: 15px;
}
.reply-user img {
    width: 60px;
    height: auto;
}
.review-header {
    padding-bottom: 10px;
    color: #efa72c;
    font-weight: bold;
    font-size: 18px;
}
.review-date {
    font-size: 0.9em;
}
.rating {
    float: right;
    font: 0/0 serif;
    width: 180px; height: 33px;
}
.rating-1 {
    background: url("../images/star1.png");
}
.rating-2 {
    background: url("../images/star2.png");
}
.rating-3 {
    background: url("../images/star3.png");
}
.rating-4 {
    background: url("../images/star4.png");
}
.rating-5 {
    background: url("../images/star5.png");
}
.add-review {
    text-align: center;
    padding: 15px 15px 45px;
}
.page-content {
    color: #585858;
}
.page-content strong {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}
.welcome,
.error,
.select-list .error {
    display: block;
    width: 100%;
    color: #fff;
    background: #fcb731;
    text-align: center;
    border-radius: 9px;
    box-shadow: 0 5px 0 0 #efa72c, 1px 13px 30px 4px #b8b8bf;
    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;
}
.main-ttl {
    padding: 25px 0 0;
    margin-bottom: -2vw;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10vw;
    line-height: 0.75;
}
.main-ttl.long-gt {
    font-size: 7.5vw;
}
.main-ttl a {
    color: #312f2f;
    text-decoration: none;
}
.main-ttl a:hover,
.main-ttl a:focus {
    color: #fff;
}
.general-ttl,
.dark-ttl {
    padding: 25px 0 45px;
    color: rgba(122, 66, 105, .5);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 0.9;
}
.sub-ttl {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 0.75;
    color: rgba(122, 66, 105, .15);
    margin-bottom: 3vw;
}
.home-text {
    padding: 30px 20px;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.14);
}
.home-text p {
    padding-bottom: 15px;
}
.home-ttl {
    color: #efa72c;
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 1rem;
}
.site-ttl {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 7vw;
    line-height: 0.75;
    color: rgba(122, 66, 105, .5);
}
.ht-wrap {
    text-align: justify;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.9;
    color: #7a4269;
}
.area-list {
    text-align: center;
}
.area-list &gt; li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px;
}
.area-list a {
    display: block;
    padding: 15px 35px;
    background: #fcb731;
    text-align: center;
    border-radius: 9px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    box-shadow: 0 5px 0 0 #efa72c, 1px 13px 30px 4px #b8b8bf;
    text-decoration: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    cursor: pointer;
}
.area-list a span {
    display: block;
}
.area-icon {
    padding: 10px 0;
}
.area-icon:before {
    display: block;
    color: #f08628;
    content: "k";
    text-transform: none;
    font-size: 3em;
    font-weight: 700;
    font-family: PeaxDrawnIcons;
}
.area-list a:hover,
.area-list a:focus {
    box-shadow: 1px 13px 30px 0 #b8b8bf;
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
.make-order {
    padding: 15px 0;
    text-align: center;
}
.make-order a,
.add-review a,
.more-news {
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    background: transparent;
    color: #e9656b;
    border: 2px solid #e9656b;
    font-size: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.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: none;
    background: #e9656b;
    border-color: #e9656b;
    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: 10px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb &gt; li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb &gt; li {
    text-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb &gt; li + li:before {
    padding: 0 5px;
    color: #7a4269;
    content: "\0085";
}
.breadcrumb a {
    color: #7a4269;
    text-decoration: none;
}
.breadcrumb .active {
    color: #7a4269;
    font-weight: 600;
}
.balance-row {
    padding: 10px 0;
    background: rgb(34,7,34);
    color: #b8aaaf;
    font-size: 13px;
    text-align: right;
}
.balance-row .balance-btn {
    color: #fff;
    font-weight: 600;
    padding: 5px;
    margin-right: 4px;
    text-transform: uppercase;
}
.balance-row .balance-btn:hover,
.balance-row .balance-btn:focus {
    text-decoration: none;
}
.balance-btn span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}
.balance-btn span:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.balance-btn:hover span:after,
.balance-btn:focus span:after {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.balance-btn .cb-icon {
    font-size: 1.5em;
    line-height: 22px;
    height: 28px;
    width: 28px;
}
.btn-logout {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    background: transparent;
    color: #716573;
    border: 2px solid #716573;
    font-size: 13px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
}
.btn-logout:hover,
.btn-logout:focus {
    color: #fff;
    border-color: #e9656b;
    background: #e9656b;
}
.top-papper {
    margin-top: -27px;
}
.top-papper svg {
    fill: #fff;
}
.select-list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}
.select-list a:hover,
.select-list a:focus {
    text-decoration: none;
}
.city-list li {
    width: 33.3%;
    padding: 15px;
    margin-bottom: 15px;
}
.city-wrap {
    position: relative;
    display: block;
    padding: 15px 10px;
    background: #fcb731;
    text-align: center;
    border-radius: 9px;
    box-shadow: 0 5px 0 0 #efa72c, 1px 13px 30px 4px #b8b8bf;
    cursor: pointer;
    text-decoration: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.city-wrap:hover,
.city-wrap:focus {
    box-shadow: 1px 13px 30px 0 #b8b8bf;
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
.city-sub-ttl {
    display: block;
    padding: 20px 0 0;
    text-align: center;
}
.city-sub-ttl:before {
    display: block;
    color: #f08628;
    content: "l";
    font-size: 3em;
    font-weight: bold;
    font-family: PeaxDrawnIcons;
}
.city-ttl {
    display: block;
    font-size: 29px;
    font-weight: 800;
    text-transform: uppercase;
    color: #f08628;
    margin: 25px 0;
    cursor: pointer;
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
}
.city-btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 48px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
}
.cb-icon {
    font-size: 2em;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    height: 33px;
    margin-right: 5px;
    width: 33px;
}
.city-btn span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.city-btn span:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.city-wrap:hover span:after,
.city-wrap:focus span:after {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.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: 33.3%;
    padding: 0 35px 45px;
    text-align: center;
}
.img-wrap {
    display: block;
    margin-bottom: 10px;
}
.img-wrap img {
    width: 100%;
    transform: rotate3d(0,0,1,-4deg);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
}
.product-list li:nth-child(even) .img-wrap img {
    transform: rotate3d(0,0,1,4deg);
}
.product-wrap:hover .img-wrap img,
.product-wrap:focus .img-wrap img {
    transform: matrix(0.99756, -0.06976, 0.06976, 0.99756, 6.51923, 4.34849);
}
.product-list li:nth-child(even) .product-wrap:hover .img-wrap img,
.product-list li:nth-child(even) .product-wrap:focus .img-wrap img {
    transform: matrix(0.99756, 0.06976, -0.06976, 0.99756, 3.51923, 2.68926);
}
.product-wrap {
    position: relative;
    width: 100%; height: 100%;
    padding: 2.75rem;
    background: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
}
.product-wrap:hover,
.product-wrap:focus {
    text-decoration: none;
    transform: scale(1.03);
}
.product-description {
    color: #9ea0a3;
    font-size: 13px;
    text-align: right;
}
.review-qty {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    color: #7a4269;
    opacity: .65;
}
.review-qty span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #e9656b;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
}
.review-qty span:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7a4269;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.review-qty:hover span:after,
.review-qty:focus span:after {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.review-qty .cb-icon {
    color: #7a4269;
    font-size: 1.5em;
    border-color: #7a4269;
    line-height: 23px;
    height: 29px; width: 29px;
}
.review-qty:hover,
.review-qty:focus {
    color: #7a4269;
    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 &gt; li {
    display: inline-block;
    vertical-align: top;
}
.post-meta &gt; li + li {
    padding-left: 10px;
}
.widget {
    padding-bottom: 25px;
}
.widget-title {
    color: #999;
    font-weight: bold;
}
.pd-text {
    padding: 10px;
}
.product-ttl {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 -0.25rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: 0 50%;
    color: #e9656b;
    text-decoration: none;
}
.price {
    display: block;
    text-align: center;
    margin-right: -65px;
    padding-bottom: 10px;
    color: #e9656b;
    font-weight: 800;
    font-size: 2.2rem;
}
.order-details {
    padding: 30px 4% 15px;
    background: #fff;
    color: #666c78;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 9px;
    box-shadow: 0 20px 30px 12px rgba(184, 184, 191, .45);
    margin-bottom: 25px;
}
.order-details &gt; li {
    padding-bottom: 15px;
}
.order-details &gt; li &gt; span {
    display: inline-block;
    vertical-align: top;
    text-transform: none;
    font-size: 16px;
    color: #7A4269;
    font-weight: bold;
    width: 70%;
    text-align: left;
}
.order-details .lighter {
    font-size: 1.6em;
}
::-webkit-input-placeholder {
    color: #abacaf;
    font-weight: 600;
}
::-moz-placeholder {
    color: #abacaf;
    font-weight: 600;
}
:-ms-input-placeholder {
    color: #abacaf;
    font-weight: 600;
}
:-moz-placeholder {
    color: #abacaf;
    font-weight: 600;
}
.content-page {
    font-size: 17px;
    padding: 25px 0;
    margin-bottom: 25px;
}
.g-recaptcha &gt; 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: 16px RobotoLight, Arial, Helvetica, sans-serif;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #777777;
    border-radius: 0;
}
.form-button {
    text-align: center;
}
.payment-form {
    position: relative;
    text-align: center;
    padding: 15px;
    width: 650px;
    max-width: 100%;
    margin: auto;
}
.payment-form .has-error input:focus,
.payment-form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
}
.payment-form select,
.payment-form input[type=text],
.payment-form input[type=email],
.payment-form input[type=password],
.payment-form textarea {
    display: block;
    width: 100%; height: auto;
    padding: 10px 15px;
    background: #fff;
    color: #7a4269;
    font-weight: 600;
    border: 2px solid #e4e6e8;
    border-radius: 25px;
    box-shadow: none;
}
.payment-form .has-error .form-control {
    border-color: #e9656b;
}
.payment-form .has-success .form-control {
    border-color: #e4e6e8;
}
#statusform-verifycode,
#reviewform-verifycode,
#contactform-verifycode,
#signupform-verifycode {
    padding: 13px 15px;
}
.help-block {
    margin: 0;
    padding: 5px 0 0;
    text-align: left;
}
.has-error .help-block {
    color: #e9656b;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.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 &gt; 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 .radio {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding: 10px;
    background: #e9656b;
    border-radius: 25px;
    color: #fff;
}
.payment-form .radio label {
    font-weight: 600;
}
.payment-form .field-confirmform-mode &gt; label {
    color: rgba(122, 66, 105, .5);
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 0 20px;
}
.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]{
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    background: transparent;
    color: #e9656b;
    border: 2px solid #e9656b;
    font-size: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.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: none;
    background: #e9656b;
    border-color: #e9656b;
}
.review-list .summary {
    display: none;
}
.summary {
    padding-bottom: 15px;
}
.action-column {
    width: 180px;
}
.pagination {
    display: block;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 0;
}
.pagination&gt;li {
    display: inline-block;
    vertical-align: top;
}
.pagination&gt;li a {
    padding: 0 7px;
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    background: rgba(49, 47, 47, .7);
    border: 0;
    border-radius: 0;
    color: #fff;
}
.pagination&gt;.disabled&gt;span, .pagination&gt;.disabled&gt;span:hover, .pagination&gt;.disabled&gt;span:focus, .pagination&gt;.disabled&gt;a, .pagination&gt;.disabled&gt;a:hover, .pagination&gt;.disabled&gt;a:focus {
    opacity: .6;
    text-decoration: none;
    background: #312f2f;
    border: 0;
    border-radius: 0;
    padding: 0 7px;
    color: #fff;
    font-size: 1.5rem;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    padding: 0 7px;
    font-size: 1.5rem;
    border: 0;
    color: #fff;
    background: rgba(49, 47, 47, .7);
}
.pagination&gt;li a:hover,
.pagination&gt;li a:focus {
    color: #fff;
    background: #312f2f;
}
.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span,
.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
    border-radius: 0;
}
.big {
    font-size: 2em;
}
.big-text {
    padding-bottom: 25px;
    font-size: 1.5em;
}
.main-footer {
    background-color: #191919;
    padding: 16px 0;
}
.footer-nav {
    text-align: center;
}
.footer-nav a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    vertical-align: top;
    padding: 10px;
    color: #a4a4a4;
}
.footer-nav a:hover,
.footer-nav a:focus {
    color: #e9656b;
    text-decoration: none;
}
.tabs-well,
.btn-well {
    padding-bottom: 10px;
}
.tabs-well .tabs-link,
.tabs-well .btn,
.tabs-well .balance-btn,
.btn-well a,
.removeItem,
#addItem {
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    background: transparent;
    color: #e9656b;
    border: 2px solid #e9656b;
    font-size: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
    margin-bottom: 20px;
}
.tabs-well .btn-success {
    color: #7a4269;
    border-color: #7a4269;
}
.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,
.removeItem:hover,
.removeItem:focus,
.tabs-well .balance-btn:focus,
#addItem:hover,
#addItem:focus {
    box-shadow: none;
    color: #fff;
    background: #e9656b;
    text-decoration: none;
}
.tabs-well .btn.btn-success:hover,
.tabs-well .btn.btn-success:focus {
    color: #fff;
    background: #7a4269;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table-wrap .table {
    max-width: none;
}
.table {
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 5px 0 0 #d2d2d9;
}
.table-wrap .table &gt; thead &gt; tr &gt; th {
    background: #7a4269;
    border-color: #7a4269;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
}
.table-wrap thead th a {
    color: #fff;
}
.table .multi-width {
    min-width: 170px;
}
.responsive-table .table {
    max-width: 100%;
    table-layout: fixed;
}
.table-bordered &gt; thead &gt; tr &gt; th, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: none;
    border-bottom: 1px solid #ddd;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-bordered {
    border: none;
}
.table td[data-title="ÃÂÃÂ¾ÃÂ¼ÃÂµÃ‘â‚¬ ÃÂ´ÃÂ»Ã‘Â ÃÂ¿ÃÂ¾ÃÂ¿ÃÂ¾ÃÂ»ÃÂ½ÃÂµÃÂ½ÃÂ¸Ã‘Â"] {
    overflow: hidden;
    text-overflow: ellipsis;
}
#product_items .item {
    background: #b0b0b020;
    padding: 15px;
    margin-bottom: 25px;
}
.address-form .form-body {
    padding-bottom: 20px;
}
.address-form .form-group {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.address-form .form-group:last-child {
    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: #eaeaea;
    margin-bottom: 15px;
}
.admin-info p,
.admin-info ol,
.admin-info ul {
    padding-bottom: 10px;
}
.admin-info ol {
    list-style: decimal inside;
}
.admin-info ul {
    list-style: circle inside;
}
/* chat */
.modal-backdrop {
    z-index: 999;
}
#conversejs .brand-subtitle,
#conversejs .byline,
.converse-svg-logo {
    display: none!important;
}
.brand-name__text {
    color: rgba(255, 255, 255, 0)!important;
    background: url("../images/logo.png") center center no-repeat;
    background-size: contain;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('ttf'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('ttf'),
    url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('ttf'),
    url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('ttf'),
    url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'PeaxDrawnIcons';
    src: url('../fonts/PeaxDrawnIcons.eot');
    src: url('../fonts/PeaxDrawnIcons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PeaxDrawnIcons.woff2') format('woff2'),
    url('../fonts/PeaxDrawnIcons.woff') format('woff'),
    url('../fonts/PeaxDrawnIcons.ttf') format('ttf'),
    url('../fonts/PeaxDrawnIcons.svg#PeaxDrawnIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (max-width: 1100px) {
    .header-center {
        flex-direction: column;
    }
    .gn-left {
        order: 0;
        text-align: center;
    }
    .gn-right {
        text-align: center;
    }
}
@media screen and (max-width: 1040px) {

    .general-header {
        text-align: center;
    }
    .general-nav {
        float: none;
    }
    .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-striped &gt; tbody &gt; tr:nth-of-type(odd) {
        background-color: #e4e4e4;
    }
    .city-list li {
      width: 50%;
    }
}
@media screen and (max-width: 900px) {
    .product-list li {
        width: 50%;
    }
    .order-details span {
        width: auto;
    }
    .order-details {
        padding-left: 10px;
    }
    .main-ttl {
        margin-bottom: -5px;
    }
    .sub-ttl {
        margin-bottom: -5px;
        font-size: 45px;
    }
}
@media screen and (max-width: 790px) {
    .address-form .form-group:not(:last-child) {
        width: 50%;
    }
    .city-list li {
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .product-list li {
        width: 90%;
    }
    .main-ttl {
        font-size: 2rem;
        line-height: 1.2
    }
    .general-nav li {
        display: block;
        text-align: center;
    }
    .general-nav &gt; li &gt; a {
        display: inline-block;
        vertical-align: top;
    }
    .select-list {
        text-align: center;
    }
    .round-wrap .sukub {
        display: none;
    }
    .address-form .form-group:not(:last-child) {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .product-list li {
        width: 100%;
    }

}</pre></body></html>