body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
 
/* Wrapper: Filter icon + filters popup */
.bazo-places-local-event-grid {
    max-width: 1225px;
}

.wp-block-post-title{
	display: none;
}
.bazo__about_us{
    max-width:1162px;
    width:100%;
}

 .bazo__meet{
    max-width:1225px;
    width:100%;
}

.bazo__about_us .bazo__about_img,
.bazo__about_us .bazo__about_welcome,
.bazo__share_event {
  text-align: center !important;
}

.current-menu-item {
    color: #000000;
}

.bazo__header_menu .bazo__header_nav a {
  	text-decoration: none;
	transition-duration: 0.5s;
}

.bazo__header_menu .bazo__header_nav a:hover {
	color: #000000
}

.bazo__top_footer .bazo__email_update .es-form-field-container {
    position: relative;
}
 
.bazo__top_footer .bazo__email_update .emaillist{
    width: 100%;
}
 
.bazo__top_footer .bazo__email_update .es-form-field-container .gjs-row .gjs-cell input.es-email {
 	position: absolute;
    top: 0;
    right:0;
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #8d8d8e;
    border-radius: 25px;
}
 
.bazo__top_footer .bazo__email_update .es-form-field-container .gjs-row:last-child .gjs-cell input{
    position: absolute;
    top: 0;
    right:0;
    max-width: 125px;
  	width: 100%;
    padding: 15px 25px;
    border: 1px solid #8d8d8e;
    border-radius: 25px;
    background: #FFFFFF;
  	color: #000000;
  	transition: all 0.3s ease-in-out;
}

.bazo__top_footer .bazo__email_update .es-form-field-container .gjs-row:last-child .gjs-cell input:hover {
	background: #000000;
  	color: #FFFFFF;
}

/* From Uiverse.io by abrahamcalsin */ 
.bazo-event-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.dot-spinner {
    --uib-speed: .9s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    width: 50px;
  }
  
  .dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  
  .dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: #FFFFFF;
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(0.9s * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
  }
  
  .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
  }
  
  .dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(0.9s * -0.875);
  }
  
  .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
  }
  
  .dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(0.9s * -0.75);
  }
  
  .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(0.9s * -0.625);
  }
  
  .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
  }
  
  .dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(0.9s * -0.5);
  }
  
  .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
  }
  
  .dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(0.9s * -0.375);
  }
  
  .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
  }
  
  .dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(0.9s * -0.25);
  }
  
  .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
  }
  
  .dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(0.9s * -0.125);
  }
  
  @keyframes pulse0112 {
    0%,
    100% {
      transform: scale(0);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
  


/* Event Meta Block Styles */


/* ACF Map Styles */
.acf-map {
    width: 100%;
    height: 280px;
    border: 1px solid #ccc;
    margin: 0;
}

.acf-map img {
    max-width: inherit !important;
}

.acf-map .marker {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 12px;
    max-width: 200px;
}

/* Review Section Block Styles */
.bazo-review-section {
    margin-bottom: 32px;
}

.bazo-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bazo-review-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.bazo-review-icon {
    color: #666;
}

.bazo-review-actions {
    display: flex;
    gap: 12px;
}

.bazo-review-action {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    color: #666;
    transition: all 0.2s ease;
}

.bazo-review-action:hover {
    background: #f5f5f5;
    color: #333;
}

.bazo-review-action.active {
    background: #0073aa;
    color: #fff;
}

.bazo-review-options {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
}

.bazo-review-option {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    transition: background 0.2s ease;
}

.bazo-review-option:hover {
    background: #e0e0e0;
}

.bazo-review-option.bazo-review-note {
    cursor: default;
}

.bazo-review-option.bazo-review-note textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    resize: vertical;
    min-height: 60px;
}
 
/* Wrapper: Filter icon + filters popup */
.bazo-places-local-event-grid .bazo-event-filters-wrapper {
    position: sticky;
  	top: 154px;
  	background: #FFFFFF;
    display: flex;
    justify-content: flex-end;
  	padding: 10px 0;
	z-index: 9;
}

.bazo-places-local-event-grid .bazo-event-filter-icon-button {
    background: transparent;
  	border: none;
    cursor: pointer;
  	padding: 0;
}

.bazo-places-local-event-grid .bazo-event-filter-icon-button:focus-visible {
    border:none;
    outline:0;
}

.bazo-places-local-event-grid .bazo-event-filters {
    display: none;
}

.bazo-places-local-event-grid .bazo-event-filters-category {
	max-width:260px;
  	width: 100%;
  	padding: 25px;
  	display: flex;
    flex-direction: column;
  	background: #FFFFFF;
  	border-radius: 30px;
 	max-height: 60vh;
    overflow-y: auto;
  	
}
.bazo-places-local-event-grid .bazo-event-filters.is-visible {
    display: flex;
  	align-items: center;
    justify-content: center;
  	position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.5) !important; 
    z-index: 999999 !important;
    overflow-y: auto !important;
}

.bazo-places-local-event-grid .bazo-event-filters .bazo-event-filter-button {
    width: 100%;
    padding: 13px 20px;
    cursor: pointer;
    color: #8D8D8E;
  	border: none;
  	background: none;
  	text-transform: lowercase;
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14PX;
    font-weight: 700;
  	text-align: start;
}

.bazo-places-local-event-grid .bazo-event-filters .bazo-event-filter-button:hover,
.bazo-places-local-event-grid .bazo-event-filters .bazo-event-filter-button.active {
    color: #000000;
}

.bazo-places-local-event-grid .bazo-event-filters .bazo-event-filters-header {
    display: flex;
    justify-content: end;
    align-items: center;
}

.bazo-places-local-event-grid .bazo-event-filters .bazo-event-filters-header .bazo-event-filter-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
  	color: #8D8D8E;
  	transition: all 0.3s ease;
}
.bazo-places-local-event-grid .bazo-event-filters .bazo-event-filters-header .bazo-event-filter-close:hover {
  	color: #000000;
}
/* Grid container (responsive) */
.bazo-event-card {
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    padding: 8px;
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wishlist-wrap .tinv-wraper {
    display: flex;
    justify-content: end;
    padding: 15px 0;
}
 
.bazo-places-local-event-grid .bazo-event-grid-container .bazo-event-grid {
    display: grid;
    gap: 0;
    margin-bottom: 32px;
}
 
@media (min-width:1201px) {
    .bazo-places-local-event-grid .bazo-event-grid-container .bazo-event-grid {
        grid-template-columns: repeat(4, 1fr);
    }
 
    .bazo-event-card:nth-child(4n + 4) {
        border-right: none;
        padding-right: 0;
    }
 
    .bazo-event-card:nth-child(4n + 1) {
        padding-left: 0;
    }
 
    .bazo-event-card:nth-child(-n + 4) {
        padding-top: 0;
    }
}
 
@media (min-width: 991px) and (max-width:1200px) {
    .bazo-places-local-event-grid .bazo-event-grid-container .bazo-event-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0;
    }
 
    .bazo-event-card:nth-child(3n + 3) {
        border-right: none;
        padding-right: 0;
    }
 
    .bazo-event-card:nth-child(3n + 1) {
        padding-left: 0;
    }
 
    .bazo-event-card:nth-child(-n + 3) {
        padding-top: 0;
    }
}
 
@media (min-width: 577px) and (max-width:990px) {
    .bazo-places-local-event-grid .bazo-event-grid-container .bazo-event-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0;
    }
 
    .bazo-event-card:nth-child(2n + 2) {
        border-right: none;
        padding-right: 0;
    }
 
    .bazo-event-card:nth-child(2n + 1) {
        padding-left: 0;
    }
 
    .bazo-event-card:nth-child(-n + 2) {
        padding-top: 0;
    }
}
 
@media (max-width: 576px) {
    .bazo-places-local-event-grid .bazo-event-grid-container .bazo-event-grid {
        grid-template-columns: repeat(1, 1fr) !important;
      	gap: 15px;
    }
 
    .bazo-event-card {
        padding: 0px;
        border: 0.5px solid #8D8D8E;
	    border-radius: 10px;
      	overflow: hidden;
      	position: relative;
      	/*z-index: -1;*/
    }
  
  	.wishlist-wrap {
  		position: absolute;
        right: 5px;
        top: -5px;	
     }
  
  	.bazo-event-grid .bazo-event-card a {
        display: flex;
      	gap: 10px;
    }
  
  .bazo-event-grid .bazo-event-card .bazo-event-card-content {
  		width: 47%;
    	justify-content: space-evenly !important;
    	
  }
   
  .bazo-event-card-image img {
	  width: 120px !important;
	  min-width: 120px !important;
	  min-height: 120px !important;
	  height: 100% !important;
  }
  
  	.bazo-event-card a .bazo-event-card-content .bazo-event-card-category {
        font-size: 9px !important;
        margin: 0 !important;
		padding-right: 20px;
    }

    .bazo-event-card a .bazo-event-card-content h3 {
        font-size: 12px !important;
        margin: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bazo-event-card a .bazo-event-card-content .bazo-event-card-date {
        font-size: 9px !important;
        margin: 0 !important;
    }

    .bazo-event-card a .bazo-event-card-content .bazo-event-card-short-description {
        font-size: 10px !important;
        display: -webkit-box;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      	margin: 0 !important;
    }
  
  	a.bazo-event-card-direction {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0 0 10px 0;
  	}
	
	.wp-block-image.header_logo {
		width: 80px !important;
		max-width: 80px !important;
		margin: 0 !important;
	}
	
	.wp-block-image.header_logo a {
		line-height: 1 !important;
	}
	
	:where(.wp-site-blocks) > *,
	:root :where(.wp-block-post-content) {
		margin-top: 0 !important;
	}
	
	.logo_header_bar {
		padding-top: 16px !important;
		padding-bottom: 0px !important;
	}
}


.bazo-event-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 
.bazo-event-card a {
    text-decoration: none;
    color: #000000;
}
 
.bazo-event-card-image img {
    width: 100%;
    height: 258px;
    object-fit: cover;
    display: block;
}
 
.bazo-event-card-content .bazo-event-card-category {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    margin: 5px 0 0 0;
}
 
.bazo-event-card-content h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 5px 0 5px 0;
}
 
.bazo-event-card-content .bazo-event-card-date {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
 
.bazo-event-card-content .bazo-event-card-short-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 0 0;
  	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.bazo-event-load-more {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 40px 0;
}
 
.bazo-load-more-button {
    width: 170px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #8D8D8E;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
 
.bazo-load-more-button:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.bazo-product-page-container,
.bazo-product-page-container .wp-block-bazo-product-header {
    max-width: 1225px !important;
    width: 100%;
}

.bazo-product-page-container .alignwide.wp-block-post-featured-image {
    max-width: 250px;
    width:100%;
    max-height: 250px;
    height:250px;
    margin-bottom: 30px;
}

.bazo-product-page-container .alignwide.wp-block-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bazo-product-page-container .wp-block-bazo-event-meta {
    max-width: 850px;
    width: 100%;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-card  {
    box-shadow: none;
    border: 1px solid #C1C1C1;
  	border-radius: 10px;
  	background: #FFFFFF;
 	margin-bottom: 30px;
  	display:flex;
  	justify-content: center;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-card .bazo-event-meta-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  	margin: 0 auto;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-card .bazo-event-meta-list .bazo-event-meta-value {
  	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}


.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-actions {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  	margin-top: 0;
    margin-bottom: 30px;
  	padding: 0;
  	border: 0;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action {
    background: #FFFFFF;
    border: 1px solid #8D8D8D;
    border-radius: 50px;
    padding: 7px 25px;
    text-decoration: none;
    color: #000000;
  	font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action:hover {
	background: #000;
	color: #FFFFFF;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-actions svg {
    width: 18px;
    height: 18px;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action-maps:hover svg path {
	stroke: #FFFFFF;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action-web:hover svg path {
	fill: #FFFFFF;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action-ticket:hover svg path {
	fill: #FFFFFF;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action-instagram:hover svg path {
	stroke: #FFFFFF;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-action-email:hover svg path {
	fill: #FFFFFF;
}


.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-description {
  	margin-top: 0;
    margin-bottom: 60px;
  	padding: 0;
  	border: 0;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-description h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22PX;
    font-weight: 700;
  	color: #000000;
  	margin-bottom: 0;
  	text-transform: lowercase;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-description {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16PX;
    font-weight: 400;
  	color: #000000;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-description a {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16PX;
    font-weight: 400;
  	color: #00469b;
  	text-decoration: none;
}

.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-description a:hover {
	text-decoration: underline;
}
.bazo-product-page-container .wp-block-bazo-event-meta .bazo-event-meta-map {
    margin-top: 0;
    margin-bottom: 30px;
  	padding: 0;
  	border: 0;
}

.bazo-product-page-container .bazo-product-tags {
  	max-width: 850px;
    width: 100%;
  	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16PX;
    font-weight: 500;
	margin-bottom: 30px;
}

.bazo-product-page-container .bazo-product-tags span.wp-block-post-terms__prefix {
  	color: #8D8D8E;
}

.bazo-product-page-container .bazo-product-tags a {
	color: #000000;
    text-decoration: none;
}

.bazo-product-page-container .bazo-product-tags .wp-block-post-terms__separator {
    margin: 0 2px;
  	color: #8D8D8E;
}

.bazo-event-meta-description {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.bazo-event-meta-description h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    text-transform: capitalize;
}

.bazo-event-meta-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.bazo-product-page-container .bazo-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  	flex-wrap: wrap;
  	gap: 20px;
    margin-bottom: 50px;
    padding: 0;
}

.bazo-product-page-container .bazo-product-header .bazo-product-header-back {
   	display: flex;
    align-items: center;
  	gap: 0px;
  	width: 200px;
}

.bazo-product-page-container .bazo-product-header .bazo-product-header-back svg {
  	width: 35px !important;
    height: 35px !important;
  	fill: #000000 !important;
}

.bazo-product-page-container .bazo-product-header .bazo-product-header-back span {
  	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12PX;
    font-weight: 700;
   	color: #000000;text-transform: lowercase;
}

.bazo-product-page-container .bazo-product-header .bazo-product-header-title {
  	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22PX;
    font-weight: 700;
   	color: #000000;
}

.bazo-product-page-container .bazo-product-header-actions {
    display: flex;
 	justify-content: flex-end;
    align-items: center;
    gap: 15px;
  	width: 200px;
}


.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-share {
 	display: flex;
    align-items: center;
  	justify-content: center;
    cursor: pointer;
    color: #8D8D8E;	
	padding: 0;
    transition: all 0.2s ease;
}

.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-share svg {
 	width: 24px !important;
  	height: 27px !important;
}

.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation {
    display: flex;
    align-items: center;
  	gap: 0;
  	padding: 0;
  	background: #FFFFFF;
  	border: 1px solid #8D8D8E;
    border-radius: 50px;
    overflow: hidden;
}

.bazo-product-page-container .bazo-product-header-actions .ti-wishlist-container a.tinvwl_add_to_wishlist_button {
    width: 24px;
  	height: 27px;
  	display: flex;
    align-items: center;
  	justify-content: center;
  	margin-right: 10px;
}

.bazo-product-page-container .bazo-product-header-actions .ti-wishlist-container a.tinvwl_add_to_wishlist_button img {
	max-width: 24px !important;
	max-height: 27px !important;
  	object-fit: cover;
  
}

.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  a,
.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  span {
    display: flex;
    padding: 10px;
    border-right: 1px solid #8D8D8E;
    align-items: center;
  	background: #FFFFFF;
  	color: #000000 !important;
}

.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  a:hover,
.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  span:hover {
	background: #000000;
	color: #FFFFFF !important;
}

.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  a svg,
.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  span svg{
    width: 25px !important;
    height: 25px !important;
}


.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  a:last-child,
.bazo-product-page-container .bazo-product-header-actions .bazo-product-header-navigation  span:last-child{
  	border-right: 0;
}

@media (max-width:768px) {
  	.bazo-product-page-container .bazo-product-header {
      flex-direction: column;
      align-items: flex-start;
	}
  
  	.bazo-product-page-container .bazo-product-header .bazo-product-header-title {
      	width: 100%;
      	text-align: center;
    }
  
  	.bazo-product-page-container .bazo-product-header-actions {
      	width: 100%;
      	justify-content: flex-end;
	}
}

.bazo__legal,
.bazo__privacya {
  	max-width: 1225px;
  	width: 100%;
}

.bazo__legal p,
.bazo__privacya p {
  	overflow-wrap: break-word;
    word-break: break-word;
  	white-space: normal;
}

.bazo-product-page-container .bazo-share-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 0;
    z-index: 999;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  	display: flex;
  	justify-content: center;
    align-items: center;  
    overflow-y: auto; 
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-content {
	position: relative;
	max-width: 360px !important;
  	min-width: unset;
	padding: 30px;
	top: 0;
	left: 0;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transform: scale(0.9);
	opacity: 1;
	max-height: 80vh;
    overflow-y: auto; 
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-content  .bazo-share-modal-header button {
  	cursor: pointer;
    width: 100%;
    text-align: end;
  	padding: 0;
  	margin: 0;
    border: none;
    background: none;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-content  .bazo-share-modal-header h3 {
    width: 100%;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
  	margin: 10px 0;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-body .bazo-share-modal-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-body .bazo-share-modal-title h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-body .bazo-share-modal-title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  	margin-bottom: 20px;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-footer button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 15px;
    background: #FFFFFF;
    border: 1px solid #8D8D8E;
    border-radius: 50px;
}

.bazo-product-page-container .bazo-share-modal .bazo-share-modal-footer button:hover {
    background: #000000;
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .tinv-wishlist table thead th .tinvwl-mobile {
        display: none;
    }
  
    .tinv-wishlist table thead th .tinvwl-full {
        display: block;
    }
}

.woocommerce.tinv-wishlist a.button.tinv-prev,
.woocommerce.tinv-wishlist a.button.tinv-next {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 33px;
    border: 1px solid #8D8D8E;
    text-decoration: none;
    margin: 0 !important;
}

.woocommerce.tinv-wishlist a.button.tinv-prev:hover,
.woocommerce.tinv-wishlist a.button.tinv-next:hover {
	background: #8D8D8E;
}

.es_spinner_image{
   	position: relative;
  	margin-top: -35px;
}

.es_spinner_image img{
  	position: absolute;
    right: 45px;
    top: 0;
}

.bazo__footer_terms ul li a {
    text-decoration: none;
}

.bazo__footer_terms ul li a:hover {
    text-decoration: underline;
}

.bazo__footer_terms ul li a {
    padding: 0 10px;
    border-right: 1px solid #8d8d8e;
}

.bazo__footer_terms ul li:last-child a {
    padding: 0 0 0 10px;
    border: none;
}

.bazo__wishlist_container {
    max-width: 1225px;
    width: 100%;
}

.bazo__wishlist_title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.bazo__wishlist_container table.bazo__wishlist_table {
	border: none;
  	border-spacing: 0;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-remove,
.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-thumbnail, 
.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-date{
    padding: 35px;
  	border-width: 0 1px 1px 0;
  	border-color: #8d8d8e;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name {
    border-width: 0 0 1px 0;
  	border-color: #8d8d8e;
    padding: 35px 50px;
    gap: 0;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-remove button {
    background: transparent;
}


.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-thumbnail a img {
    max-width: 100px;
    min-width: 100px;
    height: auto;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-date .bazo-event-card-date {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    coloe: #000000 !important;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-date .bazo-event-card-date:last-child {
    margin-bottom: 0px;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name a {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name p.bazo-event-card-category {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 5px 0;
 }

.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name .tinvwl-event-description {
    max-width: 500px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 5px 0;
  	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 }


@media (max-width:1024px) and (min-width:769px) {

    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-remove,
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-thumbnail, 
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-date{
        padding: 10px;
    }
    
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name {
        padding: 10px 20px;
    }
    
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-thumbnail a img {
        max-width: 80px;
        min-width: 80px;
        height: auto;
    }       
}

@media (max-width:768px) {

    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-remove,
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-thumbnail, 
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-date{
        padding: 5px 0 10px 0;
        border-width: 0;
    }
    
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name {
        padding: 0 0 15px 0;
        border-width: 0 0 1px 0;
    }
    
    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-thumbnail a img {
        max-width: 80px;
        min-width: 80px;
        height: auto;
    }  
  
  	.bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-date .bazo-event-card-date {
        margin-bottom: 10px;
    }

    .bazo__wishlist_container .bazo__wishlist_table tbody tr td.product-name .tinvwl-event-description {
        max-width: 100%;
    }
}


.tinv-wishlist .tinv-modal .tinv-modal-inner {
    max-width: 260px;
    width: 100%;
    padding: 40px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    /*transform: scale(0.95);*/
    opacity: 1;
    max-height: 80vh;
    overflow-y: auto;
}


.tinv-wishlist .tinv-modal .tinv-modal-inner i.icon_big_heart_check,
.tinv-wishlist .tinv-modal .tinv-modal-inner i.icon_big_times {
    display: none !important;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinv-txt {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 20px 0;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_view {
  	width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0px 20px 0px;
    background-color: #FFFFFF;
    color: #000000;
  	border: 1px solid #000000;
    border-radius: 100px;
  	margin:0;
  	text-transform: lowercase;
    transition: all 0.3s ease-in-out;
}


.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_view:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close {
  	position: absolute;
	top: 10px;
	right: 16px;
	width: fit-content;
	font-size: 0;
	background:transparent;
	padding: 0;
	margin:0;
  	transition: all 0.3s ease;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close svg {
	color: #8d8d8e;
	transition: all 0.3s ease;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close:hover svg {
	color: #000000;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close i {
	font-size: 24px;
  	color: #8D8D8E;
  	padding: 0;
	margin:0;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close:hover i {
  	color: #000000;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl-buttons-group {
    display: flex;
  	flex-direction: column;
    justify-content: center;
    width: 100%;
}

header.wp-block-template-part {
	position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: #fff !important;
}

.wishlist-wrap {
    display:flex;
    justify-content: end;
}
  
.wishlist-wrap .bazo-event-card-wishlist-button img  {
    max-width: 16px;
    max-height: 16px;
}

.wishlist-wrap .tinv-wraper .tinvwl_add_to_wishlist_button {
  position: unset !important;
}

@media (max-width:599px) {
    .bazo__nav_header{
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #FFFFFF;
    }

	body.bazo-filter-open .bazo__nav_header {
        position: fixed !important;
        width: 100%;
        bottom: 0;
        background: #FFFFFF;
    }
		
    .bazo__nav_row {
        display:flex;
        flex-direction:row-reverse;
        justify-content:space-evenly;
    }

    .bazo-places-local-event-grid .bazo-event-filters-wrapper {
        top: 56px;
		padding-top: 0;
    }
  
  	.bazo__bottam_footer {
   	 	padding-bottom: 80px !important;
	}
}

.bazo-event-status.is-closed {
	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #FF3A44;
  	margin: 0;
}

.bazo-event-status.is-open {
  	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #49B618;
  	margin: 0;
}

.bazo-event-card-direction {
  text-align: center;
  margin-top: 20px;
}

.bazo__wishlist_container .tab {
	background: none;
  	border: none;
  	display: flex;
  	gap: 10px;
  	justify-content: center;
  	margin-bottom: 20px;
}
  
.bazo__wishlist_container .tab .tablinks {
	background: #FFF;
  	border: 1px solid #000;
  	color: #000;
  	border-radius: 50px;
  	transition: all 0.3s;
}

.bazo__wishlist_container .tab .tablinks.active,
.bazo__wishlist_container .tab .tablinks:hover {
	background: #000;
  	border: 1px solid #000;
  	color: #fff;
}

body.bazo-filter-open header.site-header.wp-block-template-part,
body.bazo-filter-open header.wp-block-template-part {
  z-index: 9 !important;
}

/* body.bazo-filter-open .wp-block-group.wp-block-group-is-layout-constrained,
body.bazo-filter-open .bazo__footer_terms {
  position: unset !important;
}


body.bazo-filter-open .bazo__top_footer .bazo__email_update .es-form-field-container {
  position: unset;
}

body.bazo-filter-open .bazo__top_footer .bazo__email_update .es-form-field-container .gjs-row .gjs-cell input.es-email,
body.bazo-filter-open .bazo__top_footer .bazo__email_update .es-form-field-container .gjs-row:last-child .gjs-cell input {
  top: -70px;
} */


/* local */

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown button {
  width:100%;
  background-color: transparent;
  color: #8D8D8E;
  padding: 10px 25px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.bazo-filter-group {
  width:100%;
  border: solid #E5E5E5;
  border-width: 1px 0 0 0;
}

.bazo-filter-group:last-child {
  width:100%;
  border: solid #E5E5E5;
  border-width: 1px 0 1px 0;
}

.dropdown button:hover {
  color: #000000;
}

/* Arrow */


.bazo-local-filters-category {
  padding: 20px 0 !important;
  height: 500px;
  max-width: 280px !important;
}

.bazo-local-filters-category .bazo-event-filters-header {
  margin-right: 20px;
  margin-bottom: 20px;
}

.bazo-filter-group .dropdown {
  width: 100%;
}

.dropdown button::after {
  content: ""; /* down arrow */
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23E5E5E5' d='M5.293 8.293a1 1 0 0 0 0 1.414l6 6a1 1 0 0 0 1.414 0l6-6a1 1 0 0 0-1.414-1.414L12 13.586 6.707 8.293a1 1 0 0 0-1.414 0z'/></svg>") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* When open → rotate to up */

.dropdown button:active::after,
.dropdown.open button::after,
.dropdown button[aria-expanded="true"]::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000000' d='M5.293 8.293a1 1 0 0 0 0 1.414l6 6a1 1 0 0 0 1.414 0l6-6a1 1 0 0 0-1.414-1.414L12 13.586 6.707 8.293a1 1 0 0 0-1.414 0z'/></svg>");
  transform: rotate(180deg);
}

.dropdown button:hover::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000000' d='M5.293 8.293a1 1 0 0 0 0 1.414l6 6a1 1 0 0 0 1.414 0l6-6a1 1 0 0 0-1.414-1.414L12 13.586 6.707 8.293a1 1 0 0 0-1.414 0z'/></svg>");
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 160px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border-radius: 5px;
  margin-top: 5px;
  z-index: 1000;
}

.dropdown-menu a {
  display: block;
  padding: 5px 25px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}

/* Show menu when open */
.dropdown.open .dropdown-menu {
  display: block;
  width: 100%;
}

/* Bookmark state - global override */
.bazo-event-card-bookmark-button.bookmarked {
  border-color: #37AE0F;
}
.bazo-event-card-bookmark-button.bookmarked svg {
  color: #37AE0F;
  fill: #37AE0F;
}

.bazo-local-filters-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.bazo-selected-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.bazo-filter-tags {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.bazo-filter-tag {
  position: relative;
}

.bazo-filter-tag span {
  background-color: #C1C1C1;
  border-radius: 25px;
  font-size: 12px;
  text-transform: lowercase;
  padding: 7px 20px;
}

.bazo-filter-tag-remove {
  position: absolute;
  top: 3px;
  right: 7px;
  background: #000;
  border: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.bazo-filter-tag-remove svg path{
	stroke: #fff;
}

.bazo-clear-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 12px;
}

/* Bookmark state - global override */
.bazo-event-card-bookmark-button.bookmarked {
  border-color: #37AE0F;
}
.bazo-event-card-bookmark-button.bookmarked svg {
  color: #37AE0F;
  fill: #37AE0F;
}
.bazo-event-card-bookmark-button svg {
  cursor: pointer;
}

.bazo-accordion-item .bazo-accordion-header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  color: #8D8D8E;
  border: solid #E5E5E5;
  border-width: 1px 0 0 0;
  padding: 7px 3px;
}

.bazo-accordion-item:last-child .bazo-accordion-header {
    border-bottom: 1px solid #E5E5E5;
}

.bazo-accordion-chevron svg g path {
    fill: #E5E5E5
  }

.bazo-accordion-header.is-open {
  color: #000000;
}

.bazo-accordion-item:last-child .bazo-accordion-header.is-open {
  border-bottom:0;
}

.bazo-accordion-header.is-open .bazo-accordion-chevron svg g path {
  fill: #000000;
}

.bazo-accordion-header.is-open .bazo-accordion-chevron svg {
  fill: #000000;
  transform: rotate(180deg);
}

.bazo-places-local-event-grid {
  padding: 10px 0 0;
}

.bazo-places-local-event-grid .bazo-event-card-direction svg {
  width: 100% !important;
  text-align: center;
  margin-top: 10px;
}
 
.bazo-places-local-event-grid .bookmark-wrap {
  text-align: end;
}

@media (max-width: 576px) {

  .bazo-places-local-event-grid .bazo-event-card {
    flex-direction: row; 
    gap: 20px;
  }

  .bazo-places-local-event-grid .bazo-event-grid .bazo-event-card .bazo-event-card-content {
	  width: 100%;
	  justify-content: center !important;
	  gap: 7px;
	  padding-right: 25px;
  }

  .bazo-event-card-title-min {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
  }
  
  .bazo-event-card-title-min a.bazo-event-card-direction {
  	width: fit-content;
    padding: 0 20px;
  }
  
  .bazo-event-card-title-min .bookmark-wrap {
    position: absolute;
    bottom: -3px;
    right: 5px;
  }
  
  .bazo-event-card-bookmark-button svg {
    width: 16px;
    height: 16px;
  }
  
  .bazo-places-local-event-grid .bazo-event-card-direction svg {
    width: fit-content !important;
  }

}

.bazo-event-card-bookmark-button img {
    height: 16px;
    width: 16px;
}

.swpm-form-label-wrap label,
.swpm-pw-reset-email .swpm_label,
.swpm-login-form-inner .swpm-label,
.swpm-login-form-inner 	.swpm-rember-label{
  	font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.swpm-form-field,
.swpm-text-field.swpm-pw-reset-text,
.swpm-login-form-inner .swpm-text-field {
  	font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 15px 30px;
    border: 1px solid #d1d5db;
    border-radius: 45px;
  	width: -webkit-fill-available !important;
}

.swpm-buy-now-button-submit,
.swpm-profile-submit-button,
.swpm-pw-reset-submit-button .swpm-pw-reset-submit,
.swpm-login-form-inner .swpm-login-submit .swpm-login-form-submit {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}


.swpm-buy-now-button-submit:hover,
.swpm-profile-submit-button:hover,
.swpm-pw-reset-submit-button .swpm-pw-reset-submit:hover,
.swpm-login-form-inner .swpm-login-submit .swpm-login-form-submit:hover {
	background-color: #000;
    color: #fff;
}

.swpm-pw-reset-submit-button .swpm-pw-reset-submit {
	 margin-top: 10px;
}

.swpm-form-input-wrap.swpm-form-membership-level-input-wrap,
.swpm-form-input-wrap.swpm-form-username-input-wrap,
.swpm-forgot-pass-link .swpm-login-form-pw-reset-link,
.swpm-join-us-link .swpm-login-form-register-link{
  	font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}

.swpm-login-submit {
	text-align: center;
}

.swpm-red-error-text {
	font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}


.swpm-logged-label {
  	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}


.swpm-logged-value {
  	font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.swpm-logged-logout-link a,
.swpm-edit-profile-link a {
  	font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
  	margin-bottom: 15px;
}

.page-id-2857 .bazo__thakyou,
.page-id-3556 .bazo__join {
	text-align: center;
}

.swpm-pw-reset-submit-button {
	text-align: center;
}

.swpm-logged-username,
.swpm-logged-status,
.swpm-logged-membership,
.swpm-logged-expiry {
	display: flex;
    align-items: center;
    gap: 16px;
  margin-bottom: 15px;
}

.tax-product_cat .bazo-places-local-event-grid{
    margin: 0 auto;   
}
}
