@charset "utf-8";

/*
 * Copyright 2009-2021 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Base
 * Version: 9.0
 */

/* ---------- base ---------- */
.container {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.navbar-brand {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-nav {
    margin: 7.5px 0;
}

.navbar-form {
    padding: 10px 0;
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
}

/* ---------- label ---------- */
.label-primary {
    display: inline-block;
    padding: 1px 2px;
    font-size: 0.75rem;
    font-weight: normal;
    border: 1px solid #ed0014;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.label-success {
    display: inline-block;
    padding: 1px 2px;
    font-size: 0.75rem;
    font-weight: normal;
    border: 1px solid #5cb85c;
    background: #5cb85c;
}

.label-plain {
    color: #ed0014;
    background-color: rgba(237, 0, 20, 0.2);
}

.label-primary.label-plain {
    color: #ffffff;
}

.label-border {
    color: #ed0014;
    border: 1px solid #ed0014;
    background: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

/* ---------- header-default ---------- */
.header-default {
    line-height: 30px;
    padding: 5px 0;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px #dddddd;
    background-color: #ffffff;
}

.header-default .iconfont {
    font-size: 1rem;
    vertical-align: middle;
}

.header-default .btn .iconfont, .header-default .dropdown-menu .iconfont {
    font-size: 0.875rem;
    vertical-align: baseline;
}

.header-default h5 {
    line-height: inherit;
}

.header-default .center-block {
    line-height: 15px;
}

.header-default .btn-block {
    line-height: 40px;
    padding: 0 15px;
    margin: -5px 0;
    border-radius: 0;
    border: none;
}

.header-default .active {
    color: #ed0014;
}

.header-default .active .iconfont {
    color: #ed0014;
}

.header-default + .scroll-to-fixed-spacer {
    margin-bottom: -1px;
}

/* ---------- footer-default ---------- */
.footer-default {
    line-height: 36px;
    padding-top: 5px;
    padding-bottom: calc(5px + constant(safe-area-inset-bottom));
    padding-bottom: calc(5px + env(safe-area-inset-bottom));
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-top: solid 1px #dddddd;
    background-color: #ffffff;
}

.footer-default .iconfont {
    font-size: 1rem;
    vertical-align: middle;
    opacity: 0.6;
}

.footer-default .btn .iconfont, .footer-default .dropdown-menu .iconfont {
    font-size: 0.875rem;
    vertical-align: baseline;
}

.footer-default h5 {
    line-height: inherit;
}

.footer-default .center-block {
    line-height: 18px;
}

.footer-default .btn-block {
    line-height: 46px;
    padding: 0 15px;
    margin: -5px 0;
    border-radius: 0;
    border: none;
}

.footer-default .active {
    color: #ed0014;
}

.footer-default .active .iconfont {
    color: #ed0014;
}

.footer-default + .scroll-to-fixed-spacer {
    margin-top: -1px;
}

/* ---------- button ---------- */
.btn-flat {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.btn-red {
    color: #ffffff;
    border-color: #ed0014;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.btn-red:hover {
    color: #ffffff;
    border-color: #ed0014;
    background-color: #ed0014;
}

.btn-red:focus,
.btn-red:active,
.btn-red:active:focus,
.btn-orange:focus,
.btn-orange:active,
.btn-orange:active:focus {
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.btn-red:disabled {
    color: #ffffff;
}

.btn-orange {
    color: #ffffff;
    border-color: #eeaa00;
    background-color: #ffaa00;
    background: -webkit-linear-gradient(55deg, #ffaa00, #fdb629);
    background: -moz-linear-gradient(55deg, #ffaa00, #fdb629);
    background: linear-gradient(55deg, #ffaa00, #fdb629);
}

.btn-orange:hover {
    color: #ffffff;
    border-color: #ddaa00;
    background-color: #eeaa00;
}

.btn-orange:disabled {
    color: #ffffff;
}

.btn-primary {
    opacity: 0.8;
    transition: opacity 0.3s, background-color 0.3s;
    border-color: #ed0014;
    background-color: #ed0014;
    background: -webkit-linear-gradient(55deg, #ed0014, #fa5252);
    background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
    background: linear-gradient(55deg, #ed0014, #fa5252);
}

.btn-primary:hover {
    opacity: 1;
    border-color: #ed0014;
    background-color: #ed0014;
}

.btn-primary:focus, .btn-primary.focus {
    border-color: #ed0014;
    background-color: #ed0014;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border-color: #ed0014;
    background-color: #ed0014;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    border-color: #ed0014;
    background-color: #ed0014;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    border-color: #ed0014;
    background-color: #ed0014;
}

/* ---------- panel ---------- */
.panel {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-color: #eeeeee;
}

.panel .panel-heading {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #eeeeee;
}

.panel .panel-body {
    padding: 10px;
}

.panel .panel-footer {
    padding: 10px;
    border-top: solid 1px #eeeeee;
    background-color: #ffffff;
}

/* ---------- no-result ---------- */
.no-result {
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #cccccc;
    text-align: center;
}

.no-result:before {
    width: calc(50% - 100px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50px;
    content: '';
    background: #f8f8f8;
    background: -webkit-linear-gradient(left, #f8f8f8, #eeeeee);
    background: -moz-linear-gradient(left, #f8f8f8, #eeeeee);
    background: linear-gradient(left, #f8f8f8, #eeeeee);
}

.no-result:after {
    width: calc(50% - 100px);
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50px;
    content: '';
    background: #eeeeee;
    background: -webkit-linear-gradient(left, #eeeeee, #f8f8f8);
    background: -moz-linear-gradient(left, #eeeeee, #f8f8f8);
    background: linear-gradient(left, #eeeeee, #f8f8f8);
}

/* ---------- back-top ---------- */
.back-top {
    width: 40px;
    height: 40px;
    display: none;
    padding: 5px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #aaaaaa;
    text-align: center;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: rgba(250, 250, 250, 0.8);
}

.back-top .icon-top {
    font-size: 1.25rem;
}

/* ---------- list-group ---------- */
.list-group {
    margin-bottom: 10px;
}

.list-group .list-group-item {
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.list-group .list-group-item.active, .list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
    color: #666666;
    border-color: #eeeeee;
    background-color: #ffffff;
}
