/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.digitix-book-mini {
  padding: 30px
}

.event-info ul{list-style: none;padding-left: 0em; margin-top: 15px}
.event-info li{list-style: none; margin-bottom: 5px}
.event-info h4 {margin-bottom: 10px}
/* Make the main block full width */

.offcanvas-menu>label {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.woocommerce-customer-details .woocommerce-column__title {display: none}
#sms-campaign-message {
  color: green !important;
  font-size: 22px;
}

label.toggle-open span {
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-right: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  background-color: var(--rz-background-color-dark);
  color: var(--rz-color-lighter);
  padding: 0 20;
  text-align: center;
  transition: ease .3s;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  margin: auto;
}

.ra-hamburger-modal ul.nav-menu a {
  font-size: 26px!important;
}

h3 .modal-title {
  font-size: 18px!important;
  font-weight: 500!important;
  margin: 0!important;
  line-height: 1!important;
}
.woocommerce-checkout .event-info h4, .woocommerce-checkout .event-info ul {font-size: 16px}
.woocommerce-checkout span.product-name {font-size: 20px}
.woocommerce-checkout .woocommerce-checkout-review-order {width:100%;}
.woocommerce-checkout .event-info ul li span {margin-top: 3px;}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout tr.cart-subtotal th {text-align:right}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item img {
  max-width: 100%!important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th {
  padding-top: 0!important;
}
.woocommerce-checkout td.product-name {padding-bottom: 30px!important}
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead {display:none!important}
.woocommerce-checkout-review-order-table td {
    vertical-align: top !important;
} 
.woocommerce-checkout span.product-name {width:100%}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item {
  align-items: start  !important;
}
#.cart-subtotal th, .cart-subtotal td{border-top: 1px solid #ccc !important;}
.woocommerce-notices-wrapper {#margin-bottom: 30px;}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox span::before {
  top: 0px!important;
}
.offcanvas-menu .modal-title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.single-product div.product .product-button-wrapper .single_add_to_cart_button {border-radius: 50px}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail {
margin-right: 30px!important}

.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 60%!important;
}
.woocommerce-checkout .col2-set {
  width: 40%!important;
}
.woocommerce-notices-wrapper {margin-bottom: 30px!important}
tr.cart-subtotal td {width: 150px}

@media screen and (max-width: 900px) {
  .woocommerce-checkout .woocommerce-checkout-review-order {
  width: 100%!important;
}
.woocommerce-checkout .col2-set {
  width: 100%!important;
}
}
@media screen and (max-width: 768px) {
 
 .woocommerce-checkout .event-info {
  margin-top: 20px;
}
  
  .shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border: none;
  }

  .shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
  }

  .shop_table.woocommerce-checkout-review-order-table tbody,
  .shop_table.woocommerce-checkout-review-order-table tfoot {
    display: block;
    width: 100%;
  }

  .shop_table.woocommerce-checkout-review-order-table tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .shop_table.woocommerce-checkout-review-order-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
  }

  .shop_table .product-name .product-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .shop_table .product-name img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }

  .shop_table .product-name .product-name {
    display: block;
  }

  .shop_table .product-total {
    font-weight: bold;
    text-align: right;
  }

  .event-info ul {
    padding-left: 0;
    margin: 10px 0 0;
  }

  .event-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

 .woocommerce-checkout .woocommerce-checkout-review-order-table .product-item img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail {
    margin-right: 8px;
    width: 100%;
  }
  
  .shop_table.woocommerce-checkout-review-order-table tfoot tr {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .shop_table.woocommerce-checkout-review-order-table tfoot th,
  .shop_table.woocommerce-checkout-review-order-table tfoot td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
  }

  .shop_table.woocommerce-checkout-review-order-table tfoot td strong {
    display: block;
    width: 100%;
  }
}

.offcanvas-menu {z-index:9999999!important}
.offcanvas-menu .dpfancybox-iframe {
  width: 420px!important;
  margin: auto!important;
  max-width: 100%;
  display: block;
  height: 1000px;
  max-height: 100%;
}

.offcanvas-menu nav {
  position: fixed;
  max-height: 100%;
  width: 450px;
  left: -450px;
  overflow: scroll;
  background: #f5f5f5;
  transition: 0.3s ease;
  z-index: 999999999;
  top: 0;
  padding-bottom: 60px !important;
  height: 1920px;
  max-height: 100%;
  overflow: hidden;
}

.offcanvas-menu nav>div {
  # display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0px 20px
}

.offcanvas-menu nav>div a {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: linear-gradient(-90deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offcanvas-menu nav>div a i {
  font-size: 4rem;
  background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offcanvas-menu nav>div label {
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: #a6a6a6;
  float: right
}

.offcanvas-menu nav>div label span,
.offcanvas-menu nav>div label span:before,
.offcanvas-menu nav>div label span:after {
  background: #4d4d4d;
}

.offcanvas-menu nav>ul {
  margin-top: 30px;
  counter-reset: nav-link-count;
}

.offcanvas-menu nav>ul li {
  cursor: pointer;
  padding: 10px 0;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
}

.offcanvas-menu nav>ul li a {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  display: block;
}

.offcanvas-menu nav>ul li a::after {
  content: " : " counter(nav-link-count);
}

.offcanvas-menu nav>ul li:hover {
  animation: hover 0.5s;
}

.offcanvas-menu input[type=checkbox] {
  display: none;
}

.offcanvas-menu input[type=checkbox]:checked~label {
  opacity: 0;
  pointer-events: none;
}

.offcanvas-menu input[type=checkbox]:checked~nav {
  left: 0;
  padding: 0px
}

.offcanvas-menu input[type=checkbox]:checked~nav label span {
  background: transparent;
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:before {
  transform: rotate(-45deg);
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:after {
  transform: rotate(45deg);
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:before,
.offcanvas-menu input[type=checkbox]:checked~nav label span:after {
  transition-delay: 0.2s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li {
  opacity: 1;
  transform: translateX(0px);
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}

.offcanvas-menu input[type=checkbox]:checked~nav {
  left: 0;
  padding: 0;
}

body.offcanvas-open {
  overflow: hidden;
  /* Prevent scrolling */
  margin-right: calc(100vw - 100%);
}

/*///////////////////////*/



.layout-v1 ul.products.product-loop-layout-1 li.product #events_grid .woocommerce-loop-product__title {
  text-align: left;
  font-size: 30px;
  margin: 25px 0
}

@media screen and (min-width: 900px) {
  .inline ul.products li.product {
    width: 100%;
    padding: 0 0px;
  }
  .inline .product-loop-layout-1 .product-thumbnail {
    float: left;
    width: 30%;
  }
  .inline .product-loop-layout-1 .product-summary {
    float: left;
    width: 70%;
    text-align: left;
    padding: 0 60px;
  }
  .inline ul.products.product-loop-layout-1 li.product .woocommerce-loop-product__title {
    text-align: left;
    font-size: 30px;
    margin: 7px 0 25px
  }
  .inline ul.products li.product {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 15px
  }
}
.event-info {disply: none}
@media screen and (max-width: 900px) {
  .inline .product-loop-layout-1 .product-summary {
    text-align: left;
    padding: 5px;
    margin-bottom: 45px;
  }
  .inline ul.products.product-loop-layout-1 li.product .woocommerce-loop-product__title {
    text-align: left;
    font-size: 28px;
    margin-bottom: 15px
  }
}

#merch_grid .layout-v1 .product-thumbnail{float: none; width: 100%}
#merch_grid ul.products.columns-1 li.product {width: 33%}

#merch_grid li.product {
    margin: 0!important;
    margin-bottom: 10px;
  padding: 10px
  }
#merch_grid .product-summary p{
display: none
  }
#merch_grid .woocommerce-loop-product__title {
    text-align: center;
    font-size: 26px;
    margin: 7px 0 25px;
  }
@media screen and (min-width: 900px) {
#merch_grid .product-summary {
    float: none!important;
    width: 100%!important;
   padding: 0 30px
  }
}
@media screen and (min-width: 900px) {
#merch .product-loop-layout-1 .product-thumbnail {
    float: none!important;
    width: 100%!important;
  }
}
@media (min-width: 991px) {
 ul.products.columns-1 li.product {
    float: none;
    width: 33%;
    margin: 10px; 
  }
}*/
.stock.in-stock {
  display: none
}

.login-form {}

.login-form h5 {
  margin-bottom: 15px
}

input.form-control {
  width: 100%
}

.hidden {
  display: none
}

.alert {
  font-size: 13px;
  margin-top: 20px;
}

w-20 {
  width: 200px!important
}

h4 svg {
  margin-right: 10px
}

a.disabled {
  /* your styling here */
  opacity: 0.5;
  /* example: reduce opacity to indicate disabled state */
  cursor: not-allowed;
  /* example: change cursor to indicate disabled state */
  pointer-events: none;
}

a.disabled:hover {
  /* your styling here */
  color: #fff
}

button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

/*--------------------------*/

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  padding: 0px 13px;
  height: 40px;
  width: 40px;
  transition: 0.3s;
}

button.qty-btn-plus,
button.qty-btn-minus {
  line-height: 10px;
  background: transparent;
  color: #000!important
}

.product-button-wrapper {
  margin-bottom: 0px
}

.woocommerce-product-details__short-description p {
  padding-bottom: 15px!important
}

.display-none {
  display: none
}

.card-title {
  font-weight: 300;
}

/*************************************/

.product .product-description,
main[role=main] {
  *zoom: 1;
}

.product .product-description:after,
main[role=main]:after {
  content: "";
  display: table;
  clear: both;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin-bottom: .5em;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #31353d;
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

abbr {
  cursor: help;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  line-height: 0;
}

main[role=main] {
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}

#digitix .product img {
  width: 150px;
  padding: 5px 10px;
  float: left
}

#digitix .product {
  float: left;
  background: #fff;
  max-width: 100%;
  position: relative;
  padding: 10px;
  z-index: 15;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0 10px 10px 0px;
  padding-top: 5px;
}

.eael-product-list-wrapper .eael-product-list-image-wrap .eael-product-list-buttons-on-hover li a {
  cursor: hand
}

#digitix .product .product-description {
  position: relative;
  z-index: 15;
  background: #fff;
  text-align: left;
  padding: 10px;
  border-top: 1px solid #ccc;
}

#digitix .product span.info {
  padding: 0 15px;
  color: #fff!important;
  backgroud: #000!important
}

#digitix .user_info {
  margin-bottom: 5px;
  line-height: 1.3em;
  font-size: 14px;
  color: #000;
}

#digitix .product .product-description .info h5 {
  margin-bottom: 15px;
  font-size: 20px
}

#digitix .product .product-description .info svg {
  margin-right: 10px;
}

#digitix .product .product-description .info h6 {
  font-size: 16px;
  margin: 0 0 5px;
}

#digitix .product .product-description .info {
  padding: 20px 0;
}

#digitix .product .product-description .info p {
  margin-bottom: 5px;
  line-height: 1.3em;
  font-size: 14px;
  color: #000;
}

#qrcode {
  width: 50%;
  margin-top: 15px;
}

#digitix .product .product-description .price {
  width: 100%;
  float: left;
  color: #9bb6aa;
  font-size: 3.5em;
  position: relative;
  margin-top: 25px;
}

#digitix .product .product-description .price::before {
  content: "$";
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 0.35em;
}

#digitix .product .product-sidebar {
  height: 100%;
  background: #31353d;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

#digitix .product .product-sidebar button {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.9em;
  font-size: 0.8em;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#digitix .product .product-sidebar button.buy {
  background: transparent url("https://raw.githubusercontent.com/brunodsgn/productpreview/master/assets/img/icons/buy.png") no-repeat 15px;
}

#digitix .product .product-sidebar button.info {
  background: transparent url("https://raw.githubusercontent.com/brunodsgn/productpreview/master/assets/img/icons/info.png") no-repeat 15px;
}

#digitix .product .product-sidebar button.size {
  background: transparent url("https://raw.githubusercontent.com/brunodsgn/productpreview/master/assets/img/icons/sizes.png") no-repeat 15px;
}

#digitix .product .product-sidebar button.colors {
  background: transparent url("https://raw.githubusercontent.com/brunodsgn/productpreview/master/assets/img/icons/colors.png") no-repeat 15px;
}

#digitix .product .product-sidebar button.colors span {
  margin-left: 40px;
}

#digitix .product .product-sidebar button.colors:hover {
  width: 130px;
}

#digitix .product .product-sidebar button.colors .color {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#digitix .product .product-sidebar button.colors .color.black {
  background: #000;
  border-bottom: 2px solid #555;
}

#digitix .product .product-sidebar button.colors .color.white {
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
}

#digitix .product .product-sidebar button.colors .color.red {
  background: #EA1535;
  border-bottom: 2px solid #EF566D;
}

#digitix .product .product-sidebar button.colors .color:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#digitix .product .product-sidebar button span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  white-space: nowrap;
  margin-left: 30px;
}

#digitix .product .product-sidebar button:hover {
  width: 130px;
  background-color: #9bb6aa;
  position: relative;
  background-position: 15px center;
  border-color: #9bb6aa;
}

#digitix .product .product-sidebar button:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#digitix .product:hover .product-sidebar {
  right: -50px;
}

#digitix .name {
  font-size: 1.3em;
  font-weight: 300;
}

#digitix .link {
  text-align: center;
  margin-top: 10px;
}

#digitix a {
  text-decoration: none;
  color: #55C9E6;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 0.7em;
}

.hqr {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px auto;
}

.left-one {
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 96%, rgba(0, 0, 0, 0) .2em, gray .3em, white .1em);
}

.right-one {
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 100% 96%, rgba(0, 0, 0, 0) .2em, gray .3em, white .1em);
}

.column {
  display: table-cell;
  padding: 37px 0px;
}

.center {
  background: white;
}

#qrcode img {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}

.masinfo {
  display: block;
}

.left,
.right {
  width: 49%;
  display: inline-table;
}

.nesp {
  letter-spacing: 0px;
}

/***********************************/

.btn {
  font-size: 14px;
  margin-top: 20px;
}

.sign-up {
  text-align: center;
  padding: 20px 0 0;
}

.alert {
  font-size: 13px;
  margin-top: 0px;
  color: #fff
}

.summary-price-box p.price {
  # display: none
}

.single-product div.product .product-button-wrapper>* {
  margin-bottom: 0x;
}
.single-product div.product.product-type-variable form.cart {
  margin-top: 40px;
 # padding: 30px;
 # background: #fff;
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
  background: #fff;  
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected{
  background: #e05a2e!important;
  color: #fff!important; border: 0px!important
}

.card-title h3 {
  font-size: 28px;
  padding-bottom: 10px;
}

.bulk_add_to_cart_button .razzi-svg-icon {
  padding: 10px 0 0 15px;
  font-size: 20px
}

.product-qty-number div.product .quantity,
.product-qty-number .razzi-sticky-add-to-cart .quantity {
  height: 60px;
  background: #fff;
  width: 130px
}

span.priced {
  width: 120px;
  font-size: 36px;
  margin-bottom: 0px!important;
}

.single-product div.product .product-button-wrapper>* {
  margin-bottom: 0px;
}

#.mb-15 {
  margin-bottom: 15px
}

.card-body .single-product div.product .entry-summary .price {
  font-size: 36px;
}

.h3.card-title {
  font-size: 40px
}

.description {
  margin-top: 15px
}

.card.selected {
  background: #e05326;
}

#bulk_add_to_cart_button {
  display: none
}

#bulk_add_to_cart_button.digitix {
  display: block
}

.clearfix {
  clear: both
}

#.product-qty-number div.product .quantity {
  height: 50px!important;
  margin-bottom: 0px!important
}

.bulk_add_to_cart_button {
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  background-color: var(--rz-background-color-dark);
  color: var(--rz-color-lighter);
  padding: 0 37px;
  text-align: center;
  transition: ease .3s;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.single-product div.product .woocommerce-tabs {
  margin: 0;
  clear: both;
  padding-top: 100px;
}

/*****************************************/

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  border-top: 1px solid #ccc;
  border-radius: 5px;
}

h3.card-title {
  color: #ECE3C9!important;
}

.card:hover {
  background: #e05326;
  box-shadow: 0 0 0 2px #f9f9f9;
  !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 15px
}

.card-title {
  margin: 0 0 15px
}

.card-subtitle {
  # margin-top: -$card-title-spacer-y * .5;
  margin-bottom: 0;
}

.card-header {
  # padding: $card-cap-padding-y $card-cap-padding-x;
  margin-bottom: 0; // Removes the default margin-bottom of <hN>
  # color: $card-cap-color;
  # background-color: $card-cap-bg;
  # border-bottom: $card-border-width solid $card-border-color;
}

#_x32_ {
  margin-bottom: -5px;
}

#event_name {
  text-align: center;
  font-size: 20px;
}

.card-footer {
  # padding: $card-cap-padding-y $card-cap-padding-x;
  # color: $card-cap-color;
  # background-color: $card-cap-bg;
  # border-top: $card-border-width solid $card-border-color;
}

/****My account*************/

h3.alert-heading {
  font-size: 18px
}

.details.scan {
  margin: 15px;
  border: 1px dashed #c3c3c3;
  padding: 26px;
  background: white;
}

#order-ticket table.my_account_orders .order-list-image ul li img {
  max-width: 200px;
}

.summary svg,
.summary span svg {
  width: 20px;
  height: 20px
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px!important;
  margin: 0 0 3px;
    margin-top: 0px;
  line-height: 20px!important;
}
.float-left {
  float: left;
  width: 300px; /* or 33% for equal width independent of parent width*/
}

ul.products.product-loop-layout-1 li.product .woocommerce-loop-product__title,
ul.products li.product .product-inner span.price{
  text-align: center;
}

.eael-product-list-wrapper .eael-product-list-image-wrap .eael-product-list-buttons-on-hover li a {
  border-radius: 50px;
}

.eael-product-list-wrapper .eael-product-list-content-footer .eael-product-list-buttons .eael-product-list-add-to-cart-button a::before {
  display: none!important;
}

.eael-product-list-wrapper .eael-product-list-content-footer .eael-product-list-buttons .eael-product-list-add-to-cart-button a {
  padding: 12px 16px 12px 16px!important;
}

.eael-product-list-wrapper .eael-product-list-image-wrap .eael-product-list-buttons-on-hover li a {
  border-radius: 50px!important;
}

.eael-product-list-wrapper.preset-1 .eael-product-list-item .eael-product-list-content-wrap,
.eael-product-list-wrapper.preset-2 .eael-product-list-item .eael-product-list-content-wrap,
.eael-product-list-wrapper.preset-3 .eael-product-list-item .eael-product-list-content-wrap {
  padding-left: 30px!important
}

.eael-product-list-wrapper .eael-product-list-image-wrap img {
  margin-bottom: -6px;
}

.eael-product-list-item a.button span {
  margin-right: 10px
}

.digitix-book-mini .message {
  padding: 10px;
  margin-bottom: 15px;
  background: #f1f1f1
}

.digitix-book-mini .message h3 {
  font-size: 26px;
  margin-bottom: 30px!important
}

.digitix-book-mini p strong {
  font-weight: 700;
}

.digitix-book-mini p {
  margin-bottom: 5px;
}

.glsr form {
  background: #fff;
  padding: 30px;
  text-align: center;
  color: #242424
}

.glsr-default form.glsr-form label.glsr-label,
.glsr-field-choice {
  display: none!important
}

.glsr form input,
.glsr form textarea {
  color: #242424!important
}

form.glsr-form .glsr-star-rating--stars {
  margin: auto;
  margin-bottom: 30px
}

.elementor-kit-2887 button.alt {
  background: #141822
}

button#reset-filter {
  padding: 0 15px;
  margin-top: -60px;
  background: transparent!important
}

element {}

.btn.btn-xs {
  padding: 0px 20px !important;
  line-height: 40px;
}

.staff-item button {
  line-height: 30px;
}

.elementor *,
.elementor ::after,
.elementor ::before {
  box-sizing: border-box;
}

button,
.btn,
.elementor-button,
.instagram-text-box {
  border-radius: 50px !important;
  margin-top: 10px
}

.btn.btn-xs {
  padding: 0px 20px !important;
  line-height: 40px;
  color: #ece3c9
}

@media (min-width: 768px) and (max-width: 991px) {
 .checkin .header-main {
    display: block !important;
  }
  .checkin .header-mobile {display:none!important}
}
/*Checkin Overview*/
.digitix-event-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.digitix-event-card .card-body {
    flex: 1 1 65%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  text-align: left;
  padding: 10px 15px;
  
}

 ul.event_info {
    list-style: none;
    padding-top: 15px ;
    margin: 0;
}

 ul.event_info li {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  font-size: 16px;
}
 ul.event_info li img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
ul.event_info {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* Center horizontally */
    gap: 20px;                /* Spacing between items */
    align-items: center;      /* Align icon and text vertically */
    flex-wrap: wrap;          /* Wrap items on smaller screens */
}

ul.event_info li {
    display: flex;
    align-items: center;
    gap: 2px;
}

ul.event_info img {
    height: 20px;
    width: auto;
}

.digitix-event-card .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.digitix-event-card .card-body li {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  font-size: 14px;
}

.digitix-event-card .card-body li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.digitix-event-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    width: 100%;
}
.card-action {padding: 10px;  }
.card-action img{width: 40px; height: 40px; }

.digitix-event-card .card-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}
.post-password-form img {margin: auto}
p.order-again {display:none}
#digitix_page_header h3{font-size:24px; font-weight: bold}
.title {font-weight: bold; display: block; margin-bottom: 5px; font-size: 20px}
#tickets-table td, #tickets-table td strong{font-size: 14px; font-weight: 500!important}
/* Mobile Styles */
@media (min-width: 650px) {
    .digitix-event-card {
        flex-direction: row;
        align-items: flex-start;
    }
  .digitix-event-card .card-image {
    width: 20%;
}

   
}
@media (max-width: 810px) {
  .digitix-event-card .card-image {
    width: 18%;
  }
  .truncate-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 500px; /* Adjust as needed */
}
}
@media screen and (max-width: 649px) {
    .digitix-event-card {
      display: block;
        
    }
.truncate-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 300px; /* Adjust as needed */
}
    .digitix-event-card .card-image,
    .digitix-event-card .card-body {
        flex: 1 1 100%;
        width: 100%;
    }

    .digitix-event-card .card-image img {
        height: auto; /* ensure proper scaling */
    }
 
  .digitix-event-card .card-image {
   width: 100%;
}
}

