html {
  font-family: "Montserrat";
}

* {
  box-sizing: border-box;
}

:root {
  --bg-green: #a2c131;
  --bg-white: #fff;
  --bg-red: #eb5757;
  --bg-blue: #0d6efd;
}
#tsrv-main-footer {
  background: #005f27;
  padding: 5px 15px !important;
}

#main-navbar .nav-right-content .nav-item {
  margin: 0 5px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 100px;
}

.default-radius {
  border-radius: 100px;
}

#main-navbar .cart-price {
  padding: 0 10px;
}
.text-underline {
  text-decoration: underline;
}
.bg-primary {
  background-color: var(--bg-green) !important;
}
.bg-white {
  background-color: var(--bg-white);
}
.bg-secondary {
    background-color: var(--bg-blue) !important;
}
.btn.bg-secondary {
    color: white;
}
a.nav-link.active {
  color: var(--bg-green) !important;
  text-decoration: underline;
}
#featured-events a,
#tsrv-box-list-simple a {
  text-decoration: none;
}

#featured-events .featured-events-1-background {
  background-image: url("/img/autumns-show.jpg");
  background-size: cover;
  height: 600px;
  background-position: center;
  position: relative;
}

#featured-events .featured-events-2-background {
  background-image: url("/img/featured-events-2.jpeg");
  background-size: cover;
  height: 600px;
  background-position: center;
  position: relative;
}
.dark-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 20px;
}

#featured-events .dark-overlay .featured-content {
  padding: 10px;
  position: absolute;
  bottom: 5%;
}

.book-button {
  font-weight: bolder;
  padding: 5px 20px;
  border-radius: 20px;
}
.calendar {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  border-radius: 20px;
  display: inline-flex;
}
.calendar-green {
  background-color: rgba(162, 193, 49, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-flex;
}
.text-green {
  color: var(--bg-green);
}

#upcoming-events .upcoming-inner {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 20px;
}
#upcoming-events .upcoming-inner .upcoming-content {
  padding: 10px;
}

.tsrv-event-list-background-img {
  height: 465px;
  background-position: center;
  position: relative;
  background-size: cover;
}

#tsrv-box-list-simple .dark-overlay .tsrv-event-list-content {
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 5%;
}
.go-back {
  padding: 10px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  border: 1px solid var(--bg-green);
  border-radius: 100px;
}

.orange-link {
  color: #f5a003;
}
.tsrv-red-box {
  background-color: rgba(235, 87, 87, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-flex;
}

.tsrv-red-box:hover{
  background-color: rgba(206, 22, 22, 0.2);
}

.tsrv-red-box .text-red:hover{
  color: var(--bg-red);
}

.tsrv-red {
    color: var(--bg-red);
}

.tsrv-gray-box {
  background-color: rgba(170, 170, 170, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-flex;
}

.text-red {
  color: var(--bg-red);
}
.amount-button {
  font-weight: 700;
  background-color: #dbb71a;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  font-size: 14px;
}
.input-amount {
  width: 50px;
  margin: 0 3px;
  text-align: center;
  padding: .375rem .75rem !important;
}
.read-more-content {
  display: none;
}
.read_more {
  cursor: pointer;
}
.striketrought {
  text-decoration: line-through;
}

.continue, .tsrv-btn-pclookup, .tsrv-btn {
  padding: 10px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  background-color: var(--bg-green) !important;
  border-radius: 100px;
}
.tsrv-apply {
    background-color: var(--bg-green);
}
.tsrv-btn-green {
    font-weight: 600;
    padding: 15px 26px;
    line-height: 1.5 !important;
    border-radius: .25rem;
    background-color: var(--bg-green) !important;
}
.tsrv-btn-pclookup, .tsrv-btn {
    padding: 15px 26px;
    line-height: 1.5 !important;
    border-radius: .25rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#cart-overview .delete-item {
  color: #eb5757;
}
#cart-overview .donation {
  font-weight: 600;
  font-size: 15px;
  line-height: 136%;
  color: #00007e;
  background: #d0d0f6;
  border: 1px solid #00007e;
  padding: 15px;
  border-radius: 100px;
}

.container .form-control.voucher-input {
  background: #f8f8f8;
  padding: 0 0 0 10px;
    height: 40px;
}
#cart-overview #terms_and_conditions {
  width: 30px;
  height: 30px;
}
.donate-section {
  color: #00007e;
  background: #d0d0f6;
  padding: 10px;
  border: 3px solid #00007e;
  border-radius: 5px;
}
#donate-section input {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  border-radius: 10px;
}
#donate-section .donate-icon {
  width: 64px;
  height: 64px;
}
.wallet-section {
    color: #3c763d;
    background: #dff0d8;
    padding: 10px;
    border: 3px solid #006922;
    border-radius: 5px;
    margin-bottom: 25px;
}
#wallet-section input {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border-radius: 10px;
}
#login-background {
  background-image: url("../img/checkout.jpg");
  background-size: cover;
  height: 60vh;
  width: 100%;
}
.login-input,
#login-form input, .container .form-control {
  padding: 15px 26px;
  background-color: #f8f8f8;
}
.tsrv-site-link,
.tsrv-site-link:hover,
.tsrv-site-link:active {
  color: #006a22;
}
.modal-body .login-btn,
#customer-info .login-btn,
#login-form .login-btn {
  background: #a2c131;
  border-radius: 100px;
  font-weight: bold;
}

#customer-info .back-btn,
#login-form .back-btn {
  border-radius: 100px;
  font-weight: bold;
  border-color: #a2c131;
}

.modal-body {
  padding: 36px;
}

.your-order-background {
  background-image: url("/img/checkout.jpg");
  background-size: cover;
  height: 10vh;
}

.flatpickr-day {
  color: #333;
  font-weight: bolder;
}

.flatpickr-day:hover {
  background-color: var(--bg-green);
  opacity: 0.8;
}
.flatpickr-day.selected {
  background-color: var(--bg-green);
  border-color: var(--bg-green);
}

.modal-body {
  padding: 16px;
}
.fixed-width {
  width: 180px;
}

.h-fit-content{
  height: fit-content;
}

.ts-position{
  top: 16%;
}

/* Flatpickr library CSS override */
.flatpickr-calendar{
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
}

#tsrv-parent-desc-more {
    display: none;
}

hr {
    margin: 1rem 0 !important;
}

.tsrv-static-container {
    display: inline-table;
}

img {
    max-width: 100%;
}

.tsrv-tck-controls {
    min-width: 150px;
}

.tsrv-width-50 {
    max-width: 50%;
    width: 50%;
}

.tsrv-width-20 {
    max-width: 20%;
    width: 20%;
}

.tsrv-width-10 {
    max-width: 10%;
    width: 10%;
}

.d-inline-flex {
    display: inline-flex !important;
}

.tsrv-txt-small {
    font-size: 0.7em;
}

.tsrv-txt-small-discount {
    font-size: 0.7em;
    font-style: italic;
    color: var(--bg-red);
    text-decoration: line-through;
}

.navbar, .p-sm-1 {
    padding: 0px !important;
}

nav#main-navbar a {
    line-height: 33px;
}

.tsrv-content-area {
    background-color: #fff;
    padding: var(--bs-gutter-x,.75rem) !important;
}

@media only screen and (max-width : 576px) {
    .tsrv-content-area {
        padding: 15px 5px !important;
    }
}

.donation_block{
    padding-right: 15px;
}

.act-donation {
    line-height: 35px;
}

@media (max-width: 767px) {
    .ri-hand-coin-line {
      display: none;
    }
    .donation_block{
      /* padding-right: 15px; */
      width:auto;
  }
}


.mt-5, .my-5 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#tsrv-widgets {
    margin: 0px;
}

a:hover {
    text-decoration: none !important;
}

.tsrv-center {
    text-align: center;
}

.tsrv-right {
    text-align: right;
}

.tsrv-left {
    text-align: left;
}

.tsrv-txt-big {
    font-size: 26px;
} 

.tsrv-txt-green {
    color: #109121;
}

.form-label {
    padding-left: 0px;
}

#checkout-form .invalid-feedback {
    display: none !important;
}

#cart-overview td, #cart-overview th {
    border-bottom-width: 0px;
}

#cart-overview tr, #cart-overview thead tr {
    border-bottom-width: 1px;
}

#cart-overview thead tr {
    border-color: rgb(33, 37, 41);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: transparent !important;
    background-color: var(--bs-table-hover-bg);
}

a.continue {
    color: #212529;
}

[v-cloak] {
  display: none;
}

.btn.go-back {
    background-color: transparent !important;
    color: #000 !important;
}

.tsrv-vertical-border {
    border-right: 1px solid #ced4da;
}

.tsrv-margin-top-10 {
    margin-top: 10px !important;
}

.tsrv-margin-top-20 {
    margin-top: 20px !important;
}

.tsrv-margin-top-40 {
    margin-top: 40px !important;
}

.tsrv-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.tsrv-margin-top-large {
    margin-top: 70px !important;
}

.tsrv-margin-bottom-large {
    margin-bottom: 70px !important;
}

#customerAddresses span {
    display: block;
}

.tsrv-customer-address-r {
    left: -1px;
    top: 21px;
}

.tsrv-asi {
    padding-left: 10px;
    padding-right: 10px;
}

.tsrv-fbl {
    padding-top: 7px;
}

.wallet-balance-subtitle {
    font-size: 20px;
}

.tsrv-max-w-200 {
    max-width: 200px;
}

.w-15 {
    width: 15%!important;
}

/* SLIDESHOW */
.tsrv-slide {display: none;}
.tsrv-slide img {width: 100%;}

.tsrv-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Fading animation */
.tsrv-slideshow-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* SLIDESHOW END */

/* COOKIES TEXT */
#tsrv-cookie-overlay {
    background-color: #0072aecc;
    color: white;
    font-size: 20px;
    padding: 10px;
    margin: 0;
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: right;
    z-index: 2000;
}

.tsrv-cookie-overlay-text {
    font-size: 16px !important;
    color: #FFF;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right:40px;
    text-align:right;
}

.tsrv-cookies-btn {
    margin:0 20px
}

.tsrv-cookies-more {
    margin-left:10px;
    color:initial;
    text-decoration: underline;
    font-weight:600
}
/* COOKIES TEXT END */

/* FLOATING CART */

#tsrv-floating-cart {
    position: fixed;
    right: 10px;
    z-index: 2000;
}

/* FLOATING CART END */

#tsrv-widgets {
    margin-top: 9px !important;
    z-index: 1040;
}

/* LOADING OVERLAY START */
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    /*display: none;*/
}

.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    font-size: 17px;
}

#loading2 {
    display: inline-block;
    width: 128px;
    height: 128px;
    border: 10px solid rgba(255,0,0,.3);
    border-radius: 50%;
    border-top-color: #f00;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

div.iti {
    display: block;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* LOADING OVERLAY END */
