.tabela-teze-lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(255, 255, 255, 0.7); /* White background with transparency */
    backdrop-filter: blur(10px); /* Adds the blur effect */
    z-index: 9999;
    padding: 30px;
    align-items: center;
}
.tabela-teze-lightbox-content {
    position: relative;
    max-width: 568px;
	width: 100%;
    padding: 65px 35px 35px 35px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
	text-align: left;
	color: #2C2C2C;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tabela-teze__top-img {
	position: absolute;
    top: -65px;
    left: 30px;
}

.tabela-teze-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    color: #696969;
}

.wcsatt-options-prompt-radio {
 border: 2px solid #ececec!important;
	border-radius: 10px!important;
	margin-bottom: 10px!important;
}

.wcsatt-options-prompt-radio:has(.wcsatt-options-prompt-action-input:checked){
	border: 2px solid #182E4C!important;
}



#tabela-teze h2{
	color: #2C2C2C;
	font-size: 32px;
	margin-bottom: 15px;
}

#tabela-teze .input-box{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.dosage-calculator-content {
	padding-top: 20px;
	display: none;
	border-top: 1px solid #EAEAEA;
	font-size: 14px;
}

#tabela-teze input{
	margin: 0;
	max-width: 130px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    height: 55px;
	box-shadow: none;
}

#tabela-teze #tabela-teze-calculate-button{
	background: linear-gradient(274.05deg, #FE2839 -37.86%, #FE2839 8.67%, #FA0606 125.4%);
	padding: 10px 20px;
	color: white;
	font-weight: 700;
	font-size: 12px;
	height: 55px;
	text-transform: uppercase;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.tabela-teze__enter-weight {
	color: #000000;
	font-weight: 500;
}

#tabela-teze p:has(#tabela-teze-capsule-string){
	font-size: 22px;
}

#tabela-teze #tabela-teze-capsule-string{
	font-weight: 600;
	color: #FA0606;
}

#tabela-teze .custom-lightbox-content div:nth-child(3){
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #EAEAEA;
}

#tabela-teze .custom-lightbox-content div:nth-child(4) p{
	padding-top: 15px;
	color: #8D8C8C;
	margin: 0;
}


.custom-button-shortcode {
  margin-bottom: 30px;	
}

.tabela-teze img {
	margin-right: 20px;
}

.tabela-teze {
	text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 0.3rem;
	color: #2C2C2C;
	line-height: 1.6rem !important;
    display: inline-flex;
    align-items: center;
}




.veb-variation-gallery-slider-wrapper {
	border: solid 2px #ececec;
    border-radius: 10px;
}

.veb-variation-gallery-slider {
	padding: 25px;
}

.veb-variation-gallery-slider img {
	border-radius: 10px;
}

.veb-variation-gallery-thumbnail-slider  .slick-slide {
	margin-right: 12px;
	border-radius: 10px;
	margin-top: 12px;
}

.veb-variation-gallery-thumbnail-slider:not(.slick-initialized) .iwp-gallery-thumbnail-image {
    margin-right: 12px!important;
    border-radius: 10px;
    margin-top: 12px;
    width: calc(25% - 12px)!important;
}

.veb-variation-gallery-thumbnail-slider  .slick-slide img,
.veb-variation-gallery-wrapper .iwp-gallery-thumbnail-image img {
	border-radius: 10px;
}



.product-title-container {
	position: relative;	
	padding-left: 30px;
	padding-top: 10px;
}

.product-rating-holder {
	padding-left: 30px;
}

.product-title-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 120%;
    background-color: #F50002;
    border-radius: 10px;
}

.rating-info span {
	text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 0.3rem;
    color: #2C2C2C;
}

.woocommerce-variation-description {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.produkt-popust-shema_wrapper-bar {
	display: flex;
	align-items: center;
	gap: 2px; /* Space between bars */
	margin-left: 10px;
}

.an-product-col .produkt-popust-shema {
    font-size: 16px;
    font-weight: 600;
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.popust-bar {
  width: 40px;
  height: 10px;
  background: #E1E1E1;
  display: block;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.popust-bar.popust-active {
  background: #47CB5D;
}

/* Example for specific segments */
.popust-bar.popust-1.popust-active {
  background: #E0CA4C;
}

.popust-bar.popust-2.popust-active {
  background: #89CB47;
}
.popust-bar.popust-3.popust-active {
  background: #47CB5D;
}

.popust-bar.popust-4.popust-active {
  background: #51EDA2;
}

.dosage-calculator__disclaimer {
	font-style: italic;
	color: #f50002 !important;
}


@media(max-width: 1125px) {
	.woocommerce-variation-description {
		flex-direction: column;
        align-items: self-start;
	}
	
	.an-product-col .cena-kapsula {
		margin-top: 12px!important;
	}
	
	.an-product-col .produkt-popust-shema {
		margin-top: 0;
		margin-bottom: 12px;
	}
}


@media(max-width: 540px) {
	
	.tabela-teze img {
		margin-right: 10px;
        height: 30px;
	}
	
}