/*
@font-face {
    font-family: "regularFont";
    src: url("../fonts/gotham_book.woff2") format("woff2"),
        url("../fonts/gotham_book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
*/
/* ========== mixin ========== */
/* =========== END mixin ========== */
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -html-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
svg {
  max-width: 100%;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a,
button {
  outline: none !important;
  box-shadow: none !important;
}
.hidden {
  display: none !important;
}
.flex-fill {
  display: flex;
}
.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.relative-wrapper {
  position: relative;
}
.text-bold {
  font-weight: bold;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
header {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  /*
    &.scrolled {
        // background-color: rgb(128 4 4 / 90%);
    }*/
}
header .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .navbar .nav-link {
  /*
            @media (min-width: 768px) {
                &.active:after{
                    content: "";
                    display: block;
                    width: 100%;
                    margin-top: 2px;
                    border-bottom: 2px solid white;
                }
            }*/
}
header .navbar-toggler {
  border: 0;
  /*
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }*/
}
header .form-select:focus,
header .form-select:active {
  box-shadow: none;
  border-color: transparent;
}
.content-wrapper {
  width: 100%;
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  border-color: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-sm {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
    i {
        display: inline-block;
        margin-top: -3px;
        margin-right: 5px;
        font-size: 30px;
    }*/
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
}
.btn-primary {
  min-width: 100px;
}
form label {
  text-transform: uppercase;
  font-weight: 500;
}
.form-label {
  text-transform: uppercase;
  font-weight: 600;
}
/*
::-webkit-input-placeholder {
    color: fade(black, 30%) !important;
}

::placeholder {
    color: fade(black, 30%) !important;
}

:-moz-placeholder {
    color: fade(black, 30%) !important;
}

::-moz-placeholder {
    color: fade(black, 30%) !important;
}

:-ms-input-placeholder {
    color: fade(black, 30%) !important;
}
*/
.form-control {
  /*
    &:focus {
        box-shadow: 0 0 2px 3px rgb(255 195 14 / 60%);
    }*/
}
#main {
  background: #333;
}
#main #wrapper {
  /*        background: white;*/
  background: #F9F9F9;
}
#main .container {
  padding-left: 30px;
  padding-right: 30px;
}
#main .container .container {
  padding-left: 15px;
  padding-right: 15px;
}
#wrapper,
.footer-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0px auto;
}
.footer-wrapper {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-wrapper .tf-toolbar-bottom.type-1150 {
  position: absolute;
}
.collection-content .subheading,
.collection-content .heading {
  color: white;
}
/* hack for footer to always display */
.tf-toolbar-bottom.type-1150 {
  display: flex;
}
.canvas-mb .mb-bottom .bottom-bar-language {
  min-height: auto;
}
.canvas-mb .mb-bottom .bottom-bar-language small {
  font-size: 12px;
}
.login.content-wrapper {
  height: calc(100% - 94px);
}
.photo-placeholder {
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
.photo-placeholder .uploaded {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.estimated-crowd .custom-form-wrapper {
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}
.qr-wrapper {
  width: 450px;
  max-width: 100%;
  margin: 0px auto;
}
.ba-fill-wrapper {
  padding: 20px;
  background-color: #f2f2f2;
  width: 300px;
  max-width: 100%;
  margin: 0px auto;
}
.checkout-wrapper {
  position: fixed;
  right: 30px;
  top: 50px;
}
.checkout-wrapper a.btn-fill {
  background: #de3030;
  color: white;
  border: none;
  font-size: 30px;
}
.reach-history-wrapper {
  position: fixed;
  right: 30px;
  top: 110px;
}
.reach-history-wrapper a.btn-fill {
  background: #0eca6f;
  color: white;
  border: none;
  font-size: 30px;
}
.shopper-wrapper {
    position: fixed;
    right: 30px;
    top: 50px;
}
.shopper-wrapper a.btn-fill {
    background: #de3030;
    color: white;
    border: none;
    font-size: 30px;
}
.card-product.list-layout {
  display: block;
  padding: 20px;
  background: white;
  border: #EEE solid 1px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.card-product.list-layout .card-product-info {
  max-width: unset;
}
.card-product.list-layout .tf-product-info-quantity .quantity-title {
  display: none;
}
.card-product .card-product-info h4.title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.card-product .card-product-info .price {
  font-size: 20px;
}
.tf-cart-total {
  font-size: 20px;
}
.progress-wrapper {
  padding: 20px;
  margin: 20px 0px;
}
.progress-bar {
  background-color: #333;
}

.sales_history_repeat {
    line-height: 21px;
    padding-bottom: 20px !important;
    border-bottom: none !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sticky-footer {
    position: sticky;
    bottom: 0;
    background: white; /* Optional: Keeps the background visible */
    text-align: center;
    z-index: 500; /* Ensures it stays above other elements */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}

.segment-title {
    font-size: 26px;
    line-height: 50.4px;
}

.preview-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* spacing between images */
}

.preview-wrapper img {
    max-width: 150px; /* or any size that fits well */
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

@media (max-width: 767px) {
  .checkout-wrapper {
    right: 10px;
    top: 80px;
  }
  .checkout-wrapper a.btn-fill {
    padding: 5px 16px;
    font-size: 20px;
  }
  .reach-history-wrapper {
    right: 10px;
    top: 20px;
  }
  .reach-history-wrapper a.btn-fill {
    padding: 5px 16px;
    font-size: 20px;
  }
  .shopper-wrapper {
    right: 10px;
    top: 80px;
  }
  .shopper-wrapper a.btn-fill {
    padding: 5px 16px;
    font-size: 20px;
  }
  .card-product.list-layout .tf-product-info-quantity .quantity-title {
    display: block;
  }
  .card-product.list-layout .col-6,
  .card-product.list-layout .col-12 {
    padding: 0px;
    padding-bottom: 15px;
  }
  .card-product.list-layout .col-6.tf-product-info-buy-button,
  .card-product.list-layout .col-12.tf-product-info-buy-button {
    padding: 25px 0px 0px;
  }
  .card-product.list-layout .col-6.tf-product-info-quantity,
  .card-product.list-layout .col-12.tf-product-info-quantity {
    padding-bottom: 0px;
  }
  .history .mb-canvas-content.px-5 {
    padding: 0px !important;
  }
}
