.cat-checklist {
height: 30rem !important;
border: 1px solid #ddd;
margin: 0 0 5px;
padding: .2em 5px;
overflow-y: scroll;
} body.single-product .swiper-button-disabled {
display: none !important;
}
body.single-product .single-page-top-part-wrap,
body.single-product .single-page-mid-part-wrap,
body.single-product .single-page-down-part-wrap {
width: 100%;
padding: 0;
margin: 0;
}
body.single-product .single-page-top-part-wrap *,
body.single-product .single-page-mid-part-wrap *,
body.single-product .single-page-down-part-wrap * {
font-family: "Comfortaa", Sans-serif;
}
body.single-product .single-product-section {
padding: 100px 0 40px 0;
}
body.single-product .single-mini-product-section-top-open {
padding: 70px 0 10px 0;
}
body.single-product .single-mini-product-section {
padding: 40px 0 10px 0;
}
@media (max-width: 767px) {
body.single-product .single-product-section {
padding: 50px 0 20px 0;
}
body.single-product .single-mini-product-section-top-open {
padding: 30px 0 10px 0;
}
body.single-product .single-mini-product-section {
padding: 15px 0 10px 0;
}
} body.single-product .product-award-img-section {
position: absolute;
height: 120px;
width: fit-content;
top: 0;
left: -140px;
}
body.single-product img.product-award-img {
height: 100%;
width: fit-content;
}
@media (max-width: 1024px) {
body.single-product .product-award-img-section {
height: 110px;
}
} body.single-product .product-badges-section {
position: absolute;
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
height: 100%;
width: 100%;
gap: 10px; z-index: -1;
}
body.single-product .best-seller-badge {
justify-self: center;
height: fit-content;
color: white;
background-color: rgb(179, 163, 104);
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
border-radius: 5px;
padding: 2px 5px 0 5px;
margin: 0 auto;
}
body.single-product .product-badges-sticky-section {
position: sticky;
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
height: fit-content;
top: 150px;
gap: 20px;
margin-right: -90px;
}
body.single-product img.greek-product-badge {
height: fit-content;
max-height: 80px;
max-width: 80px;
}
body.single-product img.product-award-img {
height: fit-content;
max-height: 80px;
max-width: 80px;
}
@media (max-width: 1290px) {
body.single-product .product-badges-section {
flex-direction: row;
}
body.single-product .product-badges-sticky-section {
position: sticky;
top: 150px;
width: 80px;
margin-left: -85px;
margin-right: 0px;
}
}
@media (max-width: 1024px) {
body.single-product .best-seller-badge {
margin-top: 20px;
}
body.single-product .product-badges-sticky-section {
position: absolute;
flex-direction: row-reverse;
justify-content: space-between;
width: 100%;
top: -16px;
margin-left: 0;
padding: 0 10px;
}
body.single-product .product-badges-section .award-img {
width: 80px;
}
}
@media (max-width: 767px) {
body.single-product .product-badges-sticky-section {
top: -16px;
padding: 0;
margin-left: 0px;
}
} body.single-product .product-title-and-desc-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
padding-top: 35px;
}
body.single-product .product-title-and-desc-section .product-title {
text-align: center;
font-size: 26px;
margin: 0 !important;
padding: 0 !important;
}
body.single-product .product-title-and-desc-section .product-description {
text-align: center;
font-size: 17px;
padding: 0 30px;
}
@media (max-width: 1024px) {
body.single-product .product-title-and-desc-section {
padding-top: 80px;
}
} body.single-product .product-price-range-section {
display: flex;
flex-wrap: wrap;
justify-content: start;
gap: 35px;
padding: 30px 10px;
}
body.single-product .product-price-range-section .product-price-range-value {
font-size: 20px;
max-width: 50%;
}
body.single-product .product-price-range-section .product-stock-status {
max-width: 50%;
} body.single-product .main-message-words-section .section-title-mini {
text-align: center;
}
body.single-product .main-message-words-section-description,
body.single-product .main-message-words-section-description * {
text-align: center;
}
body.single-product .main-message-words-section-description p {
margin-bottom: 0;
}
body.single-product .main-message-words-bullets-wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
list-style-type: none;
padding: 0;
}
body.single-product .main-message-words-bullet .bullet-icon {
display: inline-block;
color: rgb(179, 163, 104);
font-size: 24px;
font-weight: bold;
margin-right: 5px;
margin-bottom: -3px;
}
body.single-product .main-message-words-bullet .bullet-text {
padding-bottom: 2px;
} body.single-product .product-gift-message-section {
position: relative;
background-color: rgba(110, 158, 111, 0.8);
color: white;
border-radius: 10px;
box-shadow: 0 0 2px grey;
margin: 20px 0 0 0;
}
body.single-product .product-gift-message-section .product-gift-message-symbol-wrap {
position: relative;
width: 100%;
margin: 10px 0;
}
body.single-product .product-gift-message-section .product-gift-message-symbol-wrap img {
position: absolute;
height: 80px;
width: 80px;
top: 50%;
left: 50%;
object-fit: contain;
transform: translate(-50%, -50%);
z-index: 1;
}
body.single-product .product-gift-message-section .product-gift-message-symbol-wrap hr {
width: 100%;
height: 10px;
background-color: rgb(110, 158, 111);
border: none;
border-radius: 20px 20px 0 0;
}
body.single-product .product-gift-message-section .product-gift-message-text-wrap {
padding: 4px 10px 10px 10px;
}
body.single-product .product-gift-message-section .section-title-mini {
position: relative;
font-weight: 400;
text-align: center;
margin: 5px 0 2px 0;
z-index: 1;
}
body.single-product .product-gift-message-section-description {
position: relative;
text-align: center;
padding: 10px;
z-index: 1;
}
body.single-product .product-gift-message-section-description * {
font-size: 15px;
text-align: center; } body.single-product .product-availability-section {
color: rgb(179, 163, 104);
font-weight: 400;
font-size: 15px;
text-align: center;
margin: 4px 0;
} body.single-product .payment-methods-section {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
width: 100%;
max-width: 290px;
margin: 10px auto 0 auto;
}
body.single-product .payment-methods-section img {
height: 40px;
object-fit: contain;
object-position: center;
} body.single-product .product-phrase-section {}
body.single-product .product-phrase-section-description {
font-size: 26px;
font-weight: bold;
text-align: center;
white-space: normal;
}
body.single-product .product-phrase-section-description .product-phrase-quotes {
display: inline-block;
width: 30px;
height: 30px;
background-image: url(https://anaplasis.gr/wp-content/uploads/2025/02/golden_quote.svg);
background-repeat: no-repeat;
background-size: contain;
}
body.single-product .product-phrase-section-description .product-phrase-quotes.start-quote {
transform: translateX(-5px) rotate(180deg);
}
body.single-product .product-phrase-section-description .product-phrase-quotes.end-quote {
transform: translateX(5px);
} body.single-product .informational-words-section .section-title-mini {
text-align: center;
}
body.single-product .informational-words-section-description,
body.single-product .informational-words-section-description * {
text-align: center;
}
body.single-product .informational-words-section-description p {
margin-bottom: 0;
}
body.single-product .informational-words-bullets-wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
list-style-type: none;
}
body.single-product .informational-words-bullet .bullet-icon {
color: rgb(179, 163, 104);
font-size: 28px;
font-weight: bold;
margin-right: 5px;
}
body.single-product .informational-words-bullet .bullet-text {
padding-bottom: 2px;
} body.single-product .customers-words-section .section-title-mini {
text-align: center;
}
body.single-product .customers-words-section-container * {
text-align: center;
} body.single-product .before-after-imgs-section {
display: none;
}
body.single-product .before-after-imgs-section.loaded {
display: block;
}
body.single-product .before-after-imgs-section .section-title {
text-align: center;
text-transform: uppercase;
}
body.single-product .before-after-imgs-section-container {
position: relative;
margin-bottom: 2px;
}
body.single-product .before-after-imgs-section .before-after-img-item-wrap {
background-color: transparent;
padding: 10px;
}
body.single-product .before-after-imgs-section .before-after-img {
height: 300px;
object-fit: contain;
object-position: center;
}
body.single-product .before-after-imgs-section .slick-arrow {
visibility: hidden;
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.1);
color: black;
font-size: 30px;
font-weight: bold;
border: none;
outline: none;
opacity: 0;
padding: 0 4px 4px 4px;
transform: translateY(-50%);
transition: all .3s;
}
body.single-product .before-after-imgs-section:hover .slick-arrow {
visibility: visible;
opacity: 1;
}
body.single-product .before-after-imgs-section .slick-arrow:hover {
background-color: black;
color: white;
}
body.single-product .before-after-imgs-section .slick-prev {
left: -20px;
}
body.single-product .before-after-imgs-section .slick-next {
right: -20px;
}
body.single-product .before-after-imgs-notice {
text-align: center;
} body.single-product .testimonials-section {
display: none;
}
body.single-product .testimonials-section.loaded {
display: block;
}
body.single-product .testimonials-section-container {
position: relative;
}
body.single-product .testimonials-section .testimonial-item-wrap {
display: inline-block;
vertical-align: middle;
float: none;
padding: 10px;
}
body.single-product .testimonials-section .testimonial-item {
background-color: rgb(180, 164, 107);
border-radius: 20px;
box-shadow: 0 0 5px grey;
padding: 20px;
}
body.single-product .testimonials-section .testimonial-text,
body.single-product .testimonials-section .testimonial-text * {
text-align: center;
margin: 0;
}
body.single-product .testimonials-section .slick-arrow {
visibility: hidden;
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.1);
color: black;
font-size: 30px;
font-weight: bold;
border: none;
outline: none;
opacity: 0;
padding: 0 4px 4px 4px;
transform: translateY(-50%);
transition: all .3s;
}
body.single-product .testimonials-section:hover .slick-arrow {
visibility: visible;
opacity: 1;
}
body.single-product .testimonials-section .slick-arrow:hover {
background-color: black;
color: white;
}
body.single-product .testimonials-section .slick-prev {
left: -20px;
}
body.single-product .testimonials-section .slick-next {
right: -20px;
} body.single-product .tips-section .section-title {
text-align: center;
text-transform: uppercase;
}
body.single-product .tips-section .tip-item {
font-size: 15px;
}
body.single-product .tips-section .tip-item p {
margin-bottom: 2px;
} body.single-product .product-video-section .section-title {
text-align: center;
text-transform: uppercase;
}
body.single-product .product-video-section .yt-iframe-wrapper {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
margin-bottom: 30px;
}
body.single-product .product-video-section .yt-iframe-wrapper .video {
width: 100%;
max-width: 600px;
height: 400px;
} body.single-product .related-products-section {
display: none;
}
body.single-product .related-products-section.loaded {
display: block;
}
body.single-product .related-products-section .section-title {
text-align: center;
text-transform: uppercase;
}
body.single-product .related-products-section-container {
position: relative;
}
body.single-product .related-products-section .product-item {
padding: 10px 20px;
}
body.single-product .related-products-section .product-item a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
body.single-product .related-products-section .product-item img {
height: 200px;
object-fit: contain;
}
body.single-product .related-products-section .product-item .product-title {
font-size: 18px;
text-align: center;
color: black;
}
body.single-product .related-products-section .product-item .product-price {
color: rgb(179, 163, 104);
}
body.single-product .related-products-section .slick-arrow {
visibility: hidden;
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.1);
color: black;
font-size: 30px;
font-weight: bold;
border: none;
outline: none;
opacity: 0;
padding: 0 4px 4px 4px;
transform: translateY(-50%);
transition: all .3s;
}
body.single-product .related-products-section:hover .slick-arrow {
visibility: visible;
opacity: 1;
}
body.single-product .related-products-section .slick-arrow:hover {
background-color: black;
color: white;
}
body.single-product .related-products-section .slick-prev {
left: -20px;
}
body.single-product .related-products-section .slick-next {
right: -20px;
}
@media (max-width: 1185px) {
body.single-product .before-after-imgs-section .slick-prev {
left: 2px;
}
body.single-product .before-after-imgs-section .slick-next {
right: 2px;
}
body.single-product .testimonials-section .slick-prev {
left: 2px;
}
body.single-product .testimonials-section .slick-next {
right: 2px;
}
body.single-product .related-products-section .slick-prev {
left: 2px;
}
body.single-product .related-products-section .slick-next {
right: 2px;
}
}@keyframes wpcfb-animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
.wpcfb-wrap {
padding-top: 15px;
padding-bottom: 15px;
}
.wpcfb-progress-bar {
position: relative;
display: block;
width: 100%;
height: 10px;
border: none;
margin: 10px 0;
padding: 0;
overflow: hidden;
}
.wpcfb-progress-amount {
position: absolute;
left: 0;
top: 0;
display: inline-block;
height: 10px;
border: none;
margin: 0;
padding: 0;
}
.widget_shopping_cart_content .wpcfb-wrap {
padding-left: 30px;
padding-right: 30px;
}
.wpcfb-style-rounded .wpcfb-progress-bar, .wpcfb-style-rounded .wpcfb-progress-amount {
border-radius: 5px;
}
.wpcfb-progress-animated .wpcfb-progress-amount {
background-size: 30px 30px;
background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
animation: wpcfb-animate-stripes 1.25s linear infinite;
}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}