@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.eot');
  src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Futura-Bold.woff2') format('woff2'),
      url('../fonts/Futura-Bold.woff') format('woff'),
      url('../fonts/Futura-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-Book.woff2') format('woff2'),
      url('../fonts/FuturaBT-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


h1,
h2,
h3{
  font-family: 'Futura';
}


#mobMenu {
  display: none;
}

.show {
  display: block !important;
}

.liveEvents .swiper-slide:nth-child(odd) {
  margin-top: 2rem;
}


.qna {
  --qna-animation-duration: 0.3s;
}
.qna__item {
  margin: 20px 0 0;
  transition: var(--qna-animation-duration);
}
.qna__item:not(.js-details)[open], .qna__item.is-open {
  position: relative;
}
.qna__question {
  position: relative;
  padding: 20px 50px 20px 20px;
  list-style: none;
  cursor: pointer;
  user-select: none;
  background-color: rgb(170, 191, 134,20%);
  border-radius: 50px;
}

.qna__item.is-open .qna__question {
  background: #AABF86;
}

.qna__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  transition: var(--qna-animation-duration);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.qna__item:not(.js-details)[open] .qna__question::after, .qna__item.is-open .qna__question::after {
  transform: rotate(-180deg) translateY(50%);
}
.qna__question::-webkit-details-marker {
  display: none;
}
.js-details .qna__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--qna-animation-duration);
}
.js-details.is-open .qna__answer {
  max-height: none;
  animation: slideDown var(--qna-animation-duration);
}
.js-details.is-open.is-animating .qna__answer {
  max-height: var(--qna-details-height);
}
.qna__text {
  padding: 0 20px 20px;
  margin-top: 3rem;
}

@keyframes slideUp {
  0% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
}

.qna__question::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 8px;
  height: 50px;
  width: 50px;
  /* background: black; */
  transform: translateY(-50%);
  border-radius: 100%;
}

.product-box > figure > img{
  border-radius: 28px;
  height: 285px;
  object-fit: cover;
}

.user-img img {
  border-radius: 50px;
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.product-cart {
  width: 70%;
  margin-left: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  pointer-events: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#order-place .required {
  border-color: #991b1b;
}

#order-place .mb-5 strong{
  margin-top: 4px;
}

.checkout-menu {
  width: 35px;
  background-color: rgb(1 76 38 / var(--tw-bg-opacity, 1));
  height: 35px;
  margin-top: 5px;
  border-radius: 50px;
}

.checkout-menu i {
  color: white;
}

.loader {
  text-align: center;
  display: none;
}

.loader img {
  width: 25px;
  margin: 0 auto;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

#msform fieldset {
  position: relative
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #D2D2D2;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  min-height: 53px;
  /* resize:none; */
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #014C26;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #014C26;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #FFDD0F;
  color:#000;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000,
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #014C26;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #014C26;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #014C26
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #stepOne:before {
  content: "1"
}

#progressbar #stepTwo:before {
  content: "2"
}

#progressbar #stepThree:before {
  content: "3"
}

#progressbar #stepFour:before {
  content: "4"
}
#progressbar #stepFive:before {
  content: "5"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #014C26
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #014C26
}

.fit-image {
  width: 100%;
  object-fit: cover
}



input[type="radio"].ctRadio + label.ctLabel span.ctSpan {
  transition: background .2s,
    transform .2s;
}

input[type="radio"].ctRadio + label.ctLabel span.ctSpan:hover,
input[type="radio"].ctRadio + label.ctLabel:hover span.ctSpan{
transform: scale(1.2);
} 

input[type="radio"].ctRadio:checked + label.ctLabel span.ctSpan {
background-color: #014C26; //bg-blue
box-shadow: 0px 0px 0px 2px white inset;
}

input[type="radio"].ctRadio:checked + label.ctLabel{
 color: #014C26; //text-blue
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

@keyframes progress-bar-stripes {
  from { background-position: 1rem 0; }
  to { background-position: 0 0; }
}


.user-profile img {
  width: 150px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 10px;
}

.user-profile {
  text-align: center;
}

.user-profile h4 {
  font-weight: bold;
  font-size: 18px;
}

.store h4 {
  font-weight: bold;
  margin-bottom: 2px;
}

.store p {
  font-size: 15px;
}
@keyframes popIn {
  0% {
      transform: scale(0.9);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.animate-new-message {
  animation: popIn 0.3s ease-out;
}

p.italic {
  font-style: italic;
  font-weight: 400;
}
