@font-face {
    font-family: 'Blender Pro Book';
    src: url('/fonts/BlenderPro-Book.woff2') format('woff2'),
        url('/fonts/BlenderPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blender Pro';
    src: url('/fonts/BlenderPro-Bold.woff2') format('woff2'),
        url('/fonts/BlenderPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blender Pro';
    src: url('/fonts/BlenderPro-Medium.woff2') format('woff2'),
        url('/fonts/BlenderPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    background: url(/images/bg.jpg);
    background-color: #080300;
    color: #ffffff;
    font-family: 'Blender Pro', serif;
    text-align: center !important;
}

body,
html {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

a {
    color: #f3ea5f;
    text-decoration: none;
    transition: 0.5s;
}

a:focus,
a:hover {
    color: #d7f35f;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 1px 2px rgb(229 45 195));
    filter: drop-shadow(0px 1px 2px rgb(229 45 195));
}

.banner-info {
    background: #7900d9 !important;
    color: #ffffff !important;
}

.main {
    flex: 1;
}

.navbar-default {
    background: transparent;
    border: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(120%) blur(20px);
    border-radius: 0;
    padding: 10px 0px;
    min-height: auto;
    border-bottom: 2px solid rgba(180, 180, 180, 0.05);
    box-shadow: 0px 2px 20px #00000052;
}

.navbar-nav>li {
    position: relative;
    display: inline-block;
    float: none;
}

.navbar-brand {
    height: auto;
    display: inline-block;
    float: none;
}

img.center {
    display: block;
    margin: 0 auto;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.h1,
h1 {
    text-align: center;
}

.title {
    margin: 40px;
    margin-top: 10px;
}

.select-list li {
    font-size: 44px;
    display: inline-block;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    transition: 0.5s;
}

.select-ttl {
    overflow: hidden;
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    font-weight: bold;
    color: #3de2ff;
    text-shadow: 1px 1px 10px #3de2ffcc;
    text-transform: uppercase;
}

.select-ttl:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 7px;
    background-color: #3de2ff;
    margin-top: 10px;
    display: block;
}

.select-ttl .line {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}

.select-list li a {
    color: #fff;
    position: relative;
    transition: .5s;
    overflow: hidden;
}

.select-list li a:hover {
    text-decoration: none;
}

.select-list li:hover {
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 179, 218, 0.2));
    filter: drop-shadow(0 2px 20px rgba(0, 179, 218, 0.2));
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 10px;
    text-transform: uppercase;
    color: #e52dc3;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #3de2ff;
}

.greens {
    height: 20px;
}

.footer {
    width: 100%;
    margin-top: 20px;
}

.footer span {
    font-weight: normal;
    margin-right: 4px;
}

.product-list,
.select-list {
    padding: 0px 10px;
}

.product-list li {
    display: inline-block;
    width: 25%;
    padding: 10px 0px;
    transition: 0.5s;
    opacity: 0.8;
}

.product-list .item {
    padding: 10px;
    transition: 0.5s;
}

.select-list .item {
    padding: 10px;
    transition: 0.3s;
}

.product-list li:hover,
.product-list li:focus,
.product-list .item:hover,
.product-list .item:focus,
.select-list li:hover,
.select-list li:focus,
.select-list .item:hover,
.select-list .item:focus {
    -webkit-filter: drop-shadow(1px 1px 10px #ff60e280);
    filter: drop-shadow(1px 1px 10px #ff60e280);
}

.product-list li:hover a,
.product-list li:focus a,
.product-list .item:hover a,
.product-list .item:focus a,
.select-list li:hover a,
.select-list li:focus a,
.select-list .item:hover a,
.select-list .item:focus a {
    background: #e742c9;
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 158 237);
    box-shadow: inset 0 0 0 1px rgb(255 158 237);
}

.product-list li a,
.product-list .item a {
    display: block;
    background: #7900d9;
    padding: 10px;
    text-decoration: none;
    transition: 0.5s;
}

.select-list a {
    font-size: 20px;
    line-height: 20px;
    display: block;
    background: #E52DC3;
    box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    padding: 20px;
    border: 0;
    text-decoration: none;
    transition: 0.5s;
}


.product-list li a .product-name,
.product-list .item span .product-name,
.select-list .item span .name {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #3de2ff;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.product-list li a .product-price,
.product-list .item span .product-price {
    line-height: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0px;
}

.select-list .item span .location {
    line-height: 1em;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0px;
    margin-bottom: 0px;
}

.order-info li {
    padding: 10px 0px;
    word-wrap: break-word;
}

.order-info form {
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    color: #e52dc3;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    border-bottom: 1px solid #7900d9;
    word-wrap: break-word;
}

.order-help {
    color: #e8de5d;
    display: block;
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    font-size: 14px;
    border-bottom: 1px solid #7900d9;
    padding: 10px;
}

.order-help:nth-last-child(1) {
    color: #e8de5d;
    display: block;
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    font-size: 14px;
    border-bottom: 0;
    padding: 10px;
}

.order-info-buttons {
    margin-top: 10px;
}
.list-nav-btn {
    background: #E52DC3;
    box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}
.order-info-btn {
    background: #E52DC3;
    box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgb(255 96 226) inset;
    display: inline-block;
    min-width: 150px;
    border: 0;
    border-radius: 0;
    padding: 15px 20px;
    margin: 15px 5px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}

.order-info-btn:hover,
.order-info-btn:focus,
.order-info-btn:active {
	color: #fff;
    background: #e742c9;
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 158 237);
    box-shadow: inset 0 0 0 1px rgb(255 158 237);
    -webkit-filter: drop-shadow(1px 1px 10px #ff60e280);
    filter: drop-shadow(1px 1px 10px #ff60e280);
    outline: 0;
}

.buy-info,
.order-info,
.history,
.other {
    background: transparent;
    border: 1px solid #7900d9;
    margin-bottom: 20px;
}

.buy-info ul,
.order-info ul,
.history ul,
.other ul {
    margin-bottom: 0;
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.buy-info li,
.order-info li,
.history li,
.other li {
    color: #e52dc3;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    word-wrap: break-word;
    border-bottom: 1px solid #7900d9;
}

.buy-info li:nth-last-child(1),
.history li:nth-last-child(1) {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    word-wrap: break-word;
    border-bottom: 0;
}

.buy-info li span,
.order-info li span,
.order-info form span {
    color: #fff;
}

.buy-method-btn {
    background: #7900d9;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    margin: 15px 5px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}

.buy-method-btn:hover,
.buy-method-btn:focus,
.buy-method-btn:active {
    background: #6000AD;
    -webkit-box-shadow: inset 0 0 0 1px #8e16ec;
    box-shadow: inset 0 0 0 1px #8e16ec;
    -webkit-filter: drop-shadow(1px 1px 10px #ff60e280);
    filter: drop-shadow(1px 1px 10px #ff60e280);
    outline: 0;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #d7f35f !important;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 1px 2px rgb(229 45 195));
    filter: drop-shadow(0px 1px 2px rgb(229 45 195));
    text-decoration: none;
    outline: 0;
}
.btn-success, .btn-danger {
    color: #fff;
    background-color: #7900d9;
    border: 0;
    border-radius: 0;
    outline: 0;
    transition: 0.5s;
    font-size: 16px;
}
.btn-succes:hover, .btn-succes:focus, .btn-succes:active,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	color: #fff;
    background-color: #7900d9;
	-webkit-filter: drop-shadow(1px 1px 10px #ff60e280);
    filter: drop-shadow(1px 1px 10px #ff60e280);
    outline: 0;
}
.buy-method-btn span {
    margin-left: 4px;
    font-weight: bold;
    color: rgb(61 226 255);
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0px;
}

.form-control.input-code {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    color: #ffffff;
    background: #7900d980;
    font-weight: 500;
    margin-left: 8px;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    border-radius: 0px;
    outline: 0;
}

.form-control.input-code:focus {
    border-radius: 0px;
    background: #7900d9;
    outline: 0;
}

.input-code-btn {
    vertical-align: middle;
    background: #7900d9;
    border-radius: 0px;
    border: 0;
    min-height: 34px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s;
}

.input-code-btn:hover,
.input-code-btn:focus,
.input-code-btn:active {
    -webkit-filter: drop-shadow(1px 1px 10px #ff60e280);
    filter: drop-shadow(1px 1px 10px #ff60e280);
    outline: 0;
}

.input-code-btn span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.input-code-btn span:hover,
.input-code-btn span:active {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(39, 39, 41, 0.7);
}

.history-info {
    margin: 8px;
    color: #e2910a;
    text-shadow: 0px 1px 0px #160d00;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    word-wrap: break-word;
}

.history-info span {
    border-right: 1px solid #4e4e4e;
    padding: 0px 10px;
}

.history-info a {
    transition: 0.5s;
    color: #e2910a;
}

.history-info a:hover,
.history-info a:focus {
    color: #a65301;
}

.history-info span:nth-last-child(1) {
    border-right: 0;
    padding: 0px 10px;
}

.login-page {
    padding: 10px 0px;
    border: 1px solid #7900d9;
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.label-input {
    display: block;
    line-height: 1em;
    color: #e52dc3;
    margin-bottom: 10px;
    word-wrap: break-word;
    font-size: 18px;
}

.form-control.login-input {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    color: #ffffff;
    background: #7900d980;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 0;
    border-radius: 0px;
    outline: 0;
}

.form-control.login-input:focus {
    border-radius: 0px;
    background: #7900d9;
    outline: 0;
}

.history-help {
    color: white;
    -webkit-filter: drop-shadow(2px 0px 9px #000000);
    width: 80%;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
}

.login-page form {
    margin: 17px 0;
}

.login-buttons {
    margin-top: 10px;
}

.other {
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
	font-size: 18px;
	border: 1px solid #7900d9;
	padding-bottom: 20px;
}

.other a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    transition: 0.5s;
}

.other-help:hover {
    color: #a65301;
}

.panel-contact {
    border: none;
    background-color: rgba(255, 255, 255, .06);
}

.panel {
    border-radius: 0px;
}

.panel-contact .panel-body {
    padding: 0;
}

.panel-contact .panel-body div {
    display: inline-block;
    margin-right: 40px;
}

@media only screen and (max-width: 768px) {
    .cont {
        margin-right: 0;
        margin-left: 0;
    }

    .panel-contact .panel-body div {
        margin-right: 0px;
    }
}

.panel-contact {
    font-size: 18px;
    color: #eeeeee;
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    box-shadow: 0px 2px 20px #00000052;
}

.panel-contact a {
    padding: 0px 8px 2px;
    color: #f3ea5f;
    font-size: 18px;
}

.panel-contact a:hover {
    -webkit-filter: drop-shadow(0px 1px 2px rgb(229 45 195));
    filter: drop-shadow(0px 1px 2px rgb(229 45 195));
    color: #d7f35f;
}

.navbar-default .navbar-toggle {
    background: #ef16a3;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    margin-top: 65px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #262628;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav {
    float: none;
}

.navbar-header {
    float: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ca0177;
}
.post-review .new-review {
    margin: 5px 0px 20px 0px;
    background-color: transparent;
    padding: 20px;
}
.post-review .new-review input[type=text] {
    width: 100%;
    font-size: 16px;
    height: 40px;
    color: #ffffff;
    background: #7900d980;
    border: 0;
    border-radius: 0px;
    outline: 0;
    margin-top: 5px;
    padding-left: 20px;
	box-shadow: none;
	transition: 0.5s;
}
.post-review .new-review input[type=text]:focus, .post-review .new-review .form-control:focus, .post-review .new-review textarea:focus {
    border-radius: 0px;
    background: #7900d9;
    outline: 0;
	box-shadow: none;
}
.post-review .new-review textarea {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background: #7900d980;
    border: 0;
    border-radius: 0px;
    outline: 0;
    margin-top: 8px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
}
.post-review .new-review .form-control {
    width: 100%;
    font-size: 16px;
    height: 40px;
    color: #ffffff;
    background: #7900d980;
    border: 0;
    border-radius: 0px;
    outline: 0;
    margin-top: 8px;
	box-shadow: none;
}
.reviews {
    padding: 10px 0px;
    border: 1px solid #7900d9;
    background: transparent;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.review {
    border-bottom: 1px solid #7900d9;
    padding-top: 10px;
}

.review .author {
    font-size: 16px;
    color: #e52dc3;
}

.review .review-text {
    font-size: 18px;
}

.post-review .form-control.text-input {
    font-size: 16px;
    color: #ffffff;
    background: #7900d980;
    border: 0;
    border-radius: 0px;
    outline: 0;
    margin-top: 5px;
}

.post-review .form-control.text-input:focus {
    border-radius: 0px;
    background: #7900d9;
    outline: 0;
}

@media only screen and (max-width: 840px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
}

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

    .panel-contact .left,
    .panel-contact .right {
        padding: 10px 0px;
        font-size: 16px;
    }

    .buy-method-buttons {
        margin-top: 30px;
    }

    .panel-contact .left a,
    .panel-contact .right a {
        font-size: 16px;
        display: block;
    }

    .select-list li {
        font-size: 44px;
        width: 50%;
        width: calc(100% / 2);
        float: left;
        padding: 15px;
        text-align: center;
        border-radius: 5px;
        transition: 0.5s;
    }

    .select-list .select-city h3 {
        color: #FFFFFF;
        font-size: 3vh;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        margin-top: 10px;
    }

    .select-list .select-city {
        padding: 20px 5px;
    }

    .navbar-nav>li {
        display: block;
        float: none;
        padding: 4px 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        background: transparent;
    }

    .navbar-nav {
        margin: 0;
        background: transparent;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        border: 1px solid #e52dc3;
    }

    .navbar-default .navbar-nav>li:hover {
        background-image: none;
    }

    .navbar-nav .active {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        color: #777;
        width: 80%;
    }

    .navbar-default .navbar-nav>li:hover,
    .navbar-default .navbar-nav>li:focus {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .history-info {
        color: #696969;
        font-size: 14px;
    }

    .order-info form {
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0px;
        word-wrap: break-word;
    }

    .order-info li {
        font-size: 16px;
        font-weight: 700;
    }

    .order-info-btn,
    .order-info-btn.canceled,
    .buy-method-btn {
        min-height: 32px;
        min-width: 150px;
        padding: 10px;
        margin: 5px 5px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .buy-method-btn span {
        font-size: 16px;
        font-weight: 700;
    }

    .select-ttl {
        font-size: 24px;
    }
}

@media only screen and (max-width: 376px) {
    .navbar-default .navbar-toggle {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 321px) {
    .navbar-default .navbar-toggle {
        margin-top: 50px;
    }
}