body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
 
/* Wrapper: Filter icon + filters popup */
.wp-block-bazo-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 */
.wp-block-bazo-event-grid .bazo-event-filters-wrapper {
    position: sticky;
  	top: 136px;
  	background: #FFFFFF;
    display: flex;
    justify-content: flex-end;
  	padding: 10px 0;
}

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

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

.wp-block-bazo-event-grid .bazo-event-filters {
    display: none;
    position: fixed !important;
    /*top: 0;
    left: 0;*/
  	inset: 0 !important;	
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    align-items: center !important;
    justify-content: center !important;
 	overflow-y: auto !important;
    z-index: 99999 !important;
}

.wp-block-bazo-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: 70vh;
    overflow-y: auto;
  	
}
.wp-block-bazo-event-grid .bazo-event-filters.is-visible {
    display: flex;
}

.wp-block-bazo-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;
}

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

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

.wp-block-bazo-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;
}
.wp-block-bazo-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;
}
 
.wp-block-bazo-event-grid .bazo-event-grid-container .bazo-event-grid {
    display: grid;
    gap: 0;
    margin-bottom: 32px;
}
 
@media (min-width:1201px) {
    .wp-block-bazo-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) {
    .wp-block-bazo-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) {
    .wp-block-bazo-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) {
    .wp-block-bazo-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;
    }
  
  	.wishlist-wrap {
  		position: absolute;
        right: 5px;
        bottom: -10px;	
     }
  
  	.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: 108px !important;
        height: 108px !important;
    }
  
  	.bazo-event-card a .bazo-event-card-content .bazo-event-card-category {
        font-size: 9px !important;
        margin: 0 !important;
    }

    .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: 2 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      	margin: 0 !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 a .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 a .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 a .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 a .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.site-header.wp-block-template-part {
	position: sticky;
    top: 0;
    z-index: 999;
}

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

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

    .bazo__nav_row {
        display:flex;
        flex-direction:row-reverse;
        justify-content:space-evenly;
    }

    .wp-block-bazo-event-grid .bazo-event-filters-wrapper {
        top: 77px;
    }
  
  	.bazo__bottam_footer {
   	 	padding-bottom: 80px !important;
	}
}