::-moz-selection {
    color: #FFF;
    background: #AA9038;
}

::selection {
    color: #FFF;
    background: #AA9038;
}

.bg-tower {
    background-color: #0B111B !important;
}

.bg-tower-primary {
    background-color: #AA9038 !important;
}

.color-tower-primary {
    color: #AA9038 !important;
}

.color-tower-secondary {
    color: #E2E3E6 !important;
}

.bg-tower-secondary {
    background-color: #E2E3E6 !important;
}

.border-tower-primary {
    border-color: #AA9038 !important;
}

p {
    color: #E2E3E6 !important;
    margin: 0 0 0 !important;
}

.shop_table td {
    color: #E2E3E6 !important;
}

html .btn-outline.btn-dark {
    color: #0B111B !important;
    background-color: transparent;
    background-image: none;
    border-color: #0B111B !important;
}

html .btn-outline.btn-dark:hover {
    color: #FFFFFF !important;
    background-color: #0B111B !important;
    background-image: none;
    border-color: #0B111B !important;
}

html.dark body, html.dark .body {
    background-color: #0B111B !important;
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #101722 !important;
}

.custom-sponsor-hover-effect {
    transition: ease background 300ms;
}

.custom-sponsor-hover-effect:hover {
    background: #AA9038;
}

#about {
    background-color: #0B111B !important;
}

#about h2 {
    color: #AA9038 !important;
}

#about p {
    color: #E2E3E6 !important;;
}

#events,
#past-events {
    background-color: #0B111B !important;
}

#events h2,
#past-events h2 {
    color: #AA9038 !important;
}

.overlay:before {
    background: #101722 !important;
}

/* Custom Thumb Info */
.custom-thumb-info-style-1 .overlay:before {
    transition: ease all 300ms 0ms !important;
}

.custom-thumb-info-style-1:hover .overlay:before {
    opacity: 0.8 !important;
    background: #0B111B !important;
}

.custom-thumb-info-style-1 .thumb-info-title {
    padding: 28.8px 44.8px 36.8px 33.6px !important;
    padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}

#blog h2 {
    color: #AA9038 !important;
}

html.dark .card-body {
    background: #101722 !important;
}

html .btn-primary {
    background-color: #AA9038;
    border-color: #AA9038 #AA9038 #c11216;
    color: #FFF;
    --color: #EA1C21;
    --hover: #ed3f43;
    --disabled: #EA1C21;
    --active: #cd1317;
}

#footer {
    background: #101722 !important;
}

#footer .footer-copyright {
    background-color: #0B111B !important;
}

#contact h2 {
    color: #AA9038 !important;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: #AA9038 !important;
    }
}

@media (max-width: 991px) {
    html #header.header-transparent .header-body.bg-dark .header-nav-main:before,
    html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before,
    html #header .header-nav-main.header-nav-main-mobile-dark:before {
        background-color: #101722 !important;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #AA9038 !important;
    }
}

html.dark #header .header-body {
    background: #101722 !important;
}

#header .header-btn-collapse-nav {
    background: transparent !important;
}
#header .header-btn-collapse-nav .fas.fa-bars {
    color: #AA9038 !important;
}

.ticket_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 17px 5px;
}

html.dark .shop .quantity .qty {
    background-color: #101722;
    border-color: transparent;
    color: #fff;
}


.addToCart:hover {
    background: #AA9038 !important;
    border: 1px solid #AA9038 !important;
}

.addToCart {
    background: #AA9038 !important;
    border: 1px solid #AA9038 !important;
    border-radius: 2px;
    box-shadow: none;
    color: #FFF !important;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 80px;
    border-radius: 0 0.25rem 0.25rem 0;
}

.qty-select {
    width: 80px !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #282d36;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #808697;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #0088CC;
}

.switch input:checked + .slider:before {
    background-color: white;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

